:root {
  --primary: #178282;
}

.mixform-wrap {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}

.mixform-wrap {
  -webkit-box-align: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.mixform-wrap {
  -webkit-box-pack: start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.link-icon:after, .vertical-top:after, .vertical-center:after, .group:after, .toast-tabs:after, .empty:after, .range-wrap:after, .input-append:after, .input-icon:after, .form-pretitle:after, .form-con.select-hastitle .form-title:after, .form-intitle .form-title:after, .lab:after, .btn-icon:after {
  content: "";
  display: inline-block;
  height: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
  line-height: 1;
  background-color: white;
  user-select: none;
}

ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

input,
textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

a, a:active,
label,
label:active,
div,
div:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #8c8c8c;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  font-weight: normal;
  color: #141414;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: white;
  border-style: solid;
  border-color: #d9d9d9;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 34px;
  border-width: 1px;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  touch-action: manipulation;
}
.btn.btn-icon i {
  font-size: 16px;
}
.btn.btn-icon span {
  font-size: 14px;
}
.btn:hover {
  color: #141414;
  text-decoration: none;
  border-color: #bfbfbf;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}

.btn-solid-primary, .btn-solid-primary:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-primary, .btn-solid-primary.disabled:hover, .btn-solid-primary[disabled]:hover {
  background-color: #178282;
}
.btn-solid-primary:hover {
  background-color: #126868;
}
.btn-solid-primary.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(23, 130, 130, 0.3);
  box-shadow: 0 2px 6px rgba(23, 130, 130, 0.3);
}

.btn-solid-success, .btn-solid-success:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-success, .btn-solid-success.disabled:hover, .btn-solid-success[disabled]:hover {
  background-color: #22c3ae;
}
.btn-solid-success:hover {
  background-color: #1da997;
}
.btn-solid-success.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(34, 195, 174, 0.3);
  box-shadow: 0 2px 6px rgba(34, 195, 174, 0.3);
}

.btn-solid-warning, .btn-solid-warning:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-warning, .btn-solid-warning.disabled:hover, .btn-solid-warning[disabled]:hover {
  background-color: #e5b700;
}
.btn-solid-warning:hover {
  background-color: #c69f00;
}
.btn-solid-warning.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(229, 183, 0, 0.3);
  box-shadow: 0 2px 6px rgba(229, 183, 0, 0.3);
}

.btn-solid-danger, .btn-solid-danger:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-danger, .btn-solid-danger.disabled:hover, .btn-solid-danger[disabled]:hover {
  background-color: #e54d4d;
}
.btn-solid-danger:hover {
  background-color: #e13232;
}
.btn-solid-danger.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(229, 77, 77, 0.3);
  box-shadow: 0 2px 6px rgba(229, 77, 77, 0.3);
}

.btn-solid-default, .btn-solid-default:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-default, .btn-solid-default.disabled:hover, .btn-solid-default[disabled]:hover {
  background-color: #595959;
}
.btn-solid-default:hover {
  background-color: #4a4a4a;
}
.btn-solid-default.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(89, 89, 89, 0.3);
  box-shadow: 0 2px 6px rgba(89, 89, 89, 0.3);
}

.btn-solid-light, .btn-solid-light:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-light, .btn-solid-light.disabled:hover, .btn-solid-light[disabled]:hover {
  background-color: #bfbfbf;
}
.btn-solid-light:hover {
  background-color: #b0b0b0;
}
.btn-solid-light.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(191, 191, 191, 0.3);
  box-shadow: 0 2px 6px rgba(191, 191, 191, 0.3);
}

.btn-solid-dark, .btn-solid-dark:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-dark, .btn-solid-dark.disabled:hover, .btn-solid-dark[disabled]:hover {
  background-color: #141414;
}
.btn-solid-dark:hover {
  background-color: #050505;
}
.btn-solid-dark.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(20, 20, 20, 0.3);
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.3);
}

.btn-anti-primary, .btn-anti-primary:hover {
  color: #178282;
  border-color: transparent;
}
.btn-anti-primary, .btn-anti-primary.disabled:hover, .btn-anti-primary[disabled]:hover {
  background-color: rgba(23, 130, 130, 0.2);
}
.btn-anti-primary:hover {
  background-color: rgba(23, 130, 130, 0.3);
}

.btn-anti-success, .btn-anti-success:hover {
  color: #22c3ae;
  border-color: transparent;
}
.btn-anti-success, .btn-anti-success.disabled:hover, .btn-anti-success[disabled]:hover {
  background-color: rgba(34, 195, 174, 0.2);
}
.btn-anti-success:hover {
  background-color: rgba(34, 195, 174, 0.3);
}

.btn-anti-warning, .btn-anti-warning:hover {
  color: #e5b700;
  border-color: transparent;
}
.btn-anti-warning, .btn-anti-warning.disabled:hover, .btn-anti-warning[disabled]:hover {
  background-color: rgba(229, 183, 0, 0.2);
}
.btn-anti-warning:hover {
  background-color: rgba(229, 183, 0, 0.3);
}

.btn-anti-danger, .btn-anti-danger:hover {
  color: #e54d4d;
  border-color: transparent;
}
.btn-anti-danger, .btn-anti-danger.disabled:hover, .btn-anti-danger[disabled]:hover {
  background-color: rgba(229, 77, 77, 0.2);
}
.btn-anti-danger:hover {
  background-color: rgba(229, 77, 77, 0.3);
}

.btn-anti-default, .btn-anti-default:hover {
  color: #595959;
  border-color: transparent;
}
.btn-anti-default, .btn-anti-default.disabled:hover, .btn-anti-default[disabled]:hover {
  background-color: rgba(89, 89, 89, 0.2);
}
.btn-anti-default:hover {
  background-color: rgba(89, 89, 89, 0.3);
}

