/*
span.paginatecircle{  / CSS for paginate circle spans. Required /
    background: white;
    border: 2px solid black;
    border-radius: 10px;
    width: 6px;
    height: 6px;
    cursor: pointer;
    display: inline-block;
    margin-right: 4px;
}

span.paginatecircle:hover{
    background: gray;
}

span.paginatecircle.selected{
    background: black;
}
*/
p.heading {
  text-align: right;
}
.myCSSClass {
  background: green;
  border: 2px solid cyan;
}

.swal-wide {
  width: 400px !important;
  height: 250px !important;
}

.constituencStyle {
  font-size: 11px;
}

.test {
  font-size: 10px;
  padding: 5px 10px;
}

.test:visited {
  background-color: #ccc;
}

.icon_contain {
  float: left;
  font-size: 14px;
  font-family: "AzoSansRegular", "Roboto", Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  color: #616262;
}

.icon_contain_header {
  float: left;
  font-size: 12px;
  font-family: "AzoSansRegular", "Roboto", Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  color: #616262;
}
.line_cachetext {
  margin-bottom: 5px;
  display: block;
  border: none;
  color: white;
  height: 1px;
  background: black;
  background: -webkit-gradient(
    radial,
    50% 50%,
    0,
    50% 50%,
    350,
    from(#000),
    to(#fff)
  );
}

/*
.scroller {
    white-space: pre-line;
    height: 300px;
    overflow: hidden;
    position: relative;
}

 #scrollbarscrollbar {
    position: relative;
    overflow: hidden;
    height: 100%; / Or whatever you want (eg. 400px) /
  }

 .icon-info-collapsed::-webkit-scrollbar {
  width: 5px;
  }

 .icon-info-collapsed::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: purple;
}

  .ps-container.ps-active-x > .ps-scrollbar-x-rail {
    display: none;
  } */

/* General styles for all menus */
.cbp-spmenu {
  /* height: 100%; */
  background-color: #fff;
}

.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6;
}

.cbp-spmenu a {
  display: block;
  /* color: #fff;
    font-size: 1.1em;
    font-weight: 300;*/
}

/* .cbp-spmenu a:hover {
    background: #258ecd;
} */

.display-color-themes .item .clearthemes {
  float: right;
  height: 40px;
  position: relative;
  z-index: 402;
  cursor: pointer;
  margin: 5px 10px;
}

.expandMap {
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 700;
  /* background-image: url(https://web-static.onemap.sg/images/main/misc/icon_myLocSearch_512.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px 35px;
    background-color: #ff5722;*/

  /* bottom: 235px;
    right: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background-image: url("https://web-static.onemap.sg/images/main/misc/OM2_Icon_512_collapseInv-01.png");
    background-repeat: no-repeat;
    background-position: top 2px left 2px ;
    background-size: 30px 30px; */
  /* position:fixed;

    top:168px;
    z-index: 399;
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding: 5px 10px; */
}

.expandMap .cbp-spmenu-open {
  height: 35px;
}

.btnexpandchange {
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  text-align: center;
  color: #fff;
  background-image: url("https://web-static.onemap.sg/images/main/misc/OM2_Icon_512_expandInv-01.png");
  background-repeat: no-repeat;
  background-position: top 2px left 2px;
  background-size: 30px 30px;
}

.btncollapsechange {
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  text-align: center;
  color: #fff;
  background-image: url("https://web-static.onemap.sg/images/main/misc/OM2_Icon_512_collapseInv-01.png");
  background-repeat: no-repeat;
  background-position: top 2px left 2px;
  background-size: 30px 30px;
}

/******************** show other Markers *********************/

.ShowNotification {
  background-image: url("https://web-static.onemap.sg/images/main/menu/OM2_A_Notice-01.png");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  position: absolute;
  z-index: 650;
  bottom: 215px;
  right: 3px;
  cursor: pointer;
  /*    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    border-radius: 30px;
    background-color: #fff;*/
}

.disableNotification {
  background-image: url("https://web-static.onemap.sg/images/main/menu/OM2_A_Notice-Inv-01.png");
}

.ShowNotification.ChangeNotification {
  background-image: url("https://web-static.onemap.sg/images/main/menu/OM2_A_Notice.png");
}

.ShowWholeMap {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/img/OM2_Icon_512_expandInv-01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  position: absolute;
  z-index: 650;
  bottom: 220px;
  right: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  background-color: #fff;
}

.disableTheMap {
  background-image: url("https://web-static.onemap.sg/images/main/img/OM2_Icon_512_collapseInv-01.png");
}

.ShowOtherMarkers {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/menu/icon_setting.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  position: absolute;
  z-index: 700;
  bottom: 175px;
  right: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  background-color: #fff;
}

.showall {
  background-color: rgba(13, 71, 161, 0.7);
  border: 1px solid rgba(13, 71, 161, 0.7);
  position: absolute;
  z-index: 700;
  width: 35px;
  position: absolute;
  z-index: 701;
  bottom: 175px;
  right: 10px;
  cursor: pointer;
  border-radius: 35px;
}

.enableNotificationPanel {
  display: block !important;
}

.hideIcon_other {
  top: -4px;
  position: relative;
}

.hideIcon {
  width: 33px;
  height: 33px;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  text-align: center;
  background-color: #fff;
  /* background-image: url("https://web-static.onemap.sg/images/main/misc/top-btn.png");
    background-repeat: repeat-x;
    background-position: center left;*/
  margin-bottom: 5px;
}

.hideIcon:hover {
  background-color: #0d47a1;
}

.lasthide {
  margin-bottom: 0px !important;
}

/* .hideIcon i {
      font-size: 22px;
    line-height: 35px;
} */

.hidedisplayIcon {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/menu/OM2_W_closeToolBar-01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  cursor: pointer;
}

.hidedisplayIcon:hover {
  background-image: url("https://web-static.onemap.sg/images/main/menu/OM2_W_closeToolBar_Invt-01.png");
}

.rulerIcon {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/menu/drawCircle.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  cursor: pointer;
}

.rulerIcon:hover {
  background-image: url("https://web-static.onemap.sg/images/main/menu/drawCircle_invt.png");
}

.importIcon {
  width: 35px;
  height: 35px;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Folder_7_icon-72a7cf.svg/2000px-Folder_7_icon-72a7cf.svg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  cursor: pointer;
}

.importIcon:hover {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Folder_7_icon-72a7cf.svg/2000px-Folder_7_icon-72a7cf.svg.png");
}

.exportIcon {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/misc/export_blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 21px 21px;
  cursor: pointer;
}

.exportIcon:hover {
  background-image: url("https://web-static.onemap.sg/images/main/misc/export_white.png");
}

.pathIcon {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/menu/icon_side_drawPath.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  cursor: pointer;
}

.pathIcon:hover {
  background-image: url("https://web-static.onemap.sg/images/main/menu/icon_side_drawPath_invt.png");
}

.drawIcon {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/menu/icon_side_drawLine.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  cursor: pointer;
}

.drawIcon:hover {
  background-image: url("https://web-static.onemap.sg/images/main/menu/icon_side_drawLine_invt.png");
}

.dustbinIcon {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/menu/dustbin.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  cursor: pointer;
}

.dustbinIcon:hover {
  background-image: url("https://web-static.onemap.sg/images/main/menu/dustbin_invt.png");
}

/******************** Toggle Markers ************************/

/******************** Toggle Markers *************Rey********/

.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 30px;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom: none;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  color: #0d47a1;
}

