@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} 
.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
#content {
  position: relative;
  min-height: 522px;
}
#myMaps {
  animation: fadeIn 4s;
}
#maps-content {
  height: 42vh;
  width: 100%;
  position: relative;
}

.search-wrapper {
  position: relative;
  display: inline-block;
  width: 315px;
  height: 37px
}

.search {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1001;
  height: 37px;
  transition: all .5s linear;
}

.popup-opened .search {
  text-align: left!important;
  margin-left: 20px;
  z-index: 3000;
}

.popup-opened .search-wrapper {
  max-width: 25px;
  padding-right: 38px;
}

.search input {
  width: 100%;
  height: 37px;
  border-radius: 19px 19px 19px 19px;
  background-color: #ECECEC;
  border: none;
  padding: 0 20px;
  z-index: 2;
  position: relative;
  cursor: default;
}

.search .search-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
}

.search-list-data {
  background-color: #fff;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-border-top-left-radius: 19px;
  -webkit-border-top-right-radius: 19px;
  -moz-border-radius-topleft: 19px;
  -moz-border-radius-topright: 19px;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  visibility: hidden;
}

.search-list-data.active {
  visibility: visible;
  height: 310px
}

.search-list-data > ul {
  transition: all .5s;  
  overflow-y: auto;
  height: 0;
  background-color: #fff;
  margin-top: 45px;
}

.search-list-data.active > ul {
  height: 250px;
  padding-left: 0;
}

.search-list-data > ul > li {
  list-style: none;
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.search-list-data > ul > li > a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 10px 0 2px 0;
  font-style: italic;
  margin: 0 20px; 
  border-bottom: 1px solid #000000;
  font-weight: bold;
  user-select: none;
}

.search-list-data > ul > li img.category-arrow {
  width: 13px;
  height: 9px;
}

.search-list-data .thumbnail-wrapper {
  display: inline-block;
  width: 55px;
  text-align: center;
  pointer-events:none;
}

.search-list-data .no-thumbnail {
  display: inline-block;
  width: 5px
}

.search-list-data .search-thumbnail {
  height: 33px;
  max-width: 65px;
}

.search-list-data .desc {
  max-width: 130px;
  max-height: 40px;
  overflow: hidden;
  text-align: right;
}

.search-list-data > ul > li.active ul {
  display: block;
  padding-left: 0;
}

.search-list-data > ul > li > img {
  position: absolute;
  right: 20px;
  top: 10px;
}

.search-list-data > ul > li ul {
  list-style: none;
  display: none;
  margin-top: 10px;
}

.search-list-data > ul > li > .block-item,
.search-list-data > ul > li > ul > li > div {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: normal;
}

.search-list-data > ul > li > .block-item:hover,
.search-list-data > ul > li > ul > li > div:hover {
  background-color: #313131;
  color: #fff;
}

.search-list-data > ul > li > a > span,
.search-list-data > ul > li > ul > li > div > span {
  color: #818181;
  float: right
}

.search-list-data .close-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  visibility: hidden;
}

.search-list-data ul li img {
  pointer-events: none;
}

.search-list-data.active .close-icon {
  visibility: visible;
}

.sortable-chosen {
  background-color: #eceef1;
}
.sortable-ghost,
.sortable-chosen,
html.draggable-cursor {
  cursor: move;
  /* You can remove these if you prefer the grab hand */
}
.map-thumb img {
  max-height: 88px;
}
.custom-modal-content {
  word-wrap: break-word;
  max-height: 200px;
  overflow-y: scroll !important;
}
.form-check > * {
  cursor: pointer;
}
.form-check label {
  user-select: none;
}
#custom-css-content.active {
  display: block !important;
}

/* New CSS for draggable blocks */
.list-group-item {
  cursor: grab;
}

.list-group-item:active {
  cursor: grabbing;
}

.draggable-file,
.tour-section,
.tour-block-list li {
  cursor: grab;
}
.draggable-file:active,
.tour-section:active,
.tour-block-list li:active {
  cursor: grabbing;
}

