.alert {
  font-weight: bold;
  font-size: 90%;
  margin-bottom: 0.2em;
}

.alert-danger {
  color: #B3424A;
}

.alert_info {
  padding: 10px;
  font-size: 90%;
  font-weight: bold;
  background-color: #B3424A;
  color: #FFF;
}

.tbase select {
  font-size: 14px;
  padding: 5px;
}

.tbase input[type="text"] {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tbase input[type="number"] {
  width: 100%;
  max-width: 10em;
  padding: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tbase input.form-control-short {
  max-width: 15em;
}

.tbase textarea {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #CCC;
}

.tbase button {
  padding: 5px;
  font-size: 14px;
}

.tbase .select_group {
  display: inline-block;
  white-space: nowrap;
  word-spacing: -0.5em;
}

.tbase .select_group .joiner {
  display: inline-block;
  padding: 0.5em;
  font-size: 12px;
}

.tbase .item_name_box {
  display: none;
}

.tbase .item_name_box label {
  display: block;
}

.tbase .item_name_box label.key {
  display: none;
  font-size: 90%;
  font-weight: bold;
}

h1.lead {
  font-weight: bold;
  font-size: 120%;
  border-left: solid 5px #000;
  padding-left: 5px;
}

#estimate_rental_i2,
#estimate_client_sending {
  display: none;
}

#index_form_button {
  text-align: center;
  margin-top: 30px;
}

#index_form_button .next {
  margin: 0;
}

#confirm_form_button {
  text-align: center;
  margin-top: 30px;
}

#confirm_form_button .next {
  margin: 0 0 0 10px;
}

#confirm_form_button .reset {
  background-color: #B3424A;
}

#estimate_i2_select_same_term {
  margin-bottom: 10px;
}

#estimate_complete {
  margin-bottom: 50px;
}

#estimate_complete h1 {
  margin-bottom: 1em;
}

#estimate_complete p {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .tbase select {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tbase input[type="number"] {
    max-width: none;
  }
  .tbase input.form-control-short {
    max-width: none;
  }
  .tbase .select_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tbase .select_group select {
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  .cont section#estimate_index, .cont section#confirm {
    padding: 0;
  }
  .cont section#estimate_index section, .cont section#confirm section {
    padding: 0;
  }
}
/*# sourceMappingURL=estimate.css.map */