﻿.new-cash-in-advance .tbl-light-blue {
    border: none;
    background: white;
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: 0px 1px 1px rgba(125, 151, 174, 0.16), 0px 1px 1px rgba(125, 151, 174, 0.1);
}
    .new-cash-in-advance .tbl-light-blue > tbody {
        display: block;
        padding: 24px;
    }
.new-cash-in-advance .noNeedTable,
.new-cash-in-advance .noNeedTable * {
    padding: 0px;
    border-spacing: 0px;
}

.new-cash-in-advance .tbl-light-blue > tbody > tr {
    display: grid;
    grid-template-columns: 5fr 5fr 5fr 5fr 5fr 5fr 5fr 5fr 5fr 5fr;
    grid-column-gap: 12px;
    background: white;
    border: none;
}

    .new-cash-in-advance .tbl-light-blue tr td:nth-child(1) input.form-control,
    .new-cash-in-advance .tbl-light-blue tr td:nth-child(6) input.form-control,
    .new-cash-in-advance .tbl-light-blue tr td:nth-child(7) input.form-control,
    .new-cash-in-advance .tbl-light-blue tr td:nth-child(8) input.form-control,
    .new-cash-in-advance .tbl-light-blue tr td:nth-child(9) input.form-control,
    .new-cash-in-advance .tbl-light-blue tr td:nth-child(12) input.form-control {
        padding-right: 15px;
    }

    .new-cash-in-advance .tbl-light-blue > tbody > tr:not(:last-child) {
        padding-bottom: 16px;
    }

    .new-cash-in-advance .tbl-light-blue > tbody > tr > th:not(.no-display) {
        display: flex;
        align-items: center;
        padding: 0;
        width: auto;
        color: #343440;
        font-family: NotoSans;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
        background: white;
        border: none
    }

.new-cash-in-advance .btn-box {
   / margin-top: 20px;/
}

.new-cash-in-advance .tbl-light-blue tr td:not(.no-display),
.new-cash-in-advance tr td:not(.no-display) span {
    display: flex;
    align-items: center;
    background: transparent;
    width: 100%;
    padding: 0;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0px;
    // padding-right: 5px;
    border: none;
}

    .new-cash-in-advance .input-icon-calendar *{
        background: transparent;
    }

        .new-cash-in-advance .tbl-light-blue tr td:not(.no-display) .btn-received {
            display: block;
            width: 24px;
            height: 24px;
            background-image: url('../../Images/newDesign/Yes.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-color: transparent;
            border: none;
            margin-right: 12px;
        }

.new-cash-in-advance .tbl-light-blue tr td:not(.no-display) .btn-reject {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('../../Images/newDesign/Cancel.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    margin-right: 12px;
}