

a {
    color: #4A4A4A;
}

.erp-notificaciones {
    height: 2px;
    width: 1200px;
    position: fixed;
    top: -1px;
    font-size: 13px;
    !important;
    -webkit-font-smoothing: antialiased;
    z-index: 999999;
}

    .erp-notificaciones * {
        box-sizing: initial !important;
        -webkit-box-sizing: initial !important;
        -moz-box-sizing: initial !important;
        line-height: normal;
    }

    .erp-notificaciones .notificaciones-body {
        width: 395px;
        position: fixed;
        background: #FFF;
        top: 0;
        border-top: 1px solid #e3e3e3;
        left: 685px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    }

        .erp-notificaciones .notificaciones-body.is-menu-hidden {
            left: 885px;
        }

        .erp-notificaciones .notificaciones-body.is-in-ie {
            left: 681px;
        }

        .erp-notificaciones .notificaciones-body.is-menu-hidden.is-in-ie {
            left: 881px;
        }

.erp-notificacion {
    clear: both;
    height: 83px;
}

    .erp-notificacion:after {
        display: block;
        content: '';
        position: relative;
    }

.not-simbolo {
    float: left;
    height: 100%;
    width: 44px;
    background-color: #fbfbfb;
    padding: 27px 0 0 15px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #e3e3e3;
}

.not-message {
    float: left;
    width: 309px;
    padding-top: 19px;
    padding-left: 18px;
    padding-bottom: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #e8e8e8;
}

.not-title {
    font-size: 16px;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 5px;
    letter-spacing: -0.5px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .not-title a {
        transition: all 0.2s ease;
        position: relative;
    }

        .not-title a:after {
            content: '\f054';
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: #FFF;
            font-size: 10px;
            position: absolute;
            transition: all 0.2s ease;
            opacity: 0;
            top: 4px;
            right: -3px;
        }

        .not-title a:hover {
            color: #38C08F !important;
        }

            .not-title a:hover:after {
                opacity: 1;
                color: #38C08F;
                right: -12px;
            }

.not-message {
    height: 100%;
    overflow: hidden;
}

.not-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .not-content a {
        font-weight: 800;
    }

        .not-content a:hover {
            color: #38C08F;
        }

.not-simbolo .not-icon {
    width: 31px;
    height: 25px;
    top: 11px;
    position: relative;
    display: block;
}

.not-simbolo.advertencia .not-icon {
    background: url(images/icon-advertencia-yellow.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
}

.not-simbolo.alerta .not-icon {
    background: url(images/icon-alerta-red.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
}

.not-simbolo.info .not-icon {
    background: url(images/icon-info-green.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
}

.notificaciones-footer {
    clear: both;
    min-height: 35px;
    background: #f1f1f1;
    width: 100%;
}

    .notificaciones-footer .not-sin-leer {
        float: left;
        width: 100px;
        padding-left: 14px;
        padding-top: 10px;
    }

    .notificaciones-footer .not-historial {
        float: right;
        width: 200px;
        padding-right: 14px;
        padding-top: 10px;
        text-align: right;
    }

        .notificaciones-footer .not-historial a {
            transition: all 0.2s ease;
        }

            .notificaciones-footer .not-historial a span {
                transition: all 0.2s ease;
            }

            .notificaciones-footer .not-historial a:hover {
                color: #38C08F;
            }

                .notificaciones-footer .not-historial a:hover span {
                    -ms-transform: rotate(90deg);
                    /* IE 9 */
                    /* Chrome, Safari, Opera */
                    transform: rotate(90deg);
                    color: #38C08F;
                }
