body
{
    background-color: #D7DFE2;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    color: #416271;
}

h1
{
    padding: 5px 0 5px 0;
    margin: 0px;
    font-size: 18px;
    color: #FFFFFF;
}

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;
    line-height: 15px;
}

    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: inline;
}

#logo
{
    float: left;
    background-color: #D7DFE2;
    background-image: url('../../Images/banner.jpg');
    background-repeat: no-repeat;
    width: 1000px;
    height: 104px;
}
/*----------------------menu-------------------------*/
#menu {
  width: 1000px;
  height: 42px;
  padding: 0px;
  clear: both;
  /* background-color: #416271; */
  background-color: #003B5C;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  user-select: none;
}

    #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;
            zoom: 1;
            /*  background: #416271; */
            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: #658884; */
                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: 415px;
    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 .infoIcon
    {
        width: 20px;
        height: 20px;
        background-image: url('../../Images/info-user.png');
        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 .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');
        }

/*--------------------------main_content-------------------*/
#main_content
{
    width: auto;
    height: auto;
    clear: both;
}

#content {
  width: 960px;
  height: auto;
  /*    min-height: 400px;
*/
  min-height: 350px;
  margin: 10px;
  float: left;
  padding: 10px;
  margin-top: 5px;
  background: url(../../Images/left_content_bg.gif) repeat-x top;
  /*text-align: center;*/
}

/*------------------------------ USER INFORMATION ---------------------------*/
#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;
    }
/*----------------------funds banner --------------------------------*/
#funds_banner
{
    width: auto;
    height: auto;
    clear: both;
    width: 960px;
    height: 120px;
    margin: 10px;
    background: url('../../Images/funds_banner.jpg') no-repeat center;
}

/*--------------wide_content-----------*/
#wide_content
{
    width: auto;
    padding: 10px 20px 10px 20px;
}


/*-----------------------------footer------------------*/
#footer {
  clear: both;
  width: auto;
  /*height: 37px;*/
  color: #fff;
  /*background-color: #416271;*/
  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: 25px;*/
  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);
}

/* --------------- Forms --------------- */

.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: 15px;
    color: #666;
    /*text-align: left;*/
}

.labelBG
{
	text-align: left;
	font-size: 10pt;
	font-family: verdana,arial,tahoma;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0em;
	color: #ffffff;
	text-decoration: none;
	background-color: #3366cc;
}

.textBG
{
	text-align: left;
	font-size: 10pt;
	font-family: verdana,arial,tahoma;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0em;
	color: #330033;
	text-decoration: none;
	background-color: #FFFFCC;
}


.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;
}

input[type=submit]
{
    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;
    zoom: 1;
    border-color: white;
    width: 100px;
}

    input[type=submit]:hover
    {
        background-color: #66B3FF;
        text-shadow: none;
        color: white;
    }

    input[type=submit][disabled=disabled]
    {
        opacity: 0.6;
    }

        input[type=submit][disabled=disabled]:hover
        {
            opacity: 0.6;
            background-color: #d4d4d4;
            cursor: default;
            color: #525252;
        }

/* --------- End Forms ----------- */

.errorStatus
{
    width: 900px;
    border: 1px solid #ccc;
    margin: auto;
    margin-top: 1px;
    display: block;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    padding-bottom: 8px;
    border-radius: 5px;
    background-color: #F7D9D9;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

    .errorStatus .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;
    }

        .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');
        }

/*--------------------------- POPUP -----------------------------*/
#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:730px;
    }

    #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;
}

/*-------------------------- END POPUP ------------------------------*/



table.inline input
{
    width: 20px;
    display: inline;
    float: left;
}

table.inline label
{
    width: 50px;
    display: inline;
    float: right;
}


/*-------------------------GRIDS----------------------------------*/

.hover_row
{
    background-color: #FFFFBF;
    cursor: pointer;
}

.grdRow
{
    font-family: 'Segoe UI';
    font-size: 11px;
    cursor: pointer;
}

.grid
{
    margin: auto;
}

/*-------------------------END GRIDS----------------------------------*/

/*-------------------------TABLE--------------------------------------*/
.tblpayment tr td
{
    height: 60px;
}

