﻿/*Start :Style for kendo dropdown must be removed once the styling for all is done: Remove it later*/
.k-state-selected, .k-list > .k-state-selected {
background-color: rgba(var( --brand-table-row-background), 0.03) !important;
color: var(--global-text-color) !important;
}
/*end: Style for kendo dropdown must be removed once the styling for all is done: Remove it later*/
/*Kendo :: close icon */
.k-i-close:before {
content: "" !important;
background-image: url(../Images/AdminPlus/cancel-white.svg) !important;
position: absolute !important;
background-repeat: no-repeat !important;
background-size: 14px !important;
background-position: right 7px top 0px !important;
width: 40px !important;
height: 40px !important;
margin: 6px 0px 0px -6px !important;
}

.k-window-actions a[role="button"].k-button.k-icon-button .k-icon.k-i-close {
    min-width: 13px;
    height: 40px;
    width: 40px;
}

.k-window-actions a[role="button"].k-button.k-icon-button {
padding: 0 !important;
height: 30px !important;
min-width: 13px;
width: 30px;
top: 4px;
opacity: 1;
}

/*Kendo :: table header and text*/
.k-window-titlebar {
    min-height: 50px!important;
}
.k-window-titlebar.k-hstack {
background: var( --brand-main-backgroundcolor-indicator);
padding: 13px 20px 6px 20px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.k-window-title {
color: var(--global-text-light) !important;
font-family: var(--global-font-family-semibold);
font-size: var(--global-text-size-xxl) !important;
letter-spacing: 0.2px;
}


.k-grid-content-locked, .k-grid-header-locked {
border-style: none !important;
}

.k-grid-content-locked tr:hover + .k-grid-content tr {
background: red;
}
.k-colorpicker {
width: fit-content !important;
}
.k-tabstrip > .k-content#tabstripadmission-4, #tabstripadmission-4 {
overflow: initial !important;
}
/*kendo dropdown common code*/
.k-popup.k-calendar-container, .k-popup.k-list-container {
    border-radius: var(--global-border-radius) !important;
}

.k-list-container .k-list li.k-item, .k-list-container .k-list-optionlabel {
color: var(--global-text-color) !important;
}
/*kendo dropdown common code*/

/*kendo pagination common code*/
.k-pager-wrap .k-pager-numbers .k-state-selected {
background: var( --brand-main-backgroundcolor-indicator) !important;
color: var(--global-text-light) !important;
/*height: 36px !important;*/
margin-right: 0px !important;
}

.k-webkit .k-pager-numbers .k-current-page .k-link {
background-color: transparent !important;
}

.k-widget.k-grid .k-pager-wrap > .k-link {
padding: 2px 8px !important;
}

.k-webkit .k-pager-numbers .k-link {
text-align: center;
}

.k-webkit .k-pager-numbers.k-state-expanded li:not(.k-current-page) {
display: none !Important;
}

.k-pager-wrap > .k-link .k-icon {
margin-bottom: 6px !important;
}

.k-webkit .k-pager-numbers.k-state-expanded {
box-shadow: none !important;
border: none !important;
background-color: transparent !important;
padding: 0 !important;
}

.k-webkit .k-pager-numbers.k-state-expanded .k-current-page {
margin: -2em 0px 0 !important;
}
/*kendo pagination common code*/

/* prospects tab header */

.k-picker {
text-indent: 0.3em !important;
}

.k-picker, .k-widget.k-picker, .k-button-solid-base.k-hover, .k-button-solid-base, .k-button-solid-primary, .k-button-solid-primary:hover, .k-button-solid-base:hover,
.k-picker .k-input-button, .k-picker.k-focus, .k-picker:focus, .k-picker:focus-within, .k-widget.k-picker:focus-within {
background-color: var(--brand-default-light-background) !important;
border: none !important;
height: 35px !important;
box-shadow: none !important;
}

.k-picker .k-input-value-text {
font-size: var(--global-text-size);
font-family: 'source_sans_proregular';
line-height: 21px;
color: var(--global-text-color);
}

.k-picker .k-input-button .k-i-arrow-s:before {
background-image: url(../Images/AdminPlus/dropdown-arrow-black.svg);
background-repeat: no-repeat;
background-position: center;
content: "";
transition: all ease 0.3s;
}

