body
    {
        margin:0;
        padding:0;
        font-size:small;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        background-color: #e4e9e6e7;
    }
[v-cloak]
    {
	    display:none;
    }
input,select,textarea,button,a,td,span,.dp__input_wrap input
    {
        font-size:15px;
        /*font-family: Verdana, Geneva, Tahoma, sans-serif*/;
        font-family:"Courier New", Courier, monospace;
    }
.datepicker
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color: white;
    }
.datepicker input
    {
        height:18px;
        top:0;
        border:none;
    }
#mainContainer
    {
        width:100%;
        height: 100vh;
        box-sizing: border-box;
        border:solid 1px transparent;
        overflow-y: auto;
        position: relative;
    }
#loginContainer
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
    }
/*##################################################################################################*/
.loader
    {
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:0;
        background:rgba(0,0,0,.5);
        z-index: 1000;
        vertical-align: middle;
        box-sizing: border-box;
        display: flex;
        justify-content:center;
        align-items: center;
    }
#Ani_Text 
    {
        color: white;
        font: 300 4em/150% Impact;
        text-align: center;
    }
/* loading dots */
.loading:after 
    {
        content: ' .';
        animation: dots 1s steps(5, end) infinite;
    }
@keyframes dots 
    {
        0%, 20% 
            {
                color: rgba(0,0,0,0);
                text-shadow:
                .25em 0 0 rgba(0,0,0,0),
                .5em 0 0 rgba(0,0,0,0);
            }
        40% 
            {
                color: white;
                text-shadow:
                .25em 0 0 rgba(0,0,0,0),
                .5em 0 0 rgba(0,0,0,0);
            }
        60% 
            {
                text-shadow:
                .25em 0 0 white,
                .5em 0 0 rgba(0,0,0,0);
            }
        80%, 100% 
            {
                text-shadow:
                .25em 0 0 white,
                .5em 0 0 white;
            }
    }
/*################################################################################################*/
#dashboardContainer
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        /*border:solid 1px transparent;*/
    }
.headerContainer
    {
        width:100%;
        height: 50px;
        box-sizing: border-box;
        border-bottom:solid 1px gray;
        box-shadow: 1px 2px 5px gray;
    }
/*###########################################################################################*/
.userContainer
    {
        width:100%;
        height: 23px;
        box-sizing: border-box;
        display: flex;
        justify-content: right;
    }
.userContainer span
    {
        font-size:clamp(12px,2vw,14px);
        margin-right: 10px;
    }
.userContainer i
    {
        font-size:clamp(12px,2vw,14px);
        margin-right: 10px;
        cursor: pointer;
    }
/*###########################################################################################*/
.navContainer
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
        padding-left: 10px;
    }
.navContainer button
    {
        border:none;
        height: 24px;
        background-color: transparent;
        font-weight: 600;
        cursor:pointer;
        margin-right: 15px;
    }
.navContainer button:hover
    {
        color:green;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 2px 5px gray;
    }
.navContainer span
    {
        float:right;
    }
/*###########################################################################################*/
.bodyContainer
    {
        width:100%;
        height:calc(100% - 50px);
        box-sizing: border-box;
    }
.navContentContainer
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border: solid 1px transparent;
        display: flex;
        flex-direction: row;
    }
/*###########################General Legder##############################################*/
/*###########################Supplier And Payables#######################################*/
.sideMenuContainer
    {
        width:230px;
        height:calc(100% - 10px);
        margin: 5px 0px 5px 3px;
        box-sizing:border-box;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
        padding:15px 10px 10px 10px;
    }
.sideMenuContainer label
    {
        display: inline-block;
        width:100%;
        font-weight: 800;
        margin-top: 5px;
    }
.groupMenuContainer
    {
        width:calc(100% - 15px);
        box-sizing: border-box;
        margin:0px 0px 0px 15px;
        position: relative;
    }
.menuItem
    {
        width:100%;
        height: 23px;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        padding:5px 0px 0px 5px;
        cursor:pointer;
    }
.menuItem a
    {
        text-decoration: none;
    }
.menuItem:hover
    {
        color:green;
        border-bottom:solid 2px gray;
    }
.subMenuContainer
    {
        width: 180px;
        /*display: none;*/
        box-sizing: border-box;
        background-color: #d9e6e4;
        border:solid 1px gray;
        border-radius: 5px;
        margin-left:50%;
        position: absolute;
        padding:0px 5px 0px 5px;
        z-index: 4;
    }
.subMenuItem
    {
        width: 100%;
        height: 23px;
        box-sizing: border-box;
        border-bottom:solid 1px gray;
        padding:5px 0px 0px 0px;
        cursor:pointer;
    }
