/* pagelay-out */
#hd {
    height:61px;
}
.logo img {
    max-height: 61px;
    width:auto;
}
.toc.first .widget:first-child {
    margin-top: -5px;
    padding-top: 25px;
}


/* pagelay-out fix */

/*#edit-page-content p a{
    background: #72b030;
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    line-height: 20px;
    padding: .5em 1.5em;

}*/
#page-content a{
    background: #72b030;
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    line-height: 20px;
    padding: .5em 1.5em;

}
#page-content td {
    padding: 1em;
    border: 1px solid #000;

}
.table{
    border: 0px solid #000;
    padding: .0em;
}
#edit-page-content td {
    padding: 1em;
    border: 1px solid #000;

}
.roundedcorner{
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border: 1px solid #B5B5B5;
    background-color: #F4F4F4;
    padding: 6px;
}
.roundedcornerad{
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border: 1px solid #B5B5B5;
    background-color: #FFFFFF;
    padding: 6px;
}
.pure-button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);    
    font-weight:bold;
    line-height: 20px;
    padding-right: 40px;    
    
}


a.pure-button-secondary{

    color:white;
}
a.pure-button-secondary:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration:none;
}
a.pure-button-secondary:active {
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.frontpagead{
    padding:0.2em;    
    margin: 0.2em;
    margin-left: 0.5em;
    margin-top: -3px;
    margin-bottom: -3px;  


    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border: 1px solid #B5B5B5;
    /*background-color: #F4F4F4;    */


}
/* end of pagelay-out fix */



td.sponsor { 
    background-color:#FFF; 
    /*border:1px solid #ccc;      */
    border-bottom: 0px solid #ccc;
    padding:0px;
    margin-top: -2px;

}
.sponsor{
    text-align: right;
    font-size: 70%;
    color: #aaa;
    margin-top:-15px;
    margin-bottom:1px;
}
.cta-gray {
    border: solid 1px #00922d;
    background: #CCCCCC;
    background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#ccc));
    background: -moz-linear-gradient(top, #ccc, #ccc);
    background: -ms-linear-gradient(top, #ccc, #ccc);
    background: -o-linear-gradient(top, #ccc, #ccc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#cccccc');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#cccccc')";
}
.cta-gray:before {
    border: solid 1px #78e695;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-gray:hover {
    color: #fff;
    border: solid 1px #006e22;
    background: #CCCCCC;
    background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#ccc));
    background: -moz-linear-gradient(top, #ccc, #ccc);
    background: -ms-linear-gradient(top, #ccc, #ccc);
    background: -o-linear-gradient(top, #ccc, #ccc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#cccccc');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#cccccc')";
}
.cta-gray:active {
    color: #fff;
    border: solid 1px #006e22;
    background: #CCCCCC;
    background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#ccc));
    background: -moz-linear-gradient(top, #ccc, #ccc);
    background: -ms-linear-gradient(top, #ccc, #ccc);
    background: -o-linear-gradient(top, #ccc, #ccc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#cccccc');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#cccccc')";
}

.wom_table tbody tr.categoryHeader td a {
    background-color: #FFFFFF;
    display: block;
    line-height: 18px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-left: 1px;
    padding-right: 0;
    padding-top: 3px;
}

a.white{
    color:white;
}
.edit{

    line-height: 120%;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    color: #000;
    text-align: center;

    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    left: 0;
    top: 230px;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    text-align: center;
    width: 120px;
    font-size: 12px;
    opacity: 1;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    z-index: 100;


}
#box_cookiepolicy.boxes p {
    font-size: 95%;
    line-height: 140%;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    color: #FFFFFF;
    text-align: center;

    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.55);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    text-align: center;
    width: 100%;


}
#cookiepolicy-accept-cookies {
    background-color: #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    opacity: 1;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}



.frontpagead{
    padding:1.2em;    
    margin: 1.2em;
    margin-top: -3px;
    margin-bottom: -3px;    
}

div.topsubmenu{
    float: right;
    margin-right: 15px;
    color: #666666;
    width: 92px;
    margin-top: 20px;    
    color:gray;
    text-decoration: none;
    font-size: 10pt;
}

div.ad{
    float: right;
    margin-right: 40px;
    color: #666666;    
    margin-top: 0px;    
    color:gray;
    text-decoration: none;
    font-size: 10pt; 
}
#explresults {
    margin-top:15px;
    display:block;
        width:100%;
}



#select-buttons-bv{
    width:99%;
    float:left;
    min-height:20px;
    background:#efefef;
    border:1px #ccc solid;
    margin:20px 1% 5px 0;
}
#select-buttons-infoline {
    width:99%;
    float:left;
    margin:0 1% 10px 0;
    font-size:1em;
}
#select-buttons-bv #leftselect {
    float:left;
    width:39%;
    background:#d0d0d0;
   
    padding:0 2% 10px 2%;

}
#select-buttons-bv #mid-select-seperator { 
    background: url(../images/elementen/background-menu-select-buttons.png) no-repeat center right;
    height:100%;
    width:30px;
    max-width:30px;
    overflow:hidden;
    float:left;
    padding:5px 0;
    
}
#select-buttons-bv #rightselect {
    float:left;
    width:53%;
    /* Firefox */
    width: -moz-calc(53% - 30px);
    /* WebKit */
    width: -webkit-calc(53% - 30px);
    /* Opera */
    width: -o-calc(53% - 30px);
    /* Standard */
    width: calc(53% - 30px);
    padding:0 2% 5px 2%;
}
#select-buttons-bv  p {
    
     line-height:1em;
}
#select-buttons-bv  label {
    float:left;
    display:inline-block;
    max-width:80%;
    line-height: 1.1em;
}
#select-buttons-bv  .option, #select-buttons-bv  .soption{
    margin-bottom:8px;
    display:block;
    width:100%;
    float:left;
}

