/**
 * Copyright (c) Studio Takken
 * No, you can't just use what's made by me.
 * Mail me, maybe we can work it out:
 * martin@studiotakken.nl
 */


/* 
    Created on : 14-dec-2017, 10:40:39
    Author     : martin
*/

@CHARSET "UTF-8";
.zonpage a,
.coop a {
    color: #FF6C00;
    text-decoration: underline;
    line-height: 20px;
}

.home .logo-wrapper,
.gebruikerspagina .logo-wrapper {
    padding: 40px 0 45px 0 !important;
}

.Projecten .child {
    text-align: left;
}

.zonpage {
    padding: 10px 0px;
}

.zonpage,
td,
th {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    color: #020202;
    font-size: 0.95em;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

td,
th {
    font-size: 0.9em;
}

.zonpage th {
    font-weight: 700;
}

.usermenuitem {
    color: #fff;
    background-color: #ECE801;
    text-align: center;
    border: none;
    border-radius: 3px;
    display: inline-block;
    padding: 2px 6px;
    text-transform: none;
    margin: 2px 0px;
    /* border:solid 1px #aaa; */
}

.usermenuitem.active {
    background-color: #eeaa00;
}

.usermenuitem a {
    color: #333;
    font-size: 0.8em;
    line-height: 27px;
}

.usermenuitem.active a {
    color: #000 !important;
}

#wpmem_login .link-text {
    width: 100% !important;
}

#wpmem_login input,
#wpmem_login textarea,
#wpmem_login select,
#wpmem_reg input,
#wpmem_reg textarea,
#wpmem_reg select {
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
    border: 1;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    float: none;
    display: inline;
    margin: 0px;
    background: 0;
}

#wpmem_login input[type=button],
#wpmem_login input[type=submit],
#wpmem_login input[type=reset],
#wpmem_reg input[type=button],
#wpmem_reg input[type=submit],
#wpmem_reg input[type=reset] {
    background-color: #EBE800;
    border: 1px solid #c3c3c3;
    padding: 6px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    color: #333;
    border-radius: 5px;
}

#wpmem_login .link-text a,
#wpmem_reg .link-text a {
    background-color: #EBE800;
    border: 1px solid #c3c3c3;
    color: white;
    padding: 3px 16px;
    color: #333;
    border-radius: 5px;
    white-space: pre;
    font-size: 0.9em;
}

.zon_form input,
.zon_form textarea,
.zon_form select {
    border: 1px solid #aaa !important;
}

.zon_form {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.zon_form input,
.zon_form textarea,
.zon_form select {
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
    border: 1px solid #ccc;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    float: none;
    margin: 0px;
    -webkit-appearance: normal;
    margin: 3px 3px 3px 0px;
    border: 1px solid #aaa;
    padding: 5px;
    max-width: 96%;
}

.zon-form-control-uppercase {
    text-transform: uppercase;
}

#zon_postcode_check {
    border: 1px solid rgb(235, 232, 0);
    margin: 10px;
    margin-bottom: 40px;
    color: #333;
    background-color: #fff;
    padding: 41px;
    border-radius: 10px;
}

#zon_postcode_check input {
    width: 100%;
    max-width: 200px;
}

#zon_postcode_check input[type="text"] {
    background-color: #fff;
}

.zon_achievements {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}

.zon_achievements {
    line-height: 1.6em;
}

.zon_achievements .productie {
    font-size: 0.8em;
}

.coopprojects {
    background-color: #fff;
    border: 1px solid #eee;
}

.zon_achievements p {
    text-align: center;
}

.zon_form input[type="button"],
.zon_form input[type="submit"],
.zon_form input[type="reset"] {
    background-color: #ebe800;
    border: medium none;
    color: #333;
    cursor: pointer;
    margin: 4px 2px;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1em;
}

.zon_form .button_div {
    height: 45px;
    padding: 6px 0;
    text-align: left;
}

