﻿.nd-all-pages .search-page {
    padding-top: 90px;
    padding-right: 32px;
    padding-left: 20px;
}

.search-page > div {
    width: 100%;
    max-width: 100%;
}

    .search-page > div .search-grid-page {
        width: 100%;
        max-width: 100%;
        padding: 0px;
        margin: 0px;
        border: none;
        background: #f9fafb;
    }

    .search-page .filter-table {
        padding: 0;
        border-bottom: 0;
    }

    .search-page .filter-table .row {
        margin: 0;
        grid-column-gap: 24px;
        height: 48px;
    }

        .search-page .grid3 .col {
           float: none;
           width: 100%;
           padding: 0;
        }

    .search-page .filter-table .col {
        float: none;
        width: 100%;
        padding: 0;
    }

        .search-page .filter-table .col label {
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
        }


        .search-page .filter-table .col.btns {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            grid-column-gap: 24px;
            margin-bottom: 16px;
        }
            .search-page .filter-table .col.btns * {
                margin: 0;
                background: #485879;
                font-family: NotoSans;
                font-size: 16px;
                font-weight: 600;
                line-height: 20px;
                letter-spacing: 0px;
                text-align: center;
                max-width: 228px;
                width: 100%;
                height: 48px;
                min-width: 100%;
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .search-page .filter-table .col.btns *:first-child {
                    grid-column-start: 5;
                    color: #485879;
                    background: rgba(0,0,0,0);
                    border: 1px solid #485879;
                    margin: 0px !important;
                }
                .search-page .filter-table .col.btns *:nth-child(2) {
                    grid-column-start: 6;
                }

            .search-page .grid3 .col.checkboxwrapper span.check {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .search-page .grid3 .col.checkboxwrapper label {
                display: flex;
                padding-left: 0px;
                align-items: center;
            }
            .search-page .grid3 .col label {
                font-family: NotoSans;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0px;
                text-align: left;
                padding-left: 15px;
            }

            .search-page .grid3 .col table {
                width: 100%
            }

    .search-page .filter-table .form-control {
        height: 48px;
        border: 1px solid #B1B8C2;
        border-radius: 8px;
        width: 100%;
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        padding-left: 15px;
    }
        .search-page .filter-table .form-control::placeholder {
            color: transparent
        }



        .search-page .form-group .custom-combobox .custom-combobox-input {
            height: 48px;
            border-radius: 8px;
            border: 1px solid #B1B8C2;
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
            padding-left: 15px;
        }

            .search-page .form-group .custom-combobox .custom-combobox-input::placeholder {
                color: transparent;
            }

            .search-page .custom-combobox .custom-combobox-toggle {
                // right: 6px;
            }

    .search-page .dropdown .dropdown-toggle {
        width: 100%;
        /*max-width: 277px;*/
        height: 48px;
        border: 1px solid #B1B8C2;
        border-radius: 8px;
        display: flex;
        align-items: center;
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        padding-left: 15px;
    }

        .search-page .dropdown .dropdown-toggle:before {
            position: absolute;
            background-image: url(../../Images/newDesign/TriangleSmallDown.svg);
            background-repeat: no-repeat;
            background-position: left;
            width: 24px;
            height: 24px;
            background-color: white;
            border-color: white;
            margin: 0;
            top: 11px;
            right: 6px;
            border: none;
        }

    .search-page .chk-area.customForm-class-type2 {
        height: 14px;
        width: 14px;
        min-width: 14px;
        float: none;
        display: flex;
    }

    .search-page .filter-table .row:after {
        display: none;
    }

    .search-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;
        color: #343440;
        padding-top: 40px;
    }

    .search-page .table-search table th {
        background: white;
        width: 100% !important;
    }

        .search-page .table-search table th a, 
        .search-page .table-search table th {
            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;
            padding-top: 32px;
            padding-right: 0px;
            display: flex;
            min-width: 0;
           // align-items: center;
        }

       


            .search-page .table-search table th a {
                padding-top: 0px;
                width: auto !important;
            }

            .search-page .table-search table th:nth-child(2) {
                padding-left: 20px
            }

    .search-page .table-search table tbody {
        background: white;
    }

    .search-page .table-search .btn-goto {
        background-image: url('../../Images/newDesign/Expenses/GoTo.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        border: none;
        width: 20px;
        display:inline-block;
        font-size: 0;
    }
.search-page .calendar-holder > .table-search > div > table.toogle-cols > tbody > tr {
    display: none;
    grid-template-columns: 0px 12% 10% 10% 7% 7% 8% 9% 9% 9% 10% 4% 4% 2.5%;
    /*grid-template-columns: 0px 12% 10% 10% 7% 7% 8% 9% 9% 18% 10% 4% 4% 2.5%;*/
}

        .search-page .calendar-holder > .table-search > div > table.toogle-cols > tbody > tr:first-child {
            display: grid;
        }

        .search-page .table-search table td:nth-child(2) {
            padding-left: 20px;
        }

.search-page .events-popup.type2 {
    border: none;
    border-radius: 8px;
    border-left: 8px solid #5D6E93;
    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%);
}

    .search-page .events-popup.type2 table td {
        height: auto !important;
    }

    .search-page .events-popup.type2:before {
        text-shadow: none;
    }

.search-page .table-search table td:nth-child(1),
.search-page .table-search table td:nth-child(2),
.search-page .table-search table td:nth-child(3),
.search-page .table-search table td:nth-child(4),
.search-page .table-search table td:nth-child(5),
.search-page .table-search table td:nth-child(6),
.search-page .table-search table td:nth-child(7),
.search-page .table-search table td:nth-child(8),
.search-page .table-search table td:nth-child(9),
.search-page .table-search table td:nth-child(10),
.search-page .table-search table td:nth-child(11),
.search-page .table-search table td:nth-child(12),
.search-page .table-search table td:nth-child(13),
.search-page .table-search table td:nth-child(14) {
    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;
    min-height: 20px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 8px;
    background: white;
    width: 100%;
    margin: 0;
    border: none;
    min-width: 0px;
    /*place-content: center;*/
}

.search-page .table-search table td:not(:first-child) {
    box-sizing: border-box;
    padding-right: 5px;
}

        .search-page .table-search table tr:not(:last-child) td, 
        .search-page .table-search table tbody tr:nth-child(10n) + tr td {
            border-bottom: 1px solid #d0d4d3;
        }

.nd-all-pages table tbody tr td .popup-js .btn-more
 {
    font-size: 0 !important;
    line-height: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}

.nd-all-pages .search-page .export-excel-btn:before {
    display: none;
}

.nd-all-pages table tbody tr td .popup-js .btn-more span,
.nd-all-pages .infotd .infobtnwrapper a {
    background: none;
    box-shadow: none;
    background-image: url('../../Images/newDesign/InfoIcon.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.search-page .table-search table td:nth-child(2) {
    margin-left: 20px;
    text-decoration: none !important;
    color: #485879;
}

.search-page .filter-table .holder {
    top: -40px;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
}

    .search-page .calendar-block .heading-block.type2 h3 span small {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        color: #99999F;
    }

    .search-page .filter-table .btn-open {
        border: none;
    }

    .search-page .filter-table .btn-open:before {
        background-image: url(../../Images/newDesign/DoubleArrowDown.svg);
        top: 18px;
        left: 32px;
        width: 30px;
        height: 30px;
        margin: 0;
        background-size: contain;
    }

    .search-page .table-search .task-progress > li {
        background: #BFBFBF;
        border-radius: 4px;
        width: 12px;
        height: 8px;
    }

        .search-page .table-search .task-progress > li.active {
            background: #4D8063;
            border-color: #4D8063;
        }

    .search-page .openinnewwindow {
        background-image: url('../../Images/newDesign/Reports/Link.svg');
        background-repeat: no-repeat;
        background-position: center;
        width: 24px;
        height: 24px;

    }

    .search-page .heading-block {
        padding-right: 0px;
    }

.search-page .export-excel-btn {
    display: flex;
    width: auto;
    background-image: none;
    padding: 4px 0px;
    margin-left: 0px;
    justify-content: flex-end;
    margin-right: 0px;
}

.nd-all-pages .dropdown .drop-menu.status-list label, .nd-all-pages .dropdown .drop-menu.triptype-list label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: initial;
    padding-top: 0px;
    padding-left: 30px;
    cursor: pointer;
}

.nd-all-pages .dropdown .drop-menu > li + li {
    padding-top: 0px;
}

.nd-all-pages .dropdown .drop-menu .chk-area {
    margin: 0;
    position: absolute;
    top: 3px;
}

.nd-all-pages .dropdown .drop-menu > li {
    display: grid;
    align-items: center;
    grid-template-columns: 100%;
    grid-row-gap: 8px;
}

    .nd-all-pages .dropdown .drop-menu > li.non-travel_,
    .nd-all-pages .dropdown .drop-menu > li.travel_ {
        grid-template-columns: 1fr 9fr;
    }

        .nd-all-pages .dropdown .drop-menu > li.non-travel_ .popup-js,
        .nd-all-pages .dropdown .drop-menu > li.travel_ .popup-js {
            margin-left: 0px;
        }

        .nd-all-pages .dropdown.style-0001 .popup-holder .ico-question {
            margin: 0px;
            margin-right: 6px;
        }

@media(max-width: 1600px) {
    .search-page .table-search table th a, .search-page .table-search table th {
        font-size: 16px;
    }

    .search-page .table-search table td:nth-child(1),
    .search-page .table-search table td:nth-child(2),
    .search-page .table-search table td:nth-child(3),
    .search-page .table-search table td:nth-child(4),
    .search-page .table-search table td:nth-child(5),
    .search-page .table-search table td:nth-child(6),
    .search-page .table-search table td:nth-child(7),
    .search-page .table-search table td:nth-child(8),
    .search-page .table-search table td:nth-child(9),
    .search-page .table-search table td:nth-child(10),
    .search-page .table-search table td:nth-child(11),
    .search-page .table-search table td:nth-child(12),
    .search-page .table-search table td:nth-child(13),
    .search-page .table-search table td:nth-child(14) {
        font-size: 14px;
        overflow-wrap: anywhere;
    }
}

@media(max-width: 1550px) {
    .search-page .table-search table tr {
        grid-template-columns: 0px 11% 8% 10% 7% 7% 8% 9% 9% 8% 11% 4% 4% 2.5%;
    }
}

@media(max-width: 1450px) {
    .search-page .table-search table th a,
    .search-page .table-search table th {
        font-size: 14px;
    }

    .search-page .table-search table tr {
        grid-template-columns: 0px 12% 9% 10% 7% 7% 7% 9% 8% 8% 11% 4% 4% 2.5%;
    }
}

