.bold {
    font-weight: bold;
}

#select2-select_prop-results{
    max-height: 400px;
    font-size: 14px;
    font-family: 'PT Sans Caption';
}

#select2-select_prop-results .select2-results__option--highlighted[aria-selected]{
    background: #e1dbcd;
    color: #000;
}

#select2-select_prop-container{
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-family: 'PT Sans Caption';
    padding-right: 5px;
    display: inline-block;
}

.select2-container--open .select2-dropdown--below{
    border: 1px solid #a1a1a1 !important;
}

.select_prop_wrap{
    margin-top: 20px;
}

.select_prop_wrap .select2-container--default .select2-selection--single{
    border: 0;
}

.select_prop_wrap .select2-container--default .select2-selection--single:focus{
    outline: none;
}

.select_prop_wrap .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 22px;
}

.select_prop_wrap .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: auto;
    top: -7px;
    position: relative;
    margin-left: 10px;
}

.select_prop_wrap .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #000 transparent transparent transparent;
}

.select_prop_wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #000 transparent;
}
