﻿body {
    background-color: #D7DFE2;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    color: #416271;
}

.ToolbarExport {
    display: inline-flex !important;
}


.link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.browser {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    display:none;
    background-color:#F3D673;
    color:#000;
    height: 30px;
}
    .browser p {
        font-size:12px;
        text-align:center;
        padding: 8px;
    }

.mastertitle {
    font-weight: bold;
    font-size: 18pt;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial;
    font-variant: small-caps;
    text-align:center;
    margin-top: 30px;
}

h1, h1 span {
    padding: 5px 0 5px 0;
    margin: 0px;
    font-size: 15px;
}

h2 {
    padding: 5px 0 5px 0;
    margin-top: 3px;
    font-size: 16px;
    color: white;
}

h3 {
    padding: 0 0 5px 0;
    margin: 0px;
    font-size: 14px;
    color: #59cef9;
}

h4 {
    padding: 0 0 10px 0;
    margin: 0px;
    font-size: 14px;
    color: #7ea743;
}

p {
    text-align: justify;
    padding: 2px 0 2px 0;
    margin: 0px;
}

    p.white {
        color: #FFFFFF;
    }

    p.green {
        color: #d4f0ba;
    }

    p.clear {
        clear: both;
        padding: 10px 0 0 0;
    }

img.left_img {
    border: 1px #cae6c6 solid;
    float: left;
    margin: 0 10px 0 0;
}

img.box_img {
    float: left;
    padding: 0 20px 0 0;
}

#main_container {
    width: 1000px;
    height: auto;
    margin: auto;
    background-color: #FFFFFF;
    margin-top: 5px;
}

#header {
    width: 1000px;
    height: auto;
    margin: auto;
    display: block;
}

#logo {
    float: left;
    background-color: #D7DFE2;
    background-image: url('../../Images/banner.jpg');
    background-repeat: no-repeat;
    width: 1000px;
    height: 104px;
}


#menu {
  width: 1000px;
  height: 60px;
  padding: 0px;
  clear: both;
  background-color: #003B5C;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

    #menu a {
        text-decoration: none;
    }

    #menu ul {
        list-style: none;
        padding-left: 0;
    }

        #menu ul.dropdown {
            display: inline-block;
            margin: 10px 0 0;
        }

            #menu ul.dropdown:hover {
                cursor: pointer;
            }

          #menu ul.dropdown li {
            font-weight: bold;
            display: inline-block;
            background: #003B5C;
            z-index: 100;
          }

                #menu ul.dropdown li:hover {
                    cursor: pointer;
                }

            #menu ul.dropdown a:hover {
                color: #000;
                cursor: pointer;
            }

            #menu ul.dropdown a:active {
                color: #AEE1F1;
            }

            #menu ul.dropdown li a {
                display: block;
                padding: 4px 8px;
                border-right: 1px solid #FFFFFF;
                color: white;
            }

            #menu ul.dropdown li:last-child a {
                border-right: none;
            }

            #menu ul.dropdown li.hover, #menu ul.dropdown li:hover {
                background: #F3D673;
                color: black;
                position: relative;
            }

                #menu ul.dropdown li.hover a {
                    color: black;
                }

            #menu ul.dropdown ul {
                width: 230px;
                visibility: hidden;
                position: absolute;
                left: 0;
                display: block;
            }

              #menu ul.dropdown ul li {
                font-weight: normal;
                background: #003B5C;
                color: #000;
                border-bottom: 1px solid #ccc;
                width: 100%;
                text-align: left;
              }

                    #menu ul.dropdown ul li a {
                        border-right: none;
                        width: 100%;
                        display: inline-block;
                        font-size: 12px;
                    }

                #menu ul.dropdown ul ul {
                    left: 100%;
                    top: 0;
                }

            #menu ul.dropdown li:hover > ul {
                visibility: visible;
            }


.blue_box {
    width: 1000px;
    height: 42px;
    clear: both;
    background: no-repeat left rgb(66, 117, 156);
    background-position: 50px 0px;
}

.titleBox {
    float: left;
    width: 80%;
    padding-left: 10px;
}

