.select2-container{width:100% !important; box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15); background-color: #fff;}
.select2-container--default{border-radius:none;}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.select2-dropdown{border: 1px solid #ccc;}
.select2-container--default .select2-selection--single{border:none; border-radius:0;}
.select2-container--default .select2-selection--multiple{border-radius:0;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color:#00adce;}

#cvt .select2-container--default .select2-selection--multiple{border-radius:4px;}
#cvt .select2-choices{border-radius:3px; border: 1px solid #ccc; background-image:none; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;}
#cvt .select2-container{box-shadow:none;}

.modal .select2-container--default .select2-selection--multiple{border-radius:4px;}
.modal .select2-selection {border-radius:3px; border: 1px solid #ccc; background-image:none; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; min-height:34px;}
.modal .select2-container{box-shadow:none;}
.modal .select2-container .select2-selection--single .select2-selection__rendered{padding:3px 12px;}

.select2 .select2-selection__choice__remove {
    color: #154f7d !important;
    float: right;
	padding:0 3px;
	margin-left: 5px;
	margin-top:3px;
	background-color:#fff;
	border-radius:15px;
	height:15px;
	line-height:13px;
	font-size:20px;
	font-weight:400 !important;
}

.select2  .select2-selection__choice  {
	font-weight:500 !important;
    background-color: #00adce !important;
    border: 1px solid #00adce !important;
    border-radius: 11px !important;
	color:#fff !important;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-noshadow .select2-container{box-shadow:none;}
.select2-grey  .select2-container--default .select2-selection--single{background-color:#f2f2f2;}
.select2-lg .select2-container{height:3em; margin-top:10px;}
.select2-lg .select2-container--default .select2-selection--single .select2-selection__rendered {line-height:2.5em; font-size:1.3em;}
.select2-lg .select2-container--default .select2-selection--single .select2-selection__arrow{height:3em;}


.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}


.modal .select2-search__field { min-width: 250px !important; }
.modal .select2-selection:focus{border-color: #66afe9; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);}
