@charset "UTF-8";
#content-wrapper {
  margin-top: 30px;
  padding-bottom: 20px;
}

/* Copy styles from .alert-danger */
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* When we use button styles on links, make sure we don't use the orange link color */
a.btn {
  color: white;
}

a.btn.btn-default {
  color: black;
}

a.disabled, .dropdown-menu > li > a.disabled {
  color: gray;
  pointer-events: none;
}

/* The bootstrap theme has way too much padding by default */
h1 {
  margin-top: 0;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

.label-orange {
  background-color: #D26C22;
}

.list-group-item.active, .list-group-item.active:hover {
  background-color: #D26C22;
  border-color: #D26C22;
}

.panel-orange .panel-heading .btn-orange {
  background-color: white;
  color: #D26C22 !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {
  color: #fff;
  background: #D26C22;
}

/* Nav */
#sh-app-nav {
  background-color: black;
  border-radius: 0;
  min-height: 75px;
}
#sh-app-nav .dropdown-menu a:hover {
  color: #D26C22;
}
#sh-app-nav #profile-nav-dropdown {
  padding: 20px;
}
#sh-app-nav .profile-name {
  color: #D26C22;
  font-weight: bold;
  padding: 7px 20px;
}
#sh-app-nav .badge {
  background-color: #D26C22;
}

h1 small.extra-small, h2 small.extra-small {
  font-size: 40%;
}

th input {
  font-weight: normal;
}

#toast-container.toast-top-right {
  top: 80px;
}
#toast-container div {
  opacity: 0.9;
}

.action-bar {
  padding-bottom: 5px;
}

.type-label {
  text-transform: uppercase;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: inherit;
  }

  input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
.input-group-sm input[type=date],
.input-group-sm input[type=time],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month] {
    line-height: inherit;
  }

  input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
.input-group-lg input[type=date],
.input-group-lg input[type=time],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month] {
    line-height: inherit;
  }
}
/******************************************************************************
* Handy styles for alignment only when in certain sizes, e.g:
* "align right when we're showing cols side by side, but not if they're stacked"
* https://stackoverflow.com/a/25536523/135108
******************************************************************************/
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-justify-lg {
    text-align: justify;
  }
}
/******************************************************************************
* Mixins
******************************************************************************/
.player-goals .progress, .player-alerts .progress, .tropies-list .progress {
  margin-bottom: 0;
}
.player-goals .progress-bar, .player-alerts .progress-bar, .tropies-list .progress-bar {
  background-color: #D26C22;
}

/******************************************************************************
* Login / registration
******************************************************************************/
.registration .login-3rd-party {
  margin-top: 30px;
}
.registration .login-3rd-party hr {
  border: 0;
  height: 1px;
  background: #CCC;
}
.registration .login-3rd-party .login-alt {
  margin-top: -30px;
  margin-left: 30%;
  text-align: center;
  background-color: #f5f5f5;
  width: 100px;
}
.registration .login-3rd-party .login-3rd-party-vendor {
  margin: 20px 0;
}
.registration .login-3rd-party .login-3rd-party-vendor i {
  padding-right: 5px;
}
.registration .login-3rd-party .login-3rd-party-vendor a {
  width: 100%;
  text-align: left;
  padding: 10px;
}
.registration .alert .login-3rd-party {
  margin: 0;
}
.registration .alert .login-3rd-party label {
  margin-top: 10px;
}
.registration .alert .login-3rd-party-vendor {
  margin-bottom: 0;
}

/******************************************************************************
* Content pages
******************************************************************************/
body.content-page .navbar-brand img {
  padding-left: 50px;
  padding-top: 10px;
  max-width: 240px;
}
body.content-page .header {
  background-image: url("../img/content/content-header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 410px;
}
body.content-page #sh-app-nav, body.content-page #sh-app-nav-collapse, body.content-page .navbar-dark .navbar-collapse {
  background: none;
}
body.content-page #sh-app-nav a, body.content-page #sh-app-nav-collapse a, body.content-page .navbar-dark .navbar-collapse a {
  font-size: 16px;
  font-weight: bold;
}
body.content-page .page-title {
  margin-top: 115px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 70px;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.content-page .navbar-brand img {
    max-width: 200px;
  }
  body.content-page .page-title {
    font-size: 40px;
  }
}

