/***** IRON CUSTOM STYLES *****/
.optionals button[type="button"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.optionals button[type="button"].add-row-trigger {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  border-radius: 3px;
}
.optionals button[type="button"].del-row-trigger {
  background-color: red;
  border-color: red;
  margin-top: -3px;
  color: #FFFFFF;
  border-radius: 3px;
}
.optionals input[type="text"] {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
  margin: 5px 0 8px 0;
}
.optionals td {
  padding-right: 8px;
}
.field-required:after {
  content: " *";
}
.errorlist{
  color: #a94442;
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
}
.wrapper-content {
  padding-bottom: 10px;
}

.display-none {
  display: none;
}

@media (min-width: 768px) {
  .form-inline .form-control.table_filter {
    width: 100%;
  }
}
