﻿.popupheader {
  text-align: center;
  height: 30px;
  border-bottom: solid 1px #ccc;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
}

.esriViewPopup {
  padding-bottom: 12px;
}

.clear,
.popup-menu-button {
  display: none;
}

.titleButton {
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 10px;
}

.esriPopup {
  padding-top: 15px;
}

.esriPopup .actionsPane {
  background-color: inherit;
}

.myPopupHidden {
  display: none;
}

.titleButton.next {
  z-index: 1;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  float: right;
  margin-right: 100px;
}

.titleButton.prev {
  z-index: 1;
  background-image: url(../images/previous.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 100px;
}

.clearAll {
  position: absolute;
  top: -7px;
  right: 0;
  height: 30px;
  line-height: 0px;
}

.yearSelect {
  position: absolute;
  top: -7px;
  right: 120px;
}

.psvContent {
  width: 100%;
  height: 50vh;
}