﻿.nd-all-pages .new-proposals-page {
   // padding-top: 150px;
    flex-direction: column;
    padding-left: 20px !important;
    padding-right: 32px !important;
}

.new-proposals-page .tools-bar .note-str h2 {
    font-family: NotoSans;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    color: #343440;
}

.new-proposals-page .proposal-wrapper {
    //margin-top: 125px;
    border: none;
    padding: 0;
    background: #F9FAFB;
}

.new-proposals-page .btn-box,
.proposals-preview .btn-box{
    display: flex;
    position: fixed;
    top: 112px;
    right: 152px;
    z-index: 9990;
}

.proposals-preview .m-wrp .m-tr:nth-child(2) {
    display: none;
}

.proposals-preview .btn-box {
    top: 115px;
}

    .proposals-preview .btn-box * {
        width: auto;
    }

    .new-proposals-page .btn-box a.btn-default {
        z-index: 100;
        font-family: NotoSans;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
        color: #485879;
        border: none;
        padding-right: 0px;
    }

        .new-proposals-page .btn-box a.btn-default:hover {
            color: #485879;
        }

        .new-proposals-page .btn-box a.btn-default:not(.toggle-all):first-child:before {
            content: ' ';
            background-image: url(../../Images/newDesign/Change.svg);
            width: 24px;
            height: 24px;
            background-repeat: no-repeat;
            background-position: center;
        }

        .new-proposals-page .btn-box a.btn-default:nth-child(2):before {
            content: ' ';
            background-image: url(../../Images/newDesign/MailBlue.svg);
            width: 24px;
            height: 24px;
            background-repeat: no-repeat;
            background-position: center;
        }

        .new-proposals-page .proposal-wrapper .travel-settings div .a-row {
            background: #F9FAFB;
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            grid-column-gap: 24px;
            height: 48px;
        }

        .new-proposals-page .proposal-wrapper .travel-settings div .a-row > *:nth-child(3) {
            grid-column-start: 6;
        }

.new-proposals-page .proposal-wrapper .travel-settings .tas-container-relative .travel-settings,
.new-proposals-page .proposal-wrapper .travel-settings .tas-container-relative .travel-settings table,
.new-proposals-page .proposal-wrapper .travel-settings .tas-container-relative .travel-settings table > * {
    height: 48px;
    width: auto;
    max-width: 100%;
    margin-top: 17px;
    background: #F9FAFB;
}

.new-proposals-page .tas-container-relative {
    background: #F9FAFB;
}

.new-proposals-page .cl6 .dropdown-menu:after,
.new-proposals-page .cl6 .dropdown-menu:before {
    display: none;
}

.new-proposals-page .proposal-wrapper .travel-settings .tas-container-relative .travel-settings table tr {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 24px;
    height: 48px;
}

            .new-proposals-page .proposal-wrapper .travel-settings .tas-container-relative .travel-settings table tr td {
                display: flex;
                align-items: center;
                width: auto;
                position: relative;
            }

            .new-proposals-page .proposal-wrapper .travel-settings .tas-container-relative .travel-settings table tr td > label {
                font-family: NotoSans;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0px;
                text-align: left;
                display: flex;
                align-items: center;
            }


                .new-proposals-page .proposal-wrapper .travel-settings .tas-container-relative .travel-settings table tr td:before {
                    content: '';
                    width: 24px;
                    height: 24px;
                    background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Plane.svg');
                    background-repeat: no-repeat;
                    background-position: center;
                    position: absolute;
                    right: 30px;
                }

                .new-proposals-page .proposal-wrapper .travel-settings .tas-container-relative .travel-settings table tr td:nth-child(1):before {
                    background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Plane.svg');
                    right: 58px;
                }

                .new-proposals-page .proposal-wrapper .travel-settings .tas-container-relative .travel-settings table tr td:nth-child(2):before {
                    background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Hotel.svg');
                    right: 47px;
                }

                .new-proposals-page .proposal-wrapper .travel-settings .tas-container-relative .travel-settings table tr td:nth-child(3):before {
                    background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Cars.svg');
                    right: 34px;
                }

                .new-proposals-page .proposal-wrapper .travel-settings .tas-container-relative .travel-settings table tr td:nth-child(4):before {
                    background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Cell Phone.svg');
                    right: 49px;
                }

