
.dropbtn-user {
    padding: 0px 15px;
    cursor: pointer;
    display: inline-block;    
    width: 74px;
    height: 40px;
    margin-right: -1px;    
}

.dropbtn-user-focus {
    padding: 0px 15px;
    cursor: pointer;
    display: inline-block;
    background-color: #2774AE;
    width: 74px;
    height: 40px;
    margin-right: -1px;    
}

.dropbtn:hover, .dropbtn:focus {
    color:#2774AE;
}

.w3-notification-badge{
    background-color: #FFD100;
}
.dropdown {
    float: right;
    position: relative;
    margin-left: 59px;
    height:39px;
}
.dropdown-content {
    display: none;
    width: 265px;
    height: auto;
    Background-color: #ffffff;
    position: absolute;
    top: 37px;
    right: -1px;
    overflow: hidden;
    color: #457aa6;
    box-shadow: 4px 8px 38px #b3b3b3;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}

.fa fa-user {
    padding: 0 15px;
    cursor: pointer;
    color: #0a32a9;
    display: inline-block;
}
.loginpanel-heading {
    color: #ffffff;
    Background-color: #3b7ba7;
    padding: 0px 20px;
}
.loginpanel-body {
    font-size: 15px;
    color: #3b4a73;
}

.user{
    display: block;
    padding: 3px 18px;
    width:265px
}
.user:hover{
    background-color: #D3D3D3;
    display: block;
    width:265px;
    transition: all 0.3s ease;
}
.user a:link {color: #1a1a1a !important;}
.user a:visited {color: #1a1a1a !important;}
.user a:hover {
    background: none !important;
}

.menu-line {
    border-bottom: 1px solid #D3D3D3;
}

.staff {
    color: #1a1a1a;
    font-size: 0.82em;
    font-style: italic;
    line-height: 1.5;
    margin: 15px 0px 10px 15px;
}
    
a {
    position: relative;
    padding: 3px 5px;
    font:bold 36px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    text-decoration: none;
}

.notification-badge:after {
    content: "";
    position: absolute;
    background: #FFE800;
    height: 1.5rem;
    top: .2rem;
    right: 2rem;
    width: 1.5rem;
    text-align: center;
    font-size: 1rem;
    border-radius: 100%;
    color: white;
    z-index: -2;
}

.notification-circle {
    content: "";
    display:inline-block;
    position: absolute;
    background: #FFD100;
    height: 25px;
    top: 1.1rem;
    font-family: Helvetica;
    font-weight: bold;
    width: 25px;    
    text-align: center;
    font-size: 15px;
    border-radius: 100%;
    line-height: 2.5rem;
    color:#003B5C;
    margin-left: 15px;
    margin-top: -5px;
}

.recommendations-circle {
    content: "";
    display:inline-block;
    position: absolute;
    background: #93d3eb;
    height: 2rem;
    top: 1.5rem;
    right: 2rem;
    font-weight: 800;
    width: 2rem;
    text-align: center;
    font-size: 1rem;
    border-radius: 100%;
    line-height: 2rem;
    color:#0a32a9;
}

.record-count-circle {
	content: "";
    display:inline-block;
    position: absolute;
    background: #FFD100;
    height: 25px;
    top: 1.1rem;
    font-family: Helvetica;
    font-weight: bold;
    width: 25px;
    text-align: center;
    font-size: 15px;
    border-radius: 100%;
    line-height: 2.5rem;
    color:#003b5c;
    margin-left: -10px;
    margin-top: -5px;
}

.favorites-circle {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #93d3eb;
    height: 2rem;
    top: 1.5rem;
    right: 2rem;
    width: 2rem;
    font-weight: 800;
    text-align: center;
    font-size: 1rem;
    border-radius: 100%;
    line-height: 2rem;
    color:#0a32a9;
}

/* ::::::::::::: Firefox-specific CSS property :::::::::::::: */

@-moz-document url-prefix() { 
    .record-count-circle { 
        margin-left: -9px;
        margin-top: -5px;
    } 
}

/* ::::::::::::: Microsoft Edge Browser 12+ (All) ::::::::::: */

@supports (-ms-ime-align:auto) {
    .record-count-circle { 
        margin-top: -5px;
        margin-left: 15px;
    }
}

@media (max-width: 767px) { 
/* :::::::::::::::::::::::::::::::::::::::::::::::::::
                MOBILE
::::::::::::::::::::::::::::::::::::::::::::::::::: */

    #userDropdown{
        display: none;
    }

    .mobile-dropdown {
        float: right;
        position: relative;
        margin-right: 10px;
        height:38px;
    }

    .mobile-dropdown-content {
        display: none;
        width: 265px;
        height: auto;
        Background-color: #ffffff;
        position: absolute;
        top: 37px;
        overflow: hidden;
        color: #457aa6;
        box-shadow: 4px 8px 38px #b3b3b3;
        margin-left: -205px;
    }
    
    .mobile-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    
    .mobile-dropdown a:hover {background-color: #f1f1f1}

    .loginpanel-heading {
        color: #ffffff;
        Background-color: #3b7ba7;
        padding: 0px 20px;
    }
    
    .loginpanel-body {
        font-size: 15px;
        color: #3b4a73;
    }   

    .record-count-circle {
        content: "";
        display:inline-block;
        position: absolute;
        background:#FFD100;
        height: 25px;
        top: 1.1rem;
        font-family: Helvetica;
        font-weight: bold;
        width: 25px;
        text-align: center;
        font-size: 15px;
        border-radius: 100%;
        line-height: 2.5rem;
        color:#003B5C;
        /*margin-left: -5px;*/
        margin-top: -5px;
    }

    .dropbtn-user {
        cursor: pointer;
        display: inline-block;    
        width: 50px;
        height: 38px;
    }
}