.ui, .ui input, .ui textarea{
	box-sizing: border-box;
}
.ui input, .ui textarea{
	max-width:100%;
	width:100% !important;
}

.range_slider .ui_slider {
	height: 24px;
	position:relative;
}

.range_slider.ui-widget-content {
	height: 5px;
	border:1px solid #e6e6e6 !important;
	background:#fff;
}

.ui-widget-header{
	background:#97ad2c;
}

.range_slider .ui-slider-handle {
	width: 14px;
	height: 14px;
	border: 0px !important;
	padding-top:20px;
	background:url('../img/ui-handler.png') no-repeat;
}

.ui-slider-handle .values{
	position:absolute;
	top:10px;
}

.ui.filter{
	height:24px;
	padding-top:5px;
	background:url('../img/grey-bg.png') #c6c6c6 repeat-x top left;
	padding-right:47px;
	padding-left:21px;
	position:relative;
	border:1px solid #b0b0b0;
	color:#000;
	font-size:14px;
	font-family:MyriadProBold;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
}

.ui.filter .drop{
	width:18px;
	height:16px;
	background:url('../img/drop-arrow.png') no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-8px;
	right:10px;
}

.ui.pagging{
	width:100%;
	text-align:right;
}

.ui.pagging a{
	width:24px;
	height:24px;
	display:inline-block;
}

.ui.pagging a.first{
	background:url('../img/pg-to-first.png') no-repeat top left;
}

.ui.pagging a.prev{
	background:url('../img/pg-prev.png') no-repeat top left;
	margin-left:3px;
}

.ui.pagging a.next{
	background:url('../img/pg-next.png') no-repeat top left;
	margin-right:3px;
}

.ui.pagging a.last{
	background:url('../img/pg-to-last.png') no-repeat top left;
}

.ui.pagging .current{
	margin-left:10px;
	margin-right:10px;
	position:relative;
	top:-6px;
}

.space-right{
	margin-right:7px;
}

.ui.select{
	border:1px solid #c6dade;
	height:20px;
	padding-top:3px;
	padding-left:10px;
	border-radius:2px;
	position:relative;
	cursor:pointer;
	display:inline-block;
	padding-right:10px;
	min-width:225px;
	background:#fff;
}

.ui.select:hover{
	z-index:1000;
}

.ui.select .current{
	color:#a9a9a9;
	width:98%;
	padding-left:1%;
	padding-right:1%;
	float:left;
}

.ui.select .dropdown{
	width:100%;
	background:#fff;
	border:1px solid #acacac;	
	position:absolute;
	left:-1px;
	top:24px;
	z-index:0;
	min-width:202px;
}

.ui.select .dropdown .option{
	width:96%;
	padding:2%;
	position:relative;
	float:left;
}

.ui.select .dropdown{
	max-height:250px;
	overflow-y:auto;
	display:none;
}

.ui.select .dropdown .option.sub{
	width:93%;
	padding:2%;	
	padding-left:5%;
}

.ui.select .dropdown .option input[type="checkbox"], .ui.select .dropdown .option input[type="radio"]{
	position:absolute;
	right:5px;
	top:7px;
}

.ui.select .dropdown .option:hover{
	background:#6b909c;
}

.ui.select .drop{
	height:23px;
	width:26px;
	position:absolute;
	right:0px;
	top:0px;
	background:url('../img/drop2.png') no-repeat top left;
	border-left:1px solid #bed7de;
	z-index:1;
}


input[type='text'].ui, input[type='password'].ui{
	font-size:12px;
	color:#a9a9a9;
	border:1px solid #c6dade;
	height:20px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	border-radius:2px;
	width:225px;
}

.ui.static-submit{
	background:url('../img/static-submit.png') no-repeat top left;
	width:74px;
	height:37px;
	border:none;
	cursor:pointer;	
}

.ui.static-cancel{
	background:url('../img/static-cancel.png') no-repeat top left;
	width:74px;
	height:37px;
	border:none;
	cursor:pointer;
}

.ui.select.small{
	width:75px;
	min-width:75px;
}

input[type='text'].ui.small{
	width:75px;
	min-width:75px;	
}

.ui.disabled, input[type='text']:disabled{
	background:#eee;
}
