@charset "utf-8";

/**
 * Container
 */
.vscroll-inner {
	clear: both;
}
.vscroll-inner::after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.ac_container {
	height:20px;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.ac_input {
	background-color: white;
	border-radius: 0;
	border-right: none;
	border-width:1px;
	border-color:#abadb3 #abadb3 #e3e9ef #e2e3ea ;
	border-style:solid;
	/*box-shadow:         1px 1px 1px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:    1px 1px 1px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;*/
	vertical-align: text-bottom!important;
	display: inline-block;
	font-size: 12px;
	margin: 0;
	padding:0 4px;
	width: 200px;
	height:100%;
    outline: none;-webkit-appearance: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow:none !important;
}

.ac_gr_input {
	background-color: #eee;
	border-radius: 2px 0 0 2px;
	border-right: none;
	border-width:1px;
	border-color:#abadb3 transparent #e3e9ef #e2e3ea ;
	border-style:solid;
	vertical-align: text-bottom!important;
	display: inline-block;
	font-size: 12px;
	margin: 0 -2px 0 0;
	padding: 4px;
	width: 50px;
	overflow: hidden;
	height:100%;
	outline: none;-webkit-appearance: none;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow:none !important;
	cursor: pointer;
}

.ac_container_open .ac_input {
	border-radius: 2px 0 0 0 !important;
}

/**
 * "Get all" button
 */
.ac_button {
	position:relative;
	width: 32px;
	box-sizing:border-box;
	display: inline-block;
	vertical-align: text-bottom;
	border-width:1px;
	border-color:#abadb3 #abadb3 #abadb3 #e2e3ea ;
	border-style:solid;
	border-bottom-right-radius:0;
	border-top-right-radius: 0;
	border-left: 0;
	cursor: pointer;
	text-align: center;
	
}

.ac_container_open .ac_button {
	border-bottom-right-radius: 0 !important;
}

.ac_button img {
	position: absolute;
	width: 10px;
	height: 6px;
	top:0!important;
	bottom:0!important;
	left:0!important;
	right:0!important;
	margin: auto;
}

.ac_btn_out {
	background: #dee;
	background-image: linear-gradient(to bottom, #ffffff, #bbbbcc);
}

.ac_btn_on {
	background: #bde;
	background-image: linear-gradient(to bottom, #eeffff, #bec6cf);
}

/**
 * Results
 */
.ac_result_area {
	background-color: transparent;
	border: 1px solid #79b;
	/*box-shadow:         2px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:    2px 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);*/
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000000;
}

.ac_results {
	background-color: white;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ac_results div {
	color: #000;
	font-size: 11px;
	height: auto !important;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	padding: 3px 5px;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

.ac_selected {
	background-color: #f6f8f9;
	font-weight: bold;
}

.ac_over {
	background-color: #aaadae;
	color: #fff !important;
	cursor: pointer;
}

/**
 * To darken the display should not have selected
 */
.ac_results_off {
	background: rgba(255, 255, 255, 0.8);
}

.ac_input_off {
	background: #f9f8f8;
	color: #555;
}

.ac_hide {
	display: none;
}

/**
 * Navi
 */
.ac_navi {
	background: #eee;
	border-bottom: 1px solid #79b;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 4px;
	text-align: right;
}

.ac_navi a:link,
.ac_navi a:visited,
.ac_navi a:hover,
.ac_navi a:active {
	color: #1462b3;
	font-weight: normal;
	margin: 0 4px;
	text-decoration:none;
    display: inline-block;
    padding: 0;
}

.ac_navi p {
	color: black;
	font-size: 12px;
	margin: 0;
	padding-top: 4px;
	text-align: center;
}

.ac_navi .current {
	color: #00c;
	font-size: 12px;
	font-weight: bold;
}

.ac_navi .page_end {
	color: gray;
	font-weight: normal;
	margin: 0 4px;
}

.navi_page,
.navi_first,
.navi_prev,
.navi_next,
.navi_last {
	font-size:11px;
	margin: auto 4px !important;
}
.ac_navi .page_end,
.ac_navi .navi_next,
.ac_navi .navi_last{font-size:14px;}
.ac_navi .info {
	margin: 0 !important;
	padding: 0 !important;
}

/**
 * Sub-info
 */
.ac_subinfo {
	font-size:12px;
	margin: 0 !important;
	padding: 0 !important;
}

.ac_subinfo dl {
	background: #f7f7f7;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #aaa;
	box-shadow:         2px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:    2px 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	color: #000;
	display: none;
	margin: 0;
	position: absolute;
	width: 260px;
	z-index: 200;
}

.ac_subinfo dt {
	background: #e6e7e7;
	clear: both;
	color: #37486A;
	float: left;
	
	font-weight: normal;
	margin: 0;
	padding: 2px 4px;
	text-align: left;
	width: 92px;
	word-wrap: break-word;
}

.ac_subinfo dt.hide {
	display: none !important;
}

.ac_subinfo dd {
	float: left;
	margin: 0;
	padding: 2px 4px;
	width: 152px;
	word-wrap: break-word;
}

/**
 * Select only
 */
.ac_container .ac_select_ng {
	background: #fcc;
}

/**
 * Simple
 */
.ac_s_input {
	background-color: white;
	border-radius: 4px;
	border: 1px solid #79b;
	box-shadow:         1px 1px 1px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:    1px 1px 1px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
	display: block !important;
	float: left;
	font-size: 16px;
	margin: 0;
	padding: 4px;
	width: 320px;
}

.ac_container_open .ac_s_input {
	border-radius: 4px 4px 0 0 !important;
}
.combo_style1 .ac_input {
    border-right: 0;
}
.combo_style1 .ac_button {
    background: none repeat scroll 0 0 #fff;
    border-left: 0 none;
    border-right : 1px solid #e2e3ea;
    border-bottom: 1px solid #e3e9ef ;
}
.combo_style1 .ac_input_off{background:#fff}

/**
 * Multiselect
 */
.ac_container_mls{
	position:relative;
	width:100%!important;
	height: auto;
	min-height:20px;
	display: -webkit-flex;
	display: flex;
	webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	border:1px solid #ddd;
	border-radius:5px;
	padding:2px;
	cursor:text;
}
.ac_container_mls.w_b{
	padding-left:55px
}
.ac_container_mls .ac_input{
	height:auto;
	border:0;
	padding:0;
	margin:0
}


div.item_mls{
	position:relative;
	max-width:200px;
	height:20px;
	display:inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background:#efefef;
	border-radius:3px;
	border:1px solid #ccc;
	padding:1px 20px 1px 2px;
	margin:2px 5px;
}
.item_mls_list{ cursor: pointer}
.ac_container_mls .ac_gr_input {
	position: absolute;
	border: 0;
	border-radius: 0;
	margin: -2px;
	height: 100%;
	left: 0;
}

div.item_mls span:first-child{
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-size:12px;
	color:#666;
}
div.item_mls span.remove_mls{
	position:absolute;
	top:2px;
	right:5px;
	cursor:pointer;
}
div.item_mls span.remove_mls:before{
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 13px;
	color:#666;
}
