﻿body:not(.printed-dashboard){
    background-color: #f5f5f5;
}
#RightContent{
    background-color: unset;
}
.dashboard-master-container {
    margin: 1em;
    margin-top: .25em;
}

h1{
    text-align: center;
    margin-bottom: .25em;
    font-size: 20pt;
}

h2{
    text-align: center;
    margin: 0.25em;
    font-size: 14pt;
}

.printed-dashboard .formatted-table {
    width: 1200px;
}

.formatted-table {
    width: 1000px;
}

.formatted-table.agency-board-table {
    margin-bottom: 1em;
}

.dashboard-flex-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    margin-top: 1em;
    flex-wrap: wrap;
    align-items: center;
}

.dashboard-flex-column-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.dced-dashboard-item {
    margin: .5em auto;
    width: 100%;
    max-width: 1100px;
    min-width: 920px;
}
    .dced-dashboard-item table{
        width: 100%;
    }
    .dced-dashboard-item canvas, .dced-dashboard-item .graph-loading {
        margin: 0 auto;
    }
    .dced-dashboard-item .alerts-container {
        display: block;
    }

.graph-loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.graph-loading img {
    height: 160px;
    width: 160px;
}


.dced-graphs canvas{
    display: none;
}

.dced-quarter-submission-table{
    width:100%;
    
}
    .dced-quarter-submission-table td{
        height: 1em;
    }
    .dced-quarter-submission-table tr td:first-child{
        font-weight: bold;
    }

.dced-agency-summary-table {
    /*width: 100%;*/
}

    .dced-agency-summary-table td{
        min-width: 25px;
    }

    .dced-agency-summary-table tr td:nth-of-type(2) {
        border-left: 2px solid black;
    }

    .dced-agency-summary-table tr td:nth-of-type(5) {
        border-left: 2px solid black;
    }

    .dced-agency-summary-table tr td:nth-of-type(14) {
        border-left: 2px solid black;
    }

    .dced-agency-summary-table th:not(:last-child):not(:first-child) {
        border-right: 1px solid white;
        border-left: 1px solid white;
    }

    .dced-agency-summary-table .agency-row {
        display: none;
    }

    .dced-agency-summary-table tr td:first-child {
        min-width: 100px;
        word-break: break-word;
        max-width: 150px;
    }

    .dced-agency-summary-table .second-row-header {
        writing-mode: vertical-rl;
        -ms-writing-mode: bt-lr;
        transform: rotate(180deg);
        height: 150px;
        margin: 0 auto;
    }

    .dced-agency-summary-table .agency-name-cell {
        text-align: left;
        height: 50px;
    }

    .dced-agency-summary-table .standard-cell, .dced-agency-summary-table .category-header{
        width: 50px;
    }

td.agency-chart-header {
    background-color: #002664;
    color: white !important;
    padding: .5em;
}

.printed-dashboard .agency-quarterly-submission-table td{
    height: 3em;
}

.needs-attention-table td{
    text-align: center;
}

.needs-attention-table tr td:nth-child(1){
    white-space: nowrap;
}

.needs-attention-table .needs-attention-link {
    color: #023a95;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 13px;
    display: inline-block;
}

    .needs-attention-table .needs-attention-link.red-link {
        color: #da6f40;
    }
    .needs-attention-table .needs-attention-link.green-link {
        color: #4bb961;
    }

.agency-board-history-table{
    margin-bottom: 1em;
}
    .agency-board-history-table thead .history-header{
        border-radius: 0;
    }
    .agency-board-history-table thead .history-caption {
        border-bottom: 1px solid #0c0c0c;
    }
    .agency-board-history-table td {
        border: 1px solid #e5e5e5;
    }
    .printed-dashboard .agency-board-history-table td {
        height: 3em;
        text-align: center;
    }
    .agency-board-history-table tr:last-child{
        border-top: 2px solid #0c0c0c;
    }

.agency-os-table{
    width: auto !important;
}
.agency-os-table .goal-row {
    font-weight: bold;
}

.agency-os-table .goal-name-cell {
    text-align: left;
    border-right: none;
    border-bottom: 2px solid #cacaca;
    background-color: #e5e1e1;
}
.agency-os-table .goal-status-cell {
    border-left: none;
    border-bottom: 2px solid #cacaca;
    background-color: #e5e1e1;
    text-align: right;
}

.agency-os-table .category-name-cell {
    background-color: white;
    width: 150px;
    min-width: 150px;
    text-align: left;
}
.agency-os-table .standard-cell, .agency-os-table .filler-cell {
    text-align: center;
    font-size: 10pt;
    width: 60px;
    min-width: 60px;
    height: 45px;
    padding: 0;
}

