.hr_line {
	display: block;
	height: 2px;
	border: 2px;
	border-top: 2px solid #a9a9a9;
	margin: 1em 0;
	padding: 0;
}

.dashboard_form_gap {
	/*margin-top: -23px;*/
	
}

.panel_gap {
	margin-bottom: 1.5%;
}

.panelContains {
	height: 175px;
}

.panelContent {
	height: 165px;
	overflow: auto;
}

.panelFooter {
	height: 10px;
}

.emp_search {
	margin-bottom: 10px;
	text-align: left;
}

.emp_from_input {
	margin-left: 2%;
}

.emp_to {
	margin-left: 3%;
}

.emp_to_input {
	margin-right: 4%;
	margin-left: 2%;
}

.total_emplabel_div {
	text-align: left;
	width: 50%;
	font-weight: normal;
}

.total_empcount_div {
	width: 47%;
}

.total_empcount {
	color: #000000;
	font-weight: normal;
}

.punch_fontsize {
	font-size: 250%;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center
}

.timedata_deviceValue {
	margin-left: 1.4%;
}

.timedata_emplabel {
	margin-left: 3%;
}

.timedata_empvalue {
	margin-left: 1.5%;
}

.timedata_search_div {
	text-align: left;
	margin-top: 1%;
	width: 100%;
}

.timedata_tolabel {
	margin-left: 11.3%;
}

.timedata_fromvalue {
	margin-left: 0.5%
}

.offline_clockexport {
	float: right;
	height: 22px;
	margin-top: -14px;
}

.red-star {
	color: red;
}

.table_gap {
	margin-top: 1.9%;
	width: 100%;
}

.table_divGapOfflineDevice {
	margin-top: 0.3%;
}

.workday_table_div {
	height: 150px;
}

/* Time data Non-check Flag css*/
.nonCheckFlag {
	background-color: lightgreen;
}

.nonCheckFlag td {
	background-color: lightgreen;
	background-image: none;
}

.ui-datatable .ui-datatable-data .nonCheckFlag td {
	background-color: #ffc93c;
	color:#000000;
}
/*inactive Employee */
.inactiveEmployee {
	background-color: lightgreen;
}

.inactiveEmployee td {
	background-color: lightgreen;
	background-image: none;
}

.ui-datatable .ui-datatable-data .inactiveEmployee td {
	background-color: #ededed;
}
/*logo css*/
.logo_image_div {
	float: left;
	text-align: right;
	width: 45%;
	height: 39px;
	margin-right: 3%;
	/*border:1px solid #fff;*/
}

/*.logo_image_div img{
	width:114px;
	height:39px;
}*/
.logo_text_div {
	float: left;
	align: right;
	width: 52%;
	/*border:1px solid #fff;*/
}

.text_right {
	text-align: right;
}