﻿body {
    margin: 0;
    font-family: "Open Sans", sans-serif !important;
    font-size: 12pt;
    position: relative;
    color: black;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif !important;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

td{
    border:none;
}

input[type=checkbox] {
    display: inline !important;
    margin-left: 3px;
}
label {
    padding-left: 3px;
    font-weight: normal;
}

.header_title {
    float: right !important;
    text-align: left !important;
    font-weight: bold;
    font-size: 2.25em;
    padding-right: 40px;
    padding-top: 30px;
}

.nav_header {
    display: flow-root;
}
.nav_bar {
    float: right !important;
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 30px;
}
.nav_item {
    display: block;
    font-weight: normal;
    font-size: 1.75em;
    display: inline;
    margin: 10px;
    text-align: center;
}
    .nav_item a:hover {
        font-weight: bold;
    }
    .nav_item a {
        color: lightgray;
    }
.nav_active a {
    color: black;
    font-weight: bold;
}

.titledropdown {
    background-color: #8c8c8c !important;
    border: 2px solid black !important;
    color: #fff !important;
    padding: 5px 14px;
    display: inline-block;
    height: auto;
}

.popup_background {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 105%;
    background: rgba(0,0,0,0.6);
}

.popup {
    display: block;
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    border: 1px solid #99D7E6;
    background: white;
    padding: 1em 1em 1em 1em;
}

.btn {
    background-color: darkgray !important;
    border-color: darkgray !important;
    color: #fff !important;
    padding: 5px 14px;
    display: inline-block;
    height: auto;
}

.btn:hover {
    background-color: #249bf3;
    border-color: #249bf3;
}

.btn_header {
    background-color: #8c8c8c !important;
    border-color: #8c8c8c !important;
    color: #fff !important;
    padding: 5px 14px;
    display: inline-block;
    height: auto;
}

    .btn_header:hover {
        background-color: #8c8c8c !important;
        border-color: #8c8c8c !important;
    }

.header_label {
    background-color: #8c8c8c !important;
    border-color: #8c8c8c !important;
    color: #fff !important;
    padding: 5px 14px;
    display: inline-block;
    height: auto;
}

.btn_transparent {
    background-color: transparent !important;
    border-color: transparent !important;
    color: black !important;
    display: inline-block;
    height: auto;
}

    .btn_transparent:hover {
        background-color: transparent !important;
        border-color: transparent !important;
    }

.btn_footer {
    background-color: black !important;
    border-color: black !important;
}

    .btn_footer:hover {
        background-color: black !important;
        border-color: black !important;
    }

.btnblk {
    background-color: black !important;
    border-color: black !important;
    color: #fff !important;
    padding: 5px 14px;
    display: inline-block;
    height: auto;
}

.portal_container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .portal_container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .portal_container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .portal_container {
        width: 1170px;
    }
}

.shadow_container {
    margin-top: 10px;
    background: white;
    box-shadow: 10px 10px 10px 0px rgba(51,50,51,1);
}

.page-inner-bar {
    background: #8c8c8c;
    font-size: 1.5em;
    height: 55px;
    width: 100%;
    padding: 10px;
}

.content_container{
    padding:10px;
    padding-bottom: 10px;
    width: 100%;
}
    .content_container:after {
        content: "";
        display: table;
        clear: both;
    }

.secondary_div{
    float: left; 
    background: #f6f6f7;
    width: 45%;
    height: 464px;
    margin: 20px;
}
@media screen and (max-width:800px) {
    .secondary_div {
        width: 95%;
    }
}

.secondary_div_faq {
    float: left;
    background: #f6f6f7;
    width: 95%;
    max-height: 900px;
    margin: 20px;
}

@media screen and (max-width:800px) {
    .secondary_div_faq {
        width: 95%;
    }
}

.secondary_div_wide {
    float: left;
    background: #f6f6f7;
    width: 94%;
    margin: 20px;
}

@media screen and (max-width:800px) {
    .secondary_div_wide {
        width: 94%;
    }
}

.secondary_container_bar {
    display: block;
    background: black;
    color: white;
    padding: 1em;
    font-size: 1.25em;
    text-align: center;
    border-bottom: 6px solid #CF293F;
    font-weight: 700;
    margin: 0px;
}

.secondary_container {
    padding: 20px;
}

.inner_div {
    float: left;
    background: #f6f6f7;
    width: 30%;
    margin: 5px;
}
@media screen and (max-width:800px) {
    .inner_div {
        width: 90%;
    }
}

.project_label {
    font-weight: normal;
    display: inline-block;
    width: 45% !important;
    vertical-align: text-top;
    min-height: 25px;
    padding: 1px;
}
.project_value {
    font-weight: normal;
    display: inline-block;
    width: 55% !important;
    padding: 1px 1px 1px 3px;
    vertical-align: text-top;
    min-height: 25px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
}
.project_ul {
    padding-inline-start: 10px;
    font-size: 10pt;
    color: black;
    border-left: solid;
    border-left-width: 1px;
    border-left-color: #d72d47;
}
.project_ul_left {
    padding-inline-start: 10px;
    font-size: 10pt;
    color: black;
}
@media screen and (max-width:800px) {
    .project_ul {
        padding-inline-start: 10px;
        font-size: 10pt;
        color: black;
        border-left: none;
    }
}