.printed-dashboard .agency-os-table .standard-cell, .printed-dashboard .agency-os-table .filler-cell {
    height: 60px;
}

.agency-os-table .filler-cell {
    background-color: white;
    border: none;
    padding: .1em;
}
.agency-os-table .standard-cell a {
    text-decoration: none !important;
}
.agency-os-table .filler-cell {
    padding: 2px;
}
.agency-os-table .category-row:last-child td {
    border-bottom: 1px solid #b4b4b4;
}
.agency-os-table .filler-background {
    background-color: #e7e7e7;
    height: 100%;
    width: 100%;
}

.agency-os-table .legend-box {
    display: inline-block;
    width: 20px;
    border: 1px solid #b4b4b4;
    margin-right: .25em;
}

.agency-os-table .legend-item{
    display: inline-block;
    margin: .25em 1em;
}
.agency-quarterly-submission-container{
    margin-bottom: 1em;
}
    .agency-quarterly-submission-container tr td.current-quarter-first-row {
        border-top: 2px solid #b4b4b4;
        border-left: 2px solid #b4b4b4;
        border-right: 2px solid #b4b4b4;
    }
    .agency-quarterly-submission-container tr td.current-quarter-second-row {
        border-left: 2px solid #b4b4b4;
        border-right: 2px solid #b4b4b4;
    }
    .agency-quarterly-submission-container tr td.current-quarter-third-row {
        border-left: 2px solid #b4b4b4;
        border-right: 2px solid #b4b4b4;
        border-bottom: 2px solid #b4b4b4;
    }

.executive-director-instructions, .local-admin-instructions {
    display: none;
    align-items: center;
    position: fixed;
    padding: 20px;
    z-index: 999;
    border: solid 1px #C0C0C0;
    background: white;
    overflow-y: auto;
    max-height: 600px;
    max-height: 90%;
    max-width: 900px;
    min-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cell-color-green {
    background-color: #4bb961 !important;
    color: #222222;
}
    .cell-color-green a {
        color: #222222 !important;
        font-weight: bold;
    }

.cell-color-red {
    background-color: #da6f40 !important;
    color: #222222;
}
    .cell-color-red a {
        color: #222222 !important;
        font-weight: bold;
    }

.cell-color-yellow {
    background-color: #f2d419 !important;
    color: #222222;
}
    .cell-color-yellow a {
        color: #222222 !important;
        font-weight: bold;
    }

.cell-color-orange {
    background-color: #f0981c !important;
    color: #222222;
}
    .cell-color-orange a {
        color: #222222 !important;
        font-weight: bold;
    }

.cell-color-grey {
    background-color: grey !important;
}
    .cell-color-grey a {
        color: #222222 !important;
        font-weight: bold;
    }

#divDashboardTopItems {
    display: flex;
    justify-content: center;
}

#divCrisisContactInfo{
    display: flex;
    flex-direction: column;
    height: 70px;
}

.user-info-container, #divCrisisContactInfo {
    margin: 1em;
    background: #F1F1F1;
    border: 1px solid #C3C3C3;
    -webkit-box-shadow: 1px 2px 1px 0px lightgrey;
    box-shadow: 1px 2px 1px 0px lightgrey;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    padding: .25em;
    min-width: 400px;
}
    .user-info-container .instruction-link{
        display: inline;
    }

    .user-info-container .user-info-top{
        margin-bottom: .25em;
        padding: 0.25em;
    }

    .user-info-container .edit-user-info{
        display: none;
        padding-bottom: 0.5em;
    }

    .user-info-container .edit-user-info-toggler {
        cursor: pointer;
        margin-top: 0.25em;
        margin-right: .5em;
    }

        .user-info-container .edit-user-info-toggler i {
            transition: transform 300ms ease-in-out;
            position: absolute;
            margin-left: .5em;
        }

    .user-info-container .edit-user-info-toggler.toggled i {
        transform: rotateX(180deg);
    }

    .user-info-container .edit-user-info-toggler:hover{
        color: grey;
    }

    .user-info-container .edit-user-info table{
        margin: 0 auto;
    }
        .user-info-container .edit-user-info table td {
            text-align: left;
            padding: 0.25em;
        }
        .user-info-container .edit-user-info table input {
            width: 250px;
        }

.download-dashboard{
    display: none;
}
.download-dashboard-link {
    display: block;
    color: #023a95 !important;
}

.printed-dashboard-page-one, .printed-dashboard-page-two {
    vertical-align: middle;
    height: 816px;
    width: 100%;
    margin-top: -2em;
    padding: 0;
}

.printed-dashboard-page-one {
    page-break-after: always;
    margin-top: -2em;
}




