/*** main map ***/

 html, body {
   overflow: hidden
 }

.map#map {
    width: 100%;
    height: 100%;
    position: relative;
}

.mapCoords {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 150px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: "Lucida Console",monospace;
    background-color: #404040;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.leaflet-zoom-animated .leaflet-popup {
  margin-bottom:: 15px!important;
}

.leaflet-popup-content img {
    max-width: 100%;
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.6);
    border: 1px solid #212121;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.mapcenter a.btn.btn-default.main-link {
    position: absolute;
    bottom: 20px;
    left:20px;
    z-index:1000;
    color: #ffffff;
    transition: .5s;
}

.mapcenter a.btn.btn-default.main-link:hover {
    color: black;
    transition: .5s;
}

/*** Выпадающее окно ***/
.parent-container a {
    color: black!important;
    outline: none;
}

.parent-container img {
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.6);
    border: 1px solid #212121;
}

.loader-maps-background {
    background: #000000a3 repeat;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 9999;
    position: fixed;
    overflow: hidden;
}

.preloader_map {
    position: absolute;
    width: 200px;
    height: 110px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -55px;
}

.text-preloader {
    font-family: "Bender Bold", Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: 14px;
    color: #d2d2d2;
    background: #00000078;
    border-color: #3f3c37fc;
    text-align: center;
    font-weight: bold;
    width: 200px;
    height: 50px;
    left: 50%;
    top: 61%;
    margin-left: -100px;
    margin-top: -55px;
}

/*** maps buttons ***/
.map_buttons p {
    color: #dfdfdf;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    text-decoration: line-through;
}

.map_buttons img {
  margin-top: -6px;
}

.btn-group.w-100, label.w-100 {
    width: 100%;
}

.map_buttons p i {
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
    top: 2px;
    text-align: center;
}

.spawn_buttons p {
    color: #d2d2d2;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    text-decoration: line-through;
}

.spawn_buttons p i {
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
    top: 2px;
    text-align: center;
}

.spawn_buttons p.unthrough {
    text-decoration: none;
    color: #eae9e7;
}

.spawn_buttons img {
  margin-top: -6px;
}

.loot_buttons p {
    color: #d2d2d2;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    text-decoration: line-through;
}

.loot_buttons p i {
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
    top: 2px;
    text-align: center;
}

.loot_buttons p.unthrough {
    text-decoration: none;
    color: #eae9e7;
}

.loot_buttons img {
  margin-top: -6px;
}

div.show_all, div.hide_all {
    color: #d2d2d2;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    align: center;
}

/*** Menu buttons ***/

.map_buttons p.unthrough {
    text-decoration: none;
    color: #eae9e7;
}

.through {
    text-decoration: line-through;
}

.markers-off, .markers-on, .count-off, .count-on {
    text-decoration: none!important;
}

.map_buttons p span.count-markers-global {
    margin: 0 0 0 5px;
    padding: 0px;
    text-decoration: none!important;
    background: white;
    border-radius: 5px 5px 5px 5px;
    color: #f73927;
    width: 30px;
    display: inline-block;
    text-align: center;
    float: right;
}
