﻿.badge {
    padding: 3px 5px !important;
    font-size: .6em !important;
    line-height: 10px !important;
}

.badge-notify {
    background: #E84D4D !important;
    position: relative;
    top: -3px;
    left: -6px;
    padding-top: 0px;
}


.badge-notify-no-strap {
    background: #E84D4D !important;
    position: relative;
    left: -6px;
    top: 0px;
    text-align: center !important;
    border-radius: 10px;
    padding: 1.5px 3.5px !important;
    font-size: .6em !important;
    line-height: 14px !important;
}



.badge-notify-no-master {
    background: #E84D4D !important;
    position: absolute;
    top: 0px;
    left: -5px;
    width: 15px;
    text-align: center !important;
    border-radius: 10px;
    padding: 1.5px 3.5px !important;
    font-size: .6em !important;
}

.fa-bell-no-master {
    position: absolute;
    margin-left: 950px;
    z-index: 199;
    font-size: 1.75em;
    color: white;
}

.hover-finger {
    cursor: pointer;
}

