﻿.nd-all-pages.content {
    max-width: 100%;
    padding: 10px 32px 100px 20px;
    padding-top: 15px;
    background: #f9fafb;
    display: flex;
}

#header .nd-header-ntr #tasdetailsDropdown, #header .nd-header-ntr #tasdetailsDropdown2 {
    border: none;
    border-left: 8px solid #5D6E93;
    box-shadow: 0px 8px 16px rgb(125 151 174 / 8%), 0px 2px 6px rgb(125 151 174 / 2%), 0px 0px 1px rgb(125 151 174 / 2%);
    border-radius: 8px;
}

    #header .nd-header-ntr #tasdetailsDropdown li, #header .nd-header-ntr #tasdetailsDropdown li span {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
    }

    #header .nd-header-ntr #tasdetailsDropdown:before, #header .nd-header-ntr #tasdetailsDropdown2:before {
        border-color: transparent transparent white transparent;
    }

.flex {
    display: flex;
}

.children-mr16 > * {
    margin-right: 16px !important;
}

.flex-column {
    flex-direction: column;
}

.border-box {
    box-sizing: border-box;
}

.ai-c {
    align-items: center;
}
.jc-fe {
    justify-content: flex-end;
}

.jc-fs {
    justify-content: flex-start;
}

.jc-c {
    justify-content: center;
}

.grid10 {
    display: grid !important;
    grid-template-columns: repeat(10, 1fr) !important;
}

.grid7 {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
}

.grid6 {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
}

.grid5 {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
}

.grid4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
}

.grid3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
}
.grid2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}

.grid1 {
    display: grid !important;
    grid-template-columns: 1fr !important;
}
.span2imp {
    grid-column-start: span 2 !important;
}
.span3imp {
    grid-column-start: span 3 !important;
}

.span4imp {
    grid-column-start: span 4 !important;
}

.span16 {
    grid-column-start: span 16
}

.span17 {
    grid-column-start: span 17
}

.span18 {
    grid-column-start: span 18
}

.w100 {
    width: 100%;
}

.mw100 {
    max-width: 100% !important;
}

.pad0 {
    padding: 0 !important;
}

.mar0 {
    margin: 0 !important;
}

.gcp24, .gcg24 {
    grid-column-gap: 24px;
}

.grg16 {
    grid-row-gap: 16px;
}

.bck-t {
    background: transparent !important;
}
.h48 {
    height: 48px;
}

.mb0 {
    margin-bottom: 0px;
}

.mt16nf:not(:first-child) {
    margin-top: 16px;
}

.mt36 {
    margin-top: 36px;
}

.mw1482 {
    max-width: 1482px
}

