﻿.reports-page {
  padding-left: 20px !important;
  padding-right: 32px !important;
}

.reports-page .sticky-header {
    height: 200px;
    width:100%;
    position: sticky;
}

.reports-page .column {
    padding-top: 70px;
    width: 100%;
}

    .reports-page .SettingsNavigatorTreesearchwrapper {
        // position: absolute;
        top: 59px;
        position: fixed;
        right: initial;
        border: none;
        background: #F9FAFB;
        width: calc(100% - 333px);
        z-index: 200;
       // height: 234px;
       height: 132px;
        display: flex;
        flex-direction: column;
        /* align-items: flex-end; */
        justify-content: flex-end;
        padding-left: 0px;
    }

    .reports-page #calendarPanel {
       // margin-top: 151px;
       margin-top: 35px;
    }

        .reports-page .SettingsNavigatorTreesearchwrapper .SettingsNavigatorTreesearchwrapperclosebtn {
            display: none;
        }

    .reports-page .SettingsNavigatorTreesearchwrapper input {
        width: 363px;
        height: 46px;
        border: 1px solid #B1B8C2;
        border-radius: 8px;
        background: white;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 16px;

        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
    }

    .reports-page .SettingsNavigatorTreesearchwrapper:before {
        content: ' ';
        height: 1px;
        width: 93px;
        background: white;
        position: absolute;
        transform: translateX(-50%);
        top: 201px;
        left: 64px;
    }

    .reports-page .SettingsNavigatorTreesearchwrapper > flex > outerWrapper {
        width: 363px;
    }

        .reports-page .SettingsNavigatorTreesearchwrapper > flex > outerWrapper > input {
            width: 100%;
        }

        .reports-page .SettingsNavigatorTreesearchwrapper span:not(:last-child) {
            border-radius: 0px;
            background-color: rgba(0,0,0,0);
            border: none;
            width: 24px;
            height: 24px;
        }

    .reports-page .SettingsNavigatorTreesearchwrapper .SettingsNavigatorTreePrev {
        position: absolute;
        top: 11px;
        left: 303px;
        background-image: url('../../Images/newDesign/Reports/arrowUp.svg');
        background-repeat: no-repeat;
        background-position: center;
    }

    .reports-page .SettingsNavigatorTreesearchwrapper .SettingsNavigatorTreeNext {
        position: absolute;
        top: 11px;
        left: 343px;
        background-image: url('../../Images/newDesign/Reports/arrowDown.svg');
        background-repeat: no-repeat;
        background-position: center;
    }

        .reports-page .SettingsNavigatorTreesearchwrapper .SettingsNavigatorOpen {
            display: none;
        }

    .reports-page .SettingsNavigatorTree table {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: yellow;
        margin-bottom: 16px;
        width: 100%;
        height: 92px;
        background: white;
        box-shadow: 0px 1px 1px 0px #7D97AE1A;
        box-shadow: 0px 1px 1px 0px #7D97AE29;
        
    }

    .reports-page .SettingsNavigatorTree > table {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-radius: 8px;
    }

        .reports-page .SettingsNavigatorTree div {
            margin-top: -29px;
        }
    .reports-page .SettingsNavigatorTree div table {
        height: 40px;
    }

        .reports-page .SettingsNavigatorTree div div {
            margin-top: 0px;
            margin-bottom: -20px;
        }

            .reports-page .SettingsNavigatorTree div div table {
                margin-top: 0px;
            }

    .reports-page .NavigatorTreeFonts {
        cursor: default;
    }
            .reports-page .SettingsNavigatorTree table tbody tr td a {
                font-family: NotoSans;
                font-size: 24px;
                font-weight: 500;
                line-height: 36px;
                letter-spacing: 0px;
                text-align: left;
                color: #343440;
                padding-left: 24px;
            }

        .reports-page .SettingsNavigatorTree table tbody tr td a img {
            display: none;
        }

        .reports-page .SettingsNavigatorTree div table tbody tr td a {
                    font-family: NotoSans;
                    font-size: 18px !important;
                    font-weight: 600;
                    line-height: 24px;
                    letter-spacing: 0px;
                    text-align: left;
                    color: #343440;
                }
                .reports-page .SettingsNavigatorTree div div:first-child {
                    padding-bottom: 20px
                }

    .reports-page .SettingsNavigatorTree div table:last-child {
        //margin-top: -20px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding-bottom: 40px;
        height: 80px;
    }

    .reports-page .SettingsNavigatorTree div div table:last-child {
        padding-bottom: 0px;
        height: 40px;
    }
        .reports-page .SettingsNavigatorTree div table:not(:last-child) {
            margin-bottom: 0px;
        }
                

            .reports-page .SettingsNavigatorTreesearchwrapper h3 {
                font-family: NotoSans;
                font-size: 24px;
                font-weight: 500;
                line-height: 36px;
                letter-spacing: 0px;
                text-align: left;
                margin-bottom: 24px;
            }
        .reports-page .SettingsNavigatorTree table tbody tr td:first-child {
            position: absolute;
            right: 16px;
        }



        .reports-page .SettingsNavigatorTree table tbody tr td.inn-text a{
            padding-left: 0px;
            font-size: 24px !important;
        }

    .reports-page .SettingsNavigatorTree table tbody tr td a span {
        display: flex;
    }

    .reports-page .SettingsNavigatorTree table tbody tr td a span, .reports-page .SettingsNavigatorTree table tbody tr td a b {
        color: #485879;
        font-size: 18px;
    }

        .calendar-heading .date.reports-page-date-fixed {
            z-index: 201;
            position: fixed;
            top: 111px;
            left: 303px;
        }