.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: 7px;
	font-size: 18px;
	
}
.select2-results__option[aria-selected=true] .select-checkbox:before{
	content:"\f14a";
}
/* .select2-container--default .select2-results__option[aria-selected=true]{background-color:#5897fb!important;col}  */
.select2-container--default .select2-selection--multiple .select2-selection__clear{margin-top: 7px;margin-right: 0}