/******************************************************************************
* Team management
******************************************************************************/
.team-list .team {
  border: 1px solid #dddddd;
  padding: 5px;
}

.edit-player-roster-details div.controls {
  padding-top: 6px;
}

.player-lookup .player {
  padding: 5px;
  font-size: 18px;
}
.player-lookup .player.odd {
  background-color: #f7f7f7;
}
.player-lookup .player .headshot {
  width: 64px;
  margin-right: 10px;
}
.player-lookup .player .invite {
  margin-top: 12px;
}
.player-lookup .player .no-email {
  margin-top: 12px;
  font-style: italic;
}

.team-admin .dropdown small {
  font-size: 10px;
  font-style: italic;
  padding-left: 10px;
}

.roster .drill-actions a, .roster .drill-actions button {
  margin-top: 5px;
}
.roster .player-roster .panel-heading {
  font-weight: bold;
}
.roster .player-roster .player-info {
  padding-left: 15px;
  width: 110px;
  float: left;
}
.roster .player-roster .player-details {
  padding-right: 15px;
  margin-left: 125px;
}
.roster .player-roster .check-holder {
  width: 20px;
  display: inline-block;
}
.roster .player-roster .jersey-holder {
  width: 30px;
  display: inline-block;
}
.roster .player-roster .last-session {
  font-size: 12px;
  color: #888888;
  padding-right: 10px;
}

/******************************************************************************
* Stats
******************************************************************************/
body.stats .player-info {
  margin-bottom: 5px;
}
body.stats h1 {
  font-size: 24px;
  margin-bottom: 0;
}
body.stats .player-username {
  font-size: 16px;
}

#shot_chart {
  text-align: center;
}

