<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li.capacity-nav-item {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 18pt;
}

.login {
    display: flex;
    font-family: sans-serif;
    height: 90vh;
}

.login form {
    display: flex;
    flex-direction: column;
    width: 300px;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    margin: auto;
    padding: 16px;
    background-color: #f5f5f5;
}

.login form .title {
    font-size: 26pt;
    align-self: center;
    margin-bottom: 16px;
}

.login form input {
    margin: 8px;
    border: none;
    border-bottom: 1px solid #f67634;
    background-color: #f5f5f5 !important;
}

.login form button {
    padding: 6px 12px;
    background-color: #f67634;
    border: 0;
    color: white;
    border-radius: 4px;
    margin: 8px;
    cursor: pointer;
    width: 40%;
    align-self: center;
}

.error-message {
    color: #D8000C;
    background-color: #FFBABA;
    margin: 4px;
    padding: 6px;
    align-self: center;
    border-radius: 2px;
}

.edit {
    display: flex;
    flex-direction: column;
}

.edit .form-group {
    padding: 2px 16px 2px 16px;
}

.edit .form-group label {
    width: 140px;
    margin-right: 16px;
    display: inline-block;
}

.edit .form-group input {
    width: 60%;
    display: inline-block;
}

.edit .form-group select {
    width: auto;
    display: inline-block;
}

.edit .form-group input[type=checkbox] {
    width: 20px;
}

.field {
    padding-bottom: 16px;
    font-size: 12pt;
}

.field .value {
    /*border-top: 2px solid;*/
}
.user {
    font-size: 12pt;
    right: 50px;
}

body {
    font-size: 12px;

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 52px 1fr;
    grid-template-areas:
        "nav"
        "main";
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}



body &gt; .title {
    display: flex;
    grid-area: title;
    padding-left: 24px;
    font-size: 24pt;
    align-self: end;
    margin-bottom: 5px;
}

body &gt; .title .titletext {
    padding-right: 8px;
}

body &gt; .title .btn {
    font-size: 12pt;
    padding: 7px;
}

.user {
    color: white;
    display:flex;
    flex-direction: column;
    font-size: .5em;
}

.user a {
    color: #00ffff !important;
}

nav {
    background-color: #404040;
    display: flex;
    flex-direction: row;
    font-size: 2em;
    padding: 5px 15px 5px 15px ;
    color: white;
    grid-area: nav;
}

nav .title {
    flex-grow: 1;
}

    nav a {
        color: white;
        border-radius: 1px;
        margin: 0px 15px 0px 15px;
        padding: 0px 15px 0px 15px;
        text-decoration: none;
    }

        nav a:hover {
            color: #404040;
            text-decoration: none;
            background-color: #e8e8e8;
        }


        nav a.active {
            color: #212529;
            background-color: #909090;
        }


nav2 a:hover, nav2 a:active, nav2 a.open{
    background-color: #e8e8e8;
}


main {
    grid-area: main;
    overflow: scroll;
    padding: 10px;

    display: flex;
    flex-direction: column;
}



.k-state-selected &gt; a.k-link {
    color: inherit;
    font-weight: bold;
}




#thirteenWeekCapacityGrid .k-grid-header-wrap &gt; table,
#thirteenWeekCapacityGrid .k-grid-content table,
#thirteenWeekCapacityGrid .k-virtual-scrollable-wrap table {
    min-width: 1200px;
}

    #thirteenWeekCapacityGrid .k-grid-header-wrap &gt; table &gt; thead &gt; tr:nth-child(1) &gt; th {
        background-color: #454545;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    #thirteenWeekCapacityGrid .k-grid-header-wrap &gt; table &gt; thead &gt; tr:nth-child(2) &gt; th,
    #thirteenWeekCapacityGrid .k-grid-header-wrap &gt; table &gt; thead &gt; tr:nth-child(2) &gt; th &gt; a.k-link:link {
        background-color: #737373;
        color: white;
        text-align: center;
    }

#thirteenWeekCapacityGrid .k-grid-footer-wrap tr.k-footer-template,
#thirteenWeekCapacityGrid .k-grid-footer-wrap tr.k-footer-template &gt; td {
    background-color: #737373;
    color: white;
    font-weight: bold;
    text-align: center;
}

.consultant-header {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: max-content max-content max-content auto;
    grid-template-areas: "consultant-date1 consultant-date2 . .";
    column-gap: 15px;
    margin-bottom: 5px;
}

.consultant-date1 {
    grid-area: consultant-date1;
    align-self: end;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1;
}

.consultant-date2 {
    grid-area: consultant-date2;
    font-size: 16px;
}

.date-controls {
    margin-top: 19px;
}

.color-view-header {
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 10px;
}

.view-select-container {
    margin-top: 20px;
    font-size: 16px;
    float: left;
}

.color-legend {
    float: right;
    border-spacing: 4px;
}

    .color-legend td {
        padding: .2em .6em
    }

.color-legend-header {
    font-weight: bold;
}

.color-cell {
    display: block;
    margin: -.6em;
    padding: 4.3px;
    text-align: center;
}

.above-goal-1 {
    background-color: #C0D1FF;
}

.above-goal-2 {
    background-color: #FECCAD;
}

.below-goal-1 {
    color: white;
    background-color: #6370FA;
}

.below-goal-2 {
    color: white;
    background-color: #FE6100;
}

.week-total {
    display: inherit;
    text-align: left;
}</pre></body></html>