<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shmapper Styles */
:root {
	--shm-map-max-width: 100%;
	--shm-border-radius: 10px;
	--shm-color-primary: #f43724;
	--shm-color-primary-hover: #db3120;
	--shm-form-background: #f7f8f8;
	--shm-form-header-color: #183343;
	--shm-form-width: 960px;
	--shm-field-border-color: #8599a4;
	--shm-field-border-color-active: var(--shm-form-header-color);
	--shm-legend-background: #222;
}

#toplevel_page_shm_page .wp-menu-image img {
	padding-top: 3px;
	width: 28px;
	height: 28px;
}

.toplevel_page_shm_page &gt; ul &gt; li.wp-first-item {
	display: none !important;
}

.dashicons, .dashicons-before:before {
	font-family: dashicons;
}

.shm_logo {
	width: 95px;
	height: 95px;
	position: relative;
	display: flex;
	background-image: url(../img/shmapper.svg);
	background-size: 85px;
	background-repeat: no-repeat;
	background-position: center;
}

.shm-justify-between {
	display: flex;
	justify-content: space-between;
}

.shm-h-100 {
	height: 100%;
}

.shm-w-100 {
	width: 100%;
}

.shm-flex {
	display: flex;
}

.shm-flex-columns {
	display: flex;
	flex-direction: column;
}

.shm-align-items-center {
	align-items: center;
}

