body {
    padding-top: 50px;
    padding-bottom: 40px;
}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

/* BW BAR TOUCH */

#bw-touch {
    z-index: 100;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    float: right;
    list-style: none;
}

#bw-touch li a {
    font-family: 'Bree Serif', Georgia, serif;
    float: left;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    vertical-align: middle;
    font-size: 14px;
    padding: 4px 38px 8px 5px;
    margin: 10px 5px 0 0;
    text-shadow: 1px 0 0 #ffffad;
    text-decoration: none;
}

#bw-touch li a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 31px;
    background: url(../img/dropdown_arrow.png);
}

.sub {
    z-index: 150;
    position: absolute;
    top: 40px;
    right: 0;
    display: none;
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
    width: 185px;
    background: #fff;
    box-shadow: 0 2px 3px #a2a2a2;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    float: right;
}

#bw-touch .sub li a {
    color: #2f2f2f;
    width: 155px;
    text-shadow: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    padding: 10px 15px;
}

#bw-touch .sub li:last-child a {
    border-bottom: none;
}

/* BW BAR */
#bw-more {
    width: 1000px;
    margin: 0 auto;
}

#bw-more li.first {
    float: right;
    position: relative;
    border: 0;
    list-style: none;
}

#bw-more li.first a {
    transition: all 1s ease-in;
    margin: 5px 0 0 0;
    width: 150px;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #e1e1bd;
    list-style: none;
    background: #fcfbe5;
    box-shadow: 0px 1px 0px #fff, inset 0px 2px 0px #fff;
}

#bw-more li.first a:hover {
    background-color: #ffbf12;
    border-color: #e1a400;
    border-top-color: #ffc11a;
    box-shadow: 0px 2px 0px 0px #e1e1bd, inset 0px 2px 0px #ffd974;
}

#bw-more li.first ul.drop {
    display: none;
    position: absolute;
    background: #f8f8e3;
    border: 1px solid #e1e1bd;
    left: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    top: 45px;
}

#bw-more li.first ul.drop li {
    list-style: none;
}

#bw-more li.first ul.drop li a {
    border: 0;
    display: block;
    border-bottom: 1px solid #e1e1bd;
    padding: 5px;
    box-shadow: inset 0px 2px 0px #fff;
    list-style: none;
    margin: 0 0 0 0;
}

#bw-more li.first ul.drop li a:hover {
    background-color: #ffbf12;
    box-shadow: 0px 2px 0px 0px #e1e1bd, inset 0px 2px 0px #ffd974;
}

#bw-more li.first:hover ul.drop {
    display: block;
}

#bw-more li.site a, #bw-more li ul.drop li.site a {
    -webkit-transition: background-color 200ms ease-in;
    -moz-transition: background-color 200ms ease-in;
    -o-transition: background-color 200ms ease-in;
    -ms-transition: background-color 200ms ease-in;
    transition: background-color 200ms ease-in;
    padding: 8px 8px 8px 32px;
    background: url(../img/icons.png) no-repeat 7px 8px;
}

#bw-more li.site a {
    padding: 8px 8px 9px 32px;
    background-position: 7px 11px;
}

#bw-more li ul.drop li.boekenzoekdienst a {
    background-position: 7px -20px;
}

#bw-more li ul.drop li.boekennieuws a {
    background-position: 7px -76px;
}

#bw-more li ul.drop li.boekendrop a {
    background-position: 7px -48px;
}

.bw-icon {
    background: url(../img/icons.png) no-repeat 8px 9px #fcfbe5;
    position: relative;
    overflow: hidden;
    float: right;
    width: 25px;
    height: 25px;
    padding: 6px 5px 5px 6px;
    margin: 5px 3px;
    border: 1px solid #e1e1bd;
    list-style: none;
    box-shadow: 0px 1px 0px #fff, inset 0px 2px 0px #fff;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.bw-icon a {
    text-decoration: none;
}

.bw-icon.boekenzoekdienst {
    background-position: 8px -19px;
}

.bw-icon.boekennieuws {
    background-position: 8px -75px;
}

.bw-icon.boekendrop {
    background-position: 8px -47px;
}

.bw-icon.boekstra {
    background-position: 8px -103px;
}

.bw-icon:hover {
    width: 150px;
    background-color: #ffbf12;
    box-shadow: 0px 1px 0px #fff, inset 2px 1px 1px #d9a720;
}

.bw-icon.boekenzoekdienst:hover {
    width: 156px;
}

.bw-icon.boekennieuws:hover {
    width: 135px;
}

.bw-icon.boekendrop:hover {
    width: 115px;
}

.bw-icon.boekstra:hover {
    width: 90px;
}

.bw-icon:hover .tag {
    opacity: 100;
    filter: alpha(opacity=100);
}

.bw-icon .tag {
    top: 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 35px;
}