.k-picker.k-state-border-down .k-input-button .k-i-arrow-s:before {
transform: rotate(180deg);
transition: all ease 0.3s;
}

.k-popup, .k-list {
    border-radius: var(--global-border-radius) !important;
}


.k-list .k-focus.k-selected {
box-shadow: none !important;
}

    .k-list .k-selected, .k-list .k-list-optionlabel {
        color: var(--global-text-color) !important;
        background-color: var(--brand-dropdown-highlight) !important;
        border-color: transparent !important;
        padding: 4px 10px !important;
        line-height: 1.8em;
        min-height: 1.8em;
        font-weight: normal !important;
        font-size: var(--global-text-size);
        border-radius: 0;
        opacity:1;
    }

.k-list .k-list-item {
padding: 4px 10px !important;
line-height: 1.8em;
min-height: 1.8em;
font-size: var(--global-text-size);
color: var(--global-text-color) !important;
}

.k-list .k-list-item.k-hover, .k-list-item:hover {
    background-color: var(--brand-background-light-gray) !important;
    border-radius: 0 !important;
}
/** Demographics - multi color tabs */
.k-list .k-list-item.k-hover, .k-list-item:hover {
    background-color: var(--brand-background-light-gray)!important;
    border-radius: 0 !important;
}


/*kendo*/
.k-detail-row .k-detail-cell .k-widget .k-grid-header tr th.k-header:not(:first-child) .k-link:before {
display: none;
}

.k-detail-row td.k-detail-cell .k-grid {
    border-radius: var(--global-border-radius);
}

.k-detail-row .k-widget table tbody tr, .k-detail-row .k-widget table thead tr, .k-detail-row .k-widget .k-header, .k-detail-row .k-widget .k-grid-header {
height: 30px;
}

.k-detail-cell .k-widget table {
border-collapse: separate !important;
}

.k-detail-cell .k-widget table thead, .k-detail-cell .k-widget table thead tr, .k-detail-cell .k-widget table thead tr th:nth-child(2) {
border-top-left-radius: 5px !important;
}

.k-detail-cell .k-widget table thead, .k-detail-cell .k-widget table thead tr, .k-detail-cell .k-widget table thead tr th:last-child {
border-top-right-radius: 5px !important;
}

.k-detail-cell .k-widget table tbody, .k-detail-cell .k-widget tbody tr:last-child, .k-detail-cell .k-widget table tbody tr:last-child td:nth-child(2) {
border-bottom-left-radius: 5px !important;
}

.k-detail-cell .k-widget table tbody, .k-detail-cell .k-widget tbody tr:last-child, .k-detail-cell .k-widget table tbody tr:last-child td:last-child {
border-bottom-right-radius: 5px !important;
}
/*kendo*/

.k-widget, .k-grid-header {
border: none;
border-bottom-style: none !important;
border-bottom-width: 0 !important;
border-style: none !important;
border-width: 0 !important;
}
.k-floatwrap, .k-grid-toolbar, .k-slider-items {
display: block !important;
}
.k-grid-header th.k-header {
border-style: none !important;
}

.k-grid-content .k-command-cell .k-button:focus, .k-grid-content-locked .k-command-cell .k-button:focus {
-webkit-box-shadow: inset 0 0 0px 0px #b6b6b6 !important;
box-shadow: inset 0 0 0px 0px #b6b6b6 !important;
}

.k-tabstrip-items .k-loading {
border: none !important;
}

.k-tabstrip-items .k-item {
border: none !important;
}
.k-filter-menu .k-button.k-primary {
    color: var( --global-border-light) !important;
    border-color: rgba(0,0,0,.2) !important;
    background-color: var( --brand-main-backgroundcolor-indicator) !important;
}

.k-filter-menu .k-filter-menu-container .k-picker.k-dropdownlist, .k-filter-menu .k-filter-menu-container .k-textbox.k-input {
border: 1px solid var(--global-dropdown-border) !important;
margin: 5px 0;
}

