/*Write your custom css in this file.*/
.select2-container .select2-choice > .select2-chosen {
    background-color: #e8ecef !important;
    border-bottom: 1px solid #e8ecef !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 0 3px;
    background-color: #e8ecef !important;
    border-bottom: 1px solid #e8ecef !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.select2-container .select2-choice {
    border-radius: 5px;
}

.select2-container.select2-container-disabled .select2-choice > .select2-chosen {
    background-color: #cbd0d3 !important;
}

input[readonly] {
    background-color: #cbd0d3 !important;
    border: 1px solid #cbd0d3 !important;
}

.form-control:disabled {
    background-color: #cbd0d3 !important;
    border: 1px solid #cbd0d3 !important;
}

input[type='date']:valid {
    background-position: 0 3px;
    background-color: #e8ecef !important;
}

.form-control {
    background: #e8ecef !important;
}

.dropdown-toggle.active {
    background: white !important;
    color: #169c82 !important;
    border: 1px solid #169c82 !important;
    pointer-events: none !important;
}

#ajaxModalContent {
    overflow: scroll !important;
}