.draggable-block {
  cursor: grab !important;
}
.draggable-block:active {
  cursor: grabbing !important;
}

button.btn.btn-outline-primary.tours-add-block-btn {
  margin-top: 20px;
}

.level-switcher {
  display: flex;
  flex-direction: column;
}

.level-switcher button {
  border: none;
  width: 125px;
  height: 33px;
  margin-bottom: 14px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff;
  color: #000000;
  border: 1px solid #313131;
  border-bottom: 0;
  align-self: center;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.level-switcher button {
  border-radius:0px!important;
  margin:0px!important;
   border-color: #EAEAEA;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.level-switcher button.active {
  border-radius:0px!important;
  margin:0px!important;
  border-color: #000;
}

.level-switcher button.active {
  background-color: #313131;
  color: #fff;
}

.level-switcher button:last-child {
  border-bottom: 1px solid #313131;
}

.routes-panel {
  background-color: #ECECEC;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	color: #2f3434;
	margin: 12px;
	transition: width 0.2s, height 0.2s;
  width: 208px;
  margin: 0 auto 40px auto;
  position: relative;
  border-radius: 13px 13px 13px 13px;
}

.routes-panel.closed {
	height: 36px;
	padding: 0;
  overflow-y: hidden;
}

.routes-panel h4 {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 15px 0;
  display: block;
  color: #313131;
  cursor: pointer;
  user-select: none
}

.routes-panel .arrow-up {
  position: absolute;
  top: 12px;
  right: 20px;
  background: transparent url(/assets/img/icons/up-arrow.svg) no-repeat center;
  height: 9px;
  width: 13px;
  cursor: pointer;
}

.routes-panel.closed .arrow-up {
  transform: rotate(180deg);
}

.routes-panel .routes-footer {
  display: flex;
  margin-top: 16px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 14px;
  align-items: center;
  justify-content: space-between;
}

.routes-panel .routes-footer .routes-wheelchair {
  display: flex;
  align-items: center;
}

.routes-panel .routes-footer .routes-wheelchair .icon {
  background: transparent url(/assets/img/icons/wheelchair.svg) no-repeat center;
  width: 20px;
  height: 22px;
  margin-right: 10px;
}

.routes-panel .routes-footer .routes-wheelchair .routes-wheelchair-switch {
  background-color: #B7B7B7;
  width: 52px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}

.routes-panel .routes-footer .routes-wheelchair .routes-wheelchair-switch.active {
  background-color: #313131;
}

.routes-panel .routes-footer .routes-wheelchair .routes-wheelchair-switch input {
  display: none;
}

.routes-panel .routes-footer .routes-wheelchair .routes-wheelchair-switch label {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.routes-panel .routes-footer .routes-wheelchair .routes-wheelchair-switch.active label {
  left: auto;
  transform: translateX(30px);
}

.directionPath0.blue,
.directionPath1.blue {
  stroke: cyan!important
}

.routes-panel .routes-submit {
  background: transparent url(/assets/img/icons/white-enter.svg) no-repeat center;
	border: none;
	border-radius: 0;
	display: inline-block;
	width: 44px;
	height: 30px;
	transition: opacity 0.2s;
  cursor: pointer;
}
.routes-panel .routes-submit.active {
  background: transparent url(/assets/img/icons/black-enter.svg) no-repeat center;
}

.routes-panel .routes-submit:hover {
	opacity: 1;
}

.routes-panel.closed .routes-submit {
	background-size: 16px 16px !important;
	margin: 0;
}

.routes-panel .routes-select small {
	border: 2px solid #231f20;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
	float: left;
	display: block;
  margin-left: 1px;
} 

.routes-panel .routes-select:first-child small {
	border-radius: 50%;
	transform: rotate(0deg);
}

.routes-panel .routes-select.filled small {
	background-color: #231F20;
	transition: background-color 0.2s;
}

.routes-panel .routes-select.filled:hover:not(.fixed) small {
	background-color: transparent;
	border-radius: 50%;
	transform: none;
	border: none;
}

.routes-panel .routes-select.filled:hover:not(.fixed) small:after {
	font-size: 15px;
	font-weight: bold;
	line-height: 8px;
	content: '\d7';
}

.routes-panel .routes-select.filled.fixed .routes-loc { color: #888; }
.routes-panel .routes-select.filled.fixed small {
	background-color: #888;
	border-color: #888;
}

.routes-panel .routes-close {
	color: #888;
	cursor: pointer;
	font-size: 13px;
	position: absolute;
	bottom: 8px;
	left: 15px;
	transition: color 0.2s;
}

.routes-panel .routes-close:hover { color: #2f3434; }

.routes-panel .routes-select {
	border-left: 3px solid transparent;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
  align-items: center;
	padding: 0 12px;
	transition: border-color 0.2s;
}

.routes-panel .routes-select-end {
  border-left: 3px solid transparent;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
  align-items: center;
	padding: 0 12px;
	transition: border-color 0.2s;
}

.routes-panel .routes-select-end small {
  background: transparent url(/assets/img/icons/map-pointer.svg) no-repeat center;
  height: 19px;
  width: 12px;
}

.routes-panel .routes-select-end span {
  font-size: 12px;
	padding-left: 10px;
	
	-webkit-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.routes-panel .routes-select.active {
	border-color: #6CB5F4;
	background-color: #fafafa;
}

.routes-panel .routes-select.active small {
	color: #2f3434;
}

/* Placeholder text*/
.routes-panel .routes-select span {
	font-size: 12px;
	padding-left: 10px;
	
	-webkit-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.routes-panel .routes-select span img {
  margin-left: 20px;
}

.routes-panel .routes-select-end span img {
  margin-left: 20px;
}

.routes-panel .routes-select.filled span {
	display: none;
}

/* Location holder */
.routes-panel .routes-loc {
	font-size: 16px;
	line-height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	overflow: hidden;
}

.routes-panel .routes-dots {
	width: 1px;
	height: 32px;
	pointer-events: none;
  background: transparent url(/assets/img/icons/routes-dots.svg) no-repeat center;
  position: relative;
  left: 20px;
}

.routes-panel .routes-dots > span {
	background-color: #ccc;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 4px 0;
}

.routes-panel .routes-swap {
	cursor: pointer;
	position: absolute;
  width: 35px;
  height: 28px;
  top: 50%;
  margin-top: -14px;
	left: -60px;
}

.icon {
  box-sizing: content-box;
  fill: #222;
  width: 16px;
  height: 16px;
  margin: 6px;
}
#maps-content .block-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  cursor: default;
  width: 172px;
  height: 153px;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.2));
  filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.2));
}
.block-popup .inner {
  background-color: #fff;
  width: 172px;
  min-height: 123px;
  display: block;
  margin: 0;
  text-align: center;
  padding-bottom: 1px;
}

.block-popup .arrow {
  position: relative;
  top: -1px;
  width: 0;
	height: 0;
	border-width: 30px 15px 0 15px;
	border-color: #FFFFFF transparent transparent transparent;
	border-style: solid;
  margin-left: 71px;
  display: block;
}

.block-popup span.heading {
  background-color: #313131;
  color: #fff;
  width: 100%;
  height: 26px;
  text-align: center;
  font-size: 10px;
  line-height: 26px;
  display: block;
}

.block-popup .info,
.block-popup img.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10.9px;
  zoom: 0.8;
  cursor: pointer!important;
}

