/*---------submenu select-------------*/
.filteroption .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100% !important;
    ffont-weight:300;
	font-family:'Roboto', sans-serif;
	font-weight:300;
    color: #fac6c7;
    text-align: left;
	
		
}
.filteroption .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bbc3c6;
    border-top: 0;
    background: #fff ;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    font-size: 14px;
}
.filteroption .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.filteroption .chosen-container a {
    cursor: pointer;
}
.filteroption .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
   	padding: 0 20px 0 20px;
    height: 48px;
	border:0;
    color: #fac6c7;
    text-decoration: none;
    white-space: nowrap;
    line-height:48px;
	background:none;
		font-weight:300;
		background:#e64246;
		text-align:center;
}
.filteroption .chosen-container-single .chosen-default {} .popupForm .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filteroption .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.filteroption .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px;
}
.filteroption .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.filteroption .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.filteroption .chosen-container-single .chosen-single div {
    /*position: absolute;
    top: 0;
    right: 0;*/
    display: inline-block;
    width: 29px;
    height:10px;
}
.filteroption .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/filter-arrow.png) center center  no-repeat;
}
.filteroption .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.filteroption .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.filteroption .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.filteroption .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.filteroption .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
    float: left;
		width:100%;
		
}
.filteroption .chosen-container .chosen-results li {
		searchFormdisplay: none;
    margin: 0;
    padding: 7px 0 7px 14px;
    border-top: 1px solid #d6dadc;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
    float: left;
    width: 100%;
	color:#717171;
}
.filteroption .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.filteroption .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.filteroption .chosen-container .chosen-results li.highlighted {
    color: #4c4c4c;
    background-color: #e5e7e8;
}
.filteroption .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}
.filteroption .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.filteroption .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.filteroption .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.filteroption .chosen-container-active .chosen-single {} .searchForm .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #bbc3c6;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.filteroption .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}
.filteroption .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.filteroption .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}
.filteroption .chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.filteroption .chosen-disabled .chosen-single {
    cursor: default;
}
.filteroption .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}
/* @end */
/*.chosen-results li.active-result:first-child{display:none !important; }*/