.header {
  background-color: #fff;
  min-height: 60px;
  padding: 15px 15px 0 15px;
  border-top: 8px solid #db291d;
  margin: 30px 0 30px 0;

}


#theform a.button {
  width: 100%;
  line-height: 30px;
  display: block;
  background: #db291d;
  text-align: center;
  text-decoration: none;
  color: #ffff;
  font-size: 16px;
  font-weight: bold;
}
.language-button.button {
  color: #fff;
  background: #db291d;
}
.form-group.gutter-15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
  margin-top: 50px;

}

.yellow-pane {
  background-color: #fff;
  margin-bottom: 18px;
  height: 30px;
  border-top: 3px solid #db291d;
}
.yellow-pane .image {
  background: url(../img/uts-down-button.png) no-repeat 100%;
  background-size: 26px;
  width: 40px;
  height: 30px;
  background-position: left;
}

#theform .info-box {
  color: #fff;
  background-color: #db291d;
}

#theform .header-with-info .info-sign {
    background-image: url(../img/uts-info-sign.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 26px;
}

.input-group-addon {
    background: #db291d;
}
.glyphicon-calendar:before {
    color: #fff;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #db291d;
    color: #fff;
}

.upload-label {
    cursor: pointer;
    display: inline-block;
    transition: all 1s ease;
    z-index: 1;
    position: relative;
    background-image: url(../img/uts-upload-button-30.png);
    background-size: 100% 100%;
    width: 209px;
    height: 30px;
}

.overlay.active .info, .overlay-send.active .info {
    background-color: #db291d;
    color: #fff;
}

#thanks {
    background-color: #db291d;
    color: #fff;
}