html,
body {
  height: 100%;
}

.nopadding {
  padding: 0px;
  margin: 0px;
}

.sbctr-app-container {
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
  background-color: black;
}

.sbctr-container {
  padding-top: 15px;
  z-index: 3;
}

.card {
  background-color: #FFFFFF;
  padding: 0px 0 20px;
  width: 100%;
}

.sbctr-card {
  min-height: calc(100vh - 30px);
  background-color: #fcf8e3;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0px 0;
}

.sbctr-card .sbctr-header {
  text-align: center;
  margin: 0px;
}

.sbctr-card .sbctr-header h3 {
  font-weight: 200;
}

.sbctr-card .tab-content {
  min-height: 340px;
  padding: 20px 10px;
}

.sbinput {
  padding: 5px 4px;
}

.sbclock, .sbperiodlen, .sbhometeam, .sbhomescore, .sbawayteam, .sbawayscore, .sbperiod {
  height: auto;
}

.btn-homescore, .btn-awayscore {
  font-size: 52px; 
  padding: 15px 0px; 
  line-height: 40px; 
  font-family: "DSEG7-Classic"; 
  width: 100%; 
  cursor: not-allowed; 
  pointer-events: none;
}

.btn-clock {
  font-size: calc(2.5em + .1vw);
  font-family: "DSEG7-Classic"
}

.btn-scoring {margin: 1px; width: calc(100% - 2px);}

.sb-display-text {
  font-family: "Orbitron";
  text-align: center;
  margin: 0px;
  font-size: calc(2em + .1vw);
}

.sbcontroller {
  background:url(../images/background-overlay-final.jpg); 
}

.btn-clock-adjust {
  width: 33px;
  height: 34px;
  margin: 2px;
}

.sbctr-card .tab-content {
  max-height: calc(100vh - 140px);
  min-height: calc(100vh - 140px);
  padding: 10px 10px 0px 10px;
}

.sbctr-card .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.sbctr-card .picture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #CCCCCC;
  color: #FFFFFF;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.sbctr-card .picture:hover {
  border-color: #2ca8ff;
}
.sbctr-card .picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.sbctr-card .picture-src {
  width: 100%;
}

.sbctr-card .wizard-footer {
  padding: 0 10px;
}
.sbctr-card .disabled {
  display: none;
}
.sbctr-card[data-color="green"] .choice:hover .icon, .sbctr-card[data-color="green"] .choice.active .icon {
  border-color: #05AE0E;
}
.sbctr-card[data-color="green"] .picture:hover {
  border-color: #05AE0E;
}
.sbctr-card[data-color="green"] .moving-tab {
  position: absolute;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #05AE0E;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}
.sbctr-card[data-color="azzure"] .choice:hover .icon, .sbctr-card[data-color="azzure"] .choice.active .icon {
  border-color: #2CA8FF;
}
.sbctr-card[data-color="azzure"] .picture:hover {
  border-color: #2CA8FF;
}
.sbctr-card[data-color="azzure"] .moving-tab {
  position: absolute;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #2CA8FF;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}
.sbctr-card[data-color="blue"] .choice:hover .icon, .sbctr-card[data-color="blue"] .choice.active .icon {
  border-color: #3472F7;
}
.sbctr-card[data-color="blue"] .picture:hover {
  border-color: #3472F7;
}
.sbctr-card[data-color="blue"] .moving-tab {
  position: absolute;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #3472F7;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}
.sbctr-card[data-color="orange"] .choice:hover .icon, .sbctr-card[data-color="orange"] .choice.active .icon {
  border-color: #FF9500;
}
.sbctr-card[data-color="orange"] .picture:hover {
  border-color: #FF9500;
}
.sbctr-card[data-color="orange"] .moving-tab {
  position: absolute;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #FF9500;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}
.sbctr-card[data-color="red"] .choice:hover .icon, .sbctr-card[data-color="red"] .choice.active .icon {
  border-color: #FF3B30;
}
.sbctr-card[data-color="red"] .picture:hover {
  border-color: #FF3B30;
}
.sbctr-card[data-color="red"] .moving-tab {
  position: absolute;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #FF3B30;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}
.sbctr-card .btn {
  text-transform: uppercase;
}
.sbctr-card .info-text {
  text-align: center;
  font-weight: 300;
  margin: 10px 0 30px;
}
.sbctr-card .choice {
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
.sbctr-card .choice .icon {
  text-align: center;
  vertical-align: middle;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  background-color: #999999;
  color: #FFFFFF;
  margin: 0 auto 20px;
  border: 4px solid #CCCCCC;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.sbctr-card .choice i {
  font-size: 30px;
  line-height: 111px;
}
.sbctr-card .choice:hover .icon, .sbctr-card .choice.active .icon {
  border-color: #2ca8ff;
}
.sbctr-card .choice input[type="radio"],
.sbctr-card .choice input[type="checkbox"] {
  position: absolute;
  left: -10000px;
  z-index: -1;
}
.sbctr-card .btn-finish {
  display: none;
}
.sbctr-card .description {
  color: #999999;
  font-size: 14px;
}


.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*           Animations              */
.form-control, .input-group-addon {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.sbctr-navigation {
  position: relative;
}

/*            Navigation menu                */
.nav-pills {
  background-color: #999999;
}
.nav-pills > li, .nav-pills > li + li {
  margin-left: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.nav-pills > li > a {
  border: 1px solid #2CA8FF;
  border-radius: 0;
  color: #2CA8FF;
  border: 0 !important;
  text-transform: uppercase;
  background-color: #999999;
  text-align: center;
  color: #FFFFFF !important;
  font-size: 12px;
  cursor: pointer;
}
.nav-pills > li > a:focus, .nav-pills > li > a:hover {
  background-color: #999999;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: inherit;
}