﻿
#header .bottom.nd-header-ntr {
    background: transparent;
    color: #111827;
    box-shadow: none;
    width: 100%;
    background-color: #f9fafb;
}


    #header .bottom.nd-header-ntr h1, #header .bottom.nd-header-ntr .name-box a,
    #header .bottom.nd-header-ntr .name-box .header-bottom-status {
        color: #111827;
        font-family: NotoSans;
        font-size: 26px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0px;
        text-align: left;
    }

    #header .bottom.nd-header-ntr h1 {
        display: flex;
        flex-wrap: wrap;
    }

    #header .bottom.nd-header-ntr .btn-more {
        /*background: none;
        box-shadow: none;
        background-image: url(../../Images/newDesign/InfoIcon.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 60px;
        height: 24px;
        margin-top: 10px;
        position: absolute;
        left:500px;*/

        background: none;
        box-shadow: none;
        background-image: url(../../Images/newDesign/InfoIcon.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 35px;
        height: 24px;
        margin-top: 10px;
        /*position: absolute;
        left:480px;*/
    }

    #header > .bottom.nd-header-ntr > .container > .name-box > .details-dropdown > li > p > a {
        font-family: NotoSans;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
    }

#header > .bottom.nd-header-ntr > .container > .name-box > .details-dropdown > li:nth-child(4) > p > a {
    color: #5593c5;
    text-decoration: underline;
}

    #header .bottom.nd-header-ntr .fixedunderline .fixedwidthellipsis {
        color: #111827;
        overflow: visible;
    }

#header .bottom.nd-header-ntr .name-box, #header .bottom.nd-header-ntr .newtasnumberwrapper, #header .bottom.nd-header-ntr .bordertasnumberwrapper {
    position: absolute;
    left: -122px;
    border-bottom: 0px !important;
    /*width: 100%;*/
    top: 25px;
    padding: 0;
    max-width: 80%;
}

.bottom.nd-header-ntr .newtasnumberwrapper2 {
    position: absolute;
    /*left: 522px;*/
    border-bottom: 0px !important;
    width: 100%;
    /*top: 25px;*/
    padding: 0;
    max-width: 100%;
}

#header .bottom.nd-header-ntr .name-box a.fixedunderline {
    display: flex;
    flex-wrap: wrap;
}

        #header .bottom.nd-header-ntr .name-box a.fixedunderline > span {
            margin-right: 8px;
        }

        #header .bottom.nd-header-ntr .newtasnumberwrapper {
            max-width: 170px;
        }

        #header .bottom.nd-header-ntr .newtasnumberwrapper2 {
            max-width: 170px;
        }

        #header .bottom.nd-header-ntr .fixedunderline:after {
            height: 0;
        }





    .new-travel-request.content {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 32px;
    }


        .new-travel-request .tools-bar .note-str > h2, .new-travel-request .settings-block > .collapse-block > .travel-preferences > .top-cols > .col > .create-tools > h2 {
            font-family: NotoSans;
            font-size: 24px;
            font-weight: 500;
            line-height: 36px;
            letter-spacing: 0px;
            text-align: left;
            color: #343440;
            margin: 0px;
            padding-top: 0px;
        }

.new-travel-request .tools-bar {
    padding-bottom: 0px;
    margin-bottom: 155px;
    margin-top: 15px;
}

.new-travel-request .settings-block:first-child {
    border: none;
    padding-top:0;
    padding-bottom: 0;
    padding-left: 0px;
    display: none;
}

.new-travel-request .settings-block:not(:first-child) {
    border: none;
    box-shadow: 0px 1px 1px 0px #7D97AE1A;
    box-shadow: 0px 1px 1px 0px #7D97AE29;
    border-radius: 8px;
    padding-left: 24px;
    min-height: 92px;
    box-sizing: border-box;
}

.new-travel-request .settings-block.noBoxS {
    padding:0px;
}

