@charset "UTF-8";
/*此CSS檔案由SASS編譯而來，請勿直接修改，否則重新編譯時會被覆蓋*/
/*有需要請修改SASS原檔，若不知如何編譯，請先將樣式寫至 web-app/socMap/css/temp.css 中來使用*/
/*後續再請設計師協助整併至SASS檔案中*/
html {
  height: 100%;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  width: 100%;
  height: 100%;
  line-height: 1.6;
  font-family: "微軟正黑體", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #2785C8; }

header {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #00BBB4 url(../images/banner_bg.png) no-repeat;
  background-position: right;
  box-shadow: 0 2px 8px 2px rgba(80, 80, 80, 0.5);
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-toggle.collapsed {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf9cf), color-stop(54%, #ddd99f), to(#e0db8e));
  background: linear-gradient(to bottom, #fcf9cf 0%, #ddd99f 54%, #e0db8e 100%);
  border: 2px solid #83684a;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#edeac9), color-stop(54%, #e1dd9b), to(#bbb66a));
  background: linear-gradient(to bottom, #edeac9 0%, #e1dd9b 54%, #bbb66a 100%);
  border: 2px solid #83684a;
}

@media only screen and (max-width: 767px) {
  .nav.navbar-nav {
    background-color: #edeac9;
    padding: 1rem;
    border-top: 2px solid #83684a;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  }
  .nav.navbar-nav li {
    text-align: left;
  }
}
.nav.navbar-nav a {
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 30px;
  color: #83684a !important;
  padding: 0.2rem 1rem;
  margin-top: 1.2rem;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .nav.navbar-nav a {
    border: 2px solid #83684a;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcf9cf), color-stop(54%, #ddd99f), to(#e0db8e));
    background: linear-gradient(to bottom, #fcf9cf 0%, #ddd99f 54%, #e0db8e 100%);
  }
}
.nav.navbar-nav a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#edeac9), color-stop(54%, #e1dd9b), to(#bbb66a));
  background: linear-gradient(to bottom, #edeac9 0%, #e1dd9b 54%, #bbb66a 100%);
}

@media only screen and (min-width: 768px) {
  .collapse.navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

a.navbar-brand {
  padding: 0;
}
a.navbar-brand img {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  width: 250px;
}

.sidenav-btn {
  text-shadow: white 0px 0px 0px;
  color: #fff;
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #696969;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 1031; }
  .sidenav-btn:hover {
    color: #fff;
    background-color: #4a4a4a; }
  .sidenav-btn.outer {
    left: -40px; }
    .sidenav-btn.outer.open {
      left: 0; }

.sidenav-switch {
  color: white;
  font-size: 16px;
  padding: 4px 7px 3px 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #696969;
  float: right; }
  .sidenav-switch:hover {
    color: #fff;
    background-color: #4a4a4a; }

.sidenavMobile-btn {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 20px 0 0 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 240px; }
  .sidenavMobile-btn img {
    display: block; }
  .sidenavMobile-btn.hidein {
    left: -38px; }

.side-nav {
  position: relative;
  margin-left: -275px;
  width: 275px;
  float: left;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #b4dec4;
  overflow-y: hidden;
  box-shadow: 0px 0 5px grey;
  z-index: 90; }
  .side-nav *::-webkit-scrollbar {
    display: none; }
  .side-nav.open {
    margin: 0; }
  .side-nav .close_side_panel {
    position: absolute;
    z-index: 99;
    right: 0;
    border: 1px solid #543209;
    border-right: 0;
    padding: 1px 5px 1px 12px;
    margin-top: 5px;
    border-radius: 5px 0 0 5px;
    background-color: white;
    font-size: 15px;
    color: #005a57; }
  .side-nav .header {
    letter-spacing: 1px;
    padding: 8px;
    text-shadow: 0 0 3px rgba(41, 41, 41, 0.77); }
  .side-nav .menu-title {
    font-size: 16px;
    padding: 5px;
    display: block;
    text-align: center;
    color: #005a57 ;
    height: 35px; }
  .side-nav .block {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 94%;
    margin: 1% 3% 0 3%;
    max-width: 265px;
    position: absolute;
    top: 0;
    left: -275px;
    min-height: 150px;
    background-color: #b4dec4;
    color: white; }
    .side-nav .block.active, .side-nav .block.next {
      left: 0; }
  .side-nav .block-1 {
    z-index: 89; }
  .side-nav .block-2 {
    z-index: 88; }
  .side-nav .block-3 {
    z-index: 87; }
  .side-nav .block-4 {
    z-index: 86; }
  .side-nav .btn-area {
    border-top: 2px dashed #cecece;
    padding-top: 6px; }
    .side-nav .btn-area.fixed {
      position: absolute;
      bottom: 5px; }
  .side-nav .back-btn {
    color: white;
    font-size: 15px;
    padding: 0 7px 0 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #696969;
    position: absolute;
    left: 0; }
    .side-nav .back-btn:hover {
      color: #fff;
      background-color: #4a4a4a; }
  .side-nav hr {
    margin: 5px 0; }
  .side-nav p {
    font-size: 15px;
    padding: 3px;
    border-bottom: 1px dashed #bdbdbd;
    white-space: pre-line; }
    .side-nav p:last-child {
      border-bottom: 0; }
    .side-nav p a {
      font-weight: bolder;
      color: #2da92c; }
      .side-nav p a:hover {
        color: #409410; }
  .side-nav .detail-title {
    font-weight: bolder;
    color: #187ad4; }
  .side-nav .img-holder {
    height: 200px; }
    .side-nav .img-holder img {
      width: 100%; }
  .side-nav .img-fun {
    position: relative;
    margin-top: 5px;
    z-index: 10;
    /*background-color: white;*/
    padding: 0px;
    /*border: 2px solid #b7b7b7;*/
    border-radius: 0; }
    .side-nav .img-fun button {
      width: 48%; }
  .side-nav .street-view-btn {
    position: absolute;
    left: 5px;
    top: -38px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #fff;
    color: white;
    outline: none; }
    .side-nav .street-view-btn:hover, .side-nav .street-view-btn:active {
      background-color: black; }

.iframe_code_frame h3 {
  font-size: 18px;
  font-weight: bold;
  color: #505050; }

.iframe_code_frame p {
  padding: 5px 0; }

.iframe_code_frame hr {
  border-color: #d4d4d4;
  margin: .5em 0; }

.gmap-info-window .gmap-info-title {
  font-size: 140%;
  font-weight: bold;
  background-color: #01213b;
  border-radius: 20px;
  color: #fff;
  padding: 10px 8px;
  text-align: center; }

.gmap-info-window .gmap-info-detail {
  padding: 5px 5px 2px 5px;
  font-size: 110%; }

.gmap-info-window .gmap-info-table {
  color: #01213b; }
  .gmap-info-window .gmap-info-table th {
    width: 15%;
    min-width: 50px; }
  .gmap-info-window .gmap-info-table th, .gmap-info-window .gmap-info-table td {
    vertical-align: top; }

#naviServiceResult #nav_result {
  overflow: scroll; }

#naviServiceResult .btn-area {
  position: absolute;
  bottom: 5px;
  width: 100%; }

#search-result {
  font-size: 14px; }
  #search-result tr:hover {
    background-color: #e6e6e6; }
  #search-result tr.selected:hover {
    background-color: #FFE29B; }
  #search-result td {
    cursor: pointer; }

a {
  color: lightyellow;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: white;
    text-decoration: none;
    outline: 0; }
@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: left; }
  .dash {
    margin-left: 15px;
    padding-top: 10px; }
  .navbar-brand {
    padding-left: 0; }
  .sidenav-btn {
    display: none; }
  .sidenavMobile-btn {
    left: 240px; }
  .sidenav-switch {
    display: none; }
  .side-nav {
    margin-left: -100%;
    width: 100%;
    max-width: 275px;
    position: absolute; }
    .side-nav.open {
      margin-left: 0; } }

#main_content {
  overflow: auto; }

.side-nav, #main_content {
  height: calc(100% - 70px); }

.side-nav .block {
  height: 100%; }
  .side-nav .block .in_block_content {
    height: calc(100% - 35px - 15px); }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 5px; }

.side-nav .ui-tabs {
  overflow: scroll; }

.ui-tabs .ui-tabs-panel {
  overflow: scroll;
  height: 90%; }
/*# sourceMappingURL=socmap.css.map */
@media only screen and (max-width: 365px) {
  .sidenavMobile-btn {
    left: 206px;
  }
  a.navbar-brand img {
    width: 210px;
  }
}