﻿.k-button.k-button: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 {
    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 {
    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);
}

.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 {
    border-color: var(--accent-color,#189ab4);
    color: var(--nav-link-color,#ffffff);
    background-color: var(--accent-color,#189ab4);
}
#additionalFields input[type="text"], input[type="number"] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sfPublicWrapper {
    margin: 0px !important;
    background-color: transparent !important;
}

.k-window-iframecontent {
    overflow: hidden !important;
}
