@charset "UTF-8";
/* 通用文本样式 */
/* 按钮、可点击文字样式 */
/* 按钮 */
/* global */
* {
  margin: 0;
  padding: 0;
}

body {
  word-break: break-word;
}

/* 通用样式 */
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tmarginfix {
  overflow: hidden;
  *zoom: 1;
}

.btn-default {
  padding: 4px 20px;
  display: inline-block;
  font-size: 14px;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 20px;
  border: none;
  border-radius: 3px;
  outline: none;
  transition: color .2s linear, background-color .2s linear, border .2s linear;
  color: #626a6f;
  background-color: #ffffff;
  border: 1px solid #d6dadc;
}

.btn-default:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}

.btn-primary {
  padding: 4px 20px;
  display: inline-block;
  font-size: 14px;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 20px;
  border: none;
  border-radius: 3px;
  outline: none;
  transition: color .2s linear, background-color .2s linear, border .2s linear;
  color: #ffffff;
  background-color: #397cfa;
  border: 1px solid #397cfa;
}

.btn-primary:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}

.btn-disabled {
  padding: 4px 20px;
  display: inline-block;
  font-size: 14px;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 20px;
  border: none;
  border-radius: 3px;
  outline: none;
  transition: color .2s linear, background-color .2s linear, border .2s linear;
  color: #d6dadc;
  background-color: #f4f5f6;
  border: 1px solid #d6dadc;
  cursor: not-allowed;
}

.btn-disabled:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}

.btn-disabled.input {
  text-align: left;
}

input[type='checkbox'] {
  cursor: pointer;
}

/* tree */
.xtree * {
  font-size: 12px;
}

.xtree li {
  list-style: none;
  text-align: left;
  white-space: nowrap;
  outline: 0;
  display: block;
  padding: 2px;
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 14px;
  outline: 0;
}

.xtree-a {
  display: inline-block;
  height: 20px;
  vertical-align: top;
  margin-top: 6px;
}

.xtree a, .xtree a:link {
  color: #666;
  cursor: pointer;
}

.xtree a:visited {
  color: #666;
  text-decoration: none;
}

.xtree-highlight {
  color: #4040FF;
}

.xtree-selected {
  background: #FFE6B0;
  border: 1px #FFB951 solid;
}

.xtree-disable {
  background: #e9e7e3;
  border: 1px #e9e7e3 solid;
}

.xtree span {
  display: inline-block;
  font-size: 12px;
}

.block {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 7px;
}

.switch {
  background: url(../images/xTreeIco.gif) no-repeat 0px -20px;
  cursor: pointer;
}

.switch-open {
  background-position: -20px -40px;
}

.xtree-check {
  width: 14px;
  height: 14px;
  background: url(../images/xTreeIco.gif) no-repeat -80px -14px;
  cursor: pointer;
  margin: 9px 6px 3px 0;
  vertical-align: top;
}

.xtree .checked {
  background-position: -80px 0px;
}

.xtree .disabled {
  background-position: -80px -28px;
}

.xtree .checked-disabled {
  background-position: -60px -60px;
}

.xtree-ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 0;
  vertical-align: top;
  background: url(../images/xTreeIco.gif) no-repeat -40px -40px;
}

.xtree-file {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 0;
  vertical-align: top;
  background: url(../images/xTreeIco.gif) no-repeat -40px -60px;
}

.ico-open {
  background-position: -40px -40px;
}

.ico-leaf {
  background-position: 0 -83px;
}

.ico-loading {
  background: url(../images/loading_ico.gif) no-repeat;
}

.xtree-text {
  padding: 1px 3px 0 5px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  vertical-align: top;
}

.xtree li ul {
  display: block;
  margin-left: 18px;
  clear: both;
}

.xtree-semi-checked {
  background-position: -80px -42px;
}

.xtree-ico.tree-user {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: -20px -60px;
}

.xtree-ico.tree-label {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: 0px -60px;
}

.xtree-ico.tree-label-personal {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: -60px -40px;
}

.xtree-ico.tree-label-classify {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: -60px -20px;
}

.xtree-ico.tree-group {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: -40px 0px;
}

.xtree-ico.tree-folder {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: -40px -40px;
}

.xtree-ico.tree-folder-group {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: -20px 0px;
}

.xtree-ico.tree-folder-blank {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: 0px 0px;
}