.userInfo {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    display: inline;
    text-align: right;
    font-size: 11px;
}

    .userInfo .homeIcon {
        width: 20px;
        height: 20px;
        background: url('../../Images/home.png') no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
        float: right;
    }

    .userInfo .infoIcon {
        width: 20px;
        height: 20px;
        background: url('../../Images/info-user.png') no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
        float: right;
    }

        .userInfo .logoutIcon {
        width: 20px;
        height: 20px;
        background: url('../../Images/info-logout.png') no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
        float: right;
    }

        .userInfo .infoIcon:hover {
            background-image: url('../../Images/info-user-hover.png');
        }

    .userInfo .timeLeft {
        padding: 5px 5px;
        float: left;
    }

    .userInfo .helpIcon {
        width: 15px;
        height: 20px;
        background-image: url('../../Images/help-icon.png');
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
        float: right;
    }

        .userInfo .helpIcon:hover {
            background-image: url('../../Images/help-icon.png');
        }

    .userInfo .helpIconRed {
        width: 15px;
        height: 20px;
        background-image: url('../../Images/help-icon-red.png');
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
        float: right;
    }

        .userInfo .helpIconRed:hover {
            background-image: url('../../Images/help-icon-red.png') !important;
        }

#main_content{
    width: 100%;
    height: auto;
    clear: both;
    /*background: url(../../Images/left_content_bg.gif) repeat-x top;*/
}

#content {
  width: 960px;
  padding: 20px;
  float: left;
  /*min-height: 400px;*/
  min-height: 395px;
}


#userinfobox {
    /*width: 250px;*/
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    position: absolute;
    top: 193px;
    left: 868px;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    display: none;
}

    #userinfobox .logout {
        background: #f5f5f5;
        border-top: 1px solid #ccc;
        border-color: rgba(0,0,0,.2);
        width: 100%;
        display: table;
        text-align: right;
    }

    #userinfobox .userdata {
        margin: 20px;
        display: block;
        text-align: left;
    }

    #userinfobox #fullname {
        font-weight: bold;
    }

    #userinfobox #govid {
        font-size: 13px;
    }

    #userinfobox #username {
        font-size: 13px;
    }

    #userinfobox #email {
        font-size: 13px;
    }

    #userinfobox #session {
        font-size: 13px;
    }

#funds_banner {
    width: auto;   
    clear: both;    
	height: 89px;
    margin: 10px;
    text-align: center;
}

#funds_banner img{    
    height: auto;
    width: 361px;
   
}


#wide_content {
    width: auto;
    padding: 10px 20px 10px 20px;
}


#footer {
  clear: both;
  width: auto;
  color: #fff;
  background-color: #003B5C;
  padding-left: 30px;
  display: flex;
  height: 42px;
  justify-content: space-between;
}

.copyright {
  background-image: url('../../Images/dev_by_mita.gif');
  background-repeat: no-repeat;
  width: 200px;
  height: 42px;
  margin-left: 5px;
}

.footer_links {
  padding-right: 15px;
  font-size: 12px;
  vertical-align: middle;
  line-height: 42px;
}

    .footer_links a {
        text-decoration: none;
        color: #fff;
        padding-left: 10px;
    }

        .footer_links a:hover {
            text-decoration: underline;
            color: #fff;
        }

#logout {
    padding-top: 5px;
}

#username {
    padding-top: 2px;
}


.divider {
    height: 2px;
    width: 100%;
    background-color: rgb(66, 117, 156);
}



.data-form {
    font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 500px;
    margin: auto;
}

.input-container {
    padding: 2px 0px 3px 0px;
    border-bottom: 1px solid #ddd;
}

.label {
    padding: 2px 3px;
    font-size: 1.1em;
    color: #666;
}

.invisible {
    display: none;
}



.data-container {
    padding: 2px;
    width: 220px;
}

    .data-container input[type=text] {
        width: inherit;
    }

    .data-container input[type=password] {
        width: inherit;
    }

    .data-container input[type=checkbox] {
        width: inherit;
    }

    .data-container select {
        width: inherit;
    }

    .data-container textarea {
        width: inherit;
        resize: none;
    }

.row-holder {
    width: 500px;
    display: inline;
}

