
.lightning-datatable-checkbox .slds-radio [type=radio] {
    margin: -3px;
    position: relative;
}

.lightning-button .small-button {
    font-size: 0.7rem;
}

.font-navy lightning-breadcrumb .selected {
    color: #122f53;
}

.mobile-border .slds-table_bordered .slds-table_header-fixed tbody tr:first-child td {
    border-right-color: #A3A9B3 !important;
    border-right-width: 0.5px !important;
    border-right-style: solid !important;
    border-left-width: 0.5px !important;
    border-left-style: solid !important;
    border-left-color: #A3A9B3 !important;
}

.ne-datatable .slds-table--bordered tbody td,
.ne-datatable .slds-table--bordered tbody th,
.ne-datatable .slds-table_bordered tbody td,
.ne-datatable .slds-table_bordered tbody th {

    border-left: 0.5px solid #A3A9B3;
    border-bottom: 0.5px solid #A3A9B3;
}

@media screen and (max-width: 480px) {

    .ne-datatable .slds-table--bordered tbody td,
    .ne-datatable .slds-table--bordered tbody th,
    .ne-datatable .slds-table_bordered tbody td,
    .ne-datatable .slds-table_bordered tbody th {

        border-left: 0.5px solid #A3A9B3;
        border-bottom: none;
        border-right: 0.5px solid #A3A9B3;
    }

}

.ne-table.tableCss table>thead .slds-th__action:focus,
.ne-table.tableCss table>.slds-th__action:hover,
.ne-table .tableCss table>.slds-is-resizable .slds-th__action:focus,
.ne-table.tableCss table>.slds-is-resizable .tableCss table>.slds-th__action:focus:hover,
.ne-table.tableCss table th :last-child .slds-cell-fixed,
.ne-table.tableCss table th :last-child .slds-cell-fixed a {
    box-shadow: none !important;
    outline: 0.5px solid #A3A9B3 !important;
    border-bottom: none;
    border-right: none;
    border-left: none;
    height: 3.093rem !important;

}