.xtree-ico.tree-fav {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: 0px -40px;
}

.xtree-ico.tree-fav-group {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: -40px -20px;
}

.xtree-ico.tree-dept {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: -59px 0px;
}

.xtree-ico.tree-coop {
  background: url(../images/xTreeIco.gif) no-repeat;
  background-position: -20px -20px;
}

.search_tree_more {
  width: 25px;
  margin: 0 auto;
  color: #1ca5fa;
  cursor: pointer;
}

.tree_more {
  margin: 5px 22px;
  background: none;
  background-color: #397cfa;
  background-image: none;
  border: 1px solid #397cfa;
  color: #fff;
  text-shadow: none;
  padding: 2px 15px;
  font-size: 12px;
  overflow: visible;
  filter: none;
  float: left;
  display: inline-block;
  font-family: "San Francisco","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  line-height: 20px;
  border-radius: 3px;
  outline: 0;
  transition: color .2s linear,background-color .2s linear,border .2s linear;
  clear: both;
}

.tree_more:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}

/* table */
.xtable {
  height: 100%;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.xtable .new-xtable-titlewrap {
  height: 30px;
  line-height: 30px;
  color: #666;
  box-sizing: border-box;
}

.xtable .new-xtable-titlewrap .new-xtable-title {
  border-top: none;
  border-bottom: 1px solid #e3e3e3;
}

.xtable-titlewrap {
  width: 100%;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  border-top: 1px solid #eaeaea;
  font-size: 12px;
  color: #737b80;
}

.xtable-title {
  position: relative;
}

.xtable-title .col {
  height: 26px;
  line-height: 26px;
  border-bottom: none;
  font-size: 12px;
  color: #626a6f;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xtable-title .col:hover {
  background-color: #f8f8f8;
}

.xtable-title span {
  float: left;
}

.xtable-title .sort-ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  float: right;
  margin: 5px 9px 0 0;
}

.xtable-title .sortable {
  cursor: pointer;
}

.xtable-title .ico-asc {
  background: url(../images/table_icons.png) no-repeat 0 0;
  _background: url(../images/table_icons.gif) no-repeat 0 0;
}

.xtable-title .ico-desc {
  background: url(../images/table_icons.png) no-repeat -16px 0;
  _background: url(../images/table_icons.gif) no-repeat -16px 0;
}

.xtable-titlewrap .xtable-title .new-col-title {
  height: 30px;
  line-height: 30px;
  color: #666;
  box-sizing: border-box;
}

.xtable-titlewrap .xtable-title .new-col-title span {
  margin: 0 10px;
}

.xtable-titlewrap .xtable-title .new-xcheck-col-title {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}

.xtable-title, .xtable-list {
  overflow: auto;
}

.xtable-listwrap {
  overflow: auto;
}

.xtable-listwrap .xtable-row {
  overflow: auto;
}

.xtable-listwrap .col {
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
  color: #626a6f;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.xtable-listwrap .col .col-span {
  display: block;
  margin-left: 10px;
}

.xtable-noborder .xtable-listwrap .col {
  border: none;
  border-bottom: 1px solid #eaeaea;
}

.xtable-listwrap .xtable-list .xtable-row .new-col {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #666;
  box-sizing: border-box;
  border-color: #e3e3e3;
}

.xtable-listwrap .xtable-list .xtable-row .new-col .col-span {
  margin: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xtable-listwrap .xtable-list .xtable-row .new-xcheck-col {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-color: #e3e3e3;
}

.xcheck {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/checkbox.png) no-repeat 0 0;
  cursor: pointer;
  vertical-align: middle;
}

.xcheck-active {
  background-position: 0 -52px;
}

.xcheck-col {
  text-align: center;
}

.xtable-list .xtable-row.xtable-active {
  width: 100%;
  background: #f4f5f6;
}

.xtable-active .col {
  background: #f4f5f6;
}

.xtable-active .xcheck {
  background-position: 0 -52px;
}

.xtable-row:hover {
  background-color: #f8f8f8;
}

/* loading */
.xloading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}

.loading-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.loading-info {
  width: 144px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -75px;
  background-color: #fff;
  border: 2px solid #B5D4F3;
  font-size: 14px;
  color: #666;
}

.loading-info i {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  background: url(../images/loading.gif) no-repeat;
  margin: 10px 15px;
}

.loading-info span {
  display: inline-block;
  float: left;
  margin-top: 15px;
}