.custom-table {
    border-spacing: 0;
    font-size: 12px;
    margin: auto;
    border-spacing: 2px;
    border-color: gray;
    margin-bottom: -1px;
    text-align: left;
}

    .custom-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .custom-table tbody tr:nth-child(odd) {
        background-color: #fff;
    }

    .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;
        }


.rowselected {
    color: white;
    background-color: #A1DCF2;
}

.tabletitle
{
    background-color: #0066FF;
    height: 40px;
    font-size: 12pt;
    font-family: verdana,arial,tahoma;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.tabletitlesmall
{
    background-color: #0066FF;
    height: 20px;
    font-size: 10pt;
    font-family: verdana,arial,tahoma;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.tableheader
{
    font-size: 8pt;
    font-family: verdana,arial,tahoma;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
}

.tabletext
{
    font-size: 8pt;
    font-family: verdana,arial,tahoma;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
}

.tabletextalignright
{
    font-size: 8pt;
    font-family: verdana,arial,tahoma;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    letter-spacing: 0em;
    text-align: right;
    text-decoration: none;
}


.tablefooter
{
    font-size: 10pt;
    font-family: verdana,arial,tahoma;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    letter-spacing: 0em;
    color: #000000;
    text-decoration: none;
}

.tablerowheader
{
    background-color: #0066FF;
    color: #FFFFFF;
    height: 20px;
    font-weight: bold;
}

.tablerowtext1
{
    background-color: #f9f9f9;
    color: #000000;
    height: 20px;
}

    .tablerowtext1:hover
    {
        background-color: #ddd;
    }

.tablerowtext2
{
    background-color: #fff;
    color: #000000;
    height: 20px;
}

    .tablerowtext2:hover
    {
        background-color: #ddd;
    }

.tablerowtextpartial1
{
    background-color: #f9f9f9;
    color: #FF7722;
    height: 20px;
}

.tablerowtextpartial2
{
    background-color: #fff;
    color: #FF7722;
    height: 20px;
}

.tablerowtextcomplete1
{
    background-color: #f9f9f9;
    color: #33CC33;
    height: 20px;
}

.tablerowtextcomplete2
{
    background-color: #fff;
    color: #33CC33;
    height: 20px;
}

.pager
{
    /*margin: auto;*/
    font-size: 13px;
    text-decoration: none;
    border: 1px solid black;
    background-color: #5FA3EE;
    float: left;
}

    .pager td
    {
        background-color: #4C9CF5;
        margin: 3px;
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        /*width: 10px;*/
    }

        .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;
        }

/*-----------------END TABLES---------------------------------------------*/

#fupWorkaround {
    display: none;
}

/*------------------------------ tabbed panel -----------------------*/



.tabs input[type=radio] {
    position: absolute;
    left: -9999px;
}

.tabs {
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
}

    .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;
        }

        @-moz-document url-prefix()
        {
            .tabs .tablabel
            {
                letter-spacing: -1px;
            }
        }



[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: 97%;
    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;
    top: -9999px;
    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;
    height: 435px;
}



.buttonStack {
    width: 15%;
    float: right;
    display: block;
    margin-top: 50px;
    text-align: right;
}

    .buttonStack input[type=submit] {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
    }

.error {
    background: url(../../Images/warning.png);
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
}

span {
    font-size: 13px;
}

.right {
    float: right;
    text-align: left;
    margin-bottom: 1px;
}

.left {
    float: left;
    text-align: left;
    margin-bottom: 1px;
}

textarea {
    resize: none;
}

.skipline {
    margin-bottom: 20px;
}

.modalBackground {
   background-color: black;
   filter: alpha(opacity='0');
   opacity: 0.7;
}

.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;
}


.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;
    }

/*------------------------------ END tabbed panel -----------------------*/
#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;
}

/* FIX For radio buttons */
.fixradio input[type=radio] {
    position: relative;
    top: 0;
    left: 0;
}

/*---------------- REPORTS -------------*/
.reportercontainer{
    margin: 0 auto;
    margin-top: 30px;
    border: solid 1px grey;
    overflow: auto;
}

.reportwidthcentre {
    width: 78% !important;
}

/* -------------------------------------*/

.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;
}