.toggleMarkers {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/menu/OM2_AppIcon_location.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  position: absolute;
  z-index: 700;
  bottom: 130px;
  right: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  background-color: #fff;
}

.toggleMarkers:hover {
  background-image: url("https://web-static.onemap.sg/images/main/menu/OM2_AppIcon_location.png");
}

/******************** Toggle Markers ************************/

/******************** Toggle Layer *********************/

.toggleLayers {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/menu/layersLocker.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  /* top: 65px;
    left: 405px;*/
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  /* padding-top: 12px; */
  -webkit-transition: top 450ms;
  -moz-transition: top 450ms;
  -ms-transition: top 450ms;
  -o-transition: top 450ms;
  transition: top 450ms;
}

.toggleLayers:hover {
  background-image: url("https://web-static.onemap.sg/images/main/menu/layersLocker.png");
}

.layersCount {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/menu/OM2_WebIcons_unLock.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  cursor: pointer;
  color: #f9f9f9;
  text-align: center;
  /* background-color: #333;*/
  border-radius: 50px;
  padding: 2px;
  margin: 0px auto;
}

.mobile_show {
  width: 100%;
  height: 50px;
  /* background-image: url(https://web-static.onemap.sg/images/main/misc/OM2_WebIcons_More.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px; */
  position: absolute;
  z-index: 400;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  -webkit-transition: top 450ms;
  -moz-transition: top 450ms;
  -ms-transition: top 450ms;
  -o-transition: top 450ms;
  transition: top 450ms;
  top: 0;
  left: 0;
}

.mobile_show_jp {
  width: 100%;
  height: 50px;
  /* background-image: url(https://web-static.onemap.sg/images/main/misc/OM2_WebIcons_More.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    border-radius: 30px;*/
  position: absolute;
  z-index: 400;
  cursor: pointer;
  -webkit-transition: top 450ms;
  -moz-transition: top 450ms;
  -ms-transition: top 450ms;
  -o-transition: top 450ms;
  transition: top 450ms;
  top: 0;
  left: 0;
}

.mobile_hidden {
  width: 100%;
  height: 40px;
  background-image: url(https://web-static.onemap.sg/images/main/misc/OM2_WebIcons_expandDown.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  position: absolute;
  z-index: 500;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  -webkit-transition: top 450ms;
  -moz-transition: top 450ms;
  -ms-transition: top 450ms;
  -o-transition: top 450ms;
  transition: top 450ms;
}

/******************** Toggle Layer ************************/

/* .cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
} */

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  /* height: 100%; */
  top: 0;
  z-index: 750;
}

/* .cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding: 1em;
} */

/* Vertical menu that slides from the left or right */

/* .cbp-spmenu-left {
    left: -1140px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: -760px;
}

.cbp-spmenu-left.cbp-spmenu-open2 {
    left: 0px;
}*/

#topView {
  height: 0;
}

.remove_btn {
  position: absolute;
  z-index: 99;
  top: 235px;
  right: 60px;
  height: 40px;
  border: 1px solid #33526b;
  background-color: #fff;
  text-align: center;
  /* padding: 0px 20px 0px 20px; */
  line-height: 45px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/******************** Show route Menu ********************/
.jp_btn {
  position: absolute;
  z-index: 401;
  text-align: center;
  /* height: 70px;
    padding: 0px 20px 0px 20px;
    line-height: 45px;  */
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  right: 35px;
  /* border: 1px solid #33526b;
    background-color: #fff;*/
}

.jp_btn a {
  color: #33526b;
  text-decoration: none;
}

.directions {
  color: #041d3b;
  font-size: 14px;
  line-height: 30px;
}

/******************** Menu  Btn ********************/
/* Edit By JH - menu btn */
.topView_btn {
  float: left;
  /* background-image: url("https://web-static.onemap.sg/images/main/misc/top-btn.png");
    background-repeat: repeat-x;
    background-position: center left;
    background-color: #10255b;*/
  background-color: #fff;
  height: 45px;
  border: 1px solid #33526b;
  padding: 0px 6px;
  border-top: none;
  text-align: center;
  line-height: 45px;
  color: #333;
  cursor: pointer;
}

.topView_btn:first-child {
  border-left: 1px solid #33526b;
}

.topView_btn:last-child {
  border-right: 0px solid #33526b;
}

.topView_btn a,
.topView_btn a:hover {
  text-decoration: none;
  padding-left: 5px;
}

.topView_btn .landQueryIcon,
.topView_btn .schoolQueryIcon,
.topView_btn .trafficIcon,
.topView_btn .propertyQueryIcon,
.topView_btn .popQueryIcon,
.topView_btn .themesIcon,
.topView_btn .droneQueryIcon,
.topView_btn .busRouteIcon,
.topView_btn .canvasIcon,
.topView_btn .settingIcon,
.topView_btn .weblinkIcon,
.topView_btn .bizQueryIcon,
.topView_btn .boardViewIcon,
.topView_btn .feedbackIcon,
.topView_btn .helpIcon,
.topView_btn .aboutIcon,
.topView_btn .PHPCIcon,
.topView_btn .PCRTIcon,
.topView_btn .eldIcon,
.topView_btn .essIcon,
.topView_btn .nbpIcon {
  margin-top: 5px;
  float: left;
}

.sideView_btn .mapDiaryIcon,
.sideView_btn .scdfIcon,
.sideView_btn .loginIcon,
.topView_btn_mobile .landQueryIcon,
.topView_btn_mobile .schoolQueryIcon,
.topView_btn_mobile .trafficIcon,
.topView_btn_mobile .propertyQueryIcon,
.topView_btn_mobile .popQueryIcon,
.topView_btn_mobile .themesIcon,
.topView_btn_mobile .droneQueryIcon,
.topView_btn_mobile .busRouteIcon,
.topView_btn_mobile .canvasIcon,
.topView_btn_mobile .settingIcon,
.topView_btn_mobile .weblinkIcon,
.topView_btn_mobile .bizQueryIcon,
.topView_btn_mobile .boardViewIcon,
.topView_btn_mobile .feedbackIcon,
.topView_btn_mobile .helpIcon,
.topView_btn_mobile .aboutIcon,
.topView_btn_mobile .PHPCIcon,
.topView_btn_mobile .PCRTIcon,
.topView_btn_mobile .eldIcon,
.topView_btn_mobile .essIcon,
.topView_btn_mobile .nbpIcon {
  margin: 5px;
  float: left;
}

.parks.new,
.parks_mobile.new,
.ess.new,
.ess_mobile.new,
.eld.new,
.eld_mobile.new,
.phpc.new,
.phpc_mobile.new {
  display: none;
}

.vacc.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 32px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg); /* Safari & Chrome */
  -moz-transform: rotate(-30deg); /* Firefox */
  -ms-transform: rotate(-30deg); /* Internet Explorer */
  -o-transform: rotate(-30deg); /* Opera */
}

