.pst-container {
  height: 100%;
  max-height: 100%;
}
.pst-content {
  flex-direction: row;
  overflow: hidden;
  width: 100%;
}
.pst-container,
.pst-content {
  display: flex;
}
.pst-steps {
  flex: 0 1 auto;
  max-width: 30%;
}
.pst-step-config {
  flex: 1;
  width: auto;
}
.pst-steps,
.pst-step-config {
  overflow: auto;
  padding: 0.2em;
}
/* processtation */
div.iv-process-station div.iv-step {
  height: 100%;
  padding: 0px;
}
div.iv-process-station div.iv-step div.module {
  height: 100%;
}
/* 20160314: AK: LS-7472 style.less of process station module */
li.select-field-multiple label {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  display: block;
  line-height: 18px;
  color: #333333;
  cursor: pointer;
}
li.select-field-multiple label:hover,
label:focus {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #08c 0%, #0077b3 100%);
  background-image: -o-linear-gradient(top, #08c 0%, #0077b3 100%);
  background-image: linear-gradient(to bottom, #08c 0%, #0077b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  z-index: 2;
}
li.select-field-multiple input[type="checkbox"] {
  margin: 0;
}
.select-date-field {
  width: 230px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-radius: 6px;
}
.alert-no-margin div.alert {
  margin-bottom: 0px;
}
td.property-name-column {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.iv-SelectRackSample {
  overflow: auto;
  height: 100%;
}
div.iv-SelectRackSample .rack-selection:hover {
  background-color: grey;
}
div.iv-SelectRackSample .rack-selection {
  padding: 5px;
}
div.iv-SelectRackSample .rack-selection .active {
  background-color: darkgrey;
}
div.step input.checkBoxMargin {
  margin-left: 5px;
  margin-right: 0.5em;
  margin-bottom: 6px;
}
div.step span.normalText {
  font-weight: normal;
}
div.step div.step-information {
  padding-top: 20px;
  padding-left: 15px;
}
.modal-footer .btn.close {
  opacity: 1;
  filter: alpha(opacity=100);
}
td.text-center {
  text-align: center;
}
