/* Minification failed. Returning unminified contents.
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1122,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.jitp-lock-back{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#e9e9e9;cursor:no-drop;text-align:center}.jitp-lock-panel{position:absolute;width:40%;max-width:400px;top:50%;left:50%;transform:translate(-50%,-50%);cursor:auto}#jitp-lock-logout{display:block;padding-top:8px}.jitp-lock-panel .jitp-countdown-holder{font-weight:700}.jitp-lock-panel .panel-footer{font-size:13px;padding-top:5px;padding-bottom:5px}.jitp-lock-jqpanel{background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.7);font-size:16px;font-family:lato,serif;position:relative;color:#333;border-radius:10px}.jitp-lock-jqpanel header{background:#ED2553;padding:15px 20px;color:#fff;font-size:1.5em;font-weight:600;border-radius:10px 10px 0 0}.jitp-lock-jqpanel #jitp-lock-pass{font-size:1em}.jitp-lock-jqpanel button{margin-top:20px;margin-bottom:5px;left:50%;font-family:inherit;color:#fff;background:#FF3838;outline:0;border:none;padding:5px 15px;font-size:1.3em;font-weight:400;border-radius:3px;box-shadow:0 0 10px rgba(51,51,51,.4);cursor:pointer;transition:all .15s ease-in-out}.jitp-lock-jqpanel #jitp-lock-logout{padding-bottom:8px}.jitp-lock-jqpanel footer{background:#ED2553;padding:8px 20px;color:#fff;border-radius:0 0 10px 10px}
/*-----------------------------------------------------------
    This is the main site stylesheet.
    Each group of styles are in their own region.  Please use
    CTRL+M CTRL+L to expand and collapse all regions.
-----------------------------------------------------------*/


/*#region General/Primary Classes
-----------------------------------------------------------*/

:root {
    font-size: 12px;
    --bs-body-color-rgb: 79, 120, 152;
    --bs-body-color: #4f7898;
    --bs-body-bg: #ebebeb;
    --bs-body-font-size: 12px;
    --bs-blue: #4f7898;
    --bs-primary: #4f7898;
    --bs-red: #a94442;
    --bs-danger: #a94442;
    --bs-danger-rgb: 169, 68, 66;
}

html {
    height: 100%;
    width: 100%;
    font-size: 12px;
}

body {
    /*font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #4f7898;
    background-color: #ebebeb;*/
    margin: 0;
    padding: 0;
    float: left;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: flex;
}

header, footer, nav, section {
    display: block;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.table {
    color: #4f7898;
}

h2 {
    color: #4f7898;
}

h3 {
    color: #4f7898;
}

h4 {
    color: #4f7898;
}

label {
    font-weight: bold;
}

img {
    border: none;
    margin: 0;
    max-width: 100%;
}

table {
    margin-left: auto;
    margin-right: auto;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

hgroup.title {
    margin-bottom: 30px;
    margin-top: 10px;
}

#wrap {
    min-height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#footer {
    background-color: #b0b0b0;
    color: #ededed;
    margin: 0;
    text-align: right;
}
    #footer p {
        margin: 0;
        font-size: 12px;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
    }

    #footer p a, #footer p a:hover {
        color: #ededed;
    }

#push,
#footer {
    height: 20px;
}

.text-underline {
    text-decoration: underline;
}

.bg-red {
    background-color: red;
}

.clickable { cursor: pointer; }

.hide { display: none; }
/*#endregion*/


/*#region Global Header
-----------------------------------------------------------*/
.global-header {
    margin: 0 0 30px 0;
    background-color: #4f7898;
    height: 100px;
    border-top: 25px solid #9f2222;
}

.global-nav .secondary-nav__list {
    margin-top: 0;
}

.logo:after {
    clear: both;
    content: '';
    display: table;
}

.clearfix {
    content: '';
    clear: both;
    display: table;
}

.logo {
    position: absolute;
    top: 40px;
    left: 25px;
    z-index: 2;
}

    .logo img {
        height: auto;
        position: relative;
        width: 152px;
    }

    .logo, .logo img {
        display: block;
    }