.vacc_mobile.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 32px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg); /* Safari & Chrome */
  -moz-transform: rotate(-30deg); /* Firefox */
  -ms-transform: rotate(-30deg); /* Internet Explorer */
  -o-transform: rotate(-30deg); /* Opera */
}

.pcrt.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 32px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg); /* Safari & Chrome */
  -moz-transform: rotate(-30deg); /* Firefox */
  -ms-transform: rotate(-30deg); /* Internet Explorer */
  -o-transform: rotate(-30deg); /* Opera */
}

.pcrt_mobile.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 32px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg); /* Safari & Chrome */
  -moz-transform: rotate(-30deg); /* Firefox */
  -ms-transform: rotate(-30deg); /* Internet Explorer */
  -o-transform: rotate(-30deg); /* Opera */
}

.parks.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 32px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg); /* Safari & Chrome */
  -moz-transform: rotate(-30deg); /* Firefox */
  -ms-transform: rotate(-30deg); /* Internet Explorer */
  -o-transform: rotate(-30deg); /* Opera */
}

.parks_mobile.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 32px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg); /* Safari & Chrome */
  -moz-transform: rotate(-30deg); /* Firefox */
  -ms-transform: rotate(-30deg); /* Internet Explorer */
  -o-transform: rotate(-30deg); /* Opera */
}
.ess.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 32px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg); /* Safari & Chrome */
  -moz-transform: rotate(-30deg); /* Firefox */
  -ms-transform: rotate(-30deg); /* Internet Explorer */
  -o-transform: rotate(-30deg); /* Opera */
}

.ess_mobile.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 32px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg); /* Safari & Chrome */
  -moz-transform: rotate(-30deg); /* Firefox */
  -ms-transform: rotate(-30deg); /* Internet Explorer */
  -o-transform: rotate(-30deg); /* Opera */
}

.eld.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 32px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg); /* Safari & Chrome */
  -moz-transform: rotate(-30deg); /* Firefox */
  -ms-transform: rotate(-30deg); /* Internet Explorer */
  -o-transform: rotate(-30deg); /* Opera */
}

.eld_mobile.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 32px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg); /* Safari & Chrome */
  -moz-transform: rotate(-30deg); /* Firefox */
  -ms-transform: rotate(-30deg); /* Internet Explorer */
  -o-transform: rotate(-30deg); /* Opera */
}

.phpc.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 40px;
  transform: rotate(-22deg);
  -webkit-transform: rotate(-22deg); /* Safari & Chrome */
  -moz-transform: rotate(-22deg); /* Firefox */
  -ms-transform: rotate(-22deg); /* Internet Explorer */
  -o-transform: rotate(-22deg); /* Opera */
}

.phpc_mobile.new {
  position: absolute;
  color: red;
  font-size: 11px;
  font-weight: bold;
  top: -14px;
  left: 40px;
  transform: rotate(-22deg);
  -webkit-transform: rotate(-22deg); /* Safari & Chrome */
  -moz-transform: rotate(-22deg); /* Firefox */
  -ms-transform: rotate(-22deg); /* Internet Explorer */
  -o-transform: rotate(-22deg); /* Opera */
}

.landQueryIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/LQ.png")
    no-repeat center center;
}
.schoolQueryIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/SQ.png")
    no-repeat center center;
}
.trafficIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/trafficQuery.png")
    no-repeat center center;
}
.propertyQueryIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/PQ.png")
    no-repeat center center;
}
.popQueryIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/popQuery.png")
    no-repeat center center;
}
.themesIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/nearBy.png")
    no-repeat center center;
}
.essIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/nearBy.png")
    no-repeat center center;
}
.nbpIcon {
  background: url(https://web-static.onemap.sg/images/main/misc/park.png)
    no-repeat center center;
}
.droneQueryIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/DQ.png")
    no-repeat center center;
}
.busRouteIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/BusExp.png")
    no-repeat center center;
}
.canvasIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/changeCanvas.png")
    no-repeat center center;
}
.settingIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/Setting.png")
    no-repeat center center;
}
.weblinkIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/webLink.png")
    no-repeat center center;
}
.bizQueryIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/BQ.png")
    no-repeat center center;
}
.boardViewIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/boardView.png")
    no-repeat center center;
}
.mapDiaryIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/MapDiary.png")
    no-repeat center center;
}
.scdfIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/SCDF.png")
    no-repeat center center;
}
.loginIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/Login.png")
    no-repeat center center;
}
.feedbackIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/feedback.png")
    no-repeat center center;
}
.helpIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/help.png")
    no-repeat center center;
}
.aboutIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/about.png")
    no-repeat center center;
}
.PHPCIcon {
  background: url("https://web-static.onemap.sg/images/main/misc/OM2_PHPC_512-01.png")
    no-repeat center center;
}
.PCRTIcon {
  background: url("https://web-static.onemap.sg/images/512_space.png") no-repeat
    center center;
}
.eldIcon {
  background: url("https://web-static.onemap.sg/images/main/menu/OM_icon_vote-01.png")
    no-repeat center center;
}

.sideView_btn {
  /* color: #d2d6dc;
    border: 1px solid #1e344f;
    margin: 5px;
    line-height: 35px;
    text-align: center;
    background: #1e344f;*/
  background-image: url("https://web-static.onemap.sg/images/main/misc/top-btn.png");
  background-repeat: repeat-x;
  background-position: center left;
  background-color: #051e3c;
  border: 2px solid #33526b;
  border-top: none;
  text-align: left;
  line-height: 45px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}

.sideView_btn.actived,
.topView_btn.actived,
.topView_btn_mobile.actived {
  background-image: none;
  background-color: #0d47a1;
}

.sideView_btn.actived span,
.topView_btn.actived span,
.topView_btn_mobile.actived span {
  color: #fff;
}

.sideView_btn a {
  text-decoration: none;
}

.topView_btn_mobile {
  background-image: url("https://web-static.onemap.sg/images/main/misc/top-btn.png");
  background-repeat: repeat-x;
  background-position: center left;
  background-color: #051e3c;
  border: 2px solid #33526b;
  border-top: none;
  text-align: left;
  line-height: 45px;
  color: #333;
  cursor: pointer;
}

