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