﻿.noti-boton {
    margin: 0px 0px 0px 10px;
    cursor: pointer
}

.noti-contador {
    position: absolute;
    background: #e1141e;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px;
    margin: -8px 0 0 25px;
}

.noti-contenedor {
    display: none;
    width: 340px;
    position: absolute;
    right: 3%;
    border: solid 1px rgba(100,100,100,.2);
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.2);
    background: white;
}

    .noti-contenedor:before {
        content: '';
        display: none;
        color: transparent;
        border: 10px solid #ccc;
        border-color: transparent transparent #fff;
        margin-top: -20px;
        margin-right: 10px;
        margin-left: 285px;
    }

    .noti-contenedor h3 {
        display: block;
        float: left;
        font-weight: 700;
        padding: 5px;
        margin: 0;
        font-size: 12px;
    }

    .noti-contenedor .noti-verTodas {
        background: #f6f7f8;
        font-size: 12px;
        font-weight: 700;
        border-top: solid 1px rgba(100,100,100,.3);
        text-align: center;
    }

        .noti-contenedor .noti-verTodas a {
            color: #3b5998
        }

            .noti-contenedor .noti-verTodas a:hover {
                color: #3b5998;
                text-decoration: underline;
            }

.noti-div {
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
    cursor: pointer;
    color: #000;
    text-align: left;
    padding: 5px;
}

    .noti-div .noti-prop-mensaje span {
        font-size: 14px;
        padding-bottom: 0px;
    }

    .noti-div .noti-prop-mensaje p {
        margin-bottom: 0px;
    }

    .noti-div .noti-prop-mensaje h4 {
        margin-bottom: 0px;
    }

    .noti-div:hover {
        background: #f3f5f7;
    }

.noti-boton-descartarTodas {
    cursor: pointer;
    padding-right: 10px;
}

    .noti-boton-descartarTodas:hover {
        background: #f3f5f7;
    }

.paddingR5 {
    padding-right: 5px;
}

.noti-items {
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    background-color: #fff;
    display: inline-block;
    overflow-x: hidden;
}

.noti-prop-mensaje {
    margin-left: 4px;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: -5px;
}

.noti-prop-fecha {
    margin-right: 10px;
    color: slategray;
    font-size: 11px;
    margin-left: 5px;
}

.noti-span-ok {
    color: #5dbf74 !important;
}

.noti-span-error {
    color: #e1141e;
}

.noti-span-noError {
    color: #0479cc;
}

.noti-background {
    background: #f6f7f8;
}