.button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    background-color: #d4d4d4;
    border: 2px solid #dddddd;
    border-color: #d4d4d4;
    color: #525252;
    padding: .4em 1em;
    line-height: 1.4;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold !important;
    text-decoration: none !important;
    border-color: white;
    min-width: 100px;
}

    .button:hover {
        background-color: #66B3FF;
        text-shadow: none;
        color: white;
    }

    .button[disabled=disabled] {
        opacity: 0.6;
    }

        .button[disabled=disabled]:hover {
            opacity: 0.6;
            background-color: #d4d4d4;
            cursor: default;
            color: #525252;
        }

.errorStatus {
    /*
    width: 900px;
    margin: auto;
    margin-top: 1px;
    */
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: block;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    min-height: 30px;
    height: auto;
    border-radius: 5px;
    background-color: #F7D9D9;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

    .errorStatus .close {
        float: right;
        margin-right: 10px;
        margin-top: 3px;
        width: 15px;
        height: 20px;
        background-image: url('../../Images/close.png');
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
    }

        .errorStatus .close:hover {
            background-image: url('../../Images/close-hover.png');
        }


.infoStatus {
    width: 900px;
    border: 1px solid #ccc;
    margin: auto;
    margin-top: 1px;
    display: block;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    height: 30px;
    border-radius: 5px;
    background-color: #D9ECF7;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

    .infoStatus .close {
        float: right;
        margin-right: 10px;
        margin-top: 1px;
        width: 15px;
        height: 20px;
        background-image: url('../../Images/close.png');
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
    }

        .infoStatus .close:hover {
            background-image: url('../../Images/close-hover.png');
        }


#documentPop iframe {
    width: 1px;
    height: 1px;
}


#toPop {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    display: none;
    padding: 20px;
    border: 5px solid #ccc;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

    #toPop .popContent {
        word-wrap: break-word;
    }

    #toPop iframe {
        width:1000px;
        height:2000px;
    }

    #toPopGA {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    display: none;
    padding: 20px;
    border: 5px solid #ccc;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

    #toPopGA .popContent {
        word-wrap: break-word;
    }


     #toPopGA iframe {
        width:1000px;
        height:6000px;
    }

    #documentPop iframe {
        width:1px;
        height:1px;
    }


.b-close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url('../../Images/close.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    width: 16px;
}




table.inline input {
    width: 20px;
    display: inline;
    float: left;
}

table.inline label {
    width: 50px;
    display: inline;
    float: right;
}


.application-table {
    border-spacing: 0;
    font-size: 12px;
    margin: auto;
    border-spacing: 2px;
    border-color: black;
    text-align: left;
}

    .application-table tr {
        cursor: pointer;
    }

        .application-table tr:first-child {
            background-color: #08C;
            cursor: default;
            color:white;
            height: 35px;
        }

.tblpayment tr td
{
    height: 60px;
    vertical-align: middle;
}

.custom-table {
    border-spacing: 0;
    font-size: 12px;
    margin: auto;
    border-spacing: 2px;
    border-color: gray;
    margin-bottom: 0;
    text-align: left;
}

table#grdAdjustmentInvoice.custom-table {
    table-layout: fixed !important;
}

    .custom-table tbody tr th{
        text-align: center;
    }

    .custom-table tbody tr {
        cursor: pointer;
    }

        .custom-table tbody tr:first-child {
            background-color: #08C;
            cursor: default;
        }

            .custom-table tbody tr:first-child:hover {
                background-color: #08C;
                cursor: default;
            }

        .custom-table tbody tr:hover {
            background-color: #ddd;
        }


#dAdjustmentInvoiceContainer {
    width: 100%;
    overflow: auto;
    max-height: 600px;
}

.rowselected {
    color: white;
    background-color: #A1DCF2;
}

.horizontalscroll {
    overflow-x:scroll;
    overflow-y:hidden;
}

#darkbanner {
    margin: 20px 0 0 -18px;
    padding: 8px 10px 10px 40px;
    background: #424242;
    position: relative;
    width: 320px;
    margin: auto;
    text-align: left;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

#darkbannerwrap {
    background: url(../../Images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin-left: 295px;
    position: relative;
}



