﻿/***** Site Master Style Tags *****/
.SM-content-wrapper {
    max-width: none;
}

@media only screen and (min-width: 850px) {
    header .SM-content-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}

header .SM-content-wrapper {
    background-image: url(../Images/fleet_header_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.SM-site-title {
    color: #b9b9b9;
    font-size: 32px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin: 0;
}

    .SM-site-title a, .SM-site-title a:hover, .SM-site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

    .SM-site-title a {
        color: rgba(255, 255, 255, .82);
        display: block;
        line-height: 75px;
        font-weight: 400;
        margin-left: 150px;
    }


.SM-body {
    border-top: none;
}

#SM-body {
    padding-bottom: 5px;
}

.SM-popupMenu_CssClass {
    padding: 0px !important;
    border-left: 1px solid #D3D3D3 !important;
    border-right: 1px solid #D3D3D3 !important;
    border-bottom: none !important;
    border-top: none !important;

}

.SM-hovermenuBlock {
    margin: 0;
    width: 175px;
}

.SM-hovermenuBlockUserMenu {
    margin: 0;
    width: 118px;
}

.SM-hovermenuBlockItem_class {
    font-size: 16px;
    padding: 10px;
    /*color: #555 !important;*/
    width: 175px;
    border-bottom: 1px solid #D3D3D3 !important;
    box-sizing: border-box;
}

.SM-hovermenuBlockItem_userclass {
    font-size: 16px;
    padding: 10px;
    color: #555 !important;
    width: 118px;
    border-bottom: 1px solid #D3D3D3 !important;
}

.SM-hovermenuBlockItem_userclass a {
    font-size: 16px;
    color: #555 !important;
    display: block;
}

.SM-hovermenuBlockItem_userclass:last-of-type {
    border-bottom: none !important;
}

.SM-cssgrd {
    background: #2B325C;
    background: -moz-linear-gradient(#2B325C, #2B325C );
    background: -webkit-linear-gradient(#2B325C, #2B325C );
    background: -o-linear-gradient(#2B325C, #2B325C );
    background: -ms-linear-gradient(#2B325C, #2B325C );
    background: linear-gradient(#2B325C, #2B325C );
    text-align: left !important;
    border: none !important;
    padding: 0 !important;
    height: 1%; /*For IE7*/
}

.SM-mainlinkmenuBlock {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    padding-left: 15px;
}

.SM-header-img img {
    width: 60px;
}

.SM-nav_logo {
    float: right;
    padding-top: 5px;
    padding-right: 20px;
}

.SM-nav_logo img {
    vertical-align: text-bottom;
    padding-right: 5px;
}

.SM-button-profile {
    background-color: inherit !important;
    background: transparent;
    color: #444;
    border-radius: 5px;
    font-size: inherit !important;
    border: none !important;
    color: #EAEAEA !important;
    margin: inherit !important;
    text-transform: none;
}

.SM-hr {
    margin: 0;
    border-top: 1px solid #dedede;
}

.SM-mainlinkmenuItem_class {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media only screen and (min-width : 1400px) {
    .SM-site-title a {
        /*margin-left: 175px;*/
        margin-left:12%;
    }
}

.SM-mainlinkmenuBlock a:hover {
    background-color: #1e3f72;
}


.aspNetDisabled.SM-mainlinkmenuItem_class:hover {
    background-color: transparent !important;
    opacity: 0.3 !important;
}

.aspNetDisabled.SM-hovermenuBlockItem_class:hover {
    background-color: transparent !important;
    opacity: 0.3 !important;
}

div.ui-menu li {
    list-style: none;
    background-image: none;
    background-repeat: none;
    background-position: 0;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.SM-RoundedPanel {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
}

.SM-dropdown-menu-pull-right {
    right: 0;
    left: auto;
}

.aspNetDisabled.SM-hovermenuBlockItem_class a:not([href]) {
    color: #c8c8c8 !important;
}

