@import url("https://use.typekit.net/kli8rjm.css");

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../assets/fonts/websymbols-regular-webfont.eot');
    src: url('../assets/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/websymbols-regular-webfont.woff') format('woff'),
         url('../assets/fonts/websymbols-regular-webfont.ttf') format('truetype'),
         url('../assets/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: Arial, Verdana, sans-serif;
}

html {
    background: url('../assets/images/html_bg.png') top left repeat-x;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
}
/*
h1 {
    color: #20448C;
    font-size: 20px;
    margin: 20px 0px 10px 0px;
}

h2 {
    color: #252525;
    font-size: 16px;  
    margin: 0px 0px 8px 0px;
}

h2.h1 {
    color: #20448C;
    font-size: 20px;
    margin: 20px 0px 10px 0px;
}
*/
#container {
    width: 980px;
    margin: 0 auto;
}

#header {
    padding-top: 2rem;
}

#content {
}

#column1of2 {
    float: left;
    width: 780px;
    margin-right: 20px;
}

#column2of2 {
    float: left;
    width: 180px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 62px;
}

#column2of2 h3 {
    color: white;
    font-size: 13px;
    background-color: #20448C;
    line-height: 30px;
    padding-left: 10px;
}

#column2of2 h4 {
    color: black;
    font-size: 13px;
    background-color: #e5e5e5;
    line-height: 30px;
    padding-left: 10px;
}

#column2of2 .block {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 20px;
    color: #3D3D3D;
}

#column2of2 .block.advert {
    padding-bottom: 0px;
}

#column2of2 .block a {
    color: #20448C;
}

#column2of2 .block a:hover {
    color: black;
}

.default {
    color: #303030;
    line-height: 20px;
}

.default a {
    color: #20448C;
}

.default a:hover {
    color: black;
}

.default p {
    margin-bottom: 20px;
}

#footer {
    height: 30px;
    background-color: #CFCFCF;
    width: 100%;    
}

#footer_container {
    width: 980px;
    margin: 0 auto;    
    line-height: 30px;
    font-size: 11px;
    color: black;    
    text-align: center;
}

#footer_container a {
    color: black;
    text-decoration: none;
}

#footer_container a:hover {
    color: #20448C;
    text-decoration: underline;
}

.mclistContainer {
    margin-right: -20px;
}

.mclist {
    float: left;
    overflow: hidden;
    width: 175px;
    margin: 0px 20px 30px 0px;
    line-height: 20px;
}

#retailerIndexContent .mclist {
    width: 350px;
}

#retailerIndexContent .mclist.odd {
    clear: left;
}

.mclist h3 {
    color: #20448C;
    font-size: 20px;
    margin-bottom: 0px;
}

.mclist li {
}

.mclist li a {
    color: #20448C;
}

.mclist li a:hover {
    color: black;
}

.mclist span.zipcodeResult {
    color: #20448C;
}

.mclist span.zipcodeResult:hover {
    cursor: pointer;
    color: black;
}

.retailerAddress {
    float: left;
    width: 350px;
    margin: 0px 20px 0px 0px;
    padding: 10px;
    border: 1px solid #CFCFCF;
    background-color: #f4f9fb;
    height: auto;
}

.retailerAddressSearch {
    height: 90px;
    margin-bottom: 20px;
    width: 358px;
    position: relative;
}

    .retailerAddressSearch_link{
        height:100%;
        width:100%;
        background-color:transparent;
    }

.retailerAddressSearch h2 a {
    color: #252525;
    text-decoration: none;
}

.retailerAddressSearch h2 a:hover {
    color: #20448C;
}

.retailersMap {
    margin-bottom: 20px;
    height: 650px;    
}

.retailersMap #canvas {
    width: 780px;
    height: 650px;    
}

.retailersMapHome {
    margin-bottom: 20px;  
    float: left;
    border: 1px solid #CFCFCF;
    background-color: #f9f9f9;
    padding-top: 10px;
}

.retailerRating {
    float: left;
    width: 200px;
    margin-right: 20px;    
    border: 1px solid #CFCFCF;
    background-color: #f9f9f9;
    padding: 10px;   
    min-height: 170px;
}

.retailerRating ul {
    margin: 10px 0px -10px 0px;
}

.retailerRating ul li {
    list-style: none;
    margin: 0px 0px 7px 0px;
}