.ne-navy{
    color: #122f53 !important;
}
.ne-table.tableCss td.column-class div {
    font-size: var(--tb-size-medium_custom1);
    color: var(--tb-color_blueGray);
    text-transform: capitalize;
	 max-height: 4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ne-table.tableCss.force-lowercase td.column-class div {
    text-transform: none;

}
.sublistview-table table thead th,
.sublistview-table table thead th .slds-cell-fixed {
    width: calc(14% - 7px) !important;
    box-sizing: border-box;
}


.sublistview-table table thead td {
    box-sizing: border-box;
}

.sublistview-table table {
    width: 100% !important;
}

.sublistview-table table thead th:first-child,
.sublistview-table table thead th:first-child div.slds-th__action {
    width: 57px !important;
}

.sublistview-table table thead th:first-child div.slds-th__action{
    padding: var(--tb-size-medium);
}

.sublistview-table .slds-scrollable_y {
    width: 100% !important
}

.sublistview-table table>thead a.slds-th__action {
    width: 100% !important;
}
@media (max-width:767px){
    .footer-buttons lightning-button .slds-button_neutral:disabled {
        padding: 8px 16px;
        height: 40px;
        font-family: 'DIN';
    }
    .footer-buttons lightning-button .slds-button_neutral{
        padding: 8px 16px;
        height: 40px;
        font-family: 'DIN';
    }
}@media (min-width:768px){
    .footer-buttons lightning-button .slds-button_neutral:disabled {
        padding: 14px 24px;
        height: 48px;
        font-family: 'DIN';
    }
    .footer-buttons lightning-button .slds-button_neutral{
        padding:  14px 24px;
        height: 48px;
        font-family: 'DIN';
    }
    .ne-table.tableCss .slds-table .slds-radio [type=radio]+.slds-radio__label .slds-radio_faux{
        margin-left: 13px;
    }
    .ne-info.info-icon div.tooltip-msg{
        position: absolute;
        top: 22px;
        left: -232px;
    }
    .ne-table.tableCss td.column-class
    {
        padding-left: var(--tb-size-medium);
        padding-right: var(--tb-size-medium);
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .table-headers.ne-related .comment-field{
        box-shadow: 0px 2px 2px 0px rgba( 0, 0, 0, 0.1 );
    }
}

@media (max-width:767px){
    .ne-mob-combo.sort-list .slds-combobox_container button.slds-combobox__input{
        min-width: 320px;
    }
    
    .ne-searchbox .input-box[c-tb_customSearchBox_tb_customSearchBox]{
        min-width: 320px;
        width:99%;

    }
    .ne-table.tableCss td.column-class {
        padding-left: var(--tb-size-medium);
        padding-right: var(--tb-size-medium);
        padding-top: 0px;
        padding-bottom: 16px;
    }
    .ne-table.tableCss th.column-class {
        padding-bottom: 16px;
        padding-top: 0px;

    }
    .ne-table .slds-max-medium-table_stacked tr>td:first-child{
        padding: 1rem;
    }
    .ne-table .slds-max-medium-table_stacked tr {
        border-top: 0.5px solid #A3A9B3;
    }

    
}
.ne-mob-combo.sort-list .slds-dropdown {
    line-height: 28px;
}

.ne-table .slds-radio [type=radio]+.slds-radio__label .slds-radio_faux{
    border-color: var(--tb-color_gpBlue);
}
@media (max-width: 767px){
    [c-tb_customSearchBox_tb_customSearchBox-host].ne-searchbox {
        width: 88%;
    }
    .hide-mobile-ne lightning-datatable.ne-datatable {
        display: none;
    }

    
    
}
.nav-padding.navBar a{
    color:var(--tb-color_gpBlue) !important;
}
.nav-padding.navBar span{
    color:var(--tb-color_navy) !important;
}
/* Include Orders */
.ne-combo .ne-mob-combo.gp-combobox.ne-combobox .slds-input_faux{
    padding: 8px 12px !important;
    background-color: white;
    border-radius: 1px;
    border: 1px solid var(--tb-color_gray);
    color: var(--tb-color_gpBlue);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;

}
.ne-combo .ne-mob-combo.sort-list.gp-combobox.ne-combobox .slds-input_faux span {
    font-size: 16px !important;
    font-weight: 400;
    color: var(--tb-color_navy);
    margin-right: 2rem;
    font-family: 'DIN';
}



/* for disabled combobox for subscriptions */
.ne-combo .ne-mob-combo.gp-combobox.ne-combobox .slds-input_faux.slds-is-disabled{
    padding: 8px 12px !important;
    background-color: var(--tb-color_offWhite);
    color: var(--tb-color_offWhite);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border:0px;
    height:40px;
}

.ne-combo .ne-mob-combo.gp-combobox.ne-combobox.height-fix .slds-input_faux {
    height:40px;
}

.slds-modal.slds-fade-in-open {
    display: flex;
    align-items: center;
}
.footer-button button {
    width:93px;
    margin-left: 8px;
    margin-right: 8px;
}
.country-input input {
    height: 40px;
}

.ne-checkbox .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox_faux{
    margin-right: 1rem;
    background-color: white;
}

.ne-checkbox .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux{
    margin-right: 1rem;
    background-color: var(--tb-color_highlight);
}

.sort-list.gp-combobox.ne-combobox .slds-combobox__form-element button[data-value=""].slds-input_faux span {
    color: #A3A9B3 !important;
}

.sort-list.gp-combobox.ne-combobox.slds-has-error lightning-icon.slds-icon-utility-down{
    background: url(/gptoolbox/sfsites/c/resource/ne_GlobalAssets/icons/Error.svg);
    top: 2px;
    height: 1.5rem;
    width: 1.5rem;
}
.sort-list.gp-combobox.ne-combobox.slds-has-error button {
    box-shadow: none;
    border: 1px solid #C83232 !important;
}
.ne-checkbox-overflow.ne-checkbox .slds-checkbox [type=checkbox]+.slds-checkbox__label{
    display: flex;
}
.sort-list.gp-combobox.ne-combobox .slds-is-disabled ~ .slds-input__icon-group.slds-input__icon-group_right lightning-icon.slds-icon-utility-down{
    background: url(/gptoolbox/sfsites/c/resource/ne_GlobalAssets/icons/vectorDownDisabled.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    /* top: 2px;
    height: 1.5rem;
    width: 1.5rem; */
}
.ne-textarea.slds-textarea{
    color: #122F53 !important;
}

/* Acc Buyer Css */
.accbuyer-table table thead th,
.accbuyer-table table thead th .slds-cell-fixed {
    width:  calc(19% - 5px) !important;
    box-sizing: border-box;
}

.height2.accbuyer-table table thead th,
.height2.accbuyer-table table thead th .slds-cell-fixed {
    width:  calc(19% - 8px) !important;
    box-sizing: border-box;
}


.accbuyer-table table thead td {
    box-sizing: border-box;
}

.accbuyer-table table {
    width: 100% !important;
    border-right: 1px solid #A3A9B3;
}

.accbuyer-table table thead th:first-child,
.accbuyer-table table thead th:first-child div.slds-th__action {
    width: 57px !important;
}

.accbuyer-table table thead th:first-child div.slds-th__action{
    padding: var(--tb-size-medium);
}

.accbuyer-table .slds-scrollable_y {
    width: 100% !important
}

.accbuyer-table table>thead a.slds-th__action {
    width: 100% !important;
}
.ne-table.tableCss.accbuyer-table tbody td,.ne-table.tableCss.accbuyer-table tbody th{
    border: 0.5px solid #a3a9b3;
    border-right: none;
    border-top: none;
    line-height: 1;
    padding: 8px 16px;
}
.ne-text-box-style .slds-textarea{
    border: 1px;
    padding: 12px;
    resize: none;
    border-color: #A3A9B3;
    background-color: white;
    border-radius: 0;
    border-style: solid;
    color: #122F53;
    font-family: 'DIN';
}
.ne-custom-radio .slds-radio .slds-radio__label .slds-radio_faux{
    margin-right: 1rem;
    background-color: white;
}
.ne-custom-radio .slds-radio [type=radio]:checked+.slds-checkbox__label .slds-checkbox_faux{
    margin-right: 1rem;
    background-color: var(--tb-color_highlight);
}
@media (max-width:767px){
    .ne-custom-radio .slds-radio .slds-radio__label .slds-radio_faux{
        margin-right: 1rem;
        background-color: white;
    }
    .ne-custom-radio .slds-radio [type=radio]:checked+.slds-checkbox__label .slds-checkbox_faux{
        margin-right: 1rem;
        background-color: var(--tb-color_highlight);
    }
    .ne-tooltip.exclude-owner-tooltip-alignment .tooltip-container{
        padding-left: 4px;
    }
}
.ne-table.tableCss.accbuyer-table tbody td[data-col-key-value="0-SELECTABLE_CHECKBOX-0"]{
    padding-top: 12px;
    padding-bottom: 12px;

}
.ne-info.create-flow .tooltip-container{
    padding: 0px;
}

.ne-table.tableCss.accbuyer-table span[title="Account Number"]{
    white-space: break-spaces;
    width: 60%;
}

.ne-table.tableCss.accbuyer-table table>thead .slds-th__action{
    color: var(--tb-color_navy);

}

.ne-tooltip.exclude-owner-tooltip-alignment .tooltip-container{
    padding-left: 4px;
}
.ne-table.tableCss.accbuyer-table .slds-truncate{
    max-height: 4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.ne-table.tableCss.accbuyer-table .slds-table tbody tr.slds-is-selected > td, .ne-table.tableCss.accbuyer-table .slds-table tbody tr.slds-is-selected > th, .ne-table.tableCss.accbuyer-table .slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover > td, .ne-table.tableCss.accbuyer-table .slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover > th {
    background-color: initial;
}

.ne-table.tableCss.accbuyer-table .slds-table tbody{
    color: #516277;
    font-size: 14px;
}
.ne-table.tableCss.sub-modal-last table {
    table-layout: auto !important;
    
}
.ne-table.tableCss.sub-modal-last table th :last-child .slds-cell-fixed {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) !important;
    outline: none !important;
}
.ne-info.create-flow img{
    width:24px
}
.acc-buyer-ne-card .slds-card{
    background-color: white;
}

.ne-table.tableCss.accbuyer-table div.slds-table_header-fixed_container{
    height: 105% !important;
    background-color: white;
}
.searchbox.ne-searchbox c-tb_custom-search-box .input-box{
    background-color: white;
}
.ne-table.tableCss.accbuyer-table table th :last-child .slds-cell-fixed {
    box-shadow: 0px 2px 2px 0px rgba( 0, 0, 0, 0.1 ) !important;
}
.ne-cancelBtn .slds-button.slds-button_neutral{
    font-family: 'DIN' !important;
}
.ne-cancelBtn .slds-button.slds-button_brand{
    font-family: 'DIN' !important;
}

.height2.accbuyer-table.accbuyer-table-buyer-only table thead th .slds-cell-fixed {
    width: calc(31% - 8px) !important;
    box-sizing: border-box;
}
.height1.accbuyer-table.accbuyer-table-buyer-only table thead th .slds-cell-fixed {
    width: calc(32% - 10px) !important;
    box-sizing: border-box;
}
.ne-pause-resume-date .flatpickr-day.nextMonthDay{
    color:#393939 !important;
}
.ne-datepicker .slds-form-element__label.slds-no-flex{
    display: none;
}
.ne-datepicker .icon-style{
    cursor: pointer !important;
    position: absolute !important;
    right: 10px !important;
    top: 8px !important;
}
/*.flatpickr-calendar.animate.arrowTop.arrowLeft.open{
    top: 449.778px !important;    
    position: fixed !important;
    transform: translate(21%, 1%) !important;
}*/
.ne-tooltip-align .tooltip-container .slds-button.slds-button_icon .info-icon{
    margin-bottom: 5px;
}
.ne-table.ne-custom-radio .slds-radio .slds-radio__label .slds-form-element__label{
    font-family: 'DIN';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #516277;
}
.ne-datepicker .datepicker-container .slds-form-element__control.slds-grow .slds-input{
    font-family: 'DIN';
}
.lightning-combobox_v.custom-padding.division-margin.element-spacing.gp-form-element.gp-combobox.captitalize.slds-form-element .slds-combobox__form-element.slds-input-has-icon.slds-input-has-icon_right .slds-combobox__input.slds-input_faux.fix-slds-input_faux{
    background-color: white;
}
.gp-form-element.captitalize.slds-form-element .slds-form-element__control.slds-grow.textarea-container .slds-textarea{
    background-color: white;
}

@media (min-width:769px){
    .ne-table.tableCss.accbuyer-table th[data-col-key-value="0-SELECTABLE_CHECKBOX-0"] {
        border-left: 1px solid #A3A9B3;
    }
    .searchbox.ne-searchbox c-tb_custom-search-box .input-box{
        line-height: 22px;
    }
    .searchbox.ne-searchbox c-tb_custom-search-box .input-size{
        width: 282px;
    }
    .acc-buyer-ne-card .slds-card__body{
        margin-top: 24px;
    }
}

@media (max-width:767px){
    .ne-table.tableCss.accbuyer-table td, .ne-table.tableCss.accbuyer-table th {
        display: flex !important;

    }
    .ne-table.tableCss.accbuyer-table tbody td[data-col-key-value="0-SELECTABLE_CHECKBOX-0"]{
        display: grid !important;
    }

    .ne-table.tableCss.accbuyer-table tbody td, .ne-table.tableCss.accbuyer-table tbody th {
        border-right: 0.5px solid #a3a9b3 !important;
        border-bottom: none !important;
    }

    .ne-table.tableCss.accbuyer-table tr{
        border-top: 0.5px solid #a3a9b3 !important;
    }
    .ne-table.tableCss.accbuyer-table tr:last-child {
        border-bottom: 0.5px solid #a3a9b3 !important;
    }
    .acc-buyer-ne-card .slds-card__body{
        margin: 0px;
    }
    .ne-table.tableCss.accbuyer-table tbody td, .ne-table.tableCss.accbuyer-table tbody th{
        line-height: 16px !important;
    }
    .ne-table.tableCss.accbuyer-table .slds-truncate{
        word-break: break-word;
    }
    .ne-table.ne-custom-radio .slds-radio .slds-radio__label .slds-form-element__label{
        font-family: 'DIN';
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #516277;
    }
    .ne-datepicker .datepicker-container .slds-form-element__control.slds-grow .slds-input{
        font-family: 'DIN';
    }
    .mobile-view.update-sub span.mob-text-align{
        width: 281px;
    }
    .ne-table.tableCss.accbuyer-table.manage-sub-table tbody td, .ne-table.tableCss.accbuyer-table.manage-sub-table tbody th {
        border-right: none !important;
        border-bottom: none !important;
    }
}
lightning-input[checked].ne-toggle .slds-checkbox_toggle .slds-checkbox_faux {
    border-color:var(--tb-color_gpBlue);
    background-color: var(--tb-color_gpBlue);
}
lightning-input.ne-toggle .slds-checkbox_toggle .slds-checkbox_faux {
    border-color:var(--tb-color_blueGray);
    background-color: var(--tb-color_blueGray);
}
.ne-mob-combo.sort-list.gp-combobox.ne-combobox.update-sub-ne span.slds-truncate{
        
        font-family: 'DIN';
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        padding: 9px 0px 9px 12px;
        color: #122F53 !important;
    
}
.nhlistview-table table thead th,
.nhlistview-table table thead th .slds-cell-fixed {
    width: calc(21% - 7px) !important;
    box-sizing: border-box;
}


.nhlistview-table table thead td {
    box-sizing: border-box;
}

.nhlistview-table table {
    width: 100% !important;
}

.nhlistview-table table thead th:first-child,
.nhlistview-table table thead th:first-child div.slds-th__action {
    width: 57px !important;
}

.nhlistview-table table thead th:first-child div.slds-th__action{
    padding: var(--tb-size-medium);
}

.nhlistview-table .slds-scrollable_y {
    width: 100% !important
}

.nhlistview-table table>thead a.slds-th__action {
    width: 100% !important;
}


/* manage-sub */
.manage-sub-table table thead th,
.manage-sub-table table thead th .slds-cell-fixed {
    width: calc(15% - 7px) !important;
    box-sizing: border-box;
}


.manage-sub-table table thead td {
    box-sizing: border-box;
}

.manage-sub-table table {
    width: 100% !important;
}

.manage-sub-table table thead th:first-child,
.manage-sub-table table thead th:first-child div.slds-th__action {
    width: 57px !important;
}

.manage-sub-table table thead th:first-child div.slds-th__action{
    padding: var(--tb-size-medium);
}

.manage-sub-table .slds-scrollable_y {
    width: 100% !important
}

.manage-sub-table table>thead a.slds-th__action {
    width: 100% !important;
}
@media (min-width: 769px) {
.datatablecss.tableCss.accbuyer-table.manage-sub-table {
    height: 329px !important;
}
}
@media (max-width: 769px) {
    .datatablecss.tableCss.accbuyer-table.manage-sub-table {
        height: auto !important;
    }
}
.ne-table.tableCss.manage-sub-table table th :last-child .slds-cell-fixed a {
    border-right: solid 1px #A3A9B3;
}

.viewdocdd-table table thead th,
.viewdocdd-table table thead th .slds-cell-fixed {
   /* width: calc(14% - 7px) !important;*/
    box-sizing: border-box;
}


.viewdocdd-table table thead td {
    box-sizing: border-box;
}

.viewdocdd-table table {
    width: 100% !important;
}

/*.viewdocdd-table table thead th:first-child,
.viewdocdd-table table thead th:first-child div.slds-th__action {
    width: 57px !important;
}*/

.viewdocdd-table table thead th:first-child div.slds-th__action{
    padding: var(--tb-size-medium);
}

.viewdocdd-table .slds-scrollable_y {
    width: 100% !important
}

.viewdocdd-table table>thead a.slds-th__action {
    width: 100% !important;
    border-bottom: none;
    border-right: none;
}

.ne-table.tableCss.accbuyer-table.manage-sub-table.viewocn-table .slds-truncate{
    max-height: max-content;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    text-overflow: ellipsis;
    white-space: pre-line;
}
@media (max-width: 767px){
    .ne-table.tableCss.accbuyer-table.viewocn-table tr {
        border-left: 0.5px solid #a3a9b3 !important;
        padding: 10px 0px;
    }

    .ne-table.tableCss.accbuyer-table.manage-sub-table.viewocn-table tbody td, .ne-table.tableCss.accbuyer-table.manage-sub-table.viewocn-table tbody th {
        border-right: none !important;
        border-bottom: none !important;
        border-left: none !important;
        border-top: none !important;
}
}
@media (min-width: 767px){
    .ne-table.tableCss.accbuyer-table.viewocn-table tbody td, .ne-table.tableCss.accbuyer-table.viewocn-table tbody th{
        padding: 16px;
    }

    .accbuyer-table.viewocn-table.manage-sub-table table thead th:first-child, .accbuyer-table.viewocn-table.manage-sub-table table thead th:first-child div.slds-th__action, .manage-sub-table.accbuyer-table.viewocn-table table thead th .slds-cell-fixed {
        width: calc(32% + 19px) !important;
    }
}
.viewdocdd-button lightning-button .slds-button_brand {
    height: 40px !important;
    width: 187px !important;
    padding: 8px 16px 8px 16px !important;
}
.ne-table.tableCss.viewdocdd-table div.slds-table_header-fixed_container{
    background-color: white;
}
.ne-table.tableCss.viewdocdd-table td.actioncolor button.slds-button {
    color: #20528D !important;
    font-size: 14px !important;
    margin-top: -70px;
}
.ne-table.tableCss th.column-class2 div {
    color: var(--tb-color_blueGray);
}
@media (min-width: 768px){
    .ne-table.tableCss.viewdocdd-table table>thead span.slds-th__action{
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
    .ne-table.tableCss.viewdocdd-table tbody tr:first-child td{
        border-top: 0.5px solid #a3a9b3;
    }
    .ne-table-margin td .slds-checkbox .slds-checkbox_faux{
        margin-left: 0px;
    }
}
.height2.accbuyer-table.accbuyer-table-order-only table thead th .slds-cell-fixed {
    width: calc(17% - 13px) !important;
    box-sizing: border-box;
}
.height1.accbuyer-table.accbuyer-table-order-only table thead th .slds-cell-fixed {
    width: calc(17% - 13px) !important;
    box-sizing: border-box;
}
.height2.accbuyer-table.accbuyer-table-accbuyorder table thead th .slds-cell-fixed {
    width: calc(17% - 32px) !important;
    box-sizing: border-box;
}
.height1.accbuyer-table.accbuyer-table-accbuyorder table thead th .slds-cell-fixed {
    width: calc(17% - 32px) !important;
    box-sizing: border-box;
}
.ne-table.tableCss.accbuyer-table.accbuyer-table-accbuyorder span[title="Account Number"]{
    white-space: break-spaces;
    width: auto;
}




