#map-wrapper{
    position:relative;
    z-index: 1;
}
#map-infos{
    position: absolute;
    z-index: 1000;
    background: rgba(255,255,255,.8);
    padding: 1em;
    line-height: 1.4em;
}
#map-infos.position-top-left{
    top: 0;
    left: 0;
    text-align: left;
    box-shadow: 3px 3px 6px #00000010;
}
#map-infos.position-bottom-left{
    bottom: 0;
    left: 0;
    text-align: left;
    box-shadow: -3px 3px 6px #00000010;
}
#map-infos.position-top-right{
    top: 0;
    right: 0;
    text-align: left;
    box-shadow: 3px -3px 6px #00000010;
}
#map-infos.position-bottom-right{
    bottom: 0;
    right: 0;
    text-align: left;
    box-shadow: -1px -1px 6px #00000010;
}
#map-infos .visited-countries img{
    display: inline;
    margin-right: 3px;
}
iframe#map,iframe#windy{
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
#map-infos.lower-right{
    bottom: 0;
    right: 0;
    border-top-left-radius: 5px;
    box-shadow: -3px -3px 5px #00000010;
    text-align: left;
}
#map-infos.lower-left{
    bottom: 0;
    left: 0;
    border-top-right-radius: 5px;
    text-align: left;
    box-shadow: -3px 3px 5px #00000010;
}
#map-infos.upper-right{
    top: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    text-align: left;
    box-shadow: 3px -3px 5px #00000010;
}
#map-infos.upper-left{
    top: 0;
    left: 0;
    border-bottom-right-radius: 5px;
    text-align: left;
    box-shadow: 3px 3px 5px #00000010;
}
.tooltip-body img{
    max-width: 100%;
}
.tooltip-body img{
    max-width: 100%;
}
.tooltip-body .country{
    line-height: 24px;
}
.tooltip-body .country img{
     width: 24px;
    margin-right: 4px;
 }
.wp-marker{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgb(11, 62, 111);
    border: 1px solid white;
}
.wp-marker::before{
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgba(11, 62, 111,.5);
    margin-left: -4px;
    margin-top: -4px;
}
.leaflet-bar button,
.leaflet-bar button:hover {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar button {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
}

.leaflet-bar button:hover {
    background-color: #f4f4f4;
}

.leaflet-bar button:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
    cursor: default;
    pointer-events: none;
    opacity: .4;
}

