/* Form */
input,
textarea,
button,
label.control-label,
legend,
table.table {
  font: 400 14px/24px "PT Sans Narrow", sans-serif;
}

input, textarea {
  border-radius: 0;
  font-size: 16px;
  color: #777;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  padding: 0 0 2px 13px;
  border: 1px solid #f1f1f1;
}

.form-group textarea {
  height: 200px;
}

button.send, button.previous, input[type="submit"] {
  cursor: pointer;
  display: block;
  font-size: 17px;
  line-height: 1.2em;
  color: #000;
  padding: 10px 14px 10px 14px;
  text-align: center;
  border: 1px solid #fff;
  background: #fff;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#c1c1c1));
  background: -moz-linear-gradient(#fff, #c1c1c1);
  background: linear-gradient(#fff, #c1c1c1);
  -pie-background: linear-gradient(#fff, #c1c1c1);
  background-image: -o-linear-gradient(#fff, #c1c1c1);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin-top: 10px
}

button.send:hover, button.previous:hover, input[type="submit"]:hover {
  border: 1px solid #c1c1c1;
  background: #fff;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c1c1c1), to(#fff));
  background: -moz-linear-gradient(#c1c1c1, #fff);
  background: linear-gradient(#c1c1c1, #fff);
  -pie-background: linear-gradient(#c1c1c1, #fff);
  background-image: -o-linear-gradient(#c1c1c1, #fff);


}

button.previous, input[type="submit"] {
  float: left
}

input[type="submit"] {
  width: auto
}

.input .form-control {
  font-size: 130%;
}

label.control-label {
  font-size: 130%;
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #363136;
}

.required {
  color: red;
  padding-left: 5px;
}

legend {
  font-size: 26px;
}

table.table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 20px;
  font-size: 15px
}

table.table td {
  text-align: left;
  width: auto;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 8px 0
}

table.table tr:hover td {
  background-color: transparent;
}

.summary-table-first-col {
  font-weight: bold
}

@media (max-width: 767px) {}

input[name="tx_iscmaschinen_machinesearch[searchTerm][filter]"] {
  -webkit-appearance: radio;
  height: auto;
  width: auto;
}

.checkbox label {
  display: block;
}