.pager {
    font-size: 13px;
    text-decoration: none;
    border: 1px solid black;
    float: left;
    background-color: #5FA3EE;
}

    .pager td {
        background-color: #4C9CF5;
        margin: 3px;
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

        .pager td:hover {
            background-color: #88bbf5;
        }

        .pager td a {
            text-decoration: none;
            color: white;
        }

        .pager td .aspNetDisabled {
            background-color: #2d89ef;
            margin: 1px;
            padding: 5px 10px;
            text-decoration: underline;
            cursor: default;
        }


.borderdiv {
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #F8F8F8;
}

.auditstats {
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    height: 20px;
    color: white;
    padding: 3px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    background-color: #4C9CF5;
}

    .auditstats:empty {
        /*display: none;*/
    }

    .auditstats .audittext {
        font-size: 11px;
    }

.tabs input[type=radio] {
    position: absolute;
    left: -9999px;
}

.tabs {
    float: left;
    list-style: none;
    position: relative;
    padding: 0;
    width: 100%;
}

    .tabs li {
        float: left;
    }

    .tabs .tablabel {
        font-size: 12px;
        display: block;
        padding: 10px 10px;
        border-radius: 2px 2px 0 0;
        color: #08C;
        background: rgba(255,255,255,0.2);
        cursor: pointer;
        position: relative;
        top: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .tabs .tablabel:hover {
            background: #E5EDF1;
            border-radius: 2px 2px 0 0;
            top: 0;
        }

[id^=tab]:checked + .tablabel {
    background: #08C;
    color: white;
    top: 0;
}

[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}


.tab-content {
    z-index: 2;
    display: none;
    text-align: left;
    width: 100%;
    font-size: 20px;
    padding-top: 10px;
    padding: 15px;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    border: 1px rgb(230, 230, 230) solid;
}

.tabsvertical input[type=radio] {
    position: absolute;
    left: -9999px;
}

.tabsvertical {
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
}

    .tabsvertical li {
        float: none;
        width: 160px;
    }

    

.tab-verticalcontent {
    z-index: 2;
    display: none;
    text-align: left;
    width: 80%;
    font-size: 20px;
    padding-top: 10px;
    padding: 15px;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    border: 1px rgb(241, 237, 237) solid;
    top: 0;
    left: 160px;
}



.buttonStack {
    width: 100px;
    float: right;
    display: block;
    margin-top: 50px;
    text-align: right;
    background-color: #fff;
    position: relative;
}

    .buttonStack input[type=submit] {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .buttonStackOuter {
        position:absolute;
        width: 100px;
        right: 0px;
    }

.maintenancescrn {
    margin-top: 10px;
}

.error {
    width: 45%;
    margin: 0 auto;
    text-align: center;
}

    .error p {
        text-align: center;
    }




.expandable-panel {
    width: 100%;
    position: relative;
    min-height: 50px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #999;
}

.expandable-panel-heading {
    width: 100%;
    cursor: pointer;
    min-height: 50px;
    clear: both;
    background-color: #E5E5E5;
    position: relative;
}

    .expandable-panel-heading:hover {
        color: #666;
    }

    .expandable-panel-heading h2 {
        padding: 14px 10px 9px 15px;
        font-size: 18px;
        line-height: 20px;
    }

.expandable-panel-content {
    padding: 0 15px 0 15px;
    margin-top: -999px;
}

    .expandable-panel-content p {
        padding: 4px 0 6px 0;
    }

        .expandable-panel-content p:first-child {
            padding-top: 10px;
        }

        .expandable-panel-content p:last-child {
            padding-bottom: 15px;
        }

.icon-close-open {
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(icon-close-open.png);
    right: 15px;
}

.expandable-panel-content img {
    float: right;
    padding-left: 12px;
}

.header-active {
    background-color: #D0D7F3;
}

span {
    font-size: 12px;
}

.right {
    float: right;
    padding: 0 5px 0 0;
}

.left {
    float: left;
    padding: 0 0 0 5px;
}

textarea {
    resize: none;
}

.skipline {
    margin-bottom: 20px;
}


.modalBackground {
    background-color: black;
    filter: alpha(opacity='0');
    opacity: 0.7;
}

    .modalBackground.modalBackgroundFixed {
        z-index: initial !important;
    }

.popuppanel {
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    background-color: white;
	z-index: 21999 !important;
}

.textalignleft {
    text-align: left;
}

.editablegridtext {
    border: none;
    width: 100%;
    height: 100%;
    text-align: right;
    font-family: inherit;
    background-color: inherit;
}

#tabbeddiv {
    width: 86% !important;
    float: left;
    margin-top: 10px;
}

#tabbeddiv .ajax__scroll_none {
    overflow: visible !important
}

#auditgrid {
    width: 14% !important;
    float:right;
    overflow-y:auto;
    text-align:center;
    margin-top:58px;
    min-height:300px;
    height:auto;
}

