﻿@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: 'Segoe UI';
    vertical-align: baseline;
}

:focus
{
    outline: 0;
}

ol, ul
{
    list-style: none;
}

table
{
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td
{
    text-align: left;
    font-weight: normal;
}

body
{
    padding: 0px;
    margin: 0px;
    /*background-color: #404563;*/
    background-color: #6f7595;
}

.center
{
    text-align: center;
}

.groupBorder
{
    padding: 10px;
    margin: 10px 0px 10px 0px;
    border: solid #999999 1px;
    border-radius: 5px;
}

.header
{
    width: 100%;
    height: 60px;
    background-color: #404563;
    margin: 0px;
    padding: 0px;
    border-top: solid #E9E9E9 1px;
    line-height: 20px;
    position: fixed;
    left: 0;
    top: 0;
}

    .header h1
    {
        color: #414850;
        font-family: 'Segoe UI';
        font-size: 18px;
        margin: 20px 10px 0px 30px;
        text-transform: uppercase;
        display: block;
    }
    .header h1 b
    {
        background: #DBCCE2;
    padding: 4px 6px;
    color: #000;
    border-radius: 9px;
    }

#SiteHeader a:link
{
    text-decoration: none;
    color: #ffffff;
}

#SiteHeader a:visited
{
    text-decoration: none;
    color: #ffffff;
}

#wraper
{
    width: 100%;
    min-height: 85vh;
    /*background-color: #c6c7d7;*/
    background-color: #6f7595;
    margin: 0px;
    float: left;
    clear: both;
    margin-bottom: 10px;
    padding-top: 60px;
}

    #wraper .mainNav
    {
        margin: 0px;
        padding: 0px;
        width: 210px;
        height: 100%;
        /*background-color: #606060;*/
        background-color: #ffffff;
        float: left;
        position: fixed;
        left: 0;
        top: 62px;
        height: 93vh;
        overflow-y: auto;
        padding-bottom: 0!important;
        margin-bottom: 0!important;
    }

        #wraper .mainNav h1
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #CCCCCC;
            margin: 10px 5px 8px 7px;
            text-transform: uppercase;
        }

        #wraper .mainNav h2
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #000;
            /* background-color: #e8e0eb96; */
            margin: 20px 5px 5px 5px;
            /*border-bottom: solid #6f75951a 1px;*/
            padding: 5px;
            /* border-radius: 4px; */
            font-weight: bold;
            text-align: left;
            text-transform: uppercase;
        }

        #wraper .mainNav p
        {
            color: #FFFFFF;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            margin: 5px;
        }

        #wraper .mainNav .navLinks
        {
            margin: 5px 5px 10px 5px;
            background-color: #fff;
            padding: 0 0 15px 0;
            border-bottom: solid #6f75951a 1px;
        }

            #wraper .mainNav .navLinks li a
            {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                /* text-transform: uppercase; */
                /* width: 96%; */
                color: #000000;
                text-decoration: none;
                display: block;
                padding: 6px 4px;
                /* height: 14px; */
                line-height: 14px;
                border-radius: 5px;
            }

                #wraper .mainNav .navLinks li a:hover
                {
                    background-color: #e9ebf5;
                }

    #wraper .mainContent
    {
        margin: 0px;
        padding: 0px;
        margin-left: 225px;
        margin-right: 15px;
    }

        #wraper .mainContent h1
        {
            background-color: #ebdef1;
    /* background-color: #ffffff; */
    color: #fff;
    color: #000000;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 10px 0;
    border-radius: 8px;
        }

        #wraper .mainContent h2, #wraper .mainContent h3, #wraper .mainContent h4
        {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #333333;
            margin: 20px 0px 10px 0px;
        }

.mainContent h2
{
    font-size: 16px;
}

.mainContent h3
{
    font-size: 12px;
}

.mainContent h4
{
    font-size: 10px;
}

#wraper .mainContent p
{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-size: 12px;
    margin: 10px 10px 10px 0px;
    padding: 0px;
}

#wraper .groupBorder h2
{
    background-color: #CCCCCC;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 6px;
    margin: 0px 0px 10px 0px;
}

#wraper .mainNav, #wraper .mainContent
{
    padding-bottom: 1000em;
    margin-bottom: -1000em;
}

#wraper
{
    overflow: hidden;
}

.content-group{
    border-radius: 8px;
    display: flex;
    padding: 0px;
    gap: 6px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}
.col-12{
    width: 99%;
}
.col-8{
    width: 66%;
}
.col-6{
    width: 49%;
}
.col-4{
    width: 32%;
}
.col-3{
    width: 24%;
}
.col-2{
    width: 15%;
}