/* pagination */
.xtable-pager {
  background-color: #F4F4F4;
  height: 35px;
  border-top: 1px solid #E3E3E3;
  font-size: 12px;
  font-family: Arial;
  overflow: hidden;
}

.xtable-pager table {
  border-collapse: collapse;
}

.xtable-pager td {
  vertical-align: middle;
  padding-top: 1px;
}

.xtable-pagelist {
  margin: 0 8px;
  padding: 1px 2px;
  border: 1px solid #95B8E7;
}

.xpager-separator {
  float: left;
  height: 28px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #fff;
  margin: 3px 1px;
}

.xpage-ico, .xpage-item {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 5px;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  cursor: pointer;
  float: left;
  text-align: center;
  margin: 2px;
}

.xpage-item {
  width: auto;
  height: auto;
  padding: 5px 10px;
}

.xpage-current {
  background-color: #ddd;
  border-color: #ddd;
  cursor: default;
}

.xpage-ico:hover, .xpage-item:hover {
  background-color: #E2F2FC;
  border-color: #B5D4F3;
}

.xpage-current:hover {
  background-color: #ddd;
  border-color: #ddd;
}

.xpage-ico i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/pagination_icons.png) no-repeat;
  _background: url(../images/pagination_icons.gif) no-repeat;
}

.xpage-prev i {
  background-position: -16px 0;
}

.xpage-next i {
  background-position: -32px 0;
}

.xpage-last i {
  background-position: -48px 0;
}

.xpage-load i {
  background-position: -64px 0;
}

.xpage-total {
  margin-left: 10px;
}

.xpage-disabled {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.xpage-disabled:hover {
  border: 1px solid #F4F4F4;
  background-color: #F4F4F4;
}

/* msg */
.xmask {
  position: fixed;
  _position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 9000;
  -webkit-backface-visibility: hidden;
}

.xmsg {
  position: fixed;
  _position: absolute;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 9040;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}

.xmsg button {
  min-width: 100px;
}

.xmsg-header {
  height: 39px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #e3e3e3;
}

.xmsg-title {
  width: 80%;
  display: inline-block;
  color: #626a6f;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xmsg-close {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/xTreeIco.gif) no-repeat -79px -65px;
  margin-top: 10px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}

.xmsg-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}

.xmsg-body {
  padding: 30px 25px 0;
  font-size: 14px;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #626a6f;
  text-align: left;
  line-height: 20px;
  overflow: hidden;
}

.xmsg-body .xmsg-text {
  display: inline-block;
  text-align: left;
}

.xmsg-footer {
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.xtip {
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  padding: 0 20px 0 20px;
  font-size: 12px;
  line-height: 40px;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #626a6f;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #faf0cd;
  border-radius: 3px;
  z-index: 9050;
}

.tip-success {
  padding: 0 20px 0 42px;
  background-image: url(../images/icon_success.png);
  background-repeat: no-repeat;
  background-position: 20px 13px;
}

.tip-process {
  padding: 0 20px 0 42px;
  background-image: url(../images/message_loading.gif);
  background-repeat: no-repeat;
  background-position: 20px 13px;
}

.xspin {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  padding: 0 20px 0 54px;
  font-size: 14px;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  line-height: 50px;
  color: #626a6f;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  background: url(../images/spin_loading.gif) no-repeat 20px 13px;
  background-color: #ffffff;
  border-radius: 3px;
  z-index: 9060;
}

.mtip-mask {
  z-index: 9038;
}

#mdialog {
  position: fixed;
  _position: absolute;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 9039;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  color: #333;
  border-radius: 10px;
}

#mdialog img {
  display: inline-block;
  vertical-align: middle;
}

#mdialog .tip-mask-content {
  vertical-align: middle;
  display: inline-block;
}

#mdialog .tip-mask-content .tip-mask-title {
  font-size: 16px;
}

#mdialog .tip-mask-content .tip-mask-process {
  margin-top: 15px;
}

/* dialog */
.xdialog {
  display: none;
  position: fixed;
  background-color: #ffffff;
  border-radius: 3px;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 9001;
  -webkit-backface-visibility: hidden;
}

.xdialog-header {
  height: 39px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  line-height: 40px;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #626a6f;
  border-bottom: 1px solid #e3e3e3;
}

