.roletypes input[type="radio"] {
  display: none;
}
label.roletypes {
  padding: 7px 10px;
  border: 1px solid #cccc;
  margin-right: 15px;
  border-radius: 4px;
}
label.roletypes.active {
  border: 1px solid #0088cc;
  background-color: #0088cc;
  color: #fff;
  font-weight: 700;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.select2-container{
  width: 250px !important;
}
.customer-account-create .hsb-roll-select-field-wrap.field.role.fieldset.create {
  padding-bottom: 25px;
}
.updaterollnumber .fieldset.user.info {
  width: 250px;
}