.portletHelpButtonBox .helpButton {
	font-size:1.5em;
}
.label .helpButton {
	margin-right:5px;
	display:inline-block;
}

a.helpButton {
	color:#0085EF;
}
a.helpButton:hover {
	color:#3671ab;
}


.extendedInfoBody {
  overflow: hidden;
}

.extendedInfoCell {
  text-overflow: ellipsis;
  overflow: hidden;
}

.extendedInfoCell a {
  margin-right: 5px;
}

.extendedInfoBox .extendedInfoOverlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2002;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.extendedInfoBox .extendedInfoOverlayBox {
  overflow: hidden;
  position: fixed;
  width: 500px;
  height: 200px;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translate(0, 200%);
  z-index: 2003;
}

.extendedInfoBox.extendedInfoDisplay .extendedInfoOverlay {
  display: block;
}

.extendedInfoBox.extendedInfoDisplay.dspOverlay .extendedInfoOverlay {
  opacity: 1;
}

.extendedInfoBox.extendedInfoDisplay.extendedInfoAnimate .extendedInfoOverlayBox {
  opacity: 1;
  transform: translate(0, 0);
}

.extendedInfoBox .extendedHeader {
  text-align: left;
  font-size: 1.25em;
  padding: 10px 5px;
  background: #ededef;
  border-bottom: 1px solid #cdcdd2;
}

.extendedInfoBox .extendedHeader .extendedInfoTitle {
  min-height: 16px;
}

.extendedInfoBox .extendedInfoActionContainer {
  float: right;
}

.extendedInfoBox .extendedContent {
  width: 100%;
  border: none;
  background: #ffffff;
}


.scrollingImageBox {
	position:relative;
}
.scrollingImageBox .scrollButton {
	position:absolute;
	line-height:235px;
	top:0;
	padding:0 5px;
	font-size:1.5em;
}
.scrollingImageBox .scrollButton.leftBtn {
	left:0;
}
.scrollingImageBox .scrollButton.rightBtn {
	right:0;
}

/* PopupForm widget */
.popupFormBody {
  overflow: hidden;
}
.popupFormBody .outerContainer {
  filter: blur(5px);
}

.popupFormBox .popupFormOverlayBox {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(0, 300%);
}
.popupFormBox.popupFormDisplay.popupFormAnimate .popupFormOverlayBox {
  transform: translate(0, 0);
}

