/* ======================================================================== */
/* ArcGIS 4.0 calcite-dojo-4.0.css */
/* Temporary overrides for ArcGIS 4.0 beta1 to minic calcite-bootstrap styles */
/* This should go away after beta2 */
/* ======================================================================== */

/*.esriZoom.esriVertical.esriComponent {
  margin: 15px;
}*/

.esri-ui-top-left {
  top: 80px;
}
.esriPopup {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
}

.esriPopup .sizer {
  width: 290px;
}

.esriPopup .titlePane {
  background-color: #FFF;
  color: #FFF;
  line-height: 20px;
  padding-left: 6px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.esriPopup .esriPopupWrapper {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.esriPopup .contentPane {
  position: relative;
  max-height: 300px;
  overflow: auto;
  padding: 0px 15px 0 15px;
  background-color: #FFF;
  color: #4c4c4c;
}

.esriPopup .actionsPane {
  background-color: #FFF;
  border-radius: 0;
  padding-bottom: 15px;
  padding-left: 15px;
}

.esriPopup .pointer {
  background-color: #FFF;
}

.esriPopup .titleButton {
  position: absolute;
  top: 6px;
  cursor: pointer;
  /*background: url("../icons/images/png/Close.png") no-repeat;*/
}

.esriPopup .titleButton.close {
    -webkit-filter: invert(100%);
}

.esriPopup .titleButton.close {
  right: 3px;
  background-position: 0 0;
  width: 15px;
  height: 15px;
}

.esriSearch .esriSpinner {
  display: none !important;
}

/* ------------------------------------------------------------------------------------------------------- */
/* Map Controls */
/* ------------------------------------------------------------------------------------------------------- */

.esriZoom {
  text-align: center;
  border: none;
  background-color: transparent;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 3px rgba(51,51,51,0.55);
  -moz-box-shadow: 0px 1px 3px rgba(51,51,51,0.55);
  box-shadow: 0px 1px 3px rgba(51,51,51,0.55);
}

.esriZoom .esriButton {
  line-height: 30px;
}

.esriZoom.esriVertical .esriButton {
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: #4c4c4c;
  background-color: #fff;
  /*border: 1px solid #595959;*/
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  transition: all 0.05s linear;
  border: 0 none;
  /*border-bottom: solid #e0e0e0 1px;*/
  font-size: 18px;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.esriZoom.esriVertical .esriButton:hover {
  color: #4c4c4c;
  border-color: #80bce0;
  background-color: #e2f1fb;
  color: #0079c1;
}
.esriZoom.esriVertical .esriButton:active,
.esriZoom.esriVertical .esriButton:focus {
  color: #4c4c4c;
  border-color: #005e95;
  background-color: #aadbfa;
  color: #0079c1;
}
.esriZoom.esriVertical .esriButton:disabled,
.esriZoom.esriVertical .esriButton:hover {
  color: #959595;
}
.esriZoom.esriVertical .esriButton:before {
  font-family: "CalciteWebCoreIcons";
  speak: none;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  border-radius: 0;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.285714285714286;
}

.esriZoom.esriVertical .esriZoomIn.esriButton {
  border-bottom: 1px solid #e0e0e0;
}

.esriZoom.esriVertical .esriZoomOut.esriButton {
  border-bottom: 0;
}

.esriZoom.esriVertical .esriButton:last-child, 
.esriZoom.esriVertical .esriButton:first-child {
  border-radius: 0;
}

/* Search Widget */

.esriSearch .esriContainer .esriInput {
  border-radius: 0;  
  border: 1px solid #ccc;
  border-right: none;
  color: #4c4c4c;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding-top: 7px;
  padding-bottom: 5px;
}

.esriSearch .esriContainer .esriInput:focus {
  border-color: #3b8fc4;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
  outline: 0;
}

.esriSearch .esriMenu {
  border-radius: 0;  
  color: #4c4c4c;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.esriSearch .esriSearchButton {
  border-radius: 0;
  border: 1px solid #ccc;
  outline: 0;
}

.esriMenu .esriSuggestMenu > li {
  outline: 0;
}

