﻿* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: segoe;
    margin-top: 50px !important;
    margin-bottom: 50px;
    background-color: #f2f2f2;
}

@font-face {
    font-family: segoe;
    src: url(../fonts/SEGOEUI.TTF);
}

.menuRightarea {
    width: 18.5%;
    height: auto;
    background: #039be5;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.db-sideicons {
    font-size: 18px;
    margin-right: 8px;
    width: 20px;
}

.logoarea {
    width: 90%;
    /*background: #FFF; */
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 55%;
}

.logo {
    width: 110px;
    /*padding: 24px;*/
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    /*transform: translateY(-50%);*/
    background-color: #fff;
    border-radius: 50%;
    height: 110px;
}

    .logo a img {
        width: 75px;
        height: auto;
    }

.menuarea {
    width: 100%;
    margin-top: 65%;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

    .menuarea ul {
        list-style: none;
    }

        .menuarea ul li {
            position: relative;
        }

            .menuarea ul li a {
                font-family: segoe;
                color: #FFF;
                text-decoration: none;
                /* border-top: 1px solid #039be5; */
                display: block;
                padding: 10px 32px 10px 18px;
                border-left: 3px solid transparent;
                font-size: 15px;
            }

                .menuarea ul li a:hover::before {
                    content: '';
                    position: absolute;
                    top: 13px;
                    left: 3px;
                    display: block;
                    opacity: 1;
                    border-width: 8px;
                    border-style: solid;
                    border-color: transparent;
                    border-left: 6px solid #ffffff;
                }

            .menuarea ul li:last-child a {
                /* border-top: 1px solid #039be5; */
            }

            .menuarea ul li a:hover, .menuarea ul li a.active {
                background: rgba(255, 255, 255, .12);
                border-left: 3px solid #FFF;
            }

.scrollMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollMenu::-webkit-scrollbar {
    width: 8px;
    background-color: #039be5;
}

.scrollMenu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0093da;
}

.contentR {
  
      width: 83%;
    height: auto;
    margin-left: 16.5%;
}

.inpuimage
        {
                position: absolute;
    right: 0px;
    top: 0px;
    font-family: Arial;
    font-size: 118px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 0;
    height: 100%;
            }
            .lablebtn {
    display: inline;
    width: 130px;
    padding: 7px 10px;
    float: left;
    text-align: center;
    background: #039be5;
    color: #FFF;
    border-radius: 2px;
    border: 1px solid #039be5;
    box-shadow: 0 1px 1px rgba(255,255,255,.37) inset, 1px 0 1px rgba(255,255,255,.07) inset, 0 1px 0 rgba(0,0,0,.36), 0 -2px 12px rgba(0,0,0,.08) inset;
}

    .col-md-4 .inpuimage
{
    width: 28.666667%;
    }
    .vendorbtn
    {
        width:180px;
        }
.contentLogin
{
     width: 100%;
    height: auto;
    }