/******************** SideMenu Container ********************/
.sideMenu_container {
  /* top: 0px !important;*/
  position: relative;
  height: 100vh;
  /* background: rgb(255,255,255);*/
  /*background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(225,228,232) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255,255,255)), color-stop(100%, rgb(225,228,232)));
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(225,228,232) 100%);
    background: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(225,228,232) 100%);
    background: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(225,228,232) 100%);
    background: linear-gradient(to bottom, rgb(255,255,255) 0%, rgb(225,228,232) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e4e8', GradientType=0 );*/
  display: flex;
  flex-direction: column;
}

.sideMenu_container .img {
  width: 100%;
  height: 200px;
}

.sideMenu_container .bg_lvl1 {
  background-color: #0d47a1;
}

.sideMenu_container .bg_lvl1 .header {
  height: 60px;
  font-size: 16px;
  color: #fff;
  padding: 3px 35px 3px 50px;
  border-bottom: 1px solid #fff;
}

.sideMenu_container .bg_lvl1 .header-title {
  height: 40px;
  font-size: 16px;
  color: #041d3b;
  padding: 10px 0px 10px 50px;
  background-color: #e7edf6;
}

#unitNo .search-floor {
  width: 60px;
}

#unitNo .search-unit {
  width: 80px;
  background-color: #fff;
  margin: 0px 15px;
}

#FloorUnitArr {
  margin: 10px 0px;
}

#FloorUnitArr .unitaddress {
  padding: 5px 0px;
  line-height: 22px;
  font-size: 13px;
  cursor: pointer;
}

#loadMore,
#loadMore2 {
  padding: 10px;
  text-align: center;
  background-color: #33739e;
  color: #fff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}

#loadMore:hover,
#loadMore2:hover {
  background-color: #fff;
  color: #33739e;
  text-decoration: none;
}

.leaflet-popup-content #unitaddress {
  margin: 15px;
  line-height: 25px;
}

.block-class {
  color: white;
}
.sideMenu_container .bg_lvl1 .subheader {
  font-size: 11px;
  color: #fff;
}

.sideMenu_container .bg_lvl2 {
  font-size: 14px;
  color: #333;
  padding: 10px 15px;
  font-weight: bold;
}

.map-group .panel-group {
  margin-bottom: 0px;
}

.map-group .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  border-bottom: 1px solid transparent;
  margin: 0;
  background-color: transparent;
}

.map-group .panel-group .panel .panel-heading {
  padding: 0;
}

.map-group .panel-group .panel .panel-heading .panel-title {
  font-size: 16px;
  color: #041d3b;
  padding: 10px 0px 10px 35px;
}

.map-group .panel-group .panel .panel-body {
  padding: 0px 35px 0px 50px;
}

.panel-default > .panel-heading {
  background-color: #e7edf6;
}

.panel-heading.collapsed {
  background-color: #e7edf6;
}

/* .panel-body a:hover {
    background-color: #ccc
} */

/* .panel-collapse,
.panel-body
{
    max-height:300px;
    overflow-y: auto;
} */

/******************** Container - weather, HDB, Transport  ********************/

.bold {
  font-weight: bold;
}
.normal_text_16 {
  font-size: 16px;
  line-height: 18px;
}
.normal_text_14 {
  font-size: 14px;
  line-height: 28px;
}
.normal_text_12 {
  font-size: 12px;
  line-height: 20px;
}

.hdb_header {
  font-size: 14px;
  line-height: 16px;
  height: 50px;
  padding: 5px 0px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.hdb_text {
  font-size: 12px;
  line-height: 14px;
  padding: 5px 0px;
  height: 45px;
}
.transport_text {
  font-size: 12px;
  line-height: 20px;
  color: #2979ff;
}
.transport_text_right {
  font-size: 12px;
  line-height: 20px;
  color: #041d3b;
  text-align: right;
}
.cursor {
  cursor: pointer;
}

/******************** Container - Accordion css  ********************/

.popdemo .accordion ul {
  list-style: none;
  padding: 0;
}

.popdemo .accordion li a {
  background-color: #fff;
  padding: 10px 15px 10px 25px;
  color: #616262;
  text-decoration: none;
}

.popdemo .accordion .inner {
  overflow: hidden;
  display: none;
}

.popdemo .accordion .inner li a {
  background-color: #fff;
  padding: 5px 15px 5px 40px;
  text-decoration: none;
}

.popdemo .accordion .inner .inner li a {
  background-color: #fff;
  padding: 5px 15px 10px 40px;
  text-decoration: none;
}

.popdemo .accordion .inner .inner li a {
  background-color: transparent;
  padding: 5px 15px 10px 40px;
  text-decoration: none;
}

.popdemo .accordion .inner .inner {
  padding: 10px 15px 10px 25px;
  font-size: 12px;
}

.popdemo .accordion .inner .inner .text {
  padding: 5px 35px;
}

/* End of Accordion css */
/* Panel Accordion css */
.sidebarpanel .accordion li {
  margin-bottom: 1px;
}

.sidebarpanel .accordion li a {
  background-color: #051e3c;
  padding: 10px 15px 10px 25px;
  color: white;
  text-decoration: none;
}

.sidebarpanel .accordion .inners {
  overflow: hidden;
  display: none;
}

.sidebarpanel .accordion .inners li a {
  background-color: #fff;
  padding: 5px 15px 5px 40px;
  color: black;
  text-decoration: none;
}

.sidebarpanel .accordion .inners .inners li a {
  background-color: #fff;
  padding: 5px 15px 10px 40px;
  text-decoration: none;
}

.sidebarpanel .accordion .inners .inners {
  padding: 10px 15px 10px 25px;
  font-size: 12px;
}

.sidebarpanel .accordion .inners .inners .text {
  padding: 5px 35px;
}
/* End Panel accodion css */

#topView_container {
  top: -108px;
}
#topView_container.cbp-spmenu-open {
  top: 28px;
}

#widgetbar.cbp-spmenu-open {
  top: -56px;
}

#widgetbar-close.cbp-spmenu-open {
  left: -100px;
}

#topView.cbp-spmenu-open {
  /* margin-left: 380px; */
  height: 45px;
}

/* #topView.cbp-spmenu-open2 {
     margin-left: 760px;
}

#pollSlider-button {
    left:0px;
}

#pollSlider-button.cbp-spmenu-open {
    left:540px;
} */

#pollSliderDown-button {
  bottom: 0px;
}

#pollSliderDown-button.cbp-spmenu-open {
  bottom: 540px;
}

.topMap_container {
  position: absolute;
  z-index: 805;
  height: 56px;
  top: 0;
}

.topMap {
  width: initial;
  background-color: rgba(13, 71, 161, 0.7);
}

/* Transitions */

.cbp-spmenu,
#pollSlider-button,
#pollSliderDown-button,
#topView,
#topView_container,
.sidebar_overlay_container,
#widgetbar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon_arrow_up {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.landingSearch {
  width: 100%;
  padding: 12px 20px;
  margin: 15px 0px 30px 0px;
  background: white;
}

