body {
  /* background: #1086c4; */
  background: #dff4ff;
}
.container {
  background: #fff;
  -webkit-box-shadow: 0 0 10px #4e87c5;
  box-shadow: 0 0 10px #4e87c5;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.sign-up-logo {
  margin: -18px auto -15px;
  display: block
}
header {
  padding: 10px 20px 0;
}
.page {
  padding: 0 20px;
  margin-bottom: 20px;
}
body.home-page .page {
  margin-bottom: 100px;
}
ul.nav {
  margin-top: 20px;
}
.table-usag-info{
  background-color: #e1fbff;
}
.text-center input[type="checkbox"] {

}
body.login .page {
  margin-top: 20px;
}

body.sign-up .container {
  margin: 40px auto;
  width: 100%;
  /* max-width: 40%; */
}
body.login .container {
  margin: 40px auto;
  width: 100%;
  /* max-width: 30%; */
}

@media (max-width:576px){
  body.login .container {
    max-width: 90%;
  }
  body.sign-up .container {
    max-width: 90%;
  }
  .container {
    max-width: 90%;
  }
  /* .logo-img{
    width:160px;
    margin-left: -22%;
  } */
}
@media (min-width:576px){
  body.login .container {
    max-width: 60%;
  }
  body.sign-up .container {
    max-width: 80%;
  }
  .container {
    max-width: 90%;
  }
  /* .logo-img{
    width:200px;
  } */
}
@media (min-width : 992px) {
  body.login .container {
    max-width: 30%;
  }
  body.sign-up .container {
    max-width: 40%;
  }
  .container {
    max-width: 70%;
  }
  /* .logo-img{
    width:200px;
  } */
}

body.sign-up .page {
  margin-top: 20px;
}
body.sign-up .add-on.error {
  background-color: #f15656;
}
body.sign-up .add-on.success {
  background-color: #6cbf54;
}
input.checking {
  background: url('https://mavenswebsites.com/clients/usa/img/ajax-loader-sm.gif') no-repeat center right;
}
input.input-ok {
  background: url('https://mavenswebsites.com/clients/usa/img/input-ok.png') no-repeat 98% center;
}

.alert-error {
  color: #721c24; 
  background: #f8d7da;

}

.alert-error-sm {
  color: #cc0000;
  /*background: #fffdab;*/

}
.alert-error-sm p {
  font-size: 12px;
  line-height: 18px;
  padding: 3px 5px;
  /*border: 1px solid #ccc;*/
  font-weight: bold;
}



.modal form {
  margin-bottom: 0;
}

th.text-center, td.text-center {
  text-align: center;
}
th.text-right, td.text-right {
  text-align: right;
}


i.cvv-sign {
  position: relative;
 
}







#events_modal.modal {
  width: 980px;
  margin-left: -490px;
}
#events_modal .form-horizontal .control-label {
  width: 115px;
}
#events_modal .form-horizontal .controls {
  margin-left: 135px;
}
#events_modal .span7 .input-mini {
  width: 55px;
}
#events_modal .modal-body {
  /* max-height: 500px; */
}
input.error,select.error {
  border: 1px solid #dd0000;
  background: #fffabd;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:3000 !important;}

ul.level_group {
  margin: 0;
  padding: 0;
}
ul.level_group li {
  list-style: none;
  font-weight: bold;
  margin: 0 20px 20px 0;
  line-height: 35px;
  width: 27%;
  min-height: 250px;
  float: left;
  /* border: 1px solid #333; */
  padding: 15px;
  background: #ecf9ff;
}
ul.level_group li ul {
  margin: 0;
  padding: 0px;
}
ul.level_group li ul li {
  height: auto;
  min-height: inherit;
  line-height: 25px;
  width: 98%;
  margin: 0 0 5px 0;
  padding: 3px;
  font-weight: normal;
}
ul.level_group i.icon-move {
  cursor: move;
}
ul.level_group li ul li a {
  float: right;
}

.account-page #update_club label {
  width: 132px;
}
.account-page #update_club .controls {
  margin-left: 145px;
}
/* .account-page #update_club input {
  width: 190px;
} */
/* .account-page #update_club select {
  width: 200px;
} */

.settings-page .form-horizontal .control-label {
  width: 225px;
}
.settings-page .form-horizontal .controls {
  margin-left: 240px;
}
.loader {
    width: 100%;
    text-align: center;
}
 .inline{
  display: inline-block;
}
.inline + .inline{
  margin-left:10px;
}
.radiobtn{
  color:#999;
  font-size:15px;
  position:relative;
}
.radiobtn span{
  position:relative;
   padding-left:20px;
}
.radiobtn span:after{
  content:'';
  width:15px;
  height:15px;
  border:3px solid;
  position:absolute;
  left:0;
  top:1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.radiobtn input[type="radio"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radiobtn input[type="radio"]:checked + span{
  color:#0B8;  
}
.radiobtn input[type="radio"]:checked + span:before{
    content:'';
  width:5px;
  height:5px;
  position:absolute;
  background:#0B8;
  left:5px;
  top:6px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}
 

.alert-success
{
padding: 10px;
border-radius: 5px;
}

.alert .close 
{
  top: 0px;
  right: 0px;
}

#compare_athlete_modal {

  z-index: 99999;
}

.modal+.modal {
  z-index: 1050;
}

.modal-backdrop+.modal-backdrop {
  /* z-index: 1060; */
  width: 0vw;
}


#loading {
  display: none;
  z-index: 9999;
  background: #eeeeee94;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#loading img {
  margin-top: 20%;
  margin-left: 35%
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.outerth{
  position: relative;
  height: 25px;
  padding: 0;
}
.innercheckbox{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
}