﻿.location-item a {
    word-break: break-all;
}

/* general */
.flt-r {
    float: right;
}

.popup-cnt h2 {
    font-weight: bold;
}

/* menu */
body .nav-item-sub {
    padding: 0 25px 0 30px;
}

.col-action-panel,
.col-authorization-status {
    width: 150px;
}

.gvi th.col-authorization-status,
.gvi td.col-authorization-status {
    text-align: center;
}
/* plp */
body .grid-mode > li .ddlb-uom {
    margin-top: 10px;
}
/* pdp styling */
body .availability-panel {
    border-bottom: solid 1px #edf0ee;
    padding: 5px 0 20px;
    margin-bottom: 15px;
}

    body .availability-panel h4,
    body .cart-action-panel h4 {
        margin-bottom: 10px;
    }

    body .availability-panel .form-row {
        margin-bottom: 0;
    }

    body .availability-panel .track-link {
        margin-top: 15px;
        font-family: 'NettoOT Bold';
        text-decoration: underline;
    }

    body .availability-panel .field-available {
        color: #2d7e40;
        font-family: 'NettoOT Bold';
    }

    body .availability-panel .field-not-available {
        color: #e10000;
        font-family: 'NettoOT Bold';
    }

body .order-box .form-row .label {
    padding-right: 1%;
    width: 20%;
}

.pdp-qty-panel > div {
    float: left;
}

    .pdp-qty-panel > div:last-child {
        margin-left: 40px;
    }

#productPage .row-quantity {
    border-bottom: solid 1px #edf0ee;
    padding-bottom: 5px;
}

.tbx-quantity-readonly.tbx-quantity {
    width: 100px;
    text-align: center;
    margin: 0;
    margin-right: 80px;
}

    .tbx-quantity-readonly.tbx-quantity input {
        text-align: center;
    }

#productPage .order-box .after-prices {
    font-size: 14px;
    line-height: 14px;
}

.btnRentProduct.btn {
    background: #239ccf;
    border-bottom: solid 1px #239ccf
}

    .btnRentProduct.btn:hover {
        background: #1f87b3;
        border-bottom: solid 1px #1f87b3
    }

body .order-box h4 {
    font-family: 'Netto OT'
}

.uom-panel span.lbl-uom {
    color: #a5b3ab
}

body .ui-datepicker .ui-state-disabled {
    color: #ddd;
}

.basket-totals-wrapper + .rental-heading-wrapper,
.grid-wrapper + .rental-heading-wrapper {
    border-top: 1px solid #f2f2f2;
    padding-top: 35px;
}

body .list-totals li {
    padding-right: 5px;
}

.pdp-qty-panel .row-btn-add {
    position: relative;
}

.rental-price-disclaimer {
    position: absolute;
    top: -50px;
    width: 100%;
    white-space: normal;
    font-size: 14px;
    line-height: 18px;
    color: #a5b3ab;
}
/* compare products */
body .grid-mode > li {
    height: 435px;
    position: relative;
}

    body .grid-mode > li .product-compare {
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

body .grid-mode .product-tile {
    padding-bottom: 30px;
    position: relative;
}

.AddToComparelistPopup {
    position: fixed;
    bottom: 0;
    max-width: 800px;
    width: 100%;
    margin: auto;
    background: #fff;
    border: solid 1px #0069aa;
    border-bottom: 0;
    right: 0;
    left: 0;
    font-family: 'NettoOT Bold';
    z-index: 9;
}

    .AddToComparelistPopup #popupheader {
        background: #0069aa;
        display: block;
        color: #fff;
        padding: 10px;
        font-family: 'NettoOT Bold';
        cursor: pointer;
        position: relative;
    }

#popupheader:after {
    content: url('../../files/icons/btn-arrow-down.png');
    background-position: center center;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 10px;
}

#popupheader.collapse:after {
    content: url('../../files/icons/btn-arrow-up.png');
}

.AddToComparelistPopup #popupheader .counter {
    padding: 3px;
    padding: 0 4px;
    border-radius: 2px;
}

.compare-item .hyp-thumbnail {
    height: 100px;
    width: 100px;
}

.product-compare {
    position: relative;
    text-align: left;
    clear: both;
}

.AddToComparelistPopup .item-pane {
    display: table;
    width: 100%;
}

    .AddToComparelistPopup .item-pane > div {
        display: table-cell;
        width: 25%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        position: relative;
    }

        .AddToComparelistPopup .item-pane > div:last-child {
            vertical-align: bottom;
        }

            .AddToComparelistPopup .item-pane > div:last-child button {
                overflow: unset;
                height: auto;
                line-height: 1.5em;
                padding: 10px;
            }

                .AddToComparelistPopup .item-pane > div:last-child button span {
                    white-space: normal;
                    max-width: 100%;
                    line-height: 0;
                }

