﻿@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

/* login */
#login-page {
    background: #f5f6f8;
    max-width: 600px;
    margin: 5vh auto;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}

    #login-page h1 {
        width: 30%;
        border-right: solid 1px #ccc;
        margin: 0 20px 0 0;
    }

    #login-page section {
        width: 100%;
    }

#components-reconnect-modal, #reconnect-modal {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 300px;
    text-align: center;
    margin: auto;
    z-index: 999;
    font-size: 10px;
}

#components-reconnect-modal {
    display: none;
    transition: visibility 0s linear 1000ms;
}

    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected {
        display: block;
    }

.goog-te-combo {
    width: 175px;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.editor-comments {
    background-color: cornsilk;
    bottom: 0;
    border-radius: 0;
    height: 100%;
    max-height: 60px;
    position: sticky;
    width: 100%;
}

.popup-note {
    background-color: #fff5ce;
}

#reconnection-message {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff36;
    z-index: 999;
}

    #reconnection-message span {
        border: 8px solid #f3f3f3;
        border-top: 8px solid #3498db;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 2s linear infinite;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tempMsg {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 125%;
    background: #fff;
    border: solid 2px #2b4d7b;
    padding: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    box-shadow: 0 4px 8px var(--kendo-color-base, #dee2e6);
}

    .tempMsg input {
        display: block;
        margin: 20px auto 0;
        padding: 0 20px;
    }

.demo-notification {
    position: absolute;
    z-index: 9999;
}

    .demo-notification .k-notification {
        width: 530px;
    }

.notification-parent {
    position: relative;
    height: 270px;
}

.custom-notification {
    max-height: 90%;
    top: 5% !important;
    overflow: auto;
    z-index: 99999;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    padding: 1em;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    margin: 1em 0;
}

#versionComparisonContent {
    padding: 20px;
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 240px);
    border: solid 1px #ccc;
    margin-top: 20px;
}

.versions-window {
    max-height: 90vh !important;
    max-width: 90vw !important;
    min-height: 400px !important;
    min-width: 600px !important;
}

    .versions-window .k-window-content {
        overflow: hidden !important;
    }

.version-comparison-wrapper {
    display: inline-block;
    width: calc(50% + 210px);
}

/* LEGACY CSS */
#versionComparisonContent,
#content {
    font-family: Arial, sans-serif !important;
}

    #versionComparisonContent p,
    #content p {
        margin-bottom: 10px !important;
    }

        #versionComparisonContent p input[type="checkbox"],
        #content p input[type="checkbox"] {
            margin: 0 5px 0 7px;
        }

    #versionComparisonContent table[border="1"] td,
    #content table[border="1"] td {
        border: solid 1px #000;
    }

table td {
    vertical-align: top;
}

table.table.layout-table {
    border-bottom-color: #fff;
}
/* END LEGACY */
html, body {
    font-family: "Assistant", sans-serif;
    font-size: 15px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    top: 0 !important;
    width: 100%;
}

#NewUnpubSections {
    border-top: solid 1px #ccc;
    margin-top: 10px;
    padding-left: 10px;
    position: relative;
}

.add-new-unpub {
    position: absolute !important;
    top: 0;
    right: 0;
}

p.new-unpub {
    font-family: "Assistant", sans-serif;
    margin: 6px 0 0 0 !important;
    user-select: none;
}

.expandCollapse {
    color: #000 !important;
    background: var(--kendo-color-base, #dee2e6);
}

.revHistLink {
    background-color: #fff !important;
    background: #fff !important;
}

#NewUnpubSections p {
    border: none;
    color: #000;
    font-size: 1rem;
    text-transform: uppercase;
}

.expandCollapse {
    padding: 0 5px !important;
    border: none;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 80% !important;
    cursor: pointer;
    color: #000;
}

#primary-toolbar {
    text-align: right;
    float: right;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

#pls {
    color: #fff;
    font-size: 250%;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#content-container {
    height: calc(100% - 100px);
    width: 100%;
}

.pane-content {
    height: 100%;
}

div#search-container {
    background: var(--kendo-color-base, #dee2e6);
    padding: 5px;
    display: flex;
    position: relative;
    z-index: 200;
}

    div#search-container .k-input-inner {
        text-transform: uppercase;
        font-size: .9rem;
    }

#search-container input[type="text"] {
    width: calc(100% - 50px);
    padding: 5px 10px;
}

    #search-container input[type="text"]:focus-visible {
        outline-color: #3284c4;
        outline-style: inset;
        outline-width: 1px;
    }

#search-container ul {
    list-style-type: none;
    padding: 0;
    position: absolute;
    top: 39px;
    background: #fff;
    width: calc(100% - 74px);
    border-right: solid 1px #ababb6;
    border-left: solid 1px #ababb6;
    border-bottom: solid 1px #ababb6;
    margin-top: -3px;
}

    #search-container ul li {
        padding: 5px 10px;
        cursor: pointer;
    }

        #search-container ul li:hover {
            background-color: #eee;
        }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

#sidebar, #main {
    background-color: #fff;
    overflow: hidden;
    height: 100%;
}

#page-container {
    align-content: flex-start;
    height: calc(100% - 25px);
}

#content table td {
    height: 20px;
}

    #versionComparisonContent table td p, #content table td p {
        margin: 21px 0;
    }

        #versionComparisonContent table td p:first-child, #content table td p:first-child {
            margin-top: 0;
        }

footer {
    border-top: solid 1px #ccc;
    background: var(--kendo-color-base, #dee2e6);
    padding: 3.5px 10px;
    font-size: .7rem;
    text-transform: uppercase;
    height: 25px;
    position: relative;
    z-index: 100;
}

    footer .poweredby {
        text-align: right;
    }

    footer a {
        color: #000;
    }

#hitListWrapper {
    height: calc(100vh - 205px);
}

    #hitListWrapper.mds-active {
        height: calc(100vh - 244px);
    }

    #hitListWrapper .k-listview {
        height: 100%;
    }

    #hitListWrapper .k-button-text {
        padding: 5px;
        display: block;
    }

#mds-select-wrapper .mds-select-list {
    border-radius: 0;
    border-top: solid 3px #3c7bad !important;
    border-bottom: solid 2px #3c7bad !important;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    color: #ffffff;
    background-color: #18639e !important;
}

#treeview-container {
    height: calc(100% - 45px);
}

.k-tabstrip {
    height: 100% !important;
}

.k-tabstrip-content {
    height: 100% !important;
    padding: 0 !important;
}

#login {
    text-align: right;
}