.easy-button-button .button-state{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.leaflet-touch .leaflet-bar button {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.leaflet-control-attribution{
    display: none!important;
}
.leaflet-marker-icon:not(.boat-marker):not(.marker-type-boat):not(.start-marker,.start-icon,.end-icon,.mix-icon) img:not(.pulsing-marker){
    border-radius: 50%;
    border: 2px solid black!important;
    box-shadow: 1px 1px 5px #00000078;
    width: 40px;
    height: 40px;
}
#map:not(.vertex-disabled) .leaflet-marker-icon:not(.boat-marker):not(.marker-type-boat):not(.start-marker,.start-icon,.end-icon,.mix-icon):hover,
#windy:not(.vertex-disabled) .leaflet-marker-icon:not(.boat-marker):not(.marker-type-boat):not(.start-marker,.start-icon,.end-icon,.mix-icon):hover{
    cursor: pointer !important;
    border-color: white !important;
}
.leaflet-marker-pane .leaflet-marker-icon img.marker-img{
    max-width: 100% !important;
}
.boat-marker{
    z-index: 1000!important;
    filter: drop-shadow(0 0 .2rem rgb(0, 0, 0));
}
.leaflet-tooltip, .popup_vertex .leaflet-popup-content,.popup_waypoint_text .leaflet-popup-content-wrapper{
    box-shadow: 2px 2px 8px #0000007d;
    background: #0b3e6f!important;
    color: #d1d1d1!important;
    border: none!important;
    left: -20px!important;
    padding: 10px 15px!important;
    overflow: visible;
    text-align: left!important;
}

.popup_item_located{

}
.popup_vertex .leaflet-popup-content{
    border-radius: 5px;
}
.popup_waypoint_text .leaflet-popup-content{
    margin: 6px;
}
.leaflet-tooltip .weather .code img, .popup_vertex .weather img.code, .popup_waypoint_text .weather .code img{
    position: absolute;
    top: -41px;
    left: -31px;
    width: 110px;
    height: 100px;
}
.leaflet-tooltip .tooltip-body, .popup_vertex .tooltip-body, .popup_waypoint_text .tooltip-body{
    min-width: 200px;
}
.leaflet-tooltip .weather, .popup_vertex .weather, .popup_waypoint_text .weather{
    overflow: hidden;
    display: block;
}

.leaflet-tooltip .comment,.popup_vertex .comment, .popup_waypoint_text .comment{
    margin-top: 5px;
}
.leaflet-tooltip .comment p,.popup_vertex .comment p{

}
.leaflet-tooltip .comment i,.popup_vertex .comment i, .popup_waypoint_text .comment i{
    line-height: 1.1rem;
}
.leaflet-tooltip .tooltip-body p,.popup_vertex .tooltip-body p, .popup_waypoint_text .tooltip-body p{
    line-height: 1.1rem;

}
.popup_vertex img.country, .popup_waypoint_text img.country{
    margin-right: 5px;
    margin-left: 0;
}
.popup_vertex .country,.leaflet-tooltip img.country{
    display: inline;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 6px;
}
.leaflet-tooltip .weather i, .popup_vertex .weather i, .popup_waypoint_text .weather i{
    font-style: normal;
    float: left;
    width: 50%;
}
.leaflet-tooltip .weather i img, .popup_vertex .weather i img, .popup_waypoint_text .weather i img{
    width: 30px;
    height: auto;
    display: inline;
    margin-bottom: -8px;
}
.leaflet-tooltip .tooltip-top, .popup_vertex .tooltip-top, .popup_waypoint_text .tooltip-top{
    overflow: hidden!important;
}

.leaflet-tooltip .source, .popup_vertex .source, .popup_waypoint_text .source{
    float: right;
    color: white;
    padding-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.tooltip-top.empty{
    display: none;
}
.popup_vertex .leaflet-popup-content-wrapper .leaflet-popup-content .tooltip-top{
    display: block!important;
}
.leaflet-tooltip .type, .popup_vertex .type, .popup_waypoint_text .type{
    float: left;
    color: white;
    padding-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.leaflet-tooltip p, .popup_vertex p, .popup_waypoint_text p{
    text-align: left;
    color: white;

    white-space: normal!important;
    line-height: 12px;
    padding-top: 10px;
    margin-bottom: 5px;
}
.leaflet-tooltip-right{
    margin-left: 40px;
}
.leaflet-tooltip.leaflet-tooltip-right:before {
    border-right-color: #0b3e6f!important;
}
.leaflet-tooltip.leaflet-tooltip-left:before {
    border-left-color: #0b3e6f!important;
}
.popup_vertex .leaflet-popup-tip-container .leaflet-popup-tip, .popup_waypoint_text .leaflet-popup-tip-container .leaflet-popup-tip{
    background-color: #0b3e6f!important;
}
.popup_item_located.leaflet-popup
{
    min-width: 280px!important;
}
.popup_item_located .tooltip-top
{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center;
    height: 200px!important;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    color: white!important;
    display: flex!important;
}
.popup_item_located .date img
{
    display: inline;
    margin-right: 5px;
    vertical-align: bottom;
}
.popup_item_located .leaflet-popup-content
{
    margin: -2px!important;
}
.popup_item_located .leaflet-popup-content-wrapper
{
    border-radius: 5px!important;
}
.popup_item_located .title
{
    margin: auto auto 5px 10px;
    padding-right: 10px;
    text-shadow: 1px 1px 5px black;
    font-size: 1.3rem;
    font-weight: normal;
}
.popup_item_located .tooltip-body
{
    padding: 5px 10px!important;
}
.popup_item_located .tooltip-body p
{
    margin: 0 0 5px 0!important;
    line-height: 1.3rem!important;
}
.popup_item_located .leaflet-popup-close-button
{
    display: none;
}
.popup_item_located.no-img .tooltip-top
{
    height: auto !important;
    padding: 10px 5px;
    color: black!important;
}
.popup_item_located.no-img .title
{
    text-shadow: none;
}
.leaflet-tooltip .type{
    font-size: 80%;
}
.leaflet-tooltip strong{
    width: 100%;
}
.leaflet-tooltip img{
    max-width: 200px;
}
.pulse {
    background: none;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
    margin-left: -4px;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;

    animation: pulsate 1s ease-out;

    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #89849b;
    box-shadow: 0 0 1px 2px #89849b;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
#map-infos{
    font-weight: bold;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .leaflet-bar.leaflet-ruler{
        display: none;
    }
}
.leaflet-custom-btn a{
    cursor: pointer;
}
.leaflet-ruler{

}
.leaflet-ruler:hover{

}
.leaflet-ruler-clicked a,.leaflet-custom-btn.active a{
    background-color: #048207 !important;
    color: #ffffff !important;
}
.leaflet-ruler-clicked a,.leaflet-custom-btn.active a{
    background-color: #048207 !important;
    color: #ffffff !important;
}
.leaflet-custom-btn a i.fa{
    font-size: 16px;
}
.leaflet-bar{
    background-color: #ffffff;
}
.leaflet-control {
    cursor: pointer;
}
.result-tooltip{
    background-color: white;
    border-width: medium;
    border-color: #de6917;
    font-size: smaller;
}
.moving-tooltip{
    background-color: rgba(255, 255, 255, .7);
    background-clip: padding-box;
    opacity: 0.5;
    border: dotted;
    border-color: #de6917;
    font-size: smaller;
}
.plus-length{
    padding-left: 45px;
}
.leaflet-terminator a{
    background-image: url("/assets/img/map-icons/day-night.svg");
    background-repeat: no-repeat;
    background-size: 125%;
}
.leaflet-ruler a{
    background-image: url("/assets/img/map-icons/ruler.svg");
    background-repeat: no-repeat;
    background-size: 85%;
}
#windy #bottom,
#windy #mobile-ovr-select,
#windy #embed-zoom
{
    z-index: 500;
}
#windy #plugin-menu{
    z-index: 1000;
}
#windy #plugin-menu #layers-levels,#windy #logo-wrapper,#windy #embed-zoom{
    display: none;
}
#windy #mobile-ovr-select,#windy #embed-zoom{
    right: 20px!important;
}
#windy #map-container .leaflet-control-container{
    display: block!important;
}
#windy .play-pause.off::before {
    left: .1em!important;
}
#windy .leaflet-popup-content{
    margin: 0!important;
}
#map .leaflet-resp-popup-west .leaflet-popup-tip-container {
    margin-left:-4px;
}
#windy .leaflet-resp-popup-west .leaflet-popup-tip-container {
    margin-left: -10px!important;
    transform: rotate(-90deg)!important;
}
#windy .leaflet-resp-popup-north .leaflet-popup-tip-container {
    margin-left: -20px!important;
    transform: rotate(0deg)!important;
    margin-top: -1px!important;
}
#windy .leaflet-resp-popup-south .leaflet-popup-tip-container {
    transform: rotate(180deg)!important;
}
#windy .leaflet-resp-popup-est .leaflet-popup-tip-container {
    transform: rotate(90deg)!important;
    margin-left: -30px!important;
}
@media screen and (max-width: 768px) {
    #windy #bottom{
        display: none;
    }
}

