/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

body {
    background: #fff;
    color: #000;
    margin: 0px;
    font-size: 11px;
    font-family: 'Work Sans', Arial, sans-serif;
    line-height: 1.7;
}

#bodyWrapper {
    position: relative;
}

.contentContainer {
    padding-bottom: 10px;
}

.contentContainer h2 {
    /*/font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 5px;/*/
}

.contentContainer a {
    text-decoration: none;
}

.contentContainer a:hover {
    text-decoration: none;
}

.contentText, .contentText table {
}

.ruimte {
    padding: 10px 0px 20px 0px;
}

a.productListing-heading {
    color: #535353;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-right: 5px;
    display: inline-block;
}

a.productListing-heading:hover {
    text-decoration: underline;
}

a.offerte {
    display: block;
    border: 1px solid #ccc;
    padding: 10px 15px;
    background-color: #FCFCFC;
    color: #535353;
    text-align: center;
    width: fit-content;
    float: left;
    margin: 0px 10px 0px 0px;
}

a.offerte:hover {
    border: 1px solid #2c2c2c;
    background-color: #2c2c2c;
    color: #ffffff;
    text-decoration: none;
}

a.offerte i {
    /* font-size:20px; */
}

.zakelijkbestellen p {
    font-family: 'Work Sans', Arial, sans-serif;
    color: #535353;
}

.shippingtitle, span#shipping_spu_block {
    padding-top: 10px;
}

span#shipping_spu_block {
    display: block;
}

td.shippingselect input[type="radio"] {
    margin: 0px 0 0;
    line-height: normal;
    padding-left: 5px;
}

.shipdesc {
    display: block;
    font-size: 85%;
}
.shipdesc_title {
    width: 80%;
}

.shipprice {
    display: block;
    width: 20%;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 2px;
}

input#spu_spu_shipping_date.hasDatepicker {
    position: relative;
    opacity: 1;
    cursor: pointer;
    height: auto;
    width: auto;
}

td.padding {
    padding: 5px;
}

span.wrapservice {
    margin: 10px 0px 10px;
    display: block;
    font-weight: bold;
}

span.orderstatus {
    font-weight: normal;
    color: #535353;
    font-size: 13px;
}

.productListTable {
    padding: 5px;
    font-size: 11px;
    line-height: 1.5;
}

.productListTable tr.alt td {
    background-color: #ecf6fc;
}

.fieldKey {
    /* font-size: 11px; */
    /* font-weight: bold; */
    /* line-height:3; */
    /* width: 150px; */
    /* vertical-align: middle; */
}

.fieldValue {
    /* font-size: 11px; */
    /* line-height: 1.5; */
}