button.signoutlink {
    text-transform: uppercase;
    border: none;
    background-color: var(--kendo-color-base, #dee2e6);
}

    button.signoutlink:hover {
        text-decoration: underline;
    }

iframe {
    font-family: Arial;
}

.revHistLink {
    background: #fff !important;
    border: none !important;
    border-top: solid 1px #ccc !important;
    width: 100% !important;
    text-align: left !important;
    border-radius: 0 !important;
    margin-top: 10px !important;
    display: block !important;
    text-transform: uppercase !important;
    border-bottom: solid 1px #ccc !important;
}

    .revHistLink:hover {
        background: var(--kendo-color-base, #dee2e6) !important;
    }

    .revHistLink.selected {
        background: var(--kendo-color-base, #dee2e6) !important;
    }

.revHistPdf {
    border: solid 1px #9E9E9E;
    padding: 5px 10px 8px;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
    background: var(--kendo-color-base, #dee2e6);
    transition: all .5s .5s;
}

    .revHistPdf:hover {
        background: #ced3db;
    }

.TTShow {
    transition: all .2s;
}

#toolbars-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: var(--kendo-color-base, #dee2e6);
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

#secondary-toolbars-container {
    display: flex;
    justify-content: space-between;
}

#main-toolbar, #primary-toolbar, #admin-toolbar {
    height: 35px;
    background-color: var(--kendo-color-base, #dee2e6);
}

#admin-toolbar {
    border-left: solid 1px #ccc;
}

.k-button-md.k-icon-button .k-button-icon.k-svg-icon > svg, .k-button-md.k-icon-button .k-button-icon.k-icon-md > svg {
    width: 20px !important;
    height: 20px !important;
}

.tv-section-header {
    background: var(--kendo-color-base, #dee2e6);
    color: #000;
    padding: 10px;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 1px;
    text-align: center;
    height: 40px;
    border-bottom: solid 1px #ccc;
}

.fadeOut {
    opacity: 0;
    transition: all 1s 1s;
}

.toolbar-button {
    border-radius: 0;
    height: 34px;
    margin: auto 1px;
    position: relative;
}

    .toolbar-button.button-checked span::after {
        content: "☑";
        position: absolute;
        color: blue;
        top: -5px;
        right: -5px;
        background-color: var(--kendo-color-base, #dee2e6);
    }

#login {
    text-align: right;
    padding: 6px 8px;
    float: right;
    background: var(--kendo-color-base, #dee2e6);
    ;
}

    #login button {
        border: none;
        font-size: .8rem;
        text-transform: uppercase;
        color: #000;
        text-decoration: underline;
        background: inherit;
    }

        #login button:hover {
            text-decoration: none;
        }

.k-treeview {
    padding: 10px;
}

.sectionMeta .k-input-md .k-input-inner, .sectionMeta .k-picker-md .k-input-inner {
    padding-block: .1rem !important;
    padding-inline: .5rem !important;
}

.sectionMeta .k-button-md.k-icon-button .k-button-icon {
    min-height: 1rem;
}

.sectionMeta .k-picker {
    border-radius: 0;
}

.sectionMeta a {
    display: none;
}

.sectionMeta {
    padding: 5px;
    background: var(--kendo-color-base, #dee2e6);
    font-size: 12px;
    text-transform: uppercase;
}

.metaFieldData span {
    display: block;
}

.k-picker-solid {
    border-color: #c7c7c7 !important;
    color: #212529;
    background-color: #fff !important;
}

div #content {
    height: calc(100% - 35px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
}
/* STANDARD VIEW */

#content .mobile {
    display: none;
}

#contentText td {
    height: 20px;
}

#divFaveSections, #divFaveSearches {
    padding-left: 10px;
}

    #divFaveSections span, #divFaveSearches span {
        color: red;
        font-weight: bold;
        cursor: pointer;
    }

#divSrchMsg {
    padding-bottom: 10px;
}

.tableBorder {
    border-collapse: collapse;
}

    .tableBorder, .tableBorder td {
        border: 1px solid #000;
        padding: 3px;
    }

        .tableBorder thead td {
            font-weight: bold;
        }

        .tableBorder td:nth-child(2) {
            white-space: nowrap;
        }


#searchHelpImg {
    background-color: #fff;
    padding: 3px;
    margin-left: -5px;
    vertical-align: top;
    cursor: pointer;
}

#btnSearch, #btnSearchHelp, #btnClearSearch, #btnShowMDS {
    background-color: var(--kendo-color-base, #dee2e6);
    padding: 3px;
    border-radius: 0px;
    border: solid 1px #c9cdd1;
    margin: 0;
    transition: all .2s .2s;
}

#btnShowMDS {
    border: solid 1px #444 !important;
}

    #btnShowMDS .k-button-text {
        font-size: 12px;
        padding: 0 3px;
    }

#search-container .mds-container ul {
    border: none;
    margin: 0;
    position: relative;
    top: auto;
    width: 100%;
}

    #search-container .mds-container ul li {
        border-left: solid 7px #fff;
        border-radius: 0;
        border-top: none;
        padding: 4px 0 3px;
        width: 100%;
    }

#search-container .mds-container .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, #search-container .mds-container .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    border-top: none;
    border-left: solid 7px #18639e;
}

#btnSearch:hover, #btnSearchHelp:hover {
    background-color: #ced3db;
}

#search-container .k-animation-container.telerik-blazor.k-animation-container-shown {
    right: 69px;
    width: calc(100% - 75px);
    border-radius: 0 !important;
    height: auto;
    border-right: solid 1px #444;
    border-left: solid 1px #444;
    border-bottom: solid 1px #444;
    left: auto !important;
}

#treeview-container .k-animation-container {
    z-index: 100;
}

span.telerik-blazor.k-button-icon.k-icon.k-svg-icon.k-svg-i-filter-clear {
    position: relative;
}

    span.telerik-blazor.k-button-icon.k-icon.k-svg-icon.k-svg-i-filter-clear svg {
        display: none;
    }

    span.telerik-blazor.k-button-icon.k-icon.k-svg-icon.k-svg-i-filter-clear::before {
        content: '×';
        position: absolute;
    }

span.k-datepicker.telerik-blazor.k-input.k-input-md.k-input-solid.k-rounded-md {
    width: 180px !important;
}

.pressplus-header h1 {
    color: #fff;
    font-weight: normal;
    margin: 0;
}

select#dropDistStatuses {
    font-family: 'Assistant';
    padding: 6px;
    border-radius: 0;
    border: solid 1px #ccc;
    outline: none;
    margin: 15px 0;
}

.mds-checklist {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 300px);
    border-top: solid 2px #ccc;
}

    .mds-checklist div {
        padding: 0 18px 4px;
        font-size: 14px;
        white-space: nowrap;
    }

