.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    margin: auto 15px auto auto;
    top: 0;
    bottom: 0;
    width: 20px;
    right: 10px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-image: url(../images/down.png);
    height: 15px;
    width: 15px;
    border: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/up.png)
}

.select2 {
    width: 100% !important;
    padding: 10px;
    background-color: transparent;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #95989a;
}

#select2-mbz_instance_create_timezone-container:before {
    content: ' ';
    background-image: url(../images/clock-icon.png);
    height: 18px;
    width: 18px;
    position: relative;
    bottom: 0;
    left: 10px;
    top: 4px;
    display: inline-block;
    margin-right: 20px
}

.select2-container--default .select2-selection--single {
    border: none;
    background-color: transparent
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-search__field:focus, .select2-selection.select2-selection--single {
    outline: 0
}