.pulldowns_div {
    /* float:left; */
    margin-top: 12px;
}

.form-melding {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    background-color: #FBFD00;
    padding: 15px;
    width: auto;
    margin: 15px;
    border-radius: 15px;
}

.buttons,
.buttonclean {
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    background-color: #ebe800;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 5px 10px;
    color: #333;
    -webkit-transition: padding 0.2s;
    /* Safari */
    transition: padding 0.2s;
    font-weight: 500;
    display: inline-block;
}

.creditnota .buttons {
    background-color: #eb3700;
    color: #fff;
}

.buttons::after {
    content: " >>";
}

.buttons:hover {
    background-color: #ffff00;
    transition: background-color 0.2s;
    /*
    padding:5px 15px;  
    -webkit-transition: padding 0.2s; 
    transition: padding 0.2s;    
    */
}

.hide {
    display: none;
}

.clearer {
    clear: both;
}

.alignright {
    text-align: right;
}

.formuliermelding {
    background-color: #ebe800;
    padding: 5px 15px;
}

.formuliermelding a {
    text-decoration: underline;
    color: #f00;
}

.sterretje {
    color: #FF0300;
    font-size: 1.3em;
    font-weight: bold;
}

.numberpulldown {
    font-family: Arial, Helvetica, sans-serif !important;
    border: solid 1px #333;
    background-color: #ebe800;
    padding: 2px;
    font-size: 1.2em;
    width: 56px;
}

.bevestigen {
    border: solid 1px #333;
    background-color: #ebe800;
    padding: 3px 33px;
    font-size: 1.5em;
}

.only_admin {
    color: #eee;
}

#wpmem_msg,
.wpmem_msg {
    background: #F9F9F9;
    border: 1px solid lightGrey;
    border-radius: 3px;
    padding: 20px !important;
}

.formdiv,
.addressdiv,
.inschrijvingdiv {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 80px;
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #cccccc;
}

.addressdiv,
.inschrijvingdiv {
    margin-bottom: 20px;
}

.addressdiv .adres {
    padding: 0px 0px 17px;
}

.date_stop_set {
    background: #FADCDC none repeat scroll 0 0;
}

.date_stop_history {
    color: #c1c1c1;
}

.greyed {
    opacity: 0.3;
}

.greytext {
    color: #ddd;
}

.in-block {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #cccccc;
}

.download_link {
    background-color: #EBE800;
    padding: 7px 7px;
    text-decoration: none;
    color: #333;
    border-radius: 10px;
}

a.download_link {
    color: #333;
    text-decoration: none;
}

.download_link_div {
    margin-top: 10px;
}

.doc_block {
    /*
   max-width:500px;
   */
    line-height: 25px;
    font-size: 14px;
}

.doc_block_link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.voorwaardenblock {

    border: solid 2px #F6F29E;
    border-radius: 16px;
    padding: 10px 10px;
    background-color: #FDFFE7;
}

.voorwaardeninleiding {
    font-weight: bold;
    padding: 10px;
    line-height: 25px;
}

.doc_description {
    position: relative;
    margin-bottom: 10px;
    border: solid 2px #F6F29E;
    border-radius: 16px;
    padding: 10px 10px;
    background-color: #fff;
    height: 100%;
}

.doc_description .title {
    font-weight: bold;
    font-size: 1em;
}

.doc_icon {
    position: absolute;
    top: -6px;
    right: 8px;
    width: 23px;
}

.actionrequired {
    font-size: 1.2em;
    font-weight: 700;
}

.formslim {
    margin-bottom: 20px;
    margin: 20px 0px;
    padding: 0px;
    border: solid 0px #ddd;
}

.zon-table td {
    vertical-align: top;
}

.wr-page-default img {
    max-width: 100%;
    height: auto;
}

.grootbedrag {
    font-size: 2em;
    font-weight: 700;
}

.periode {
    font-weight: 700;
}