.mds-checklist {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 300px);
    border-top: solid 2px #ccc;
}

    .mds-checklist div {
        padding: 0 18px 4px;
        font-size: 14px;
        white-space: nowrap;
    }

        .mds-checklist div label {
            padding-left: 4px;
        }

        .mds-checklist div.mds-selectall {
            padding: 4px 18px;
            background-color: #e5eaef;
            font-size: 13px;
            text-transform: uppercase;
            border-bottom: solid 1px #bbc5ce;
            color: #000;
        }

.k-popup.mds-container {
    border-radius: 0;
    border: none;
}

span.k-chip-label.k-text-ellipsis {
    font-size: 14px;
}

button.telerik-blazor.k-button.select-all-districts.k-button-link.k-rounded-md.k-button-md.k-button-link-base {
    padding: 0 12px;
    border: none;
    background-color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    color: #6c757d;
}

button:focus:not(:focus-visible),
button:focus-within {
    outline: rgb(0 83 148) solid 1px !important;
    outline-offset: -2px;
}

#dropBooks_sl {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 22px;
    margin-left: -5px;
    border: none;
    width: 16px;
}

input[readonly="readonly"] {
    background-color: #E0E0E0;
    font-style: italic;
}

header {
    width: 100%;
    position: relative;
    height: 100px;
}

.logo {
    position: relative;
    z-index: 1000;
}

.divTerms {
    font-size: 12px;
    margin: 12px 8px 0 8px;
}

    .divTerms a {
        color: #000;
        text-decoration: none;
    }

        .divTerms a:hover, .divTerms span:hover {
            color: #7F0000;
            text-decoration: underline;
            cursor: pointer;
        }

.logo {
    float: left;
}

.logoTitle {
    font-family: Times;
    font-size: 30px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 1%;
}

.SearchDiv {
    width: 420px;
    height: 30px;
    padding-bottom: 2px;
}

.HitListFooter {
    margin: 0 auto;
    display: table;
    margin-top: 3px;
}

.HitListHeader {
    margin: 0 auto;
    display: table;
}

.HitListCounterBtn {
    font-size: 14px;
    padding: 3px;
    cursor: pointer;
}

    .HitListCounterBtn:hover {
        color: red;
    }

.SearchHeader .button, .HitListFooter .button {
    float: left;
    margin: 0 3px 3px 0;
}

.leftBox {
    height: calc(100vh - 75px);
    width: 420px;
    display: inline-block;
    float: left;
    margin-right: 3px;
    box-sizing: border-box;
}

.search_field {
    display: inline-block;
    background-color: #F7F7F7;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    width: calc(100% - 70px);
    padding: 1px 1px 1px 4px;
}

    .search_field input {
        border: none;
        font-size: 16px;
        background-color: #F7F7F7;
        width: 100%;
        margin-right: -50px;
        padding: 0;
    }

        .search_field input:focus {
            outline: 0;
        }

.SearchDiv a {
    color: #FFF;
    font-size: 10px;
}

.search_field button {
    border: none;
    background: none;
}

.content {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    background-color: #F7F7F7;
    padding: 3px;
    height: calc(100% - 69px);
    top: -33px; /*AI*/
    position: relative; /*AI*/
}

#divBreadcrumb {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: .7rem;
    background: #ebedf1;
}

    #divBreadcrumb .k-breadcrumb {
        background: #ebedf1;
    }

    #divBreadcrumb a {
        padding: 4px;
        display: inline-block;
        height: 24px;
        cursor: pointer;
        text-decoration: underline;
        color: #000;
        font-size: 13px;
    }

.k-splitbar:focus, .k-splitbar.k-focus {
    color: #000 !important;
    border: solid 2px #18639e;
}

.buttonGroupLeft {
    float: left;
    margin-bottom: 3px;
}

    .buttonGroupLeft .button {
        margin-right: 3px;
    }

.buttonGroupRight {
    float: right;
}

    .buttonGroupRight .button {
        margin-left: 3px;
    }

.buttonGroupCenter {
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.button {
    height: 16px;
    width: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    float: right;
    padding: 3px;
    cursor: pointer;
}

    .button:hover {
        border: 1px solid #777777;
    }

    .button a img {
        border: none;
        outline: none;
        padding: 3px;
    }

.archiveCrumbs {
    white-space: nowrap;
    font-size: 10px;
}

.archiveLinks {
    margin-left: 10px;
}

.tpScroll {
    overflow-y: auto;
}

.hitHilight {
    background-color: #ffe300;
    border: solid 1px #ffa500;
}

.rollout-sections {
    display: flex;
    height: calc(100% - 60px);
    overflow: hidden;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.rollout-grid,
.rollout-available {
    height: 100%;
}

    .rollout-grid .k-grid,
    .rollout-available .k-grid,
    .rollout-select .k-grid {
        height: calc(100% - 32px)
    }

#dash-wrapper.standard {
    padding: 20px;
}

#content #dash-wrapper td p {
    margin: 0 !important;
}

#content #dash-wrapper td {
    min-height: none !important;
}

    #content #dash-wrapper td::before {
        display: none !important;
    }

.pnlHitListCounter {
    float: left;
    padding: 0 15px 0 15px;
}

#txtSearch {
    border: none;
    border-radius: 0px;
}


#TOCPanel div {
    /*white-space:nowrap;*/
    height: 100%;
}

.breadCrumb {
    font-size: 10px;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .breadCrumb span:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #7F0000;
    }

.attachments img {
    padding-right: 5px;
}

.attachments {
    padding-bottom: 5px;
    margin-left: 10px;
}

.archived {
    background: url('/media/archived.png');
    background-repeat: no-repeat;
    background-position: center;
}

.modelWatermark {
    background: url('/media/modelWatermark.png');
    background-repeat: no-repeat;
    background-position: center;
}

.modelWatermarkAK {
    background: url('/media/modelWatermark-orig.png');
    background-repeat: no-repeat;
    background-position: center;
}

.doc-footer {
    font: normal 16px arial;
    color: #888;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.doc-footer-answer-question {
    font: bold 16px arial;
    color: #800000;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

#versionComparisonContent .doc-footer,
#content .doc-footer {
    font-size: 16px;
    color: #616161;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.k-grid .k-table {
    line-height: 1.3;
}

h1, h2, h3 {
    color: #121212;
    font-weight: bold;
}

h1 {
    font-size: 1.4em !important;
}

h4 {
    font-weight: bold;
    font-size: 16px;
}

h5 {
    color: #222324;
    font-weight: bold;
    font-size: 16px;
}

.form input {
    width: 100%;
    margin-bottom: 10px;
}

.form {
    font-size: 16px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

#uploadifive-fuBoardMeet {
    float: left;
}

#uploadifive-fuBoardMeet-queue {
    clear: both;
    padding-top: 10px;
}

.pointer {
    cursor: pointer;
}

.roDelBook {
    color: red;
    cursor: pointer;
    font-weight: bold;
}

.polRolloutTarget {
    width: calc(100% - 6px);
}

