@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700);

body {
  	/*background: #eee url(../img/login_bg.jpg) no-repeat top center fixed;*/
  	background-size:cover;
 	font-family: 'Roboto', sans-serif;
	height:100%;
    background-color: #e3e7ee;
    font-size: 1.5em;
    
}

html, body {
    height: 100%;
	min-height:100%;    
}


.wrapper {
   min-height: 100%;
    height: auto;
    margin: 0 auto -80px;
    padding-bottom: 80px;
	position:relative;
    border-top:5px solid #bfd01e;
    
}
.container {
    background: #fff;
}
iframe {z-index: 0;}
.style_inputs {
  /**** RADIO AND CHECK ********/
  /* Hidding the radiobuttons & checkboxes */
  /* Hidding the "check" status of inputs */
  /* Styling the "check" status */
  /* Styling checkboxes */
  /* Styling radiobuttons */
}
/* line 743, ../sass/component.scss */
.style_inputs i {
  color: #093263;
}
/* line 747, ../sass/component.scss */
.style_inputs input[type="radio"], .style_inputs input[type="checkbox"] {
  visibility: hidden;
  width: 1px;
  height: 1px;
}
/* line 754, ../sass/component.scss */
.style_inputs input[type="radio"] + label .fa-check-circle-o,
.style_inputs input[type="checkbox"] + label .fa-check-square {
  display: none;
}
/* line 759, ../sass/component.scss */
.style_inputs input[type="radio"]:checked + label .fa-check-circle-o,
.style_inputs input[type="checkbox"]:checked + label .fa-check-square {
  display: block;
  color: #042958;
}
/* line 764, ../sass/component.scss */
.style_inputs input[type="checkbox"]:checked + label .fa-square-o {
  display: none;
}
/* line 770, ../sass/component.scss */
.style_inputs input[type="radio"]:checked + label .fa-circle-o {
  display: none;
}
/* line 773, ../sass/component.scss */
.style_inputs h4 {
  margin-bottom: 1em;
}


#login_screen header {	
	text-align:left;	
	left:0;
	right:0;
    border-bottom:solid 5px #ccca04; 
    width:100%;
    display:table;     

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(133,148,179,1) 35%, rgba(13,51,91,1) 72%, rgba(4,46,92,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(35%,rgba(133,148,179,1)), color-stop(72%,rgba(13,51,91,1)), color-stop(100%,rgba(4,46,92,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(133,148,179,1) 35%,rgba(13,51,91,1) 72%,rgba(4,46,92,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(133,148,179,1) 35%,rgba(13,51,91,1) 72%,rgba(4,46,92,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(133,148,179,1) 35%,rgba(13,51,91,1) 72%,rgba(4,46,92,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(133,148,179,1) 35%,rgba(13,51,91,1) 72%,rgba(4,46,92,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#042e5c',GradientType=1 ); /* IE6-9 */

	}
    #login_screen header:before {
        display:table-cell;
        width:100%;
        height:100%;
        background:url(../img/header_trans_logo.png) no-repeat top right;
        position:absolute;      
        content:' ';        
    }
#logo_head {
    padding:15px 0;
}
.fadein { position:relative; width:100%; height:280px; overflow:hidden; margin-top:15px; }
.fadein img { position:absolute; left:0; top:0; width:100%; }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 350px;
  margin-bottom: 0;
  background:#fff;  
    margin-left: -15px;
    margin-right: -15px;
/*
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 0;  
  text-align:left;
    left:0;
  color:#bfd01e;  
  text-shadow:none;
  

}
.carousel-caption div{
    background:rgba(250,250,250,0.5);
    padding: 10px;
    float: left;
}
    .carousel-caption h1 {       
        padding:5px 10px;
        line-height:1.5em;
        font-weight: 300 !important;
    }

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: #777;
  background-position:top right;
  background-repeat:no-repeat;
  background-size:cover;  
  
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0%;  
}


.carousel-fade .carousel-inner .item {
  opacity: 0.3;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.navbar-static-top {border-top:5px solid #bfd01e; margin-left: -15px; margin-right: -15px; background-color: #093263;}

.navbar-default .navbar-nav>li{
font-weight: 400 !important;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    
}
.navbar-default .navbar-nav>li>a:hover {
    color: #bfd01e;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff !important;
    background-color: #bfd01e !important;
}



.navbar-nav.navbar-right:last-child {
     margin-right:0 !important;
}

footer{	
	background:#172d56;
	color:#fff;
	height: 80px;
	line-height:75px;
	text-align:left;
    border-top:solid 5px #bfd01e;
	
	}
footer a {
color: #fff;
}
footer a:hover,footer a:focus {
color: #bfd01e;
}

footer .container {background: none;}
h3.form-signin-heading {text-transform:uppercase; font-size:1em;}



.form-horizontal1 {
margin: 25px auto;
 display: block;  
 
padding:12px;
  border:solid 5px #bfd01e;
  background:#f1f4ca;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

/*
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
*/
  
}
.form-horizontal-heading,
.form-horizontal1 .checkbox {
  margin-bottom: 10px;
}
.form-horizontal1 .checkbox {
  font-weight: normal;
}
.form-horizontal1 .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  
  font-size: 16px;
}
.form-horizontal1 .form-control:focus {
  z-index: 2;
}
.form-horizontal1 input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-horizontal1 input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-horizontal1 .form-group {margin-bottom:0;}
.btn-success {

  background-color: #bfd01e;
  border-color: #b2c215;
  color:#fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    border-color: #b2c215;
  background-color: #b2c215;

}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: rgba(255,255,255,0.60);
  border-color: #808080;
   color: #808080;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #093263;
    border-color: #093263;
}
.panel{
    margin-top: 25px;
}

.panel-primary {
    border-color: #093263;
    
}

.subscribe-form {
    padding-top: 15px;  
 
}

.nwsltr {
			margin: 0;
    padding: 0;
    list-style: none;
		}
.nwsltr a {
    color: #093263;
}
.nwsltr p {
    color: #666;  
}

blockquote { 
  border-left: 10px solid #ccc;
  margin: 10px 0;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
    font-size: 1em;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
    
    
}

h1 {
    font-size: 2em;
}
p{
    font-weight: 300;
}
ul li {font-weight: 300;}

/*** MEDIA ***/

@media only screen and (max-width : 768px) {
    .carousel, .carousel .item{
        height: 150px;
    }
    .carousel-caption {
        bottom: 0;
        padding: 0;
        
    }
    .carousel-caption div{
        background: none;
    }
    .carousel-caption img {
        max-width: 100px;
    }
    .carousel-caption h1{
        font-size: 1.3em;
        padding: 0;
    }

}

@media screen and (min-width : 1824px) {

}
.red{color:#ED2024;}
.green{color:#C1CE30}
.blue{color: #204292;}
.yellow{color: #FDBA33}
.purple{color: #862784;}

.red_bg{background-color:#ED2024;}
.green_bg{background-color:#C1CE30}
.blue_bg{background-color: #204292;}
.yellow_bg{background-color: #FDBA33}
.purple_bg{background-color: #862784;}