.new-travel-request .settings-heading h2 {
    font-family: NotoSans;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
}

        .new-travel-request .settings-heading .details-opener:before {
            content: '';
            -webkit-transition: all .3s;
            transition: all .3s;
            position: absolute;
            z-index: 20;
            top: 0;
            left: 0;
            width: 48px;
            height: 48px;
            border: none;
            margin: 0;
            background-image: url(../../Images/newDesign/Tasks/Triangle.svg);
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .new-travel-request .travel-settings .top-cols {
            background: white;
            border:none;
        }

        .new-travel-request .col span.req {
            color: #FD708D;
            top: -6px;
            left: 3px;
        }

            .new-travel-request .travel-settings .top-cols > .preferences-heading {
                display: grid;
                grid-template-columns: auto 1fr 273px 1fr 2fr 1fr;
                grid-column-gap: 24px;
                height: 48px;
                padding-bottom: 0px;
                margin-bottom: 0;
            }

                .new-travel-request .travel-settings .top-cols > .preferences-heading > * {
                    width: 100%;
                    height: 100%;
                    padding: 0;
                    margin: 0;
                }
                    .new-travel-request .travel-settings .top-cols > .preferences-heading > div:nth-child(3) {
                        display: flex;
                        align-items: center;
                    }

                        .new-travel-request .travel-settings .top-cols > .preferences-heading > div:nth-child(3) > .radio-group {
                            padding-top: 0px;
                        }

        .new-travel-request .travel-settings .radio-group .rad-area {
            height: 13.8px;
            width: 13.8px;
            top: 4px;
            overflow: visible;
        }

        .new-travel-request .rad-area span {
            border: none;
            width: 14px;
            height: 14px;
            top: -1px;
            left: -1px;
            background-color: rgba(0,0,0,0);
            background-repeat: no-repeat;
            background-image: url(../../Images/newDesign/NewTravelRequest/Exclude.svg);
            background-position: center;
        }

.new-travel-request .travel-settings .top-cols:first-child {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
}

        .new-travel-request .travel-settings .middle-block.divTravelPurpose {
            padding-top:15px;
        }

        .new-travel-request .travel-settings .top-cols .input-block .sel {
            width: 100%;
        }

            .new-travel-request .preferences-heading h3 b {
                font-family: NotoSans;
                font-size: 20px;
                font-weight: 400;
                line-height: 28px;
                letter-spacing: 0px;
                text-align: left;
                color: #343440;
            }

        .new-travel-request .inputs-section > .cols:not(:first-child) {
            margin-top: 16px;
        }

        .new-travel-request .preferences-heading {
            border: none;
        }

            .new-travel-request .preferences-heading.descHeading {
                padding-bottom: 41px;
            }

        .new-travel-request .settings-heading.travelHeading {
            padding-bottom: 0px;
        }

        .new-travel-request .flightBlock {
            padding-top: 17px;
        }


        .new-travel-request .divMeetingsDatawrapper {
            padding-top: 50px;
            margin-bottom: 2px;
        }

        .new-travel-request .travel-settings .bottom-block {
            margin-bottom: 0px;
        }
        .new-travel-request .preferences-heading h3 .ico-02 {
            width: 0px;
        }

            .new-travel-request .radio .rad-area {
                height: 13.8px;
                width: 13.8px;
                top: 4px;
                overflow: visible;
            }

        .new-travel-request .radio .rad-area span{
            border: none;
            width: 14px;
            height: 14px;
            top: -1px;
            left: -1px;
            background-color: rgba(0,0,0,0);
            background-repeat: no-repeat;
            background-image: url(../../Images/newDesign/NewTravelRequest/Exclude.svg);
            background-position: center;
        }


        .new-travel-request .preferences-heading h3 {
            float: none;
            padding-left: 0px;
            margin: 0;
            max-width: 100%;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
        }

        

        .new-travel-request .travel-settings .top-cols.flat, .new-travel-request .flat {
            padding: 0;
            margin: 0;
            height: 0px;
        }

        .new-travel-request .preferences-heading .note {
            display: flex;
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
            margin-right: 8px;
            padding-left: 0px;
        }

            .new-travel-request .preferences-heading .note b {
                color: #FFA500;
                margin-right: 8px;
                font-family: NotoSans;
            }

        .new-travel-request .inputs-section > .cols .cols {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
            grid-column-gap: 24px;
            margin: 0;
            max-width: 1482px;
            height: 48px;
        }

            

            .new-travel-request .inputs-section > .cols .cols > .col {
                width: 100%;
                max-width: 277px;
                padding: 0;
                margin: 0;
                /*height: 100%;*/
            }

                .new-travel-request .inputs-section > .cols .cols > .col > div {
                    margin: 0 !important;
                }

                .new-travel-request .inputs-section > .cols .cols > .col > table {
                    width: 100%;
                }

.new-travel-request .inputs-section .count-txt {
    height: 48px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    border: 1px solid #B1B8C2;   
}

        .new-travel-request .inputs-section.ordered-sections {
            padding: 0;
        }

            .new-travel-request .inputs-additional .inputs-section.ordered-sections .cols .col .cols {
               // margin-bottom: 16px
            }

            .new-travel-request .inputs-section.ordered-sections .section-number {
                display: none;
            }
            .new-travel-request .travel-settings .middle-block {
                background: white;
                padding-left: 0px;
                padding-right: 55px;
            }

        .new-travel-request .inputs-section > .cols .cols .col .form-group, .new-travel-request .inputs-section > .cols .cols .col .form-group > span,
        .new-travel-request .inputs-section > .cols .cols .col .form-group > span > table, .new-travel-request .inputs-section > .cols .cols .col .form-group > span > table input {
            height: 48px;
        }

            .new-travel-request .inputs-section > .cols .cols .col.span3 {
                max-width: 100%;
                grid-column-start: span 3;
            }

            .new-travel-request .inputs-section > .cols .cols:not(:first-child) {
                margin-top: 16px;
            }

            .new-travel-request .form-control {
                height: 48px;
                border-radius: 8px;
                font-family: NotoSans;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0px;
                /*text-align: left;*/
            }

        .new-travel-request .addBtn {
            border-color: #12A778;
            width: 25px;
            height: 25px;
            min-height: 0px;
            min-width: 0px;
            background-image: url('../../Images/newDesign/AddBtn.svg');
            background-repeat: no-repeat;
            background-position: center;
            padding: 0;
            margin-left: 0px;
           
            position: absolute;
            right: -35px;
            top: -10px;
        }

            .new-travel-request .addBtn:hover {
                background-color: white;
            }
            .new-travel-request .hotelHeading {
                margin-bottom: 0px;
                padding-bottom: 13px;
            }

        .new-travel-request .descriptionAddBtnPos,
        .new-travel-request .AddBtnPos {
            position: absolute;
            right: -55px;
            top: 20px !important;
        }

        .new-travel-request .travel-settings .top-cols > .preferences-heading > *:last-child {
            margin-right: 0px;
            margin-left: auto;
        }

        .new-travel-request .inputs-section .btn-close {
            width: 20px;
            height: 20px;
            overflow: visible;
            bottom: 27px;
            right: -20px;
            top: 9px;
        }

        .new-travel-request .btn-close:before, .new-travel-request .btn-close:after {
            background-image: url(../../Images/newDesign/Profile/ex.svg);
            background-size: 20px 20px;
            width: 20px;
            height: 20px;
        }

        .new-travel-request .travel-settings .radio-group label {
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
        }

        .new-travel-request .headerMeeting {
            padding-bottom: 0px;
            margin-bottom:11px;
        }

        .new-travel-request .travel-settings .bottom-block, .new-travel-request .travel-preferences .block {
            background: white;
            padding-left: 0px;
            padding-right: 55px;
        }

            .new-travel-request .travel-settings .bottom-block h3 {
                font-family: NotoSans;
                font-size: 20px;
                font-weight: 400;
                line-height: 28px;
                letter-spacing: 0px;
                text-align: left;
                margin-bottom: 27px;
            }

        .new-travel-request .purposeoftravelservicelist.services-list {
            max-width: 100%;
        }

        .new-travel-request .services-list li {
            font-family: NotoSans;
            font-size: 18px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
        }
            .new-travel-request .services-list li a {
                border: none;
                background: white;
                min-width: 0px;
                padding-left: 48px;
                padding-right: 17px;
            }
            .new-travel-request .services-list li a::before {
                content: ' ';
                position: absolute;
                width: 17px;
                height: 17px;
                left: -2px;
                bottom: 13px;
                border: 1px solid grey;
                border-radius: 2px;
                transition: .3s;
            }
               
            /*
            .new-travel-request .services-list li a::after {
                content: ' ';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 20px;
                top: 9px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Cell Phone.svg');
                background-position: center;
                background-repeat: no-repeat;
            }

            .new-travel-request .services-list li:first-child a::after {
                content: ' ';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 20px;
                top: 9px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Plane.svg');
                background-position: center;
                background-repeat: no-repeat;
            }

            .new-travel-request .services-list li:nth-child(2) a::after {
                content: ' ';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 20px;
                top: 9px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Hotel.svg');
                background-position: center;
                background-repeat: no-repeat;
            }

            .new-travel-request .services-list li:nth-child(3) a::after {
                content: ' ';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 20px;
                top: 9px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Cars.svg');
                background-position: center;
                background-repeat: no-repeat;
            }

            .new-travel-request .services-list li:nth-child(4) a::after {
                content: ' ';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 20px;
                top: 9px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Transfers.svg');
                background-position: center;
                background-repeat: no-repeat;
            }

            .new-travel-request .services-list li:nth-child(5) a::after {
                content: ' ';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 20px;
                top: 9px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Cell Phone.svg');
                background-position: center;
                background-repeat: no-repeat;
            }
            */

            .new-travel-request .services-list li a.flights-switcher::after {
                content: ' ';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 20px;
                top: 9px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Plane.svg');
                background-position: center;
                background-repeat: no-repeat;
            }

            .new-travel-request .services-list li a.hotels-switcher::after {
                content: ' ';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 20px;
                top: 9px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Hotel.svg');
                background-position: center;
                background-repeat: no-repeat;
            }

            .new-travel-request .services-list li a.cars-switcher::after {
                content: ' ';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 20px;
                top: 9px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Cars.svg');
                background-position: center;
                background-repeat: no-repeat;
            }

            .new-travel-request .services-list li a.transfers-switcher::after {
                content: ' ';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 20px;
                top: 9px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Transfers.svg');
                background-position: center;
                background-repeat: no-repeat;
            }

            .new-travel-request .services-list li a.favorite1-switcher::after,
            .new-travel-request .services-list li a.favorite2-switcher::after,
            .new-travel-request .services-list li a.favorite3-switcher::after{
                content: ' ';
                position: absolute;
                width: 24px;
                height: 24px;
                left: 20px;
                top: 9px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Cell Phone.svg');
                background-position: center;
                background-repeat: no-repeat;
            }

            .new-travel-request .services-list li.active a::before {
                background-image: url('../../Images/newDesign/Tasks/SelectedCheckbox.svg');
                background-position: center;
                background-repeat: no-repeat;
                background-color: #485879;
                border-color: #485879;
                transition: .3s;
            }

                .new-travel-request .services-list .ico {
                    display: none;
                }

        .new-travel-request .preferences-heading h3 .ico-04 {
            display: none;
        }

        .new-travel-request .inputs-section .btn-close.miscBtnClose {
            position: absolute;
            top: 12px;
            right: -10px;
        }

        .new-travel-request .miscellaneousAddBtnPos {
            position: absolute;
            bottom: 68px;
            right: -26px !important;
            top: 10px !important;
        }

        .new-travel-request .flightSegHeading {
            margin-bottom: 13px;
        }

        .new-travel-request .preferences-heading h3 .ico-01 {
            display: none;
        }
        .new-travel-request #flights-section .preferences-heading h3,
        .new-travel-request #hotels-section .preferences-heading h3,
        .new-travel-request #cars-section .preferences-heading h3,
        .new-travel-request #transfers-section .preferences-heading h3,
        .new-travel-request #miscellaneous-section .preferences-heading h3 {
            position: relative;
            margin-left: 34px;
        }

            .new-travel-request #flights-section .preferences-heading h3 {
                padding-bottom: 20px
            }

