﻿/*vendor estimate details start*/

body {
    font-size: small;
}

.vendor-quote2Order-detail .summary-title {
    font-weight: bold;
}


.read-more {
    word-wrap: break-word;
}

.wrap-word {
    word-wrap: break-word;
}

.vendor-quote2Order-detail .saved-baskets-header {
    margin-top: 10px;
    font-weight: bold;
}

.notificationbarMargin {
    margin-left: 14px;
    margin-right: 16px;
}

.vendor-quote2Order-detail .basket-row {
    padding-top: 7px;
    padding-bottom: 7px;
    /*border-bottom: 1px solid #ccc;*/
}

.vendor-quote2Order-detail .basket-items {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 5px 0 10px;
}


.vendor-quote2Order-detail table.table {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    .vendor-quote2Order-detail table.table tr::before,
    .vendor-quote2Order-detail table.table tr::after,
    #vendorPortalPage #addressBookPrivateUser,
    #vendorPortalPage #addressBookEmailNotification,
    #vendorPortalPage #addressBookFavorite,
    #vendorPortalPage #addressBookShared {
        display: none;
    }

    .vendor-quote2Order-detail table.table thead th,
    .vendor-quote2Order-detail table.table thead td {
        border: 1px solid #cccccc !important;
        padding: 8px;
        vertical-align: middle;
    }

