/**
 * 所有构件样式规则
 **/
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
*, ::after, ::before {
    box-sizing:initial;
}

.fui-widget {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  color: #35393F;
  line-height: 1.5;
  font-size: 12px;
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  -webkit-font-smoothing: antialiased;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  left: 0;
}
.fui-widget.fui-selectable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-user-drag: text;
}
.fui-widget * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.fui-widget.fui-disabled {
  opacity: 0.3;
}
.fui-widget.fui-hide {
  display: none !important;
}
.fui-widget.fui-mask-animate {
  transition: all 0.2s;
}
.fui-widget.fui-mask-hint {
  -webkit-transform: perspective(600px) translateZ(30px);
  transform: perspective(600px) translateZ(30px);
}
/**
 * 容器类通用样式
 **/
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-container {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.fui-container.fui-disabled {
  opacity: 1;
}
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-button-menu {
  border: 1px solid white;
}
.fui-button-menu:HOVER {
  border-color: #d5e1f2;
}
.fui-button-menu.fui-button-active {
  border-color: #d5e1f2;
  background: #d5e1f2;
}
.fui-button-menu.fui-button-active .fui-button {
  background: #d5e1f2;
}
.fui-button-menu.fui-layout-top,
.fui-button-menu.fui-layout-bottom {
  text-align: center;
}
.fui-button-menu.fui-layout-top .fui-open-btn,
.fui-button-menu.fui-layout-bottom .fui-open-btn {
  display: block;
}
/**
 * 通用button
 */
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-button {
  overflow: hidden;
  cursor: default;
  font-size: 0;
}
.fui-button ._layout .fui-label {
  display: block;
}
.fui-button ._layout .fui-icon {
  display: block;
}
.fui-button .fui-icon {
  display: inline-block;
  vertical-align: middle;
}
.fui-button .fui-label {
  display: inline-block;
  vertical-align: middle;
}
.fui-button.fui-button-layout-top .fui-label {
  display: block;
}
.fui-button.fui-button-layout-top .fui-icon {
  display: block;
}
.fui-button.fui-button-layout-bottom .fui-label {
  display: block;
}
.fui-button.fui-button-layout-bottom .fui-icon {
  display: block;
}
.fui-button:HOVER {
  background-color: #d5e1f2;
  color: #000000;
}
.fui-button:ACTIVE {
  background-color: #87a9da;
  color: #000000;
}
.fui-button.fui-disabled:HOVER {
  background-color: #ffffff;
  color: #000000;
}
.fui-button.fui-disabled:ACTIVE {
  background-color: #ffffff;
  color: #000000;
}
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-colorpicker {
  background-color: #fff;
}
.fui-colorpicker-container {
  border: 1px solid #d3d3d3;
}
.fui-colorpicker-container .fui-colorpicker-title {
  background: #eee;
  padding: 2px 4px;
}
.fui-colorpicker-container .fui-colorpicker-colors {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.fui-colorpicker-container .fui-colorpicker-colors-line0 {
  margin-bottom: 3px;
}
.fui-colorpicker-container .fui-colorpicker-item {
  display: inline-block;
  margin: 0 2px;
  width: 13px;
  height: 13px;
  border-style: solid;
  border-width: 1px;
}
.fui-colorpicker-container .fui-colorpicker-commoncolor,
.fui-colorpicker-container .fui-colorpicker-standardcolor {
  margin: 4px 3px;
  white-space: nowrap;
}
.fui-colorpicker-container .fui-colorpicker-toolbar {
  margin: 4px;
  height: 27px;
}
.fui-colorpicker-container .fui-colorpicker-toolbar .fui-colorpicker-preview {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 120px;
  border: 1px solid #d3d3d3;
}
.fui-colorpicker-container .fui-colorpicker-toolbar .fui-colorpicker-clear {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 60px;
  border: 1px solid #d3d3d3;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
/**
 * 通用button
 */
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-dialog {
  position: fixed;
  top: -1000000px;
  left: -100000px;
  border: 1px solid #B1B1B1;
  background: #fff;
}
.fui-dialog .fui-panel-content {
  width: auto;
  height: auto;
  padding: 2px;
}
.fui-dialog .fui-dialog-caption {
  margin: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}
.fui-dialog .fui-dialog-head .fui-close-button {
  float: right;
}
.fui-dialog .fui-dialog-head .fui-close-button .fui-close-button-icon {
  width: 16px;
  height: 16px;
  background: url("images/close.png?_=1459219101658") no-repeat 0 0;
}
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-drop-panel {
  border: 1px solid #d3d3d3;
  overflow: hidden;
  position: relative;
}
.fui-drop-panel .fui-drop-panel-content {
  display: inline-block;
}
.fui-drop-panel .fui-drop-panel-placeholder {
  display: none;
}
.fui-drop-panel .fui-drop-panel-button {
  border-left: 1px solid #d3d3d3;
  visibility: visible;
}
.fui-drop-panel .fui-drop-panel-button:HOVER {
  border-color: #d5e1f2;
}
.fui-drop-panel .fui-drop-panel-button:ACTIVE {
  border-color: #87a9da;
}
.fui-drop-panel:HOVER {
  border-color: #d5e1f2;
}
.fui-drop-panel:HOVER .fui-drop-panel-button {
  border-left-color: #d5e1f2;
}
.fui-drop-panel:ACTIVE {
  border-color: #87a9da;
}
.fui-drop-panel:ACTIVE .fui-drop-panel-button {
  border-left-color: #d5e1f2;
}
.fui-drop-panel.fui-drop-panel-open {
  overflow: visible;
}
.fui-drop-panel.fui-drop-panel-open .fui-drop-panel-content {
  border: 1px solid #d3d3d3;
  position: absolute;
  top: -1px;
  left: -1px;
}
.fui-drop-panel.fui-drop-panel-open .fui-drop-panel-button {
  visibility: hidden;
}
.fui-drop-panel.fui-drop-panel-open .fui-drop-panel-placeholder {
  display: inline-block;
}
.fui-drop-panel-popup {
  border: 1px solid #d3d3d3;
}
.fui-drop-panel-popup:HOVER {
  border-color: #d5e1f2;
}
.fui-drop-panel-popup:HOVER .fui-drop-panel-button {
  border-left-color: #d5e1f2;
}
.fui-drop-panel-popup:ACTIVE {
  border-color: #87a9da;
}
.fui-drop-panel-popup:ACTIVE .fui-drop-panel-button {
  border-left-color: #d5e1f2;
}
.fui-icon {
  text-align: center;
  font-size: 0;
}
.fui-icon img {
  display: inline-block;
}
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-input-button {
  border: 1px solid #ababab;
}
.fui-input-button .fui-input {
  vertical-align: middle;
  border: none;
}
.fui-input-button .fui-button {
  vertical-align: middle;
}
.fui-input-button:HOVER {
  border-color: #87a9da;
}
.fui-input-button:ACTIVE {
  border-color: #87a9da;
}
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-input {
  border: 1px solid #d3d3d3;
  padding: 1px;
  margin: 0;
}
.fui-input:HOVER,
.fui-input:FOCUS {
  border-color: #4d90fe;
}
.fui-input.fui-disabled {
  border-color: #d3d3d3;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-item {
  font-size: 0;
}
.fui-item .fui-icon {
  vertical-align: middle;
}
.fui-item .fui-label {
  vertical-align: middle;
}
.fui-item.fui-item-selected {
  background: #87a9da;
}
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-label-panel .fui-label-panel-label {
  width: 100%;
  color: #666;
}
.fui-label-panel.fui-no-position .fui-label-panel-label {
  position: static;
}
.fui-label-panel.fui-layout-bottom .fui-label-panel-label {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: 2;
}
.fui-label {
  cursor: default;
  display: inline-block;
  white-space: nowrap;
}
/**
 * 通用button
 */
.fui-mask {
  position: fixed;
  z-index: 99998;
}
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-menu {
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
.fui-menu .fui-item {
  padding: 2px 5px;
  display: block;
}
.fui-menu .fui-item:HOVER {
  background: #d5e1f2;
}
/**
 * 通用button
 */
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-panel {
  display: inline-block;
  vertical-align: top;
  overflow-y: auto;
  overflow-x: hidden;
}
.fui-panel .fui-panel-content {
  position: relative;
  top: 0;
  left: 0;
}
.fui-panel .fui-panel-content {
  width: 100%;
  height: 100%;
}
.fui-panel.fui-container-column {
  font-size: 0;
}
.fui-panel.fui-container-column .fui-column {
  display: block;
}
/**
 * 通用button
 */
.fui-ppanel::-webkit-scrollbar {
  width: 15px;
}
.fui-ppanel::-webkit-scrollbar-button:start:decrement,
.fui-ppanel::-webkit-scrollbar-button:end:decrement,
.fui-ppanel::-webkit-scrollbar-button:start:increment,
.fui-ppanel::-webkit-scrollbar-button:end:increment,
.fui-ppanel::-webkit-scrollbar-thumb {
  border: 1px solid #e7e7e7;
}
.fui-ppanel.fui-ppanel-position {
  position: fixed;
  z-index: 99999;
}
.fui-ppanel .fui-ppanel-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/**
 * 通用button
 */
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-select-menu .fui-select-menu-container {
  background: white;
}
.fui-select-menu .fui-select-menu-selected {
  background: #87a9da;
}
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-separator {
  background: #6d6d6d;
}
/**
 * Spin-button
 */
.fui-spin-button .fui-spin-up-btn .fui-icon,
.fui-spin-button .fui-spin-down-btn .fui-icon {
  width: 16px;
  height: 9px;
  background: url("images/up.png?_=1459219101658") no-repeat 3px 1.5px;
}
.fui-spin-button .fui-spin-down-btn .fui-icon {
  background-image: url("images/down.png?_=1459219101658");
}
/**
 * 通用button
 */
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-tabs .fui-selected {
  background-color: #d5e1f2;
}
/**
 * 可切换Button (ToggleButton)
 */
/**
 * FUI 通用样式定义
 */
/*------------ var*/
/*------------ mixin*/
.fui-toggle-button.fui-button-pressed {
  background-color: #aec5e6;
}
.fui-toggle-button.fui-button-pressed.fui-disabled {
  background-color: #aec5e6;
}
.fui-toggle-button:HOVER {
  background-color: #d5e1f2;
  color: #000000;
}
.fui-toggle-button:ACTIVE {
  background-color: #87a9da;
  color: #000000;
}
/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
}
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
}
/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  box-sizing: content-box;
}
.CodeMirror-guttermarker {
  color: black;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
/* CURSOR */
.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
@-webkit-keyframes blink {
  0% {
    background: #7e7;
  }
  50% {
    background: none;
  }
  100% {
    background: #7e7;
  }
}
@keyframes blink {
  0% {
    background: #7e7;
  }
  50% {
    background: none;
  }
  100% {
    background: #7e7;
  }
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}
/* DEFAULT THEME */
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-header {
  color: blue;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: bold;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-s-default .cm-error {
  color: #f00;
}
.cm-invalidchar {
  color: #f00;
}
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: white;
  color: black;
}
.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
  box-sizing: content-box;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
  box-sizing: content-box;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 30px;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom: 1;
  *display: inline;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}
.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre {
  position: static;
}
.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  border-right: none;
  width: 0;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span {
  *vertical-align: text-bottom;
}
/* Used to force a border model for a node */
.cm-force-border {
  padding-right: .1px;
}
@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.blur {
  filter: url(../images/blur.svg#blur);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -mz-filter: blur(5px);
  filter: blur(5px);
}
.validate-error {
  color: red;
  border-color: red !important;
  vertical-align: middle;
}
span.validate-error {
  margin-left: 5px;
}
.button,
button {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
  text-align: center;
  outline: none;
  background: #717b94;
  cursor: default;
  color: #ffffff;
  border: none;
  box-sizing: content-box;
}
.button:hover,
button:hover,
.button.hover,
button.hover {
  background: #8e96aa;
}
.button:active,
button:active,
.button.active,
button.active {
  background: #656f87;
}
.button:disabled,
button:disabled {
  background: #CCC;
}
.button:disabled:hover,
button:disabled:hover,
.button:disabled.hover,
button:disabled.hover,
.button:disabled:active,
button:disabled:active,
.button:disabled.active,
button:disabled.active {
  background: #CCC;
}
input[type=text],
input[type=url] {
  padding: 2px 5px;
  height: 16px;
  line-height: 16px;
  outline: none;
  border: 1px solid #e5e7ec;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
input[type=text]:focus,
input[type=url]:focus {
  border-color: #6179b8;
}
.loading .loading-target {
  filter: url(../images/blur.svg#blur);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -mz-filter: blur(5px);
  filter: blur(5px);
}
.loading:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(128, 130, 140, 0.75);
  -webkit-animation: fadeIn 3s ease;
  -ms-animation: fadeIn 3s ease;
  animation: fadeIn 3s ease;
}
.loading:before {
  content: ' ';
  width: 40px;
  height: 40px;
  border: 4px solid;
  border-color: #c9ced1 transparent transparent;
  box-shadow: 0 0 35px #ffffff;
  z-index: 10;
  border-radius: 100%;
  -webkit-animation: rotate 1.33s ease infinite;
  -ms-animation: rotate 1.33s ease infinite;
  animation: rotate 1.33s ease infinite;
  filter: none;
  -webkit-filter: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.shortcut-key {
  display: inline-block;
  padding: 3px 8px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #6e6e6e;
  /* text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); */
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fcfcfc;
  border-radius: 3px;
  border: 1px solid #cccccc;
  text-transform: capitalize;
  box-shadow: inset 0 -2px #ebebeb, inset 0 -3px #ffffff, 0 1px 2px rgba(255, 255, 255, 0.3);
}
.shortcut-key:active {
  padding-top: 4px;
  padding-bottom: 4px;
  box-shadow: inset 0 -1px #ebebeb, inset 0 -2px #ffffff, 0 1px 1px rgba(255, 255, 255, 0.3);
}
.shortcut-key:active:after {
  -webkit-transform: translate(0, 1px);
      -ms-transform: translate(0, 1px);
          transform: translate(0, 1px);
}
.mac .shortcut-key.ctrl,
.mac .shortcut-key.shift,
.mac .shortcut-key.alt,
.shortcut-key.up,
.shortcut-key.down,
.shortcut-key.left,
.shortcut-key.right {
  text-indent: 99999px;
  position: relative;
  width: 9px;
}
.mac .shortcut-key.ctrl:after,
.mac .shortcut-key.shift:after,
.mac .shortcut-key.alt:after,
.shortcut-key.up:after,
.shortcut-key.down:after,
.shortcut-key.left:after,
.shortcut-key.right:after {
  display: block;
  position: absolute;
  text-align: center;
  left: 5px;
  top: 4px;
  width: 16px;
  height: 16px;
  text-indent: 0;
}
.mac .shortcut-key.ctrl:after {
  content: '⌘';
}
.mac .shortcut-key.shift:after {
  content: '⇧';
}
.mac .shortcut-key.alt:after {
  content: '⌥';
}
.shortcut-key.up:after {
  content: '↑';
  top: 2px;
}
.shortcut-key.down:after {
  content: '↓';
  top: 2px;
}
.shortcut-key.left:after {
  content: '←';
  top: 2px;
}
.shortcut-key.right:after {
  content: '→';
  top: 2px;
}
.triangle {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-color: transparent;
}
.fui-button,
li {
  transition: background-color 0.2s ease;
}
.fui-disabled:hover,
.fui-disabled .fui-widget:hover,
.fui-disabled:active,
.fui-disabled .fui-widget:active {
  background-color: transparent;
}
.fui-widget {
  overflow: hidden;
}
.fui-widget input[type=text],
.fui-widget textarea {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
input::-ms-clear {
  display: none;
}
input[type=search]::-ms-clear {
  display: inline-block;
}
#tab-container .fui-button {
  display: inline-block;
  padding: 2px 5px 2px 3px;
}
#tab-container .fui-button .fui-label {
  color: #5a6378;
  font-size: 12px;
  vertical-align: middle;
}
#tab-container .fui-button.command-button {
  margin-bottom: 3px;
}
#tab-container .fui-button.command-button .fui-icon {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
#tab-container .fui-button.command-button.large {
  width: 90px; /*vinno vthieu*/
  height: 50px;
  padding: 0;
}
#tab-container .fui-button.command-button.large .fui-icon {
  width: 25px;
  height: 25px;
  margin-left: 30px; /* vinno vthieu dèault 12px */
  margin-bottom: 3px;
  margin-top: 4px;
}
#tab-container .fui-button.command-button.large .fui-label {
  display: block;
  text-align: center;
}
#tab-container .fui-button:hover {
  background-color: #eff3fa;
}
#tab-container .fui-button:active {
  background-color: #c4d0ee;
}
#tab-container .fui-button.fui-disabled:hover,
#tab-container .fui-button.fui-disabled:active {
  background-color: transparent;
}
#tab-container .fui-button.active {
  background-color: #d7e0f4;
}
.command-buttonset .fui-toggle-button:hover {
  background-color: #eff3fa;
}
.fui-disabled.command-buttonset .fui-toggle-button:hover {
  background-color: transparent;
}
.command-buttonset .fui-toggle-button:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.command-buttonset .fui-toggle-button:active:hover {
  background-color: #c4d0ee;
}
.fui-disabled.command-buttonset .fui-toggle-button:active:hover {
  background-color: transparent;
}
.command-buttonset .fui-toggle-button.fui-button-pressed {
  background-color: #d7e0f4;
}
.command-inputmenu > .fui-input-button,
.fui-input-menu > .fui-input-button {
  position: relative;
  border-color: #c9ced1;
  margin: 2px 0;
}
.command-inputmenu > .fui-input-button .fui-input,
.fui-input-menu > .fui-input-button .fui-input {
  width: 100px;
}
.command-inputmenu > .fui-input-button > .fui-button,
.fui-input-menu > .fui-input-button > .fui-button {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  border-left: 1px solid #c9ced1;
  padding: 0 !important;
}
.command-inputmenu > .fui-input-button > .fui-button .fui-icon,
.fui-input-menu > .fui-input-button > .fui-button .fui-icon {
  position: absolute;
  left: auto;
  right: 6px;
  top: 50%;
  margin-top: -2px;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 4px;
  border-top-color: #5a6378;
}
#tab-container .fui-drop-panel {
  padding-right: 10px;
  border-color: #c9ced1;
}
#tab-container .fui-drop-panel > .fui-button {
  position: absolute;
  display: block;
  right: 1px;
  left: auto;
  top: 1px;
  bottom: 1px;
  width: 10px;
  padding: 0;
}
#tab-container .fui-drop-panel > .fui-button:hover {
  background: #eff3fa;
}
#tab-container .fui-drop-panel > .fui-button:active {
  background: #c4d0ee;
}
#tab-container .fui-drop-panel > .fui-button > .fui-icon {
  position: absolute;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 3px;
  border-top-color: #5a6378;
  top: auto;
  bottom: 2px;
  left: 2px;
}
.fui-drop-panel-popup {
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding-right: 5px;
  padding-bottom: 5px;
  max-width: 300px;
}
#tab-container .fui-button-menu {
  border: 1px solid transparent;
  width: 60px; //vinno vthieu
  height: 50px;
  display: inline-block;
  margin-top: 2px;
}
#tab-container .fui-button-menu:hover {
  border-color: #eff3fa;
}
#tab-container .fui-button-menu.fui-disabled:hover {
  border-color: transparent;
}
#tab-container .fui-button-menu .fui-button:first-child {
  display: block;
  width: 60px; /* vinno vthieu 40px */
  height: 25px;
  padding: 0;
}
#tab-container .fui-button-menu .fui-button:last-child {
  display: block;
  width: 60px; /* vinno vthieu 40px */
  height: 25px;
  padding: 0;
}
#tab-container .fui-button-menu .fui-button:last-child .fui-label {
  font-size: 12px;
}
#tab-container .fui-button-menu .fui-button:last-child .fui-icon {
  content: ' ';
  width: 0;
  height: 0;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 3px;
  border-top-color: #5a6378;
  display: block;
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 50%;
  margin-left: -3px;
}
.close-button {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 100%;
}
.close-button:hover {
  background-color: #e66060;
}
.close-button:active {
  background-color: #e34f4f;
}
.close-button:after {
  content: 'x';
  display: block;
  width: 16px;
  height: 16px;
  font-family: inherit;
  color: white;
  font-size: 14px;
  position: absolute;
  left: 2px;
  top: 1px;
  line-height: 16px;
  text-align: center;
}
.fui-dialog {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: none;
}
.fui-dialog > .fui-panel-content {
  padding: 0;
}
.fui-dialog .fui-dialog-head {
  background-color: #393f4f;
  color: white;
  padding: 5px;
}
.fui-dialog .fui-dialog-head h1 {
  font-size: 14px;
  font-weight: normal;
}
.fui-dialog .fui-dialog-head .fui-close-button {
  position: absolute;
  right: 6px;
  top: 7px;
  left: auto;
}
.fui-dialog .fui-dialog-head .fui-close-button .fui-close-button-icon {
  display: none;
  background: none;
}
.fui-dialog .fui-dialog-body {
  padding: 20px;
}
.fui-dialog .fui-dialog-body p {
  margin: 0;
  height: 40px;
}
.fui-dialog .fui-dialog-body input[type=text],
.fui-dialog .fui-dialog-body input[type=url] {
  border: 1px solid #c9ced1;
  outline: none;
  height: 20px;
  padding: 2px 4px;
  width: 300px;
  vertical-align: middle;
}
.fui-dialog .fui-dialog-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 50px;
  border-top: 1px solid #c9ced1;
  text-align: right;
}
.fui-dialog .fui-dialog-foot .fui-button {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #c9ced1;
  border-radius: 4px;
  margin: 8px 8px 0 0;
}
.fui-dialog .fui-dialog-foot .fui-button:hover {
  background: #f5f6f8;
}
.fui-dialog .fui-dialog-foot .fui-button:active {
  background: #c9cdd8;
}
.fui-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn {
  background: #393f4f;
  border-color: transparent;
}
.fui-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn:hover {
  background: #4e576d;
}
.fui-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn:active {
  background: #333846;
}
.fui-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn .fui-label {
  color: white;
}
.fui-dialog .fui-dialog-foot .fui-button .fui-label {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}
#tab-container .fui-select-menu.command-selectmenu > .fui-panel-content {
  padding-right: 10px;
  border: 1px solid transparent;
  width: auto;
}
#tab-container .fui-select-menu.command-selectmenu > .fui-panel-content:hover {
  border-color: #c9ced1;
}
#tab-container .fui-select-menu.command-selectmenu > .fui-panel-content > .fui-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
#tab-container .fui-select-menu.command-selectmenu > .fui-panel-content > .fui-button:hover {
  background: rgba(239, 243, 250, 0.1);
}
#tab-container .fui-select-menu.command-selectmenu > .fui-panel-content > .fui-button:active {
  background: rgba(196, 208, 238, 0.5);
}
#tab-container .fui-select-menu.command-selectmenu > .fui-panel-content > .fui-button > .fui-icon {
  position: absolute;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 3px;
  border-top-color: #5a6378;
  top: auto;
  bottom: 2px;
  right: 2px;
  left: auto;
}
#tab-container .fui-select-menu.command-selectmenu > .fui-panel-content > .fui-select-menu-container {
  border: 1px solid #ccc;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.fui-popup-menu,