.btn-anti-light, .btn-anti-light:hover {
  color: #bfbfbf;
  border-color: transparent;
}
.btn-anti-light, .btn-anti-light.disabled:hover, .btn-anti-light[disabled]:hover {
  background-color: rgba(191, 191, 191, 0.2);
}
.btn-anti-light:hover {
  background-color: rgba(191, 191, 191, 0.3);
}

.btn-anti-dark, .btn-anti-dark:hover {
  color: #141414;
  border-color: transparent;
}
.btn-anti-dark, .btn-anti-dark.disabled:hover, .btn-anti-dark[disabled]:hover {
  background-color: rgba(20, 20, 20, 0.2);
}
.btn-anti-dark:hover {
  background-color: rgba(20, 20, 20, 0.3);
}

.btn-anti {
  color: #595959;
  background-color: #ebf0f0;
  border-color: transparent;
}
.btn-anti:hover {
  background-color: #e2e9e9;
  border-color: transparent;
}

.btn-hollow-primary, .btn-hollow-primary:hover {
  border-color: #178282;
}
.btn-hollow-primary, .btn-hollow-primary.disabled:hover, .btn-hollow-primary[disabled]:hover {
  color: #178282;
  background-color: transparent;
}
.btn-hollow-primary:hover {
  color: white;
  background-color: #178282;
}

.btn-hollow-success, .btn-hollow-success:hover {
  border-color: #22c3ae;
}
.btn-hollow-success, .btn-hollow-success.disabled:hover, .btn-hollow-success[disabled]:hover {
  color: #22c3ae;
  background-color: transparent;
}
.btn-hollow-success:hover {
  color: white;
  background-color: #22c3ae;
}

.btn-hollow-warning, .btn-hollow-warning:hover {
  border-color: #e5b700;
}
.btn-hollow-warning, .btn-hollow-warning.disabled:hover, .btn-hollow-warning[disabled]:hover {
  color: #e5b700;
  background-color: transparent;
}
.btn-hollow-warning:hover {
  color: white;
  background-color: #e5b700;
}

.btn-hollow-danger, .btn-hollow-danger:hover {
  border-color: #e54d4d;
}
.btn-hollow-danger, .btn-hollow-danger.disabled:hover, .btn-hollow-danger[disabled]:hover {
  color: #e54d4d;
  background-color: transparent;
}
.btn-hollow-danger:hover {
  color: white;
  background-color: #e54d4d;
}

.btn-hollow-default, .btn-hollow-default:hover {
  border-color: #595959;
}
.btn-hollow-default, .btn-hollow-default.disabled:hover, .btn-hollow-default[disabled]:hover {
  color: #595959;
  background-color: transparent;
}
.btn-hollow-default:hover {
  color: white;
  background-color: #595959;
}

.btn-hollow-light, .btn-hollow-light:hover {
  border-color: #bfbfbf;
}
.btn-hollow-light, .btn-hollow-light.disabled:hover, .btn-hollow-light[disabled]:hover {
  color: #bfbfbf;
  background-color: transparent;
}
.btn-hollow-light:hover {
  color: white;
  background-color: #bfbfbf;
}

.btn-hollow-dark, .btn-hollow-dark:hover {
  border-color: #141414;
}
.btn-hollow-dark, .btn-hollow-dark.disabled:hover, .btn-hollow-dark[disabled]:hover {
  color: #141414;
  background-color: transparent;
}
.btn-hollow-dark:hover {
  color: white;
  background-color: #141414;
}

.btn-hollow-outline:hover {
  color: #178282;
  border-color: #178282;
}

.btn-hollow-solid:hover {
  color: white;
  background-color: #178282;
  border-color: transparent;
}

.btn-hollow:hover {
  color: #178282;
  border-color: #178282;
}

.btn-outline-primary, .btn-outline-primary:hover {
  color: #178282;
  border-color: rgba(23, 130, 130, 0.3);
}
.btn-outline-primary, .btn-outline-primary.disabled:hover, .btn-outline-primary[disabled]:hover {
  background-color: rgba(23, 130, 130, 0.1);
}
.btn-outline-primary:hover {
  background-color: rgba(23, 130, 130, 0.2);
}

.btn-outline-success, .btn-outline-success:hover {
  color: #22c3ae;
  border-color: rgba(34, 195, 174, 0.3);
}
.btn-outline-success, .btn-outline-success.disabled:hover, .btn-outline-success[disabled]:hover {
  background-color: rgba(34, 195, 174, 0.1);
}
.btn-outline-success:hover {
  background-color: rgba(34, 195, 174, 0.2);
}

.btn-outline-warning, .btn-outline-warning:hover {
  color: #e5b700;
  border-color: rgba(229, 183, 0, 0.3);
}
.btn-outline-warning, .btn-outline-warning.disabled:hover, .btn-outline-warning[disabled]:hover {
  background-color: rgba(229, 183, 0, 0.1);
}
.btn-outline-warning:hover {
  background-color: rgba(229, 183, 0, 0.2);
}

.btn-outline-danger, .btn-outline-danger:hover {
  color: #e54d4d;
  border-color: rgba(229, 77, 77, 0.3);
}
.btn-outline-danger, .btn-outline-danger.disabled:hover, .btn-outline-danger[disabled]:hover {
  background-color: rgba(229, 77, 77, 0.1);
}
.btn-outline-danger:hover {
  background-color: rgba(229, 77, 77, 0.2);
}

.btn-outline-default, .btn-outline-default:hover {
  color: #595959;
  border-color: rgba(89, 89, 89, 0.3);
}
.btn-outline-default, .btn-outline-default.disabled:hover, .btn-outline-default[disabled]:hover {
  background-color: rgba(89, 89, 89, 0.1);
}
.btn-outline-default:hover {
  background-color: rgba(89, 89, 89, 0.2);
}