.site-name {
    margin: 0 0 0 180px;
    padding-right: 165px;
    text-align: center;
    white-space: nowrap;
}

    .site-name span {
        line-height: 75px;
        font-size: 28px;
        color: white;
    }

@media screen and (max-width:1100px) {
    .site-name span {
        font-size: 20px;
    }
}

@media screen and (max-width:900px) {
    .site-name span {
        font-size: 16px;
    }
}
/*#endregion*/


/*#region Top sub-header bar (application time, log in/out, register, and username)
-----------------------------------------------------------*/
.sub-header {
    color: white;
}

    .sub-header ul {
        padding: 0;
    }

    .sub-header .application-time li {
        display: block;
        float: left;
        text-align: left;
    }

    .sub-header .login-info li {
        display: block;
        float: left;
    }

    .sub-header li a, .sub-header span {
        font-family: Futura-PT,Helvetica,Roboto,Arial,sans-serif;
        font-size: 10px;
        font-weight: 400;
        padding: 0 25px;
        position: relative;
        line-height: 25px;
        text-decoration: none;
    }

        .sub-header li a:hover {
            color: lightgray;
        }

    .sub-header a {
        color: white;
    }

        .sub-header a:visited {
            color: white;
        }

.application-time {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
}

.login-info {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
}

.navbar-right:last-child {
    margin-right: 0;
    float: right !important;
    height: 25px;
}
/*#endregion*/


/*#region Session Timer
-----------------------------------------------------------*/
.session-timer {
    position: absolute;
    float: right;
    top: 75px;
    right: 0;
    font-weight: bold;
}
/*#endregion*/


/*#region Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd !important;
	margin: 0;
	padding: 10px;       
	position: relative;
	border-radius: 4px;
	/*background-color: #f5f5f5;*/
	padding-left: 10px !important;
    margin-bottom: 20px;
}

legend {
    color: #4f7898;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0; 
    width: auto; 
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    float: none;
    /*background-color: #ffffff;*/
}

.horizontal-radio-buttons {
    margin-top: 0.5em;
}

.horizontal-radio-buttons input[type=radio] {
    margin-right:5px
}

.vertical-checkbox-list li {
    margin-bottom: 5px;
}

.row .col-form-label.label-paragraph {
    text-align: left;
    font-size: 13px;
}

.read-only-label {
    text-align: right; 
    font-weight: bold
}

.optional-read-only-label {
    text-align: right; 
    font-weight: normal
}

/*#endregion*/


/*#region Main navigation menu
-----------------------------------------------------------*/
#linkbar {
    height: 30px;
    min-width: 650px;
    background-color: #4f7898;
    border: none;
    vertical-align: middle;
    border-top: 1px solid #365267;
    border-bottom: 1px solid #365267;
}

nav, #mainnav {
    height: 30px;
    margin: 0 auto;
    border: none;
    text-decoration: none;
    background-color: transparent;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    border-radius: 0;
    /*border-color: rgb(49, 49, 49);*/
}
    #mainnav .k-link:link, #mainnav .k-link:visited, #mainnav .k-nav-current.k-hover .k-link, #mainnav .k-state-selected>.k-link {
        color: #2e2e2e;
    }
    #mainnav .k-hover > .k-link, #mainnav .k-state-selected.k-hover > .k-link {
        background-color: #365267;
        background-image: none,linear-gradient(rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
        color: #fff;
    }
    #mainnav > .k-item>.k-link>.k-i-arrow-s {
        display: none;
    }
    #mainnav .k-item > .k-link {
        padding: .5em 1.1em .5em;
        text-decoration: none;
    }
    #mainnav .k-state-highlight, #mainnav .k-state-selected, #mainnav .k-state-selected>.k-link {
        background-color: transparent;
    }
    #mainnav .mainNavigationHelpLink, #mainnav .mainNavigationHelpLink .k-link:visited, #mainnav .mainNavigationHelpLink .k-link:link {
        margin-left: auto;
        font-weight: bold;
        color: #9f2222;
    }

/*#endregion*/


/*#region Left Navigation (SubNav)
-----------------------------------------------------------*/
td.subnav-col {
    width: 180px;
    min-width: 180px;
    background-color: #d3d3d3 !important;
    border-right: solid 1px #c0c0c0;
    text-align: left;
}