.retailerRating span {
    font-family: "WebSymbolsRegular";
    border: 2px solid #bababa;
    display: block;
    float: left;
    padding-right: 2px;
    padding-left: 2px;
    margin: 0px 1px 0px 0px;
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #ececec;
    color: #838383;
    width: 18px;
    height: 18px;
    line-height: 13px;
    font-size: 11px;
    text-align: center;
}

.retailerRating span.last {
    margin-right: 10px;
}

.retailerRating span.active {
    border-color: #5ea600;
    color: white;
    background-color: #6fc401;
}

.retailerRating span.hoverChild,
.retailerRating span.avg {
    border-color: #20448C;
    background-color: #3067d4;   
    color: white;
    cursor: pointer;
}

.retailerRating span.avg {
    cursor: default;
}

#avgRating {
    margin: 18px 0px 0px 0px; 
    padding-top: 10px;
    border-top: 1px dashed #CFCFCF;    
}

.retailerSchedule {
    float: left;
    width: 274px;
    margin-right: 20px;
    border: 1px solid #CFCFCF;
    background-color: #f9f9f9;
    padding: 10px;
    min-height: 170px;
}

.retailerSchedule .noresults {
    color: #838383;
}

.retailerSchedule .noresults a {
    color: #838383;
}

.retailerSchedule .noresults a:hover {
    color: black;
}

.retailerSchedule tr {
    line-height: 25px;
}

.retailerSchedule span.note {
    color: grey;
    padding-left: 10px;
}

div.criteriumButton span {
    font-family: "WebSymbolsRegular";
    border: 2px solid #030202;
    display: block;
    float: left;
    padding-right: 2px;
    padding-left: 3px;
    margin: -2px 8px 0px -2px;
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #ececec;
    color: #838383;
    width: 10px;
    height: 16px;
    line-height: 15px;
    font-size: 9px;
    text-align: center;
}

div.criteriumButton.active {
    color: black;
}

div.criteriumButton.active span {
    border-color: #34c961;
    color: white;
    background-color: #34c961;
}

.retailerReview {
    clear: both;
    width: 100%;
    float: left;
}

.retailerReview.homeBlock {
    clear: none;
    padding-bottom: 0px;
}

.retailerReview.homeBlock p {
    margin-bottom: 0;
}

.retailerReview ul li {
    margin: 0px 0px 15px 0px;
    list-style: none;
    padding: 10px;
    position: relative;
    border: 1px solid #BABABA;
}

.retailerReview ul li h3 {
    color: #20448C;
    font-size: 14px;
}

.retailerReview ul li.moodpositive {
    border: 1px solid #9add42;
    background-color: white;
}

.retailerReview ul li.moodpositive h3,
.retailerReview ul li.moodpositive h3 a {
    color: #5EA600;
    text-decoration: none;
    display: block;
}

.retailerReview ul li.moodpositive h3 a:hover {
    color: black;
}

.retailerReview ul li.moodpositive h4 {
    font-size: 12px;
}

.retailerReview ul li.moodnegative {
    border: 1px solid #ed8a8a;
}

.retailerReview ul li.moodnegative h3 {
    color: #d62323;  
}

/*.retailerReview ul li:hover {
    -webkit-box-shadow: 0px 0px 5px 5px #F3F3F3;
    -moz-box-shadow: 0px 0px 5px 5px #F3F3F3;
    box-shadow: 0px 0px 5px 5px #e9e9e9; 
}*/

.retailerReview.homeBlock ul li:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.retailerReview .adminreaction {
    border-top: 1px solid #BABABA;
    margin: 15px -10px -10px -10px;
    padding: 10px;
    background-color: #F9F9F9;
}
 
.retailerReview .adminreaction p {
    margin: 0;
}

#indexIndexContent {
    margin-right: -20px;
}

.indexRatings ul li {
    list-style: none;
    border-bottom: 1px solid white;
    line-height: 35px;
    margin-left: 0;
}

.indexRatings ul li a {
    text-decoration: none;
    display: block;
    transition: 0.15s ease-in-out;
}

.indexRatings .rating {
    border-radius: 15px 15px 15px 15px;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin: 1px 8px 0 -2px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 25px;    
    color: white;    
}

.indexRatings .rating.positive {
    background-color: #6FC401;
    border: 2px solid #5EA600;
}

.indexRatings .rating.negative {
    background-color: #ff2a2a;
    border: 2px solid #D62323;    
}