.xdialog-title {
  font-size: 14px;
  color: #333333;
  float: left;
  display: inline-block;
  height: 39px;
  line-height: 40px;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xdialog-close {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/xTreeIco.gif) no-repeat -79px -65px;
  margin-top: 10px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}

.xdialog-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}

.xdialog-bodywrap {
  position: relative;
  color: #626a6f;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.xdialog-body {
  overflow: auto;
  zoom: 1;
  padding: 20px 25px 0;
}

.new-xdialog-body {
  padding: 20px 20px 0;
}

.xdialog-footer {
  height: 30px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  text-align: right;
}

.xdialog-footer button {
  margin-left: 10px;
}

/* tip */
.dark-tooltip {
  top: 0;
  left: 0;
  border-radius: 3px;
  max-width: 160px;
  opacity: 0.8;
  display: none;
  position: absolute;
  z-index: 9888;
  text-decoration: none;
  font-weight: normal;
}

/* tip size */
.dark-tooltip.small {
  padding: 4px;
  font-size: 12px;
  max-width: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.dark-tooltip.medium {
  padding: 10px;
  font-size: 14px;
  max-width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dark-tooltip.large {
  padding: 16px;
  font-size: 16px;
  max-width: 600px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* dark tips */
.dark-tooltip .tip {
  border-width: 0px;
  position: absolute;
  border-width: 6px;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0;
}

/* dark theme */
.dark-tooltip .dark.tip {
  border-width: 5px;
}

.dark-tooltip.dark {
  background-color: #000;
  color: #fff;
}

.dark-tooltip.dark.top .tip {
  bottom: -5px;
  left: 50%;
  margin-left: -6px;
  top: 100%;
  margin-left: -5px;
  border-color: #000000 transparent transparent transparent;
  border-style: solid dashed dashed dashed;
}

.dark-tooltip.dark.left .tip {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-color: transparent transparent transparent #000000;
  border-style: dashed dashed dashed solid;
}

.dark-tooltip.dark.bottom .tip {
  top: -12px;
  left: 50%;
  margin-left: -6px;
  border-color: transparent transparent #000000 transparent;
  border-style: dashed dashed solid dashed;
}

.dark-tooltip.dark.right .tip {
  top: 50%;
  left: -12px;
  margin-top: -5px;
  border-color: transparent #000000 transparent transparent;
  border-style: dashed solid dashed dashed;
}

/* tip Animations */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes flipInUp {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(5deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInUp {
  0% {
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(5deg);
  }
  70% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInUp {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(5deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInUp {
  0% {
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(5deg);
  }
  70% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipInRight {
  0% {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(5deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInRight {
  0% {
    transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(5deg);
  }
  70% {
    transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInRight {
  0% {
    -o-transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(5deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInRight {
  0% {
    transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(5deg);
  }
  70% {
    transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipIn {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.flipIn.top, .flipIn.bottom {
  -webkit-animation-name: flipInUp;
  -moz-animation-name: flipInUp;
  -o-animation-name: flipInUp;
  animation-name: flipInUp;
}

.flipIn.left, .flipIn.right {
  -webkit-animation-name: flipInRight;
  -moz-animation-name: flipInRight;
  -o-animation-name: flipInRight;
  animation-name: flipInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.xdate {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
  width: 216px;
  margin: 5px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 10000;
  font-size: 12px;
  color: #495060;
  display: none;
  user-select: none;
}

.xdate-head {
  height: 31px;
  line-height: 31px;
  border-bottom: 1px solid #e9eaec;
  text-align: center;
  padding: 0 5px;
}

.xdate-head a {
  cursor: pointer;
  transition: color .2s ease-in-out;
  display: inline-block;
}

.xdate-head a:hover {
  color: #2d8cf0;
}

.xdate-head-btn {
  color: #bbbec4;
}

.xdate-date-body-warp {
  width: 196px;
  margin: 10px;
  white-space: normal;
}

.xdate-date-body-header span {
  line-height: 24px;
  text-align: center;
  margin: 2px;
  color: #bbbec4;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.xdate-item {
  display: inline-block;
  cursor: pointer;
}

.xdate-item i {
  position: relative;
  display: inline-block;
  font-style: normal;
  border-radius: 3px;
  text-align: center;
  transition: all .2s ease-in-out;
}

.xdate-item:hover i {
  background: #e1f0fe;
}

.xdate-item.xdate-day-select i {
  color: #fff;
  background: #2d8cf0;
}

.xdate-item.xdate-day-select:hover i {
  background: #2d8cf0;
}

.xdate-item.xdate-day-today i:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2d8cf0;
  position: absolute;
  top: 1px;
  right: 1px;
}

.xdate-date-day {
  width: 28px;
  height: 28px;
}

.xdate-date-day i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 2px;
}

.xdate-date-day.xdate-day-next, .xdate-date-day.xdate-day-prev {
  color: #bbbec4;
}

.xdate-date-day.xdate-day-next:hover i, .xdate-date-day.xdate-day-prev:hover i {
  background: #fff;
}

.xdate-foot {
  border-top: 1px solid #e9eaec;
  text-align: right;
  padding: 8px;
}

.xdate-foot a {
  cursor: pointer;
  line-height: 1.5;
  padding: 2px 7px;
  display: inline-block;
}

.xdate-foot a.setdate {
  color: #2d8cf0;
  float: left;
}

.xdate-foot a.clear {
  transition: color .2s ease-in-out;
}

.xdate-foot a.clear:hover {
  color: #2d8cf0;
}

.xdate-foot a.confirm {
  background: #2d8cf0;
  color: #fff;
  border-radius: 3px;
}

.xdate-mode .prev-month,
.xdate-mode .next-month,
.xdate-mode .month-txt {
  display: none;
}

.xdate-mode-body-warp {
  width: 196px;
  margin: 14px 10px 10px;
  white-space: normal;
}

.xdate-item-year,
.xdate-item-month {
  width: 40px;
  height: 28px;
  line-height: 28px;
  margin: 10px 12px;
}

.xdate-item-year i,
.xdate-item-month i {
  width: 40px;
  height: 28px;
  line-height: 28px;
}

.xdate-time-body {
  width: 216px;
  height: 216px;
  display: none;
}

.xdate-time-body .time-box {
  position: relative;
  width: 71px;
  height: 216px;
  border-right: 1px solid #e9eaec;
  float: left;
  overflow: hidden;
}

.xdate-time-body .time-box a.time-item {
  width: 100%;
  padding: 0 0 0 28px;
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

.xdate-time-body .time-box a.time-item i {
  font-style: normal;
}

.xdate-time-body .time-box a.time-item:hover {
  background: #f3f3f3;
}

.xdate-time-body .time-box a.time-item.time-select {
  background: #f3f3f3;
  color: #2d8cf0;
}

.autocomplete {
  position: absolute;
  display: none;
  overflow: auto;
  border: 1px solid #ccc;
  z-index: 9040;
  background-color: #fff;
  max-height: 300px;
  white-space: nowrap;
  _height: 300px;
}

.autocomplete li {
  display: block;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  cursor: pointer;
}

.autocomplete li:hover {
  background-color: #f0f0f0;
}

.autocomplete li .tag-search-person {
  width: 108px;
  padding-inline: 6px;
  height: 18px;
  background: #FDEBD7;
  border-radius: 9px;
  border: 1px solid #CCCCCC;
}

.autocomplete li .tag-search-group {
  width: 108px;
  padding-inline: 6px;
  height: 18px;
  background: #E1F0FA;
  border-radius: 9px;
  border: 1px solid #CCCCCC;
}

.complete-active {
  background-color: #f0f0f0;
}

/* menu */
.xmenu {
  display: block;
  background: #fff;
  position: absolute;
  z-index: 1099;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #737b80;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.xmenu li {
  display: block;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #737b80;
  font-family: "San Francisco", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 16px;
  cursor: pointer;
}

.xmenu li:hover {
  background-color: #eef0f2;
  color: #397cfa;
}

.xmenu .menu-separator {
  font-size: 0;
  height: 0;
  line-height: 0;
  border-top: 1px solid #eaeaea;
}

.treetable .col span {
  margin-left: 5px;
}

.menu-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

#xmenu .new-menu-item {
  height: 16px;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
  color: #666;
  cursor: pointer;
}

#xmenu .new-menu-item:hover {
  color: #397cfa;
}

/* form */
.xform {
  zoom: 1;
  color: #777;
}

.form-group {
  margin-top: 20px;
  overflow: auto;
  *zoom: 1;
}

.form-group:after {
  content: "";
  display: table;
  clear: both;
}

.group-label {
  display: block;
  float: left;
  width: 18%;
  text-align: right;
  font-size: 14px;
  padding-top: 2px;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.group-col {
  float: left;
  overflow: auto;
}

.group-col .input {
  background: #ffffff;
  width: 270px;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 14px;
  outline: 0 none;
  border: 1px solid #D9D9D9;
  border-top-color: #AAAAAA;
  border-radius: 2px;
}

.form-help {
  font-size: 12px;
  line-height: 20px;
  color: #777;
}

.new-xdialog-header {
  padding-left: 20px;
  padding-right: 15px;
  height: 40px;
  box-sizing: border-box;
}

.new-xdialog-bodywrap .new-xdialog-body .form-group {
  text-align: left;
}

.new-xdialog-bodywrap .new-xdialog-body .form-group:first-child {
  margin-top: 0;
}

.new-xdialog-bodywrap .new-xdialog-body .form-group .group-label {
  display: inline-block;
  text-align: right;
  width: auto;
  min-width: 8%;
  float: right;
}

.new-xdialog-bodywrap .new-xdialog-body .form-group .group-col {
  float: right;
}

.new-xdialog-footer {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

/* validate */
.label-validate {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 310px;
}

.label-validate .input {
  position: relative;
  background: #ffffff;
  width: 270px;
  height: 25px;
  padding: 5px;
  padding-right: 30px;
  padding-left: 10px;
  font-size: 14px;
  outline: 0 none;
  border: 1px solid #D9D9D9;
  border-top-color: #AAAAAA;
  border-radius: 2px;
}

.label-validate .error {
  display: none;
  height: 20px;
  position: absolute;
  right: 3px;
  top: -25px;
  background: #7A3230;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  text-align: center;
  border-radius: 3px;
  white-space: nowrap;
}

.label-validate .error-img {
  display: none;
  width: 16px;
  height: 26px;
  position: absolute;
  right: 5px;
  top: 3px;
  background: url(../images/verify_false.png) no-repeat;
}

.label-validate.checkRight .error-img {
  display: block;
  background: url(../images/verify_sucess.png) 0 7px no-repeat;
}

.label-validate.checkRight .error {
  display: none;
}

.label-validate.checkError .error-img {
  display: block;
}

.label-validate.checkError .error {
  display: inline-block;
}

/*
 * imgAreaSelect animated border style
 */
.imgareaselect-border1 {
  background: url(../images/border-anim-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
  background: url(../images/border-anim-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
  background: url(../images/border-anim-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
  background: url(../images/border-anim-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.imgareaselect-outer {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.xgrid {
  position: relative;
  overflow: hidden;
}

.xgrid-listwrap {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.xgrid-list {
  overflow: auto;
}

.xgrid-item {
  width: 110px;
  height: 140px;
  margin: 5px 10px;
  display: inline-block;
  float: left;
}

.xvalid {
  z-index: 10010;
  font-size: 12px;
  position: absolute;
  line-height: 20px;
  white-space: nowrap;
}

.xvalid i {
  width: 14px;
  height: 14px;
  background: url(../images/icon-info.png);
  display: inline-block;
  margin-right: 5px;
  margin-top: 2px;
  float: left;
}

.xvalid-warn p i {
  background: url(../images/icon-warning.png);
}

.xvalid-arrow {
  position: absolute;
  overflow: hidden;
  top: 8px;
  left: -14px;
  display: block;
  height: 0px;
  width: 0px;
  border: 7px dashed transparent;
  border-right-color: #8dcffe;
  border-right-style: solid;
  line-height: 0px;
}

.xvalid-arrow-i {
  position: absolute;
  overflow: hidden;
  top: 9px;
  left: -12px;
  display: block;
  height: 0px;
  width: 0px;
  border: 6px dashed transparent;
  border-right-color: #e0f2ff;
  border-right-style: solid;
}

.xvalid-warn {
  color: red;
}

.xvalid-warn .xvalid-arrow {
  border-right-color: #ffbb34;
}

.xvalid-warn .xvalid-arrow-i {
  border-right-color: #fef3cd;
}

.xvalid-tip {
  width: 100%;
  display: inline-block;
  white-space: normal;
}

.popover {
  width: 180px;
  z-index: 9010;
  padding: 6px 10px 6px 10px;
  border: solid 1px #999;
  background: #fff;
  font-size: 12px;
  color: #777;
  border-radius: 3px;
  position: absolute;
  line-height: 1.6em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover-arrow {
  position: absolute;
  overflow: hidden;
  top: 8px;
  left: -14px;
  display: block;
  height: 0px;
  width: 0px;
  border: 7px dashed transparent;
  border-right-color: #999;
  border-right-style: solid;
  line-height: 0px;
}

.popover-arrow-i {
  position: absolute;
  overflow: hidden;
  top: 9px;
  left: -12px;
  display: block;
  height: 0px;
  width: 0px;
  border: 6px dashed transparent;
  border-right-color: #fff;
  border-right-style: solid;
}

/* label */
.xtag .xtag-xa i {
  width: 10px;
  height: 10px;
  background: #FFF;
  display: inline-block;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 0;
}

div.xtag a.xtag-xa {
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  color: #FFF;
  margin: 6px;
  font: 16px/1.35 "Microsoft YaHei", arial, "\5b8b\4f53";
}

.xtag .xtag-xa:hover {
  color: #FFF;
  background: #3B81F2 !important;
}

.xnotify {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 360px;
  height: 80px;
  border: 1px solid #E2E2E2;
  box-shadow: 2px 2px 8px #999;
  color: #333;
  font-size: 13px;
  font-family: Microsoft Yahei;
  z-index: 20000;
  background-color: #fff;
}

.xnotify-icon {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  padding: 16px;
  background-color: #F5F5F5;
  overflow: hidden;
}

.xnotify-header {
  display: relative;
}

.xnotify-title {
  float: left;
  width: 250px;
  font-size: 14px;
  line-height: 20px;
  margin-left: 20px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xnotify-body {
  float: left;
  width: 250px;
  line-height: 36px;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xnotify-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 20px;
  color: #666;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.x-input {
  display: inline-block;
  line-height: 1.5;
  padding: 6px 7px;
  font-size: 12px;
  border: 1px solid #dddee1;
  border-radius: 4px;
  color: #495060;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.x-input::-moz-placeholder {
  color: #bbbec4;
  opacity: 1;
}

.x-input:-ms-input-placeholder {
  color: #bbbec4;
}

.x-input::-webkit-input-placeholder {
  color: #bbbec4;
}

.x-input:focus, .x-input:hover {
  border-color: #57a3f3;
}

.x-input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}

.x-input[disabled] {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}

.x-input[disabled]:hover {
  border-color: #e4e5e7;
}

.x-input.no-size {
  resize: none;
}

.x-input.error {
  border-color: #c91414;
  box-shadow: 0 0 0 2px rgba(243, 38, 38, 0.2);
}

input.x-input.inp-lg {
  font-size: 14px;
}

input.x-input.inp-xs {
  padding: 1px 7px;
}

.inp-inline {
  display: table;
  font-size: 12px;
}

.inp-inline .inp-addons {
  display: table-cell;
  padding: 6px 7px;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #495060;
  text-align: center;
  background-color: #eee;
  border: 1px solid #dddee1;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
}

.inp-inline .inp-addons [type='radio'],
.inp-inline .inp-addons [type='checkbox'],
.inp-inline .inp-addons select {
  margin: -1px 2px 0;
  vertical-align: middle;
}

.inp-inline .inp-addons select {
  color: #495060;
  outline: none;
  background-color: #eee;
  border-color: #eee;
}

.inp-inline .x-input {
  border-radius: 0;
  display: table-cell;
  margin: 0 -5px;
  font-size: inherit;
}

.inp-inline.inp-lg {
  font-size: 14px;
}

.inp-inline.inp-lg .inp-addons {
  height: 21px;
}

.inp-inline.inp-xs .x-input {
  padding: 1px 7px;
}

.inp-inline.inp-xs .inp-addons {
  padding: 1px 7px;
}

#info {
  position: absolute;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 2px;
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  display: none;
}

#info .list-content, #info .list-title {
  font-family: Arial, 'Microsoft YaHei';
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  padding: 6px 10px;
  cursor: pointer;
  list-style: none;
}

#info .list-content.list-active {
  color: #4a8bf5;
  background-color: #f2f2f5;
}

#rest {
  font-family: Arial, 'Microsoft YaHei';
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  right: 0;
}

#rest span {
  color: #eb7350;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

#link {
  position: absolute;
  height: 20px;
  left: 0;
}

.hiddenObj {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  word-wrap: break-word;
}
