.users-table span.checkbox {
	width: 22px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	margin-top:0;
}
.users-table thead span.checkbox {
	margin-top:12px;
}
.checkbox {
	width: 28px;
	height: 23px;
	padding: 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	margin-top:0;
}
.radio {
	width: 23px;
	height: 23px;
	padding: 0;
	background: url(../images/radio-btn.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio-btn-group label {float:left; margin:10px 0 0 5px; font-weight:normal;color: #000;font-weight: 600;}
.radio-l-align {margin-left:-15px;}
.disabled .checkbox {background-position: 0 0 !important;}
.disabled.checked .checkbox {background-position: 0 -50px !important;}
.select {
	position: absolute;
	width: 100%;
	height: 34px;
	padding: 6px 24px 0 12px;
	color: #818a97;
	background:#fff url(../images/select-dropdown.png) no-repeat 98%;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 5px;
	cursor:pointer;
	/*position: absolute;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	background: url(../images/select.png) no-repeat;
	overflow: hidden;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:1px solid #d8d7dc;
}
select.styled {
	position: relative;
	width: 100% !important;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
	height: 34px;
	cursor:pointer
}
.search-select .select {
	position: absolute;
	width: 100%;
	height: 50px;
	padding: 15px 24px 0 34px;
	color: #fff;
	background:#ff8309 url(../images/dropdown.png) no-repeat 94%;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 5px;
	cursor:pointer;
	/*position: absolute;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	background: url(../images/select.png) no-repeat;
	overflow: hidden;*/
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.search-select select.styled {
	position: relative;
	width: 100% !important;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
	height: 50px;
	cursor:pointer;
	line-height:46px;
}
