@import url('https://fonts.googleapis.com/css?family=Roboto:100,400');

.textoGrande {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin-left: 8px;
}

.botaoAdiconarCadastro{
    bottom: 30px;
    right: 30px;
    position: fixed;
    width: auto;
}

.PosicaoIconeInformativo{
    bottom: 3px ;
    position: fixed;
    width: auto;
    left: 4px;
}

.textoInformacaoRelatorio{
    background-color: #fff;
    border-radius: 6px;
    border: solid #000 0.5px;
    padding-left: 15px;
}


#mostrar{
    display: none;
}

#passar_mouse:hover #mostrar{
    display:block;
}

#passar_mouse:hover #apagar {
    display: none;
}


.textotitulomodulo {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-left: 8px;
}

tr:hover {background-color:  #e6e6e6 !important; }

input::placeholder {
    color: #000;
    font-style: italic;
    font-weight: 200;
  }

  textarea::placeholder {
    color: #000;
    font-style: italic;
    font-weight: 200;
  }

 /*input{border: 1px solid rgb(185, 185, 185) !important;
    border-radius: 4px !important;
    height: 26px !important;
}*/


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgb(211, 210, 210) !important; 
    color: black !important; 
}

.inputmodal, .select2-selection__rendered, .select2-container--default, .select2-selection--single{
    background-color: #e6e6e6 !important; 
    border-radius: 4px !important;
    border-color:  #e6e6e6 !important; 
    margin: 0px !important;
    height: 25.5px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
}



.select2-dropdown {
    background-color: #F5F4F4 !important;}

th {
    text-transform: uppercase;
    background-color: #0E41F4;
    color: #fff;
    border-radius: 0px;
    padding: 9px !important;
    font-size: 12px;
    font-weight: 600 !important;
}

 input[type=search]:not(.browser-default) {
    border: 1px solid #dadada !important; 
    border-radius: 4px !important;
}

.botaopainel{
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    margin-left: 8px;
}

.btnx{
    height: 27px !important;
    padding-left: 20px;
    padding-right: 30px;
}


.textoBotao {
    font-weight: bold;
}

table.table tr {
    cursor: pointer;
}


.select2-search__field {
    height: 2rem !important;
}

.container {
    margin-top: 1%;
}

.select2 {
    width: 100% !important;
}

.modal {
    height: fit-content !important;
}

.divselmodal {
    margin: 1% !important;
}

.slide-out {
    display: block;
}

.dataTables_filter input {
    padding: 0px !important;
    padding-left: 5px !important;
    height: 100% !important;
    background-color: black;
}

.margin {
    margin-top: 5px;
}

.margin_ {
    margin-top: 5px;
}

.posicao{justify-content:center; margin-top:10px; display:flex; margin-bottom: 14px;}


@media only screen and (min-width: 993px){
.margin_{   margin-top: 16px;}
.posicao{justify-content:flex-start;}
}

.scroll {
    overflow: scroll;
  }
  