.scombobox {
	position: relative;
	/*    margin-top: -21px;*/
}

.sort-style .scombobox {
	/*    margin-top: -20px;*/
	
}

.scombobox-display {
	-moz-box-sizing: border-box;
	border: none;
	box-sizing: border-box;
	height: 100%;
	padding: 9px 4px;
	width: 100%;
	font-size: 14px;
	color: #9b9b9b;
	font-family: 'robotolight_italic';
}

.sort-style .scombobox-display {
	font-style: normal;
	padding: 1px 5px;
}

.scombobox-display:focus {
	outline: none
}

.scombobox-display:disabled {
	background: #F0F0F0
}

.scombobox-display.scombobox-invalid {
	background: #FFCCD4
}

.scombobox-display-div {
	border: 1px solid #CCC;
	border-radius: 4px;
	cursor: pointer
}

.scombobox-display-div-holder {
	padding: 2px
}

.scombobox-display-div-item {
	background: #F8F8F8;
	border: 1px solid #CCC;
	border-radius: 4px;
	cursor: default;
	display: none;
	float: left;
	height: 100%;
	margin: 2px;
	max-width: 150px;
	overflow: hidden;
	padding: 4px 18px 4px 8px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap
}

.scombobox-display-div-item-text {
	max-width: 140px;
	overflow: hidden
}

.scombobox-display-div-item-remove {
	background: #A0A0A0;
	border-radius: 100px;
	color: #FFF;
	cursor: pointer;
	line-height: 90%;
	padding: 1px 3px 0;
	position: absolute;
	right: 2px;
	top: 2px
}

.scombobox-display-div-item-remove:hover {
	background: #408CBE
}

.scombobox-display-div-item-remove:active {
	background: #3075A3
}

.scombobox-list {
	-moz-box-sizing: border-box;
	background: #FFF;
	border: 1px solid #CCC;
	box-sizing: border-box;
	display: none;
	max-height: 400px;
	max-width: 300%;
	min-width: 100%;
	overflow-y: auto;
	position: absolute;
	white-space: nowrap;
	z-index: 10
}

.scombobox-list p {
	cursor: pointer;
	margin: 0;
	padding: 5px;
	font-size: 14px;
	color: #9b9b9b;
	font-family: 'robotolight_italic';
}

.scombobox-list p input[type=checkbox] {
	margin-right: 8px;
	vertical-align: middle;
}

.scombobox-list p:hover,.scombobox-list p.scombobox-hovered {
	background-color: #E9EFFC
}

.scombobox-list p.scombobox-separator {
	background: #EEE;
	cursor: default;
	height: 2px;
	padding: 0
}

.scombobox-list p.scombobox-header {
	background: #EEE;
	cursor: default
}

.scombobox-dropdown-arrow {
	background: url("../images/grey-arrow.png") no-repeat 0px 15px;
	cursor: pointer;
	filter: alpha(opacity = 85);
	height: 100%;
	opacity: 0.85;
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	z-index: 1
}

.sort-style .scombobox-dropdown-arrow {
	background: url("../images/down-arrow1.png") no-repeat 0px 16px;
	width: 18px;
}

.scombobox-dropdown-arrow:hover {
	filter: alpha(opacity = 100);
	opacity: 1
}

.scombobox-dropdown-arrow-up {
	background: url("../images/grey-arrow.png") no-repeat 0px 15px
}

.sort-style .scombobox-dropdown-arrow-up {
	background: url("../images/down-arrow1.png") no-repeat 0px 16px;
	width: 18px;
}

.scombobox-dropdown-background {
	-moz-box-sizing: border-box;
	/*background: #FFF;*/
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 22px
}

.scombobox-dropdown-background-invalid {
	border-left: 1px solid #CCC
}

.scombobox-marker {
	background: #958FFF;
	border-radius: 2px;
	color: #FFF;
	margin: 0 2px;
	padding: 0 2px
}

.scombobox input[type=checkbox] {
	cursor: pointer
}

.scombobox-disabled .scombobox-display-div {
	background: #F8F8F8;
	cursor: default
}

.scombobox select,.scombobox-disabled .scombobox-dropdown-background,.scombobox-disabled .scombobox-dropdown-arrow
	{
	display: none
}