/******************************************************************
    Search Bar
******************************************************************/
.search-bar {
  /*max-width: 100%;*/
  height: 45px;
  z-index: 800;
  padding: 0px;
  overflow: hidden;
  background-color: transparent;
  opacity: 1;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  /* border-bottom: 1px solid #ddd; */
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
}

.search-bar.expanded {
  height: 88px;
}

.search-bar.expanded.addBtn {
  height: 125px;
}

.jpAddBtn {
  background-color: #0d47a1;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  height: 38px;
  width: 100%;
  text-align: left;
  padding-left: 35px;
  cursor: pointer;
}

.search-bar.hidden {
  height: 0px;
}

.search-bar .item-input,
.search-bar .item-input-bottom {
  /*width: 100%;*/
  height: 49px;

  padding: 0px;
  margin: -1px -1px -1px -1px;
}

.search-bar div.item.item-input,
.search-bar div.item.item-input-bottom {
  width: 100%;
  height: 44px;
  margin: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
}

.search-bar div.item.item-input > label {
  height: inherit;
  position: absolute;
  top: 0px;
  overflow: hidden;
}

.search-bar div.item.item-input-bottom > label {
  height: inherit;
  position: absolute;
  top: 0px;
  overflow: hidden;
}

.search-bar .item-input button {
  padding: 0;
  margin: 0;
}

/* .search-bar .item-input .icon-menu {
    background-image: url("https://web-static.onemap.sg/images/main/misc/icon_menu.png");
    background-repeat: no-repeat;
    background-position: top 8px left 8px;
    background-size: 25px 25px;
    width: 45px;
    height: 45px;
} */

.search-bar .item-input button:before {
  margin-top: -3px;
  line-height: normal;
  vertical-align: middle;
}

.search-bar label.search-icon {
  width: 45px;
  right: 0px;
  background-image: url("https://web-static.onemap.sg/images/main/misc/search-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
}

.search-bar label.search-router {
  width: 45px;
  right: 0px;
  background-image: url("https://web-static.onemap.sg/images/main/misc/icons_startRoute.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  cursor: pointer;
  /* margin-top: 50px; */
}

.search-bar label#search-clear,
.search-bar label#search-clear1,
.search-bar label#search-clear2,
.search-bar label#search-clear3,
.search-bar label#search-clear4 {
  right: 50px;
  padding: 0px 20px 0px 0px;
  margin: 10px 0px 0px 0px;
  border: none;
}

.search-bar label#search-clear.block,
.search-bar label#search-clear1.block,
.search-bar label#search-clear2.block,
.search-bar label#search-clear3.block,
.search-bar label#search-clear4.block {
  width: 80px;
  margin: 5px 0px 5px 6px;
}

.search-bar label#search-clear.collapsed,
.search-bar label#search-clear1.collapsed,
.search-bar label#search-clear2.collapsed,
.search-bar label#search-clear3.collapsed,
.search-bar label#search-clear4.collapsed {
  width: 0px;
  padding: 0;
}

.search-bar .item-input .search-input,
.search-bar .item-input .search-input-biz,
.search-bar .item-input-bottom .search-input-bottom {
  left: 55px;
  right: 45px;
}

.search-bar .item-input .search-input input,
.search-bar .item-input .search-input-biz input,
.search-bar .item-input-bottom .search-input-bottom input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 45px 0px 15px;
}

.search-bar div.item.item-input-bottom:nth-of-type(2) > label,
.search-bar div.item.item-input-bottom:nth-of-type(3) > label,
.search-bar div.item.item-input-bottom:nth-of-type(4) > label,
.search-bar div.item.item-input-bottom:nth-of-type(5) > label {
  border-top: 1px solid #ee524f;
}

.search-bar div.item.item-icon {
  width: 100%;
}

.search-bar div.item.item-icon:nth-of-type(1) .item-icon-search {
  /*background-image: url("https://web-static.onemap.sg/images/main/misc/red_dot.png");*/
  background-image: url("https://web-static.onemap.sg/images/main/misc/icons_Locator.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  top: 15px;
  left: 33px;
}

.search-bar div.item.item-icon:nth-of-type(2) .item-icon-search,
.search-bar div.item.item-icon:nth-of-type(3) .item-icon-search,
.search-bar div.item.item-icon:nth-of-type(4) .item-icon-search,
.search-bar div.item.item-icon:nth-of-type(5) .item-icon-search {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  top: 10px;
  left: 30px;
  border: none !important;
}

.item-icon-search.destination2 {
  background-image: url("https://web-static.onemap.sg/images/main/journeyPlanner/DestinationNo2.png");
}

.item-icon-search.destination3 {
  background-image: url("https://web-static.onemap.sg/images/main/journeyPlanner/DestinationNo3.png");
}

.item-icon-search.destination4 {
  background-image: url("https://web-static.onemap.sg/images/main/journeyPlanner/DestinationNo4.png");
}

.item-icon-search.destination5 {
  background-image: url("https://web-static.onemap.sg/images/main/journeyPlanner/DestinationIcon.png");
}

.jpAddBtn.display_none {
  display: none !important;
}

/*.search-bar .item-input-bottom .searchInput2, .search-bar .item-input-bottom .searchInput3, .search-bar .item-input-bottom .searchInput4, .search-bar .item-input-bottom .searchInput5 {
    background-image: url("https://web-static.onemap.sg/images/main/misc/blue_dot.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    left: 32px;
    border: none !important;
}*/

.my-handle {
  position: relative;
  right: 47px;
  cursor: move;
  cursor: -webkit-grabbing;
}

.my-handle.collapsed {
  display: none;
}

.my-handle .drag {
  background-image: url("https://web-static.onemap.sg/images/main/journeyPlanner/drag.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: fixed;
  margin: 7px 0px 7px -15px;
}

.search-suggestion-wrapper {
  position: relative;
  /* top : 100px;
    left : 10px; */
  z-index: 799;
  max-width: 100%;
}

.clear_schools_locator {
  position: absolute;
  z-index: 800;
  top: 20px;
  right: 45px;
  background-image: url("https://web-static.onemap.sg/images/main/misc/text_clear_locator.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

/* @media (min-width: 670px){
    .search-suggestion-wrapper{
       left : 10px;
   }
} */
@media screen and (max-width: 419px) and (min-width: 100px) {
  .search-suggestion-wrapper {
    left: 0px;
    right: 0px;
  }
}
.search-suggestion-wrapper.origin-start {
  top: 0px;
}

.search-suggestion-wrapper #search-suggestion,
.search-suggestion-wrapper #temp-search-suggestion {
  /* width: 100%; */
  /* max-width: 360px;*/
  height: 100%;
  /* margin-top: 2px; */
  /* overflow-x: hidden; */
  /* background-color: #fff; */

  /* overflow-y: auto;
    overflow-x: hidden; */
}

.search-suggestion-wrapper #search-suggestion .search-padding,
.search-suggestion-wrapper #temp-search-suggestion .search-padding {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}

.search-suggestion-wrapper #search-suggestion .item,
.search-suggestion-wrapper #temp-search-suggestion .item {
  width: 99%;
  /*height: 65px; */
  padding: 0px;
  border-left: none;
  border-right: none;
  border-color: red;
  border: none;
}

.search-suggestion-wrapper #search-suggestion .item:hover,
.search-suggestion-wrapper #temp-search-suggestion .item:hover {
  background-color: #ddd;
}

.search-suggestion-wrapper #search-suggestion .icon,
.search-suggestion-wrapper #temp-search-suggestion .icon {
  width: 100%;
  height: 65px;
  padding: 0px;

  background-color: #fff;
  color: #444;
  z-index: 2;
  display: block;
  margin: 1px 0px 0px -1px;
  overflow: hidden;
  white-space: nowrap;

  position: relative;
  font-size: 16px;
  text-overflow: ellipsis;
}

