.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: 31px;
}

body .select2-container {
	width: 100%;
}

.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: 40px;
    padding: 6px 0 0 8px;
    font-size: 18px;
}
.select2-container-multi .select2-choices {
	border: 1px solid #CED1D6;
	padding: 1px;
	margin: 4px 0;
    border-radius: 4px;
    background: none #FFFFFF;
}

.select2-container-multi .select2-choices.edited {
	border: 1px solid #E1B51E;
}

.select2-container-multi.select2-container-active .select2-choices, .select2-drop-active {
	border-color: #1d2a39;
	box-shadow: 0 0 5px #1d2a39;
}

.select2-choice.edited {
	border: 1px solid #E1B51E;
}

.select2-container-active .select2-choice, .select2-drop-active {
	border-color: #1d2a39 !important;
	box-shadow: 0 0 5px #1d2a39 !important;
}

.select2-container .select2-choice .select2-arrow b {
	background-position: 1px 7px;
}

.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: 9px;
}

.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;
}

#select2-drop {
	 max-width: 90%;
}

/*MOBILE FIXES*/
@media screen and (max-width: 767px) {
	 .select2-limited .select2-search-choice {
		  max-width: 97% !important;
	 }
}