.compare-popup-panel {
    width: 300px;
    position: absolute;
    background: #fff;
    border: solid 1px #a6b4ac;
    padding: 10px 10px 10px 15px;
    top: -20px;
    z-index: 1;
}

body .grid-mode > li .compare-popup-panel.tooltip-left:before {
    left: auto;
    right: -10px;
    transform: rotate(135deg);
}

body .grid-mode > li .compare-popup-panel.tooltip-left:after {
    transform: rotate(135deg);
    left: auto;
    right: -8px;
}

.compare-popup-panel:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(-45deg);
    border: 10px solid;
    border-color: #a6b4ac #fff #fff #a6b4ac;
    left: -10px;
    top: 20px;
}

.compare-popup-panel:after {
    left: -9px;
    top: 20px;
    border: 10px solid;
    border-color: #fff transparent transparent #ffffff;
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(-45deg);
}

.compare-popup-panel .title {
    font-weight: bold;
    padding-right: 40px;
}

.compare-popup-panel .closepopup,
.AddToComparelistPopup .item-pane > div .removeitem,
.removeitemfromdetail {
    background: #0069aa;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: top;
    line-height: 0;
    font-family: 'NettoOT Bold';
}

    .compare-popup-panel .closepopup span,
    .AddToComparelistPopup .item-pane > div .removeitem span,
    .removeitemfromdetail span {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        height: 7px;
        width: 10px;
        margin: auto;
    }

#compareProductPage {
    padding: 50px 0;
}

    #compareProductPage h1 {
        margin-bottom: 25px;
    }

    #compareProductPage h3 {
        margin: 30px 0;
    }

.compare-tbl-bg.product-summary {
    background: none;
}

    .compare-tbl-bg.product-summary td {
        text-align: center;
        border: solid 1px #f2f2f2;
    }

        .compare-tbl-bg.product-summary td:first-child {
            text-align: left;
            border: 0;
        }


.compare-tbl-bg {
    background: #f2f2f2;
}

    .compare-tbl-bg table {
        border-collapse: unset;
        border-spacing: 1px;
    }

    .compare-tbl-bg.product-summary table {
        border-spacing: 10px;
    }

    .compare-tbl-bg td {
        background: #fff;
        border-collapse: unset;
        width: 25%;
        padding: 5px;
        position: relative;
    }

    .compare-tbl-bg.product-summary td .prices {
        font-size: 16px;
        color: #333;
        font-family: NettoOT;
        font-weight: bold;
        padding-bottom: 10px;
        display: block
    }

    .compare-tbl-bg td .hyp-thumbnail {
        width: 150px;
        height: 150px;
    }

    .compare-tbl-bg table .spec-title {
        background: #fbfbfb;
    }

#compareProductPage .product-title {
    min-height: 50px;
    display: block;
}
/* localtion change popop*/
.semicolumn.location-change {
    width: 85%;
}

.inline-column-general .field-one {
    width: 40%;
    float: left;
}

    .inline-column-general .field-one .validation {
        padding-left: 0;
    }

.inline-column-general .field-two {
    float: left;
    width: 60%;
    padding-left: 50px;
    box-sizing: border-box;
}


/*Rental - Area Basket */

#basketContent .rental-heading-wrapper h2,
#basketContent h2 {
    margin-bottom: 12px !important;
}

.rental-description {
    padding: 15px 0 18px;
}

#basketPage .gvi th {
    padding: 12px 5px;
    padding-bottom: 10px;
}

.content > .center > div#basketPage > .h1-holder {
    margin-top: 47px;
}

#basketPage .h1-holder {
    margin-bottom: 16px !important;
}

.line-height-adjust {
    line-height: 28px;
}

#basketPage #quickOrder .tbx-search input {
    height: 55px;
    padding-left: 20px;
}

#basketPage #quickOrder .tbx-search:after {
    width: 60px;
}

#basketPage .panel-general {
    padding-top: 20px;
}

#basketPage .choose-product {
    padding-top: 10px;
    margin-top: 26px;
    padding-bottom: 9px;
}

#basketPage .choose-product {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

#basketPage div.panel-general {
    margin-bottom: 50px;
}

#basketPage .gvi .product-title-super {
    font-size: 18px;
}

.gvi-basket td.col-info,
.gvi-basket-overview td.col-info {
    vertical-align: middle;
    padding-left: 20px !important;
}


.gvi-basket td.col-price,
.gvi-basket td.col-qty,
.gvi-basket td.col-total,
.gvi-basket td.col-priceper {
    vertical-align: middle;
}

