/*Phones (520px) Small Tablets (720px)*/
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif; }

.noscroll{
  overflow: hidden;
}

.modal-scrollbar {
  margin-right: 17px; }

/* Fonts */
@font-face {
  font-family: "HelveticaNeue";
  src: url('../fonts/helveticaneue.eot');
  src: url('../fonts/helveticaneue.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue.woff') format('woff'), url('../fonts/helveticaneue.ttf') format('truetype'), url('../fonts/helveticaneue.svg#HelveticaNeue') format('svg');
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HelveticaNeueUltraLight ";
  src: url('../fonts/helveticaneueultralight.eot');
  src: url('../fonts/helveticaneueultralight.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneueultralight.woff') format('woff'), url('../fonts/helveticaneueultralight.ttf') format('truetype'), url('../fonts/helveticaneueultralight.svg#HelveticaNeueUltraLight') format('svg');
  font-style: normal;
  font-weight: normal; }

#mapDiv {
  position: fixed;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

.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;
}

.esriLayer{
  background-color: #fff;
}
.esriLayerList .esriTitle {
  background-color: #fff;
  border-bottom:none;
}
.esriLayerList .esriList ul{
  background-color: #fff;
}
.esriLayerList .esriContainer{
  border-bottom:1px solid #ccc;
  border-top: none !important;
}
.esriLayerList .esriTitleContainer{
 border-color:#eee;
}
.esriLayerList .esriList{
    border-top:none;
    background-color:#fff;
}

#pageBody_layers{
  background-color: #fff;
}

.esriOverviewMap .ovwContainer{
  width:300px !important;
}
#pageBody_overview{
  height:350px !important;
}
@media only screen and (min-width: 720px) {
  #pageBody_overview {
    max-height: 80%; } }

/*Styles for the print dialog checkbox*/
#pageBody_print .checkbox {
  display: inline-block;
  cursor: pointer;
  line-height: 18px;
  height: 18px;
}
/*Editor*/
.calcite .dijitTextBoxDisabled , .esriAttributeInspector .dijitTextBoxDisabled input{
  background-color: #d3d3d3;
  padding:0 !important;
}
/*Layer list dialog*/
.layer-menu {
  width: 100%; }

