.circularLoader {
  display: inline-block;
  width: 80px;
  height: 80px; }

.circularLoader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #0075E0;
  border-color: #fff transparent #0075E0 transparent;
  animation: circularLoader 1.2s linear infinite; }

@keyframes circularLoader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.mapDivHeader {
  height: 100%;
  width: 100%;
  position: absolute; }

.mapDivBlockHeader {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 60px auto; }

.floatHeader {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  border-radius: 2px 2px 0 0;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 2px; }

.blockHeader {
  padding: 10px; }

.containerGrid_0_1 {
  display: grid;
  grid-template-columns: 0fr 1fr;
  height: 100%; }

.containerGrid_1_0 {
  display: grid;
  grid-template-columns: 1fr 0fr;
  height: 100%; }

.containerGrid_1_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%; }

.containerGrid_1 {
  display: grid;
  grid-template-columns: 1fr 0fr;
  height: 100%; }

.div_MapOpen {
  display: block;
  position: relative;
  background-color: black;
  /* // position: sticky; */ }

.div_MapOpenSelectMap {
  display: block;
  position: relative;
  background-color: black;
  cursor: pointer !important;
  /* // position: sticky; */ }

.div_MapClosed {
  margin: 0px;
  display: block;
  position: relative;
  background-color: black;
  /* position: sticky; */ }

.toc_open {
  display: block; }

.toc_close {
  display: none; }

.visibleViewerDiv {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* height: 0px;*/ }

.hiddenViewerDiv {
  display: none; }

.tooltip {
  border: 0.3em solid #dee2e6;
  z-index: 5;
  background-color: white;
  border-radius: 3px;
  opacity: 0.8;
  font-size: 12.5px;
  padding: 0.4em;
  white-space: nowrap;
  display: none;
  position: relative;
  top: 0.6em;
  left: 0.5em;
  max-width: fit-content; }

.pruebaSCSS {
  background-color: aqua; }

.viewerDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.filterDiv {
  display: flex;
  justify-content: center;
  position: sticky;
  z-index: 1;
  text-transform: lowercase;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.filterGrid {
  display: grid;
  grid-template-columns: 185px auto;
  grid-template-rows: auto;
  grid-template-areas: "leftSidebar rightSidebar";
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  background-color: white;
  border-radius: 50px;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.filterDescription {
  /*line-height: 130%;*/
  /* line-height: 60%;*/
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  grid-area: leftSidebar;
  padding-bottom: 5px;
  color: #303438;
  display: flex;
  align-items: center; }

.filterPanel {
  position: relative;
  top: 24px;
  min-width: 75%;
  min-height: 64px;
  pointer-events: all; }

.filterTittle {
  margin-top: 5px;
  margin-bottom: 0px; }

.filterOptions {
  display: flex;
  width: 100%;
  flex-grow: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-area: rightSidebar; }

/**  MOBILE CSS **/
.filterPanelMobile {
  position: absolute;
  top: 32px;
  width: 170px;
  height: 48px;
  pointer-events: all;
  z-index: 1;
  text-transform: lowercase; }

.filterGridMobile {
  display: grid;
  grid-template-columns: 125px 1fr;
  background-color: white;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  border-radius: 0px 30px 30px 0px;
  height: 100%;
  justify-content: center;
  align-items: center; }

.filterTittleMobile {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #18459F;
  padding-left: 15px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%; }

.filterTittleMobileShowMore {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0075E0;
  padding-left: 15px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%; }

.filterSelectMobile {
  position: fixed;
  pointer-events: all;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: white;
  padding-top: 10px;
  padding-left: 17px;
  padding-right: 17px;
  z-index: 1500;
  text-transform: lowercase;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%; }

.labelFilterMobile {
  margin: 0px; }

.filterTittleSelectMobile {
  display: grid;
  grid-template-columns: 1fr 0fr;
  align-items: center;
  margin-bottom: 22px;
  margin-top: 15px; }

.filterTittleSelectMobile img {
  max-width: initial; }

.filterOptionsMobile {
  display: flex;
  flex-grow: 0;
  flex-wrap: wrap;
  justify-content: none; }

.btnFilterApply {
  margin: 0px; }

.divFilterApply {
  border: 1px solid #18459F;
  box-sizing: border-box;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 16px;
  margin-top: 25px;
  margin-bottom: 9px;
  margin-left: 14px;
  margin-right: 14px;
  background-color: #18459F;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600; }

.divFilterApplyShowMore {
  border: 1px solid #0075e0;
  box-sizing: border-box;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 16px;
  margin-top: 25px;
  margin-bottom: 9px;
  margin-left: 14px;
  margin-right: 14px;
  background-color: #0075e0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600; }

/**  Common Filter Widget CSS **/
.filterBtn {
  border: 1px solid #0075E0;
  box-sizing: border-box;
  border-radius: 30px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 5px;
  cursor: pointer;
  font: Poppins;
  font-size: 14px;
  color: #0075E0 !important; }

.filterBtnSelected {
  border: 1px solid #0075E0;
  box-sizing: border-box;
  border-radius: 30px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 5px;
  background-color: #0075E0;
  font: Poppins;
  font-size: 14px;
  cursor: pointer;
  color: #FFFFFF !important; }

.filterLabel {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #18459F;
  margin-top: 4px;
  padding-right: 4px;
  margin-bottom: 4px; }

.filterLabel::after {
  content: "";
  left: 15px;
  top: 3px;
  position: relative; }

.filterLabelSelected {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 4px;
  padding-right: 4px;
  margin-bottom: 4px; }

.filterLabelSelected::after {
  content: url("/o/taranto-viewer/images/cancel.png");
  color: #18459F;
  left: 7px;
  top: 3px;
  position: relative; }

.filterDivShowMoreElements {
  position: absolute;
  width: 1410px;
  height: 64px;
  left: calc(50% - 1410px/2 - 6.5px);
  top: 56px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  z-index: 1;
  text-transform: initial;
  pointer-events: all;
  text-transform: lowercase;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.filterDescriptionShowMoreElements {
  position: absolute;
  width: 225px;
  height: 30px;
  left: calc(50% - 200px/2 - 580.5px);
  top: 15px;
  z-index: 1; }

.filterOptionsShowMoreElements {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  width: 1009px;
  height: 32px;
  right: 20px;
  justify-content: flex-end;
  z-index: 2; }

.filterBtnSelectedShowMoreElementes {
  border: 1px solid #0075e0;
  border-radius: 30px;
  padding-right: 9px;
  padding-left: 7px;
  margin-top: 17px;
  margin-left: 6px;
  background-color: #0075e0;
  cursor: pointer;
  font: Poppins;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: none;
  flex-grow: 0;
  z-index: 3; }

.filterBtnShowMoreElements {
  border: 1px solid #0075e0;
  border-radius: 30px;
  padding-right: 9px;
  padding-left: 7px;
  margin-top: 17px;
  margin-left: 6px;
  background-color: white;
  cursor: pointer;
  font: Poppins;
  color: 1px solid #0075e0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: none;
  flex-grow: 0;
  z-index: 3; }

.filterMaskShowMoreElements {
  position: relative;
  border-radius: 50px;
  width: 232px;
  left: 200px;
  height: 64px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -25.35%, #FFFFFF 17.15%);
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: none;
  flex-grow: 0;
  margin-right: 2px;
  z-index: 2; }

.filterBtnMoreElements {
  border: 1px solid #0075e0;
  box-sizing: border-box;
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 17px;
  margin-left: 5px;
  cursor: pointer;
  color: #0075e0 !important;
  height: 32px;
  font-size: 25px;
  line-height: 18px;
  font-weight: bold;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.filterBtnMoreElements:hover {
  color: white !important;
  background-color: #0075e0; }

.filterShowMoreTooltip {
  position: absolute;
  top: 59px;
  margin-right: -37px;
  background-color: #303438;
  color: white;
  height: 29px;
  width: 116px;
  display: table-cell;
  line-height: 0px; }

.filterShowMoreTooltip p {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  text-align: center; }

.filterShowMoreTooltip:after {
  content: "";
  width: 8.66px;
  height: 7.5px;
  background: #303438;
  display: block;
  top: -39px;
  position: relative;
  left: 53px;
  transform-origin: 0 100%;
  transform: rotate(45deg); }

.info-hidden {
  display: none; }

.ol-popup {
  position: absolute;
  background-color: white;
  /* box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  padding: 15px;*/
  border-radius: 10px;
  /*border: 1px solid #cccccc;*/
  left: -142px;
  top: -5px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25); }

.ol-popup-container {
  max-height: 305px;
  overflow: hidden; }

.ol-header-container {
  display: grid;
  grid-template-columns: auto 26px;
  margin: 2px 2px 12px 2px; }

.ol-header-text {
  padding: 3px 0px 3px 6px;
  background-color: rgba(0, 60, 136, 0.2);
  font-size: 14px;
  margin-right: 3px;
  border-radius: 3px; }

.btnCloseOverlay:hover {
  background-color: rgba(0, 60, 136, 0); }

.ol-popup .ol-popup-container .ol-header-container .p-button.p-button-sm .p-button-icon {
  font-size: 9px; }

.ol-popup .ol-popup-container .ol-header-container .p-button.p-button-sm {
  width: auto;
  padding: 0px 6px;
  height: 23px; }

.template-content {
  max-height: 250px;
  overflow: auto; }

.progress-spinner {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 0.5em; }

:host ::ng-deep .custom-spinner {
  width: 50px;
  height: 50px; }

:host ::ng-deep .custom-spinner .ui-progress-spinner-circle {
  animation: custom-progress-spinner-dash 1.5s ease-in-out infinite, custom-progress-spinner-color 6s ease-in-out infinite; }

.containerRoutes {
  position: absolute;
  top: 5%;
  height: 90%;
  opacity: 0.9;
  left: 25px;
  background-color: #F6F6F6;
  width: 300px;
  pointer-events: all;
  display: grid;
  z-index: 1;
  grid-template-rows: 1fr 130px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.routesPanel {
  background-color: #f6f6f6;
  font-family: Poppins;
  font-style: normal;
  font-size: 12px;
  padding: 5px 25px 5px 15px;
  margin: 15px 0px 15px 0;
  overflow: auto; }

.staticRoutesPanel {
  background-color: #f6f6f6;
  font-family: Poppins;
  font-style: normal;
  font-size: 12px;
  border-top: 1px solid #d6d6d6;
  margin: 5px 20px 5px 10px;
  padding-top: 15px; }

.routeWidgetDiv {
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
  display: grid;
  grid-template-columns: 45px 1fr 30px;
  justify-self: center;
  align-items: center;
  margin-bottom: 6px;
  border-radius: 10px;
  height: 37.5px; }

.routeWidgetDivHover {
  background-color: #18459f14;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
  display: grid;
  grid-template-columns: 45px 1fr 30px;
  justify-self: center;
  align-items: center;
  margin-bottom: 6px;
  border-radius: 10px;
  height: 37.5px; }

.routesPointPanel :hover {
  cursor: pointer; }

.routeIconDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.routeIconPoint {
  width: 23px; }

.routeIconPointHover {
  width: 31px; }

.routeDescriptionInitialPoint {
  margin-left: 14px;
  margin-right: 14px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.routesWidgetPanelButton {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px 18px 0px 7px; }

.routesWidgetButton {
  border: 1px solid #18459F;
  box-sizing: border-box;
  border-radius: 15px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 5px;
  background-color: #18459F;
  color: white;
  cursor: pointer;
  opacity: 0.8; }

.routesWidgetButton:hover {
  opacity: 1; }

.panelAddPointDiv {
  position: relative;
  left: 12px; }

.panelAddPointDivHover {
  position: relative;
  left: 18px;
  top: 1px; }

.addRouteImg {
  height: 14px;
  background: #F6F6F6;
  padding: 2px;
  border-radius: 40px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35); }

.addRouteImgHover {
  height: 26px;
  background: #F6F6F6;
  padding: 6px;
  border-radius: 40px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35); }

.addRoutePointDiv {
  position: relative;
  top: -2px;
  height: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.addRoutePointDivHover {
  position: relative;
  top: -3px;
  height: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 8px;
  border-radius: 40px;
  background-color: #18459f24; }

.routeEditClosePanel {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%; }

.routeEditCloseImage {
  width: 12px; }

.routeEditClosePanel:hover {
  background-color: #18459f24;
  border-radius: 14px; }

.lengthRoutePanel {
  padding: 1px 25px;
  margin: 0px 20px 0px 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35); }

.routesTextButton {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.routesLengthTextButton {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.closeMessageRoutePanel {
  float: right;
  width: 30px;
  cursor: pointer; }

.saveMessageRoutesPanel {
  height: 85%;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
  margin-top: 0px;
  background: #f6f6f6;
  border: 1px solid #18459F;
  box-sizing: border-box; }

.textMessageRoutePanel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
  font-family: Poppins;
  font-size: 12px;
  color: #18459F; }

.loaderRoutePanel {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.loaderRoutePanel div {
  display: inline-block;
  position: absolute;
  left: 150px;
  width: 16px;
  background-color: #18459F;
  opacity: 0.7;
  animation: loaderRoutePanel 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.loaderRoutePanel div:nth-child(1) {
  left: 100px;
  animation-delay: -0.24s; }

.loaderRoutePanel div:nth-child(2) {
  left: 125px;
  animation-delay: -0.12s; }

.loaderRoutePaneldiv:nth-child(3) {
  left: 150px;
  animation-delay: 0; }

@keyframes loaderRoutePanel {
  0% {
    top: 8px;
    height: 64px; }
  50%, 100% {
    top: 24px;
    height: 32px; } }

.adminEditElement {
  position: absolute;
  bottom: 5%;
  opacity: 0.9;
  left: 25px;
  background-color: #F6F6F6;
  border-radius: 5px;
  width: 300px;
  height: 186px;
  pointer-events: all;
  z-index: 1;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.editElementWidgetPanelButton {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px 18px 0px 7px;
  margin-bottom: 8px; }

.editElementWidgetOneLineButton {
  border: 1px solid #18459F;
  box-sizing: border-box;
  border-radius: 15px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 12px;
  margin-right: 18px;
  background-color: #18459F;
  color: white;
  cursor: pointer;
  opacity: 0.8;
  height: 40px;
  line-height: 35px; }

.editElementWidgetOneLineButton:hover {
  opacity: 1; }

.editElementWidgetOneLineButtonDisabled {
  border: 1px solid gray;
  box-sizing: border-box;
  border-radius: 15px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 12px;
  margin-right: 18px;
  background-color: gray;
  color: white;
  opacity: 0.8;
  height: 40px;
  line-height: 35px; }

.editElementWidgetButton {
  border: 1px solid #18459F;
  box-sizing: border-box;
  border-radius: 15px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 5px;
  background-color: #18459F;
  color: white;
  cursor: pointer;
  opacity: 0.8;
  height: 40px;
  line-height: 35px; }

.editElementWidgetButton:hover {
  opacity: 1; }

.editElementTextButton {
  display: flex;
  justify-content: center;
  align-items: center; }

.editElementTextContainer {
  border-bottom: 1px solid #d6d6d6;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  margin-top: 20px; }

.loaderEditElement {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: 52px;
  margin-left: 12px; }

.loaderEditElement div {
  display: inline-block;
  position: absolute;
  left: 150px;
  width: 16px;
  background-color: #18459F;
  opacity: 0.7;
  animation: loaderEditElement 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.loaderEditElement div:nth-child(1) {
  left: 100px;
  animation-delay: -0.24s; }

.loaderEditElement div:nth-child(2) {
  left: 125px;
  animation-delay: -0.12s; }

.loaderEditElement div:nth-child(3) {
  left: 150px;
  animation-delay: 0; }

@keyframes loaderEditElement {
  0% {
    top: 8px;
    height: 64px; }
  50%, 100% {
    top: 24px;
    height: 32px; } }

.saveMessageEditElement {
  height: 90px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
  background: #f6f6f6;
  border: 1px solid #18459F;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px; }

.closeMessageEditElementPanel {
  float: right;
  width: 30px;
  cursor: pointer; }

.textMessageEditElementPanel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
  font-family: Poppins;
  font-size: 12px;
  color: #18459F; }

.navigateLinkPosition {
  position: absolute;
  bottom: 60px;
  width: 100%;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  display: flex;
  z-index: 3;
  justify-content: center;
  align-items: center; }

.navigateLinkPositionHidden {
  position: absolute;
  bottom: 60px;
  width: 100%;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  z-index: 3; }

.navigateLink {
  display: grid;
  grid-template-columns: 35px auto;
  text-decoration: none; }

.navigateLink:hover {
  color: #fff !important;
  text-decoration: underline;
  cursor: pointer; }

.navigateToPOIImage{      
    padding: 1px; }

.navigateLinkContainer {
  pointer-events: all;
  border-radius: 40px;
  padding: 8px 14px;
  background-color: #0075E0;
  border: 1px solid #0075e0;
  font-size: 16px;
  line-height: 150%;
  display: grid;
  grid-template-columns: auto;
  height: 56px;
  width: 235px;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none; }

.navigateLinkText {
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  margin-right: 6px; }

.navigateLinkPositionContainer {
  border-radius: 40px;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  text-transform: lowercase; }

.navigateLinkPositionContainerMobile {
  border-radius: 40px;
  padding: 8px 14px;
  background-color: #f6f6f6;
  border: 1px solid #94989C;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none; }

.navigateLinkMobile {
  pointer-events: all;
  border-radius: 40px;
  padding: 2px 14px;
  background-color: #0075E0;
  border: 1px solid #0075e0;
  color: #303438;
  font-size: 16px;
  line-height: 150%;
  display: grid;
  grid-template-columns: auto 35px;
  height: 44px;
  width: 272px;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none; }

.navigateLinkIcon {
  background: url("/o/taranto-viewer/images/formatListBulleted.svg") no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 16px 0 0 32px;
  margin-left: 4px; }

.navigateLinkClose {
  background: url("/o/taranto-viewer/images/closeWhite.svg") no-repeat;
  background-position: right center;
  background-size: auto 20px;
  background-repeat: no-repeat;
  padding: 0px 25px 20px 0;
  border-left: 1px solid #FFFFFF;
  margin-left: 10px;
  pointer-events: all; }

.navigateLinkLabel:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #303438; }

.navigateLinkLabelContainer {
  pointer-events: all;
  background-color: #0075E0;
  border: 1px solid #0075e0;
  border-radius: 0px 40px 40px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 56px;
  height: 44px; }

.navigateLinkLabelHidden {
  background: url("/o/taranto-viewer/images/formatListBulleted.svg") no-repeat;
  background-position: center right;
  background-size: auto 14px;
  background-repeat: no-repeat;
  padding: 20px 0 0 32px; }

.navigateURLPosition {
  position: absolute;
  bottom: 60px;
  width: 100%;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center; }

.navigateURLPositionHidden {
  position: absolute;
  bottom: 60px;
  width: 100%;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  z-index: 3; }

.navigateURL {
  display: grid;
  grid-template-columns: 35px auto;
  text-decoration: none !important; }

.navigateURLContainer {
  pointer-events: all;
  border-radius: 40px;
  padding: 8px 14px;
  background-color: #0075e0;
  border: 1px solid #0075e0;
  font-size: 16px;
  line-height: 150%;
  display: grid;
  grid-template-columns: auto;
  height: 56px;
  min-width: 295px;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none; }

.navigateURLText {
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  margin-right: 6px; }

.navigateURLPositionContainer {
  border-radius: 40px;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  text-transform: lowercase; }

.navigateURLPositionContainerMobile {
  border-radius: 40px;
  padding: 8px 14px;
  background-color: #f6f6f6;
  border: 1px solid #94989c;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none; }

.navigateURLMobile {
  pointer-events: all;
  border-radius: 40px;
  padding: 2px 14px;
  background-color: #0075e0;
  border: 1px solid #0075e0;
  color: #303438;
  font-size: 16px;
  line-height: 150%;
  display: grid;
  grid-template-columns: auto 35px;
  height: 56px;
  width: 325px;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none; }

.navigateURLIcon {
  margin-left: 5px;
  display: flex;
  align-self: center;
  width: 20px;
  height: 20px; }

.navigateURLClose {
  background: url("/o/taranto-viewer/images/closeWhite.svg") no-repeat;
  background-position: right center;
  background-size: auto 20px;
  background-repeat: no-repeat;
  padding: 0px 25px 20px 0;
  border-left: 1px solid #ffffff;
  margin-left: 10px;
  pointer-events: all; }

.navigateURLLabel:hover {
  text-decoration: underline;
  cursor: pointer; }

.navigateURLLabelContainer {
  pointer-events: all;
  background-color: #0075e0;
  border: 1px solid #0075e0;
  border-radius: 0px 40px 40px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 56px;
  height: 44px; }

.navigateURLLabelHidden {
  background: url("/o/taranto-viewer/images/calculeRouteAMAT.svg") no-repeat;
  background-position: center right;
  background-size: auto 14px;
  background-repeat: no-repeat;
  padding: 20px 0 0 32px; }

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid blue; }

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute; }

.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute; }

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s; }

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px; }

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: #000000;
  float: right;
  z-Index: 10; }

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 12px;
  z-Index: 11;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF; }

.ol-scale-text {
  position: absolute;
  font-size: 14px;
  text-align: center;
  bottom: 25px;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF; }

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-Index: 9;
  box-sizing: border-box;
  border: 1px solid black; }

.ol-unsupported {
  display: none; }

.ol-attribution {
  font-size: 12px !important; }

.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.ol-control {
  position: absolute;
  /*background-color: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;*/ }

.ol-zoom {
  bottom: 40px;
  right: 25px; }

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear; }

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s; }

.ol-zoom-extent {
  top: 4.643em;
  left: .5em; }

.ol-full-screen {
  right: .5em;
  top: .5em; }

.ol-control button {
  display: block;
  margin: 1px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  color: #0075E0;
  font-size: 36px !important;
  text-decoration: none;
  text-align: center;
  height: 43px;
  width: 43px;
  line-height: .4em;
  background-color: White;
  border: none;
  border-radius: 2px;
  font-weight: 400;
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  padding-top: 2px; }

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0; }

.ol-zoom-extent button {
  line-height: 1.4em; }

.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform; }

.ol-touch .ol-control button {
  font-size: 1.5em; }

.ol-touch .ol-zoom-extent {
  top: 5.5em; }

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  cursor: pointer;
  background-color: #e4e4e4; }

.ol-zoom .ol-zoom-in {
  border-radius: 25px; }

.ol-zoom .ol-zoom-out {
  border-radius: 25px; }

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em); }

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  color: #000;
  text-shadow: 0 0 2px #fff; }

.ol-attribution li {
  display: inline;
  list-style: none; }

.ol-attribution li:not(:last-child):after {
  content: " "; }

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle; }

.ol-attribution ul, .ol-attribution button {
  display: inline-block; }

.ol-attribution.ol-collapsed ul {
  display: none; }

.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-attribution.ol-uncollapsible {
  font-family: 'Poppins';
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0; }

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em; }

.ol-attribution.ol-uncollapsible button {
  display: none; }

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px; }

.ol-zoomslider button {
  position: relative;
  height: 10px; }

.ol-touch .ol-zoomslider {
  top: 5.5em; }

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em; }

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0; }

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block; }

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px; }

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute; }

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none; }

