/*Phones (520px) Small Tablets (720px)*/
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  overflow:hidden;
}

.noscroll{
  overflow: hidden;
}
/*Set opacity for fill symbols when searching*/
g#mapDiv_graphics_layer path {
    fill-opacity: 0;
}
.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: absolute;;
  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;
}
/*Layer List css modifications*/
.esriLayer{
  background-color: #fff;
}
.esriLayerList .esriTitle {
  background-color: #fff;
  border-bottom:none;
}

.esriLayerList .esriContainer{
  border-bottom:1px solid #ccc;
  border-top: none !important;
  background-color:#fff;
}
.esriLayerList .esriTitleContainer{
  border-top:1px solid #ccc;
}
.esriLayerList .esriList{
  border-top:none;
  background-color:#fff;
}
.esriLayerList .esriToggleButton{
  margin-right:8px;
}
/*WCAG 2.0 Contrast ratio update*/
/*.esriLayerList .esriScaleInvisible .esriLabel{
  color:#767676;
}*/
/*Overview Map widget enhancements*/
.esriOverviewMap .ovwContainer{
  width:300px !important;
}
#pageBody_layers{
  background-color: #fff;
}
#pageBody_overview{
  height:350px !important;
}
@media only screen and (min-width: 720px) {
  #pageBody_overview {
    max-height: 80%; } }

/*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; } }


.esriPopupMaximized {
  top: 100px !important; }


.printTitle{
  width: 265px;
  font-size: 12px;
  border-width: 1px;
  border-color: #CCC;
  border-style: solid;
  padding: 5px;
  margin-bottom: 12px;
  display:block;
}
/*Styles for the print dialog checkbox*/
#pageBody_print .checkbox {
  display: inline-block;
  cursor: pointer;
}
.esriPrint {
  position: absolute;
  bottom:5px;
  right: 20px;
}

.panelToolsDownload {
    position:absolute;
	top:50px;
	left:85%;
	height: 45px;
    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;
	
}
#esriLegendServiceLabel  {
    #color: #ffffff;
    #border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: normal;
}
.panelToolsDownload a {
    color: #ffffff;
    #border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: normal;
}


.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);}
}
.esriBookmarks, .esriBookmarkTable, .esriBookmarkLabel{
  width:100%;
}
.esriMeasurement .dijitButtonNode{
  padding:0;
}

.esriMeasurement .areaIcon {
  background-image: url(../images/area_measure.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }

.esriMeasurement .distanceIcon {
  background-image: url(../images/dist_measure.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px; }

.esriMeasurement .locationIcon {
  background-image: url(../images/dist_point.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px; }

.esriMeasurement .esriButtonHover .dijitButtonNode {
  background: #a9a9a9; }

.esriMeasurement .esriButtonChecked .dijitButtonNode {
  background: #a9a9a9;
  width:28px;
  height:28px;
}

.no-touch .esriMeasurement .esriButton .dijitButtonNode:hover {
  background: #a9a9a9; }

.locationIcon {
  width: 32px;
  height: 32px; }


.arcgisSearch{
  border: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::-webkit-input-placeholder{
  color:    #fff;
}
#search_input.dark::-webkit-input-placeholder{
  color:    #000;
}
#search_input::-moz-placeholder{
  color:    #fff;
}
#search_input.dark::-moz-placeholder{
  color:    #000;
}
#search_input::-ms-input-placeholder{
  color:    #fff;
}
#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: #fff; }

.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;
 }

.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; }

.esriBasemapGallery {
  padding: 20px;
}
.esriBasemapGalleryNode{
  height:105px !important;
}
.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail{
}
.esriBasemapGalleryLabelContainer{
  line-height: 10px;
  font-size:10px;
}
.scalebar_bottom-left {
  left: 25px;
  bottom: 40px;
}
.HomeButton .home{
  width:30px;
  height:25px;
  /*display:none;*/
  background-color: transparent;
  background-image:none;
  vertical-align: middle;
  text-align: center;
  cursor:pointer;
  padding: 0px !important;
}
.esriSimpleSlider {
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  border-radius: 0;
}
.esriSimpleSliderVertical .esriSimpleSliderIncrementButton, .esriSimpleSliderVertical .esriSimpleSliderDecrementButton{
  border-radius: 0;
}

@media only screen and (min-width: 760px) {

  .esriSimpleSliderTL{
    top:10px !important;
    left:10px !important;
  }
}

.homeEnabled .esriSimpleSliderIncrementButton, .homeEnabled .esriSimpleSliderDecrementButton, .homeEnabled .HomeButton{
    height:25px;
}

.esriSimpleSlider div {
  font-size: 14px;
  font-family: verdana, helvetica;
  font-weight: bold;
  -webkit-user-select: none; }

