body {background:white; color:black;font-size: 12px;vertical-align: middle;font-family: 'Roboto', sans-serif;}
#map {width: 100%; min-height: 300px; position:absolute;top:0;}
#jadas {max-height:50px;}
h1 {margin-top:0;}
h3.title {margin-bottom:0;}
.subtitle {    margin-bottom: 10px; font-size: 13px;letter-spacing: 1px;}
a, a:hover {color:black;cursor:pointer;}
a:hover .title {color:#7bbd42}
.btn-min {position:absolute;top:15px;right:15px;color:white;font-size:22px;cursor:pointer;}
.container { border-radius: 5px;  z-index: 9000;}
.search-agent {position: relative;padding:15px;width:100%; background-color: rgb(196,196,196); background-color: rgba(196,196,196, 0.6); z-index: 9000;}
.container.results {position:absolute;top:20px;right:0;width: 100%;height:100%;height: calc(100% - 170px);border-radius: 5px 0 0px 5px;overflow:scroll;margin-top: 170px;background: none;padding: 0;}
.agent-info-modal {width: auto;height: auto;color:black;z-index:9001;}
.agent-info-modal .title {color:black}
.agent-info-modal .subtitle {color:black}
.agent-info-modal .address {color:black}
.gm-style img.img-responsive {max-width:100%;}
goog            
#my-agent {margin-top:15px;}
#my-agent label {margin-left: 0;font-weight:normal;}

a.kies {
/* color: gray; */
text-decoration: underline;
font-size: 14px;
}

.btn:hover {color:#7bbd42;}


#map .identiteitskaart {
    position: relative;
    margin-bottom: 15px;
    max-width: 450px;
    width: auto;
    right: 0;
    cursor: pointer;
    border-radius: 10px;
    /* min-width: 380px; */
    display: block;
    margin: 0px auto 10px auto;
}

.identiteitskaart .url{word-break: break-all;}

.row.agents-content {
    text-align: right;
}

.gm-style-iw {.gm-style-iw {
    height: 100px;
    width: 300px; }
    width: 5;
}

.gm-style-iw .identiteitskaart {
    /* width: 300px; */
    height: 220px;
    min-width: 350px;
    width: 450px;
    max-width: 100%;
}

.gm-style .identiteitskaart .select-agent {
    text-align: center;
    padding: 5px;
    color: #fff;
    background-color: #f18339 !important;
    margin-top: 5px;
    float: right;
}

#my-agent label input {
    margin-right: 10px;
}

.view-mode .btn-primary {
    background: #D5E7BA;
    border: none;
    color:#84b23d !important;
    font-size: 14px;
    margin: 0;
    margin-left: 2px;
    cursor: pointer;
    color: black;
    height: auto;
    padding: 6px 12px;
    line-height: 1.42857143;
}

.view-mode .btn-primary.active, .view-mode .btn-primary:hover {
    background: #84b23d;
    color: white !important;
}

.list-results {
    padding-top: 35px;
}

#btn-search {
    color: #fff;
    background-color: #f18339;
    border:none;
    border-radius: 0px;
}

.identiteitskaart .url {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: right;
    padding: 5px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    background: transparent;
    color: #333;

    word-break: break-word;
}

.identiteitskaart .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 15px 20px 15px 5px;
    color: white;
    font-size: 13px;
    font-family: 'Lobster', cursive;
    letter-spacing: 1px;
    background: none repeat scroll 0 0 #d5e7ba !important;
}


.gm-style-iw > div {height:530px;width:450px;}
.gm-style * {background-color: transparent !important;box-shadow:none !important;}
.identiteitskaart {
background-color:#fff !important;/*background:#FFF url('../img/icons/icon_groen4.png') no-repeat right bottom; background-position: right 1px bottom 27px;*/
/*background:transparent url('../img/kadertje foto.png') no-repeat right bottom; background-size:cover;*/
}
.identiteitskaart .select-agent {text-align: center;padding: 5px;color: #fff;background-color: #f18339 !important;margin-top: 5px;}
.identiteitskaart .footer {background: none repeat scroll 0 0 #d5e7ba !important;}
.close_div {
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 15px;
}


@media screen and (max-width:1200px) {
    .identiteitskaart .footer{font-size:15px;}
}

@media screen and (max-width:769px) {
    .identiteitskaart {
        /*display: block !important;*/
        border-radius: 10px;
        margin: 10px 5px;
    }
    
    .container.results {
        position: relative;
        margin-top: 0;
    }
    
    .search-agent input, .search-agent select {
        margin-top: 10px;
    }
}