
#botaoMensagens svg path,
a.botoesMensagens > svg > path
{
    fill: #fdd835;
    transition: .2s;
}

#mensagens
{
    width: 100%;
    background-color: #fff;
}

@media only screen and (max-width: 992px)
{
    #mensagens
    {
        top: 40px !important;
        height: calc(100% - 40px);
    }

    /* Toast */
    .toast .system-msg-content .system-msg-content-txt{
        -webkit-flex-direction: column;
        flex-direction: column;
    }

}

@media only screen and (min-width: 993px)
{
    #mensagens
    {
        width: 90%;
        height: 80%;
        max-width: 90%;
    }
}
/* Toast */
.yellow .system-msg-content .system-msg-content-txt{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: black;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.toast .system-msg-content .system-msg-content-txt{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.toast .apresentarTreinamentoResumido{
    display: none;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* Barra Superior da janela de mensagens */

#mensagens.modal .modal-header .barra_superior
{
    background: transparent;
    color: #000;
    height: 48px;
}

#mensagens.modal .modal-header .barra_superior .icone_fechar
{
    color: #666;
    width: 40px;
    height: 40px;
    font-size: 2.4em;
    transition: all ease-in-out .2s;
}

#mensagens.modal .modal-header .barra_superior .icone_fechar:hover
{
    color: #000;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* Estrutura de uma mensagem */

.system-msg
{
    font-size: 1rem;
    background-color: #fafafa;
    padding: 5px 0px;
    /*    -webkit-box-shadow:
            0 2px 2px 0 rgba(0, 0, 0, 0.14), 
            0 1px 5px 0 rgba(0, 0, 0, 0.12), 
            0 3px 1px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 
            0 2px 2px 0 rgba(0, 0, 0, 0.14), 
            0 1px 5px 0 rgba(0, 0, 0, 0.12), 
            0 3px 1px -2px rgba(0, 0, 0, 0.2);*/
}

div:not(.system-msg) > .system-msg:not(:first-child)
{
    margin-top: 20px;
}

.system-msg .system-msg
{
    margin-top: 10px;
}

.system-msg-header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.system-msg-header-icon
{
    display: inline-block;
}

.system-msg-header-icon svg
{
    width: 2em;
    height: 2em;
}

.system-msg-header h1
{
    margin: 0 0 0 01em;
    font-size: 1em;
    text-transform: uppercase;
}

.system-msg-container
{
    display: block;
    border-radius: 0px;
    padding: 10px;
    color: #fff;
}

.system-msg-content
{
    width: 100%;
    padding: 10px;
}

.system-msg-container > .system-msg-content:first-child,
.system-msg-container > ul > li > .system-msg-content:first-child
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.system-msg-container > .system-msg-content:last-child,
.system-msg-container > ul > li > .system-msg-content:last-child
{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.system-msg-content-txt
{
    width: 100%;
    overflow-y: visible;
    overflow-x: visible;
}

.system-msg-container > .system-msg-content:not(:first-child),
.system-msg-container > ul > li > .collapsible-body > .system-msg-content:not(:first-child)
{
    margin-top: 1px;
    position: relative;
}

.system-msg-container > .system-msg-content:not(:first-child):after,
.system-msg-container > ul > li > .collapsible-body > .system-msg-content:not(:first-child):after
{
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,.6);
    top: -1px;
    left: 0;
    position: absolute;
}

.system-msg-container > ul,
.system-msg-container > ul > li,
.system-msg-container > ul > li > div.collapsible-header,
.system-msg-container > ul > li > div.collapsible-body
{
    background-color: inherit;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.system-msg-container > ul > li > div.collapsible-header svg
{
    width: 2.2rem;
    height: 2.2rem;
}

.system-msg-container > ul > li > div.collapsible-header.active svg:first-child,
.system-msg-container > ul > li > div.collapsible-header:not(.active) svg:last-child
{
    display: none;
}

.system-msg-container > ul > li > div.collapsible-header svg path
{
    fill: #000;
}

.system-msg-content-txt .system-msg-content-code
{
    margin: 0 1em 0 0;
    font-size: 1em;
    font-weight: 400;
    padding: 2px 4px;
    border-radius: 4px;
    display: inline;
}

.system-msg-content .collapsible
{
    color: black;
}

.system-msg-trace
{
    font-family: OpenSansRegular !important;
    color: black;
    font-size: 0.8rem;
    overflow-y: auto;
    overflow-x: auto;
}
#mensagens .modal-content
{
    padding: 0px;
}

@media only screen and (max-width: 992px)
{
    .system-msg
    {
        padding: 5px 8px;
        font-size: 1.4em;
    }

    #mensagens .modal-content
    {
        padding: 5px 0 0;
    }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* Temas de Mensagens */


/* FALHA */
.msg_falha{
    background-color: #d32f2f;
}

.system-msg.system-msg-error > .system-msg-header,
.system-msg.system-msg-error > .system-msg-container .system-msg-content > .system-msg-content-txt > .system-msg-content-code
{
    color: #d32f2f;
    background-color: #FFF;
}
.system-msg.system-msg-error.system-msg-externalError > .system-msg-header,
.system-msg.system-msg-error.system-msg-externalError  > .system-msg-container .system-msg-content > .system-msg-content-txt > .system-msg-content-code
{
    color: #2196f3;
    background-color: #FFF;
}

.system-msg.system-msg-alert  > .system-msg-container > .system-msg-content > .system-msg-content-txt > p
{
    display: inline;
    font-size: 1.1em;
    color: #FFF;
}

.system-msg.system-msg-error > .system-msg-container
{
    background-color: #d32f2f;
}

.system-msg.system-msg-error > .system-msg-header > .system-msg-header-icon > svg path
{
    fill: #d32f2f;
}
.system-msg.system-msg-error.system-msg-externalError > .system-msg-container
{
    background-color: #2196f3;
}

.system-msg.system-msg-error.system-msg-externalError > .system-msg-header > .system-msg-header-icon > svg path
{
    fill: #2196f3;
}

/* DESENVOLVIMENTO */
.msg_desenvolvimento{
    background-color: #6a1b9a;
}

.system-msg.system-msg-dev > .system-msg-header,
.system-msg.system-msg-dev > .system-msg-container .system-msg-content > .system-msg-content-txt > .system-msg-content-code
{
    color: #000;
    background-color: #FFF;
}

.system-msg.system-msg-dev > .system-msg-container
{
    background-color: #6a1b9a;
}

.system-msg.system-msg-dev > .system-msg-header > .system-msg-header-icon > svg path
{
    fill: #6a1b9a;
}

/* ALERTA */
.msg_alerta{
    background-color: #fdd835;
}

.system-msg.system-msg-alert > .system-msg-header,
.system-msg.system-msg-alert > .system-msg-container .system-msg-content > .system-msg-content-txt > .system-msg-content-code
{
    color: #000;
    background-color: #FFF;
}
.system-msg.system-msg-alert  > .system-msg-container > .system-msg-content > .system-msg-content-txt > p
{
    display: inline;
    font-size: 1.1em;
    color: #000;
}

.system-msg.system-msg-alert > .system-msg-container
{
    background-color: #fdd835;
}

.system-msg.system-msg-alert > .system-msg-header > .system-msg-header-icon > svg path
{
    fill: #fdd835;
}

/* AVISO DESENVOLVIMENTO */

.system-msg.system-msg-devalert > .system-msg-header,
.system-msg.system-msg-devalert > .system-msg-container .system-msg-content > .system-msg-content-txt > .system-msg-content-code
{
    color: #fb8c00;
    background-color: #FFF;
}

.system-msg.system-msg-devalert  > .system-msg-container > .system-msg-content > .system-msg-content-txt > p
{
    display: inline;
    font-size: 1.1em;
    color: #000;
}
.system-msg.system-msg-devalert > .system-msg-container
{
    background-color: #fb8c00;
}

.system-msg.system-msg-devalert > .system-msg-header .system-msg-header-icon > svg path
{
    fill: #fb8c00;
}

/* SUCESSO */
.system-msg.system-msg-success > .system-msg-header,
.system-msg.system-msg-success > .system-msg-container .system-msg-content > .system-msg-content-txt > .system-msg-content-code
{
    color: #43a047;
    background-color: #FFF;

}

.system-msg.system-msg-success  > .system-msg-container > .system-msg-content > .system-msg-content-txt > p
{
    display: inline;
    font-size: 1.1em;
    padding: 1Em;
    line-height: 1Em;
    color: #000;
}

.system-msg.system-msg-success > .system-msg-container
{
    background-color: #FFF;
    border-bottom: 2px solid #43a047;
}

.system-msg.system-msg-success > .system-msg-header .system-msg-header-icon > svg path
{
    fill: #43a047;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* Outros */

.xdebug-error
{
    font-size: 2Em;
}

div.janela_modal_mensagem.mensagem_alerta.card p {
    padding: 1em;
}

#info_falha{
    width: 50%;
    margin: 10% auto;
    padding: 10px;
    border: 2px solid red;
    border-radius: 5px;
    color: white;
    background-color: red;
    text-transform: uppercase;
}
#info_falha svg path{
    fill: white;
}