.loginarea {
        width: 40%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.divlogin{
    width: 40%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.loginbutton
{
    background: #039be5;
    color: #FFF;
    border: none;
    padding: 5px 20px;
    letter-spacing: 1px;
    font-size: 19px;
    border: 1px solid #022344;
    margin-bottom: 30px;
    }
    .divImgLogo
    {
        width: 35%;
    height: auto;
    margin: 0 auto;
    }
    .divImgLogo img
    {   
      width: 100%;
    height: auto;
    margin: 5px auto;
        }
.hedingC, .hedingCforgot {
    font-family: segoe;
    font-size: 33px;
    color: #039be5;
    padding: 0 8% 2% 8%;
/*    border-bottom: 2px solid #039be5; */
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.hedingC::after {
    content: "";
    height: 2px;
    width: 68px;
    background-color: #039be5;
    position: absolute;
    top: 48px;
    left: 25%;
}
.hedingCforgot::after {
    content: "";
    height: 2px;
    width: 202px;
    background-color: #039be5;
    position: absolute;
    top: 48px;
    left: 25%;
}
.main-forgot .forgot-submit, .main-forgot p {
    text-align: center;
}

.main-forgot .forgot-submit input {
    margin-bottom: 0;
}
.main-forgot input[type="text"] {
    margin-bottom: 20px;
}

.formarea {
  width: 40%;
    height: auto;
    margin: 1% auto;
    box-shadow: 0 0 10px #c7c7c7;
}

.formDiv {
    width: 100%;
    height: auto;
}
.col-md-6 .formDiv
{
    padding-left: 10px;
    padding-right: 0px;
    }
    .formDiv input {
        width: 100%;
        border: none;
        border-bottom: 1px solid #022344;
        outline: none;
        color: #022344;
        font-size: 18px;
        padding: 8px 0;
    }

        .formDiv input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #022344;
        }

.formarea .col-md-6 {
    padding-left: 0 !important;
   /* padding-right:  0 !important;*/
}
.rowdiv12
{
    margin-top: 40px;
    }
    .formDiv label
    {
            padding-left: 10px;
    padding-right: 0px;
        }
.formDiv span {
    color: #022344;
    font-size: 14px;
    float: right;
}

.checkboxarea {
    width: 100%;
    height: auto;
    padding: 0 15px;
    margin: 4% 0;
}

    .checkboxarea span {
        display: block;
        font-size: 14px;
        color: #022344;
    }


        .checkboxarea span label {
            position: relative;
            padding-left: 1.95em;
            cursor: pointer;
        }

        .checkboxarea span input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.25em;
            height: 1.25em;
            border: 1px solid #022344;
            background: url("../images/right.png");
        }

        .checkboxarea span input[type="checkbox"]:checked + label:before {
            width: 1.25em;
            height: 1.25em;
            background: url("../images/right.png");
        }

        .checkboxarea span input[type="checkbox"] {
            display: none;
        }


/**************customize check box**************************/
/* The container */
.checkDiv label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #022344;
    font-size: 18px;
    font-weight: normal;
    font-family: segoe;
}

    /* Hide the browser's default checkbox */
    .checkDiv label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px; /* background-color: #eee; */
    background: url(../images/UNchek.png) no-repeat;
    background-size: 100% 100%;
}

/* On mouse-over, add a grey background color */
/*.cstmChkBx label:hover input ~ .checkmark {
    background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.checkDiv label input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
    background: url(../images/chek.png) no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.btnsubmit {
    background: #022344;
    color: #FFF;
    border: none;
    padding: 10px 60px;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #022344;
}

    .btnsubmit:hover {
        border: 1px solid #022344;
        background: #FFF;
        color: #022344;
    }
    
    .btn {
        border-radius: 0;
    }

.captchadiv {
    width: 100%;
    height: auto;
    margin: 1% auto 4%;
    display: -webkit-inline-box;
}

    .captchadiv .g-recaptcha {
        margin: 0 auto;
    }

.Generatediv {
    width: 80%;
    height: auto;
    margin: 7% auto 0;
    text-align: center;
}

.btnsingup {
    background: #022344;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #022344;
    font-family: segoe;
}

    .btnsingup:hover {
        background: #FFF;
        color: #022344;
        border: 1px solid #022344;
    }

.Generatediv span {
    color: #022344;
    font-family: segoe;
    display: block;
    margin: 20px 0;
    font-size: 16px;
}

.signupdiv {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 6% 0;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.selectpop {
    width: 100%;
    height: auto;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11111;
}

.selcttpopinner {
    width: 90%;
    height: auto;
    background: #FFF;
    margin: 5% auto;
    box-shadow: 0 0 10px #c7c7c7;
    padding: 2% 0 5%;
}

.headGR {
    font-family: segoe;
    font-size: 33px;
    color: #022344;
    padding: 0 4% 2%;
    display: inline-block;
    position: relative;
}

    .headGR:before {
        content: "";
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: linear-gradient(to right, #ff000000, #bbbbbb, #fff0);
    }

.btnDblueL {
    background: #022344;
    color: #FFF;
    border: none;
    padding: 10px 60px;
    letter-spacing: 1px;
    font-size: 19px;
    border: 1px solid #022344;
}

    .btnDblueL:hover {
        border: 1px solid #022344;
        background: #FFF;
        color: #022344;
    }

.btnDblueS {
    background: #022344;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #022344;
    font-family: segoe;
    letter-spacing: 1px;
}

    .btnDblueS:hover {
        background: #FFF;
        color: #022344 !important;
        border: 1px solid #022344;
    }

.popupinnerdiv {
    width: 100%;
    height: auto;
    border: 1px solid #1d67b1;
    padding: 10px 20px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .popupinnerdiv p {
        font-family: segoe;
        font-size: 20px;
        color: #000;
        margin: 0;
        cursor: pointer;
    }

.selcttpopinner .owl-nav i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 42px;
    font-size: 50px;
    color: #022243;
    border: 3px solid #022243;
    border-radius: 50px;
}

.popupsliderarea {
    width: 80%;
    height: auto;
    margin: 3% auto 0px;
}

    .popupsliderarea .owl-prev {
        position: absolute;
        top: 15px;
        left: -78px;
    }

    .popupsliderarea .owl-next {
        position: absolute;
        top: 15px;
        right: -78px;
    }

.popupOR h2 {
    color: #022344;
    font-size: 33px;
    font-family: segoe;
    text-align: center;
    margin: 4% 0;
}

.mt0 {
    margin-top: 0px;
}

.popupsliderarea .owl-carousel .item {
    padding: 0px 10px;
}

.TermsCA {
    color: red;
    float: right;
    font-size: 18px;
    padding-left: 12px;
}

.popupsliderarea .owl-carousel .owl-nav.disabled {
    display: block;
}

.theme-primbtn {
    color: #fff;
    background-color: #039be5;
    border-color: #039be5;
    font-weight: 400;
    padding: 6px 16px;
    font-size: 16px;
    border: 1px solid transparent;
}


.theme-primbtn:hover {
    color: #fff;
    background-color: #0279b3;
    border-color: #0272a9;
}

.btn-info {
    border-radius: 0;
}
.btn-danger {
    border-radius: 0;
}
.newheader {
    width: 100%;
    height: auto; /* padding: 10px 0;*/
    display: inline-block;
    background: #fff;
    color: #000; /* margin-bottom: 20px; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-bottom: 1px solid rgba(0,0,0,.1);
    z-index: 999;
}

    .newheader label {
        float: right;
        padding: 25px 8px 25px 0;
        font-weight: normal;
        border-right: 1px solid #fff;
        margin: 0;
    }

    .newheader spna:first-child {
        border: none;
    }

    .newheader spna a {
        color: #FFF;
    }

        .newheader spna a label {
            margin: 0px;
        }

