#page-load {
  width: 100%;
  height: 100%;
  background: #000 url('../img//page-load.gif') center center no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  opacity: .75;
}


body {
  font-family: 'Open Sans', sans-serif;
}
#header {
  background-color: #141414;
  padding: 0px 0 5px;
  color: #fff;
  /* margin-left: -180px; */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#logo {
  display: block;

  float: left;
}
#logo img {
  margin: 0 auto;

}
#slogan {
  font-size: 22px;

  line-height: 1.8;
  /* text-align: right; */
  margin: 11px 0;
  display: block;
  float: left;
  margin-left: 20px;
}
#slogan small{
  display: block;
  color: #fff;
  font-size: 16px;
}
@media (min-width:768px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width:767px) {
  #logo {
    text-align: center;


    margin: 0 auto;
    float: none;
  }
  #slogan {
    font-size: 14px;
    text-align: center;

    float: none;
    margin-top: 0;
  }
  #slogan small {
    font-size: 12px;
  }
}
html, body {
  height: 100%;
}
body {
  padding: 50px 0 0 0;
}

.navmenu {
  padding-top: 50px;
}

.navbar {
  display: block;
  text-align: center;
}
.navbar-brand {
  display: inline-block;
  float: none;
}
.navbar-toggle {
  position: absolute;
  float: left;
  margin-left: 15px;
}

.container {
  max-width: 100%;
}

@media (min-width: 1px) {
  .navbar-toggle {
    display: block !important;
  }
}

@media (min-width: 767px) {
  body {
    padding: 0 0 0 180px;
  }
  .navmenu {
    padding-top: 0;

    top: 88px;
  }
  .navbar {
    display: none !important; /* IE8 fix */
  }
}
.navmenu, .navbar-offcanvas {
  width: 180px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.navmenu-text {
  font-size: 12px;

  text-align: center;
  border-bottom: 1px solid #5D5C5C;
  padding-bottom: 10px;
}
.navmenu-brand {
  padding: 5px;margin: 0;
  /* border-bottom: 1px solid #5D5C5C; */
}

.navmenu-brand img{height: 100px;
                   margin: 10px auto;}
#main {
  padding: 15px;
  padding-top: 88px;
}
a.powered-by {
  position: absolute;
  color: #999;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
}
.panel-title {font-weight: bold;}
#table-registion-type tbody tr,#table-registion-type tbody td {
  cursor: pointer;
}
label {font-weight: 600}

@media (min-width: 768px){
  .modal-sm {
    width: 360px;
  }}
.text-center {text-align: center !important}
.panel-body-inner {
  background-color: #FBFBFB;
  border-top: 1px solid #DDD;
  padding-top: 50px;
  position: relative;
}
.panel-body-inner h3{ position: absolute;top: 0;left: 0;margin: 0;font-size: 16px;font-weight: 600;background-color: #EFEFEF;padding: 10px;border-bottom-right-radius: 6px;border-bottom: 1px solid #DDD;border-right: 1px solid #DDD;min-width: 130px;}

h3 {}
#waiver {
  position: relative;
  font-size: 12px;
  border: 1px solid #9e9e9e;
  border-radius: 0;
  padding: 10px 10px 0 10px;
  height: 240px;
  overflow-y: scroll;
}
b {font-weight: 600;}
body {line-height: 1.6}
.media-product {

  margin-top: 0px;

  margin-bottom: 10px;
}
.media-product img {

  width: 100px;

  border: 1px solid #ccc;

  padding: 5px;

  border-radius: 4px;
}
@media (min-width: 768px){
  .dl-horizontal dt {
    width: 50px;
  }
  .dl-horizontal dd {
    margin-left: 50px;
  }}
.dl-horizontal dt {
  font-weight: 500;
  text-align: left;
}
.dl-horizontal dd {
  font-weight: 500;
}
dl {margin: 10px 0}
.form-inline.form-group {margin-bottom: 10px;}
@media (max-width: 768px){
  .media-product img {
    width: 75px;
  }
}
select.input-sm {
  height: 25px;
  line-height: 25px;
  padding: 1px 5px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}
.media-product:last-of-type {margin-bottom: 0}

.table > tbody > tr > .no-line {
  border-top: none;
}

.table > thead > tr > .no-line {
  border-bottom: none;
}

.table > tbody > tr > .thick-line {
  border-top: 3px solid #DDD;
}
a {
  color: #B20D14;
}
a:focus, a:hover {
  color: #ED1A23;
}
#waiver-error {
  display: none;
  position: absolute;
  bottom: -48px;
  left: 0;
  height: 34px;
  line-height: 24px;
  font-size: 14px;
  background: #FFF;
  color: #000;
  z-index: 3;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #9e9e9e;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}
#waiver-error:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 14px 13px 14px;
  border-color: transparent transparent #9e9e9e transparent;
  position: absolute;
  top: -13px;
  left: 18px;
}
.copy_team_check.checkbox-inline {
  position: absolute;
  top: 10px;
  left: 170px;
}
.panel {margin-bottom: 0}