﻿#parent {
    position: absolute;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#div1 {
    position: relative;
    float: left;
    height: 100%;
    width: 28%;
    background-color: #f7fafe;
}

.graphHeading {
    border-bottom: solid thin #e3e3e3;
    padding: 6px 0px 10px 0px;
}

    .graphHeading h3 {
        color: #1f232c;
        margin: 0px;
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
        margin-top: 4px;
    }

#seperator {
    background: rgba(170, 170, 170, .2);
    width: 5px;
    /*cursor: ew-resize;*/
    position: relative;
    float: left;
    height: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

    #seperator:hover {
        background-color: rgba(170, 170, 170, .5);
        box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    }

#div2 {
    position: relative;
    float: left;
    height: 100%;
    width: 68%;
    background: #fff;
    padding-right: 22px;
}

#pnlFilterMetaData {
    padding: 14px 10px 2px;
    border-bottom: solid thin #e3e3e3;
}

.filterData {
    background: #f0f0f0;
    float: left;
    padding: 5px 10px;
    border-radius: 4px;
    color: #6c6c84;
    margin-right: 6px;
    margin-bottom: 10px;
}

    .filterData b {
        color: #25252d;
    }

.templateHeader {
    display: inline-block;
    border: solid thin #f1f3f4;
    padding: 4px 4px 4px 6px;
    border-radius: 5px;
    min-width: 200px;
    z-index: 999;
    line-height: 22px;
    background: #fff;
}



    .templateHeader svg {
        vertical-align: -3px;
        float: right;
    }

.innerTemplateData {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99;
    width: 280px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    padding: 8px 10px 10px 10px;
    margin-top: 0px;
    border-radius: 10px;
    border: solid thin #e9e9e9;
}

.lstTemplateDataBG li {
    position: relative;
    padding: 6px 4px;
    list-style-type: none;
    font-size: 13px;
}

    .lstTemplateDataBG li .lblTemplateName {
        cursor: pointer;
    }

.lstTemplateDataBG {
    margin-top: 10px;
    max-height: 150px;
    overflow: auto;
    padding-left: 0px;
}

.actionBGData {
    position: absolute;
    right: 4px;
    /*background: #fff;*/
    z-index: 999;
}

#btnAddNewTemplate, #btnTemplateOK {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
    background: #FFD34C;
    color: #0E141B;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.btn-primary {
    background: #FFD34C !important;
    border-radius: 4px;
    padding: 5px 10px 5px 30px;
    height: 35px;
    -webkit-transition: all 0.5s ease-in-out;
    color: #0E141B;
    text-shadow: 0 0 0 rgb(0 0 0 / 0%);
}

    .btn-primary.pl0, .btn-backInfo.pl0 {
        padding-left: 8px;
    }

#pnlAddTemplateDetails hr {
    margin: 5px 0px 10px;
}

#pnlAddTemplateDetails h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

#pnlViewTemplateList .form-control {
    padding: 2px 6px;
    height: 30px;
}

.ml10 {
    margin-left: 10px;
}

.mt4 {
    margin-top: 4px;
}

.mr8 {
    margin-right: 8px;
}

.graphSeriesBG ul {
    /*margin-left: 10px;*/
    list-style-type: none;
    padding: 0px;
}

.graphSeriesBG {
    padding: 1px 10px 10px 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 6px;
    margin: 10px;
    box-shadow: 0 1px 2px 0 rgb(33 33 33 / 14%), 0 0 1px 0 rgb(0 0 0 / 14%);
}

    .graphSeriesBG ul li {
        padding: 8px 0px;
        position: relative;
    }

        .graphSeriesBG ul li li:hover {
            background: #f4f4f4;
        }

    .graphSeriesBG ul ul {
        margin: 5px 0px;
    }

    .graphSeriesBG ul li a {
        color: #414755;
        font-weight: 500;
        display: block;
    }

    .graphSeriesBG > ul > li {
        /*margin-bottom: 10px;*/
        border-bottom: dashed 1px rgba(33, 33, 33, 0.14);
        padding: 10px 10px 10px 0px;
    }

        .graphSeriesBG > ul > li:first-child {
            border-top: dashed 1px rgba(33, 33, 33, 0.14);
        }

        .graphSeriesBG > ul > li li {
            display: none;
            margin-left: 15px;
        }

    .graphSeriesBG svg {
        vertical-align: -5px;
    }

        .graphSeriesBG svg.folder {
            vertical-align: -4px;
            fill: #4373b2;
        }

/* Button 16 */
.toggle-button-cover {
    display: table-cell;
    position: relative;
    float: right;
    margin-right: 40px;
}

/*.button-cover {
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}*/