.shm-admin-block {
	min-width: 270px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.shm-admin-layers-heading {
	margin-top: 0;
}

.shm-incblock {
	position: relative;
	float: left;
	margin-right: 20px;
}

.shm_nowrap {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.shmw-100 {
	width: 100%;
}

.shmw-50 {
	width: 50%;
}

.osm-point {
	position: absolute;
	width: 25px !important;
	height: 25px !important;
	margin-top: -10px !important;
	margin-left: -10px !important;
	background: -webkit-canvas(circles);
	background-color: #FF0000;
}

.shm-mr-15 {
	margin-right: 15px !important;
}

.shm-ml-15 {
	margin-left: 15px !important;
}

.shm-m-2 {
	margin: 2px !important;
}

.shm-mr-2 {
	margin-right: 2px !important;
}

.shm-ml-2 {
	margin-left: 2px !important;
}

.shm-size-40 {
	font-size: 40px;
}

.leaflet-osm-point {
	position: absolute;
	width: 25px !important;
	height: 30px !important;
	margin-top: -10px !important;
	margin-left: -10px !important;
	background-image: url(../img/pin.svg);
	background-size: cover;
}

.leaflet-osm-point:after {
	content: "";
	width: 35px;
	height: 35px;
	background-image: url(../img/marker-shadow.png);
	background-size: cover;
	position: absolute;
	top: -5px;
	left: 5px;
	z-index: -100;
}

.shm-button {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 2.15384615;
	min-height: 30px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	color: #0071a1;
	border-color: #0071a1;
	background: #f3f5f6;
	vertical-align: top;
	text-align: center;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

.shm-button:hover {
	color: #000;
	border-color: #000;
}

.shm-button:active {
	background: #FFF;
}

textarea::-webkit-input-placeholder {
	color: #00000040;
}

textarea::-moz-placeholder {
	color: #00000040;
}

/* Firefox 19+ */
textarea:-moz-placeholder {
	color: #00000040;
}

/* Firefox 18- */
textarea:-ms-input-placeholder {
	color: #00000040;
}

/** Wizzard */
@keyframes wobblehor {
	0% {
		-webkit-transform: translateX(30px) translateY(0px);
		transform: translateX(30px) translateY(0px);
	}
	100% {
		-webkit-transform: translateX(0px) translateY(0px);
		transform: translateX(0px) translateY(0px);
	}
}
.shm_wizzard {
	position: absolute;
	z-index: 20000;
	top: 17px;
	right: -297px;
	padding: 20px 20px 35px 20px;
	--border-right: 6px solid #0073aa;
	background: #0073aa;
	color: #ddf1fb;
	font-family: Open Sans, Arial, sans serif;
	-webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
	width: 250px;
	margin-top: -25px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	animation-name: wobblehor;
	animation-duration: 1s;
}
.shm_wizzard:before {
	left: -16px;
	border: 8px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #0073aa;
	top: 25px;
	margin-top: -8px;
}
.shm_wizzard:after {
	z-index: -1;
	left: 50%;
	bottom: -20px;
	content: " ";
	height: 60px;
	width: 60px;
	background: #0073aa;
	position: absolute;
	pointer-events: none;
	margin-left: -30px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.shm_wizzard_closed {
	position: absolute;
	z-index: 20000;
	left: 160px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	display: none;
}
.shm_wizzard_closed:before {
	left: -12px;
	border: 12px solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-right-color: #0073aa;
	top: 8px;
	margin-top: -8px;
	width: 0;
	height: 1px;
}
.shm_wizzard_closed:after {
	left: 12px;
	border: 12px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #0073aa;
	top: 8px;
	margin-top: -8px;
	width: 0;
	height: 1px;
}
.shm_wizzard_close {
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 3px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: transparent;
}
.shm_wizzard_close:hover {
	background: rgba(0, 0, 0, 0.125);
}
.shm_wizzard_title {
	font-size: 1.1rem;
	font-weight: 100;
	padding: 0 0 10px 0;
}
.shm_wizzard_body {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
}
.shm_wizzard_footer {
	padding-top: 15px;
	font-size: 0.6rem;
	font-weight: 500;
	text-align: right;
}
.shm_wizzard_footer a {
	display: inline-block !important;
	padding: 2px !important;
}
.shm_wizzard_footer a[name=shm_wclose] {
	position: absolute;
	text-align: right;
	right: 25px;
}
.shm_wizzard_footer a[name=shm_wcurrent] {
	position: absolute;
	text-align: right;
	left: 25px;
}
.shm_wizzard_footer a.dashicons-controls-play {
	font-size: 2rem;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	margin-top: 15px;
}
#adminmenu .shm_wizzard_footer a:hover {
	cursor: pointer;
	box-shadow: none;
	color: #fff;
}
.shm_wizzard_line {
	display: flex;
	position: relative;
	padding: 15px 2px;
	justify-content: space-between;
}
.shm_wizzard_line:before {
	content: "";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	border-top: 1px solid #ddf1fb;
	opacity: 0.5;
}
.shm_wizzard_line &gt; div {
	display: inline-flex;
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #0073aa;
	border: 1px solid #aad9fb;
	text-align: center;
	border-radius: 100%;
}
.shm_wizzard_line &gt; div &gt; div {
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top: -10px;
	color: #0073aa;
	font-weight: 900;
	color: #ddf1fb;
	width: 100%;
	text-align: center;
}
.shm_wizzard_line &gt; div.active {
	background-color: #ddf1fb;
}
.shm_wizzard_line &gt; div.active &gt; div {
	color: #0073aa;
}

@keyframes roll {
	0% {
		-moz-transform: translateX(-10px) translateY(0px);
		-webkit-transform: translateX(-10px) translateY(0px);
		-o-transform: translateX(-10px) translateY(0px);
		-ms-transform: translateX(-10px) translateY(0px);
		transform: translateX(-10px) translateY(0px);
	}
	50% {
		-moz-transform: translateX(0px) translateY(0px);
		-webkit-transform: translateX(0px) translateY(0px);
		-o-transform: translateX(0px) translateY(0px);
		-ms-transform: translateX(0px) translateY(0px);
		transform: translateX(0px) translateY(0px);
	}
	100% {
		-moz-transform: translateX(-10px) translateY(0px);
		-webkit-transform: translateX(-10px) translateY(0px);
		-o-transform: translateX(-10px) translateY(0px);
		-ms-transform: translateX(-10px) translateY(0px);
		transform: translateX(-10px) translateY(0px);
	}
}
.shm_warrow, .shm_warrow2 {
	overflow: visible;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 1;
	font-family: dashicons;
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	text-align: center;
	transition: color 0.1s ease-in;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	background-color: #EEE;
	padding: 5px;
	color: #0073aa;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	animation-name: roll;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	text-shadow: 0px 2px 3px #4A4A4A;
	animation-timing-function: ease-out;
}

.shm_warrow:before {
	content: "\f340";
}

.shm_warrow2:before {
	content: "\f344";
}

.shm-camera {
	position: relative;
	width: 28px;
	height: 28px;
	background-image: url(../img/camera.png);
	background-size: cover;
	opacity: 0.7;
}

.shm-clr {
	width: 20px;
	height: 20px;
	position: relative;
	background: #777;
	position: absolute;
	top: 15px;
	left: 15px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.shm-clr-little {
	width: 19px;
	height: 19px;
	position: relative;
	background: #777;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
}

.shm-color-crcl {
	width: 20px;
	height: 20px;
	background: #777;
	--position: absolute;
	--top: 6px;
	--left: 6px;
	margin: 6px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.shm-csv-icon {
	width: 30px;
	height: 30px;
	background-image: url(../img/csv_icon.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	float: right;
	border: 0 !important;
	z-index: 2;
	opacity: 0.9;
}

.shm-csv-icon:hover {
	opacity: 1;
}

.shm-filter-item-svg {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 1px;
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center;
}

.shm-bubble {
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.shm-bubble.animate {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.shm-types-radio {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	padding: 15px;
	background-color: #FFFF;
	border: 1px solid #777;
	margin-left: -105px;
	display: none;
}

.shm-close-btn {
	cursor: pointer;
	opacity: 0.8;
}

.shm-close-btn:hover {
	opacity: 1;
}

.shm-hint {
	position: relative;
}

.shm-hint:before,
.shm-hint:after {
	position: absolute;
	opacity: 0;
	z-index: 1000000;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	pointer-events: none;
	bottom: 110%;
	right: -5px;
	margin: 0 0 -16px -10px;
}

.shm-hint:before {
	content: "";
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	position: absolute;
	bottom: 110%;
	right: 10px;
	margin: 0 0 -18px 0;
	border-top-color: #666;
}

.shm-hint:hover:before, .shm-hint:hover:after {
	opacity: 1;
}

.shm-hint:after {
	content: attr(data-title);
	background: #444;
	color: white;
	padding: 2px 10px;
	font-family: open sans, sans-serif;
	font-weight: normal;
	font-size: 13px;
	white-space: nowrap;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
	letter-spacing: 0em !important;
	text-transform: none !important;
}

.shm-hint:hover:before {
	margin-bottom: -10px;
}

.shm-hint:hover:after {
	margin-bottom: 2px;
}

.shm-float-right {
	float: right;
}

.shm-change-input {
	margin: 0 6px;
	cursor: pointer;
}

.IDs {
	padding: 0 10px 0 0 !important;
	margin: 0px;
	background: #333;
	color: #FFF;
	font-size: 10px;
	display: inline-block;
	position: relative;
	text-shadow: 1px 1px 1px #000000;
}

.IDs span {
	padding: 2px 10px 3px 10px;
	background: #888;
	margin: 0 5px 0 0;
	color: #FFF !important;
}

.shm-padding-0 {
	padding: 0px !important;
}

.shm-padding-20 {
	padding: 20px !important;
}

.shm-title,
.shm-title-1,
.shm-title-2,
.shm-title-3,
.shm-title-4,
.shm-title-5,
.shm-title-6 {
	display: block;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.3rem;
	font-weight: 100;
}

.shm-title-1 {
	font-size: 2.2rem;
}

.shm-title-2 {
	font-size: 2rem;
}

.shm-title-3 {
	font-size: 1.7rem;
}

.shm-title-4 {
	font-size: 1.2rem;
}

.shm-title-5 {
	font-size: 1rem;
}

.shm-title-6 {
	font-size: 0.9rem;
}

.small {
	font-size: 0.8rem;
}

.shm-csv-href {
	position: relative;
	z-index: 6;
	margin-top: -21px;
	padding: 0 6px;
	float: right;
	color: #AAA !important;
	background: #111 !important;
	text-decoration: none !important;
	opacity: 0.9;
}

.shm-csv-href:hover {
	opacity: 1;
	color: #EEE !important;
	text-decoration: none !important;
}

.spacer-5 {
	display: block;
	height: 5px;
}

.spacer-10 {
	display: block;
	height: 10px;
}

.spacer-20 {
	display: block;
	height: 20px;
}

.spacer-30 {
	display: block;
	height: 30px;
}

.hidden {
	display: none;
}

._hidden {
	display: none !important;
}

.shm-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.sh, .shm-1, .shm-10, .shm-11, .shm-12, .shm-2, .shm-3, .shm-4, .shm-5, .shm-6, .shm-7, .shm-8, .shm-9, .shm-auto, .shm-lg, .shm-lg-1, .shm-lg-10, .shm-lg-11, .shm-lg-12, .shm-lg-2, .shm-lg-3, .shm-lg-4, .shm-lg-5, .shm-lg-6, .shm-lg-7, .shm-lg-8, .shm-lg-9, .shm-lg-auto, .shm-md, .shm-md-1, .shm-md-10, .shm-md-11, .shm-md-12, .shm-md-2, .shm-md-3, .shm-md-4, .shm-md-5, .shm-md-6, .shm-md-7, .shm-md-8, .shm-md-9, .shm-md-auto, .shm-sm, .shm-sm-1, .shm-sm-10, .shm-sm-11, .shm-sm-12, .shm-sm-2, .shm-sm-3, .shm-sm-4, .shm-sm-5, .shm-sm-6, .shm-sm-7, .shm-sm-8, .shm-sm-9, .shm-sm-auto, .shm-xl, .shm-xl-1, .shm-xl-10, .shm-xl-11, .shm-xl-12, .shm-xl-2, .shm-xl-3, .shm-xl-4, .shm-xl-5, .shm-xl-6, .shm-xl-7, .shm-xl-8, .shm-xl-9, .shm-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

.shm-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.shm-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.shm-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.shm-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.shm-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.shm-7 {
	-ms-flex: 0 0 58.3333333%;
	flex: 0 0 58.3333333%;
	max-width: 58.3333333%;
}

.shm-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.shm-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.shm-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.shm-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.shm-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.shm-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.shm-color-grey {
	color: #526677;
}

.shm-color-alert {
	color: #e63535;
}

.shm-color-cyan {
	color: #176cb8;
}

.shm-color-lightgrey {
	color: #a1a8af;
}

.shm-bg-grey {
	background-color: #6c757d;
}

.shm-bg-lightgrey {
	background-color: #a1a8af;
}

.shm-bg-transparent {
	background-color: transparent;
	border-color: transparent;
}

.shm-color-danger {
	color: #dc3545;
}

.shm-bg-danger {
	background-color: #dc3545;
}

.shm-map-block {
	/** Form */
}
.shm-map-block .shm-form-container {
	background-color: var(--shm-form-background);
	padding: 40px;
	margin-top: 30px;
	border-radius: var(--shm-border-radius);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--shm-form-width);
}
.shm-map-block .shm-form-request {
	padding: 0;
	margin: 0 auto;
	border: none;
	background-color: transparent;
}
.shm-map-block .shm-form-heading {
	font-size: 20px;
	font-weight: bold;
	color: var(--shm-form-header-color);
	line-height: 1.2;
	padding: 0;
	margin-bottom: 15px;
}
.shm-map-block .shm-form-required-simbol {
	color: #dc3545;
	cursor: help;
	padding-left: 2px;
	font-weight: bold;
}
.shm-map-block .shm-form-row {
	margin-bottom: 25px;
}
.shm-map-block .shm-form-row-title {
	font-size: 18px;
	color: var(--shm-form-header-color);
	margin-bottom: 10px;
	line-height: 1.2;
}
.shm-map-block .shm-form-row.form-field-8 {
	margin-bottom: 10px;
}
.shm-map-block .shm-form-row.form-field-8 .shm-form-field:last-child {
	margin-bottom: 25px;
}
.shm-map-block .shm-form-field {
	border-width: 1px;
	border-color: var(--shm-field-border-color);
	background-color: #fff;
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 12px;
	margin: 0;
	line-height: 1.2;
	min-height: 46px;
	font-family: inherit;
	box-sizing: border-box;
}
.shm-map-block .shm-form-field:focus {
	border-color: var(--shm-field-border-color-active);
	outline-offset: 2px;
	outline: 1px dashed var(--shm-field-border-color);
}
.shm-map-block .shm-form-submit {
	background-color: var(--shm-color-primary);
	color: #fff;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	font-family: inherit;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 12px 20px;
	background-image: none;
	white-space: normal;
}
.shm-map-block .shm-form-submit:not(:hover):not(:active):not(.has-background) {
	background-color: var(--shm-color-primary);
}
.shm-map-block .shm-form-submit:not(:hover):not(:active):not(.has-text-color) {
	color: #fff;
}
.shm-map-block .shm-form-submit:hover, .shm-map-block .shm-form-submit:active {
	background-color: var(--shm-color-primary-hover);
	color: #fff;
	background-image: none;
}
.shm-map-block .shm-form-button {
	background-color: var(--shm-color-primary);
	color: #fff;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font-weight: bold;
	font-family: inherit;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 12px 16px;
	display: inline-flex;
}
.shm-map-block .shm-form-button:not(:hover):not(:active):not(.has-background) {
	background-color: var(--shm-color-primary);
}
.shm-map-block .shm-form-button:not(:hover):not(:active):not(.has-text-color) {
	color: #fff;
}
.shm-map-block .shm-form-button:hover, .shm-map-block .shm-form-button:active {
	background-color: var(--shm-color-primary-hover);
	color: #fff;
}
.shm-map-block .shm-form-file {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.shm-map-block .shm-form-file-label {
	cursor: pointer;
	font-weight: bold;
	font-family: inherit;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 10px 16px;
	display: inline-flex;
	margin-bottom: 0;
	pointer-events: none;
	background-color: #fff;
	color: var(--shm-color-primary);
	border: 2px solid currentColor;
	transition: all 0.3s;
	border-radius: 6px;
}
.shm-map-block .shm-form-file-label:not(:hover):not(:active):not(.has-background) {
	background-color: #fff;
	color: var(--shm-color-primary);
	border-color: currentColor;
}
.shm-map-block .shm-form-file:hover .shm-form-file-label {
	background-color: var(--shm-color-primary-hover);
	border-color: var(--shm-color-primary-hover);
	color: #fff;
}
.shm-map-block .shm-form-file:hover .shm-form-file-label:not(:hover):not(:active):not(.has-background) {
	background-color: var(--shm-color-primary-hover);
	border-color: var(--shm-color-primary-hover);
	color: #fff;
}
.shm-map-block .shm-form-file:hover .shm-form-file-img {
	outline-offset: 2px;
	outline: 1px dashed var(--shm-field-border-color);
	cursor: pointer;
}
.shm-map-block .shm-form-file [type=file] {
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	display: block;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.shm-map-block .shm-form-file [type=file]::-webkit-file-upload-button {
	pointer-events: none;
}
.shm-map-block .shm-description {
	font-size: 14px;
	color: var(--shm-field-border-color);
	margin-bottom: 15px;
	vertical-align: top;
	overflow: hidden;
}
.shm-map-block .shm-description &gt; label {
	display: flex;
	width: 100%;
	font-size: inherit;
	font-weight: normal;
	line-height: 1.4;
}
.shm-map-block .shm-description &gt; label &gt; input {
	margin-top: 1px;
	border: 1px solid var(--shm-field-border-color);
	border-radius: 4px;
	background: #fff;
	color: #50575e;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 18px;
	width: 18px;
	min-width: 18px;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	-webkit-appearance: none;
	box-shadow: none;
}
.shm-map-block .shm-description &gt; label &gt; input:checked {
	border-color: var(--shm-field-border-color-active);
}
.shm-map-block .shm-description &gt; label &gt; input:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 1rem;
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2368748d%27%2F%3E%3C%2Fsvg%3E);
	margin: -1px 0 0 -1px;
	height: 18px;
	width: 18px;
}
.shm-map-block .shm-description &gt; label &gt; input:checked:after {
	content: none;
}
.shm-map-block .shm-description &gt; label &gt; span {
	padding-left: 8px;
}

.shm-form,
.sh-form {
	width: 100%;
	margin-bottom: 3px;
	flex-direction: column;
	display: flex;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.025);
	padding: 7px;
}

.sh-form:disabled {
	color: #555;
	background: rgba(0, 0, 0, 0.05);
}

select.sh-form {
	height: auto !important;
	padding: 3px 5px !important;
}

div.sh-form {
	margin-top: 6px;
}

.shm_no_margin {
	margin: 0 !important;
}

ul.shm-card {
	margin: 0;
}

ul.shm-card li {
	padding: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	margin: 0;
}

.my_image_delete {
	padding: 3px !important;
	margin: 3px !important;
}

ul.shm-card li:nth-of-type(even) {
	background-color: rgba(0, 0, 0, 0.05);
}

.wp-admin.shmapper_page_shm_settings_page #shm_settings_yandex_map_api_key_cont {
	display: none;
}

.sh-right {
	text-align: right;
}

.sh-center {
	text-align: center;
}

.sh-align-middle {
	flex-direction: column;
	display: flex;
	justify-content: center;
}

.column-type,
.column-thumb {
	width: 110px;
}

.column-placemarks {
	width: 70px;
}

.column-ids,
.column-IDs {
	width: 60px;
}

.column-notify_owner,
.column-is_csv,
.column-is_legend,
.column-is_form {
	width: 30px;
}

.shm-notify,
.shm-notify2 {
	position: relative;
}

.shm-notify:after,
.shm-notify2:after {
	content: attr(title);
	position: absolute;
	top: -66px;
	left: 50%;
	margin-left: -20px;
	width: 100px;
	text-align: left;
	font-size: 12px;
	font-family: sans-serif;
	color: #6c757d;
	pointer-events: none;
	-moz-transform: rotate(-33deg);
	-webkit-transform: rotate(-33deg);
	-o-transform: rotate(-33deg);
	-ms-transform: rotate(-33deg);
	transform: rotate(-33deg);
}

tfoot .shm-notify:after,
tfoot .shm-notify2:after {
	top: auto;
	bottom: -66px;
	-moz-transform: rotate(33deg);
	-webkit-transform: rotate(33deg);
	-o-transform: rotate(33deg);
	-ms-transform: rotate(33deg);
	transform: rotate(33deg);
}

.shm-notify:hover:after,
.shm-notify:hover2:after {
	color: #111;
}

.shm-notify2:after,
tfoot .shm-notify2:after {
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: -25px;
	bottom: auto;
}

tfoot .shm-notify2:after {
	top: auto;
	bottom: -25px;
}

/** Placemarks */
.shm-form-placemarks {
	display: inline-flex;
	flex-wrap: wrap;
	padding: 0 0 10px 0;
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	justify-content: stretch;
}
.shm-form-placemarks .shm-type-icon {
	float: left;
	width: 70px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 3px;
	border: 1px dashed #8599A4;
	border-radius: 4px;
	cursor: pointer;
	opacity: 1;
	box-sizing: border-box;
}
.shm-form-placemarks .shm-type-icon:hover {
	background-color: #fff;
}
.shm-form-placemarks .shm-type-icon:active {
	background-color: transparent;
}
.shm-form-placemarks .shm-marker-icon {
	max-width: 120px;
	min-width: 70px;
	margin: 10px;
	box-sizing: border-box;
	flex: auto;
	border: 1px dashed #8599A4;
	border-radius: 4px;
}
.shm-form-placemarks .shm-marker-icon:hover {
	background-color: #fff;
}
.shm-form-placemarks .shm-marker-icon .shm-type-icon {
	margin: 0;
	float: none;
	width: auto;
	max-width: 70px;
	min-width: 70px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 10px;
	background-size: contain;
	background-origin: content-box;
}
.shm-form-placemarks .shm-marker-icon .shm-type-icon:hover {
	background-color: transparent;
}
.shm-form-placemarks .shm-marker-title {
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 1;
	margin-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	opacity: 1;
	transition: opacity 0.3s;
}
.shm-form-placemarks .ui-draggable-dragging + .shm-marker-title {
	opacity: 0;
	transition: opacity 0s;
}

.shm-type-icon,
.shm-type-icon-1 {
	float: left;
	width: 32px;
	height: 32px;
	margin: 3px;
	background-color: #0000000F;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
	cursor: pointer;
	opacity: 0.85;
	z-index: 1000;
}

.shm-type-icon:hover,
.shm-type-icon-1:hover {
	opacity: 1;
}

.shm-type-icon:active {
	background-color: #AA0000;
	background-size: 24px;
	opacity: 1;
}

.shm-type-icon-1 {
	background-size: 22px;
	width: 26px;
	height: 26px;
}

.shm_modal_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000000;
}

.shm_modal {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.shm_modal_screen {
	max-width: 500px;
	background-color: #EEE;
	border: 1px solid #FFF;
	min-height: 100px;
	margin: 100px auto;
	z-index: 1;
	display: flex;
	flex-direction: column;
}

.shm_modal_header {
	padding: 15px;
	font-size: 1.3rem;
	font-weight: 100;
	font-family: sans-serif;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	flex-grow: 1;
}

.shm_modal_body,
.shm_modal_footer {
	padding: 15px;
	font-size: 1rem;
	font-weight: 100;
	font-family: sans-serif;
	overflow-y: auto;
	flex-grow: 1;
}

.shm_modal_body {
	flex-grow: 1000;
	max-height: 380px;
}

.shm_modal_footer {
	display: flex;
	justify-content: flex-end;
}

.shm-max {
	max-width: 100%;
	height: 100%;
	margin: 0;
}

.shm-max .shm_modal_screen {
	max-width: 100%;
	height: calc(100% - 100px);
	margin: 50px;
}

.shm-max .shm_modal_body {
	max-height: 100%;
}

.shm_modal_close {
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-image: url(../img/close.svg);
	background-size: 21px 21px;
	background-position: center center;
	float: right;
	text-align: center;
}

.shm_modal_close:hover {
	background: rgba(0, 0, 0, 0.125);
}

.shm_modal_close:active {
	background: rgba(0, 0, 0, 0.25);
}

.shm-inline {
	display: inline-block !important;
}

.shm-icon {
	display: inline-block;
	padding: 2px;
	line-height: 1;
	min-width: 23px;
}

.shm-icon img {
	vertical-align: top;
}

.shm-icon-name {
	vertical-align: middle;
	font-size: 12px;
	color: #eee;
	margin-right: 20px;
	margin-left: 5px;
}

.req_descr {
	float: right;
	color: #dc3545;
	padding: 0 0 0 10px;
}

@keyframes wobble {
	0% {
		-moz-transform: translateX(0px) translateY(100px);
		-webkit-transform: translateX(0px) translateY(100px);
		-o-transform: translateX(0px) translateY(100px);
		-ms-transform: translateX(0px) translateY(100px);
		transform: translateX(0px) translateY(100px);
	}
	100% {
		-moz-transform: translateX(0px) translateY(0px);
		-webkit-transform: translateX(0px) translateY(0px);
		-o-transform: translateX(0px) translateY(0px);
		-ms-transform: translateX(0px) translateY(0px);
		transform: translateX(0px) translateY(0px);
	}
}
.msg {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 20px;
	max-width: 400px;
	background-color: rgba(0, 0, 0, 0.75);
	color: #FFF;
	pointer-events: none;
	animation-name: wobble;
	animation-duration: 1s;
}

.shm-alert {
	outline: 1px solid #FF3333;
	outline-offset: 2px;
}

.shm_type_icon,
.shm_type_icon2 {
	width: 50px;
	height: 50px;
	background-color: #00000000 0;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.column-type .shm_type_icon {
	background-size: contain;
}

.type-shm_point .shm_type_icon {
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.type-shm_point .column-type {
	vertical-align: middle;
}

.shm_type_icon2 {
	width: 75px;
	height: 75px;
	background-size: cover;
	background-color: transparent;
}

/*
	open street map
*/
.shml-title {
	font-size: 1rem;
	font-weight: bold;
	font-family: Open Sans, Arial, Sans serif;
	max-width: 200px;
}

.shml-body {
	margin-bottom: 30px;
	max-width: 200px;
}

input[type=checkbox].ganre_checkbox,
input[type=radio].ganre_checkbox,
input[type=checkbox].ganre_checkbox2,
input[type=radio].ganre_checkbox2 {
	position: absolute;
	opacity: 0;
	width: 0;
	min-width: 0px;
	height: 0;
	pointer-events: none;
}

input[type=checkbox].ganre_checkbox:not(.checked) + label,
input[type=checkbox].ganre_checkbox.checked + label,
input[type=checkbox].ganre_checkbox:not(checked) + label,
input[type=checkbox].ganre_checkbox:checked + label,
input[type=radio].ganre_checkbox:not(checked) + label,
input[type=checkbox].ganre_checkbox2:not(checked) + label,
input[type=checkbox].ganre_checkbox2:checked + label,
input[type=radio].ganre_checkbox2:not(checked) + label {
	position: relative;
	padding: 0 0 0 60px;
	height: 55px;
	vertical-align: middle;
	display: table-cell;
	margin-bottom: 2px;
}

/* ÐžÑ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ðµ Ð¿ÐµÑ€Ð²Ð¾Ð¹ Ñ‡Ð°ÑÑ‚Ð¸ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ° Ð² Ð²Ñ‹ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ð¾Ð¼ ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ð¸ (Ñ„Ð¾Ð½). */
input[type=checkbox].ganre_checkbox:not(.checked) + label:before,
input[type=checkbox].ganre_checkbox.checked + label:before,
input[type=checkbox].ganre_checkbox:not(checked) + label:before,
input[type=checkbox].ganre_checkbox:checked + label:before,
input[type=radio].ganre_checkbox:not(checked) + label:before,
input[type=checkbox].ganre_checkbox2:not(checked) + label:before,
input[type=checkbox].ganre_checkbox2:checked + label:before,
input[type=radio].ganre_checkbox2:not(checked) + label:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f0f0f1;
	border: 1px dashed #8599A4;
}

/* ÐœÐµÐ½ÑÐµÐ¼ Ñ„Ð¾Ð½ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, ÐºÐ¾Ð³Ð´Ð° Ð¾Ð½ Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½. */
input[type=checkbox].ganre_checkbox.checked + label:before,
input[type=checkbox].ganre_checkbox:checked + label:before,
input[type=radio].ganre_checkbox:checked + label:before,
input[type=checkbox].ganre_checkbox2:checked + label:before,
input[type=radio].ganre_checkbox2:checked + label:before {
	background: #fff;
	border: 1px solid #8599A4;
}

input[type=checkbox].ganre_checkbox:not(.checked) + label img,
input[type=checkbox].ganre_checkbox.checked + label img,
input[type=checkbox].ganre_checkbox:not(checked) + label img,
input[type=checkbox].ganre_checkbox:checked + label img,
input[type=radio].ganre_checkbox:not(checked) + label img,
input[type=checkbox].ganre_checkbox2:not(checked) + label img,
input[type=checkbox].ganre_checkbox2:checked + label img,
input[type=radio].ganre_checkbox2:not(checked) + label img {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 14px;
	left: 15px;
	-webkit-filter: grayscale(50%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(50%);
	opacity: 0.5;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

input[type=radio].ganre_checkbox:not(:checked) + label .shm-marker-svg,
input[type=checkbox].ganre_checkbox2:not(:checked) + label .shm-filter-item-svg {
	opacity: 0.5;
	-webkit-filter: grayscale(30%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(30%);
}

input[type=checkbox].ganre_checkbox.checked + label img,
input[type=checkbox].ganre_checkbox:checked + label img,
input[type=radio].ganre_checkbox:checked + label img,
input[type=checkbox].ganre_checkbox2:checked + label img,
input[type=radio].ganre_checkbox2:checked + label img {
	-webkit-filter: grayscale(0%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	opacity: 1;
}

input[type=checkbox].ganre_checkbox2:not(checked) + label,
input[type=checkbox].ganre_checkbox2:checked + label,
input[type=radio].ganre_checkbox2:not(checked) + label {
	padding: 0 0 0 28px;
	height: 33px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

input[type=checkbox].ganre_checkbox2:not(checked) + label:before,
input[type=checkbox].ganre_checkbox2:checked + label:before,
input[type=radio].ganre_checkbox2:not(checked) + label:before {
	width: 25px;
	height: 25px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

input[type=checkbox].ganre_checkbox2:not(checked) + label img,
input[type=checkbox].ganre_checkbox2:checked + label img,
input[type=radio].ganre_checkbox2:not(checked) + label img {
	width: 20px;
	height: 20px;
	top: 2px;
	left: 2px;
}

input[type=radio].shm-marker-checkbox + label img {
	object-fit: contain;
	width: 30px !important;
	height: 30px !important;
	top: 10px !important;
	left: 11px !important;
}

.shm-muffle {
	-webkit-filter: grayscale(90%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(90%);
	opacity: 0.6;
}

.shm-no-uline,
.shm-no-uline:hover {
	text-decoration: none !important;
	border-bottom: none !important;
	position: absolute;
	bottom: 4px;
	left: 4px;
}

.ballon_header {
	font-weight: 700;
}

.shm_ya_footer {
	font-size: 11px;
	margin-left: 20px;
	line-height: 1.1;
	margin-top: 6px;
	color: #444;
}

/**/
.leaflet-pane {
	z-index: 1 !important;
}

#tagsdiv-shm_point_type {
	display: none;
}

.leaflet-top, .leaflet-bottom {
	z-index: 3 !important;
}

.the-content p,
.the-content iframe,
.the-content blockquote {
	margin-bottom: 0.5rem !important;
}

.ymaps-2-1-68-balloon__close + .ymaps-2-1-68-balloon__content {
	padding-bottom: 30px;
}

.smc-label-782px {
	display: none;
}

/* 
	FULLSCREEN FOR LEAFLET 
	https://github.com/brunob/leaflet.fullscreen  
*/
.leaflet-control-fullscreen a {
	background: #fff url(../img/fullscreen.png) no-repeat 0 0;
	background-size: 26px 52px;
}

.leaflet-touch .leaflet-control-fullscreen a {
	background-position: 2px 2px;
}

.leaflet-fullscreen-on .leaflet-control-fullscreen a {
	background-position: 0 -26px;
}

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
	background-position: 2px -24px;
}

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
}

.leaflet-container.leaflet-fullscreen-on {
	width: 100% !important;
	height: 100% !important;
}

.leaflet-pseudo-fullscreen {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 99999;
}

.shm_icon_bck {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1px;
}

.shm_icon_placemark {
	width: 60px;
	height: 60px;
	margin: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 11px;
}

.shm_icon_placemark_title {
	font-size: 10px;
	background-color: #FFFFFF;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.leaflet-control-fullscreen a {
		background-image: url(../img/fullscreen@2x.png);
	}
}
/*
	END FULLSCREEN 
*/
@media screen and (max-width: 782px) {
	.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
		position: relative;
		clear: both;
		display: block !important;
		width: auto !important;
		overflow: visible;
		min-width: 400px;
		margin-top: 30px;
	}

	.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
		position: absolute;
		left: 10px;
		top: -30px;
		font-weight: 900;
		display: block;
		/* overflow: hidden; */
		width: 32%;
		content: attr(data-colname);
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.smc-label-782px {
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 10px 10px;
	}

	.shm-md-12 {
		max-width: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}

	.shm-md-left {
		text-align: left;
	}

	.shm-md-right {
		text-align: right;
	}

	.column-shortcodes {
		width: 100%;
	}
}
.shm-type-icon.shmapperMarkerSelected,
.shm-type-icon-1.shmapperMarkerSelected {
	border: 1px solid #111111;
}

/* OSM cloud */
.shml-popup-post-content p {
	line-height: 1.3;
}
.shml-popup-post-content p + p {
	margin-top: 5px;
}

.shm_container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
	overflow: hidden;
}

.shm_container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .shml-body {
	overflow: auto;
	padding-right: 5px;
}

.leaflet-popup-content .shml-popup-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	background-color: #F5F5F5;
}

.leaflet-popup-content .shml-popup-scroll::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

.leaflet-popup-content .shml-popup-scroll::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #888888;
}

.leaflet-popup-tip-container {
	bottom: -19px;
}

/* admin footer */
.shmapper-admin-footer {
	font-style: italic;
	padding-right: 10px;
}

.post-type-shm_map #footer-upgrade,
.post-type-shm_point #footer-upgrade,
.post-type-shm_request #footer-upgrade,
.shmapper_page_shm_settings_page #footer-upgrade {
	margin-top: 40px;
}

/** Range Control */
.shm-range[type=range] {
	display: inline-flex;
	padding: 0;
	border: none;
	-webkit-appearance: none;
	background-color: #bdc3c7;
	width: calc(100% - 30px);
	height: 5px;
	border-radius: 5px;
	margin: 0;
	outline: 0;
}

.shm-range[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color: #007cba;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: 1px solid #005a87;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.shm-range[type=range]::-webkit-slider-thumb:hover {
	background-color: #006799;
	border: 2px solid #0085ba;
}

.shm-range[type=range]::-webkit-slider-thumb:active {
	transform: scale(1.2);
}

.shm-admin-block .shm-range {
	margin-top: 12px;
	position: relative;
}

.shm-admin-block .shm-range + .description {
	margin-top: 20px;
}

.shm-admin-block .shm-range:after {
	content: attr(value);
	position: absolute;
	display: block;
	top: -8px;
	left: calc(100% + 10px);
}

.shm-marker-svg {
	position: absolute;
	top: 0px;
	left: 0;
	width: 52px;
	height: 52px;
	background-position: center center;
	background-repeat: no-repeat;
}

.shm-marker-image {
	position: absolute;
	top: 0px;
	left: 0;
	width: 52px;
	height: 52px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-origin: content-box;
	padding: 8px;
	box-sizing: border-box;
}

.shm-metabox-block-example img {
	max-width: 100%;
	height: auto;
	width: auto;
	display: block;
	box-shadow: 0 0 0 1px #f0f0f0;
}

/** Map Panel */
.shm-map-panel {
	z-index: 3;
	height: 30px;
	width: 100%;
	text-align: right;
	text-align: left;
}

/** Map Container */
.shm-map-block {
	margin-left: auto;
	margin-right: auto;
}
.shm-map-block:not(.alignwide):not(.alignfull) {
	max-width: var(--shm-map-max-width);
}
.shm-map-container {
	display: block;
	position: relative;
	height: 400px;
	width: 100%;
	border: 1px solid var(--shm-field-border-color);
	border-radius: var(--shm-border-radius);
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-sizing: border-box;
}
.shm-map-container.shm-map-has-legend {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 0;
}

/** Map Legend */
.shm-legend {
	width: 100%;
	padding: 5px 7px;
	background-color: var(--shm-legend-background);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	z-index: 1;
	border-bottom-right-radius: var(--shm-border-radius);
	border-bottom-left-radius: var(--shm-border-radius);
}
.shm-legend__item {
	display: flex;
	align-items: center;
}
.shm-legend__item .shm-icon {
	max-width: 40px;
}
.shm-legend__item .shm-icon img {
	max-height: 30px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.shm-legend__item .shm-icon svg {
	display: block;
	width: 26px;
	height: 26px;
	margin-right: -5px;
}

/** Map Legend */
.hms-filter-image {
	position: absolute;
	width: 26px;
	height: 24px;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.hms-filter-image &gt; img {
	position: static !important;
	top: auto !important;
	left: auto !important;
	max-height: 90% !important;
	max-width: 90% !important;
	height: auto !important;
	width: auto !important;
}

/** Map Container */
.shm-block-map .shm-map-container.is-server-side {
	background-image: url(../img/world.svg);
	background-size: 80%;
	background-position: center center;
	background-color: #e6f0ff;
}
.shm-block-map:not(.is-map-type-fullscreen) .shm-map-container {
	min-height: var(--shm-map-min-height);
}
.shm-block-map.is-map-type-fullscreen {
	--shm-form-width: 380px;
}
@media (min-width: 768px) {
	.shm-block-map.is-map-type-fullscreen {
		height: auto;
		min-height: var(--shm-map-min-height);
		position: relative;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 1px;
		display: flex;
		align-items: center;
	}
	.shm-block-map.is-map-type-fullscreen .shm-map-container,
.shm-block-map.is-map-type-fullscreen .shm-legend {
		border-radius: 0;
		position: absolute;
	}
	.shm-block-map.is-map-type-fullscreen .shm-map-panel,
.shm-block-map.is-map-type-fullscreen .shm-map-container,
.shm-block-map.is-map-type-fullscreen .shm-legend {
		position: absolute;
		left: 0;
		right: 0;
	}
	.shm-block-map.is-map-type-fullscreen .shm-map-panel {
		padding: 10px 5px;
		top: 0;
	}
	.shm-block-map.is-map-type-fullscreen .shm-map-container {
		height: 100% !important;
	}
	.shm-block-map.is-map-type-fullscreen.is-map-legend {
		padding-bottom: 40px;
	}
	.shm-block-map.is-map-type-fullscreen.is-map-legend .shm-map-container {
		height: calc(100% - 40px) !important;
	}
	.shm-block-map.is-map-type-fullscreen .shm-legend {
		bottom: 0;
	}
	.shm-block-map.is-map-type-fullscreen .shm-form-container {
		margin-top: 50px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 2;
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	}
}
@media (max-width: 767px) {
	.shm-block-map.is-map-type-fullscreen .shm-form-container {
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 25px;
	}
}</pre></body></html>