.block-popup .info i {
  cursor: pointer!important;
}

.block-popup .info {
  color: white;
  right: auto;
  left: 0;
  padding: 7px 8px;
}

.block-popup .info:hover,
.block-popup img.close:hover {
  background-color: #767676
}

.block-popup h4 {
  text-align: center;
  display: block;
  font-size: 13px;
  color: #313131;
  margin-top: 15px;
  margin-bottom: 2px;
  font-weight: bold;
}

.block-popup span.opentime {
  font-size: 10px;
  color: #313131;
  text-align: center;
  display: block;
}

.block-popup button {
  cursor: pointer!important;
  user-select: none;
}

.block-popup button:hover {
  font-weight: bold;
}

.block-popup button.start-location,
.block-popup button.destination-location {
  display: flex;
  align-items: center;
  width: 90%;
  color: #313131;
  margin: 10px 5% 0 5%!important;
  padding: 5px 10px 5px 15px;
  cursor: pointer;
  border-radius: 20px;
  font-size: 10px;
  text-align: left;
  border: 0;
}

.block-popup button.destination-location {
  margin-bottom: 15px!important;
}

.block-popup button.start-location:before,
.block-popup button.destination-location:before {
  content: ""; 
  display: inline-block;
  margin: 0 5px 0 0;
}

