

*input{
    color:black;
    outline:none !important;
}
input:focus{
    border-color:none !important;
    box-shadow:none !important;
}

*::placeholder{
    color:#AAA;
}


footer {
    margin: 50px 0;
}

label{
    font-weight: 600;
    font-size:16px;
}

td,th{
    white-space: nowrap;
}
.form-control{
    color:#00000080;
}

.arquivo::-webkit-file-upload-button{
    background-color:#472774;
    color:white; 
    padding: 0 5px 0 5px;
    margin: 0;
    border-left:none;
    border-top:1px solid #472774;
    border-bottom:1px solid #472774;
    border-right:1px solid #472774;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    pointer-events: none;
}


.btn-arquivos .form-control{
    border:none;

}
.arquivo::-webkit-file-upload-button:hover{
    background-color:#472774;
    color:red;
}
.arquivo{
    border:none; 
    border-radius:0;
    padding: 0;
    margin: 0;
}

.icone{
    background-color:#472774;
    height: 26px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 0;
    margin:0;
    border-top:1px solid #472774;
    border-bottom:1px solid #472774;
    border-left:1px solid #472774;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 4px;
    padding-left: 4px;

}

.navegacao-top{
    background: linear-gradient(90deg, #192844 67.81%, #472774 100%);
    display: flex;
    align-items: center;

    height: 70px; 
    justify-content: space-between;
}
.navegacao-top .titulo{
    margin-left: 320px;
   
}

.nav-menu{
    background: linear-gradient(90deg, #192844 67.81%, #472774 100%);
    border:none;
    height: 45px;
}
#navbarDropdownMenuLink{
    color: white;
}


.nav-menu .dropdown-menu > li{
    border:none;   
}

.logo-gov img{
    padding-left: 0;
}

.logo-proderj img{
    height: 60px;
    padding-right: 15px;

}

.titulo-top{
    display: flex;
    justify-content: center;
}
.titulo-top p{
    font-size:2em;
    font-weight:500;
    color:white;
    padding:10px;
}

.nav-menu ul > li > a{
    color:white;
    padding-top: 7px;
    
}

.nav-menu ul > li > a:hover{
    color:white;
    background-color:#AAA;

}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #AAA;
}

.dropdown-menu{
    background-color:#472774;
    border-radius: none;


}


/* .dropdown-item  ul > li{
    background-color: #005A9266;
    ;
} 
.dropdow-item  ul > li:hover{
    background-color: #005A92;
}  */
.navbar > .container{
    margin-left:0;
}
.nav-menu{
    display: flex;
    padding: 0;
    margin: 0;
  
}
.login{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-left: 1px solid #AAA;
}

.login a:hover{
    text-decoration: none;
}
   
.login li{
    padding-right: 10px;
}
.login li{
    list-style: none;
    list-style-type: none;
}
.login  .dropdown-menu{
    width: 220px;
    height: 150px;
    margin-left: -160px;
    border: none;
    background: #472774;
}
.login .nav-link{
    margin: 0;
    padding: 0;
}
.login .caret{
    color:white;
}

.dropdown-menu .container-user p{
   text-align: center;
   color:white;
   font-size: 1em;
   font-weight: 600;
}
.dropdown-menu .container-user li{
   display: flex;
   justify-content: center;
   background-color:#472774;
   height: 50px;
   align-items: center;
   text-align: center;

}

.dropdown-toggle::after{
    color:white;
}

.dropdown-menu .container-user button{
   background-color: #472774;
   border: 1px solid #472774;
   color:white;
   height: fit-content;
   display: flex;
   justify-content: center;
   margin: 0 15px;
   border-radius: 4px;
   align-items: center;
    
 }
.dropdown-menu .container-user button:hover{
   background-color: white;
   border: 1px solid #472774;
   color:#472774;
   height: fit-content;
   display: flex;
   justify-content: center;
   margin: 0 15px;
   border-radius: 4px;
 }

.icone-cadastrar  strong{
    color:#005A92;
    margin-left:3px;
}

.btn-cadastrar{
    border:0;
    background: none;
    color:white;
}
.btn-cadastrar h5{
    color:white;
}
.botao-opcao{
    background: none;
    border: none;
}


.x .btn-x{
    background: none;
    border: none;
    color: red;
    font-weight: 700;
}

.container-fluid .nav-link:hover{
    background-color: #472774;
}
.container-fluid .dropdown-item:hover{
    background-color: #987cbe;
    color: white;
}
.dropdown-menu.show{
    border-radius: 0;
}