.esriSimpleSliderTL {
  top:auto;
  left:auto;
  top:80px;
  left:0;
  border: none;
}

.esriSimpleSliderDecrementButton:hover, .esriSimpleSliderIncrementButton:hover, .HomeButton .home:hover {
  border-radius: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  zoom: 1;
}

.esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
  border: none !important;
}

.LocateButton .zoomLocateButton:before ,.HomeButton .home:before  {
  font-size: 13px;
  font-family: "tool-icons";
  text-align: center;
  speak: none;
  border-radius:0;
}
.HomeButton .home:before {
  content: "\e800";
}

.LocateButton .zoomLocateButton:before {
  content: "\e630";
 }
.LocateButton .zoomLocateButton{
  background-image:none;
  background-color: rgba(0, 0, 0, 0.3);
  color:#fff;
  width:30px;
  height:30px;
  line-height: 30px;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  font-family: "tool-icons";
  font-size:14px;
  padding:0;
}
#locateDiv{
  position: absolute;
  z-index: 10;
  top:155px;
  left:0;
 }
 .noslider #locateDiv{
   top:80px;
 }
 .scalebar_bottom-left {
   left: 25px;
   bottom: 40px; }
img {
  border: 0;
}
.LocateButton .tracking {
    background-image: none !important;
    border: solid 1px #fff;
}

/* Template */
.bg {
  display: block; }

.fc {
  font-weight: bold; }


#panelContent {
  top:100px;
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  right: 310px;
  max-height:80%;
  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 {
  display:block;
}

.hide{
  display:none;
}
/* IMG - Set height:400 */
.pageContent {
  width: 300px;
  height: 500px;
  display: block;
  background-color: transparent;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFFFFFFF);
  zoom: 1; }

@media only screen and (min-width: 850px) {
  #panelContent{
    top:100px;
  }
}
@media only screen and (min-width: 760px){
  .no-search #panelContent{
    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%;
  padding:0 !important;
  margin: 0 auto;
}
.esriViewPopup{
  padding:.4em;
}
#popupFooter > .action:before{
  content:"\e800";
  font-family: "popup";
}
#popupFooter > .action:hover:before{
  color:#6b6b6b;
}
#popupFooter > .action{
  padding: 0 5px;
  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;
  background-color: transparent;
  border:none;
}
.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;
}
.popupButton.next:before{
  font-family: "popup";
  content:"\e808";
}
.popupButton.prev{
  right:73px;
}
.popupButton.next{
  right:55px;
}
.popupButton.close{
  right:20px;
}
.popupButton.prev:before{
  font-family: "popup";
  content:"\e809";
}
.popupButton.close:before{
  font-family: "popup";
  content:"\e806";
}
.esriPopup .actionsPane .action{
  margin-right:20px;
}
a.action.zoomTo > span{
  margin-left:4px;
}

.actionList > .action:before{
  content:"\e800";
  font-family: "popup";
}
.actionList > .action:hover:before{
  color:#6b6b6b;
}
.actionList > .action{
  padding: 0 10px 10px 0;
  text-decoration: none;
  color: #000;
}
#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;
  width: auto;
  height: 90px;
  line-height: 45px;
  color: #ffffff;
  overflow: hidden;
}

.pageHeaderImg {
  position: absolute;
  left: 5px;
  margin-left: 0px;
  top: 5px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  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 {
  vertical-align: middle;
  font-size:25px;
  text-align: center;
}

.pageNav{
  cursor: pointer;
  position: absolute;
  right:5px;
  display: block;
  background-color:transparent;
  border:none;
}
.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: 100px;
  width: 100%;
  color: #ffffff;
  padding: 0px;
  display: block;
  overflow: visible;
  height: 75px;
}

@media only screen and (min-width: 760px) {
    #panelTop {
      width: auto;
      left: 44px;
      top: 100px;
    }
    .noslider #panelTop{
      left:10px;
    }
    #locateDiv{
      left:auto;
      left:10px;
      top:90px;
    }
    #panelLogo {
      margin-left: 5px;
      display:block !important;
      overflow: hidden;
      float: left;
      line-height: 45px;
      width:45px;
      height: 45px;
    }

    #panelLogo img {
      vertical-align: middle;
      line-height: inherit;
      max-width: 45px;
      max-height: 45px;
    }

  }
#panelTitle {
  height: 45px;
  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;
}

#panelLogo {
  display: block !important;
  width: 45px;
  height: 45px;
  overflow: hidden;
  float: left;
  line-height: 45px;
  margin-left: 5px;
}
 #panelLogo img{
  max-width:45px !important;
  max-height:45px !important;
}

