.tabel1 {
    border-collapse: collapse;
    width: 100%;
	color:black;
	overflow-x:auto;
}

.tabel1 th {
    height: 30px;
	background:#DCDCDC;
	font-weight: bold;
	padding: 4px;
	font-size: 14px;
	text-align: center;
	border: 1px solid gray;
}

.tabel1 td {
	padding: 4px;
	font-size: 12px;
	border: 1px solid gray;
	white-space: nowrap;
}
/* tambahan */
.tr_hover:hover
{
	background:#c3dfff !important;
}

.datetimepicker {
	position:absolute !important;
}

.skin-black-light .main-header {
	border-bottom: 1px solid #444444 !important;
}