.k-filter-menu .k-action-buttons .k-button {
    color: var( --global-border-light) !important;
    border-radius: 4px !important;
    border-color: rgba(0,0,0,.2) !important;
    background-color: var( --brand-main-backgroundcolor-indicator) !important;
}
.k-filter-menu .k-action-buttons .k-button:hover {
    background: var(--brand-dark-backgroundcolor-indicator) !important;
    color: var(--global-text-light) !important;
    border: none !important;
}

.k-group,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-widget .k-status,
.k-calendar th,
.k-dropzone-hovered,
.k-widget.k-popup {
    background: var(--brand-default-light-background) !important;
    border: none !important;
}

.k-tabstrip .k-tabstrip-items-wrapper {
width: 100%;
}

.k-tabstrip:focus {
box-shadow: none;
}

.k-tabstrip-content:focus{
outline:none!important;
}
.k-list-item.k-focus, .k-list-item:focus{
    box-shadow:none;
}
/*kendo dropdown common  code*/
.single-student__dropdown .k-widget.k-dropdown {
    width: 230px !important;
}
/*kendo dropdown common  code*/


/*Start :_OneStudentLookup.cshtml : I*/
#grdSingleStudentList.k-grid .k-header, #grdAllReportsList.k-grid .k-header {
    display: none;
}

#grdSingleStudentList.k-grid tr {
    cursor: pointer;
}

.k-grid-norecords-template {
    border: none !important;
}

.k-grid-norecords {
    height: 0% !important;
    margin-top: 20px;
}

.k-grid-norecords-template {
    margin-left: -21px !important;
    margin-top: 10px !important;
    position: static!important;
}
/*End :_OneStudentLookup.cshtml*/
.k-loading-image {
    background-image: url(../Images/Loader-no-bg.GIF) !important;
    background-size: 25px 25px;
}
.k-button-solid-base, .k-button-solid-base:hover {
    background-color: transparent!important;
}
.k-pager-wrap {
    display:flex!important;
}
/*End :_OneStudentLookup.cshtml*/


.k-button-solid-base,.k-button-solid-base:hover {
    background-color: transparent !important;
}
.k-input.k-focus, .k-input:focus, .k-widget.k-input.k-focus, .k-widget.k-input:focus{
    box-shadow:none!important;
}
.k-datepicker .k-input-button {
    width:40px;
}
.k-datepicker .k-input-button .k-icon.k-i-calendar {
    height: 24px !important;
    width: 24px !important;
}
.k-grid-filter.k-active .k-icon.k-i-filter {
    position:relative;
}
.k-grid-filter.k-active .k-icon.k-i-filter:after {
    content: "\2713" !important;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    font-size: 6px;
    color: var( --global-border-light);
    z-index: 999999999;
    text-indent: 1px;
    border: 1px solid var( --global-border-light);
    border-radius: 20px;
}

.k-grid-norecords-template {
    margin-left: 20px !important;
    width: auto;
}
.k-detail-cell .k-widget table thead tr th:nth-child(2),
.k-detail-cell .k-widget table tbody tr:last-child td:nth-child(2) {
    border-radius: 0px !important;
}
.k-detail-cell .k-widget table thead tr th:nth-child(1)
 {
    border-top-left-radius: 5px !important;
}
.k-detail-cell .k-widget table tbody tr:last-child td:nth-child(1) {
    border-bottom-left-radius: 5px !important;
}
.k-grid-content-expander {
    height:0px;
}
.k-checkbox::before {
    content:none;
}
.k-checkbox:checked::before, .k-checkbox::before {
    transform:none;
}
.k-checkbox:focus {
    box-shadow: none !important;
    border: 1px solid #c5c5c5;
}
.k-checkbox:active, .k-checkbox:checked {
    background-color: var(--brand-light-backgroundcolor-indicator);
    border: 1px solid var(--brand-tabs-component-background) !important;
    background-image: url(../Images/AdminPlus/save-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 2px;
    -moz-border-radius: 2px;
    outline: none;
}
.k-multicheck-wrap {
    max-height:190px!important;
}
.k-tabstrip-content, .k-panelbar-content {
    height: 100% !important;
    overflow: auto;
}

#grdSingleStaffList.k-grid .k-header, #grdAllReportsList.k-grid .k-header {
    display: none;
}

#grdSingleStaffList.k-grid tr {
    cursor: pointer;
}


.controlDisabled {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}