#reportauditgrid {
    width: 35% !important;
    float: right;
    overflow-y: auto;
    max-height: 500px;   
    background-color: white;  
}


input[type=button] {
    cursor: pointer;
}

.arrowbottom1 {
    width: 30px;
    height: 30px;
    background: url('../../Images/1bottomarrow.png');
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}

.arrowtop1 {
    width: 30px;
    height: 30px;
    background: url('../../Images/1toparrow.png');
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}


.arrowbottom2 {
    width: 30px;
    height: 30px;
    background: url('../../Images/2bottomarrow.png');
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}


.arrowtop2 {
    width: 30px;
    height: 30px;
    background: url('../../Images/2toparrow.png');
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}

.fixradio input[type=radio] {
    position: relative;
    top: 0;
    left: 0;
}

td {
    vertical-align: top;
}

    td.verticalaligncentre {
        vertical-align: middle;
    }

    td.horizaligncentre {
        text-align: center;
    }

img[src*="OpType=ReportImage&ResourceStreamID=Blank.gif"]
{
    display: none;
}


.data-table {
    border-spacing: 0;
    font-size: 12px;
    margin: auto;
    border-spacing: 2px;
    border-color: black;
    text-align: left;
}

    .data-table tr {
        cursor: pointer;
    }

        .data-table tr:first-child {
            background-color: #08C;
            cursor: default;
            color:white;
            height: 35px;
        }


textarea {
    font-family: inherit;
}


.ajax__tab_body {
    padding:10px;
    border: 1px rgb(230, 230, 230) solid;
    margin-top: 3px;
}

.ajax__tab_header {
    font-size: 12px;
    display: block;
    border-radius: 2px 2px 0 0;
    color: #08C !important;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ajax__tab_header .ajax__tab_active > span.ajax__tab_outer {
    background: #08C;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.ajax__tab_header .ajax__tab_active .ajax__tab_tab{
    color: white !important;
}

a.ajax__tab_tab {
    padding: 10px;
    color: #08C;
}

span.ajax__tab_inner {
    overflow: hidden;
}

span.ajax__tab_outer:hover {
    background: #E5EDF1;
    border-radius: 2px 2px 0 0;
    top: 0;
}


#tabbeddiv_app .ajax__scroll_none {
    overflow:hidden !important;
}

#tabbeddiv_app .ajax__tab_header {
    float:left;
}

#tabbeddiv_app .ajax__tab_body {
    margin-left:150px;
}

#tabbeddiv_app .ajax__tab_outer {
    display:block !important;
}

#tabbeddiv_app .ajax__tab_tab{
    width:135px;
    height:auto !important;
}



.clearfix {
    clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.left {
    float: left;
}

.right {
    float: right;
}

.fullwidth {
    width: 100%;
}

.subcontainer span {
    font-size: 11.5px;
}

.spansadj span, .spansadj label{
   position: relative;
   top: -2px;
}

.spanadj {
    position: relative;
    top: 2px;
}

.tbltwocol .tblcol1 {
    width: 20%;
}

.tblbtmspace {
    margin-bottom: 20px;
}

.tbltopspace {
    margin-top: 35px;
}

.cellpadding {
    padding: 5px 0;
}

.tblheadings {
    text-align: center;
}

.tblrecordsdisplay {
    width:100%;
    height:auto; 
    max-height:300px; 
    overflow:auto;
}

/*.tbltwocol .button{*/
.cellbtn.button{
    margin: 0;
    padding: 3px 5px;
    min-width: 0;
    width: 100%;
    position: relative;
    /*top: -2px;*/
}

#tblentitiespersons .tblcol1 {
    width: 15%;
}

#tblentitiespersons .tblcol2 {
    width: 32.5%;
}

#tblentitiespersons .button {
    float: right;
    width: auto;
}

#fupWorkaround {
    display: none;
}

