/*  */
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}
.select2-container--default .select2-selection--single {
	height: 34px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
}

.has-error .select2-container--default .select2-selection--single {
    border-color: #a94442;
}

#select2-country-container, #select2-province-container {     
	border-radius: 4px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #555 transparent transparent transparent;
    border-width: 6px 3px 0 3px;
    margin-left: -2px;
}