/*!
 * USkin v0.5.0 (https://github.com/icecreamliker/uskin)
 * Inspired by bootstrap
 * Copyright 2017 Lee Yao <yaoli111144@gmail.com>
 * Licensed under MIT (https://github.com/icecreamliker/uskin/blob/master/LICENSE)
 */

/**
 * Default theme
 */
/**
 * Reference:
 * http://www.zhihu.com/question/20683099?sort=created
 * https://ruby-china.org/topics/14005
 */
/**
 * color Pallet v.3 , default color is 500
 */
/**
 * Global mixins
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "Helvetica Neue", Helvetica, arial, "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  text-decoration: none;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * USkin reset based on normalize.css v3.0.1
 *
 * @author LeeY <yaoli111144@gmail.com>
 */
html {
  height: 100%;
  font-size: 12px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #252f3d;
}
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
form {
  margin: 0;
}
a {
  color: #00afc8;
}
a:hover {
  color: #00a6be;
}
a:active {
  color: #009db4;
}
input,
textarea {
  outline: 0;
}
.clearfix:before,
.clearfix:after,
.tra-row:before,
.tra-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.tra-row:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
@font-face {
  font-family: "icons";
  src: url(./fonts/1e84942e.icon.eot);
  src: url(./fonts/1e84942e.icon.eot?#iefix) format("embedded-opentype"), url(./fonts/f1c5e04c.icon.woff) format("woff"), url(./fonts/914eeb5a.icon.ttf) format("truetype"), url(./fonts/d9f504ff.icon.svg#icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
.glyphicon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:before {
  font-family: "icons";
}
.icon-account-charge:before {
  content: "\F101";
}
.icon-active-yes:before {
  content: "\F102";
}
.icon-active:before {
  content: "\F103";
}
.icon-app-center:before {
  content: "\F104";
}
.icon-applications:before {
  content: "\F105";
}
.icon-arrow-down:before {
  content: "\F106";
}
.icon-arrow-left:before {
  content: "\F107";
}
.icon-arrow-right:before {
  content: "\F108";
}
.icon-arrow-up:before {
  content: "\F109";
}
.icon-associate:before {
  content: "\F10A";
}
.icon-avatar:before {
  content: "\F10B";
}
.icon-billing-record:before {
  content: "\F10C";
}
.icon-billing:before {
  content: "\F10D";
}
.icon-bucket:before {
  content: "\F10E";
}
.icon-cache-config:before {
  content: "\F10F";
}
.icon-cache:before {
  content: "\F110";
}
.icon-calendar:before {
  content: "\F111";
}
.icon-charge-record:before {
  content: "\F112";
}
.icon-close:before {
  content: "\F113";
}
.icon-collaboration:before {
  content: "\F114";
}
.icon-copy:before {
  content: "\F115";
}
.icon-create:before {
  content: "\F116";
}
.icon-database-config:before {
  content: "\F117";
}
.icon-database:before {
  content: "\F118";
}
.icon-delete:before {
  content: "\F119";
}
.icon-deploy:before {
  content: "\F11A";
}
.icon-disable:before {
  content: "\F11B";
}
.icon-dissociate:before {
  content: "\F11C";
}
.icon-domain:before {
  content: "\F11D";
}
.icon-double-arrow-left:before {
  content: "\F11E";
}
.icon-double-arrow-right:before {
  content: "\F11F";
}
.icon-download:before {
  content: "\F120";
}
.icon-dropdown:before {
  content: "\F121";
}
.icon-edit:before {
  content: "\F122";
}
.icon-enable:before {
  content: "\F123";
}
.icon-eye:before {
  content: "\F124";
}
.icon-file-sharing:before {
  content: "\F125";
}
.icon-file:before {
  content: "\F126";
}
.icon-filter-collapse:before {
  content: "\F127";
}
.icon-filter-expand:before {
  content: "\F128";
}
.icon-flavor-setting:before {
  content: "\F129";
}
.icon-flavor:before {
  content: "\F12A";
}
.icon-floating-ip:before {
  content: "\F12B";
}
.icon-g-admin:before {
  content: "\F12C";
}
.icon-g-approval:before {
  content: "\F12D";
}
.icon-g-bill:before {
  content: "\F12E";
}
.icon-g-calamari:before {
  content: "\F12F";
}
.icon-g-dashboard:before {
  content: "\F130";
}
.icon-g-ec2:before {
  content: "\F131";
}
.icon-g-grafana:before {
  content: "\F132";
}
.icon-g-rds:before {
  content: "\F133";
}
.icon-g-storage:before {
  content: "\F134";
}
.icon-g-ticket:before {
  content: "\F135";
}
.icon-g-union:before {
  content: "\F136";
}
.icon-g-vmware:before {
  content: "\F137";
}
.icon-g-vpc:before {
  content: "\F138";
}
.icon-global:before {
  content: "\F139";
}
.icon-help:before {
  content: "\F13A";
}
.icon-host:before {
  content: "\F13B";
}
.icon-image:before {
  content: "\F13C";
}
.icon-instance:before {
  content: "\F13D";
}
.icon-invoice:before {
  content: "\F13E";
}
.icon-keypair:before {
  content: "\F13F";
}
.icon-lb:before {
  content: "\F140";
}
.icon-listener:before {
  content: "\F141";
}
.icon-loading:before {
  content: "\F142";
}
.icon-log:before {
  content: "\F143";
}
.icon-logout:before {
  content: "\F144";
}
.icon-monitor:before {
  content: "\F145";
}
.icon-more:before {
  content: "\F146";
}
.icon-network:before {
  content: "\F147";
}
.icon-notification:before {
  content: "\F148";
}
.icon-overview:before {
  content: "\F149";
}
.icon-performance:before {
  content: "\F14A";
}
.icon-port:before {
  content: "\F14B";
}
.icon-power-off:before {
  content: "\F14C";
}
.icon-power-on:before {
  content: "\F14D";
}
.icon-project:before {
  content: "\F14E";
}
.icon-property:before {
  content: "\F14F";
}
.icon-question:before {
  content: "\F150";
}
.icon-redirect-policy:before {
  content: "\F151";
}
.icon-refresh:before {
  content: "\F152";
}
.icon-region:before {
  content: "\F153";
}
.icon-remove:before {
  content: "\F154";
}
.icon-resource-pool:before {
  content: "\F155";
}
.icon-restart:before {
  content: "\F156";
}
.icon-role:before {
  content: "\F157";
}
.icon-router:before {
  content: "\F158";
}
.icon-search:before {
  content: "\F159";
}
.icon-security-group:before {
  content: "\F15A";
}
.icon-setting:before {
  content: "\F15B";
}
.icon-snapshot:before {
  content: "\F15C";
}
.icon-status-active:before {
  content: "\F15D";
}
.icon-status-approving:before {
  content: "\F15E";
}
.icon-status-deleted:before {
  content: "\F15F";
}
.icon-status-disabled:before {
  content: "\F160";
}
.icon-status-light:before {
  content: "\F161";
}
.icon-status-paused:before {
  content: "\F162";
}
.icon-status-pending:before {
  content: "\F163";
}
.icon-status-shutdown:before {
  content: "\F164";
}
.icon-status-warning:before {
  content: "\F165";
}
.icon-subnet:before {
  content: "\F166";
}
.icon-ticket:before {
  content: "\F167";
}
.icon-topology:before {
  content: "\F168";
}
.icon-upload:before {
  content: "\F169";
}
.icon-user-group:before {
  content: "\F16A";
}
.icon-user:before {
  content: "\F16B";
}
.icon-vnc:before {
  content: "\F16C";
}
.icon-volume:before {
  content: "\F16D";
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes modalZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
            transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
}
@keyframes modalZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
            transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
}
@-webkit-keyframes modalZoomOut {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
            transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}
@keyframes modalZoomOut {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
            transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}
@-webkit-keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modalFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modalFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
table.table {
  display: table;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
table.table input[type="checkbox"] {
  vertical-align: middle;
}
table.table > thead {
  height: 36px;
  background-color: #ecf0f2;
  font-size: 12px;
  color: #626f7e;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
table.table > thead > tr {
  height: 36px;
}
table.table > thead > tr th {
  padding-left: 16px;
  text-align: left;
  font-weight: normal;
}
table.table > thead > tr th:not(:first-child) {
  border-left: 1px solid #fff;
}
table.table > tbody > tr {
  height: 40px;
  border-bottom: 1px solid #ecf0f2;
}
table.table > tbody > tr.selected {
  background-color: #b9f1f9 !important;
}
table.table > tbody > tr > td {
  padding-left: 16px;
}
.table {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table input[type="checkbox"] {
  vertical-align: middle;
}
.table .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 36px;
  height: 36px;
  max-height: 36px;
}
.table .table-header > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 36px;
  line-height: 36px;
  padding-left: 16px;
  background-color: #ecf0f2;
  color: #626f7e;
  border-right: 1px solid #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table .table-header > div .filter-box {
  display: inline-block;
  cursor: pointer;
}
.table .table-header > div .filter-box .filter-icon {
  display: inline-block;
  width: 16px;
  height: 36px;
  text-align: center;
  cursor: pointer;
}
.table .table-header > div .filter-box .filter-icon::after {
  content: "";
  font-size: 0;
  width: 0;
  position: relative;
  top: -2px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 3px solid #939ba3;
  border-right: 3px solid #939ba3;
}
.table .table-header > div .filter-box .filter-icon:hover::after {
  border-bottom: 3px solid #626f7e;
  border-right: 3px solid #626f7e;
}
.table .table-header > div .filter-box .filter {
  position: absolute;
  border: 1px solid #ecf0f2;
  width: 150px;
  text-align: left;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 15px #ecf0f2;
  z-index: 9;
}
.table .table-header > div .filter-box .filter > div {
  margin: 2px;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table .table-header > div .filter-box .filter > div:hover {
  background: #f5fdfe;
}
.table .table-header > div .filter-box .filter > div.selected {
  background: #b9f1f9 !important;
}
.table .table-header > div .filter-box .filter > div.selected i {
  position: absolute;
  top: 12px;
  right: 6px;
  font-weight: bold;
  color: #00afc8;
}
.table .table-header > div:last-child {
  border-right: none;
}
.table .table-header > div.checkbox {
  width: 26px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 10px;
}
.table .table-header > div.sortable {
  display: inline-block;
  cursor: pointer;
}
.table .table-header > div.sortable .sort-box {
  width: 20px;
  height: 36px;
  float: right;
}
.table .table-header > div.sortable .sort-box .sort-up,
.table .table-header > div.sortable .sort-box .sort-down {
  display: block;
  height: 50%;
  padding-left: 6px;
  cursor: pointer;
  position: relative;
}
.table .table-header > div.sortable .sort-box .sort-up .arrow-up {
  position: absolute;
  bottom: 1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #939ba3;
}
.table .table-header > div.sortable .sort-box .sort-up:hover .arrow-up {
  border-bottom: 4px solid #626f7e;
}
.table .table-header > div.sortable .sort-box .sort-up.selected .arrow-up {
  border-bottom: 4px solid #626f7e;
}
.table .table-header > div.sortable .sort-box .sort-down .arrow-down {
  position: absolute;
  top: 1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #939ba3;
}
.table .table-header > div.sortable .sort-box .sort-down:hover .arrow-down {
  border-top: 4px solid #626f7e;
}
.table .table-header > div.sortable .sort-box .sort-down.selected .arrow-down {
  border-top: 4px solid #626f7e;
}
.table .loading-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow-y: hidden;
  position: relative;
}
.table .loading-data .icon-loading {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  color: #626f7e;
  animation: spin 1.28s linear .28s infinite;
  -moz-animation: spin 1.28s linear .28s infinite;
  -webkit-animation: spin 1.28s linear .28s infinite;
  font-size: 36px !important;
}
.table .loading-data .icon-loading:before {
  content: "\F142";
}
.table .table-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.table .table-body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ecf0f2;
}
.table .table-body .row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table .table-body .row > div:last-child {
  border-right: none;
}
.table .table-body .row > div.checkbox {
  width: 26px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 10px;
}
.table .table-body .row.selected {
  background-color: #b9f1f9 !important;
}
.table-striped > tbody > tr:nth-child(even) {
  background-color: #f5fdfe;
}
.table-striped .table-body .row:nth-child(even) {
  background-color: #f5fdfe;
}
.table-hover > tbody > tr:hover {
  background-color: #f5fdfe;
}
.table-hover .table-body .row:hover {
  background-color: #f5fdfe;
}
.table-mini .table-header {
  min-height: 28px;
  height: 28px;
  max-height: 28px;
  border-bottom: 1px solid #ecf0f2;
}
.table-mini .table-header > div {
  height: 28px;
  line-height: 28px;
  background-color: #fff;
}
.table-mini .table-header > div.sortable .sort-box {
  height: 28px;
  width: 16px;
}
.table-mini .table-header > div .filter-box .filter-icon {
  width: 12px;
  height: 28px;
}
.table-mini .table-body .row > div {
  height: 36px;
  line-height: 36px;
}
input {
  padding: 4px 10px;
  border: 1px solid #e3e4e5;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
  box-sizing: content-box;
}
input:hover {
  border-color: #00afc8;
}
input:focus {
  border-color: #00afc8;
}
input.error {
  border-color: #e05c69;
}
select {
  padding: 4px 10px;
  width: 125px;
  height: 22px;
  border: 1px solid #e3e4e5;
  border-radius: 2px;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: content-box;
  cursor: pointer;
}
select:hover {
  border-color: #00afc8;
}
select:focus {
  border-color: #00afc8;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #252f3d;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  color: #bbbfc5;
  border-color: #cccccc;
  background-color: #eeeeee;
  cursor: not-allowed !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
input[type="radio"],
input[type="checkbox"],
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
  height: auto;
  cursor: pointer;
  border: none;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
}
select,
input[type="radio"],
input[type="checkbox"],
input[type="radio"][disabled],
input[type="checkbox"][disabled] {
  background: url(./img/1a5a0b07.uskin_input.png) no-repeat -20px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  select,
  input[type="radio"],
  input[type="checkbox"],
  input[type="radio"][disabled],
  input[type="checkbox"][disabled] {
    background: url(./img/65f2124f.uskin_input@x2.png) no-repeat -20px 0;
    background-size: 96px 90px;
  }
}
select {
  background-position: right -71px;
}
select:hover {
  background-position: right -46px;
}
select:hover:disabled {
  background-position: right -71px;
}
input[type="radio"] {
  background-position: -20px -21px;
}
input[type="radio"]:hover {
  background-position: -40px -21px;
}
input[type="radio"]:checked {
  background-position: -60px -21px;
}
input[type="radio"]:checked:disabled {
  background-position: -80px -21px;
}
input[type="radio"]:disabled {
  background-position: 0 -21px;
}
input[type="checkbox"]:hover {
  background-position: -40px 0;
}
input[type="checkbox"]:checked {
  background-position: -60px 0;
}
input[type="checkbox"]:checked:disabled {
  background-position: -80px 0;
}
input[type="checkbox"]:disabled {
  background-position: 0 0;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  min-width: 80px;
  border: 1px solid transparent;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 12px;
  font-size: 13px;
  height: 32px;
  line-height: 30px;
  border-radius: 2px;
  color: white;
  background-color: #00afc8;
  border-color: #00afc8;
}
.btn:hover {
  color: white;
  background-color: #00a6be;
  border-color: #00a6be;
}
.btn:active {
  color: white;
  background-color: #009db4;
}
.btn:focus {
  outline: none;
}
.btn[disabled],
.btn.disabled {
  color: #939ba3;
  background-color: #d5dddf;
  border-color: #d5dddf;
  cursor: not-allowed;
}
.btn[disabled]:hover,
.btn.disabled:hover {
  color: #939ba3;
  background-color: #d5dddf;
  border-color: #d5dddf;
}
.btn[disabled]:active,
.btn.disabled:active {
  color: #939ba3;
  background-color: #d5dddf;
}
.btn[disabled]:focus,
.btn.disabled:focus {
  outline: none;
}
.btn > i + span {
  margin-left: 6px;
}
.btn > span + i {
  margin-left: 6px;
}
.btn .glyphicon {
  vertical-align: text-bottom;
  font-weight: bold;
  width: 13px;
}
.btn-create {
  color: white;
  background-color: #1eb9a5;
  border-color: #1eb9a5;
}
.btn-create:hover {
  color: white;
  background-color: #1db09d;
  border-color: #1db09d;
}
.btn-create:active {
  color: white;
  background-color: #1ba795;
}
.btn-create:focus {
  outline: none;
}
.btn-warning {
  color: white;
  background-color: #f2994b;
  border-color: #f2994b;
}
.btn-warning:hover {
  color: white;
  background-color: #f78913;
  border-color: #f78913;
}
.btn-warning:active {
  color: white;
  background-color: #f78913;
}
.btn-warning:focus {
  outline: none;
}
.btn-delete {
  color: white;
  background-color: #e05c69;
  border-color: #e05c69;
}
.btn-delete:hover {
  color: white;
  background-color: #de5361;
  border-color: #de5361;
}
.btn-delete:active {
  color: white;
  background-color: #dd4b59;
}
.btn-delete:focus {
  outline: none;
}
.btn-cancel {
  color: #626f7e;
  background-color: #ecf0f2;
  border-color: #ecf0f2;
}
.btn-cancel:hover {
  color: #626f7e;
  background-color: #e6ebee;
  border-color: #e6ebee;
}
.btn-cancel:active {
  color: #626f7e;
  background-color: #e0e6ea;
}
.btn-cancel:focus {
  outline: none;
}
.btn-status {
  color: #252f3d;
  background-color: #ecf0f2;
  border-color: #ecf0f2;
}
.btn-status:hover {
  color: #252f3d;
  background-color: #f5fdfe;
  border-color: #f5fdfe;
}
.btn-status:active {
  color: #252f3d;
  background-color: #f5fdfe;
}
.btn-status:focus {
  outline: none;
}
.btn-status.selected {
  color: #252f3d;
  background-color: #b9f1f9;
  border-color: #b9f1f9;
}
.btn-initial {
  min-width: initial;
}
.btn-xl {
  padding: 0 40px;
  font-size: 18px;
  height: 48px;
  line-height: 46px;
  border-radius: 2px;
}
.btn-lg {
  padding: 0 20px;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  border-radius: 2px;
}
.btn-sm {
  padding: 0 12px;
  font-size: 12px;
  height: 28px;
  line-height: 26px;
  border-radius: 2px;
}
.btn-xs {
  padding: 0 12px;
  font-size: 12px;
  height: 24px;
  line-height: 22px;
  border-radius: 2px;
}
.btn-group {
  display: inline-block;
}
.btn-group > .btn {
  float: left;
  margin-right: 1px;
}
.btn-group > .btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child {
  margin-right: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical {
  display: inline-block;
}
.btn-group-vertical > .btn {
  display: block;
  margin-bottom: 1px;
}
.btn-group-vertical > .btn:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-justified.btn-group {
  display: table;
  wdith: 100%;
  border-spacing: 1px 0;
}
.btn-group-justified.btn-group > .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified.btn-group-vertical {
  display: block;
}
.dropdown {
  position: absolute;
  padding: 10px 0;
  z-index: 1001;
  min-width: 135px;
  border: 1px solid #ecf0f2;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.12);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dropdown::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background-color: #00afc8;
  content: "";
}
.dropdown ul {
  position: relative;
}
.dropdown ul:first-child:before {
  display: none;
}
.dropdown ul:before {
  display: block;
  margin: 0 16px 5px;
  height: 5px;
  border-bottom: 1px solid #e3e4e5;
  content: "";
}
.dropdown ul li.dropdown-header {
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  padding-left: 16px;
  color: #939ba3;
}
.dropdown ul li.dropdown-header:hover,
.dropdown ul li.dropdown-header:active,
.dropdown ul li.dropdown-header:focus {
  background-color: transparent;
}
.dropdown ul li:hover,
.dropdown ul li:active,
.dropdown ul li:focus {
  background-color: #b9f1f9;
}
.dropdown ul li:hover > .dropdown-sub,
.dropdown ul li:active > .dropdown-sub,
.dropdown ul li:focus > .dropdown-sub {
  display: block;
}
.dropdown ul li.disabled {
  color: #bbbfc5;
  background-color: transparent !important;
  cursor: not-allowed;
}
.dropdown ul li.has-submenu > a::after {
  display: block;
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #bbbfc5;
  margin-top: 10px;
  margin-right: -10px;
}
.dropdown ul li a {
  display: block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  color: #252f3d;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dropdown ul li.danger a:hover,
.dropdown ul li.danger a:active,
.dropdown ul li.danger a:focus {
  background-color: #fdc4c8;
}
.dropdown ul li.disabled a {
  color: #bbbfc5;
  background-color: transparent;
  cursor: not-allowed;
}
.dropdown ul li > .dropdown-sub {
  left: 100%;
  top: 0;
  position: absolute;
  display: none;
}
.dropdown ul li > .dropdown-sub::before {
  display: none;
}
.dropdown-btn {
  display: inline-block;
  position: relative;
  margin-right: 8px;
}
.tip {
  padding: 18px 20px;
  line-height: 18px;
  border-radius: 2px;
  position: relative;
  background-color: #fff;
}
.tip strong {
  margin-right: 5px;
  font-size: 14px;
  line-height: 14px;
}
.tip strong i {
  margin-right: 6px;
}
.tip .tip-icon {
  display: inline-block;
  vertical-align: top;
}
.tip .tip-content {
  display: inline-block;
}
.tip .icon-close {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #bbbfc5;
  cursor: pointer;
  right: 7px;
  top: 21px;
}
.tip .icon-close:before {
  font-size: 14px;
}
.tip .icon-close:hover {
  color: #626f7e;
}
.tip .icon-close:active {
  color: #626f7e;
}
.tip .icon-close.hide {
  display: none;
}
.tip-shadow {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.tip-info {
  background-color: #f5fdfe;
  border: 1px solid #00afc8;
}
.tip-info strong {
  color: #00afc8;
}
.tip-success {
  background-color: #def9f6;
  border: 1px solid #1eb9a5;
}
.tip-success strong {
  color: #1eb9a5;
}
.tip-warning {
  background-color: #fff7ec;
  border: 1px solid #f2994b;
}
.tip-warning strong {
  color: #f2994b;
}
.tip-danger {
  background-color: #fff5f5;
  border: 1px solid #e05c69;
}
.tip-danger strong {
  color: #e05c69;
}
.notification {
  position: fixed;
  top: 72px;
  right: 0;
  margin-right: 20px;
  z-index: 1000;
}
.notification .notice {
  padding: 18px 20px;
  line-height: 18px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.notification .notice strong {
  margin-right: 5px;
  font-size: 14px;
  line-height: 14px;
}
.notification .notice strong i {
  margin-right: 6px;
}
.notification .notice .tip-icon {
  display: inline-block;
  vertical-align: top;
}
.notification .notice .tip-content {
  display: inline-block;
}
.notification .notice .icon-close {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #bbbfc5;
  cursor: pointer;
  right: 7px;
  top: 21px;
}
.notification .notice .icon-close:before {
  font-size: 14px;
}
.notification .notice .icon-close:hover {
  color: #626f7e;
}
.notification .notice .icon-close:active {
  color: #626f7e;
}
.notification .notice .icon-close.hide {
  display: none;
}
.notification .notice .tip-icon strong i {
  font-size: 30px;
  margin-right: 15px;
}
.notification .notice .tip-content strong {
  color: inherit;
  font-weight: normal;
}
.notice-info {
  background-color: #f5fdfe;
  border: 1px solid #00afc8;
}
.notice-info strong {
  color: #00afc8;
}
.notice-success {
  background-color: #def9f6;
  border: 1px solid #1eb9a5;
}
.notice-success strong {
  color: #1eb9a5;
}
.notice-warning {
  background-color: #fff7ec;
  border: 1px solid #f2994b;
}
.notice-warning strong {
  color: #f2994b;
}
.notice-danger {
  background-color: #fff5f5;
  border: 1px solid #e05c69;
}
.notice-danger strong {
  color: #e05c69;
}
.notice-enter {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.notice-enter.notice-enter-active {
  -webkit-animation-name: noticeFadeIn;
          animation-name: noticeFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.notice-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.notice-leave.notice-leave-active {
  -webkit-animation-name: noticeFadeOut;
          animation-name: noticeFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes noticeFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes noticeFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes noticeFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
@keyframes noticeFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 540px;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
          transform: translate3d(-50%, -50%, 0) scale(1, 1);
  overflow: hidden;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.modal .modal-hd {
  position: relative;
  padding-left: 48px;
  height: 46px;
  background-color: #ecf0f2;
}
.modal .modal-hd h6 {
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-weight: normal;
}
.modal .modal-hd .close {
  position: absolute;
  top: 16px;
  right: 20px;
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #bbbfc5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.modal .modal-hd .close:before {
  font-size: 14px;
}
.modal .modal-hd .close:hover {
  color: #626f7e;
}
.modal .modal-hd .close:active {
  color: #626f7e;
}
.modal .modal-bd {
  padding: 30px 48px 46px;
  min-height: 40px;
}
.modal .modal-ft {
  padding: 8px 36px;
  height: 50px;
  border-top: 1px solid #ecf0f2;
  text-align: right;
  font-size: 0;
  box-sizing: border-box;
}
.modal .modal-ft > .btn:not(:last-child) {
  margin-right: 12px;
}
.modal.modal-enter {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.modal.modal-enter.modal-enter-active {
  -webkit-animation-name: modalZoomIn;
          animation-name: modalZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.modal.modal-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.modal.modal-leave.modal-leave-active {
  -webkit-animation-name: modalZoomOut;
          animation-name: modalZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.modal .modal-bd {
  padding: 36px;
}
.modal .modal-bd .modal-reminder-content .modal-reminder-title {
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  margin-bottom: 8px;
}
.modal .modal-bd .modal-reminder-content .modal-reminder-title i {
  margin-right: 8px;
}
.modal .modal-bd .modal-reminder-content .modal-reminder-title i.info {
  color: #00afc8;
}
.modal .modal-bd .modal-reminder-content .modal-reminder-title i.success {
  color: #1eb9a5;
}
.modal .modal-bd .modal-reminder-content .modal-reminder-title i.warning {
  color: #f2994b;
}
.modal .modal-bd .modal-reminder-content .modal-reminder-title i.danger {
  color: #e05c69;
}
.modal .modal-bd .modal-reminder-content .modal-reminder-message {
  max-height: 100px;
  overflow-y: auto;
}
.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  height: 100%;
  z-index: 998;
}
.modal-mask.modal-mask-enter {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.modal-mask.modal-mask-enter.modal-mask-enter-active {
  -webkit-animation-name: modalFadeIn;
          animation-name: modalFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.modal-mask.modal-mask-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.modal-mask.modal-mask-leave.modal-mask-leave-active {
  -webkit-animation-name: modalFadeOut;
          animation-name: modalFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.tabs {
  height: 48px;
  border-bottom: 3px solid #ecf0f2;
  font-size: 0;
  box-sizing: border-box;
}
.tabs .tab {
  display: inline-block;
}
.tabs .tab:not(:first-child) {
  margin-left: 8px;
}
.tabs .tab:hover,
.tabs .tab:active {
  border-bottom: 3px solid #b9f1f9;
}
.tabs .tab.selected {
  border-bottom: 3px solid #00afc8;
}
.tabs .tab.selected a {
  color: #00afc8;
  cursor: default;
}
.tabs .tab.sole {
  border-bottom: 3px solid #ecf0f2;
}
.tabs .tab.sole a {
  color: #00afc8;
  cursor: default;
}
.tabs .tab.disabled {
  border-bottom: 3px solid #ecf0f2;
}
.tabs .tab.disabled a {
  cursor: not-allowed !important;
}
.tabs .tab a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  padding: 6px 12px 4px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #939ba3;
  cursor: pointer;
}
.tabs-mini {
  padding-left: 70px;
  height: 36px;
  background-color: #ecf0f2;
  border: none;
  font-size: 12px;
}
.tabs-mini .tab {
  display: inline-block;
  margin-top: 6px;
  height: 30px;
  line-height: 30px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.tabs-mini .tab:hover {
  background-color: #b9f1f9;
}
.tabs-mini .tab.selected {
  background-color: #fff;
}
.tabs-mini .tab.selected a {
  color: #252f3d;
  cursor: default;
}
.tabs-mini .tab.disabled a {
  cursor: not-allowed !important;
  background-color: #ecf0f2;
  cursor: default;
}
.tabs-mini .tab a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  padding: 0 16px;
  color: #626f7e;
  cursor: pointer;
}
.switch {
  width: 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.switch input {
  position: absolute;
  visibility: hidden;
  left: -99px;
}
.switch input + .switch-inner {
  display: block;
  position: relative;
  padding-right: 10px;
  height: 22px;
  line-height: 22px;
  width: 100%;
  background-color: #bbbfc5;
  color: #fff;
  font-weight: bold;
  border-radius: 11px;
  text-align: right;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.switch input + .switch-inner::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 3px;
  left: 5px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.switch input:checked + .switch-inner {
  padding-left: 10px;
  background-color: #b9f1f9;
  color: #00afc8;
  text-align: left;
}
.switch input:checked + .switch-inner::after {
  left: calc(100% - 20px);
  background-color: #00afc8;
}
.switch.disabled input + .switch-inner {
  cursor: not-allowed;
  color: #bbbfc5;
  background-color: #d5dddf;
}
.switch.disabled input + .switch-inner::after {
  background-color: #bbbfc5;
}
.slider {
  position: relative;
  height: 16px;
  background-color: #f2f3f4;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  width: 300px;
}
.slider .slider-track {
  width: 0;
  height: 100%;
  background-color: #b9f1f9;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.slider .slider-track.animate {
  -webkit-transition: width .5s;
  transition: width .5s;
}
.slider .slider-default {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #b9f1f9;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.slider .slider-thumb {
  position: absolute;
  left: 0;
  top: -3px;
  width: 1px;
  height: 12px;
  border: 5px solid #00afc8;
  border-radius: 1px;
  background-color: #fff;
  cursor: pointer;
  margin-left: -5px;
}
.slider .slider-thumb.animate {
  -webkit-transition: left .5s;
  transition: left .5s;
}
.slider.disabled {
  cursor: default;
}
.slider.disabled .slider-track {
  background-color: #d5dddf;
}
.slider.disabled .slider-thumb {
  cursor: default;
  border-color: #bbbfc5;
}
.slider.noclick {
  cursor: default;
}
.steps .step-item {
  float: left;
  position: relative;
  text-align: center;
  width: 190px;
}
.steps .step-item span {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #f2f3f4;
  background-color: #e3e4e5;
  z-index: 9;
  cursor: pointer;
}
.steps .step-item.selected span {
  border: 3px solid #ecf0f2;
  background-color: #1db09d;
}
.steps .step-item.disabled span {
  cursor: default;
}
.steps .step-item .delimiter {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #f2f3f4;
  z-index: 8;
}
.steps .step-item:first-child .delimiter {
  width: 50%;
}
.steps .step-item:last-child .delimiter {
  left: 0;
  width: 50%;
}
.breadcrumb .breadcrumb-item > span {
  font-weight: bold;
  color: #bbbfc5;
}
.breadcrumb .breadcrumb-item > span.breadcrumb-item-next {
  margin: 0 4px;
}
.panel {
  width: 400px;
  border: 1px solid #ecf0f2;
  border-radius: 2px;
  overflow: hidden;
}
.panel .panel-hd {
  background-color: #ecf0f2;
  font-size: 16px;
  color: #252f3d;
  height: 44px;
  line-height: 44px;
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel .panel-hd > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel .panel-bd {
  padding: 18px;
  line-height: 18px;
}
.menu {
  background-color: #fff;
  width: 200px;
  height: inherit;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-right: 1px solid #e3e4e5;
}
.menu > li:first-child > h6 + ul,
.menu > li:first-child > div > h6 + ul {
  margin-top: 0;
}
.menu > li:first-child > ul,
.menu > li:first-child > div > ul {
  margin-top: 20px;
}
.menu > li h6,
.menu > li > div h6 {
  padding: 16px 20px 8px;
  color: #bbbfc5;
  font-weight: normal;
}
.menu > li h6.menu-title-toggle,
.menu > li > div h6.menu-title-toggle {
  cursor: pointer;
}
.menu > li h6.menu-title-toggle .icon-arrow-up,
.menu > li > div h6.menu-title-toggle .icon-arrow-up {
  float: right;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > li h6.menu-title-toggle .icon-arrow-up.rotate,
.menu > li > div h6.menu-title-toggle .icon-arrow-up.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu > li ul.menu-item-toggle,
.menu > li > div ul.menu-item-toggle {
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
  overflow: hidden;
}
.menu > li ul > li,
.menu > li > div ul > li {
  display: block;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #626f7e;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.menu > li ul > li:hover,
.menu > li > div ul > li:hover {
  color: #00afc8;
}
.menu > li ul > li.menu-item-selected,
.menu > li > div ul > li.menu-item-selected {
  height: 38px;
  line-height: 38px;
  color: #00afc8;
  background-color: #fff;
  border-top: 1px solid #e3e4e5;
  border-bottom: 1px solid #e3e4e5;
  cursor: default;
}
.menu > li ul > li.menu-item-selected::after,
.menu > li > div ul > li.menu-item-selected::after {
  content: "";
  width: 1px;
  height: 38px;
  background-color: #fff;
  float: right;
  margin-right: -1px;
}
.menu > li ul > li .glyphicon,
.menu > li > div ul > li .glyphicon {
  margin-right: 12px;
  margin-top: -1px;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.menu > li ul > li span,
.menu > li > div ul > li span {
  vertical-align: middle;
}
.pagination {
  display: inline-block;
}
.pagination > li {
  display: inline;
}
.pagination > li a {
  float: left;
  display: block;
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid;
  margin: 0 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.pagination > li .item {
  color: #bbbfc5;
}
.pagination > li .item:hover {
  color: #00afc8;
}
.pagination > li .item:active {
  color: #00a6be;
}
.pagination > li .item.active {
  color: white;
  background-color: #00afc8;
  border-color: #00afc8;
  cursor: default;
}
.pagination > li .omit {
  color: #bbbfc5;
  cursor: default;
  border: 0;
  height: 24px;
  line-height: 24px;
}
.pagination > li .first,
.pagination > li .prev,
.pagination > li .next,
.pagination > li .last {
  background-color: #fff;
  color: #bbbfc5;
  border: 1px solid #bbbfc5;
}
.pagination > li .first:hover,
.pagination > li .prev:hover,
.pagination > li .next:hover,
.pagination > li .last:hover {
  color: #fff;
  border-color: #00afc8;
  background-color: #00afc8;
}
.pagination > li .first.disabled,
.pagination > li .prev.disabled,
.pagination > li .next.disabled,
.pagination > li .last.disabled,
.pagination > li .first.disabled:hover,
.pagination > li .prev.disabled:hover,
.pagination > li .next.disabled:hover,
.pagination > li .last.disabled:hover {
  cursor: not-allowed !important;
  color: #bbbfc5 !important;
  border-color: #bbbfc5 !important;
  background-color: #d5dddf !important;
}
.pagination > li .prev,
.pagination > li .next {
  color: #00afc8;
  border-color: #00afc8;
}
.tra-row {
  display: block;
  width: 100%;
}
.row-col-1 {
  float: left;
  width: 4.16666667%;
}
.row-col-2 {
  float: left;
  width: 8.33333333%;
}
.row-col-3 {
  float: left;
  width: 12.5%;
}
.row-col-4 {
  float: left;
  width: 16.66666667%;
}
.row-col-5 {
  float: left;
  width: 20.83333333%;
}
.row-col-6 {
  float: left;
  width: 25%;
}
.row-col-7 {
  float: left;
  width: 29.16666667%;
}
.row-col-8 {
  float: left;
  width: 33.33333333%;
}
.row-col-9 {
  float: left;
  width: 37.5%;
}
.row-col-10 {
  float: left;
  width: 41.66666667%;
}
.row-col-11 {
  float: left;
  width: 45.83333333%;
}
.row-col-12 {
  float: left;
  width: 50%;
}
.row-col-13 {
  float: left;
  width: 54.16666667%;
}
.row-col-14 {
  float: left;
  width: 58.33333333%;
}
.row-col-15 {
  float: left;
  width: 62.5%;
}
.row-col-16 {
  float: left;
  width: 66.66666667%;
}
.row-col-17 {
  float: left;
  width: 70.83333333%;
}
.row-col-18 {
  float: left;
  width: 75%;
}
.row-col-19 {
  float: left;
  width: 79.16666667%;
}
.row-col-20 {
  float: left;
  width: 83.33333333%;
}
.row-col-21 {
  float: left;
  width: 87.5%;
}
.row-col-22 {
  float: left;
  width: 91.66666667%;
}
.row-col-23 {
  float: left;
  width: 95.83333333%;
}
.row-col-24 {
  float: left;
  width: 100%;
}
/**
 *  TODO: use flex to avoid minimal dimension style bug (overlapping)
 *
 */
.navbar {
  height: 50px;
  background-color: #f2f3f4;
}
.navbar .nav-left {
  float: left;
  margin-left: 20px;
}
.navbar .nav-right {
  float: right;
  margin-right: 20px;
}
.navbar .nav-item {
  display: block;
  float: left;
  line-height: 50px;
  color: #626f7e;
}
.navbar .nav-item a {
  display: block;
  padding: 0 20px;
}
.navbar .nav-item.selected {
  background-color: #00afc8;
  color: #fff;
  cursor: default;
}
.navbar .nav-item.selected a {
  color: #fff;
  cursor: default;
}
.input-number {
  width: 80px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.input-number input {
  outline: 0;
  padding-right: 30px;
  width: 38px;
}
.input-number .arrow:hover + input {
  border-color: #00afc8;
}
.input-number .arrow:hover + input.error {
  border-color: #e05c69;
}
.input-number .arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 19px;
  height: 30px;
  border-left: 1px solid #e3e4e5;
  background-color: #f2f3f4;
}
.input-number .arrow .arrow-up,
.input-number .arrow .arrow-down {
  position: relative;
  height: 15px;
  cursor: pointer;
}
.input-number .arrow .arrow-up.disabled,
.input-number .arrow .arrow-down.disabled {
  cursor: default;
}
.input-number .arrow .arrow-up > div,
.input-number .arrow .arrow-down > div {
  position: absolute;
  left: 4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.input-number .arrow .arrow-up > div {
  bottom: 2px;
  border-bottom: 5px solid #939ba3;
}
.input-number .arrow .arrow-up:hover > div {
  border-bottom: 5px solid #252f3d;
}
.input-number .arrow .arrow-up.disabled > div,
.input-number .arrow .arrow-up.disabled:hover > div {
  border-bottom: 5px solid #eeeeee;
}
.input-number .arrow .arrow-down > div {
  top: 2px;
  border-top: 5px solid #939ba3;
}
.input-number .arrow .arrow-down:hover > div {
  border-top: 5px solid #252f3d;
}
.input-number .arrow .arrow-down.disabled > div,
.input-number .arrow .arrow-down.diabled:hover > div {
  border-top: 5px solid #eeeeee;
}
.input-number.disabled input:hover,
.input-number.disabled input:focus {
  border: 1px solid #cccccc !important;
}
.input-number.disabled .arrow {
  display: none;
}
.input-search {
  border: 0;
  border-radius: 2px;
  height: 32px;
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.input-search input {
  outline: 0;
  padding-right: 36px;
  border: 1px solid #00afc8;
  width: 97px;
}
.input-search .search-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  background-color: #00afc8;
  position: absolute;
  top: 1px;
  right: 1px;
}
.input-search .search-icon > i {
  color: white;
  font-weight: bold;
}
.input-search .search-icon:hover {
  background-color: #00a6be;
}
.input-search .search-icon:active {
  background-color: #009db4;
}
.input-search-light input {
  border: 1px solid #e3e4e5;
}
.input-search-light input:hover,
.input-search-light input:focus {
  border-color: #00afc8;
}
.input-search-light .search-icon {
  color: #939ba3;
  background-color: transparent;
}
.input-search-light .search-icon > i {
  color: #939ba3;
}
.input-search-light .search-icon > i:hover {
  color: #00afc8;
}
.input-search-light .search-icon:hover {
  background-color: transparent;
  color: #00a6be;
}
.loading-tip {
  animation: spin 1.28s linear .28s infinite;
  -moz-animation: spin 1.28s linear .28s infinite;
  -webkit-animation: spin 1.28s linear .28s infinite;
  font-size: 14px !important;
}
.loading-tip:before {
  content: "\F142";
}
.loading-notification {
  animation: spin 1.28s linear .28s infinite;
  -moz-animation: spin 1.28s linear .28s infinite;
  -webkit-animation: spin 1.28s linear .28s infinite;
  font-size: 30px !important;
}
.loading-notification:before {
  content: "\F142";
}
.loading {
  animation: spin 1.28s linear .28s infinite;
  -moz-animation: spin 1.28s linear .28s infinite;
  -webkit-animation: spin 1.28s linear .28s infinite;
  font-size: 32px !important;
}
.loading:before {
  content: "\F142";
}
.tooltip {
  position: absolute;
  display: block;
  z-index: 1000;
  border: 1px solid #00afc8;
  background-color: #f5fdfe;
  border-radius: 2px;
  line-height: 15px;
  padding: 8px;
}
.tooltip:before,
.tooltip:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
}
.tooltip:before {
  border-width: 7px;
}
.tooltip:after {
  border-width: 6px;
}
.tooltip.tooltip-error {
  background-color: #fff5f5;
  border: 1px solid #e05c69;
}
.tooltip.tooltip-top:before,
.tooltip.tooltip-top-left:before,
.tooltip.tooltip-top-right:before {
  border-top-color: #00afc8;
}
.tooltip.tooltip-top:after,
.tooltip.tooltip-top-left:after,
.tooltip.tooltip-top-right:after {
  border-top-color: #f5fdfe;
}
.tooltip.tooltip-top.tooltip-error:before,
.tooltip.tooltip-top-left.tooltip-error:before,
.tooltip.tooltip-top-right.tooltip-error:before {
  border-top-color: #e05c69;
}
.tooltip.tooltip-top.tooltip-error:after,
.tooltip.tooltip-top-left.tooltip-error:after,
.tooltip.tooltip-top-right.tooltip-error:after {
  border-top-color: #fff5f5;
}
.tooltip.tooltip-right:before,
.tooltip.tooltip-right-top:before,
.tooltip.tooltip-right-bottom:before {
  border-right-color: #00afc8;
}
.tooltip.tooltip-right:after,
.tooltip.tooltip-right-top:after,
.tooltip.tooltip-right-bottom:after {
  border-right-color: #f5fdfe;
}
.tooltip.tooltip-right.tooltip-error:before,
.tooltip.tooltip-right-top.tooltip-error:before,
.tooltip.tooltip-right-bottom.tooltip-error:before {
  border-right-color: #e05c69;
}
.tooltip.tooltip-right.tooltip-error:after,
.tooltip.tooltip-right-top.tooltip-error:after,
.tooltip.tooltip-right-bottom.tooltip-error:after {
  border-right-color: #fff5f5;
}
.tooltip.tooltip-bottom:before,
.tooltip.tooltip-bottom-left:before,
.tooltip.tooltip-bottom-right:before {
  border-bottom-color: #00afc8;
}
.tooltip.tooltip-bottom:after,
.tooltip.tooltip-bottom-left:after,
.tooltip.tooltip-bottom-right:after {
  border-bottom-color: #f5fdfe;
}
.tooltip.tooltip-bottom.tooltip-error:before,
.tooltip.tooltip-bottom-left.tooltip-error:before,
.tooltip.tooltip-bottom-right.tooltip-error:before {
  border-bottom-color: #e05c69;
}
.tooltip.tooltip-bottom.tooltip-error:after,
.tooltip.tooltip-bottom-left.tooltip-error:after,
.tooltip.tooltip-bottom-right.tooltip-error:after {
  border-bottom-color: #fff5f5;
}
.tooltip.tooltip-left:before,
.tooltip.tooltip-left-top:before,
.tooltip.tooltip-left-bottom:before {
  border-left-color: #00afc8;
}
.tooltip.tooltip-left:after,
.tooltip.tooltip-left-top:after,
.tooltip.tooltip-left-bottom:after {
  border-left-color: #f5fdfe;
}
.tooltip.tooltip-left.tooltip-error:before,
.tooltip.tooltip-left-top.tooltip-error:before,
.tooltip.tooltip-left-bottom.tooltip-error:before {
  border-left-color: #e05c69;
}
.tooltip.tooltip-left.tooltip-error:after,
.tooltip.tooltip-left-top.tooltip-error:after,
.tooltip.tooltip-left-bottom.tooltip-error:after {
  border-left-color: #fff5f5;
}
.tooltip.tooltip-top:before {
  left: 50%;
  top: 100%;
  margin-left: -7px;
}
.tooltip.tooltip-top:after {
  left: 50%;
  top: 100%;
  margin-left: -6px;
}
.tooltip.tooltip-top-left:before {
  left: 8px;
  top: 100%;
}
.tooltip.tooltip-top-left:after {
  left: 9px;
  top: 100%;
}
.tooltip.tooltip-top-right:before {
  right: 8px;
  top: 100%;
}
.tooltip.tooltip-top-right:after {
  right: 9px;
  top: 100%;
}
.tooltip.tooltip-right:before {
  right: 100%;
  top: 50%;
  margin-top: -7px;
}
.tooltip.tooltip-right:after {
  right: 100%;
  top: 50%;
  margin-top: -6px;
}
.tooltip.tooltip-right-top:before {
  right: 100%;
  top: 2px;
}
.tooltip.tooltip-right-top:after {
  right: 100%;
  top: 3px;
}
.tooltip.tooltip-right-bottom:before {
  right: 100%;
  bottom: 2px;
}
.tooltip.tooltip-right-bottom:after {
  right: 100%;
  bottom: 3px;
}
.tooltip.tooltip-bottom:before {
  left: 50%;
  bottom: 100%;
  margin-left: -7px;
}
.tooltip.tooltip-bottom:after {
  left: 50%;
  bottom: 100%;
  margin-left: -6px;
}
.tooltip.tooltip-bottom-left:before {
  left: 8px;
  bottom: 100%;
}
.tooltip.tooltip-bottom-left:after {
  left: 9px;
  bottom: 100%;
}
.tooltip.tooltip-bottom-right:before {
  right: 8px;
  bottom: 100%;
}
.tooltip.tooltip-bottom-right:after {
  right: 9px;
  bottom: 100%;
}
.tooltip.tooltip-left:before {
  left: 100%;
  top: 50%;
  margin-top: -7px;
}
.tooltip.tooltip-left:after {
  left: 100%;
  top: 50%;
  margin-top: -6px;
}
.tooltip.tooltip-left-top:before {
  left: 100%;
  top: 2px;
}
.tooltip.tooltip-left-top:after {
  left: 100%;
  top: 3px;
}
.tooltip.tooltip-left-bottom:before {
  left: 100%;
  bottom: 2px;
}
.tooltip.tooltip-left-bottom:after {
  left: 100%;
  bottom: 3px;
}
.calendar-box {
  position: relative;
}
.calendar-box .calendar-screen {
  position: relative;
}
.calendar-box .calendar-screen .icon-calendar {
  position: absolute;
  padding: 0 6px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
}
.calendar-box .calendar-screen > input {
  padding: 4px 10px 4px 24px;
  cursor: pointer;
}
.calendar-box .calendar-screen > input::-webkit-input-placeholder {
  color: #bbbfc5;
}
.calendar-box .calendar-screen > input::-moz-placeholder {
  color: #bbbfc5;
}
.calendar-box .calendar-screen > input:-ms-input-placeholder {
  color: #bbbfc5;
}
.calendar-box .calendar-screen > input::placeholder {
  color: #bbbfc5;
}
.calendar-box .calendar-screen.unfold > input {
  cursor: default;
  border-color: #00afc8;
}
.calendar-box .calendar {
  width: 224px;
  padding: 8px;
  border: 1px solid #ecf0f2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #626f7e;
  background-color: #fff;
}
.calendar-box .calendar.hide {
  display: none;
}
.calendar-box .calendar .calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #ecf0f2;
  position: relative;
}
.calendar-box .calendar .calendar-header > i.direction {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.calendar-box .calendar .calendar-header > i.direction:hover {
  color: #00afc8;
  font-weight: 600;
}
.calendar-box .calendar .calendar-header .title {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  font-size: 13px;
  text-align: center;
}
.calendar-box .calendar .calendar-header .title .title-left {
  text-align: right;
}
.calendar-box .calendar .calendar-header .title .title-right {
  text-align: left;
}
.calendar-box .calendar .calendar-header .title .title-left,
.calendar-box .calendar .calendar-header .title .title-right {
  width: 70px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border: 1px solid transparent;
  padding: 0 7px;
}
.calendar-box .calendar .calendar-header .title .title-left:hover,
.calendar-box .calendar .calendar-header .title .title-right:hover {
  cursor: pointer;
}
.calendar-box .calendar .calendar-header .title .title-left.selected,
.calendar-box .calendar .calendar-header .title .title-right.selected {
  border: 1px solid #ecf0f2;
}
.calendar-box .calendar .calendar-header .title .title-left.selected .title-content > i.toggle,
.calendar-box .calendar .calendar-header .title .title-right.selected .title-content > i.toggle {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.calendar-box .calendar .calendar-header .title .title-left:hover .title-content > i.toggle,
.calendar-box .calendar .calendar-header .title .title-right:hover .title-content > i.toggle,
.calendar-box .calendar .calendar-header .title .title-left.selected .title-content > i.toggle,
.calendar-box .calendar .calendar-header .title .title-right.selected .title-content > i.toggle {
  opacity: 1;
  margin-left: 15px;
}
.calendar-box .calendar .calendar-header .title .title-left .title-content > i.toggle,
.calendar-box .calendar .calendar-header .title .title-right .title-content > i.toggle {
  float: right;
  height: 32px;
  width: 10px;
  line-height: 32px;
  font-size: 10px;
  opacity: 0;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: opacity, margin-left, -webkit-transform;
  transition-property: opacity, margin-left, -webkit-transform;
  transition-property: transform, opacity, margin-left;
  transition-property: transform, opacity, margin-left, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.calendar-box .calendar .calendar-header .title .title-left > ul.list,
.calendar-box .calendar .calendar-header .title .title-right > ul.list {
  position: absolute;
  left: -1px;
  top: 30px;
  z-index: 999;
  width: 100%;
  height: 220px;
  width: 68px;
  text-align: left;
  overflow-y: auto;
  border: 1px solid #ecf0f2;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.calendar-box .calendar .calendar-header .title .title-left > ul.list.hide,
.calendar-box .calendar .calendar-header .title .title-right > ul.list.hide {
  display: none;
}
.calendar-box .calendar .calendar-header .title .title-left > ul.list > li,
.calendar-box .calendar .calendar-header .title .title-right > ul.list > li {
  padding: 0 7px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calendar-box .calendar .calendar-header .title .title-left > ul.list > li:hover,
.calendar-box .calendar .calendar-header .title .title-right > ul.list > li:hover {
  background-color: #b9f1f9;
}
.calendar-box .calendar .calendar-header .title .title-left > ul.list > li.selected,
.calendar-box .calendar .calendar-header .title .title-right > ul.list > li.selected {
  color: #fff;
  background-color: #00afc8;
}
.calendar-box .calendar .calendar-header > div.mask {
  position: absolute;
  top: 32px;
  left: 0;
  cursor: default;
  background-color: #fff;
  opacity: 0.85;
  width: 224px;
  height: 224px;
}
.calendar-box .calendar .calendar-datepicker > table {
  width: 100%;
}
.calendar-box .calendar .calendar-datepicker > table > tbody > tr,
.calendar-box .calendar .calendar-datepicker > table > thead > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
}
.calendar-box .calendar .calendar-datepicker > table > tbody > tr > th,
.calendar-box .calendar .calendar-datepicker > table > thead > tr > th,
.calendar-box .calendar .calendar-datepicker > table > tbody > tr > td,
.calendar-box .calendar .calendar-datepicker > table > thead > tr > td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 32px;
  text-align: center;
}
.calendar-box .calendar .calendar-datepicker > table > tbody > tr > td {
  cursor: default;
}
.calendar-box .calendar .calendar-datepicker > table > tbody > tr > td.default {
  cursor: pointer;
}
.calendar-box .calendar .calendar-datepicker > table > tbody > tr > td.default:hover {
  background-color: #b9f1f9;
}
.calendar-box .calendar .calendar-datepicker > table > tbody > tr > td.selected {
  color: #fff;
  background-color: #00afc8;
}
.calendar-box .calendar .calendar-datepicker > table > tbody > tr > td.not-selected {
  color: #e3e4e5;
  background-color: #f2f3f4;
}
.calendar-box .calendar .calendar-datepicker > table > tbody > tr > td.disabled {
  color: #d5dddf;
}

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