.fup {
    width: 100%;
    border: 1px solid lightgrey;
}

.txtboxfulladj {
    width: 99.5%;
}

.txtboxwidthadj {
    width: 98.7%;
}

.txtboxoneline {
    width: 99%;
}

.txtboxmultiline {
    width: 99.1%;
}

#outer {
    float: left;
    margin-top: 20px;
}

#treeviewdiv {
    width:25%; 
    float:left;
    font-size: 11px;
}

.htmleditor {
    width: 98%;
    height: 450px;
    margin: 0 auto;
}

#editorcontainer {
    float: left;
    width: 70%;
}
.buttonStackHorizontal {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.helpstatlabel {
    font-size:12px;
    color: red;
    font-weight: bold;
}

.checkboxlist {
    font-size: 12px;
}


/* NEW APPLICATION CSS */

.appform {
    margin: 0 auto;
    width: 90%;
}

    .appform h1 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

.appitem {
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 5px
}

.applabel {
    float: left;
    width: 30%;
}

.apptextbox {
    float: left;
    width: 69%;
}

.appcontrol {
    float: left;
    width: 69%;
    font-size: 13px;
}

.appdropdown {
    float: left;
    width: 69.6%;
    font-size: 13px;
}

.appfieldset {
    width:96.4%;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .appfieldset legend {
        font-size: 13px;
    }

.selectiontxt {
    width: 300px;
    margin-right: 10px;
    margin-left: 10px;
}

.selectionbtn {
    width: 65px;
    margin-right: 5px;
    margin-left: 5px;
}

.selectiondiv {
    margin-top: 5px;
    margin-bottom: 5px;
}

.selectioncontainer {
    margin-top: 15px;
    padding: 5px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

#grdSelection .button {
    margin: 0;
}

appfixfont {
    font-size: 13px;
}

/* NEW APPLICATION CSS */


.tblrecordsdisplay {
    width: 100%;
    min-height: 120px;
    max-height: 300px;
    height: auto;
    overflow: auto;
    border: 1px solid rgb(169, 169, 169);
}

    .tblrecordsdisplay label {
        font-size: 0.8em;
        font-size: 13px;
    }

.forecast-table {
    border-spacing: 0;
    font-size: 12px;
    margin: auto;
    border-spacing: 2px;
    border-color: gray;
    margin-bottom: -1px;
    text-align: left;
}

    .forecast-table tbody tr {
        cursor: pointer;
    }

    .forecast-table tbody tr:first-child {
        background-color: #08C;
        cursor: default;
    }

    .forecast-table td {
        vertical-align: middle;
    }

    .forecast-table .aspNetDisabled {
    background-color: lightgray;
}

    .forecast-table tr:nth-child(3n+4) {
        border-bottom-style: solid
    }


.readonly {
    background-color: lightgray;
    border: solid lightgrey thin;
}

.txtboxaslabel {
    background: #fff;
    border: none;
    width: auto
}

.reportercontainer{
    margin: 0 auto;
    margin-top: 10px;
    border: solid 1px grey;
    overflow: auto;
    padding-left: 6px;
}

.excludelabels{
	float: left; 
	font-weight: bold; 
	color: #08C
}

.wgr_fieldset {
	float: left;
    width: 45%;
}

.tbl_inline{
    margin: 20px 0 20px 20%;
}

/* Administration Project */
table.adminTable {
    border-collapse: collapse;
}
table.adminTable tr {
    height:40px;
}
table.adminTable input[type="submit"] {
    margin: 0;
}
table.adminTable td:first-child {
    width:10%;
}
table.adminTable td:nth-child(2) {
    width:30%;
}
table.adminTable td:nth-child(3) {
    width:20%;
}
table.adminTable .imgToolTip {
    height:30px;
}
table.adminTable img[src=""] {
    display: none;
}
/* Image Upload */
.imgGrdList table.custom-table tr td { text-align: center; vertical-align: middle; padding: 0 15px; }
.imgGrdList table.custom-table tr td a { padding: 0 10px; }
/* Entities List */
.btnDebtorsLedger { padding:0 0 20px 0; }
.rptViewer { overflow-y: scroll; }
.rptViewer, .rptViewerInner { max-height:800px }
.rptViewer tr td { vertical-align: middle; }

/* Report Viewer in View History Popup */
.rptViewerHistory { overflow-y: scroll; width: 64%;  height: 500px; background-color: white }
.rptViewerHistory tr td { vertical-align: middle; }

/* Application Report */
.btnAr {
    margin: 0px 0px 5px 15px;
}

/* Report Viewer in View History Popup */
.rptViewerHistory { overflow-y: scroll; width: 64%;  height: 500px; background-color: white }
.rptViewerHistory tr td { vertical-align: middle; }

/* Contract Report */
.tblContract        {width:100%;border-collapse:collapse;border-spacing:0;}
.tblContract tr th  {padding-bottom: 20px;}
.tblContract .col-1 {width:10%;}

/* Report Viewer in View History Popup */
.rptViewerHistory { overflow-y: scroll; width: 64%;  height: 500px; background-color: white }
.rptViewerHistory tr td { vertical-align: middle; }

/* Loading on save button */
#ServerPageContent_btnSave {margin-top:0px; margin-right:0px;}
#loadingBlock {
    display: none;
    position: absolute; 
    /*width: 300px; height: 500px;*/ 
    width:100%; height:100%;
    z-index: 15; 
    /*top: 20%; left: 50%;*/ 
    top: 0%; left: 0%;
    /*margin: -100px 0 0 -400px;*/ 
}
#loading {
    font-size: 10pt;
    border: 0px solid #67CFF5;
    /*width: 800px; height: 400px;*/
    width: 100%; height: 100%;
    position: fixed;
    background-color: #fff;
    background: #fff; 
    z-index: 999;
    opacity: 0.9;
    color: #000;
    text-align: center;
    padding-top: 200px;
}

