/*
	This file contains custom css classes that will be used to style the client portal.
*/
/*.als-header-bar {
	background: #590158;
}

.als-header-button {
	background-color:grey!important;
}*/
.als-header-bar {
	background: #002452 !important;
	border-bottom: solid;
	border-color: #50AAC5;
}

a.navbar-brand span {
	color: #FFFFFF!important;		
}

#navbar-container > div.navbar-brand.hidden-xs.als-testsystem-headertext {
	color: #FFFFFF!important;	
}

.navbar .navbar-brand {
      color: #000000 !important;
}

.navbar .navbar-brand:hover {
      color: #000000 !important;
}


.ace-nav>li.light-blue>a {
    background-color: #000000!important;
}

.ace-nav>li.light-blue>a:hover {
    background-color: #000000!important;
}

.ace-nav>li.light-blue>a:focus {
    background-color: #000000;
}

.als-footer-inner {
	background: #434244!important;
}

.als-footer {
	background: #434244!important;
}

svg.orange path {
    fill: #8D4223!important;
}


.blue {
    color: #005E89 !important; /* New color */
}

