/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-gen-2017, 15.55.03
    Author     : Chiara
*/

.acf-field-parse-gpx .loader{
  vertical-align: middle;
}

.hidden-loader{
  display: none;
}

#track-import-preview input[type="text"] {
  display: inline;
  width: auto;
  margin-right: 5px;
}

.webmapp_category_dialog.ui-dialog,
.webmap_osm_dialog.ui-dialog
{
  z-index: 9999;
}

ul.webmap_cat_checklist ul{
  margin-left: 18px;
}
.remove-webmap-cat{
  
}
.remove-webmap-cat:before{
  background: 0 0;
  color: #0073aa;//n7webmap_route_media_gallery
  line-height: 1.28;
  content: "\f153";
  border-radius: 50%;
  display: inline-block;
  margin-left: 2px;
  font: 400 16px/20px dashicons;
  speak: none;
  height: 20px;
  text-align: center;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  cursor: pointer;
}
#webmap_category_dialog, #webmap_osm_dialog{
  display: none;
}

.ui-widget  .ui-dialog-titlebar{
  background: #fcfcfc;
      border: 0;
    border-bottom: 1px solid #dfdfdf;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    padding: 0 36px 0 16px;
}
.ui-widget   .ui-dialog-title{
     float: none; 
     margin: auto; 
     white-space: normal; 
     width: auto; 
     overflow: auto; 
     text-overflow: unset;
     border-radius: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
 .ui-widget .ui-button.ui-dialog-titlebar-close {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-align: center;
}
 .ui-widget .ui-button.ui-dialog-titlebar-close .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: none;
}

 .ui-widget.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100102;
    background-color: #fff;
        border: 0;
           border-radius: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.3);
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
}

.ui-widget .ui-widget-content{
  border: 0;
}

#track-leaflet-map { height: 380px; }

.iframe #custom-poi-map, .iframe #custom-track-map {
  height: 500px;
}

.iframe .open-poi-map, .iframe .open-track-map, .open-modal-map {
  position: absolute;
  color: #fff!important;
  font-size: 35px;
  background: rgba(0,0,0,0.5);
  padding: 8px 15px;
  border-radius: 30px;
  z-index: 999;
  right: 10px;
  margin-top: 5px;
  cursor: pointer;
}

.wm_map_filter {
  position: absolute;
  color: #fff!important;
  background: rgba(0,0,0,0.7);
  border-radius: 2px;
  z-index: 999;
  bottom: 0;
  font-size: 16px;
  padding: 2px 8px;
}

.iframe .open-poi-map, .iframe .open-track-map, .open-modal-map > span {
  display: block;
}

.iframe .open-poi-map .wm-icon-arrow-expand, .iframe .open-track-map .wm-icon-arrow-expand {
  line-height: 1.8;
  vertical-align: middle;
}

#modal-map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  z-index: 9999999999;
}

.modal-content {
  background-color: #fefefe;
  margin: 3.5% auto;
  padding: 10px 20px 20px;;
  border: 1px solid #888;
  width: 90%;
}

#modal-map .fa.close-modal {
  float: right;
  cursor: pointer;
  font-size: 25px;
  margin-bottom: 10px;
}

.fa.close-modal:hover,
.fa.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}