﻿
*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.modal.fade.slide-right .close {
    top: 10px !important;
    font-size: 20px;
    font-weight: 600;
}

#mappingModal .modal-dialog {
    width: 95% !important;
}

#mappingModal .modal-body {
    overflow-y:visible;
}

.d-flex {
    display: flex;
    justify-content: end;
}

    .d-flex input[type=radio] {
        margin:0;
    }

    .d-flex label {
        margin-bottom:0;
    }
    /*ChartofMapping CSS start*/
    .calendaricon2 {
        position: absolute;
        right: 11px;
        font-size: 16px;
        color: #333;
        z-index: 1;
        top: 8px;
        cursor: pointer;
    }

.inputtopset {
    width: 280px;
    float: left;
}

.form-control {
    padding: 3px !important;
    height: 32px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

h2 {
    color: #352a2a;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
}

h3 {
    color: #5865F2;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 15px;
    display: flex;
    align-items: center;
}

h4 {
    color: #352a2a;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px 0;
}

p {
    color: #4682B4;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 5px 40px;
    display: flex;
    align-items: center;
}

.form-group {
    margin-bottom: 0 !important;
}

.table > tbody > tr > td {
    padding: 5px;
    overflow: inherit !important;
}

    .table > tbody > tr > td span {
        color: #000;
        font-size: 12px;
        font-weight: 500;
    }

.table .fa.fa-caret-down {
    color: #fff;
}

.SumoSelect > .CaptionCont {
    line-height: 20px;
    border-radius: 6px;
    padding: 4px 4px;
}

.accountMap {
    width: 65px;
    background-color: #fff !important;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .accountMap:hover {
        box-shadow: 0 0 4px 2px #ccc;
    }

.alert.alert-info {
    margin: 0;
}

.footerFixed {
    height:50px;
    position: sticky;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

#ChartsAcc {
    background-color: #fff;
    padding: 10px 10px;
    box-shadow: 0 0 4px 0 #ccc;
    border-radius: 6px;
    position: absolute;
    bottom: 55px;
    right: 190px;
    transform: translate(50px, 50px);
    z-index: 9999;
}

#AccMappingtree {
    width: 365px;
    height: 175px;
}

.closeChartofAccount {
    float: right;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 2px 8px;
    margin-bottom: 5px
}

#Selected {
    color: #fff !important;
    background-color: rgba(0,133,120,0.75);
    border: 1px solid #ccc;
    padding: 8px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
}

#nonSelected {
    color: #fff !important;
    background-color: rgb(220 59 59 / 90%);
    border: 1px solid #ccc;
    padding: 8px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
}

#Total {
    color: #fff !important;
    background-color: rgb(2 157 193);
    border: 1px solid #ccc;
    padding: 8px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
}


#Selected.active {
    border: 1px solid red;
    color: red !important;
}

#nonSelected.active {
    border: 1px solid red;
    color: red !important;
}

#Total.active {
    border: 1px solid red;
    color: red !important;
}

.count {
    color: #000;
    font-size: 10px;
    font-weight: 500;
    font-style: italic;
}

.minwidth200 {
    width: 200px;
}

.table-responsive {
    overflow: inherit;
}



.nav-tabs > li > a {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    font-size: 14px;
    font-weight: 500;
}

/*ChartofMapping CSS end*/
.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;
}

.table > tbody > tr > td.secondNode {
    padding-left: 35px;
    color: #4682B4;
    font-size: 12px;
    font-weight: 500;
}


.grpFixed {
    color: #913ccd !important;
    cursor: pointer;
    font-weight: bold;
    margin-left: 50px !important;
}

.grpGroup {
    color: #0098b3 !important;
    cursor: pointer;
    font-weight: bold;
    margin-left: 50px !important;
}

.grpUserDefined {
    color: #f76d3c !important;
    cursor: pointer;
    font-weight: bold;
    margin-left: 65px !important;
}

.grpLedger {
    color: #006400!important;
    cursor: pointer;
    margin-left:80px!important;
}

#mappingModal .close{
    outline:none;
    border:none;
    background:none;
    color:#000;
    margin-top:0;
}