/* Boekwinkeltjes bar */
#bwb {
    width: 100%;
    height: 50px;
    z-index: 200;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 1px 0px 0px #e9e9cc, 0px 2px 2px #f9f9f9;
    background: rgb(255, 255, 232); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 232, 1) 0%, rgba(249, 248, 227, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 232, 1)), color-stop(100%, rgba(249, 248, 227, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 232, 1) 0%, rgba(249, 248, 227, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 232, 1) 0%, rgba(249, 248, 227, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 232, 1) 0%, rgba(249, 248, 227, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 232, 1) 0%, rgba(249, 248, 227, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe8', endColorstr='#f9f8e3', GradientType=0); /* IE6-9 */
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#bw-touch {
    display: none;
}

/* TABLET */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (max-width: 1024px) {
    #bw-more {
        display: none;
    }

    #bw-touch {
        display: block;
    }

    #bwb {
        background: #ffeb9b; /* Old browsers */
        background: -moz-linear-gradient(top, #ffeb9b 0%, #ffe062 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffeb9b), color-stop(100%, #ffe062)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffeb9b 0%, #ffe062 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffeb9b 0%, #ffe062 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffeb9b 0%, #ffe062 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffeb9b 0%, #ffe062 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeb9b', endColorstr='#ffe062', GradientType=0); /* IE6-9 */
        border-top-color: #ffffb0;
        border-bottom-color: #d9bc48;
        box-shadow: 0px 1px 0px 0px rgb(233, 233, 204), 0px 2px 2px rgb(249, 249, 249);
    }
}

@media only screen and (max-width: 480px) ,(max-device-width: 480px) and (device-aspect-ratio: 40/71) {
    #bw-more {
        width: 100%;
    }

    #bw-touch {
        display: block;
    }

    #bw-more {
        display: none;
    }
}

/* Header css */
.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

header {
    height: 370px;
    background: url(../img/wood.jpg) top center;
}

header .wrap {
    padding: 75px 0 0 0;
}

header #logo {
    width: 570px;
    height: 63px;
    background: url(../img/sprite.png);
    margin: 0 auto;
}

header #boekwinkeltjes a {
    width: 186px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/sprite.png) -597px 0;
}

header h3 {
    color: #eaeaea;
    text-align: center;
    font-weight: normal;
    padding: 20px 0 0 0;
    font-size: 30px;
    letter-spacing: -1px;
    text-shadow: 1px 2px 3px #56341f;
}