#select-buttons-bv  .option input, #select-buttons-bv  .soption  input{
    margin-right:8px;
    float:left;
    display:block;
    
}

#select-buttons-bv #rightselect .suboption{
    float:left;
    width:100%;
}
#select-buttons-bv #rightselect .half {
    float:left;
    width:50%;
}
#select-buttons-bv #rightselect .one {
    float:left;
    width:100%;
}

#select-buttons-bv #submit-form {
    width:100%;
    float:left;
}
#select-buttons-bv #submit-form #submitto {
    color:#fff;
    background: rgb(66, 184, 221);
      background:  url(../images/elementen/arrow-menu-small-white.png) no-repeat center right;
      font-weight:bold;
    float:right;
    border-radius:3px;
    padding:3px 20px 3px 5px;
    margin:10px 0 0px 0;
}

#add-block-news .frontpagead{
    border:none;
}
#add-block-news .roundedcornerad {
    border-radius: 0;
}
#add-block-news .pure-button.pure-button-secondary {
    width:92%;
    padding: 5px 4%;
    
}

@media only screen and (max-width: 768px) {
    #productindex{
        width:99%;
    }

}
#ad-area
{
    margin-top: 10px !important;

}
@media only screen and (max-width: 480px) {
    #productindex{
        width:99%;
    }
    #select-buttons-bv {
        font-size:1.1em;
    }
    #select-buttons-bv #leftselect,#select-buttons-bv #rightselect {
        width:96%;
    }
    #select-buttons-bv #mid-select-seperator { 
        display:block;
    background: url(../images/elementen/background-menu-select-buttons-hor.png) no-repeat bottom center ;
    height:20px !important;
    width:100%;
        min-width: 100%;
    }
    #news-block-style {
        width:100%;
    }
    #add-block-news{
        width:40%;
        float:left;
        margin-bottom:10px;
    }
}
.productlisting {
    pointer-events:none; 
}
.singleproduct,.single-product,.single-card-content{
    pointer-events:all; 
}




 @media only screen and (max-width: 480px) {
    #brokersform {
        margin: 10px 10px 20px 10px;
        background: #f3f3f3;
        padding:15px 15px 15px 15px;
    }
    #brokerscontent img {
    width: auto;
    float:left;
    margin:0 0 10px 10px;   
    }
    #brokersform label.female {
    margin-right: 30%;
    }
}

#hypo{
     float:left;
     width:96%;
    background:#3792d8 url(../images/algemeen/hypo-form-back.jpg) no-repeat center center;
    margin:-3px 0 20px 0;
    padding:15px 12px 10px 12px;
}
#hypo a#compare-button-header {
    padding: 0.5em 0.8em 0.5em 0.8em;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    margin: 2.5em 30px 30px 30px;
    display: block;
    max-width: 8em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #249ff6 url(../images/algemeen/arrow-right-white.png) no-repeat right center;
}

#hypo h2 {
    color: #fff;
    font-size: 1.5em;
    margin-top: 30px;
    line-height: 1.4em;
    padding: 0 0 0 30px;
}
#content{
    margin-bottom:15px;
}





