.JMap-Amenity {
    margin-left: -12px !important;
    margin-top: -5px !important;
}
.JMap-youarehere img{width:40px !important;height:40px !important;}
.marching-ants {
  stroke-dasharray: 4;
  animation-name: marching;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes marching {
  to {
    stroke-dashoffset: -1000;
  }
}
.displayAmenity {
    text-align: center;
    display:inline;
    padding-right:10px;
}
.displayAmenity svg {
    width: 40px;
    height: 40px;
    border-radius: 18px;
}
.displayAmenity svg .Background {
    fill: #598cab;
    padding: 40px;
}
.displayAmenity svg .Foreground, .displayAmenity svg path[class^=st1] {
    fill: #84b2ce;    
}
.displayAmenity svg path[id^=Background], .displayAmenity svg circle[id^=Background], .displayAmenity svg polygon[id^=Background], .displayAmenity svg path[class^=st0] {
    fill: #598cab;
    padding: 40px;
}
.BackgroundRed svg .Background, .BackgroundRed svg path[id^=Background], .BackgroundRed svg circle[id^=Background], .BackgroundRed svg polygon[id^=Background], .BackgroundRed svg path[class^=st0] {
    fill: #CF344F !important;
    padding: 40px;
}
.BackgroundRed svg .Foreground, .BackgroundRed svg path[class^=st1] {
    fill: #ffffff !important;
}
.floor-landmarks svg {
    width: 22px;
    height: 22px;
    border-radius:12px;
    opacity:0.80;
}
#canvasContainer #ParkingValidation path[id^=Foreground] {
    fill:#fff;
}
#canvasContainer #ParkingValidation path[id^=Background] {
    fill:#58798E;    
}

.markerDialogue {z-index:9999;margin-top:-35px;margin-left:-15px;}

.noResultTxt {
    color: red;
    text-align: center;
}
.go-btn input{
  border: 1px solid #fff;
  padding: 4px 6px;
  border-radius: 14px;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  background-color: #fff;
  color: #000;
  -webkit-appearance: none;
}

.go-btn input:hover{
  background-color: #5f91af;
  border: 1px solid #5f91af;
  color: #fff;
}
/*#main,
#container {
	height: 100%;
	margin:0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#main{padding-top: 100px;}
#container{position: relative;}*/
/*---------------Loading Screen-------------*/

.floor-level li.selected{
    background-color:#2D2D2D;
}
.active-landmarks svg {
   width: 40px !important; 
   height: 40px !important;
   border-radius:18px !important; 
   opacity:0.80 !important; 
}
/* Page Loading */
 .pace-activity > div {
    display: inline-block;
    /*margin: 111px 0 0 30px;*/
    /*position: fixed;
    width: 100px;*/
}

.pace {
    -moz-user-select: none;
    pointer-events: none;
}

    .pace .pace-activity {
        
        color: #fff;
        display: block;
        font-size: 48px;
        height: 230px;
        pointer-events: none;
        position: fixed;
        text-align: center;
        top: 40%;
        width: 200px;
        z-index: 4000;
        right: 0;
        left:0;
        margin:0 auto;
    }

    .pace.pace-active .pace-activity {
        bottom: 0;
        position: absolute;
    }

    /*.pace .pace-activity::before, .pace .pace-activity::after {
        border: 5px solid #fff;
        border-radius: 50%;
        bottom: 50px;
        box-sizing: border-box;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
    }

    .pace .pace-activity::before {
        animation: 3s linear 0s normal none infinite running pace-theme-corner-indicator-spin;
        border-left-color: rgba(0, 0, 0, 0.2);
        border-right-color: rgba(0, 0, 0, 0.2);
        height: 80px;
        margin-left: -40px;
        width: 80px;
    }

    .pace .pace-activity::after {
        animation: 1s linear 0s normal none infinite running pace-theme-corner-indicator-spin;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        border-top-color: rgba(0, 0, 0, 0.2);
        bottom: 70px;
        height: 40px;
        margin-left: -20px;
        width: 40px;
    }*/
    #resultLoading{width:100%;height:100%;position:fixed;z-index:999;top:0;left:0;right:0;bottom:0;margin:auto;}
    #resultLoading .bg{background:rgba(255, 255, 255, .8) none repeat scroll 0 0;width:100%;height:100%;position:absolute;top:0;}
    @-webkit-keyframes pace-theme-corner-indicator-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes pace-theme-corner-indicator-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}
