
body{
    background-color: #F1F3F6;
}
.text-orange {
    --mdb-text-opacity: 1;
    color: rgba(230,126,34), var(--mdb-text-opacity) !important;
  }
#chart-container {
    width: 50% !important;    
    margin: auto !important;  
    max-height: 430px;
}
#chart-contraparte-container {
    width: 66% !important;    
    margin: auto !important;  
}

/*Table*/

 .table-dashboard > :not(caption) > * > * {
    padding: 0.1rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.card {
    min-height: 430px; 
}

.kpis .card {
    min-height: 100px !important; 
    text-align: center;
    
}
.kpis  .card   .card-body{
    padding: 10px !important;
}
.kpis .totales {
    font-size: 38px;
    font-weight: bold;
    color: #FFF;
}
#total-tiempo-dedicacion{
    font-size: 18px;
}
/* canvas{
    max-height: 400px;
} */

.loading {
    background-image: url('img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 190px;
}

th.sortable {
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  th.sortable:hover {
    background-color: #f0f0f0;
  }
  

  