﻿/*==== mensagem de erro superior do plugin do foundation ====*/

.field-validation-error.text-danger {
    background: #F3D2D4;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #9a5151;
    padding: 1em 1em 1em 4.5em;
    position: relative;
    margin-bottom: 1.5em;
    margin-top: .5em;
    font-style: normal;
}

    .field-validation-error.text-danger:before {
        content: '\e904';
        font-family: icomoon !important;
        font-weight: normal;
        left: 18px;
        top: 3px;
        display: block;
        z-index: 0;
        position: absolute;
        font-size: 2em;
    }


/*==== mensagem de erro superior da parte de login ====*/
.ats-alerta > .ats-alertaBox {
    font-size: 1em;
    border: none;
}

.ats-alerta .ats-alertaBox-conteudo {
    display: inline-block;
    padding: 0 0.5rem 0 2rem;
    margin: 0;
}

.ats-alerta .ats-alertaBox--erro {
    background: #F3D2D4;
    color: #9a5151;
}


.ats-alerta .ats-alertaBox--atencao {
    background: #F1E69B;
    color: #AB7B24;
}

.ats-alerta .ats-alertaBox--sucesso {
    background: #C4E6BF;
    color: #04380B;
}

.ats-alerta .ats-alertaBox--Anexo {
    background: #d4d1d1;
    color: #040b38;
}

.ats-alerta .ats-alertaBox-icone {
    margin-right: 1em;
    font-size: 2em;
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    left: 0.25rem;
}

.ats-alerta .ats-alertaBox-txt {
    margin: 0;
    font-size: 1.233em;
}

.ats-alerta .u-md-link.ats-alertaBox-lnk,
.ats-alerta .u-md-texto.ats-alertaBox-txt {
    font-size: 1.083em;
}

.ats-alerta .ats-alertaBox-lnk {
    display: block;
    font-size: 1.233em;
    color: #4261AF;
}

    .ats-alerta .ats-alertaBox-lnk:hover {
        text-decoration: underline;
        color: #213361;
    }

.ats-alerta .ats-alertaBox-txt.ats-alertaBox-txtErro {
    color: #9a5151;
}

.ats-alerta .ats-alertaBox-txt.ats-alertaBox-txtSucesso {
    color: #0F801F;
}

.ats-alerta .ats-alertaBox-txt.ats-alertaBox-txtAnexo {
    color: #4261AF;
}

.ats-alerta .ats-alertaBox-txt.ats-alertaBox-txtAtencao {
    color: #AB7B24;
}


@media only screen and (max-width: 64em) {
    .ats-alerta > .ats-alertaBox {
        font-size: 1.083em;
    }
}
