.select-title {
	color: #0000FF;
}

.select-header {
	text-transform: uppercase;
	font-weight: bold;
}

.select-content .company-content span {
	display: block;
}

.text-right {
	text-align: right;
}

.select2-results__option .select-checkbox:before{
	font-family:fontAwesome;
	color:#999;
	content:"\f096";
	width:25px;
	height:25px;
	padding-right: 10px;
	font-size: 18px;
}
.select2-results__option[aria-selected=true] .select-checkbox:before{
	content:"\f14a";
}
.select.icon-append.icon-txt-custom {
	float: right;
	display: inline-block !important;
	padding: 0px !important;
}
.select.icon-append.icon-txt-custom select {
	padding: 2px 2px;
	border-color: transparent;
	height: 32px !important;
	min-height: 32px !important;
	color: #b3b3b3;
	font-size: 12px;
	font-style: italic;
	width: 100%;
	cusor: pointer;
}