﻿body {
    margin: 0px 0px 0px 0px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 85%;
}

table {
    border-spacing: 0px;
    empty-cells: show;
}

.table_form {
    border-spacing: 3px;
    empty-cells: show;
}

    .table_form th {
        vertical-align: top;
        text-align: right;
        padding-top: 3px;
        font-weight: normal;
        white-space: nowrap;
    }

    .table_form td {
        vertical-align: top;
    }

    .table_form .th_questionrow {
        text-align: left;
        padding: 10px 0px 3px 0px;
    }

        .table_form .th_questionrow .other {
            font-style: italic;
        }

.table_report {
    border-spacing: 0px;
    empty-cells: show;
}

    .table_report th {
        vertical-align: top;
        text-align: right;
        font-weight: bold;
        white-space: nowrap;
        padding: 4px;
    }

    .table_report td {
        vertical-align: top;
        padding: 4px;
    }

.table_allborders {
    border: 1px solid black;
    border-collapse: collapse;
}

    .table_allborders th, .table_allborders td {
        border: 1px solid black;
    }

.table_allnumbers td {
    text-align: right;
    width: 75px;
}

.table_calext {
    border: 1px solid black;
    border-collapse: initial;
    background-color: white;
}

    .table_calext th, .table_calext td {
        border-style: initial;
        font-weight: initial;
        text-align: initial;
        vertical-align: initial;
    }

.rpt-table td, .rpt-table th {
    vertical-align: middle;
}

.table_toolsnavigation {
    width: 100%;
    background-color: white;
    margin-bottom: 2px;
}

.td_toolsnavigationheader {
    background-color: #333333;
    white-space: nowrap;
    color: white;
}

.table_toolsnavigation td {
    white-space: nowrap;
    padding: 5px 8px 5px 8px;
    white-space: nowrap;
    border-bottom: 1px solid #777777;
}

.table_toolsnavigation a:link {
    color: #000000;
    display: block;
    text-decoration: none;
}

.table_toolsnavigation a:visited {
    color: #000000;
    display: block;
    text-decoration: none;
}

.table_toolsnavigation a:hover {
    color: #000000;
    display: block;
    text-decoration: underline;
}

.table_toolsnavigation a:active {
    color: #000000;
    display: block;
    text-decoration: none;
}

.td_toolsnavigationexit {
    background-color: #E6E6E6;
    white-space: nowrap;
}

.th_formfield {
    padding-top: 3px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    font-weight: normal;
}

.th_questionrow {
    text-align: left;
    font-weight: normal;
    padding: 12px 0px 3px 0px;
}

.th_reportfield {
    font-weight: bold;
}

.th_reportfield_left {
    font-weight: bold;
    text-align: left;
}

.th_leftalign {
    text-align: left;
    vertical-align: bottom;
    font-weight: normal;
}

.th_centeralign {
    text-align: center;
    vertical-align: bottom;
    font-weight: normal;
}

.th_rightalign {
    text-align: right;
    vertical-align: bottom;
    font-weight: normal;
}

.th_bottomalign {
    vertical-align: bottom;
    font-weight: normal;
}

.marginbottom16 {
    margin-bottom: 12px;
}

    .marginbottom16:empty {
        margin-bottom: 0px;
    }

.marginbottom12 {
    margin-bottom: 12px;
}

    .marginbottom12:empty {
        margin-bottom: 0px;
    }

.marginbottom_sm {
    margin-bottom: 5px;
}

    .marginbottom_sm:empty {
        margin-bottom: 0px;
    }

.margintop {
    margin-top: 12px;
}

.margintop12:empty {
    margin-top: 0px;
}

.infocontainer {
    border: 1px solid #666666;
    background-color: #F6F6F6;
    padding: 5px 5px 5px 5px;
}

.smallnotes {
    font-size: 85%;
    color: #555;
    line-height: 150%;
}

    .smallnotes.input {
        padding-top: 3px;
    }

.modalpopupbackground_processing {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
    z-index: 2147483646 !important;
}