tr {
    padding-top: 8cm;
}

/*Translate code*/

#translateNote {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.74);
    color: #fff;
    font-size: .65rem;
    height: 15px;
    text-align: center;
    text-transform: uppercase;
}

/*Ends here*/

#btnFavorite {
    transition: all 0s .3s ease-in-out;
}

    #btnFavorite:active {
        color: #dd0000eb;
    }

#DirectLink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 225px auto auto auto;
    width: 90%;
    max-width: 600px;
    height: 200px;
    background-color: var(--kendo-color-base, #dee2e6);
    border: solid 1px #71757a;
    box-shadow: 0px 4px 7px rgba(0,0,0,.5);
    z-index: 9999;
}

    #DirectLink .linktext {
        display: block;
        text-align: center;
        font-size: 125%;
        margin: 50px 20px 20px;
        padding: 10px;
        background: #ebeff4;
        border: solid 1px #ccc;
        width: calc(100% - 40px);
        outline: none;
        resize: none;
    }

    #DirectLink .close-button {
        float: right;
        margin: 5px;
        z-index: 20;
    }

    #DirectLink .copy-button-wrapper {
        position: absolute;
        height: 40px;
        width: 50px;
        margin: auto;
        text-align: center;
        transition: all .2s .3s;
        cursor: pointer;
        right: 0;
        bottom: 30px;
        left: 0;
        border-color: transparent;
    }

        #DirectLink .copy-button-wrapper:hover {
            border: solid 1px #ccc;
            border-radius: 7px;
            background: #ced3db;
        }

#btnFavorite.favorite {
    color: #c80000;
}

.favorites-list {
    display: flex;
    padding: 5px 0;
}

button.inline-button {
    padding: 0;
    background: #fff;
    border: none;
    display: inline-block;
    line-height: .5;
    margin: 2px 5px 0;
    border: solid 1px #fff;
    transition: all .2s .2s;
}

    button.inline-button:hover {
        background: #ff000024;
        border: solid 1px red;
    }

.telerik-blazor.k-icon-lg.k-icon.k-font-icon.k-i-copy {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 28px !important;
    z-index: 20;
}

.copy-label {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 85%;
    top: 15px;
}

#linkCopied {
    display: none;
    text-transform: uppercase;
    font-size: 85%;
    position: absolute;
    bottom: 7px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

    #linkCopied span.k-icon {
        margin: -2px 5px 2px -5px !important;
        display: inline-block !important;
    }

#coordinator-contacts {
    padding: 20px;
    height: 100%;
}

    #coordinator-contacts .k-grid {
        height: calc(100% - 30px);
    }

#contactTable1, #contactTable2 {
    width: 600px;
    border-collapse: collapse;
}

    #contactTable1 td, #contactTable2 td {
        padding: 5px 20px 10px 10px;
        vertical-align: top;
        width: 50%;
    }

.coordinators-window .msg-go {
    padding: 5px;
    background-color: #eee;
    border: solid 1px #000;
    color: #000;
    display: block;
}

.coordinators-window div#changesSaved {
    position: fixed;
    top: 200px;
    margin: auto;
    left: 0;
    right: 0;
    width: 600px;
    text-align: center;
    background-color: #ffffff;
    padding: 50px;
    font-size: 24px;
    border: solid 1px #000;
    box-shadow: 0px 5px 10px #aaa;
}

.coordinators-window #changesSaved input {
    background-color: navy;
    color: #fff;
    border: none;
    margin: 20px 0 0;
    padding: 7px 20px;
    text-transform: uppercase;
}

    .coordinators-window #changesSaved input:hover {
        cursor: pointer;
        opacity: .8;
    }

.coordinators-window input.addmore {
    background-color: navy;
    margin: 40px auto;
    display: block;
    color: #fff;
    padding: 7px 20px;
    border: none;
}

    .coordinators-window input.addmore:hover {
        cursor: pointer;
        opacity: .7;
    }

.coordinators-window input[type=text], select {
    padding: 5px;
    width: 300px;
}

.coordinators-window .UpdatePanel1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.coordinators-window .contact-row {
    width: calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 0 50px;
}

    .coordinators-window .contact-row h4 {
        width: 100%;
    }

.coordinators-window input.cc {
    position: absolute;
    right: 3px;
    top: 18px;
}

.coordinators-window .required {
    background-color: #d80000;
    color: #fff;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: bold;
}

.coordinators-window td label {
    display: inline-block;
}

.coordinators-window .error-summary {
    display: block;
    background-color: #d80000;
    color: #fff;
    padding: 10px;
    margin: 15px 0;
    text-align: center;
}

    .coordinators-window .error-summary ul {
        display: none;
    }

.coordinators-window .contact-row h4 {
    width: 100%;
    font-size: 18px;
    margin: 15px 0 0;
    background-color: #eee;
    padding: 0 5px;
}

.coordinators-window input#btnSave, input#btnCopy {
    float: right;
    margin-right: 25px;
    padding: 7px 30px 5px;
    text-transform: uppercase;
    background-color: #4141a7;
    color: #fff;
    font-size: 16px;
    margin-top: -3px;
    border: none;
}

.coordinators-window .username {
    position: absolute;
    top: 10px;
    right: 40px;
    text-transform: uppercase;
}

.coordinators-window input#btnSave:hover, .coordinators-window input#btnCopy:hover {
    cursor: pointer;
    opacity: 7;
}

.coordinators-window div#showhide {
    padding: 10px;
    background-color: #eee;
    border: solid 1px #ccc;
    font-size: .8em;
}

.coordinators-window .check-copy {
    position: absolute;
    top: 4px;
    right: 16px;
}

    .coordinators-window .check-copy .k-checkbox-wrap {
        display: inline-block;
        position: relative;
    }

.coordinators-window .info {
    display: block;
    background-color: navy;
    color: #fff;
    padding: 10px;
    margin: 20px 0;
}

.coordinators-window .k-animation-container {
    position: relative !important;
}

.coordinators-window .info_box {
    font-weight: normal;
    font-size: 1em;
    border: solid 1px #ccc;
    padding: 10px;
    margin: 0;
    width: 100%;
    display: block;
    text-align: left;
    border-radius: 0;
    border: none;
}

.coordinators-window .info-box .k-button-text span {
    float: right;
}