.search-scrollbars {
  height: 0;
  box-shadow: 5px 5px 5px 0px rgba(13, 71, 161, 0.35);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(13, 71, 161, 0.35);
  -moz-box-shadow: 5px 5px 5px 0px rgba(13, 71, 161, 0.35);
}

.lastRowButton {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  cursor: pointer;
  /* float:left; */
  display: inline;
  /* -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.8);*/
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.icon_contain {
  background-color: #fff;
  margin: 0px 1px 0px -1px;
}

.display_bg {
  background-color: #e7edf6;
}

/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin: 0px 2px;
}
.items {
  width: 100%;
  height: 100%;
  padding: 10px 0px;
  /* background:#ededed;
    background:-webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
    background:-moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
    background:-ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%); */
}
/* content styles */
.items {
  display: table;
}
.contents {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  display: block !important;
  margin-top: 15px;
}

.contents_map label {
  width: 100%;
}

/* .contents:before {
    content:"Content";
    font-family:sans-serif;
    font-size:12px;
    letter-spacing:1px;
    color:#747474;
}*/

.lastRowButton.more {
  background-image: url(https://web-static.onemap.sg/images/main/themes/OM2_WebIcons_route_more.png);
}

.lastRowButton.attractions {
  background-image: url(https://web-static.onemap.sg/images/main/themes/OM2_WebIcons_attraction.png);
}

.lastRowButton.amenities {
  background-image: url(https://web-static.onemap.sg/images/main/themes/OM2_WebIcons_amenties.png);
}

.lastRowButton.healthcare {
  background-image: url(https://web-static.onemap.sg/images/main/themes/OM2_WebIcons_health.png);
}

.lastRowButton.transport {
  background-image: url(https://web-static.onemap.sg/images/main/themes/OM2_WebIcons_transport.png);
}

.search-suggestion-wrapper #search-suggestion .item button,
.search-suggestion-wrapper #temp-search-suggestion .item button {
  width: 100%;
  max-width: 100%;
  /*height:65px;*/
  max-height: 100%;
  padding: 8px 5px;
  overflow: hidden;
  text-align: left;
  color: #000;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0px;
}

.search-suggestion-wrapper #search-suggestion .item .bottom-border,
.search-suggestion-wrapper #temp-search-suggestion .item .bottom-border {
  border-top: 1px solid #2979ff;
  margin: 0px auto 1px auto;
  width: 90%;
}

.search-suggestion-wrapper #search-suggestion .item button p.bold,
.search-suggestion-wrapper #temp-search-suggestion .item button p.bold {
  font-size: 12px;
  /* text-overflow: initial; */
  white-space: normal;
  line-height: 14px;
}

.search-suggestion-wrapper #search-suggestion .item button p.sub,
.search-suggestion-wrapper #temp-search-suggestion .item button p.sub {
  font-size: 11px;
  /* text-overflow: initial;*/
  white-space: normal;
  line-height: 15px;
}

.search-switch {
  position: absolute;
  z-index: 800;
  top: 25px;
  right: 5px;
  background-image: url("https://web-static.onemap.sg/images/main/journeyPlanner/icon_switch.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.search-back {
  position: absolute;
  z-index: 800;
  top: 0px;
  left: 0px;
  background-image: url("https://web-static.onemap.sg/images/main/journeyPlanner/OM2_WebIcons_hide.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  margin-top: 5px;
  cursor: pointer;
}

.clear_themes_locator {
  position: absolute;
  z-index: 800;
  top: 88px;
  right: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/misc/text_clear_locator.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.clear_locator {
  position: absolute;
  z-index: 800;
  top: 0px;
  right: 0px;
  background-image: url("https://web-static.onemap.sg/images/main/misc/text_clear_locator.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.clear_destination {
  position: absolute;
  z-index: 800;
  top: 0px;
  right: 0px;
  background-image: url("https://web-static.onemap.sg/images/main/misc/text_clear_Destination.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.AddBtnBG {
  width: 100%;
  background-color: #0d47a1;
  padding: 5px 5px 5px 25px;
  text-align: left;
}

.plusBtn {
  position: relative;
  display: inline-block;
  z-index: 450;
  background-image: url("https://web-static.onemap.sg/images/main/journeyPlanner/addDest.png");
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 25px 25px;
  padding-left: 70px;
  cursor: pointer;
}

.addDestBtn {
  line-height: 30px;
  vertical-align: text-bottom;
  padding-left: 10px;
  color: #fff;
}

/******************************************************************
    Bookmark Popup
******************************************************************/

.bookmark1 {
  background-color: white;
  border: 1px solid #999999;
  cursor: default;
  display: none;
  margin-top: 15px;
  overflow: scroll;
  height: 500px;
  /*argin-left: 500px;*/
  /*float: left;*/
  position: absolute;
  text-align: left;
  width: 394px;
  z-index: 50;
  padding: 25px 25px 20px;
}

.bookmark1 p,
.bookmark1.div {
  border-bottom: 1px solid #efefef;
  margin: 8px 0;
  padding-bottom: 8px;
}

.delete {
  top: 0px;
  right: 0px;
  position: absolute;
}

.exportBookmarks {
  top: 0px;
  right: 40px;
  width: 20px;
  position: absolute;
  /*background-image: url("https://web-static.onemap.sg/images/main/misc/location-01.png")       */
}
/******************************************************************
    Nearby Location
******************************************************************/
.nearbyLocation {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/misc/icon_myLocSearch_512.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  position: absolute;
  z-index: 700;
  bottom: 135px;
  right: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.nearbyLocation:hover {
  background-image: url("https://web-static.onemap.sg/images/main/misc/icon_relocateHighlit_512.png");
}

.dragbutton {
  background-image: url("https://web-static.onemap.sg/images/main/misc/icon_MinimisePanel.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 999;
  cursor: pointer;
}
.minimize-bottom .dragbutton {
  display: none;
}

.dragbutton.collapsed {
  height: 0px;
}
.location {
  background-image: url("https://web-static.onemap.sg/images/main/misc/location-01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  margin: -5px 10px 0 25px;
  float: left;
}
.location_data {
  float: left;
  width: 100%;
  padding: 0px 25px 0px 45px;
}

button.location span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/******************************************************************
    Top/Bottom Display
******************************************************************/
.search-bar,
#displayBottom,
#icon_container,
#icon_info {
  position: relative;
  overflow: hidden;
}

#displayTop {
  position: relative;
  overflow: hidden;
}

/* edit By JH */
#displayTop_other {
  position: fixed;
  z-index: 400;
  /* top: 56px;
    left: 450px;
    right: 0px;*/
  overflow: hidden;
}
#displayTop_side {
  background: white;
  position: fixed;
  z-index: 400;
  /* top: 56px; */
  overflow: hidden;
}

#displayTop,
#displayTop_other,
#displayTop_side,
#displayBottom,
#icon_container,
#icon_info {
  /*max-width: 100%;*/
  -webkit-transition: height 450ms;
  -moz-transition: height 450ms;
  -ms-transition: height 450ms;
  -o-transition: height 450ms;
  transition: height 450ms;
  /* default 799 */
  z-index: 400;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  /* border: 1px solid #ddd; */
}

/* #displayTop,
#icon_container,
#icon_info
{
    top: 60px;
    bottom: 20px;
    background-color: #fff;
} */
#displayTop_other {
  background: rgba(5, 30, 60, 0.8);
}

#displayTop .custom-display.collapsed,
#displayTop_other .custom-display.collapsed,
#displayTop_side .custom-display.collapsed {
  display: none;
}
#displayTop .custom-display,
#displayTop_other .custom-display,
#displayTop_side .custom-display {
  display: inline-block;
}

#displayBottom {
  bottom: 20px;
}

