﻿
#mdlLedgerBrowse {
    width: 95%!important;
}

    #mdlLedgerBrowse .offcanvas-title {
        font-size: 14px;
    }

    #mdlLedgerBrowse .tabledger a {
        padding: 6px 10px;
    }

#tblrptledgerdata tr th {
    padding: 4px;
    font-size: 12px;
}

#tblrptledgerdata.table tbody tr td {
    padding: 2px;
}

.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.offcanvas-header {
    border-bottom: solid thin #f1f1f1;
}

.offcanvas-body {
    background: #F7F9FB;
}


.FilterButtonSet {
    background: #19A7C8 !important;
    box-shadow: 0px 4px 10px rgba(25, 167, 200, 0.25);
    border-radius: 5px;
    width: 104px;
    height: 37px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    float: right;
    font-family: 'Poppins', sans-serif;
}

    .FilterButtonSet img {
        float: right;
        margin-top: 3px;
    }



.sapnstyle {
    width: 80%;
}

.AddWrapp ul.Addview li {
    min-height: 25px !important;
}

.ontop {
    z-index: 999;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    display: none;
    position: absolute;
    background-color: #cccccc;
    color: #aaaaaa;
    opacity: .4;
    filter: alpha(opacity = 50);
    overflow: scroll;
}
/*#dvCostCenter {
    /* width: 80%; 
    height: 300px;*???
    position: fixed;
    color: #000000;
    top: 0%;
    left: 0%;
    z-index: 99;
    background: #000;
    display: none;
    bottom:0;
    right:0;
}*/
.NewPopUp .head {
    background: #ffffff;
}

.multipalselect ul li span {
    background: none;
}

.nav-tabs > li > a {
    font-weight: bold;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: black;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}

.SumoSelect > .optWrapper > .options li.opt {
    width: 100% !important;
}

.SumoSelect > .optWrapper > .options li label {
    margin-left: 25px !important;
}








/************************************/
.switch {
    position: relative;
    display: inline-block;
    width: 30px !important;
    height: 15px;
}

    .switch input {
        display: none;
    }

.sliderBtbn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderBtbn:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 3px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderBtbn {
    background-color: #16C1C9;
}

input:focus + .sliderBtbn {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderBtbn:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.sliderBtbn.round {
    border-radius: 34px;
}

    .sliderBtbn.round:before {
        border-radius: 50%;
    }
/************************************/

#bgDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Black;
    filter: alpha(opacity=25);
    opacity: 0.5;
    z-index: 999;
}




#Progress {
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 9999;
}


#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #18aacc;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}




.ProfitlossTotal {
    color: rgb(220 59 59 / 90%);
    font-weight: bold;
}

.TrialBalanaceTotal {
    color: black !important;
    font-weight: bold;
}

.grpFixed {
    color: #913ccd;
    cursor: pointer;
    font-weight: bold;
}

.grpGroup {
    color: #0098b3;
    cursor: pointer;
    font-weight: bold;
}

.grpUserDefined {
    color: #f76d3c;
    cursor: pointer;
    font-weight: bold;
}

.grpLedger {
    color: #006400;
    cursor: pointer;
}

.grpGrpTotal {
    color: #2067da;
    cursor: pointer;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}



@keyframes spin {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* Add animation to "page content" */

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}



@-webkit-keyframes animatebottom {

    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}



@keyframes animatebottom {

    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

/*slider*/
.switch {
    position: relative;
    display: inline-block;
    width: 30px !important;
    height: 15px;
}

    .switch input {
        display: none;
    }

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #66bb6a;
}

    input:checked + .slider:before {
        transform: translateX(12px);
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*slider*/

/* Rounded sliders */
.sliderBtbn.round {
    border-radius: 34px;
}

    .sliderBtbn.round:before {
        border-radius: 50%;
    }

#mdlLedgerBrowse .modal-dialog {
    min-width: 96%;
}

#tblTrialBalance tr td {
    padding: 2px 10px;
    font-size: 12px;
}

#filterTrialBalance {
    padding: 3px 0px 0px 10px;
}

#mdlLedgerBrowse label {
    margin-bottom: 1px;
}

#mdlLedgerBrowse .form-group {
    margin-bottom: 6px;
}

#mdlLedgerBrowse .close {
    top: 24px;
    font-size: 25px;
}

#filterLedger {
    border: solid thin #ccc;
    border-radius: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

.mt17 {
    margin-top: 17px;
}

.btnBG {
    position: fixed;
    width: 97%;
    bottom: 0px;
    background: #e5e5e5;
    padding: 10px;
}

/*.dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
    width: 400px !important;
   
}*/
.mr15 {
    margin-right: 15px;
}

.balanceSet {
    margin-right: 8px;
    border: solid 1px #adadad;
    padding: 2px 8px;
    border-radius: 8px;
}

