.select2-result-label span.square, .select2-chosen span.square {
	 display: block;
	 float: right;
	 width: 20px;
	 height: 10px;
	 margin-right: 5px;
	 margin-top: 6px;
}

.select2-search-choice span.square {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
}

.select2-container-multi .select2-choices .select2-search-field input {
	margin: 0;
	height: 35px;
}

body .select2-container {
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding: 0;
}

.fieldmarkup .select2-limited .select2-search-choice {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 23%;
}

.fieldmarkup .select2-limited .select2-search-choice > div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select2-container .select2-choice{
    height: 36px;
    padding: 2px 7px;
    border: none;
    background-image: none;
	border-radius: 0;
	color: #495057;
}
.select2-container-multi .select2-choices {
	padding: 1px;
    background: none #FFFFFF;
    border: none;
}

.select2-container-multi .select2-choices.edited {
	border: 1px solid #E1B51E;
}

.select2-container-multi.select2-container-active .select2-choices, .select2-drop-active {
	border-color: #102C5C;
	box-shadow: none;
}

.select2-choice.edited {
	border: 1px solid #E1B51E;
}

.select2-container-active .select2-choice, .select2-drop-active {
    border-color: #2360c9;
    outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(16, 44, 92, 0.25);
	/*z-index: 99999;*/
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 1px 4px;
}

.select2-search-choice-close {
	top: 5px;
}

.select2-container-multi .select2-choices .select2-search-choice {
	line-height: 17px;
	margin: 3px 0 3px 3px;
}

.select2-container .select2-choice abbr {
	top: 10px;
}

.select2-container.select2-container-disabled .select2-choice {
	 background: #EBEBEB !important;
}

.select2-container-multi.select2-container-disabled .select2-choices {
	 background: #EBEBEB !important;
}

.select2-search input {
	 box-shadow: none !important;
	 border: 1px solid #aaa !important;
	 padding: 2px 20px 2px 5px;
}

#select2-drop {
	width: 100%;
    margin-top: 1px;
    padding-top: 5px;
    border: none;
}
.select2-container .select2-choice .select2-arrow{
    background: #fff;
    border-left: 1px solid #ccc;
}

/*MOBILE FIXES*/
@media screen and (max-width: 767px) {
	 .select2-limited .select2-search-choice {
		  max-width: 97% !important;
	 }
}