/*new header test*/
/*
#header-container{
    line-height: 1;
    display:block;
    float:left;
    width:100%;
    
    background: -moz-linear-gradient(45deg, rgba(48,54,140,1) 0%, rgba(15,112,207,1) 100%); 
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(48,54,140,1)), color-stop(100%, rgba(15,112,207,1))); 
    background: -webkit-linear-gradient(45deg, rgba(48,54,140,1) 0%, rgba(15,112,207,1) 100%);
    background: -o-linear-gradient(45deg, rgba(48,54,140,1) 0%, rgba(15,112,207,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(48,54,140,1) 0%, rgba(15,112,207,1) 100%); 
    background: linear-gradient(45deg, rgba(48,54,140,1) 0%, rgba(15,112,207,1) 100%); 
}
.header-wrapper {
    display:block;
    max-width:960px;
    margin:0 auto;
}
#top-header{
    display:block;
    float:left;
    width:100%;
    padding:8px 0 6px 0;
}
#middle-header{
    background:#fff;
    width:100%;
    float:left;
    display:block;
    margin: 0;
    padding:10px 0 8px 0;
}
#bottom-header {
    display:block;
    float:left;
    width:100%;
}
.top-menu-left{
    float:left;
    display:block;
}
.top-menu-right{
    float:right;
    display:block;
}
.top-menu-left, .top-menu-left a, .top-menu-right, .top-menu-right a{
    color:#fff;
}
.top-menu-left span#active {
    font-weight: bold;
}
.top-menu-left span{
    margin:10px 5px;
}
#logo-area {
    float:left;
    width:30%;
}
#ad-area, #afm-area {
    float:right;
    width:70%;
    max-width:70%;
}
#afm-area img {
    float:right;
}
#bottom-header #main-menu {
    width:100%;
    float:left;
    padding:0;
    margin:0;
    overflow:hidden;
}

#bottom-header label[for="mobile-nav-trigger"] {
    display:none;
}
#bottom-header .mobile-nav-trigger {
    display:none;
} 
#bottom-header #main-menu li{
    display:inline-block;
    padding:10px 14px;
    
}
#bottom-header #main-menu li.active, #bottom-header #main-menu li:hover{
    background-color: #397df6;
}
#bottom-header #main-menu li a{
    font-size:1.1em;
    display:inline-block;
    color:#fff;
    position: relative;
    padding:2px 0 2px 0;
}
#bottom-header #main-menu li a.icon {
    padding-left:25px;
}
#bottom-header #main-menu li a img {
    position: absolute;
    max-height:16px;
    height:16px;
    width:auto;
    max-width:18px;
    top:0px;
    left:0px;
}

.header-icon{
    height:16px;
    width:auto;
    margin-left:5px;
}


#leftcol{
    margin-top:0px;
}
.bread-wrapper:before{
    background:none;
    float:right;
    max-width:720px;
    display:none;
}
.toc.first .widget:first-child{
   margin-top:0;
    padding-top:12px;
   border-top:0;
        
    
    
    
}
.toc .widget{
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
        margin-left:0px;
}
.bread-wrapper,#bread{
    margin-top:0px;
}
#tabs li{
    display:inline-block;
    float:left;
}

ul#tabs li a, ul#tabs li a:visited{
    margin:0;
    border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
border:none;
border-left:1px #323882 solid;
border-bottom:1px #323882 solid;
background:none;
color:#262b6d;
font-size:13px;
padding: 4px 6px 5px 6px;
line-height:24px;

    
}
ul#tabs li:first-child a {
    border-left:0px;
    
}
#tabs_container {
    width:100%;
    float:left;
    border:none;
    border-bottom:2px #323882 solid;
    margin-top:0;
    
    
}
#tabs{
    border:none;
    margin:0;
    float:left;
    padding-bottom:0;
    padding-top:0;
}
ul#tabs li.active a, ul#tabs li.active a:hover, ul#tabs li a:hover{
    background-color: #323882;
    border-bottom:1px #323882 solid;
    font-size:13px;
padding: 4px 6px 5px 6px;
line-height:24px;
    color:#fff;
}

@media only screen and (max-width: 468px) {
    #logo-area {
    float:left;
    width:100%;
}

#ad-area, #afm-area {
   width:100%;
}
#main-menu {
    display:none;
}
#bottom-header  label[for="mobile-nav-trigger"] {
    display: block;
    z-index: 2200;
    width: 100%;
    height: 45px;
    cursor: pointer;
    background: url(../images/elementen/mobile-menu-white.png) no-repeat left center;
}

#bottom-header .mobile-nav-trigger:checked + label {
        left: 215px;
    }

   #bottom-header  .mobile-nav-trigger:checked ~ #main-menu {
        display:block;
    }
    #main-menu li {
        width:100%;
        border-top:#CCC 1px solid;
        font-size:1.1em;
    }
    #main-menu li a {
        width:100%;
    }
}

@media only screen and (max-width: 767px) {
    #logo-area {
    float:left;
    width:100%;
}
#ad-area, #afm-area {
    float:right;
    width:100%;
    max-width:100%;
}
#middle-header{
    padding:0;
}
}
@media only screen and (max-width: 1024px) {
    #top-header{
    display:block;
    float:left;
    width:96%;
    padding:8px 1% 6px 1%;
    }
}
*/