* {
  box-sizing: initial;
}

.-fdp-text-field {
  border: none;
}

.-fdp-text-field__input {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 12px;
}


.-fdp-text-field {
  position: relative;
  /* display: inline-block; */
  vertical-align: middle;
  width: 350px;
  height: 36px;
  border: 0px solid #bdc3d6;
}

.-fdp-radio--checked {
  background: url(../img/radio_selected.png) no-repeat;
  margin-top: -2px;
}

.-fdp-radio--unchecked {
  background: url(../img/radio_normal.png) no-repeat;
  margin-top: -2px;
}

.-fdp-radio--unchecked:hover {
  background: url(../img/radio_hover.png) no-repeat;
  margin-top: -2px;
}
.-fdp-radio--disabled .-fdp-radio--checked {
  background: url(../img/radio_disabled.png) no-repeat;
  margin-top: -2px;
}
.-fdp-radio--disabled .-fdp-radio--unchecked {
  background: url(../img/radio_disabled.png) no-repeat;
  margin-top: -2px;
}
.-fdp-radio__label {
  font-size: 13px;
  margin-left: 12px;
  display: inline-block;
}
.-fdp-radio {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  padding-right: 71px;
}

.-fdp-checkbox__check-image {
  width: 16px;
  height: 16px;
}
.-fdp-checkbox--check-on {
  background: url(../img/widgets/checkbox_check.png) no-repeat;
  background-position: center center;
  background-color: #7096eb;
}
.-fdp-checkbox--check-off {
  background: url(../img/widgets/checkbox_check_off.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.-fdp-checkbox--check-off:hover {
  background: url(../img/widgets/checkbox_check_off_hover.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.-fdp-checkbox--disabled .-fdp-checkbox--check-off{
  background: url(../img/widgets/checkbox_check_off_disabled.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.-fdp-checkbox--disabled .-fdp-checkbox--check-on{
  background-color: #b3cafa;
}

.-fdp-checkbox__label {
  margin-left: 7px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}

.-fdp-select{
  height: 36px;
}
.-fdp-select.-fdp-select--active .-fdp-select__input {
   background:url('../img/widgets/select_up_arrow.png') no-repeat 92% 50%;
   background-size: 12px 6px;
 }
.-fdp-select__input{
  background:url('../img/widgets/select_under_arrow.png') no-repeat 92% 50%;
  line-height: 35px;
  height: 34.5px;
  padding-right: 12px;
  font-size: 13px;
  min-width: 0px;
  background-size: 12px 6px;
}
.-fdp-select__ul{
  top: 37px;
  min-width: 90px;
}
.-fdp-select__li {
  font-size: 13px;
  padding-top: 8px;
  padding-left: 15px;
}
.-fdp-input-label{
  display: inline-block;
  margin-top: -3px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  font-size: 16px;
}
.-fdp-input-label label{
  font-size: 16px;
  font-weight: bold;
}