.mt16 {
    margin-top: 16px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mb32 {
    margin-bottom: 32px;
}

.mr8 {
    margin-right: 8px;
}


.relative {
    position:relative;
}
.NotoSans {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.circleFlag {
    border-radius: 50px;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background: linear-gradient(#e66465, #9198e5);
}

.circleFlag.c-Blue {
    background: #4096E6;
}

    .circleFlag.c-Gray {
        background: #8D8D8D;
    }

    .circleFlag.c-Green {
        background: #A7E640;
    }

    .circleFlag.c-LBlue {
        background: #8FC2F1
    }

    .circleFlag.c-Magenta {
        background: #F28FF4;
    }

    .circleFlag.c-Orange {
        background: #F0B357;
    }
    .circleFlag.c-Purple {
        background: #C087FA;
    }
    .circleFlag.c-Red {
        background: #F37070;
    }
    .circleFlag.c-Yellow {
        background: #F3F805;
    }
    .circleFlag.c-Trans {
        background: #8F88E0;
    }

@media(max-width: 1600px) {
    .NotoSans {
        font-size: 15px;
    }
}

@media(max-width: 1500px) {
    .NotoSans {
        font-size: 14px;
    }
}

.wh14 {
    width: 20px !important;
    height: 20px !important;
}

.noBoxS {
    box-shadow: none !important;
}

.nd-all-pages .drop-menu.style2 {
    padding-top: 20px;
    /*width: 100% !important;*/
}

    .nd-all-pages .drop-menu.style2 table {
        width: 100% !important;
    }

    .nd-all-pages .dropdown-extend .ddlOptionTitle {
        color: #343440;
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: left;
        padding-left: 20px;
    }

.nd-all-pages .dropdown-extend .optionInfoMsg {
    font-family: NotoSans !important;
}

.input-icon-calendar {
    position: relative;
}
    .input-icon-calendar table {
        width: 100%;
    }

    .input-icon-calendar:before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        top: 8px;
        right: 8px;
        background-image: url('../../Images/newDesign/Tasks/Calendar.svg');
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
        pointer-events: none;
    }

.excel-text {
    font-family: NotoSans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #485879;
    padding-left: 4px;
}

.excel-icon {
    background-image: url('../../Images/newDesign/Tasks/Excel.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
    width: 24px;
}

.nd-all-pages .custom-combobox .custom-combobox-toggle:hover:before,
.nd-editProposal .custom-combobox .custom-combobox-toggle:hover:before {
    border-top-color: transparent;
}

.nd-all-pages .dropdown-extend .dropdown-extend-toggle,
.nd-editProposal .dropdown-extend .dropdown-extend-toggle {
    right: 1px;
}

.nd-all-pages .dropdown .dropdown-toggle:before,
.nd-editProposal .dropdown .dropdown-toggle:before,
.nd-all-pages .custom-combobox .custom-combobox-toggle:before,
.nd-editProposal .custom-combobox .custom-combobox-toggle:before,
.nd-editProposal .dropdown-extend .dropdown-extend-toggle:before {
    background-image: url(../../Images/newDesign/TriangleSmallDown.svg);
    background-repeat: no-repeat;
    background-position: left;
    width: 15px;
    height: 15px;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    margin: 0;
    top: 7px;
    right: 8px;
}

.nd-all-pages .rad-area {
    height: 13.8px;
    width: 13.8px;
    top: 4px;
    overflow: visible;
}

.nd-header .asLoginContainer > a {
    display: flex;
    align-items: center;
}

.nd-all-pages .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;
}

.nd-all-pages .dropdown-menu {
    width: 100%;
    max-width: 277px;
    border: none;
    border-radius: 8px;
    right: 2px;
    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%);
}

.nd-all-pages .dropdown-menu * {
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

/* SHOW MORE button*/

.nd-all-pages .marginRight {
    margin-right: 0px;
}

.nd-all-pages .show-next {
    background: white;
    box-shadow: 0px 1px 1px 0px #7D97AE1A;
    box-shadow: 0px 1px 1px 0px #7D97AE29;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #485879;
}


.nd-all-pages td.forg-group,
.nd-all-pages td.forg-group > *,
.nd-all-pages input.form-control,
.nd-all-pages select,
.nd-all-pages select > option,
.nd-all-pages .chk-area,
.nd-all-pages .chk-area > span,
.nd-all-pages .rad-area > span,
.nd-all-pages .form-group > label{
    cursor: pointer !important;
}

.nd-all-pages .opener.act-menu{
    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;
}

.nd-all-pages .btnDef,
.nd-all-pages .tools-bar .btn-box .btn-default:not(.toggle-all):not(.hide),
.nd-all-pages .btn-default.btnDef,
.nd-all-pages .loadButton,
.nd-all-pages .saveButton,
.nd-all-pages .btn.btn-success,
.nd-all-pages .btn-small,
.nd-all-pages .btn2,
.nd-editProposal .btn.btn-success,
.new-change-request-to-agent > footer > .btn,
.AjaxDialogBoxwrapper > .msg-block > .entity > footer > input.btn-ok,
.nd-popup > .container > footer > a.btn-ok,
.changeTravelRequestTable .modalsFooter > td:not(:last-child):not(:nth-child(3)) > input,
.new-disclaimer .form-group .btnSave,
.build-new-proposal-modal .footer .btn-default,
.AjaxDialogBoxwrapper input.btn-default,
.new-transportation-page .request-summary .btn-send,
.new-agent-mail-step2 .btn-default,
.login-area.centered tr.buttons-footer a.btn-success {
    min-width: 0px;
    max-width: 227px;
    width: 100%;
    background-color: #485879;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: white;
    border: #485879;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    transition: .3s;
}

.nd-all-pages .btn3 {
    min-width: 0px;
    width: 100%;
    background-color: #485879;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: white;
    border: #485879;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    transition: .3s;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.btnSubmit {
    min-width: 350px !important;
    background-color: #12A778 !important;
}

    .nd-all-pages .btnDef:hover,
    .nd-all-pages .tools-bar .btn-box .btn-default:not(.toggle-all):not(.hide):not(.btn-s):hover,
    .nd-all-pages .btn-default.btnDef:hover,
    .nd-all-pages .loadButton:hover,
    .nd-all-pages .saveButton:hover,
    .nd-all-pages .btn.btn-success:hover,
    .nd-all-pages .btn-small:hover,
    .nd-all-pages .btn2:hover,
    .nd-editProposal .btn.btn-success:hover,
    .AjaxDialogBoxwrapper > .msg-block > .entity > footer > input.btn-ok:hover,
    .nd-popup > .container > footer > a.btn-ok:hover,
    .new-change-request-to-agent > footer > .btn:hover,
    .changeTravelRequestTable .modalsFooter > td:not(:last-child):not(:nth-child(3)) > input:hover,
    .new-disclaimer .form-group .btnSave:hover,
    .build-new-proposal-modal .footer .btn-default:hover,
    .AjaxDialogBoxwrapper input.btn-default::hover,
    .new-transportation-page .request-summary .btn-send::hover,
    .new-agent-mail-step2 .btn-default::hover,
    .login-area.centered tr.buttons-footer a.btn-success::hover {
        background: #435373;
        transition: .3s;
    }

    .nd-all-pages .btnDef:focus,
    .nd-all-pages .tools-bar .btn-box .btn-default:not(.toggle-all):not(.hide):not(.btn-s):focus,
    .nd-all-pages .btn-default.btnDef:focus,
    .nd-all-pages .loadButton:focus,
    .nd-all-pages .saveButton:focus,
    .nd-all-pages .btn.btn-success:focus,
    .nd-all-pages .btn-small:focus,
    .nd-all-pages .btn2:focus,
    .nd-editProposal .btn.btn-success:focus,
    .AjaxDialogBoxwrapper > .msg-block > .entity > footer > input.btn-ok:focus,
    .nd-popup > .container > footer > a.btn-ok:focus,
    .new-change-request-to-agent > footer > .btn:focus,
    .changeTravelRequestTable .modalsFooter > td:not(:last-child):not(:nth-child(3)) > input:focus,
    .new-disclaimer .form-group .btnSave:focus,
    .build-new-proposal-modal .footer .btn-default:focus,
    .AjaxDialogBoxwrapper input.btn-default::focus,
    .new-transportation-page .request-summary .btn-send::focus,
    .new-agent-mail-step2 .btn-default::focus,
    .login-area.centered tr.buttons-footer a.btn-success::focus {
        background: #343F57;
        transition: .3s;
    }

.nd-all-pages .btn-clear,
.tasks-calendar .calendar-filter .btn-clear,
.AjaxDialogBoxwrapper > .msg-block > .entity > footer > input.btn-cancel,
.nd-popup > .container > footer > a.btn-cancel,
.login-area.centered tr.buttons-footer a.btn-clear {
    margin-bottom: 0;
    font-family: NotoSans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #485879;
    border: 1px solid #485879;
    background: white;
    border-radius: 8px;
    height: 48px;
    max-width: 227px;
    width: 100%;
}

    .nd-all-pages .btn-clear:hover,
    .tasks-calendar .calendar-filter .btn-clear:hover,
    .AjaxDialogBoxwrapper > .msg-block > .entity > footer > input.btn-cancel:hover,
    .nd-popup > .container > footer > a.btn:hover,
    .login-area.centered tr.buttons-footer a.btn-clear:hover {
        border-color: #435373;
        background: #435373;
        transition: .3s;
        color: white;
    }

    .nd-all-pages .btn-clear:focus,
    .tasks-calendar .calendar-filter .btn-clear:focus,
    .AjaxDialogBoxwrapper > .msg-block > .entity > footer > input.btn-cancel:focus,
    .nd-popup > .container > footer > a.btn-cancel:focus,
    .login-area.centered tr.buttons-footer a.btn-clear:focus {
        border-color: #343F57;
        background: #343F57;
        transition: .3s;
        color: white;
    }

.nd-popup > .container > header .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
}
    }

        .nd-all-pages .opener .ico-menu {
            width: 52px;
            height: 46px;
            border-left: 1px solid #B1B8C2;
            background-image: url(../../Images/newDesign/Tasks/Triangle.svg);
            background-repeat: no-repeat;
            background-position: center;
            margin: 0;
        }

