﻿.nd-all-pages .content.approval-history-page {
    width: 100%;
    padding-left: 20px;
    padding-right: 32px;
    max-width: 100%;
}

    .approval-history-page .approval-history {
        border: none;
        background: rgba(0,0,0,0);
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

        .approval-history-page .approval-history .calendar-holder {
            background: white;
            border-radius: 8px;
            padding-left: 25px;
            margin-bottom: 0px;
        }

.approval-history-page .table table tbody tr:nth-child(10n) + tr td {
    border-top: 0px;
}


.approval-history-page .approval-history .calendar-filter {
    //margin-top: 94px;
    margin-top: 0px;
    padding: 0px;
}

            .approval-history-page .approval-history .calendar-filter .block {
                width: 100%;
                float: none;
            }

                .approval-history-page .approval-history .calendar-filter .block .cols .col .cols {
                    display: grid;
                    grid-template-columns: repeat(6, 1fr);
                    grid-gap: 24px;
                    height: 48px;
                }

                    .approval-history-page .approval-history .calendar-filter .block .cols .col .cols .col table {
                        height: 48px;
                    }

                    .approval-history-page .calendar-filter.style2 .block > .cols > .col:first-child {
                        width: 100%;
                        padding: 0;
                    }

        .approval-history-page .calendar-filter.style2 .cols .col .cols .form-control::placeholder {
            color: transparent;
        }

        .approval-history-page .calendar-filter .btn {  
            bottom: -99px;
            right: 0px;
            margin-right: 0px;
        }

.approval-history-page .calendar-holder .table thead tr, .approval-history-page .calendar-holder .table tr:first-child {
    padding: 0;
}  

        .approval-history-page .calendar-holder .table tbody {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

    .approval-history-page .calendar-holder .table thead tr:first-child,.approval-history-page .calendar-holder .table tr:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .approval-history-page .table table tbody .itemRow:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .approval-history-page .calendar-holder .table thead tr th,.approval-history-page .calendar-holder .table tr th {
        text-align: left;
    }

    .approval-history-page .calendar-block .heading-block {
        display: flex;
        margin-top: 96px;
        margin-bottom: 24px;
    }

        .approval-history-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;
        }

    .approval-history-page .approval-history .calendar-filter .block .cols .col .cols .col {
        padding: 0;
        max-width: 246px;
    }

    .approval-history-page .approval-history .calendar-filter .block .cols .col .cols .col, .approval-history-page .approval-history .calendar-filter .block .cols .col .cols .col span, .approval-history-page .approval-history .calendar-filter .block .cols .col .cols .col input {
        width: 100%;
        height: 100%;
       // padding-left: 15px;
    }

        .approval-history-page .approval-history .calendar-filter .block .cols .col .cols .col input {
            padding-left: 15px;
        }

        .approval-history-page .approval-history .calendar-filter .block .cols .col .cols .col a {
          // right: 6px;
        }

        .approval-history-page .approval-history .calendar-filter .cols {
            margin: 0;
        }

            .approval-history-page .approval-history .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;
            }

    .approval-history-page .table table thead tr:first-child,.approval-history-page .table table tr:first-child {
        background: white;
    }
    .approval-history-page .table table thead tr th,.approval-history-page .table table tr th {
        padding-top: 32px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .approval-history-page .table table th:nth-child(1n), .approval-history-page .table table tbody tr td {
        background: white;
        width: 100% !important;
    }

    .approval-history-page .table table tbody .itemRow td {
        display: flex;
        align-items: center;
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        padding: 0;
        height: 100%;
    }

    .approval-history-page .table table tbody .itemRow:not(:last-child) td {
        border-bottom: 1px solid #d0d4d3;
    }

    .approval-history-page .table .task-progress > li {
        background: #BFBFBF;
        border-radius: 4px;
        width: 12px;
        height: 8px;
    }

        .approval-history-page .table .task-progress > li.active {
            background: #4D8063;
        }

    .approval-history-page .table table tbody .itemRow td:nth-child(2) {
        color: #485879;
        text-decoration: none !important;
    }

    .approval-history-page .table table th a {
        background: white;
        font-family: NotoSans;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
        color: #343440 !important;
        width: 100% !important;
    }

    .approval-history-page .table table thead tr,.approval-history-page .table table tr:first-child, .approval-history-page .table table tbody .itemRow {
        display: none;
        grid-template-columns: 0% 11% 16% 9% 13% 12% 12% 9% 8% 8%;
        height: 75px;
        background: white;
    }

        .approval-history-page .table table thead tr:first-child, .approval-history-page .table table tr:first-child {
            display: grid;
        }

        @media(max-width: 1650px) {
            .approval-history-page .table table tbody .itemRow td, .approval-history-page .table table tbody .itemRow td .flex, .approval-history-page .table table tbody .itemRow td div p {
        font-size: 14px;
    }
}

@media(max-width: 1600px) {
    .approval-history-page .table table th, .approval-history-page .table table th a {
        font-size: 16px;
        white-space: normal;
    }
}

