html, body{
    height:100%;
}
.full-width {
 width:100%;
 }
 .main_container {
    max-width: 960px;
    widht: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 500px;
 }
 body.admin .main_container {
    max-width: 100%;
    widht: 100%;
 }
 .btn-login {
     width: 100%;
 }
 .login-form-full {
     max-width: 400px;
     margin-left: auto;
     margin-right: auto;
 }
 .margin-top-10 {
     margin-top: 10px;
 }
 input.error, select.error{
     border: 1px solid red;
     background-color: #EED3D7;
 }
 body.nav-md {
     overflow: hidden;
 }
 div#loader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 1100; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #333 url('/assets/img/loading.gif') no-repeat center center; 
    opacity: 0.8;
}
.fuel-version{
    position: fixed;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 20px;
}
.fuel-version-spacer{
	height: 30px;
}
.fuel-development{
    background-color: #d43f3a;
    color: white;
}
.fuel-staging{
    background-color: #4cae4c;
    color: white;
}
.fuel-test{
    background-color: #05B2D2;
    color: white;
}
.fuel-sandbox{
    background-color: #f00;
    color: white;
}
label.error {
    font-weight: normal;
    color: red;
}
.content-div {
    min-height: 600px;
}
.header-div {
    padding-bottom: 10px;
}
.header-div>.row {
    margin-left: 0px;
}
.header-div .logo-div div {
    padding: 0px;
}
.booking-details {
    padding-left: 20px;
    padding-right: 20px;
}
.input-daterange input {
    text-align: left !important;
}
.inline {
    display: inline;
}
.nobold {
    font-weight: normal;
}
/**Resp*/
@media only screen and (max-width: 960px) {
  .main_container, .header-div {
    margin-left: 10px;
    margin-right: 10px;
  }
}
footer {
    margin-top: 20px;
    padding: 20px;
}
.content-div {
    margin-top: 3px;
    padding: 2px;
}
/**Resp*/
.bold-text {
    font-weight: bold;
}
.text-left {
    text-align: left;
}
fieldset {
    min-width: 1px;
}
.margin-top-10 {
	margin-top: 10px;
}
.ui_tpicker_unit_hide {
    display: none !important;
}
.nobr {
    white-space: nowrap;
}
.border-1r {
    border-right: 1px solid black;
}
.link {
    text-decoration: underline;
}
a.active, .tactive span {
    color: red;
}
select.active {
    border: 1px solid red;
}
.spaces {
    padding-left: 1px;
    padding-right: 1px;
}
.pagination span a {
    padding-left: 5px;
    padding-right: 5px;
}
#spinner{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1100;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}
.dark-blue {
	color: #003268;
}
#spinner-div {
    display: block;
    position: absolute;
    height: 60px;
    width: 60px;
    top: 40%;
    left: 46%;
    z-index: 1;
}
#spinner .message {
    display: block;
    position: absolute;
    font-size: 25px;
    color: white;
    height: 60px;
    width: 250px;
    top: 50%;
    left: 40%;
    z-index: 3;
    white-space: nowrap;
}
.spinner_ball {
    position: absolute;
    display: block;
    background-color: white;
    left: 24px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
#ball_1 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 6px 30px;
}
#ball_2 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.5, 0.9, 0.9);
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 6px 30px;
}
#ball_3 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.7, 0.9, 0.9);
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 6px 30px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  100% { 
    -webkit-transform: rotate(1440deg) scale(1); 
  }
}
.form-label-left {
    text-align: left;
}
.login-img {
    width: 100%;
}