#openclose {
    max-height: 0;
    min-height: 70px;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
    margin-bottom: 400px;
}

#openclose:hover {
    max-height: 900px;
    transition: max-height 0.25s ease-in;
    z-index: 100;
}

.wantedline {
    background-color: #EBE800 !important;
}


/*#userfrontmenu a {
    border: solid 0px #333;
    padding:2px;
    font-size: 15px;
}*/

#userfrontmenu {
    font-family: Arial, Helvetica, sans-serif;
}

#userfrontmenu a:hover {
    color: #444;
}

#wpmem_login .link-text {
    width: 100%;
}

.menu-item-1280 a {
    /* padding:4px  !important; */
    background-color: #EBE300 !important;
    color: #333 !important;
    border-radius: 3px;
}

#profileform {
    /* margin:10px auto; */
    max-width: 1000px;
    line-height: 1.5em;
}

#wpreg {
    margin: 10px auto;
    width: 400px;
    line-height: 1.5em;
}

#wpmem_reg,
#wpmem_reg .button_div,
#wpmem_login .button_div,
#wpmem_reg .captcha {
    /* width:100% !important; */
}

#wpmem_reg .button_div,
#wpmem_login .button_div,
#wpmem_reg .captcha {
    width: 100% !important;
}

#wpmem_reg {
    margin: 0px;
    width: 400px;
    line-height: 1.5em;
}

#wpreg #tekenbevoegd,
#wpreg label[for=tekenbevoegd] {
    display: none;
}

#wpreg #bedrijfsnaam,
#wpreg label[for=bedrijfsnaam] {
    display: none;
}

#wpreg #sex,
#wpreg label[for=sex] {
    display: none;
}

#wpreg #initials,
#wpreg label[for=initials] {
    display: none;
}

#wpreg #addr1,
#wpreg label[for=addr1],
#wpreg #city,
#wpreg label[for=city],
#wpreg #phone1,
#wpreg label[for=phone1],
#wpreg #telefoonnummer_mobiel,
#wpreg label[for=telefoonnummer_mobiel],
#wpreg #nieuwsbrief,
#wpreg label[for=nieuwsbrief],
#wpreg #iban,
#wpreg label[for=iban],
#wpreg #EAN,
#wpreg label[for=EAN],
#wpreg #automagicurl,
#wpreg label[for=automagicurl] {
    display: none;
}

#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_select,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_radio,
#wpmem_reg .div_image,
#wpmem_reg .div_file,
#wpmem_reg .div_url,
#wpmem_reg .div_number,
#wpmem_reg .div_date {
    width: 100% !important;
    margin: 0 0 14px 0;
}

#wpmem_reg .div_checkbox {
    float: left;
    margin-right: 10px;
    width: 10px !important;
}

#wpmem_reg #tekenbevoegd,
#wpmem_reg label[for=tekenbevoegd] {
    display: none;
}

#wpmem_reg #bedrijfsnaam,
#wpmem_reg label[for=bedrijfsnaam] {
    display: none;
}

#wpreg #initials,
#wpreg label[for=initials] {
    display: none;
}

#wpmem_reg #addr1,
#wpmem_reg label[for=addr1],
#wpmem_reg #city,
#wpmem_reg label[for=city],
.logged-in #wpmem_reg #huisnummer,
.logged-in #wpmem_reg label[for=huisnummer],
.logged-in #wpmem_reg #zip,
.logged-in #wpmem_reg label[for=zip],
.logged-in #wpmem_reg #toevoeging,
.logged-in #wpmem_reg label[for=toevoeging],
#wpmem_reg #EAN,
#wpmem_reg label[for=EAN],
#wpmem_reg #automagicurl,
#wpmem_reg label[for=automagicurl] {
    display: none;
}

.zon_radio_inline {
    display: inline;
}

label a {
    color: #d56e04;
    font-size: 16px;
}

a.fromtop {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

#options {
    max-height: 55px;
}

