.regform > div {
  padding: 10px 20px 20px;
  background-color: #fff;
  box-shadow: 0 1px 2px #999;
  margin-bottom: 30px;
}
.tabwrap__cat {
    overflow: scroll;
    height: 230px;
}
.headingtab {cursor: pointer;}
.headingtab__top {
    margin: 10px 0;
    user-select: none;
}
.headingtab__child i.im-plus ,
.headingtab__top > i {
    font-size:12px
}

.headingtab__child i{cursor: pointer;margin-right:5px;
position: relative;
z-index: 2;
}
.form__control input[type=checkbox] {
    width:auto;
    margin-right:5px;
}
.tabwrap__cat h6{
    line-height: 1;
    margin: 9px 5px 5px 1px}
.form__control label span {
    color: inherit;
    float: none;
    font-weight: normal;
}
.tab__content {
    padding-left: 15px;
}
.tab__content input[type='checkbox']{
    margin-right: 5px !important;
}
.tab__content .tab__content label{
    display: block;
    line-height: 1;
    padding: 3px 0;
}
.selected__category input {display:none}
label.selected__category {
    background: #fff;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
    padding: 4px 5px;
    line-height:1.2;
    margin: 3px 6px 3px 0;
    display: inline-block;
}
#category__choosen h5 {margin-bottom:10px;}
.remove__category{
    cursor: pointer;
    color: red;
    font-size: 14px;
    float: right;
    margin: 0 0 0 5px;
}
.remove__category:hover {
    color: green;
}

.checkcontain {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 16px;
      width: 16px;
      background-color: #fff;
      border:1px solid #777;
      border-radius: 50%;
  }
  .checkcontain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .checkcontain:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .checkcontain input:checked ~ .checkmark {
    background-color: #fff;
    border:1px solid #888
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .checkcontain input:checked ~ .checkmark:after {
    display: block;
  }
  .checkcontain .checkmark:after {
       top: 4px;
      left: 4px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #f26522;;
  }
  .checkcontain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  label.required {font-weight: 700}
  .error.alert {font-weight: normal;font-size:11px}
  .closedelay {
      width: 3.5em !important;
  }
  .other__field {padding-top: 5px}