.retailerReviewForm {
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    clear: both;
    border: 1px solid #CFCFCF;
    background-color: #f9f9f9;
    padding: 0px 10px 10px 10px;
}

.retailerReviewForm.retry {
    padding-top: 10px;
}

.searchFormBlock {
    float: left;
    background-color: #F9F9F9;
    border: 1px solid #CFCFCF;
    padding: 10px;
    width: 358px;
    margin: 0px 20px 20px 0px;
    height: 88px;
}

#search-form {
    margin-right: -20px;
}

#search-form #submit_name {
    margin-top: 1px;
}

.addcenter {
    text-align: center;
}

#retailerShowContent .addcenter {
    margin-top: 20px;
}

#retailerIndexContent .addcenter {
    margin-bottom: 20px;
}

.small-input {
    width: 180px;
}

.medium-input {
    width: 350px;
}

.large-input {
    width: 750px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;    
}

.search-input {
    width: unset;
}

#search_location {
    margin-right: 10px;
}

.text-input, .select-input {
    border: 1px solid #BABABA;
    padding: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 0px 20px 0px;
    color: #252525;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
}

input:focus,textarea:focus,select:focus {
    -webkit-box-shadow: 0px 0px 3px 3px #F3F3F3;
    -moz-box-shadow: 0px 0px 3px 3px #F3F3F3;
    box-shadow: 0px 0px 3px 3px #e9e9e9;     
}

input.button-input:focus {
	-webkit-box-shadow:	none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.input-error {
    border-color: #ed8a8a;
}

.formErrors {
    color: red;
    margin-bottom: 15px;
}

#contactform #submit-label {
    display: none;
}

.labelDecoratorDefault {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0.6rem;
    display: block;
    color: #252525;
}

.descriptionDecoratorDefault {
    color: #9a9a9a;
    margin-bottom: 3px;
}

.button-input {
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 10px;
    margin: 0px;
    font-size: 15px;
    color: white;
    border: 2px solid #6FC401;
    background-color: #6FC401;    
}

.button-input:hover {
    cursor: pointer;
    color: #366000;
    border: 2px solid #5EA600;
    -webkit-box-shadow: 0px 0px 3px 3px #F3F3F3;
    -moz-box-shadow: 0px 0px 3px 3px #F3F3F3;
    box-shadow: 0px 0px 3px 3px #e9e9e9;  
}

#search_range {
    width: 110px;
}

#search-form .text-input,
#search-form .select-input {
    margin-bottom: 5px;
}

#search-form .button-input {
    margin-bottom: 30px;
}

#search-form #submit_name {
    margin-bottom: 8px;
}

/* --------------------[ clearfix ]------------------ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

.clearfix {
	display:block;
}

/* --------------------[ CSS 2020 ]------------------ */

/* HOME PAGE */
.retailersMapHome{
    width:50%;
}

.rating.positive, .rating.negative{
    background-color:transparent !important;
    border-width:0px !important;
}

.rating.positive{
    color:#5dbd37;
}

.rating.negative{
    color:#db392e;
}

#search-form > h3{
    margin-bottom:0rem;
}

.button-input #submit:hover{
    box-shadow:none;
}

#submit_location, #search-form #submit_name{
    margin-bottom:1.25rem;
}

#search-form .button-input:hover, .button-input{
    background-color:#f07800;
    box-shadow: none;
}

#search-form:hover .button-input:hover, .button-input:hover{
    box-shadow: none;
    border:none;
    color:white;
    background-color:#fb7f00;
}

#search-form .text-input, #search-form .select-input, .text-input, .select-input{
    border-radius:0.4rem;
    background-color:#fff;
}

#search-form > h3, strong, .labelDecoratorDefault{
    font-weight:500;
    font-size:1.3rem;
    color:#037896;
}

strong{
    font-size:1rem;
}

#indexRatingsTop{
    margin-right:3%;
    margin-left: 0rem;
}

/* END HOME PAGE */

/* PLAATSEN PAGE */
.mclis li a:hover{
    background-color:transparent;
}

.mclist{
    line-height:175%;
}
/* END PLAATSEN PAGE */


/* COLUMNS & SIDEBAR */
#column1of2{
    width: 750px;
    margin-right: 50px;
}

#column2of2{
    margin-top:9rem;
}

