a.nav-link.toggled {
    font-weight: bold;
    background-color: rgba(13,109,227,.05);
}

    a.nav-link.toggled:hover {
        color: black !important;
    }

.k-grid tbody .k-button {
    min-width: unset !important;
}

.nav-pills .nav-link.active {
    background-color: #2e7ad1;
    color: white;
}

.k-grouping-row td {
    background-color: #e4eaf0 !important;
}

td.k-group-cell {
    background-color: #e4eaf0 !important;
}

.k-button.k-grid-Delete {
    color: #dc3545;
    background-color: white;
}

    .k-button.k-grid-Delete:hover {
        background-color: #dc3545;
        color: white;
    }

.k-button.k-grid-Edit {
    color: #366da8;
    background-color: white;
}

    .k-button.k-grid-Edit:hover {
        background-color: #366da8;
        color: white;
    }

.k-button.k-grid-Clone {
    color: #0dcaf0;
    background-color: white;
}

    .k-button.k-grid-Clone:hover {
        background-color: #0dcaf0;
        color: white;
    }

.k-button.k-grid-Return {
    color: #3691a8;
    background-color: white;
}

    .k-button.k-grid-Return:hover {
        background-color: #3691a8;
        color: white;
    }

.k-button.k-grid-History {
    color: #D3BDA0;
    background-color: white;
}

    .k-button.k-grid-History:hover {
        background-color: #D3BDA0;
        color: white;
    }

.k-button.k-grid-Reassign {
    color: #3691a8;
    background-color: white;
}

    .k-button.k-grid-Reassign:hover {
        background-color: #3691a8;
        color: white;
    }

.k-button.k-grid-BOM {
    color: #3691a8;
    background-color: white;
}

    .k-button.k-grid-BOM:hover {
        background-color: #3691a8;
        color: white;
    }

.k-button.k-grid-Tooling {
    color: #3691a8;
    background-color: white;
}

    .k-button.k-grid-Tooling:hover {
        background-color: #3691a8;
        color: white;
    }

.k-button.k-grid-WorkInstructions {
    color: #3691a8;
    background-color: white;
}

    .k-button.k-grid-WorkInstructions:hover {
        background-color: #3691a8;
        color: white;
    }

.k-button.k-grid-Download {
    color: #3691a8;
    background-color: white;
}

    .k-button.k-grid-Download:hover {
        background-color: #3691a8;
        color: white;
    }

.k-button.k-grid-Attachments {
    color: #3691a8;
    background-color: white;
}

    .k-button.k-grid-Attachments:hover {
        background-color: #3691a8;
        color: white;
    }

.k-button.k-grid-ReturnAll {
    color: white;
    background-color: #3691a8;
}

    .k-button.k-grid-ReturnAll:hover {
        background-color: #2c7685;
        /*color: white;*/
    }

.modal-header {
    background-color: #f8f9fa;
}

.modal-footer {
    background-color: #f8f9fa;
}

.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.card {
    border: 1px solid #ccc;
}

.card-header {
    /*background-color: #e9ecef;*/
    background-color: #f8f9fa;
    border-bottom: 1px solid #ccc;
}

/*toolbar header*/
div.k-header {
    background-color: #f8f9fa;
    /*background-color: #e9ecef;*/
}
/*column header*/
.k-header {
    background-color: #f8f9fa;
}
/*alternate row color*/
.k-alt {
    background-color: #f8f9fa;
}
    /*alternate row color*/
    .k-alt.k-state-selected {
        background-color: #428bca;
    }
/*row hover color*/
.k-grid tr:hover {
    background-color: #e9ecef;
}
/*active filter color*/
.k-grid-filter.k-state-active {
    border-color: #aeaeae;
    background-color: #e9ecef;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
}




/*excel button*/
.k-button.k-grid-excel {
    background-color: #198754;
    border-color: #ccc;
    font-weight: 500;
    color: white;
}

    .k-button.k-grid-excel:hover {
        background-color: #146e44;
        font-weight: 500;
        color: white;
    }
