/*########################New Fund Transfer###############################################*/
#FundTransferNewD1
    {
        width:100%;
        box-sizing: border-box;
    }
#FundTransferNewD11
    {
        width: 100%;
        box-sizing: border-box;
        background-color: white;
    }
#FundTransferNewTabContainer
    {
        width: 100%;
        box-sizing: border-box;
        border-top:solid 1px gray;
        border-left:solid 1px gray;
        border-right:solid 1px gray;
        border-bottom:solid 1px #b7b7b7;
        height: 25px;
        font-size: 0;
        border-radius:5px 5px 5px 0px;
        /*background-color: #c5c5c5;*/
        background-image: linear-gradient(rgb(190, 189, 189),#e4e9e6e7,rgb(138, 137, 137));
    }
#FundTransferNewTabContainer button
    {
        width: 80px;
        height: 23px;
        border:none;
        font-weight:bold;
        border-radius:3px 3px 0px 0px;
        background-color: transparent;
        cursor:pointer;
        
    }

#FundTransferNewTabContainer button:hover
    {
        color:green;
        border-left:solid 1px gray;
        border-top:solid 1px gray;
        border-right:solid 1px gray;
    }
.FundTransferNewContent
    {
        width:100%;
        min-height: 50px;
        box-sizing: border-box;
        border-right:solid 1px gray;
        border-bottom:solid 1px gray;
        border-left:solid 1px gray;
        border-radius: 0px 0px 5px 5px;
        padding:10px 3px 5px 3px;
    }
.FundTransferNewContent table
    {
        width:100%;
        border-spacing: 0;
    }
.FundTransferNewContent table td
    {
        height: 23px;
    }
.FundTransferNewContent table input[type="text"], .FundTransferNewContent table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius:3px;
    }
#FundTransferNewD2
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
    }
#FundTransferNewD2 button
    {
        height: 23px;
        min-width: 80px;
        margin:5px;
        box-shadow: 1px 3px 5px gray;
    }
#FundTransferNewD3
    {
        width:100%;
        height: calc(100% - 200px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
    }
#FundTransferNewD3 table
    {
        width:100%;
        border-spacing: 0;
    }
#FundTransferNewD3 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#FundTransferNewD3 table tr td:last-child
    {
        border-right: none;
    }
#FundTransferNewD3 table thead td
    {
        text-align: center;
        font-weight: 600;
    }
#FundTransferNewD3 table input[type="text"], #FundTransferNewD3 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
    }
/*########################New Fund Transfer###############################################*/
#FundTransferFindD1
    {
        width:100%;
        box-sizing: border-box;
    }
#FundTransferFindD1 table
    {
        width:100%;
        border-spacing: 0;
    }
#FundTransferFindD1 table td
    {
        height: 23px;
    }
#FundTransferFindD1 table input[type="text"], #FundTransferFindD1 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius:3px;
    }
#FundTransferFindD2
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
    }
#FundTransferFindD2 button
    {
        min-width: 100px;
        height: 23px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        margin:5px;
    }
#FundTransferFindD3
    {
        width:100%;
        height: calc(100% - 110px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#FundTransferFindD3 table
    {
        width:100%;
        border-spacing: 0;
    }
#FundTransferFindD3 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#FundTransferFindD3 table tr td:last-child
    {
        border-right:none;
    }
#FundTransferFindD3 table thead
    {
        position:sticky;
        top:0;
        z-index: 3;
        background-color: white;
    }
#FundTransferFindD3 table thead td
    {
        text-align: center;
        font-weight: 600;
    }
#FundTransferFindD3 table tbody input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#FundTransferFindD3 table tbody tr:hover
    {
        background-color: bisque;
    }
/*########################Post Fund Transfer###############################################*/
#PostFundTransferD1
    {
        width:100%;
        box-sizing: border-box;
    }
#PostFundTransferD1 table
    {
        width:100%;
        border-spacing: 0;
    }
#PostFundTransferD1 table td
    {
        height: 23px;
    }
#PostFundTransferD1 table input[type="text"], #PostFundTransferD1 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius:3px;
    }
#PostFundTransferD2
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
    }
#PostFundTransferD2 button
    {
        min-width: 100px;
        height: 23px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        margin:5px;
    }
#PostFundTransferD3
    {
        width:100%;
        height: calc(100% - 110px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#PostFundTransferD3 table
    {
        width:100%;
        border-spacing: 0;
    }
#PostFundTransferD3 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#PostFundTransferD3 table tr td:last-child
    {
        border-right:none;
    }
#PostFundTransferD3 table thead
    {
        position:sticky;
        top:0;
        z-index: 3;
        background-color: white;
    }
#PostFundTransferD3 table thead td
    {
        text-align: center;
        font-weight: 600;
    }
#PostFundTransferD3 table tbody input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#PostFundTransferD3 table tbody tr:hover
    {
        background-color: bisque;
    }
/*########################Bank Accounts New###########################################*/
#BankAccountNewD1
    {
        width:100%;
        box-sizing: border-box;
    }
#BankAccountNewD1 table
    {
        width:100%;
        border-spacing: 0;
    }
#BankAccountNewD1 table td
    {
        height: 22px;
    }
#BankAccountNewD1 table td input, #BankAccountNewD1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#BankAccountNewD2
    {
        border-top:solid 1px gray;
        margin-top:5px;
    }
#BankAccountNewD2 button
    {
        height: 23px;
        min-width: 80px;
        margin:5px;
    }
/*###########################Bank Account Find#######################################*/
#BankAccountFindD1
    {
        width:100%;
        max-height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#BankAccountFindD1 table
    {
        width:100%;
        border-spacing: 0;
    }
#BankAccountFindD1 table td
    {
        height: 22px;
        border-right:solid 1px gray;
        border-bottom: solid 1px gray;
    }
#BankAccountFindD1 table tr td:last-child
    {
        border-right: none;
    }
#BankAccountFindD1 table td input
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        outline:none;
    }
#BankAccountFindD1 table td input:focus
    {
        border:solid 1px blue;
    }
#BankAccountFindD1 table thead
    {
        position: sticky;
        top:0;
        background-color: #e4e9e6e7;
    }
#BankAccountFindD1 table thead td
    {
        text-align: center;
        font-weight: 700;
    }
#BankAccountFindD1 table tbody input[type="text"]
    {
        border:none;
        outline: none;
        background-color: transparent;
    }
#BankAccountFindD1 table tbody tr:hover
    {
        background-color: bisque;
    }
/*###########################Template#######################################*/
#CheckTemplateD1
    {
        width:100%;
        margin-top: 30px;
    }
#CheckTemplateD1 table
    {
        width:100%;
    }
#CheckTemplateD1 td
    {
        height: 24px;
    }
#CheckTemplateD1 select
    {
        height: 100%;
        width: 100%;
        border:solid 1px gray;
        border-radius: 3px;
        box-shadow: 1px 3px 5px gray;
    }
#CheckTemplateD2
    {
        width:100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
#CheckTemplateD2 table
    {
        width:100%;
    }
#CheckTemplateD2 table td
    {
        height: 24px;
    }
#CheckTemplateD2 table input
    {
        width:100%;
        height: 100%;
        border: solid 1px gray;
        border-radius: 3px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        outline:none;
    }
#CheckTemplateD2 table input:focus
    {
        border:solid 1px black;
    }
#CheckTemplateD3 button
    {
        width:100px;
        height: 24px;
        border: solid 1px gray;
        border-radius: 3px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
    }