.subnav-table {
    margin-bottom: 0;
    color: #4f7898;
}

    .subnav-table > tbody > tr > td {
        padding: 0;
    }

.subnav-list {
    display: block;
}

.subnav-list > li > a {
    padding: 3px 10px;
    display: block;
}

    .subnav-list > li > a.active {
        font-weight: bold
    }

    .subnav-list > li > a:hover, .subnav-list > li > a:focus {
        background-color: #4f7898;
        color: #ebebeb;
        text-decoration: none;
    }

.subnav-list .nav-link {
    color: #337ab7;
}

.subnav-list .nav-link:hover {
    text-decoration: none;
}

.main-content-row {
    min-height: 550px;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.main-content-column {
    width: 100%;
    border-style: none;
}
/*#endregion*/

/*#region Landing Page Content
-----------------------------------------------------------*/
.messages-panel {
    border-color: #ccc;
}
.messages-panel-body {
    height: 350px;
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
}
.messages-panel ul li {
    color: #000;
    margin-bottom: 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px solid #ccc;
}
.messages-panel ul li:first-child {
    border-top: none;
    padding-top: 0;
}
.message-item p {
    margin-bottom: 0.4rem;    
}
/* make list items in a message look unested */
.message-item ul, .message-item ol {
    padding-left: 3rem;
}
.message-item ul li, .message-item ol li {
    margin-bottom: 0.4rem;    
    border-top: none;
    padding-top: 0;
}
.message-item ul li {
    list-style-type: disc;
}

.landingPage_Headers h2 {
    margin-bottom: 25px;
}

/*#endregion*/

/*#region Body content
-----------------------------------------------------------*/
.container-fluid {
    min-width: 650px;
}

.body-content-wrapper {
    flex: 1;
}

.body-content {
    padding: 5px 15px 15px 15px;
}
/*#endregion*/

/*#region Print Styles
-----------------------------------------------------------*/
@media print {
    .hide-on-print {display:none !important;}
    table { page-break-inside: auto !important; }
    tr { page-break-inside: auto; page-break-after: auto !important; }
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
}
/*#endregion*/

/*#region Bootstrap Overrides/Fixes
-----------------------------------------------------------*/
.control-label.text-left{
    text-align: left;
}

.row .col-form-label {
    font-size: 12px
}

.col-form-label {
    text-align: right;
    font-weight: normal;
}

.col-form-label.required {
    font-weight: bold;
}

label.alert {
    font-weight: bold;
    color: #9f2222;
}

.text-bold {
    font-weight: bold;
}

.dl-show-overflow dt {
    overflow: visible;
    text-align: left;
    width: 225px;
    margin-bottom: 5px;
}

.k-edit-form-container.container label.col-form-label.required,
.k-edit-form-container.container-fluid label.col-form-label.required {
    color: #333;
}

.k-selected .text-primary,
.k-selected .text-secondary,
.k-selected .text-success,
.k-selected .text-danger,
.k-selected .text-warning,
.k-selected .text-info,
.k-selected .text-light,
.k-selected .text-dark,
.k-selected .text-body,
.k-selected .text-muted,
.k-selected .text-white,
.k-selected .text-black-50,
.k-selected .text-white-50 {
    color: #fff !important;
}
/*#endregion*/


/*#region Kendo Overrides
-----------------------------------------------------------*/
input[type="checkbox"][disabled], .checkbox-group .k-checkbox:disabled + .k-checkbox-label  {
    cursor: not-allowed
}

.form-control.k-textbox {
    width: 100%;
    text-indent: 0;
}
.form-control.k-widget
{
    padding: 0;
    width: 100%;
    height: auto;
}
.k-animation-container .k-state-selected{
    background-color: #66afe9;
    font-weight: bold;
}
.k-multiselect .k-button {
    color: #333;
    border-color: #aaa;
    background-color: #ccc;
}
.k-edit-form-container, .k-window {
    /* Sets the content width of the popup edit form to the same width as the popup window */
    width: auto;
}

.k-edit-form-container .k-button {
    margin: 0 .16em;
}

.k-grid .k-command-cell > .k-button + .k-button {
    margin-left: .16em;
}

.k-popup-edit-form .row, .k-window .row {
    margin-left: 0;
    margin-right: 0;
}

.k-listview {
    margin: 1em;
    padding: 1em;
}

.k-list-optionlabel {
    font-weight: normal;
    border: 0px;
    color: #888;
}

.k-list {
    font-size: inherit;
}

.k-chip {
    font-size: inherit;
}

.pageable-grid {
    height: 350px;
}

.pageable-grid-tall {
    height: 550px;
}

.grid-height-two-rows {
    height: 175px;
}

.grid-height-two-rows .k-grid-content {
    height: 78px !important; /* Since grid height smaller than kendo default need to override kendo grid content height and inline style */
}

.grid-wholepage {
    height: 500px;
}

.k-grid input.k-checkbox+label.k-checkbox-label {
    cursor: pointer
}

span.k-tooltip {
    padding: 5px 2px;
}

#TimelineMilestoneGrid.k-grid .k-dirty {
    border-color: gray transparent transparent gray /* Changes the red editing triangle to gray for the Timeline Milestone Grid */
}

