<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
#bc {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.container {
  background-color: #f2f2f2;
}
.claro .dijitContentPane {
  padding: 0;
}
.panel_desc {
  margin-top: 3px;
  padding: 4px 4px 0.5em 4px;
}
.panel_title {
  display: none;
  padding-top: 2px;
  font-weight: bold;
  font-size: 1.2em;
}
#headerContent {
  max-height: 50%;
  overflow-y: scroll;
}
.header_info {
  padding: 15px 6px 10px 6px;
}
.shadow {
  border-right: solid 1px #b3abab;
  border-bottom: solid 1px #b3abab;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#expandoPane {
  background-color: #fff;
  width: 500;
  padding: 0px;
}
#detailPanel {
  background-color: inherit;
  padding: 4px;
  border: none;
}
.esriSimpleSlider {
  top: 35px;
  left: 5px;
}
.mapInfo {
  float: right;
  font-size: 1em !important;
  cursor: pointer;
  color: #575757;
  white-space: nowrap;
  padding-right: 4px;
  padding-top: 4px;
}
.mapInfoPanel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  height: 98%;
  width: 40%;
  overflow: scroll;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-color: transparent;
  background-color: #fff;
  background-color: rgba(255,255,255,0.9);
  margin-top: 30px;
  padding: 0 0.5em 1.2em 0.5em;
}
.title {
  display: inline-block;
  max-width: 80%;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mapTitle {
  width: 100%;
  padding: 2px 2px 0 2px;
  z-index: 40;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #575757;
}
.HomeButton {
  border-bottom: 1px solid #57585a;
  width: 30px;
  height: 30px;
}
.HomeButton .home {
  background: url("../images/home_locate.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
}
.HomeButton .home:hover {
  background-color: #eee;
  width: 30px;
  height: 30px;
  padding: 0px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.loading-indicator {
/* Loading status */
  display: none;
  height: 100%;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
}
.app-loading .loading-indicator,
.app-error .loading-indicator {
/* Show this class when loading or error */
  display: block;
}
.app-loading .loading-indicator {
/* Loading image */
  background-position: center center;
  background-image: url("../images/ajax-loader.gif");
  background-repeat: no-repeat;
}
.app-error .loading-message {
/* Error status */
  background-position: top center;
  background-image: url("../images/error.png");
  background-repeat: no-repeat;
  padding-top: 60px;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 0;
  text-align: center;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-giz6jb");
  src: url("../fonts/icomoon.eot?#iefix-giz6jb") format('embedded-opentype'), url("../fonts/icomoon.woff?-giz6jb") format('woff'), url("../fonts/icomoon.ttf?-giz6jb") format('truetype'), url("../fonts/icomoon.svg?-giz6jb#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-selected {
  color: #0a0a0a !important;
}
.search-container {
  position: relative;
  top: 140px;
  left: 5px;
}
.arcgisSearch .searchBtn {
  padding: 6px 6px;
}
.icon-sync-container {
  position: relative;
  top: 135px;
  left: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #57585a;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.icon-sync {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  z-index: 40;
  color: #a4a4a4;
  text-shadow: 0px 0px 10px #fff;
  font-size: 1em;
  line-height: 1.2em;
}
.icon-sync:hover {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.2em;
  background-color: #eee;
}
.icon-info:before {
  content: "\e600";
}
.icon-menu:before {
  content: "\e602";
}
.icon-sync:before {
  content: "\e601";
}
.icon-up:before {
  content: "\e604";
}
.icon-down:before {
  content: "\e603";
}
/*Expando Pane*/
:focus {
  outline: none;
}
.claro .dojoxExpandoClosed .dojoxExpandoTitleNode {
  display: block;
  padding-top: 40px;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 84%;
  -moz-transform-origin: 50% 84%;
  -o-transform-origin: 50% 84%;
  -ms-transform-origin: 50% 84%;
  transform-origin: 50% 84%;
  overflow: visible;
  -o-text-overflow: normal;
  text-overflow: normal;
}
.esriRTL .claro .dojoxExpandoClosed .dojoxExpandoTitleNode {
  padding-top:0 !important;
  margin-top:170px !important;
  transform-origin: 39% 84% !important;
}
.claro .dojoxExpandoIcon {
  z-index: 500;
  cursor: pointer;
  font-family: 'icomoon';
  speak: none;
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  background-image: none;
}
.claro .dojoxExpandoIcon:hover {
  cursor: pointer;
  color: #a9a9a9;
}
.claro .dojoxExpandoIcon:before {
  content: "\e602";
}
.dojoxExpandoPane {
  overflow: hidden;
  width: 500px;
  z-index: 440 !important;
  border-right: solid 1px #b3abab;
}
.dojoxExpandoPane .dojoxExpandoWrapper {
  width: 500px;
  overflow: hidden;
}
.dojoxExpandoClosed .dojoxExpandoTitleNode {
  display: none;
}
.dojoxExpandoClosed .dojoxExpandoWrapper * {
  overflow: hidden !important;
}
.dojoxExpandoTitle {
  cursor: pointer;
  padding-top: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 6px;
  padding-left: 2px;
}
.dojoxExpandoIcon .a11yNode {
  display: none;
  visibility: hidden;
}
.dojoxExpandoBottom .dojoxExpandoIcon,
.dojoxExpandoTop .dojoxExpandoIcon,
.dojoxExpandoLeft .dojoxExpandoIcon {
  float: right;
  margin-right: 2px;
}
.dojoxExpandoRight .dojoxExpandoIcon {
  float: left;
  margin-left: 2px;
}
.dojoxExpandoIcon {
  width: 22px;
  cursor: pointer;
  height: 22px;
}
.dojoxExpandoClosed .dojoxExpandoIcon {
  margin: 0 auto;
}
.dijitBorderContainer-dijitExpandoPane {
  border: none !important;
}
.claro .dojoxExpandoTitle {
  color: #575757;
  font-size: 1.2em;
  padding: 3px 2px 3px 2px;
  line-height: 1.2em;
  font-weight: 600;
}
.claro .dojoxExpandoClosed .dojoxExpandoTitle {
  background: none;
  border: none;
  padding: 3px;
  height: 100%;
}
.dojoxExpandoClosed .dojoxExpandoIconRight {
  margin-left: 4px;
}
/*Grid css*/
/* Responsive grid css from http://www.responsivegridsystem.com/calculator/ */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 0;
}
.col:first-child {
  margin-left: 0;
}
/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
/* For IE 6/7 */
}
/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 50%;
}
/*Grid of three*/
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.66%;
}
.span_1_of_3 {
  width: 33.33%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%;
  }
  .span_1_of_2 {
    width: 100%;
  }
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 100%;
  }
  .span_1_of_3 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .title {
    display: none;
  }
}
@media only screen and (max-width: 820px) {
  .esriAttribution {
    display: none;
  }
}
@media only screen and (max-width: 820px) {
  .esriAttribution {
    display: none;
  }
}
.dojoxExpandoContent {
  overflow: auto !important;
  background-color: #fff;
}
.truncate {
  padding-left: 2px;
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hidden {
  display: none;
}
.esriLegendService {
  padding-top: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d0d0d0;
}
.esriLegendServiceLabel {
  display: block;
  font-weight: bold;
  position: relative;
  width: 100%;
}
.esriLegendLayerLabel {
  color: $map-legend-layer-name-text-color;
  padding-left: 8px;
}
.esriLegendLayer {
  padding-left: 8px;
}
.esriLegendGroupLayer {
  padding-top: 8px;
}
.esriLegendLeft {
  padding-left: 12px;
}
.esriLegendRight {
  padding-right: 12px;
}
.header_info p, .text-justify{
  text-align: justify;
  text-justify: inter-word;
}

span img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}</pre></body></html>