.new-travel-request #hotels-section .preferences-heading h3 {
    padding-bottom: 28px;
}

.new-travel-request #flights-section .preferences-heading h3:before {
    content: ' ';
    position: absolute;
    left: -33px;
    width: 24px;
    height: 24px;
    background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Plane.svg');
    background-repeat: no-repeat;
    background-position: center;
}

            .new-travel-request #hotels-section .preferences-heading h3:before {
                content: ' ';
                position: absolute;
                left: -33px;
                width: 24px;
                height: 24px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Hotel.svg');
                background-repeat: no-repeat;
                background-position: center;
            }

            .new-travel-request #cars-section .preferences-heading h3:before {
                content: ' ';
                position: absolute;
                left: -30px;
                width: 24px;
                height: 24px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Cars.svg');
                background-repeat: no-repeat;
                background-position: center;
            }

            .new-travel-request #transfers-section .preferences-heading h3:before {
                content: ' ';
                position: absolute;
                left: -30px;
                width: 24px;
                height: 24px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Transfers.svg');
                background-repeat: no-repeat;
                background-position: center;
            }
            .new-travel-request #miscellaneous-section .preferences-heading h3:before {
                content: ' ';
                position: absolute;
                left: -33px;
                width: 24px;
                height: 24px;
                background-image: url('../../Images/newDesign/NewTravelRequest/Icons/Cell Phone.svg');
                background-repeat: no-repeat;
                background-position: center;
            }

