@charset "UTF-8";
@-webkit-keyframes a {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.15;
	}
	to {
		opacity: 1;
	}
}
@keyframes a {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.15;
	}
	to {
		opacity: 1;
	}
}
.rs3__select-node,
.rs4__select-node {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.rs3__container,
.rs4__container {
    /* background:#fff; */
    cursor: default;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rs3__container:focus,
.rs4__container:focus {
    outline: 2px solid #00a7ff;
}
.rs3__container *,
.rs4__container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.rs3__selection,
.rs4__selection {
    border-radius: 0;
    width: 100%;
    /* -webkit-box-shadow: 1px 1px 1px 0 #efefef;
    box-shadow: 1px 1px 1px 0 #efefef;
    border: 1px solid #cecece; */
	display: block;
	/* height:31px; */
	/* line-height:31px; */
	overflow: hidden;
	padding: 0 30px 0 10px;
	white-space: nowrap;
}
.rs3__selection.rs3__selection--clearable {
	padding-right: 35px;
}
.rs3__option--selected,
.rs4__option--selected {
    /* background: #00a7ff; */
    background: #cecece;
    /* color:#fff */
}
.rs3__selection--placeholder .rs3__selection-text,
.rs4__selection--placeholder .rs4__selection-text {
    color: #cecece;
}
.rs3__error,
.rs4__error {
    color: red;
    font-size: 12px;
}
/* .rs3__selection-arrow{
    display:block;
    position:absolute;
    right:20px;
    top:20px;
    height:5px;
    width:5px
}
.rs3__selection-arrow i{
    display:block;
    border-color:currentColor hsla(0,0%,100%,0) hsla(0,0%,100%,0);
    border-style:solid;
    border-width:5px 4px 0;
    height:0;
    width:0
} */
.rs3__clear-selection,
.rs4__clear-selection {
    border-radius: 50%;
    display: block;
    height: 30px;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 13.5px;
    width: 30px;
}
.rs3__clear-selection:focus {
	color: #00a7ff;
}
.rs3__dropdown,
.rs4__dropdown {
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 1px 0 #efefef;
    box-shadow: 1px 1px 1px 0 #efefef;
    border: 1px solid #cecece;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.rs3__options-list {
	display: block;
	list-style: none;
	margin: 0;
	max-height: 370px;
	overflow: auto;
	padding: 0;
}
.rs4__options-list {
	display: block;
	list-style: none;
	margin: 0;
	max-height: 250px;
	overflow: auto;
	padding: 0;
}
.rs3__options-list li,
.rs4__options-list li {
	line-height: 31px;
	overflow: hidden;
	padding: 0 10px;
	white-space: nowrap;
}
.rs3__option--highlighted,
.rs4__option--highlighted {
	background-color: #efefef;
}
.rs3__status,
.rs4__status {
	color: #cecece;
	display: block;
	font-size: 0.8em;
	padding: 3px 10px;
}
.rs3__search {
	display: block;
	padding: 0 10px;
}
.rs3__search-field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-bottom: 1px solid #cecece;
	display: block;
	height: 31px;
	margin: 0 auto 5px;
	outline: none;
	width: 100%;
}
.rs3__loader {
	display: inline-block;
	position: relative;
	font-size: 50px;
	color: #444;
	-webkit-animation: a 2s linear infinite;
	animation: a 2s linear infinite;
	line-height: 0;
}
.rs3__loader:before {
	content: '·';
	line-height: 0;
}
.rs3--open.rs3--below .rs3__error {
	display: none;
}
.rs3--open.rs3--below .rs3__selection {
	border-bottom: 0;
	border-radius: 0 0 0 0;
}
.rs3--open.rs3--below .rs3__dropdown {
	top: 100%;
	border-radius: 0 0 0 0;
}
.rs3--open.rs3--above .rs3__selection {
	border-top: 0;
	border-radius: 0 0 0 0;
}
.rs3--open.rs3--above .rs3__dropdown {
	bottom: 100%;
	border-radius: 0 0 0 0;
}
.rs3--disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.rs3--error .rs3__selection {
	border-color: rgba(255, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 4px 0 rgba(255, 0, 0, 0.7);
	box-shadow: 0 0 4px 0 rgba(255, 0, 0, 0.7);
}
.rs3--pending {
	cursor: progress;
}
/*# sourceMappingURL=styles.css.map */
