/* Dropdown */
#stations {
    display: none;
	position: absolute;
	border: 1px solid #e0dfda;
	border-radius: 6px;
	background: #F9F9F9;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	font: 14px/17px Helvetica, Arial, sans-serif;
	color: #404040;
    z-index: 10;
}

/* Search */
.st-search {
	padding: 12px 8px;
}
.sts-content {
	position: relative;
	margin-right: 50px;
}
.sts-field,
.sts-clean {
	background: url('stations/icons.png') no-repeat;
}
.sts-field {
	width: 100%;
	height: 17px;
	margin: 0;
	padding: 2px 24px;
	border: 1px solid #D0D0D0;
	border-top-color: #C0C0C0;
	border-bottom-color: #E0E0E0;	
	border-radius: 12px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.12);
	outline: none;
	background-position: 5px 3px;
	background-color: #FFF;
	font: 13px/17px Helvetica, Arial, sans-serif;
	color: #707070;
}
.sts-field::-ms-clear {
    width: 0;
    height: 0;
}
.sts-clean {
    display: none;
	position: absolute;
	top: 4px;
	left: 100%;
	width: 15px;
	height: 15px;
	margin-left: 30px;
	background-position: 0 -30px;
	cursor: pointer;
}

/* List */
.st-list {
	overflow: hidden;
    position: relative;
}
.stl-border {
    position: relative;
    height: 1px;
    background: #E5E5E5;
    background: rgba(0, 0, 0, 0.08);
}
.stl-top,
.stl-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 11px;
    visibility: hidden;
    background: url('stations/shadow.png') no-repeat;
    background-size: 100% 25px;
}
.stl-top {
    background-position: 0 100%;
}
.stl-bottom {
    top: -10px;
}
.stl-wrapper {
    margin: -1px -20px -1px 0;
	overflow-y: scroll;
	padding-top: 1px;
}
.stl-scrollable .stl-top,
.stl-scrollable .stl-bottom {
    visibility: inherit;
}
.stl-scrollable .stl-wrapper {
	max-height: 296px;
}
.stl-items {
	border-top: 1px solid #FFF;
	padding: 5px 0 6px;
}

/* Items */
.stl-item,
.str-text {
	padding: 4px 20px 2px 25px;
	background-repeat: no-repeat;
	cursor: default;
}
.stl-item {
    margin: 0 8px;
	white-space: nowrap;
	border-radius: 2px;
}
.stl-highlight {
    background-color: #e2ebf5;
}
.stl-empty {
    margin: 0 16px;
	padding: 8px 0 9px;
	font-size: 13px;
	line-height: 15px;
    color: #C0C0C0;
}
.st-reset {
	border-top: 1px solid #FFF;
	padding: 5px 8px 6px;
	font-size: 12px;
	color: #909090;
}