#panelText {
  z-index: 40;
  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: 15px;
  line-height: 10px;
  font-size: 0.9em;
}
#title.nosubtitle{
  overflow: hidden;
  text-overflow:ellipsis;
  height: 45px;
  line-height: 45px;
}

@media only screen and (min-width: 720px) {
  #panelText {
    max-width: 300px;
  }
}

@media only screen and (min-width: 800px) {
  #panelText {
    max-width: 400px;
  }
}

#panelSearch {
  float:right;
  margin:7px 4px 10px 4px;
}

@media only screen and (min-width: 720px) {
  #panelSearch {
    margin: 7px 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 {
  padding:0;
  float: left;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  margin:2px 0 2px 0;
  border:none;
  background-color:transparent;
}
.tool {
  width: 26px;
  height: 26px;
  cursor: pointer;
}
#panelHome {
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 2px 0 2px 0;
}

#panelLocate {
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 2px 0 2px 0;
}

/*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; }



/*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 {
  background-color: transparent;
  border:none;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  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?nmi22n');
  src: url('../fonts/tool-icons.eot?nmi22n#iefix') format('embedded-opentype'), url('../fonts/tool-icons.woff?nmi22n') format('woff'), url('../fonts/tool-icons.ttf?nmi22n') format('truetype'), url('../fonts/tool-icons.svg?nmi22n#tool-icons') format('svg');
  font-weight: normal;
  font-style: normal; }


[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); */ }
.toolbar-icons{
  font-size:14px;
  color:#fff;
  line-height: 30px;
  vertical-align: middle;
}
.btnText{
  padding: 0 .5em 0 .2em;
  font-size: 12px;
  line-height: 26px;
  vertical-align: middle;
  margin: 2px 0 2px 0;
}
.icon-edit:before {
    content: "\e61b";
}
.icon-layers:before {
    content: "\e633";
}
.icon-basemap:before {
    content: "\e634";
}
.icon-globe:before {
    content: "\e635";
}
.icon-applications:before {
    content: "\e636";
}
.icon-collection:before {
    content: "\e642";
}
.icon-details:before {
    content: "\e648";
}
.icon-map:before {
    content: "\e652";
}
.icon-legend:before {
    content: "\e633";
}
.icon-overview:before {
    content: "\e65f";
}
.icon-print:before {
    content: "\e668";
}
.icon-download:before {
    content: "\e681";
}
.icon-buffer:before {
    content: "\e80b";
}
.icon-measure:before {
    content: "\e900";
}
.icon-edit2:before {
    content: "\e901";
}
.icon-bookmarks:before {
    content: "\e903";
}
.icon-share2:before {
    content: "\e902";
}
.icon-close:before {
    content: "\e600";
}
.icon-locate:before {
    content: "\e630";
}
.icon-down:before {
    content: "\e681";
}
.icon-up:before {
    content: "\e682";
}
.icon-home-1:before {
    content: "\e800";
}
.icon-twitter:before {
	content: "\f00d"; /* Código do ícone do X no Font Awesome */
    font-family: "FontAwesome";
}
.icon-facebook-squared:before {
    content: "\e803";
}
.icon-gplus:before {
    content: "\e804";
}
.icon-mail-alt:before {
    content: "\e805";
}
.icon-link:before {
    content: "\e806";
}
.icon-share:before {
    content: "\e902";
}
.icon-summary:before {
    content: "\2211";
}
.icon-populationpyramid:before {
  content: "\0394";
}

.icon-etaria:before {
  content: "\0395";
}

/*Styles for the modal dialog (splash screen)*/


















.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  padding: 5px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  top: 10;
  right: 10px;
  border: 1px solid #575555;
  z-index: 9;
  width: 300px;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password], .form-container select {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: rgba(13, 45, 102, 0.9);
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.menuPopulationPyramid{
  background-color: rgba(13, 45, 102, 0.9);
  width: 100%;
  height: 0px;
}

.btnPopulationPyramid:hover{
  color:rgb(233, 230, 76)!important;
}

.btnPopulationPyramid:focus{
  color:rgb(255, 255, 255)!important;
  background-color:rgba(7, 7, 7,.8)!important;
  cursor: not-allowed!important;
  pointer-events: all !important;
}

.menuEtaria{
  background-color: rgba(13, 45, 102, 0.9);
  width: 100%;
  height: 35px;
}

.btnEtaria:hover{
  color:rgb(233, 230, 76)!important;
}

.btnEtaria:focus{
  color:rgb(255, 255, 255)!important;
  background-color:rgba(7, 7, 7,.8)!important;
  cursor: not-allowed!important;
  pointer-events: all !important;
}