.modalpopuppanel_processing {
    background-color: White;
    border: solid 1px #333333;
    position: absolute;
    z-index: 2147483647 !important;
}

.modalpopupbackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
    z-index: 6000 !important;
}

.modalpopuppanel {
    background-color: White;
    border: solid 1px #333333;
    position: absolute;
    z-index: 6001 !important;
}

.reorderlist li {
    list-style-type: none;
}

.reordercue {
    list-style: none;
    border: dashed 1px #333333;
    height: 25px;
    list-style-type: none;
}

.reordercallbackstyle table {
    background-color: #899CA6;
    color: White;
}

.closebutton {
    background-color: #EEEEEE;
    border-bottom: solid 1px #CCCCCC;
    text-align: right;
}

.fixedbuttonset_outer {
    margin-top: 75px;
}

.fixedbuttonset_inner {
    position: fixed;
    margin-top: -75px;
    height: 75px;
    width: 100%;
    top: 100%;
    background-color: #F6F6F6;
    border: 1px solid #333333;
    padding: 12px 12px 12px 12px;
}

.input_money {
    text-align: right;
    width: 100px;
}

.input_pct {
    text-align: right;
    width: 35px;
}

.input_int {
    text-align: right;
    width: 50px;
}

.accordion_header_selected {
    padding: 5px 8px 5px 8px;
    border: 1px solid #777777;
    background-color: #F5F5F5;
    margin-bottom: 10px;
    font-weight: bold;
}

    .accordion_header_selected a:link {
        text-decoration: none;
        color: inherit;
    }

    .accordion_header_selected a:visited {
        text-decoration: none;
        color: inherit;
    }

    .accordion_header_selected a:hover {
        text-decoration: none;
        color: inherit;
    }

    .accordion_header_selected a:active {
        text-decoration: none;
        color: inherit;
    }

.accordion_header {
    padding: 5px 8px 5px 8px;
    border: 1px solid #777777;
    background-color: #F5F5F5;
    margin-bottom: 10px;
}

    .accordion_header a:link {
        text-decoration: underline;
        color: inherit;
    }

    .accordion_header a:visited {
        text-decoration: none;
        color: inherit;
    }

    .accordion_header a:hover {
        text-decoration: underline;
        color: inherit;
    }

    .accordion_header a:active {
        text-decoration: none;
        color: inherit;
    }

.accordion_content {
    margin-bottom: 12px;
    padding: 0px 8px 10px 8px;
}

.CustomTabStyle .ajax__tab_header {
    background: url('../../Images/Tabs/tab-line.gif') repeat-x bottom;
    font-family: Arial, Verdana, Sans-Serif !important;
    font-size: 100% !important;
}

.CustomTabStyle .ajax__tab_outer {
    padding-right: 4px;
    background: url('../../Images/Tabs/tab-right.gif') no-repeat right;
}

.CustomTabStyle .ajax__tab_inner {
    padding-left: 3px;
    background: url('../../Images/Tabs/tab-left.gif') no-repeat;
}