.quoteToOrderTable table.table tbody th,
.quoteToOrderTable table.table tbody td {
    vertical-align: top;
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.vendor-quote2Order-detail tr.basket-items-section td table tr > td,
.vendor-quote2Order-detail tr.basket-items-section td table tr > td,
.vendor-quote2Order-detail tr.basket-items-section td.closeOrder {
    border-top: none;
    padding: 0;
}

.vendor-quote2Order-detail tr.basket-items-section.subsection-details td {
    border: none;
}



.vendor-quote2Order-detail table.table tbody tr th {
    background-color: #f5f5f5;
}





.vendor-quote2Order-detail table.table thead .sorting::after,
.vendor-quote2Order-detail table.table thead .sorting_asc::after,
.vendor-quote2Order-detail table.table thead .sorting_desc::after,
.vendor-quote2Order-detail table.table thead .sorting_asc_disabled::after,
.vendor-quote2Order-detail table.table thead .sorting_desc_disabled::after {
    display: none;
}


/*Cisco Order Details Page*/
.fa-15x {
    font-size: 1.5em;
}

.textUpperCase {
    text-transform: uppercase;
}

.text-icon {
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 12px;
    font-weight: bold;
}

.quoteview-label {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 14px;
    /*font-weight: bold;*/
}

.text-vlarge {
    font-size: 16px;
}

.text-headerText {
    font-size: 24px;
}

.textWight {
    font-weight: bold
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.poDetails {
    padding: 20px 20px 0 20px;
}

.orders-content div.box-shadow-lightgrey,
.dart-information div.box-shadow-lightgrey,
.ship-to div.box-shadow-lightgrey {
    border-radius: 4px;
    min-height: 250px;
}

.addressshipto {
    padding-top: 10px;
}

    .addressshipto p {
        font-size: 14px;
    }


.tableBorderNone {
    border: none !important
}

.error-tooltip {
    border: 1px solid #a94442 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#vendorportal-quoteToOrder .quote-content {
    min-height: 200px;
    background: #eeeeee;
}





.messageHeadFont {
    font-family: Arial
}

input {
    -moz-border-radius: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px;
}


.vendor-quote2Order-detail table.table thead th,
.vendor-quote2Order-detail table.table thead td {
    border: 1px solid #cccccc !important;
    padding: 10px;
    vertical-align: middle;
}

.vendor-quote2Order-detail table tr.lastchild {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.ciscoQuoteDetails tr td.hascheckbox {
    padding: 10px !important;
}

.vendor-quote2Order-detail table tr.lastchild td {
    padding-bottom: 20px;
}

.vendor-quote2Order-detail table tr.QuotePricing td {
    padding-bottom: 10px;
    padding-top: 10px;
}

.ciscoQuoteDetails td {
    border-top: 0 !important;
}

.ciscoQ2OrderDetails td {
    border-top: 0 !important;
}

/*.vendor-estimate-detail table.table tbody th, .vendor-estimate-detail table.table tbody td {
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 5px;
}*/
.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    font-family: inherit;
    font-weight: 700;
}

.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #9b9b9b;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .multi-steps > li {
        text-align: center;
        display: table-cell;
        position: relative;
    }

        .multi-steps > li:before {
            content: '1';
            display: block;
            margin: 0 auto 4px;
            background-color: #fff;
            width: 25px;
            height: 25px;
            text-align: center;
            font-weight: bold;
            border-width: 2px;
            color: #fff;
            border-style: solid;
            border-color: #e1500b;
            border-radius: 50%;
        }

        .multi-steps > li:after {
            content: '';
            height: 4px;
            width: 88%;
            background-color: #e1500b;
            position: absolute;
            top: 11px;
            left: 56%;
            z-index: 1;
        }

        .multi-steps > li:last-child:after {
            display: none;
        }

        .multi-steps > li.is-active:before {
            background-color: #fff;
            border-color: #e1500b;
        }

        .multi-steps > li.is-active ~ li {
            color: #808080;
        }

            .multi-steps > li.is-active ~ li:before {
                border-color: #9b9b9b;
            }

        .multi-steps > li.is-success:before {
            background-color: #3c763d;
            border-color: #3c763d;
            color: #fff;
            content: '\2713';
            padding: 2px 0 0 0;
        }

        .multi-steps > li.success-path:after {
            background-color: #3c763d;
        }



    .multi-steps p {
        text-align: center;
        display: table-cell;
        position: relative;
    }

    .multi-steps .progress-title.is-active {
        color: #e1500b;
    }

    .multi-steps .progress-title.is-success {
        color: #3c763d;
    }

    .multi-steps .progress-subtitle {
        font-size: 10px;
    }

        .multi-steps .progress-subtitle.text-muted:hover {
            text-decoration: none;
            color: #777;
        }


div.tree-line-bottom {
    margin-left: 7px;
    padding-left: 2em;
    border: 10px solid #999999;
    border-width: 0 0 0px 1px;
    height: auto;
}

div.tree-line-bottom-QuoteDetails {
    margin-left: 7px !important;
    padding-left: 2em !important;
    border: 10px solid #999999 !important;
    border-width: 0 0 0px 1px !important;
    
}

div.tree-line {
    margin-left: 7px;
    padding-left: 1em;
    border: 1px solid #999999;
    border-width: 0 0 1px 1px;
    display: inline-flex;
}

    div.tree-line p {
        margin: 0px;
        background: white;
        position: relative;
        top: 0.75em;
        padding: 2px;
    }

div.tree-line-left {
    margin-left: 7px;
    padding-left: 1em;
    border: 1px solid #999999;
    border-width: 0 0 0px 1px;
    display: inline-flex;
}

    div.tree-line-left p {
        margin: 0px;
        background: white;
        position: relative;
        top: 0.75em;
        color: #fff;
        padding: 2px;
    }


.errortest-notification-icon {
    color: #a94442;
}


.quote2OrderProcessInfoBox {
    background: #e9f1f7;
    border: 1px solid #2375b7;
    position: relative;
}

.quote2OrderErrorInfoBox, .quote2OrderErrorInfoBox-inline {
    background-color: #f2dede;
    border: 1px solid #e1500b;
    position: relative;
}

.quote2OrderSuccessBox {
    background: #d4edda;
    border: 1px solid #155724;
    position: relative;
    color: #155724;
}

    .quote2OrderErrorInfoBox .iconInfo,
    .quote2OrderProcessInfoBox .iconInfo,
    .quote2OrderSuccessBox .iconInfo {
        width: 4.3333%;
    }

.closeIcon {
    cursor: pointer;
}

    .closeIcon i {
        padding-top: 4px;
        font-size: 15px;
    }


.timesCircleInputBoxBorder {
    background-color: white;
    border: solid 1px;
    border-color: darkgrey;
    border-radius: 3px
}

.inputTextBorderNone {
    border: none transparent;
    outline: none
}

.addButtonTextAlign {
    display: block;
    text-align: right
}

.fa-plus-circle {
    font-size: 18px
}

.fa-times-circle {
    font-size: 13px
}

.border-top-lightgrey {
    /* border-bottom: 1px solid #ccc; */
    border-top: 1px solid #ccc;
}

.text-caption {
    font-size: 17px;
    font-weight: 600;
}

.text-caption-merged {
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
}

.floatnone {
    float: none !important;
}

#vendorportal-quoteToOrder .stepdone {
    color: #337ab7;
    text-decoration: none;
}