.newheaderinner {
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
    text-align: right;
}

    .newheaderinner ul {
        float: right;
        list-style: none;
        margin: 0;
        margin-left: 8px;
        position: relative;
    }

        .newheaderinner ul li a {
            color: #000;
        }

            .newheaderinner ul li a label {
                border: none;
                padding: 0 5px;
            }

        .newheaderinner ul li .subMenu {
            width: 180px;
            position: absolute;
            top: 100%;
            right: 0;
            background: #fff;
            text-align: left;
            z-index: 1;
            display: none;
            box-shadow: 0 2px 4px rgba(0,0,0,.12);
        }

        .newheaderinner ul li:hover .subMenu {
            display: block;
        }
        
        .subMenuLeft li a {
            padding-left: 20px !important;
        }
        
        .subMenuLeft li.active a {
            padding-left: 15px !important;
        }
        .subMenuLeft li.active a:hover {
            padding-left: 18px !important;
        }
        
        .newheaderinner ul li:hover .user-posrel i {
            transform: rotate(180deg);
            transition: all .3s ease;
        } 
        .newheaderinner ul li .user-posrel i {
            transition: all .3s ease;
        }               
        
        .newheaderinner ul li .subMenu li a {
            font-family: segoe;
            color: #373a3c;
            text-decoration: none;
            border-top: 1px solid #e5e5e5;
            display: block;
            padding: 10px 0 10px 20px;
        }

        .newheaderinner ul li {
            padding: 25px 0;
        }

            .newheaderinner ul li .subMenu li {
                padding: 0px;
            }
            
            .newheaderinner .rgtAdmin {
                margin-right: 10px;
            }            
            

.skel-style {
    background-color: #fff;
    margin-left: 45px;
    margin-right: 50px;
    width: 90%;
    padding-bottom: 30px;
    padding-top: 15px;
}
.wrapper * {
    z-index: 9;
}
.menuarea ul li span {
    /*position: absolute;
    top: 9px;
    right: 5px;*/
    position: relative;
    color: #FFF;
    font-size: 26px;
    cursor: pointer;
}


.menuarea ul li span > i {
    position: absolute;
    bottom: 10px;
    left: 215px;
    color: #FFF;
    font-size: 26px;
    cursor: pointer;
    font-size: 20px;
}

.menuarea .subMenuLeft {
    display: none;
    background: rgba(0, 0, 0, .10);
}

