.gmp_map_opts  img{
	max-width:none !important;
}
.gmpMarkerInfoWindow {
    /*width: 290px;*/
    /*height: 150px;*/
    /*overflow:auto;*/
    display: inline-block;
}
.gmpInfoWindowtitle {
    font-size: 19px !important;
    font-weight: bold !important;
    color: brown;
    margin: 0 0 5px 6px;
}
.map_container img{
    max-width:inherit !important;   
}
.mapLicenzetext {
    color: rgb(68, 68, 68);
    background-color: rgba(255, 255, 255, 0.49);
}
.map-preview-iumg-container img {
    /*width: 175px;*/
    cursor: pointer;
}
.gmp_map_opts {
    float: left;
	margin:5px 0;
	clear:both;
}
.map_container {
    float: left;
    width: 100%;
}
.close_button{
    float: right;
    display: block;
    margin: -17px -21px 10px 0px;
    padding: 2px 8px !important;
}
.close_button{
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.gmp_map_opts.display_as_popup {
    display:none;
    position: absolute;
    z-index: 99999;
    border: 1px solid gray;
    border-radius: 4px;
    _position: fixed;
    padding: 5px;
    background-color: white;
    box-shadow: 0px 0px 16px 6px rgba(255, 255, 255, 0.65);
	top:50px !important;
   
}
.gmp_map_opts tr{
	font-size: 0.857142857rem;
}
.gmp_map_opts{
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

.gmpFullContent {
	display: none;
}
.gmpMarkerDescTblWrap, .marker_desc_itm {
	word-wrap: break-word; 
	max-width: 300px;
}
.gmp_MapPreview img {
	background: none !important;
}

.egm-form-marker label,
.egm-form-map label {
    font-weight: normal;
}

.egm-form-map label.mapName {
    font-weight: bold;
    font-size: 1.1em;
}

.egm-marker-icon img {
    height: 35px;
}

/* Map shortcode */
#mapShortcode .shortcode-wrap {
    padding: 10px;
    margin: 5px 0;
    background-color: rgba(241, 196, 15, .3);
    border: 1px solid rgba(241, 196, 15, .3);
}

#mapShortcode #shortcodeCode {
    font-family: Consolas, Monaco, "Lucida Console", monospace;
}

/* Markers list on edit page */
.egm-marker-list {
    margin: 15px 0;
    border-top: 1px solid #e9edee;
    padding-top: 15px;
}

.egm-marker {
    padding: 10px 5px;
}

.egm-marker:hover {
    background-color: #f6f7f7;
}

.egm-marker .egm-marker-icon img {
    height: 22px;
    margin-top: -2px;
}

.egm-marker .egm-marker-latlng {
    color: #bdc3c7;
}

.egm-marker .egm-marker-actions {
    text-align: right;
}