/* Dropdown control */
.selectBox-dropdown {
    min-width: 100%;
    position: relative;
    line-height: 28px;
	height: 30px;
    text-decoration: none;
    text-align: left;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: default;
	font-family: 'ptsans' !important;
	color: #6cb5f5 !important;
	font-size: 12px !important;
	font-weight: normal;
/*	min-width: 100px;*/
	min-width: 147px;
	margin-top: 3px;
	margin-bottom: 3px;
    width: 148px !important;
}
.selectBox-dropdown.wdupla {width: 296px !important;} 

.selectBox-dropdown.wfele {width: 75px !important;min-width: 75px !important;} 
.inputField.wfele {width: 100px !important;min-width: 100px !important;} 

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {

}

.selectBox-dropdown.selectBox-menuShowing-bottom {

}

.selectBox-dropdown.selectBox-menuShowing-top {

}

.selectBox-dropdown .selectBox-label {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
	width: 100% !important;
	border: 1px solid #d6d2d2;
	-webkit-border-radius: 3px;
	background-color: #fff;
	border-radius: 3px;
	padding: 0 15px 0 5px;
	font-family: ptsans;
	text-align: center;
	font-size: 14px;
	min-width: 75px;
	height: 26px \9;
	padding-top: 2px \9;
}

.selectBox-dropdown .selectBox-arrow {
    width: 15px;
    height: 100%;
  	background-image: url('inputarrow.png');
	position: absolute;
	right: -15px;
	top: 0px;
	z-index: 5;
}

.selectBox-dropdown.select-kotelezo  .selectBox-label{border: 1px solid #ff8400 !important;}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 160px;
    min-height: 1em;
    background: #FFF;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	border: 1px solid #d0d0d0 !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-width: 340px !important;
	margin-left: 10px !important;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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-align: center;
}

.selectBox-options LI{
	background-image: url('elv.png');
	background-size: 100% 1px;
	background-position: center top;
	background-repeat: no-repeat;
}


.selectBox-options LI:first-child{
	background: transparent;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
    height: 30px;
    line-height: 30px;
    padding: 0 .5em;
    white-space: nowrap;
    color: #b2abab !important;
    font-family: 'ptsans' !important;
    font-size: 14px !important;
}

.selectBox-options LI.selectBox-hover A {
    color: #3d9ee1 !important;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    color: #3d9ee1 !important;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}
