#avisos-header{
    width: 100vw;
}
.aviso-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    line-height: 2em;
    padding-right: 20px;
    padding-left: 5px;
    cursor: default;
}

.aviso-inline span{
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.aviso-inline a {
    color: #00aaff;
    font-weight: bold;
}

.aviso-inline .btn-fechar-aviso{
    padding: 5px 8px;
    cursor: pointer;
}

/* #region Estilos aviso inline */

.aviso-inline.cmd-default{
    color: #fff;
    background: #2C6D9B;
}

.aviso-inline.warning{
    color: #000;
    background: #F6BE00;
}

.aviso-inline.cmd-green{
    color: #fff;
    background: #00684E;
}

.aviso-inline.blackout{
    color: #fff;
    background: #000;
}

.aviso-inline.whiteout{
    color: #000;
    background: #fff;
}

.aviso-inline.blue-writing{
    color: #00497D;
    background: #f6f6f6;
}

/* #endregion Estilos aviso inline */