/* adminchecklist */
table.adminchecklist {
    table-layout: fixed;
}
table.adminchecklist td {
    word-wrap:break-word;
}
table.adminchecklist td:nth-child(3n), table.adminchecklist th:nth-child(3) {
    width:24%;
    vertical-align: middle;
}
table.adminchecklist td:nth-child(6n), table.adminchecklist th:nth-child(6) {
    width:8%;
    text-align: center;
    vertical-align: middle;
}

/* SOE By Priority Axis */
table.soePA {
    table-layout: fixed;
}
table.soePA td {
    word-wrap:break-word;
    vertical-align: middle;
}
table.soePA th:nth-child(1) {
    width:20%;
}
table.soePA td:nth-child(2) {
    text-align: center;
}
table.soePA th:nth-child(4) {
    width:9%;
}
table.soePA th:nth-child(2), table.soePA th:nth-child(3), table.soePA th:nth-child(5), table.soePA th:nth-child(6), table.soePA th:nth-child(7) {
    width:10%;
}

/* Payment Claim Doc */
table.custom-table.PaymentClaimDoc {
    table-layout: fixed;
}
    table.custom-table.PaymentClaimDoc td {
        word-wrap:break-word;
        vertical-align: middle;
    }
    table.custom-table.PaymentClaimDoc th:nth-child(1) {
        width:10%;
    }
    table.custom-table.PaymentClaimDoc th:nth-child(2) {
        width:30%;
    }
    table.custom-table.PaymentClaimDoc th:nth-child(3) {
        width:16%;
    }
    table.custom-table.PaymentClaimDoc th:nth-child(4),table.custom-table.PaymentClaimDoc th:nth-child(5) {
        width:6%;
    }


/* Project Progress Report (PPR) */
table.ppr td {vertical-align:middle;}
.pprTxtCode {
    width: 20%;
    padding-right: 10px;
}
.pprTxtTitle {
    width:60%;
}
.pprBtnSearch { 
    width:20%;
}
    .pprBtnSearch .button {
        margin:0px;
    }

 
/* OTS Management Verification */

.otsLabel p, .otsLabel .appitem > label  {
	font-size: 12px;
}
.otsLabel .apptextbox {
	height: 30px;
}
.otsLabel .applabel {
	width:100%;
}
.otsLabel .apptextbox {
	width:99%;
}
.otsLabel  .appitem {
	padding-bottom:20px;
}

/* AccoutingYear (view history) */
#tabbeddiv.viewHistoryFix {width: 84%!important;}
#auditgrid.viewHistoryTop {margin-top: 14px;}

