@charset "UTF-8";
.ih-add-form .item {
  position: relative;
  margin-bottom: 20px;
}
.ih-add-form .item.with-desc input[type=text], .ih-add-form .item.with-desc textarea {
  width: 55%;
}
.ih-add-form .item .desc, .ih-add-form .item .desc-wf {
  font-size: 14px;
  color: #989898;
  position: relative;
}
.ih-add-form .item .desc:before, .ih-add-form .item .desc-wf:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  position: absolute;
  top: 1px;
  left: -24px;
  font-size: 18px;
}
.ih-add-form .item .desc {
  float: right;
  width: 40%;
}
.ih-add-form .item input[type=text], .ih-add-form .item input[type=password], .ih-add-form .item textarea, .ih-add-form .item .ui-select {
  font-size: 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #EDF7F9;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  padding-top: 30px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 9px;
  height: 66px;
  line-height: 24px;
  cursor: text;
}
.ih-add-form .item input[type=text]:hover, .ih-add-form .item input[type=password]:hover, .ih-add-form .item textarea:hover, .ih-add-form .item .ui-select:hover {
  border-color: #dde7e9;
}
.ih-add-form .item input[type=text]:focus, .ih-add-form .item input[type=text].focus, .ih-add-form .item input[type=password]:focus, .ih-add-form .item input[type=password].focus, .ih-add-form .item textarea:focus, .ih-add-form .item textarea.focus, .ih-add-form .item .ui-select:focus, .ih-add-form .item .ui-select.focus {
  border-color: rgba(0, 182, 8, 0.7);
  background: #ffffff;
}
.ih-add-form .item textarea {
  height: 200px;
}
.ih-add-form .item i {
  position: absolute;
  top: 21px;
  right: 20px;
  font-size: 20px;
  color: #9299a2;
}
.ih-add-form .item.ui-input__label label {
  cursor: text;
  margin: 0;
  padding: 0;
  left: 17px;
  top: 21px;
  line-height: 24px;
  position: absolute;
  font-size: 18px;
  color: #9299a2;
  font-weight: normal;
  transition: all 0.3s ease;
}
.ih-add-form .item.ui-input__label label.active, .ih-add-form .item.ui-input__label label.f-active {
  top: 13px;
  left: 19px;
  font-size: 13px;
  line-height: 18px;
}
.ih-add-form .item.ui-input__label label.active.focusIn, .ih-add-form .item.ui-input__label label.f-active.focusIn {
  color: #9299a2;
}
.ih-add-form .item.error input[type=text], .ih-add-form .item.error input[type=password], .ih-add-form .item.error textarea {
  border-color: red;
}
.ih-add-form .item .calendar-icon {
  padding: 22px;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 0 6px 6px 0;
  background: #9bd6e2;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .ih-add-form .item .calendar-icon:hover {
    opacity: 0.6;
  }
}
.ih-add-form .agreement-item {
  position: relative;
}
.ih-add-form .agreement-item::after {
  display: block;
  clear: both;
  content: "";
}
.ih-add-form .agreement-item label {
  font-size: 14px;
  color: #696767;
  font-weight: 300;
  padding-left: 36px;
}
.ih-add-form .agreement-item label span {
  border-radius: 2px;
  background-color: #FFF;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.17);
  border: solid 1px #B8B8B8;
  padding: 3px;
  margin-right: 5px;
  text-indent: -999em;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0s;
  color: #878787;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.ih-add-form .agreement-item input[type=checkbox] {
  display: none;
}
.ih-add-form .agreement-item input[type=checkbox]:checked + LABEL SPAN {
  text-indent: 0;
}
.ih-add-form .agreement-item.error label span {
  border-color: red;
}
.ih-add-form .submit-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 182, 8, 0.7);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  -webkit-transition: background 0.2s;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 20px;
  border: none;
  padding: 10px 25px;
  margin: 20px 0 0;
  outline: none;
  cursor: pointer;
}
.ih-add-form .submit-button:hover {
  background-color: rgba(0, 233, 10, 0.7);
}
.ih-add-form .submit-button:active {
  position: relative;
  top: 2px;
}
.ih-add-form .cancel {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: background 0.2s;
  color: #959595;
  text-decoration: none;
  font-size: 24px;
  border: 1px solid #d4d4d4;
  padding: 11px 25px;
  margin: 20px 0 0 20px;
  outline: none;
  font-weight: bold;
}
.ih-add-form .cancel:hover {
  background-color: #e7e8e9;
}
.ih-add-form .ui-select .bootstrap-select {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.ih-add-form .ui-select .bootstrap-select .dropdown-toggle {
  border: none;
  background: none;
  outline: none !important;
  width: 100%;
  padding-top: 30px;
  padding-left: 17px;
  padding-bottom: 9px;
  height: 66px;
  cursor: pointer;
}
.ih-add-form .ui-select .bootstrap-select .dropdown-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 18px;
  width: 10px;
  height: 10px;
  border: 1px solid #9299a2;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ih-add-form .ui-select .bootstrap-select .dropdown-toggle .bs-caret {
  display: none;
}
.ih-add-form .ui-select .bootstrap-select div.dropdown-menu {
  position: absolute;
  width: 100%;
  top: 66px;
  left: 0;
  z-index: 1000;
  min-width: inherit;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 0.25rem;
  margin: 0;
  padding: 0;
}
.ih-add-form .ui-select .bootstrap-select div.dropdown-menu ul {
  margin: 0;
  padding: 0;
}
.ih-add-form .ui-select .bootstrap-select div.dropdown-menu ul li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
  position: relative;
}
.ih-add-form .ui-select .bootstrap-select div.dropdown-menu ul li a {
  display: block;
  padding: 10px 15px;
}
.ih-add-form .ui-select .bootstrap-select div.dropdown-menu ul li:last-child {
  border-bottom: none;
}
.ih-add-form .ui-select .bootstrap-select div.dropdown-menu ul li.selected::before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 13px;
  right: 15px;
}
.ih-add-form .ui-select .bootstrap-select.open .dropdown-toggle::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 0;
}
.ih-add-form .ui-select__simple select {
  width: 100%;
  height: 66px;
  border-radius: 6px;
  background: #EDF7F9;
  -webkit-appearance: none;
  background-image: url("/local/templates/info_hit_5_0/img/select-arrow.png");
  background-position: 96% center;
  background-repeat: no-repeat;
  line-height: 1em;
  font-size: 18px;
  border: 1px solid transparent;
  padding: 0 17px;
  outline: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
}
.ih-add-form .ui-select__simple select::-ms-expand {
  display: none;
}
.ih-add-form .ui-select__simple label {
  cursor: text;
  margin: 0;
  padding: 2px 10px;
  position: absolute;
  color: #ffffff;
  font-weight: normal;
  transition: all 0.3s ease;
  top: -5px;
  left: 10px;
  font-size: 13px;
  line-height: 18px;
  border-radius: 10px;
  background-color: rgba(0, 182, 8, 0.7);
}
.ih-add-form .ui-checkbox .title {
  margin-bottom: 20px;
  font-size: 20px;
}
.ih-add-form .ui-checkbox ul {
  margin: 0;
  padding: 0;
}
.ih-add-form .ui-checkbox ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.ih-add-form .ui-checkbox ul li:last-child {
  margin-bottom: 0;
}
.ih-add-form .ui-checkbox .checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.ih-add-form .ui-checkbox .checkbox + label {
  cursor: pointer;
}
.ih-add-form .ui-checkbox .checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.ih-add-form .ui-checkbox .checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 65px;
}
.ih-add-form .ui-checkbox .checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}
.ih-add-form .ui-checkbox .checkbox:not(checked) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
}
.ih-add-form .ui-checkbox .checkbox:checked + label:before {
  background: #08d0ce;
}
.ih-add-form .ui-checkbox .checkbox:checked + label:after {
  left: 26px;
}
.ih-add-form .ui-checkbox .checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.ih-add-form .ui-radio .title {
  margin-bottom: 20px;
  font-size: 20px;
}
.ih-add-form .ui-radio ul {
  margin: 0;
  padding: 0;
}
.ih-add-form .ui-radio ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.ih-add-form .ui-radio ul li:last-child {
  margin-bottom: 0;
}
.ih-add-form .ui-radio .radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.ih-add-form .ui-radio .radio + label {
  cursor: pointer;
}
.ih-add-form .ui-radio .radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.ih-add-form .ui-radio .radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.ih-add-form .ui-radio .radio:not(checked) + label:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.ih-add-form .ui-radio .radio:not(checked) + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #08d0ce;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.2s;
}
.ih-add-form .ui-radio .radio:checked + label:after {
  opacity: 1;
}
.ih-add-form .ui-radio .radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/*# sourceMappingURL=style.css.map */