.border{
    border: 1px solid #404563 !important;
    border-radius: 6px;
}
.no-border{
    border:none !important;
}
.info_col
    {
        padding: 5px 30px 20px 30px;
        margin: 0;
        padding: 0;
        width: 32.5%;
        background-color: #fff;
        /* max-width: 300px; */
        border: solid 1px #cbcfe3;
        border-radius: 6px;
     }
     .info_col .info_header {
        padding: 10px 0;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: space-between;
    align-items: center;
     }
     .info_col .info_header .icon{
        width: 45px;
    height: 45px;
    margin: 10px 20px 0 0;
    }
    .info_col .info_header .icon img{
        width: 100%;
    }
     .info_col .info_header h2{
        margin: 20px 5px 5px 35px !important;
     }
     .info_col ul{
        margin: 5px 30px 20px 30px;
     }
.info_col li
        {
            list-style: none;
    padding: 5px 10px;
    margin: 5px 0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    list-style-position: inside;
    border-bottom: solid 1px #e9ebf5;
        }
.info_col li:hover{
    background-color: #e9ebf5;
    border-radius: 11px;
}        
        .info_col li a
        {
    text-decoration: none;
    display:block;
    color: #000;
    width: 100%;
        }
.footer
{
    width: 100%;
    padding: 10px 0px;
    margin: 20px 0 0 0px;
   /* background-color: #404563; */
    clear: both;
    text-align: right;
}

    .footer h1
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        color: #ffffff;
        padding: 0 15px 0 0;
    }

    .footer p
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #ffffff;
        padding: 0 15px 0 0;
    }

    .footer a:link
    {
        text-decoration: none;
        color: #66cbdd;
    }

    .footer a:visited
    {
        text-decoration: none;
        color: #66cbdd;
    }

.formBlock
{
    padding: 0px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 0;
}
.formBlock.login
{
    max-width: 430px;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50% );
    box-shadow:0 2px 5px 3px rgb(0 0 0 / 10%), 0 2px 25px 11px rgb(0 0 0 / 11%)
}
.formBlock.login .icon-login{
    width: 66px;
    height: 66px;
    margin: 13px auto 20px auto;
}
.formBlock.login .icon-login img{
    width: 80%;
    margin: 10%;
}
.formBlock.login .login_content p{
    font-size: 11px !important;
}
.formBlock.login  h1{
    text-align: center;
    font-size: 20px !important;
}
.formBlock.login .login_content label{
    display: block;
    font-weight: 600;
    font-size: 13px;
    width: calc(100% - 30px);
    margin: 10px 15px 5px 15px;
}
.formBlock.login .login_content p{
    margin: 5px 15px !important;
    font-size: 12px;
}
.formBlock.login .login_content input[type="text"],
.formBlock.login .login_content input[type="password"]
{
    border-radius: 14px;
    padding: 10px 16px;
    width: 84%;
    margin: 0px 0 0 10px;
    max-width: 500px;
    background-color: #FFFFFF !important;
}
.formBlock.login .submitButton.login{
    margin: 20px auto;
    padding: 13px 38px;
    border-radius: 19px;
    cursor: pointer;
}

.content-center{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}



    .formBlock fieldset
    {
        border: 1px solid #404563;
        margin: 20px 0px 10px 0px;
        padding: 30px 13px;
        border-radius: 6px;
    }

    .formBlock legend
    {
        width: auto;
        font-size: 11px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        background-color: #FFFFFF;
        margin-left: 10px;
        padding: 5px 10px;
        border-radius: 6px;
    }

    .formBlock .row
    {
        padding: 1px 0px;
        margin: 10px 0px 0px 15px;
       /* float: left;*/
        width: calc(100% - 15px);
    }

    .formBlock .clsdmsg
    {
        padding: 1px 0px;
        margin: 10px 0px 0px 15px;
        float: left;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight:bold;
    }   

    .formBlock label
    {
        width: 120px;
        float: left;
        padding: 0px;
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 600;
        margin: 9px 0 0 0;
    }

        .formBlock label.checkList
        {
            font-size: 11px;
            float: none;
            margin-right: 8px;
            width: auto;
        }

    .formBlock .error, .formBlock .text, .formBlock label, .formBlock .row input[type="checkbox"], .formBlock input[type="text"], .formBlock .row input[type="radio"]
    {
        display: inline-block;
    }

.submitButton
{
    background-color: #404563;
    color: #ffffff;
    font-weight: bold;
    width: auto;
    padding: 6px 20px 6px 20px;
    border: 0px;
    border-radius: 6px;
    margin-left: 10px;
}

