html {
    overflow: hidden;
    width: 100vw;
}

body {
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


/*** general popup ***/
div.mobilePopup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 0;
}

a#helpLink {
    display: none;
}


/******** marker info window ************/
div.infoDiv_container {
    margin: 5px;
}

div.infoDiv div.title {
    font-size: 15px;
    font-family: Arial;
    font-weight: normal;
    color: #222;
    margin-right: 5px;
}

div.infoDiv .gps {
    width: 25px;
    height: 25px;
    background: url(/images/gps.gif) no-repeat;
}

/**** marker popup ****/
table#markerPopup_headeTable {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;

    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 14px;
}

div#markerPopup_backArrow {
    color: #999;
    font-size: 30px;
    font-weight: bold;
}

div#markerPopup_mapName {
    padding: 4px 0px;
}

div#markerPopup_content .tabNames {
    background: #444;
    float: left;
    border-bottom: 2px solid #4D90FE;
    width: 100%;

    position: fixed;
    top: 0;
    left: 0px;
    z-index: 1;
}

div#markerPopup_content .tabNames .tabName {
    padding: 10px 7px;
    color: #fff;
    border: 0px;
    float: left;
}

div#markerPopup_content .tabNames .delimiter {
    padding: 0px;
    width: 10px;
}

div#markerPopup_content .tabNames .selected {
    border-bottom: 2px solid #4D90FE;
}

div#markerPopup_content .tabContent {
    padding: 10px 7px;
    overflow: auto;
    font-size: 12px;

    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

div.infoDiv_popup div.address {
    font-size: 14px;
}

div.infoDiv_popup div.comment FONT {
    font-size: 14px;
}

div.infoDiv_popup div.ratingDiv .ratingSource {
    font-size: 14px;
}

div.infoDiv_popup div.markerType {
    font-size: 14px;
}

div.infoDiv_popup div.title {
    font-size: 16px;
}

/****  msg ****/
div#mobile_msg {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    overflow: hidden;
    background: #222;
    border: 1px solid #333;
    border-top-width: 0;
    border-left-width: 0;
    font-size: 11px;
    color: #e0e0e0;
    width: 100%;
    font-size: 16px;
    padding: 5px;
}

div#mobile_icon_fullscreen {
    position: fixed;
    top: 10px;
    right: 0px;
    z-index: 1;
}

div#mobile_icon_fullscreen::before {
    font-size: 30px;
    padding: 8px 13px;

    display: block;
    color: #fafafa;
    text-align: center;
    background: #222;
    border-radius: 4px 0px 0px 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.6s ease;
}


div#mobile_icon_myloc {
    position: fixed;
    top: 60px;
    right: 0px;
    z-index: 1;
}

div#mobile_icon_myloc::before {
    font-size: 30px;
    padding: 8px 13px;

    display: block;
    color: #fafafa;
    text-align: center;
    background: #222;
    border-radius: 4px 0px 0px 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.6s ease;
}

div#mobile_icon_parisloc {
    position: fixed;
    top: 110px;
    right: 0px;
    z-index: 1;
    background-color: #222;
    width: 51px;
    height: 46px;
    border-radius: 4px 0px 0px 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

div#mobile_icon_parisloc div {
    width: 100%;
    height: 80%;
    background-image: url(/images/paris-icon.png);
    background-position: center center;
    background-size: contain;
    filter: invert(100%);
    padding: 0% 0px;
    margin: 10% 0;
}

/******* TABS **********/
#tab_markersTag {
    height: 20%;
}

#tab_searchTag {
    height: 20%;
}

#tab_importanceTag {
    height: 20%;
}

#tab_routesTag {
    height: 20%;
}

#tab_daysTag {
    height: 20%;
}

/************* FILTERS ************/
.impFilterInnerDiv {
    margin: 10px 5px 0px;
    font-size: 15px;
    font-family: Times New Roman;
}


/************* side-menu ************/
side-menu, side-menu.v6-side-window.main.v6-opened {
    transition: none;
    animation: none;
}

side-menu, side-menu.v6-side-window.main.v6-opened:not(.shrink) {
    width: 100vw;
    max-width: 100vw;

    height: 100vh;
    max-height: 906px;
}

side-menu:not(.shrink)>div.tab>div.teaser::before {
    display: none;
}

side-menu:not(.shrink)>div.tab {
    overflow-y: auto;
}

side-menu>div>div.title>.fa.close-side-menu-btn {
    display: block;
    margin-left: 15px;
}

side-menu div.tab>div.title div>span.tooltip-text {
    top: 45px;
    left: unset;
    right: 0px;
}

/****** marker info ******/
marker-info.v6-fixed.v6-side-window.right {
    top: unset;
    /* bottom: 0; */
    left: 0;
    right: unset;
    width: 100vw;
    max-width: 100vw;
    height: 200px;
    display: block;
    bottom: -100vh;
    transition: all 0.5s ease-in;
}

marker-info.v6-fixed.v6-side-window.right.v6-opened {
    bottom: 0;
}

marker-info.v6-fixed.v6-side-window.right.v6-opened:not(.pullup) info-image-carusel,
marker-info.v6-fixed.v6-side-window.right.v6-opened:not(.pullup) section.tags,
marker-info.v6-fixed.v6-side-window.right.v6-opened:not(.pullup) tabs-editor {
    display: none;
}

marker-info.v6-fixed.v6-side-window.right.v6-opened:not(.pullup) .mobile.pullup {
    display: block;
}

marker-info.v6-fixed.v6-side-window.right.v6-opened:not(.pullup)>div.x {
    top: 32px;
}

marker-info.v6-fixed.v6-side-window.right.v6-opened.pullup {
    height: 100%;
    max-height: 100%;
    transition: none;
}

marker-info.v6-fixed.v6-side-window.right.v6-opened.pullup div.x::after {
    font-size: 2.5rem;
    /* position: absolute; */

    cursor: pointer;
    padding: 6px 12px;
    background: #222;
    color: #fafafa;
    float: right;
}



/* */
@keyframes side-window-right-animation-open {
    0% {}

    20% {}

    80% {
        /* transform: translateX(calc(100%+15px)); */
    }

    100% {}
}

@keyframes side-window-right-animation-close {
    0% {}

    20% {}

    80% {}

    100% {}
}