.new-travel-request .inputs-section > .cols .cols .col.span2 {
    max-width: 100%;
    grid-column-start: span 2;
}

        .new-travel-request .check-block {
            height: 100%;
            
        }

             .new-travel-request .check-block > label {
                font-family: NotoSans;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0px;
                text-align: left;
            }
                .new-travel-request .check-block > label > div {
                    margin-top: 3px;
                }
                .new-travel-request .chk-area {
                    width: 20px;
                    height: 20px;
                    min-width: 14px;
                }

                    .new-travel-request .chk-area.customForm-class-type2 span, .new-travel-request .chk-area.customForm-class-type3 span {
                        top: -3px;
                        width: 20px;
                        height: 20px;
                        background: #485879;
                        border-radius: 4px;
                        border: none;
                        left: -2px;
                        background-image: url(../../Images/newDesign/Calendar/Select.svg);
                        background-repeat: no-repeat;
                        background-position: center;
                        margin-left: auto;
                        margin-right: auto;
                    }


.new-travel-request .flightPlansDel:before,
.new-travel-request .flightPlansDel:after,

.new-travel-request .hotelBtnDel:before,
.new-travel-request .hotelBtnDel:after,

.new-travel-request .carDelBtn:before,
.new-travel-request .carDelBtn:after,

