div.dataTables_wrapper div.dataTables_processing {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background: rgba(255,255,255,0.8);
}
div.dataTables_wrapper div.dataTables_processing .glyphicon-refresh {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
div.dataTables_wrapper div.dataTables_processing .bg-ligth {
    font-size: 22px;
    font-weight: 700;
}
div.dataTables_wrapper div.dataTables_processing .bg-ligth .center {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
div.dataTables_wrapper div.dataTables_processing .bg-ligth i {
    font-size: 32px;
}
.dataTables_processing,
.dataTable {
    min-height: 200px;
}

.lastLineTotalizer tr:last-child td{
     background-color: #444444;
     color: #ffffff;
}

.subLineTotalizer tr:nth-last-child(2) td{
     background-color: #777777;
     color: #ffffff;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


/* ALAN PATRICK */

a {
    color: #24ade0;
}

.dropdown-menu>li>a {
    padding: 8px 20px;
}
.box-header {
    padding: 16px 20px;
    background: #d2d6de;
    font-weight: 700;
    border-radius: 0;
}
.box-header .box-title {
    font-weight: 700;
}

.page-item.active .page-link {
    background-color: #24ade0;
    border-color: #24ade0;
}

.skin-blue .main-header .navbar .nav>li>a {
    color: #fff;
    line-height: 60px;
    padding: 0 20px;
}
#clientsMessagesTable tbody td,
.table-nowrap tbody td {
    white-space: nowrap;
}
form#filters,
.divfilters {
    background: #efefef;
    padding: 12px;
    margin: 0 0 20px 0;
    border-radius: 6px;
}
form#filters table,
.divfilters table {
    margin-bottom: 0px;
}

label.checklabel {
    background: #dedede;
    padding: 10px 14px;
    border-radius: 6px;
}
label.checklabel input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 4px;
}