﻿.select2-selection.select2-selection--multiple .select2-selection__rendered {
    line-height: 1.75rem !important;
    margin-top: 7px !important;
}

.select2-container .select2-selection--single {
    height: 2.25rem !important;
}

.select2-selection__arrow {
    height: 2.25rem !important;
}

.select2-container--default {
    border: 1px solid #B0BEC5 !important;
    border-radius: 4px;
}

.select2-selection--multiple:before, .select2-selection--single:before {
    content: url("/Content/images/Icons/select_arrow_down.png");
    position: absolute;
    right: 13px;
    top: 13px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #348AD9;
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select2-container .select2-selection--single {
    height: 3.1rem !important
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: var(--cs-color);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: #000;
    background-color: #EEEEF9 !important;
    border: 1px solid #DDE0E1 !important;
    border-radius: 2px;
    font-size: 0.75rem;
}

.select2-search__field {
    margin-top: 0 !important;
    font-size: 1rem !important;
}

.bootstrap-select .btn {
    border-style: solid;
    border: 1px solid #B0BEC5 !important;
    height: 3.2rem !important;
    font-size: 0.875rem !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    border: none;
}

.bootstrap-select .btn:after {
    content: url("/Content/images/Icons/select_arrow_down.png");
    position: absolute;
    right: 1.5rem;
    top: 13px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.pf-title {
    font-size: 14px;
    font-weight: 700;
}

input[type=text]:not(.bs-searchbox input[type=text]), input[type=number], input[type=password] {
    height: 3rem;
    border: 1px solid #B0BEC5 !important;
}

textarea {
    border: 1px solid #B0BEC5 !important;
    font-size: 1rem !important;
}
.select2-selection.select2-selection--multiple {
    min-height: 2.9rem !important;
}
.select2-container--open {
    border: none !important;
}
.input-group-text {
    border: 1px solid #B0BEC5;
    border-left: unset;
    font-size: 14px;
}
input, .select2-search__field {
    font-size: 14px !important;
}

.select2-search__field::placeholder {
    color: #3F4047;
    opacity: 1; /* Firefox */
}

.select2-search__field::-ms-input-placeholder { /* Edge 12 -18 */
    color: #3F4047;
}
.pl-unset{
    padding-left: unset;
}
.pr-unset {
    padding-right: unset;
}