.subMenuItem:hover
    {
        color:green;
        border-bottom:solid 2px gray;
    }
/*.menuItem:hover .subMenuContainer
    {
        display: block;
        border-bottom:solid 1px gray;
    }*/
.subMenuContentContainer
    {
        flex-grow: 1;
        width: calc(100% - 235px);
        height:calc(100% - 10px);
        box-sizing: border-box;
        margin: 5px 0px 5px 5px;
    }
.subMenuContentTitle
    {
        width:100%;
        height: 23px;
        box-sizing: border-box;
        font-weight: 600;
        border-bottom: solid 2px gray;
        margin-bottom: 5px;
    }
.subMenuContentDetails
    {
        width:100%;
        height:calc(100% - 30px);
        box-sizing: border-box;
    }
.subMenuContent
    {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        overflow-y: auto;
    }
/*#################################Search General Ledger Accounts########################*/
.SearchGeneralLedgeAccounts
    {
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:0;
        background:rgba(0,0,0,.2);
        z-index: 999;
    }
#SearchGeneralLedgeAccountsD1
    {
        width: 60%;
        height:calc(100% - 80px);
        right:10px;
        top: 40px;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: bisque;
        position: absolute;
        overflow-y: auto;
    }
#SearchGeneralLedgeAccountsD10
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
    }
#SearchGeneralLedgeAccountsD10 label
    {
        margin-top: 10px;
        margin-left:5px;
        font-size: small;
        font-weight: 600;
        text-shadow: 3px 3px 5px gray;
    }
#SearchGeneralLedgeAccountsD10 span
    {
        width:25px;
        height: 18px;
        font-size: 15px;
        font-weight: 800;
        float:right;
        cursor:pointer;
        margin-top: 3px;
        margin-right: 3px;
        border:solid 1px gray;
        border-radius:3px;
        box-shadow: 1px 2px 5px gray;
        background-color: red;
        color:white;
        text-align: center;
    }
#SearchGeneralLedgeAccountsD11
    {
        width:100%;
        height: 50px;
        box-sizing: border-box;
    }
#SearchGeneralLedgeAccountsD11 table
    {
        width:100%;
        border-spacing: 0;
    }
#SearchGeneralLedgeAccountsD11 td
    {
        height: 23px;
    }
#SearchGeneralLedgeAccountsD11 select, #SearchGeneralLedgeAccountsD11 button
    {
        width:100%;
        height:100%;
        border:solid 1px gray;
        border-radius: 3px;
        cursor:pointer;
    }
#SearchGeneralLedgeAccountsD11 input
    {
        width:100%;
        height:100%;
        border:solid 1px gray;
        border-radius: 3px;
        box-sizing: border-box;
    }
#SearchGeneralLedgeAccountsD12
    {
        width: 100%;
        height:calc(100% - 80px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: bisque;
        position: absolute;
        overflow-y: auto;
    }
#SearchGeneralLedgeAccountsD12 table
    {
        width:100%;
        border-spacing: 0;
    }
#SearchGeneralLedgeAccountsD12 thead
    {
        position:sticky;
        top:0;
        background-color: bisque;
    }
#SearchGeneralLedgeAccountsD12 thead td
    {
        font-weight: 600;
        font-size: smaller;
    }
#SearchGeneralLedgeAccountsD12 thead  tr:nth-child(1) td:last-child
    {
        border-radius: 5px 5px 0px 0px;
    }
#SearchGeneralLedgeAccountsD12 thead input
    {
        width:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        height: 23px;
        outline:none;
        box-shadow: 3px 2px 5px gray;
    }
#SearchGeneralLedgeAccountsD12 table tbody tr
    {
        cursor: pointer;
    }
#SearchGeneralLedgeAccountsD12 table tbody tr:hover
    {
        background-color: #c5c5c5;
    }

@media screen and (max-width: 1115px)
    {
        #SearchGeneralLedgeAccountsD12
            {
                width: 60%;
                margin-left: 5%;
            }

    }
@media screen and (max-width: 1400px) and (min-width: 1116px)
    {
        #SearchGeneralLedgeAccountsD12
            {
                width: 50%;
                margin-left: 10%;
            }

    }
/*#######################################Counter############################################*/
.CounterContainer
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        background:rgba(0,0,0,.5);
        position:absolute;
        top:0;
        left:0;
    }
.CounterContainerD1
    {
        width:50%;
        margin-left: 25%;
        margin-top:20%;
        color: white;
        font: 300 4em/150% Impact;
        text-align: center;
    }