.btn-outline-light, .btn-outline-light:hover {
  color: #bfbfbf;
  border-color: rgba(191, 191, 191, 0.3);
}
.btn-outline-light, .btn-outline-light.disabled:hover, .btn-outline-light[disabled]:hover {
  background-color: rgba(191, 191, 191, 0.1);
}
.btn-outline-light:hover {
  background-color: rgba(191, 191, 191, 0.2);
}

.btn-outline-dark, .btn-outline-dark:hover {
  color: #141414;
  border-color: rgba(20, 20, 20, 0.3);
}
.btn-outline-dark, .btn-outline-dark.disabled:hover, .btn-outline-dark[disabled]:hover {
  background-color: rgba(20, 20, 20, 0.1);
}
.btn-outline-dark:hover {
  background-color: rgba(20, 20, 20, 0.2);
}

.btn-ghost-solid-primary, .btn-ghost-solid-primary.disabled:hover, .btn-ghost-solid-primary[disabled]:hover {
  color: #178282;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-primary:hover {
  color: white;
  background-color: #178282;
  border-color: transparent;
}

.btn-ghost-solid-success, .btn-ghost-solid-success.disabled:hover, .btn-ghost-solid-success[disabled]:hover {
  color: #22c3ae;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-success:hover {
  color: white;
  background-color: #22c3ae;
  border-color: transparent;
}

.btn-ghost-solid-warning, .btn-ghost-solid-warning.disabled:hover, .btn-ghost-solid-warning[disabled]:hover {
  color: #e5b700;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-warning:hover {
  color: white;
  background-color: #e5b700;
  border-color: transparent;
}

.btn-ghost-solid-danger, .btn-ghost-solid-danger.disabled:hover, .btn-ghost-solid-danger[disabled]:hover {
  color: #e54d4d;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-danger:hover {
  color: white;
  background-color: #e54d4d;
  border-color: transparent;
}

.btn-ghost-solid-default, .btn-ghost-solid-default.disabled:hover, .btn-ghost-solid-default[disabled]:hover {
  color: #595959;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-default:hover {
  color: white;
  background-color: #595959;
  border-color: transparent;
}

.btn-ghost-solid-light, .btn-ghost-solid-light.disabled:hover, .btn-ghost-solid-light[disabled]:hover {
  color: #bfbfbf;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-light:hover {
  color: white;
  background-color: #bfbfbf;
  border-color: transparent;
}

.btn-ghost-solid-dark, .btn-ghost-solid-dark.disabled:hover, .btn-ghost-solid-dark[disabled]:hover {
  color: #141414;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-dark:hover {
  color: white;
  background-color: #141414;
  border-color: transparent;
}