@media screen and (max-width: 450px) {
    #map-infos,#open-logbook{
        font-size: 90%;
        line-height: 1em;
        font-weight: bold;
        width: 100%;
        border-top-left-radius: 5px;
    }
}
.marker-type-article::before,.marker-type-video::before,.marker-type-gallery::before,.marker-type-cruise::before,.marker-type-log::before{
    display: block;
    position: absolute;
    margin-top: -5px;
    margin-left: 25px;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    z-index: 500;
}

.popup_video .tooltip-top::before{
    content: "\f144";
    display: block;
    position: absolute;
    margin-top: 70px;
    margin-left: calc(50% - 30px);
    height: 60px;
    width: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 45px;
    line-height: 20px;
    text-align: center;
    opacity: .6;

}
.popup_gallery .tooltip-top::before{
    content: "\f302";
    display: block;
    position: absolute;
    margin-top: 70px;
    margin-left: calc(50% - 30px);
    height: 60px;
    width: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 45px;
    line-height: 20px;
    text-align: center;
    opacity: .6;

}
.popup_item_located .tooltip-top .type{
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    border-radius: 10px;
    padding: 0 5px;
    font-size: 12px;
    text-transform: capitalize;
}
.popup_item_located .tooltip-top .date{
    font-size: 0.9rem;
}
.popup_item_located .tooltip-top .type i{
    margin-left: 4px;
    margin-top: -1px;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900!important;
}
.leaflet-popup-content .tooltip-body p{
    margin-top:5px;
}
.leaflet-popup-content img.country{
    max-width: 24px;
    display: inline-block;
}
.waypoint-marker{
    background-color: #2a3e5d;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    box-shadow: rgb(0, 0, 0) 0px 0px 2px;
    border: 1px solid #ffffff69;
}
.waypoint-marker{
    color: white;

}
.leaflet-popup.type-log .data .pair strong{
    font-weight: bold;
}