.lblTotstatus1 {
    border-color: rgb(0 56 102 / 85%);
}

    .lblTotstatus1 label {
        color: rgb(0 56 102 / 85%);
    }

.lblTotstatus2 {
    border-color: rgba(0,133,120,0.75);
}

    .lblTotstatus2 label {
        color: rgba(0,133,120,0.75);
    }

.lblTotstatus3 {
    border-color: rgb(220 59 59 / 90%);
}

    .lblTotstatus3 label {
        color: rgb(220 59 59 / 90%);
    }

.lblTotstatus4 {
    border-color: rgb(2 157 193);
}

    .lblTotstatus4 label {
        color: rgb(2 157 193);
    }


.treegrid-expander {
    cursor: pointer;
    font-size: 18px;
}

#TOPtblTrialBalance {
    /*max-height:350px;*/
}

    #TOPtblTrialBalance tfoot td {
        background: #fff;
    }

#TOPtblrptledgerdata {
    max-height: 350px;
}

#TOPtblrptledgerdata {
    max-height: 390px;
}

.footerFixedBG {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

th.firstCol {
    z-index: 999 !important;
}

#TOPtblTrialBalance tfoot td {
    background: #fff;
}

#tblTrialBalance td.firstCol {
    z-index: 999 !important;
}

#tblTrialBalance tbody td {
    white-space: nowrap;
}

#tbGroupTree tbody td {
    padding: 5px 10px;
}

.footerFixedBG .dropdown-menu {
    width: 192px !important;
    left: -142px;
}

.form-group {
    margin-bottom: 0px;
}

#Monthwise .table-responsive {
    height: 400px;
}

.mt8 {
    margin-top: 8px;
}

.tabledger a {
    padding: 15px;
}

.modal.fade.slide-right .modal-dialog .modal-body {
    background-color: #fff;
    min-height: 95vh;
}

.calendaricon {
    right: 20px;
    top: 26px !important;
}

.showWbstree {
    right: 18px;
}

.tab-content > .tab-pane {
    background: #fff;
    padding: 15px;
}

.innertableHeading {
    font-size: 15px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}
    .nav-tabs > li > a {
        font-weight: bold;
    }
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
    .nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }


#mdlHighriseVoucherView .modal-header {
    padding: 10px 15px;
    background: #54c5cb;
    color: #fff;
}

#mdlHighriseVoucherView .close {
    font-size: 28px;
    padding: 10px;
}

#mdlHighriseVoucherView .modal-dialog {
    width: 75%;
}

.modal.fade.slide-right .modal-dialog .modal-content {
    height: auto;
}

.HighriseVoucherViewBox {
    background: #eff2fb;
    border: solid 2px #15a4c6;
    border-radius: 6px;
    margin-bottom: 5px;
}

.HighriseVoucher {
    background: #e5f6ff;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.HighriseVoucherBoxHeader {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    border-bottom: solid thin #e3e3e3;
}

.HighriseVoucherBoxBody {
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 5px;
    border-radius: 6px;
}

    .HighriseVoucherBoxBody [class^="col-md"] {
        border-right: 1px solid #ccc;
    }

    .HighriseVoucherBoxBody h5 {
        margin-bottom: -1px;
        font-size: 14px;
        color: #787878;
        margin-top: 10px;
    }

    .HighriseVoucherBoxBody p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 7px;
        color: #333;
    }




.HighriseVoucher .HighriseVoucherBoxHeader .HighriseVoucherNo {
    color: #957d32;
    background-color: #fef6dd !important;
    border: dashed thin #957d32;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
    margin-top: -7px;
    border-radius: 6px;
}

.HighriseVoucherDetails {
    background: #e5f8e7;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.HighriseVoucherPANValidation {
    font-weight: normal !important;
    float: right;
    background: rgba(0,133,120,0.75);
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    margin-top: -4px;
}

.btnHighriseVoucherView {
    cursor: pointer !important;
}

#mdlHighriseVoucherView .modal-dialog {
    min-width: 75%;
}

#mdlHighriseVoucherView .close {
    outline: none;
    border: none;
    background: none;
    top: 20px !important;
}


.box-header {
    border-bottom: solid thin #f0f0f0;
    /*background: #f7f7f7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
    padding-bottom: 3px;
    display: flex;
    align-items: self-end;
}

    .box-header h4 {
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        transform: translateY(-7px);
        margin-left: 8px;
    }

    .box-header a.btnAccording svg {
        /* float: right; */
        display: inline-block;
        color: #444;
        cursor: pointer;
    }

.mr10 {
    margin: 10px;
}

.HighriseVoucher .HighriseVoucherBoxHeader .VoucherStatus {
    color: green;
    background-color: #d8e7d4 !important;
    border: dashed thin green;
    padding: 1px 10px;
    font-size: 14px;
    font-weight: bold;
    /* margin-left: 8px; */
    margin-top: 0px;
    border-radius: 6px;
}