.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, 0.7); }

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move; }

.viewerContainerDiv {
  width: 100%; }

.viewerContainerDivModal {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: 1500;
  background-color: white; }

.mobilePoiDiv {
  height: 190px;
  position: relative;
  bottom: 160px;
  border-radius: 0px 0px 2px 2px;
  width: 100%;
  display: flex;
  justify-content: center; }

.mobilePoiContainer {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  width: 350px;
  margin: 0 20px;
  border-radius: 2px;
  overflow: hidden; }

.goRouteMobileDiv {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center; }

.goRouteMobileContainer {
  margin: 0 16px;
  background: #0075E0;
  border-radius: 30px;
  color: white;
  padding: 0px 16px;
  font-family: Poppins;
  font-style: normal;
  width: 335px;
  display: flex;
  justify-content: center;
  text-transform: lowercase; }

.goRouteMobileContainer p {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem; }

.mobilePoiImageContainer {
  max-height: 80px; }

.mobilePOIImage {
  width: 100%; }

.mobileRoutePoiContainer {
  position: relative;
  background-color: white;
  height: 128px;
  padding: 7px 15px; }

.mobileRoutePoiContent {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #303438; }

.mobileRoutePoiHeader {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #0075E0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.mobileLocalizationRoutePoi {
  display: grid;
  grid-template-columns: 35px 1fr 40px 40px; }

.mobileLocalizationRoutePoi p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303438; }