/*Default Button*/
.k-button {
    background-color: #366da8;
    border-color: #ccc;
    font-weight: 500;
    color: white;
}

    .k-button:hover {
        background-color: #2c5685;
        border-color: #ccc;
        font-weight: 500;
        color: white;
    }
/*Delete Button*/
.k-grid-Delete {
    background-color: #dc3545;
}

    .k-grid-Delete:hover {
        background-color: #bd2d3b;
    }


.block-override {
    display: table-row !important;
    background-color: #e4eaf0 !important;
}

    .block-override:hover {
        display: table-row !important;
        background-color: #e4eaf0 !important;
    }

.detail-grid-enabled {
    background-color: #e4eaf0 !important;
}

    .detail-grid-enabled:hover {
        background-color: #e4eaf0 !important;
    }


.selectize-input {
    display: block !important;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.required-field {
    color: #dc3545;
    padding-left: 3px;
}

.optional-field {
    color: #6c757d;
    padding-left: 8px;
}

.input-group-group .input-group:not(:first-of-type) {
    margin-top: -1px;
}

.input-group-group .input-group:not(:last-of-type) .input-group-text,
.input-group-group .input-group:not(:last-of-type) .form-control,
.input-group-group .input-group:not(:last-of-type) .selectize-input {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group-group .input-group:not(:first-of-type) .input-group-text,
.input-group-group .input-group:not(:first-of-type) .form-control,
.input-group-group .input-group:not(:first-of-type) .selectize-input {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.input-group-group .input-group .selectize-input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.selectize-sm .selectize-input {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.selectize-control.form-control {
    padding: 0;
    border: none;
}

.selectize-dropdown.form-control {
    padding: 0 !important;
}

.checkbox-form-control {
    width: 30px !important;
    height: 30px !important;
    vertical-align: middle !important;
    margin-top: -3px !important;
}

.transparent-kendo-button {
    font-size: 30px;
    display: inline-flex;
    padding: 4px;
    cursor: pointer;
}

.disabled-kendo-button {
    color: #d6d8db !important;
}

.detail-form {
    padding: 10px;
    box-sizing: border-box !important;
}

.email-button {
    color: #04b396;
}

.toggle-visibility-button {
    color: #69717d;
}

.view-pdf-button {
    color: #d45050;
}

.view-protrack-button {
    color: #636363;
}

.missing-template-button {
    color: #eb4034;
}

.missing-template-icon {
    min-width: 30px;
}

.ToggleSwitch {
    font-size: 36px;
    border-style: none;
    background-color: inherit;
}

.ToggleEnabled {
    color: #28a746;
}

.ToggleDisabled {
    color: #d6d8db;
}

#dropContainer {
    color: #495057;
    border: 1px solid #ced4da;
    cursor: pointer;
}

    #dropContainer * {
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

    #dropContainer.dropContainer-hover {
        outline: none;
        box-shadow: 0 0 10px #9ecaed;
        border: 1px solid #8acbff;
    }

.dropContainer-drag * {
    pointer-events: none;
}

.grid-caret{
    color:#333333;
}

.k-button.k-grid-View {
    color: #3691a8;
    background-color: white;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

    .k-button.k-grid-View:hover {
        background-color: #3691a8;
        color: white;
    }

.k-button.k-grid-ViewPDF {
    color: #dc3545;
    background-color: white;
}

    .k-button.k-grid-ViewPDF:hover {
        background-color: #dc3545;
        color: white;
    }

.k-grid-Tour {
    background-color: #36a6a8 !important;
}

    .k-grid-Tour:hover {
        background-color: #2c8485 !important;
    }

.k-button.k-grid-ViewProTrack {
    color: #636363;
    background-color: white;
}

    .k-button.k-grid-ViewProTrack:hover {
        background-color: #636363;
        color: white;
    }


.separator-section {
    border-color: #ccc !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-color: #e9ecef;
    color: #212529;
    min-height: 27px;
}


.download-button{
    color: #3691a8;
}

.k-filter-menu label{
    padding-right:8px;
}

.loader-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: rgba(225, 225, 225, .4);
}

.k-loading-image {
    background: none;
    width: 48px;
    height: 48px;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #840029 #840029 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 9999;
}

    .k-loading-image::after,
    .k-loading-image::before {
        content: '';
        box-sizing: border-box;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px solid;
        border-color: transparent transparent #326295 #326295;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-sizing: border-box;
        animation: rotationBack 0.5s linear infinite;
        transform-origin: center center;
    }

    .k-loading-image::before {
        width: 32px;
        height: 32px;
        border-color: #a3a7a9 #a3a7a9 transparent transparent;
        animation: rotation 1.5s linear infinite;
    }


.k-loading-image-fixed {
    background: none;
    width: 48px;
    height: 48px;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    border-radius: 50%;
    display: inline-block;
    position: fixed;
    border: 3px solid;
    border-color: #840029 #840029 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 9999;
}

    .k-loading-image-fixed::after,
    .k-loading-image-fixed::before {
        content: '';
        box-sizing: border-box;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px solid;
        border-color: transparent transparent #326295 #326295;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-sizing: border-box;
        animation: rotationBack 0.5s linear infinite;
        transform-origin: center center;
    }

    .k-loading-image-fixed::before {
        width: 32px;
        height: 32px;
        border-color: #a3a7a9 #a3a7a9 transparent transparent;
        animation: rotation 1.5s linear infinite;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/*#region Kendo Pager*/
.k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
    color: #fff;
    background-color: #366da8;
    border-color: #366da8;
}

.k-pager-wrap .k-link {
    border-color: #ccc;
    color: #366da8;
    background: #fff;
}

.k-pager-wrap {
    border-color: #ccc;
    color: #a6a6a6;
    background-color: #f8f9fa;
}
/*#endregion Kendo Pager*/

.iti { /*Phone input*/
    position: relative;
    display: block;
}

.show-alert-info-button {
    color: white;
    background-color: #36a6a8;
    border-color: #36a6a8;
}

    .show-alert-info-button:hover {
        color: white !important;
        background-color: #2c8485 !important;
        border-color: #2c8485 !important;
    }

.checkbox-color {
    accent-color: #326295;
}


.show-filters-button {
    color: white;
    background-color: #36a6a8;
    border-color: #36a6a8;
}

    .show-filters-button:hover {
        color: white !important;
        background-color: #2c8485 !important;
        border-color: #2c8485 !important;
    }

.rmd-data-error {
    background-color: #f5c6cb;
}

.k-grid tr:hover td.rmd-data-error {
    background-color: #e8b5b6 !important;
}

.rmd-success {
    background-color: #c3e6cb;
}

.k-grid tr:hover td.rmd-success {
    background-color: #b1d9c8 !important;
}


.rmd-warning {
    background-color: #ffeeba;
}

.k-grid tr:hover td.rmd-warning {
    background-color: #ffe8a1 !important;
}

.rmd-danger {
    background-color: #f5c6cb;
}

.k-grid tr:hover td.rmd-danger {
    background-color: #e8b5b6 !important;
}

.rmd-info {
    background-color: #d8e9f2;
}

.k-grid tr:hover td.rmd-info {
    background-color: #c5dae6 !important;
}

.sb-sidenav-light .sb-sidenav-menu .sb-sidenav-menu-heading {
    color: #676c70;
}

.modal-description {
    color: #6c757d;
    font-size: 80%;
    font-weight: 400;
}

/*Kendo Grid caret collapse animations*/
.grid-caret:not(.collapsed) {
    transform: rotate(90deg) !important;
    transition-property: transform !important;
    transition: transform .35s ease;
}
/*Kendo Grid caret collapse animations*/
.grid-caret.collapsed {
    transform: rotate(0deg) !important;
    transition-property: transform !important;
    transition: transform .35s ease;
}

.flash {
    animation: 1.5s blinker linear infinite;
}

@keyframes blinker {
    0% {
        opacity: 2;
    }

    50% {
        opacity: 0.1;
    }
}