.new-proposals-page .proposal-wrapper .travel-settings div .a-row > *:nth-child(3) .notifyBtn:before {
    right: 47px;
    content: ' ';
    background-image: url('../../Images/newDesign/PaperPlane.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 50px;
}

.new-proposals-page td:nth-child(1) .chk-area.customForm-class-type3 {
    margin-right: 40px;
}

.new-proposals-page td:nth-child(2) .chk-area.customForm-class-type3 {
    margin-right: 41px;
    margin-left: 3px;
}

.new-proposals-page td:nth-child(3) .chk-area.customForm-class-type3 {
    margin-right: 40px;
    margin-left: 10px;
}

.new-proposals-page td:nth-child(4) .chk-area.customForm-class-type3 {
    margin-right: 40px;
    margin-left: 10px;
}

                .new-proposals-page .proposal-wrapper .travel-settings div .a-row:before {
                    display: none;
                }

        .new-proposals-page .proposal-wrapper .travel-settings div .a-row > *
        {
            width: 100%;
            max-width: 100%;
            display: block;
            float: none;
            padding: 0;
            height: 100%;
        }

.new-proposals-page .proposals-more-details a,
.new-proposals-page .expand-text{
    font-family: NotoSans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #485879;
    padding-left: 4px;
}

        .new-proposals-page .proposal-wrapper .travel-settings div .a-row > .travel-settings{
            display: flex;
            align-items: center;
        }

        .new-proposals-page .proposal-wrapper .travel-settings div .a-row > .travel-settings tbody tr{
            display: flex;
            justify-content: space-between;
        }
            .new-proposals-page .proposal-wrapper .travel-settings div .a-row > .travel-settings table td {
                display: flex;
            }
            .new-proposals-page .proposal-wrapper .travel-settings div .a-row > .travel-settings table td > div {
                float: none;
                margin-top: 3px;
            }
            .new-proposals-page .proposal-wrapper .travel-settings div .a-row > .travel-settings table td label {
                font-family: NotoSans;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0px;
                text-align: left;
            }

            .new-proposals-page .proposal-wrapper .travel-settings div .a-row > * > *,
            .new-proposals-page .proposal-block .small-dd {
                float: none;
                width: 100%;
            }

.new-proposals-page .small-dd .dropdown-toggle {
    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;
    display: flex;
    align-items: center;
}

.new-proposals-page .chk-area.customForm-class-type3 span {
    top: -3px;
    width: 14px;
    height: 14px;
    background: #485879;
    border-radius: 4px;
    border: none;
    /*left: -6px;*/
    background-image: url(../../Images/newDesign/Calendar/Select.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.new-proposals-page .dropdown-box .opener {
    display: flex;
    align-items: center;
    width: 277px;
    background: white;
    padding-right: 0;
    border: 1px solid #B1B8C2;
    height: 48px;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

    .new-proposals-page .dropdown-box .opener .ico-menu {
        margin: 0px;
        width: 52px;
        height: 46px;
        border-left: 1px solid #B1B8C2;
        background-image: url(../../Images/newDesign/Tasks/Triangle.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
.new-proposals-page .btn-expand {
    display: flex;
    justify-content: flex-end;
    background: none;
    width: auto;
    padding: 0;
    margin: 0;
    margin-top: 16px;
}

.new-proposals-page .tasks-table .heading-block .btn-box .btn-opener .expand-text {
    font-family: NotoSans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #485879;
    padding-left: 4px;
}

.new-proposals-page .travel-settings .expense-block .filtersumerizetable {
    margin-top: 32px;
}

.new-proposals-page .travel-settings .expense-block .filtersumerizetable td {
    padding-left: 0px;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.new-proposals-page .proposal-table {
   // width: 100%;
   // max-width: 100%;
}

.new-proposals-page .proposal-table .proposal-head table tbody tr {
   width: 100%;
   display: flex;
   flex-direction: column;
   // display: grid;
   // grid-template-columns: 1fr 19fr;
}

    .new-proposals-page .proposal-table .proposal-head table tbody tr > td:nth-child(2) > span,
    .proposals-preview .proposal-table .proposal-head table tbody tr > td:nth-child(2) > span,
    #ProposalPreviewEntity .proposal-head table tbody tr > td:nth-child(2) > span {
        display: flex;
        margin-bottom: 12px;
        color: #343440;
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
    }
        .new-proposals-page .proposal-table .proposal-head table tbody tr > td:nth-child(2) > span > a > font,
        .proposals-preview .proposal-table .proposal-head table tbody tr > td:nth-child(2) > span > a > font,
        #ProposalPreviewEntity .proposal-head table tbody tr > td:nth-child(2) > span > a > font{
            text-decoration: underline;
            color: #485879;
        }

        .new-proposals-page .proposal-table .proposal-head table tbody tr > td:nth-child(2) > span > b,
        .proposals-preview .proposal-table .proposal-head table tbody tr > td:nth-child(2) > span > b,
        #ProposalPreviewEntity .proposal-head table tbody tr > td:nth-child(2) > span >b {
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
            color: #747474;
            display: block;
            width: 108px;
        }

    .new-proposals-page .proposal-table > div > table,
    .new-proposals-page .proposal-table > div > table > tbody,
    .new-proposals-page .proposal-table > div > table > tbody > tr,
    .new-proposals-page .proposal-table > div > table > tbody > tr > td {
        // display: block;
        // width: 100%;
    }

    .new-proposals-page table.dataTable2 > tbody > tr:first-child {
        display: grid;
        grid-template-rows: auto auto;
        width: 100%;
        position: relative;
    }

.new-proposals-page table.dataTable2 div.m-tc > .c-th  {
   // width: 100%;
   // display: grid;
   // grid-template-columns: repeat(6, 1fr);
   // position: relative;
}

.new-proposals-page table.dataTable2 div.m-tc > .c-th > * {
    //width: 100% !important;
   // display: flex;
  //  justify-content: center;
  //  align-items: center;
}

    .new-proposals-page table.dataTable2 div.m-tc > .c-th > *:last-child,
    .proposals-preview table.dataTable2 div.m-tc > .c-th > *:last-child {
        position: initial;
    }

.new-proposals-page .proposal-table,
.new-proposals-page .proposal-table * {
    box-sizing: border-box;
}

    .new-proposals-page .proposal-table,
    .new-proposals-page .proposal-table > div > table,
    .new-proposals-page .proposal-table > div > table > tbody,
    .new-proposals-page .proposal-table > div > table > tbody > tr
    {
        display: block;
        width: 100%;
        max-width: 100%;
        float: none;
        background: white;
        border-radius: 8px;
    }

        .new-proposals-page > .data > div > .table.proposal-table {
            border-radius: 8px;
            padding: 24px 28px 24px 24px;
            margin-top: 16px;
        }

            .new-proposals-page .cl6 .dropdown-menu > li > a {
                background: transparent;
                width: 24px;
                height: 24px;
            }

.new-proposals-page .proposal-table *,
.proposals-preview .proposal-table * {
    background: white;
}

        .new-proposals-page .proposal-table > div > table > tbody > tr:not(:first-child) > td {
            width: 100% !important;
            display: block;
            height: auto;
        }

            .new-proposals-page .proposal-table > div > table > tbody > tr:not(:first-child) > td > .Proposaldatawrapper {
                width: 100% !important;
                display: block;
                height: auto;
                float: none;
            }

            .new-proposals-page table.dataTable2,
            .new-proposals-page table.dataTable2 > tbody {
                display: block;
                width: 100%;
            }

                .new-proposals-page table.dataTable2 > tbody > tr:not(:first-child) {
                    display: block;
                }

                .new-proposals-page table.dataTable2 > tbody > tr:first-child > * {
                    display: block;
                    width: 100%;
                    height: auto;
                    border: none;
                    background: transparent !important;
                }

                    .new-proposals-page table.dataTable2 > tbody > tr:first-child > *:first-child {
                        display: flex;
                        width: auto;
                        position: absolute;
                        top: 15px;
                        /*left: 307px;*/
                        left: 77%;
                        z-index: 399;
                        // margin-top: 60px;
                    }

                        .new-proposals-page table.dataTable2 > tbody > tr:first-child > *:nth-child(2) {
                           // margin-top: 100px
                        }

                        .new-proposals-page table.dataTable2 > tbody > tr:first-child > *:first-child > span {
                            display: flex;
                            align-items: center;
                        }

.proposals-preview .m-t-h br{
    display: none;
}

.new-proposals-page .m-t-h,
.new-proposals-page .m-tc .c-th,
.proposals-preview .m-t-h,
.proposals-preview .m-tc .c-th {
    // display: grid;
    display: flex;
    width: 100%;
    // grid-template-columns: repeat(6, auto);
    position: relative;
    background: white;
    border: none;
    padding: 0px;
    margin: 0px;
    height: 100px;
    margin-top: 20px;
}

    .new-proposals-page .m-t-h br,
    .new-proposals-page .m-tc .c-th br,
    .proposals-preview .m-t-h br,
    .proposals-preview .m-tc .c-th br {
        display: none;
    }

    .proposals-preview .m-t-h {
        margin-top: 0px;
    }

        .proposals-preview .m-t-h > *:first-child {
            display: none;
        }

        .new-proposals-page .m-t-h .cl4 .left-side {
            display: flex;
        }

    .new-proposals-page .m-t-h > *:not(:first-child) {
        margin-right: 16px;
    }

        .new-proposals-page .m-t-h > *:not(:first-child) * {
            margin-right: 8px;
        }

        .new-proposals-page .m-t-h > *,
        .new-proposals-page .m-tc .c-th > *,
        .proposals-preview .m-tc .c-th > * {
            display: flex;
            align-items: center;
            justify-content: center;
            float: none;
            width: 100%;
            border: none;
            background: white;
            padding: 0px;
        }
.new-proposals-page .m-t-h *,
.new-proposals-page .m-tc .c-th *,
.proposals-preview .m-t-h *,
.proposals-preview .m-tc .c-th * {
    /*color: #343440;*/
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    width: auto;
    align-items: center;
    padding: 0;
    margin: 0;
    background: transparent;
}
        .proposals-preview .m-t-h * {
            border: none;
            margin-right: 8px;
        }
        .proposals-preview .m-t-h .cl6,
        .proposals-preview .m-t-h .cl6 .dropdown-menu {
            display: none
        }

.new-proposals-page .m-tc .c-th .cl2 .left-side *,
.new-proposals-page .m-tc .c-th *,
.proposals-preview .m-tc .c-th * {
    padding-right: 8px;
}

.new-proposals-page .m-tc .c-th br,
.proposals-preview .m-tc .c-th br {
    display: none;
}

        .new-proposals-page .m-t-h > *:last-child,
        .new-proposals-page .m-tc .c-th > *:last-child {
            position: initial;
        }

.new-proposals-page .m-t-h > *:first-child,
.new-proposals-page table.dataTable2 div.m-tc > .c-th > *:first-child,
.proposals-preview table.dataTable2 div.m-tc > .c-th > *:first-child
{
    position: absolute;
    top: -20px;
    justify-content: flex-start;
    font-family: NotoSans;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #343440;
}

.new-proposals-page .m-t-h > .cl6 > a,
.new-proposals-page .m-tc .c-th > .cl6 > a,
.proposals-preview .m-tc .c-th > .cl6 > a {
    display: none;
}

.new-proposals-page .m-tc,
.proposals-preview .m-tc {
    display: flex;
    flex-direction: column;
}

.new-proposals-page .Proposaldatawrapper.issuedProposaldatawrapper {
    border: none;
}

.new-proposals-page .proposals-more-det {
    width: 100%;
}

.new-proposals-page .proposal-orange-txt,
.proposals-preview .proposal-orange-txt {
    color: #343440;
    font-style: normal;
}

.new-proposals-page .proposalsFlightExtraDetails {
    border-top: 1px solid #d0d4d3;
}

.new-proposals-page .Proposaldatawrapper.selectedProposaldatawrapper,
.new-proposals-page .Proposaldatawrapper {
    border: none;
}

.new-proposals-page .m-tc {
    margin-top: 20px;
}

.new-proposals-page .proposals-more-det .second-cell {
    border-top: 0px;
    border-bottom: 1px solid #e7eeff;
    padding-bottom: 10px;
}

.new-proposals-page .proposals-more-det-row > tbody > tr > td,
.proposals-preview .proposals-more-det-row > tbody > tr > td {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #343440 !important;
}

.new-proposals-page .proposals-more-det > tbody > tr > td:first-child,
.proposals-preview .proposals-more-det > tbody > tr > td:first-child {
    display: none;
}

.new-proposals-page .m-wrp,
.new-proposals-page .c-wrp,
.proposals-preview .m-wrp,
.proposals-preview .c-wrp {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    // padding-right: 0px;
    border-width: 0px;
}

.new-proposals-page .proposals-more-details {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 81;
}

.new-proposals-page .m-tc > .c-th > *:first-child > img,
.proposals-preview .m-tc > .c-th > *:first-child > img,
.new-proposals-page .m-t-h > *:first-child > img {
    display: none;
}

        .new-proposals-page .m-wrp {
            display: block;
        }
            .new-proposals-page .m-wrp > .m-tr {
                display: grid;
                grid-gap: 24px;
                grid-template-columns: 360px 100px repeat(3, auto);
                float: none;
                margin-bottom: 20px;
                margin-top: 16px;
            }

                .new-proposals-page .m-wrp > .m-tr *,
                .new-proposals-page .c-wrp > .c-tr {
                    margin: 0;
                }

.new-proposals-page .c-wrp > .c-tr,
.proposals-preview .c-wrp > .c-tr {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(5, auto);
    float: none;
    margin-bottom: 10px;
}

    .proposals-preview .c-wrp > .c-tr {
        grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr;
    }

.proposals-preview .report-table tbody tr th,
.proposals-preview .report-table tbody tr td {
    padding-left: 0px;
}

    .proposals-preview .holder-table .title h4 {
        margin-left: 0px;
    }

    .new-proposals-page .proposalsFlightExtraDetails {
        width: 100%;
        display: flex !important;
        height: 100px
    }

            .new-proposals-page .proposalsFlightExtraDetails > * {
                margin-top: 0px;
                display: flex;
                align-items: center;
                width: auto;
            }

            .new-proposals-page .proposalsFlightExtraDetails * {
                font-family: NotoSans;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0px;
                text-align: left;
                color: #747474;
            }

                .new-proposals-page .proposalsFlightExtraDetails * b {
                    color: #343440;
                    margin-left: 16px;
                }


.new-proposals-page .m-wrp > .m-tr > *,
.new-proposals-page .m-wrp > .m-tr > .col-2,
.new-proposals-page .m-wrp > .m-tr > .col-2 .proposallegstatuswrapper,
.new-proposals-page .m-wrp > .m-tr > .col-2 .proposallegstatuswrapper span,
.new-proposals-page .m-wrp > .m-tr > .cont-col-double,
.new-proposals-page .m-wrp > .m-tr > .cont-col-double > *,
.new-proposals-page .c-wrp > .c-tr *,
.proposals-preview .c-wrp > .c-tr * {
    width: auto;
    display: flex;
    align-items: center;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #343440;
}

.new-proposals-page .m-wrp > .m-tr > .col-6 .summary-dropdown {
    left: initial;
    right: 0%;
    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;
}

    .new-proposals-page .m-wrp > .m-tr > .col-6 .summary-dropdown *:not(.title) {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        color: #343440;
    }

/*.new-proposals-page > footer.btn-block {
    display: none;
}*/

.new-proposals-page .m-wrp > .m-tr > .cont-col-double,
.new-proposals-page .m-wrp > .m-tr > .cont-col-double > * {
    display: flex;
    align-items: center;
}

            .new-proposals-page .m-wrp > .m-tr > .col-2 .proposallegstatuswrapper {
                display: flex;
                width: auto;
                align-items: center;
            }

.new-proposals-page .m-tc,
.proposals-preview .m-tc{
    margin-left: 0px;
}



.new-proposals-page .proposallegstatuswrapper {
    border: none;
}

.new-proposals-page .m-t-h > .cl6 > ul:before,
.new-proposals-page .m-t-h > .cl6 > ul:after {
    display: none;
}
.new-proposals-page .m-t-h > .cl6 > ul,
.new-proposals-page .m-tc > .c-th > .cl6 > ul,
.proposals-preview .m-tc > .c-th > .cl6 > ul {
    display: flex !important;
    position: absolute;
    border: none;
    top: -20px;
    left: 100px;
    background: transparent;
    width: auto;
    box-shadow: none;
}

    .new-proposals-page .m-t-h > .cl6 > ul > li:nth-child(2),
    .new-proposals-page .m-tc > .c-th > .cl6 > ul > li:nth-child(2) {
        width: 24px;
        height: 24px;
        background-image: url('../../Images/newDesign/Edit.svg');
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 20px;
    }

    .new-proposals-page .m-t-h > .cl6 > ul > li:nth-child(3),
    .new-proposals-page .m-tc > .c-th > .cl6 > ul > li:nth-child(3) {
        width: 24px;
        height: 24px;
        background-image: url('../../Images/newDesign/Expenses/GoTo.svg');
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 20px;
    }

    .new-proposals-page .m-t-h > .cl6 > ul > li:nth-child(4),
    .new-proposals-page .m-tc > .c-th > .cl6 > ul > li:nth-child(4) {
        width: 24px;
        height: 24px;
        background-image: url('../../Images/newDesign/Hide.svg');
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 20px;
    }

    .new-proposals-page .m-t-h > .cl6 > ul > li:nth-child(5),
    .new-proposals-page .m-tc > .c-th > .cl6 > ul > li:nth-child(5) {
        width: 24px;
        height: 24px;
        background-image: url('../../Images/newDesign/Duplicate.svg');
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 20px;
    }

.new-proposals-page .proposal-checkbox-div > span > div.chk-area {
    width: 28px;
    height: 16px;
    background: #D1D4D3;
    border-radius: 12px;
    border: none;
}

    .new-proposals-page .proposal-checkbox-div > span > div.chk-area.chk-checked {
        background: #12A778;
    }

    .new-proposals-page .proposal-checkbox-div > span:first-child > div.chk-area {
        margin-left: 0;
    }

.new-proposals-page .proposal-checkbox-div > span > div.chk-area.customForm-class-type3 {
    margin-right: 8px;
}

.new-proposals-page .proposal-checkbox-div > span > div.chk-area > span {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: white;
    border: none;
    background-image: none;
    top: 2.2px;
    left: 2px;
    transition: 0.3s;
}


.new-proposals-page .proposal-checkbox-div > span > div.chk-area.chk-checked > span {
    left: initial;
    right: 2px;
    transition: 0.3s;
}


        .new-proposals-page .proposal-checkbox-div > span > label {
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
            color: #343440;
        }

.new-proposals-page .proposal-head table tr td:nth-child(1),
.proposals-preview .proposal-head table tr td:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    padding-left: 0px;
    font-family: NotoSans;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    color: #343440;
    border-radius: 8px;
}

.new-proposals-page .proposal-head table tr td:nth-child(2),
.proposals-preview .proposal-head table tr td:nth-child(2) {
    display: flex;
    flex-direction: column;
    height: auto;
}

.new-proposals-page .sumExplanationtooltipwrapper > .hidden-span {
    background: white;
    padding: 10px;
    min-width: 200px;
    border: none;
    border-left: 8px solid #2384c6;
    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;
    z-index: 9999;
    bottom: -31px;
    /*right: -200px;*/
    margin-bottom:10px;
}

    .new-proposals-page .sumExplanationtooltipwrapper > .hidden-span:before,
    .new-proposals-page .sumExplanationtooltipwrapper > .hidden-span:after {
        display: none;
    }

    .proposals-preview .m-wrp.new-proposals > .m-tr > *{
        width: auto;
        display: flex;
        align-items: center;
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        color: #343440;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .new-proposals-page .m-tc .c-th.new-proposals,
    .proposals-preview .m-tc .c-th.new-proposals
    {
        margin-top: 0px;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > *,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals > *
    {
        display: block;
        position: relative;
        top: 0px;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals:first-child {
        display: flex;
        position: absolute;
        z-index: 399;
        left: 85%;
        width: auto;
    }

    .new-proposals-page .m-tc .c-th.new-proposals *,
    .proposals-preview .m-tc .c-th.new-proposals *
    {
        display: unset;
    }

    .new-proposals-page .m-tc .c-th.new-proposals.service-header *,
    .proposals-preview .m-tc .c-th.new-proposals.service-header *
    {
        line-height: 28px;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.proposal-field > .cl1,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.proposal-field > .cl1
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.proposal-field > .cl1 > span > b,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.proposal-field > .cl1 > span > b{
        font-weight: 600;
        color: #555558;
    }

    .new-proposals-page table.dataTable2 > tbody > tr:first-child > *:first-child,
    .proposals-preview table.dataTable2 > tbody > tr:first-child > *:first-child
    {
        position: unset;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposal-checkbox-div,
    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposal-checkbox-div,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount
    {
        display: flex;
        margin: 10px auto;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposal-checkbox-div > *, 
    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount > *,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposal-checkbox-div > *, 
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount > *
    {
        display: flex;
        align-items: center;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount
    {
        justify-content: normal;
        align-items:flex-start;
    }
    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount > .cl5 > span > b,
    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount > .cl4 > span.left-side > span,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount > .cl5 > span > b,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount > .cl4 > span.left-side > span
    {
        font-weight: 600;
        color:#555558;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount > .cl4,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals > .cl1 > .proposals-amount > .cl4
    {
        border: none;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > *,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > *
    {
        display: flex;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.service-header > .proposals-btn {
        display: inline-flex;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .btn3 {
        width: 100%;
        background-color: white;
        font-family: NotoSans;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: center;
        color: #485879;
        border: #485879 1px solid !important;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 3px auto;
        transition: .3s;
        vertical-align: top;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
        min-width: 130px;
        text-decoration: none;
        padding: 0px 10px;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .btn3:hover {
        min-width: 0px;
        width: 100%;
        background-color: #485879;
        font-family: NotoSans;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: center;
        color: white;
        border: #485879;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 3px auto;
        transition: .3s;
        vertical-align: top;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
        min-width: 130px;
        text-decoration: none;
        padding: 0px 10px;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .edit-btn:before {
        content: '';
        background-image: url('../../Images/newDesign/EditNew - Blue.svg');
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .edit-btn:hover:before {
        content: '';
        background-image: url('../../Images/newDesign/EditNew - White.svg');
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .cancel-btn:before {
        content: '';
        background-image: url('../../Images/newDesign/HideNew - Blue.svg');
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .cancel-btn:hover:before {
        content: '';
        background-image: url('../../Images/newDesign/HideNew - White.svg');
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .uncancel-btn:before {
        content: '';
        background-image: url('../../Images/newDesign/UnhideNew - Blue.svg');
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .uncancel-btn:hover:before {
        content: '';
        background-image: url('../../Images/newDesign/UnhideNew - White.svg');
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .preview-btn:before {
        content: '';
        background-image: url('../../Images/newDesign/GoToNew - Blue.svg');
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .preview-btn:hover:before {
        content: '';
        background-image: url('../../Images/newDesign/GoToNew - White.svg');
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .duplicate-btn:before {
        content: '';
        background-image: url('../../Images/newDesign/DuplicateNew - Blue.svg');
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals > .proposals-btn > .cl6 > div .duplicate-btn:before {
        content: '';
        background-image: url('../../Images/newDesign/DuplicateNew - White.svg');
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
    }


    .new-proposals-page table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr,
    .proposals-preview table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr
    {
        display: grid;
        grid-gap: unset;
        grid-template-columns: repeat(3, 1fr);
        float: none;
        margin-bottom: 15px;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr > *,
    .proposals-preview table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr > *
    {
        margin-bottom: 0px;
    }
    .proposals-preview table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr > *
    {
        align-items:flex-start;
    }

    .proposals-preview table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr > .agent-remarks
    {
        max-width:90%;
    }

    .new-proposals-page table.dataTable2 > tbody > tr:first-child > *:first-child,
    .proposals-preview table.dataTable2 > tbody > tr:first-child > *:first-child
    {
        z-index: unset;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr > .agent-remarks > .summary-dropdown > .title,
    .proposals-preview table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr > .agent-remarks > .summary-dropdown > .title{
        text-align: center;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr > .agent-remarks > b, .new-proposals-page table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr > .TravelerNamewrapper > b,
    .new-proposals-page table.dataTable2 div.m-tc > .m-wrp.new-proposals > .m-tr > .agent-remarks > b, .new-proposals-page table.dataTable2 div.m-tc > .m-wrp.new-proposals > .m-tr > .TravelerNamewrapper > b,
    .proposals-preview table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr > .agent-remarks > b, .proposals-preview table.dataTable2 div.m-tc > .c-wrp.new-proposals > .c-tr > .TravelerNamewrapper > b,
    .proposals-preview table.dataTable2 div.m-tc > .m-wrp.new-proposals > .m-tr > .agent-remarks > b, .proposals-preview table.dataTable2 div.m-tc > .m-wrp.new-proposals > .m-tr > .TravelerNamewrapper > b{
        font-weight: 600;
        color: #555558;
    }

.new-proposals-page table.dataTable2 div.m-tc > div.c-tr > .agent-remarks > b {
    font-weight: 600;
    color: #555558;
}

.new-proposals-page table.dataTable2 div.m-tc > div.c-tr > .agent-remarks > .summary-dropdown {
    top: 20px !important;
    left: 17%;
}

.new-proposals-page .c-tr *, div.m-tc > .c-tr {
    margin: 0;
}

.new-proposals-page div.m-tc > div.c-tr > * {
    width: auto;
    display: flex;
    align-items: center;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #343440;
}

.new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.proposalsFlightExtraDetails,
.proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.proposalsFlightExtraDetails {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}


    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.proposalsFlightExtraDetails > div,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.proposalsFlightExtraDetails > div
    {
        line-height: 28px;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.proposalsFlightExtraDetails > div > span:nth-child(2),
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.proposalsFlightExtraDetails > div > span:nth-child(2)
    {
        display: flex;
    }
    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.proposalsFlightExtraDetails > div:last-child > div > span:nth-child(2),
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.proposalsFlightExtraDetails > div:last-child > div > span:nth-child(2)
    {
        display: flex;
    }
    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.proposalsFlightExtraDetails > div:last-child,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.proposalsFlightExtraDetails > div:last-child
    {
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.hotel-details > *,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.hotel-details > *
    {
        line-height: 28px;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.other-details1 > *, .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.other-details2 > *,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.other-details1 > *, .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.other-details2 > *
    {
        line-height: 28px;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.other-details2 > .cl1:last-child,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.other-details2 > .cl1:last-child
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.other-details1 > .cl1:first-child, .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.other-details2 > .cl1:first-child,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.other-details1 > .cl1:first-child, .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.other-details2 > .cl1:first-child
    {
        font-weight: 400;
        font-size: 16px;
    }

    hr.style-one-new {
        border: 0;
        height: 3px;
        background: #12a778 !important;
        background-image: -webkit-linear-gradient(left, #ccc, #12a778, #ccc) !important;
        background-image: -moz-linear-gradient(left, #ccc, #333, #ccc) !important;
        background-image: -ms-linear-gradient(left, #ccc, #333, #ccc) !important;
        background-image: -o-linear-gradient(left, #ccc, #333, #ccc) !important;
        width: 93%;
    }

    .new-proposals-page .m-wrp.new-proposals > .m-tr,
    .proposals-preview .m-wrp.new-proposals > .m-tr
    {
        /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
        grid-template-columns: 1.3fr 1.5fr .6fr .5fr;
        grid-gap: 10px;
    }
    .proposals-preview .m-wrp.new-proposals > .m-tr{
        display:grid;
        margin-bottom: 20px;
        margin-top: 16px;
    }
    .proposals-preview .m-wrp.new-proposals .proposals-more-det-row tr{
        display:grid;
        grid-template-columns: 1.05fr .7fr .7fr .7fr;
        margin-bottom:15px;
    }
    .proposals-preview .m-wrp.new-proposals .proposals-more-det-row tr:last-child {
        grid-template-columns: 1fr;
    }
    .proposals-preview .m-wrp.new-proposals .proposals-more-det-row tr:last-child .proposal-orange-txt{
        font-weight: 600;
        color: #555558;
    }

    .proposals-preview .m-wrp.new-proposals table.proposals-more-det {
        border-bottom: 1px solid #AAAFAF;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .proposals-preview .m-wrp.new-proposals .proposals-more-det .second-cell
    {
        border-top:0;
    }
    .proposals-preview .m-wrp.new-proposals .proposals-more-det-row tr td{
        width: 100% !important;
        height: 100%;
    }
    .new-proposals-page table.dataTable2 div.m-tc > .m-wrp.new-proposals > .m-tr > .agent-remarks > .summary-dropdown > .title
    .proposals-preview table.dataTable2 div.m-tc > .m-wrp.new-proposals > .m-tr > .agent-remarks > .summary-dropdown > .title
    {
        text-align: center;
        margin: 0 -16px 10px;
    }
    .new-proposals-page table.dataTable2 div.m-tc > .m-wrp.new-proposals > .proposals-more-details,
    .proposals-preview table.dataTable2 div.m-tc > .m-wrp.new-proposals > .proposals-more-details
    {
        position: absolute;
        top: 150px;
        left: 85%;
        z-index: 81;
    }
    .new-proposals-page .new-proposals .proposal-checkbox-div > span > div.chk-area,
    .proposals-preview .new-proposals .proposal-checkbox-div > span > div.chk-area
    {
        width:40px;
    }

    .new-proposals-page .proposal-checkbox-div.header-checkbox > span > div.chk-area,
    .proposals-preview .proposal-checkbox-div.header-checkbox > span > div.chk-area{
        width:100px;
    }
    .new-proposals-page .proposal-checkbox-div.header-checkbox > span > label,
    .proposals-preview .proposal-checkbox-div.header-checkbox > span > label
    {
        position: absolute;
        background: transparent;
        font-size: 12px !important;
        padding: 0px 20px;
        display: flex;
        align-items: center;
        height: 16px;
        font-weight: 600 !important;
        color: white !important;
    }

    .new-proposals-page .proposal-checkbox-div.header-checkbox > span > label.chk-label-active,
    .proposals-preview .proposal-checkbox-div.header-checkbox > span > label.chk-label-active
    {
        position: absolute;
        background: transparent;
        font-size: 12px !important;
        padding: 0px 7px;
        display: flex;
        align-items: center;
        height: 16px;
        font-weight: 600 !important;
        color: white !important;
    }

    .new-proposals-page .m-wrp.new-proposals > .m-tr > div,
    .proposals-preview .m-wrp.new-proposals > .m-tr > div
    {
        align-items: flex-start;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .c-th.new-proposals.CreatedByDetails,
    .proposals-preview table.dataTable2 div.m-tc > .c-th.new-proposals.CreatedByDetails
    {
        grid-template-columns:1fr;
    }


    #popup-ProposalPreview .new-proposals table.proposals-more-det{
        display:table;  
    }
    #popup-ProposalPreview .new-proposals .proposals-amount .hidden-span{
        background: white;
        right: 100px;
    }
    #popup-ProposalPreview .new-proposals .summary-dropdown{
        background:white;   
    }
    .new-proposals-page #popup-ProposalPreview .m-wrp.new-proposals > .m-tr {
        grid-template-columns: 1.3fr .8fr 1.3fr .5fr;
    }
    #popup-ProposalPreview .popup-ProposalPreviewmenu .dropdown-box a.proposal-menu{
        width: auto;
        position: absolute;
        right: 20px;
    }

    #popup-ProposalPreview .popup-ProposalPreviewmenu .cl6 .dropdown-menu > li > a{
        width:90px !important
    }
    #popup-ProposalPreview .popup-ProposalPreviewmenu .cl6 .dropdown-menu{
        width:120px !important;
    }
    #popup-ProposalPreview .new-proposals table.proposals-more-det.closed{
        display:none;
    }

    .new-proposals-page table.dataTable2 div.m-tc > .m-wrp.new-proposals > .m-tr > .agent-remarks > .summary-dropdown
    {
        top:20px !important;
    }