.fui-menu.fui-ppanel-position {
  position: absolute;
  z-index: 100000;
  min-width: 160px;
  padding: 5px 0;
  font-size: 12px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  font-family: Arial, "Heiti SC", "Microsoft Yahei";
  overflow: hidden;
}
.fui-popup-menu:empty,
.fui-menu.fui-ppanel-position:empty {
  display: none !important;
}
.fui-popup-menu .fui-panel-content,
.fui-menu.fui-ppanel-position .fui-panel-content,
.fui-popup-menu .fui-menu,
.fui-menu.fui-ppanel-position .fui-menu {
  border: none;
  display: block;
}
.fui-popup-menu .fui-item,
.fui-menu.fui-ppanel-position .fui-item {
  display: block;
  padding: 2px 15px 2px 30px;
  height: 25px;
  line-height: 25px;
  clear: both;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
  font-size: 12px;
  overflow: hidden;
  transition: none;
}
.fui-popup-menu .fui-item .fui-label,
.fui-menu.fui-ppanel-position .fui-item .fui-label,
.fui-popup-menu .fui-item .fui-icon,
.fui-menu.fui-ppanel-position .fui-item .fui-icon {
  height: 25px;
  line-height: 25px;
}
.fui-popup-menu .fui-item.fui-item-selected,
.fui-menu.fui-ppanel-position .fui-item.fui-item-selected {
  background-color: white;
  position: relative;
  /*             .fui-icon {
                width: 20px;
                height: 20px;
                position: absolute;
                left: 3px;
                top: 5px;
                background: url(../images/icons.png?_=1459219101658) 0 -1200px;
            } */
}
.fui-popup-menu .fui-item:hover,
.fui-menu.fui-ppanel-position .fui-item:hover,
.fui-popup-menu .fui-item :focus,
.fui-menu.fui-ppanel-position .fui-item :focus {
  background: #0099f2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTlmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDA5NmVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzZkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: #5a6377;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099f2', endColorstr='#0076dd', GradientType=0);
  /* IE6-8 */
  color: white;
}
.fui-popup-menu .fui-item:hover .fui-label,
.fui-menu.fui-ppanel-position .fui-item:hover .fui-label,
.fui-popup-menu .fui-item :focus .fui-label,
.fui-menu.fui-ppanel-position .fui-item :focus .fui-label {
  color: white;
}
.fui-popup-menu .fui-item .menu-label,
.fui-menu.fui-ppanel-position .fui-item .menu-label {
  display: inline-block;
}
.fui-popup-menu .fui-item .shortcut,
.fui-menu.fui-ppanel-position .fui-item .shortcut {
  float: right;
  margin-left: 10px;
}
.fui-popup-menu .fui-item .shortcut .shortcut-key,
.fui-menu.fui-ppanel-position .fui-item .shortcut .shortcut-key {
  font-size: 12px;
  border: 1px solid #CCC;
  height: 10px;
  line-height: 10px;
  margin-left: 3px;
}
.fui-popup-menu .fui-item .shortcut + .shortcut:after,
.fui-menu.fui-ppanel-position .fui-item .shortcut + .shortcut:after {
  content: 'or';
  position: relative;
  left: 10px;
}
.fui-popup-menu .divider,
.fui-menu.fui-ppanel-position .divider,
.fui-popup-menu .fui-spliter,
.fui-menu.fui-ppanel-position .fui-spliter {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  padding: 0;
}
.fui-popup-menu .divider:first-child,
.fui-menu.fui-ppanel-position .divider:first-child,
.fui-popup-menu .fui-spliter:first-child,
.fui-menu.fui-ppanel-position .fui-spliter:first-child,
.fui-popup-menu .divider:last-child,
.fui-menu.fui-ppanel-position .divider:last-child,
.fui-popup-menu .fui-spliter:last-child,
.fui-menu.fui-ppanel-position .fui-spliter:last-child {
  display: none;
}
.notice-widget {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 5px 15px;
  border-radius: 4px;
  background: rgba(142, 150, 170, 0.8);
  transition: all ease .2s;
  opacity: 0;
  color: white;
  z-index: 101;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}