.border-tag {
    position: relative;
}

.border-tag {
    background: white;
    border-radius: 8px;
    height: 48px;
}

.nd-all-pages .custom-combobox .custom-combobox-toggle, .custom-combobox .custom-combobox-toggle {
    background: transparent;
}

.border-tag * {
    // background: transparent;
}

    .nd-all-pages select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }

    .border-tag input,
    .border-tag select{
        background: transparent;
    }

.border-tag:after {
    content: ' ';
    position: absolute;
    top: -9px;
    left: 20px;
    background: white;
    padding: 0 4px;
    color: #99999F;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    /* EXPERIMENTAL */
    height: 3px;
    top: -4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;

    box-shadow: 0px -3px 3px 2px white;
    border-radius: 10px;
}

    @media(max-width: 1600px) {
        .border-tag:after {
            font-size: 12px;
        }
    }

@media(max-width: 1400px) {
    .border-tag:after {
        font-size: 11px;
    }
}

@media(max-width: 1366px) {
    .border-tag:after {
        font-size: 14px;
    }
}

.nd-all-pages .form-group.parent-active label,
.nd-editProposal .form-group.parent-active label,
.nd-new-expense-modal .form-group.parent-active label {
    display: none;
}

.nd-all-pages .msg-area .mail-block {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}
.nd-all-pages .msg-area .mail-block .scrollable {
    padding-right: 24px;
    padding-left: 24px;
    overflow-y: scroll;
    max-height: 90%;
}

    .nd-all-pages .msg-area .mail-block header {
       // position: absolute;
        //top: 0px;
    }

