html, body {
    height: 100%;
}
/***********************************************************************************************/
/***********************************************************************************************/
/*NOTIFICACIONES*/
/***********************************************************************************************/
/***********************************************************************************************/
.mensaje {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    margin-bottom: 0;
}

.table thead th {
    text-align: center;
}

.DTTT.btn-group {
    display: none;
}

/***********************************************************************************************/
/***********************************************************************************************/
/*TABLAS*/
/***********************************************************************************************/
/***********************************************************************************************/
.table tbody tr td{
    vertical-align: middle;
    padding: 1px;
}
.table thead th{
    vertical-align: middle !important;
}
.table-loader {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: .8;
    color: #ffffff;
}

.table-loader i {
    position: absolute;
    top: 25%;
}

.tbl-np-incompletas {
    width: 500px;
    height: 250px;
}

.pagination {
    margin: 0;
}

/***********************************************************************************************/
/***********************************************************************************************/
/*COLORES*/
/***********************************************************************************************/
/***********************************************************************************************/
.color-rojo {
    color: #D9534F;
}

.color-verde {
    color: #5CB85C;
}

.color-amarillo {
    color: #F0AD4E;
}
body.fondo{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}
/***********************************************************************************************/
/***********************************************************************************************/
/*COLORES*/
/***********************************************************************************************/
/***********************************************************************************************/
.selectize-control::before {
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    content: ' ';
    z-index: 2;
    position: absolute;
    display: block;
    top: 50%;
    right: 34px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    background: url(../img/spinner.gif);
    background-size: 16px 16px;
    opacity: 0;
}
.selectize-control.loading::before {
    opacity: 0.4;
}