/*
	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: #00749e;
}

.navbar .navbar-brand {
      color: #000000 ;
}

.navbar .navbar-brand:hover {
      color: #196fa4 !important;
}

.navbar .navbar-brand>a:focus {
      color: #196fa4 !important;
}

.ace-nav>li.light-blue>a {
    background-color: #a8bccf !important;
}

.ace-nav>li.light-blue>a:hover {
    background-color: #c7def5 !important;
}


.ace-nav>li.light-blue>a:focus {
    background-color: #c7def5 !important;
}

.navbar-fixed-bottom {
    background: #00749e !important;
}

.als-footer-inner {
    background: #00749e !important;
}