.menuarea .subMenuLeft li a {
    border-left-color: transparent;
    padding-left: 30px;
    font-size: 14px;
    color: #eaeaea;
}

.menuarea > ul > li > span[isfield="true"] a {
    background: rgba(0, 0, 0, .10);
    border-left: 3px solid #027cb7;
}

.menuarea > ul > li > span[isfield="true"] > i {
    transform: rotate(180deg);
    transition: all .3s ease;
}
.menuarea > ul > li > span[isfield="false"] i {
    transition: all .3s ease;
}

.menuarea ul li a:hover, .menuarea ul li a.active {
    border-left: 3px solid #FFF !important;
}


.menuarea ul li.active a:hover {
    border-left: 0 !important;
    padding-left: 15px;
}
.menuarea ul li.active a {
    padding-left: 12px;
}
.menuarea ul li.active a:hover::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0px;
    display: block;
    opacity: 1;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-left: 6px solid #ffffff;
}

.newheaderinner ul li .subMenu li a:hover {
    color: #2b2d2f;
    background-color: #f5f5f5;
}

.invoiceR {
    width: 100%;
    height: auto;
}

.invoicedivbtnarea {
    width: 100%;
    height: auto;
}

.invoicedivbtnarea {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 12px;
    margin-left: -10px;
    margin-right: -10px;
}

    .invoicedivbtnarea .invoicedivbtnL {
        width: 50%;
        height: auto;
        text-align: center;
        float: left;
        padding: 0 10px;
    }

    .invoicedivbtnarea .invoicedivbtnR {
        width: 50%;
        height: auto;
        text-align: center;
        float: left;
        padding: 0 10px;
    }

.invoicedivbtnL a, .invoicedivbtnR a, .invoicedivbtnLR a {
    color: #FFF;
    background: #039be5;
    color: #FFF;
    border: none;
    padding: 8px 0px;
    font-size: 18px;
    border: 1px solid #039be5;
    font-family: segoe;
    text-align: center;
    display: block;
}
.invoicedivbtnL a:focus, .invoicedivbtnR a:focus, .invoicedivbtnLR a:focus {
    text-decoration: none;
}

.invoicedivbtnarea .invoicedivbtnLR {
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    background: #022344;
    color: #FFF;
    border: none;
    font-size: 18px;
    border: 1px solid #022344;
    font-family: segoe;
}

.invoicedivbtnL a:hover {
    border: 1px solid #039be5;
    background: #FFF;
    color: #039be5;
}

.mb20 {
    margin-bottom: 20px;
}

input[type="text"], input[type="password"], select, textarea, .form-control, input[type="file"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    color: #022344;
    font-size: 13px;
    padding: 1px 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent !important;
    resize: none;
    display: block;
    height: 34px;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: none;
        outline: 0;
        box-shadow: none;
        background-color: transparent;
    }
/***********************************/



:focus {
    outline: none;
}


.input-effect {
    position: relative;
}

    .input-effect label {
        font-size: 14px;
    }
/*.effect-16
{border: 0; padding: 4px 0; border-bottom: 1px solid #ccc; background-color: transparent;}*/

input[type="text"] ~ .focus-border,
input[type="password"] ~ .focus-border,
select ~ .focus-border,
textarea ~ .focus-border,
input[type="file"] ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #797979;
    transition: 0.4s;
}

input[type="text"]:focus ~ .focus-border,
input[type="text"]:not(:placeholder-shown) ~ .focus-border,
input[type="text"].has-content ~ .focus-border,
input[type="password"]:focus ~ .focus-border,
input[type="password"]:not(:placeholder-shown) ~ .focus-border,
input[type="password"].has-content ~ .focus-border,
select:focus ~ .focus-border,
select:not(:placeholder-shown) ~ .focus-border,
select.has-content ~ .focus-border,
textarea:focus ~ .focus-border,
textarea:not(:placeholder-shown) ~ .focus-border,
textarea.has-content ~ .focus-border,
input[type="file"]:focus ~ .focus-border,
input[type="file"]:not(:placeholder-shown) ~ .focus-border,
input[type="file"].has-content ~ .focus-border {
    width: 100%;
    transition: 0.4s;
}

input[type="text"] ~ label,
input[type="password"] ~ label,
select ~ label,
textarea ~ label,
input[type="file"] ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 5px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