@media (max-width: 768px) {
  #chart-row .chart-col {
    padding: 0;
  }
}
#shot_chart2 img {
  position: absolute;
  top: 0;
}
#shot_chart2 img#chart2-base {
  position: relative;
}
#shot_chart2 .chart2-tooltip {
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 2px #444;
  color: white;
  z-index: 20;
  width: 100px;
}
@media (max-width: 768px) {
  #shot_chart2 .chart2-tooltip {
    width: 85px;
  }
}
#shot_chart2 .chart2-tooltip .chart2-shots {
  display: block;
  font-size: 13px;
}
#shot_chart2 .chart2-tooltip .chart2-pct {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
#shot_chart2 .chart2-tooltip.chart2-section0 {
  top: 37%;
  left: 0%;
}
#shot_chart2 .chart2-tooltip.chart2-section1 {
  top: 10%;
  left: 6.5%;
}
#shot_chart2 .chart2-tooltip.chart2-section2 {
  top: 17%;
  left: 21%;
}
#shot_chart2 .chart2-tooltip.chart2-section3 {
  top: 12%;
  left: 38.5%;
}
#shot_chart2 .chart2-tooltip.chart2-section4 {
  top: 17%;
  right: 23.5%;
}
#shot_chart2 .chart2-tooltip.chart2-section5 {
  top: 10%;
  right: 8.5%;
}
#shot_chart2 .chart2-tooltip.chart2-section6 {
  top: 37%;
  right: 2%;
}
#shot_chart2 .chart2-tooltip.chart2-section7 {
  top: 27%;
  left: 38.5%;
}
#shot_chart2 .chart2-tooltip.chart2-section8 {
  top: 47%;
  left: 18%;
}
#shot_chart2 .chart2-tooltip.chart2-section9 {
  top: 57%;
  left: 38.5%;
}
#shot_chart2 .chart2-tooltip.chart2-section10 {
  top: 47%;
  right: 18%;
}
#shot_chart2 .chart2-tooltip.chart2-section11 {
  top: 74%;
  left: 6%;
}
#shot_chart2 .chart2-tooltip.chart2-section12 {
  top: 83%;
  left: 38.5%;
}
#shot_chart2 .chart2-tooltip.chart2-section13 {
  top: 74%;
  right: 8%;
}
@media (max-width: 768px) {
  #shot_chart2 .chart2-tooltip.chart2-section0 {
    top: 34%;
    left: -2%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section1 {
    top: 10%;
    left: 4%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section2 {
    top: 17%;
    left: 20%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section3 {
    top: 10%;
    left: 38.5%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section4 {
    top: 17%;
    right: 20%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section5 {
    top: 10%;
    right: 4%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section6 {
    top: 34%;
    right: -2%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section7 {
    top: 27%;
    left: 38.5%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section8 {
    top: 47%;
    left: 16%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section9 {
    top: 57%;
    left: 38.5%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section10 {
    top: 47%;
    right: 16%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section11 {
    top: 74%;
    left: 3%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section12 {
    top: 81%;
    left: 38.5%;
  }
  #shot_chart2 .chart2-tooltip.chart2-section13 {
    top: 74%;
    right: 3%;
  }
}

.shot-tooltip {
  position: absolute;
  display: none;
  min-width: 120px;
  height: auto;
  background-color: #D26C22;
  border: 1px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.shot-tooltip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 14px;
  width: 100%;
  line-height: 1;
  color: #D26C22;
  position: absolute;
  pointer-events: none;
  content: "▼";
  margin: -3px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}

.shot-summary .summary-panel {
  margin-bottom: 10px;
}
.shot-summary .summary-box {
  cursor: pointer;
}
.shot-summary .summary-active {
  border-bottom: 4px solid #D26C22;
  border-top: 4px solid #D26C22;
}
.shot-summary .shot-progress-header {
  font-weight: bold;
  color: #666;
}
.shot-summary .progress {
  margin-bottom: 10px;
}
.shot-summary .progress-bar.shot-progress {
  background-color: #D26C22;
}

.session-list-panel .pagination {
  margin: 10px;
}
.session-list-panel .unread {
  color: #0070C0;
}

#line_chart path.shotline {
  stroke: #D26C22;
  stroke-width: 2;
  fill: none;
}
#line_chart .axis path,
#line_chart .axis line {
  fill: none;
  stroke: white;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
#line_chart .axis text {
  fill: white;
}
#line_chart .dot {
  cursor: pointer;
  fill: #D26C22;
}
#line_chart .dot.hover {
  fill: white;
}
#line_chart .labeltooltip {
  fill: white;
  text-anchor: middle;
}

.session-details .progress {
  margin-bottom: 0;
}
.session-details .progress-bar.shot-progress {
  background-color: rgba(210, 108, 34, 0.75);
}

#session-shots #shot-dots {
  margin-left: 15px;
}

body.session-details #comment-container blockquote {
  font-size: 14px;
}
body.session-details .shot {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding-top: 4px;
}
body.session-details .shot.make {
  background: #0bcc00;
}
body.session-details .shot.miss {
  background: #c70000;
}
body.session-details .shot.swish {
  background: #0bcc00;
  border-radius: 16px;
}
body.session-details .shot.shot-video {
  cursor: pointer;
}
body.session-details .shot.faded {
  opacity: 0.25;
}
body.session-details .shot i.read {
  color: white;
}
body.session-details .shot i.unread {
  color: #0070C0;
}
body.session-details #annotation-text {
  display: none;
}
body.session-details #annotation-holder {
  display: none;
  position: relative;
}
body.session-details .share-action {
  padding: 5px 0;
}
body.session-details .share-action button, body.session-details .share-action a.btn {
  width: 175px;
}
body.session-details .share-action span {
  color: #888888;
}

#shot-video {
  margin: 0 auto;
}

#shot-video-nav {
  display: inline-block;
  padding: 5px 0;
}
#shot-video-nav .shot {
  width: 24px;
  height: 24px;
}

#session-summary {
  border-bottom: 2px solid #D26C22;
  border-top: 2px solid #D26C22;
  margin-bottom: 10px;
  margin-right: 0;
  background-color: #eeeeee;
}
#session-summary label {
  margin-top: 8px;
}

#leaderboards .your-rank {
  font-size: 16px;
  padding: 10px 5px;
  display: block;
}
#leaderboards table.leaderboard .performance, #leaderboards table.leaderboard .rank {
  font-weight: bold;
  background-color: #eee;
}
#leaderboards table.leaderboard tr.success .performance, #leaderboards table.leaderboard tr.success .rank {
  background-color: #cde0cd;
}

