.linhaLateral{
    border: 1px solid #ddd;
    border-left: 4px solid #337ab7;
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 25px;
}

.tituloBloco{
    color: #337ab7;
    font-weight: bold;
    margin-bottom: 15px;
}

.marb0{
    margin-bottom: 0px !important;
}

.negrito{
    font-weight: bold;
}

/* Destaque nas buscas dos selects */
.optiontext > strong{
    color: #28a745;
    text-decoration: underline;
}
.active > a >.optiontext > strong{
    color: #FFF;
    text-decoration: underline;
}

/* tinymce */
.mce-container.mce-menubar.mce-toolbar.mce-first{
    display: none;
}
/* .mce-branding.mce-widget.mce-label.mce-flow-layout-item.mce-last{
    display: none;
} */
.mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last{
    display: none;
}

.divider{
    clear: both;
    height: 5px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(217, 83, 79, 0.7);
    }
    70% {
        box-shadow: 0 0 0 25px rgba(217, 83, 79, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(217, 83, 79, 0);
    }
}
.pulsing {
    animation: pulse 1s infinite;
}