.k-tabstrip:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-widget.k-maskedtextbox .k-textbox {
    padding: 5px 10px;
}

.k-widget.k-tabstrip {
    background-color: transparent;
}

.k-content.k-state-active.k-tabstrip-content {
    outline: none;
}

.k-window-title {
    overflow: visible;
}

#ActivityCostsGrid.k-filter-row th, .k-grid-header th.k-header {
    white-space: normal;
}

.tabstrip-box-fix *,
.tabstrip-box-fix *::before,
.tabstrip-box-fix *::after {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
/*#endregion*/

/*#region Main Landing Page
-----------------------------------------------------------*/

.announcement-panel p {
    font-size: 19px;
    margin: 0;
}

.announcement-panel tr:first-child td {
    border-top: none;
}

/*#endregion*/

/*#region Validation
-----------------------------------------------------------*/
.validation-summary .validation-summary-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    display: block;
}

/*.validation-summary-errors ul {
    display: none;
}*/

.validation-summary-errors.text-danger {
    text-align: left;
}

.field-validation-error {
    margin-top: 10px;
}
/*#endregion*/

/*#region Utility Classes
-----------------------------------------------------------*/
.no-padding {
    padding: 0;
}
.column-nowrap-ellipsis {
    white-space: nowrap; 
    text-overflow: ellipsis;
}

.display-inline-block {
     display: inline-block;
}

.button-row .btn {
    margin-right:10px
}

.col-form-label.textarea-label-top {
    text-align: left;
    margin-bottom: 1rem
}
/*#endregion*/


/*#region Miscellaneous
-----------------------------------------------------------*/
button i.fa {
    padding-right: 12px;
}

div.phonefaxAndExtension > div {
    padding-left: 0;
    padding-right: 0;
}
    .k-edit-form-container div.phonefaxAndExtension > div span.input-group-addon, 
    .k-window-content div.phonefaxAndExtension > div span.input-group-addon {
        height: 15px !important;
    }
    div.phonefaxAndExtension > div span.input-group-addon {
        height: 28px;
    }

.truncate-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
/*#endregion*/

/*#region Document Management
-----------------------------------------------------------*/
div.file-upload-container {
    /*width: 400px;*/
    margin: 0 auto !important;   /* Used to center the upload control on the page */
}

h4.file-upload-title {
    margin-bottom: 3px;
}

h6.file-upload-description {
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
}

.file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 80%;
    margin: 0 0 2px 5px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file-name-heading {
    font-weight: normal;
    margin-top: 7px;
    font-size: 14px;
}

.file-size, .file-stage, .file-datetime, .file-validation-error {
    font-weight: normal;
    font-style: italic;
    font-size: 10px;
}
    .file-size, .file-stage {
        display: inline-block;
        margin-right: 15px
    }

.file-validation-error {
    color: red;
}

.file-upload-progress {
    float: right;
}