input:required {
    box-shadow: 1px 1px 1px rgba(20, 0, 0, 0.85);
}


/*input:placeholder-shown {
    border: 5px solid red;
}*/

#wpmem_reg .wanted,
.wanted {
    background-color: #EBE800 !important;
    padding: 10px;
}

#wpreg #wpmem_reg .wanted {
    background-color: #ffffff !important;
    padding: 0px;
}

.wanted {
    width: auto;
}

.wanted input {
    width: auto;
    background-color: #ffffff !important;
}

.warndiv {
    margin: 20px 10px 10px 0px;
}

.alarmdiv {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #f00;
}

.warnbut,
.big-klik a {
    color: #333;
    font-size: 0.8em;
    padding: 8px 15px;
    background: #EBE800;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #707070;
    font-weight: 700;
}

.big-klik a {
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
}

.lichtgeel {
    background: #FFFBBE;
}

.warn_1 .warnbut {
    background: #FF6C00;
    color: #fff;
}

.warn_2 .warnbut {
    background: #FFA700;
}

.warn_3 .warnbut {
    background: #FFFD48;
}

.warn_4 .warnbut {
    background: #FFFE9B;
}

.warn_5 .warnbut {
    background: #FFFFF2;
}

.warn_2 a.warnbut {
    color: #333;
}

div .warn {
    max-width: 100%;
    padding: 10px;
    background: #FF6C00;
    /* font-weight:700; */
    color: #000;
    margin: 10px;
    border-radius: 5px;
}

div .warn a {
    color: #fff;
}

.warnbut a {
    width: 100%;
    height: 100%;
}

div .warn_yellow_line {
    max-width: 100%;
    padding: 2px;
    background: #EBFD02;
    color: #000;
    margin: 2px 0px;
    border-radius: 5px;
}

div .fail {
    background: rgb(255, 0, 0);
}

div .success {
    background: #EBFD02;
}

.div_text {
    width: 100% !important;
}

div.zipfield {
    width: 150px;
    float: left;
    margin-right: 1%;
    min-width: 150px;
}

#wpreg div.zipfield {
    width: 100%;
}

div.cityfield {
    max-width: 540px;
    float: right;
}

#wpreg div.cityfield {
    width: 100%;
}

div.straatnaamfield {
    max-width: 485px;
    float: left;
    margin-right: 1%;
}

#wpreg div.straatnaamfield {
    width: 100%;
}

div.huisnummerfield {
    width: 100px;
    float: left;
    margin-right: 1%;
}

#wpreg div.huisnummerfield {
    width: 100%;
}

div.toevoegingfield {
    width: 100px;
    float: left;
}

.select {
    background: rgba(0, 0, 0, 0) url("../images/icons/bg-select.png") no-repeat scroll center center / 0px 0px !important;
}

#selectproject,
#selectcoop {
    /*  background-image: url('../assets/img/15xvbd5.png'), -webkit-linear-gradient(#F7F680, #EBE300 40%, #EBE300);  */
    padding: 7px 460px 7px 14px;
    height: 34px;
    line-height: 17px;
}

.wr-page-default div {
    max-width: 100% !important;
}

select.soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    /*   background-image: url('../assets/img/15xvbd5.png'), -webkit-linear-gradient(#F7F680, #F7F680 40%, #F7F680); */
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    margin: 10px 0px;
    overflow: hidden;
    padding: 7px 460px 7px 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #F7F680;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 34px;
    line-height: 17px;
}

#zon_inschrijven {
    margin: 0px;
}

.wpmem_msg {
    margin: 30px;
    background: #EBE300 !important;
}

.wpmem_msg p {
    font-size: 18px;
    text-align: center;
}

#profileform {
    clear: both;
    float: none;
}

#profileform li {
    padding: 4px !important;
    background-color: #EBE300 !important;
    color: #333 !important;
    border-radius: 3px;
    width: 200px;
    margin: 20px;
    list-style-type: none;
    text-align: center;
}