.positionRoutePoi {
  align-self: center; }

.navigationMobileIndicationContent {
  padding: 0 20px;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto;
  align-content: flex-start; }

.navigationMobileIndicationContent p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-size: 16px;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem; }

.navigationMobileIndication {
  display: grid;
  grid-template-columns: 45px 1fr 75px;
  color: #000000; }

.navigationMobileIndicationDistance {
  display: flex;
  justify-self: center;
  align-items: center;
  color: #94989C;
  font-size: 14px !important; }

.navigationMobileIndicationImage {
  align-self: center; }

.navigationMobileIndicationText {
  font-weight: normal;
  padding-right: 5px; }

.navigationMobileIndicationText strong {
  font-weight: 600;
  font-family: inherit !important; }

.navigationMobileIndicationTextLast {
  display: flex;
  align-items: center;
  font-weight: 600; }

.navigationMobileSeparator {
  border-top: 1px solid #D6D8E6;
  margin-left: 45px; }

.navgationMobileDistance {
  color: #94989C; }

.navigationMobileOverflow {
  overflow-y: scroll;
  height: 100%; }

.navigationMobileBold {
  font-weight: bold;
  color: #000000; }

.navigationMobileTime {
  color: #18459F;
  font-weight: bold; }

.mobileRouteHeaderIndication {
  display: grid;
  grid-template-columns: 1fr 20px; }

.mobileRouteHeaderText {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.mobileRouteHeaderImage {
  align-self: center; }

.mobileRouteTypeSelector {
  background: #F6F6F6;
  border: 1px solid #18459F;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 0px 8px;
  display: grid;
  grid-template-columns: 1fr 10px;
  justify-self: center;
  column-gap: 10px;
  line-height: 0px;
  color: #18459F;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-right: 7px; }

.mobileRouteTypeSelector:hover {
  cursor: pointer; }

.mobileRouteTypeSelector_Selected {
  background: #18459F;
  border: 1px solid #18459F;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 0px 8px;
  display: grid;
  grid-template-columns: 1fr 10px;
  justify-self: center;
  column-gap: 10px;
  line-height: 0px;
  color: #F6F6F6;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-right: 7px; }

.mobileRouteTypeText {
  margin-bottom: 0.8rem;
  margin-top: 0.6rem;
  font-size: 12px; }

.mobileRouteTypeImage {
  align-self: center;
  height: 14px; }

.modalInfoMessage {
  position: fixed;
  opacity: 0.9;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #f0f0f04a;
  display: flex;
  align-items: center;
  justify-content: center; }

.containerInfoMessage {
  background: #F6F6F6;
  min-width: 250px;
  min-height: 120px;
  border: 1px solid #94989C;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px; }

.textInfoMessage {
  padding: 10px 25px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  margin-top: 33px; }

.modalCloseButton {
  float: right;
  height: 32px;
  margin-top: 2px; }

.goPoiNavigationContainer {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase; }

.goPoiNavigationContainerDesktop {
  margin: 20px 0;
  display: flex;
  align-items: center; }

.goPoiNavigationContainerDesktop:hover {
  cursor: pointer; }

.goPoiNavigation {
  background-color: #0075E0;
  border-radius: 30px;
  color: white;
  padding: 0px 16px;
  display: flex;
  width: 148px;
  height: 44px;
  align-items: center; }

.goPoiNavigation p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin: 0; }

.positionIndicationPoi {
  margin-left: 15px; }

.gridLayoutCompleteMap {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  grid-template-areas: "map"; }

.gridLayoutNavigationMobile {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 65px 45px auto 49%;
  grid-template-areas: "tittleHeader"
 "tittleRouteType"
 "map"
 "indications"; }

.gridLayoutNavigationTablet {
  display: grid;
  grid-template-columns: 365px auto;
  grid-template-rows: 65px 45px auto;
  grid-template-areas: "tittleHeader tittleHeader"
 "tittleRouteType . "
 "indications map"; }

.gridLayoutNavigationDesktop {
  display: grid;
  grid-template-columns: 460px auto;
  grid-template-rows: 65px 45px auto;
  grid-template-areas: "tittleHeader tittleHeader"
 "tittleRouteType . "
 "indications map"; }

.headerGridDiv {
  grid-area: tittleHeader;
  padding: 0px 24px;
  margin-top: 12px; }

.mobileTypeRouteContainerGrid {
  grid-area: tittleRouteType;
  display: flex;
  padding: 0 10px;
  margin-left: 7px;
  text-transform: lowercase; }

.geoviewerGridDiv {
  grid-area: map;
  position: relative; }

.indicationsGridDiv {
  grid-area: indications;
  overflow: hidden;
  padding: 0px 0 0 5px; }

.mapInteractionConditionDiv {
  position: absolute;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 1;
  z-index: 2;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  transition: opacity ease-in-out;
  transition-duration: 0.5s; }

.mapInteractionConditionDiv > p {
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -9px; }

.mapInteractionConditionDivHidden {
  position: absolute;
  opacity: 0;
  z-index: 0;
  height: 0px; }

.navigationMobileOverflowText {
  display: flex;
  justify-content: center;
  margin-left: -40px;
  margin-top: 35px;
  font-size: 13px !important;
  color: #18459F; }

.navigationMobileOverflowText::after {
  content: "..."; }

.navigationMobileOverflowLoader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -40px;
  margin-top: 18px; }

.headerPoi {
  max-height: 195px; }

.poiTemplate {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  width: 285px; }

.closeOverlayBtn {
  position: absolute;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  width: 52px;
  height: 52px;
  top: 5px;
  right: 5px;
  cursor: pointer; }

.overlayPOIImage {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%; }

.contentPoi {
  position: absolute;
  /* bottom: 0px; */
  background-color: white;
  /*padding-right: 16px;
    padding-left: 16px;*/
  line-height: 150%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  min-height: 82px; }

.contentPoi h1 {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #0075E0;
  padding-right: 16px;
  padding-left: 16px;
  margin-top: 0.5em;
  /*FIXME*/
  margin-bottom: 0.9em; }

.contentPoi p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  padding: 0 16px; }

.poiTemplateRouteSeparator {
  border-left: 2px solid #303438;
  margin-bottom: 10px;
  margin-top: -6px; }

.poiTemplateRouteDiv {
  display: inline-flex;
  grid-template-columns: auto auto;
  color: #303438;
  line-height: 0;
  vertical-align: middle; }

.poiTemplateEventDiv {
  line-height: 120%;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #303438; }

.poiTemplateRouteDiv p {
  line-height: 120%;
  font-size: 14px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 0; }

.poiTemplateCategoryP {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: justify;
  padding: 0 16px;
  margin-top: 0.1px;
  margin-bottom: 0px; }

.poiTemplateDescriptionP {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  padding: 0 16px;
  margin-top: 0.1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 150%;
  margin-bottom: 0.4em; }

.contentPoi h1 a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.descriptionPoi {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  text-align: justify;
  font-weight: 400;
  padding-right: 15px;
  padding-left: 15px; }

.p_tag {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  text-align: justify;
  margin-top: 1em;
  margin-bottom: 1em; }

.labelContentPoi {
  position: absolute;
  top: -40px;
  right: 5px;
  display: flex; }

.labelPoi {
  border-radius: 30px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  margin-left: 10px; }

.closeOverlayClusterBtn {
  position: absolute;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  width: 48px;
  height: 48px;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 999; }

.poiTemplate {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */ }

.overlayClusterPOIImage {
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  padding: 8px;
  box-sizing: initial; }

.contentClusterPoi {
  display: flex;
  background-color: white;
  font-family: Poppins;
  font-style: normal;
  width: 100%;
  height: auto;
  min-height: 40px; }

.contentClusterPoi h1 {
  font-weight: 500;
  font-size: 18px;
  font-family: Roboto Slab;
  font-style: normal;
  color: #0075E0;
  line-height: 24px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-block-start: 0.67em; }

.contentClusterPoi div h1 a {
  color: inherit;
  text-decoration: none;
  width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.contentClusterPoi p {
  width: 195px;
  color: #303438;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: justify;
  margin: 3px 0px;
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.contentClusterPoi div {
  display: flex;
  flex-direction: column;
  padding-right: 10px; }

.cluster-separator-line {
  border-top: 1px solid #94989c;
  margin: 4px 8px 4px 8px; }

.contentPoiContainer {
  max-height: 285px;
  overflow-x: hidden; }

.cluster-poi-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  height: 48px; }

.cluster-poi-header p {
  font-weight: 400;
  color: #11306F;
  margin-bottom: 1rem;
  margin-top: 1rem; }

.ol-popup-cluster {
  position: absolute;
  background-color: white;
  top: 8px;
  left: -147px;
  width: 300px;
  filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.25)); }

.ol-popup-cluster:after,
.ol-popup-cluster:before {
  top: -20px;
  transform: rotate(180deg);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.ol-popup-cluster:after {
  border-top-color: white;
  border-width: 10px;
  left: 148px;
  margin-left: -10px; }

.ol-popup-cluster:before {
  border-width: 11px;
  left: 148px;
  margin-left: -11px; }

/* custom scrollbar */
.contentPoiContainer::-webkit-scrollbar {
  width: 17px; }

.contentPoiContainer::-webkit-scrollbar-track {
  background-color: transparent; }

.contentPoiContainer::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 17px;
  border: 6px solid transparent;
  background-clip: content-box; }

.contentPoiContainer::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf; }

.poiTemplateRouteDivCluster {
  display: inline-flex !important;
  grid-template-columns: auto auto;
  color: #303438;
  vertical-align: middle;
  flex-direction: row !important; }

.poiTemplateRouteDivCluster p {
  width: unset;
  font-family: Source Sans Pro; }

.poiTemplateRouteSeparatorCluster {
  border-left: 2px solid #303438;
  margin: 6px 18px; }

.transportTemplate {
  width: 320px;
  padding: 12px 16px 0px 16px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */ }

.busLineContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 16px; }

.closeOverlayBtnTransportTemplate {
  position: absolute;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  width: 14px;
  height: 14px;
  top: 23px;
  right: 20px;
  cursor: pointer; }

.genericTemplateContainer {
  line-height: 22px !important;
  padding-bottom: 16px; }

.descriptionTransportTemplateContainer {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #303438; }

.partnerTransportTemplateContainer {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #303438; }

.busLineDiv {
  width: 40px;
  height: 40px;
  background: #0075E0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-grow: 0;
  margin-right: 16px;
  margin-top: 16px;
  cursor: pointer;
  color: #FFFFFF; }

.busLineDiv a {
  text-align: center;
  text-transform: lowercase;
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none !important;
  width: 40px;
  height: 40px;
  padding-top: 12px; }

.busLineDiv a:hover {
  color: #FFFFFF;
  text-decoration: none !important; }

.busLineDiv p {
  text-align: center;
  text-transform: lowercase;
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  margin: 0; }

.contentTransportTitleDarkBlue {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #11306F;
  padding-bottom: 8px;
  margin-top: 6px; }

.contentTransportTitleDarkBlue p {
  margin-bottom: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px; }

.contentTransportTitleDarkBlue a {
  text-decoration: none !important;
  color: #11306F;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px; }

.contentTransportTitleDarkBlue:first-letter {
  text-transform: uppercase; }

.contentTransportTitleBlue {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #0075E0;
  padding-bottom: 5px;
  margin-top: 6px; }

.contentTransportTitleBlue a {
  text-decoration: none !important;
  color: #0075E0; }

.contentTransportTitleBlue:first-letter {
  text-transform: uppercase; }

.contentTransportPoint {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #303438; }

.transportTemplateGotoContainer {
  background-color: #0075E0;
  height: 44px;
  width: 100%; }

.transportTemplateGotoButton {
  border: none;
  width: calc(100% + 32px);
  margin-left: -16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  background-color: #0075E0;
  color: #FFFFFF;
  text-transform: lowercase; }

.isSmartTransportBusStop p {
  margin: 0; }

.habitabilityTemplate {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  width: 310px;
  padding: 3px 16px 0px 16px; }

.headerHabitabilityPoint {
  display: grid;
  grid-template-columns: auto 50px;
  line-height: 0px; }

.headerHabitabilityPointLinkMode {
  display: grid;
  grid-template-columns: auto 50px;
  line-height: 150%;
  padding-top: 10px;
  padding-bottom: 16px; }

.titleHabitabilityPoint a {
  color: #0075E0;
  text-decoration: none !important;
  padding: 0px;
  align-self: center;
  line-height: inherit;
  display: flex; }

.titleHabitabilityPoint {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #0075E0;
  text-transform: capitalize;
  line-height: inherit; }

.closeOverlayBtnHabitabilityTemplate {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  width: 12px;
  height: 12px;
  right: 3px;
  cursor: pointer;
  position: relative; }

.closeImageHabitabilityDiv {
  align-self: center;
  justify-self: end;
  padding-bottom: 3px; }

.mainContentHabitabilityPoint {
  line-height: 0px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #303438; }

.mainContentHabitabilityPoint p {
  margin-bottom: 16px; }

.footerContentHabitabilityPoint {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #303438; }

.footerContentHabitabilityPoint p {
  margin-bottom: 10px; }

.habitabilityClusterTemplate {
  margin-bottom: 8px;
  margin-top: 10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */ }

.headerHabitabilityClusterPoint {
  display: grid;
  grid-template-columns: auto 50px;
  margin-left: 10px;
  margin-right: 10px; }

.titleHabitabilityClusterPoint {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #11306F;
  align-self: center; }

.titleHabitabilityClusterPoint p {
  margin-bottom: 0px; }

.titlteHabitabilityClusterPoint a {
  color: #0075E0;
  text-decoration: none !important;
  padding: 0px;
  align-self: center;
  margin-top: 2px;
  display: flex; }

.closeOverlayBtnHabitabilityClusterTemplate {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  width: 12px;
  height: 12px;
  right: 3px;
  cursor: pointer;
  position: relative; }

.closeImageHabitabilityClusteryDiv {
  align-self: center;
  justify-self: end; }

.habitabilityClusterInfoContainer {
  margin-top: 10px; }

.titlteHabitabilityClusterPoint {
  margin-left: 10px;
  margin-right: 10px;
  color: #0075E0;
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 3px; }

.mainContentHabitabilityClusterPoint {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #303438; }

.mainContentHabitabilityClusterPoint p {
  margin-bottom: 0px; }

.footerContentHabitabilityClusterPoint {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #303438; }

.footerContentHabitabilityClusterPoint p {
  margin-bottom: 7px; }

.cluster-habitability-separator-line {
  border-top: 1px solid #94989c;
  margin-bottom: 12px; }

.busDetailTemplate {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  width: 315px;
  padding: 12px 16px 12px 16px; }

.busDetailHeaderTemplate {
  display: grid;
  grid-template-columns: auto 50px; }

.busDetailTitleTemplate {
  color: #11306F;
  font-size: 16px;
  text-decoration: none;
  padding: 0px;
  display: flex;
  margin-bottom: 4px; }

.busDetailTitleTemplate p {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 230px;
  white-space: nowrap;
  margin-bottom: 0px; }

.closeImageBusDetailTemplate {
  align-self: initial;
  justify-self: end; }

.closeOverlayBusDetailTemplate {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  width: 12px;
  height: 12px;
  top: 21px;
  right: 21px;
  cursor: pointer; }

.mainContentBusDetailTemplate {
  line-height: 22px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #303438;
  align-self: stretch;
  padding: 0px 10px 0px 0px; }

.mainContentBusDetailTemplate p {
  margin-bottom: 0px; }

.ol-popup-info-timetable {
  max-height: 400px;
  overflow: hidden; }

.geoViewerContainer {
  width: 100%;
  height: 555px; }

body {
  margin: 0px; }

.portlet-content {
  padding: 0px !important; }

.geoViewerModal {
  margin: 0px;
  overflow: hidden; }