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

Global Styles [global-changes.css]

Changes specific to GM 2

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

/* @group global */


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

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

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

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

.sub-tophead .pull-left:not(.account-menu) a {
    color: #555555;
    font-weight: bold;
}

.location-list a {
	color: #fff !important
}

.location-ellipsis-account {
	color: #555555;
}

.bottom-header .ATD-logo img {
    max-width: 144px;
    max-height: 40px;
    margin-bottom: 5px; }
    
.margin-rgt {
    position: relative !important;
    left: 24px !important; }