﻿div.banner-container {
    background: #7790c2;
}
.accent-color1 {
    color: #bf0a30  !important;
}

.accent-color2 {
    color: #69f !important;
}
.accent-bg2 { 
    background-color: #bcf !important;
}

.media-icon, .media-icon-small {
    color: #fff;
    background: #346;
}

.accent-bg1, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { 
    background-color: #bf0a30 !important;
    color:#fff !important;
}

.flex-direction-nav a {
    background: none repeat scroll 0 0 rgba(240, 240, 255, 0.5);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover,.form-info-icon, a:hover, a:focus {
    color: #36c;
}

.form-control:focus {
    border-color: #36c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(177, 177, 255, 0.6)
}
span.sub-text {
    color: #000;
}
a.vehicle-panel:hover {
    background: #002868  !important;
    color:#fff;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #36c;
}
::selection {
    color: #fff;
    background: #36c;
}


/***********************************************
Quick Link Buttons - OBSOLETE - TO BE DELETED!!!
***********************************************/
.animatedbutton {
    background: #7790c2;
    border: 1px solid #7790c2;
    color: #eee;
}

.animatedbutton:hover, .animatedbutton:active {
    color: #36c !important;
    border: 1px solid #36c;
}

.animatedbutton:hover .animatedbuttonspan:after, .animatedbutton:active .animatedbuttonspan:after, .animatedbutton:hover {
    border-color: #36c;
}

/*New CSS */
body.main-body {background-color: #fff;}


/*Banner*/
.banner-links-bar {background: #bf0a30;}
a.banner-link .fa {
    color:#fff;
}
.browse-inventory-image a:before {
    color: #bf0a30;
}

/*Menu*/
.navbar-default .navbar-brand:hover { color: #bf0a30; }
.navbar-default {background-color: #002868;}
.navbar-fixed-top {background-color:rgba(0,40,104,.95);}
.navbar-default .navbar-nav>li>a {color: #FFF;}

.navbar-default .navbar-nav > .active > a:after { background: #fff;}
a.menu-heading span:after { background-color:#3d7adc;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: rgb(0, 59, 152) !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color:rgb(0, 40, 104)!important;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color:rgb(0, 59, 152) !important;
}

.dropdown-menu {
    background: rgb(0, 59, 152) !important;
    border:0;
}

li.menu-heading.dropdown.open span.caret {
    border-top-color: #00ACFF;
}

.dropdown-menu>li>a {
    color:#fff;
}
.dropdown-menu>li> a:hover {
    background-color: rgba(0, 40, 104, 0.8)!important;
    color:#fff !important;
}
a.accent-color2.accent-bg1.menu-panel-selected.active {
    color: #fff !important;
}
/*Content*/
/*Search*/
.element-type-inventorysearch {
    background: radial-gradient(circle at 50% 100%, #2b497d, #0a275b 58%, #0a275b);
    padding: 10px 0 5px 0;
}
.element-type-inventorysearch .form-group {width:60%;}
.element-type-inventorysearch .btn-default {
    color: #fff;
    background-color: #235cc3;
    border-radius: 0;
    padding: 10px 25px;
}
.element-type-inventorysearch .form-control { border: 1px solid #fff !important; color:#fff !important; }
.form-control::-webkit-input-placeholder { color: #bcf; }

/*Title & Heading*/
.element-heading h4 {
    color: #666;
    border-bottom: 2px solid #c7c7c7;
}
.element-heading h4:after { background-color: #0a275b; }

.browse-inventory-image a {border-color:#bf0a30;}

/*Inverted Row*/
.inverted .container {background-color: transparent;}
.inverted {background-color: #CECECE;}

/*Footer*/
div.footer-container {background-color: #002868;color:#fff;}
div.footer-container h5.element-sub-heading.accent-color1,
div.footer-container .text-info.accent-color1.required-indicator {
    color: #bf0a30  !important;
}
div.footer-container {
    border-bottom:0;
}
div.footer-container .element-data-column a{color:#fff  !important;}
div.footer-container .accent-color2 {
    color: #fff !important;
}
.footer-container h4 {
    border-color: #fff;
}
div.footer-container .element-heading h4 { color:#fff; }
div.footer-container .element-heading h4:after { background-color: #fff; }

div.page-bottom {background-color: #bf0a30;color:#fff;}
div.page-bottom a,
div.page-bottom span,
div.page-bottom .text-muted {color:#fff !important;}

/* This is for QUICK LINKS*/
span.quicklinkbutton-img:hover span.filter i{color:#fff;}
span.filter {background-color: rgba(191,10,48,.59);}
span.filter i {font-size: 40px;color: #000;}
span.quicklinkbutton-label-img i { color: #fff;}
span.quicklinkbutton-label-img:hover {
    background-color: rgb(191, 10, 48);
    color:#fff;
}