#profileform ul {
    clear: both;
}

div.direct-aanmelden {
    display: none;
}

.projecten div.direct-aanmelden {
    display: block;
    color: #fff;
    background-color: #EBE300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 46px;
    padding: 0px 20px;
    right: 10px;
    font-size: 16px;
    height: 33px;
}

#map H3 {
    padding-bottom: 0px;
}

#map .gm-style-iw {
    color: #333;
}

#map a {
    color: #be0005;
}

.projecten div.direct-aanmelden a {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 33px;
    width: 100%;
    padding: 20px;
    letter-spacing: normal !important;
    text-transform: none !important;
    color: #000 !important;
    font-weight: normal !important;
}

.gebruikerspagina .tile-heading {
    /* display:none; */
}

.gebruikerspagina ol {
    list-style: decimal;
    line-height: 1.7;
    padding: 0px 0px 13px 19px;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

#zonopnederlandvoorwaardenform {
    margin: 30px 0px;
}

.bottom-link {
    padding: 4px !important;
    background-color: #EBE300 !important;
    color: #333 !important;
    border-radius: 3px !important;
}

a p.small {
    color: #58575B;
    border-top: 0px;
    display: inline-block;
    padding-top: 0px;
    margin-top: 19px;
    padding-bottom: 0;
    font-size: 14px;
}

.smaller {
    font-size: 0.8em;
}

.zon_form input[type=submit].klein {
    font-size: 0.7em;
    text-align: center;
    background-color: #ddd;
}

.devdiv {
    position: relative;
    z-index: 100000;
    background-color: #eee;
}

.overstap_div {
    background-color: #ffca00;
    padding: 50px;
    margin: 50px;
    text-align: center;
    border-radius: 10px !important;
}

.overstap_div_bescheiden {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border-radius: 10px !important;
}

.addressdiv {
    position: relative;
}

.addresseditform {
    position: relative;
    display: none;
}

.opendiv {
    display: block;
}

.overstappen_form {
    display: none;
}

.date_stop_set {
    color: #ccc;
}

.date_stop_set .supplierdiv {
    /* display:none; */
}

.edit_address_but {
    position: absolute;
    top: -10px;
    right: -10px;
}

.edit_address_but:hover {
    cursor: pointer;
}

.field_row {
    width: 100%;
    clear: both;
    height: 49px;
}

.field_left {
    width: 35%;
    float: left;
    text-align: right;
    padding: 13px 5px;
    color: #666;
}

.field_right {
    width: 60%;
    float: left;
    text-align: left;
    margin: 5px;
    vertical-align: middle;
}

.editable_text,
.ne_text {
    width: 90%;
    min-height: 26px;
    background-color: #edf69e;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
}

.ne_text {
    background-color: #efefef;
    cursor: auto;
}

.zakelijk {
    background-color: #d7f7ff;
    padding: 10px;
    margin: 10px;
    clear: both;
    border-radius: 10px;
}

.dontshow {
    display: none;
}

.editable_text .value,
.ne_text .value {
    background-color: #edf69e;
    border-bottom: 1px red dashed;
}

.messages {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    background-color: #ffff00;
    padding: 10px;
    font-size: 20px;
}

.addreseditform_fields {
    margin-bottom: 60px;
}

.text_editor {
    background-color: #fff;
    margin-top: 0px;
    margin-left: 2px;
    padding: 8px;
    font-size: 17px;
    width: 80%;
}

#verhuisdiv {
    margin: 20px auto;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 80px;
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #cccccc;
}

.hidden_pulldown {
    display: none;
}

.updatemessage {
    margin: 5px;
    display: block;
}

.update_bah {
    padding: 4px;
    background-color: #FF5342;
    font-size: 12px;
}

.update_hoera {
    padding: 4px;
    background-color: #FFF435;
}


/*#footer {
    width: 100%;
    height : 60px;
    background-color:grey;
    display: inline-block;
}*/

