@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import 'custom-media.css';
/* Styles */
* {
  margin: 0;
  padding: 0;
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('/fonts/roboto-v20-latin-300.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/roboto-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('/fonts/roboto-v20-latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('/fonts/roboto-v20-latin-500.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/roboto-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('/fonts/roboto-v20-latin-700.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''), url('/fonts/roboto-v20-latin-900.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/roboto-v20-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  font-size: 16px;
}

@media only screen and (max-width: 500px) {
  html {
    font-size: 12px;
  }
}

.form-validate .form-group {
  margin-bottom: 20px;
}
em#number_of_students-error {
  position: absolute;
  top: 38px;
  left: 5px;
}
.input-group-addon {
  cursor: pointer;
}

.error.help-block {
  margin-bottom: 0px;
}
.form-horizontal .number_of_students_box .form-control-feedback {
  right: 45px;
}
.form-control-feedback {
  line-height: 45px;
}
.form-control {
  font-size: 16px;
}

.form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 45px;
  font-size: 16px;
}
.glyphicon-remove:before {
  content: none;
}

/*******************************************************************/

.outer-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.inner-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
.cus-btn-submit {
  position: relative;
  top: 30px;
  border-radius: 98px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  height: 45px;
  min-width: 150px;
  transition-timing-function: ease-in-out;
  transition: 0.5s;
  background: #76bf0e;
  color: #fff;
  padding: 12px 3rem;
  border: transparent;
  width: 100px;
}
.btn-submit:hover {
  background: #b0e65f;
}
.border-2x {
  border-width: 2px;
}
.margin-bottom-10x {
  margin-bottom: 10px;
}
.margin-bottom-50x {
  margin-bottom: 50px;
}
.margin-top-50x {
  margin-top: 50px;
}
.btn-google,
.btn-microsoft {
  margin: 10px auto;
  width: 60%;
}
.btn-social-box {
  width: 100%;
  margin: 20px auto 50px auto;
}
.margin-center {
  margin: 0 auto;
}
ul.navbar-right {
  list-style: none;
}
ul.navbar-right li {
  float: left;
}
ul.navbar-right li a.btn-navbar-right {
  padding: 10px 15px;
  color: #f0f0f0;
  display: block;
  font-size: 20px;
}
ul.navbar-right li a.btn-navbar-right:hover,
ul.navbar-right li a.btn-navbar-right:focus {
  background-color: #76bf0e;
  border-radius: 10px;
}
ul.navbar-right {
  margin-top: 10px;
  margin-bottom: 0;
  position: absolute;
  top: 0px;
  right: 10%;
}
.dropdown-menu li {
  width: 100%;
}

ul.navbar-left li a {
  margin-top: 10px;
  padding: 12px 25px;
  color: #fff;
  display: block;
  font-size: 14px;
  border: 1px solid white;
  border-radius: 0px;
}
ul.navbar-left li a:hover,
ul.navbar-left li a:focus,
ul.navbar-left li a.active {
  background-color: #fff !important;
  color: #000 !important;
}
.custom-alert {
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: 99;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/*********************score-board*****************************/
.score-board {
  position: absolute;
  width: 180px;
  right: 10%;
  top: 90px;
}
.score-board img {
  width: 100%;
}
.score-board span {
  position: absolute;
  width: 90%;
  text-align: center;
  font-size: 20px;
  padding: 20px 0 20px 25px;
  letter-spacing: 18px;
  top: 6px;
  font-weight: 600;
  left: 0;
}
a.btn.btn-primary.btn-lg.btn-key-stage {
  padding: 8px 25px;
  font-size: 25px;
  word-spacing: 5px;
  margin: 10px 10px 20px 10px;
}
a.btn.btn-lg.btn-ks-level {
  padding: 6px 20px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}
.table > tbody > tr > td {
  line-height: 35px;
}
.table.table-borderless > tbody > tr > td {
  line-height: 20px;
}
.table-borderless .progress {
  margin-bottom: 0;
}
#studentList li a {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

/******************************************/
@media (max-width: 1024px) {
  /* .score-board {
        right: 70px;
    } */
}

@media (max-width: 768px) {
  .score-board {
    right: 70px;
  }
}

@media (max-width: 480px) {
  .score-board {
    position: absolute;
    width: 110px;
    right: 30px;
    top: 80px;
  }

  .score-board span {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 20px 0 20px 10px;
    letter-spacing: 10px;
    top: -4px;
    font-weight: 600;
  }
}

.checkbox {
  width: 100%;
  margin: 15px auto;
  position: relative;
  display: block;
}

.checkbox input[type='checkbox'] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.checkbox label {
  position: relative;
}
.checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid #76bf0e;
}
.checkbox label:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #76bf0e;
  border-left: 2px solid #76bf0e;
  -webkit-transform: rotate(-45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  position: absolute;
  top: 12px;
  left: 10px;
}
.checkbox input[type='checkbox']:checked ~ label::before {
  color: #76bf0e;
}

.checkbox input[type='checkbox']:checked ~ label::after {
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.checkbox label {
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.checkbox label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox input[type='checkbox']:focus + label::before {
  outline: 0;
}

.lh20 {
  line-height: 20px;
}
