/*
	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: #2a4176;
}

.navbar .navbar-brand {
      color: #000000 !important;
}

.navbar .navbar-brand:hover {
      color: #000000 !important;
}


.ace-nav>li.light-blue>a {
    background-color: #2a4176!important;
}

.ace-nav>li.light-blue>a:hover {
    background-color: #6b7ca3!important;
}

.ace-nav>li.light-blue>a:focus {
    background-color: #6b7ca3;
}

.als-footer-inner {
	background: #2a4176!important;
}

.als-footer {
	background: #2a4176!important;
}