header .plaats-advertentie a, header .bekijk-gezocht a {
    float: left;
    position: relative;
    padding: 18px 20px 18px 60px;
    color: #ddc5a9;
    text-decoration: none;
    font-size: 16px;
    text-shadow: 1px 1px 0 #000;
    box-shadow: 0 1px 0 #a77b68, inset 1px 2px 1px #000;
    display: inline-block;
    border-radius: 28px;
    background: rgb(27, 11, 5); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiMGIwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MzIzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(27, 11, 5, 1) 0%, rgba(83, 35, 19, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(27, 11, 5, 1)), color-stop(100%, rgba(83, 35, 19, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(27, 11, 5, 1) 0%, rgba(83, 35, 19, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(27, 11, 5, 1) 0%, rgba(83, 35, 19, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(27, 11, 5, 1) 0%, rgba(83, 35, 19, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(27, 11, 5, 1) 0%, rgba(83, 35, 19, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b0b05', endColorstr='#532313', GradientType=0); /* IE6-8 */

}

header .plaats-advertentie a span, header .bekijk-gezocht a span {
    position: absolute;
    left: 12px;
    top: 12px;
    display: block;
    height: 33px;
    width: 33px;
    background: url(../img/sprite.png) -788px -1px;
}

header .bekijk-gezocht a span {
    background-position: -823px -1px;
}

header .plaats-advertentie a:hover, header .bekijk-gezocht a:hover {
    box-shadow: 0 1px 0 #a77b68, 0 0 5px #c08b61;
    color: #fff;
}

header .of {
    float: left;
    margin: 16px 5px 0 5px;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
}

header .button-holder {
    padding: 50px 0 0 0;
    width: 540px;
    margin: 0 auto;
}

/* reset */
* {
    margin: 0;
    padding: 0
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul, li {

}

img, fieldset {
    border: none
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
    display: block
}

body {
    background: url(../img/pattern.gif) #dcdcdc;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #999;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* content */
.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* CONTENT */
.content {
    width: 998px;
    /*margin:0 0 40px 0;*/
    margin: 0 0 25px 0;
    border: 1px solid #aa9f9b;
    background: #efefef;
    border-top: 0;
}

.content .main {
    float: left;
    padding: 25px;
    margin: 0 0 50px 0;
    background: #fff;
    width: 626px;
    border-right: 1px solid #bfb3af;
    border-bottom: 1px solid #bfb3af;
}

.content .main article {
    color: #666666;
    font-size: 14px;
    margin: 0 0 60px 0;
    line-height: 22px;
}

.content .main article:last-child {
    margin: 0;
}

.content .main article h2 {
    color: #4c362e;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -2px;
    margin: 0 0 20px 0;
    line-height: normal;
}

.content .main article h3 {
    font-size: 24px;
    color: #4c362e;
    font-weight: bold;
}

.payment-info h3 {
    color: #4c362e;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -2px;
    margin: 0 0 20px 0;
    line-height: normal;
}

.content .box {
    float: left;
    width: 270px;
    height: 175px;
    margin: 0 20px 40px 0;
    padding: 15px;
    color: #666666;
    border: 1px solid #d3d3d3;
    background: #f5f5f5;
    font-size: 14px;
}

.content .box.last {
    margin-right: 0;
}

.content .box h2 {
    font-size: 24px;
    color: #393939;
    font-weight: bold;
}

.content .box ul {
    margin: 5px 0 0 0;
    list-style-type: circle;
}

.content .box ul li {
    padding: 5px;
    margin: 0 0 0 20px;
}

.content .box table {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0 0 0;
}

.content .box table tr {
    padding: 0 0 1px 0;
    border-bottom: 1px solid #e6e6e6;
}

.content .box table tr:last-child {
    border: 0;
}

.content .box table tr td {
    padding: 5px 0;
}

.content .box table tr:last-child td {
    padding-bottom: 0;
}

.content .box table tr td strong {
    letter-spacing: -1px;
    font-size: 14px;
    margin: 0 10px 0 0;
}

.content .main a.button, #slide .button.white, .searchbutton, .activate-button {
    display: inline-block;
    text-decoration: none;
    padding: 4px 15px 5px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    border: 1px solid #bebebe;
    box-shadow: 0 1px 0 #dddcdb;
    background: rgb(255, 255, 255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 96%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(96%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 96%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 96%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 96%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 96%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-8 */
}

#slide .button.white, .searchbutton {
    font-weight: normal;
    text-shadow: none;
    font-size: 11px;
    padding: 5px 15px 4px;
    box-shadow: 0 1px 0 #ba6c4d;
}

.content .main a.button:hover, #slide .button.white:hover, .searchbutton {
    box-shadow: inset 0 1px 3px #ababab, 0 1px 0 #fff;
}

/* PAGINATION */
.pagination {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.pagination li {
    float: left;
    list-style: none;
}

.pagination a {
    float: left;
    color: #7d7d7d;
    width: 26px;
    height: 24px;
    padding: 1px 0 0 0px;
    text-decoration: none;
    text-align: center;
    background: #CCC;
    border: 1px solid #CCC;
    border-left: none;
    background: #ffb400;
    color: #000;
    border-color: #d39500;
}

.pagination a:first-child {
    border-left: 1px solid #CCC;
}

/* CONTENT LINK */
.back-link {
    padding: 8px 8px 5px 8px;
    font-size: 12px;
    text-decoration: none;
    color: #666;
    margin: 0 0 15px 0;
    display: block;
    border-radius: 3px;
    background: #E9E9E9;
    box-shadow: inset 0 1px 3px #666;
}

.back-link span {
    font-size: 18px;
    line-height: 0.7em;
}

/* CONTENT TABLE */
.boekenadvertenties {
    color: #666666;
    border-collapse: collapse;
    margin: 0 0 20px 0;
    text-align: left;
    width: 100%;
}

.boekenadvertenties thead tr, .boekenadvertenties th {
    font-size: 14px;
    color: #000;
    background: #ffb400;
    border-color: #936800;
}

.boekenadvertenties thead tr td, .boekenadvertenties th {
    text-shadow: 1px 1px 0 #ffdf92;
    padding: 10px 5px;
    border-right: 1px solid #d39500;
}

.boekenadvertenties th[scope=row] {
    width: 15%;
    padding: 5px;
    border-bottom: 1px solid #d39500;
}

.boekenadvertenties tbody td {
    font-size: 12px;
    line-height: 16px;
    padding: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
}

.boekenrecent tbody td {
    font-size: 12px;
    line-height: 16px;
    padding: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
}

.boekenadvertenties tr {
    border-bottom: 1px solid #CCC;
}

.boekenadvertenties tr {
    border-bottom: 1px solid #CCC;
}

/* CONTENT FORM */
.form {
    list-style: none;
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #ededed;
    font-size: 12px;
    color: #7d7d7d;
}

.form li a {
    color: #999;
    margin: 10px 0 0 0;
    display: inline-block;
}

.form li a:hover {
    color: #000;
}

/*.form li{
	display:inline-block;}*/
.advert li {
    position: relative;
    display: inline-block;
}

.error {
    position: absolute;
    background: rgba(161, 0, 0, 0.3) !important;

}

.form .account_check {
}

#send_mail {
}

#send_mail input, #send_mail textarea,
#login input, #login textarea, .passforgotten input, .passforgotten textarea,
#register input, #register textarea, #logout input, #logout textarea,
#change_data input, #change_data textarea, #change_pass input, #change_pass textarea,
#delete_ad input, #delete_ad textarea, #create-payment-request input, #create-refund input, #create-refund select,
#toggledirectpayments input,
#payoutoptions input,
#payoutoptions select {
    outline: none;
    width: 586px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 8px;
    margin: 0 0 3px 0;
    border: 1px solid #CCC;
}

#send_mail input:focus, #send_mail textarea:focus,
#login input:focus, #login textarea:focus, .passforgotten input:focus, .passforgotten textarea:focus,
#register input:focus, #register textarea:focus, #logout input:focus, #logout textarea:focus,
#change_data input:focus, #change_data textarea:focus, #change_pass input:focus, #change_pass textarea:focus,
#delete_ad input:focus, #delete_ad textarea:focus, #payoutoptions select:focus {
    border-color: #ffb400;
    box-shadow: 0 0 5px #ffb400;
    color: #000;
}

#send_mail input[type=submit],
#login input[type=submit], .passforgotten input[type=submit],
#register input[type=submit], #logout input[type=submit],
#change_data input[type=submit], #change_pass input[type=submit],
#delete_ad input[type=submit],
#toggledirectpayments input[type=submit],
#payoutoptions input[type=submit] {
    background: #ffb400;
    border: 1px solid #d39500;
    display: inline-block;
    width: auto;
    border-radius: 3px;
    box-shadow: 0 1px 0 #674900, inset 0 1px 3px #ffd97d;
    text-shadow: 0 1px 0 #fff0cd;
}

.passforgotten input, #register input, #change_data input, #change_pass input, #create-payment-request input {
    width: 210px;
}

#register #form_register_day, #change_data #form_change_data_day {
    width: 40px;
}

#register #form_register_month, #change_data #form_change_data_month {
    width: 40px;
}

#register #form_register_year, #change_data #form_change_data_year {
    width: 50px;
}