.CustomTabStyle .ajax__tab_tab {
    line-height: 16px !important;
    padding: 5px 4px 3px 4px;
    color: black;
    background: url('../../Images/Tabs/Tab.gif') repeat-x;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {
    background: url('../../Images/Tabs/tab-hover-right.gif') no-repeat right;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {
    background: url('../../Images/Tabs/tab-hover-left.gif') no-repeat;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {
    background: url('../../Images/Tabs/tab-hover.gif') repeat-x;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_outer {
    background: url('../../Images/Tabs/tab-active-right.gif') no-repeat right;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_inner {
    background: url('../../Images/Tabs/tab-active-left.gif') no-repeat;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_tab {
    background: url('../../Images/Tabs/tab-active.gif') repeat-x;
}

.CustomTabStyle .ajax__tab_body {
    border: 1px solid #999999;
    border-top-style: none;
    padding: 12px;
    background-color: white;
    font-family: Arial, Verdana, Sans-Serif !important;
    font-size: 100% !important;
}

.questiontext {
    max-width: 800px;
}

.padding10 {
    padding: 10px;
}

.main-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
}

    .main-container .main-cell, .main-container .main-cell-info {
        flex: 1 1 50%;
    }

/*    .main-container .main-cell {
        flex: 1 1 60%;
    }

    .main-container .main-cell-info {
        flex: 1 1 40%;
    }

@media only screen and (min-width: 1281px) {
    .main-container .main-cell, .main-container .main-cell-info {
        flex: 1 1 50%;
    }
}*/

#mainTable.show-side-panel .main-container {
    max-height: calc(100vh - 70px);
}

    #mainTable.show-side-panel .main-container .main-cell {
        padding-right: 5px;
        overflow-y: auto;
        /*scrollbar-width: thin;*/
    }

@media only screen and (max-width: 1281px) {
    #mainTable.show-side-panel .summary-h-scroll {
        max-width: 43vw;
        overflow-x: auto;
    }

    #mainTable.show-side-panel .main-container {
        font-size: 11px;
    }

        #mainTable.show-side-panel .main-container .btn-split-screen {
            font-size: 11px;
        }

        #mainTable.show-side-panel .main-container .main-cell::-webkit-scrollbar,
        #mainTable.show-side-panel .main-container .main-cell-info::-webkit-scrollbar {
            /*width: 15px;*/
        }

    #mainTable.show-side-panel .flex-container a.ajax__tab_tab {
        max-width: 75px;
        max-height: 1rem;
        overflow: hidden;
    }
}

#mainTable.show-side-panel > tr > td {
    padding: 10px 5px 0;
}

#mainTable.show-side-panel fieldset {
    margin: 0 0 12px;
    padding-left: 0;
    padding-right: 0;
    border: 0;
}

    #mainTable.show-side-panel fieldset legend {
        padding-left: 0;
        padding-right: 0;
    }


#mainTable:not(.show-side-panel) .main-container .main-cell-info {
    display: none;
}

#mainTable.show-side-panel #cellNavigationMenu {
    display: none;
}

.btn-split-screen:hover {
    cursor: pointer;
}

.btn-split-screen > span,
.btn-split-screen > img {
    vertical-align: middle;
}

.loader {
    background-color: #efefef;
    background-image: url("/Images/progressindicator.gif");
    background-position: center 400px;
    background-repeat: no-repeat;
}

.lbl-strong {
    font-weight: bold;
    display: block;
}

.wide-100 {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

.flex-container-auto {
    flex-wrap: wrap;
}

.flex-container, .flex-container-auto {
    display: flex;
    flex-direction: row;
}

    .flex-container .flex-cell {
        flex: 1 1 50%;
    }

    .flex-container-auto .flex-cell {
        flex: 0 1 auto;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }

.pnl-narrative-resp {
    height: 200px;
    max-height: 200px;
}

.pnl-inner-narrative-resp {
    height: 160px;
    max-height: 160px;
    overflow-y: auto;
}

.txtbox-narr-resp {
    width: calc(100% - 15px);
    height: 175px;
}

.reportbody {
    margin: 12px;
    text-align: center;
    background-color: #fefefe;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dadada' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.table-report-currency {
    width: 100%;
    border-spacing: 0px;
    empty-cells: show;
}

    .table-report-currency th {
        font-weight: bold;
        vertical-align: bottom;
        text-align: center;
        white-space: nowrap;
        padding: 4px;
    }

        .table-report-currency th:nth-child(1) {
            text-align: left;
        }

    .table-report-currency td {
        vertical-align: middle;
        padding: 4px;
    }

        .table-report-currency td:not(:nth-child(1)) {
            text-align: center;
        }

    .table-report-currency .header-row {
        background-color: #fff;
    }

        .table-report-currency .header-row th,
        .table-report-currency .header-row td {
            border-bottom: 1px solid #666;
        }

    .table-report-currency tr:nth-child(even) {
        background-color: #efefef;
    }

    .table-report-currency tbody:not(:first-child) tr.header-row th,
    .table-report-currency tbody:not(:first-child) tr.header-row td {
        border-top: 1px solid #666;
        padding-top: 1.5rem
    }
