/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 04 2022 | 22:12:05 */
.wpDataTable, .wpDataTable tr, .wpDataTable th, .wpDataTable td { 
	color: #fafafa !important;
  border-color: rgba(255,255,255,0.1) !important;
}
.wpDataTable td a { 
	color: #e06b04;
  font-weight: 600;

}
.wpDataTables { 
	overflow-y: auto;
}
.wpDataTable td a button { 
    border: none;
    padding: 5px 10px;
    color: #e06b04;
    background-color: #333;
    border-radius: 2px;
}
.wpDataTable td a button:hover { 
    border: none;
    padding: 5px 10px;
    color: #e06b04;
    background-color: #444;
    border-radius: 2px;
}
.wpDataTable td a:hover { 
	color: #fafafa;
    text-decoration: underline;
}
.wpDataTablesWrapper table.wpDataTable thead th.sorting:after, .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after { 
	border-bottom-color: #fafafa !important;

}
.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after { 
	border-top-color: #fafafa !important;
}
.wpDataTablesWrapper table.wpDataTable tr.odd td { 
	background-color: #555 !important;
  vertical-align: middle;
}

.wpDataTablesWrapper table.wpDataTable tr.even td { 
	background-color: #666 !important;
  vertical-align: middle;
}

.wpDataTablesWrapper td { 
	padding: 12px !important;
}
.wpDataTablesWrapper table.wpDataTable > thead > tr > th { 
	background-color: #333 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;    
}
.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle { 
	color: #fafafa;
}
.wpDataTables input[type="search"], .wpDataTables select, .wpDataTables textarea { 
	color: #fafafa !important;
}

.powered_by_link { 
	display: none !important;
}
.wpDataTables .dataTables_length select.selectpicker { color: #444 !important; }