
.select2-container {
    /*width: 100%;*/
    z-index: 10003;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #999;
    border-radius: 5px;
    height: 60px;
    padding: 28px 70px 0 20px;
    outline: none;
}

.field-error .select2-container--default .select2-selection--single {
    border-color: #d0021b;
}

.field-error .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-color: #d0021b;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    font-size: 1.2857rem;
    line-height: 19px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
    background: url(/assets/images/select_arrow.svg) 100% no-repeat;
    background-position: 50% 55%;
    position: absolute;
    height: 40px;
    width: 60px;
    top: 50%;
    left: 100%;
    margin-top: -20px;
    margin-left: -60px;
    border-left: 1px solid #999;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
}

.select2-results__option {
    color: #333;
    font-size: 1.2857rem;
    line-height: 18px;
    padding-left: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    /*
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0;
      */
}

.select2-container--default .select2-selection--single {
    border-radius: 5px;
}

.select2-dropdown-no-border.select2-dropdown--below {
    border: none;
}

.select2-container .select2-selection--multiple
{
    min-height: 60px;
}

.select2-selection--multiple .select2-selection__rendered
{
    max-height: 60px;
    overflow: auto;
}
