﻿
#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%;
}


#tblInflow tr td {
    padding: 2px 10px;
    font-size: 12px;
}

#tblOutflow 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: 100%;
    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 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;
}

#tblInflow td.firstCol {
    z-index: 999 !important;
}

#tblInflow tbody td {
    white-space: nowrap;
}

#tblOutflow tbody td {
    white-space: nowrap;
}


#tbGroupTree tbody td {
    padding: 5px 10px;
}

.footerFixedBG .dropdown-menu {
    width: 192px !important;
    left: -142px;
}

.form-group {
    margin-bottom: 0px;
}

#tblInflow {
    background: #fff;
    padding: 15px 0px;
}

#tblOutflow {
    background: #fff;
    padding: 15px 0px;
}

.totalSet label {
    margin-bottom: 0px;
}

.totalSet p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}

.totalSet {
    padding: 5px 5px 0px 5px;
    border-radius: 6px;
}

.bc1 {
    background-color: rgba(0,56,101,0.85);
}

    .bc1 label, .bc1 p {
        color: #fff;
    }

.bc2 {
    background-color: rgb(2 157 193);
}

    .bc2 label, .bc2 p {
        color: #fff;
    }

.bc3 {
    background-color: rgba(0,133,120,0.75)
}

    .bc3 label, .bc3 p {
        color: #fff;
    }

.bc4 {
    background-color: rgb(220 59 59 / 90%);
}

    .bc4 label, .bc4 p {
        color: #fff;
    }

.bc5 {
    background-color: rgb(106 106 106 / 90%);
}

    .bc5 label, .bc5 p {
        color: #fff;
    }

.bc6 {
    background-color: rgb(89 155 159 / 90%);
}

    .bc6 label, .bc6 p {
        color: #fff;
    }

.mt8 {
    margin-top: 8px;
}
.tabledger a {
    padding:15px;
}

.modal.fade.slide-right .modal-dialog .modal-body {
    background-color: #fff;
    min-height: 95vh;
}

.calendaricon {
    right: 10px;
    top: 26px !important;
}
.showWbstree {
    right: 18px;
}
