

/* SelectBox styles */

.selectBox {
	float: left;
	margin-top: -9px;
	position: relative;
	width: 90px !important;
	border: solid 2px #dfdfdf;
	text-decoration: none;
	color: #000000 !important;
	outline: none;
	vertical-align: middle;
	background: #ffffff;
	padding-right: 35px;
	cursor: default;
}

.selectBox-disabled,
.selectBox-disabled .selectBox-arrow {
	color: #888 !important;
	border-color: #BBB !important;
	font-style: italic !important;
}

.selectBox:hover,
.selectBox-focus,
.selectBox:hover .selectBox-arrow,
.selectBox-focus .selectBox-arrow {
	/* border-color: #666; */
}

.selectBox-label {
	float: left;
	line-height: 30px;
	padding: 0 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-arrow {
	position: absolute;
	top: 0;
	right: 5px;
	width: 23px;
	height: 100%;
	background: url(https://zoznamstatic.sk/img/topky/jquery.selectBox-arrow.gif) 50% center no-repeat;
}

/* Dropdown styles */
#selectBox-dropdown {
	width: 200px !important;
	max-height: 200px;
	text-align: left;
	border: solid 1px #dfdfdf;
	background: #FFF;
	margin-top: -1px;
	overflow: auto;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	padding: 5px;
}

#selectBox-dropdown UL,
#selectBox-dropdown UL LI {
	list-style: none;
	padding: 0;
	margin: 0;
}

#selectBox-dropdown UL LI {
	white-space: nowrap;
	overflow: hidden;
	/* padding: .2em .6em .2em 20px; */
	padding: 5px 5px 5px 20px;
	display: block;
	cursor: default;
}

#selectBox-dropdown .selectBox-optgroup {
	background: #F2F2F2;
	color: #888;
}

#selectBox-dropdown.selectBox-hasOptgroups .selectBox-option {
	background-position: 14px center;
}

#selectBox-dropdown .selectBox-option.selectBox-initial {
	background-image: url(https://zoznamstatic.sk/img/topky/jquery.selectBox-tick.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
}

#selectBox-dropdown .selectBox-current {
	color: #dd1111;
	cursor: pointer;
}

#selectBox-dropdown .selectBox-disabled {
	color: #888;
	font-style: italic;
}
