.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: 100%;
    border-right: 1px solid #eee;
}

@media (min-width: 1600px) {
    .monitoringControl .table-wrapper {
        width: 87%;
    }
}

.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 .table-wrapper2 th:nth-child(2) {
    margin-left: -20px;
    position: inherit;
    border-bottom: 0;
    width: 155px;
    text-align: center;
    border-left: 1px solid #eee;
}

.monitoringControl .table-wrapper .static {
    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: #10cfbd !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:hover {
    cursor: pointer;
    background: #d1eafa !important;
}

.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;
}

.main-th {
    border: 1px solid #dddddd !important;
    height: 112px;
    margin-top: -1px;
}
/* @Override */
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    margin-left: 8px !important;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    border-radius: 3px !important;
    margin-top: 3px !important;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    margin-top: 4px !important;
}

.ui-select-color .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    background-color: #10cfbd !important;
    border-color: #10cfbd !important;
    color: #fff !important;
}

.ui-select-color .ui-select-multiple.ui-select-bootstrap .ui-select-match-item span {
    margin: 0px 5px 0px 17px;
}

@media (max-width: 767px) {
    .main-th {
        height: 81px;
        margin-top: 0px;
        border-top: none !important;
    }
    .main-th>div {
        margin-top: 27px !important;
        margin-left: -10px !important;
    }
    .table-responsive {
        border-top: none !important;
    }
}

#header-responsive-productivity::-webkit-scrollbar {
    height: 0px;
}

/*----------------------------------------------------------------------------*/

/*------------------------------- 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;
}