span.file-upload-item-status {
    position: absolute;
    bottom: 0;
    right: 5px;
    line-height: 14px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

.file-upload-constraints {
    border-color: #c5c5c5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0;
    padding-bottom: 5px;
    font-size: 10px;
    background-color: #ebebeb;
    padding: 3px;
    /*padding-left: 10px;
    text-align: left;*/
    color: gray;
}
    .file-upload-constraints span {
        white-space: nowrap;
    }

.file-icon {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 8px 3px 0px 3px;
}
.img-file { background-image: url("/content/images/docicon-jpg.png") }
.doc-file { background-image: url("/content/images/docicon-doc.png") }
.pdf-file { background-image: url("/content/images/docicon-pdf.png") }
.xls-file { background-image: url("/content/images/docicon-xls.png") }
.zip-file { background-image: url("/content/images/docicon-zip.png") }
.default-file { background-image: url("/content/images/docicon-default.png") }

.k-widget.k-upload.k-upload-async {
    /*border-bottom: 0;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
    .k-widget.k-upload.k-upload-async.k-state-disabled {
        opacity: 1;
    }

        .k-widget.k-upload.k-upload-async.k-state-disabled .k-dropzone .k-dropzone-hint {
            display: none;
        }

        .k-widget.k-upload.k-upload-async.k-state-disabled .file-heading.file-name-heading a {
            pointer-events: auto;
        }

li.k-file .file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.file-wrapper {
    position: relative;
    height: 40px;
    width: 100%;
}

.k-dropzone, .k-file {
    text-align: left;
}

.k-upload-files {
    padding-bottom: 0;
}

.k-upload .k-upload-selected {
    width: 100%;
    color: white;
    font-size: 14px;
    border: 0;
    margin-left: 0;
    background-color: #428BCA;
}

.k-upload .k-upload-selected:hover {
    font-weight: bold;
    background-color: #4892d0;

}

li.k-file {
    border-bottom: 0;
}

.k-upload-files > li.k-file {
    border-top: solid 1px lightgray;
}

.k-upload-files > li.k-file:first-child {
    border-top: 0;
}

.k-file-success .k-i-close {
    background-image: url(/content/images/trashcan.png) !important;
    background-position: 0;
}

.k-file-success .k-i-x::before {
    content:"";
}
/*#endregion*/


/*#region HOME Application Layout
-----------------------------------------------------------*/
td.application-summary-row {
    background-color: lightgray;
    color: black;
    border-bottom: solid 1px gray;
    font-size: 11px
}
td.application-summary-row ul {
    margin: 0 10px;
    padding-left: 0;    
}
td.application-summary-row ul > li {
    display: inline;
    white-space: nowrap;
    font-size: 12px
}

td.application-summary-row ul > li:first-child {
    float: left
}

td.application-summary-row ul > li:last-child {
    float: right
}

td.application-summary-row ul > li > span.title {
    font-weight: 600;
}
td.application-summary-row ul > li:first-child {
    padding-left: 0;
}

.bold-requirement-notice {
    color: #9f2222;
    font-size: 20px;
    font-weight: bold;
    float: right;
}
/*#endregion*/


/*#region HOME Application Styles
-----------------------------------------------------------*/
.unit-totals {
    margin-top: 20px;
}

    .unit-totals dt {
        text-align: right;
    }

.project-budget-subtotal {
    padding: 8px 8px 8px 50px !important;
}

.project-budget-table {
    color: #4f7898;
}

.project-budget-table tbody > tr > td, .project-budget-table tbody > tr > th  {
    border-color:#CCC
}

.project-budget-table thead > tr > th, .project-budget-table tfoot > tr > th {
    border-top: 2px solid #CCC !important;
    border-bottom: 2px solid #CCC;
}

.k-grid.validationResultsGrid thead.k-grid-header {
    display: none;
}

.k-grid.validationResultsGrid > .k-toolbar.k-grid-toolbar {
    text-align: right;
    padding-right: 6px;
    display: block;
}

.checkbox-group .k-checkbox:disabled + .k-checkbox-label, .checkbox-group .k-radio:disabled + .k-radio-label {
    color:inherit;
    filter: none;
    opacity: 1;
}

.checkbox-group label.col-form-label {
    white-space: pre-line;
    line-height: 1.75;
}

.checkbox-group label.k-checkbox-label, .checkbox-group label.k-radio-label  {
    font-weight: normal; 
}

/*#endregion*/

/*#region ESG Application Styles
-----------------------------------------------------------*/
.radio-group-valign {
    vertical-align:baseline;
    line-height:2.4;
    display:inline-block;
}

.other-fiscal-year {
    margin-left:10px;
}

.other-fiscal-year-date {
    width:auto;
    margin-left:10px;
}

.other-fiscal-year-row {
    height:30px;
}

.district-link {
    display:inline-table;
    float:right;
}

.non-profit-checklist-label .k-checkbox-label {
    display:flex;
    position:relative;
    top:-17px;
    left:18px;
}

.table.table-condensed.table-hover.activity-costs-table tr:hover td {
    --bs-table-hover-bg: #fff;   
}

.table.table-condensed.table-hover.activity-costs-table td {
    border-color: #ccc;
    border-bottom: none;
    border-top: 1px solid #ccc;
    color: #4f7898;
}

.read-only-total * {
    background-color: transparent !important;
    border-color: transparent !important;
    outline-color: transparent !important;
    box-shadow: none !important;
}

.question-maxsize {
    color: #9f2222;
    padding-bottom: 1px;
    padding-top: 1px;
    margin-bottom: 0;
}

/*#endregion*/

/*#region NHTF Application Styles
-----------------------------------------------------------*/

.received-previous-funding {
    color: #4f7898;
}

.operating-budget-form hr {
    border-color: rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
}

.operating-budget-form .unit-summary:hover,
.operating-budget-form .expense-row:hover,
.operating-budget-form .total-row:hover,
.operating-budget-form .hover-row:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.operating-budget-form .expense-amount-total {
    margin-left: 35px;
}

.operating-budget-form .expense-row {
    position: relative;
}

.operating-budget-form .expense-row {
    position: relative;
}

    .operating-budget-form .expense-row .remove-expense-row {
        position: absolute;
        left: -35px;
        z-index: 1;
    }

.operating-budget-form .k-state-readonly {
    background-color: rgba(0, 0, 0, 0);
}

    .operating-budget-form .k-state-readonly .k-numeric-wrap {
        background-color: rgba(255, 255, 255, 0.5);
    }

.operating-budget-form input.less-pct-annual-rent {
    padding-left: 2em;
}

.operating-budget-form input.supportable-debt-percent {
    padding-left: 1em;
}

.operating-budget-form .control-label {
    padding-top: 5px;
}

.operating-budget input:disabled {
    background-color: rgba(255, 255, 255, 0.5);
}

.proforma div {
    font-size: 1rem;
}

.proforma .proforma-table-wrapper {
    overflow-x: scroll;
    margin-left: 230px;
    overflow-y: visible;
    padding: 0;
    max-width: 1000px;
    background-color: white;
    border-radius: 5px;
}

.proforma table {
    background-color: white;
}

.proforma tr, .proforma th, .proforma td {
    margin: 0;
    border-top-width: 0px;
    white-space: nowrap;
    border-style: none;
}

.proforma tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.proforma th, .proforma td {
    padding: 3px 4px;
}

.proforma tr {
    background-color: white;
}

.proforma .headcol {
    position: absolute;
    width: 220px;
    left: 0;
    top: auto;
    border-top-width: 2px;
    margin-top: 2px;
    padding-left: 3px;
    text-align: right;
}

.proforma .heading {
    position: absolute;
    width: 220px;
    left: 0;
    top: auto;
    border-top-width: 2px;
    margin-top: 2px;
    padding-left: 3px;
    text-align: left;
}

.proforma .yearColumn {
    display: inline-block;
    width: 140px;
    align-content: center;
    text-align: center;
}

.proforma .yearColumn > * {
    overflow: hidden;
    text-overflow: ellipsis;
}

.design-and-development .horizontal-radio-buttons input[type=radio] {
    margin-right: 0px !important;
}

.design-and-development .horizontal-radio-buttons label.k-radio-label {
    margin-right: 5px;
}

/*#endregion*/

/*#region Program Styles
-----------------------------------------------------------*/
.program-dashboard .col-6 {
    padding: 0 50px;
}

.btn-col-header {
    cursor: default !important;
    opacity: initial !important;
}

.fund-summary {
    margin-top: 100px;
    color: #000;
}

.fund-summary > .form-group {
    margin-bottom: 10px;
}

.fund-summary hr {
    border-top: 1px solid #4f7898;
}

.grid-no-header .k-grid-header {
    height: 0;
    border-bottom-width: 0;
    display: none;
    overflow: hidden;
}

.k-grid td {
    word-break: break-word;
}

.grid-edit-width .k-grid-edit {
    width: 72px;
}

.grid-condition-responses {
    height: 150px;
}

.chdo-type-description {
    display: inline-block;
    text-align: left;
}

.chdo-type-description ul {
    display: inline-table;
    list-style-position: inside;
}

.chdo-type-questions {
    margin: 50px 0 0 300px;
}

.chdo-type-questions label {
    margin-top: 5px;
}

.chdo-documents :not(.text-center) > div > label {
    color: #4f7898;
}

.non-profit-review-table th {
    text-align: center;
    background-color: lightgrey;
}

.non-profit-review-table.table > tbody > tr > td {
    padding-bottom: 0px;
}

.non-profit-review-table td:first-child {
    text-align: left;
    padding-bottom: 0px;
}

.non-profit-review-table .k-checkbox-label {
    padding: inherit;
}

.budget-amendment-table th {
    background-color: lightgrey;
}

.budget-amendment-table.table > tbody > tr > td {
    text-align: right;
    padding-bottom: 0px;
}

.budget-amendment-table.table > tbody > tr > td:nth-child(1) {
    text-align: left;
    padding-bottom: 0px;
}

.budget-amendment-table.table > tbody > tr > td:nth-child(3) {
    text-align: left;
}

.budget-amendment-table.table > tbody > tr:nth-child(2) > td {
    text-align: center;
    padding-bottom: 0px;
}

.budget-amendment-table.table > tbody > tr:nth-child(9) > td {
    text-align: right;
    padding-bottom: 0px;
}

.budget-amendment-textbox .k-numeric-wrap {
    padding-right: 5px;
}
  
.budget-amendment-textbox .k-input {
    text-align: right;
    padding-right: 5px;
}

.k-grid.budgetAmendmentGrid,
.k-grid.budgetAmendmentGrid .k-alt,
.k-grid.budgetAmendmentGrid tr th.k-header,
.k-grid.budgetAmendmentGrid .k-grid-footer .k-footer-template td {
    text-align: right;
    background-color: #ebebeb;
}

.k-grid.budgetAmendmentGrid,
.k-grid.budgetAmendmentGrid .k-grid-header .k-header > .k-link,
.k-grid.budgetAmendmentGrid .k-grid-footer td {
    font-weight: bold;
    color: #4f7898;
}

.k-grid.budgetAmendmentGrid tr:nth-child(1) th.k-header {
    text-align: left;
    background-color: lightgrey;
}

.k-grid.budgetAmendmentGrid tr:nth-child(2) th.k-header {
    text-align: center;
}

.k-grid.budgetAmendmentGrid tr > td:nth-child(1) {
    text-align: left;
}

.k-grid.fundsExpendedSummaryGrid tr > td:nth-child(n+3),
.k-grid.fundsExpendedSummaryGrid tr:nth-child(n+2) th.k-header {
    text-align: right;
}

/*#endregion*/

/* #region Project Setup styles */
.chdo-multi-units th {
    border-top: 2px solid #CCC !important;
    border-bottom: 2px solid #CCC;
    background-color: #9f2222;
}
.chdo-multi-units th > a {
    color: white !important;
    text-align: center;
    font-weight: bold;
}
.chdo-multi-units td {
    text-align: center;
}
.chdo-multi-units td > a {
    text-decoration: underline;
}

.chdo-scattered-sites {
    margin-top: 50px;
}

.chdo-scattered-sites label, .chdo-scattered-sites button {
    margin-left: 34px;
}

.readonly-dropdown .k-select {
    display: none;
}

/*#endregion*/

/* #region PIMS styles */
.pims-instruction-block {
    border: 1px solid black;
}

.pims-instructions {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #4f7898;
}

.pims-emphasized {
    color: #9f2222;
}
/*#endregion*/


/* #region Media Queries*/
/* Target extra small (xs) screen size */
@media (max-width: 480px) {
    .logo {
        left: 15px;
    }

        .logo img {
            height: auto;
            position: relative;
            width: 120px;
        }

    .site-name {
        margin: 0 0 0 135px;
        padding-right: 15px;
    }

        .site-name span {
            font-size: 16px;
        }

    .container-fluid, #linkbar {
        min-width: inherit;
    }

    .container-fluid.no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    #footer p, #footer p.text-left {
        text-align: center
    }

    #push, #footer {
        height: 60px;
    }
}