.block-popup button.start-location:before {
  width: 13px;
  height: 13px;
  border: 2px solid #231f20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.block-popup button.destination-location:before {
  background: transparent url(/assets/img/icons/map-pointer.svg) no-repeat center;
  height: 19px;
  width: 12px;
}

.zoom-buttons {
  display: flex;
  margin: 10px 0 55px 0;
  justify-content: center;
}

input[type=range] {
  -webkit-appearance: none;
  width: 195px;
  height: 11px;
  background: #ebebeb;
  background-image: linear-gradient(#313131, #313131);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  border-radius: 6px;
  margin: 0 16px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-moz-range-thumb {
  border: 5px solid #000000;
  height: 18px;
  width: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #ECECEC;
  cursor: pointer;
}

.zoom-buttons .zoomin-button,
.zoom-buttons .zoomout-button {
  background-color: transparent;
	border: none !important;
	cursor: pointer;
	transition: background-color 0.2s;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  box-shadow: none;
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.zoom-buttons .zoomin-button img,
.zoom-buttons .zoomout-button img {
  width: 100%;
  max-height: auto;;
}

.view-steps {
  width: 145px;
  height: 33px;
  border: 1px solid #313131;
  display: flex;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  align-items: center;
  margin: 26px auto 29px auto;
  font-size: 14px;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
}
.view-steps .icon {
  background: url(/assets/img/icons/list.svg);
  margin: 0 13px 0 0;
}
.directions {
  width: 322px;
  position: fixed;
  bottom: -100%;
  left: 50%;
  margin-left: -161px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
  -webkit-border-top-left-radius: 19px;
  -webkit-border-top-right-radius: 19px;
  -moz-border-radius-topleft: 19px;
  -moz-border-radius-topright: 19px;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  transition: all .5s;
}
.directions.active {
  bottom: 0%;
}
.directions .directions-detail {
  position: relative;
  float: left;
  width: 100%;
}
.directions h4 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 40px;
}
.directions .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 18px;
  height: 19px;
}
.directions .steps {
  display: flex;
  flex-direction: column;
  margin: 0 22px;
  height: 320px;
  overflow-y: auto;
}
.directions .steps .item {
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.directions .steps .item .icon {
  width: auto;
  height: auto;
  margin-right: 17px;
}
.directions .steps .item .text {
  display: flex;
}
.directions .steps .item .text .number {
  margin-right: 10px;
}
.start-new-journey {
  background-color: #313131;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: none;
  z-index: 100;
  margin: 0 auto;
  cursor: pointer;
}
.start-new-journey.open {
  display: block;
}
.maps {
  display: flex;
  height: 100%;
  vertical-align: middle;
  cursor: grab;
  position: relative;
}

.maps-outer {
  height: 100%;
	width: 100%;
  overflow: hidden;
  margin: auto;
  vertical-align: middle;
}
#customCSS {
  font-size: 13px;
}
.table .logo {
  text-align: center;
}
#myMaps {
	height: 100%;
	width: 100%;
  transform-origin: 0 0;
  transition: transform 0s ease 0s;
}
#myMaps div {
	height: 100%;
	margin: auto auto;
	width: 100%;
}
#controls {
	background-color: lightGrey;
	height: 50px;
	width: 100%;
	z-index:-1;
}
.thumbnail {
  max-width: 200px;
}
.new-tab::after {
  content: " ";
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: 0 0 transparent url("/assets/img/icons/open-in-new-window.svg");
  background-size: cover;
}
.new-tab.small-icon::after {
  width: 10px;
  height: 10px;
}
.debugPath {
	stroke: orange;
	stroke-width: 5;
}

