.control-center {
    position: absolute;
    top: 10px;
    right: 25px;
}

.container-xxl {
    position: relative;
}

.table th,
.table td {
    border-color: #ddd !important;
}


.dashboard-filter-dropdown {
	position: absolute;
    top: 10px;
    right: 10px;
}

.pagination .sm:justify-between div:nth-child(2) { display: none !important; }

.text-center {text-align: center;}
.text-right {text-align: right;}
.digital-clock { font-size: 18px; font-weight: bold; float: right; }
.digital-clock .timer-day { font-size: 12px; text-align: right; font-weight: normal; margin-top: -5px;}
.icon-references ul li {list-style: none; display: inline-block; padding-right: 20px;}
.daterangepicker {background: #FFF;}
.daterangepicker .drp-calendar {display: inline-block !important; padding-right:10px; border:2px solid #ddd;}
.daterangepicker.auto-apply .drp-buttons {display: none !important;}

report-table th {
    font-weight: 600;
}

.report-table th,
.report-table td {
    padding: 5px 10px;
}

table.datatables-admin th {
    line-height: 40px;
}