.display-top,
.display-bottom {
  height: 200px;
}

.display-top-collapsed,
.display-bottom-collapsed,
.display-top-minimize {
  height: 0px;
}

.icon-container-collapsed {
  height: 140px;
}

.icon-container-collapsed.menu-open {
  height: 300px;
}

.icon_arrow_up.menu-open {
  top: 275px;
}

.info_container-collapsed {
  height: 100vh;
}

#icon_info .nomargin,
#info_container .nomargin {
  margin: 0px;
}

#icon_info img,
#icon_info .noborder,
#info_container img,
#info_container .noborder {
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
}

#icon_info .imgtext,
#info_container .imgtext {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 18px;
}

#icon_info .header,
#info_container .header {
  font-size: 20px;
  line-height: 35px;
}

#icon_info .icon_container-col,
#info_container .icon_container-col {
  height: 43px;
  padding: 10px 10px;
  text-align: left;
  color: #fff;
  background-color: #ff5722;
}

.icon_container-col {
  padding: 20px 10px;
  text-align: center;
}

.display-top-full,
.display-bottom-full {
  height: 100%;
}

/* .display-top-createamap,
.display-top-createmymap
{
    height: 542px;
    max-height: 100%;
} */

.display-top-journeyplanner.minimize-bottom {
  height: 45px;
}
.display-top-journeyplanner.max-bottom {
  height: 410px;
}
.display-top-journeyplanner.display-top-collapsed {
  height: 0px;
}