.layer-menu .dijitMenuItem:hover {
  background: #d3d3d3; }

.layer-menu .dijitMenuItemSelected {
  background: #d3d3d3; }

/* Esri Javascript API*/
.templatePicker {
  height: 100%;
  padding-top: 30px;
  border: none; }

.esriEditor {
  height: 100%; }

.esriEditor .esriDrawingToolbar {
  position: absolute;
  right: 0;
  left: 0;
  top: 10px;
  border-top: none;
  border-right: none;
  border-left: none; }

@media only screen and (min-width: 720px) {
  .esriEditor .esriDrawingToolbar {
    top: 10px;
    right: 0;
    left: 0; } }

.esriPopup .pointer.bottom, .esriPopup .pointer.bottomLeft, .esriPopup .pointer.bottomRight {
  background: #f7f7f7 !important; }

.esriPopupMaximized {
  top: 100px !important; }

.esriPopup.light .actionsPane .action.zoomTo {
  background-position: 0 -224px; }

.esriPopup .actionsPane .action {
  margin-right: 10px; }

.esriPopup.light .actionsPane .action {
  position: absolute;
  cursor: pointer;
  background-image: url("../images/popup-sprite.png");
  width: 12px;
  height: 12px;
  text-indent: -9999px;
}
.printTitle{
  width: 265px;
  font-size: 14px;
  border-width: 2px;
  border-color: #CCC;
  border-style: solid;
  padding: 5px;
  margin-bottom: 12px;
  display:block;
}
.esriPrintout{
  font-size:20px;
}
.esriPrintout a {
  color: #5daddd;
}
.esriPrint {
  position: absolute;
  bottom:5px;
  right: 20px;
  padding:5px;
  color:#fff;
}

.loadPrint{
    padding:0 0.3em;
    text-align: center;
    vertical-align: middle;
    line-height:32px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.esriMeasurement .esriMeasurementResultTable{
  padding:6px;
}
.esriMeasurement .esriMeasurementButtonPane {
  padding-left: 6px; }

.esriMeasurement .esriMeasurementResultLabel {
  padding-left: 4px; }

.esriMeasurement .areaIcon {
  background-image: url(../images/area_measure.png);
  width: 28px;
  height: 28px; }

.esriMeasurement .distanceIcon {
  background-image: url(../images/dist_measure.png);
  width: 28px;
  height: 28px; }

.esriMeasurement .locationIcon {
  background-image: url(../images/dist_point.png);
  width: 28px;
  height: 28px; }

.esriMeasurement .esriButtonHover .dijitButtonNode {
  background: #a9a9a9; }

.esriMeasurement .esriButtonChecked .dijitButtonNode {
  background: #a9a9a9; }

.no-touch .esriMeasurement .esriButton .dijitButtonNode:hover {
  background: #a9a9a9; }

.locationIcon {
  width: 32px;
  height: 32px; }

.esriSimpleSlider {
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
  zoom: 1;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: none; }

@media only screen and (min-width: 760px) {
  .esriSimpleSlider {
    display: block; } }

.esriSimpleSlider div {
  width: 30px;
  height: 40px;
  font-size: 24px;
  font-family: verdana, helvetica;
  font-weight: bold;
  line-height: 40px;
  -webkit-user-select: none; }

.arcgisSearch .searchGroup .searchInput {
  width: 200px;
  padding: 6px 17px 6px 18px;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
  zoom: 1;
  color: #fff; }

#search_input.dark::-webkit-input-placeholder{
  color:    #000;
}

#search_input.dark:-moz-placeholder{
  color:    #000;
}

#search_input.dark::-moz-placeholder{
  color:    #000;
}

#search_input.dark:-ms-input-placeholder{
  color:    #000;
}
@media only screen and (max-width: 400px){
  .arcgisSearch .searchGroup .searchInput{
    width:130px;
  }
}
@media only screen and (min-width: 800px) {
  .arcgisSearch .searchGroup .searchInput {
    display: block; } }

.arcgisSearch .searchClear {
  background: none;
  background-color: inherit;
  color: #a8a8a8; }

.arcgisSearch .searchBtn {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
  color: #a8a8a8; }

.notools div {
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 24px; }

.esriSimpleSliderTL {
  top: 10px;
  left: 10px;
  border: none; }

.esriSimpleSliderDecrementButton:hover, .esriSimpleSliderIncrementButton:hover {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
  zoom: 1; }

.esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
  border: none !important; }

.simpleGeocoder .esriGeocoder {
  display: block;
  width: 100%;
  margin: 0;
  border: transparent;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
  zoom: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.simpleGeocoder .esriGeocoderMenu {
  color: #333; }

.simpleGeocoder .esriGeocoderResults {
  border: transparent;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1; }

.simpleGeocoder .esriGeocoder input {
  color: #FFF !important; }

.simpleGeocoder .esriGeocoderResult:hover, .simpleGeocoder .esriGeocoderResultEven:focus, .simpleGeocoder .esriGeocoderResultOdd:focus {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
  zoom: 1; }

.simpleGeocoder .esriGeocoder .esriGeocoderMenuArrow {
  background: none; }

.simpleGeocoder .esriGeocoder .esriGeocoderMenuArrow:before {
  content: "\e809";
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #a8a8a8;
  font-family: "tool-icons"; }

.esriMeasurement .esriMeasurementResultLabel {
  text-align: left;
  font-weight: 500; }

.esriControlsBR {
  position: absolute;
  left: 0px;
  bottom: 0px; }

.logo-med {
  position: absolute;
  left: 0px;
  bottom: 0px; }

.logo-sm {
  position: absolute;
  left: 0px;
  bottom: 0px; }

.esriAttribution {
  position: absolute;
  left: 65px;
  bottom: 5px; }

.esriBookmarks {
  border: none; }

.esriBookmarkItem {
  width: 300px;
  background: #f8f8f8;
  color: #555;
  border-bottom: 1px solid #e0e0e0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px; }

.esriBookmarks .dojoDndItem{
  border-bottom: none;
}
.esriBookmarkLabel {
  font-size: 16px;
  width:250px; }

.esriBookmarkHighlight {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
  zoom: 1; }

.esriBasemapGallery {
  padding: 20px; }

.scalebar_bottom-left {
  left: 25px;
  bottom: 40px; }

.HomeButton .home {
  padding: 0 !important;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  background-size: 14px 14px;
  background-image: none; }

.no-touch .HomeButton .home:hover, .LocateButton .zoomLocateButton:hover {
  background-color: none !important; }

.scalebar_bottom-left {
  left: 25px;
  bottom: 40px; }

.LocateButton .zoomLocateButton:before ,.HomeButton .home:before  {
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  font-family: "tool-icons";
  text-align: center;
  speak: none;
}
.HomeButton .home:before {
  content: "\e800";
}

.LocateButton .zoomLocateButton:before {
  content: "\e630";
 }

.LocateButton .zoomLocateButton {
  padding: 0;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px; }

img {
  border: 0;
}
.LocateButton .tracking {
    background-image: none !important;
    color:rgba(0,0,0,0.3);
    font-size:20px;
}

/*custom tooltips for toolbar tools. Test on early IE*/
[data-title]:hover:after {
  content: attr(data-title);
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 4px #222;
  -moz-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  zoom: 1; }

/* Template */
.bg {
  display: block; }

.fc {
  font-weight: bold; }

.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.roundedTop {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.shadow {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); }

#panelContent {
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  width: 0px;
  display: block;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  zoom: 1; }

#panelPages {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: rgba(255, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FF0000,endColorstr=#80FF0000);
  zoom: 1; }

.page {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  zoom: 1; }

.pageblank {
  width: 0px;
  height: 100%; }

.pageContent {
  position: absolute;
  left: 10px;
  right: 10px;
  margin-left: -310px;
  width: 300px;
  display: block;
  overflow: hidden;
  top: 100px;
  background-color: transparent;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFFFFFFF);
  zoom: 1; }

@media only screen and (min-width: 600px) {
  .pageContent {
    max-height: 80%;
     } }

@media only screen and (min-width: 1070px) {
  .pageContent {
    top: 10px;
   } }
/*Rules for popup when displayed in panel*/
.panelPopup{
  display: none;
}
.hidden{
  display:none;
}
.popupHeader{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
}
#popupContainer{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
  width:100%;
  height: 100%;
}
#popupFooter > .action:before{
  content:"\e800";
  font-family: "popup";
}
#popupFooter > .action:hover:before{
  color:#6b6b6b;
}
#popupFooter > .action{
  padding: 0 10px 10px 10px;
  text-decoration: none;
  color: #000;
}
.popupTitle{
  width:100%;
  padding:10px;
  font-size: 12px;
  line-height: 16px;
}
.popupButton{
  position: absolute;
  text-align: center;
  width:16px;
  height: 16px;
  background:none;
  font-size: 12px;
  line-height: 16px;
  top:10px;
  cursor:pointer;
}
.popupButton:hover{
  /*match out of the box hover color for home and locate*/
  background-color: transparent;
  background-color: rgba(102, 102, 102, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6666666,endColorstr=#E6666666);
  zoom: 1;
  border-radius: 4px;
}
.popupButton.next:before{
  font-family: "popup";
  content:"\e808";
}
.popupButton.prev{
  right:73px;
}
.popupButton.next{
  right:55px;
}
.popupButton.close{
  right:35px;
}
.popupButton.prev:before{
  font-family: "popup";
  content:"\e809";
}
.popupButton.close:before{
  font-family: "popup";
  content:"\e806";
}
#pageBody_popup{
  overflow-x:auto !important;
  height:auto;
}
#popupFooter{
  padding:4px;
}
.popupTitle{
  position: absolute;
  left:5px;
}
.popupHeader{
  position: relative;
  display: block;
  width:100%;
  height: 40px;
  line-height: 40px;
}
.pageHeader {
  position: relative;
  width: 100%;
  height: 90px;
  text-align: center;
  display: block; }

.pageTitle {
  position: absolute;
  left: 80px;
  top: 30px;
  width: auto;
  height: 20px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  overflow: hidden;
}

.pageHeaderImg {
  position: absolute;
  left: 5px;
  margin-left: 0px;
  top: 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px; }

.pageIcon {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 40px;
  height: 40px; }

.pageNav{
  color:#ccc;
  cursor: pointer;
  position: absolute;
  right:5px;
  display: block;
}
.pageClose {
  top: 9px;
 }

.pageUp {
  top: 35px;
 }

.pageDown:before, .pageUp:before, .pageClose:before{
  font-family: "tool-icons";
  font-size:12px;
  line-height: 14px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding:4px;
}
.pageDown {
  top: 60px;
}
.pageClose:before{
  content:"\e600";
}
.pageUp:before{
  content: "\e682";
}
.pageDown:before{
  content: "\e681";
}
.icons-dark{
  color:#333;
}
.pageBody {
  position: relative;
  top: 0;
  /*display: -moz-box;
  display: -webkit-box;
  display: box;*/
  display:block;
  max-height: 400px;
  width:100%;
  overflow-x:hidden;
  overflow-y:auto;
  color: #000000;
}

#pageBody_print {
  padding: 10px;
  height:120px;
}