.EditInfoEnable {
    padding-top: 14px;
    padding-left: 15px;
}

.MultiCancelInfoEnable {
    padding-top: 14px;
}

.reqFielderror {
    color: #e1500b;
}

.reqFieldborder {
    border: 1px solid #e1500b !important;
}

.text-black {
    color: black;
}

.text-red {
    color: #dc143c;
}

.disabled-checkbox {
    background-color: #ebebe4;
}

.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
}

#vendorportal-quoteToOrder #myModal .modal-body {
    min-height: 80px;
    padding-top: 15px;
}

#vendorportal-quoteToOrder #myModal .modal-footer {
    background: #ecf0f5;
    padding-top: 10px;
    padding-bottom: 10px;
}

#vendorportal-quoteToOrder .quantityAlert {
    position: relative;
    display: inline-block;
}

    #vendorportal-quoteToOrder .quantityAlert .tooltiptext {
        /*visibility: hidden;*/
        /*width: 70px;*/
        text-align: left;
        position: absolute;
        z-index: 1;
        top: 2px;
        position: absolute;
        border: 1px solid #dc143c;
        background: #f2dede;
        /*width: 280px;*/
        height: 30px;
        font-size: 11px;
        padding: 3px;
    }

        #vendorportal-quoteToOrder .quantityAlert .tooltiptext::after {
            content: "";
            top: 5px;
            width: 0px;
            height: 0px;
            position: absolute;
            border-left: 10px solid transparent;
            border-right: 10px solid #f2dede;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            left: -19px;
        }

        #vendorportal-quoteToOrder .quantityAlert .tooltiptext::before {
            content: "";
            top: 5px;
            width: 0px;
            height: 0px;
            position: absolute;
            border-left: 10px solid transparent;
            border-right: 10px solid #dc143c;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            left: -20px;
        }

label.radioButton {
    margin: 10px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

input.radio-inline {
    height: 1px;
    width: 1px;
    opacity: 0;
}

.outside {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #999999;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

.inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #2088B9;
    left: 3px;
    top: 3px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.no-transforms .inside {
    left: auto;
    top: auto;
    width: 0;
    height: 0;
}

#vendorportal-quoteToOrder .border-bottom-lightgrey {
    border-bottom: 1px solid #cccccc;
}

input:checked + .outside .inside {
    -webkit-animation: radio-select 0.1s linear;
    animation: radio-select 0.1s linear;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.no-transforms input:checked + .outside .inside {
    width: 10px;
    height: 10px;
}

input.existingContract.form-control {
    display: inline-block;
    width: 175px;
}

.popupheading {
    font-size: 24px;
}

.popupquotename {
    font-size: 13px;
    margin-top: 9px;
    margin-left: 10px;
}


.contractInfo {
    background: #eeeeee;
}
/*Address Book New UI Overwirte CSS */

#vendorPortalPage .modal-header.alert-info {
    background: #ffffff;
    border: none;
}

#vendorPortalPage div.dataTables_wrapper div.dataTables_length select {
    width: 41px;
    padding: 0;
}

#vendorPortalPage #addressBookModalHeader {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

#vendorPortalPage .modal-header button.close {
    font-size: 25px;
    top: 5px;
}

#vendorPortalPage #addressBookBillToAddressLi,
#vendorPortalPage #addressBookEnduserLi,
#vendorPortalPage #endUsersaddressBookTab,
#vendorPortalPage #addressBookEndusersForBrowsingModelLi,
#vendorPortalPage #addressBookModalBody .info-note {
    display: none;
}

#vendorPortalPage #addressBookModalBody .nav-tabs {
    border-bottom: 3px solid #dddddd;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 100px;
}

    #vendorPortalPage #addressBookModalBody .nav-tabs > li > a {
        font-size: 12px;
        padding: 4px 25px;
        text-transform: uppercase;
    }

    #vendorPortalPage #addressBookModalBody .nav-tabs > li.active > a,
    #vendorPortalPage #addressBookModalBody .nav-tabs > li.active > a:hover,
    #vendorPortalPage #addressBookModalBody .nav-tabs > li.active > a:focus {
        background-color: none;
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 3px solid #2375bb;
        margin-bottom: -1px;
    }

