/* This is a service provider style */

.main_h.sticky {
    height: 59px !important;
    background-color: #4d4d4d;
}

.logo {
    background-image: url(https://mvcbbrandings.blob.core.windows.net/production/assets/iftech/logo-iftech-large-long-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 35px !important;
    width: 193px !important;
    padding: 0 !important;
    margin: 0 !important;
    /* Hide the text. */
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}

.main_h.sticky a.logo {
    color: white;
}

.main_h.sticky a.logo:hover {
    color: #666;
}

.main_h.sticky nav ul a {
    /* the color of the menu */
    color: white;
}

.main_h.sticky nav ul a:hover {
    /* what happens when hover */
    color: #666;
}

.main_h.sticky nav ul li ul.dropdown-menu a {
    /* the color of the menu */
    color: #666;
}

.main_h.sticky nav ul li ul.dropdown-menu a:hover {
    /* the color of the menu */
    color: black;
}

.dashboard-toolbar ul li a {
    color: #666;
}

.dashboard-toolbar ul li a:hover {
    color: #c81a1d;
}

.dashboard-toolbar ul li.active {
    border-bottom: 3px solid #c81a1d;
}

/* Default Buttons */
.btn-default {
    background-color: #4d4d4d !important;
    border-color: #4d4d4d !important;
}

.btn-fluent.btn-primary:hover {
    background-color: #4d4d4d !important;
    border-color: #4d4d4d !important;
}
.btn-default:hover {
    background-color: #444 !important;
}
