﻿.nd-all-pages .content.expenses-page {
    width:100%;
    padding-left: 20px;
    padding-right: 32px;
}

.expenses-page > div {
    width: 100%;
}

.expenses-page .expenses {
    border: none;
    background: rgba(0,0,0,0);
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.expenses-page .expenses > .calendar-holder {
    margin-bottom: 0px;
}

    .expenses-page .expenses > .show-next {
        background: white;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        box-shadow: 0px 1px 1px 0px #7D97AE1A;
        box-shadow: 0px 1px 1px 0px #7D97AE29;
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        color: #485879;
    }

    .expenses-page .expenses .calendar-filter {
       // margin-top: 94px;
        margin-top: 0px;
        padding: 0px;
    }

        .expenses-page .expenses .calendar-filter h3 {
            float: none;
            display: block;

            font-family: NotoSans;
            font-size: 20px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0px;
            text-align: left;
            margin-bottom: 23px;
        }

        .expenses-page .expenses .calendar-filter.style2 .cols {
            margin: 0;
        }

        .expenses-page .expenses .calendar-filter.style2 .block {
            width: 100%;
            // display: grid;
            // grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        }
            .expenses-page .expenses .calendar-filter.style2 .block cols {
                margin: 0;
                width: 100%;
            }

            .expenses-page .expenses .calendar-filter.style2 .block > .cols > .col:first-child {
                width: 100%;
            }
            .expenses-page .expenses .calendar-filter.style2 .block > .cols > .col {
                padding: 0;
            }
            .expenses-page .expenses .calendar-filter.style2 .cols .col:first-child .col:first-child, .expenses-page .expenses .calendar-filter.style2 .cols .col:first-child .col {
                width: 100%;
                max-width: 244px;
                padding-left: 0px;
                padding-right: 0px;
                height: 100%;
            }


        .expenses-page .expenses .calendar-filter.style2 .cols .col .cols .col.after {
            position: relative;
        }

            .expenses-page .expenses .calendar-filter.style2 .cols .col .cols .col.after:after {
                display: none;
            }

            .expenses-page .expenses .calendar-filter.style2 .cols .col .cols .col .after {
                height: 100%;
                background: transparent;
                position: relative;
            }

            .expenses-page .expenses .calendar-filter.style2 .cols .col .cols .col .border-tag:before {
                content: '';
                position: absolute;
                background-image: url('../../Images/newDesign/TriangleSmallDown.svg');
                background-repeat: no-repeat;
                background-position: left;
                background-color: white;
                right: 1px;
                top: 16px;
                width: 29px;
                height: 15px;
                cursor: pointer;
            }

            .expenses-page .expenses .calendar-filter.style2 .cols .col .cols .col .form-control::placeholder {
                color: transparent;
            }

            .expenses-page .expenses .calendar-filter.style2 .cols .col .cols .col .form-group, .expenses-page .expenses .calendar-filter.style2 .cols .col .cols .col table, .expenses-page .expenses .calendar-filter.style2 .cols .col .cols .col span {
                height: 100%;
            }

            .expenses-page .expenses .calendar-filter.style2 .cols .cols {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
                grid-gap: 24px;
                margin: 0;
                height: 48px;
            }

        .expenses-page .expenses .calendar-filter.style2 .cols .cols:nth-child(2) {
            padding-top: 16px;
        }

    .expenses-page .calendar-block .heading-block {
        margin-top: 82px;
       // margin-bottom: 24px;
       padding-right: 12px;
    }

        .expenses-page .calendar-block .heading-block .filter-results .btn-box {
            display: flex;
            justify-content: flex-end;
        }

        .expenses-page .expenses .calendar-filter.style2 .btn {
            bottom: -65px;
            right: 0px;
            margin-right: 0px;
        }

        .expenses-page .expenses .calendar-filter.style2 .cols .col .cols .col span table tbody tr td input {
            padding-right: 44px;
        }

    .expenses-page .calendar-block .heading-block.type2 h3 {
        font-family: NotoSans;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0px;
        text-align: left;
    }

        .expenses-page .calendar-block .heading-block.type2 h3 span {
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
        }

        .expenses-page .toggle-cols {
            background: white;
        }
    .expenses-page .table-search table thead tr td, .expenses-page .table-search table tbody tr td {
        width: 100%;
        display: flex;
        align-items: center;
    }

        .expenses-page .table-search table tbody tr td:nth-child(4) {
           // justify-content: space-around;
        }

        .expenses-page .table-search table tbody tr:nth-child(10n) + tr td {
            border-top: 0px solid white;
        }
    .expenses-page .table-search table thead tr, .expenses-page .table-search table tbody tr {
        padding-left: 25px;
        display: none;
        grid-template-columns: 9% 8% 8% 19% 7% 14% 13% 7% 5% 8%;
    }
        .expenses-page .table-search table thead tr:first-child {
            display: grid;
        }

        .expenses-page .table-search table thead tr th {
            display: flex;
            align-items: center;
            width: 100%;
        }
        .expenses-page .table-search table tbody, .expenses-page .table-search table tbody tr th, .expenses-page .table-search table thead {
            display: block;
            width: 100%;
        }
            .expenses-page .table-search table thead tr:first-child {
                background: white;
            }

    .expenses-page .table-search table thead tr th {
        background: white;
        color: black !important;

    }
.expenses-page .table-search table tbody tr {
    background: white;
}
.expenses-page .table-search table tbody tr td {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    height: 75px;
    padding:0;
}

.expenses-page .table-search table tbody tr td  *{
    white-space: normal;
}

.expenses-page .table-search table tbody tr:last-child {
}

            .expenses-page .table-search table thead tr:first-child {
                border-top-right-radius: 8px;
                border-top-left-radius: 8px;
            }

        @media(max-width: 1650px) {
            .expenses-page .table-search table tbody tr td {
        font-size: 14px;
    }
}

@media(max-width: 1600px) {
    .expenses-page .table-search table thead tr th, .expenses-page .table-search table thead tr th a {
        font-size: 16px;
        white-space: normal;
    }
}

@media(max-width: 1560px) {
    .expenses-page .table-search table thead tr, .expenses-page .table-search table tbody tr {
        grid-template-columns: 10% 7% 7% 19% 7% 14% 14% 7% 5% 8%;
    }
    
}

@media(max-width: 1500px) {
    .expenses-page .table-search table tbody tr td {
        height: 100px
    }
        .expenses-page .table-search table tbody tr td:nth-child(4) {
            flex-direction: column
        }
}

    .expenses-page .table-search table tbody tr:not(:last-child) td {
        border-bottom: 1px solid #d0d4d3;
    }

    .expenses-page .table-search table tbody tr td:nth-child(1) {
        color: #485879;
        text-decoration: none !important;
    }

        .expenses-page .table-search table thead tr th, .expenses-page .table-search table thead tr th a {
            background: white;
            color: black !important;
            font-family: NotoSans;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0px;
            text-align: left;
            padding-top: 32px;
        }

    .expenses-page .table-search .task-progress > li {
        background: #BFBFBF;
        border-radius: 4px;
        width: 12px;
        height: 8px;
    }

        .expenses-page .table-search .task-progress > li.active {
            background: #4D8063;
        }

        .expenses-page .table-search td .popup-holder.popup-goto a{
            font-size: 0;
            border:0;
            padding: 0;
            background-image: url('../../Images/newDesign/Expenses/GoTo.svg');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            width: 20px;
            height: 20px;
         }

        .expenses-page .flex {
            display: flex;
        }

.expenses-page .fixedwidthellipsis {
    top: 0;
}

.expenses-page .popup-js > .events-popup {
    border: none;
    box-shadow: 0px 8px 16px rgb(125 151 174 / 8%), 0px 2px 6px rgb(125 151 174 / 2%), 0px 0px 1px rgb(125 151 174 / 2%);
    border-radius: 8px;
    border-left: 8px solid #ff6e8c;
    padding-left: 0px;
}

    .expenses-page .popup-js > .events-popup:before {
        text-shadow: none;
    }

    .expenses-page .popup-js > .events-popup .event-heading {
        background: white;
        margin: 0px;
    }

    .expenses-page .popup-js > .events-popup .event-heading h3 {
        color: #343440;
        margin: 0 0 8px;
        font-family: NotoSans;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
        color: #343440;
    }

    .expenses-page .popup-js > .events-popup .popup-menu {
        margin: 0px;
        padding-left: 16px;
    }

    .expenses-page .popup-js > .events-popup .popup-menu li {
        margin-bottom: 8px;
    }

    .expenses-page .popup-js > .events-popup .popup-menu li a {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        color: #485879;
        background-image: none;
        width: 100%;
    }