.input-group-lookup .select2-container,
.input-group-lookup .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

span.select2-selection.select2-selection--single {
    padding-left: 0.375rem;
}

.pnc-lookup:not(.no-search) + .select2-container {
    width: calc(100% - 38px) !important;
}
.pnc-lookup.narrow-lookup:not(.no-search) + .select2-container {
    width: calc(300px - 38px) !important;
}

body.bs5 .lookup:not(.no-search) + .select2-container {
    width: calc(100% - 40px) !important;
}
body.bs5 .lookup.narrow-lookup:not(.no-search) + .select2-container {
    width: calc(300px - 40px) !important;
}

body.bs5 .btn.lookup-search {
    display: inline-flex;
}

.lookup.search-only + span.select2 .select2-selection__arrow {
    display: none;
}

.lookup.search-only + span.select2 .select2-selection {
    cursor: initial
}


.selectize-fullwidth .select2-search.select2-search--inline {
    width: 100%;
}

.selectize-fullwidth li.select2-selection__choice {
    width: 100%;
    white-space: normal !important;
}

/*.select2-results__option {*/
    /*white-space: pre;*/
/*}*/

.select2-results__option .description {
    font-size: 0.8em;
    color: #ff0000;
}
.select2-results__option .fulldescription {
    font-size: 0.8em;
    color: #555;
    line-height:15px;
    padding-left: 5px;
}

.select2-results__option.select2-results__option--highlighted .fulldescription,
.select2-results__option.select2-results__option--highlighted .description {
    color: #fff;
}

.pnc-lookup-modal th, .pnc-lookup-modal td {
    max-width: 400px !important;
    white-space: pre-wrap !important;
}