#pageBody_legend {
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  #pageBody_legend {
    max-height:250px;
  }
  .pageBody{
    max-height: 250px;
  }
}
.legend{
  margin:auto;
  max-width: 90%;
}


#pageBody_share {
  padding: 5px 20px;
  overflow-y: auto;
}

.desc {
  padding: 10px; }

#pageBody_details {
  padding: 5px;
  max-width: 288px;
}

#panelTop {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  color: #ffffff;
  padding: 0px;
  display: block;
  overflow: visible;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media only screen and (min-width: 760px) {
  #panelTop {
    width: auto;
    left: 44px;
    top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

    #panelLogo {
      margin-left: 5px;
      display:block !important;
      overflow: hidden;
      float: left;
      line-height: 50px;
      width:50px;
      height: 50px;
    }

    #panelLogo img {
      vertical-align: middle;
      line-height: inherit;
      max-width: 45px;
      max-height: 45px;
    }

  }
#panelTitle {
  height: 50px;
  width: 100%;
  float: left;
  color: #ffffff;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal;
}

.no-search #panelText {
  display: block;
}
.no-search #panelLogo {
  display: block !important;
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  line-height: 50px;
  margin-left: 5px;
}
.no-search #panelLogo img{
  max-width:45px !important;
  max-height:45px !important;
}
#panelLogo{
  display:none;
}
#panelText {
  z-index: 40;
  display: none;
  float: left;
  max-width: 196px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
  height:50px;
  line-height: 50px;
}
h1, h2{
  margin:0;
}

