.monitoringControl {

}

/*tabla*/
.monitoringControl .titleTable {
    font-size: 11px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: left;
}

.monitoringControl .table-wrapper {
    overflow-x:scroll;
    overflow-y:hidden;
    margin-left: 170px;
    width: 86%;
    border-right: 1px solid #eee;
}

@media (min-width: 1600px) {
  .monitoringControl .table-wrapper{
      width: 90%;
  }
}

.monitoringControl .table-wrapper table{
    margin-bottom: -1px;
}

.monitoringControl .table-wrapper td{
    max-width: 100px;
}

.monitoringControl .table-wrapper th:first-child {
    margin-left: -155px;
    position: absolute;
    border-bottom: 0;
    width: 155px;
    text-align:center;
    border-left: 1px solid #eee;
}

.monitoringControl .tablaProductividad .totalConsults {
    font-weight: bold;
    font-size: 15px !important;
}

.monitoringControl .tablaProductividad .today {
    background-color: rgb(44,99,199)!important;
    color: white;
}

.monitoringControl .tablaProductividad .info{
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: bold;
    position: absolute;
}

.monitoringControl .tablaProductividad .infoHeight{
    width: 50px;
    height: 16px;
}

.monitoringControl .tablaProductividad .sizeCell{
    max-width: 160px;
    min-width: 160px;
}

.monitoringControl .tablaProductividad .openDetail{
    cursor: pointer;
}

.monitoringControl .tablaProductividad .labelNumber {
    float: right;
    background-color: #d4d2d2;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
    color: #2d2d2d;
}

.monitoringControl .tablaProductividad .labelNumberHoy{
    background-color: #999;
}

.monitoringControl .centerText{
    text-align: center;
}

/*----------------------------------------------------------------------------*/
/*------------------------------- Bitacora -----------------------------------*/
/*----------------------------------------------------------------------------*/

.binnaceDetalilMC .tablaAdjuntos table thead th:first-child {
    border-top-left-radius: 6px;
}

.binnaceDetalilMC .tablaAdjuntos table thead th:last-child {
    border-top-right-radius: 6px;
}

.binnaceDetalilMC .tablaAdjuntos table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

.binnaceDetalilMC .tablaAdjuntos table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}