/*.button-cover:before {
        counter-increment: button-counter;
        content: counter(button-counter);
        position: absolute;
        right: 0;
        bottom: 0;
        color: #d7e3e3;
        font-size: 12px;
        line-height: 1;
        padding: 5px;
    }*/

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 50px;
    height: 27px;
    margin: -2px 0px 0 0px;
    overflow: hidden;
}

    .button.r,
    .button.r .layer {
        border-radius: 100px;
    }

    .button.b2 {
        border-radius: 2px;
    }

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #e4fffc;
    transition: 0.3s ease all;
    z-index: 1;
}

#button-16 .knobs:before {
    content: "IN";
    position: absolute;
    top: 4px;
    left: 4px;
    /*width: 20px;
    height: 10px;*/
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 4px 4px;
    background-color: #11b7a4;
    border-radius: 2px;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-16 .checkbox:active + .knobs:before {
    width: 46px;
}

#button-16 .checkbox:checked:active + .knobs:before {
    margin-left: -26px;
}

#button-16 .checkbox:checked + .knobs:before {
    content: "OUT";
    left: 24px;
    background-color: #03a9f4;
}

#button-16 .checkbox:checked ~ .layer {
    background-color: #ebf7fc;
}

#btnAddGroup {
    font-size: 11px;
    font-weight: 600;
    float: right;
    border: solid thin #206bc4;
    padding: 3px 5px;
    border-radius: 5px;
    color: #206bc4;
    cursor: pointer;
}

    #btnAddGroup:hover {
        background: #206bc4;
        color: #fff;
    }

#TemplateGroupPanel {
    height: 410px;
    overflow-x: auto;
}

.txtGroupAddSet {
    height: 28px;
    width: 80%;
    border-radius: 6px;
}

.btnSaveGroup {
    border: solid thin #e6e7e9;
    padding: 1px;
    border-radius: 3px;
    transition: border-color .3s,background .3s,color .3s;
    width: 28px;
    text-align: center;
}

    .btnSaveGroup:hover {
        border: solid thin #206bc4;
    }

    .btnSaveGroup svg {
        width: 18px;
    }

.toggle-button-cover .icon-tabler-pencil {
    position: absolute;
    right: 26px;
    display: none;
}

.toggle-button-cover .icon-tabler-trash {
    position: absolute;
    right: 3px;
    display: none;
}

.toggle-button-cover .icon-tabler-circle-plus {
    position: absolute;
    right: 50px;
    display: none;
}

#main {
    height: 65vh;
    overflow: hidden;
}

.cashFlowRightContent {
    height: 75vh;
    overflow: auto;
}

.allTableData {
    padding: 10px;
}

    .allTableData tbody td {
        white-space: nowrap;
    }

.yearSet {
    margin: 10px;
    height: 24px;
    line-height: 10px;
    padding: 0px;
    border-radius: 5px;
}

#mdlSeriesSelection .modal-content, #mdlSeriesSelection .modal-dialog .modal-body {
    background: #f2f2f2;
}

.seriesList {
    background: #fff;
    float: left;
    padding: 5px 14px;
    border-radius: 25px;
    box-shadow: 0 1px 2px 0 rgb(33 33 33 / 14%), 0 0 1px 0 rgb(0 0 0 / 14%);
    font-size: 15px;
    line-height: 20px;
    float: left;
    margin-bottom: 10px;
    margin-right: 8px;
    cursor: pointer;
}

#mdlSeriesSelection .modal-dialog {
    width: 800px;
}

.rightSideModalContent .modal-header {
    background-color: #1a73e8;
    color: #ffffff;
    padding: 12px 14px;
}

.modalFooterFixed {
    position: fixed;
    bottom: -15px;
    background: #f8f8f8;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    border-top: solid thin #e5e5e5;
    left: 0px;
    right: 0px;
}

.btn-info {
    height: 34px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a73e8), to(#1a73e8)) !important;
    border-radius: 4px;
}

.rightSideModalContent .close {
    font-size: 31px;
    font-weight: normal;
    top: 9px !important;
    right: 2px;
    color: #fff;
    opacity: 0.6;
}

.modal {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(0px);
}

.rightSideModalContent .modal-dialog {
    width: 350px;
}

.totalSet h4 {
    margin-bottom: -2px;
    margin-right: 10px;
}

.txtGreen {
    color: #11b7a4 !important;
}

.totalSet span {
    color: #4b4b4b;
}

.txtRed {
    color: #2d9afe !important;
}

.totalSet {
    margin-left: 10px;
    margin-bottom: 6px;
}

.sumBG {
    font-size: 11px;
    font-weight: bold;
    background: #e1e1e1;
    padding: 3px 4px;
    border-radius: 4px;
    color: #4e4c4c;
}

    .sumBG input {
        height: 10px;
    }

label {
    color: #272828;
}

.topBodyFilter ul {
    padding-left: 0px;
}

.topBodyFilter li {
    list-style-type: none;
    padding: 6px 8px;
    font-size: 13px;
}

.topBodyFilter.open .dropdown-menu {
    display: block !important;
    z-index: 9999;
    min-width: 250px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    /* padding: 6px; */
}

.topBodyFilter .form-control {
    padding: 2px 6px;
    height: 30px;
}