.nd-all-pages .msg-area .mail-block .scrollable .entity {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
}

.nd-all-pages .msg-area .mail-block .scrollable .entity .line-holder {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

    .nd-all-pages .msg-area .mail-block .scrollable .entity .line-holder .chk-area {
        width: 14px;
        height: 14px;
        margin-top: 6px;
        margin-right: 6px;
    }

    .nd-all-pages .msg-area .mail-block .scrollable .entity .line-holder > span,
    .nd-all-pages .msg-area .mail-block .attachment-box .lbl {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: left;
    }


.nd-all-pages #popup-MailTo .entity .separator {
    border: none;
}

.nd-all-pages .msg-area .mail-block .scrollable .entity .line-holder .chk-area span {
    top: -2px;
    left: -2px;
}

        .nd-all-pages .msg-area .mail-block .scrollable .entity .line-holder > label {
            display: none;
        }

    .nd-all-pages .msg-area .mail-block .scrollable footer {
        width: auto !important;
        display: flex;
        justify-content: flex-end;
    }
.nd-all-pages .msg-area .mail-block header {
    padding-left: 24px;
    background: 0px
}
.nd-all-pages .msg-area .mail-block header::before {
    display: none;
}

    .nd-all-pages .msg-area .mail-block header h4 {
        color: #343440;
        font-family: NotoSans;
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        letter-spacing: 0px;
        text-align: left;
    }

    .nd-all-pages .msg-area .mail-block header .btn-close {
        margin-top: 6px;
    }

    .nd-all-pages .msg-area .mail-block .scrollable .entity {
        padding-bottom: 0px;
    }

.nd-all-pages .msg-area .mail-block .scrollable .entity,
.nd-all-pages .msg-area .mail-block .scrollable footer {
    position: initial !important;
    top: 0px !important;
    bottom: 0px !important;
}

    .nd-all-pages .msg-area .mail-block .attachment-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 24px;
        width: 100%;
        height: 48px;
        margin-top: 16px;
    }

        .nd-all-pages .msg-area .mail-block .attachment-box .lbl {
            padding: 0px;
            float: none;
            display: flex;
            align-items: center;
            justify-content: center;

        }

        .nd-all-pages .msg-area .mail-block .attachment-box .fileUpload {
           // border: 2px solid red;
           position: relative;
        }

            .nd-all-pages .msg-area .mail-block .attachment-box .fileUpload .btn-old {
                opacity: 0;
                position: absolute;
                width: 100%;
                max-width: 100%;
            }

        .nd-all-pages .msg-area .mail-block .attachment-box .btn {
            margin: 0px;
            width: 100%;
            max-width: 100%;
        }

.nd-all-pages .tools-bar .btn-box + .dropdown-box {
    left: initial;
}

