.btn-primario {
  background-color: #273746;
  color: #fff;
}

.btn-primario:hover {
  color: #307adc;
  font-weight: bold;
}      

.btn-fas {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #ced4da;
}      

.fa-primario {
  color: #fff;
}      

.fa-gris {
  color: #8b8989;
}      

.input-group-text2 {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-dasboard {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 8px 8px 8px rgba(177,180,187,0.75);
  background-color: rgba(255, 255, 255, 0.4);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 50;    
}

.card-dasboard:hover {
    background-color: #fff;
    color: #333333;
    opacity: 0.9;
    box-shadow: 8px 8px 8px rgba(0,0,0,0.2);
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    transition-duration: 0.2s;
}


.txt-buttom {
    color: #007bff;
}

.txt-buttom:hover {
    color: #007bff;    
    cursor: pointer;
    text-decoration-line: underline;
}



/**** ESTILOS DATATABLE *****/
table.dataTable thead th,
table.dataTable thead td {
  border-bottom:0px solid #ccc;
}

thead, th {text-align: center;}

#example_filter {
    display: none;
}

table th {
  background: #afc6d8;
  color: #404041;
}

#example th {
  background: #00808026;
  color: #033b48;
}

/**************************/

.card {
  margin: 0.5rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
  padding-left: 0.8rem;
}

[class*="sidebar-dark-"] .sidebar a {
    font-size: 17px;
}

.text_gris1 {
    color: #404041;
}

