.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 13px;
	border-radius: 0px;
	height: 40px;
	line-height: 35px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
	border-radius: 0px;
    height: 38px;
    border: 1px solid #ccc;
}
.desktop-detected .select2-container--default .select2-selection--single{
	font-size: 13px;
	border-radius: 0px;
	height: 33px;
	line-height: 35px;
	border:1px solid #ccc;
}
.desktop-detected #switch-merchant .select2-container--default .select2-selection--single .select2-selection__arrow{	
	top: 1px;	
	right: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
	display:none
}
.desktop-detected .select2-container--default .select2-selection--single .select2-selection__arrow{
	background: #eee;
	right: 1px;
	top: 1px;
	height: 31px;
	width: 25px;
	border-left: solid 1px #ccc;
}
.desktop-detected .wrapper_service .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 3px;
	right: 3px;
}

#modal-wrapper .select2-container--default.select2-container--disabled .select2-selection--single{
	height: 38px
}
.desktop-detected #modal-wrapper .select2-container--default .select2-selection--single{
	
height: 38px;
}
.desktop-detected #modal-wrapper .duration-wrapper .select2-container--default .select2-selection--single{
	border-bottom:none;
}
.desktop-detected #modal-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 1px;
	height: 36px;
	width: 26px;
	right: 1px;
}
.desktop-detected #modal-wrapper .duration-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:37px
}
.select2-search--dropdown{
	background: white;
}
.provider-name-list i{
	top: 1px;
    margin-right: 2px;
    color: #525252;
}
.provider-job-list{
	margin-left: 10px
}
.form-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}