#vendorPortalPage #shipToAddressBookTable thead th,
#vendorPortalPage #imOnlineAddressBookTable thead th {
    border: 1px solid #cccccc;
}

#vendorPortalPage #shipToAddressBookTable thead th,
#vendorPortalPage #shipToAddressBookTable > tbody > tr:nth-of-type(odd),
#vendorPortalPage #imOnlineAddressBookTable thead th,
#vendorPortalPage #imOnlineAddressBookTable > tbody > tr:nth-of-type(odd) {
    background: #ffffff;
}

#vendorPortalPage #shipToAddressSearchByButton {
    min-height: 30px;
}

#vendorPortalPage #shipToAddressBookTable {
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    border-left: none;
    border-right: none;
}

#vendorPortalPage #shipToAddressBookTable_info {
    padding: 0;
}

#vendorPortalPage #shipToAddressBookTable thead th a,
#vendorPortalPage #imOnlineAddressBookTable thead th a {
    color: #2778b9;
    font-size: 12px;
}

.childQuntity {
    width: 100%;
}

#vendorPortalPage #imOnlineAddressBookTable .company-contact-vendor {
    padding-right: 10px !important;
}

@media screen and (max-width: 600px) {
    #vendorPortalPage #imOnlineAddressBookTable .company-contact-vendor {
        padding-right: 20px !important;
    }
}

/*End of Address Book New UI Overwirte CSS */
@media screen and (forced-colors: active), (forced-colors: none) {
    /* IE10+ specific styles go here */
    #_dartlineitems {
        z-index: 0;
    }

    div.tree-line-bottom {
        margin-top: -6px;
    }

    div.lineNumber {
        margin-bottom: 6px;
    }

    .contract-details div.tree-line-bottom {
        margin-top: 0px;
    }
}

.no-focus {
    outline: none
}

.display-cell {
    display: table-cell;
}

.disable-message {
    display: inline-block;
    padding-left: 10px;
    color: #e1500b
}

.disabled-option {
    color: #c4bbbb
}

.hr-display {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid #ccc !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/*new redesign UI*/
.multi-step-q2o {
    width: 94% !important;
    display: table;
    table-layout: fixed;
    margin: 0px auto;
}

#vendorportal-quoteToOrder .multi-step-q2o > li:after {
    width: 84%;
    left: 58%;
}

.closeIcon_V2 i {
    font-size: 22px !important;
}

.border-q2o_V2 {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    border: none;
}

#q2OrderTable_V2 th, #Q2OrderWareHouseDetailsTable_V2 th, .IngramQ2OrderReviewTable_V2 th {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    font-size: 14px;
}

