.gbs3 .chronoform.form-horizontal .help-block {
  color: #999999;
  font-size: 80%;
  line-height: 1.2em;
}
.gbs3 .chronoform.form-horizontal .form-control {
  box-sizing: border-box;
  font-size: 85%;
  height: auto;
  padding: 10px;
  width: 100% !important;
}
.gbs3 .chronoform.form-horizontal .gcore-checkbox-item,
.gbs3 .chronoform.form-horizontal .gcore-radio-item {
  font-size: 85%;
}
.gbs3 .chronoform.form-horizontal .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #00b3ee;
}
.gbs3 .chronoform.form-horizontal .btn-default,
.gbs3 .chronoform.form-horizontal .open > .dropdown-toggle.btn-default,
.gbs3 .chronoform.form-horizontal .btn-default:hover,
.gbs3 .chronoform.form-horizontal .open > .dropdown-toggle.btn-default:hover,
.gbs3 .chronoform.form-horizontal .btn-default:focus,
.gbs3 .chronoform.form-horizontal .open > .dropdown-toggle.btn-default:focus,
.gbs3 .chronoform.form-horizontal .btn-default:active,
.gbs3 .chronoform.form-horizontal .open > .dropdown-toggle.btn-default:active,
.gbs3 .chronoform.form-horizontal .btn-default.active,
.gbs3 .chronoform.form-horizontal .open > .dropdown-toggle.btn-default.active,
.gbs3 .chronoform.form-horizontal .btn-default.focus,
.gbs3 .chronoform.form-horizontal .open > .dropdown-toggle.btn-default.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #00b3ee;
  border: 0px none;
  box-sizing: border-box;
  color: white;
  display: block;
  font-size: 100%;
  font-weight: bold;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  width: 100% !important;
}
.gbs3 .chronoform.form-horizontal .gcore-input-wide.gcore-display-table,
.gbs3 .chronoform.form-horizontal .gcore-input.gcore-display-table {
  width: 100%;
}
.gbs3 .chronoform.form-horizontal .control-label {
  font-weight: normal;
  padding: 7px 0 7px 3px;
}
.gbs3 .chronoform.form-horizontal .gcore-checkbox-item input,
.gbs3 .chronoform.form-horizontal .gcore-radio-item input {
  margin: 4px 2px 2px;
  vertical-align: top;
}
.gbs3 .chronoform.form-horizontal .gcore-multiple-column .gcore-checkbox-item,
.gbs3 .chronoform.form-horizontal .gcore-multiple-column .gcore-radio-item {
  padding-right: 10px;
}