/*
	This file contains custom css classes that will be used to style the client portal.
*/


.als-header-bar {
	background: #FFFFFF !important;
	border-bottom: solid;
	border-color: #2f76b0;
}

.navbar .navbar-brand {
      color: #000000 !important;
}

.navbar .navbar-brand:hover {
      color: #000000 !important;
}

.ace-nav>li.light-blue>a {
    background-color: #2f76b0 !important;
}

.ace-nav>li.light-blue>a:hover {
    background-color: #4695c1 !important;
}

.ace-nav>li.light-blue>a:focus {
    background-color: #4695c1 !important;
}

.als-footer {
	background: #2f76b0 !important;
}                

.als-footer-inner {
	background: #2f76b0 !important;
}                