.ok_but {
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    background-color: #ebe800;
    border-radius: 5px;
    border: 0px;
    padding: 5px;
    width: 30px;
    float: right;
    text-align: center;
}

.cancel_but {
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    background-color: #f00;
    border-radius: 5px;
    border: 0px;
    padding: 5px;
    width: 30px;
    float: right;
    text-align: center;
}

.valueform {

    border: 1px solid #999;
    padding: 22px;
}

.flexcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
    clear: both;
}

.wp-admin .flexcontainer {
    /* display:unset;   */
}


.project-block,
.certificate_card {
    
    padding: 19px;
    border-radius: 8px;
    border: solid #707070 1px;
    margin: 20px 0px;
    flex: 1 1 31%;
    margin: 10px;
}

.coop-block {  
    border-radius: 8px;
    margin: 20px 0px;
    flex: 1 1 31%;
}

div .certificate_card {
    text-align: center;
    background-color: #eee;
    color: #333;
    border: #ccc 9px;
    border-radius: 0px;
    max-width: 400px !important;
    border-style: double;
}

div .certificate_ended,
div .certificate_ended p {
    background-color: #ccc;
    color: #999;
}

.certificate_details {
    text-align: center;
}

.certificate_details p {
    text-align: center;
}

div .sell_form {
    padding: 5px;
    background-color: #fff;
    text-align: left;
    border: #333 dashed 1px;
}

.noflex {
    flex: 1 1 100%;
}

.bigflex {
    flex: 1 1 60%;
}

.smallflex {
    flex: 1 1 19%;
}

.smallflex_1 {
    flex: 1 1 10%;
}

.smallflex_2 {
    flex: 1 1 20%;
}

.smallflex_3 {
    flex: 1 1 30%;
}

.infoblock {
    text-align: center;
    background-color: #FFFE9B;
    color: #333;
    border: 0px;
}

.infoblock .value {
    font-size: 2em;
    font-weigth: 700;
}

.blockhead {
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 20px;
}

.coophead {
    font-size: 1.7em;
    line-height: 1em;
    font-weight: 700;
    margin: 20px 0px;
}

.coop-membership-zon,
.coop-docs {
    width: 100%;
}

.coop-geen-akkoord {
    background-color: #ffca00;
    padding: 20px;
    margin: 10px 0px;
    border-radius: 20px !important;
}

.doc_block {
    width: calc(100% - 10px);
    /* float: left;
     margin: 0 1%;  */
    margin: 5px;
}

.voorwaardenblock .doc_block {
    width: 100%;
}


/* DivTable.com */

.divTable {
    display: table;
    width: 100%;
}

.divTableHeader {
    font-weight: bold;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    border: 1px solid #fff;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.waitbut {
    height: 45px;
    padding: 0px 300px;
    background-image: url('../assets/img/7plQ.gif');
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 27%;
    clear: both;
}

.participateblock {
    margin: 3px;
}

.bevestigings_formulier {
    background-color: #e9ff43a6;
    padding: 25px;
    margin: 25px;
    border-radius: 10px !important;
}

.tab {
    margin-top: 20px;
}

.tablinks {
    padding: 10px;
}

.project_front {
    margin-top: 20px;
}

.zon_achievements_chart {
    width: 100%;
}

.tablinks {
    position: relative;
    border: 1px solid #666;
    padding: 5px 10px;
    border-bottom-width: 0px;
    float: left;
    margin: 0px 5px;
    cursor: pointer;
    background-color: #eee;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tab_reqs {
    /* width:80%; */
    height: 28px;
    padding: 2px 10px;
}

.tablinks.active {
    background-color: #fff;
    margin-top: 1px;
    margin-bottom: -1px;
}

.tabscontainer,
.tabscontainer_reqs {
    clear: both;
    border: 1px solid #666;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
}

.background_color_1 {
    background: #FF6C00;
    color: #fff;
}

