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

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

.labelNp{
    font-size: 11px;
}

.titleNp{
    padding-top: 4px;
    font-size: 16px;
    font-weight: bold;    
}

.font-danger{
    color: #ed3237;
}

.font-success{
    color: #4cae4c;
}

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

.divider15{
    clear: both;
    height: 15px;
}

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

.bigDivider{
    clear: both;
    height: 15px;
}

.top7{
    top: 7px;
}

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

.bg-primary {
    background-color: #2e6da4;
}

.bg-success {
    background-color: #198754;
}

.bg-demo {
    background-color: #5cb85c;
}

.flexModalHeader{
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    background-color: #f1f1f1; 
    padding: 15px 10px; 
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
}

.negrito{
    font-weight: bold;
}

/* 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;
}

/* Barra de progresso */
.progress-bar {
    width: 100%;
    background-color: #f5f5f5;
    height: 18px;
    position: relative;
    border-radius: 8px;
}

.progress {
    height: 100%;
    /* width: 50%;  */
    background-color: #337ab7;
}

.progress-text {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 10px;
}

.border-success{
    border-left: 4px solid #5cb85c;
}
.border-danger{
    border-left: 4px solid #fc656a;
}
.border-warning{
    border-left: 4px solid #f0ad4e;
}

.text-danger{
    color: #fc656a !important;
}