.wpsProcessInputsContainer,
.wpsProcessSelectionInputsContainer {
  border-top: 1px solid;
  font-size: 0.8em;
  max-height: 250px;
  overflow: auto;
  padding: 10px;
}

.wpsProcessSelectionDropDownContainer {
  float: left;
  width: 50%;
  padding-top: 10px;
}

.wpsProcessSelectionDescriptionContainer {
  width: 50%;
  float: left;
}

.wpsProcessSelectionInfoText {
  margin-bottom: 1px;
}

.title {
  text-align: right;
  width: 100px;
  padding-right: 4px;
}

.required .title {
  font-style: italic;
}

.required input {
  border: 1px solid #FF0000;
}

.inputContainerActive,
.inputContainerInactive,
.inputContainerActiveHover,
.inputContainerInactiveHover {
  clear: both;
  padding: 5px 0;
}

.validationError div,
.inputContainerActive div,
.inputContainerInactive div,
.inputContainerActiveHover div,
.inputContainerInactiveHover div,
.wpsProcessInputsContainer .wpsControlPanel div {
  display: inline-block;
}

.wpsProcessInputsContainer .wpsControlPanel div.enabled {
  opacity: 1;
}

.wpsProcessInputsContainer .wpsControlPanel div.disabled {
  opacity: 0.3;
}

.inputContainerActive div,
.inputContainerInactive div,
.inputContainerActiveHover div,
.inputContainerInactiveHover div {
  vertical-align: middle;
}

.wpsProcessInputsContainer .wpsControlPanel {
  float: none;
}

.wpsProcessInputsContainer .wpsControlPanel div {
  float: none;
}

.inputContainerActive {
  background-color: #CEE3F6;
}

.inputContainerActiveHover {
  background-color: #BED6F8;
}

.inputContainerInactiveHover {
  background-color: #D8D8D8;
}

.wpsProcessTitle,
.wpsResultTitle,
.wpsContainerTitle {
  font-size: 1.2em;
  font-weight: bold;
}

.wpsProcessSelectionAbstract,
div.info,
div.error,
div.validationError {
  background-color: #F9F9F9;
}

.wpsProcessSelectionAbstract,
div.info,
div.error {
  padding: 10px;
  border: 1px solid;
}

div.info,
div.error {
  margin: 10px;
}

.validationError {
  border-left: 2px solid #f08080;
  border-top: 2px solid #f08080;
  border-right: 2px solid #f08080;
  color: red;
  font-size: 0.7em;
  margin: 5px 5px 0;
  padding: 5px;
  width: 80%;
}

.validationError div {
  height: 16px;
  vertical-align: middle;
}

.validationErrorIcon {
  width: 16px;
  background-image: url("img/error.png");
}

.wpsProcessSelectionAbstract,
div.info {
  border-color: #005EA8;
  height: 100px;
  overflow-y: auto;
}

div.error {
  border-color: #f08080;
}

.wpsProcessesSelectionDropDown {
  text-align: left;
  width: 98%;
  min-width: 0;
  height: 140px;
  overflow: auto;
}

.wpsProcessesDropDown {
  text-align: center;
}

.wpsProcessAbstract,
.wpsResultAbstract,
.wpsContainerAbstract {
  padding: 10px;
}

.wpsForm {
  display: block;
  float: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.wpsButtons {
  clear: both;
  padding: 10px;
  text-align: right;
  border-top: 1px solid;
}

.inputTitle {
  text-align: right;
  width: 100px;
}

.isInputChecked,
.inputTitle,
.inputElement {
  padding: 0 2px;
  font-size: 0.8em;
}

input.error {
  background-color: #f08080;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.85);
}

.invalid div.validitySymbol {
  background-image: url("img/icon_warning_sml.png");
}

.valid div.validitySymbol {
  background-image: url("img/spacer.gif");
}

div.validitySymbol {
  width: 15px;
  height: 15px;
  margin: 2px;
}

.wpsResult {
  padding: 10px;
  min-height: 50px;
  min-width: 100px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.wpsResultBackButton {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.WPSControlToggleWpsForm .MenuIcon {
  background-image: url("img/WPSServicesMenuItemEnable.png");
}

.wpsContainer .loadingIndicatorContainer {
  position: absolute;
  top: 0;
}

.wpsContainer .loadingSpinner {
  background-image: url("img/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.wpsControlPanel {
  display: block;
  min-height: 30px;
}

.wpsControlPanel .olButton {
  background-position: center center;
  border-radius : 2px;
  color: #FFFFFF;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  margin: 1px;
  text-align: center;
  vertical-align: middle;
  width: 28px;
}

.wpsControlPanel .olButton::before {
  padding-left: 6px;
  padding-right: 6px;
}

.wpsControlPanel .wpsControlFeatureSelectorItemActive,
.wpsControlPanel .wpsControlDrawPointItemActive,
.wpsControlPanel .wpsControlDrawLineStringItemActive,
.wpsControlPanel .wpsControlDrawPolygonItemActive,
.wpsControlPanel .wpsControlDrawMultiPointItemActive,
.wpsControlPanel .wpsControlDrawMultiLineStringItemActive,
.wpsControlPanel .wpsControlDrawMultiPolygonItemActive,
.wpsControlPanel .wpsControlModifyPointItemActive,
.wpsControlPanel .wpsControlModifyLineStringItemActive,
.wpsControlPanel .wpsControlModifyPolygonItemActive,
.wpsControlPanel .wpsControlModifyMultipointItemActive,
.wpsControlPanel .wpsControlModifyMultiLineStringItemActive,
.wpsControlPanel .wpsControlModifyMultiPolygonItemActive
{
  background: linear-gradient(to bottom, rgba(0, 77, 131, 1) 0%, rgba(0, 141, 195, 1) 100%);

  /* inset shadow */
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.wpsControlPanel .wpsControlFeatureSelectorItemInactive,
.wpsControlPanel .wpsControlDrawPointItemInactive,
.wpsControlPanel .wpsControlDrawLineStringItemInactive,
.wpsControlPanel .wpsControlDrawPolygonItemInactive,
.wpsControlPanel .wpsControlDrawMultiPointItemInactive,
.wpsControlPanel .wpsControlDrawMultiLineStringItemInactive,
.wpsControlPanel .wpsControlDrawMultiPolygonItemInactive,
.wpsControlPanel .wpsControlModifyPointItemInactive,
.wpsControlPanel .wpsControlModifyLineStringItemInactive,
.wpsControlPanel .wpsControlModifyPolygonItemInactive,
.wpsControlPanel .wpsControlModifyMultiPointItemInactive,
.wpsControlPanel .wpsControlModifyMultiLineStringItemInactive,
.wpsControlPanel .wpsControlModifyMultiPolygonItemInactive
{
  background: #343A43;
}

/* Hide back button in marker popup */

.ol-overlay .wpsResultBackButton {
  display: none;
}

