/* **************************************************************** Roosters bestellen */
.input-group table {
  width: 100%;
}
.input-group table td{
  white-space: nowrap;
  vertical-align: top;
/*  width: 50%;*/
}
.input-group table td:first-child{
  white-space: normal;
/*  width: 50%;*/
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group select,
.input-group input {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ced4da;
  appearance: none;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: calc(100% - 35px);
  min-width: 50px;
  height: calc(1.5em + .5rem + 2px);
  padding: 0.25rem 0.5rem;
}
.input-group select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}
@media only screen and (max-width: 425px) {
  .input-group select {
    background: none;
  }
}


.input-group .info {
  width:35px;
  height: calc(1.5em + .5rem + 1px);
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  align-items: center;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-left: none;
  padding: 0.25rem 0.25rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0;
}
.input-group .right {
  display:inline-block;
  float:right;
  height: calc(1.5em + .3rem + 1px);
  text-align: center;
  line-height: 1em;
  vertical-align: bottom;
  margin-top: 0.3em;
}

.btn-dark {
    color: #fff;
    background-color: #EE1C23;
    border-color: #EE1C23;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem!important;
}
.mt-1, .my-1 {
    margin-top: 0.25rem!important;
}
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.5rem 0.375rem 0.5rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #EE1C23;
  border-color: #EE1C23;
  cursor: pointer;
  line-height: 1em !important;
  margin-top: 0.35em;
}
.btn.calc:before {
  background: url(img/icon-calc.png) no-repeat;
  content: '';
  display: inline-block;
  height: 16px;
  width: 20px;
  margin-bottom: -2px;
}