@font-face {
font-family: "Optima-Regular";
src: url("/templates/webfonts/OPTIMA.woff");
src: url("/templates/webfonts/OPTIMA.woff") format("woff");
}
html,body{
	height: 100%;
}  
#content {
   height: calc(100% - 187px);
}  
.restrict-container {
   height: 100%;
}
 
.ml-breadcrumb {
	margin-bottom: 0px;
}

svg a, svg a polyline   {
   
   /* filter: drop-shadow(0px 0px 3px orange);
   -webkit-filter: drop-shadow(0px 0px 3px orange);
   filter: url(#shadow-active); */
}  
svg a.active, svg a.active polyline  {
   /*filter: drop-shadow(0px 0px 3px aqua);
   -webkit-filter: drop-shadow(0px 0px 3px aqua);
  filter: url(#shadow);   */
}
svg.group-select a {
   display: none;
}
svg.group-select a.active-group {
   display: block;
}         
 svg a .map-marker { 
   filter: drop-shadow(0px 1px 1px #494949); 
   -webkit-filter: drop-shadow(0px 1px 1px #494949);  
}
svg a.active .st277  {
   stroke: aqua;
   stroke-opacity: 1;
   filter: drop-shadow(0px 0px 1px #c9f5fd);
   -webkit-filter: drop-shadow(0px 0px 1px #c9f5fd);
} 
svg a.active .map-marker path {
    fill: #00a6a6;

}
svg a.active .map-marker {
    animation: bounce 1.5s ease; 
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	10% {transform: translateY(-4px)}
	30% {transform: translateY(-2px);}
}    
   
.map-container {
   display: flex;
   height: 100%;
   min-height: 100%;
   position: relative;
   overflow: hidden;
}
#map-left-container {
   position: relative;
   height: 100%;
   width: 100%;
   border-right: thin solid #e1dfda;
	background: #fff;
   cursor: all-scroll;
}
#map-left-container svg {
   width: inherit;
   height: inherit;
}
#map-right-container {
   flex: 0 0 600px;
	padding: 0px 15px 51px 15px;
	position: relative;
	overflow-y: auto;
	box-shadow: -2px 2px 5px 0 rgba(0,0,0,.4);
}
   
#map-right-container .spaces-container {
   display: grid;
   grid-gap: 1rem;
   grid-template-rows: auto;
}   
#map-right-container .card {
   display: grid;
   grid-template-areas:
  'img main main footer'
  'img main main footer';
}   
.space-status {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: -35px;
  right: 15px;
}
   
.map-container .space-img {
   grid-area: img;
   width: 150px;
   height: 100%;
}
.map-container .space-img a {
   position: relative;
   display: block;
   height: 100%;
}
.map-container .space-img img {
   height: 100%;
   object-fit: cover;
}   
.map-container .card-title {
   margin-bottom: .25rem;
}
.map-container .card-body {
   position: relative;
   padding: 3px 13px 13px 13px;
   grid-area: main;
}
.map-container .card-footer {
   padding: 12px;
   grid-area: footer;
}

.map-container .badge-secondary {
   position: absolute;
   left: -90px;
   padding: 4px 6px;
   background-color: #212529;
   bottom: 10%;
} 
.map-container .fa-map-marker-alt {
    color: #FC8403;  
}   
.map-container .card-footer, .card-footer:last-child  {
   border-radius: 0;
   border-top: 0;
   background-color: #fff;
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
   flex-direction: column;
}
   .extra-controls {
      background: #f9f9f8;
   }   
/* Make info larger for highlighted room */
   #map-right-container .spaces-container {
      
   }
   #map-right-container  .card.expand-info {
        grid-template-areas:
        'img'
        'main'
        'footer';
   }
   .map-container .expand-info .space-img {
     width: 100%;   
     max-height: 175px;
     overflow: hidden;
   }
   .map-container .expand-info .space-img img {
      width: 100%;
      object-fit: cover;
      top: 50%;
      transform: translateY(-50%);
      position: relative; 
   }
   .map-container .expand-info .fa-map-marker-alt, .map-container .expand-group .fa-map-marker-alt {
       color: #00a6a6;  
   }
   .map-container .expand-info .badge-secondary {
     left: 15px;
     top: -32px;
     bottom: auto;
   }
   .map-container .expand-info .card-footer, .expand-info .card-footer:last-child {
      display: initial;
   }
/* End ake info larger for highlighted room */   
   
@media screen and (min-width: 600px) and (max-width: 1140px) {
   #map-right-container {
     flex: 0 0 300px;
   }
   .sticky-top {
      flex-flow: wrap;
   }
   .sticky-top select {
      max-width: 135px;
   }
   #map-right-container .card {
     grid-template-areas:
        'img'
        'main'
        'footer';
   }
   .map-container .space-img {
     width: 100%;   
     height: 134px;
   }
   .map-container .badge-secondary {
     left: 15px;
     top: -32px;
     bottom: auto;
   }
   .map-container .card-footer, .card-footer:last-child {
      display: initial;
   }
}
@media screen and (max-width: 600px) {
   .map-container {
    display: block;
   }
   #map-right-container {
		overflow-y: initial;
      position: absolute;
      top: 0;
      width: 100%;
      padding: 0;
	}
   #map-right-container .sticky-top {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
   }
   .sticky-top .form-inline{
      flex-flow: nowrap;
   }
   .sticky-top select {
      max-width: 70px;
   }
   #map-right-container .card {
      display: none !important;
	}
   #map-right-container .card.expand-info {
       display: grid !important;
      position: relative;
      grid-template-areas:
     'img main main main'
     'img footer footer footer';
   }
   .map-container .expand-info .space-img {
      max-width: 115px;
      min-width: 100px;
      height: 100%;
      max-height: 100%;
   }
   .map-container .card-title {
      font-size: 18px;
   }
   .map-container .space-description {
      font-size: 12px;
      line-height: 14px;
   }
   .map-container .card-footer {
      padding-top: 0;
   }
   #map-right-container .sticky-top .btn {
      font-size: .75rem;
   }
   .svg-pan-zoom-clear-pan-zoom {
      display: block !important;
      width: 100%;
   }
   .svg-pan-zoom-reset-pan-zoom, .ml-breadcrumb {
      display: none !important;
   }
   .extra-controls {
      padding: 10px 20px;
   }
   #content {
     height: calc(100% - 150px);
   }
   
}

footer, .sticky-chat, .svg-pan-zoom-clear-pan-zoom, .extra-controls  {display: none;}