.display-top-journeyplanner,
.display-top-themes,
.display-top-dronequery,
.display-top-settings,
.display-top-basemap,
.display-top-basemap2,
.display-top-settings-themes,
.display-top-landquery,
.display-top-schoolquery,
.display-top-schoolquerymenu,
.display-top-schoolquerysec,
.display-top-schoolquerypostsec,
.display-top-schoolquerykindergarten,
.display-top-bizquery,
.display-top-createamap,
.display-top-createmymap,
.display-top-busroute,
.display-top-createmymap-editor,
.display-top-propertyquery,
.display-top-propertyquerypdf,
.display-top-trafficquery,
.display-top-scdfquery,
.display-top-feedback,
.display-top-help,
.display-top-about,
.display-top-legend,
.display-top-phpcmap,
.display-top-eldmap,
.display-top-essential,
.display-top-nearbypark,
.display-top-pcrtmap,
.display-top-vaccination,
.display-top-stateland {
  /* height: 880px;
    max-height: 880px;*/
  top: calc(45px + 28px);
  height: calc(100vh);
  background: rgba(255, 255, 255, 1);
  /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(225,228,232,1) 60%, rgba(226,229,233,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(60%, rgba(225,228,232,1)), color-stop(100%, rgba(226,229,233,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(225,228,232,1) 60%, rgba(226,229,233,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(225,228,232,1) 60%, rgba(226,229,233,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(225,228,232,1) 60%, rgba(226,229,233,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(225,228,232,1) 60%, rgba(226,229,233,1) 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e5e9', GradientType=0 );
}

.display-top-home
/*,.display-top-boardview*/ {
  height: 0px;
  max-height: 0px;
}

/* edit By JH */
.display-top-createamap-menu,
.display-top-createmymap-editor-menu {
  height: 58px;
  max-height: 58px;
}

.display-top-settings-menu,
.display-top-basemap2-menu,
.display-top-basemap-menu,
.display-top-settings-themes-menu,
.display-top-themes-menu,
.display-top-dronequery-menu,
.display-top-busroute-menu,
.display-top-schoolquery-menu,
.display-top-schoolquerymenu-menu,
.display-top-schoolquerysec-menu,
.display-top-schoolquerypostsec-menu,
.display-top-schoolquerykindergarten-menu,
.display-top-bizquery-menu,
.display-top-home-menu,
.display-top-boardview-menu,
.display-top-trafficquery-menu,
.display-top-scdfquery-menu,
.display-top-landquery-menu,
.display-top-propertyquery-menu,
.display-top-propertyquerypdf-menu,
.display-top-feedback-menu,
.display-top-help-menu,
.display-top-about-menu,
.display-top-legend-menu,
.display-top-phpcmap-menu,
.display-top-eldmap-menu,
.display-top-essential-menu,
.display-top-nearbypark-menu,
.display-top-pcrtmap-menu,
.display-top-vaccination-menu,
.display-top-stateland-menu {
  height: 0px;
  max-height: 0px;
}

.display-top-boardview {
  height: 0px;
  max-height: 0px;
}

.display-top-boardview-side {
  height: 100%;
  max-height: 100%;
}

.display-top-propertyquery-side,
.display-top-basemap2-side,
.display-top-basemap-side,
.display-top-settings-themes-side,
.display-top-themes-side,
.display-top-dronequery-side,
.display-top-busroute-side,
.display-top-schoolquery-side,
.display-top-schoolquerymenu-side,
.display-top-schoolquerysec-side,
.display-top-schoolquerypostsec-side,
.display-top-schoolquerykindergarten-side,
.display-top-bizquery-side,
.display-top-home-side,
.display-top-landquery-side,
.display-top-createamap-side,
.display-top-createmymap-side,
.display-top-createmymap-editor-side,
.display-top-propertyquery-side,
.display-top-propertyquerypdf-side,
.display-top-settings-side,
.display-top-trafficquery-side,
.display-top-journeyplanner-side,
.display-top-scdfquery-side,
.display-top-feedback-side,
.display-top-help-side,
.display-top-about-side,
.display-top-legend-side,
.display-top-phpcmap-side,
.display-top-eldmap-side,
.display-top-essential-side,
.display-top-nearbypark-side,
.display-top-pcrtmap-side,
.display-top-vaccination-side,
.display-top-stateland-side {
  height: 0px;
  max-height: 0px;
}

#displayTop.display-top-journeyplanner {
  top: 88px;
}

#displayTop.display-top-journeyplanner.addBtn {
  top: 125px;
}

.map_background {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/********** map Layer preview **********/

.map-layer_preview {
  background-color: white;
  position: absolute;
  z-index: 700;
  bottom: 195px;
  right: 50px;
  width: 250px;
  /* height: 350px; */
  border: 1px solid #051e3c;
  /* border-radius: 10px;*/
  -webkit-transition: top 450ms;
  -moz-transition: top 450ms;
  -ms-transition: top 450ms;
  -o-transition: top 450ms;
  transition: top 450ms;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.map-layer_preview .show-map-header {
  padding: 10px;
  background-color: #7c87a5;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.map-layer_preview .show-map-layer {
  padding: 10px;
}

.map-layer_preview .show-map-layer button {
  border: none;
  background-color: #7c87a5;
  color: #fff;
  float: right;
  width: 60px;
}

/******************** Toggle Twitter *************Rey********/

.toggleTwitter {
  width: 35px;
  height: 35px;
  background-image: url("https://web-static.onemap.sg/images/main/socialIcon/twitter.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  position: absolute;
  z-index: 700;
  bottom: 38px;
  right: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.toggleTwitter:hover {
  background-image: url("https://web-static.onemap.sg/images/main/socialIcon/twitter_hover.png");
}

/******************** Toggle Twitter ************************/

/******************** leftlet popup-pane ************************/
.leaflet-popup {
  position: absolute;
  text-align: center;
  -webkit-user-select: text; /* Safari 3.1+ */
  -moz-user-select: text; /* Firefox 2+ */
  -ms-user-select: text; /* IE 10+ */
  user-select: text; /* Standard syntax */
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 0px;
}
/* .leaflet-popup-content {
margin: 13px 0px;
margin:0;
line-height: 1.4;
} */
.custom-popup-container {
  width: 299px;
  background-color: #fff;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  position: relative;
  overflow: hidden;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;

  margin: -10px auto 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  height: 14px;
  font-size: 25px;
  color: #7a9acb;
  text-decoration: none;
  font-weight: bold;
  background: none;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #cfdaec;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-popup-pane.addLQ {
  display: none;
}

/******************** carousel ************************/

/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner .item .cover_img,
.carousel-inner .item a .cover_img {
  display: block;
  top: 0;
  left: 0;
}

.myclass1 {
  background: url("https://web-static.onemap.sg/images/main/carousel/webTut01.png")
    no-repeat top center;
}

.myclass2 {
  background: url("https://web-static.onemap.sg/images/main/carousel/webTut02.png")
    no-repeat top center;
}

.myclass3 {
  background: url("https://web-static.onemap.sg/images/main/carousel/webTut03.png")
    no-repeat top center;
}

.myclass4 {
  background: url("https://web-static.onemap.sg/images/main/carousel/webTut04.png")
    no-repeat top center;
}

.myclassSize {
  width: 100%;
  height: 75vh;
  margin: 0 auto;
  background-size: 90%;
  background-color: transparent;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  .myclass1 {
    background: url("https://web-static.onemap.sg/images/main/carousel/mobileTut01.png")
      no-repeat top center;
  }

  .myclass2 {
    background: url("https://web-static.onemap.sg/images/main/carousel/mobileTut02.png")
      no-repeat top center;
  }

  .myclass3 {
    background: url("https://web-static.onemap.sg/images/main/carousel/mobileTut03.png")
      no-repeat top center;
  }

  .myclass4 {
    background: url("https://web-static.onemap.sg/images/main/carousel/mobileTut04.png")
      no-repeat top center;
  }

  .myclassSize {
    width: 100%;
    height: 68vh;
    margin: 0 auto;
    background-size: 65%;
  }

  /*/ ------------------- Carousel Styling ------------------- /*/

  #container-carouel {
    width: 45% !important;
    max-width: 45% !important;
  }
}

@media only screen and (max-width: 768px) {
  .myclassSize {
    width: 100%;
    height: 75vh;
    margin: 0 auto;
    background-size: 82%;
  }

  #container-carouel {
    width: 70% !important;
    max-width: 70% !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) {
  .myclassSize {
    width: 100%;
    height: 45vh;
    margin: 0 auto;
    background-size: 20%;
  }

  .toggleMarkers {
    bottom: 170px;
  }
}

@media only screen and (max-width: 480px) {
  .myclassSize {
    width: 100%;
    height: 65vh;
    margin: 0 auto;
    background-size: 100%;
  }

  #container-carouel {
    width: 58% !important;
    max-width: 58% !important;
  }

  .carousel-control.left,
  .carousel-control.right {
    margin: 0px 15px !important;
  }
}

/*/ ------------------- Carousel Styling ------------------- /*/

#container-carouel {
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  z-index: 999;
  /*/ height: 80vh;/*/
  width: 70%;
  max-width: 70%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.carousel {
  width: 100%;
  /*/ height: 100%/*/
}

.carousel-inner {
  border-radius: 0px;
  width: 100%;
  height: 100%;
}

.carousel-inner .item {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: center;
  display: none;
}

.carousel-indicators {
  position: absolute;
  bottom: -45px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0 2px;
  padding: 15px 25px 0px 0;
  text-align: center;
}

.carousel-indicators li {
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  margin: 0 2px;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  background-color: #fd5635;
  margin: 0 2px;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  position: fixed;
  width: 55px;
  height: 75px;
  top: 45%;
  margin: 0px 30px;
  background-color: white;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  margin-left: -30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: -30px;
}

.carousel-control {
  opacity: 1;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font-size: 60px;
  color: #fd5635;
}

.section-white {
  padding: 0;
  /*background-color: rgba(0, 0, 0, 0.7);*/
  background-color: rgba(13, 71, 161, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  height: 100vh;
}

.container-carouel {
  max-width: 100%;
}

/*
    iphone5
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 320px) {
  .sideMenu_container .bg_lvl1 .subheader {
    font-size: 8px;
  }
}

/*
    iphone6
*/
@media only screen and (min-device-width: 330px) and (max-device-width: 400px) {
  .sideMenu_container .bg_lvl1 .subheader {
    font-size: 9px;
  }
}
