.calculated {
    text-align: right;
}

#ajaxError {
    background-color: #fdd1d0;
    padding: 20px;
    margin-top: 2rem;
    display: none;
}

.infoTooltip,
.control-label i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #298CBA;
    color: #fff;
    margin-left: .5rem;
    font-style: normal;
    text-align: center;
    line-height: 20px;
}

.infoText {
    margin-top: 2rem;
    background-color: #E2E2E2;
    color: #333333;
    padding: 15px;
}

.description {
    margin: 2rem 0rem;
    font-size: small;
}

.description::before {
    content: '';
    display: inline-block;
    clear: both;
}

.tx-twgehaltsrechner .form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tx-twgehaltsrechner .resultInfoContainer {
  margin-top: 5%;
}

@media (max-width: 799px) {
  .tx-twgehaltsrechner{
    padding: 0 2%;
  }
}

@media (min-width: 800px)  {
  .tx-twgehaltsrechner .col-lg-7,
  .tx-twgehaltsrechner .col-md-7,
  .tx-twgehaltsrechner .col-sm-7 {
    padding-right: 15px;
  }
}

.ui-tooltip {
  padding:8px;
  position:absolute;
  z-index:9999;
  max-width:300px;
  -webkit-box-shadow:0 0 5px #aaa;
  box-shadow:0 0 5px #aaa;
  background-color: white;
}
