/*
--------------------------------------------------

Global Styles [global-changes.css]

Changes specific to Fleet

--------------------------------------------------
*/

/* @group global */


.simple-header.with-language-option .utility-nav {
    background-color: #000000;
}

.utility-nav-bottom {
    background-color: #88dbdf;
}

.top-header {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.95, #f1f1f1), color-stop(1, #88dbdf));
    background-image: -o-linear-gradient(top, #f1f1f1 95%, #88dbdf 100%);
    background-image: -moz-linear-gradient(top, #f1f1f1 95%, #88dbdf 100%);
    background-image: -webkit-linear-gradient(top, #f1f1f1 95%, #88dbdf 100%);
    background-image: -ms-linear-gradient(top, #f1f1f1 95%, #88dbdf 100%);
    background-image: linear-gradient(to top, #88dbdf 95%, #88dbdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f1f1f1', endColorstr='#88dbdf');
}

.nav-tabs li.active a {
    color: #88dbdf;
}

.nav-tabs li .sub-nav a {
    width: inherit;
    text-align: left;
    color: #ccc; }

.nav-tabs li a:hover {
    color: #88dbdf;
}

.nav-tabs li .sub-nav a:hover {
    color: #ccc;
}

.sub-tophead li a .fa-map-marker {
    color: #88dbdf;
}

.sub-tophead li a .fa {
    color: grey;
}

.sub-tophead li a {
    color: grey;
    font-weight: bold;
}

i.fa.fa-map-marker.fa-markerclass {
    color: #88dbdf;
}

.accordion-wrap h4 {
    border-left: 2px solid #88dbdf;
}

.tabs ul li.ui-tabs-active {
    border-top: 2px solid #88dbdf;
}

.bottom-header .ATD-logo img {
    max-width: 144px;
    max-height: 40px;
    margin-bottom: 5px; }
    
.liteStyle .bottom-header .ATD-logo img {
    max-width: 144px;
    max-height: 40px;
    margin-bottom: 5px; }

.margin-rgt {
    position: relative !important;
    left: 24px !important; }

.bottom-header {
    background: url("./../images/header-bg.png") repeat-x;
    max-height: 70px;
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.95, #f1f1f1), color-stop(1, #000000));
    background-image: -o-linear-gradient(top, #f1f1f1 95%, #000000 100%);
    background-image: -moz-linear-gradient(top, #f1f1f1 95%, #000000 100%);
    background-image: -webkit-linear-gradient(top, #f1f1f1 95%, #000000 100%);
    background-image: -ms-linear-gradient(top, #f1f1f1 95%, #000000 100%);
    background-image: linear-gradient(to top, #f1f1f1 95%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f1f1f1', endColorstr='#000000');
}


.utility-nav {
    background-position-x: right;
    background-position-y: top;
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    background-color: #000000;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-size: 12px;
    height: 10px;
}

.content-container-cart-page {
    background-color: #ffffff !important;
}

.liteStyle div:not(.wrapper, .search-results-page) .left-nav {
    background: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 0px;
    position: absolute;
    margin-left: 3px;
    z-index: 9;
}

.liteStyle .content-wrapper .center-content {
    width: 100%;
}

.liteStyle #lite-returnPer {
    color: #0978BB;
    font-size: 1.4em;
    margin-top: -18px;
}
.liteStyle #lite-returnPer div {
    margin-top: 1em;
    text-transform: capitalize;
    font-size: 0.8em;
}
.liteStyle #lite-returns {
    margin-top: -0.8em;
}