/* Dropdown control */
.selectBox-dropdown {
	padding-right: 15px;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	background: white;
  outline: none;
/* Old browsers */
	display: inline-block;
	cursor: pointer;
	z-index: 5;
}
.filter_select .selectBox-dropdown {
	height: 25px;
	font: 13px/28px arial;
}
.users_switcher .selectBox-dropdown {
	background: none;
	border: none;
	width: auto;
	color: #fff;
	font: 13px/25px arial;
	height: 16px;
}
.users_switcher  .selectBox-dropdown .selectBox-label {
	font-size: 13px;
	color: #fff;
}
.users_switcher .selectBox-dropdown .selectBox-label {
	padding: 0;
}
.select_wrapper {
	display: block;
	float: none;
	position: relative;
	z-index: 1;
}
.selectBox-dropdown:hover {
	color: #666;
}
.selectBox-dropdown.selectBox-menuShowing {
}
.selectBox.selectBox-menuShowing {
}
.selectBox-dropdown .selectBox-label {
	padding: 0 20px 0 7px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 2;
	color: #000;
}
.form-control .selectBox-label {
    padding:3px 0;
}
.selectBox-dropdown .selectBox-label:hover {
	cursor: pointer;
}
.selectBox-dropdown .selectBox-arrow {
	position: relative;
	position: absolute;
	/* top: 4px;
	right: 3px; */
	display: block;
	width: 17px;
	height: 17px;
	background: url(../../images/EezapTemplate/selectbox_arrow.jpg) no-repeat 0 0;
	z-index: 10;
}
.filter_select .selectBox-dropdown .selectBox-arrow {
	/* border: none;
	width: 28px;
	height: 27px;
	background: url(../../images/EezapTemplate/selectbox_arrow.jpg) left top no-repeat;
	top: 1px; */
}
/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 35;
	max-height: 400px;
	border: solid 1px #BBB;
/* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	overflow: auto;
}
/* Inline control */
.selectBox-inline {
	width: 250px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	overflow: auto;
}
.selectBox-inline:focus {
	border-color: #666;
}
/* Options */
.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	text-decoration: none;
	z-index: 150;
	font: 13px/25px arial;
}
.selectBox-options LI A {
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
	/*color: #999;*/
}
.selectBox-options LI A:hover {
	cursor: pointer;
}
/*
.selectBox-options LI.selectBox-hover A {
	background-color: #eee;
	color: #666;
}
*/
.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
	/*color: #555;*/
}
.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	padding: 0 .3em;
	white-space: nowrap;
}
/* Disabled state */
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	border-color: #666;
}