.btn-ghost-hollow-primary, .btn-ghost-hollow-primary:hover {
  color: #178282;
}
.btn-ghost-hollow-primary, .btn-ghost-hollow-primary.disabled:hover, .btn-ghost-hollow-primary[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-primary:hover {
  border-color: #178282;
}

.btn-ghost-hollow-success, .btn-ghost-hollow-success:hover {
  color: #22c3ae;
}
.btn-ghost-hollow-success, .btn-ghost-hollow-success.disabled:hover, .btn-ghost-hollow-success[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-success:hover {
  border-color: #22c3ae;
}

.btn-ghost-hollow-warning, .btn-ghost-hollow-warning:hover {
  color: #e5b700;
}
.btn-ghost-hollow-warning, .btn-ghost-hollow-warning.disabled:hover, .btn-ghost-hollow-warning[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-warning:hover {
  border-color: #e5b700;
}

.btn-ghost-hollow-danger, .btn-ghost-hollow-danger:hover {
  color: #e54d4d;
}
.btn-ghost-hollow-danger, .btn-ghost-hollow-danger.disabled:hover, .btn-ghost-hollow-danger[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-danger:hover {
  border-color: #e54d4d;
}

.btn-ghost-hollow-default, .btn-ghost-hollow-default:hover {
  color: #595959;
}
.btn-ghost-hollow-default, .btn-ghost-hollow-default.disabled:hover, .btn-ghost-hollow-default[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-default:hover {
  border-color: #595959;
}

.btn-ghost-hollow-light, .btn-ghost-hollow-light:hover {
  color: #bfbfbf;
}
.btn-ghost-hollow-light, .btn-ghost-hollow-light.disabled:hover, .btn-ghost-hollow-light[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-light:hover {
  border-color: #bfbfbf;
}

.btn-ghost-hollow-dark, .btn-ghost-hollow-dark:hover {
  color: #141414;
}
.btn-ghost-hollow-dark, .btn-ghost-hollow-dark.disabled:hover, .btn-ghost-hollow-dark[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-dark:hover {
  border-color: #141414;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-icon {
  font-size: 0;
}
.btn-icon:after {
  vertical-align: middle;
}
.btn-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.btn-icon > *:first-child {
  margin-left: 0;
}
.btn-icon > *:last-child {
  margin-right: 0;
}
.btn-icon > * {
  margin: 0 4px;
}
.btn-icon i {
  line-height: inherit;
}

.btn-xxl {
  height: 48px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 46px;
  border-width: 1px;
  border-radius: 6px;
}
.btn-xxl.btn-icon i {
  font-size: 20px;
}
.btn-xxl.btn-icon span {
  font-size: 18px;
}

.btn-xl {
  height: 44px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 42px;
  border-width: 1px;
  border-radius: 6px;
}
.btn-xl.btn-icon i {
  font-size: 18px;
}
.btn-xl.btn-icon span {
  font-size: 16px;
}

.btn-lg {
  height: 45px;
  padding: 0 16px;
  font-size: 20px;
  line-height: 45px;
  border-width: 1px;
  border-radius: 6px;
}
.btn-lg.btn-icon i {
  font-size: 18px;
}
.btn-lg.btn-icon span {
  font-size: 16px;
}

.btn-md {
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 30px;
  border-width: 1px;
  border-radius: 4px;
}
.btn-md.btn-icon i {
  font-size: 16px;
}
.btn-md.btn-icon span {
  font-size: 14px;
}

.btn-sm {
  height: 28px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 26px;
  border-width: 1px;
  border-radius: 4px;
}
.btn-sm.btn-icon i {
  font-size: 14px;
}
.btn-sm.btn-icon span {
  font-size: 12px;
}

.btn-xs {
  height: 24px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 22px;
  border-width: 1px;
  border-radius: 4px;
}
.btn-xs.btn-icon i {
  font-size: 14px;
}
.btn-xs.btn-icon span {
  font-size: 12px;
}

.btn-group {
  font-size: 0;
}
.btn-group .btn {
  vertical-align: middle;
  border-radius: 0;
}
.btn-group .btn:not(:first-child) {
  border-left-width: 0;
}
.btn-group .btn:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group.btn-default-group .btn {
  position: relative;
}
.btn-group.btn-default-group .btn:hover:not(:first-child):after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  width: 1px;
  background-color: #bfbfbf;
}
.btn-group.btn-solid-group .btn:not(:first-child) {
  margin-left: 1px;
}
.btn-group.btn-ghost-group .btn {
  border-radius: 6px;
}
.btn-group.btn-ghost-group .btn:not(:first-child) {
  border-left-width: 1px;
}

/**
 * Labs
 * ----------------------------------------------------------------------------
*/
.lab {
  display: inline-block;
  height: 20px;
  padding: 0 6px;
  color: white;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.lab:after {
  vertical-align: middle;
}
.lab > * {
  display: inline-block;
  vertical-align: middle;
}
.lab > *:first-child {
  margin-left: 0;
}
.lab > *:last-child {
  margin-right: 0;
}
.lab > span {
  margin: 0 2px;
}
.lab.lab-lg {
  height: 24px;
  padding: 0 8px;
  border-radius: 6px;
}
.lab.lab-lg .lab-icon i {
  width: 14px;
  height: 14px;
  font-size: 14px;
}
.lab-icon {
  font-size: 0;
}
.lab-icon:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lab-icon i {
  display: inline-block;
  height: 100%;
  font-size: 12px;
  vertical-align: middle;
}

.lab-text {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}

.lab-primary {
  background-color: #178282;
}
.lab-primary.lab-hollow {
  color: #178282;
  border-color: rgba(23, 130, 130, 0.5);
}
.lab-primary.lab-anti {
  color: #178282;
  background-color: rgba(23, 130, 130, 0.1);
}
.lab-primary.lab-ghost {
  color: #178282;
}

.lab-gray {
  background-color: #bfbfbf;
}
.lab-gray.lab-hollow {
  color: #bfbfbf;
  border-color: rgba(191, 191, 191, 0.5);
}
.lab-gray.lab-anti {
  color: #bfbfbf;
  background-color: rgba(191, 191, 191, 0.1);
}
.lab-gray.lab-ghost {
  color: #bfbfbf;
}

.lab-red {
  background-color: #e54d4d;
}
.lab-red.lab-hollow {
  color: #e54d4d;
  border-color: rgba(229, 77, 77, 0.5);
}
.lab-red.lab-anti {
  color: #e54d4d;
  background-color: rgba(229, 77, 77, 0.1);
}
.lab-red.lab-ghost {
  color: #e54d4d;
}

.lab-yellow {
  background-color: #e5b700;
}
.lab-yellow.lab-hollow {
  color: #e5b700;
  border-color: rgba(229, 183, 0, 0.5);
}
.lab-yellow.lab-anti {
  color: #e5b700;
  background-color: rgba(229, 183, 0, 0.1);
}
.lab-yellow.lab-ghost {
  color: #e5b700;
}

.lab-green {
  background-color: #22c3ae;
}
.lab-green.lab-hollow {
  color: #22c3ae;
  border-color: rgba(34, 195, 174, 0.5);
}
.lab-green.lab-anti {
  color: #22c3ae;
  background-color: rgba(34, 195, 174, 0.1);
}
.lab-green.lab-ghost {
  color: #22c3ae;
}

.lab-hollow {
  background-color: transparent;
  border: 1px solid;
}

.lab-ghost {
  background-color: transparent;
}

.lab-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
}

/**
 * Tooltips
 * ----------------------------------------------------------------------------
 */
.tooltip.multiclass {
  max-width: 300px;
  font-size: 12px;
  color: white;
  line-height: 18px;
  text-align: left;
}
.tooltip.multiclass .tooltip-con {
  padding: 8px 12px;
  white-space: normal !important;
  font-size: inherit;
  color: inherit;
}
.tooltip.multiclass .title {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.tooltip.multiclass p {
  margin: 8px 0;
}
.tooltip.multiclass p:first-child {
  margin-top: 0;
}
.tooltip.multiclass p:last-child {
  margin-bottom: 0;
}

.tooltip {
  position: absolute;
  display: inline-block;
  z-index: 1060;
  min-width: 30px;
  border-radius: 8px;
  background-color: #141414;
  text-align: center;
}
.tooltip.light {
  background-color: white;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.12);
}
.tooltip.light .title {
  color: #595959;
}
.tooltip-con {
  display: inline-block;
  padding: 0 8px;
  white-space: nowrap;
  font-size: 12px;
  color: white;
  line-height: 25px;
  vertical-align: middle;
}

.tooltip-arr {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
}

.tooltip-topleft .tooltip-arr {
  bottom: -8px;
  left: 12px;
  border-top-color: #141414;
  border-top-style: solid;
}

.tooltip-top .tooltip-arr {
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  border-top-color: #141414;
  border-top-style: solid;
}
.tooltip-top.light .tooltip-arr {
  border-top-color: white;
}

.tooltip-topright .tooltip-arr {
  bottom: -8px;
  right: 12px;
  border-top-color: #141414;
  border-top-style: solid;
}

.tooltip-right .tooltip-arr {
  top: 50%;
  left: -8px;
  margin-top: -4px;
  border-right-color: #141414;
  border-right-style: solid;
}

.tooltip-bottomright .tooltip-arr {
  top: -8px;
  right: 12px;
  border-bottom-color: #141414;
  border-bottom-style: solid;
}

.tooltip-bottom .tooltip-arr {
  top: -8px;
  left: 50%;
  margin-left: -4px;
  border-bottom-color: #141414;
  border-bottom-style: solid;
}

.tooltip-bottomleft .tooltip-arr {
  top: -8px;
  left: 12px;
  border-bottom-color: #141414;
  border-bottom-style: solid;
}

.tooltip-left .tooltip-arr {
  top: 50%;
  right: -8px;
  margin-top: -4px;
  border-left-color: #141414;
  border-left-style: solid;
}

/**
 * Forms
 * ----------------------------------------------------------------------------
 */
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  cursor: pointer;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  border-width: 1px;
  border-radius: 6px;
  color: #141414;
  background-color: white;
  background-image: none;
  border-style: solid;
  border-color: #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control:not([readonly]):focus {
  border-color: #178282;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.form-control.form-textarea {
  position: relative;
  z-index: 1;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.4;
  resize: none;
}

input[type=search] {
  -webkit-appearance: none;
}

.form-con.select-hastitle .form-title, .form-intitle .form-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 0;
}
.form-con.select-hastitle .form-title:after, .form-intitle .form-title:after {
  vertical-align: middle;
}
.form-con.select-hastitle .form-title > *, .form-intitle .form-title > * {
  display: inline-block;
  vertical-align: middle;
}
.form-con.select-hastitle .form-title > *:first-child, .form-intitle .form-title > *:first-child {
  margin-left: 0;
}
.form-con.select-hastitle .form-title > *:last-child, .form-intitle .form-title > *:last-child {
  margin-right: 0;
}
.form-con.select-hastitle .form-title span, .form-intitle .form-title span {
  font-size: 14px;
}
.form-con.select-hastitle .form-title:before, .form-intitle .form-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background-color: #e6e6e6;
}

.form-row {
  position: relative;
  margin: 12px 0;
  line-height: 1;
}
.form-title {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
  vertical-align: middle;
}
.form-title:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.form-title span {
  display: inline-block;
  vertical-align: middle;
}

.form-pretitle {
  font-size: 0;
}
.form-pretitle:after {
  vertical-align: middle;
}
.form-pretitle > * {
  display: inline-block;
  vertical-align: middle;
}
.form-pretitle > *:first-child {
  margin-left: 0;
}
.form-pretitle > *:last-child {
  margin-right: 0;
}
.form-pretitle .form-title {
  width: 60px;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-pretitle .form-con {
  width: calc(100% - 68px);
}

.form-intitle {
  position: relative;
}
.form-intitle .form-title {
  line-height: 1;
}
.form-intitle .form-control {
  display: flex;
}

.form-con {
  line-height: 36px;
}
.input-wrap,
.textarea-wrap,
.form-label,
.date-wrap,
.mixform-wrap {
  position: relative;
  line-height: inherit;
}

.text-wrap {
  font-size: 14px;
  color: #141414;
  line-height: 36px;
}

.input-wrap.input-hasicon .form-control {
  padding-left: 40px;
}
.input-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  z-index: 1;
  display: inline-block;
  color: #8c8c8c;
  font-size: 0;
}
.input-icon:after {
  vertical-align: middle;
}
.input-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.input-icon > *:first-child {
  margin-left: 0;
}
.input-icon > *:last-child {
  margin-right: 0;
}
.input-icon i {
  font-size: 16px !important;
}

.input-wrap.input-hasappend .form-control, .input-wrap.input-hasappend-2 .form-control {
  padding-right: 32px;
}
.input-append {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 100;
  line-height: 34px;
  background-color: white;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  font-size: 0;
}
.input-append:after {
  vertical-align: middle;
}
.input-append > * {
  display: inline-block;
  vertical-align: middle;
}
.input-append > *:first-child {
  margin-left: 0;
}
.input-append > *:last-child {
  margin-right: 0;
}
.input-append .btn {
  display: inline-block;
  height: inherit;
  padding: 0 8px;
  font-size: 16px;
  color: #bfbfbf;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.input-append .btn:hover {
  color: #178282;
}

.input-wrap.input-hasappend-2 .form-control {
  padding-right: 64px;
}

.textarea-wrap .form-textarea {
  padding-top: 12px;
  padding-bottom: 12px;
}
.form-textarea-bot {
  font-size: 12px;
  line-height: 30px;
}
.form-textarea-num {
  color: #bfbfbf;
}

.textarea-wrap.textarea-numin {
  padding-top: 12px;
  padding-bottom: 32px;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
.textarea-wrap.textarea-numin .form-textarea {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.textarea-wrap.textarea-numin .form-textarea-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.textarea-wrap.textarea-numin.active {
  border-color: #178282;
}

.form-label {
  position: relative;
  font-size: 0;
  font-weight: normal;
  cursor: pointer;
}
.form-label input {
  position: absolute;
  left: -999999px;
}
.form-label > * {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: middle;
}
.form-label > *:first-child {
  margin-left: 0;
}
.form-label > *:last-child {
  margin-right: 0;
}
.form-label:hover .form-radio-btn,
.form-label:hover .form-checkbox-btn {
  border-color: #178282;
}
.form-label.active .form-radio-btn,
.form-label.active .form-checkbox-btn {
  background-color: #178282;
  border-color: #136c6c;
}
.form-label.active .form-radio-btn i,
.form-label.active .form-checkbox-btn i {
  display: inline-block;
}
.form-label.active .form-label-con {
  color: #178282;
}
.form-radio-btn,
.form-checkbox-btn {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  color: white;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-radio-btn:after,
.form-checkbox-btn:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.form-radio-btn i,
.form-checkbox-btn i {
  display: none;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.form-radio-btn {
  border-radius: 50%;
}

.form-checkbox-btn {
  border-radius: 4px;
}

.form-label-con {
  width: calc(100% - 24px);
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  color: #141414;
  line-height: 12px;
}

.radio-wrap.group .form-label,
.checkbox-wrap.group .form-label {
  margin: 0 24px;
}

@keyframes xm-upbit {
  0% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, -2px, 0);
  }
}
xm-select {
  border-color: #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
xm-select .xm-icon {
  width: 20px;
  height: 20px;
  right: 4px;
  min-height: auto !important;
  margin-top: -10px;
  background-image: url("../scripts/xm-select/select-down-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
xm-select .xm-icon:before {
  display: none;
}
xm-select[size=large] {
  height: 40px;
  line-height: 38px;
  border-radius: 6px;
}
xm-select[size=medium] {
  height: 36px;
  line-height: 34px;
  border-radius: 6px;
}
xm-select[size=small] {
  height: 32px;
  line-height: 30px;
  border-radius: 4px;
}
xm-select > .xm-label .scroll .label-content {
  padding-top: 0;
  padding-right: 12px;
  padding-bottom: 0;
  padding-left: 12px;
  color: #141414;
  line-height: inherit !important;
}
xm-select > .xm-body {
  right: -1px;
  left: -1px;
  width: auto;
  border-color: #d9d9d9;
  border-radius: 6px;
}
xm-select > .xm-body .xm-option {
  margin: 0 4px;
  border-radius: 4px;
}
xm-select > .xm-body .xm-option.selected.hide-icon {
  position: relative;
  background-color: transparent !important;
}
xm-select > .xm-body .xm-option.selected.hide-icon .xm-option-content {
  color: #178282 !important;
}
xm-select > .xm-body .xm-option .xm-option-icon {
  width: 16px;
  height: 16px;
  background-color: white;
  border-color: #d9d9d9 !important;
  border-radius: 4px;
}
xm-select > .xm-body .xm-option .xm-option-icon.xm-icon-duox:before {
  display: none;
}
xm-select > .xm-body .xm-option.selected .xm-option-icon {
  background-color: #178282;
  background-image: url("../scripts/xm-select/select-tick-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
}
xm-select > .xm-body .xm-option:hover {
  background-color: rgba(23, 130, 130, 0.1) !important;
}
xm-select > .xm-body .xm-option:hover .xm-option-icon {
  border-color: #178282 !important;
}
xm-select > .xm-body .xm-option:visited {
  background-color: red !important;
}
xm-select > .xm-body .xm-option-content {
  font-size: 14px;
  line-height: 36px;
}
xm-select .xm-tips {
  color: #bfbfbf;
}

.form-con.select-hasicon {
  position: relative;
}
.form-con.select-hasicon > .icon {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  font-size: 16px;
  color: #8c8c8c;
  line-height: 16px;
}
.form-con.select-hasicon xm-select > .xm-tips {
  padding-left: 44px;
}
.form-con.select-hasicon xm-select > .xm-label .scroll .label-content {
  margin-left: 44px;
  padding-left: 0 !important;
}
.form-con.select-hastitle {
  position: relative;
}
.form-con.select-hastitle xm-select > .xm-label .scroll .label-content {
  padding-left: 0 !important;
}

.layui-laydate .layui-this {
  background-color: #178282 !important;
}

.laydate-theme-molv .layui-laydate-header {
  background-color: #178282 !important;
}

.laydate-theme-grid .laydate-selected,
.laydate-theme-grid .laydate-selected:hover {
  color: #178282 !important;
}

.layui-laydate-footer span:hover,
.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
  color: #178282;
}

.laydate-day-mark::after {
  background-color: #22c3ae;
}

.layui-laydate-footer span[lay-type=date] {
  color: #22c3ae;
}

.layui-laydate-content td.laydate-selected,
.laydate-selected:hover {
  background-color: #1fadad;
}

.date-wrap .form-control {
  position: relative;
  cursor: pointer;
}
.form-date-ico {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("../images/calendar.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.range-wrap {
  line-height: 0;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.range-wrap:after {
  vertical-align: middle;
}
.range-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.range-wrap > *:first-child {
  margin-left: 0;
}
.range-wrap > *:last-child {
  margin-right: 0;
}
.range-wrap .input-wrap {
  width: calc((100% - 32px) / 2);
}
.range-wrap .form-control {
  height: 34px;
  text-align: center;
  border: 0;
}
.range-wrap span {
  width: 32px;
  font-size: 18px;
  font-weight: 400px;
  color: #595959;
  text-align: center;
}

.mixform-wrap .vcode-img {
  width: 88px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.mixform-wrap .vcode-btn {
  font-size: 14px;
}
.mixform-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.mixform-wrap > * {
  margin-right: 4px;
  margin-left: 4px;
}
.mixform-wrap > *:first-child {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0;
}
.mixform-wrap > *:last-child {
  margin-right: 0;
}

.form-con.form-error .form-control {
  border-color: #e54d4d;
}
.error-info {
  font-size: 0;
  color: #e54d4d;
  vertical-align: middle;
}
.error-info i, .error-info span {
  display: inline-block;
  vertical-align: middle;
}
.error-info i {
  margin-right: 4px;
  font-size: 14px;
}
.error-info span {
  font-size: 12px;
}

.form-dark .form-control {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.form-dark .form-control:focus {
  background-color: white;
  border-color: #178282;
}
.form-dark .textarea-numin {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.form-dark .textarea-numin .form-control {
  background-color: transparent;
}
.form-dark .textarea-numin.active {
  background-color: white;
}

.form-transparent .form-control {
  background-color: transparent;
  border-color: transparent;
}
.form-transparent .form-control:active {
  background-color: #f5f5f5;
}

.form-lg .form-control {
  height: 45px;
}

/**
 * Empty
 * ----------------------------------------------------------------------------
 */
.empty {
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}
.empty:after {
  vertical-align: middle;
}
.empty > * {
  display: inline-block;
  vertical-align: middle;
}
.empty > *:first-child {
  margin-left: 0;
}
.empty > *:last-child {
  margin-right: 0;
}
.empty.fix-height {
  height: 400px;
}
.empty.empty-sm .empty-icon {
  width: 100px;
  height: 100px;
}
.empty.empty-sm .empty-title {
  font-size: 16px;
}
.empty.empty-sm .empty-text,
.empty.empty-sm .empty-info {
  font-size: 12px;
}
.empty.empty-md .empty-icon {
  width: 200px;
  height: 200px;
}
.empty.empty-lg .empty-icon {
  width: 240px;
  height: 240px;
}
.empty-wrap span {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.empty-icon {
  width: 160px;
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.empty-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.empty-con {
  margin-top: 10px;
}

.empty-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #141414;
  line-height: 1.4;
}

.empty-text,
.empty-info {
  display: inline-block;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.empty-info {
  color: #bfbfbf;
  line-height: 2;
}

.empty-btn-group .btn {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}
.empty-btn-group .btn-solid-primary {
  background-image: linear-gradient(to right, #12a197 0%, #12a197 100%);
  background-repeat: repeat-x;
  border: 0;
}
.empty-btn-group .btn-solid-primary:hover {
  background-image: linear-gradient(to right, #108f86 0%, #108f86 100%);
  background-repeat: repeat-x;
}

.empty-icon-scanfailed {
  background-image: url("../../img/empty-scanfailed.svg");
}

.empty-icon-scaning {
  background-image: url("../../img/empty-scaning.svg");
}

/**
 * Tabs
 * ----------------------------------------------------------------------------
 */
.tabs-head {
  font-size: 0;
}
.tabs-item {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

.tabs-link {
  position: relative;
  display: block;
  margin: 0 4px;
  padding: 8px 0;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs-link:hover {
  color: #178282;
}

.tabs-con {
  position: relative;
  display: none;
}
.tabs-con.active {
  display: block;
}

.ghost-tabs {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.ghost-tabs .tabs-link {
  padding: 16px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ghost-tabs .tabs-link:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  margin-left: 0;
  background-color: #178282;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ghost-tabs .tabs-link.active {
  font-weight: bold;
  color: black;
}
.ghost-tabs .tabs-link.active:after {
  width: 24px;
  margin-left: -12px;
}

.group-tabs {
  display: inline-block;
  background-color: white;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.group-tabs .tabs-item {
  margin: 0;
}
.group-tabs .tabs-item:first-child .tabs-link {
  white-space: nowrap;
  border-left: 1px solid #bfbfbf;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.group-tabs .tabs-item:first-child .tabs-link.active {
  border-left-color: #178282;
}
.group-tabs .tabs-item:last-child .tabs-link {
  border-right-color: #bfbfbf;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.group-tabs .tabs-item:last-child .tabs-link.active {
  border-right-color: #178282;
}
.group-tabs .tabs-link {
  margin: 0;
  padding: 6px 18px;
  line-height: 22px;
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-right: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.group-tabs .tabs-link.active {
  font-weight: bold;
  color: white;
  background-color: #178282;
  border-color: #178282;
}

.toast-tabs {
  font-size: 0;
}
.toast-tabs .tabs-item {
  margin-right: 4px;
  margin-left: 4px;
}
.toast-tabs:after {
  vertical-align: middle;
}
.toast-tabs > * {
  display: inline-block;
  vertical-align: middle;
}
.toast-tabs > *:first-child {
  margin-left: 0;
}
.toast-tabs > *:last-child {
  margin-right: 0;
}
.toast-tabs .tabs-link {
  margin: 0;
  padding: 6px 18px;
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.toast-tabs .tabs-link:hover {
  font-weight: bold;
  color: #141414;
  background-color: #fafafa;
  border-color: #bfbfbf;
}
.toast-tabs .tabs-link.active {
  font-weight: bold;
  color: white;
  background-color: #178282;
  border-color: #178282;
}
.toast-tabs.dark .tabs-link {
  background-color: #f5f5f5;
  border-color: transparent;
}
.toast-tabs.dark .tabs-link:hover {
  background-color: #f0f0f0;
}
.toast-tabs.dark .tabs-link.active {
  color: #178282;
  background-color: rgba(23, 130, 130, 0.1);
}
.toast-tabs.rounded .tabs-link {
  border-radius: 40px;
}

.spinner {
  margin: 0 auto;
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-color: #178282 transparent #178282 #178282;
  border-image: initial;
  border-radius: 50%;
  animation: rotate 0.8s infinite linear;
}
.spinner.md {
  width: 24px;
  height: 24px;
  border-width: 3px;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
/**
 * Misc
 * ----------------------------------------------------------------------------
*/
.btn-shadow-primary {
  -webkit-box-shadow: 0 2px 6px rgba(23, 130, 130, 0.2);
  box-shadow: 0 2px 6px rgba(23, 130, 130, 0.2);
}

.btn-shadow-base {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.shadow-light, .group-tabs {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.shadow-base {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.shadow-dark {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.typeico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.group {
  font-size: 0;
}
.group > * {
  margin-right: 5px;
  margin-left: 5px;
}
.group > *:first-child {
  margin-left: 0 !important;
}
.group > *:last-child {
  margin-right: 0 !important;
}
.group:after {
  vertical-align: middle;
}
.group > * {
  display: inline-block;
  vertical-align: middle;
}
.group > *:first-child {
  margin-left: 0;
}
.group > *:last-child {
  margin-right: 0;
}
.group-top:after,
.group-top > * {
  vertical-align: top;
}

.group-bottom:after,
.group-bottom > * {
  vertical-align: bottom;
}

.toast-hint-container {
  text-align: center;
}
.toast-hint-container:after,
.toast-hint-container .toast-hint:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toast-hint {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  background-color: rgba(89, 89, 89, 0.8);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.toast-hint .wrap {
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
}
.toast-hint .wrap span {
  display: inline-block;
  margin: 0 4px;
  font-size: 0;
  vertical-align: middle;
}
.toast-hint .wrap span:first-child {
  margin-left: 0;
}
.toast-hint .wrap span:last-child {
  margin-right: 0;
}
.toast-hint .wrap .icon {
  font-size: 24px;
  line-height: 1;
  color: white;
}
.toast-hint .wrap .text {
  font-size: 14px;
  color: white;
  line-height: 22px;
}
.toast-hint.sm .icon {
  font-size: 16px;
}
.toast-hint.sm .text {
  font-size: 12px;
}
.toast-hint.light {
  background-color: white;
}
.toast-hint.light .text {
  color: #141414;
}
.toast-hint.dark {
  background-color: #141414;
}
.toast-hint.dark .text {
  color: white;
}

/**
 * Utility classes
 * ----------------------------------------------------------------------------
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.vertical-center {
  font-size: 0;
}
.vertical-center:after {
  vertical-align: middle;
}
.vertical-center > * {
  display: inline-block;
  vertical-align: middle;
}
.vertical-center > *:first-child {
  margin-left: 0;
}
.vertical-center > *:last-child {
  margin-right: 0;
}

.vertical-top {
  font-size: 0;
}
.vertical-top:after {
  vertical-align: top;
}
.vertical-top > * {
  display: inline-block;
  vertical-align: top;
}
.vertical-top > *:first-child {
  margin-left: 0;
}
.vertical-top > *:last-child {
  margin-right: 0;
}

.dvs-1 {
  float: left;
  width: 100%;
}

.dvs-2 {
  float: left;
  width: 50%;
}

.dvs-3 {
  float: left;
  width: 33.3333333333%;
}

.dvs-4 {
  float: left;
  width: 25%;
}

.dvs-5 {
  float: left;
  width: 20%;
}

.dvs-6 {
  float: left;
  width: 16.6666666667%;
}

.dvs-7 {
  float: left;
  width: 14.2857142857%;
}

.dvs-8 {
  float: left;
  width: 12.5%;
}

.dvs-9 {
  float: left;
  width: 11.1111111111%;
}

.dvs-10 {
  float: left;
  width: 10%;
}

.dvs-11 {
  float: left;
  width: 9.0909090909%;
}

.dvs-12 {
  float: left;
  width: 8.3333333333%;
}

.prepend,
.append {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.prepend {
  left: 0;
}

.append {
  right: 0;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.primary {
  color: #178282 !important;
}

.red {
  color: #e54d4d !important;
}

.green {
  color: #22c3ae !important;
}

.yellow {
  color: #e5b700 !important;
}

.dark {
  color: #141414 !important;
}

.base {
  color: #595959 !important;
}

.light {
  color: #bfbfbf !important;
}

.bg-light {
  background-color: #fafafa !important;
}

.bg-base {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #f0f0f0 !important;
}

.bg-white {
  background-color: white !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.rounded {
  border-radius: 100px !important;
}

.sharp {
  border-radius: 0 !important;
}

.link-default {
  font-size: inherit;
  color: #595959;
  text-decoration: none;
}
.link-default:hover {
  color: #178282;
}
.link-default:active {
  color: #115f5f;
}

.link-normal {
  font-size: inherit;
  color: #178282;
  text-decoration: none;
}
.link-normal:hover {
  text-decoration: underline;
}
.link-normal:active {
  color: #115f5f;
}

.link-light {
  font-size: inherit;
  color: #8c8c8c;
  text-decoration: none;
}
.link-light:hover {
  color: #178282;
}
.link-light:active {
  color: #115f5f;
}

.link-icon {
  font-size: 0;
}
.link-icon:after {
  vertical-align: middle;
}
.link-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.link-icon > *:first-child {
  margin-left: 0;
}
.link-icon > *:last-child {
  margin-right: 0;
}
.link-icon > * {
  margin: 0 2px;
}
.link-icon i {
  font-size: 16px;
  line-height: 1;
}
.link-icon span {
  font-size: 14px;
}

.info {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 22px;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.mask-white {
  background-color: rgba(255, 255, 255, 0.9);
}

.mask-transparent {
  background-color: transparent;
}

.mask-light {
  background-color: rgba(0, 0, 0, 0.1);
}

.bt {
  border-top: 1px solid #d9d9d9;
}

.br {
  border-right: 1px solid #d9d9d9;
}

.bb {
  border-bottom: 1px solid #d9d9d9;
}

.bl {
  border-left: 1px solid #d9d9d9;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px;
  border-style: solid;
  border-color: #d9d9d9;
}
hr.hr-vertical {
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
hr.hr-dark {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}
hr.hr-light {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.hr-container {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.portrait {
  background-image: url("../images/portraits/portrait-default.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  border-radius: 50%;
}
.portrait img {
  border-radius: inherit;
}
.portrait.portrait-xsmall {
  width: 40px;
  height: 40px;
}
.portrait.portrait-small {
  width: 48px;
  height: 48px;
}
.portrait.portrait-base {
  width: 56px;
  height: 56px;
}
.portrait.portrait-medium {
  width: 72px;
  height: 72px;
}
.portrait.portrait-large {
  width: 80px;
  height: 80px;
}
.portrait.portrait-xlarge {
  width: 160px;
  height: 160px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.w-48 {
  width: 48px !important;
}

.w-56 {
  width: 56px !important;
}

.w-88 {
  width: 88px !important;
}

.w-100 {
  width: 100px !important;
}

.w-120 {
  width: 120px !important;
}