body{
    font-family: 'Montserrat', sans-serif!important;
    overflow-x: hidden;
    top: 0px!important;
    min-height: unset!important;
}
input, textarea, select, button, span{
    font-family: 'Montserrat', sans-serif;
}
input::-webkit-input-placeholder{
    font-family: 'Montserrat', sans-serif;
}     
a{
    text-decoration: none;
}
a:enabled, a:visited, a:hover, a:active, a:link{
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
textarea:focus, input:focus, select:focus, button:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
} 
label{
    font-size: 15px;
    margin-bottom: .3rem;
    color: #0f91dd;
    font-weight: 600;
}
form label, .label-form{
    font-size: 12px;
    color: rgba(109,109,109,1);
}
section{
    margin: 95px 20px 0px 270px;
    padding-bottom: 30px;
}
small{
    font-size: 9px;
}
h4.cabecalho{
    color: rgba(109,109,109,1);
    font-size: 20px;
    font-weight: 600;
}
h6.cabecalho-form{
    color: rgba(109,109,109,1);
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;;
}
a.btn-novo{
    font-size: 14px;
    color: #FFF!important;
    background-color: rgba(18, 60, 103, 0.8);
    padding: 6px 14px 5px;
    border-radius: 5px;
    transition: 0.3s;
    letter-spacing: 1px;
    text-decoration: none!important;
    height: fit-content;
}
a.btn-novo:hover{
    background-color: rgba(18, 60, 103, 1);
}
a.btn-pesquisar{
    color: #FFF;
    background-color: rgba(18, 60, 103, 0.8);
    padding: 7px 14px 8px;
    border-radius: 5px;
    transition: 0.3s;
}
a.btn-pesquisar:hover{
    background-color: rgba(18, 60, 103, 1);
}
a.btn-pesquisar span{
    font-size: 13px;
    margin-left: 7px;
}
.btn-cancelar{
    max-height: 37px;
}
a.btn-postar{
    font-size: 14px;
    color: #FFF;
    background-color: rgba(18, 60, 103, 0.8);
    padding: 6px 14px 6px;
    border-radius: 5px;
    transition: 0.3s;
    letter-spacing: 1px;
}
a.btn-postar:hover{
    background-color: rgba(18, 60, 103, 1);
}
table{
    font-size: 12px;
    text-transform: uppercase;
}
tbody{
    font-size: 11px;
}
tbody ul{
    display: inline-flex;
}
.table td{
    padding: .50rem .75rem;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.texto-status{
    display: none;
}
.lbl_status{
    max-width: 30px;
    cursor: pointer;
}
.lbl_status_pendente{
    max-width: 30px;
}
.img-carta{
    max-width: 16px;
}
.img-visualizar{
    max-width: 18px;
}
.img-editar{
    margin-left: 5px;
    max-width: 14px;
}
.img-excluir{
    margin-left: 5px;
    max-width: 13px;
}
.img-pesquisar{
    max-width: 20px;
}
.img-download{
    max-width: 14px;
}
.img-upload{
    max-width: 14px;
}
.img-relatorio{
    max-width: 15px;
}
.img-pdf{
    max-width: 15px;
}
#nome{
    height: 50px;
    font-size: 25px;
}
#observacao{
    height: 100px;
}
.span-obrigatorio{
    color: red;
    font-size: 13px;
    margin-left: 2px;
}
.campo-com-erro{
    border-color: red;
}
.btn-secondary{
    height: fit-content;
}

/* LOADER */
.loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 65px 20px 30px 270px;
}
.loader-busca {
    display: none;
    margin:0px!important;
}
.loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #0f91dd ;
    animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loader div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.loader div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.loader div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes loader {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
.modal-content::-webkit-scrollbar {
    height: 10px!important;
    width: 5px;
}
.modal-content::-webkit-scrollbar-track {
    background: RGBA(0,0,0,0.1)!important; 
    border-radius: 15px!important;
}
.modal-content::-webkit-scrollbar-thumb {
    background: RGBA(0,0,0,0.2)!important; 
    border-radius: 15px!important;
}
.modal-content::-webkit-scrollbar-thumb:hover {
    background: RGBA(0,0,0,0.3)!important; 
}

.nav-tabs .nav-link {
    color: #495057;
}


/* DROPZONE */

.dropzone {
    border: 1px solid rgba(0, 0, 0, 0.15)!important;
    border-radius: 0.25rem!important;
}
.dropzone .dz-message {
    text-align: initial!important;
    margin: 0!important;
    display: flex;
    width: 100%;
    height: 110px;
    align-items: center;
    justify-content: center;
    color: RGBA(0,0,0,0.6);
    text-transform: uppercase;
    font-size: 11px!important;
    font-weight: bold;
}
.dropzone .dz-preview .dz-remove {
    color: RGBA(0,0,0,0.6);
    text-transform: uppercase;
    font-size: 11px!important;
    font-weight: bold;
    margin-top: 10px;
    transition: 0.3s;
    text-decoration: none!important;
}
.dropzone:hover .dz-preview:hover .dz-remove:hover {
    color: RGBA(0,0,0,0.8);
    text-decoration: none!important;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    top: 44%!important;
}
.dropzone .dz-preview .dz-error-message {
    top: -60px!important;
    text-align: center;
}
.dropzone .dz-preview .dz-error-message:after {
    top: 50px!important;
    transform: rotate(180deg);
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #696969!important;
    background-color: #696969!important;
}
.custom-control-label::after {
    margin-top: -4px!important;
}

@media screen and (max-width: 1199px) {
    section {
        margin: 80px 0px 30px 0px;
    }    
    h4.cabecalho {
        font-size: 15px;
    }
    a.btn-novo {
        font-size: 10px;
    }
    .dataTables_wrapper{
        overflow: auto;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
    div.dataTables_wrapper div.dataTables_info {
        padding-bottom: 0.85em;
    }
    table th:last-of-type {
        min-width: 120px;
    }
}
@media screen and (min-width: 1200px) {
    table th:last-of-type {
        min-width: 70px;
    }
}

/* SELECT 2 */
.select2{
    display: block;
    width: 100%!important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 
.select2-container--default .select2-selection--single{
    border: unset!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset!important;
    padding: 0px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px!important;
}
.select2-selection:focus-visible {
    outline: 0px!important;
}