.kpi_ul {
    list-style-type: disc;
    padding-inline-start: 50px;
    font-size: 10pt;
    color: black;
}

.kpi_label {
    font-weight: normal;
    display: inline-block;
    width: 75% !important;
    vertical-align: text-top;
    min-height: 25px;
    padding: 1px;
}

.kpi_value {
    font-weight: normal;
    display: inline-block;
    width: 25% !important;
    padding: 1px 1px 1px 3px;
    vertical-align: text-top;
    min-height: 25px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
}

.kpi_section_label {
    color: black;
    font-weight: bold;
    font-size: 1.25em;
    display: inline-block;
    width: 75% !important;
    vertical-align: text-top;
    min-height: 25px;
    padding: 1px;
}

.kpi_task_ul {
    padding-inline-start: 20px;
    font-size: 10pt;
    color: black;
}

.kpi_task_li {
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    margin: 1px 1px 1px 3px;
}

.kpi_task_value {
    font-weight: normal;
    display: inline-block;
    width: 89% !important;
    padding: 1px 1px 1px 3px;
    vertical-align: text-top;
    min-height: 25px;
}

.kpi_task_value_right {
    font-weight: normal;
    display: inline-block;
    width: 10% !important;
    padding: 1px 1px 1px 3px;
    vertical-align: text-top;
    min-height: 25px;
}

.inquiry_hr{
    border-top: 1px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
}
.inquiry_btn{
    width: 45%;
    margin: 2px 2px 2px 2px;
}
.popup_label {
    font-weight: normal;
    display: inline-block;
    width: 35% !important;
    vertical-align: text-top;
    min-height: 25px;
    padding: 1px;
}
.popup_value {
    font-weight: normal;
    display: inline-block;
    width: 60% !important;
    padding: 1px 1px 1px 3px;
    vertical-align: text-top;
    min-height: 25px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
}
.popup_full_label {
    font-weight: normal;
    display: inline-block;
    width: 100% !important;
    vertical-align: text-top;
    min-height: 25px;
    padding: 1px;
}

.popup_full_value {
    font-weight: normal;
    display: inline-block;
    width: 100% !important;
    padding: 1px 1px 1px 3px;
    vertical-align: text-top;
    min-height: 25px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
}
.popup_checkbox {
    font-weight: normal;
    width: 49% !important;
    margin: 0px 0px 0px 0px !important;
}
.popup_checkbox_full {
    font-weight: normal;
    width: 98% !important;
    margin: 0px 0px 0px 0px !important;
}
.popup_val{
    width: 4%;
}

.report_ul {
    font-size: 12pt;
    padding-inline-start: 0;
}

.report_folder_icon {
    vertical-align: bottom;
    font-size: 32px;
    color: gold;
}

.report_small_pdf_icon {
    height: 18px;
}

.report_exception_icon {
    font-size: 18px;
    color: red;
}

.report_pdf_icon_large {
    height: 32px;
}

.portal_gridview {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.portal_gridview_toolbar {
    margin-top: 50px;
}

.portal_gridview_div {
    overflow-x: hidden;
    overflow-y: auto;
    height: 575px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.portal_pdfview_div {
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    width: 17%;
    height: 950px;
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 0px 0px;
}

.embed_pdf {
    float: left;
    width: 82%;
    height: 950px;
}

.portal_gridview_header {
    padding-left: 9px !important;
}

.portal_gridview_header_asc {
    padding-left: 9px !important;
    padding-right: 9px !important;
    background: url("/Images/uparrow.png") no-repeat right;
    background-size: 16px 16px;
}

.portal_gridview_header_desc {
    padding-left: 9px !important;
    padding-right: 9px !important;
    background: url("/Images/downarrow.png") no-repeat right;
    background-size: 16px 16px;
}

.portal_gridview_row {
    border: none;
}

.portal_gridview_row_alt {
    border: none;
    background-color: lightgray !important;
}

.filter_label {
    font-weight: normal;
    text-align: right;
    display: inline-block;
    width: 8% !important;
    vertical-align: text-top;
    min-height: 25px;
    padding: 1px;
}

.filter_value {
    color: black !important;
    font-weight: normal;
    display: inline-block;
    width: 10% !important;
    padding: 1px 1px 1px 3px;
    vertical-align: text-top;
    min-height: 25px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
}

.page_btn tr:last-child td {
    background-color: darkgray;
    border-color: darkgray;
    color: #fff !important;
    padding: 5px 14px;
    display: inline-block;
    height: auto;
    margin-top: 2px;
    padding-right: 5px;
}

.div_footer {
    bottom: -15px;
    position: relative;
    height: 48px;
    background: #8c8c8c;
    text-align: right;
    align-content: flex-end;
    font-size: 12px;
    padding: 8px 50px 0 0;
}