.background_color_2 {
    background: #FFA700;
}

.background_color_3 {
    background: #FFFD48;
}

.background_color_4 {
    background: #FFFE9B;
}

.background_color_5 {
    background: #FFFFF2;
}

.yearheader,
.sharenumber {
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    margin: 20px;
    margin-top: 40px;
    color: #FF6C00;
}

.sharenumber {
    margin-top: 20px;
}

.editzone {
    padding: 20px 20px;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.editzone input,
.editzone select {
    background-color: #fff;
    border: 1px solid #333;
}

.dropzone .dz-message {
    margin: 0px !important;
    color: #f00;
}

.dropzone {
    min-height: 10px !important;
}

.required_doc {
    padding: 8px 15px;
    background: #EBE800;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #707070;
}

.red_circle {
    position: absolute;
    top: -12px;
    right: -10px;
    display: block;
    background: red;
    border-radius: 50%;
    height: 18px;
    min-width: 18px;
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    padding: 0px 5px;
    font-size: 0.9em;
}

.zon-btn-small {
    /* height: 32.4px; */
    line-height: 32.4px;
    /* font-size: 13px; */
    /* text-decoration: none; */
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    /* letter-spacing: 0.5px; */
    border: none;
    border-radius: 6px;
    display: inline-block;
    /* height: 36px; */
    line-height: 36px;
    padding: 5px 16px;
    text-transform: none;
    margin: 2px;
}

a.zon-btn-small {
    color: #fff !important;
    text-decoration: none;
}

.buttongrey {
    background-color: #ddd !important;
}

a.buttongrey {
    color: #666 !important;
    ;
}

.green {
    background-color: #4CAF50 !important;
}

.green.darken-4 {
    background-color: #f00 !important;
}

.dropzone.dz-clickable a {
    cursor: pointer;
}

.req_pulldown {
    background-color: #fff;
}

.disabled {
    background-color: #ccc;
}

.PlanningTableHeader .divTableCell {
    width: 200px;
}

.PlanningTableHeader .divTableCell.title {
    width: 600px;
}

.PlanningTable.planning-item,
.PlanningTable.packagedetails {
    border: 1px solid #333;
    margin: 20px 0px;
    padding: 20px;
}

.notities-voorgang {
    background-color: #F6F29E;
    padding: 5px;
    font-size: 0.8em;
}

.divTable .item-section {
    border: 1px solid #eee;
    margin: 20px 10px;
    padding: 20px;
}

.zon_achievements_header_blok {
    max-width: 400px;
    margin: 10px auto;
}

.w40p {
    width: 40%;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

@media only screen and (max-width: 980px) {
    .field_left {
        width: 100%;
        float: left;
        text-align: left;
        height: auto;
        padding: 5px;
        padding-top: 15px;
        color: #666;
    }
    .field_right {
        width: 100%;
        float: left;
        text-align: left;
        margin: 5px;
    }
    .valueform {
        width: 100%;
        float: left;
        margin-bottom: 1%;
    }
    .coop-block,
    .doc_block {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .divTableCell,
    .divTableHead {
        display: block;
    }
    .overstap_div {
        margin: 0px;
        padding: 30px 10px;
    }
}

@media only screen and (max-width: 414px) {
    .wr-multi-page h1 {
        font-size: 34px;
    }
    h3 {
        font-size: 16px;
    }
    .projectoverzichtlist .project,
    .coopoverzichtlist .coop,
    .overzichtlist .l-item {
        width: 100%;
    }
    .zonpage th {
        display: none;
    }
    .zon-table td {
        float: left;
        width: 100%;
    }
    #wpmem_reg .form {
        width: 100% !important;
    }
    #wpmem_reg .form fieldset {
        width: 100% !important;
    }
    .zon_form {
        padding: 2px;
    }
    .formdiv,
    .addressdiv,
    .inschrijvingdiv {
        border-radius: 4px;
        padding: 8px;
    }
}