.coordinators-window .info_text {
    position: relative;
    padding: 10px;
    background-color: #f6f8fa;
    border: solid 1px var(--kendo-color-base, #dee2e6);
    font-size: .8em;
}

.coordinator-edit-wrapper {
    align-content: flex-start;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

    .coordinator-edit-wrapper .coordinator-contact {
        padding: .35em .75em .625em;
        position: relative;
        width: calc(25% - 20px);
    }

    .coordinator-edit-wrapper .coordinator-contact-policy-checkboxes legend {
        background-color: unset;
    }

    .coordinator-edit-wrapper .coordinator-contact-policy-checkboxes .k-form-field {
        margin-left: 20px;
    }

    .coordinator-edit-wrapper .coordinator-contact-policy-checkboxes .k-form-field-wrap {
        margin-top: 3px;
    }

    .coordinator-edit-wrapper .k-form-field {
        margin-top: 0;
    }

    .coordinator-edit-wrapper legend {
        background-color: var(--kendo-color-base, #dee2e6);
        font-size: .9rem;
        font-weight: 500;
        padding: 2px 5px;
        text-transform: uppercase;
    }

    .coordinator-edit-wrapper button {
        border-radius: 0;
        display: block;
        margin: 5px 5px 0 0;
        padding: 4px 10px;
    }

    .coordinator-edit-wrapper .add-complaint-manager-button {
        height: 100%;
    }

    .coordinator-edit-wrapper .copy-check {
        position: absolute;
        right: 18px;
        top: 4px;
    }

.contact-cell.applyCheckboxes {
    display: flex;
    width: 100%;
    background-color: #f0f3f9;
    padding: 5px;
    margin-top: 10px;
    gap: 5px 10px;
    font-size: .9rem;
    flex-wrap: wrap;
    justify-content: center;
}

.applyCheckboxes div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.applyCheckboxes label {
    display: inline-block;
    margin-left: 5px;
    margin-top: 0;
}

.applyCheckboxes button {
    padding: 0 5px;
    border-radius: 0;
    border: solid 1px #444;
}

.remove-contact-button {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: solid 1px #444;
}

    .remove-contact-button:hover {
        color: #000;
        border: none;
    }

@media only screen and (max-width: 600px) {
    main {
        width: 100%;
    }

    #DirectLink {
        height: 300px;
    }

        #DirectLink .linktext {
            margin-top: 80px;
        }

    .copy-label {
        padding: 0 50px;
        line-height: 1.2;
    }
}

.archiveTOC .k-grid-header {
    display: none;
}

.archiveTOC .k-table-td {
    cursor: pointer;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    border-radius: 0;
    border-top: solid 3px var(--kendo-color-base, #dee2e6);
    margin-right: 1px;
}

    .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
        border-top: solid 3px #18639e;
        border-radius: 0 !important;
    }

.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-focus {
    box-shadow: none !important;
}

#goog-gt-tt {
    display: none !important;
}

#e-policy {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    z-index: 9999;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
}

.logoWrapper {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center;
    margin: 15px 0;
    text-align: center;
}

    .logoWrapper::before {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        right: 0;
        padding: 0 5px 2px;
        position: absolute;
        top: 0;
        z-index: 20000;
    }

    .logoWrapper.development::before {
        background: #38761d;
        content: "V3 DEV";
    }

    .logoWrapper.staging::before {
        background: #ff9800;
        content: "V3 STAGING";
    }

    .logoWrapper.production::before {
        display: none;
    }

h1.logoWrapper .titleText {
    font-weight: 500;
    font-size: 2.5rem;
    display: block;
    text-align: center;
    color: #fff;
}

h1.logoWrapper a {
    text-decoration: none;
    color: #fff;
}

    h1.logoWrapper a:hover {
        text-decoration: underline;
        color: #fff;
    }

.logoImage {
    display: inline-block;
    height: 80px
}

/* alias-specific styles */

.logoWrapper.illinois {
    left: 15px;
    position: absolute;
    text-align: left;
    top: -10px;
}

    .logoWrapper.illinois .logoImage {
        margin: -5px 0 0 20px;
    }

.pressplus-header.illinois h1 {
    color: #0054a1 !important;
    font-weight: bold;
}

h1.logoWrapper.illinois_pressplus,
h1.logoWrapper.illinois_press_ap_plus {
    margin: auto 0 auto 15px;
}

h1.illinois_pressplus,
h1.illinois_press_ap_plus {
    justify-content: left;
}

    h1.illinois_pressplus img,
    h1.illinois_press_ap_plus img {
        margin-right: 15px;
    }

    h1.illinois_pressplus::after {
        content: "PRESS Plus";
    }

    h1.illinois_press_ap_plus::after {
        content: "PRESS AP Plus";
    }

    h1.illinois_pressplus::after,
    h1.illinois_press_ap_plus::after {
        border-left: solid 1px #0054a1;
        color: #0054a1;
        display: inline-block;
        font-size: 40px;
        font-weight: 500;
        margin-top: 30px;
        padding-left: 15px;
    }

/* end alias-specific styles */

#versionComparisonContent,
#content {
    line-height: 1.6;
}

    #versionComparisonContent p,
    #content p {
        margin: 15px 0 20px;
    }

    #versionComparisonContent h5,
    #content h5 {
        margin-top: 20px;
    }

.initialContent {
    position: fixed;
    z-index: 9999;
    background: var(--kendo-color-base, #dee2e6);
    padding: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.termCountTable table {
    border-collapse: collapse;
    margin: 10px 5px;
}

    .termCountTable table th,
    .termCountTable table td {
        border: solid 1px #ced3db;
        padding: 2px 5px;
        font-size: .85rem;
    }

    .termCountTable table th {
        text-transform: uppercase;
        font-weight: 600;
    }

.hitListLink {
    cursor: pointer;
}

    .hitListLink:hover {
        text-decoration: none;
    }

.k-form .k-form-field-wrap {
    text-align: left;
}

.k-tabstrip-items .k-link {
    padding-block: 1px 10px !important;
}

.k-list-item.k-focus, .k-focus.k-list-optionlabel {
    box-shadow: none;
    background: var(--kendo-color-base, #dee2e6);
    border: solid 1px #c8cacd;
}

.hitListContainer {
    padding: 10px;
    border: solid 1px #fff;
    border-bottom: solid 1px #dadee3;
    transition: all .2s .2s;
}

    .hitListContainer:hover {
        cursor: pointer;
        border: solid 1px #eef2f8;
        background-color: #dadee3;
    }

    .hitListContainer.selected {
        border: solid 1px #dadee3;
        background-color: #eef2f8;
    }

#SaveThisSearch {
    font-size: .85rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden; /* Ensures the pseudo-element doesn't extend outside */
}

.favorites-header {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

#google_translate_element {
    display: none;
    float: left;
    z-index: 90;
}

/* hides unneeded google translate UI */
.skiptranslate iframe {
    display: none !important;
}

.goog-te-gadget {
    height: 50px;
    overflow: hidden;
    line-height: 0;
}

    .goog-te-gadget .goog-te-combo {
        margin: 4px 0 0 !important;
    }

.dialog {
    position: fixed;
    top: 20%; /* Adjust as needed */
    left: 50%;
    margin-left: -150px; /* Half of the width */
    background-color: #fff5ce;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 300px; /* Ensure margin-left is half of this */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    cursor: move;
    z-index: 1050;
}

    .dialog .modal-content {
        background-color: inherit;
        border: none;
    }

#showFootnote {
    position: absolute;
    left: 10%;
    right: 10%;
    background-color: #fff5ce;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 90%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: move;
    z-index: 20050;
    max-width: 800px;
    margin: auto;
    max-height: 90vh;
    height: auto;
    display: inline-table;
}

button.linkButton {
    background: inherit;
    text-transform: uppercase;
    border: none;
}

    button.linkButton:hover {
        text-decoration: underline;
    }

div#termsConditions {
    background-color: #ffffffc4;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: auto;
    border-radius: 0;
    box-shadow: none;
}

