.faux_container {
	width: 100%;
	position: relative;
}

.faux_container *:focus {
	outline: 0;
}

.faux_select,
select[multiple] {
	cursor: pointer;
	border: 1px solid #808080;
	vertical-align: middle;
	background-color: white;
	line-height: 20px;
	overflow: hidden;
}

select[multiple] option {
	display: none;
}

.faux_select {
	height: 26px;
}

.faux_select_placeholder {
	vertical-align: middle;
    margin-left: 10px;
    line-height: 26px;
    color: #757575;
}

.faux_content {
	background: #FFF;
	border: solid 1px #969696;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: none;
	position: absolute;
	width: calc(100% - 18px);
	z-index: 2;
	padding: 8px;
}

.faux_content.open_up {
	border: solid 1px #969696;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.faux_content .search_limit {
    margin-top: 6px;
    font-size: 12px;
    font-style: italic;
}

.faux_actions, .faux_search {
	padding-bottom: 3px;
}

.faux_actions {
	border-style: solid;
	border-color: #B2B2B2;
	border-width: 1px 0;
	margin: 6px 0px;
	padding: 6px 0px;
}

.faux_item {
	cursor: pointer;
}

.faux_items {
	padding: 5px;
	height: 150px;
	overflow-y: scroll;
    overflow-x: hidden;
}

.faux_items_selected {
	margin: 2px 3px 1px 2px;
	width: 85%;
	width: calc(100% - 45px);
    color: #000000;
    padding: 1px 9px;
    display: inline-block;
    border-radius: 3px;
    white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

.faux_check, .faux_uncheck {
	margin-right: 10px;
}

.faux_arrow {
    height: 26px;
    width: 26px;
    float: right;
    background: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 1px;
    right: 1px;
    border-left: solid 1px #DDDDDD;
}

.faux_arrow img {
	width: 10px;
	margin-top: 8px;
}

.faux_disabled {
	color: #757575;
	cursor: default;
}

.faux_header {
	font-weight: bold;
	margin: 5px 0;	
}

.multi-xelected {
    display: none;
}