.nd-all-pages .searchdateheader > .triangleAsc {
    background-image: url('../../Images/newDesign/Tasks/Sort.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    top: 0px;
    margin: 0px;
    margin-left: 6px;
    display: block;
    border: none;
}

.nd-all-pages .searchdateheader > .triangleDesc {
    background-image: url('../../Images/newDesign/SortDesc.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    top: 0px;
    margin: 0px;
    margin-left: 6px;
    display: block;
    border: none;
}

.nd-all-pages .events-popup .popup-menu > li {
    cursor: pointer;
}
/* EXCEL BUTTON*/
.nd-all-pages .export-excel-btn {
    position: relative;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    /*padding: 0;*/
    padding: 0 0px 0 30px;
    margin-left: 40px;
    bottom: -2px;
    color: #485879;
    font-family: NotoSans;
}

    .nd-all-pages .export-excel-btn:before {
        content: '  ';
        position: absolute;
        left: -27px;
        bottom: 8px;
        background-image: url('../../Images/newDesign/Excel.svg');
        background-repeat: no-repeat;
        background-position: center;
        width: 24px;
        height: 24px;
    }

    /* TOGGLE ALL ICON*/
.nd-all-pages .proposals-more-details a {
    display: block
}

    .nd-all-pages .proposals-more-details a:before {
        content: '';
        position: absolute;
        left: -4px;
    }

    .nd-all-pages .btn.toggle-all .expand-icon,
    .nd-all-pages .proposals-more-details a:before,
    .nd-all-pages .tasks-page .tasks-table.hide .btn-box .toggle-all .expand-icon {
        background-image: url('../../Images/newDesign/Tasks/Expand.svg');
        background-repeat: no-repeat;
        background-position: center;
        height: 24px;
        width: 24px;
    }

    .nd-all-pages .btn.hide .expand-icon,
    .nd-all-pages .btn.collapse .expand-icon,
    .nd-all-pages .proposals-more-details.opened a:before,
    .nd-all-pages .tasks-page .tasks-table .btn-box .toggle-all .expand-icon {
        background-image: url('../../Images/newDesign/Collapse.svg');
        background-repeat: no-repeat;
        background-position: center;
        height: 24px;
        width: 24px;
    }

.expand-text {
    min-width: 100px;
    font-family: NotoSans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #485879;
    padding-left: 4px;
}

.nd-all-pages .btn.hide .expand-text.hidden,
/*.nd-all-pages .btn.toggle-all:not(.collapse) .expand-text.collapse,*/
.nd-all-pages .tasks-page .tasks-table:not(.hide) .btn-box .toggle-all .expand-text.expand,
.nd-all-pages .btn.toggle-all.collapse .expand-text.expand {
    display: none
}

.nd-all-pages .container:not(.tasks-page) .btn.toggle-all .expand-text.open,
.nd-all-pages .tasks-page .tasks-table.hide .btn-box .toggle-all .expand-text.collapse,
.nd-all-pages .new-proposals-page .btn.toggle-all:not(.collapse) .expand-text.collapse {
    display: none
}

/*REMOVE NEW WHATS APP ICON*/
.nd-all-pages #glassix-whatsapp-widget-container {
    display: none;
}

/*MAIL TO */
.nd-all-pages #popup-MailTo {
    width: 100% !important;
    max-width: 1524px;
}