#termsConditions .modal-content {
    background-color: #fff;
    border: solid 1px #606164;
    padding: 20px;
}

#closeFootnote, #closeTerms {
    text-transform: uppercase;
    font-size: 80%;
    width: 100px;
    margin: auto;
    border: solid 1px #575757;
    padding: 3px;
    background-color: #ffeca3;
}

button#closeTerms {
    background: #fff;
}

/* LOGIN */
.close-box {
    position: absolute;
    top: .2rem;
    right: .2rem;
    padding: 0;
    border-radius: 0;
    background-color: #0d6efd;
    color: #fff;
    border: solid 1px #0d6efd;
    padding: 0 !important;
}

    .close-box:hover {
        background: #589cff;
        border: solid 1px #fff;
    }

    .close-box .k-button-md.k-icon-button .k-button-icon {
        min-width: 1rem;
        min-height: 1rem;
    }

    .close-box .k-button-solid-base:hover, .close-box .k-button-solid-base.k-hover {
        border-color: #fff;
        background-color: #589cff;
    }

#divLoginBG {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,.8);
    z-index: 9990;
}

#divLogin {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    border: solid 1px #ccc;
    box-shadow: 0px 5px 10px #ccc;
    max-width: 400px;
    top: 20%;
}

    #divLogin .title {
        font-size: 22px;
        width: calc(100% + 40px);
        text-align: center;
        background: #0d6efd;
        color: #fff;
        margin: -20px 0 30px -20px;
        text-transform: none;
    }

.k-form-buttons.k-actions-start {
    text-align: center;
    display: block;
}

#divLogin button.close-box {
    position: absolute;
    border-radius: 0;
    background-color: #0d6efd;
    color: #fff;
    border: none;
}

    #divLogin button.close-box:hover {
        border: solid 1px #fff;
    }

#divLogin .k-checkbox-wrap {
    margin-top: -20px;
}

.no-access {
    position: absolute;
    top: 33px;
    width: 100%;
    text-align: center;
    left: 0;
    background: #ff6000;
    color: #fff;
}

#securedSignIn {
    width: 100%;
    display: block;
    text-align: center;
    margin: 20px auto -20px;
    z-index: 90;
}

.k-tabstrip-md .k-tabstrip-items .k-link {
    font-size: .85rem;
    font-weight: 600;
    padding-bottom: 4px !important;
    padding-inline: .7rem !important;
    text-transform: uppercase;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    padding-bottom: 1px;
}

    .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active:focus {
        border-top: solid 3px #18639e;
        border-right: solid 1px #000 !important;
        border-left: solid 1px #000;
        border-bottom: solid 1px #000;
    }

.k-input-solid:focus-within {
    border-color: #005394 !important;
    border-style: dashed !important;
    box-shadow: none !important;
}

#search-container .k-input-md .k-clear-value {
    padding-block: auto;
}

#search-container .k-svg-icon {
    width: 22px;
    height: 22px;
}

#hitListWrapper .hitListContainer {
    display: block;
    width: 100%;
    text-wrap: wrap;
    text-align: left;
    background-color: #fff;
    border: none;
    border-bottom: solid 1px #ccc;
    padding: 5px 5px 10px;
    line-height: 1.3;
}

    #hitListWrapper .hitListContainer.selected {
        background-color: #eef2f8;
        border-top: solid 2px #3c7bad;
        border-bottom: solid 2px #3c7bad;
    }

.autosuggest-loader {
    position: absolute;
    z-index: 50;
    color: #18639e !important;
    top: 12px;
    right: 25px;
    padding: 0 !important;
}

    .autosuggest-loader .k-loader-canvas {
        width: 0 !important;
    }

    .autosuggest-loader .k-loader-segment {
        margin-left: .2rem !important;
    }

.k-button.k-selected::before {
    opacity: .3;
}

.k-pager-numbers .k-selected {
    background: var(--kendo-color-base, #dee2e6) !important;
}

    .k-pager-numbers .k-selected .k-button-text {
        font-weight: bolder;
    }

.k-button-overlay, .k-button::before {
    background: #fff;
}
/* END LOGIN */
@keyframes ripple {
    0% {
        transform: translate(-100%, -100%);
    }

    80% {
        transform: translate(-100%, -100%) scale(50);
    }

    100% {
        transform: translate(-100%, -100%) scale(50);
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@media only print {
    #versionComparisonContent h1,
    #content h1 {
        font-size: 16px !important;
    }
}

.k-drawer-container {
    height: 100%;
    position: relative;
    width: 100%;
}

.k-drawer-content {
    font-size: 18px;
    height: 100%;
    padding: 0;
    width: 97%;
}

    .k-drawer-content h6 {
        margin-top: 15px;
    }

.custom-toolbar {
    width: auto;
    background-color: var(--kendo-color-base, #dee2e6);
    line-height: 10px;
    border-bottom: inset;
    border-bottom-width: 1px;
    padding: 3px 8px;
    position: absolute;
    top: 0;
    z-index: 99;
}

.k-drawer {
    background-color: var(--kendo-color-base, #dee2e6) !important;
}

#content-container.iasb {
    height: 100%;
}

#dash-wrapper {
    height: 100%;
    overflow-y: auto;
}

span.archive {
    position: absolute;
    right: 0px;
    top: 2px;
    width: 20px;
    text-align: center;
    z-index: 99;
}

    span.archive:hover {
        cursor: pointer;
        color: blue;
    }

.showarchive {
    margin-left: 20px;
    padding: 0;
    margin-right: 10px;
    font-weight: 400;
    display: none;
}

.archive-header {
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 80%;
    background: #cdd7e5;
    padding: 0 5px;
}

.show-archive .showarchive {
    display: block;
}

.showarchive ul {
    margin-left: 0;
    padding-left: 20px;
}

.k-filtercell .k-input {
    max-height: 27px !important;
}

#dash-drawers {
    position: relative;
    height: calc(100% - 100px);
    width: 100%;
    overflow: hidden;
}

.k-drawer-push .k-drawer {
    padding-top: 30px;
}

#dashboard .k-grid {
    height: calc(100% - 36px) !important;
}