.passforgotten input[type=submit], #register input[type=submit], #change_data input[type=submit], #change_pass input[type=submit],
#toggledirectpayments input[type=submit],
#payoutoptions input[type=submit] {
    width: auto;
}

/* ASIDE */
aside {
    padding-right: 65px;
    float: right;
    width: 271px;
}

.content aside {
    padding: 25px;
    float: right;
    width: 271px;
}

aside .sponsors {
}

aside .sponsors ul {
    display: inline-block;
}

aside .sponsors ul li {
    margin: 4px;
    display: inline-block;
}

aside .sponsors ul li a {
    width: 125px;
    height: 125px;
    overflow: hidden;
}

.account {
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 14px;
}

.account h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #4c362e;
}

.account a {
    color: #999;
    margin: 2px 0 0 0;
    display: inline-block;
}

.form a:hover {
    color: #000;
}

#account_info {
    list-style: none;
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #ededed;
    font-size: 13px;
    color: #7d7d7d;
}

#login input, #login textarea, #logout input, #logout textarea {
    width: 210px;
}

#login input[type=submit], #logout input[type=submit] {
    width: auto;
}

/* CONTENT SLIDE */
#slide {
    display: none;
    background: url(../img/wood.jpg) top center;
}

#slide .overlay {
    background: rgba(0, 0, 0, 0.4);
    padding: 30px 30px 60px 30px;
    position: relative;
    box-shadow: inset 0px 10px 20px #000;
}

#slide .overlay .close a {
    position: absolute;
    left: 50%;
    bottom: 20px;
    background: url(../img/sprite.png) -876px -76px;
    width: 34px;
    height: 34px;
}

#slide .wrap {
    width: 960px;
    padding: 0 20px;
}

#slide h2 {
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 24px;
    text-shadow: 1px 2px 1px #231109;
}

#slide .content {
    margin: 0;
    background: none;
    border: 0;
}

#slide .content .form {
    width: 300px;
    background: none;
    border: none;
    list-style: none;
    display: inline-block;
}

#slide .content .form .account_check, #account_div, label.error, .searchbar {
    width: 248px;
    border-radius: 3px;
    background: rgba(36, 15, 7, 0.25);
    color: #fff;
    box-shadow: 1px 1px 0 #5d3b25, inset 1px 1px 3px #2e160d;
    padding: 10px;
}

#slide .content .form .account_check input#form_account {
    margin: 0 5px 0 0;
}

#slide .content form#place-search input, #slide .content form#place-search select, #slide .content form#place-search .styled-select {
    float: left;
    /*-webkit-appearance:none;*/
    font-size: 14px;
    padding: 8px;
    margin: 0 0 3px 0;
    color: #000;
    background: #fff;
    box-shadow: 1px 2px 3px #4a2112, inset 1px 1px 3px #cbcbcb;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    width: 250px;
}

.bank-select {
    /*-webkit-appearance:none;*/
    font-size: 14px;
    padding: 4px;
    margin: 0 0 3px 0;
    color: #000;
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    width: 150px;
}

#slide .content form#place-search select:invalid {
    color: #9e9e9e;
}

#slide .content form#place-search select option:first-child {
    color: #9e9e9e;
}

#slide .content form#place-search input[type=checkbox] {
    width: auto;
}

#slide .content form#place-search .styled-select {
    position: relative;
    height: 17px;
    overflow: hidden;
}

#slide .content form#place-search .styled-select select {
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 10;
    padding: 8px 0;
    margin: 0;
    border: 0;
    width: 300px;
    box-shadow: none;
    background-color: transparent;
}

#slide .content form#place-search .styled-select span {
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../img/sprite.png) -901px -6px;
    z-index: 5;
}

#slide .content form#place-search input:focus, #slide .content form#place-search textarea:focus, #slide .content form#place-search select:focus {
    outline: none;
    color: #000;
    border-color: #d36900;
}

select:focus
.clear {
    clear: both;
}