/*put a style for controlling non-submit buttons */
.regButton
{
    width: auto;
    font-weight: bold;
	font-size: 11px;
	width: auto;
    padding: 8px 20px 8px 20px;
    border: 0px solid #000000;
    cursor: pointer;
    border-radius: 6px;
    margin-left: 10px;
    background-color: #000000;
    color: #fff;    
}
.deleteButton
{
    width: auto;
    font-weight: bold;
	font-size: 11px;
	width: auto;
    padding: 6px 20px 6px 20px;
    border: 0px solid #000000;
    border-radius: 6px;
    margin-left: 10px;  
    background-color: #FF0000;    
}

input[type=file]
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 6px;
    padding: 4px;
}

input[type=text], input[type=password], select, textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 85%;
    max-width: 300px;
    color: #000000;
    border: 1px solid #6f7595;
    margin-left: 0px;
    background-color: #fafbff;
    border-radius: 8px;
    padding: 8px;
}
/*input[type=password]
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 300px;
    color: #000000;
    border: 1px solid #CCCCCC;
    margin-left: 10px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 4px;
}*/
input[type=checkbox]
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    border: 1px solid #CCCCCC;
    margin-left: 10px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 4px;
}

.formBlock .text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 300px;
    color: #000000;
    border: 1px solid #CCCCCC;
    margin-left: 10px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 4px;
}

/*.formBlock select
{
    border: 1px solid #CCCC33;
    padding: 0px;
    margin-left: 10px;
}*/

.formBlock .buttons
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #333333;
    color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 6px 10px;
    border-radius: 6px;
}

.formBlock .error
{
    /*background-color: #cc003300;*/
    color: #ff0000;
    margin: 0px 0px 0px 10px;
    text-align: center;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: 500;
    /* border-radius: 4px;*/
}

.login_bar
{
    text-align: right;
    margin-right: 30px;
    position: absolute;
    float: right;
    top: 0px;
    right: 10px;
    line-height: 60px;
    height: 60px;
    color: #ffffff;
}

.login_bar a:link
{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    background-color: #000;
    padding: 7px 10px;
    border-radius: 10px;
    margin: 0 0 0 10px;
    font-weight: 600;
}

.login_bar a:visited
{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}
#lblUsername{
    font-size: 14px;
}

table.search_results td, th
{
	padding: 8px;
    /*border: 1px solid #ffffff;*/
    font-size: 14px;
    border:none;
}
table.search_results td
{
    border-left:1px solid #cfd1db;
}
table.search_results td:first-child
{
    border-left:none;
}
.search_results
{
	margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    background-color: #fff;
    border:none;
}
.search_results_header
{
	background-color: #404563;
    color: #ffffff;
}

.search_results_header a
{
	color: #ffffff;
    text-decoration: none;
}

.search_results_item
{
	background-color: White;
}

.search_results_alt_item
{
	/*background-color: #dbeaf9;*/
    background-color: #dbeaf97a;
}

.hidden_field
{
	display: none;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}

.pager
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.07);
}
.pager a
{
    text-decoration: none;
    color: #404563;
    background-color: #ffffff;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 10px;
    text-transform: uppercase;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}
.pager a.aspNetDisabled
{
    color: #bbb8b8;
}
.pager select{
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 12px;
    border-color: #c5c5c7;
    width: auto;
}
.pager:first-of-type
{
    margin-top: 20px !important;
}
.pager:last-of-type
{
    margin-bottom: 20px !important;
}
.archiveButton
{
	background-color: #3F1C24;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
    border: 0px;
    width: auto;
    padding: 6px 20px 6px 20px;
    border-radius: 6px;
    margin-left: 10px;
}

.recent_deposits{
   /* float: right;*/
    overflow-y: auto;
    height: 400px;
    /*width: 500px;
    top: 140px;
    position:absolute;
    right:50px;
    z-index:10;*/
    background-color:#ffffff;
    padding:10px;
    /*border: solid 1px #606060;*/
    border-radius: 6px;
}

.confirmation_message
{
    background-color: #404563;
    color: #FFFFFF;    
    margin: 0px 0px 0px 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    padding: 10px;
}

    .confirmation_message a
    {
        color: #ffffff;
        font-weight: bold;
    }

.confirmation_message_main
{
    color: #404563;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20%; padding-right: 20%; padding-top: 20%;
    text-align: center;
}
.readonlyfield
{
    border: 1px dashed #64A8D1;
    cursor: default;
}

.green_head
{
    display: block;
    width: 96%;
    background-color: #DBCCE2;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.normBulls
{
    list-style-type: square;
    margin-left: 20px;
    font-size: small;
}