.notice-widget p {
  margin: 5px 0;
  font-size: 12px;
}
.notice-widget.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.notice-widget.warn {
  background: #ffffff url(../images/kmcat_warn.png?_=1459219101658) 8px 10px no-repeat;
  color: #ff9200;
  box-shadow: none;
  padding-left: 35px;
  border: 1px solid #FFB200;
}
#content-wrapper .error-dialog {
  border-radius: 4px;
}
#content-wrapper .error-dialog .fui-dialog-head {
  background: #DC0000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
#content-wrapper .error-dialog .fui-dialog-head .fui-close-button {
  top: 10px;
}
#content-wrapper .error-dialog .fui-dialog-body .error-content {
  background: url(../images/kmcat_sad.png?_=1459219101658) no-repeat;
  padding-left: 80px;
  min-height: 80px;
}
#content-wrapper .error-dialog .fui-dialog-body .error-content h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
#content-wrapper .error-dialog .fui-dialog-body .error-content p {
  margin: 10px 0;
  height: auto;
}
#content-wrapper .error-dialog .fui-dialog-body .error-detail {
  position: relative;
}
#content-wrapper .error-dialog .fui-dialog-body .error-detail a.expander {
  display: block;
  margin: 8px 0;
  cursor: pointer;
}
#content-wrapper .error-dialog .fui-dialog-body .error-detail a.expander:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 5px 5px;
  border-left-color: #333333;
  display: inline-block;
  margin-right: 3px;
}
#content-wrapper .error-dialog .fui-dialog-body .error-detail a.expander:hover {
  text-decoration: underline;
}
#content-wrapper .error-dialog .fui-dialog-body .error-detail.expanded .error-detail-wrapper {
  display: block;
  overflow: hidden;
}
#content-wrapper .error-dialog .fui-dialog-body .error-detail.expanded a.expander:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 5px 5px;
  border-top-color: #333333;
  margin-right: 3px;
  top: 3px;
  position: relative;
  display: inline-block;
}
#content-wrapper .error-dialog .fui-dialog-body .error-detail:before {
  display: block;
  content: '反馈详细信息有助于开发人员定位问题';
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 12px;
  color: #AAA;
}
#content-wrapper .error-dialog .fui-dialog-body .error-detail .error-detail-wrapper {
  display: none;
}
#content-wrapper .error-dialog .fui-dialog-body .error-detail .error-detail-wrapper textarea {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  border: 1px solid #EEE;
  background: #fcfcfc;
  outline: none;
  padding: 6px;
  color: #666;
}
#content-wrapper .error-dialog .fui-dialog-body .error-detail .error-detail-wrapper .copy-and-feedback {
  float: right;
  margin-top: 10px;
}
#content-wrapper .error-dialog .fui-dialog-foot {
  position: static;
  padding: 5px 20px;
}
#content-wrapper .error-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn {
  background: #dc0000;
  margin: 10px 0;
}
#content-wrapper .error-dialog .fui-dialog-foot .fui-button.fui-xdialog-ok-btn:hover {
  background: #FF7F7F;
}
#content-wrapper .error-dialog .fui-dialog-foot .fui-button.fui-xdialog-cancel-btn {
  display: none;
}
/**
 * 基本页面样式
 */