#slide .content form#place-search input.button, #slide .button, .searchbutton {
    text-decoration: none;
    font-size: 14px;
    background: #33180e;
    cursor: pointer;
    margin: 10px 5px 0 0;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000;
    width: auto;
    display: inline-block;
    padding: 14px 12px;
    border-radius: 5px;
    box-shadow: inset 1px 2px 8px #000, 1px 1px 0 #7e5439;
    border: 0;
}

#slide .content form#place-search .button:hover, #slide .button:hover, .searchbutton:hover {
    box-shadow: inset 1px 2px 8px #000, 0 0 10px #d6b38a;
}

#slide .button.next {
    padding-right: 40px;
    text-transform: lowercase;
}

#slide .button.next span {
    width: 13px;
    height: 19px;
    position: absolute;
    right: 14px;
    top: 14px;
    background: url(../img/sprite.png) -882px -9px;
}

#slide .button.prev {
    padding-left: 40px;
    text-transform: lowercase;
}

#slide .button.prev span {
    width: 13px;
    height: 19px;
    position: absolute;
    left: 14px;
    background: url(../img/sprite.png) -862px -9px;
}

#slide .button.next.plaatsen {
    background: #eb9200; /* Old browsers */
    box-shadow: 0 1px 0 #2e160d;
    text-shadow: 1px 1px 2px rgb(112, 63, 0);
    background: -moz-linear-gradient(top, #eb9200 0%, #dc7601 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb9200), color-stop(100%, #dc7601)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eb9200 0%, #dc7601 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eb9200 0%, #dc7601 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eb9200 0%, #dc7601 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eb9200 0%, #dc7601 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb9200', endColorstr='#dc7601', GradientType=0); /* IE6-9 */
}

#slide .button.next.plaatsen:hover {
    box-shadow: 0 4px 10px #000, 0 0 6px #ffbe71;
}

#slide ul.tabs {
    display: none;
}

#slide .panes {
    height: 400px;
    width: 960px;
}

#slide .panes .pane {
    position: absolute;
    top: 0;
    min-height: 500px;
    width: 960px;
    color: #fff;
}

a.text-close {
    color: #fff;
    display: block;
    padding: 10px 0;
}

#place-search {
    position: relative;
}

#account_div {
    width: 270px;
    position: absolute;
    top: 10px;
    left: 300px;
}

/* BOEKENPLANK */

#slide .boekenplank {
    width: 1000px;
    height: 160px;
    margin: 0 -20px 50px -20px;
    position: relative;
    padding: 20px 0 20px 0;
}

#slide .boekenplank span.arrow a {
    z-index: 20;
    text-indent: -9999px;
    display: block;
}

#slide .boekenplank span.arrow.back a {
    width: 31px;
    height: 46px;
    position: absolute;
    top: 45px;
    left: 20px;
    background: url(../img/sprite.png) -926px -67px;
}

#slide .boekenplank span.arrow.forward a {
    width: 31px;
    height: 46px;
    position: absolute;
    top: 45px;
    right: 20px;
    background: url(../img/sprite.png) -967px -67px;
}

#slide .boekenplank .boekenplankBg {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1000px;
    height: 55px;
    background: url(../img/sprite.png) 0 -133px;
}

#slide .boekenplank .row {
    padding: 0 75px;
    width: 800px;
}

#slide .boekenplank .row .boek {
    width: 225px;
    margin: 0 20px;
    float: left;
    z-index: 10;
    position: relative;
}

#slide .boekenplank .row .boek .picture {
    width: 93px;
    height: 134px;
    z-index: 15;
    position: relative;
    float: left;
}

#slide .boekenplank .row .boek .picture img {
    position: relative;
    z-index: 15;
}

#slide .boekenplank .row .boek .picture .shadow {
    width: 122px;
    height: 12px;
    position: absolute;
    z-index: 11;
    left: -14px;
    bottom: -7px;
    background: url(../img/sprite.png) -876px -41px;
}

#slide .boekenplank .row .boek h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    max-height: 70px;
    overflow: hidden;
}

#slide .boekenplank .row .boek h4 {
    color: #fff;
    font-size: 11px;
    text-shadow: 1px 1px 0px #000;
    margin: 0;
    padding: 0;
}

#slide .boekenplank .row .boek .details {
    width: 122px;
    display: block;
    padding: 0 0 0 10px;
    float: left;
}

#slide .boekenplank .row .boek .details .button {
    padding: 5px 8px;
    font-size: 12px;
}

#slide ul.results {
    list-style: none;
    margin: 0;
    padding: 0;
}

#slide ul.results li {
    width: 800px;
}

/* TABLE VIEW */
#slide .frame {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
}

#slide table.view {
}

#slide table.view thead {
    border: 1px solid #924f00;
    background: #eb9200; /* Old browsers */
    background: -moz-linear-gradient(top, #eb9200 0%, #dc7601 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb9200), color-stop(100%, #dc7601)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eb9200 0%, #dc7601 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eb9200 0%, #dc7601 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eb9200 0%, #dc7601 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eb9200 0%, #dc7601 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb9200', endColorstr='#dc7601', GradientType=0); /* IE6-9 */
}