/* Temp fix in tabs scroll menu */
#ServerPageContent_TabContainer_tab2_AdjustmentReport,
#ServerPageContent_TabContainer_tab7_OperationsAdmin_TabContainerAdminOperation_body, 
#ServerPageContent_TabContainer_tab9_Other_TabContainerOther_body, 
#ServerPageContent_TabContainer_tab10_Statistics_TabContainerStat_body,
#ServerPageContent_TabContainer_tab2_InvoiceDocumentation, #ServerPageContent_TabContainer_tab3_InvoiceChecklist, 
#ServerPageContent_TabContainer_tab6_Confirmation_TabContainerConfirmation_body,
#ServerPageContent_TabContainer_tab4_PaymentAuthorisation, 
#ServerPageContent_TabContainer_tab2_IrregularityConfirmed, #ServerPageContent_TabContainer_tab6_IrregularityAnnex {
    min-height: 250px;
}

/* Result Indicator */
.txtResultIndicator {
    margin-bottom: 3px;
    width: 99.5%;
}

/* OPERATION */

div.container {
    float: left;
}
div.containerbox {
    float: left;
    margin-bottom: 10px;
}

/* cookie policy */

.cookiePopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e3ecf3;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(66, 117, 156);
    padding: 20px;
    border-radius: 5px;
    /*text-align: justify;*/
    z-index: 1;
}

.cookieClickablesHolder {
    padding-top: 1%;
    text-align: left;
}

.cookieLink {
    color: #416271;
    padding-right: 2%;
    text-decoration: underline;
}

.cookieLink:hover {
    color: #416271;
    text-decoration: none;
    cursor: pointer;
}

.cookieAcceptButton {
    background-color: #42759C;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    float: right;
}

.cookieAccordionTitle:hover, .cookieAcceptButton:hover {
    background-color: #416271;
}

.cookieAccordionTitle {
    background-color: #84accb;
    color: white;
    cursor: pointer;
    padding: 10px 25px;
    border: none;
    text-align: left;
    outline: none;
    border-radius: 3px;
    margin-top: 0.5%;
    display: flex;
}

.cookieAccordionContent {
    margin: 0.5% 2%;
}

.cookieSettingNecessary, .cookieSettingNonNecessary {
    position: fixed;
    transform: scale(0.8);
    right:20px;
}

.cookieSettingNonNecessary input{
    right: 0;
}

.cookieSettingNonNecessary p {
    right: 50px;
    position:relative;
}

.cookieNonNecessaryCheck {
    appearance: none;
    width: 40px;
    height: 20px;
    position: fixed;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    background-color: #e3ecf3;
    transition: background-color ease 0.3s;
    bottom: 0.1px;
    z-index: 2;
}

.cookieNonNecessaryCheck:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    border-color: grey;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    transition: all cubic-bezier(0.4, 1.5, 0.7, 1) 0.3s;
}

.cookieNonNecessaryCheck:checked {
    background-color: #42759C;
}

.cookieNonNecessaryCheck:checked:before {
    left: 23px;
}

/*Dynamic Reports CSS */
.dr-hlabel {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.dr-form {
    margin: 0 auto;
    width: 90%;
}

    .dr-form h1 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

.dr-fieldset {
    width: 96.4%;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .dr-fieldset legend {
        font-size: 13px;
    }


.dr-section {
    margin-bottom: 10px;
    font-size: 14px;
}
    .dr-section .dr-question {
        clear: both;
        margin: 10px 0;
    }
        .dr-section .dr-question table.custom-table td {
            text-align: center;
            vertical-align: middle;
        }

            .dr-section .dr-question table.custom-table input[type=text] {
                border: solid black thin !important;
            }

        .dr-section .dr-question input[type=text][readonly], .dr-section .dr-question textarea[readonly] {
            background-color: lightgray;
            border: solid lightgrey thin;
        }

    .dr-section .dr-label {
        margin-bottom: 5px;
    }

    .dr-section .dr-textbox {
        width: 99.2%;
    }

        .dr-section .dr-textbox.dr-date {
            width: 25%;
        }

    .dr-section .dr-control {
        width: 100%;
    }

    .dr-section .dr-dropdown {
        width: 100%;
        padding: 2px 4px;
    }
    .dr-backdrop {
        background: white;
    }
