article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-size: 14px; }

body,
ul {
  margin: 0; }

a {
  text-decoration: none;
  color: inherit;
  outline: none; }

a:focus {
  outline: none;
  -moz-outline: none; }

ul {
  list-style: none; }

img {
  border: 0;
  vertical-align: middle;
  outline: none; }

input,
button,
text,
textarea,
select {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th,
ul,
body {
  padding: 0; }

.nav:before, .switch:before, .home-list > li:before, .clear:before, .nav:after, .switch:after, .home-list > li:after, .clear:after {
  content: " ";
  display: table; }

.nav:after, .switch:after, .home-list > li:after, .clear:after {
  clear: both; }

.home-link-text-limit, .preview-log-name, .new-form-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.nav {
  list-style: none; }
  .nav > li {
    position: relative;
    display: block; }

.nav-horizontal > li {
  float: left; }
  .nav-horizontal > li + li {
    margin-left: 15px; }

.list {
  padding: 0 15px; }
  .list > li {
    line-height: 35px;
    padding: 0 5px; }

.list-style-line > li {
  position: relative;
  padding: 0 25px; }
  .list-style-line > li + li {
    margin: 0; }
    .list-style-line > li + li:before {
      content: "|";
      position: absolute;
      left: -2px;
      top: 5px;
      color: #7ca8ff; }

.form-block {
  display: block;
  width: 100% !important;
  background-image: none;
  border: 1px solid transparent; }

.input-default, .simulate-dropdown {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid transparent; }

.input-condensed {
  padding: 5px 0;
  font-size: 12px; }

.textarea-default {
  padding: 15px;
  font-size: 14px;
  border: 1px solid transparent;
  min-height: 150px;
  max-height: 150px; }

.input-style-default {
  border-color: #ececec;
  color: #7ca8ff;
  background-color: #fff;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out; }
  .input-style-default:focus, .input-style-default.focus {
    border-color: #7ca8ff; }

.input-style-line {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out; }
  .input-style-line:focus {
    border-bottom-color: #7ca8ff; }

.input-style-line-primary {
  border-bottom: 1px solid #d6ebfb;
  color: #7ca8ff;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out; }
  .input-style-line-primary:focus {
    border-bottom-color: #7ca8ff; }

.textarea-style-default {
  border-color: #ececec;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out; }
  .textarea-style-default.focus:focus {
    border-color: #7ca8ff; }

.simulate-dropdown {
  position: relative;
  display: inline-block; }
  .simulate-dropdown .triangle-down {
    margin-top: 15px;
    float: right; }
  .simulate-dropdown.focus .position {
    visibility: visible;
    opacity: 1;
    top: 100%; }
  .simulate-dropdown .position {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: 101;
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out; }
    .simulate-dropdown .position:before {
      content: "";
      position: absolute;
      top: 3px;
      right: 10px;
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 0;
      border-bottom: 8px dashed;
      border-bottom: 8px solid \9;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      z-index: 101; }
  .simulate-dropdown.disabled {
    background-color: #ececec;
    color: lightgray;
    cursor: default; }
    .simulate-dropdown.disabled .triangle-down {
      color: lightgray; }

.simulate-dropdown-list > li {
  padding: 0 15px; }

.simulate-dropdown-sm {
  padding: 5px 10px;
  line-height: 1;
  height: auto; }
  .simulate-dropdown-sm .triangle-down {
    margin-top: 5px; }
  .simulate-dropdown-sm .simulate-dropdown-list > li {
    line-height: 1.5; }

.simulate-dropdown-style-primary:before {
  color: #7ca8ff; }

.simulate-dropdown-style-primary > ul {
  background-color: #7ca8ff;
  color: #fff; }
  .simulate-dropdown-style-primary > ul > li {
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
    .simulate-dropdown-style-primary > ul > li:hover {
      background-color: #4986ff; }

.simulate-dropdown-style-dark:before {
  color: rgba(0, 0, 0, 0.7); }

.simulate-dropdown-style-dark > ul {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff; }
  .simulate-dropdown-style-dark > ul > li {
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
    .simulate-dropdown-style-dark > ul > li:hover {
      background-color: rgba(0, 0, 0, 0.7); }

.switch {
  border-radius: 60px;
  height: 35px;
  overflow: hidden;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden; }
  .switch .switch-radio {
    cursor: pointer;
    display: block;
    font-weight: 700;
    height: 21px;
    left: 120%;
    margin-left: -13px;
    padding: 7px 32px 3px;
    position: relative;
    text-align: center;
    z-index: 2;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden; }
    .switch .switch-radio:first-child {
      left: 0; }
    .switch .switch-radio:after {
      content: "";
      position: absolute;
      right: 5px;
      top: 4px;
      width: 25px;
      height: 25px;
      border-radius: 50%; }
  .switch input {
    display: none;
    position: absolute;
    outline: none !important;
    display: block\9;
    opacity: 0.01;
    zoom: 1; }
  .switch.switch-off .switch-radio {
    top: -20px;
    left: 0;
    margin-left: 0.5px;
    margin-right: -13px;
    z-index: 1; }
    .switch.switch-off .switch-radio:first-child {
      left: -120%; }
    .switch.switch-off .switch-radio:after {
      right: 85px; }

.switch-style-default {
  background-color: #7ca8ff;
  color: #fff; }
  .switch-style-default .switch-radio {
    color: #fff; }
    .switch-style-default .switch-radio:after {
      background-color: #fff; }
  .switch-style-default.switch-off {
    background-color: #cbd2d8; }

.checkbox {
  display: inline-block;
  position: relative; }
  .checkbox > label {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .checkbox > label:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid transparent;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .checkbox.checked > label:after {
    opacity: 1; }

.checkbox-style-primary > label {
  background-color: #d7dbde;
  border-radius: 4px; }
  .checkbox-style-primary > label:after {
    border-color: #fff; }

.checkbox-style-primary.checked > label {
  background-color: #7ca8ff; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1; }

.btn-default {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 15px; }

.btn-long {
  height: 35px;
  line-height: 35px;
  padding: 0 50px; }

.btn-long-sm {
  height: 35px;
  line-height: 35px;
  padding: 0 20px; }

.btn-style-default {
  background-color: #7ca8ff;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }
  .btn-style-default:hover {
    background-color: #4986ff; }

.btn-style-unnoticed {
  background-color: #bbb;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }
  .btn-style-unnoticed.hover:hover {
    background-color: #a2a2a2; }

.btn-style-border-default {
  background-color: #f9fafb;
  color: #7e92a7;
  border-color: #7e92a7;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }
  .btn-style-border-default.hover:hover {
    background-color: #eaedf1; }

.btn-inner-icon {
  width: 20px;
  margin-right: 10px; }

.tag {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid transparent;
  display: inline-block; }

.tag-sm {
  padding: 2px 5px;
  font-size: 12px; }

.tag-style-default {
  color: #c3c3c3;
  border-color: #ececec;
  background-color: #fff; }

.tag-style-solid-default {
  background-color: #e7e8f3;
  color: #494f92; }

.tag-style-solid-info {
  background-color: #c2b9e4;
  color: #3b2c72; }

.tag-style-solid-success {
  background-color: #82eac5;
  color: #105d42; }

.tag-style-solid-error {
  background-color: #f89da8;
  color: #8c0a1a; }

.circle-tag {
  min-width: 10px;
  min-height: 10px;
  border-radius: 200px;
  padding: 3px 6px;
  display: inline-block;
  font-size: 14px;
  line-height: 1; }

.circle-tag-style-primay {
  background-color: #7ca8ff;
  color: #002a7c; }

.chips {
  border-bottom: 1px solid #ececec;
  min-height: 35px;
  position: relative; }
  .chips .input {
    background: none;
    border: 0;
    color: #444;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    outline: 0;
    margin: 0;
    padding: 0 !important;
    width: 120px !important; }
  .chips.focus {
    border-bottom-color: #7ca8ff; }

.dialog {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101; }
  .dialog .close-icon {
    position: absolute;
    right: 20px; }
    .dialog .close-icon:hover {
      cursor: pointer; }
      .dialog .close-icon:hover .draw-add-icon {
        -webkit-transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -ms-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
        background-color: #1664ff; }
        .dialog .close-icon:hover .draw-add-icon:before {
          background-color: #1664ff; }

.dialog-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.dialog-default {
  padding: 20px; }

.dialog-style-default {
  background-color: #fff;
  color: #444;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2); }
  .dialog-style-default .dialog-title {
    background-color: #7ca8ff;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.dialog-title {
  padding: 15px 20px;
  min-width: 200px; }

.dialog-content {
  padding: 20px;
  position: relative; }
  .dialog-content:before {
    content: "";
    color: #fff;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 8px dashed;
    border-bottom: 8px solid \9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 20px; }

.prompt {
  position: fixed;
  z-index: 101;
  top: 70px;
  right: 75px;
  padding: 10px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  .prompt.show {
    visibility: visible;
    opacity: 1;
    top: 90px; }

.prompt-style-default {
  color: #fff;
  background-color: black;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9); }

.prompt-style-success {
  color: #fff;
  background-color: #82eac5;
  box-shadow: 0 0 5px 0 rgba(130, 234, 197, 0.9); }

.prompt-style-error {
  color: #fff;
  background-color: #f89da8;
  box-shadow: 0 0 5px 0 rgba(248, 157, 168, 0.9); }

.prompt-style-warning {
  color: #fff;
  background-color: #f4b34b;
  box-shadow: 0 0 5px 0 rgba(244, 179, 75, 0.9); }

.comfirm-dialog-title {
  padding: 10px 20px; }

.confirm-dialog-content {
  padding: 20px; }

.confirm-dialog-handle {
  width: 50%;
  float: left;
  padding: 15px 0;
  text-align: center; }

.confirm-dialog-style {
  z-index: 103; }
  .confirm-dialog-style .comfirm-dialog-title {
    background-color: #f89da8;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .confirm-dialog-style .comfirm-dialog-title .close-icon .draw-add-icon {
      vertical-align: middle;
      background-color: #fff; }
      .confirm-dialog-style .comfirm-dialog-title .close-icon .draw-add-icon:before {
        background-color: #fff; }
      .confirm-dialog-style .comfirm-dialog-title .close-icon .draw-add-icon:hover {
        background-color: #f56d7e; }
        .confirm-dialog-style .comfirm-dialog-title .close-icon .draw-add-icon:hover:before {
          background-color: #f56d7e; }
  .confirm-dialog-style .confirm-dialog-handle {
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .confirm-dialog-style .confirm-dialog-handle.yes {
      background-color: #f89da8;
      color: #fff; }
      .confirm-dialog-style .confirm-dialog-handle.yes:hover {
        background-color: #f56d7e; }
    .confirm-dialog-style .confirm-dialog-handle.no {
      background-color: #f2f2f2; }
      .confirm-dialog-style .confirm-dialog-handle.no:hover {
        background-color: #d9d9d9; }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102; }

.mask-style-default {
  background-color: rgba(0, 0, 0, 0.2); }

.table {
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-size: 12px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    word-break: break-all;
    word-wrap: break-word; }
  .table > thead > tr > th,
  .table > thead > tr > td {
    font-size: 14px;
    font-weight: normal;
    text-align: left; }

.table-style-default > thead > tr:not(:last-child) > th,
.table-style-default > thead > tr:not(:last-child) > td,
.table-style-default > tbody > tr:not(:last-child) > th,
.table-style-default > tbody > tr:not(:last-child) > td,
.table-style-default > tfoot > tr:not(:last-child) > th,
.table-style-default > tfoot > tr:not(:last-child) > td {
  border-bottom: 1px solid #ececec; }

.table-style-default > thead > tr > td,
.table-style-default > thead > tr > th {
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px; }

.table-center > thead > tr > th,
.table-center > thead > tr > td,
.table-center > tbody > tr > th,
.table-center > tbody > tr > td,
.table-center > tfoot > tr > th,
.table-center > tfoot > tr > td {
  text-align: center; }

.table-primary > thead > tr > th,
.table-primary > thead > tr > td,
.table-primary > tbody > tr > th,
.table-primary > tbody > tr > td,
.table-primary > tfoot > tr > th,
.table-primary > tfoot > tr > td {
  padding: 10px 15px; }

.table-style-primary > thead > tr > th,
.table-style-primary > thead > tr > td,
.table-style-primary > tbody > tr > th,
.table-style-primary > tbody > tr > td,
.table-style-primary > tfoot > tr > th,
.table-style-primary > tfoot > tr > td {
  color: #444;
  border-bottom: 2px solid #ecf3ff;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

.table-style-primary > thead > tr > th,
.table-style-primary > thead > tr > td {
  background-color: #ecf3ff;
  color: #7ca8ff; }

.table-style-primary.hover > tbody > tr:hover > th,
.table-style-primary.hover > tbody > tr:hover > td {
  background-color: #f6f9ff; }

body {
  background-repeat: repeat;
  background-image: url(/images/bg.png);
  min-height: 100%;
  padding-top: 70px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 0 20px;
  background-color: #fff;
  z-index: 101; }

.header-content {
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid #ececec; }

.avatar-img {
  width: 35px;
  height: 35px;
  border-radius: 50%; }

.sign-position {
  padding-top: 20px;
  position: absolute;
  top: 80%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out; }

.sign-collapse:hover .sign-position {
  visibility: visible;
  opacity: 1;
  top: 100%; }

.sign-list {
  position: relative;
  border: 1px solid #ececec;
  border-radius: 4px;
  background-color: #fff; }
  .sign-list:before {
    position: absolute;
    top: -8px;
    right: 22px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 8px dashed;
    border-bottom: 8px solid \9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    color: #fff;
    z-index: 1; }
  .sign-list > li > a {
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .sign-list > li > a:hover {
      color: #7ca8ff; }

.sign-triangle-up {
  position: absolute;
  top: 11px;
  right: 22px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 9px dashed;
  border-bottom: 9px solid \9;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  color: #ececec; }

.container-top {
  margin-top: 70px; }

.leftnav-wrapper {
  padding: 50px 0;
  position: fixed;
  top: 70px;
  bottom: 0; }

.leftnav-list {
  line-height: 40px;
  border-right: 1px solid #ececec;
  width: 200px;
  height: 100%; }
  .leftnav-list > li {
    padding-left: 40px; }

.leftnav-padding {
  padding-left: 200px; }

.leftnav-list-style {
  color: #444; }
  .leftnav-list-style > li {
    cursor: pointer;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 15px; }
    .leftnav-list-style > li:hover {
      color: #fff;
      background-color: #96b9ff; }
      .leftnav-list-style > li:hover.info {
        background-image: url(/images/info_white.png); }
      .leftnav-list-style > li:hover.templete {
        background-image: url(/images/templete_white.png); }
      .leftnav-list-style > li:hover.label {
        background-image: url(/images/label_white.png); }
      .leftnav-list-style > li:hover.member {
        background-image: url(/images/member_white.png); }
      .leftnav-list-style > li:hover.settings {
        background-image: url(/images/settings_white.png); }
      .leftnav-list-style > li:hover.profile {
        background-image: url(/images/profile_white.png); }
      .leftnav-list-style > li:hover.organization {
        background-image: url(/images/organization_white.png); }
      .leftnav-list-style > li:hover.message {
        background-image: url(/images/message_white.png); }
      .leftnav-list-style > li:hover.account {
        background-image: url(/images/account_white.png); }
    .leftnav-list-style > li.active {
      border-left: 2px solid #004ce2;
      color: #fff;
      background-color: #7ca8ff; }
      .leftnav-list-style > li.active.info {
        background-image: url(/images/info_white.png); }
      .leftnav-list-style > li.active.templete {
        background-image: url(/images/templete_white.png); }
      .leftnav-list-style > li.active.label {
        background-image: url(/images/label_white.png); }
      .leftnav-list-style > li.active.member {
        background-image: url(/images/member_white.png); }
      .leftnav-list-style > li.active.settings {
        background-image: url(/images/settings_white.png); }
      .leftnav-list-style > li.active.profile {
        background-image: url(/images/profile_white.png); }
      .leftnav-list-style > li.active.organization {
        background-image: url(/images/organization_white.png); }
      .leftnav-list-style > li.active.message {
        background-image: url(/images/message_white.png); }
      .leftnav-list-style > li.active.account {
        background-image: url(/images/account_white.png); }
    .leftnav-list-style > li.info {
      background-image: url(/images/info.png); }
    .leftnav-list-style > li.templete {
      background-image: url(/images/templete.png); }
    .leftnav-list-style > li.label {
      background-image: url(/images/label.png); }
    .leftnav-list-style > li.member {
      background-image: url(/images/member.png); }
    .leftnav-list-style > li.settings {
      background-image: url(/images/settings.png); }
    .leftnav-list-style > li.profile {
      background-image: url(/images/profile.png); }
    .leftnav-list-style > li.organization {
      background-image: url(/images/organization.png); }
    .leftnav-list-style > li.message {
      background-image: url(/images/message.png); }
    .leftnav-list-style > li.account {
      background-image: url(/images/account.png); }

.ztree li span.button.add-interface {
  background-image: url(/images/interface.png);
  background-size: 17px;
  background-position: center;
  vertical-align: top;
  margin-right: -3px; }
  .ztree li span.button.add-interface:hover {
    background-image: url(/images/interface_active.png); }

.ztree li.status_hide a {
  color: #fff; }

.back-top {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: fixed;
  bottom: -11px;
  right: -8px;
  background-color: #afcaff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .back-top:hover {
    background-color: #7ca8ff; }
  .back-top > img {
    width: 15px;
    position: absolute;
    top: 3px;
    left: 5px; }

.login-box {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.login-avatar {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto; }

.login-icon {
  background-position: 260px 7px;
  background-repeat: no-repeat;
  background-size: 20px; }

.login-user-icon {
  background-image: url(/images/user.png); }

.login-psw-icon {
  background-image: url(/images/password.png); }

.login-nickname-icon {
  background-image: url(/images/nickname.png); }

.login-confirm-icon {
  background-image: url(/images/confirm_psw.png); }

.login-email-icon {
  background-image: url(/images/email.png); }

.login-type-icon {
  width: 25px;
  cursor: pointer; }
  .login-type-icon + .login-type-icon {
    margin-left: 5px; }

.home-box {
  padding: 20px; }

.home-left {
  width: 70%;
  border-right: 1px solid #ececec;
  position: relative; }

.home-right {
  width: 30%;
  padding: 20px; }

.home-time-left {
  width: 20%;
  padding: 10px 20px;
  text-align: right;
  color: #777;
  position: relative; }

.home-log-right {
  width: 80%;
  padding: 10px 20px;
  position: relative; }
  .home-log-right:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #ececec;
    position: absolute;
    left: 0;
    top: 0; }

.home-log-tag {
  position: absolute;
  left: 14%;
  left: calc(20% - 55px);
  z-index: 1; }

.home-log-more {
  position: absolute;
  left: 17%;
  left: calc(20% - 30px);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out; }
  .home-log-more:hover {
    color: #7ca8ff;
    border-color: #7ca8ff; }

.log-label, .dynamic-label {
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: -7.5px;
  z-index: 1; }
  .log-label > img, .dynamic-label > img {
    position: absolute; }
  .log-label.add, .add.dynamic-label {
    border-color: #82eac5; }
    .log-label.add > img, .add.dynamic-label > img {
      top: -2px;
      left: -2px; }
  .log-label.edit, .edit.dynamic-label {
    border-color: #7ca8ff; }
    .log-label.edit > img, .edit.dynamic-label > img {
      top: -4px;
      left: -2px; }
  .log-label.del, .del.dynamic-label {
    border-color: #f89da8; }
    .log-label.del > img, .del.dynamic-label > img {
      left: 1px;
      top: 1px;
      width: 10px; }

.home-list-title {
  height: 40px;
  line-height: 35px;
  font-size: 16px;
  border-bottom: 1px dashed #ececec;
  text-transform: capitalize; }

.home-list > li {
  line-height: 35px;
  border-radius: 4px;
  color: #777;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  padding: 0 15px; }
  .home-list > li > .circle-tag {
    margin-top: 7px; }
  .home-list > li:hover {
    background-color: #7ca8ff;
    color: #002a7c; }
    .home-list > li:hover > .circle-tag {
      -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      background-color: #fff;
      color: gray; }
    .home-list > li:hover > .home-preview {
      color: #fff; }
      .home-list > li:hover > .home-preview:hover {
        color: #002a7c; }

.home-link-text-limit {
  display: inline-block;
  width: 85%; }

.symbol-icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .symbol-icon.public {
    background-image: url(/images/public.png); }
  .symbol-icon.private {
    background-image: url(/images/private.png); }

.preview-box {
  padding: 20px; }

.preview-left {
  width: 40%;
  padding: 20px;
  border-right: 1px solid #ececec; }

.preview-right {
  width: 60%;
  padding: 0 20px; }

.preview-subscribe-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/images/subscribe_active.png); }
  .preview-subscribe-icon.cancel {
    background-image: url(/images/subscribe_gray.png); }

.preview-search-clear {
  position: absolute;
  right: 15px;
  top: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.preview-search-icon {
  background-position: 15px 7px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(/images/search.png);
  padding-left: 45px; }
  .preview-search-icon:focus ~ .preview-search-clear {
    visibility: visible;
    opacity: 1; }

.preview-info-box {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ececec; }
  .preview-info-box.top:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 8px dashed;
    border-bottom: 8px solid \9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    color: #f1f5f8;
    position: absolute;
    top: -7px;
    left: 20px;
    z-index: 1; }
  .preview-info-box.nest {
    border-color: #fff;
    background-color: #fff;
    position: relative; }
    .preview-info-box.nest + .nest {
      margin-top: 20px; }

.preview-feedback-box {
  background-color: #f1f5f8;
  border-color: #f1f5f8; }

.preview-tag {
  position: absolute;
  top: -10px;
  left: 15px; }

.autocomplete-position {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 135%;
  top: -webkit-calc(100% + 15px);
  top: calc(100% + 15px); }

.autocomplete-triangle-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 9px dashed;
  border-bottom: 9px solid \9;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  color: #ececec;
  position: absolute;
  top: -8px;
  left: 20px; }

.autocomplete-list {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px; }
  .autocomplete-list:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 8px dashed;
    border-bottom: 8px solid \9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    color: #fff;
    position: absolute;
    top: -7px;
    left: 21px;
    z-index: 1; }
  .autocomplete-list > li {
    padding: 5px 15px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px; }
    .autocomplete-list > li + li {
      border-top: 1px dotted #ececec; }
    .autocomplete-list > li:hover {
      background-color: #f2f2f2; }
    .autocomplete-list > li.active {
      border: 1px solid #7ca8ff !important; }

.autocomplete-zindex {
  z-index: 100 !important; }

.autocomplete-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99; }

.preview-copy-hover > button {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.preview-copy-hover:hover > button {
  visibility: visible;
  opacity: 1; }

.preview-log-icon {
  width: 20px !important; }

.preview-log-box {
  width: 600px;
  line-height: 20px !important;
  overflow-y: auto;
  max-height: 500px; }
  .preview-log-box > .mark {
    padding-left: 25px !important;
    padding-top: 25px !important;
    background-color: #9bbcff !important; }
    .preview-log-box > .mark:before {
      color: #9bbcff !important; }
    .preview-log-box > .mark .project-dynamic-box {
      padding-top: 5px;
      padding-bottom: 5px; }
  .preview-log-box .project-dynamic-box {
    padding-left: 15px;
    border-left: none; }
    .preview-log-box .project-dynamic-box:not(:last-child):before {
      content: "";
      width: 2px;
      position: absolute;
      top: 5px;
      bottom: -5px;
      background-color: #fff;
      left: -2px;
      display: block; }
    .preview-log-box .project-dynamic-box .log-label, .preview-log-box .project-dynamic-box .dynamic-label {
      left: -9px; }

.autocomplete-zindex-lg {
  z-index: 101; }

.preview-copy-icon {
  position: absolute !important;
  right: 0;
  top: 0; }
  .preview-copy-icon > .icon {
    width: 25px; }
  .preview-copy-icon .mark-wrapper {
    left: 0 !important; }

.language-switch {
  position: absolute;
  right: 0;
  top: 0; }
  .language-switch .simulate-dropdown {
    min-width: 100px; }

.preview-log-avatar {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%; }

.preview-log-name {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%; }

.label-list {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -5px; }
  .label-list > li {
    background-color: #fff;
    color: #8c9ea5;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-top: 5px;
    cursor: pointer;
    transition: color .3s ease-in-out; }
    .label-list > li:hover {
      color: #52cbd4; }
    .label-list > li.active {
      background-color: #e7f0f2;
      color: #52cbd4; }

.new-box {
  width: 45%; }

.new-form-title {
  float: left;
  color: #666;
  width: 20%;
  line-height: 35px; }

.new-form-text {
  float: right;
  width: 80%; }

.question-mark {
  position: relative; }
  .question-mark > img {
    width: 15px;
    cursor: pointer; }
  .question-mark > .mark-wrapper {
    padding-top: 15px;
    position: absolute;
    top: 50%;
    left: -10px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out; }
    .question-mark > .mark-wrapper > .mark {
      padding: 10px;
      font-size: 14px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      border-radius: 4px;
      position: relative; }
      .question-mark > .mark-wrapper > .mark:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 0;
        border-bottom: 8px dashed;
        border-bottom: 8px solid \9;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        position: absolute;
        top: -8px;
        left: 10px;
        color: rgba(0, 0, 0, 0.5); }
    .question-mark > .mark-wrapper.center {
      left: 50%;
      transform: translateX(-50%); }
      .question-mark > .mark-wrapper.center > .mark:before {
        left: 50%;
        transform: translateX(-50%); }
  .question-mark:hover .mark-wrapper {
    top: 100%;
    visibility: visible;
    opacity: 1; }
  .question-mark.sm > .mark-wrapper {
    padding-top: 8px; }
    .question-mark.sm > .mark-wrapper > .mark {
      padding: 5px;
      font-size: 12px; }
      .question-mark.sm > .mark-wrapper > .mark:before {
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 0;
        border-bottom: 5px dashed;
        border-bottom: 5px solid \9;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        top: -5px; }

.new-wrapper {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
  left: 25%; }

.confirm-box {
  width: 100%;
  height: 250px;
  text-align: center; }
  .confirm-box > img {
    width: 150px;
    margin-top: 50px; }

.short-line {
  width: 30px;
  height: 4px;
  border-radius: 200px;
  background-color: #c1cbcf; }

.info-box-condensed {
  padding: 0;
  padding-top: 20px; }

.info-left {
  width: 30%; }

.scrollbar-fix {
  position: fixed;
  top: 70px;
  bottom: 0; }
  .scrollbar-fix .scroll {
    height: 90%;
    overflow-y: auto; }

.info-right {
  width: 70%;
  overflow: hidden; }

.table-action-drag {
  width: 30px !important; }
  .table-action-drag ~ .mark-wrapper {
    left: 0; }

.table-action-copy {
  width: 23px !important; }
  .table-action-copy ~ .mark-wrapper {
    left: 0; }

.info-box {
  padding: 5px;
  padding-top: 15px; }

.info-add-btn {
  position: absolute !important;
  top: -8px;
  left: 80px; }

.templete-tag-left {
  width: 10%; }

.templete-tag-right {
  width: 90%; }

.creat-new-label {
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #ececec;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.cancel-bottom-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.color-picker-display {
  width: 35px;
  height: 35px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.color-picker-input {
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.calender-icon {
  background-image: url(/images/calender.png); }

.autocomplete-scroll-auto {
  max-height: 300px;
  overflow: auto; }

.templete-list > li {
  padding: 0 15px;
  color: #8f91ab;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  border-left: 2px solid transparent; }
  .templete-list > li:hover {
    cursor: pointer;
    color: #7ca8ff; }
  .templete-list > li.active {
    color: #7ca8ff;
    border-left-color: #7ca8ff; }
  .templete-list > li + li {
    margin-top: 10px; }

.template-left {
  width: 25%; }

.template-right {
  width: 75%; }

.templete-space {
  width: 90%;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px); }

.templete-lock-space {
  width: 30px; }
  .templete-lock-space .mark-wrapper {
    left: 0 !important; }

.template-lock-box {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer; }
  .template-lock-box.unlock {
    background-image: url(/images/unlock.png); }
  .template-lock-box.lock {
    background-image: url(/images/lock.png); }

.tag-edit-icon {
  width: 23px;
  cursor: pointer; }

.shortcut-wrapper {
  position: fixed;
  left: 30px;
  bottom: 30px; }

.question-mark.shortcut .mark-wrapper {
  left: 120%;
  top: initial !important;
  bottom: -50px; }
  .question-mark.shortcut .mark-wrapper > .mark {
    background-color: #4986ff; }
    .question-mark.shortcut .mark-wrapper > .mark:before {
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 0;
      border-right: 8px dashed;
      border-right: 8px solid \9;
      border-bottom: 8px solid transparent;
      border-top: 8px solid transparent;
      color: #4986ff !important;
      bottom: 25px;
      left: -8px;
      top: initial; }

.question-mark.shortcut:hover .mark-wrapper {
  bottom: -17px; }

.shortcut-list {
  width: 240px; }

.btn-bg-icon {
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  padding-left: 50px; }
  .btn-bg-icon.info-status-hide {
    background-image: url(/images/hide.png); }
  .btn-bg-icon.show {
    background-image: url(/images/show.png); }
  .btn-bg-icon.json {
    background-image: url(/images/json.png); }
  .btn-bg-icon.save {
    background-image: url(/images/save.png); }

.json-wrapper {
  width: 550px;
  position: relative; }

.json-scrollbar-wrapper {
  overflow-y: auto;
  width: 382px;
  max-height: 500px; }

.json-resolve-wrapper {
  width: 350px;
  background-color: #fff; }

.json-right-wrapper {
  width: 160px;
  background-color: #f8fafb;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px; }

.avatar-box {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.user-left {
  width: 70%; }

.user-right {
  width: 30%;
  padding-left: 5%; }

.user-infomation-box {
  position: fixed;
  top: 100px;
  right: 20px;
  bottom: 30px;
  background-color: #fff;
  width: 20%; }

.user-project-box {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out; }
  .user-project-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  .user-project-box + .user-project-box {
    margin-top: 20px; }

.user-bg-gradient {
  background-color: #7ca8ff;
  background: -webkit-linear-gradient(180deg, #7ca8ff, #57bae2);
  background: linear-gradient(270deg, #7ca8ff, #57bae2); }

.profile-card {
  padding: 20px;
  border-radius: 4px;
  border: 2px solid #dbe9ff;
  color: #768492; }

.quit-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/images/user_quit.png); }

.preview-icon {
  width: 20px; }

.project-dynamic-box {
  position: relative;
  padding: 10px 0 10px 50px;
  border-left: 2px solid #f2f2f2;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .project-dynamic-box:last-child {
    border-left-color: transparent; }
  .project-dynamic-box.hover:hover {
    background-color: #f1f1f1;
    cursor: pointer; }

.project-dynamic-left {
  width: 65%; }

.project-dynamic-right {
  width: 25%; }

.dynamic-label {
  width: 30px;
  height: 30px;
  left: -16px;
  top: 0;
  text-align: center;
  line-height: 24px; }
  .dynamic-label > img {
    width: 30px !important; }

.account-left {
  width: 200px;
  padding: 0 20px; }

.account-right {
  width: 85%;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  padding: 0 0 0 50px; }

.account-box {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(124, 168, 255, 0.2); }

.account-left-box {
  padding: 20px 0; }

.account-nav-list {
  display: block;
  text-align: center;
  color: #a3bcd0; }
  .account-nav-list > li {
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    line-height: 5; }
    .account-nav-list > li:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: transparent;
      border: 2px solid #a3bcd0;
      position: absolute;
      left: 47%;
      top: 14px; }
    .account-nav-list > li:not(:last-child):after {
      content: "";
      width: 2px;
      height: 30px;
      background-color: #d6e1ea;
      position: absolute;
      left: 50%;
      top: 47px; }
    .account-nav-list > li:hover {
      color: #7ca8ff;
      cursor: pointer; }
    .account-nav-list > li.active {
      color: #3075ff; }
      .account-nav-list > li.active:before {
        width: 8px;
        height: 8px;
        border-color: #7ca8ff;
        background-color: #7ca8ff;
        left: 46%;
        box-shadow: 0 0 6px 0 rgba(124, 168, 255, 0.9); }

.copy-btn-position {
  position: absolute;
  right: -60px;
  bottom: 0; }

.github-box {
  width: 500px;
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.github-account-icon {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 5px;
  padding-left: 30px; }

.info-warn-icon {
  width: 25px;
  margin-right: 5px; }

.triangle-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.triangle-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ececec; }

.divider-vertical {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  background-color: #7e92a7; }

.draw-add-icon {
  background-color: #7ca8ff;
  display: inline-block;
  width: 14px;
  height: 2px;
  position: relative; }
  .draw-add-icon:before {
    background-color: #7ca8ff; }
  .draw-add-icon:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: inherit;
    left: 6px;
    top: -6px; }
  .draw-add-icon.blank {
    background-color: #000; }
    .draw-add-icon.blank:before {
      background-color: #000; }
  .draw-add-icon.white {
    background-color: #fff; }
    .draw-add-icon.white:before {
      background-color: #fff; }
  .draw-add-icon.success {
    background-color: #82eac5; }
    .draw-add-icon.success:before {
      background-color: #82eac5; }
  .draw-add-icon.error {
    background-color: #f89da8; }
    .draw-add-icon.error:before {
      background-color: #f89da8; }

.draw-add-icon-hover:hover .draw-add-icon {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #004ce2; }
  .draw-add-icon-hover:hover .draw-add-icon:before {
    background-color: #004ce2; }

.arrow {
  background-color: #7ca8ff;
  width: 30px;
  height: 1px;
  position: relative;
  display: inline-block; }
  .arrow:before, .arrow:after {
    background-color: #7ca8ff; }
  .arrow:before, .arrow:after {
    content: "";
    width: 7px;
    height: 1px;
    position: absolute; }
  .arrow.right:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    top: -3px; }
  .arrow.right:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
    top: 3px; }
  .arrow.white {
    background-color: #fff; }
    .arrow.white:before, .arrow.white:after {
      background-color: #fff; }

.column-two {
  width: 50%; }

.column-three {
  width: 33.33333%; }

.column-four {
  width: 25%; }

.column-eleven {
  width: 9.09091%; }

.column-twelve {
  width: 8.33333%; }

.overflow-hidden {
  width: 100%;
  overflow: hidden; }

.pointer {
  cursor: pointer; }

.font-italic {
  font-style: italic; }

.font-bold {
  font-weight: bold; }

.font-12 {
  font-size: 12px; }

.font-14 {
  font-size: 14px; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-24 {
  font-size: 24px; }

.font-30 {
  font-size: 30px; }

.font-40 {
  font-size: 40px; }

.disappear {
  display: none; }

.mat-5 {
  margin-top: 5px; }

.mat-10 {
  margin-top: 10px; }

.mat-15 {
  margin-top: 15px; }

.mat-17 {
  margin-top: 17px; }

.mat-20 {
  margin-top: 20px; }

.mat-30 {
  margin-top: 30px; }

.mat-35 {
  margin-top: 35px; }

.mat-50 {
  margin-top: 50px; }

.mat-100 {
  margin-top: 100px; }

.mar-5 {
  margin-right: 5px; }

.mar-10 {
  margin-right: 10px; }

.mal-5 {
  margin-left: 5px; }

.mal-10 {
  margin-left: 10px; }

.mab-50 {
  margin-bottom: 50px; }

.mab-200 {
  margin-bottom: 200px; }

.pad-none {
  padding: 0; }

.pad-5 {
  padding: 5px; }

.pad-20 {
  padding: 20px; }

.pad-50 {
  padding: 50px; }

.padl-20 {
  padding-left: 20px; }

.padl-40 {
  padding-left: 40px; }

.padl-80 {
  padding-left: 80px; }

.padr-20 {
  padding-right: 20px; }

.padr-160 {
  padding-right: 160px; }

.inline-block {
  display: inline-block !important; }

.block {
  display: block; }

.relative {
  position: relative; }

.fixed {
  position: fixed; }

.vertical-m {
  vertical-align: middle; }

.txt-l {
  text-align: left !important; }

.txt-c {
  text-align: center !important; }

.txt-r {
  text-align: right; }

.txt-capitalize {
  text-transform: capitalize; }

.flo-l {
  float: left; }

.flo-r {
  float: right; }

.corner-pill {
  border-radius: 200px; }

.corner-rounded {
  border-radius: 4px; }

.corner-rounded-large {
  border-radius: 30px; }

.rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.text-primary-light {
  color: #96b9ff; }
  .text-primary-light.hover {
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .text-primary-light.hover:hover {
      color: #7ca8ff; }
      .text-primary-light.hover:hover:before {
        width: 100%; }
    .text-primary-light.hover:before {
      content: "";
      display: inline-block;
      position: absolute;
      height: 1px;
      bottom: 0;
      left: 0;
      width: 0;
      background-color: #7ca8ff;
      -webkit-transition: width 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -ms-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out; }

.text-primary-dark {
  color: #6397ff; }
  .text-primary-dark.hover {
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .text-primary-dark.hover:hover {
      color: #4986ff; }
      .text-primary-dark.hover:hover:before {
        width: 100%; }
    .text-primary-dark.hover:before {
      content: "";
      display: inline-block;
      position: absolute;
      height: 1px;
      bottom: 0;
      left: 0;
      width: 0;
      background-color: #4986ff;
      -webkit-transition: width 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -ms-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out; }

.text-primary {
  color: #7ca8ff; }
  .text-primary.hover {
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .text-primary.hover:hover {
      color: #6397ff; }
      .text-primary.hover:hover:before {
        width: 100%; }
    .text-primary.hover:before {
      content: "";
      display: inline-block;
      position: absolute;
      height: 1px;
      bottom: 0;
      left: 0;
      width: 0;
      background-color: #6397ff;
      -webkit-transition: width 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -ms-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out; }

.text-gray {
  color: #666; }
  .text-gray.hover {
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .text-gray.hover:hover {
      color: #595959; }
      .text-gray.hover:hover:before {
        width: 100%; }
    .text-gray.hover:before {
      content: "";
      display: inline-block;
      position: absolute;
      height: 1px;
      bottom: 0;
      left: 0;
      width: 0;
      background-color: #595959;
      -webkit-transition: width 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -ms-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out; }

.text-blank {
  color: #000; }

.text-white {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.bg-success {
  background-color: #82eac5; }

.bg-error {
  background-color: #f89da8; }

.bg-primary {
  background-color: #7ca8ff; }

.underline-primary {
  border-bottom: 1px solid #7ca8ff; }

.boxshadow-primary {
  box-shadow: 0 0 15px 0 rgba(124, 168, 255, 0.8); }
