body{
    background: url(../img/back.jpg) repeat-x center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #FAFAFA;
  background-image: linear-gradient(to bottom, #FFF, #F2F2F2);
  background-repeat: repeat-x;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
}
body > .navbar .brand {
    color: #5E5E5E;
    padding: 10px 20px 12px;
}
body > .navbar .brand {
    color: #851719;
    float: left;
} 
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  
  color: #ffffff;
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */ 
}


/* Login Screen */
#header
{
    height: 155px;
    margin-top: 25px;
}
#header .col-3
{ 
    text-align: center;
    display: inline-block;
    width:33%;
    height: 155px;
    box-sizing: border-box;
    vertical-align: top;
}
#login
{
    min-height: 320px;
    box-sizing: border-box;
    padding-top: 50px;
}
#login .box
{
    width: 417px;
    height: 215px;
    background: white;
    margin: auto;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    overflow: hidden;
}
.sub-heading
{
    font-size: 9px;
    letter-spacing: 1.7px;
}
.gray
{
    background: #dedede;
    padding: 12px;
    margin:25px -15px 0;
    height: 97px;
    box-sizing: border-box;
   
}
.gray .field
{
    width: 236px;
    height: 24px;
    margin: 5px auto 0;
    padding: 0px 5px;
}
.btn-login
{
    background: #ccc;
    height: 37px;
    margin:0 -15px;
    line-height: 35px;
    color: white;
    font-weight: bold;
    border-top: 1px solid #4c4c4c;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#646464+0,252626+100 */
    background: #646464; /* Old browsers */
    background: -moz-linear-gradient(top,  #646464 0%, #252626 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #646464 0%,#252626 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #646464 0%,#252626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#252626',GradientType=0 ); /* IE6-9 */
    
}
.btn-login a
{
    float: left;
    width: 25%;
    box-sizing: border-box;
    color: white;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}
.btn-login .login
{
    text-decoration: none;
    width: 50%;
    margin: auto;
    color: white;
    border-right: 1px solid #7d7d7e;
    border-left: 1px solid #373738;
    display: block;
    position: relative;
  float: left;
    padding: 0;
    height: 35px;
    background: transparent;
    border-top: none;
    border-bottom: none;
    font-size: 12px;
    
}
.btn-login .login:before
{
    height: 100%;
    position: absolute;
    content: "";
    border-left: 1px solid #7d7d7e;
    left: -2px;
  top: 0;
}
.btn-login .login:after
{
    height: 100%;
    position: absolute;
    content: "";
    border-left: 1px solid #373738;
    right: -2px;
}
/*Misc*/
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-left
{
    text-align: left;
}
.pr
{
    padding-right:  15px;
}
.pl
{
    padding-left:  15px;
}
.mt
{
    margin-top: 60px;
}



.navbar-text {
    margin-top: 5px;
    margin-bottom: -19px;
}


.loginalerts{
  text-align: center;
  color: #7c0000;
}


/*MEDIA QUERY*/

@media (max-width: 992px) {
  
    
    #header
    {
        height: auto;
        margin-top: 10px;
    }

    #header .col-3
    {
        height: auto;
        width: 32%;
    }
    
    #header .col-3 img
    {
        width: 80%;
    }
    

}

@media (max-width: 767px) {
    
    #login
    {
        background:none;
    }

    #login .box
    {
        max-width: 417px;
        width: auto;
        box-shadow: none;
        border:1px solid #f1f1f1;
    }

}

.well {
	min-height: 20px;
	padding: 19px;
    padding-top: 38px;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
    background-color: #f5f5f517;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.checkbox-control{
	width: 15px;
	height: 15px;
	display: initial;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
   }
#date{
	background: url(../img/c.png) #fff no-repeat;
	padding-left:29px;
}
/*input:required:invalid, input:focus:invalid {
border-color:red;
  }*/
  input:required:valid {
    border-color:green;
  }
  
  
.help-block{line-height:0px; margin-top: 9px;}
.controls{display:inline-block;vertical-align:top;}  
div.stars {
  width: 270px;
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 10px;
  font-size: 18px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #88ff4d;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}