#acf-osm-map-canvas {
	width: 100%;
	height: 400px;
	border: 1px solid #7e8993;
	border-radius: 4px;
}

.d-none {
	display: none !important;
}

/* acf-osm-search */
.acf-osm-search,
.acf-osm-maptiles {
	position: relative;
	margin-bottom: 15px;
}
.acf-osm-search .acf-osm-search-input,
.acf-osm-maptiles .acf-osm-maptiles-input {
	margin-right: 130px;
} 	
.acf-osm-search .acf-osm-search-button,
.acf-osm-maptiles .acf-osm-maptiles-button {
	width: 120px;
	position: absolute;
	right: 0;
	top: 0;
}
.acf-osm-search .acf-osm-search-button button,
.acf-osm-maptiles .acf-osm-maptiles-button button {
	width: 120px;
}

/* acf-osm-location-selector */
#acf-osm-location-selector {
	margin-bottom: 15px;
}

/* acf-osm-map-search-results */
#acf-osm-map-search-results p {
	font-weight: 600;
	margin-bottom: 10px;
}
#acf-osm-map-search-results > ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

/* osm-media-uploader */
.maptiles-img-container {
	margin-top: 15px;
    position: relative;
    max-width: 300px;
    height: auto;
    display: inline-block;
    background: #f1f1f1;
}
.maptiles-img-container >img {
	max-width: 100%;
	height: auto;
}
.maptiles-img-container > a {
	max-width: 100%;
}
.maptiles-img-container > a {
	position: absolute;
	top: 2px;
	right: 2px;
	color: #c92424;
	text-decoration: none;
	display: block;
}
.maptiles-img-container > a span {
    display: block;
    height: 32px;
    width: 32px;
    font-size: 32px;
    text-shadow: 0px 0px 2px #ffffff;
}
.maptiles-img-container > a:hover {
    color: #ff0000;
}

/* acf-osm-maptiles-notification */
.acf-osm-maptiles-notification {
	border-top: 1px solid #ccd0d4;
    padding: 15px 12px 0;
    margin: 0 -12px 0;
	display: none;
}
.acf-osm-maptiles-notification > .spinner {
	float: left;
    margin: 0 10px 0 0;
	visibility: visible;
	display: none;
}
.acf-osm-maptiles-notification > .message {
	font-size: 14px;
    font-weight: 600;
}
.acf-osm-maptiles-notification > .dashicons {
	width: 25px;
    height: 20px;
    font-size: 25px;
    line-height: 20px;
    margin-right: 3px;
	display: none;
}
.acf-osm-maptiles-notification > .dashicons-yes-alt {
	color: green;
}
.acf-osm-maptiles-notification > .dashicons-warning {
	color: rgb(180, 31, 31);
}
.acf-osm-maptiles-notification#fixed-maptiles-notification {
	position: fixed;
    right: 35px;
    top: 50px;
    padding: 13px 20px;
    border: 1px solid #c3c4c7;
    box-shadow: 0 0px 10px rgb(130 130 130 / 38%);
    background: #fff;
    z-index: 99999999;
}

/* acf-osm-mapify-status */
.acf-osm-mapify-status {
	width: 100%;
}
.acf-osm-mapify-status:after {
	display: block;
    clear: both;
    content: "";
}
.acf-osm-mapify-status > div {
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #dddddd;
    padding: 15px;
	float: left;
    height: 90px;
}
.acf-osm-mapify-status > div + div {
    border-left: 0px;
}
.acf-osm-mapify-status > .acf-osm-map-mode-selector {
	width: 40%;
}
.acf-osm-mapify-status > .acf-osm-map-id-information {
	width: 15%;
}
.acf-osm-mapify-status > .acf-osm-map-shortcode-information {
	width: 45%;
}
.acf-osm-mapify-status > div > label {
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}