#title{
  overflow: hidden;
  text-overflow:ellipsis;
  height: 30px;
  line-height: 30px;
  font-size: 1.3em;
}
#subtitle{
  overflow: hidden;
  text-overflow:ellipsis;
  height: 30px;
  line-height: 20px;
  font-size: 0.9em;
}
#title.nosubtitle{
  overflow: hidden;
  text-overflow:ellipsis;
  height: 50px;
  line-height: 50px;
}

@media only screen and (min-width: 720px) {
  #panelText {
    display: block;
    max-width: 300px;
  }
}

@media only screen and (min-width: 800px) {
  #panelText {
    max-width: 400px;
  }
}

#panelText.nosearch {
  display: block;
}
#panelSearch {
  float: left;
  margin: 10px 0 10px 20px;
  height: 30px;
}

@media only screen and (min-width: 720px) {
  #panelSearch {
    margin: 10px 4px 10px 20px;
    float: right; } }

#panelTools {
  position: relative;
  left: 0px;
  top: 0px;
  min-height: 30px;
  width: 100%;
  display: block;
  clear: both; }

@media only screen and (min-width: 720px) {
  #panelTools {
    display: block !important; } }

#panelMenu {
  position: absolute;
  top: 10px;
  right: 2px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  display: block; }

@media only screen and (min-width: 720px) {
  #panelMenu {
    display: none; } }

