﻿body {
}

/* Google Maps*/
#map-canvas {
    height: 500px;
    width: 60%;
    margin: 0;
    margin-right: 20px;
    overflow: hidden;
    float: left;
}

.gm-marker {
    width: 235px;
    background: #fff;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}

h2.gm-marker-heading {
    font-family: 'VWAGTheSans-Bold', sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
    margin: 0;
    color: #555555;
    border-bottom: 1px solid #d9d9d9;
}

.dealers-form .content .gm-marker-body p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.5em;

}

.gm-marker-body {
    font-family: 'Arial';
    font-size: 12px;
    line-height: 14px;
    color: #737373;
}

    .gm-marker-body img {
        vertical-align: bottom;
    }

/*Dealers (Återförsäljare)-Formulär */
.dealers-form {
    padding-top: 0px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 1px;
}

.dealers-form .form-rubrik {
    font-family: 'VWAGTheSans-Bold', sans-serif;
    font-size: 20px;
    color: #4c5356;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    float: none;
}

.dealers-form .preamble {
     font-family: 'VWAGTheSans-Light', sans-serif;
    font-size: 20px;
}

.dealers-form #search-text {
    font-family: 'VWAGTheSans-Light', sans-serif;
    width: 400px;
    font-size: 20px;
    border-width: 1px;
    color: #555555;
    border-style: solid;
    height: 48px;
    background: #f8f8f8;
    font-size: 1.250em;
    padding: 5px;

}
.dealers-form .ui-widget button,
.dealers-form button {
    height: 60px;
    background: #335F7D;
    padding: 10px 20px;
    border: none;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'VWAGTheAntiqua-Regular';
    cursor: pointer;
}
.dealers-form button:hover {
    background-color: #8DBFCF;
    color: #fff;
    text-decoration: none;
}

.dealers-form .cb {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 0px;
    float: left;
}

.dealers-form label {
    font-family: 'VWAGTheSans-Light', sans-serif;
    font-size: 1.250em;
    padding-left: 5px;
}

.dealers-form select {
    height: 48px;
}

.dealers-form hr {
    margin-bottom: 30px;
}

.dealers-form .search-results {
    display: inline-block;
    width: 30%;
}

.dealers-form .search-results h3 {
    font-family: "VWAGTheSans-Bold", sans-serif;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #335f7d;
}
.dealers-form .search-results .result-heading {
    font-family: 'VWAGTheSans-Bold', sans-serif;
    margin-bottom: 4px;
}




.dealers-form .search-results .bodytext {
    font-family: 'VWAGTheSans-Regular', sans-serif;
    font-size: 1em;
}



.dealers-form .search-results .link {
    font-family: 'VWAGTheSans-Bold', sans-serif;
    font-size: 1em;
    color: #335f7d;
}

.dealers-form .search-results .link img {
    vertical-align: bottom;
    margin-right: 2px;
}

.dealers-form .content p {
    font-family: 'VWAGTheSans-Light', serif;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #4c5356;
    max-width: 840px;
}

.dealers-form #result-info {
    font-family: 'VWAGTheSans-Light', serif;
    font-size: 20px;
    margin-left: 30px;
    color: #4c5356;
}

.dealers-form .hidden {
    display: none;
}
.clearfix {
    clear: both;
    overflow: auto;
}

.dealers-form .result-icon {
    width: auto;
    height: 20px;
    padding: 1px;
    margin-top: 4px;
}



/*AUTOCOMPLETE*/

/*ul#ajax-result {
    list-style: none;
    background: #fff;
    border-top: 1px solid #cbcbcb;
    max-height: 450px;
    width: 506px;
    overflow: auto;
    padding: 10px 0 20px 0;
    font-size: 0.9em;
    position: absolute;
    left: 0;
    top: 30px;
    -ms-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    z-index: 2;
}*/

ul#ajax-result {
    list-style:none;
    padding-left:0;
    height: 430px;
    overflow-y: scroll;
 }
ul#ajax-result li {
    color: #555555;
    padding-right: 5px;
}
ul#ajax-result hr {
    margin-bottom: 10px;
}

ul#ajax-result li:hover {
 
}

@media only screen and (max-width:865px) {
    .dealers-form {
        padding-right: 5px;
    }
    h1 {
        font-size: 32px;
    }

    .dealers-form #search-text {
        width: 100%;
        font-size: 0.90em;
    }
    /*.tothetop {
        visibility: hidden;
    }*/
    #map-canvas {
        width: 100%;
    }

    .dealers-form .search-results {
       margin-top: 5px;
       width: 100%;
        
    }
    ul#ajax-result {
        list-style:none;
        padding-left:0;
        height: auto;
        overflow-y: auto;
    }

    .dealers-form .cb {
        float: none;
    }

}
