.loaders img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}

th {
    font-size: 13px;
}

td {
    font-size: 13px;
}

td.highlight {
    font-weight: bold;
    color: rgb(0, 0, 129);
}

td.alerta {
    font-weight: bold;
    font-size: 14px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: rgb(0, 0, 129);
}

td.constancia {
    font-weight: bold;
    color: rgb(27, 8, 49);
}

td.negativo {
    font-weight: bold;
    color: rgb(146, 8, 8);
}

.dt-button {
    padding: 0;
    border: none;
}

.button-page-length {
    background: #007bff linear-gradient( 180deg, #268fff, #007bff) repeat-x!important;
    color: #fff;
}

.button-page-length:hover {
    color: #000000;
    cursor: pointer;
}

#result1 {
    position: absolute;
    width: 100%;
    max-width: 875px;
    cursor: pointer;
    overflow-y: auto;
    max-height: 400px;
    box-sizing: border-box;
    z-index: 1001;
}

#result2 {
    position: absolute;
    width: 100%;
    max-width: 870px;
    cursor: pointer;
    overflow-y: auto;
    max-height: 400px;
    box-sizing: border-box;
    z-index: 1001;
}

.link-class:hover {
    background-color: #f1f1f1;
}