.dt-button{
    background-color:#aaa;
    border: 1px solid gray;
    font-weight: 600;
    color: white;
    border-radius: 3px;
}

.paginate_button{
    background-color:#aaa;
    border: 1px solid gray;
    font-weight: 600;
    color: white;
    border-radius: 3px;
}

#tabela_length{
    padding-right: 20px;
}
#tabela_length select{
    background-color:#aaa;
    border: 1px solid gray;
    font-weight: 600;
    color: white;
    border-radius: 3px;
    height: 28px;
    font-size:13px;
    text-align: center;
}

/* datatables */
.dt-buttons{
    display: inline;
}

.dataTables_wrapper{
    width: 825px;
    overflow-x: auto;
}
/* --------- */

/* modal */
.modal-header{
    background:#472774;
    color: white;
    font-size: 23px;
}

.modal-body{
    display: flex;
    justify-content: center;
}

.modal-body .size-input{
    padding:0;
}
/* Barra de rolagem */

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #472774 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #472774;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
/*  */

.btn_entrar{
    background-color: #472774;
    border: 1px solid #472774;
    color:white;
    font-weight: 600;
}
.btn_entrar:hover{
    background-color: white;
    border: 1px solid #472774;
    color:#472774;
    font-weight: 600;
}
.li-estilo{
    height: 50px;
}

.logo-contratos{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-contratos img{
    width:70px;
    height:50px;
    
}

.div-carousel{
    display:flex;
    justify-content: center;
    padding: 15px;
}

.carousel-inner{
    margin-top: 75px;
}

.carousel-item{
    background: rgb(209, 209, 209);
    border: 1px solid purple;
    border-radius: 10px;
   
}
.dataTables_wrapper{
    width: 100%;
    padding: 10px;
}

.tabela-vencendo{
    padding-left: 200px;
    padding-right: 260px;
}

.aside-home .titulo_vencendo{
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    font-size: 2em;
    padding: 10px;
    background: linear-gradient(90deg, #192844 67.81%, #472774 100%);
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.tabela-vencendo .dataTable{
    margin: 0;
}

.aside-home{
    width:100%;
}

.vencidos-slide{
    width: 100% !important;

}

.dataTables_scrollHeadInner{
    width:100% !important;
}

.btn-nota-fiscal{
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.captcheck_container{
    margin-top:25px;
}

.aside-home .tabs-titulo{
    color: #192844;
    font-weight: 600;
    text-decoration: underline;
    font-size: 2em;
    padding: 10px;
    background: #eeeeee;
   
}

#nav-home-tab, #nav-profile-tab, #nav-contact-tab, #nav-home-tab-all{
	background:#eeeeee;
    color:#472774;
    font-weight: 900;
    
}

.formulario_subcontrato,.formulario_apostila, .formulario_documentos, .formulario_empenhos, .formulario_contrato, .formulario_execucao, .formulario_pesquisar{
    margin-top: 75px;
    padding: 50px;
    border: 2px solid #192844;
    border-radius: 5px;
}

#nav-comissao-tab,#nav-execucao-tab, #nav-apostila-tab, #nav-documentos-tab, #nav-contrato-tab, #nav-subcontrato-tab, #nav-termo-aditivo-tab, #nav-empenhos-tab, #nav-pesquisar-tab, #nav-fiscais-tab, #nav-gestores-tab, #nav-garantia-tab, #nav-pas-tab, #nav-tac-tab, #nav-resp-tab {
    background: #eeeeee;
    color: #472774;
    font-weight: 900;
}


 .tabs-titulo{
    color: #192844;
    font-weight: 600;
    text-decoration: underline;
    font-size: 2em;
    padding: 10px;
    background: #eeeeee;
}

.n_processo{
    border:none;
}

.modal_editar{
    background: #472774;
    color:white;
}
.modal_editar:hover{
    background: white;
    color:#472774;
    border:1px solid #472774;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #472774 !important;
    color: white !important;
}

#alterar_contrato, .btn_alterar_salvar, #salvar_alteracao{
    background: #472774;
    border: 1px solid #472774;
    font-weight: 900;
    color:white;
}
.btn_alterar_salvar:hover, #salvar_alteracao:hover{
    background: #472774;
    border: 1px solid #472774;
    font-weight: 900;
    color:white;
}

.atrasado {
    background-color: red;
  }
  
  .linhaPintada{
    background-color: yellow;
  }