/* Target small (sm) screen size */
@media (max-width: 768px) {
    
}

/* Target medium (md) screen size */
@media (max-width: 992px) {
    
}
/*#endregion*/

/* #region Financial Reporting */
.financial-report div {
    font-size: 1rem;
}

.financial-report tr, .financial-report th, .financial-report td {
    margin: 0;
    border-top-width: 0px;
    white-space: nowrap;
    border-style: none;
}

.financial-report .headcol {
    position: absolute;
    width: 420px;
    left: 0;
    top: auto;
    border-top-width: 2px;
    margin-top: 2px;
    padding-left: 3px;
}

.financial-report .subcat {
    margin: 0;
    padding: 5px 8px 5px 0;
    text-align: right;
}

.financial-report .quarterColumn {
    display: inline-block;
    width: 350px;
}

.financial-report .quarterColumnHeading {
    background-color: #bbb;
    display: inline-block;
    width: 350px;
}

.financial-report .quarterColumnDataCell {
    padding: 5px 0 5px 0;
}
/* #endregion */

/* #region Grantee Styles */
.grantee-heading {
    color: #4f7898;
}

.grantee-document-button-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: solid 1px transparent;
}

.grantee-document-button {
    padding-top: .65em;
    padding-bottom: .65em;
}

.grantee-document-button-list > li.grantee-document-button {
    border-top: solid 1px transparent;
}

    .grantee-document-button-list > li.grantee-document-button:first-child {
        border-top: 0;
    }

