/* notificações */
.btn-notifications {
    position: relative;
    overflow: visible;
}

.btn-notifications #contador-notificacao {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    color: #fff;
    z-index: 9999;
    font-weight: bold;
    border-radius: 10px;
    padding: 4px 5px;
    line-height: 11px;
}

#dropdown-notifications {
    border: 1px solid #666;
    border-radius: 2px;
    position: absolute;
    margin-top: 45px;
    margin-left: 90px;
    margin-right: -90px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 42em;
    min-width: 42em;
    z-index: 9999 !important;
    overflow: visible;

}

#dropdown-notifications li a i {
    font-size: 3rem;
}

#ul-notification {
    overflow-y: visible;
    overflow-x: hidden;
    max-height: 400px;
}

#dropdown-notifications.dropdown-content::before {
    background: url("../img/ponta-tooltip.png") no-repeat top;
    border: 10px solid transparent;
    box-sizing: border-box;
    content: "";
    width: 31px;
    top: -1.35em;
    right: 6.1em;
    position: absolute;
}

#dropdown-notifications.dropdown-content li:hover {
    background: #fff;
}

.item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.item:hover {
    background-color: #eee !important;
}

.mre-notificacao-icon-wrapper {
    position: relative;
}

.mre-notificacao-icon-wrapper span.badge {
    position: absolute;
    top: -14px;
    font-size: 10px;
    color: #fff;
    z-index: 9999;
    font-weight: bold;
    border-radius: 30px;
    padding: 5px 8px;
    left: 50px;
}

.tootip-notifications a {
    text-align: left;
    padding: 10px 11px 1px;
    cursor: pointer
}
.tootip-notifications div span {
    text-align: right;
    font-size: 12px;
    color: #888;
    padding-top: 5px
}
.tootip-notifications a.mais {
    text-align: center;
    padding: 10px 11px 0px;
}

.tootip-notifications a h6 {
    font-size: 12px;
    white-space: normal;
}

.tootip-notifications a img {
    width: 60px
}

.tootip-notifications.row {
    margin-bottom: 0px;
}

.tootip-notifications.row .col {
    padding: 0 !important;
}
.white-space {
    white-space: normal
}

li[mre-notificacao] a i.material-icons {
    font-size: 1.8rem !important;
}
.bold {
    font-weight: bold;
}

.tootip-notifications a:hover {
    background: none !important;
}