.popupFormBox .popupFormOverlay, .popupFormBoxDraggable .popupFormOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 996;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.popupFormBox .popupFormOverlay,
.popupFormBoxDraggable .popupFormOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.popupFormBox .popupFormOverlayBox,
.popupFormBoxDraggable .popupFormOverlayBox {
  position: fixed;
  width: 500px;
  height: 200px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 997;
}
.popupFormBox .popupFormOverlayBox,
.popupFormBoxDraggable .popupFormOverlayBox {
  background: #f5f5f6;
  border: 1px solid #cdcdd2;
}
.popupFormBox.popupFormDisplay .popupFormOverlay,
.popupFormBoxDraggable.popupFormDisplay .popupFormOverlay {
  display: block;
}
.popupFormBox.popupFormDisplay.dspOverlay .popupFormOverlay,
.popupFormBoxDraggable.popupFormDisplay.dspOverlay .popupFormOverlay {
  opacity: 1;
}
.popupFormBox.popupFormDisplay.popupFormAnimate .popupFormOverlayBox,
.popupFormBoxDraggable.popupFormDisplay.popupFormAnimate .popupFormOverlayBox {
  opacity: 1;
}
.popupFormBox .popupHeader,
.popupFormBoxDraggable .popupHeader {
  overflow: hidden;
}
.popupFormBox .popupContent,
.popupFormBoxDraggable .popupContent {
  overflow: auto;
}
.popupFormBox .newPopupContent,
.popupFormBoxDraggable .newPopupContent {
  padding: 40px;
}
.popupFormBox .newPopupContent.left,
.popupFormBoxDraggable .newPopupContent.left {
  text-align: left;
}
.popupFormBox .formContainer,
.popupFormBoxDraggable .formContainer {
  text-align: left;
  column-gap: 40px;
}
.popupFormBox .formContainer:not(:last-child),
.popupFormBoxDraggable .formContainer:not(:last-child) {
  border-bottom: 1px solid #cdcdd2;
}
.popupFormBox .formContainer .compCodeIcon,
.popupFormBoxDraggable .formContainer .compCodeIcon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 15px;
  font-size: 20px;
}
.popupFormBox .formContainer .compCodeIcon.invalid,
.popupFormBoxDraggable .formContainer .compCodeIcon.invalid {
  color: #ff4444;
}
.popupFormBox .formContainer .compCodeIcon.valid,
.popupFormBoxDraggable .formContainer .compCodeIcon.valid {
  color: #00C851;
}
.popupFormBox .oneColumn .formContainer,
.popupFormBoxDraggable .oneColumn .formContainer {
  column-count: 1;
}
.popupFormBox .twoColumn .formContainer,
.popupFormBoxDraggable .twoColumn .formContainer {
  column-count: 2;
}
.popupFormBox .threeColumn .formContainer,
.popupFormBoxDraggable .threeColumn .formContainer {
  column-count: 3;
}
.popupFormBox .formContainer .detailRow,
.popupFormBoxDraggable .formContainer .detailRow {
  break-inside: avoid-column;
}
.popupFormBox .formContainer .detailRow .detailField,
.popupFormBoxDraggable .formContainer .detailRow .detailField {
  padding: 5px;
  line-height: 35px;
}
.popupFormBox .formContainer .detailRow .detailField .label,
.popupFormBoxDraggable .formContainer .detailRow .detailField .label {
  display: block;
  vertical-align: top;
  line-height: normal;
  text-overflow: ellipsis;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
}
.popupFormBox .formContainer .detailRow .detailField .field,
.popupFormBoxDraggable .formContainer .detailRow .detailField .field {
  padding: 0;
  vertical-align: top;
  display: block;
  line-height: inherit;
  position: relative;
}
.popupFormBox .formContainer .detailRow .detailField .field.file,
.popupFormBoxDraggable .formContainer .detailRow .detailField .field.file {
  display: block;
}
.popupFormBox .formContainer .detailRow .detailField .field.output,
.popupFormBoxDraggable .formContainer .detailRow .detailField .field.output {
  display: none;
}
.popupFormBox .formContainer .detailRow .detailField .field.output a,
.popupFormBoxDraggable .formContainer .detailRow .detailField .field.output a {
  float: right;
}
.popupFormBox .formContainer .detailRow .detailField .field .dijitTextBox,
.popupFormBoxDraggable .formContainer .detailRow .detailField .field .dijitTextBox {
  width: 100%;
  box-sizing: border-box;
}
.popupFormBox .formContainer .detailRow.split,
.popupFormBoxDraggable .formContainer .detailRow.split {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.popupFormBox .formContainer .detailRow.split .detailField,
.popupFormBoxDraggable .formContainer .detailRow.split .detailField {
  flex: 1 1 0;
}
.popupFormBox .formContainer .detailRow.hasAttachment .file,
.popupFormBoxDraggable .formContainer .detailRow.hasAttachment .file {
  display: none !important;
}
.popupFormBox .formContainer .detailRow.hasAttachment .output,
.popupFormBoxDraggable .formContainer .detailRow.hasAttachment .output {
  display: block !important;
}
.popupFormBox .formContainer.full,
.popupFormBoxDraggable .formContainer.full {
  column-count: 1;
}
.popupFormBox .formContainer.full .detailField .label,
.popupFormBox .formContainer.full .detailField .field,
.popupFormBoxDraggable .formContainer.full .detailField .label,
.popupFormBoxDraggable .formContainer.full .detailField .field {
  display: block;
  width: 100%;
}
.popupFormBox .formContainer.attachments,
.popupFormBoxDraggable .formContainer.attachments {
  column-count: 1;
}
.popupFormBox .formContainer.attachments .field, .popupFormBoxDraggable .formContainer.attachments .field {
  width: 50%;
  box-sizing: border-box;
  margin: 2px 0;
  padding: 4px;
}
.popupFormBox .formContainer.attachments .field,
.popupFormBoxDraggable .formContainer.attachments .field {
  background-color: #e5e5e8;
}
.popupFormBox .formContainer.attachments .field .removeAttachment, .popupFormBoxDraggable .formContainer.attachments .field .removeAttachment {
  float: right;
}
.popupFormBox .formContainer.topLabels .detailField .label,
.popupFormBox .formContainer.topLabels .detailField .field,
.popupFormBoxDraggable .formContainer.topLabels .detailField .label,
.popupFormBoxDraggable .formContainer.topLabels .detailField .field {
  display: block;
  width: 100%;
  line-height: normal;
}
.popupFormBox .buttonBar,
.popupFormBoxDraggable .buttonBar {
  text-align: right;
  border: none;
  margin: 0;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.popupFormBox .buttonBar > .right,
.popupFormBoxDraggable .buttonBar > .right {
  float: none;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.popupFormBox .buttonBar > .left,
.popupFormBoxDraggable .buttonBar > .left {
  text-align: left;
  float: none;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.popupFormBox.chartPopup .popupFormOverlayBox, .popupFormBox.exportPopup .popupFormOverlayBox,
.popupFormBoxDraggable.chartPopup .popupFormOverlayBox,
.popupFormBoxDraggable.exportPopup .popupFormOverlayBox {
  overflow: visible;
}
.popupFormBox.chartPopup .buttonBar, .popupFormBox.exportPopup .buttonBar,
.popupFormBoxDraggable.chartPopup .buttonBar,
.popupFormBoxDraggable.exportPopup .buttonBar {
  padding: 0;
  overflow: visible;
}
.popupFormBox.chartPopup .buttonBar a, .popupFormBox.exportPopup .buttonBar a, .popupFormBoxDraggable.chartPopup .buttonBar a, .popupFormBoxDraggable.exportPopup .buttonBar a {
  position: absolute;
  bottom: 100%;
  left: 100%;
  font-size: 2em;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.popupFormBox.chartPopup .buttonBar a, .popupFormBox.exportPopup .buttonBar a,
.popupFormBoxDraggable.chartPopup .buttonBar a,
.popupFormBoxDraggable.exportPopup .buttonBar a {
  color: #ffffff;
}
.popupFormBox.chartPopup.widthResized a, .popupFormBox.exportPopup.widthResized a,
.popupFormBoxDraggable.chartPopup.widthResized a,
.popupFormBoxDraggable.exportPopup.widthResized a {
  transform: translateX(-25px);
}
.popupFormBox.chartPopup.heightResized a, .popupFormBox.exportPopup.heightResized a,
.popupFormBoxDraggable.chartPopup.heightResized a,
.popupFormBoxDraggable.exportPopup.heightResized a {
  transform: translateY(25px);
}
.popupFormBox.chartPopup.widthResized.heightResized a, .popupFormBox.exportPopup.widthResized.heightResized a, .popupFormBoxDraggable.chartPopup.widthResized.heightResized a, .popupFormBoxDraggable.exportPopup.widthResized.heightResized a {
  transform: translate(-25px, 25px);
  z-index: 10;
}
.popupFormBox.chartPopup.widthResized.heightResized a, .popupFormBox.exportPopup.widthResized.heightResized a,
.popupFormBoxDraggable.chartPopup.widthResized.heightResized a,
.popupFormBoxDraggable.exportPopup.widthResized.heightResized a {
  color: #000000;
}
.popupFormBox.chartPopup .popupHeader,
.popupFormBoxDraggable.chartPopup .popupHeader {
  display: none;
}
.popupFormBox.exportPopup .popupExportContent,
.popupFormBoxDraggable.exportPopup .popupExportContent {
  overflow: hidden;
}
.popupFormBox.exportPopup .openButton,
.popupFormBoxDraggable.exportPopup .openButton {
  display: none;
  margin: 10px 0;
}
.popupFormBox .progressBar,
.popupFormBoxDraggable .progressBar {
  margin: 10px auto;
}
.popupFormBox .row > .col,
.popupFormBoxDraggable .row > .col {
  text-align: left;
}
.popupFormBox .step1,
.popupFormBox .step2,
.popupFormBox .step3,
.popupFormBox .step4,
.popupFormBoxDraggable .step1,
.popupFormBoxDraggable .step2,
.popupFormBoxDraggable .step3,
.popupFormBoxDraggable .step4 {
  display: none;
}
.popupFormBox.step1 .step1, .popupFormBox.step2 .step2, .popupFormBox.step3 .step3, .popupFormBox.step4 .step4,
.popupFormBoxDraggable.step1 .step1,
.popupFormBoxDraggable.step2 .step2,
.popupFormBoxDraggable.step3 .step3,
.popupFormBoxDraggable.step4 .step4 {
  display: block;
}






/* PopupContent widget */

.popupContentBody {
  overflow: hidden;
}
.popupContentBox .popupContentOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2002;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.popupContentBox .popupContentOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.popupContentBox .popupContentOverlayBox {
  position: fixed;
  width: 1080px;
  height: 710px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 200%);
  z-index: 2003;
  background: #f5f5f6;
  border: 1px solid #cdcdd2;
}
.popupContentBox .scrollBox {
  overflow: overflow;
  background: #f5f5f6;
  border-bottom: 1px solid #cdcdd2;
}
.popupContentBox.popupContentDisplay .popupContentOverlay {
  display: block;
}
.popupContentBox.popupContentDisplay.dspOverlay .popupContentOverlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.popupContentBox.popupContentDisplay.popupContentAnimate .popupContentOverlayBox {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popupContentBox .buttonBar,
.popupContentBox .resultGrid {
  margin: 10px;
}
.popupContentBox .footerButtonBar a,
.popupContentBox .footerButtonBar button {
  margin-left: 5px;
}
.popupContentBox .pdfExportIframe {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}