li.grantee-document-button div.grantee-document-button-wrapper {
    position: relative;
    height: 40px;
}

.grantee-document-offset {
    border-style: solid;
    border-width: 0;
    padding: .8em;
    background-color: transparent;
}

.tab-with-cols *, .tab-with-cols *::before, .tab-with-cols *::after {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.tab-with-cols .row {
    margin-right: 0;
    margin-left: 0;
}

.table-no-border > thead > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > tfoot > tr > td {
    border: none;
}
/*#endregion*/

#EsgFundsExpendedSummaryGrid .k-grid-content {
    min-height: 200px;
    max-height: 354px;
    height: auto !important;
}

#frmDrawRequest label.k-radio-label {
    margin-right: 5px;
    font-weight: normal;
}

table.draw-detail td {
    padding: 0.5rem !important;
}

    table .draw-detail td.label {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
    }

.document-approval-history-details {
    padding: 10px 0 0 0;
}

.document-approval-history-details h3 {
    color: white;
    font-weight: normal;
    font-size: 1.1em;
    margin-top: 10px;
}

.doc-approval-container {
    padding-top: 76px;
    padding-bottom: 8px;
}

.doc-approval-container.disabled {
    padding-top: 45px;
}

.doc-approval, .doc-approval > form {
    height: 58.4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.doc-approvers {
    flex: 1;
    padding: 0 5px;
}

.doc-approver {
    display: flex;
    flex: 1;
}

.doc-approver > * {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}

.doc-approve-header {
    display: flex;
}

.doc-approve-header > * {
    display: flex;
    flex: 1;
    justify-content: center;
}

.collapser {
    transition: transform 0.35s ease;
    padding: 0.5rem !important;
    cursor: pointer;
}

    .collapser.collapsed {
        transform: rotate(-90deg);
    }

ul.validation-results, ul.validation-results ul {
    list-style-type: none;
}

ul.validation-results ul ul li {
    padding: 5px;
}