.debugRoom {
	fill: red;
	stroke: red;
	stroke-width: 4;
}

.debug {
  width: 5px;
  height: 5px;
  background-color: red;
  position: fixed;
  top: 2px;
  left: 5px;
}

#WayfindingStatus {
  text-align: center;
}

.wayfindingRoom {
	fill: #ffc;
	/* stroke: blue; */
	stroke-width: 2;
	stroke-dasharray: 5 3;
}

.wayfindingRoom > polygon,
.wayfindingRoom > polyline {
  fill: rgba(178, 238, 71, 0.5);
}

g.startPin path {
	fill: #ff595b;
}

/* Role management */
.button-group button {
  max-height: 30px;
}

/* Message */
.alert ul:last-child {
  margin-bottom: 0
}

#layout-navbar .navbar-nav-right > div > div {
  display: none!important;
}

@media only screen and (max-width: 575px) {
  .search {
    width: 100%;
    position: absolute;
    top: 24px
  }
  .search-list-data {
    display: inline-block;
    position: relative;
    top: -36px;
  }
}

@media only screen and (min-width: 576px) {
  html, body {
    height: 100vh;
  }
  #maps-content {
    height: 100vh;
  }
  .search {
    width: 282px;
    margin: 24px 0 24px 51px;
    float: left;
    position: absolute;
  }

  .start-new-journey {
    position: absolute;
    top: 5px;
    right: 10px;
  }

  #maps-content .maps {
    width: 100%;
    float: left;
    clear: left;
  }

  .zoom-buttons {
    position: absolute;
    bottom: 24px;
    right: 45px;
    margin: 0;
  }

  .routes-panel {
    position: absolute;
    top: 24px;
    right: 45px;
  }

  .view-steps {
    position: absolute;
    top: 24px;
    right: 275px;
    margin: 0;
  }

  .popup-opened .view-steps {
    right: 80px;
  }

  .level-switcher {
    position: absolute;
    top: 230px;
    right: 45px;
  }

  .directions {
    height: 310px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    right: -100%;
    left: auto;
    bottom: auto;
  }

  .directions.active {
    top: 24px;
    right: 45px;
    left: auto;
    margin-left: auto;
    z-index: 100
  }

  .directions h4 {
    margin-bottom: 30px;
  }

  .directions .steps {
    height: 225px;
  }

  .search-list-data {
    height: 300px;
  }

  .search-list-data.active > ul {
    height: 250px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 643.2px) {
  .mobile #status {
    position: fixed!important;
  }
}

@media only screen and (max-width: 643.2px) {
  .zoom-buttons .zoomin-button {
    right: 30px;
  }
}

@media only screen and (max-device-width: 1000px) {
  .zoom-buttons {
    margin-right: 115px;
    margin-bottom: 40px;
  }
  .zoom-buttons .zoomin-button, 
  .zoom-buttons .zoomout-button {
    position: absolute;
  }
  .zoom-buttons .zoomout-button {
    left: 30px;
  }
  .zoom-buttons .zoomin-button img, 
  .zoom-buttons .zoomout-button img {
    width: 30px;
    margin: 0;
  }
  #range {
    display:none;
  }
}

/* Max height */
.mh-50 {
  max-height: 50px
}
.mh-70 {
  max-height: 70px
}
.mh-100 {
  max-height: 100px
}
.mh-200 {
  max-height: 200px
}

@media only screen and (min-width: 575px)  {
  div.level-switcher {
    margin-right:35px;
  }
}

/* Start Reset Map Mobile Fix */
@media only screen and (max-width: 575px) {
  .start-new-journey.open {
    max-width:300px!important;  
    position:absolute!important;
    top: 6px!important;
    right: 9px!important;
    border-width:0px!important;
  }
}