.input-error, input:disabled.input-error {
    background: #eb665e !important;
    color: #000 !important;
}

.input-error::placeholder {
    color: #000;
}

.td-pink {
    border-style: double !important;
    background-color: #fad0b7;
}

.td-green {
    border-style: double !important;
    background: #e5ffc5;
}

.td-blue {
    border-style: double !important;
    background-color: #c4fdff;
}

/* Chrome, Safari, Edge, Opera */
input.spinner-none::-webkit-outer-spin-button,
input.spinner-none::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].spinner-none {
    -moz-appearance: textfield;
}

.ui-widget-overlay {
    background-color: black !important;
    background-image: none !important;
    opacity: .5 !important;
}

.dialog-btn {
    background-color: #007bff !important;
    color: #fff !important;
    width: 60px;
    height: 40px;
}

.left-btn {
    background-color: #a0a5ab !important;
    color: #fff !important;
    width: 60px;
    height: 40px;
    margin-left: 15px !important;
}

.right-btn {
    background-color: #007bff !important;
    color: #fff !important;
    width: 60px;
    height: 40px;
}

.ui-dialog .ui-dialog-buttonpane,
.dialog-error .ui-dialog .ui-dialog-buttonpane {
    border-width: 0 !important;
}


.ui-dialog-titlebar,
.dialog-error .ui-dialog-titlebar {
    display: none;
}

.dialog-error .ui-widget-content {
    border: none;
}

#validation-err-dialog {
    margin-top: 1em;
}

.error {
    margin: 60px 0 -50px 0 !important;
}

.error h2 {
    position: relative;
    border-bottom: 4px solid #c5b896;
    text-indent: 5px;
    margin: 0 0 20px 0;
    line-height: 1.8;
}

.error h2::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #f99966;
}

.select2-hidden-accessible {
    display: none !important;
}

.select2-container {
    max-width: 250px !important;
    height: 42px !important;
}

.select2-container .select2-dropdown {
    border: 1px solid #7cb8e7 !important;
    border-radius: 3px !important;
}

.select2-container .select2-dropdown .select2-results__options {
    max-height: 390px !important;
}

.select2-container .select2-selection {
    background-color: white !important;
    background-image: none !important;
}

.select2-container .select2-selection .select2-selection__rendered {
    margin-top: 5px !important;
    color: #000 !important;
}

.select2-container .selection .select2-selection {
    border-color: #ccc;
    height: 42px !important;
}

.select2-container--default .select2-selection .select2-selection__arrow,
.select2-container--classic .select2-selection .select2-selection__arrow {
    height: 40px !important;
    width: 40px !important;
    border-left: 1px solid #ccc !important;
    background: linear-gradient(to bottom, #deedf8 50%, #deedf8 51%, #cbe7f5 51%) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--classic .select2-selection--single .select2-selection__clear {
    margin-right: 25px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border-color: #ccc !important;
    padding: 8px 4px !important;
}

.select2-container .select2-selection .select2-selection__arrow b,
.select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: #469de1 transparent transparent transparent !important;
    border-width: 5px 4px 0 4px !important;
}

.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    border: 1px solid #7cb8e7 !important;
    border-radius: 3px;
    background: linear-gradient(to bottom, #deedf8 50%, #deedf8 51%, #cbe7f5 51%) !important;
    color: #469de1 !important;
}

.input-error .select2-container .select2-selection .select2-selection__arrow {
    background: #eb665e !important;
    color: black;
}

.input-error .select2-container .select2-selection,
.input-error .select2-container .select2-selection--single .select2-selection__placeholder {
    background: #eb665e !important;
    color: #000;
}

.input-error .select2-container .select2-selection .select2-selection__rendered {
    color: #444 !important;
}

@media screen and (min-width: 595px) {
    .select2-container .select2-dropdown {
        width: 585px !important;
    }
}