.new-travel-request .transferDelBtn:before,
.new-travel-request .transferDelBtn:after {
    top: 9px;
    left: initial;
    right: -6px;
}

        .new-travel-request .inputs-section > .cols .cols .col .form-group > span > table input, .new-travel-request .form-control {
            border: 1px solid #B1B8C2;
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            /*text-align: left;*/
            padding-right: 40px;
        }


            .new-travel-request .form-control[disabled] {
                color: #B1B8C2;
            }

            .new-travel-request .inputs-section > .cols .cols .col .form-group > span > table input::placeholder,
            .new-travel-request .form-control::placeholder {
                color: transparent;
            }
            .new-travel-request .form-control {
                width: 100%;
            }

            .new-travel-request .check-block {
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }

            .new-travel-request .form-group table {
                width: 100%;
            }

        .new-travel-request .preferences-heading h3 .ico-03 {
            display: none;
        }

        .new-travel-request #hotels-section .inputs-section.ordered-sections:not(:first-child),
        .new-travel-request #cars-section .inputs-section.ordered-sections:not(:first-child),
        .new-travel-request #transfers-section .inputs-section.ordered-sections:not(:first-child),
        .new-travel-request #miscellaneous-section .inputs-section.ordered-sections:not(:first-child) {
            margin-top: 16px;
        }

