/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/03/2022, 13:40:12
    Author     : Rox
*/

.sistema_indisponivel{
    text-align: center !important;
}

/*Telas maiores que 768 /**/
@media (min-width: 600px) {
    .index_chaves{
        top: 20%;
        margin-top: 30%;
    }
}

/*Telas maiores que 768 /**/
@media (min-width: 800px) {
    .index_chaves{
        top: 20%;
        margin-top: 20%;
    }
}



.content-wrapper.card.bgeaeaea {
  background: antiquewhite;
}






.topo_controle_chaves {
  background-color: gainsboro;
  padding: 15px 5px 15px;
}


.icone_topo_controle_chaves{
  height: 50px;
  padding-left: 10px;
}


.icone_topo_controle_chaves_2{
    height: 30px;
    position: absolute;
    height: 30px;
    right: 25px;
    margin: -35px 10px;
}

.titulo_chaves{
    font-size: 1.3rem;
    margin-bottom: .3rem;
    text-align: center;
    margin-top: -40px;
    margin-left: 25px;
}



.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  
  height: 50px;
}


.bootstrap-select > .dropdown-toggle {
  height: 50px;
}

.bootstrap-select > .dropdown-toggle {
  height: 50px;
}

.form-group.row.padding-m {
  padding-top: 15px;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  height: 50px;
}

.text {
  height: 25px;
}

.dropdown-menu {
  font-size: .95rem;
}


/*Tamanho do Radio */
input[type="checkbox"], input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  vertical-align: bottom;
  height: 35px;
  width: 35px;
}