.leaflet-popup.type-log .data .pair .value{
    font-weight:normal;
}
.marker-type-video::before{
    content: "\f03d";
    background-color: #0a53be;
}

.marker-type-article::before{
    content: "\f303";
    background-color: #279300;
}
.marker-type-cruise::before{
    content: "\f21a";
    background-color: #008c7c;
}
.marker-type-gallery::before{
    content: "\f302";
    background-color: #be0082;
}
.marker-type-log::before{
    content: "\f518";
    background-color: #935f00;
}

.popup_video .tooltip-top .type{
    background-color: #0a53be;
}
.popup_blog .tooltip-top .type{
    background-color: #279300;
}
.popup_log .tooltip-top .type{
    background-color: #935f00;
}
.popup_gallery .tooltip-top .type{
    background-color: #be0082;
}
.popup_cruise .tooltip-top .type{
    background-color: #008c7c;
}

.popup_item_located .tooltip-top .type{
    font-weight: bold;
    color:white;
    text-shadow: 2px 2px 10px black;
}
.popup_item_located.type-article .tooltip-top .type {
    background-color: #279300;
}
.popup_item_located.type-cruise .tooltip-top .type {
    background-color: #008c7c;
}
.popup_item_located.type-video .tooltip-top .type {
    background-color: #0a53be;
}
.popup_item_located.type-gallery .tooltip-top .type {
    background-color: #be0082;
}
.popup_item_located.type-log .tooltip-top .type {
    background-color: #935f00;
}
.popup_item_located.popup_no-img .tooltip-top{
    height: 60px !important;
}
.popup_item_located.popup_no-img .tooltip-top .title{
    color: black!important;
}

.tooltip-top.link{
    cursor: pointer;
}
.popup_item_located .tooltip-body a{
    float: right;
    font-weight: bold;
    font-size: 120%;
    color: white!important;
    background-color: #0078a8;
    padding: 5px 10px;
    border-radius: 5px;
}
.popup_vertex.simple{
    min-width: 180px !important;
    width: auto !important;
}
.popup_vertex.simple .leaflet-popup-content{
    width: auto!important;

}
.popup_vertex.simple .leaflet-popup-content .tooltip-top{
    display: none;!important;
    height: 0 !important;
    padding: 0;
    position:absolute;
}
.popup_vertex.simple .leaflet-popup-content .tooltip-body{
    text-align: center!important;
    min-width: 180px !important;
    width: auto !important;
}
.popup_departure .leaflet-popup-content-wrapper{
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    color: white!important;
    background: #0b3e6f!important;
    padding: 5px 10px;
    border-radius: 5px;
}
.popup_departure .leaflet-popup-tip{
    background: #0b3e6f!important;
}
.map-loader{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 10000;
    display: flex;
    align-items: center;
}
#map-spinner{
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
#map-spinner path {
    transform-origin: center center;
    animation: 1s linear infinite rotate;
}
@keyframes rotate { from { transform: rotate(0); } to { transform: rotate(360deg); }  }
#map.mapnotinit, #windy.mapnotinit{
    background: #e8e8e8;
    display: flex;
}
#map.mapnotinit div, #windy.mapnotinit div{
    margin: auto;
    text-align: center;
    font-style: italic;
}
#map-wrapper .tracking-warning{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 108, 0, 0.9);
    padding: 10px 40px 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    z-index: 1500;
}
#map-wrapper .tracking-warning #tracking-warning-close{
   cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
#map-wrapper .leaflet-popup-content .tooltip-body .data{
    display: block;
    margin-top: 3px;
    border-top: 1px solid #d0d0d0;
    padding-top: 3px;
}
#map-wrapper .leaflet-popup-content .tooltip-body .data strong{
    font-weight: bold;
    text-transform: uppercase;
}
#map-wrapper .leaflet-popup-content .tooltip-body .data .value{
    margin-right: 10px;
}

#map-wrapper .leaflet-popup-content .tooltip-body .data .pair{
    display: inline-block;
}
.leaflet-marker-icon.boatIcon{
    z-index:470!important;
}