.new-travel-request .travelPrefSaveBtn {
    margin-top: 48px;
}

        .new-travel-request .budget-settings {
            background: white;
            border: none;
            padding-left: 0px;
            padding-right: 55px;
        }

        .new-travel-request .budget-preferences .sel span.custom-combobox {
            margin-top: 0px;
        }

        .new-travel-request .compAddBtn {
            position: absolute;
            bottom: 148px;
            right: -51px;
            top: initial;
        }

        .new-travel-request .budget-preferences .inputs-section .wide-input {
            padding-top: 12px;
        }

.new-travel-request .addNewHolder, .new-travel-request .add-row, .new-travel-request .del-row {
    position: relative;
}

        .new-travel-request .travel-settings .radio-group .rad-area, .new-travel-request .input-style label:before {
            height: 13.8px;
            width: 13.8px;
            top: 4px;
            overflow: visible;
            margin-right: 24px;
        }

.new-travel-request .Questionnairemainwrapper .collapse-block span {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 16px;
}

.new-travel-request .Questionnairemainwrapper .collapse-block .cols table span {
    margin-bottom: 0px
}

.new-travel-request .Questionnairemainwrapper .collapse-block .questionary-inputs > .cols:nth-child(2) {
   // display:grid;
   // grid-template-columns: 5% 95%;
   // grid-column-gap: 24px;

   display: flex;
   flex-direction:column;
   /*align-items: center;*/
}

    .new-travel-request .Questionnairemainwrapper .collapse-block .questionary-inputs > .cols:nth-child(2) > .col:nth-child(1) > span {
       // grid-column-start: 0;
       margin-bottom: 0px;
    }

        .new-travel-request .Questionnairemainwrapper .collapse-block .questionary-inputs .col textarea {
            margin-bottom: 16px;
        }

.new-travel-request .Questionnairemainwrapper .collapse-block .btn-block {
    display: flex;
    justify-content: flex-end;
}

.new-travel-request .rad-area span, .new-travel-request .input-style input[type=radio]:checked + label:before {
    border: none;
    width: 14px;
    height: 14px;
    top: -1px;
    left: -1px;
    background-color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-image: url(../../Images/newDesign/NewTravelRequest/Exclude.svg);
    background-position: center;
    content: '';
    color: white;
}

        .new-travel-request .input-style input[type=radio]:checked + label:before {
            top: 3px;
        }

        .new-travel-request .additional-info .block {
            background: white;
            padding-left: 0px;
            padding-right: 55px;
            border-top: none;
        }

        .new-travel-request .input-style label {
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
        }

        .new-travel-request .h3 {
            font-family: NotoSans;
            font-size: 20px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0px;
            text-align: left;
            color: #343440;
        }

        .new-travel-request .additInfoHeading {
            margin: 0;
            padding: 0;
        }

        .new-travel-request p {
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
        }

            .new-travel-request .AllowFileTypeswrapper {
                color: #343440;
                font-family: NotoSans;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0px;
                text-align: left;
            }

        .new-travel-request .inputs-section > .cols {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin: 0;
        }

            .new-travel-request .inputs-section > .cols .cols.gridDeclaration {
                grid-template-columns: 170px 4fr 50px 2fr 2fr;
                height: auto;
            }

        .new-travel-request .gridDeclaration a {
            font-family: NotoSans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
            color: #485879;
        }

