body,html{
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    height: 100%;
}

.container {
    max-width: 1300px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
    height: 10px;
}

.grande {
    max-width: 1550px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.19rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    font-size: 14px;
}

.login-form-image {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 25px  auto;
}

.container-fluid{
    width:100%;
    padding-right:0px;
    padding-left:0px;
    margin-right:0px;
    margin-left:0px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #FF671D;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: white;
    font-size: medium;
}


.footer {
    position: relative;
    text-align: center;
    left: 0;
    bottom: 15px;
    top: 15px;
    height: 10%;
    width: 100%;
}

.app-name{
    color : white;
    font-size: small;
}

.thead-blue{
    color: white;
    background-color: #343a40;
    border-color: black;
}
.tamanho-icone{    
    width: 12px;
    height: 12px;
    font-size:11.5px;
}


.tamanho-icone-medio{    
    width: 16px;
    height: 16px;
    
    
}

.altura-linha-tabela{
    min-height: 0px;
    height: 200px;
}
.index-background{
    max-width: 100%;
    height: auto;
}

.mensagem-erro{
    color: #fe4106;
    font-size: 14px;
}

.cor-accordion {
    background-color: #556369;
    color: white;
}

.Ativo{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.Inativo{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.Contratado {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.gq_r_fixed_buttons .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.obrigatorio{
    font-weight: bold;
}

.background-dashboard {
    background-color: #659941;
}

.table-overflow{
    max-height: 200px;
    overflow-x: auto;
}

.grid-striped .row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.titulo-ponto{
    height: 2rem;
    padding-top: 0.25rem;
    padding-left: 0.5rem;
    background-color: rgba(23,162,184,0.6);
    font-weight: bold;
}

.efeito-btn-painel{
    transition: all 0.3s;
    cursor: pointer;
}

.efeito-btn-painel:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    webkit-filter: drop-shadow(6px 6px 5px rgba(0,0,0,.6));
    filter: drop-shadow(6px 6px 5px rgba(0,0,0,.6));
}

/*input{*/
    /*text-transform: uppercase;*/
/*}*/

/*select{*/
    /*text-transform: uppercase;*/
/*}*/

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size:13px;
  display: table-cell;
  vertical-align: inherit;
  height: 10px;
  margin-top:10px;
}


.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size:11px;
  line-height: 0;
  border-radius: 0.2rem;
}

td, th {
    display: table-cell;
    vertical-align: inherit;        
    /*line-height: 5px;*/
    line-height: inherit;
    
    
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
  }