﻿body {
    font-family: DSIndigo, Helvetica, sans-serif;
    font-size: 13px;
}

.field-validation-error {
    color: #b94a48;
}

    .field-validation-error span {
        clear: left;
        display: block;
        font-size: 13px;
        font-weight: 500;
    }

.validation-summary-errors ul {
    margin: 20px 0;
    list-style-type: none;
    background: #f3f3f3;
    padding: 10px;
    background-color: #BC3329;
    color: #ffffff;
}

    .validation-summary-errors ul li {
        margin: 5px 0;
    }

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: solid 1px #BC3329;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -ms-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -ms-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

    .input-validation-error:focus {
        border: solid 1px #b9554d;
        -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
        -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
        -ms-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
        box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
        -ms-border-radius: 0.25rem;
        border-radius: 0.25rem;
    }

tr td, th td {
    font-family: DSIndigo, Helvetica, "sans-serif";
}

/* Begin: Custom Style For Kendo */
.k-button,
.k-grid,
.k-widget,
.k-calendar,
.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-timepicker {
    font-family: DSIndigo, Helvetica, sans-serif;
    font-size: 13px;
}

.k-input-md .k-input-inner,
.k-picker-md .k-input-inner {
    font-family: DSIndigo, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.k-grid td, .k-grid th {
    border-width: 0;
}

.k-grid th {
    /*color: #3F4254;*/
    color: #5e6278;
    font-weight: bolder;
    padding: 15px 8px;
    text-transform: uppercase;
    border-width: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-input.form-control {
    font-family: DSIndigo, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0.45rem 0.9rem;
}

.k-input:focus-within {
    background-color: #eef3f7;
}

.k-grid-header th > .k-checkbox-md {
    margin-left: 2px;
}

.k-grid-content td > .k-checkbox {
    margin-left: 4px;
}

.k-grid-header th > .k-checkbox-md, .k-grid-content td > .k-checkbox-md {
    width: 1.5rem;
    height: 1.5rem;
}

.k-grid-header th > .k-checkbox-md, .k-grid-content td > .k-rounded-md {
    -ms-border-radius: 0.375rem;
    border-radius: 0.375rem;
}
/* End: Custom Style For Kendo */

/* Start: Select2 */
.flex-text-truncated {
    -webkit-box-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    height: 42.94px;
    font-size: 1rem;
    padding: 5px 24px 8px 12px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-width: 10em;
}

.select2-container--bootstrap .select2-selection--single {
    height: 42.94px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 24px 8px 12px;
    color: #5e6278;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    transition: color .2s ease,background-color .2s ease;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f8fa;
    border: 1px solid #f5f8fa;
    border-radius: .475rem;
    color: #5e6278;
    font-size: 1.1rem;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #009ef7;
    color: #fff;
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-color: #f5f8fa;
    overflow-x: hidden;
    margin-top: -1px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f8fa;
    border: 1px solid #f5f8fa;
    border-radius: .475rem;
    color: #5e6278;
    font-size: 1.1rem;
    font-weight: 500;
}
/* End: Select2 */

.jsoneditor {
    color: #5e6278 !important;
    border: 1px solid #f5f8fa !important;
}

.k-icon.k-i-las, .k-icon.k-i-la {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: calc(1.26rem + .12vw) !important;
}

.k-daterange-picker, .k-daterangepicker {
    gap: 0;
}

.k-daterange-picker .k-dateinput, .k-daterangepicker .k-dateinput {
    width: 110px;
    border: none;
    background-color: #f5f8fa;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5e6278;
}

@media (max-width: 991.98px) {
    .k-daterange-picker .k-dateinput, .k-daterangepicker .k-dateinput {
        width: 100px !important;
    }
}

.k-chip-solid-base {
    border-color: #fff;
    color: #fff;
    background-color: #009ef6 !important;
}