﻿/* SELECT2 */

/*.select2ddl_POS .select2-selection {
    background-color: red;
}*/


.select2-search__field:focus,
.select2-search__field:focus-visible {
    outline: 0 !important;
    box-shadow: unset;
    outline-offset: 0;
    border-color: unset;
}


.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 0px solid #aaa !important;
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    /*padding-left: 15px !important;*/
    height: 40px !important;
}

.select2-selection__arrow {
    height: 40px !important;
}

.select2-dropdown {
    border: 0px solid #aaa !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: lightgray !important;
    color: black !important;
}

.select2-selection {
    font-size: 13px;
}

.select2-results {
    font-size: 13px;
}




.select2ddl_POS .select2-search__field:focus,
.select2ddl_POS .select2-search__field:focus-visible {
    outline: 0 !important;
    box-shadow: unset;
    outline-offset: 0;
    border-color: unset;
}


.select2ddl_POS .select2-container {
    width: 100% !important;
}

.select2ddl_POS .select2-container--default .select2-selection--single {
    border: 0px solid #aaa !important;
    border-radius: 0px !important;
}

.select2ddl_POS .select2-container .select2-selection--single {
    height: 40px !important;
}

.select2ddl_POS .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2ddl_POS .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
    height: 40px !important;
}

.select2ddl_POS .select2-selection__arrow {
    height: 40px !important;
}

.select2ddl_POS .select2-dropdown {
    border: 0px solid #aaa !important;
}

.select2ddl_POS .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: lightgray !important;
    color: black !important;
}

.select2-dropdown {
    border: 1px solid #aaaaaa !important
}

.select2-selection__rendered {
    font-size: 13px;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
}

::placeholder { /* Most modern browsers support this now. */
    color: #999 !important;
}