File: /var/www/html/shootinschool/wp-content/plugins/wp-google-maps/css/wp-google-maps-admin.css
.wpgmza-extension {
float: left;
margin: 0 15px 15px 0;
background: #fff;
border: 1px solid #ccc;
width: 320px;
padding: 14px;
height: 370px;
position: relative;
}
.wpgmza-extension h3 {
margin: 0 0 8px;
font-size: 13px;
}
.wpgmza-extension .wp-post-image {
width: 100%;
height: auto;
}
.wpgmza-extension .button-secondary {
position: absolute;
bottom: 14px;
left: 14px;
}
.wpgmza-plugin {
height: 250px;
}
.ui-tabs-nav li {
display: inline-block;
}
.ui-widget-header {
background: transparent !important;
border-style: none !important;
}
.ui-corner-all {
border-style: none;
border-radius: 0px ;
}
.ui-tabs-active {
background: #e4e4e4 !important;
}
.ui-tabs-active a {
}
.ui-state-default{
background: #E8E8E8;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
transition: background 0.2s;
-webkit-transition: background 0.2s;
-moz-transition: background 0.2s;
-o-transition: background 0.2s;
margin-right: 3px;
}
.ui-state-default a{
text-decoration: none;
color: black;
}
.ui-tabs-panel {
background: white !important;
margin-top: -19px !important;
padding: 13px;
}
.ui-slider {
position: relative;
text-align: left;
background: #E8E8E8;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
cursor: default;
background: #0073AA;
border-radius: 10px;
padding: 9px !important;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
/** Toggles from - http://callmenick.com/ */
.cmn-toggle {
position: absolute;
margin-left: -9999px;
visibility: hidden;
}
.cmn-toggle + label {
display: block;
position: relative;
cursor: pointer;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
input.cmn-toggle-round-flat + label {
padding: 0px;
width: 26px;
height: 17px;
background-color: #dddddd;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
display: block;
position: absolute;
content: "";
}
input.cmn-toggle-round-flat + label:before {
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
background-color: #fff;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
-o-transition: background 0.4s;
transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
top: 4px;
left: 4px;
bottom: 4px;
width: 9px;
background-color: #dddddd;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
-webkit-transition: margin 0.4s, background 0.4s;
-moz-transition: margin 0.4s, background 0.4s;
-o-transition: margin 0.4s, background 0.4s;
transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
background-color: #0073AA;
}
input.cmn-toggle-round-flat:checked + label:after {
margin-left: 8px;
background-color: #0073AA;
}
input.cmn-toggle-yes-no + label {
padding: 2px;
width: 33px;
height: 18px;
position: relative;
top: 1px;
}
input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: #fff;
font-family: sans-serif;
font-size: 13px;
text-align: center;
line-height: 24px;
}
input.cmn-toggle-yes-no + label:before {
background-color: #dddddd;
color: black !important;
content: attr(data-off);
-webkit-transition: -webkit-transform 0.5s;
-moz-transition: -moz-transform 0.5s;
-o-transition: -o-transform 0.5s;
transition: transform 0.5s;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
input.cmn-toggle-yes-no + label:after {
background-color: #0073AA;
content: attr(data-on);
-webkit-transition: -webkit-transform 0.5s;
-moz-transition: -moz-transform 0.5s;
-o-transition: -o-transform 0.5s;
transition: transform 0.5s;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
input.cmn-toggle-yes-no:checked + label:before {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
input.cmn-toggle-yes-no:checked + label:after {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
.switch {
display: inline-block;
margin-right: 5px;
top: 3px;
position: relative;
}
.update-blue{
border-left: 4px solid #0073AA;
}
.button-primary {
border-radius: 0px !important;
border-style: none !important;
background-color: #0073AA !important;
}
.button-seconday{
border-radius: 0px !important;
border-style: none !important;
}
.grey-out{
opacity:0.5;
}
.cmn-override-big{
width: 50px !important;
height: 28px !important;
}
.cmn-override-big-wide{
width: 100px !important;
height: 28px !important;
}
.cmn-override-big:after, .cmn-override-big:before, .cmn-override-big-wide:after, .cmn-override-big-wide:before{
line-height: 34px !important;
}
#wpgmza_marker_holder #wpgmza_table {
background-color: white;
padding: 10px;
}
#wpgmza_marker_holder #wpgmza_table_filter {
float: right;
}
#wpgmza_marker_holder #wpgmza_table_length {
float: left;
}
.wpgmza-promo {
border: 4px solid white;
box-shadow: 1px 1px 5px #ABABAB;
-webkit-box-shadow: 1px 1px 5px #ABABAB;
-moz-box-shadow: 1px 1px 5px #ABABAB;
}
.wpgmza-promo .wpgmza-promo-overlay{
opacity:0;
transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.wpgmza-promo:hover .wpgmza-promo-overlay{
opacity:1;
}
.wpgmza-promo-overlay {
background: #E8E8E8;
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
padding: 10px;
}
.wpgmza-promo-overlay h4, .wpgmza-promo-overlay p {
margin: 0px !Important;
}
.about-wrap {
margin-top: -20px !important;
}
.paginate_button {
background: white;
margin-right: 5px;
padding: 5px;
position: relative;
top: 8px;
cursor: pointer;
}
.paginate_button:hover {
background: #0073AA;
color: white;
}
#wpgmza_table_info {
padding: 7px;
}
.update-nag h4{
margin:0px !important;
}
.update-slim{
margin-top: 0px !important;
line-height: 15px !important;
}
.update-att, .wpgmza-upsell
{
border: 2px solid #FACE48;
border-radius: 5px;
background: #FACE48;
color: #fff;
/*margin: 10px;*/
box-sizing: border-box;
font-size: 13px;
/*border: 1px solid #ffba00;*/
color: #2b323c;
line-height: 1.4;
padding: 11px 15px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
display: inline-block;
margin-bottom: 10px;
}
.update-att a, .wpgmza-upsell a
{
color: #000;
opacity: .9;
font-weight: bold;
}
.update-att .fa, .wpgmza-upsell .fa
{
margin-right: 10px;
}
.update-map-overlay {
position: absolute;
margin-top: -103px !important;
margin-left: 5px;
}
.wpgmza-listing, .wpgmza-listing th span {
padding: 7px;
}
.wpgmza-listing{
border: 4px solid white !important;
}
.wpgmza-listing-comp {
border: 4px solid white !important;
background: white;
margin-bottom: 5px;
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
-moz-ox-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.wpgmza_map_seventy{
width:69% !important;
float:left;
margin-left: 1%;
}
#wpgmza_store_locator_default_radius_km,
#wpgmza_store_locator_default_radius_mi {
display: none;
}
#wpgmza_store_locator_default_radius_km.active,
#wpgmza_store_locator_default_radius_mi.active {
display: block;
}
#wpgmza-gdpr-compliance fieldset,
#wpgmza-global-settings #gdpr-compliance fieldset,
{
margin-bottom: 0.3em;
}
#wpgmza-gdpr-compliance fieldset>*,
#wpgmza-global-settings #gdpr-compliance fieldset>*
{
display: inline-block;
vertical-align: top;
}
#wpgmza-gdpr-compliance fieldset>label,
#wpgmza-global-settings #gdpr-compliance fieldset>label
{
width: 260px;
}
#wpgmza-gdpr-compliance input[type='number'],
#wpgmza-global-settings #gdpr-compliance input[type='number']
{
width: 64px;
}
#wpgmza-gdpr-compliance textarea,
#wpgmza-global-settings #gdpr-compliance textarea
{
resize: both;
}
#wpgmza-gdpr-compliance label,
#wpgmza-global-settings #gdpr-compliance label
{
cursor: auto;
}
#wpgmza-gdpr-compliance i,
#wpgmza-global-settings #gdpr-compliance i
{
cursor: help !important;
}
[name='wpgmza_gdpr_default_notice']
{
width: 80%;
}
[name='wpgmza_gdpr_default_notice']>p:first-child
{
margin-top: 0px;
}
[name='wpgmza_gdpr_company_name'], [name='wpgmza_gdpr_retention_purpose']
{
width: 50vw;
}
[name='wpgmza_gdpr_notice_override_text']
{
width: 50vw;
height: 200px;
}
#wpgmza-google-api-error-dialog
{
width: 66vw;
}
#wpgmza-google-api-error-list,
#wpgmza-google-api-error-list *
{
text-align: left;
}
#wpgmza-google-api-error-list
{
list-style: none;
}
#wpgmza-google-api-error-list li
{
background: ghostwhite;
padding: 0.5em;
margin: 0.5em;
}
#wpgmza-google-api-error-list li:before
{
content: "\26D4";
color: red;
}
#wpgmza-google-api-error-dialog a
{
color: blue;
}
#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons
{
float: right;
}
#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a
{
color: #444444;
background: #F3F3F3;
border: 1px #DADADA solid;
padding: 5px 10px;
border-radius: 2px;
cursor: pointer;
font-size: 9pt;
outline: none;
}
#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:hover {
border: 1px #C6C6C6 solid;
box-shadow: 1px 1px 1px #EAEAEA;
color: #333333;
background: #F7F7F7;
}
#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:active {
box-shadow: inset 1px 1px 1px #DFDFDF;
}
#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a i
{
font-weight: bold;
padding-right: 0.3em;
}
[aria-controls="wpgmza-gdpr-compliance"]
{
margin-left: 3px;
}
.ui-tabs-panel {
/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);*/
/* transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
}
.error {
border-width: 3px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);
}
#wpcontent {
padding: 20px;
padding-right: 25px;
padding-top: 0;
box-sizing: border-box;
}
.wrap {
margin: 0;
}
#wpgmza-map-edit__btns {
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 50px;
background: #fff;
z-index: 999;
text-align: right;
margin: 0;
box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04);
padding: 10px;
padding-right: 20px;
box-sizing: border-box;
border-top: 1px solid #ddd;
}
#wpgmza-map-edit__btns input {
display: inline-block;
vertical-align: middle;
}
#wpgmza-theme-editor {
box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04);
border-radius: 3px;
padding: 20px;
box-sizing: border-box;
}
#wpgmza_map {
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04);
}
.wpgmza-google-maps-api-error-overlay {
background: rgba(0,0,0,0.3) !important;
color: #fff;
box-sizing: border-box;
padding: 20px;
}
.wpgmza-google-maps-api-error-overlay h2 {
color: #fff;
margin-top: 5px;
}
.wpgmza-google-maps-api-error-overlay .template.notice {
background: transparent;
border: 1px solid #fff;
padding-bottom: 30px;
position: relative;
}
.wpgmza-google-maps-api-error-overlay a {
color: #fff !important;
font-weight: bold;
}
.wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons {
position: absolute;
bottom: 15px;
right: 10px;
}
.wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a{
background: transparent !important;
text-decoration: none !important;
color: #fff !important;
border: 1px solid #fff !important;
border-radius: 1px !important;
}
.wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a:hover {
background: #fff !important;
color: #333 !important;
border: 1px solid #fff !important;
}
#wpgmza_map {
position: relative;
}
#wpgmza_marker_holder {
background: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
border-radius: 3px;
}
#DataTables_Table_0 th:first-child {
width: 10px !important;
}
.dataTables_wrapper {
background-color:#FFF;
padding-left:5px;
padding-right:5px;
}
.dataTables_length,
.dataTables_filter,
.wpgmza-marker-listing__actions,
.dataTables_info,
.dataTables_paginate{
padding: 10px 20px;
}
.wpgmza-marker-listing__actions {
padding-bottom: 15px;
}
#DataTables_Table_0 th {
text-align: left;
}
#wpgmza_map_list_id {
width:20px;
}
body[class*="wp-google-maps"] .ui-tabs-nav {
/*overflow-x: scroll !important;*/
/*overflow-y: hidden !important;*/
/*white-space: nowrap !important;*/
font-size: 0 !important;
}
body[class*="wp-google-maps"] .ui-tabs-nav li {
display: inline-block !important;
font-size: 12px;
margin-bottom: 0 !important;
/*border-right: 1px solid #eee;*/
border-radius: 0;
transition: background .13s ease-in-out;
}
body[class*="wp-google-maps"] .ui-tabs-nav li a {
}
body[class*="wp-google-maps"] .ui-tabs-panel {
}
body[class*="wp-google-maps"] .ui-state-default {
background: #ebebeb;
}
body[class*="wp-google-maps"] .ui-state-default.ui-tabs-active {
background: #fff !important;
}
body[class*="wp-google-maps"] .ui-state-default:hover {
}
body[class*="wp-google-maps"] .ui-tabs-panel {
margin-top: 0 !important;
}
li[aria-controls="wpgmza-gdpr-compliance"] {
margin-left: 0;
}
.wpgmza-upgrade-tab,
.wpgmza-upgrade-tab a{
background: #FACE48 !important;
}
#wpgmza-pro-features {
padding: 0;
margin-top: 20px;
text-align: center;
}
.wpgmza-pro-features__item {
display: inline-block;
width: 33%;
vertical-align: top;
box-sizing: border-box;
padding: 10px ;
min-height: 300px;
}
.wpgmza-pro-features__item .wpgmza-card {
min-height: 360px;
}
.wpgmza-card {
background: #fff;
box-sizing: border-box;
padding: 20px;
border-radius: 3px;
position: relative;
box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);
}
.wpgmza-pro-features__item img {
border: none;
}
.wpgmza-pro-features__item p {
}
.wpgmza-feature-item__desc {
position: absolute;
bottom: 0;
left: 0;
right: 0;
box-sizing: border-box;
padding: 20px;
font-size: 14px;
}
#wpgmza-basic-footer-text {
text-align: center !important;
margin-top: 20px;
}
.wpgmza-nag {
border: 1px solid #eee;
line-height: 12px;
box-sizing: border-box;
background: #fff;
border-radius: 4px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);
font-size: 14px;
}
#wpgmaps_save_reminder {
margin-top: 20px;
}
.wpgmza.button,
body[class*="wp-google-maps"] .button.button-secondary{
background: #efefef;
border: none;
/*border: 2px solid #2B323C;*/
box-sizing: border-box;
line-height: 20px;
box-shadow: none;
outline: none;
transition: background-color .1s ease-in-out;
/*box-sizing: content-box !important;*/
}
.wpgmza.button:hover,
body[class*="wp-google-maps"] .button.button-secondary:hover{
background: #2B323C;
color: #fff;
/*border: 2px solid #2B323C;*/
}
.wpgmza.button:active,
.wpgmza.button:focus,
body[class*="wp-google-maps"] .button.button-secondary:active,
body[class*="wp-google-maps"] .button.button-secondary:focus{
outline: none;
box-shadow: none;
border: 2px solid #2B323C;
}
.wpgmza-error-message {
border: 2px solid #EE6385;
border-width: 2px !important;
padding: 20px !important;
box-sizing: border-box;
}
.wpgmza-error-message h1 {
color: #EE6385;
font-size: 17px;
padding: 0;
margin-bottom: 15px;
}
.wpgmza-error-message a {
color: #EE6385;
}
.wpgmza_copy_shortcode {
background: #fffbef !important;
box-shadow: none !important;
border: none !important;
padding: 7px 5px;
font-size: 15px !important;
color: #FACE48 !important;
border: 2px solid #FACE48 !important;
border-radius: 3px !important;
cursor: pointer;
text-align: center;
}
.ui-slider-handle {
border: 2px solid #FACE48 !important;
cursor: pointer !important;
}
.ui-slider-handle:active,
.ui-slider-handle:focus {
box-shadow: none !important;
outline: none !important;
}
#slider-range-max,
#zoom-on-marker-click-slider,
#override-users-location-zoom-levels-slider{
background: #FACE48 !important;
border: 1px solid #ccc !important;
border-radius: 30px !important;
}
.ui-slider-range.ui-slider-range-max {
background: #f9f9f9 !important;
}
body[class*="wp-google-maps"] {
background: #f5f5f9;
}
body[class*="wp-google-maps"] .ui-tabs {
background: transparent !important;
}
.update-att {
border: 2px solid #FACE48;
border-radius: 5px;
background: #FACE48;
color: #fff;
margin: 10px;
box-sizing: border-box;
font-size: 13px;
}
.update-att a {
color: #fff;
opacity: .9;
font-weight: bold;
}
.update-att .fa {
margin-right: 10px;
}
.wpgmza-marker-tab__title {
margin-top: 0;
}
#wpgmaps_tabs_markers .update-att {
margin: 0;
width: 100%;
margin-bottom: 10px;
}
#wpgmza-marker-tabs__wrap #tabs-m-2 {
max-height: 410px;
overflow: auto;
}
#wpgmza-marker-tabs__wrap {
margin-bottom: 20px;
}
#wpgmza-map-edit__markers {
clear: both;
padding-top: 10px;
}
.wpgmza-button__top-right {
position: absolute;
top: 10px;
right: 10px;
}
.ui-tabs-panel {
position: relative;
}
body[class*="wp-google-maps"] .button.button-secondary,
body[class*="wp-google-maps"] .button.button-primary{
height: 26px;
/*box-sizing: content-box;*/
border-radius: 3px !important;
}
body[class*="wp-google-maps"] .button.button-secondary {
height: 29px;
line-height: 25px;
vertical-align: top;
}
.wpgmza-clear {
clear: both;
}
.wpgmza-support-notice {
background: #0073AA !important;
color: #fff;
border: none;
border-radius: 3px;
margin: 0;
position: absolute;
top: 10px;
right: 0;
padding: 10px 20px !important;
display: none !important;
}
.wpgmza-support-notice a {
color: #fff;
}
#wpgmza-theme-editor {
padding: 0 !important;
background: #f5f5f9 !important;
}
#wpgmza-theme-editor__edit {
position: relative;
}
#wpgmza-theme-editor__feature {
position: sticky;
top: 0;
background: #fff;
z-index: 99;
border-bottom: 1px solid #eee;
padding: 10px 20px;
line-height: 28px;
box-shadow: 0 1px 4px rgba(0,0,0,0.07), 0 -1px 3px rgba(0,0,0,0.04);
}
#wpgmza-theme-editor__feature-settings {
padding: 20px;
padding-top: 10px;
}
#wpgmza-theme-editor__toggle {
position: absolute;
right: 20px;
top: 50%;
transform: translate(-50%, -50%);
cursor: pointer;
}
#wpgmza-map-theme-editor__holder {
display: none;
position: relative;
height: 0;
width: 100%;
}
#wpgmza-map-theme-editor__holder.active {
display: block;
}
#wpgmza-theme-editor {
display: block !important;
position: absolute !important;
right: 0 !important;
bottom: 4px !important;
transform: none !important;
width: 50% !important;
z-index: 99 !important;
height: 50px !important;
transition: all 0.7s cubic-bezier(.25, .8, .25, 1) !important;
animation: .3s wpgmzaSlideIn ease-in-out !important;
}
#wpgmza-theme-editor.active {
height: 260px !important;
}
@keyframes wpgmzaSlideIn {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.wpgmza-form-group__multiple {
display: flex;
}
.wpgmza-form-group__multiple fieldset {
margin-right: 20px;
flex: 1;
}
#wpgmza-maps-engine-dialog {
background: #f5f5f9;
}
.wpgmza-border-box__option {
background: #fff;
border-radius: 4px;
padding: 30px;
border: 2px solid #fff;
cursor: pointer;
box-shadow: 0 1px 4px rgba(0,0,0,0.07), 0 -1px 3px rgba(0,0,0,0.04);
}
.wpgmza-border-box__option:first-of-type {
margin-right: 20px;
}
.wpgmza-border-box__option:hover,
.wpgmza-border-box__option.selected{
border-color: #2B323C;
}
#wpgmza-confirm-engine {
padding: 3px 30px !important;
height: 45px !important;
margin-top: 30px;
font-size: 15px !important;
}
.wpgmza-border-box__option .wpgmza-mock-radio {
width: 100% !important;
left: 0 !important;
}
.wpgmza-border-box__option .wpgmza-mock-radio-button {
display: none !important;
}
.wpgmza-engine-logo {
max-height: 140px;
width: auto !important;
}
#wpgmza-maps-engine-dialog {
max-width: 800px
}
#wpgmza-confirm-engine[disabled],
#wpgmza-confirm-engine:disabled {
background: #2b323c66 !important;
color: #fff !important;
}
.wpgmza-promo img {
max-width: 200px;
}
.feature-section.three-col .col {
max-width: 33%;
display: inline-block;
margin-bottom: 30px;
}
.feature-section {
text-align: center;
}
.wpgmza-margin-0 {
margin: 0 !important;
}
.wpgmza-promo-overlay {
width: 100%;
background: none;
margin: 0 auto;
top: -100px;
background: rgba(0,0,0,0.3);
color: #fff;
bottom: unset;
padding: 15px 30px;
padding-top: 15px;
border-radius: 5px;
pointer-events: none;
width: max-content;
}
.wpgmza-promo-overlay * {
color: #fff !important;
}
.wpgmza-map-edit__mouse-tip {
text-align: center;
margin: 20px 0;
}
#wpgmza-theme-editor fieldset>label {
width: auto;
display: inline-block !important;
vertical-align: middle !important;
line-height: 30px;
margin-right: 10px;
}
#wpgmza-theme-editor fieldset>input,
#wpgmza-theme-editor fieldset>select{
display: inline-block !important;
vertical-align: middle !important;
}
#wpgmza-theme-editor .wpgmza-form-group {
border-bottom: 1px solid #eee;
padding: 10px 0;
}
#wpgmza-theme-editor fieldset {
margin: 0;
}
#wpgmza-theme-editor fieldset div {
display: inline !important;
}
#wpgmza-theme-editor .wpgmza-form-group:last-of-type {
margin-bottom: 10px;
}
body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:after {
background: #face48;
/*border: 1px solid #dcb02a !important;*/
color: #444444;
}
body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label {
border-radius: 2px;
overflow: hidden;
}
body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:before {
background: #eee;
/*border: 1px solid #ccc;*/
border-radius: 3px;
}
body[class*="wp-google-maps"] input[type=checkbox]:checked:before {
color: #face48;
}
body[class*="wp-google-maps"] input.cmn-toggle-round-flat:checked + label,
body[class*="wp-google-maps"] input.cmn-toggle-round-flat:checked + label:after{
background: #face48;
}
body[class*="wp-google-maps"] .ui-slider-handle {
transition: transform .2s ease-in-out;
}
body[class*="wp-google-maps"] .ui-slider-handle:hover {
transform: scale(1.2);
}
body[class*="wp-google-maps"] input[type="text"],
body[class*="wp-google-maps"] select {
box-shadow: none;
border: 1px solid #ccc;
border-radius: 2px;
transition: border .12s ease-in-out;
}
body[class*="wp-google-maps"] select {
cursor: pointer;
}
body[class*="wp-google-maps"] input[type="text"]:not(.color):hover,
body[class*="wp-google-maps"] select:hover{
border-color: #face48;
}
body[class*="wp-google-maps"] input[type="text"]::placeholder {
color: #ccc;
}
#wpgmaps_tabs_markers td {
padding-bottom: 10px;
}
.wpgmza-info__small {
color: #333;
opacity: .5;
padding: 3px;
margin-top: 3px;
display: inline-block;
}
.wpgmza-info-right {
margin-left: 10px;
}
:not(.wpgmza-no-flex) .wpgmza-flex
{
display: flex;
align-items: center;
}
.wpgmza-flex a {
/* margin-right: 3px !important; */
}
.button.button-secondary,
.button.button-primary {
color: #fff !important;
}
body[class*="wp-google-maps"] input[type="text"] {
/*border: none !important;*/
/*border-bottom: 2px solid #e8e8e8 !important;*/
/* removed by Nick 05 Feb 2020 */
}
body[class*="wp-google-maps"] input[type="text"]:active,
body[class*="wp-google-maps"] input[type="text"]:focus,
body[class*="wp-google-maps"] input[type="text"]:hover{
border-color: #2B323C !important;
}
.wpgmza-listing-comp {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);
border-radius: 2px;
padding: 15px;
box-sizing: border-box;
}
.wpgmza-listing {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important;
border-radius: 3px;
}
.wpgmza-listing a {
color: #333 !important;
}
.wpgmza-listing-comp input {
width: 100%;
}
.wpgmza-listing-comp td {
padding-bottom: 10px;
}
#wpgmza-polygon-textarea {
display: block;
clear: both;
padding-top: 20px;
}
#wpgmza-polygon-textarea textarea {
margin-top: 10px;
width: 100% !important;
box-shadow: none;
}
body[class*="wp-google-maps"] input[type="text"].wpgmza_copy_shortcode {
border: 2px solid #face48 !important;
}
#wpgmza-support__row {
background: transparent;
display: flex;
}
.wpgmza-support__col {
padding: 10px;
box-sizing: border-box;
flex: 1;
}
.wpgmza-support__col .wpgmza-card {
height: 100%;
}
.wpgmza-support__col h2 {
margin-top: 0;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
}
.wpgmza-support__col h2 i {
margin-right: 10px;
color: #face48
}
#wpbody {
padding-top: 5px;
}
input[type="radio"]
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #fff;
color: #333;
border: 0;
border-radius: 50%;
cursor: pointer;
margin-right: 7px;
outline: none;
border: 1px solid #2B323C;
}
input[type="radio"]:checked::before
{
content: '';
display: block;
position: absolute;
color: #fff;
left: 50%;
top: 50%;
background: #2B323C;
transform: translate(-50%,-50%);
width: 7px;
height: 7px;
margin: 0;
}
input[type="radio"]:hover
{
background-color: #fff;
}
input[type="radio"]:checked
{
background-color: #fff;
border: 1px solid #333;;
}
input[type="radio"]:active,
input[type="radio"]:focus {
outline: none;
box-shadow: none;
}
#wpgmaps_tabs select,
#wpgmaps_tabs input:not([type="checkbox"]):not([type="radio"]){
min-width: 200px;
}
#wpgmza-welcome-page {
width: 100%;
margin: 0 auto;
text-align: center;
}
#wpgmza-welcome-page .about-text,
#wpgmza-welcome-page h1 {
width: 100%;
}
#wpgmza-welcome-page #wpgmza-support__row {
justify-content: center;
}
.wpgmza-flex-grid__item {
flex: 1;
padding: 20px;
box-sizing: border-box;
}
.wpgmza-flex-grid__item .wpgmza-card {
height: 100%;
}
#wpgmza-welcome-page .nav-tab {
background: #face48;
border: none;
color: #fff !important;
font-weight: normal;
}
#wpgmza-welcome-page .nav-tab-wrapper {
text-align: center !important;
border-bottom: 1px solid #e7e7e7;
}
.wpgmza-card h4 {
margin: 0;
margin-bottom: 15px;
}
.wpgmza-error-message {
border-left-color: #EE6385;
}
.wpgmza-error-message a {
color: #EE6385 !important;
}
input[type="text"].wpgmza_copy_shortcode {
color: #2B323C !important;
border: 2px solid #2B323C !important;
background: #f4f7fb !important;
}
.button.button-secondary {
color: #2B323C !important;
}
select[id*="width"],
select[id*="height"]{
min-width: 50px !important;
}
.button-primary:disabled,
.button-primary[disabled]{
background: #2B323C !important;
color: #fff !important;
opacity: .3
}
#wpgm_notice_message_save_marker,
#wpgm_notice_message_addfirst_marker{
margin-top: 10px;
}
#wpgm_notice_message_save_marker .update-nag,
#wpgm_notice_message_addfirst_marker .update-nag{
padding: 6px 15px !important;
border: 2px solid #FACE48;
color: #333;
box-shadow: none;
border-radius: 5px;
width: 100%;
box-sizing: border-box;
text-align: center !important;
}
table.dataTable thead th, table.dataTable thead td {
border-bottom: 1px solid #ddd;
}
table.dataTable tfoot th, table.dataTable tfoot td {
border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td, table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
background: #fff;
}
tbody tr .sorting_1 {
text-align: center;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd ,
table.dataTable.display tbody tr.odd td{
background: #f9f9f9 !important;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
background: #f4f4f4 !important;
}
tbody tr.even>.sorting_1 {
background: #f9f9f9 !important;
}
table.dataTable.display tbody tr:hover td {
transition: background .12s ease-in-out;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover td {
background: #f9f9f9;
}
table.dataTable.hover tbody tr.odd:hover, table.dataTable.display tbody tr.odd:hover td {
background: #f4f4f4 !important;
}
.wpgmza-listing td {
vertical-align: middle;
}
.wpgmza-wizard-option__info-title {
border-bottom: 1px solid #eee;
padding: 10px;
padding-top: 0;
margin-bottom: 10px;
}
.wpgmza-wizard-option__info-title i {
margin-right: 10px;
}
.wpgmza-listing {
padding: 0;
}
.maps_page_wp-google-maps-menu-custom-fields {
background: #F5F5F9;
}
#wpcontent {
padding-left: 0;
padding: 30px;
}
#wpgmza-custom-fields h1 {
font-size: 25px;
margin-bottom: 15px;
}
#wpgmza-custom-fields .wp-list-table {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important;
border-radius: 3px;
}
.wpgmza-infowindow-style-picker {
flex-wrap: wrap;
justify-content: center;
text-align: center;
}
#wrap {
}
.wpgmza-infowindow-picker__item {
padding: 10px;
box-sizing: border-box;
flex: 1;
}
.wpgmza-infowindow-picker__item .wpgmza-card {
padding: 0;
min-width: 120px;
}
.wpgmza-infowindow-picker__item img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
height: 50px;
width: auto;
}
.wpgmza_mlist_selection_activate {
border: none !important;
}
.wpgmza_mlist_selection_activate .wpgmza-card {
border-color: #2B323C;
}
.notice-success, div.updated {
padding: 10px;
border: 2px solid #46b450;
border-radius: 3px;
}
.wpgmza-card {
display: block !important;
}
.wpgmza-marker-listing-picker__item {
padding: 6px;
box-sizing: border-box;
flex-grow: 1;
flex-basis: 0;
max-width: 200px;
}
.wpgmza-marker-listing-picker__item .wpgmza-card {
padding: 10px !important;
width: 100%;
text-align: center;
}
.wpgmza-marker-listing-picker__item.selected .wpgmza-card {
border-color: #2B323C;
}
.wpgmza-marker-listing-picker {
flex-wrap: wrap;
text-align: center;
justify-content: center;
}
.wpgmza-listing-item__title {
display: block;
margin-top: 10px;
}
.wpgmza-infowindow-style__name {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
padding: 15px;
box-sizing: border-box;
}
.wpgmza-infowindow-picker__item .wpgmza-card {
height: 180px;
}
.wpgmza-infowindow-picker__item img {
top: 45%;
}
a {
color: #2f76e1;
}
a:hover {
color: #1e5ec0;
}
#wpgmza_marker_holder table thead th {
border-top: 1px solid #eee;
}
#wpgmza_marker_holder table tfoot th {
border-bottom: 1px solid #eee;
padding: 13px 0;
}
.wpgmza-card ul {
list-style: none;
padding: 0;
margin: 0;
}
.wpgmza-card ul li {
margin: 0;
padding: 3px 0;
}
.wrap > h1:first-of-type {
margin-bottom: 10px;
padding-top: 0;
}
textarea[name="wpgmza_custom_css"],
textarea[name="wpgmza_custom_js"]{
background: #2B323C;
color: #fff !important;
padding: 20px 25px;
border-radius: 5px;
width: 500px;
max-width: 100%;
min-height: 250px;
}
body[class*="wp-google-maps"] input[type="text"]:hover,
body[class*="wp-google-maps"] select:hover {
border-color: #2B323C;
}
.wpgmza-buttons__right {
text-align: right;
position: relative;
max-width: 100%;
padding: 15px 0;
box-sizing: border-box;
}
textarea[name="wpgmza_custom_js"]:active,
textarea[name="wpgmza_custom_js"]:focus,
textarea[name="wpgmza_custom_css"]:active,
textarea[name="wpgmza_custom_css"]:focus,
#wpgmza-custom-fields-table input:active,
#wpgmza-custom-fields-table input:focus{
box-shadow: none;
outline: none;
}
hr {
border-color: #f4f4f4 !important;
}
.maps_page_wp-google-maps-menu-settings .ui-tabs-panel,
.maps_page_wp-google-maps-menu-advanced .ui-tabs-panel{
padding: 20px;
}
.maps_page_wp-google-maps-menu-settings .ui-tabs-panel h3,
.maps_page_wp-google-maps-menu-advanced h2 {
margin-top: 0;
margin-bottom: 15px;
}
#wpgmza-gdpr-compliance-notice {
min-width: 100%;
}
.wpgmza-buttons__float-right {
position: absolute;
right: 20px;
bottom: 20px;
}
#wpgmza-import-target-map-panel table {
border: 1px solid #ddd !important;
margin-bottom: 15px;
margin-top: 15px;
box-shadow: none !important;
}
#wpgmza-advanced__get-help-link {
text-align: right;
padding: 20px;
}
body[class*="wp-google-maps"] .button.button-secondary:hover {
color: #fff !important;
}
.wpgmza_file_select_btn + #wpgmaps_import_file_name:not(:empty){
border: 1px solid #2B323C;
padding: 7px 10px;
border-radius: 3px;
display: inline-block;
}
.notice p {
margin: 0;
}
#wpgmap_import_schedule_list_table,
#wpgmap_import_file_list_table,
#import_options table{
border: 1px solid #ccc !important;
box-shadow: none !important;
}
#import_options table {
margin-top: 10px;
margin-bottom: 10px;
}
#wpgmap_import_schedule_list_table .import_schedule_edit{
margin-top: 10px;
display: inline-block;
}
#wpgmap_import_schedule_list_table span[name="status"] {
opacity: .6;
margin-left: 20px;
border-left: 1px solid #ccc;
padding-left: 20px;
}
#wpgmza-category-table * {
color: #333;
}
.wrap .add-new-h2,
.wrap .add-new-h2:active{
color: #2B323C;
border: 2px solid #2B323C;
padding: 6px 15px;
border-radius: 4px;
background: transparent;
transition: all .12s ease-in-out;
}
.wrap .add-new-h2:hover,
.wrap .add-new-h2:focus,
.wrap .add-new-h2:active {
background: #2B323C;
color: #fff;
border-color: #2B323C;
outline: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 2px 5px rgba(0,0,0,0.14) !important;
}
#wpmgza_unsave_notice {
display: inline-block !important;
opacity: 0;
transition: all .12s ease-in-out;
border: 2px solid #0073AA;
border-radius: 3px;
padding: 7px 10px;
color: #0073AA;
pointer-events: none;
}
#wpmgza_unsave_notice.visible {
opacity: 1;
}
#wpgmaps_add_marker_category table {
width: 100%;
}
.wpgmza-category-icon__btns {
margin: 10px 0;
}
.wpgmza_general_btn {
padding: 3px 15px !important;
}
.wpgmza-category-icon__btns {
height: 40px;
}
.wpgmza-category-icon__btns * {
flex: 1;
text-align: center;
display: inline-block;
vertical-align: middle;
padding: 14px !important;
height: 100% !important;
line-height: 0px !important;
font-size: 13px !important;
}
.wpgmza-category-icon__btns a {
line-height: 7px !important;
margin-top: 1px !important;
}
.wpgmza-center-msg {
text-align: center;
display: block;
font-size: 11px;
opacity: .7
}
.ui-tabs {
padding: 0 !important;;
}
#wpgmza-save-map-btn {
position: absolute;
right: 10px;
top: 50%;
transform: translateY( -50%);
height: 35px !important;
line-height: 0 !important;
}
.wpgmza-map-edit__mouse-tip {
text-align: center;
width: 100% !important;
}
.wpgmza-select-theme-preset,
.wp-core-ui .wpgmza-select-theme-preset{
color: #fff !important;
border: 2px solid #fff !important;
line-height: 0 !important;
height: 32px !important;
}
.wpgmza-select-theme-preset:hover,
.wp-core-ui .wpgmza-select-theme-preset:hover {
background: #fff !important;
color: #333 !important;
}
#wpgmza-theme-presets .owl-item img {
border: 2px solid transparent;
box-sizing: border-box;
border-radius: 5px !important;
transition: all .12s ease-in-out;
}
#wpgmza-theme-presets .owl-item img:hover {
border-color: #333;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 30px rgba(0,0,0,0.14) !important;
}
.owl-carousel .owl-dot span {
background: transparent !important;
border: 2px solid #2B323C !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #2B323C !important;
}
.owl-dot:active,
.owl-dot:focus,
.owl-dot:hover {
box-shadow: none;
outline: none !important;
}
textarea {
border: 2px solid #ccc;
box-shadow: none;
border-radius: 3px;
}
textarea:hover,
#poly_line_list:hover {
border-color: #2B323C;
}
textarea[name="wpgmza_theme_data"] {
min-width: 400px;
height: 100px;
}
textarea:active,
textarea:focus,
textarea:hover {
box-shadow: none;
outline: none;
}
#wpgmaps_tabs {
overflow: visible;
}
#wpgmza-theme-editor {
bottom: 0 !important;
}
#wpgmza-theme-editor {
display: none !important;
}
#wpgmza-theme-editor.active{
display: block !important;
}
#wpgmza-theme-editor__feature-settings {
box-sizing: border-box !important;
}
#wpgmza-theme-editor__feature-settings * {
min-width: unset !important;
}
#wpgmza-map-edit__btns input {
}
#wpgmza_addmarker {
margin-top: 10px;
}
#wpgmza-marker-edit-panel > div {
margin-top: 10px;
}
#wpgmza-marker-tabs__wrap > div:first-of-type {
margin-bottom: 20px;
}
.wpgmza-save-marker {
width: 100%;
}
#wpgmaps_options fieldset {
margin-bottom: 10px;
}
.wpgmza-center {
text-align: center;
}
.wpgmza-gallery-input li.wpgmza-add-new-picture {
border: 3px dashed #ddd;
border-radius: 3px;
color: #ddd;
transition: all .1s ease-in-out;
}
.wpgmza-gallery-input li.wpgmza-add-new-picture:hover,
.wpgmza-gallery-input li:hover{
color: #2B323C;
border: 3px solid #2B323C;
}
.wpgmza-gallery-input li {
border: 3px dashed #ddd;
border-radius: 3px;
padding: 30px !iimportant;
box-sizing: border-box;
background-origin: content-box !important;
cursor: pointer;
}
.wpgmza-gallery-input li:hover .wpgmza-delete-gallery-item {
display: block;
}
button.wpgmza-delete-gallery-item {
bottom: 5px;
right: 5px;
border-radius: 0;
cursor: pointer;
display: none;
}
#wpgmza_marker_holder .wpgmza-flex a {
flex: 1;
}
.wpgmza-marker-icon-preview {
border: none;
}
.wpgmza-marker-panel label {
display: block !important;
margin-bottom: 6px;
margin-top: 6px;
}
#wpgmaps_options fieldset>label+div, .wpgmza-marker-panel fieldset>label+div {
width: 100%;
display: block;
}
.wpgmza-gallery-input {
text-align: left;
}
.wpgmza-text-field__description {
display: block;
margin-top: 5px;
opacity: .7
}
.wpgmza-marker-library-dialog {
background: #F5F5F9;
padding-top: 50px;
}
.wpgmza-marker-library-dialog iframe {
border: 1px solid #ccc;
box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 1px 3px rgba(0,0,0,0.04);
}
#wpgmza-powered-by-mappity {
background: #6539C2;
color: #fff;
padding: 5px 10px;
border-radius: 4px;
position: absolute;
top: 10px;
right: 30px;
}
#wpgmza-powered-by-mappity a {
color: #fff;
}
.wpgmza-input-button__line {
display: flex !important;
}
#wpgmza-marker-tabs__wrap h2 {
margin: 0;
margin-bottom: 20px;
}
#wpgmza-powered-by-mappity {
display: none;
}
.remodal-is-opened #wpgmza-powered-by-mappity {
display: block;
}
.wpgmza-label-amber {
background: #FACE48;
color: #fff;
padding: 5px 10px;
font-size: 16px;
margin-left: 6px;
}
input[id*="width"],
input[id*="height"]{
min-width: 70px !important;
}
.notice.notice-error {
border: 2px solid #dc3232;
box-shadow: none;
padding: 10px 15px !important;
}
#wpgmaps_marker_category_priority {
width: 204px;
}
select,
textarea,
input[type="number"],
input[type="date"],
input:not([type="checkbox"]):not(.wpgmza_general_btn):not(.button):not(.button-primary) {
/*border-width: 2px !important; */
/* removed by nick 05 Feb 2020 */
}
.wpgmza-label-amber {
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.04) !important;
}
.wpgmza-marker-select__btns input,
.wpgmza-marker-select__btns a,
.wpgmza-marker-select__btns span{
flex: 1;
text-align: center;
display: inline-block;
vertical-align: middle;
height: max-content;
}
.wpgmza_file_select_btn {
border: 1px solid #eee;
}
.wpgmza-marker-select__btns #wpgmza_mm img {
max-width: 100px;
}
#wpgmaps_options h3 {
margin-top: 0;
margin-bottom: 10px;
}
#wpgmaps_options td {
padding-bottom: 10px;
}
.wpgmza-marker-select__btns + .wpgmza-center {
width: 100%;
text-align: center;
}
.ui-tabs-nav li:hover a {
color: #000;
}
#wpgmaps_tabs_markers .wpgmza-open-layers-feature-coming-soon {
margin-top: 50px;
}
#wpgm_premium {
width: 100% !important;
text-align: center;
}
#wpgm_premium .wpgmza-flex
{
flex-wrap: wrap;
flex-basis: 20%;
align-items: stretch;
}
#wpgm_premium .wpgmza-flex .wpgm_premium_row {
flex: 1;
flex-basis: 25%;
}
#wpgm_premium .wpgm_premium_row {
overflow: hidden;
padding: 10px;
box-sizing: border-box;
}
.wpgm_premium_row,
.wpgm_premium_row .wpgmza-card{
display: inline-block !important;
}
.wpgm_premium_row .wpgmza-card {
height: 100%;
width: 100%;
overflow: hidden;
/*border: 2px solid ;*/
border-radius: 3px;
text-align: left;
}
.wpgm_premium_row .wpgmza-card:hover {
border-color:
}
#wpgm_premium .wpgm_premium_row h2 {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0;
}
#wpgm_premium .wpgm_premium_row p {
font-size: 15px;
line-height: 23px;
}
.wpgm_details {
display: block;
clear: both;
float: none;
width: 100%;
}
.wpgmza-card .wpgm_icon {
width: 25px;
height: 25px;
background-size: cover;
position: absolute;
right: 10px;
top: 10px;
}
#WPGMFeeds h4 {
margin-top: 0;
}
#WPGMMapList {
width:100%;
}
#WPGMLatestNews, #WPGMFeatureRequests, #WPGMLatestTopics {
width:33%;
float:left;
}
#WPGMLatestNewsInner, #WPGMFeatureRequestsInner, #WPGMLatestTopicsInner {
padding:10px;
display:block;
overflow:auto;
}
span.wpgmTimeAgo {
padding: 2px;
font-size: 0.7em;
background-color: #f5f5f9;
border-radius: 5px;
padding-left: 5px;
padding-right: 5px;
}
@media(max-width: 1460px) {
#WPGMLatestNews {
width:100%;
margin-top:10px;
}
#WPGMLatestNewsInner {
margin-top: 5px;
}
#WPGMMapList {
width:100%;
}
}
@media(max-width: 1150px) {
#wpgm_premium .wpgmza-flex .wpgm_premium_row {
flex: 1;
flex-basis: 33%;
}
}
@media(max-width: 800px) {
#wpgm_premium .wpgmza-flex .wpgm_premium_row {
flex: 1;
flex-basis: 50%;
}
}
@media(max-width: 550px) {
#wpgm_premium .wpgmza-flex .wpgm_premium_row {
flex: 1;
flex-basis: 100%;
}
}
#wpgmza-upgrade-now__btn {
display: block;
margin: 0 auto;
padding: 20px !important;
height: 50px !important;
font-size: 20px !important;
border-radius: 5px !important;
width: 400px !important;
line-height: 10px !important;
}
#wpgmza-pro-upgrade-tab {
text-align: center;
}
#wpgmza-pro-upgrade-tab h1 {
font-weight: bold !important;
margin-top: 10px;
}
.wpgmza-support-notice {
top: -15px;
right: -17px;
background: #fff !important;
border: 3px solid #FACE48 !important;
color: #333;
}
.wpgmza-support-notice a {
color: #333;
}
.wpgmza-popup-notification {
position: fixed;
bottom: 60px;
right: 19px;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.04) !important;
background: #FACE48;
color: #fff;
padding: 7px 16px;
margin-left: 6px;
font-size: 13px;
z-index: 99999999999;
animation: 4s wpgmzaPopupNotification forwards;
}
@keyframes wpgmzaPopupNotification {
0% {
opacity: 0;
transform: translateY(100px);
}
10% {
opacity: 1;
transform: translateY(0);
}
80% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(100px);
}
}
body[class*="wp-google-maps"] .wpgmza-listing {
/* border: none !important */
/* removed by Nick 05 Feb 2020 */
}
.wpgmza-listing a:active,
.wpgmza-listing a:focus{
outline: none;
box-shadow: none;
}
body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label{
overflow: visible !important;
}
body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:hover:after,
body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:hover:before{
box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.04) !important;
}
#wpgmza-directions-box-settings label {
margin-right: 30px;
margin-bottom: 10px;
margin-top: 10px;
}
#wpgmaps_tabs input[type="color"] {
padding: 0;
width: 25px;
height: 25px;
min-width: unset !important;
cursor: pointer;
}
@media(max-width:600px) {
#wpgmza-marker-tabs__wrap > div {
float: none;
clear: both;
display: block;
min-width: 100%;
}
.wpgmza-pro-features__item {
display: block;
width: 100%;
}
}
#wpgmaps_add_poly_form textarea,
#wpgmaps_add_polyline_form textarea,
#wpgmaps_add_heatmap_form textarea{
width: 100%;
}
#wpgmaps_add_poly_form .button.button-secondary,
#wpgmaps_add_polyline_form .button.button-secondary,
#wpgmaps_add_heatmap_form .button.button-secondary,
#wpgmaps_add_circle_form .button.button-secondary,
#wpgmaps_add_rectangle_form .button.button-secondary{
height: 38px;
line-height: 33px
}
#wpgmaps_tabs_markers th {
text-align: left;
border-bottom: 1px solid #eee;
padding-bottom: 8px;
}
#wpgmaps_tabs_markers td {
padding: 2px 0;
border-bottom: 1px solid #eee;
}
.wpgmza-label-amber {
color: #2B323C;
}
input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
color: #2B323C;
}
.wpgmza-select-theme-preset, .wp-core-ui .wpgmza-select-theme-preset {
background: #fff !important;
color: #2B323C !important;
}
.wpgmza-select-theme-preset:hover, .wp-core-ui .wpgmza-select-theme-preset:hover {
background: #f9f9f9 !important;
border-color: #2B323C !important;
}
#wpgmza-title-label {
font-weight: 600;
}
.wp-core-ui .button-primary {
box-shadow: none;
border-radius: 3px !important;
}
input[type="checkbox"] {
color: #2B323C;
border: 1px solid #ccc !important;
box-shadow: none;
width: auto;
}
/*input[type="checkbox"]:checked {
background: #333;
border-color: #2B323C !important;
}*/
input[type="checkbox"]:before {
color: #2B323C !important;
}
/*input[type="checkbox"]:before {
color: #2B323C !important;
color: #fff !important;
}*/
input[type="checkbox"]:active,
input[type="checkbox"]:focus {
outline: none;
box-shadow: none;
}
input[type="checkbox"]:hover {
border-color: #2B323C !important;
}
input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
color: #2B323C;
box-sizing: border-box;
line-height: 20px;
}
.ui-tabs-nav::-webkit-scrollbar {
width: 0px;
background: transparent;
}
.ui-tabs-nav {
-ms-overflow-style: none;
scrollbar-height: none;
}
.ui-tabs-nav::-webkit-scrollbar {
display: none;
}
#wpgmaps_tabs_markers #qt_wpgmza-description-editor_toolbar input {
width: auto !important;
}
.wpgmza-flex__item {
flex: 1;
text-align: left;
padding: 0 !important;
}
.wpgmza-flex__item input {
text-align: left;
padding-left: 5px !important;
}
#wpgmza-category__upload-image-button {
max-width: 250px;
padding-left: 10px !important;
}
#wpgmza-category__upload-image-button button {
width: 100%;
}
.wpgmza-panel {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important;
}
.wpgmza-custom-fields__iconpicker-wrap .iconpicker {
border-width: 2px !important;
}
#wpgmza-marker-tabs__wrap > div:nth-child(2) {
overflow-x: hidden !important;
}
.wpgmza-popup-notification {
color: #333;
}
textarea[name="wpgmza_custom_css"],
textarea[name="wpgmza_custom_js"] {
border-color: #2B323C;
}
.cmn-override-big-wide:before,
.cmn-override-big-wide:after,
.cmn-override-big:after,
.cmn-override-big:before{
line-height: 30px !important;
}
.wpgmza_nag_review_div h3 {
margin-top: 5px;
margin-bottom: 5px;
}
.button-border {
border: 2px solid #333;
color: #333;
text-decoration: none;
padding: 5px 10px;
line-height: 15px;
height: 20px;
display: inline-block;
border-radius: 3px;
}
.button-border__green {
border-color: #909090;
opacity: 1.0;
border-width: 1px;
}
/*.button-border__green:hover {
color: #fff;
}*/
.wpgmza-form-group__multiple > div {
flex: 1;
display: flex;
padding: 3px;
padding-left: 10px;
line-height: 30px;
box-sizing: border-box;
}
.wpgmza-form-group__multiple > div * {
flex: 1;
}
#wpgmza_theme_editor_element {
width:100%;
}
#wpgmza-theme-editor input[type="number"] {
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
#wpgmza-theme-editor select {
padding-left: 10px !important;
}
#wpgmza-theme-editor input[type="color"] {
height:25px;
padding: 0 2px;
width: 25px;
cursor: pointer;
}
#wpgmza-theme-editor__feature-settings {
box-sizing: border-box;
padding-bottom: 0;
}
#wpgmza-theme-editor {
overflow-y: hidden;
}
#wpgmza-theme-editor__invert-lightness label {
line-height: 16px;
}
.wpgmza-marker-icon-picker > * {
flex: 1;
}
.wpgmza-marker-icon-picker button {
margin: 2px !important;
}
#wpfooter
{
position: static !important;
}
#slider-range-max,
#zoom-on-marker-click-slider,
#override-users-location-zoom-levels-slider,
#zoom-on-marker-listing-click-slider,
#zoom-level-mobile-override-slider
{
display: block;
width: 50%;
}
.wpgmza-feature-drawing-instructions,
.wpgmza-feature-editing-instructions
{
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
padding: 0.5em;
background: white;
border-radius: 3px;
position: absolute;
bottom: 1em;
left: 1em;
max-width: 80%;
}
.wpgmza-feature-drawing-instructions ul,
.wpgmza-feature-editing-instructions ul
{
list-style: outside;
padding-left: 2em;
padding-right: 2em;
margin: 0.3em 0;
}
.wpgmza-feature-drawing-instructions ul > li,
.wpgmza-feature-editing-instructions ul > li
{
margin-bottom: 0;
}
div#wpgmaps_tabs_markers {
/*float: left;
width: 49%;*/
/* NB: Removed - this was causing the lower panels to only take up half the page */
}
/* NB: This should achieve what I believe you're trying to do here */
.wpgmza-feature-panel-container {
width: 100%;
}
#wpgmza-global-settings .settings-group {
display: block;
float:left;
}
#wpgmza-global-settings legend {
width:20%;
float: left;
}
#wpgmza-global-settings fieldset{
margin-bottom: 8px;
}
.wpgmza-feature-panel-container + h3
{
clear: both;
}
[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate .paginate_button.current,
[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate a.paginate_button.current,
[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover,
[data-wpgmza-admin-map-datatable] .dataTables_wrapper .dataTables_paginate .paginate_button.current,
[data-wpgmza-admin-map-datatable] .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
[data-wpgmza-admin-map-datatable] .dataTables_wrapper .dataTables_paginate a.paginate_button.current,
[data-wpgmza-admin-map-datatable] .dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
background: #f3f5f6!important;
background-color: #f3f5f6!important;
background: #f3f5f6!important;
color: #0071a1 !important;
border-color: #0071a1 !important;
border: 1px solid !important;
border-radius: 4px;
}
[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate .paginate_button.current,
[data-wpgmza-admin-map-datatable] .dataTables_wrapper .dataTables_paginate .paginate_button.current{
background-color: #f3f5f6!important;
color: #0071a1 !important;
border-color: #0071a1 !important;
border: 1px solid !important;
}
[data-wpgmza-admin-marker-datatable] .dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
[data-wpgmza-admin-map-datatable] .dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
border-color: #01618a !important;
color: #01618a !important;
border-radius: 4px;
background: #e4e4e4 !important;
}
body[class*="wp-google-maps"] .ui-tabs-nav li{
padding: 0
}
body[class*="wp-google-maps"] .ui-tabs-nav li a{
display: block;
padding: 10px 15px;
}
body[class*="wp-google-maps"] .ui-tabs-nav li a:focus{
box-shadow: none;
}
div[name="wpgmza_gdpr_default_notice"] {
background: #f0f0f0;
padding: 10px;
border-radius: 4px;
border: 1px solid #e0e0e0;
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
}
.wpgmza_hidden{
display: none !important;
}
#wpgmza-open-advanced-theme-data {
margin-left: 15px;
}
.wpgmza_no_shadow {
box-shadow: none !important;
}
.highlight-item {
border : 1px solid black !important;
-webkit-transition : border 500ms ease-out !important;
-moz-transition : border 500ms ease-out !important;
-o-transition : border 500ms ease-out !important;
}
.highlight-item-step-2 {
border : 3px solid red !important;
border-radius: 5px !important;
}
.wpgmza-feature-panel input[type="text"],
.wpgmza-feature-panel input[type="number"],
.wpgmza-feature-panel select,
.wpgmza-feature-panel textarea{
width: 200px;
max-width: 100%;
}
input:not([type]):disabled,
input[type=text]:disabled{
padding: 0 8px;
line-height: 2;
min-height: 30px;
border: 1px solid #ccc;
border-radius: 3px;
}
#advanced-markers .wpgmza-feature-editing-instructions,
#advanced-markers .wpgmza-save-feature-container{
display: none;
}
#advanced-markers #wp-wpgmza-description-editor-wrap:after {
content: "";
display: block;
border: 1px solid #ccc;
float: left;
border-radius: 3px;
margin-bottom: 10px;
width: 300px;
height: 80px;
}
#advanced-markers #wp-wpgmza-description-editor-wrap > div{
display: none;
}
#advanced-markers fieldset{
opacity: 0.6;
}
#wpgmaps_tabs .notice{
padding: 10px;
border-radius: 3px;
border-top: none;
border-bottom: none;
border-right: none;
box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
}
h3.separate:before {
content: "";
display: block;
background: #f5f5f9;
height: 30px;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 15px;
}
.wpgmza-save-feature-container{
margin-top: 10px;
}
.wpgmza-save-feature-container button{
height: 40px !important;
}
input[type="number"] {
padding-right: 0;
}
button.wpgmza-retina {
background: transparent;
border: none;
}
.wpgmza-category-picker-container {
clear: left;
}
#wp-wpgmza-description-editor-wrap.html-active #qt_wpgmza-description-editor_toolbar {
display: block;
}
#wp-wpgmza-description-editor-wrap #qt_wpgmza-description-editor_toolbar {
display: none;
}
.wpgmza_file_select_btn {
border: 1px solid #eee;
padding: 11px 35px;
font-size: 15px;
border-radius: 3px;
}
.wpgmza.button.select_all_maps,
.wpgmza.button.bulk_delete_maps {
border: 2px solid #2B323C;
color: #333;
}
.wpgmza-listing-wizard-1{
min-width: 300px;
padding: 20px;
text-align: center;
transition: color 0.2s ease;
}
.wpgmza-listing-wizard-1:hover{
cursor: pointer;
color: #007cba;
}
.wpgmza-listing-wizard-1 i {
font-size: 30px;
}
.wpgmza-listing-wizard-1 h2 {
margin-bottom: 0
}
#wpgmza-wizard-options .wpgmza-listing-wizard{
background: transparent !important;
border: none !important;
box-shadow: none !important
}
#wpgmza-wizard-options{
flex-wrap: wrap;
}
.wpgmza-listing-wizard-2 {
min-width: 340px;
position: relative;
padding-bottom: 40px;
}
.wpgmza-table-container tr td:first-child{
text-align:center;
}
.wpgmze_cc_footer_image {
margin-left: 3px;
max-height: 8px;
}
.wpgmza-missing-key-notice {
z-index: 4;
float: right !important;
box-sizing: border-box;
position: relative;
}
.wpgmza-hidden{
display: none !important;
}
div#wpgmza_autoc_disabled {
position: absolute;
bottom: 15px;
font-size: 0.8em;
right: 0;
width: 100%;
text-align: right;
}
#wpgmaps_tabs_markers input:not([type="checkbox"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), #wpgmaps_tabs_markers select, #wpgmaps_tabs_markers textarea, #wpgmza_addmarker {
width: 100%;
}
.wpgmza-feature-panel-container fieldset {
margin-bottom: 16px;
}
#wp-wpgmza-description-editor-wrap {
width: 100%;
display: block;
}
div#wpgmza_autocomplete_search_results {
width: auto;
overflow: auto;
position: absolute;
max-height: 200px;
top: 33px;
background-color: #fff;
border: 1px solid #ccc;
padding: 5px;
max-width: 96%;
min-width: 96%;
z-index: 9999;
}
.wpgmza_ac_result {
height: fit-content;
border-bottom: 1px dashed #ccc;
margin-top: 8px;
font-weight: bold;
cursor:pointer;
width: 100%;
display: flex;
}
.wpgmza_ac_container {
width: 100%;
}
.wpgmza_ac_icon img {
width: 25px;
margin-right: 9px;
}
.wpgmza_ac_icon {
float: left;
width:10%;
text-align: center;
}
.wpgmza_ac_item {
display: block;
clear: right;
float: left;
width:90%;
}
span.wpgmza_item_name {
float: none;
clear: both;
display: block;
}
.wpgmza_item_address {
font-weight:normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
display:block;
}
button.wpgmza-use-my-location.button-secondary {
margin-right: 3px;
margin-left: 2px;
}
#wpgmza-maps-engine-dialog
{
text-align: left;
}
#wpgmza-maps-engine-dialog h1
{
text-align: center;
margin-bottom: 1em;
}
#wpgmza-maps-engine-dialog img
{
display: block;
margin: 0 auto;
width: 80%;
box-sizing: border-box;
}
#wpgmza-maps-engine-dialog .wpgmza-inner
{
display: flex;
}
#wpgmza-maps-engine-dialog .wpgmza-inner>div,
#wpgmza-maps-engine-dialog .wpgmza-inner label
{
flex: 1;
display: flex;
flex-direction: column;
}
#wpgmza-maps-engine-dialog .wpgmza-inner>div>div,
#wpgmza-maps-engine-dialog .wpgmza-inner label>div
{
flex-grow: 1;
}
#wpgmza-maps-engine-dialog ul
{
list-style: none;
/* font-weight: bold; */
}
#wpgmza-maps-engine-dialog .wpgmza-pros>li:before
{
content: "\2714";
}
#wpgmza-maps-engine-dialog .wpgmza-cons>li:before
{
content: "\2718";
}
/* #wpgmza-maps-engine-dialog h2 */
/* { */
/* width: 30%; */
/* } */
#wpgmza-maps-engine-dialog h2>img
{
width: 100%;
height: auto;
}
#wpgmza-maps-engine-dialog footer
{
margin: auto;
width: 20%;
}
#wpgmza-maps-engine-dialog footer>img
{
width: 100%;
height: auto;
}
#wpgmza-maps-engine-dialog img.wpgmza-engine-logo
{
width: 75%;
height: auto;
}
#wpgmza-maps-engine-dialog input[type='radio']
{
display: none;
}
#wpgmza-maps-engine-dialog input[type='radio'] + label
{
/* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
/* filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
transition: all 0.5s;
}
#wpgmza-maps-engine-dialog input[type='radio'] + label:hover,
#wpgmza-maps-engine-dialog input[type='radio']:checked + label
{
/* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");*/
-webkit-filter: grayscale(0%);
}
#wpgmza-maps-engine-dialog .wpgmza-mock-radio
{
position: relative;
text-align: center;
left: -1.3em; /* Compensate for radio button */
}
.wpgmza-centered{
text-align: center;
}
#wpgmza-maps-engine-dialog .wpgmza-mock-radio-button
{
display: inline-block;
box-sizing: border-box;
width: 2em;
height: 2em;
margin-right: 0.5em;
position: top;
top: -4px;
border: 1px solid #ccc;
border-radius: 100%;
}
#wpgmza-maps-engine-dialog small
{
display: block;
text-align: center;
}
#wpgmza-maps-engine-dialog input[type='radio']:checked + label .wpgmza-mock-radio-button
{
/*width: calc(2em - 1px);
height: calc(2em - 1px);*/
border: 4px solid white;
box-shadow: -1px -1px 0px #ccc, /* top left */
-1px 0px 0px #ccc, /* top */
1px -1px 0px #ccc, /* top right */
1px 0px 0px #ccc, /* right */
1px -1px 0px #ccc, /* bottom right */
0px -1px 0px #ccc, /* bottom */
-1px -1px 0px #ccc, /* bottom left */
-1px 0px 0px #ccc; /* left */
background: #0073AA;
}
#wpgmza-maps-engine-dialog .wpgmza-mock-radio>*
{
display: inline-block;
vertical-align: middle;
}
#wpgmza-maps-engine-dialog .wpgmza-mock-radio-label
{
width: 50%;
height: auto;
}
#wpgmza-maps-engine-dialog ul
{
text-align: center;
}
#wpgmza-maps-engine-dialog button
{
font-size: 1.25em;
}
.wpgmza_edit_btn { cursor: pointer; }
.wpgmza-chat-help {
position: fixed;
top: 45px;
right: 15px;
width: 162px;
height: 42px;
background-color: white;
cursor: pointer;
border-radius: 8px;
z-index: 9999;
background-image: url(../images/wpgoogle-maps-chat-help162x42v4.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: none !important;
}
a.wpgmza-chat-help:hover {
box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04);
}
#wpgmzaCloseChat {
content: 'x';
color: #fff;
font-weight: 300;
font-family: Arial, sans-serif;
}
#wpgmzaCloseChat {
position: absolute;
right: 0px;
top: 4px;
width: 11px;
height: 11px;
opacity: 0.8;
}
#wpgmzaCloseChat:hover {
opacity: 1;
}
#wpgmzaCloseChat:before, #wpgmzaCloseChat:after {
position: absolute;
content: ' ';
height: 11px;
width: 2px;
background-color: #fff;
}
#wpgmzaCloseChat:before {
transform: rotate(45deg);
}
#wpgmzaCloseChat:after {
transform: rotate(-45deg);
}
fieldset#wpgmza-destroy-data {
border: 1px solid red;
border-radius: 10px;
}
body[class*="wp-google-maps"] .button:focus{
line-height: inherit !important
}
.wpgmza-button-hint-small {
line-height: 30px;
margin-left: 15px;
}
.wpgmza-danger-zone button{
min-width: 140px;
}
.wpgmza-danger-zone > legend {
margin-left: 5px;
}
#wpgmza-map-edit-page input[type="color"]{
max-width: calc(100% - 38px);
min-height: 28px;
min-width: 28px !important;
}
.wpgmza-paste-color-btn {
width: 30px;
padding: 0 !important;
text-align: center;
box-sizing: border-box !important;
line-height: 28px !important;
max-height: 28px;
margin-left: 5px !important;
}
.wpgmza_import_log_container {
width: 100%;
max-width:100%;
min-width: 100%;
min-height: 300px;
background: #eee !important;
color: #000 !important;
padding: 10px;
border: 2px solid #ddd;
}
.wpgmza_import_log_container:hover {
border: 2px solid #ddd;
}
input[name="tile_server_url_override"] {
width: 350px;
max-width: 100%;
}
.wpgmza-table-container .wpgmza-custom-marker-icon,
.wpgmza-table-container .wpgmza-category-marker-icon{
max-width: 50px;
}
.wpgmza-backup-item{
padding: 10px;
margin-top:10px;
border: 1px solid #dddd;
}
.wpgmza-backup-item:first-child {
margin-top:20px;
}
.wpgmza-backup-item > div{
margin-bottom: 5px;
}
.wpgmza-backup-item > div.actions{
margin-bottom: 0;
}
.wpgmza-backup-item div[data-name="title"]{
font-weight: 600;
}
.switch.switch-inline label {
display: inline-block;
}
/* V9 Installer polyfill */
.wrap.wpgmza-installer {
text-align: center;
max-width: 1050px;
margin-left: auto;
margin-right: auto;
}
.wrap.wpgmza-installer h1{
font-size: 2.8em;
}
.wrap.wpgmza-installer h2{
font-size: 1.8em;
}
.wrap.wpgmza-installer h3{
font-size: 1.5em;
}
.wrap.wpgmza-installer h1,
.wrap.wpgmza-installer h2,
.wrap.wpgmza-installer h3{
font-weight: 400;
}
.wrap.wpgmza-installer .wpgmza-installer-steps .step.wpgmza-card {
display: none !important;
margin-bottom: 40px;
}
.wrap.wpgmza-installer .wpgmza-installer-steps .step.wpgmza-card.active {
display: block !important;
}
.wrap.wpgmza-installer .wpgmza-installer-steps .wpgmza-installer-engine-select img{
max-width: 80%;
}
.wrap.wpgmza-installer .wpgmza-installer-steps .step .engine-step {
display: none;
}
.wrap.wpgmza-installer .wpgmza-installer-steps[data-engine="google-maps"] .step .engine-step[data-engine="google-maps"],
.wrap.wpgmza-installer .wpgmza-installer-steps[data-engine="open-layers"] .step .engine-step[data-engine="open-layers"] {
display: block;
}
.wrap.wpgmza-installer .wpgmza-installer-steps .wpgmza-installer-engine-select {
padding: 4rem 0;
filter: grayscale(1);
opacity: 0.5;
transition: all 0.2s ease;
}
.wrap.wpgmza-installer .wpgmza-installer-steps .wpgmza-installer-engine-select:hover {
opacity: 1;
}
.wrap.wpgmza-installer .wpgmza-installer-steps input[type="radio"]:checked + .wpgmza-installer-engine-select{
filter: grayscale(0);
opacity: 1
}
.wrap.wpgmza-installer .wpgmza-installer-feature-reel {
justify-content: center;
}
.wrap.wpgmza-installer .wpgmza-installer-steps .wpgmza-installer-feature-item {
margin-right: 10px;
background: #fbfbfb;
display: flex !important;
flex-direction: column;
font-size: 0.9em;
}
.wrap.wpgmza-installer .wpgmza-installer-feature-item i{
font-size: 2em;
opacity: 0.4;
margin-bottom:10px;
}
.wrap.wpgmza-installer .wpgmza-flex.step-controller .col{
flex: 1;
text-align: left;
}
.wrap.wpgmza-installer .wpgmza-flex.step-controller .col:last-child{
text-align: right;
}
.wrap.wpgmza-installer .wpgmza-installer-steps input,
.wrap.wpgmza-installer .wpgmza-installer-steps select{
font-size: 1.2em;
padding: 5px 10px;
max-width: 100%;
text-align: center;
}
.wrap.wpgmza-installer .wpgmza-installer-steps input{
width: 400px;
}
.wrap.wpgmza-installer .wpgmza-installer-steps select{
width: 200px;
}
.wrap.wpgmza-installer .open_layers_sample_tile {
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.wrap.wpgmza-installer .step-loader.wpgmza-card {
padding-bottom: 50px;
}
.wrap.wpgmza-installer .step-loader.wpgmza-card .wpgmza-preloader{
margin-top: 25px;
}
/* Ported from Atlas Novus - Marker Icon Editor */
.wpgmza-marker-icon-editor {
display: none;
position: absolute;
top: 0;
left: 0;
background: #ffffff;
box-shadow: 0 1px 1px 0 rgb(66 66 66 / 8%), 0 1px 3px 1px rgb(66 66 66 / 16%);
border-radius: 4px;
z-index: 5;
}
.wpgmza-marker-icon-editor.open {
display: flex;
flex-direction: column;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-panel{
display: inline-flex;
flex-direction: row;
padding: 5px 8px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-actions {
display: flex;
flex-direction: column;
width: 100%;
}
.wpgmza-marker-icon-editor .wpgmza-color-picker {
max-width: 150px;
top: 10px;
right: 75px !important;
}
.wpgmza-marker-icon-editor .wpgmza-color-input-wrapper .wpgmza-color-preview {
width: 45px;
border-radius: 5px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview {
min-width: 130px;
min-height: 130px;
border-radius: 3px;
margin-top: 5px;
position: relative;
box-shadow: 0 1px 1px 0 rgb(66 66 66 / 8%), 0 1px 3px 1px rgb(66 66 66 / 16%);
background: repeating-conic-gradient(#dddddd 0% 25%, #ffffff 0% 50%)
50% / 20px 20px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview[data-style="dark"]{
background: #777777;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview[data-style="light"]{
background: #eeeeee;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview[data-style="map"]{
background: url("https://a.tile.openstreetmap.org/7/20/49.png");
background-position: -86px -20px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview canvas{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-controls .wpgmza-icon-effect-mode-sliders {
max-width: 100%;
display: flex;
flex-direction:column;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-layer .wpgmza-icon-layer-control[data-mode]{
display: none;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-layer .wpgmza-icon-layer-control[data-mode].active{
display: block;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-controls .wpgmza-icon-effect-mode-sliders input[type="range"],
.wpgmza-marker-icon-editor .wpgmza-icon-shape-control-wrapper input[type="range"]{
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 5px;
background: #dddddd;
outline: none;
border-radius: 5px;
margin-top:15px;
margin-bottom: 15px;
opacity: 0.7;
transition: opacity 0.2s ease;
}
.wpgmza-marker-icon-editor .wpgmza-icon-shape-control-wrapper input[type="range"] {
margin-top:10px;
margin-bottom:10px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-controls .wpgmza-icon-effect-mode-sliders input[type="range"]:hover,
.wpgmza-marker-icon-editor .wpgmza-icon-shape-control-wrapper input[type="range"]:hover{
opacity: 1;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-controls .wpgmza-icon-effect-mode-sliders input[type="range"]::-webkit-slider-thumb,
.wpgmza-marker-icon-editor .wpgmza-icon-shape-control-wrapper input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
cursor: pointer;
background: #ffffff;
border: 2px solid #4d4d4e;
height: 15px;
width: 15px;
z-index: 2;
top: -6px;
border-radius: 15px;
transition: background 0.3s ease, border-color 0.3s ease;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-controls .wpgmza-icon-effect-mode-sliders input[type="range"]::-webkit-slider-thumb:hover,
.wpgmza-marker-icon-editor .wpgmza-icon-shape-control-wrapper input[type="range"]::-webkit-slider-thumb:hover {
background: #4d4d4e;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-controls .wpgmza-icon-effect-mode-sliders input[type="range"][data-control="hue-rotate"]{
background: linear-gradient(to right, #ff0000 0%, #ff0 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #f0f 83%, #ff0000 100%);;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-controls .wpgmza-icon-effect-mode-sliders input[type="range"][data-control="brightness"]{
background: linear-gradient(to right, #000000 0%, #ffffff 100%);
}
.wpgmza-marker-icon-editor .wpgmza-icon-shape-control-wrapper input[type="range"][data-style="micro"] {
max-width: 100px;
}
.wpgmza-marker-icon-editor .wpgmza-icon-effect-mode-wrapper,
.wpgmza-marker-icon-editor .wpgmza-icon-layer-mode-wrapper{
display: flex;
flex-direction: row;
align-items: center;
}
.wpgmza-marker-icon-editor .wpgmza-icon-layer-mode-wrapper select{
margin-left: auto;
}
.wpgmza-marker-icon-editor .wpgmza-icon-shape-control-wrapper,
.wpgmza-marker-icon-editor .wpgmza-icon-effect-mode-slider-group{
display: flex;
flex-direction: column;
align-items: start;
}
.wpgmza-marker-icon-editor .wpgmza-icon-shape-split-row {
display: flex;
flex-direction: row;
align-items: center;
gap: 0.25rem;
}
.wpgmza-marker-icon-editor .wpgmza-icon-shape-split-row .wpgmza-icon-shape-split-column-fill{
margin-right: auto;
}
.wpgmza-marker-icon-editor .wpgmza-icon-shape-split-row .wpgmza-icon-shape-split-column-align-end {
justify-content: end;
}
.wpgmza-marker-icon-editor .wpgmza-icon-effect-mode-wrapper span,
.wpgmza-marker-icon-editor .wpgmza-icon-layer-mode-wrapper span,
.wpgmza-marker-icon-editor .wpgmza-icon-shape-control-wrapper span,
.wpgmza-marker-icon-editor .wpgmza-icon-effect-mode-slider-group span,
.wpgmza-marker-icon-editor .wpgmza-icon-output-resolution span{
font-size: 0.9em;
margin-right: 5px;
}
.wpgmza-marker-icon-editor .wpgmza-icon-effect-mode-wrapper select,
.wpgmza-marker-icon-editor .wpgmza-icon-layer-mode-wrapper select,
.wpgmza-marker-icon-editor .wpgmza-icon-shape-control-wrapper select,
.wpgmza-marker-icon-editor select[data-history-control],
.wpgmza-marker-icon-editor .wpgmza-icon-output-resolution select{
font-size: 0.9em;
padding: 0 24px 0 10px;
border: none;
background-color: #f5f5f5;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-tabs {
display: flex;
margin-top: 10px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-tabs .inner-tab{
font-size: 0.9em;
padding: 3px 10px 3px 10px;
border: none;
flex: 1;
text-align: center;
cursor: pointer;
border: 2px solid #f5f5f5;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-tabs .inner-tab:first-child{
border-top-left-radius: 5px;
border-right: 0;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-tabs .inner-tab:last-child{
border-top-right-radius: 5px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-tabs .inner-tab:hover,
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-tabs .inner-tab.active{
background: #f5f5f5;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-tab {
display: none;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-tab.active {
display: block;
padding: 10px;
border: 2px solid #f5f5f5;
border-top:0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin-bottom: 15px;
}
.wpgmza-marker-icon-editor .layer-input-wrapper {
display: flex;
flex-direction: row;
align-items: center;
margin-top: 5px;
font-size: 0.9em;
position: relative;
}
.wpgmza-marker-icon-editor .layer-input-wrapper > input,
.wpgmza-marker-icon-editor .layer-input-wrapper > div {
margin-left: auto;
max-width: 130px;
}
.wpgmza-marker-icon-editor .layer-input-wrapper input {
width: 100%;
font-size: 0.9em;
box-sizing: border-box;
padding: 0 10px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-panel .edit-options{
width: 100%;
}
.wpgmza-marker-icon-editor .layer-input-wrapper input{
border: 1px solid #bfbfbf;
border-radius: 5px;
}
.wpgmza-marker-icon-editor .layer-input-wrapper .grouped-input-stack{
display: flex;
align-items: center;
}
.wpgmza-marker-icon-editor .layer-input-wrapper .grouped-input-stack > * {
border-radius: 0;
border: 1px solid #bfbfbf;
display: block;
height: 30px;
box-sizing: border-box;
margin: 0;
max-width: 100%;
border-right: 0;
}
.wpgmza-marker-icon-editor .layer-input-wrapper .grouped-input-stack > *:first-child{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.wpgmza-marker-icon-editor .layer-input-wrapper .grouped-input-stack > *:last-child{
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-right: 1px solid #bfbfbf;
}
.wpgmza-marker-icon-editor .layer-input-wrapper .grouped-input-stack > span {
padding: 4px;
flex : 1;
text-align: center;
font-size: 1.1em;
background: #f9f9f9;
}
.wpgmza-marker-icon-editor .layer-input-wrapper .grouped-input-stack > input {
flex: 2;
box-sizing: border-box;
}
.wpgmza-marker-icon-editor .layer-input-wrapper .icon-picker-autocomplete{
top: 30px;
right: 0;
z-index: 6;
width: 100%;
}
.wpgmza-marker-icon-editor .layer-input-wrapper .light-toggle-stack input{
max-width: 16px;
}
.wpgmza-marker-icon-editor.open.saving:before {
content: "";
background: #ffffff;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9;
opacity: 0.5;
}
.wpgmza-marker-icon-editor.open.saving:after {
content: "";
width: 40px;
height: 40px;
position: absolute;
top: calc(50% - 40px);
left: calc(50% - 20px);
border: 5px solid #dcdcdc;
border-bottom-color: transparent;
border-right-color: transparent;
z-index: 10;
border-radius: 40px;
-webkit-animation: wpgmzaLoadCircle 1s forwards;
animation: wpgmzaLoadCircle 1s forwards;
animation-iteration-count: infinite;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-panel-heading-row {
display: flex;
flex-direction: row;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-panel-heading-row > * {
flex: 1;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-history-toggle{
text-align:right;
font-size: 0.8em;
padding-right: 10px;
opacity: 0.8;
cursor: pointer;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-history-toggle:hover{
opacity: 1;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-history-toggle{
display: none;
}
.wpgmza-marker-icon-editor.has-history .wpgmza-marker-icon-editor-history-toggle{
display: block;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-split-view {
display: flex;
max-width: 400px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-split-view .wpgmza-marker-icon-editor-split-view-column{
flex: auto;
border-right: 1px solid #eeeeee;
display: flex;
flex-direction: column;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-split-view .wpgmza-marker-icon-editor-split-view-column.fill{
width: 250px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-split-view .wpgmza-marker-icon-editor-split-view-column:last-child{
border-right: none;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-configurator{
display: flex;
flex-direction: column;
overflow-y: auto;
max-height: 300px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-configurator .wpgmza-marker-icon-editor-panel{
display: flex;
flex-direction: column;
padding: 0;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-configurator .wpgmza-marker-icon-editor-panel > div{
padding: 5px 8px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-configurator .wpgmza-marker-icon-editor-panel-heading-row {
border-bottom: 1px solid #eeeeee;
border-top: 1px solid #eeeeee;
background: #eeeeee;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-configurator .wpgmza-marker-icon-editor-panel:first-child .wpgmza-marker-icon-editor-panel-heading-row {
border-top: none;
}
.wpgmza-marker-icon-editor .wpgmza-button.wpgmza-marker-icon-editor-close {
position: absolute;
right: -15px;
top: -15px;
width: 30px;
height: 30px;
border-radius: 30px;
background: #f5f5f5;
border-color: transparent;
}
.wpgmza-marker-icon-editor .wpgmza-button.wpgmza-marker-icon-editor-close:hover {
background: #ffffff;
}
.wpgmza-marker-icon-editor .wpgmza-button.wpgmza-marker-icon-editor-close::before,
.wpgmza-marker-icon-editor .wpgmza-button.wpgmza-marker-icon-editor-close::after {
content: "";
display: block;
height: 15px;
width: 3px;
background: #868686;
border-radius: 3px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
}
.wpgmza-marker-icon-editor .wpgmza-button.wpgmza-marker-icon-editor-close::after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-split-view-action-wrapper {
margin-top: auto;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-actions .wpgmza-button[data-action="use"]{
text-align: center;
}
.wpgmza-marker-icon-editor .wpgmza-icon-shape-slider-stack {
display: flex;
align-items: center;
width: 100%;
gap: 0.25rem
}
.wpgmza-marker-icon-editor .wpgmza-icon-shape-slider-stack input[type="range"]{
width: 100%;
}
.wpgmza-marker-icon-editor .wpgmza-icon-shape-slider-stack input[data-linked]{
font-size: 0.65rem;
padding: 1px;
width: 28px;
height: 22px;
min-height: unset;
text-align: center;
border: 1px solid #868686;
border-radius: 3px;
}
.wpgmza-marker-icon-editor .wpgmza-icon-shape-slider-stack span[data-suffix]:empty {
display: none;
}
.wpgmza-marker-icon-editor .wpgmza-icon-shape-slider-stack span[data-suffix] {
font-size: 0.65rem;
opacity: 0.7;
}
.wpgmza-marker-icon-editor span[data-lock-trigger] {
width: 12px;
height: 12px;
background: #eeeeee;
display: inline-block;
border-radius: 2px;
margin-left: 5px;
vertical-align: middle;
position: relative;
cursor: pointer;
opacity: 0.5
}
.wpgmza-marker-icon-editor span[data-lock-trigger][data-locked] {
opacity: 1;
}
.wpgmza-marker-icon-editor span[data-lock-trigger]:hover {
opacity: 0.7;
}
.wpgmza-marker-icon-editor span[data-lock-trigger]:before{
content: "";
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 2px;
width: 3px;
height: 2px;
border: 1px solid #59595b;
border-top-left-radius: 2px;
border-top-right-radius: 1px;
}
.wpgmza-marker-icon-editor span[data-lock-trigger]:after {
content: "";
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 2px;
width: 6px;
height: 5px;
background: #59595b;
border-radius: 1px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview-heading {
display: flex;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview-style-control {
display: flex;
border: 1px solid #eeeeee;
border-radius: 3px;
margin-left: auto;
height: 16px;
overflow: hidden;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview-style-control .wpgmza-marker-icon-editor-preview-style{
width: 16px;
height: 16px;
border-right: 1px solid #eeeeee;
opacity: 0.8;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview-style-control .wpgmza-marker-icon-editor-preview-style:hover{
opacity: 1;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview-style-control .wpgmza-marker-icon-editor-preview-style:last-child{
border-right: none;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview-style-control .wpgmza-marker-icon-editor-preview-style[data-style="dark"]{
background: #59595b;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview-style-control .wpgmza-marker-icon-editor-preview-style[data-style="light"]{
background: #eeeeee;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview-style-control .wpgmza-marker-icon-editor-preview-style[data-style="transparent"]{
background: repeating-conic-gradient(#dddddd 0% 25%, #ffffff 0% 50%) 50% / 20px 20px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-preview-style-control .wpgmza-marker-icon-editor-preview-style[data-style="map"]{
background: url("https://a.tile.openstreetmap.org/7/20/49.png");
background-size: 50px 50px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-templates,
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-list{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
padding-left: 0 !important;
padding-right: 0 !important;
box-sizing: border-box;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-templates .shape-template,
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-list .base-icon{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.8;
transition: opacity 0.5s ease;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-templates .shape-template:hover,
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-list .base-icon:hover {
opacity: 1;
cursor: pointer;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-templates .shape-template img,
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-list .base-icon img {
box-sizing: border-box;
max-width: 40px;
max-height: 40px;
padding: 3px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-templates [data-type="storage"],
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-templates[data-history] [data-type="system"],
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-list [data-type="storage"],
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-list[data-history] [data-type="system"]{
display: none;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-templates[data-history] [data-type="storage"],
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-list[data-history] [data-type="storage"]{
display: flex;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-configurator .wpgmza-marker-icon-editor-panel .wpgmza-marker-icon-editor-panel-heading-controller {
display: flex;
align-items: center;
padding: 3px 8px;
min-height: 30px;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-editor-panel-heading-controller select {
max-width: 84px;
max-height: 24px;
min-height: unset;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-configurator .wpgmza-marker-icon-editor-panel div[data-switch-mode]{
text-align: center;
font-size: 0.65rem;
border: 1px solid #eeeeee;
margin: 5px;
padding: 0;
border-radius: 4px;
opacity: 0.8;
cursor: pointer;
}
.wpgmza-marker-icon-editor .wpgmza-marker-icon-configurator .wpgmza-marker-icon-editor-panel div[data-switch-mode]:hover{
opacity:1;
}
/* Port for buttons and autocomplete stuff */
.wpgmza-marker-icon-editor .wpgmza-legacy-color-input{
padding: 0 !important;
}
.wpgmza-marker-icon-editor .icon-picker-autocomplete {
max-height: 150px;
overflow-y: auto;
position: absolute;
padding: 0;
display: none !important;
}
.wpgmza-marker-icon-editor .icon-picker-autocomplete.visible {
display: block !important;
}
.wpgmza-marker-icon-editor .icon-picker-autocomplete .icon-item{
padding: 5px 10px;
cursor: pointer;
transition: 0.2s ease;
}
.wpgmza-marker-icon-editor .wpgmza-button:not([data-action="close"]) {
background: #f5f5f5;
padding: 5px 10px;
font-size:0.9em;
border-radius: 4px;
cursor: pointer;
}
#wpgmza-map-container {
position: relative;
}
#wpgmza-map-container .zoom-slider-preview-frame {
position: absolute;
top: 0;
height: 30px;
left: 0;
right: 0;
pointer-events: none;
border-top: 4px solid #face48;
z-index: 9;
}
#wpgmza-map-container .zoom-slider-preview-frame > span{
position: absolute;
top:0;
left: 50%;
transform: translateX(-50%);
background: #face48;
color: #fff;
padding: 4px 10px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
font-weight: 600;
}
@-webkit-keyframes wpgmzaLoadCircle {
0% {
transform : rotate(0deg);
}
100% {
transform : rotate(360deg);
}
}
@keyframes wpgmzaLoadCircle {
0% {
transform : rotate(0deg);
}
100% {
transform : rotate(360deg);
}
}
button.wpgmza.button.bulk_edit {display: none;}
@media screen and (max-width:948px){
#wpgmza-admin-map-table-container div:not([data-wpgmza-pro-datatable]) .dataTable thead tr th:nth-child(3),
#wpgmza-admin-map-table-container div:not([data-wpgmza-pro-datatable]) .dataTable thead tr th:nth-child(4),
#wpgmza-admin-map-table-container div:not([data-wpgmza-pro-datatable]) .dataTable thead tr th:nth-child(5),
#wpgmza-admin-map-table-container div:not([data-wpgmza-pro-datatable]) .dataTable tbody tr td:nth-child(3),
#wpgmza-admin-map-table-container div:not([data-wpgmza-pro-datatable]) .dataTable tbody tr td:nth-child(4),
#wpgmza-admin-map-table-container div:not([data-wpgmza-pro-datatable]) .dataTable tbody tr td:nth-child(5){
display: none;
}
/* Pro alternative, accounts for bulk selector */
#wpgmza-admin-map-table-container div[data-wpgmza-pro-datatable] .dataTable thead tr th:nth-child(4),
#wpgmza-admin-map-table-container div[data-wpgmza-pro-datatable] .dataTable thead tr th:nth-child(5),
#wpgmza-admin-map-table-container div[data-wpgmza-pro-datatable] .dataTable thead tr th:nth-child(6),
#wpgmza-admin-map-table-container div[data-wpgmza-pro-datatable] .dataTable tbody tr td:nth-child(4),
#wpgmza-admin-map-table-container div[data-wpgmza-pro-datatable] .dataTable tbody tr td:nth-child(5),
#wpgmza-admin-map-table-container div[data-wpgmza-pro-datatable] .dataTable tbody tr td:nth-child(6){
display: none;
}
}