body{
    font-family: 'Montserrat', sans-serif!important;
    overflow-x: hidden;
    background-color: #FFF!important;
    color: #4e3b31;    
    top: 0px!important;
    min-height: 100vh;
    background-image: url(../img/esg-sistema.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
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: #696969;
    font-weight: 600;
}
form label, .label-form{
    font-size: 12px;
    color: rgba(0,0,0,0.8);
}
section{
    margin: 95px 20px 0px 270px;
    padding-bottom: 30px;
}
small{
    font-size: 10px;
    line-height: 13px;
    display: block;
    font-weight: 500;
    margin-top: 3px;
}
.form-button{
    border: 0px;
    border-radius: 5px;
    padding: 15px 50px;
    color: #FFF;
    background-color: #7AB75F;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 50px;
}
h4.cabecalho{
    color: rgba(0,0,0,0.8);
    font-size: 20px;
    font-weight: 600;
}
h6.cabecalho-form{
    color: rgba(0,0,0,0.8);
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;;
}
a.btn-novo{
    font-size: 14px;
    color: #FFF!important;
    background: #136CAE;
    padding: 6px 14px 3px;
    border-radius: 5px;
    transition: 0.3s;
    letter-spacing: 1px;
    text-decoration: none!important;
    height: 33px;
    font-weight: 500;
}
.btn-success{
    color: #fff;
    background-color: #7AB75F;
    border-color: #7AB75F;
    box-shadow: none;
    opacity: 0.8;
    transition: 0.2s;
}
.btn-success:hover{
    color: #fff;
    background-color: #7AB75F;
    border-color: #7AB75F;
    opacity: 1;
}
.btn-warning {
    font-weight: 500;
}
a.btn-pesquisar{
    color: #FFF;
    color: rgba(0,0,0,0.8);
    padding: 7px 14px 8px;
    border-radius: 5px;
    transition: 0.3s;
}
a.btn-pesquisar img{
    filter: brightness(5);
}
a.btn-pesquisar:hover{
    color: #FFF;
}
a.btn-pesquisar span{
    font-size: 13px;
    margin-left: 7px;
}
.btn-cancelar{
    max-height: 37px;
}
a.btn-postar{
    font-size: 14px;
    color: #FFF;
    color: rgba(0,0,0,0.8);
    padding: 6px 14px 6px;
    border-radius: 5px;
    transition: 0.3s;
    letter-spacing: 1px;
}
a.btn-postar:hover{
    color: rgba(0,0,0,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;
}
.span-obrigatorio{
    color: red;
    font-size: 13px;
    margin-left: 2px;
}
.campo-com-erro{
    border-color: red;
}
#nome{
    height: 50px;
    font-size: 25px;
}
#observacao{
    height: 100px;
}
.texto-status{
    display: none;
}
.lbl_status{
    max-width: 30px;
    cursor: pointer;
}
.img-editar{
    margin-left: 5px;
    max-width: 14px;
}
.img-excluir{
    margin-left: 3px;
    max-width: 13px;
}
.img-visualizar{
    margin-left: 5px;
    max-width: 18px;
}
.height-fit-content{
    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: #696969 ;
    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;
}
@media screen and (max-width: 1199px) {
    section {
        margin: 80px 0px 0px 0px;
    }    
}
