html body.bg-full-screen-image {
    background: url('../../../login_background_admin.jpg?v=1') no-repeat center center fixed;
}

label { display: block; }
.obrigatorio label { color: red; }
.obrigatorio label::before { content: " * "; }
.obrigatorio-preenchido label::before { content: " * " }

html body .pace .pace-progress { background: #bbdefb; }

.badge {
    padding: 0.5em;
    font-weight: bold;
}

/**
TABELA
 */
.parvus-table-filtro .input-group-addon, .parvus-table-base tbody .input-group-addon { padding: 0.45em}

.parvus-table-filtro .picker__holder,
table .picker__holder
{
    min-width: 19em;
    font-size: 14px;
    z-index: 99999;
}

.parvus-table-filtro .picker__weekday,
table .picker__weekday
{
    padding: 0;
}

.parvus-table-filtro .picker__day ,
table .picker__day
{
    padding: 0;
    font-size: 12px;
}

table th { text-align: center; }

.distribuicaoPrazo .picker__holder { left: -6em; }

/**
ICONE
 */
.la-6x { font-size: 6em; }
.la-1-5x { font-size: 1.5em; }
.la-1-3x { font-size: 1.3em; }

.page-item.active .page-link {
    background-color: #607d8b;
    border-color: #607d8b; }

.pagination .page-link {
    color: #607d8b;
    border: 1px solid #babfc7;
}

.sem-contrato { background-color: #ffeaa7 !important; }

#s2id_performanceAdvogadoReferencia {
    width: 12em !important;
}

.perguntaRespostaAlinha {
    display: flex;
    align-items: flex-end;
}

.perguntaRespostaAlinha .form-group {
    width: 100%;
}

.usuario--permissao-menu {
    padding-left: 1em;
}

.select2-container .select2-choice {
    height: calc(1.25em + 1.5rem + 2px);
    line-height: calc(1.25em + 1.5rem + 2px);
}

#exemploCor {
    height: calc(1.25em + 1.5rem + 2px);
    line-height: calc(1.25em + 1.5rem + 2px);
    border: 1px solid #000;
    text-align: center;
}

#news-feed .news-feed-badge-nature {
    right: 1em;
}

.p-0-5 { padding: 0.5em}
.mt-0-5 { margin-top: 0.5em}

#itemMenuPesquisaProcesso {
    width: calc(25em + 1.5rem + 2px);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (min-width: 1280px) {

    .paginaProcessoCadastro.cabecalhoFixo {
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    .paginaProcessoCadastro.cabecalhoFixo .content-header {
        position: fixed;
        top: 70px;
        background-color: #e4e5e9;
        width: calc(100% - 290px);
        z-index: 333;
        padding-top: 1%;
        box-shadow: 1px 3px 20px 0px;
        animation: smoothScroll 1s forwards;
    }

    .paginaProcessoCadastro.cabecalhoFixo .linkAlteraStatusCabecalho{
        display: none;
    }

    .paginaProcessoCadastro.cabecalhoFixo .progress.h-75 {
        height: 50% !important;
    }

    .paginaProcessoCadastro.cabecalhoFixo .content-header h3.content-header-title {
        font-size: 1em;
    }
    .paginaProcessoCadastro.cabecalhoFixo .content-header .btn {
        padding: 0.5rem 1rem;
        line-height: 1;
    }

    .paginaProcessoCadastro.cabecalhoFixo .content-header > .content-header-left.mb-1{
        margin-bottom: 0 !important;
    }

    .paginaProcessoCadastro.cabecalhoFixo .painelProgressoProcesso,
    .paginaProcessoCadastro.cabecalhoFixo .painelProgressoProcesso .card-body {
        padding: 0.25rem !important;
    }

    .paginaProcessoCadastro.cabecalhoFixo .painelProgressoProcesso .progress {
        margin-bottom: 0 !important;
    }

}

.card-header.p-1 .heading-elements, .card-header .heading-elements-toggle {
    top: 10px;
}
.tooltip.show { z-index: 999 !important; }

.tramiteProcesso {
    max-height: 37px;
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.read { background-color: #f4f5fa; }

.tooltip-inner {
    min-width: initial;
    max-width: 800px;
    width: 800px !important;
    white-space: pre-line;
    text-align:left;

}

.tooltip { pointer-events: none; }
.progress-bar-processo {
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    flex-direction: unset;
    white-space: unset;
}

.h-90 { height: 90% !important;}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.tramite-checkbox i:hover {
    opacity: 0.75;
}