.tropies-list .col-xs-4 {
  padding-right: 5px;
  padding-left: 5px;
}
.tropies-list .trophy {
  text-align: center;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 10px 0;
}
.tropies-list .trophy img {
  max-width: 100%;
  height: auto;
  padding: 0 10px;
}
.tropies-list .trophy img.trophy-lock {
  margin-top: -100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .tropies-list .trophy img.trophy-lock {
    max-width: 75%;
    margin-top: -115%;
  }
}
.tropies-list .trophy .trophy-name {
  font-weight: bold;
  padding-top: 10px;
}
.tropies-list .trophy .achieved-date {
  font-weight: normal;
  font-style: italic;
}
.tropies-list .trophy .popover {
  width: 200px;
}
.tropies-list .unawarded {
  opacity: 0.2;
}
.tropies-list .progress {
  margin-top: 5px;
}
.tropies-list .progress .progress-bar-empty {
  color: black;
  margin-left: 5px;
}

/******************************************************************************
* Messages / Alerts
******************************************************************************/
.player-messages .unread, .player-alerts .unread {
  display: inline-block;
  background-color: #D26C22;
  width: 7px;
  height: 7px;
  border-radius: 5px;
}

.alert-navbar li.disabled:first-child > a:focus, .alert-navbar li.disabled:first-child > a:hover {
  cursor: auto;
}

/******************************************************************************
* Goals
******************************************************************************/
.goals-list .goal {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  padding: 9px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.goals-list .goal h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
.goals-list .goal h2 .label {
  display: inline-block;
  margin-right: 10px;
  font-size: 100%;
}
.goals-list .goal .row {
  margin-bottom: 5px;
}
.goals-list .goal .progress {
  background-color: white;
  width: 300px;
  margin-bottom: 5px;
}
.goals-list .goal.expired {
  color: #999999;
}
.goals-list .goal.expired h2 .label {
  background-color: #999999;
}

/******************************************************************************
* Drills
******************************************************************************/
.player-drills .nav-tabs {
  border-bottom: none;
}
.player-drills .nav-tabs li {
  border-bottom: 1px solid #ddd;
}
.player-drills .nav-tabs li.active {
  border: 1px solid #ddd;
  border-bottom: none;
}
.player-drills .nav-tabs li.active a {
  border-bottom: none;
}
.player-drills .nav-tabs a {
  font-size: 20px;
  border: none;
}

.drills-list .drill {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  padding: 9px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.drills-list .drill .drill-chart {
  display: table-cell;
  vertical-align: top;
  width: 114px;
  text-align: center;
}
.drills-list .drill .drill-chart .btn {
  margin-top: 4px;
}
.drills-list .drill .drill-desc {
  display: table-cell;
  vertical-align: top;
  width: 10000px;
  padding-left: 5px;
}
.drills-list .drill .drill-desc h4 {
  margin-top: 0;
}
.drills-list .drill-shots {
  height: 72px;
}

.drill-view-shots .handle, .workout-view-drills .handle {
  cursor: move;
}

.drills-navbar li a {
  padding: 10px 10px;
}

/******************************************************************************
* Telestration
******************************************************************************/
@media (min-width: 1200px) {
  .telestration .container {
    widtH: 1170px !important;
  }
}
.telestration #tt-tools, .telestration #tt-comment, .telestration #tt-playback-comment {
  display: none;
}
.telestration #canvas-holder {
  position: relative;
}
.telestration .annotation-tools hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #dbdbdb;
}
.telestration .annotation-tools .tool {
  width: 41px;
  height: 34px;
}
.telestration .annotation-tools .tool .tool-color {
  display: block;
  width: 16px;
  height: 16px;
}
.telestration .annotation-tools .tool .tool-color.yellow {
  background-color: yellow;
}
.telestration .annotation-tools .tool .tool-color.pink {
  background-color: #ff00cf;
}
.telestration .annotation-tools .tool .tool-color.aqua {
  background-color: aqua;
}
.telestration .annotation-tools .tool .tool-color.red {
  background-color: red;
}
.telestration .annotation-tools .tool .tool-color.black {
  background-color: black;
}
.telestration .annotation-tools .tool .tool-shape {
  display: block;
  background-color: black;
}
.telestration .annotation-tools .tool .tool-shape.one {
  height: 4px;
  width: 4px;
  border-radius: 2px;
  margin-left: 6px;
}
.telestration .annotation-tools .tool .tool-shape.two {
  height: 6px;
  width: 6px;
  border-radius: 4px;
  margin-left: 6px;
}
.telestration .annotation-tools .tool .tool-shape.three {
  height: 8px;
  width: 8px;
  border-radius: 6px;
  margin-left: 4px;
}
.telestration .annotation-tools .tool .tool-shape.four {
  height: 10px;
  width: 10px;
  border-radius: 8px;
  margin-left: 4px;
}
.telestration .text-tools {
  display: none;
}

