.globe-leaflet-map { 
    width: 100%;
    margin-bottom:20px;
    position:relative;
}

.globe-leaflet-map .leaflet-container { 
    height: 600px;
    width: 100%;
}

.map-byline{
    font-family: GMsanC-Regular,Helvetica,Arial,Verdana,sans-serif;
    font-size:11px;
    line-height:13px;
    width:100%;
    letter-spacing:0.08em;
    color:rgb(88,89,91);
    display: inline-block;
}
.globe-leaflet-map .map-marker{
    background-color: none;
    outline:none;
    font-size: 13px;
    font-family: GMsanC-Regular,Helvetica,Arial,Verdana,sans-serif;
    transition-property:all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.globe-leaflet-map .map-marker .icon.city{
    width:7px;
    height:7px;
    margin:6.5px;
    background-color: #000;
    border-radius: 100%;
    float:left;
    outline: 1px solid #fff;
}
.globe-leaflet-map .map-marker .icon.sea.info-text{
    outline: 1px solid #fff;
    border-radius: 100%;
}
.globe-leaflet-map .map-marker .icon.reactor,
.globe-leaflet-map .map-marker .icon.undefined{
    border-radius: 100%;
    background-color: #000000 !important;
}
.globe-leaflet-map .map-marker .icon.captured{
    background-color: #ce2a23;
}
.globe-leaflet-map .map-marker .icon.sea{
    background-color: #2b87a6;
}

.globe-leaflet-map .map-marker .label.captured{
    color: #ce2a23;
    font-family: GMsanC-Bold,Helvetica,Arial,Verdana,sans-serif;
}


.globe-leaflet-map .map-marker .icon.none{
    display: none;
}
.globe-leaflet-map .map-marker .label.none{
    left: 0px;
}

.globe-leaflet-map .map-marker .label.none.bold{
    left: 0px;
    font-family: GMsanC-Bold,Helvetica,Arial,Verdana,sans-serif;
}

.globe-leaflet-map .map-marker .label.sea{
    color: #2b87a6;
    min-width:50px;
}

.globe-leaflet-map .map-marker .icon.blast{
    width:20px;
    height:20px;
    background-image: url('https://www.theglobeandmail.com/files/graphics/ukraine-leaflet-map/markers/blast.svg');
}

.globe-leaflet-map .map-marker .icon.reactor{
    width:15px;
    height:15px;
    margin:2.5px;
    background-image: url('https://www.theglobeandmail.com/files/graphics/ukraine-leaflet-map/markers/reactor.svg');
}

.globe-leaflet-map .map-marker .icon.airport{
    width:20px;
    height:20px;
    background-image: url('https://www.theglobeandmail.com/files/graphics/ukraine-leaflet-map/markers/airport.svg');
}

.globe-leaflet-map .map-marker .icon.blast.info-text{
    width:20px;
    height:20px;
    margin:0px;
    background-image: url('https://www.theglobeandmail.com/files/graphics/ukraine-leaflet-map/markers/blast-info.svg?token=1');
}
.globe-leaflet-map .map-marker .icon.info-text{
    width:15px;
    height:15px;
    margin:2.5px;
    background-image: url('https://www.theglobeandmail.com/files/graphics/ukraine-leaflet-map/markers/info.svg?token=1');
    border-radius: 100%;
    background-color: #000000;
    display: block !important;
}

.globe-leaflet-map .map-marker .label{
    position:absolute;
    left: 17px;
    top: 4px;
    line-height: 14px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: inline-block;
    text-shadow: 
        1px 1px 0px #FFFFFF,
        -1px -1px 0px #FFFFFF,
        1px -1px 0px #FFFFFF,
        -1px 1px 0px #FFFFFF;
}

.globe-leaflet-map .map-marker .label.reactor,
.globe-leaflet-map .map-marker .label.airport,
.globe-leaflet-map .map-marker .label.blast,
.globe-leaflet-map .map-marker .label.info-text{
    left:20px !important;
    font-family: GMsanC-Bold,Helvetica,Arial,Verdana,sans-serif;
}

.globe-leaflet-map .map-marker .label.reactor{
    line-height: 12px !important;
}

.leaflet-popup-content-wrapper{
    border-radius: 3px !important;
}

.leaflet-popup * {
    font-family: 'GMsanC-Regular';
    font-size: 13px;
}

.leaflet-control-zoom{
    box-shadow: 1px 1px 5px #000 !important;
    border-radius: 2px !important;
}

.globe-leaflet-map .legend-box{
    display:inline-block;
    width: 100%;
}

.globe-leaflet-map .legend-box *{
    color: #000000;
    font-family: GMsanC-Regular,Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
    box-sizing: border-box;
}

.globe-leaflet-map .legend-box .legend-hed{
    font-family: GMsanC-Bold,Helvetica,Arial,Verdana,sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.globe-leaflet-map .legend-box .legend-txt{
    font-size: 13px;
    margin-bottom:5px;
}

.globe-leaflet-map .legend-box .legend-txt.captured{
    font-family: GMsanC-Bold,Helvetica,Arial,Verdana,sans-serif;
    color: #ce2a23;
}

.globe-leaflet-map .legend-box .legend-item{
    height:20px;
    margin-bottom: 10px;
    width: 33%;
    float: left;
}

@media screen and (min-width: 699px) {
    .globe-leaflet-map .legend-box .legend-item{
        width: 33%;
    }
}

@media screen and (max-width: 699px) {
    .globe-leaflet-map .legend-box .legend-item{
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .globe-leaflet-map .legend-box .legend-item{
        height: 12px !important;
    }
    .globe-leaflet-map .legend-box .legend-item .legend-txt{
        font-size: 12px !important;
        line-height: 12px !important;
        height: 12px !important;
    }
    .globe-leaflet-map .legend-box .legend-item .legend-icon{
        width: 12px !important;
        height: 12px !important;
        margin:0px !important;
        margin-right:5px !important;
    }
}

.globe-leaflet-map .legend-box .legend-item .legend-icon{
    width: 20px;
}

.globe-leaflet-map .legend-box .legend-item .legend-icon.circle{
    border-radius: 100%;
    width: 10px;
    height:10px;
    margin:5px;
}
.globe-leaflet-map .map-marker .icon.city.encircled,
.globe-leaflet-map .legend-box .legend-item .legend-icon.encircled{
    outline:2px solid #ce2a23;
    background-color: #000000;
}
.globe-leaflet-map .legend-box .legend-item .legend-icon.russian-control{
    border: 1px solid #ce2a23;
    background-color: #f89e5d;
}
.globe-leaflet-map .legend-box .legend-item .legend-icon.russian-retreat{
    border: 2px solid #000000;
    background: #333333;
}
.globe-leaflet-map .legend-box .legend-item .legend-icon.ukrainian-counteroffensive{
    border: 1px solid #003333;
    background-color: #339999;
    opacity: 0.8;
}
.globe-leaflet-map .legend-box .legend-item .legend-icon.ukrainian-partisans{
    border: 1px solid #333399;
    background-color: #ffff33;
    opacity: 0.8;
}

.globe-leaflet-map .legend-box .legend-item .legend-icon.corridor{
    height: 3px;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}
.globe-leaflet-map .legend-box .legend-item .legend-icon,
.globe-leaflet-map .legend-box .legend-item .legend-txt{
    height:20px;
    float:left;
    margin-right: 5px;
    font-size: 13px;
}

.globe-leaflet-map .legend-box .legend-item .legend-txt{
    width: calc(100% - 30px);
    text-overflow: ellipsis;
    line-height:20px;
    overflow: hidden;
    white-space: nowrap;
}

/* slider */

.globe-leaflet-map .noUi-tooltip {
    font-size: 14px;
    width: 70px;
    height: auto;
    font-family: GMsanC-Bold,Helvetica,Arial,Verdana,sans-serif;
    word-wrap: break-word !important;
    white-space: normal !important;
}

.globe-leaflet-map .noUi-horizontal {
    margin:40px 35px 20px 35px;
    width: calc(100% - 70px);
    z-index: 9999;
}

.globe-leaflet-map .noUi-value{
    display:none;
}

.globe-leaflet-map .noUi-marker{
    top: -12.5px;
}

.globe-leaflet-map .noUi-marker-large {
    display: none;
}

.globe-leaflet-map.slider-map{ 
    position:relative;
    z-index: 40
}

/* SVG */
.globe-leaflet-map path.ukraine {
    fill: #E9DED1;
    fill-opacity:0.5;
}

.globe-leaflet-map path.russian-incursions,
.globe-leaflet-map path.russian-control {
    stroke-width: 1;
    stroke:#ce2a23;
    fill: #f89e5d;
    fill-opacity: 0.8;
}

.globe-leaflet-map path.russian-retreat {
    stroke-width: 1;
    stroke:#000000;
    fill: #333333;
    fill-opacity: 0.8;
}


.globe-leaflet-map path.ukrainian-counteroffensive {
    stroke-width: 1;
    stroke:#003333;
    fill: #339999;
    fill-opacity: 0.8;
}

.globe-leaflet-map path.ukrainian-partisans {
    stroke-width: 1;
    stroke: #333399;
    fill: #ffff33;
    fill-opacity: 0.8;
}

.globe-leaflet-map path {
    fill: #b05365;
    fill-opacity:0.5;
    stroke: #000000;
    stroke-width:1px;
}

.globe-leaflet-map path.russian-attacks {
    fill: #b89870;
    fill-opacity:0.75;
    stroke-width:0;
}

.globe-leaflet-map path.pro-russian-separatists {
    stroke-width: 0;
    fill: #8b4061;
    fill-opacity: 0.7;
}

.globe-leaflet-map path.corridor {
    stroke-width: 3px;
    stroke: #00CCCC;
    fill-opacity: 0;
}