.markerDialogue img, .result-path img{width:30px;height:30px;}

/*direction-details*/

.direction-details{
  width: 100px;
}

.direction-box-multiple{
    border-left: 5px solid #d72343;
    position: fixed;
    /*right: 100px;
    top: 270px;*/
    width: 267px;
    margin-left:10px;
    margin-top:-10px;
}

.direction-details img{
  float: right;
}


.direction-details{
width:262px;
height:auto; /*min height of DIV should be set to at least 2x the width of the arrow*/
background: #fff;
color:black;
position:relative;
word-wrap:break-word;
padding-left: 15px;
/*border-left: 1px solid #D72343;*/
}


.direction-details:after{ /*arrow added to leftarrowdiv DIV*/
content:'';
display:block;
position:absolute;
top:20px;
left:-35px; /*should be set to -border-width x 2 */
width:0;
height:0;
border-color: transparent #D72343 transparent transparent; /*border color should be same as div div background color*/
border-style: solid;
border-width: 8px 15px;
}


.address p:first-child{
  padding-top: 15px;
  font-weight: bold;
  color: #000;
  font-size: 22px;
 }

 .address p:nth-child(2){
  color: #7f7f7f;
  font-size: 14px;
 }





.map-direction{ 
  background: #505050; /* Old browsers */
  background: -moz-linear-gradient(top,  #505050 0%, #323232 50%, #0c0c0c 100%);
  background: -webkit-linear-gradient(top,  #505050 0%,#323232 50%,#0c0c0c 100%); 
  background: linear-gradient(to bottom,  #505050 0%,#323232 50%,#0c0c0c 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#0c0c0c',GradientType=0 ); 
 }

.map-direction .map-text a{
  text-decoration: none;
  color: #ffffff;
}

.map-direction .map-text{
  float: left;
  text-align: left;
  padding: 15px 0px 15px 15px;
  width: 70%;
  font-size: 18px;
  color: #fff;
}

.map-direction .map-img{
  float: right;
  text-align: right;
  padding: 15px 15px 12px 15px;
  width: 30%;
}


.direction-details ul{list-style:none;}
.direction-details ul li{    border-bottom: 1px solid #DADADA;cursor:pointer;
    margin-bottom: 5px;
    padding-bottom: 10px;width:85%}
.direction-details ul li .destinationText{width:80%;display:inline-block;vertical-align: middle;}
.direction-details ul li .destinationIcon{width:20%;display:inline-block;vertical-align: middle;margin-top: 8px;}
.direction-details .displayFloor{display:block;font-weight:bold;width:100%;text-align:left;padding-bottom:8px}
.attraction-box div span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 25px 8px;
}
.attraction-box{opacity:0.8;top:45% !important;height:110px;color:#fff;text-align:center;}
.attraction-box p {
    padding: 20px 25px 8px !important;
}
.directionText{
    background-image: url("../images/drop-down.svg");
    background-position: right center;
    background-repeat: no-repeat;
    height: 40px;
    left: 37%;
    position: absolute;
    top: 75px;
    width: 40px;cursor:pointer;
    background-size:40px;
}
.directionText.active{background-image: url("../images/drop-down-up.svg") !important;}
.floor-landmarks .JMap-Amenity[id^=Parking] svg {width:40px !important;height:44px !important;}
.floor-landmarks .JMap-Amenity[id^=Metro] svg {width:40px !important;height:44px !important;}
.destinationText.services{    padding-top: 10px;
    font-weight: bold;
    color: #000;
    font-size: 16px;}

.JMap-Amenity.JMap-landmark[id^=Escalator],.JMap-Amenity.JMap-landmark[id^=Elevator]{display:block !important;}
.call-now{color:#fff;text-decoration:none;}
.error-box{top:40% !important;}
.error-box .customPopupFloor:first-child{padding-bottom:10px;}
