.ui-datatable-tablewrapper {
	overflow-x: auto;
	overflow-y: hidden;
}

table {
	padding-bottom: 10px;
	border-collapse: collapse;
}

td,th {
	padding: .3em;
}

.ui-datatable .ui-datatable-data td {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.ui-datatable .ui-datatable-data tr {
	border-right: none !important;
	border-left: none !important;
}

.ui-datatable thead th {
	padding: 4px 10px;
	overflow: hidden;
	white-space: nowrap;
}

.ui-datatable thead th,.ui-datatable tbody td,.ui-datatable tfoot td {
	padding: 4px 10px;
	overflow: hidden;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	border-color: #DFE0E2 !important;
}

.ui-datatable-even {
	background-color: #F8F8F8;
}

.ui-datatable-odd {
	background-color: #FFFFFF;
}

.ui-state-highlight {
	background: #3F9AC9 !important;
	text-shadow: none !important;
	border-top: 1px solid #D2D4D6 !important;
	border-bottom: 1px solid #D2D4D6 !important;
	border-left: none !important;
	border-right: none !important;
}

.ui-state-highlight td a i,.ui-state-hover td a i {
	color: #FFFFFF;
}

tbody .ui-state-hover {
	background: #F1F1F1 !important;
}

#time-service-table-Div .ui-datatable th,#time-service-table-Div .ui-datatable .ui-datatable-data td,#time-service-table-Div .ui-datatable .ui-datatable-data-empty td,#time-service-table-Div .ui-datatable tfoot td
	{
	overflow: hidden;
	padding: 2px 2.9px !important;
}

thead .ui-state-hover,thead .ui-state-active {
	background: #c4c4c4
		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,
		0.8) ), to(rgba(255, 255, 255, 0) ) ) !important;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#F2F2F2,EndColorStr=#BFBFBF)"
		!important;
	background: -moz-linear-gradient(top, #F2F2F2, #BFBFBF) !important;
	background: -ms-linear-gradient(#F2F2F2, #BFBFBF) !important;
	background: -o-linear-gradient(#F2F2F2, #BFBFBF) !important;
	background: linear-gradient(#F2F2F2, #BFBFBF) !important;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#F2F2F2', endColorstr = '#BFBFBF' ) !important;
	zoom: 1;
	color: #4f4f4f !important;
}