.varDtid {
  display: none;
}
.varDtid.active {
  display: inline;
}

.ui-error {
  border-color: #ff0000 !important;
}

.ui-error_msg {
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  bottom: -14px;
  line-height: normal;
}

.ui-hide {
  display: none;
}

.ui-deselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-select {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.ui-form-group {
  position: relative;
}
.ui-form-group + .ui-form-group {
  margin-top: 22px;
}
.ui-form-group .ui-form-label {
  position: absolute;
  left: 11px;
  top: 50%;
  color: #999;
  background-color: #fff;
  z-index: 1;
  margin: -9px 0 0 0;
  padding: 0 5px;
  -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  cursor: text;
}
.ui-form-group .ui-form-input {
  position: relative;
  padding: 0 15px;
  border: 2px solid #d0d0d0;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  outline: 0;
}
.ui-form-group .ui-form-input:focus {
  border-color: #7bba2a;
}
.ui-form-group .ui-form-input:focus ~ .ui-form-label {
  color: #7bba2a;
}
.ui-form-group .ui-form-select {
  border: 2px solid #d0d0d0;
  width: 100%;
  outline: 0;
  border-radius: 10px;
  padding: 0 30px 0 15px;
  position: relative;
  cursor: default;
}
.ui-form-group .ui-form-select.show .ui-form-select-list {
  display: block;
}
.ui-form-group .ui-form-select.show {
  border-color: #7bba2a;
}
.ui-form-group .ui-form-select.show ~ .ui-form-label {
  color: #7bba2a;
}
.ui-form-group .ui-form-select.show i {
  transform: rotate(180deg);
  margin-top: -11px;
}
.ui-form-group .ui-form-select i {
  position: absolute;
  right: 9px;
  top: 50%;
  font-size: 17px;
  margin-top: -9px;
}
.ui-form-group .ui-form-select .ui-form-select-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.3);
  padding: 8px 0;
  margin: 0 -2px;
  display: none;
  margin-top: 2px;
}
.ui-form-group .ui-form-select .ui-form-select-text {
  padding: 10px 0;
}
.ui-form-group .ui-form-select .ui-form-select-item {
  white-space: nowrap;
  overflow: hidden;
  padding: 9px 13px;
  line-height: 20px;
  cursor: pointer;
}
.ui-form-group .ui-form-select .ui-form-select-item:hover {
  background: #f5f5f5;
}
.ui-form-group .ui-form-select .ui-form-select-item.active {
  background: #e2e2e2;
}
.ui-form-group.ui-form-focused .ui-form-label {
  -webkit-transform: scale(0.9) translateY(-22px);
  transform: scale(0.9) translateY(-22px);
}
.ui-form-group.ui-form-focused .ui-form-select ~ .ui-form-label {
  cursor: default;
  top: 0;
  transform: scale(0.9);
}

.ui-tab .ui-tab-header {
  border-bottom: 1px solid #ececec;
  display: flex;
}
.ui-tab .ui-tab-item {
  margin-right: 10px;
  border: 1px solid #ececec;
  text-align: center;
  padding: 6px 20px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  position: relative;
  margin-bottom: -1px;
  cursor: pointer;
  align-items: center;
  display: flex;
}
.ui-tab .ui-tab-item:hover {
  background: #fff;
}
.ui-tab .ui-tab-item:last-child {
  margin-right: 0;
}
.ui-tab .ui-tab-item.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  cursor: default;
}
.ui-tab .ui-tab-item.active:first-child:before {
  height: 134%;
}
.ui-tab .ui-tab-item.active:before {
  position: absolute;
  top: 0;
  left: -11px;
  height: 100%;
  background: url(/images/tab-l.png) no-repeat;
  content: "";
  width: 10px;
}
.ui-tab .ui-tab-item.active:after {
  position: absolute;
  right: -11px;
  top: 0;
  height: 100%;
  content: "";
  z-index: 2;
  background: url(/images/tab-r.png) no-repeat;
  width: 10px;
}
.ui-tab .ui-tab-content {
  border: 1px solid #ececec;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
  border-top: 0;
  padding: 18px;
  margin-bottom: 20px;
  display: none;
}
.ui-tab .ui-tab-content.active {
  display: block;
}

.ui-btn, .ui-btn-white {
  background: #7bba2a;
  outline: none;
  border-radius: 9px;
  font-size: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: none;
  width: 100%;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.ui-btn:hover, .ui-btn-white:hover {
  background: #63a503;
  color: #fff;
  text-decoration: none;
}
.ui-btn:active, .ui-btn-white:active {
  color: #fff;
}
.ui-btn.disabled, .ui-btn.load, .ui-btn-white.disabled, .ui-btn-white.load {
  cursor: default;
  background-color: #f5f5f5;
  color: #ccc;
}
.ui-btn.load, .ui-btn-white.load {
  font-size: 0;
}
.ui-btn.load .ui-btn-load, .ui-btn-white.load .ui-btn-load {
  display: block;
}

.ui-btn-white {
  background: #fff;
  border: 2px solid #63a503;
  color: inherit;
}

@media (max-width: 767px) {
  .ui-tab {
    margin-left: -10px;
    margin-right: -10px;
    border-top: 1px solid #ececec;
  }
  .ui-tab .ui-tab-header .ui-tab-item {
    padding: 9px 20px;
    margin-right: 0;
    width: 50%;
    border-top: none;
    border-right: 1px solid #ececec;
    border-left: none;
  }
  .ui-tab .ui-tab-header .ui-tab-item:before, .ui-tab .ui-tab-header .ui-tab-item:after {
    display: none;
  }
  .ui-tab .ui-tab-content {
    box-shadow: none;
    border: none;
  }
}
.ui-green {
  color: #7BBB2A;
}

.ui-red {
  color: #FF0000;
}

.ui-load {
  content: " ";
  background: url(/images/load2.gif) no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
  display: none;
  z-index: 1000;
}

.ui-btn-load {
  content: " ";
  background: url(/images/load2.gif) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  display: none;
  z-index: 1000;
}

.ui-checkbox {
  display: none;
}

.ui-checkbox-label {
  display: inline-block;
  position: relative;
  line-height: 20px;
  padding: 0 0 0 29px;
  cursor: pointer;
}

.ui-checkbox-label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}

.ui-checkbox-label:hover {
  color: #7bba2a;
}

.ui-checkbox:checked + .ui-checkbox-label:before {
  border-color: #7bba2a;
  background: #7bba2a url(/images/bg-checkbox.png) no-repeat 50% 50%;
}

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