.panelTool {
  float: left;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  text-align: center;
  line-height: 26px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px; }

/*Added hover to match the out-of-the-box hover for the home and locate buttons*/
.no-touch .panelTool:hover {
  background-color: transparent;
  background-color: rgba(102, 102, 102, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6666666,endColorstr=#E6666666);
  zoom: 1; }

.panelToolActive {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
  zoom: 1; }

.tool {
  margin: 1px;
  width: 24px;
  height: 24px;
  cursor: pointer; }

#panelHome {
  float: left;
  width: 24px;
  height: 24px;
  margin-left: 1px;
  margin-top: 3px; }

#panelLocate {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 0;
  margin-top: 3px; }

/*Calcite updates keep list and submit issues*/
.calcite .esriPopup .title {
  font-weight: bold; }

.dijitMenuItemIconChar.dijitCheckedMenuItemIconChar {
  display: inline-block;
  visibility: hidden; }

.calcite .dijitMenu {
  border: none; }

.dijitMenuItemLabel {
  padding: 0; }

.dijitChecked .dijitMenuItemIconChar.dijitCheckedMenuItemIconChar {
  display: inline-block;
  visibility: visible; }

.no-touch .dijitMenuItem:hover {
  background-color: transparent;
  background-color: rgba(93, 173, 221, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#665DADDD,endColorstr=#665DADDD);
  zoom: 1; }

.calcite .dijitMenuItemLabel {
  max-width: 250px; }

.dijitButtonNode {
  margin: 0;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap; }

.esriAttributeInspector .atiButton {
  background-image: none; }

.esriAttributeInspector .atiButton .dijitButtonNode {
  padding: 1em !important;
  line-height: 16px;
  background: #d3d3d3;
  /*#5daddd; calcite blue */
  color: #fff;
  padding: 0;
  border: none;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.esriPrintButton {
  padding: 0.5em 1em 0.5em !important;
  line-height: 32px;
  background: #d3d3d3;
  /*#5daddd; calcite blue */
  color: #fff;
  padding: 0;
  border: none;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.esriPrintButton .esriPrintButton {
  background: #d3d3d3;
  /*#5daddd; calcite blue */ }

.esriPrintButton:hover {
  background: #a9a9a9;
  /*#4997d2; calcite hover */ }

.calcite .dijitArrowButtonInner {
  width: 16px;
  height: 16px; }

.calcite .dijitPopup {
  border: solid 1px #d3d3d3; }

.esriPopup .titlePane {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  padding: 10px;
  border: 0;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0; }

.esriPopup .titlePane .title {
  line-height: 16px; }

.esriPopup .titleButton {
  top: 10px;
  background: none; }

.esriPopup .titleButton.prev {
  right: 73px; }

.dj_rtl .esriPopup .titleButton.prev {
  left: 73px;
  right: auto; }

.esriPopup .titleButton.next {
  right: 55px; }

.dj_rtl .esriPopup .titleButton.next {
  left: 55px;
  right: auto; }

.esriPopup .titleButton.maximize {
  right: 31px; }

.dj_rtl .esriPopup .titleButton.maximize {
  left: 31px;
  right: auto; }

.esriPopup .titleButton.restore {
  right: 29px; }

.dj_rtl .esriPopup .titleButton.restore {
  left: 29px;
  right: auto; }

.esriPopup .titleButton.close {
  right: 10px; }

.dj_rtl .esriPopup .titleButton.close {
  left: 10px;
  right: auto; }

/*Share Dialog updates*/
.calcite .icon-container {
  margin: 10px 0 10px;
  display: none; }

@media only screen and (min-width: 720px) {
  .calcite .icon-container {
    display: block; } }

.calcite .map-size-label {
  float: left;
  font-size: 15px;
  margin: 0 5px 0 0; }

.esriRTL .calcite .map-size-label {
  float: right;
  margin: 0 0 0 5px; }

.calcite .share-dialog-icon {
  font-size: 30px;
  line-height: 30px;
  float: left;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 0 10px 0 0;
  text-decoration: none;
  display: block; }

.calcite .share-dialog-icon:visited {
  color: rgba(0, 0, 0, 0.5); }

.esriRTL .calcite .share-dialog-icon {
  float: right;
  margin: 0 0 0 10px; }

.calcite .share-dialog-icon:hover {
  color: rgba(0, 0, 0, 0.8); }

.calcite .share-map-url {
  width: 50%;
  min-width: 80%;
  max-width: 90%;
  height: 25px;
  font-size: 14px;
  color: #777;
  border: 1px solid #dcdcdc;
  margin: 0 0 10px; }

.calcite .map-size-container {
  margin: 0;
  padding: 0 0 20px; }

.calcite .embed-map-size-clear, .calcite .icon-clear {
  clear: both; }

.calcite .embed-map-size-dropdown {
  float: left; }

.esriRTL .calcite .embed-map-size-dropdown {
  float: right; }

.calcite .share-dialog-subheader {
  font-size: 17px;
  display: none; }

@media only screen and (min-width: 720px) {
  .calcite .share-dialog-subheader {
    display: block; } }

.calcite .share-dialog-textarea {
  width: auto;
  max-width: 90%;
  width: 80%;
  height: 50px;
  font-size: 14px;
  color: #777;
  border: 1px solid #dcdcdc;
  margin: 0 0 10px; }

.share-dialog-extent{
  height:30px;
  line-height: 30px;
}
input[type=checkbox]{
  font-size:1em;
}

/*Icon Fonts*/
@font-face {
  font-family: 'tool-icons';
  src: url('../fonts/tool-icons.eot?3smunh');
  src: url('../fonts/tool-icons.eot?3smunh#iefix') format('embedded-opentype'), url('../fonts/tool-icons.woff?3smunh') format('woff'), url('../fonts/tool-icons.ttf?3smunh') format('truetype'), url('../fonts/tool-icons.svg?3smunh#tool-icons') format('svg');
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'tool-icons';
    src: url('../fonts/tool-icons.svg?23344103#tool-icons') format('svg');  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "tool-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-home-1:before {
  content: '\e800'; }

/* '' */
.icon-twitter:before {
  content: '\e802'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e803'; }

/* '' */
.icon-gplus:before {
  content: '\e804'; }

/* '' */
.icon-mail-alt:before {
  content: '\e805'; }

/* '' */
.icon-link:before {
  content: '\e806'; }

/* '' */
.icon-buffer:before {
  content: '\e80b'; }

/* '' */
.icon-target:before {
  content: "\e630";
}
/* '' */
.icon-down:before {
  content: '\681'; }

.icon-up:before {
  content: "\e682";
}
.icon-close:before {
  content: "\e600";
}
/*Styles for the modal dialog (splash screen)*/

#modal {
  z-index:2000;
  position: fixed;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}
#modalContent{
  overflow-y:auto;
  max-height: 300px;
}
#modalContent img {
  max-width: 100%;
  max-height: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#modal.hide{
  top: -50%;
  visibility: hidden;
  opacity: 0;
}
#modal .modal-header{
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
#modal h2 {
  margin: 0;
  padding-right:8px;
  padding-bottom:5px;
  margin-right:5px;
}
#modal .copy{
  color: #333;
  background-color:#fff;
}
#modal .copy, #modal .modal-header {
  padding: 10px;
}
.modal-content {
  position: relative;
  z-index: 20;
}

#closeOverlay{
  line-height: normal;
  padding: .5em 1em;
  outline: none;
  font-size: 1em;
  font-weight: 600;
  border:none;
  cursor:pointer;
  height:auto;
  width: auto;
  position: relative;
  margin:.5em auto;
}
.tool-btn{
  text-align: center;
  margin:0;
  background: transparent;
  border: none !important;
  cursor:pointer;
  border-radius:4px;
}