#slide table.view thead tr {
    padding: 1px;
}

#slide table.view thead td {
    padding: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px #703f00;
    border: 1px solid #e18922;
    border-left-color: #ab6400;
}

#slide table.view tbody {
    color: #fff;
    font-size: 12px;
}

#slide table.view tbody td {
    border: 1px solid #48332b;
    padding: 10px;
    text-align: center;
    border-top: none;
    border-left-color: #200f08;
}

/* Table check original ad input */
#slide table.view.check tbody td {
    text-align: left;
    padding: 15px;
}

#slide table.view.check tbody tr td:first-child {
    width: 100px;
}

#slide table.view tbody tr {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#604d2616, endColorstr=#604d2616);
}

#slide table.view tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.6);
    *background: #22100a;
}

#slide table.view tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.4);
    *background: #31170d;
}

.button-account, .bankaccount-button, .button-betaal, .button-disputereply {
    background: #ffb400;
    border: 1px solid #d39500;
    display: inline-block;
    width: auto;
    border-radius: 3px;
    box-shadow: 0 1px 0 #674900, inset 0 1px 3px #ffd97d;
    text-shadow: 0 1px 0 #fff0cd;
    margin-top: 10px !important;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 8px;
    color: black !important;
    text-decoration: none;
}

/* VIEW ICONS */
.viewControl {
    position: absolute;
    height: 32px;
    width: 100px;
    top: 10px;
    right: 10px;
}

.viewControl .book, .viewControl .table {
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: block;
    margin: 3px;
    float: left;
    border-radius: 3px;
    box-shadow: 1px 2px 8px rgb(0, 0, 0) inset, 1px 1px 0px rgb(126, 84, 57);
    padding: 8px 6px;
    width: 20px;
    height: 16px;
    background: #33180e;
}

.viewControl .book.active, .viewControl .table.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.viewControl .book a {
    width: 20px;
    height: 16px;
    display: block;
    background: url(../img/sprite.png) -950px -7px;
}

.viewControl .book a:hover .viewControl .book {
    box-shadow: inset 0 1px 3px #ababab, 0 1px 0 #fff;
}

.viewControl .table a {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../img/sprite.png) -971px -7px;
}

#video {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300px;
    height: 169px;
}

/* LOAD */
#load {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/loading.gif) no-repeat;
    background-color: transparent;
    width: 124px;
    height: 124px;
    text-indent: -9999em;
}

.completed {
    width: 50px;
    background-color: #6FD676;
    padding: 2px;
    border: 1px solid #2D8C33;
}

.footer_ad {
    margin: 0 auto;
    width: 990px;
}

.footer_copyright {
    font-size: 10px;
    margin: 20px 0 20px 0;
    text-align: center;
    width: 100%;
}

.voorwaarden p, td {
    font-size: 12px;
}

/* zoekResult */
#zoekResultP {
    margin-bottom: 10px;
}

.BWboeken_PrevButton {
    position: absolute;
    top: 25%;
    padding: 10px;
}

.BWboeken_NextButton {
    position: absolute;
    right: 0;
    top: 25%;
    padding: 10px;
}

.form-group {
    position: relative;
    height: 37px;
    width: 314px;
}

/*#nextButton1 {*/
/*display: none!important;*/
/*}*/
#form_search_type {
    width: 268px !important;
}

/* CONTACT FORM */
.contactform {
    margin: 20px 0 20px 0;
}

.contactform label {
    padding: 6px 5px 5px 10px;
    color: #2c2c2c;
    margin: 1px 0 0 0;
    font-weight: bold;
    text-shadow: #fff 1px 1px 0;
    width: 134px;
    height: 27px;
    background: url(../images/label.png) no-repeat;
    float: left;
    z-index: 500;
    display: block;
    position: relative;
}

.contactform input, .contactform textarea {
    outline: none;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 3px;
    padding: 10px 10px 10px 15px;
    position: relative;
    border: 1px solid #e1e1e1;
    color: #a1a1a1;
    background: #fff;
    width: 400px;
    margin: 0 0 10px -40px;
    z-index: 0;
    -moz-box-shadow: 1px 1px 0 #d9d9d9;
    -webkit-box-shadow: 1px 1px 0 #d9d9d9;
    box-shadow: 1px 1px 0 #d9d9d9;
}

.contactform textarea {
    height: 100px;
}

.contactform img {
    float: left;
    margin: -1px 0 0 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.contactform input#veiligheidscode {
    width: 240px;
    margin: 0 0 10px -40px;
    float: left;
}

.contactform input:hover, .contactform textarea:hover {
    border-color: #ff9600;
}

.contactform input:focus, .contactform textarea:focus {
    border-color: #ff9600;
    color: #000;
}

.contactform div {
    padding: 20px 10px 10px 0;
    color: #a1a1a1;
    width: 100%;
    display: block;
    float: left;
}

.contactform input.button[type=submit] {
    padding: 9px 10px 10px 10px;
    color: #2c2c2c;
    font-weight: bold;
    text-shadow: #fff 1px 1px 0;
    width: 100px;
    height: 33px;
    margin: 0;
    float: left;
    text-align: center;
    background: url(../images/send.png) no-repeat;
    border: none 0;
}

