.control-label.text-right{
	text-align: right;
}
.table_wrap{
   height: 400px;
   overflow-y: auto;
   overflow-x: hidden;
}
.form-horizontal .checkbox, .form-horizontal .radio, .checkbox, .radio{
	padding-top: 3px;
}
.content_bg h6{
	border-bottom: 2px solid #ED2A1B;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.com_table .emp_table tbody tr:nth-of-type(odd){
	background: #f5f5f5;
}
.com_table .emp_table tbody tr:nth-of-type(even){
	background: #c7c7c7;	
}