﻿.k-button.k-button:hover, .k-button.k-button:focus,
.tpc-notes .k-add-button:hover, .tpc-notes [for="notes_attachment"]:hover {
    border-color: var(--button-hover-border-color, #c7cdd5);
    color: inherit;
    background: var(--button-hover-bg-color, #ced3db);
}
#structBody .k-dropdown .k-input-inner {
    background: #fff;
    border-color: #ced4da;
}
.k-edit-buttons {
    float: right;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 5px;
}
.k-list-item:hover,
.k-list-optionlabel:hover,
.k-list-item.k-hover,
.k-hover.k-list-optionlabel {
    color: var(--button-color, #212529);
    background-color: var(--button-hover-bg-color, #ced3db);
}
.k-list-item:focus,
.k-list-optionlabel:focus,
.k-list-item.k-focus,
.k-focus.k-list-optionlabel {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
    color: #ffffff;
    background-color: var(--list-bg-color, #003c66);
}
.k-list-item.k-selected,
.k-selected.k-list-optionlabel {
    border-color: #bfc6d0;
    color: #ffffff;
    background-color: var(--list-bg-color, #003c66);
}
.k-list-item.k-selected:hover,
.k-selected.k-list-optionlabel:hover,
.k-list-item.k-selected.k-hover,
.k-selected.k-hover.k-list-optionlabel {
    border-color: var(--button-hover-border-color, #c7cdd5);
    color: var(--button-color);
    background-color: var(--button-hover-bg-color, #ced3db);
}
.k-list-group-item {
    border-color: inherit;
}
.k-list-item-group-label {
    color: #ffffff;
    background-color: var(--list-bg-color, #003c66);
}
/*to fix the masked control, the form-control class is getting added multiple times to control.*/
.tpc.tpc-text-field .k-maskedtextbox.form-control {
    padding: 0px;
}
.tpc-listView .k-listview-pager {
    display: none;
}
.k-pager-nav.k-link, .k-pager-wrap .k-link, .k-pager-numbers .k-link.k-state-selected {
    background-color: #ffffff;
    border-color: rgba(33, 37, 41, 0.125);
    border-width: 1px;
    border-style: solid;
    color: inherit;
}
.k-button-flat {
    border-color: transparent;
    background: var(--btn-primary-background-color);
}
/*Event Registration Button*/
.k-button.k-button-solid-primary,
#invoiceSelection .k-button.k-button-icontext.k-tpcedit, button.discountcode.k-grid-tpcedit.k-button, .k-pager-numbers .k-link.k-selected {
    border-color: var(--list-bg-color, #003c66);
    color: #ffffff;
    background-color: var(--list-bg-color, #003c66);
}
.k-upload .k-upload-files .k-upload-action {
    background: var(--btn-primary-background-color) !important;
    border-color: transparent !important;
}
.k-stepper .k-step-label .k-step-text {
    max-width: calc(13cm - 10px - 0.2rem);
}
.k-button, .tpc-notes .k-add-button, .tpc-notes [for="notes_attachment"] {
    border-color: var(--button-border-color, #e4e7eb);
    color: var(--button-color, #212529);
    background-color: var(--button-bg-color, #e4e7eb);
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}
.k-button:hover, .k-scheduler-views .k-button.k-button:hover {
    border-color: var(--button-hover-border-color, #c7cdd5);
    color: var(--button-color, #212529);
    background-color: var(--button-hover-bg-color, #ced3db);
}
.k-button-solid-base.k-selected {
    border-color: #bfc6d0;
    color: var(--button-color, #212529);
    background-color: var(--button-hover-border-color, #c7cdd5);
}
.k-button-solid-base:focus {
    box-shadow: 0 0 0 0.25rem rgba(95,160,255,0.3);
}
a.k-button.k-button-md.k-rounded-md.k-button-flat.k-button-flat-base.k-icon-button.k-window-action:focus {
    opacity: 1;
}
.row.align-items-center.shadow-lg .k-input {
    border: none;
}
.k-scheduler-toolbar .k-nav-current .k-lg-date-format {
    font-weight: 700;
}
#staffCalendar .k-scheduler-toolbar .k-scheduler-navigation {
    display: none;
}
.k-scheduler-layout .k-scheduler-cell.k-state-selected, .k-scheduler-layout td.k-state-selected {
    background-color: rgba(0, 60, 102, 0.25);
}
.k-calendar .k-calendar-td.k-state-selected .k-link {
    border-color: #001829;
    color: #ffffff;
    background-color: #003c66;
}
.k-calendar .k-nav-today {
    color: var(--button-color, #212529);
}
.k-calendar .k-calendar-view .k-today .k-link {
    box-shadow: inset 0 0 0 1px #001829;
}
/*To adjust the height and display for the right aligned listview buttons*/
div[data-tpc-role="listView-toolbar"] {
    display: block;
    height: 25px;
}
/*To make the right alignment of listview buttons*/
div[data-tpc-role="listView-toolbar"] a {
    float: right;
}
.k-view-day, .k-view-month {
    box-shadow: none !important
}
/*kendo text showing in red color*/
.k-radio.k-invalid + .k-radio-label, .k-radio.k-state-invalid + .k-radio-label, .k-radio.ng-invalid.ng-dirty + .k-radio-label, .k-radio.ng-invalid.ng-touched + .k-radio-label {
    color: black;
}
.k-pdf-viewer .k-search-highlight {
    background-color: #454545;
}
/*To adjust the height and display for the right aligned listview buttons*/
div[data-tpc-role="listView-toolbar"] {
    display: block;
    height: 25px;
}
/*To make the right alignment of listview buttons*/
div[data-tpc-role="listView-toolbar"] a {
    float: right;
}
.k-button-solid-primary.k-scheduler-update:hover, .k-button-solid-primary:hover, .k-button.k-button-solid-primary:hover
#invoiceSelection .k-button.k-button-icontext.k-tpcedit:hover, button.discountcode.k-grid-tpcedit.k-button:hover {
    border-color: var(--accent-color,#189ab4);
    color: var(--nav-link-color,#ffffff);
    background-color: var(--accent-color,#189ab4);
}
/*14.4 the window size is smaller*/
.k-edit-form-container {
    min-width: 700px;
}
/*For Skip to main content*/
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
/*For Skip to main content*/
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}
/*focus for the dropdown list*/
.k-picker-solid.k-focus, .k-picker-solid:focus,
.k-picker-solid:focus-within {
    border-color: var(--btn-primary-background-color-hover,#189ab4);
}
/*dropdown invalid on focus should have some shadow.*/
.k-picker-solid.k-invalid.k-focus, .k-picker-solid.k-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220,53,69,.25) !important;
}

/*list view edit and delete buttons*/
.k-button.k-button-icontext.k-tpcedit:focus,
.k-button.k-button-icontext.k-tpcdelete:focus {
    border-color: var(--list-bg-color, #003c66);
    color: #ffffff;
    background-color: var(--list-bg-color, #003c66);
}
.sfPublicWrapper {
    margin: 0px !important;
    background-color: transparent !important;
}
#Dropdown-1_label + .k-picker.k-dropdownlist.form-control {
    display: flex;
    padding: 0;
}