    

.bg-login{
	background-image:url('login-bg.jpg');
}

/*
this file will override backgrounds and colors so we can have themes
it should only be used for border-color, backgrounds, color, gradients, 
only color properties

*/
.navbar.navbar-custom{
	height:70px; background: #000
}
.navbar.navbar-admin{
	height:70px; background: #000
}
.navbar-admin .navbar-nav > li > a:hover, .navbar-admin .navbar-nav > li > a:focus {
    background-color: #357DB2;
}
.navbar-admin .navbar-nav > li > a, .navbar-admin .navbar-nav > li > a {
    color: #FFF;
}





.sidebar{
	background:#144D86;
}
.rowSelected {
    background: #F8E4C7 !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: 1px solid #FFF;
}

.report-info-group>div p:nth-child(1){
	background:#ff6319;
}
.report-info-group{
border-color: #ff6319;
}
.conductual h5 a{
	color: #000;
	background: #F8E4C7;
}
.conductual h5 a:hover{
		color: #000;
	background: #ff6319;
}
#units li.active{
	background:#C9A558;
}
span.step-completed{
	background:#C9A558;
}
.percentageBox>div{
	background:#C9A558;
}


.dropdown-menu li a{
   line-height: 24px !important;
    height: 24px !important;
}

.navbar-custom .navbar-nav > li > a{font-size:1.4em;}
#quick-links { background:#001744; color:#FFF; height:50px; border-radius:10px}
#quick-links a{ display:block;color:#FFF; display: block; line-height:50px; font-size:1.1em; text-align: center }
#quick-links a:hover{ background:#357DB2; text-decoration: none }
.navbar-brand,
.navbar-nav li a {
    line-height: 70px;
    height: 70px;
    padding-top: 0;
}
.gradient{
background: -moz-linear-gradient(359deg, rgba(47,117,172,1) 0%, rgba(172,176,177,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(47,117,172,1)), color-stop(100%, rgba(172,176,177,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(359deg, rgba(47,117,172,1) 0%, rgba(172,176,177,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(359deg, rgba(47,117,172,1) 0%, rgba(172,176,177,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(359deg, rgba(47,117,172,1) 0%, rgba(172,176,177,1) 100%); /* ie10+ */
background: linear-gradient(91deg, rgba(47,117,172,1) 0%, rgba(172,176,177,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F75AC', endColorstr='#ACB0B1',GradientType=1 ); /* ie6-9 */
}
.effect1{
	-webkit-box-shadow: 0 5px 6px -6px #777;
	   -moz-box-shadow: 0 5px 6px -6px #777;
	        box-shadow: 0 5px 6px -6px #777;
}