.k-drawer-item.k-selected {
    color: #ffffff;
    background-color: #0054a1 !important;
}

#dashboard,
#manage-questions,
#manage-templates,
#manage-users,
#lockec-sections,
#locked-section-manager {
    height: 100%;
}

#manage-questions, #manage-templates, #manage-users {
    overflow-y: auto;
}

#treeview-container .k-treeview .archive {
    display: none;
}

#treeview-container .k-treeview.show-archives .archive {
    display: block;
}

#treeview-container .k-treeview.show-archives .tv-item {
    padding-right: 20px;
}

.tv-parent {
    font-weight: bold;
}

.k-table-td p {
    margin-bottom: 5px;
}

td.k-table-td {
    font-size: .9rem;
}

.k-grid .k-grid-header .k-table-th {
    font-size: .9rem;
}

.k-appbar-static {
    background-color: #f8f9fa;
}

.popup-container {
    margin-top: -1px;
    display: inline-flex;
}

.k-window {
    font-family: "Assistant", sans-serif;
    font-size: 15px;
    max-height: 95%;
}

mark.highlight {
    background-color: yellow;
    color: black;
}

    mark.highlight.current-match {
        background-color: orange;
        color: white;
        border: 1px solid black;
    }

.k-toolbar-md {
    padding-block: 0.1rem !important;
    padding-inline: 0.3rem !important;
    gap: 0.3rem !important;
}

.k-input-md.k-icon-picker .k-input-inner, .k-picker-md.k-icon-picker .k-input-inner {
    width: 1.5em;
    height: 1.5em;
    padding: 0.15rem !important;
    box-sizing: content-box;
}

#il-disclaimer-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    overflow-y: auto;
}

#il-disclaimer {
    padding: 40px 0;
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

    #il-disclaimer h1,
    #il-disclaimer input, #il-disclaimer button {
        text-align: center;
    }

    #il-disclaimer input, #il-disclaimer button {
        display: block;
        margin: 40px auto;
        padding: 10px;
    }



#btnSaveEdit {
    color: green !important;
}

#btnCancelEdit {
    color: red !important;
}

#btnSaveMoveNext {
    color: indigo;
}

.user-wizard-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
}

    .user-wizard-checks .k-form-label {
        margin-bottom: 0.5rem;
        display: flex;
        width: 32%;
        text-align: left;
        font-size: 11px;
        text-transform: uppercase;
    }

#manage-questions .k-grid,
#manage-templates .k-grid,
#manage-users .k-grid {
    height: calc(100% - 40px);
}

#locked-section-manager .k-grid {
    height: calc(100% - 140px);
}

.sectionMeta {
    padding: 5px;
    background: var(--kendo-color-base, #dee2e6);
    font-size: 12px;
    text-transform: uppercase;
}

#metaFields {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: calc(100% - 200px);
}

div #metaInfo {
    width: 180px;
    position: absolute;
    top: 40px;
    right: 10px;
    background-color: #ffffff4d;
    padding: 5px;
}

.metaFieldWrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 10px;
    min-width: 150px;
}

.k-dialog-content #locked-section-manager .k-grid {
    height: auto;
}

.draftview {
    padding: 20px;
}

.draftmeta {
    background-color: #f2f9ff;
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    padding: 15px;
    flex-wrap: wrap;
}

    .draftmeta div {
        max-width: 200px;
        font-size: 90%;
        line-height: 1.2;
    }

    .draftmeta span.title {
        font-size: 85%;
        text-transform: uppercase;
        font-weight: 600;
        white-space: nowrap;
        display: block;
    }


.draftview::before {
    content: "DRAFT";
    font-size: 8vw;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    top: 200px;
    text-align: center;
    padding: 25px 20px 0;
    color: #8eb1fc1c;
    transform: rotate(-20deg);
    width: 100%;
}

#advancedModeEditArea {
    height: calc(100% - 86px);
    width: 100%;
    position: absolute;
    top: 107px;
    left: 0;
    z-index: 90;
}

textarea#advancedEditor {
    font-family: monospace;
    font-weight: normal;
    font-size: 85%;
    resize: none;
    overflow-y: auto;
}

.k-stepper .k-step-indicator {
    border-radius: 50% !important;
}

.draftview p, .draftview ol, .draftview ul, .draftview table, .draftview img {
    position: relative;
    z-index: 1;
}

#policy-editor-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}


    #policy-editor-wrapper .main-container {
        height: calc(100% - 165px) !important;
    }

.overrideVersionDiff del,
.overrideVersionDiff ins {
    display: none !important;
}

.version-comparison-wrapper {
    display: inline-flex;
    position: relative;
    z-index: 90;
}

    .version-comparison-wrapper .k-animation-container {
        display: inline-block;
    }

    .version-comparison-wrapper .version-picker {
        height: 40px;
    }

.k-switch-label-on, .k-switch-label-off {
    display: inline;
}

.k-switch-label-on {
    color: #ffffff;
    left: 7px;
    text-transform: uppercase;
}

.k-switch-label-off {
    color: #424242;
    right: 5px;
    text-transform: uppercase;
}

/* answer questions window */

.answer-questions {
    counter-reset: question-counter;
    height: 100%;
}

    .answer-questions .answers-warning {
        color: red;
        font-style: italic;
    }

    .answer-questions .followup-question {
        padding: 0 0 2rem 0;
    }

    .answer-questions .k-list-item {
        font-family: "Assistant", sans-serif !important;
        font-size: 1rem !important;
    }

        .answer-questions .k-list-item.k-selected {
            background-color: unset !important;
            color: unset !important;
        }

    .answer-questions .k-listbox .k-list-scroller {
        border: none;
    }

    .answer-questions .k-pane {
        overflow-y: scroll;
        padding: 1rem;
    }

    .answer-questions .k-window-content {
        padding: 0;
    }

    .answer-questions .popupQuestion {
        background-image: unset;
        counter-increment: question-counter;
        cursor: unset;
    }

        .answer-questions .popupQuestion:after {
            color: darkred;
            content: "Q" counter(question-counter);
            font-family: unset;
            font-size: 80%;
            font-weight: bold;
            vertical-align: super;
        }

    .answer-questions .question {
        margin-bottom: 3rem;
    }

/* end answer questions window */

/* questions manager window */

.question-manager-popup .balloon-editor .main-container,
.question-manager-popup .balloon-editor .editor-container__editor-wrapper,
.question-manager-popup .balloon-editor .editor-container__editor {
    width: 100%;
}