.new-design-notification {
    padding-top: 140px;
    background: #F9FAFB;
    top: 0.5vh;
}

    .new-design-notification:before {
        display: none;
    }

    .new-design-notification .container {
        margin-left: 20px;
        background: white;
        border: none;
        width: 584px;
        height: 120px;
        box-shadow: 0px 8px 16px rgba(125, 151, 174, 0.08), 0px 2px 6px rgba(125, 151, 174, 0.02), 0px 0px 1px rgba(125, 151, 174, 0.02);
        border-radius: 8px;
        border-left: 8px solid #007AFF;
        padding: 0px 0px 0px 20px;
        display: flex;
        align-items: center;
        position: absolute;
        top: 220px;
    }

.new-design-notification:after {
    width: 0;
    height: 0;
}

.new-design-notification .nd-ico-alert {
    width: 20px;
    height: 20px;
    left: -30px;
    top: 32px;
}

.new-design-notification .box {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left:20px;
}

.new-design-notification p font{
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    /*color: #343440 !important;*/
}

.new-travel-request .opener {
    display: flex;
    align-items: center;
    width: 277px;
    background: white;
    padding-right: 0;
    border: 1px solid #B1B8C2;
    height: 48px;
    height: 48px;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.new-travel-request .gvAttachmentswrapper {
    margin-top: 16px;
}

.new-travel-request .gvAttachmentswrapper tbody tr {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 24px;
    background: white;
    border: none;
}

.new-travel-request .gvAttachmentswrapper tbody tr:not(:first-child) {
    margin-bottom: 16px;
}

.new-travel-request .settings-block {
    margin-bottom: 20px;
}

.new-travel-request .gvAttachmentswrapper tbody tr th {
    background: white;
    display: block;
    color: #343440;
    font-family: NotoSans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    background: rgba(0,0,0,0);
    border-bottom: none;
    padding-left: 0px;
    padding-bottom: 36px;
}

    .new-travel-request .gvAttachmentswrapper tbody tr td {
        background: white;
        border: none;
        padding: 0px;
        display: flex;
        align-items: center;
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
    }

    .new-travel-request .gvAttachmentswrapper tbody tr td:last-child a{
        display: flex;
        align-items: center;
        height: 100%;
    }

        .new-travel-request .gvAttachmentswrapper tbody tr td .btn {
            margin: 0;
        }

        .new-travel-request .Categoryddlwrapper {
            width: 100%;
            height: 100%;
        }

    .new-travel-request .Categoryddlwrapper .custom-combobox .custom-combobox-input {
        height: 48px;
        border-radius: 8px;
    }

.new-travel-request .downlodablefilename {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #343440;
    padding-left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.new-travel-request .settings-block .settings-heading {
    padding-left: 0px;
}

.new-travel-request .settings-block .settings-heading:before {
    display: none;
}

.new-travel-request .travel-preferences .block .add-row {
    padding: 0;
    position: relative;
}

.new-travel-request .additional-info .radio-group label {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.new-travel-request .pad0 label {
    padding-left: 0px;
}

.new-travel-request .dropdown-menu {
    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%);
}

    .new-travel-request .dropdown-menu > li > a {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
    }


    @media(max-width: 1500px) {
        .new-travel-request .input-style label, .new-travel-request .gridDeclaration a, .new-travel-request .additional-info .radio-group label {
        font-size: 14px;
    }
    .new-travel-request .inputs-section > .cols .cols.gridDeclaration {
        margin-bottom: 32px
    }
    .new-travel-request .preferences-heading h3, .new-travel-request .gvAttachmentswrapper tbody tr th {
        font-size: 18px
    }
}

@media(max-width: 1400px) {
    .new-travel-request .preferences-heading h3, .new-travel-request .gvAttachmentswrapper tbody tr th {
        font-size: 16px
    }
}

@media only screen and (max-width: 1328px){
    .notification-section .ico-alert {
        margin-left: 48px;
    }
}