body {
  color: #333;
  font-family: "Microsoft YaHei", sans-serif !important;
  background-color: #f0f5ff;
  font-size: 14px;
}

.form-control {
  font-size: 12px;
}

.thisBGColor {
  background-color: #f0f5ff
}

.label-text {
  background-color: transparent;
  color: #015ebb;
  margin-bottom: 2px;
  padding: 2px 5px;
}

@keyframes hover-color {
  from {
    border-color: silver
  }

  to {
    border-color: #015ebb
  }
}

.magic-checkbox,
.magic-radio {
  position: absolute;
  display: none
}

.magic-checkbox[disabled],
.magic-radio[disabled] {
  cursor: not-allowed
}

.magic-checkbox + label,
.magic-radio + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 12px;
}

.magic-checkbox + label:hover:before,
.magic-radio + label:hover:before {
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-name: hover-color
}

.magic-checkbox + label:before,
.magic-radio + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '';
  border: 1px solid silver
}

.magic-checkbox + label:after,
.magic-radio + label:after {
  position: absolute;
  display: none;
  content: ''
}

.magic-checkbox[disabled] + label,
.magic-radio[disabled] + label {
  cursor: not-allowed;
  color: #000
}

.magic-checkbox[disabled] + label:after,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:hover,
.magic-radio[disabled] + label:after,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:hover {
  cursor: not-allowed;
}

.magic-checkbox[disabled] + label:hover:before,
.magic-radio[disabled] + label:hover:before {
  animation-name: none;

}

.magic-checkbox[disabled] + label:before,
.magic-radio[disabled] + label:before {
  border: 1px solid #e4e4e4;
}

.magic-checkbox:checked + label:before,
.magic-radio:checked + label:before {
  animation-name: none
}

.magic-checkbox:checked + label:after,
.magic-radio:checked + label:after {
  display: block
}

.magic-radio + label:before {
  border-radius: 50%
}

.magic-radio + label:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #015ebb
}

.magic-radio:checked + label:before {
  border: 1px solid #015ebb
}

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9
}

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9
}

.magic-checkbox + label:before {
  border-radius: 3px
}

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0
}

.magic-checkbox:checked + label:before {
  border: #015ebb;
  background: #015ebb
}

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9
}

.web-uploader-pick {
  border-radius: 5px;
  border: 1px solid #dde3f3;
  box-shadow: 0 2px 5px rgba(215, 219, 230, .42);
  box-sizing: border-box;
  background-color: #fff;
  color: #aaa;
  font-size: 24px;
  width: 55px;
  height: 45px;
  font-weight: 400;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 0 solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, .05);
}

.maskDiv {
  display: none;
  width: 0;
  height: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f9f9f9;
}

.maskDiv {
  display: none;
  position: absolute;
  width: 100%;
  height: 120%;
  z-index: 5999;
  -moz-opacity: .9;
  opacity: 0;
  background: #fff;
}

.hiddenInput {
  border: 0;
  color: transparent;
  background-color: transparent;
}

.input-group[class*=col-],
.form-group[class*=col-] {
  padding-left: 0;
}

.input-group[class*=col-md-10] {
  width: 83.8%;
}

.file-drop-zone-title {
  font-size: 12px !important;
}

.hidden {
  display: none !important;
}

.clear-float {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

.steps {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 10px 10px 35px 20px;
}

.step,
.step-line {
  float: left;
}

.step {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 17px;
  text-align: center;
  border: 2px solid #cdcdcd;
  background: #cdcdcd;
  font: 16px Helvetica Neue, Helvetica, PingFang SC, Î¢ï¿½ï¿½ï¿½Åºï¿½, Tahoma, Arial, sans-serif;
}

.step-line {
  width: 75%;
  position: relative;
  top: 11px;
  height: 5px;
  background-color: #cdcdcd;
  left: 1px;
}

.step-text {
  /*margin-left: -1px;*/
  line-height: 24px;
  color: #fff;
}

.step-circle {
  margin: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bfcbd9;
}

.step-main {
  font-size: 14px;
  padding: 8px 0;
  display: block;
  width: 80px;
  text-align: center;
  position: relative;
  left: -34px;
  color: #322c9d;
}

.steps > .step-completed,
.steps > .step-active {
  background: #322c9d;
  border-color: #322c9d;
}

/*.step-completed > .step-main {
color: #2f318e;
}*/
.step-completed > .step-circle {
  background-color: #322c9d;
}

.step-completed.step-line {
  background-color: #322c9d;
}

.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.step_content1 {
  padding-left: 35px !important;
}

.col-center-block {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #015ebb;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.required {
  color: red;
  font-weight: 900;
}

.form-group {
  margin-bottom: 10px
}

[v-cloak] {
  display: none;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
  padding: 1px 3px;
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f9f9f9;
  cursor: default;
}

.treeview .list-group-item {
  cursor: pointer;
  border: none;
  padding: .75rem;
}

.treeview span.indent {
  margin-left: 10px;
  margin-right: 10px
}

.treeview span.icon {
  width: 12px;
  margin-right: 5px
}

.treeview .node-disabled {
  color: silver;
  cursor: not-allowed
}

.node-navTree {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  color: #428bca;
}

.node-navTree:not(.active):hover {
  background-color: #F5F5F5;
}

.node-navTree.active {
  color: #FFFFFF;
  background-color: #428bca;
}

.btn-xs {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1.3;
  border-radius: 0.2rem;
}

.btn-primary:hover {
  color: #fff !important;
}

#cropperModal.modal {
  display: block;
  opacity: 1;
  visibility: hidden;
}

#cropperModal.modal.show {
  visibility: visible;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cropper-face {
  background-color: transparent !important;
  background-image: url(/images/avatar-profile.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.2 !important;
}