.contactform input.button[type=submit]:hover {
    border: none;
    padding: 11px 10px 8px 10px;
}

.alert {
    list-style: none;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid lightgrey;
    box-shadow: 0px 3px 3px rgba(67, 67, 67, 0.29);
}

.alert-error {
    background-color: #ffdfe4;
}

.alert-default {
    background-color: whitesmoke;
}

.alert-info {
    background-color: #ccd6e6;
}

.alert-success {
    background-color: #ceeec8;
}

.alert-warning {
    background-color: #fff4d8;
}

.flashmessenger {
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    background: transparent;
}

/* Make the icon actually center as a block */
.main article.text-center .status__icon,
.main article.text-center .fa {
    display: block;
    margin: 12px auto 8px;
    line-height: 1;
}

/* Stack on small screens */
@media (max-width: 768px) {
    .payment-methods {
        grid-template-columns: 1fr;
    }
}

/* Force a bigger horizontal gap between the two payment methods */
.payment-methods {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 30px; /* increase overall gap */
    align-items: stretch;
}

/* Remove any margins that might cancel out the visual gap */
.payment-methods .method-card.form-card {
    margin: 0 !important;
}

/* Hard nudge: add extra space only to the second card on desktop */
@media (min-width: 769px) {
    .payment-methods .method-card.form-card + .method-card.form-card {
        margin-left: 48px !important; /* ensures a bigger gap even if grid/gap gets overridden */
    }
}

/* (optional) If you want bigger logos, keep this */
.method-card .method-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

/* Align the iDEAL/Bancontact label vertically with the logo */
.payment-methods .method-head,
.form-card .row .col-md-2:first-child {
    display: flex !important;
    align-items: center !important;
    gap: 8px; /* space between logo and label */
}

.payment-methods .method-head img,
.form-card .row .col-md-2:first-child img {
    display: block; /* avoid baseline weirdness */
}

.payment-methods .method-head strong,
.payment-methods .method-head span,
.form-card .row .col-md-2:first-child span {
    line-height: 1; /* keeps the text vertically centered */
    display: inline-block;
}

.betalingscel {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.fa-badge {
    display: inline-block;
    min-width: 1.2em;
    padding: 1px 3px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    background: #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ================================
   Dispute form (create-dispute.phtml)
   ================================ */

/* Layout */
#create-dispute {
    max-width: 680px;
    text-align: left; /* keep labels/inputs left-aligned inside a centered article */
    margin: 10px auto 0;
}

#create-dispute .form__row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 12px 16px;
    align-items: start;
    margin: 14px 0;
}

/* Labels */
#create-dispute label {
    font-weight: bold;
    color: #4c362e;
    padding-top: 8px;
    line-height: 1.2;
}

/* Inputs */
#create-dispute input[type="text"],
#create-dispute textarea,
#create-dispute select,
#disputereplyform textarea {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    padding: 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: #fff;
    color: #000;
    box-sizing: border-box;
}

#create-dispute textarea, #disputereplyform textarea {
    min-height: 120px; /* if you switch details to a textarea */
    resize: vertical;
}

/* Theme-consistent focus (matches existing focus color) */
#create-dispute input[type="text"]:focus,
#create-dispute textarea:focus,
#create-dispute select:focus,
#create-dispute input[type="file"]:focus {
    border-color: #ffb400;
    box-shadow: 0 0 5px #ffb400;
    outline: none;
}

/* File input */
#create-dispute input[type="file"] {
    padding: 6px;
    border: 1px dashed #b3b3b3;
    border-radius: 3px;
    background: #fff;
}

/* Style the native file button to match your buttons */
#create-dispute input[type="file"]::file-selector-button {
    background: #ffb400;
    border: 1px solid #d39500;
    border-radius: 3px;
    padding: 6px 10px;
    margin-right: 10px;
    font: inherit;
    cursor: pointer;
    box-shadow: 0 1px 0 #674900, inset 0 1px 3px #ffd97d;
    color: black;
}

#create-dispute input[type="file"]::-webkit-file-upload-button {
    /* Safari/old Chromium */
    background: #ffb400;
    border: 1px solid #d39500;
    border-radius: 3px;
    padding: 6px 10px;
    margin-right: 10px;
    font: inherit;
    cursor: pointer;
    box-shadow: 0 1px 0 #674900, inset 0 1px 3px #ffd97d;
    color: black;
}

/* Help text under inputs */
#create-dispute .help {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #666;
}

/* Errors (wraps Laminas formElementErrors output) */
#create-dispute .form__error {
    grid-column: 2 / -1;
    margin-top: 4px;
    padding: 6px 8px;
    border-left: 3px solid #a10000;
    background: #ffdfe4;
    color: #2c0000;
    border-radius: 2px;
}

/* Remove bullets from default errors list (Laminas) */
#create-dispute .form__error ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#create-dispute .form__error li + li {
    margin-top: 2px;
}

/* Submit button: reuse .button-betaal but align nicely with grid */
#create-dispute input[type="submit"],
#create-dispute .button-betaal {
    justify-self: start;
    padding: 8px 14px;
}