#q2OrderTable_V2, #Q2OrderWareHouseDetailsTable_V2, .IngramQ2OrderReviewTable_V2 {
    border-collapse: collapse;
}

    .Q2OrderUpdateQtyTable_V2 > tbody > tr > td, .IngramQ2OrderReviewTable_V2 > tbody > tr > td {
        border-bottom: none !important;
        font-size: 14px !important;
    }

    .Q2OrderUpdateQtyTable_V2 tbody tr td, .IngramQ2OrderReviewTable_V2 tbody tr td {
        border-top: none !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

.padding-text-existingV2 {
    padding-top: 3px;
}

.cancel-q2o_V2 {
    border: none !important;
    text-transform: capitalize;
}

.padding-q2o_V2 {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.tooltiptextV2 {
    font-size: 14px !important;
    padding-left: 5px !important;
}

.continue-disabled_V2[disabled="disabled"] {
    background: #757575 !important;
    opacity: 1.65 !important;
}

.q2o-modal-footer-v2 {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
    padding-bottom: 25px;
}

.modal-q2o-body-v2 {
    padding-top: 0px !important;
}

.btn-secondary-1:link, .btn-secondary-1:visited {
    background: #FFFFFF;
    border: 1px solid #2375BB;
    color: #2375BB;
}

.btn-secondary-modal-v2, .btn-primary-modal-v2 {
    padding: 7.5px 0px !important;
}

.q2o-modal-footer-v2 .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.radio-new-head-V2 {
    font-size: 16px !important;
    font-weight: normal !important;
}

.warehouse-spare-part-V2 {
    font-size: 16px !important;
    background: #eeeeee !important;
}

.background-sparepart-v2 {
    background-color: #eeeeee;
}

.sparepart-color-v2 {
    background-color: #ecdfd9 !important;
}

.stock-check .stock-check-inner-sett-V2:after {
    border-color: transparent transparent transparent #eeeeee;
}

.text-color-green-V2 {
    color: green;
    font-weight: bold;
}

.checkIngramTopArrow-icon-V2:after {
    bottom: -15px !important;
}

/*.btn-primary-padding-v2 {
    padding: 10px !important;
}*/

.ingramStockSplit-V2 {
    background: #fcf2db !important;
    border: 2px solid #f3ca6a !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 0px;
}

    .ingramStockSplit-V2 > p {
        font-size: 16px !important;
        color: #333333 !important;
    }

.background-header-V2 {
    background: #EEEEEE !important;
}

.margin-marked-v2 {
    font-size: 14px !important;
    margin-bottom: 0px !important;
    color: #333333 !important;
    font-weight: bold;
}

.not-enough-V2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #EBA90C !important;
}

.split-line-info-mess-V2 {
    background: #CBE0F9;
}

.hr-display_V2 {
    margin-top: 63px;
    margin-bottom: 63px;
    border: 0;
    border-top: 1px solid #ccc;
}

.reviewSubmitDiv {
    min-height: 615px;
    border: 1px solid #D4D4D4;
}

.panel-Header-Border_V2 {
    border-bottom: 1px solid #D4D4D4;
}

.EditInfoEnable_V2 {
    padding-top: 17px;
    padding-left: 15px;
}

.panel-Header-Text_V2 {
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
}

.hasFeedback_V2 {
    top: 35px !important;
    right: 8px !important;
}

.IngramStokPricing_V2 {
    background: #eee;
    height: 56px;
}

.displyIngramfulFillStock_V2 {
    border-bottom: 1px solid #999999 !important;
}

.orderTotalBC_V2 {
    background: #e5effb;
    height: 56px;
}

.orderSubTotal_V2 {
    padding: 20px !important;
}

.orderMainTotal_V2 {
    padding: 20px 8px !important;
}

.orderDetailsHeader_V2 {
    font-size: 32px !important;
}

.orderDetailEditQuantity_V2 {
    padding-top: 26px;
    padding-left: 15px;
}

.submitOrderSuccess_V2 {
    margin: 10px 0px;
}

.orderSuccessIcon_V2 {
    width: 2.70%;
}

.radio-new-head-sub-V2 {
    color: #333 !important;
}

.popupBtnPadding:link {
    padding: 8px 16px;
}

.form-group .popover {
    background-color: #ffefd3;
    border: 1px solid #fcc252;
    border-radius: unset;
    min-width: 250px;
    width: 100%;
    max-width: 350px;
    overflow-wrap: break-word;
}

.popover-title {
    background-color: #ffefd3;
}

.cartcheckout-container.checkoutV3 .popover, .New-popover-V2 + .popover {
    background-color: #ffefd3;
    border: 1px solid #fcc252;
    border-radius: unset;
    width: 100%;
    max-width: 200px;
    overflow-wrap: break-word;
    font-size: 14px;
}

    /*.New-popover-V2 + .popover .popover.right .arrow:after {
        border-right-color: #ffefd3;
    }*/

    .New-popover-V2 + .popover .arrow {
        border-top-color: #fff !important;
        border-bottom-color: #fff !important;
    }

    .New-popover-V2 + .popover .arrow {
        border-top-color: white !important;
        border-bottom-color: #fff !important;
        border-right-color: #ffefd3 !important;
    }


#OrderConfirmation_txtTPAccountNumber + .popover {
    background-color: #ffefd3;
    border: 1px solid #fcc252;
    border-radius: unset;
    min-width: 250px !important;
    width: 100% !important;
    max-width: 350px !important;
    overflow-wrap: break-word;
}

.boldSubTotalCaption_V2 {
    font-size: 16px;
    line-height: 19px
}

.mightOverflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.form-control.security-field {
    width: 105px;
}

.checkout-payment-information-div.edit-mode .payment-type-display {
    margin-top: 30px;
}

#checkout-payment-information-section-errormsgs .close {
    font-size: 20px !important;
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
    float: right;
}

#q2OrderStep3Div .error-note {
    padding: 10px !important;
    font-size: 13px !important;
    border-radius: 0 !important;
}
.VendorPortalErrorPagebox {
    display: inline-flex;
}

.VendorPortalErrorPagebox-margin {
    margin-left: 19px;
}
