.select2-container--default .select2-selection--single {
    border-radius: 0 .2rem .2rem 0 !important;
    border: 1px solid #ced4da !important;
}
.select2-selection__placeholder,
.select2-results__options,
.select2-selection__rendered {
    font-size: .875rem;
}
.is-invalid + .select2-container--default .select2-selection--single {
    border-color: #dc3545 !important;
}
.vdp-datepicker {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.vdp-datepicker input {
    border-radius: 0;
}

.loglist .vdp-datepicker input {
    border-radius: 0 .2rem .2rem 0;
}

.vdp-datepicker input.form-control-sm {
    padding: .26rem .5rem;
}

.message {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 50%;
    z-index: 999;
    
}

.alert {
    text-align: center;
    opacity: 0.9;
    font-size:80%;
}

.v-enter-active, .v-leave-active {
    transition: opacity 0.5s ease-out;
}

.v-enter, .v-leave-to {
    opacity: 0;
}

[v-cloak] {
    display: none;
}

.form-control:disabled {
    background-color: #f8f9fa;
}

.vdp-datepicker .form-control:disabled {
    background-color: #f8f9fa !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f8f9fa !important;
}
.select2-container--default.select2-container--disabled .select2-selection__rendered {
    color: #495057 !important;
    opacity: 0.6;
}
.pagination {
    justify-content: flex-end;
 }
.suggest {
    position: relative;
}
.suggestions {
    max-height: 200px;
    text-align: left;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 100%;
    top: calc(100% + 5px);
    border-radius: 3px;
    background-color: #fff;
    opacity: 1;
    z-index: 1000;
}
.suggest-item {
    cursor: pointer;
    padding: 10px 16px;
    white-space: nowrap;
    border: 1px solid #AAA;
}
.suggest-item:hover {
    background-color: #2874D5 !important;
    color: #fff !important;
}
.vdp-datepicker__clear-button {
    position: absolute;
    top: 3px;
    right: 3px;
    display: inline-block;
    padding-left: 5px;
    width: 20px;
    text-align: left;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.remarks {
    white-space: pre;
}
a.disabled {
    pointer-events: none;
}

.vdp-datepicker__clear-button {
    top: 4px;
    font-size:1.2rem;
}

input[name="ordered_at"] + .vdp-datepicker__clear-button,
input[name="preferred_at"] + .vdp-datepicker__clear-button {
    top: 7px;
    font-size:1.2rem;
    font-weight:bold;
}
.vdp-datepicker__clear-button i {
    font-style: initial;
}