@media (max-width: 767px) {
  .table-wrap table,
  .table-wrap thead,
  .table-wrap tbody,
  .table-wrap th,
  .table-wrap td,
  .table-wrap tr {
    display: block;
  }
  .table-wrap thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-wrap td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%!important;
    white-space: normal;
    text-align: left;
  }
  .table-wrap td:before {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .table-wrap td:first-child {
    padding-top: 17px;
  }
  .table-wrap td:last-child {
    padding-bottom: 16px;
  }
  .table-wrap td:first-child:before {
    top: 17px;
  }
  .table-wrap td:before {
    content: attr(data-title);
  }
  .table tbody tr {
    border-top: 1px solid #ddd;
  }
  .table tbody tr td {
    border: none;
  }
}

.table-striped{
    width: 100%;
}
.table-wrap {
      background: #fff;
    margin-top: 20px;
}

.simple-tree-table-icon {
    margin-right: 10px !important;
}

.table tbody tr:nth-child(odd) {
/*  background: #eee;*/
}

.table thead{
  text-align: left;
}
@media (min-width: 768px) {
  .table thead tr th,
  .table tbody tr td {
    padding: 8px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }

  .hidden-xs{
    display: none;
  }
}

/*.leaflet-popup-content-wrapper, .leaflet-popup-tip{*/
/*    width: 126%;*/
/*}*/
/*img.zoom {*/
/*    max-width: 100%;*/
/*}*/

img.leaflet-marker-icon[src*="meteo.png"] {
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #000;
    background-color: #2f3ead;

}

img.leaflet-marker-icon[src*="meteo_full.png"] {
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #000;
    background-color: #2f3ead;

}

#zoomCheck {
    display: none;
}

.container img {
    margin: 100px;
    transition: transform 0.25s ease;
    cursor: zoom-in;
}

input[type=checkbox]:checked ~ label > img {
    transform: scale(3);
    cursor: zoom-out;
}

.ownClass {
    padding: 0;
    border: 1px solid green;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -3px;
    margin-left: -10px;
}

.pin-info {
    padding: 4px;
    /*color: #fff;*/

}