html,
body,
div {
  margin: 0;
  padding: 0;
}
body,
svg {
  font-family: "Poppins", sans-serif;
}
html,
body {
  height: 100%;
}
#content-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  cursor: default;
}
#kityminder {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-user-select: none;
}
#kityminder.maximize {
  top: 40px;
}
#kityminder:focus {
  /*         box-shadow: inset 0 0 10px fadeOut(black, 0.5); */
}
#tab-container.collapsed + #kityminder,
#panel + #kityminder {
  top: 40px;
}
.fullscreen #panel {
  -webkit-transform: translate(0, -101px);
      -ms-transform: translate(0, -101px);
          transform: translate(0, -101px);
}
.fullscreen #kityminder {
  top: 0 !important;
}
#panel {
  background: #3EAAF7;
  font-family: 'Hiragino Sans GB', 'Arial', 'Microsoft Yahei';
  height: 40px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
  transition: -webkit-transform .7s ease;
  transition: transform .7s ease;
  z-index: 11;
  -webkit-user-select: none;
  -webkit-app-region: drag;
}
#panel h1 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#panel h1 span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#panel h1 input {
  outline: none;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 3px black;
  padding: 3px 2px 3px 5px;
  background: white;
  -webkit-user-select: text;
  -webkit-app-region: no-drag;
}
#panel h1.rename-enabled {
  cursor: text;
}
#panel h1.rename-enabled:after {
  content: ' ';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/icons.png?_=1459219101658) 1px -1110px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
  opacity: 0;
  transition: opacity ease .3s;
}
#panel h1.rename-enabled:hover:after {
  opacity: 0.6;
}
#panel h1.loading:before {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-color: #c9ced1 transparent transparent;
  box-shadow: 0 0 7px #ffffff;
  z-index: 10;
  border-radius: 100%;
  -webkit-animation: rotate 1.33s ease infinite;
  -ms-animation: rotate 1.33s ease infinite;
  animation: rotate 1.33s ease infinite;
  filter: none;
  -webkit-filter: none;
  left: -6px;
  top: 3px;
  box-shadow: none;
}
#panel h1.loading:after {
  display: none;
}
.fui-widget {
  -webkit-font-smoothing: auto;
  -webkit-app-region: no-drag;
}
#main-menu-btn {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 15px;
  z-index: 11;
  background-color: #ED558B;
}
#main-menu-btn:hover {
  background-color: #fc9c9c !important;
}
#main-menu-btn:active {
  background-color: #fb6a6a !important;
}
#main-menu-btn .fui-label {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: white;
}
#main-menu-btn:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 6px solid;
  border-color: white transparent transparent transparent;
  right: 12px;
  top: 16px;
}
#main-menu {
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 100;
}
#main-menu.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#main-menu:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 150px;
  right: -1000px;
  bottom: 10px;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.15);
  z-index: 1;
  -webkit-transform: translateX(-150px) translateZ(0);
          transform: translateX(-150px) translateZ(0);
  transition: -webkit-transform .7s ease, opacity .5s ease;
  transition: transform .7s ease, opacity .5s ease;
}
.show#main-menu:before {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  transition: -webkit-transform .7s ease, opacity .5s ease;
  transition: transform .7s ease, opacity .5s ease;
}
#main-menu .main-menu-header {
  background: white;
  height: 40px;
}
#main-menu .main-menu-back-panel {
  background-color: #ED558B;
  float: left;
  width: 150px;
  height: 40px;
}
#main-menu .main-menu-back-panel .main-menu-back-button {
  width: 140px;
  height: 30px;
  padding: 5px;
}
#main-menu .main-menu-back-panel .main-menu-back-button .fui-label {
  display: inline-block;
  color: white;
  margin-left: 20px;
  font-size: 14px;
  display: none;
}
#main-menu .main-menu-back-panel .main-menu-back-button .fui-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  border: 2px solid white;
  background: url(../images/icons.png?_=1459219101658) -1px -370px;
  vertical-align: middle;
}
#main-menu .main-menu-back-panel .main-menu-back-button:hover {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
#main-menu .main-menu-back-panel .main-menu-back-button:active {
  background: #fb5151;
}
#main-menu .main-menu-title {
  margin-left: 150px;
  height: 40px;
  display: block;
  background: white;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 40px;
  color: #999;
  -webkit-transform: translateX(-150px) translateZ(0);
          transform: translateX(-150px) translateZ(0);
  transition: -webkit-transform .7s ease, opacity .5s ease;
  transition: transform .7s ease, opacity .5s ease;
}
.show#main-menu .main-menu-title {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  transition: -webkit-transform .7s ease, opacity .5s ease;
  transition: transform .7s ease, opacity .5s ease;
}
#main-menu .main-menu-level1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40px;
}
#main-menu .main-menu-level1 > .fui-tabs- {
  /* 二级菜单区域 */
}
#main-menu .main-menu-level1 > .fui-tabs-button-wrap {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 150px;
  position: absolute;
  background-color: #ED558B;
}
#main-menu .main-menu-level1 > .fui-tabs-button-wrap .fui-button {
  display: block;
  text-align: right;
  height: 50px;
}
#main-menu .main-menu-level1 > .fui-tabs-button-wrap .fui-button .fui-label {
  height: 50px;
  line-height: 50px;
  color: white;
  padding-right: 20px;
  font-size: 16px;
}
#main-menu .main-menu-level1 > .fui-tabs-button-wrap .fui-button:hover {
  background: #fb6a6a;
}
#main-menu .main-menu-level1 > .fui-tabs-button-wrap .fui-button:active {
  background: #fb5151;
}
#main-menu .main-menu-level1 > .fui-tabs-button-wrap .fui-button.fui-selected {
  background: #fdb4b4;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 150px;
  background-color: white;
  z-index: 2;
  -webkit-transform: translateX(-150px) translateZ(0);
          transform: translateX(-150px) translateZ(0);
  transition: -webkit-transform .7s ease, opacity .5s ease;
  transition: transform .7s ease, opacity .5s ease;
  /* 每个二级菜单的面板 */
}
.show#main-menu .main-menu-level1 > .fui-tabs-panel-wrap {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  transition: -webkit-transform .7s ease, opacity .5s ease;
  transition: transform .7s ease, opacity .5s ease;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  left: 40px;
  /* 面板内容 */
  -webkit-animation: slideRight 0.3s ease;
          animation: slideRight 0.3s ease;
  -webkit-animation-fill-mode: backward;
          animation-fill-mode: backward;
  -webkit-animation-direction: reverse;
          animation-direction: reverse;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 二级菜单大标题 */
  /* 二级菜单导航 */
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > h2 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  color: #465468;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 二级导航菜单区域 */
  /* 二级菜单内容区域 */
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: 30px;
  left: 0;
  display: block;
  width: 180px;
  border-right: 1px solid #c8ccd6;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap > .fui-button {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: right;
  padding-right: 20px;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap > .fui-button > .fui-label {
  font-size: 14px;
  line-height: 50px;
  color: #465468;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap > .fui-button:hover {
  background-color: #c8ccd6;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap > .fui-button.fui-selected {
  background-color: #717b94;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-button-wrap > .fui-button.fui-selected > .fui-label {
  color: white;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-panel-wrap {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 30px;
  left: 200px;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-panel-wrap > .fui-panel {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content > .fui-tabs > .fui-tabs-panel-wrap > .fui-panel > .fui-panel-content h2 {
  padding-bottom: 10px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ededed;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-left: 38px;
}
#main-menu .main-menu-level1 > .fui-tabs-panel-wrap > .fui-panel.fui-hide {
  -webkit-animation-fill-mode: forward;
          animation-fill-mode: forward;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes slideLeft {
  
}
@keyframes slideLeft {
  
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    display: block !important;
  }
  100% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    opacity: 0;
    display: none !important;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    display: block !important;
  }
  100% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    opacity: 0;
    display: none !important;
  }
}
.new-file-template-select {
  margin: 0;
  padding: 0;
  list-style: none;
}
.new-file-template-select li {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.new-file-template-select li a {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.new-file-template-select li:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 24px;
  left: 0;
  border: 1px solid #ddd;
}
.new-file-template-select li:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100px;
  height: 80px;
  left: 50%;
  top: 10px;
  margin-left: -50px;
  background: url(../images/template_large.png?_=1459219101658) no-repeat;
}
.new-file-template-select li.default:after {
  background-position: 0 0;
}
.new-file-template-select li.structure:after {
  background-position: -100px 0;
}
.new-file-template-select li.filetree:after {
  background-position: -200px 0;
}
.new-file-template-select li.right:after {
  background-position: -300px 0;
}
.new-file-template-select li.fish-bone:after {
  background-position: -400px 0;
}
.new-file-template-select li.tianpan:after {
  background-position: -500px 0;
}
.new-file-template-select li:hover a {
  color: #ED558B;
}
.new-file-template-select li:hover:before {
  border: 1px solid #ED558B;
}
.new-file-template-select li:active:before {
  background-color: #fee6e6;
}
.command-button.undo,
.command-button.redo {
  float: left;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
.command-button.undo .fui-label,
.command-button.redo .fui-label {
  display: none;
}
.command-button.undo .fui-icon,
.command-button.redo .fui-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/history.png?_=1459219101658) no-repeat;
}
.command-button.undo:hover,
.command-button.redo:hover {
  background: #5a6378;
}
.command-button.undo:hover .fui-icon,
.command-button.redo:hover .fui-icon {
  background-position-y: -40px;
}
.command-button.undo:active,
.command-button.redo:active {
  background: #444b5b;
}
.command-button.undo.fui-disabled:hover,
.command-button.redo.fui-disabled:hover,
.command-button.undo.fui-disabled:active,
.command-button.redo.fui-disabled:active {
  background: none;
}
.command-button.undo.fui-disabled .fui-icon,
.command-button.redo.fui-disabled .fui-icon {
  background-position-y: 0;
}
.command-button.redo .fui-icon {
  background-position-x: -40px;
}
#tab-select {
  height: 40px;
  line-height: 40px;
  min-width: 200px;
  margin-left: 10px;
  float: left;
}
#tab-select .fui-button {
  min-width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: 50px;
  display: inline-block;
}
#tab-select .fui-button:hover {
  background: #5a6378 !important;
}
#tab-select .fui-button:active {
  background: #444b5b !important;
}
#tab-select .fui-button .fui-icon {
  display: none;
}
#tab-select .fui-button .fui-label {
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 14px;
}
#tab-select .fui-button .fui-label:hover {
  background: #5a6378;
}
#tab-select .fui-button .fui-label:active {
  background: #2e333e;
}
#tab-select .fui-button.fui-selected .fui-label {
  color: white;
}
#tab-select .fui-button.fui-selected:after {
  content: ' ';
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
  position: absolute;
  border: 6px solid;
  border-color: transparent transparent white transparent;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: 11;
}
#tab-select.collapsed .fui-button.fui-selected .fui-label {
  color: #c9cbcf;
}
#tab-select.collapsed .fui-button.fui-selected:after {
  display: none;
}
.fullscreen #tab-container {
  -webkit-transform: translate(0, -101px) !important;
      -ms-transform: translate(0, -101px) !important;
          transform: translate(0, -101px) !important;
}
#tab-container {
  position: absolute;
  top: 40px;
  height: 60px;
  left: 0;
  right: 0;
  background: white;
  z-index: 10;
  border-bottom: 1px solid #dbdbdb;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.05);
  overflow: visible;
  /* 每一个 Tab 面板 */
}
#tab-container > .fui-panel {
  display: block;
  height: 100%;
  /* 每一个小节 */
}
#tab-container > .fui-panel > .fui-panel-content > .fui-panel {
  height: 100%;
  padding: 0 5px;
  border-right: 1px dashed #eee;
}
#tab-container > .fui-panel > .fui-panel-content > .fui-panel > .fui-panel-content > .fui-label {
  text-align: center;
  display: block;
  width: 100%;
  padding: 1px 0;
  position: absolute;
  bottom: 0;
  top: auto;
  display: none;
}
#tab-container > .fui-panel > .fui-panel-content > .fui-panel > .fui-panel-content > .fui-label-panel-content {
  padding: 5px;
}
#tab-container.collapsed {
  opacity: 0;
  height: 0;
}
#search {
  float: right;
  position: relative;
  -webkit-app-region: no-drag;
}
#search:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 5px;
  top: 7px;
  background: url(../images/icons.png?_=1459219101658) no-repeat 0 -345px;
}
#search input[type=search] {
  background: #5a6378;
  border: none;
  height: 20px;
  line-height: 1em;
  border-radius: 15px;
  outline: none;
  color: #ffffff;
  padding: 5px 10px 5px 30px;
  box-sizing: content-box;
  margin-top: 5px;
  margin-right: 3px;
  width: 30px;
  -webkit-appearance: none;
  transition: width .5s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#search input[type=search]:focus {
  width: 150px;
}
#panel div.user-panel {
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  vertical-align: baseline;
}
#panel div.user-panel .loading-tip {
  text-indent: 100000px;
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
#panel div.user-panel .loading-tip:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 9px;
  top: 7px;
  width: 16px;
  height: 16px;
  border: 4px solid;
  border-color: #c9ced1 transparent transparent;
  box-shadow: 0 0 11px #ffffff;
  z-index: 10;
  border-radius: 100%;
  -webkit-animation: rotate 1.33s ease infinite;
  -ms-animation: rotate 1.33s ease infinite;
  animation: rotate 1.33s ease infinite;
  filter: none;
  -webkit-filter: none;
  box-shadow: none;
}
#panel div.user-panel .fui-button {
  padding: 5px 10px;
  height: 30px;
  line-height: 30px;
}
#panel div.user-panel .fui-button:hover {
  background-color: #5a6378;
}
#panel div.user-panel .fui-button:active {
  background-color: #444b5b;
}
#panel div.user-panel .fui-button .fui-label {
  font-size: 14px;
  color: #ffffff;
  vertical-align: baseline;
}
#panel div.user-panel .fui-button.user-button .fui-label {
  display: none;
}
#panel div.user-panel .fui-button .fui-icon {
  vertical-align: baseline;
  border-radius: 100%;
}
#panel div.user-panel .fui-button .fui-icon img {
  width: 30px;
  height: 30px;
}
#panel div.user-panel .fui-button.login-button .fui-icon {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  vertical-align: baseline;
  background: url(../images/icons.png?_=1459219101658) 0 -320px;
}
#panel div.user-panel .fui-button.login-button .fui-label {
  display: none;
}
.login-tip {
  display: none;
}
.login-required > * {
  display: none;
}
.login-required > .login-tip {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-top: 30px;
}
.login-required > .login-tip a {
  text-decoration: underline;
  color: #ED558B;
  cursor: pointer;
}
.login-required > .login-tip a:hover {
  color: #fdb4b4;
}
.draft-panel h2:before {
  content: ' ';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  background: url(../images/icons.png?_=1459219101658) no-repeat 0 -570px;
}
.draft-panel > .clear-draft {
  position: absolute;
  right: 0;
  top: 0;
}
.draft-panel > .draft-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.draft-panel > .draft-list:empty:after {
  content: '这是个空虚寂寞的草稿箱！';
  display: block;
  text-align: center;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #CCC;
}
.draft-panel > .draft-list .draft-list-item {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px 10px 40px;
  cursor: default;
  position: relative;
}
.draft-panel > .draft-list .draft-list-item:hover {
  background-color: #f4f5f7;
}
.draft-panel > .draft-list .draft-list-item:active {
  background-color: #e5e7ec;
}
.draft-panel > .draft-list .draft-list-item .draft-title {
  margin: 0;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
}
.draft-panel > .draft-list .draft-list-item .draft-title:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/icons.png?_=1459219101658) no-repeat 0 -445px;
  left: 5px;
  top: 10px;
}
.draft-panel > .draft-list .draft-list-item .file-time {
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 12px;
  color: #999;
}
.download-panel h2:before {
  content: ' ';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  background: url(../images/icons.png?_=1459219101658) no-repeat 0 -595px;
}
.download-panel > .download-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.download-panel > .download-list li {
  font-size: 14px;
  padding: 10px 20px 10px 40px;
  cursor: default;
  position: relative;
  margin: 0;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
}
.download-panel > .download-list li:hover {
  background-color: #f4f5f7;
}
.download-panel > .download-list li:active {
  background-color: #e5e7ec;
}
#help-panel,
#feedback-panel {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
#help-panel h2,
#feedback-panel h2 {
  font-weight: normal;
  color: #ED558B;
  margin: 10px 0;
}
#help-panel .shortcut-content,
#feedback-panel .shortcut-content {
  font-family: 'Microsoft Yahei';
  margin-left: 50px;
}
#help-panel .shortcut-content section,
#feedback-panel .shortcut-content section {
  min-width: 300px;
  margin: 0 20px 20px 0;
  float: left;
}
#help-panel .shortcut-content section h3,
#feedback-panel .shortcut-content section h3 {
  border-bottom: 1px solid #EEE;
}
#help-panel .shortcut-content section div.shortcut-group,
#feedback-panel .shortcut-content section div.shortcut-group {
  margin: 5px auto;
}
#help-panel .shortcut-content section div.shortcut-group span.shortcut,
#feedback-panel .shortcut-content section div.shortcut-group span.shortcut {
  display: inline-block;
  width: 220px;
  text-align: right;
  margin-right: 10px;
}
#help-panel .contact-content,
#feedback-panel .contact-content {
  list-style: none;
  padding-left: 0;
}
#help-panel .contact-content li,
#feedback-panel .contact-content li {
  display: block;
  float: left;
  padding: 0;
  width: 150px;
  height: 150px;
  margin: 20px;
  text-align: center;
  position: relative;
}
#help-panel .contact-content li a,
#feedback-panel .contact-content li a {
  -webkit-user-select: initial;
  cursor: text;
  color: #ED558B;
}
#help-panel .contact-content li a[href],
#feedback-panel .contact-content li a[href] {
  cursor: pointer;
}
#help-panel .contact-content li:before,
#feedback-panel .contact-content li:before {
  transition: all .3s ease;
  opacity: 0.6;
  content: ' ';
  display: block;
  width: 150px;
  height: 150px;
  background: #ffffff url(../images/feedback.png?_=1459219101658) no-repeat;
}
#help-panel .contact-content li:hover:before,
#feedback-panel .contact-content li:hover:before {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  opacity: 1;
}
#help-panel .contact-content li.email:before,
#feedback-panel .contact-content li.email:before {
  background-position: -150px 0;
}
#help-panel .contact-content li.github:before,
#feedback-panel .contact-content li.github:before {
  background-position: -300px 0;
}
#help-panel .contact-content li.tieba:before,
#feedback-panel .contact-content li.tieba:before {
  background-position: -450px 0;
}
.gfm-render {
  font-size: 12px;
  -webkit-user-select: text;
  color: #333;
  line-height: 1.8em;
}
.gfm-render blockquote,
.gfm-render ul,
.gfm-render table,
.gfm-render p,
.gfm-render pre,
.gfm-render hr {
  margin: 1em 0;
  cursor: text;
}
.gfm-render blockquote:first-child:last-child,
.gfm-render ul:first-child:last-child,
.gfm-render table:first-child:last-child,
.gfm-render p:first-child:last-child,
.gfm-render pre:first-child:last-child,
.gfm-render hr:first-child:last-child {
  margin: 0;
}
.gfm-render img {
  max-width: 100%;
}
.gfm-render a {
  color: blue;
}
.gfm-render a:hover {
  color: red;
}
.gfm-render blockquote {
  display: block;
  border-left: 4px solid #E4AD91;
  color: #da8e68;
  padding-left: 10px;
  font-style: italic;
  margin-left: 2em;
}
.gfm-render ul,
.gfm-render ol {
  padding-left: 3em;
}
.gfm-render table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
.gfm-render table th,
.gfm-render table td {
  border: 1px solid #666;
  padding: 2px 4px;
}
.gfm-render table th {
  background: rgba(45, 141, 234, 0.2);
}
.gfm-render table tr:nth-child(even) td {
  background: rgba(45, 141, 234, 0.03);
}
.gfm-render em {
  color: red;
}
.gfm-render del {
  color: #999;
}
.gfm-render pre {
  background: rgba(45, 141, 234, 0.1);
  padding: 5px;
  border-radius: 5px;
  word-break: break-all;
  word-wrap: break-word;
}
.gfm-render code {
  background: rgba(45, 141, 234, 0.1);
  /*         display: inline-block; */
  padding: 0 5px;
  border-radius: 3px;
}
.gfm-render pre code {
  background: none;
}
.gfm-render hr {
  border: none;
  border-top: 1px solid #CCC;
}
.gfm-render .highlight {
  background: yellow;
  color: red;
}
#note-panel {
  width: 300px;
  border-left: 1px solid #babfcd;
  background: white;
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: auto;
}
#note-panel .tab {
  height: 30px;
  background: #EEE;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
}
#note-panel .tab a.edit-tab,
#note-panel .tab a.preview-tab {
  display: inline-block;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  vertical-align: bottom;
  margin-right: 5px;
  border-radius: 3px 3px 0 0;
}
#note-panel .tab a.edit-tab:hover,
#note-panel .tab a.preview-tab:hover {
  background: rgba(255, 255, 255, 0.5);
}
#note-panel .tab a.edit-tab.active-tab,
#note-panel .tab a.preview-tab.active-tab {
  background: white;
}
#note-panel .tab a.help {
  position: absolute;
  right: 10px;
  height: 30px;
  line-height: 30px;
  top: 0;
  color: #808080;
}
#note-panel .note-editor {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  -webkit-user-select: text;
}
#note-panel .note-editor .CodeMirror {
  cursor: text;
  font-size: 14px;
  line-height: 1.3em;
  font-family: consolas;
}
#note-panel .note-preview {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 12px;
  -webkit-user-select: text;
  color: #333;
  line-height: 1.8em;
}
#note-panel .note-preview blockquote,
#note-panel .note-preview ul,
#note-panel .note-preview table,
#note-panel .note-preview p,
#note-panel .note-preview pre,
#note-panel .note-preview hr {
  margin: 1em 0;
  cursor: text;
}
#note-panel .note-preview blockquote:first-child:last-child,
#note-panel .note-preview ul:first-child:last-child,
#note-panel .note-preview table:first-child:last-child,
#note-panel .note-preview p:first-child:last-child,
#note-panel .note-preview pre:first-child:last-child,
#note-panel .note-preview hr:first-child:last-child {
  margin: 0;
}
#note-panel .note-preview img {
  max-width: 100%;
}
#note-panel .note-preview a {
  color: blue;
}
#note-panel .note-preview a:hover {
  color: red;
}
#note-panel .note-preview blockquote {
  display: block;
  border-left: 4px solid #E4AD91;
  color: #da8e68;
  padding-left: 10px;
  font-style: italic;
  margin-left: 2em;
}
#note-panel .note-preview ul,
#note-panel .note-preview ol {
  padding-left: 3em;
}
#note-panel .note-preview table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
#note-panel .note-preview table th,
#note-panel .note-preview table td {
  border: 1px solid #666;
  padding: 2px 4px;
}
#note-panel .note-preview table th {
  background: rgba(45, 141, 234, 0.2);
}
#note-panel .note-preview table tr:nth-child(even) td {
  background: rgba(45, 141, 234, 0.03);
}
#note-panel .note-preview em {
  color: red;
}
#note-panel .note-preview del {
  color: #999;
}
#note-panel .note-preview pre {
  background: rgba(45, 141, 234, 0.1);
  padding: 5px;
  border-radius: 5px;
  word-break: break-all;
  word-wrap: break-word;
}
#note-panel .note-preview code {
  background: rgba(45, 141, 234, 0.1);
  /*         display: inline-block; */
  padding: 0 5px;
  border-radius: 3px;
}
#note-panel .note-preview pre code {
  background: none;
}
#note-panel .note-preview hr {
  border: none;
  border-top: 1px solid #CCC;
}
#note-panel .note-preview .highlight {
  background: yellow;
  color: red;
}
#note-panel .close {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 6px;
}
#note-panel .close:hover {
  background-color: #e66060;
}
#note-panel .close:active {
  background-color: #e34f4f;
}
#note-panel .close:after {
  content: 'x';
  display: block;
  width: 16px;
  height: 16px;
  font-family: inherit;
  color: white;
  font-size: 14px;
  position: absolute;
  left: 2px;
  top: 1px;
  line-height: 16px;
  text-align: center;
}
#note-panel[disabled]:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(100, 100, 100, 0.1);
}
#note-panel > h2 {
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  background: #7f88a2;
  color: #ffffff;
  padding: 5px 10px;
  height: 20px;
  line-height: 20px;
}
#note-previewer {
  position: absolute;
  background: #FFD;
  padding: 5px 15px;
  border-radius: 5px;
  max-width: 400px;
  max-height: 200px;
  overflow: auto;
  z-index: 10;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  -webkit-user-select: text;
  color: #333;
  line-height: 1.8em;
}
#note-previewer blockquote,
#note-previewer ul,
#note-previewer table,
#note-previewer p,
#note-previewer pre,
#note-previewer hr {
  margin: 1em 0;
  cursor: text;
}
#note-previewer blockquote:first-child:last-child,
#note-previewer ul:first-child:last-child,
#note-previewer table:first-child:last-child,
#note-previewer p:first-child:last-child,
#note-previewer pre:first-child:last-child,
#note-previewer hr:first-child:last-child {
  margin: 0;
}
#note-previewer img {
  max-width: 100%;
}
#note-previewer a {
  color: blue;
}
#note-previewer a:hover {
  color: red;
}
#note-previewer blockquote {
  display: block;
  border-left: 4px solid #E4AD91;
  color: #da8e68;
  padding-left: 10px;
  font-style: italic;
  margin-left: 2em;
}
#note-previewer ul,
#note-previewer ol {
  padding-left: 3em;
}
#note-previewer table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
#note-previewer table th,
#note-previewer table td {
  border: 1px solid #666;
  padding: 2px 4px;
}
#note-previewer table th {
  background: rgba(45, 141, 234, 0.2);
}
#note-previewer table tr:nth-child(even) td {
  background: rgba(45, 141, 234, 0.03);
}
#note-previewer em {
  color: red;
}
#note-previewer del {
  color: #999;
}
#note-previewer pre {
  background: rgba(45, 141, 234, 0.1);
  padding: 5px;
  border-radius: 5px;
  word-break: break-all;
  word-wrap: break-word;
}
#note-previewer code {
  background: rgba(45, 141, 234, 0.1);
  /*         display: inline-block; */
  padding: 0 5px;
  border-radius: 3px;
}
#note-previewer pre code {
  background: none;
}
#note-previewer hr {
  border: none;
  border-top: 1px solid #CCC;
}
#note-previewer .highlight {
  background: yellow;
  color: red;
}
#content-wrapper.note-panel-visible #kityminder {
  right: 300px;
}
#tab-container.collapsed + #kityminder + #note-panel {
  top: 40px;
}
#tab-container .command-buttonset.priority {
  width: 130px;
}
#tab-container .command-buttonset.priority .fui-button {
  width: 20px;
  height: 20px;
  margin: 1px;
  padding: 2px;
  border-radius: 4px;
}
#tab-container .command-buttonset.priority .fui-button .fui-label {
  display: none;
}
#tab-container .command-buttonset.priority .fui-button .fui-icon {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../images/iconpriority.png?_=1459219101658) repeat-y;
  background-color: transparent;
}
#tab-container .command-buttonset.priority .fui-button.priority-0 .fui-icon {
  background-position: 0 20px;
}
#tab-container .command-buttonset.priority .fui-button.priority-1 .fui-icon {
  background-position: 0 0px;
}
#tab-container .command-buttonset.priority .fui-button.priority-2 .fui-icon {
  background-position: 0 -20px;
}
#tab-container .command-buttonset.priority .fui-button.priority-3 .fui-icon {
  background-position: 0 -40px;
}
#tab-container .command-buttonset.priority .fui-button.priority-4 .fui-icon {
  background-position: 0 -60px;
}
#tab-container .command-buttonset.priority .fui-button.priority-5 .fui-icon {
  background-position: 0 -80px;
}
#tab-container .command-buttonset.priority .fui-button.priority-6 .fui-icon {
  background-position: 0 -100px;
}
#tab-container .command-buttonset.priority .fui-button.priority-7 .fui-icon {
  background-position: 0 -120px;
}
#tab-container .command-buttonset.priority .fui-button.priority-8 .fui-icon {
  background-position: 0 -140px;
}
#tab-container .command-buttonset.priority .fui-button.priority-9 .fui-icon {
  background-position: 0 -160px;
}
#tab-container .command-buttonset.priority .fui-button.fui-button-pressed {
  background-color: #c4d0ee;
}
#tab-container .command-buttonset.progress {
  width: 130px;
}
#tab-container .command-buttonset.progress .fui-button {
  width: 20px;
  height: 20px;
  margin: 1px;
  padding: 2px;
  border-radius: 4px;
}
#tab-container .command-buttonset.progress .fui-button .fui-label {
  display: none;
}
#tab-container .command-buttonset.progress .fui-button .fui-icon {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../images/iconprogress.png?_=1459219101658) repeat-y;
  background-color: transparent;
}
#tab-container .command-buttonset.progress .fui-button.progress-0 .fui-icon {
  background-position: 0 20px;
}
#tab-container .command-buttonset.progress .fui-button.progress-1 .fui-icon {
  background-position: 0 0px;
}
#tab-container .command-buttonset.progress .fui-button.progress-2 .fui-icon {
  background-position: 0 -20px;
}
#tab-container .command-buttonset.progress .fui-button.progress-3 .fui-icon {
  background-position: 0 -40px;
}
#tab-container .command-buttonset.progress .fui-button.progress-4 .fui-icon {
  background-position: 0 -60px;
}
#tab-container .command-buttonset.progress .fui-button.progress-5 .fui-icon {
  background-position: 0 -80px;
}
#tab-container .command-buttonset.progress .fui-button.progress-6 .fui-icon {
  background-position: 0 -100px;
}
#tab-container .command-buttonset.progress .fui-button.progress-7 .fui-icon {
  background-position: 0 -120px;
}
#tab-container .command-buttonset.progress .fui-button.progress-8 .fui-icon {
  background-position: 0 -140px;
}
#tab-container .command-buttonset.progress .fui-button.progress-9 .fui-icon {
  background-position: 0 -160px;
}
#tab-container .command-buttonset.progress .fui-button.fui-button-pressed {
  background-color: #c4d0ee;
}
#resource-panel > .fui-panel-content > .fui-label-panel-content {
  position: relative;
}
#resource-panel > .fui-panel-content > .fui-label-panel-content > .fui-input {
  width: 140px;
  margin: 2px 0 0;
  vertical-align: middle;
  box-sizing: content-box;
}
#resource-panel > .fui-panel-content > .fui-label-panel-content > .fui-button {
  left: auto;
  right: 6px;
  top: 8px;
  padding: 1px 3px;
  vertical-align: middle;
  position: absolute;
}
#resource-panel > .fui-panel-content > .fui-label-panel-content > .fui-drop-panel {
  display: block;
  height: 25px;
  margin-top: -1px;
  width: 140px;
}
#image-button-menu .fui-button:first-child {
  background-image: url(../images/icons.png?_=1459219101658);
  background-position: center -125px;
  background-repeat: no-repeat;
}
#link-button-menu .fui-button:first-child {
  background-image: url(../images/icons.png?_=1459219101658);
  background-position: center -100px;
  background-repeat: no-repeat;
}
#note-button-menu .fui-button:first-child {
  background-image: url(../images/icons.png?_=1459219101658);
  background-position: center -1150px;
  background-repeat: no-repeat;
}
ul.resource-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 150px;
}
ul.resource-list li {
  display: inline-block;
  padding: 1px 2px;
  border-radius: 4px;
  margin: 3px;
}
#img_panels {
  margin: 0 auto;
  border: 1px solid #EEE;
  height: 400px;
  position: relative;
  clear: both;
  z-index: 60;
  padding: 20px 15px;
  background: white;
}
#img_panels .fui-container {
  display: block;
}
#img_panels .searchBar {
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  padding: 0px;
}
#img_panels .searchBar label {
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
#img_searchTxt {
  width: 370px;
}
#img_searchBtn {
  margin-left: 10px;
  float: right;
}
#img_buttons {
  height: 35px;
  position: relative;
  z-index: 70;
  background: #fcfcfc;
  overflow: visible;
}
#img_buttons .fui-button {
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border: 1px solid transparent;
  text-align: center;
}
#img_buttons .fui-button .fui-icon {
  display: none;
}
#img_buttons .fui-button .fui-label {
  display: block;
  height: 35px;
  line-height: 35px;
}
#img_buttons .fui-button:hover {
  background: none;
  text-decoration: underline;
}
#img_buttons .fui-button.fui-selected {
  background: #fff;
  border-color: #eee #eee white #eee;
  height: 36px;
}
#img_buttons .fui-button.fui-selected:hover {
  text-decoration: none;
}
#img_searchList {
  height: 370px;
  overflow: hidden;
  clear: both;
}
#img_searchListUl {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  zoom: 1;
  position: relative;
}
#img_searchListUl li {
  list-style: none;
  float: left;
  display: block;
  width: 115px;
  height: 115px;
  line-height: 115px;
  margin: 6px;
  padding: 0;
  font-size: 12px;
  position: relative;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #fcfcfc;
}
#img_searchListUl li img {
  max-width: 111px;
  max-height: 115px;
  vertical-align: middle;
}
#img_searchListUl li span {
  display: block;
  position: absolute;
  bottom: 0;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  color: white;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  transition: all .2s ease;
}
#img_searchListUl li:hover span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#img_searchListUl li.selected {
  border: 2px solid #ED558B;
}
#img_searchListUl li p {
  background-color: #eee;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 115px;
  overflow: hidden;
}
#img_searchListUl li a {
  color: #999;
  border-top: 1px solid #F2F2F2;
  background: #FAFAFA;
  text-align: center;
  display: block;
  padding: 0 5px;
  width: 105px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  overflow: hidden;
  word-break: break-all;
}
#template-panel > .fui-panel-content > .fui-label-panel-content > .fui-drop-panel {
  width: 65px;
  height: 50px;
}
#theme-panel > .fui-panel-content > .fui-label-panel-content > .fui-drop-panel {
  width: 90px;
  height: 50px;
}
#layout-panel > .fui-panel-content > .fui-label-panel-content > .fui-drop-panel {
  width: 65px;
  height: 50px;
  margin-right: 10px;
}
.fui-button.template {
  width: 50px;
  height: 40px;
  padding: 0 2px !important;
  margin: 5px !important;
}
.fui-button.template .fui-label {
  display: none;
}
.fui-button.template .fui-icon {
  display: block;
  width: 50px;
  height: 40px;
  background-image: url(../images/template.png?_=1459219101658);
  background-repeat: no-repeat;
}
.fui-button.template.default .fui-icon {
  background-position: 0 0;
}
.fui-button.template.structure .fui-icon {
  background-position: -50px 0;
}
.fui-button.template.filetree .fui-icon {
  background-position: -100px 0;
}
.fui-button.template.right .fui-icon {
  background-position: -150px 0;
}
.fui-button.template.fish-bone .fui-icon {
  background-position: -200px 0;
}
.fui-button.template.tianpan .fui-icon {
  background-position: -250px 0;
}
.fui-button.theme {
  padding: 5px !important;
  margin: 5px !important;
}
.fui-button.theme .fui-label {
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 5px;
}
.fui-button.layout {
  width: 50px;
  height: 40px;
  padding: 0 2px !important;
  margin: 5px 0 0 5px !important;
}
.fui-button.layout .fui-label {
  display: none;
}
.fui-button.layout .fui-icon {
  display: block;
  width: 50px;
  height: 40px;
  background-image: url(../images/layout.png?_=1459219101658);
  background-repeat: no-repeat;
}
.fui-button.layout.default .fui-icon {
  background-position: 0 0;
}
.fui-button.layout.bottom .fui-icon {
  background-position: -100px 0;
}
.fui-button.layout.filetree .fui-icon {
  background-position: -200px 0;
}
#font-panel .command-button {
  padding: 0;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 11px;
  margin-left: 5px;
  margin-top: 2px;
  margin-bottom: 2px !important;
}
#font-panel .command-button.active {
  border: 1px solid #ccd0d3;
  background: #fafcff;
}
#font-panel .command-button:hover {
  border: 1px solid #ccd0d3;
  background: #fff;
}
#font-panel .command-button:active {
  background: #e1edff;
}
#font-panel .command-button .fui-label {
  display: none;
}
.command-buttonset.color-picker {
  width: 100px;
}
.command-buttonset.color-picker .fui-toggle-button {
  margin: 3px 3px 0 0 !important;
  padding: 2px !important;
  border-radius: 100%;
  border: 1px solid #efefef;
  background: transparent;
}
.command-buttonset.color-picker .fui-toggle-button.fui-button-pressed {
  border: 1px solid #c4d0ee;
  background: #fafcff;
}
.command-buttonset.color-picker .fui-toggle-button:hover {
  border: 1px solid #ccd0d3;
  background: #fff;
}
.command-buttonset.color-picker .fui-toggle-button .fui-label {
  display: none;
}
.command-buttonset.color-picker .fui-toggle-button .fui-icon {
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
.km_receiver {
  width: 0;
  height: 0;
}
.command-button .fui-icon {
  background: url(../images/icons.png?_=1459219101658) no-repeat;
  background-position: 0 20px;
}
.appendchildnode.command-button .fui-icon {
  background-position: 0 0px;
}
.appendsiblingnode.command-button .fui-icon {
  background-position: 0 -20px;
}
.editnode.command-button .fui-icon {
  background-position: 0 -60px;
}
.removenode.command-button .fui-icon {
  background-position: 0 -80px;
}
.resetlayout.command-button .fui-icon {
  background-position: 0 -150px;
}
.clearstyle.command-button .fui-icon {
  background-position: 0 -175px;
}
.copystyle.command-button .fui-icon {
  background-position: 0 -200px;
}
.pastestyle.command-button .fui-icon {
  background-position: 0 -220px;
}
.bold.command-button .fui-icon {
  background-position: 0 -240px;
}
.italic.command-button .fui-icon {
  background-position: 0 -260px;
}
.arrangeup.command-button .fui-icon {
  background-position: 0 -280px;
}
.arrangedown.command-button .fui-icon {
  background-position: 0 -300px;
}
.expandtoleaf.command-button .fui-icon {
  background-position: 0 -995px;
}
.collapsetolevel1.command-button .fui-icon {
  background-position: 0 -1015px;
}
.fullscreen.command-button .fui-icon {
  background-position: 0 -1035px;
}
#select-button-menu .fui-button:first-child {
  background-image: url(../images/icons.png?_=1459219101658);
  background-position: 19px -1175px; /* vinno vthieu -7 */
  background-repeat: no-repeat;
}
#level-button-menu .fui-button:first-child .fui-icon {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/icons.png?_=1459219101658);
  background-position: 0 -995px;
  background-repeat: no-repeat;
  margin-left: 20px; /* vinno vthieu  10px*/
  margin-top: 2px;
}
.fullscreen .preview-navigator {
  -webkit-transform: translate(-45px, 30px);
      -ms-transform: translate(-45px, 30px);
          transform: translate(-45px, 30px);
}
.preview-navigator {
  background: white;
  width: 140px;
  height: 120px;
  position: absolute;
  left: 45px;
  bottom: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 2px 2px 0;
  padding: 1px;
  z-index: 9;
  cursor: crosshair;
  transition: -webkit-transform .7s 0.1s ease;
  transition: transform .7s 0.1s ease;
}
.preview-navigator.grab {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fullscreen .nav-bar {
  -webkit-transform: translate(-60px, 0);
      -ms-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
}
.nav-bar {
  position: absolute;
  width: 35px;
  height: 240px;
  padding: 5px 0;
  left: 10px;
  bottom: 10px;
  background: #ED558B;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: -webkit-transform .7s 0.1s ease;
  transition: transform .7s 0.1s ease;
}
.nav-bar .command-button {
  width: 35px;
  height: 24px;
  text-align: center;
  line-height: 30px;
}
.nav-bar .command-button .fui-label {
  display: none;
}
.nav-bar .command-button .fui-icon {
  background: url(../images/icons.png?_=1459219101658);
  width: 20px;
  height: 20px;
  margin: 2px auto;
  display: block;
}
.nav-bar .command-button:hover {
  background: #fdb4b4;
}
.nav-bar .command-button:active {
  background: #fb7474;
}
.nav-bar .command-button.active {
  background: #3eaaf7;
}
.nav-bar .command-button.hand,
.nav-bar .command-button.nav-trigger,
.nav-bar .command-button.camera {
  height: 25px;
  margin: 3px 0;
}
.nav-bar .command-button.hand .fui-icon,
.nav-bar .command-button.nav-trigger .fui-icon,
.nav-bar .command-button.camera .fui-icon {
  margin: 0 auto;
  width: 25px;
  height: 25px;
}
.nav-bar .command-button.zoom-in .fui-icon {
  background-position: 0 -730px;
}
.nav-bar .command-button.zoom-out .fui-icon {
  background-position: 0 -750px;
}
.nav-bar .command-button.hand {
  margin-top: 10px;
}
.nav-bar .command-button.hand .fui-icon {
  background-position: 0 -770px;
}
.nav-bar .command-button.hand.active .fui-icon {
  background-position: 0 -795px;
}
.nav-bar .command-button.nav-trigger .fui-icon {
  background-position: 0 -820px;
}
.nav-bar .command-button.nav-trigger.active .fui-icon {
  background-position: 0 -845px;
}
.nav-bar .command-button.camera {
  margin-bottom: 0;
}
.nav-bar .command-button.camera .fui-icon {
  background-position: 0 -870px;
}
.nav-bar .zoom-pan {
  width: 2px;
  height: 70px;
  box-shadow: 0 1px #E50000;
  position: relative;
  background: white;
  margin: 3px auto;
  overflow: visible;
}
.nav-bar .zoom-pan .origin {
  position: absolute;
  width: 20px;
  height: 8px;
  left: -9px;
  margin-top: -4px;
  background: transparent;
}
.nav-bar .zoom-pan .origin:after {
  content: ' ';
  display: block;
  width: 6px;
  height: 2px;
  background: white;
  left: 7px;
  top: 3px;
  position: absolute;
}
.nav-bar .zoom-pan .origin:hover:after {
  box-shadow: 0 0 5px #ffffff;
}
.nav-bar .zoom-pan .indicator {
  position: absolute;
  width: 8px;
  height: 8px;
  left: -3px;
  background: white;
  border-radius: 100%;
  margin-top: -4px;
}
.command-inputmenu > .fui-input-button .fui-input,
.fui-input-menu > .fui-input-button .fui-input {
  padding-left: 5px;
  box-sizing: border-box;
}
#panel {
  height: 30px;
}
#tab-container {
  top: 30px;
}
#tab-select .fui-button {
  height: 30px;
}
.command-button.undo,
.command-button.redo,
#tab-select .fui-button .fui-label {
  height: 30px;
  line-height: 30px;
}
.command-button.undo,
.command-button.redo {
  width: 30px;
}
.command-button.undo .fui-icon,
.command-button.redo .fui-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: none;
  font: normal normal normal 14px/1 FontAwesome;
}
.command-button.undo .fui-icon:before,
.command-button.redo .fui-icon:before {
  content: "\f0e2";
  line-height: 30px;
  font-size: 16px;
  color: #eee;
}
.command-button.redo .fui-icon:before {
  content: "\f01e";
}
.command-button.undo:hover .fui-icon,
.command-button.redo:hover .fui-icon {
  color: #fff;
}
ul.resource-list,
#resource-panel > .fui-panel-content > .fui-label-panel-content > .fui-input,
#resource-panel > .fui-panel-content > .fui-label-panel-content > .fui-drop-panel {
  width: 80px;
}
#tab-container > .fui-panel > .fui-panel-content > .fui-panel {
  padding: 0;
}
/*# sourceMappingURL=default.all.css.map */