#basketPage .gvi-basket .price-node, .gvi-basket .product-total {
    padding-top: 0;
}

#basketPage .lbl-quantity {
    text-align: center;
    padding: 10px 3px;
    height: 49px;
    width: 100px;
    color: #565e5b;
    font-family: 'NettoOT Bold';
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px;
    background: #f2f2f2;
    border-color: #f2f2f2;
    box-sizing: border-box
}



.action-links .hyp + a.hyp {
    border-left: none;
}


.basket-buttons {
    padding-bottom: 21px;
}

.product-id {
    font-size: 14px !important;
}

.lbl-price-per {
    font-size: 16px;
    font-family: "NettoOT";
    color: rgb(165, 179, 171);
    font-weight: bold;
    line-height: 1.75;
    text-align: left;
}

.t-row-discount-panel {
    padding: 15px !important;
}

.list-totals .t-row-tax-line,
.list-totals .t-row-invoice-discount {
    border-top: 1px solid #f2f2f2;
}

.list-totals .t-row-total-price {
    border-top: none !important;
}

.list-totals li.t-row-total-price {
    padding-top: 0;
}


.rentalInfo .product-id {
    font-size: 14px;
    color: rgb(86, 94, 91);
    line-height: 1.429;
    text-align: left;
}

.rentalInfo {
    padding: 15px 0 10px;
}

#basketPage .gvi-basket .upper-row td {
    padding: 20px 0;
}

.gvi-totals-basket-overview.gvi-totals .t-row-total-price td {
    border-bottom-width: 0;
}
/*Profile Actions*/
#ActionSelect .form-row .label {
    width: 25%;
}

.dv-export-details {
    display: inline-block;
    float: left;
}

    .dv-export-details > div {
        display: inline-block;
    }

        .dv-export-details > div:first-child {
            margin-right: 50px;
        }

#rentalContactForm h1 {
    margin-bottom: 35px;
}


.tbx.tbx-date {
    max-width: 300px !important;
}

#rentalContactForm .form-row .label {
    width: 22%;
}

#rentalContactForm .form-row .validation {
    padding-left: 22%;
}

#rentalContactForm .tbx,
#rentalContactForm .tar {
    max-width: 600px;
}

.rental-desc {
    margin-bottom: 25px;
}


.v-top {
    vertical-align: top !important;
    padding-top: 12px;
}

#ChangeLocationForm .form-row .label {
    width: 30%;
}

#ChangeLocationForm .form-row .validation, #ChangeLocationForm .form-row .description, #ChangeLocationForm .form-button {
    padding-left: 30%;
}

#ChangeLocationForm .inline-column-general .field-one .validation {
    padding-left: 0;
}

.gvi-order-lines th.text-right {
    text-align: right;
}

.order-box .uom-panel {
    margin-top: 10px;
}


#LocationApprovePopup .order-details-action-bar, #actionApprove .order-details-action-bar {
    display: inline-block;
}

#LocationApprovePopup .field h5 {
    margin: 0 !important;
}

#LocationApprovePopup .form-row .label {
    width: 25%;
}

#create-rental-response-popup h2 {
    margin: 14px 0 24px 0;
    font-weight: bold;
}

#rentalRequestForm h2 {
    margin: 14px 0 24px 0;
    font-weight: bold;
}

/*PDP Quantity Box Vertical middle*/
div.control-quantity .row-btn-add {
    margin-bottom: 0;
}

div.control-quantity {
    margin-bottom: 20px;
}

.paddingFix {
    padding-left: 2px;
    box-sizing: border-box;
}


.cookie-bar.cookielaw-wrapper {
    background-color: #004593;
    padding: 15px 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 17000003;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
}

.cookielaw-bar {
    display: inline-flex;
    align-items: center;
}

    .cookielaw-bar div.cookielaw-buttons {
        margin: 0 15px;
    }

        .cookielaw-bar div.cookielaw-buttons.p-policy-bg {
            margin: 0;
        }

        .cookielaw-bar div.cookielaw-buttons .btn {
            height: 40px;
            line-height: 39px;
            background-color: #0bbbef;
        }

            .cookielaw-bar div.cookielaw-buttons .btn:hover {
                height: 40px;
                line-height: 39px;
                background-color: #3366cc;
            }

.cookie-bar.cookielaw-wrapper .cookielaw-content {
    margin-right: 15px;
}
/**MEDUX-102325 - Reparation order: add new field "Referentienummer klant"
*/

#ActionSelect .form-row .label {
    width: 27%;
}
.order-info-inside .col-location-id {
    width: 200px;
}

#actionHistoryPage .departmentName {
    width: 155px;
}
#PlanningHistoryPage .articleName {
    width: 200px;
}