input[type="text"]:focus ~ label,
input[type="text"].has-content ~ label,
input[type="password"]:focus ~ label,
input[type="password"].has-content ~ label,
select:focus ~ label,
select.has-content ~ label,
textarea:focus ~ label,
textarea.has-content ~ label,
input[type="file"]:focus ~ label,
input[type="file"].has-content ~ label {
    top: -16px;
    font-size: 12px;
    color: #022344;
    transition: 0.3s;
}

input[type="text"]:not(:placeholder-shown) ~ label,
input[type="password"]:not(:placeholder-shown) ~ label,
select:not(:placeholder-shown) ~ label,
textarea:not(:placeholder-shown) ~ label,
input[type="file"]:not(:placeholder-shown) ~ label {
    top: -16px;
    font-size: 12px;
    color: #1d1d1d;
    transition: 0.3s;
}

::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

legend {
    padding-top: 25px;
    margin-bottom: 50px;
    color: #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
}

    legend label {
        font-weight: bold;
        font-size: 18px;
        text-transform:uppercase;
    }

.form-group {
    margin-bottom: 25px;
    margin-top: 15px;
}

label {
    font-weight: normal;
    font-size: 13px;
}

.mrgT19 {
    margin-top: 19px;
}

.dataTable .odd td a i,
.dataTable .even td a i {
    background: none;
    color: #1d9000;
}

.mrgT5 {
    margin-top: 5px;
}

a.btnBsmall {
    display: inline-block;
}

.btnBsmall {
    background: #023261;
    color: #FFF;
    padding: 5px 13px;
    border-radius: 5px;
    border: none;
    border-radius: unset !important;
}

    .btnBsmall:hover,
    .btnBsmall:focus,
    .btnBsmall:active {
        color: #fff !important;
    }

.mrgT15 {
    margin-top: 15px;
}

.dataTables_length label {
    display: flex;
    align-items: center;
}

    .dataTables_length label select {
        width: 50% !important;
    }

.afxChsFl {
    background: #022344;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px 0;
    letter-spacing: 1px;
    border-radius: 0px;
    text-transform: uppercase;
    cursor: pointer;
}

    .afxChsFl input[type="file"] {
        display: none;
    }

    .afxChsFl i {
        margin-right: 10px;
    }

.prchsItmPay .table {
    width: 115%;
    max-width: 200%;
}


.mt-90 {
    margin-top: 90px;
}
.mt-20 {
    margin-top: 20px;
}
.pos-rel {
    position: relative;
}
.user-posrel {
    position: relative;
}
.user-posrel i {
    position: absolute;
    bottom: 3px;
}

#DivDepartmentTaxationAmount, #DivDepartmentAmount, #DivTaxationAmount, #DivVoucher, #DivDateAmount {
    margin-top: 20px;
}

#DivDepartmentTaxationAmount .deptaxhead, #DivDepartmentAmount .deptaxhead, #DivTaxationAmount .deptaxhead, #DivVoucher .deptaxhead, #DivDateAmount .deptaxhead, #divSaleAmount .deptaxhead {
    font-size: 14px;
    font-weight: 600;
}
#DivDepartmentTaxationAmount div:nth-child(4), #DivDepartmentAmount div:nth-child(6), #DivTaxationAmount div:nth-child(4) {
    margin-top: 8px;
}
.cards {
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 3px rgba(0,0,0,.05);
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 100%;
    padding: 0 15px;
    float: left;
}
.cust-texationdiv > .row > div {
    padding: 0 8px;
}
.cust-texationdiv legend label {
    font-size: 15px;
}
.cust-texationdiv legend {
    margin-bottom: 20px;
}
.cust-deptwise-tax > div div, .cust-deptwise > div div , .cust-taxation-oa > div div , .cust-voucher-type > div div, .cust-datewise-rpt > div div {
    padding: 0;
}
.cust-deptwise-tax .cards{
    height: 235px;
}
.cust-deptwise .cards{
    height: 235px;
}
.cust-taxation-oa .cards {
    height: 235px;
}

.cust-datewise-rpt .cards {
    height: 250px;
}

.datewiserpt-btn {
    margin: 7px 35px;
}

.ie-mt-24 {
    margin-top: 24px;
}
.ie-mt-25 {
    margin-top: 25px;
}
.ui-autocomplete.ui-menu.ui-widget{
    z-index: 9;
    top: 381.25px;
    left: 443.453px;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    width: 167px;
    }