h1 {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

img {
    border: 0;
}

.buttonSet {
    clear: both;
    padding-top: 10px;
    overflow: hidden;
}

.buttonAction {
    float: right;
}

.checkout_button a {
    margin-left: 5px;
}

.boxText {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 10px;
}

.errorBox {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 10px;
    background: #ffb3b5;
    font-weight: bold;
}

.stockWarning {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 12px;
    color: #CF2D2B;
}

input.inputstockWarning {
    color: #CF2D2B !important;
    border: 2px solid !important;
}

.productsNotifications {
    background: #eee;
}

.orderEdit {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 10px;
}

A {
    color: #000000;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

FORM {
    display: inline;
}

TR.header {
    background: #ffffff;
}

TR.headerError {
    background: #ff0000;
}

TD.headerError {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

TR.headerInfo {
    background: #00ff00;
}

TD.headerInfo {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 12px;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}


.infoBoxNotice {
    background: #FF8E90;
}

.infoBoxNoticeContents {
    background: #FFE6E6;
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 10px;
}

TD.infoBoxHeading {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background: #bbc3d3;
    color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
    background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
    background: #f8f8f9;
}

TABLE.productListing {
    border: 1px;
    border-style: solid;
    border-color: #b6b7cb;
    border-spacing: 1px;
}

.productListingHeader {
    table-layout: fixed;
    color: #FFFFFF;
    font-weight: bold;
}

.productListingHeader A:hover {
    color: #FFFFFF;
}

.productListingData {
    table-layout: fixed;
}

TD.pageHeading, DIV.pageHeading {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #9a9a9a;
}

TR.subBar {
    background: #f4f7fd;
}

TD.subBar {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 10px;
    color: #000000;
}

TD.main, P.main {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 10px;
}

small p {
    line-height: 16px;
}

TD.accountCategory {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 13px;
    color: #aabbdd;
}

TD.tableHeading {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

SPAN.newItemInCart {
    font-family: arial;
    font-size: 12px;
    color: #ff0000;
    line-height: 16px
}


CHECKBOX, INPUT, RADIO, SELECT {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 11px;
}

TEXTAREA {
    width: 100%;
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 11px;
}

SPAN.greetUser {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 12px;
    color: #f0a480;
    font-weight: bold;
}

TABLE.formArea {
    background: #f1f9fe;
    border-color: #7b9ebd;
    border-style: solid;
    border-width: 1px;
}

TD.formAreaTitle {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

SPAN.markProductOutOfStock {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 12px;
    color: #CF2D2B;
}

SPAN.productSpecialPrice {
    font-family: 'Work Sans', Arial, sans-serif;
    color: #008500;
}

SPAN.errorText {
    font-family: 'Work Sans', Arial, sans-serif;
    color: #ff0000;
}

.moduleRowOver {
    background-color: #eee;
    cursor: pointer;
    cursor: pointer
}

.moduleRowSelected {
    background-color: #eee;
}

.checkoutBarFrom {
    color: #2e9e00 !important;
}

.checkoutBarCurrent {
    font-weight: bold;
}

.checkoutBarTo {
    color: #8c8c8c !important;
}

.ui-progressbar {
    height: 0.5em;
    text-align: left;
    overflow: hidden;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9 !important;
}

textarea.opmerking {
    width: 100%;
}

.contentContainer a.checkoutBarFrom, .contentContainer a.checkoutBarTo {
    text-decoration: none
}

/* message box */

.messageBox {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 10px;
}

.messageStackError, .messageStackWarning {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 10px;
    background-color: rgba(255, 179, 181, 0.13);
    padding: 20px;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
}

.messageStackSuccess {
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 10px;
    background-color: rgba(187, 255, 179, 0.13) !important;
    padding: 20px;
    border-top: 2px solid #029800;
    border-bottom: 2px solid #029800;
}

/* input requirement */

.inputRequirement {
    font-family: 'Work Sans', Arial, sans-serif;
    color: #ff0000;
}

/* account link list */

.accountLinkList {
    list-style-type: none;
    margin: 2px 2px 2px 10px;
    padding: 5px;
}

.accountLinkListEntry {
    float: left;
    margin-right: 5px;
}

div.contentTextVraag {
    font-size: 14px;
    padding: 15px;
    border: 1px solid #E4E4E4;
    color: #454545;
    border-radius: 0px;
}

div.contentTextAntwoord {
    border: 1px solid #E4E4E4;
    padding: 15px;
    position: relative;
    top: -15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #fff;
    border-top: 0px solid;
}

div.Bijgewerkt {
    font-size: 10px;
    color: #999;
    float: right;
}

.product_attributes_title, .product_attributes_subtitle {
    display: block;
    clear: both;
    margin-top: 10px;
    padding-bottom: 5px;
    font-weight: 600;
}

.product_attributes_options_dropdown select {
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.27);
    outline: none;
    height: 34px;
    line-height: 34px;
    padding: 6px;
    font-size: 14px;
    width: 100%;
    margin-left: 0px;
    border: 1px solid #b1b1b1;
    border-radius: 3px;
}

.shipping_method {
    margin-top: 15px;
}
.shipping_locations {
    margin-top: 6px;
}

.shipping_locations .locations {
    max-height: 300px;
    overflow-x:hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;

}


.shipping_locations .locations::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.shipping_locations .locations::-webkit-scrollbar-thumb {
    background: rgba(90, 90, 90, 0.4);
}

.shipping_locations .locations::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.shipping_methods_locations_options_checkbox:hover {
    background: #efefef;
}
.shipping_methods_locations_options_checkbox {
    padding: 6px 0 6px 5px;
    display: flex;
    border-top: 1px solid #e3e3e3;
}

.shipping_methods_locations_options_checkbox .methods {
    width: 280px;
    display: block;
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 90%;
}


.shipping_methods_locations_options_checkbox .methods .address{
    display: flex;
}
.shipping_methods_locations_options_checkbox .methods .address .text{
    min-width: 210px;
    margin-right: 10px;
    max-width: 211px;
}

/* Hide the browser's default checkbox */
.shipping_methods_locations_options_checkbox .methods input:not(.payment_field) {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.shipping_methods_locations_options_checkbox label .radiobutton {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.shipping_methods_locations_options_checkbox .methods label:hover input  ~ .radiobutton {
    background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.shipping_methods_locations_options_checkbox label .radiobutton:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.shipping_methods_locations_options_checkbox .methods input:checked ~ .radiobutton:after {
    display: block;
}

/* Style the checkmark/indicator */
.shipping_methods_locations_options_checkbox .methods .radiobutton:after {
    top: 6px;
    left: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.shipping_dates {
    margin-top: 6px;
}
.shipping_dates .address {
    background: #efefef;
    padding: 5px 0 5px 5px;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 0!important;
    cursor: default;
}
.shipping_methods_options_checkbox .time {
    display: block;
}

.shipping_methods_options_checkbox:hover {
    background: #efefef;
}
.shipping_methods_options_checkbox {
    padding: 6px 0 6px 5px;
    display: flex;
    border-top: 1px solid #e3e3e3;
}

.shipping_methods_options_checkbox .shipping_day {
    min-width: 75px;
    font-size: 95%;
}

.shipping_methods_options_checkbox .methods {
    cursor: pointer;
    width: 80%;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 90%;
}

/* Hide the browser's default checkbox */
.shipping_methods_options_checkbox .methods input:not(.payment_field) {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.shipping_methods_options_checkbox label .radiobutton {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.shipping_methods_options_checkbox .methods label:hover input  ~ .radiobutton {
    background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.shipping_methods_options_checkbox label .radiobutton:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.shipping_methods_options_checkbox .methods input:checked ~ .radiobutton:after {
    display: block;
}

/* Style the checkmark/indicator */
.shipping_methods_options_checkbox .methods .radiobutton:after {
    top: 6px;
    left: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.product_attributes_options_checkbox {
    margin-left: 4px;
}

.product_attributes_options_checkbox .cbcontainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 2px;
}

/* Hide the browser's default checkbox */
.product_attributes_options_checkbox .cbcontainer input:not(.payment_field) {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.payment_field {
    float: right;
    right: 4px;
    position: relative;
}

/* Create a custom checkbox */
.product_attributes_options_checkbox .checkmark, .product_attributes_options_checkbox .radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #cccccc;
}

.product_attributes_options_checkbox .radiomark {
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.product_attributes_options_checkbox .cbcontainer:hover input ~ .checkmark, .product_attributes_options_checkbox .cbcontainer:hover input ~ .radiomark {
    background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.product_attributes_options_checkbox .checkmark:after, .product_attributes_options_checkbox .radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.product_attributes_options_checkbox .cbcontainer input:checked ~ .checkmark:after, .product_attributes_options_checkbox .cbcontainer input:checked ~ .radiomark:after {
    display: block;
}

/* Style the checkmark/indicator */
.product_attributes_options_checkbox .cbcontainer .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product_attributes_options_checkbox .cbcontainer .radiomark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;

/* http://www.linuxuk.co.uk - Notify when back in stock. start */
#NotifyContainer {
    position: relative
}

#AlertBox {
    width: 360px;
    position: absolute;
    top: -300px;
    right: 20%;
    display: none;
    z-index: 1;
    border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    background: #87B6D9;
    padding: 12px 10px 6px 10px
}

fieldset#notifyBody {
    background: #fff;
    border: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 13px;
    background: #fff;
    margin: 0
}

SPAN.error {
    color: #F03;
    font: bold 10px Verdana, Arial, sans-serif
}

#notify {
    background: #3F0;
    border: 4px;
    border: #090;
    color: #000;
    height: 25px;
    font: bold 10px Verdana, Arial, sans-serif
}

.newt {
    font-family: Verdana, Arial, sans-serif;
    color: #C60050;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}

A.newt {
    font-family: Verdana, Arial, sans-serif;
    color: #C60050;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}

A.newt:hover {
    font-family: Verdana, Arial, sans-serif;
    color: #B5B752;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}

}