#column2of2 h3{
    background-color:#009ec2;
    color: #fff;
    font-size:1.2rem;
    padding-top:0.8rem;
    padding-bottom:0.6rem;
    border-radius:1rem 1rem 0rem 0rem;
    margin-bottom:0rem;
}

#column2of2 p{
    text-align:left;
}

#column2of2 .block{
    background-color:#F5F9FC;
    border:none;
    padding:15px;
}

.block{
    background-color:#fff;
    padding-bottom:0.6rem;
    border-radius: 0rem 0rem 1rem 1rem;
}
/* END SIDEBAR */

/* KAART */
.retailersMap #canvas{
    width:97%;
    border-radius:1rem;
}

#mapIndexContent > .retailersMap > #canvas{
    width:100%;
}
/* END KAART */


/* INDIVIDUAL SHOP PAGE */
.retailerDescription > p:first-of-type{
    margin-bottom:20px;
}
    .retailerDescription > p:last-of-type{
        margin-bottom:3rem;
    }

#retailerShowContent > .retailerRating, #retailerShowContent > .retailerSchedule, #retailerShowContent > .retailerCriteria{
    width: 31.5%;
    border-color: transparent;
    background-color: #f4f9fb;
    padding: 1.5rem;
    border-radius: 0.5rem;
    height: fit-content;
    min-height: 250px;
}

#retailerShowContent > .retailerReview, #retailerShowContent > .retailerReviewForm{
    margin-top:2rem;
}

.retailerReview ul li.moodnegative, .retailerReview ul li.moodpositive, .retailerReview ul li.moodneutral {
    border:0px solid white;
    border-left:2px solid #ed8a8a;
    padding: 0rem 0rem 0rem 2rem;
    margin-top:2rem;
    font-style: italic;
}
        .retailerReview ul li.moodnegative h3, .retailerReview ul li.moodnegative h3 a{ color:#ed8a8a;}

    .retailerReview ul li.moodpositive{
        border-color:#9add42;
    }
        .retailerReview ul li.moodpositive h3, .retailerReview ul li.moodpositive h3 a{ color:#9add42;}

    .retailerReview ul li.moodneutral{
        border-color:#36c5df;
    }
        .retailerReview ul li.moodneutral h3, .retailerReview ul li.moodneutral h3 a{ color:#36c5df;}

    .retailerReview ul li h3{
        font-size:1.2rem;
        font-style: normal;
    }

/* END IND SHOP PAGE */

/* FORM */
#submit-label{
    display:none;
}

/* END FORM */

html{
    overflow-x:hidden;
}

.indexRatings ul li{
    line-height:240%;
    border-width:0px;
}

/*   RESPONSIVENESS   */
@media only screen and (max-width: 1040px) {
    html {
        background: url(../assets/images/html_bg_resp.png) top left repeat-x;
        overflow-x:none;
        font-size:19px;
    }

    #indexIndexContent{
        margin-right:0rem;
    }

    #content{
        min-height:unset !important;
        height:unset !important;
    }

    textarea, 
    input.text, 
    input[type="text"], 
    input[type="button"], 
    input[type="submit"], 
    .input-checkbox { 
        -webkit-appearance: none; 
    } 

    #column1of2, #column2of2{
        float:none;
        margin-right: unset;
        padding: 3vw;
        display:block !important;
    }

    #indexSearch{
        height:unset !important;
    }

/*---------  SIDEBAR CONTENT -----------*/
    #column2of2 h3, #column2of2 .block{
        padding: 2.15rem;
    }

    #column2of2 > h3{
        margin-bottom:0rem !important;
        font-size:2rem !important;
        word-break: break-all !important;
    }
        #column2of2 > h3:first-of-type{
            font-size:170% !important;
            text-align:center !important;
        }

    #column2of2{
        position:relative !important;
        margin-top:0rem !important;
    }

    #column2of2 > h3:first-of-type, #column2of2 > .block:first-of-type{
        float:left !important;
    }
        #column2of2 > .block:first-of-type{
            float: none !important;
            position: absolute;
            top: 8rem;
        }

    #column2of2 > h3:last-of-type, #column2of2 > .block:last-of-type{
        float:right !important;
    }

/*---------  FOOTER -----------*/
    #footer{
        padding:3rem;
        width:100%;
        margin-top:3rem !important;
    }

    #footer_container{
        line-height:165%;
        width:100%;
    }