:root {
    --dynamic-color: 'gray';
    --dynamic-border-color: 'gray';
}

/* .pis-map {position: absolute; background-color: rgba(0,0,0,0.5); left: 258px; top : 72px; width: 1404px; height: 676px; } */
.pis-map {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

/** FLOOR BUTTONS BEGIN **/
.pis-map-floors {
    position: absolute;
    bottom: 45px;
    width: 100%;
    /* left: 0px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.pis-map-floors ul {
    margin-bottom: 0;
}

.pis-map-floors li {
    display: table;
    margin: 0px 5px 0px 5px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    height: 43px;
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 15px 15px;
    font-weight: 300 !important;
    color: #ffffff;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50px;
    border: 2px solid #FFFFFF;
    display: none;
}

.pis-map-floors .pis-map-floor-button-blink {
    display: table;
}

.pis-map-floors .pis-map-floors li span {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px
}

.pis-map-floors li.selected {
    padding: 15px 20px;
    background: var(--dynamic-border-color);
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(10px);
    border-radius: 50px;
}

.pis-map-floors li.selected span {
    color: #fff;
}

.pis-map-floors li.selected {
    -webkit-animation: 0s !important;
    -moz-animation: 0s !important;
    -ms-animation: 0s !important;
    -o-animation: 0s !important;
    animation: 0s !important;
}

/** ANIMATIONS BEGIN **/
@keyframes floor-buttons-blink {
    0% {
        background-color: rgba(0, 0, 0, 0.5);
    }

    50% {
        background-color: var(--dynamic-border-color);
    }

    100% {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@-webkit-keyframes floor-buttons-blink {
    0% {
        background-color: rgba(0, 0, 0, 0.5);
    }

    50% {
        background-color: var(--dynamic-border-color);
    }

    100% {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.pis-map-floor-button-blink {
    -webkit-animation: floor-buttons-blink 1s ease-in infinite;
    -moz-animation: floor-buttons-blink 1s linear infinite;
    -ms-animation: floor-buttons-blink 1s linear infinite;
    -o-animation: floor-buttons-blink 1s linear infinite;
    animation: floor-buttons-blink 1s linear infinite;
}

/** ANIMATIONS END **/

/** FLOOR BUTTONS END **/

.pis-map .overlay-floor-info,
.pis-map .overlay-floor-info tspan {
    font-family: "Montserrat";
    font-size: 16px;
    fill: #000;
    font-weight: bold;
}

.pis-map-zoom {
    position: absolute;
    right: 50px;
    /* bottom: 60px; */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px
}

.pis-map-zoom .button {
    width: 50px;
    height: 50px;
}

.pis-map-zoom span {
    display: block;
}

.pis-map-zoom .selected {
    color: var(--dynamic-border-color);
}

.pis-map-zoom-reset {
    /*background-image: url("../../images/map/reset.png");*/
    z-index: 1;
}

.pis-map-zoom-out {
    /*background-image: url("../../images/map/zoom_out.png");*/
    z-index: 1;
}

.pis-map-zoom-in {
    /*background-image: url("../../images/map/zoom_in.png");*/
    z-index: 1;
}

.pis-map-zoom-line {
    left: 128px;
    top: 25px;
    height: 2px;
    width: 40px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
}

.pis-map .unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/** MAIN LEFT NAVIGATION BEGIN **/
.pis-map-left-navigation {
    left: 1rem;
    top: 1rem;
    position: absolute;
    height: 350px;
    width: 218px;
    display: none;
}

.pis-map-left-navigation>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 350px;
    text-align: left;
}

/** LOCATIONS BEGIN **/
.pis-map-locations .title {
    margin: 0;
    padding: 20px 0 0 0px;
    display: block;
    clear: left;
    width: 100%;
    height: 45px;
    text-align: left;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    color: var(--dynamic-border-color);
    background: rgba(0, 0, 0, 0.5);
    padding-left: 9px;
}

.pis-map-locations .content {
    left: 0;
    top: 45px;
    width: 100%;
    position: absolute;
    padding: 0 0 0 0;
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 580px;
    margin-bottom: 2rem
}

.pis-map-locations .content ul {
    padding: 0;
    float: left;
    clear: left;
    margin: 0;
    width: 94%;
}

.pis-map-locations .content li {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0;
}

.pis-map-locations .content li ul li {
    margin-bottom: 20px;
    margin-top: 20px;
}

.pis-map-locations .content li ul li ul {
    display: none;
    background: none;
    font-weight: 300 !important;
}

.pis-map-locations .content span {
    display: block;
    clear: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.pis-map-locations .content .selected>span {
    color: var(--dynamic-border-color);
}

/** LOCATIONS END **/

/** ROUTE LIST BEGIN **/
.pis-map-route-list {
    position: absolute;
    left: 33px;
    top: 72px;
    width: 205px;
    padding: 0 0 0 0;
    font-size: 24px;
    text-align: left;
    border: 2px solid var(--dynamic-border-color);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.4);
}

.pis-map-header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 2rem 1rem 1rem 1rem;
}

.pis-map-route-list .title {
    display: block;
    clear: left;
    width: 100%;
}

.pis-map-route-list .content {
    width: 100%;
    padding: 0 0 0 0;
    color: white;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 570px;
    fill: #fff;
    border-top: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.pis-map-route-list .content ul {
    padding: 0;
    float: left;
    clear: left;
    margin: 0;
    width: 96%;
}

.pis-map-route-list .content li {
    list-style: none;
    padding: 0px;
    display: block;
    margin: 0;
    height: 50px;
    padding-bottom: 0px;
}

.pis-map-route-list .content li span {
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    margin-top: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}

.pis-map-route-list .content li.selected span {
    color: #fff;
}

.pis-map-route-list .content li .indicator {
    display: inline-block;
    margin-left: 10px;
    float: left;
}

.pis-map-route-list .content li .indicator rect {
    fill: var(--dynamic-border-color);
}

.pis-map-route-list .content li .indicator circle {
    fill: var(--dynamic-border-color);
}

.pis-map-route-list .content li .indicator text {
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 700
}

.pis-map-route-list .content li.selected .indicator circle {
    fill: var(--dynamic-border-color);
}

.pis-map-route-list .content li:nth-child(1) .indicator rect.up {
    visibility: hidden;
}

.pis-map-route-list .content li:nth-last-child(1) .indicator rect.down {
    visibility: hidden;
}

.map-balloon-container .button-text {
    fill: var(--dynamic-border-color);
    font-weight: 700;
}

.map-balloon-container text {
    fill: #fff;
    word-wrap: break-word;
}

.map-balloon-container .pin-text {
    fill: #333 !important;
}


/** ROUTE LIST END **/

/** MAIN LEFT NAVIGATION END*/

/** MAP-ALERT BEGIN **/
.pis-map-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    background: rgba(0, 0, 0, 0.7)
}

.pis-map-alert {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 999999
}

.pis-map-alert .content {
    font-size: 1rem;
    color: #fff;
    position: absolute;
}

/** MAP-ALERT END **/




.pis-map-route-target {
    opacity: 0.5;
}

/*** BALLOON BEGIN **/
.pis-map-balloon text.button-text {
    font-size: 16px;
}

.pis-map-balloon text.title,
.pis-map-balloon g.title {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}

.pis-map-balloon text.route {
    font-size: 12px;
    font-weight: 700;
}

.pis-map-balloon .promotion {
    fill: #d0021b
}

.pis-map-balloon .pis-map-layer-changer .title {
    font-size: 14px;
}

/*** BALLOON END **/

.pis-map-emergency span.x {
    position: absolute;
    top: 28px;
    left: 0px;
    font-size: 30px;
    line-height: 24px;
    color: var(--dynamic-border-color);
    width: 100%;
}

.pis-map-emergency span.y {
    position: absolute;
    top: 81px;
    left: 0px;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    width: 100%;
}

.pis-map svg {}

.pis-map-algorithm-waiting {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 99999999;
}

.pis-map-algorithm-waiting .center {
    margin: 300px auto;
    width: 600px;
    top: 40%;
    font-size: 30px;
    color: white;
    text-align: center;
}

.pis-map .map-poi {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    text-align: center;
}

.pis-map .map-poi a {
    width: 65px;
    height: 65px;
    display: inline-block;
    margin-left: 7px;
    border-radius: 50%;
    position: relative;
}

.pis-map .map-poi a:hover {}

.pis-map .map-poi a.selected,
.pis-map .map-poi a:active,
.pis-map .map-poi a.all {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fba026 1%, #e19022 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fba026), color-stop(100%, #e19022));
    background: -webkit-linear-gradient(top, #fba026 1%, #e19022 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fba026 1%, #e19022 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fba026 1%, #e19022 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fba026 1%, #e19022 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba026', endColorstr='#e19022', GradientType=0);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.pis-map .map-poi a svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    fill: #444444;
    /*-webkit-filter: drop-shadow(1px 1px 0 #fff);*/
    /*filter: drop-shadow(1px 1px 0 #fff);*/
}

.pis-map .map-poi a.selected svg,
.pis-map .map-poi a:active svg,
.pis-map .map-poi a.all svg {
    fill: #333333;
    -webkit-filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.5));
    filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.5));
}

.pis-map .map-poi a.all {
    width: 105px;
    height: 105px;
    margin-bottom: -18px;
}

.pis-map .map-poi a .title {
    position: absolute;
    top: -33px;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 0 2px #fff;
    color: #000;
    left: 0;
    text-align: center;
    min-width: 65px;
}

.pis-map .destination .icon {
    fill: #59fb22;
}

.pis-map .map-search {
    position: absolute;
    display: block;
    z-index: 99999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 60px;
    padding: 0px 400px 0px 400px;
    background-color: rgba(0, 0, 0, 0.55);
}

.pis-map .map-search label,
.pis-map .map-search input {
    width: 100%;
    display: block;
    margin-top: 10px;
    border-width: 0px;
    border: none;
    font-size: 25px;
    padding-left: 25px;
    height: 35px;
    background-color: white;
    border-radius: 5px;
}

.pis-map .map-search .search-button {
    float: left;
    width: 24px;
    /*new width*/
    height: 24px;
    /*new width*/
    border: none !important;
    /* no border and override any inline styles*/
    margin-top: 7px;
    background-color: white;
    background-image: url(/Images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.pis-map .map-search ul {
    display: block;
    overflow: auto;
    width: 100%;
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 8px;
    color: white;
    padding: 5px;
}

.pis-map .map-search li {
    list-style: none;
    font-size: 25px;
    padding: 5px 5px 5px 20px;
    border-radius: 5px;
    margin-top: 3px;
}

.pis-map .map-search li:nth-child(odd) {
    background-color: #787b83;
}

.pis-map .map-search li:nth-child(even) {
    background-color: #484b53;
}

.pis-map .target-speech text {
    font-size: 25px;
}

.pis-map .target-go {
    transform: translate(185px, 45px);
    fill: lime;
}

.pis-map .go-text {
    transform: translate(165px, 55px);
    font-size: 50px;
    font-weight: bold;
    fill: white;
}

.pis-map .target-up {
    background-image: url("../images/up.png");
    width: 32px;
    height: 34px;
}

.pis-map .target-down {
    background-image: url("../images/down.png");
    width: 32px;
    height: 34px;
}

.pis-map .bubble-text tspan {

    font-weight: bold;
    font-size: 12px;
}

#backtomap {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 22px;
    z-index: 999999;
    display: none;
}