.question-manager-popup .balloon-editor {
    min-height: 56px;
}

    .question-manager-popup .balloon-editor .ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
        border: none;
        box-shadow: none;
    }

    .question-manager-popup .balloon-editor .ck.ck-editor__editable_inline {
        font-family: "Assistant", sans-serif;
        padding-block: .275rem;
        padding-inline: .275rem;
    }

        .question-manager-popup .balloon-editor .ck.ck-editor__editable_inline > :first-child {
            margin-top: unset;
        }

        .question-manager-popup .balloon-editor .ck.ck-editor__editable_inline > :last-child {
            margin-bottom: unset;
        }

    .question-manager-popup .balloon-editor p {
        margin: 0;
        padding: 0;
    }

.questions-manager .question-options {
    padding: .25rem 0 .25rem .25rem;
}

.questions-manager .question-option {
    align-items: center;
    display: flex;
    margin-left: 1rem;
}

    .questions-manager .question-option input {
        padding-bottom: .5rem;
    }

    .questions-manager .question-option label {
        padding-left: .5rem;
    }

.questions-manager .question-response-item {
    align-items: center;
}

/* end questions manager window */

/* telerik styles */

.k-button, .k-input, .k-input-inner, .k-listview, .k-splitter, .k-tabstrip, .k-treeview {
    font-family: "Assistant", sans-serif !important;
}

.k-button-text {
    background-color: inherit;
}

.mds-container .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item .k-link {
    justify-content: start;
}

.k-child-animation-container {
    overflow-y: auto;
}

.k-child-animation-container, .k-autocomplete-popup {
    height: auto !important;
}

.k-filter-menu-container .k-item .k-checkbox-label[for=""]::after {
    content: "No Value";
}

.k-grid a {
    color: #0071c1 !important;
    cursor: pointer;
    text-decoration: underline !important;
}

.k-nodata {
    display: none !important;
}

.k-notification-container {
    margin: 6px 0;
}

.k-splitbar {
    background-color: #dadee3 !important;
}

.k-tabstrip-content {
    border-bottom: none !important;
    border-right: none !important;
}

.k-tabstrip-items-wrapper {
    background: var(--kendo-color-base, #dee2e6);
}

    .k-tabstrip-items-wrapper .k-item {
        color: #000 !important;
        background: #fff;
        border-right: solid 1px var(--kendo-color-base, #dee2e6) !important;
    }

.k-treeview {
    white-space: unset !important;
}

    .k-treeview .k-checkbox-wrap, .k-treeview .k-checkbox-wrapper {
        align-self: flex-start !important;
        margin-top: 5px;
    }

    .k-treeview .k-child-animation-container {
        max-height: none !important;
        overflow-y: visible;
    }

/* add treeview marker for the last tree items in a node, in trees without checkboxes */
.k-treeview-item:not(:has(span.k-treeview-toggle)):not(:has(span.k-checkbox-wrap)) .k-treeview-leaf::before {
    content: "-";
    font-size: 20px;
    left: -15px;
    position: absolute;
    top: 0;
}

.k-treeview-item .k-animation-container .k-child-animation-container .ltr {
    background: blue;
    height: 10px;
}

.k-treeview-leaf.k-selected {
    background-color: var(--kendo-color-base, #dee2e6) !important;
    border-color: #5b5b5b !important;
    border-width: 1px;
    color: #000 !important;
    font-weight: 600;
}

.k-treeview-md .k-treeview-leaf {
    border-radius: 0;
    cursor: pointer;
    padding-block: 0.15rem;
    padding-inline: 0.5rem;
    position: relative;
    width: 100%;
}

.k-treeview-toggle {
    margin-top: 2px;
}

.k-treeview-top, .k-treeview-mid, .k-treeview-bot {
    align-items: flex-start !important;
    display: flex;
    flex-direction: row;
}

.k-daterange-picker, .k-daterangepicker {
    width: fit-content;
}

/* end telerik styles*/


/* ckeditor styles */

.ck.ck-balloon-panel {
    z-index: 999999; /* force native editor popups to be on top of all content, including telerik dialogs */
}

/* end ckeditor styles */

/* archive view */

.archive-bg {
    color: #ff00001c;
    font-size: 8vw;
    font-weight: bold;
    left: 0;
    padding: 25px 20px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 150px;
    transform: rotate(-20deg);
    user-select: none;
}

#versionComparisonContent .archive-bg {
    z-index: -1;
}

.archive-content {
    z-index: 10;
}

/* end archive view*/

/* BookEditor */
/* Ensure the container span acts as an inline element */
.section-title-container {
    display: inline; /* This is typically default for span, but good to be explicit */
    white-space: nowrap; /* Prevents "Title *UPDATED" from breaking into two lines */
}

    .section-title-container[data-updated="true"]::after {
        content: " *UPDATED"; /* Note the leading space */
        color: black;
        background-color: blanchedalmond;
        font-weight: bold;
    }

/* end BookEditor styles*/


/* Smaller font sizes */
body {
    font-size: 0.875rem; /* Adjust the base font size */
}

/* Tighter spacing */
.row, .col, .card, .modal, .navbar, .dropdown-menu {
    margin: 0.5rem !important; /* Adjust margins */
    padding: 0.5rem !important; /* Adjust paddings */
}

/* Remove rounded borders */
.k-picker, .k-input-inner {
    border-radius: 0 !important; /* Remove rounded corners */
}

.k-list-content {
    font-size: .85em;
    height: fit-content !important;
    max-height: 300px;
}

.k-input-inner {
    padding-block: 0.175rem;
}

    .k-input-inner::placeholder {
        font-size: .85em;
    }

.k-list-item, .k-list-optionlabel {
    padding: 0 10px;
    font-size: .85em !important;
}

.k-stepper .k-step-error .k-step-label {
    color: inherit;
}

.k-input-value-text {
    font-size: .85em;
}

/* question manager popup window */
.question-manager-popup > .k-form-horizontal .k-form-field > .k-label, .k-form-horizontal .k-form-field > kendo-label, .k-form-horizontal .k-form-field > .k-form-label {
    width: 15%;
}

/* template manager popup window */
.template-manager-popup > .k-form-horizontal .k-form-field > .k-label, .k-form-horizontal .k-form-field > kendo-label, .k-form-horizontal .k-form-field > .k-form-label {
    width: 15%;
}

/* code editor text area */
.books-page-css-editor {
    border: 1px solid grey;
    height: 200px;
    margin: 0 1rem;
}

/* accessibility additions */
input.revHistPdf {
    border: solid 1px #222;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #fff;
    color: #000;
    padding: 8px 12px;
    z-index: 1000;
    transition: top 0.1s ease-out;
}

    .skip-link:focus {
        top: 0;
    }

.ck-content:focus-visible, .ck-content:focus {
    outline: none;
}

#content:focus-within {
    outline: solid 1px #000;
}

.sr-only { display: none; }
.table>:not(caption)>*>* { border-bottom-width: inherit; }