#containerAvisos {
    width: 0;
    height: 100%;
    display: flex;
    color: #FFFFFF;
    min-height: 90vh;
    flex-direction: column;
    background-color: #254373;
}

#containerAvisos hr {
    margin: 0 0 0 0.7em;
    border-color: #385d98;
}

#containerAvisos .avisos-recentes hr {
    margin: 0.3em -0.9em 0.2em 0;
}

.avisos-recentes {
    display: flex;
    height: 74vh;
    padding: 0 1em;
    font-size: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
}

.avisos-recentes a {
    display: flex;
    color: #FFFFFF;
    text-decoration: none;
}

.avisos-recentes img {
    margin-left: 5px;
}

.categoria-aviso {
    padding: .5em 0;
}

.categoria-aviso label.titulo-categoria {
    font-weight: bold;
}

.categoria-aviso label.titulo-subcategoria {
    margin: 5px 0 0 5px;
}

.topo-avisos {
    display: flex;
    align-items: end;
    padding: 0.8em 0.7em 0.7em;
}

.rodape-avisos {
    height: auto;
    text-align: right;
    padding: 0.3em;
}

.rodape-avisos label {
    cursor: pointer;
}

.topo-avisos label,
.rodape-avisos label {
    color: #c1cfe6;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0.5em;
}

.logo-avisos {
    width: 1.6em;
}

.publicacao {
    display: flex;
    margin-top: 5px;
    flex-direction: column;
}

.arquivo-aviso {
    margin: 5px 0;
    display: flex;
    cursor: pointer;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#modalAvisosSistec .mochaOverlay {
    border-radius: 3px;
    background: #f5f5f5;
    width: 500px !important;
    height: 397px !important;
}

#modalAvisosSistec .mochaTitlebar {
    display: flex;
    color: #FFFFFF;
    align-items: center;
    height: auto !important;
    background-color: #1f3b67;
    border-radius: 3px 3px 0 0;
}

#modalAvisosSistec .mochaTitlebar h3 {
    color: #FFFFFF !important;
    font-size: 15px !important;
    padding: 6px 58px !important;
    margin-left: 22px !important;
}
#modalAvisosSistec .mochaTitlebar h3 {
    color: #FFFFFF !important;
    font-size: 15px !important;
    padding: 6px 58px !important;
    margin-left: 22px !important;
}

#modalAvisosSistec .mochaContent {
    color: #1f3b67;
    font-family: 'OpenSans Bold', sans-serif;
}

#modalAvisosSistec .mochaContentWrapper {
    border-radius: 3px;
    width: 478px !important;
    background: #F5F5F5 !important;
}

#modalAvisosSistec .mochaContentBorder {
    border-radius: 3px;
    background: #f5f5f5;
    margin: 18px 10px 0 10px;
    border: 1px solid #DADADA;
}

#modalAvisosSistec .mochaToolbarWrapper {
    width: auto !important;
    height: 45px !important;
    background: none !important;
    border-bottom: none !important;
}

#modalAvisosSistec .mochaToolbarWrapper .button {
    right: 22px;
    width: 6.4em;
    padding: 5px;
    height: 30px !important;
}

#modalAvisosSistec label.titulo-categoria {
    font-size: 18px;
}

#modalAvisosSistec #subCategoria {
    margin-bottom: 1em;
}

#modalAvisosSistec label.titulo-subcategoria {
    font-size: 15px;
    text-transform: uppercase;
}

#modalAvisosSistec label.titulo-subcategoria {
    font-size: 15px;
    text-transform: uppercase;
}

#modalAvisosSistec label.titulo-info-publica {
    font-size: 12px;
}

.teste {
    font-family: 'OpenSans Regular', sans-serif;
}
#modalAvisosSistec .teste-data {
    display: block;
    margin-bottom: 0.8em;
}
#modalAvisosSistec label.titulo-categoria,
#modalAvisosSistec label.titulo-info-publica {
    display: block;
    margin-bottom: 0.8em;
}

@-webkit-keyframes fadeInRight {
    from {
        width: 0;
        height: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        width: 18em;
        height: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        width: 0;
        height: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        width: 18em;
        height: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeOutRight {
    from {
        width: 18em;
        height: 100%;
    }

    to {
        width: 0;
        height: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        width: 18em;
        height: 100%;
    }

    to {
        width: 0;
        height: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.marginInAvisos {
    transition: 2s all;
}

.marginOutAvisos {
    transition: 2s all;
}

.teste {
    display: inline-block;
    width: 180px;
    height: 80px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-decoration: none;
}