/******************************************************************************
* Manufacturing screens
******************************************************************************/
body.manufacturing .scan-step {
  text-align: center;
}
body.manufacturing .scan-step img {
  margin-bottom: 10px;
}
body.manufacturing .scan-step input.barcode {
  margin: 0 auto;
  width: 150px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
body.manufacturing .scan-step input.barcode:focus {
  background-color: #dff0d8;
}
body.manufacturing .scan-step .finish-row {
  margin-top: 10px;
}
body.manufacturing .scan-step .or-scan {
  padding-top: 10px;
}
body.manufacturing .scan-step .scan-finish {
  margin-top: 5px;
}
body.manufacturing .scan-step .scan-results {
  margin-top: 10px;
  font-weight: bold;
}

/******************************************************************************
* Training Vault (formerly known as Preview) screens
******************************************************************************/
.training-nav {
  height: 70px;
}
.training-nav img {
  margin: 15px;
}

#training-nav-title {
  font-size: 36px;
  font-family: "Bebas Neue", Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: white;
  margin-top: 10px;
}

#training-container {
  text-align: center;
  margin-top: 20px;
}
#training-container #training-header {
  position: relative;
  width: 100%;
  margin-top: -20px;
  background: url(../img/preview/header-bg.png) no-repeat center center;
  background-size: auto;
  background-size: cover;
}
#training-container #training-header #training-header-content {
  padding-top: 50px;
  color: white;
}
#training-container #training-header #training-header-content h1 {
  font-size: 48px;
  font-family: "Bebas Neue", Haettenschweiler, "Arial Narrow Bold", sans-serif;
  margin-bottom: 50px;
}
#training-container #training-header #training-header-content h1 sup {
  font-size: 16px;
  top: -2em;
}
#training-container #training-header #training-header-content h2 {
  font-size: 32px;
  font-weight: bold;
}
#training-container #training-header #training-header-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
#training-container #training-header #training-header-content p {
  margin-top: 40px;
}
#training-container #training-body {
  color: black;
  margin: 20px 0;
}
#training-container #training-tips {
  margin-top: 50px;
}
#training-container #training-tips h2 {
  font-family: "Bebas Neue", Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
#training-container .training-field {
  margin: 10px 0;
}
#training-container .training-field input {
  color: #444;
  font-size: 18px;
  padding: 5px 10px;
  width: 350px;
}
#training-container button.training-button {
  background-color: #EB3524;
  color: white;
  width: 250px;
  font-family: "Bebas Neue", Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
}
#training-container #signup-modal {
  text-align: left;
}

.training-vault h1, .training-vault h2, .training-vault h3, .training-vault h4 {
  color: black;
}
.training-vault .training-top-section {
  background: url(../img/preview/vault.png) no-repeat center 35%;
}
.training-vault .training-top-section h2, .training-vault .training-top-section h3 {
  font-family: "Bebas Neue", Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.training-vault .training-top-section h4 {
  font-weight: bold;
}
@media (max-width: 720px) {
  .training-vault .training-top-section {
    background-position: center 20%;
    background-size: contain;
  }
}
.training-vault .training-top-banner {
  background: url(../img/preview/swish-bg-banner.png) no-repeat center center;
  margin-bottom: 20px;
}
.training-vault .training-top-banner h2 {
  font-size: 24px;
  color: white;
}
.training-vault .training-top-banner button, .training-vault .training-top-banner a.btn {
  margin: 10px 0;
  background-color: #EB3524;
  font-family: "Bebas Neue", Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
}
.training-vault .training-vault-tips {
  margin: 60px 0;
}

body.contests #signature-wrap {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
body.contests #signature-wrap canvas {
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
}
body.contests .contest-purchase {
  text-transform: uppercase;
}
body.contests .contest-scoreboard .rank, body.contests .contest-scoreboard .score {
  text-align: center;
  font-weight: bold;
  background-color: #eee;
  padding-top: 15px;
}
body.contests .contest-scoreboard tr.my-contest-score td {
  font-weight: bold;
  background-color: #cde0cd;
}
/*# sourceMappingURL=app.css.map */
