body {font-weight: normal; } p {font-weight: normal; } .main_nav li {font-weight: normal; } li {font-weight: normal; } a {font-weight: normal; } button {font-weight: normal; } h1 {font-weight: normal; } h2 {font-weight: normal; } h3 {font-weight: normal; } h4 {font-weight: normal; } h5 {font-weight: normal; } h6 {font-weight: normal; } .portal_logo img { height: 40px; margin-left: 0px; margin-bottom: 0px; }
.above_nav { background-color: #333333; }
.search_box input[type="text"] { border-color: #CCCCCC; }
.currency select { border-color: #CCCCCC; }
#footer_top { background-color: #EFEFEF; }
#footer_top, #footer_top a { color: #0E103E; text-decoration: none; }
#footer_top a:hover { color: #000000; text-decoration: none; }
#footer_top ul li ~ li { border-left: 1px solid #FFFFFF; }
.main_nav { background-color: #00AB62; }
.main_nav a { font-size: 14px; font-weight: bold; text-transform: None; text-decoration: none; }
.main_nav li:hover { text-decoration: none; }
.main_nav a:hover { font-weight: normal; text-transform: None; }
.second_menu, .sub_menu { background-color: #0E103E; }
.second_menu, .sub_menu a { color: #FFFFFF; font-size: 14px; font-weight: normal; text-transform: capitalize; text-decoration: none; }
.second_menu, .sub_menu a:hover { color: #FFFFFF; font-weight: normal; text-transform: capitalize; text-decoration: underline; }
.sidebar .categories h3 { background-color: #0E103E; }
.sidebar .categories li.current { background-color: #0E103E; }
.btn.btn-blue { background-color: #00AB62; color: #00AB62; text-transform: capitalize; }
.btn.btn-blue:hover { text-transform: capitalize; }
#main_content { padding-top: 50px; padding-bottom: 35px; }
.ui-accordion .ui-accordion-header { background-color: #0E103E; }
.ui-accordion .ui-accordion-header { border: solid 1px #000000;}
h1, h2, h3, h4, h5, h6 { color: #1A2F5A; }
a:hover { color: #333; }
button, input[type="button"], input[type="reset"], input[type="submit"], .button { background-color: #0E103E; }
button, a { text-decoration: none; }
button:hover, a:hover { color: #0E103E; text-decoration: none !important; }
.reports h2 { margin-top: 0px; font-size: 23px; }
.reports p { font-size: 12px; }
.image_link { display: block; width: 194px; }
.image_link img { width: 194px; height: 50px; }
/* HEADER */
.main_nav a:hover { color: #FFF; }

/* FOOTER */
footer, footer a, footer a:hover { color: #000; }
footer ul li ~ li { border-left: 1px solid #000; }

/* Bootstrap 5 fixes for buttons and header */
.btn.btn-blue:hover {
background-color: #28a74500;
    border-color: #00ab62;
   color: #0c0c0c;
}
.btn.btn-blue {
    background-color: #00AB62;
    border-color: #00AB62;
    color: #f0f0f0;
    text-transform: title;
}
.main_nav a:hover {
    font-weight: bold;
    text-transform: None;
}