/* Responsive: stack label above field on small screens */
@media (max-width: 768px) {
    #create-dispute .form__row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #create-dispute .form__error {
        grid-column: 1 / -1;
    }
}

/* Optional: subtle required indicator on labels when fields are required */
#create-dispute [required] ~ .form__error,
#create-dispute [required] {
    /* no-op, hook available if you want */
}

#create-dispute label[for="dispute_type"]::after,
#create-dispute label[for="details"]::after {
    content: " *";
    color: #a10000;
    font-weight: normal;
}

/* ===================================================================
   NEW STYLES FOR DISPUTE NOTICE (ADD THIS TO YOUR STYLESHEET)
   =================================================================== */

/* Main container for the dispute notice */
.dispute-notice {
    background-color: #fdf5f5; /* A very subtle, warm reddish background */
    border: 1px solid #e6b3b3; /* A soft, matching border color */
    border-left: 5px solid #c0392b; /* A strong, sophisticated crimson accent */
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0;
    color: #444; /* Darker text for better readability */
}

/* Main heading of the notice */
.dispute-notice h3 {
    margin-top: 0;
    color: #c0392b; /* Match the accent border color */
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

/* Add a warning icon before the H3 for visual emphasis */
.dispute-notice h3::before {
    content: '⚠️';
    margin-right: 10px;
    font-size: 1.2em;
    line-height: 1;
}

/* Improve paragraph spacing and emphasis */
.dispute-notice p {
    margin-bottom: 16px;
    line-height: 1.6;
}

.dispute-notice strong {
    color: #333; /* Make strong text black for emphasis, not red */
}

/* Remove the extra background and border from the inner table */
.dispute-notice .boekenadvertenties {
    background-color: #fff;
    border: 1px solid #e6b3b3; /* Match the soft border */
}

/* Sub-headings for images and the reply form */
.dispute-notice h4 {
    margin-top: 24px;
    margin-bottom: 12px;
    color: #4c362e; /* Use the site's standard heading color */
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

/* Container for the uploaded evidence images */
.dispute-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* Style for each image link */
.dispute-images a {
    display: inline-block;
    width: 120px;
    height: 120px; /* Use fixed height for consistency */
    border: 1px solid #ddd; /* Neutral border */
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.dispute-images a:hover {
    border-color: #c0392b; /* Highlight with accent color on hover */
    transform: scale(1.05);
}

.dispute-images img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Use 'cover' for a cleaner gallery look */
    display: block;
}

/* Wrapper for the dispute reply form */
.dispute-reply-form {
    padding: 0;
    margin-top: 10px;
    background-color: transparent; /* Remove the old pink background */
    border: none; /* Remove the old dashed border */
}

.content .main article h4 {
    color: #4c362e; /* Zelfde kleur als h2/h3 voor consistentie */
    font-size: 20px; /* Iets kleiner dan h3 (24px) */
    font-weight: bold;
    margin-top: 24px; /* Ruimte boven de kop */
    margin-bottom: 12px; /* Ruimte onder de kop */
    padding-bottom: 8px; /* Ruimte tussen tekst en de lijn */
    border-bottom: 1px solid #eee; /* Subtiele scheidingslijn, net als bij de dispute notice */
    line-height: 1.3; /* Goede leesbaarheid */
}

/* --- STYLING VOOR PAYNL INSTELLINGEN FORMULIEREN --- */

/* Stijl voor de select dropdown (Payout Day)
   Gebaseerd op de stijl van #change_data input */
#payoutoptions select {
    outline: none;
    width: 210px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 8px;
    margin: 0 0 3px 0;
    border: 1px solid #CCC;
}

/* Zorg dat de focus-stijl ook werkt op de select
   (Deze had je al, maar dubbelchecken kan geen kwaad) */
#payoutoptions select:focus {
    border-color: #ffb400;
    box-shadow: 0 0 5px #ffb400;
    color: #000;
}

#payoutoptions label {
    display: flex; /* <-- MAAK VAN HET LABEL EEN FLEX-CONTAINER */
    align-items: center; /* <-- CENTEER DE RADIO-KNOP EN TEKST VERTICAAL */
    padding: 4px 0;
    font-weight: normal;
    color: #7d7d7d;
    width: auto;
    height: auto;
    background: none;
    float: none;
    padding-left: 0;
    margin: 0;
    text-shadow: none;
    position: static;
    z-index: auto;
}

#payoutoptions input[type="radio"] {
    margin-right: 8px;
    /* vertical-align is niet meer nodig */

    /* Reset de foute breedte van Stap 1 specifiek voor radio's */
    width: auto;
    padding: 0;

    /* Voorkom dat de knop krimpt */
    flex-shrink: 0;
}

/* Styling voor de 'Selecteer een dag' legenda */
#payoutoptions #payoutDay fieldset {
    border: none; /* Haal de standaard rand van de fieldset weg */
    padding: 0;
    margin: 0;
}

#payoutoptions #payoutDay fieldset legend {
    font-weight: bold;
    font-size: 1em; /* Maak het niet te groot */
    color: #4c362e; /* Zelfde kleur als h4 */
    margin-bottom: 5px;
    padding: 0;
}