.nd-all-pages .opener .ico-menu {
    width: 52px;
    height: 46px;
    border-left: 1px solid #B1B8C2;
    background-image: url(../../Images/newDesign/Tasks/Triangle.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}

/*ICONS FOR DIFFERENT BUTTONS IN THE HEADER*/

.nd-all-pages .tools-bar .btn-box {
    margin-right: 0px;
    position: fixed;
    top: 112px;
    right: 130px;
    z-index: 500;
    display: flex;
    align-items: center;
}

.nd-all-pages .grand-total .tools-bar .btn-box,
.nd-all-pages .new-travel-request .tools-bar .btn-box,
.nd-all-pages .travel-plan-preview .tools-bar .btn-box,
.nd-all-pages .new-proposals-page .tools-bar .btn-box,
.nd-all-pages .new-expense-page .tools-bar .btn-box,
.nd-all-pages .new-expense-preview-page .tools-bar .btn-box,
.nd-all-pages .new-approvals-page .tools-bar .btn-box,
.nd-all-pages .new-cash-in-advance .tools-bar .btn-box,
.nd-all-pages .new-transportation-page .tools-bar .btn-box,
.nd-all-pages .new-ind-exp-prev-page .tools-bar .btn-box {
    top: 104px;
}

/*.nd-all-pages .new-expense-page .tools-bar .btn-box {
    top: 113px !important;
}*/

/*.nd-all-pages .new-proposals-page .tools-bar .btn-box {
   // top: 113px !important;
}*/

.nd-all-pages .final-preview .tools-bar .btn-box,
.nd-all-pages .proposals-preview .tools-bar .btn-box,
.nd-all-pages .grand-total .tools-bar .btn-box,
.nd-all-pages .travel-plan-preview .tools-bar .btn-box,
.nd-all-pages .new-proposals-page .tools-bar .btn-box,
.nd-all-pages .new-expense-page .tools-bar .btn-box,
.nd-all-pages .new-approvals-page .tools-bar .btn-box,
.nd-all-pages .new-ind-exp-prev-page .tools-bar .btn-box {
    right: 130px;
}

.nd-all-pages .new-expense-preview-page .tools-bar .btn-box {
    top: 104px !important;
    right: 90px;
}

.nd-all-pages .profile-page .tools-bar .btn-box {
    right: 354px !important;
    top: 133px !important;
}

.nd-all-pages .new-travel-status .tools-bar .btn-box {
   // right: -32px;
   right: 5px;
}

    .nd-all-pages .tools-bar .btn-box > *.btn.btn-default.btn-s {
        background: none;
        width: auto;
        color: #485879;
        font-size: 18px;
        font-family: NotoSans;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
        transition: .3s;
        padding-left: 0px;
        padding-right: 20px;
        max-width: 100%;
    }

.nd-all-pages .btn-box a.btn-default.mail-btn:before {
    content: ' ';
    background-image: url('../../Images/newDesign/MailBlue.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
}

.nd-all-pages .btn-box a.btn-default.save-btn:before {
    content: ' ';
    background-image: url('../../Images/newDesign/Save.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
}

.nd-all-pages .btn-box a.btn-default.selected-proposal-btn:before,
.nd-all-pages .btn-box a.btn-default.edit-btn:before {
    content: ' ';
    background-image: url('../../Images/newDesign/Edit.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}

.nd-all-pages .btn-box a.btn-default.back-btn:before {
    content: ' ';
    background-image: url('../../Images/newDesign/Profile/Back.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.login-area.centered {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content:center;
    align-items: center;
}

    .login-area.centered > table > tbody > tr > td > table {
        background: white;
        border-radius: 8px;
        padding: 80px;
        box-shadow: 0px 1px 1px rgba(125, 151, 174, 0.16), 0px 1px 1px rgba(125, 151, 174, 0.1);
        max-width: 784px;
    }

    .login-area.centered .welcome-tbl tbody{
        display: block;
    }

        .login-area.centered .welcome-tbl tbody tr:nth-child(2) {
            display:grid;
            grid-template-columns: 0fr 1fr;
            margin-bottom: 48px;
        }

        .login-area.centered .welcome-tbl tbody tr td {
            position: relative;
            padding: 0px;
        }

        .login-area.centered .welcome-tbl tbody tr:nth-child(2) td h2 {
            font-family: NotoSans;
            font-size: 20px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0px;
            text-align: left;
            color: #343440;
            margin-bottom: 0px;
        }

        .login-area.centered .welcome-tbl tbody tr:last-child {
            display: none;
        }

        .login-area.centered .welcome-tbl tbody tr.buttons-footer {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-column-gap: 24px;
        }

            .login-area.centered .welcome-tbl tbody tr.buttons-footer > *:first-child {
                display:none;
            }

            .login-area.centered .welcome-h1 {
                font-family: NotoSans;
                font-size: 26px;
                font-weight: 700;
                line-height: 35px;
                letter-spacing: 0px;
                text-align: left;
                color: #343440;
                margin-bottom: 32px;
            }

    .login-area.centered .custom-combobox .custom-combobox-toggle:before {
        -webkit-transition: all .3s;
        transition: all .3s;
        position: absolute;
        z-index: 20;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        border: none;
        margin: 0;
        background-image: url(../../Images/newDesign/Tasks/Triangle.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        transform: rotate(0deg);
    }

.download-icon {
    background-image: url(../../Images/newDesign/Download.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
    width: 24px;
}

.sub-panel-segment table tr td button {
    margin: 10px 0 0 0 !important;
    max-width: 150px !important;
}