.searchPanelHeader {
    font-weight: 600;
    font-size: 12px;
}

.ant-btn-primary {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: #fff;
    background-color: #4096ff;
    font-size: 11px;
    height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    box-shadow: 0 2px 0 rgb(5 145 255 / 10%);
}

.ant-btn-secondary {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    cursor: pointer;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: #2e6bb7;
    background-color: #fff;
    font-size: 11px;
    height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    border: 1px solid #2e6bb7;
    margin-right: 4px;
    box-shadow: 0 2px 0 rgb(5 145 255 / 10%);
}

    .ant-btn-secondary:hover {
        background: #2e6bb7;
        color: #fff;
    }

.content-header > h1 {
    margin: 0;
    font-size: 16px;
    color: #626060;
    font-weight: 600;
}

.editGroupPanel {
    position: absolute;
    background: #fff;
    z-index: 99;
    width: 280px;
    right: 0px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    padding: 8px 10px 10px 10px;
    margin-top: 13px;
    border-radius: 10px;
    border: solid thin #e9e9e9;
    z-index: 999;
    display: none
}

.toggle-button-cover .icon-group-pencil {
    position: absolute;
    right: 26px;
    display: none;
}

.ant-btn-primary {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: #fff;
    background-color: #4096ff;
    font-size: 11px;
    height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    box-shadow: 0 2px 0 rgb(5 145 255 / 10%);
}

    .ant-btn-primary:hover {
        background: #1e216e;
    }

.ant-btn-secondary {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    cursor: pointer;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: #2e6bb7;
    background-color: #fff;
    font-size: 11px;
    height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    border: 1px solid #2e6bb7;
    margin-right: 4px;
    box-shadow: 0 2px 0 rgb(5 145 255 / 10%);
}

    .ant-btn-secondary:hover {
        background: #2e6bb7;
        color: #fff;
    }

#mdlCreateSeries .modal-dialog {
    width: 90%;
}

#mdlCreateSeries .modal-body {
    bottom: 37px;
    position: absolute;
    top: 47px;
    overflow-y: auto;
    width: 100%;
}

.mt15 {
    margin-top: 15px;
}

#mdlCreateSeries .modal-footer {
    border-top-color: #f4f4f4;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    bottom: 0px;
}

.calendaricon {
    right: 10px;
}

#TOPtblEntryData {
    max-height: 343px;
}

.seriesCompanySet {
    margin: 0 0 10px 0px;
}

.modal .filterData {
    background: #e1e1e1;
}

#pnlAllFilterInfoBG .form-control {
    padding: 2px;
    height: 30px;
    border: 1px solid #D2D7DB;
    border-radius: 5px;
}

#pnlAllFilterInfoBG {
    border-bottom: solid thin #e3e3e3;
    padding: 8px 0px 10px;
}

.calendaricon {
    top: 7px;
    right: 5px;
}

.showWbstree {
    right: 24px;
    top: 23px;
}

.SumoSelect > .CaptionCont {
    line-height: 21px;
    border-radius: 5px;
    padding-left: 2px;
}

.ant-btn-sm {
    margin-top: 21px;
}

.graphHeading .form-control {
    margin-top: 9px;
    height: 30px;
    border-radius: 6px;
}

.graphHeading .calendaricon {
    top: 16px !important;
    right: 23px !important;
}

.ma10 {
    margin: 10px;
}

.wrapper {
    height: 100%;
    position: initial;
}


#btnAddSeriesDataConfoguration {
    color: #fff;
    background: #1a73e8;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
}


.txtNewGroupAddSet {
    height: 28px;
    width: 80%;
    border-radius: 6px;
}

.lstTemplateDataBG li:hover {
    background: #18aacc;
    color: #fff;
}

.editTemplate, .deleteTemplate {
    cursor: pointer
}

#btnSearchCashFlow {
    min-height: 26px;
    height: 26px;
    margin-top: 10px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 0px !important;
}

#TOPtblSeries {
    max-height: 70vh;
}

#tblSeries tbody td:last-child {
    white-space: nowrap;
}

.colorpicker.dropdown-menu {
    width: auto;
}

.uploadPanel {
    background: rgba(23,162,184,.1) !important;
    border-radius: 6px;
    padding: 8px;
    position: relative;
}

    .uploadPanel .uploadSet {
        color: #17a2b8;
    }

    .uploadPanel h5 {
        display: inline-block;
        color: #17a2b8;
        font-size: 16px;
        font-weight: 500;
    }

    .uploadPanel .input-file {
        width: 115px !important;
    }

    /*.uploadPanel .file-path-wrapper .file-path {
        width:60% !important;
    }*/

    .uploadPanel .file-path-wrapper .form-control {
        border-radius: 0 !important;
        height: 34px !important;
    }
#mdlSeriesSelection .close, #mdlCreateSeries .close {
    outline:none;
    border:none;
    background:none;
    margin-top:0;
}