@keyframes animation-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bgHover:hover {
  background-color: #F5F5F5;
}
.pages-panel-body {
  height: 80vh;
}
body {
  padding-top: 97px;
}
.bodyPadding0 {
  padding: 0 !important;
}
.warperPadding0 {
  padding: 0 !important;
}
#logo-area {
  color: #000;
  display: table-cell;
  height: 70px;
  text-decoration: none;
  vertical-align: middle;
  width: 400px;
  padding-left: 20px;
}
#logo-area h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
#logo-area h2 {
  position: relative;
  top: 10px;
  display: inline-block;
  margin-left: 20px;
  font-weight: normal;
  font-size: 31px;
}
#logo-area span {
  font-size: 12px;
}
#userInfo {
  float: right;
  margin-right: 20px;
}
#userInfo > div {
  text-align: right;
  padding-top: 10px;
  line-height: 40px;
  margin-right: 15px;
}
#userInfo > div .img-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
}
#userInfo > div > a {
  margin-left: 5px;
}
.navbar-nav > li > a {
  color: #E58101;
}
.navbar-nav .header-avatar {
  position: absolute;
  right: 80px;
  white-space: nowrap;
  width: auto;
}
.navbar-nav .header-avatar .avatar {
  cursor: pointer;
  margin: 15px;
  display: block;
  display: inline-block;
}
.navbar-nav .header-avatar .avatar img {
  width: 40px;
  height: 40px;
}
.navbar-nav .current-site {
  padding: 20px 10px;
}
.navbar-nav .current-site .switch-ctrl {
  display: inline;
  width: 125px;
}
#logo-img {
  height: 70px;
  width: 250px;
  background: url(../images/hive.png) no-repeat 20px center;
  display: block;
  text-indent: -9999px;
}
.pyramid-login-field {
  height: 35px;
  line-height: 35px;
  width: 250px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.298039);
  padding: 0 10px 0 53px;
  outline: 0;
  background-color: #fff !important;
  background-image: url(../images/login-icons.png) !important;
  background-repeat: no-repeat;
  transition: border-color ease-in-out 0.35s, box-shadow ease-in-out 0.35s;
}
.pyramid-login-field:active,
.pyramid-login-field:focus {
  border: 1px solid rgba(249, 186, 65, 0.8);
  box-shadow: 0px 0px 15px rgba(242, 145, 27, 0.8);
}
.pyramid-login-username-icon {
  background-position: 12px 7px;
}
.pyramid-login-username-icon:active,
.pyramid-login-username-icon:focus {
  background-position: 12px -53px;
}
.pyramid-login-password-icon {
  background-position: 12px -112px;
}
.pyramid-login-password-icon:active,
.pyramid-login-password-icon:focus {
  background-position: 12px -172px;
}
.pyramid-login-site {
  font-size: 12px;
  float: right;
  margin: 8px 0 0 5px;
  outline: 0;
}
.pyramid-login-site .caret {
  margin-left: 3px;
}
.pyramid-login-site:focus {
  outline: 0;
}
.pyramid-login-button {
  font-size: 16px;
  border-radius: 20px;
  background: linear-gradient(0deg, #e97610 1%, #f69b31 100%);
  border: 0;
  outline: 0;
  max-height: 35px;
  color: #fff !important;
  opacity: 1 !important;
}
.pyramid-login-button:hover,
.pyramid-login-button:active {
  background: linear-gradient(0deg, #f39424 1%, #ffa945 100%);
}
.pyramid-login-button:focus {
  outline: 0;
}
.pyramid-login-button[disabled=disabled],
pyramid-login-button:disabled {
  background: linear-gradient(0deg, #d8a77d 1%, #ffdaa3 100%);
  color: #f0f0f0 !important;
  text-shadow: 0px 1px 0px #cbcbcb;
}
.login-body {
  display: table;
  height: 100%;
  margin: 0 auto;
  max-width: 800px;
  min-width: 500px;
  padding: 0 15px;
  width: 100%;
}
.login-body .center-sign {
  display: table-cell;
  vertical-align: middle;
}
.login-body .center-sign .panel {
  background-color: #FAF1E6;
  position: relative;
  padding-top: 35px !important;
  padding-top: 60px !important;
}
.login-body .center-sign .panel .panel-body {
  height: 430px;
  margin: 0 80px;
}
.login-body .center-sign .panel .topInfos {
  font-size: 12px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -35px;
  left: 0;
  background-color: #444444;
  height: 35px;
  width: 100%;
  padding-left: 20px;
  color: #FBFBFB;
  line-height: 35px;
}
.login-body .center-sign .panel .bottomInfos {
  font-size: 12px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -60px;
  left: 0;
  background-color: #444444;
  height: 60px;
  width: 100%;
  color: #FBFBFB;
  line-height: 60px;
  text-align: center;
}
.login-body .center-sign .panel .loginBTN {
  padding: 0;
  margin-top: 0;
}
.login-body .center-sign .panel .loginBTN button {
  height: 40px;
  width: 272px;
  border-radius: 30px;
  background-image: url('../images/2016-07-27_160308.png');
  color: #FAE4CC;
}
.login-body .center-sign .panel .input-group {
  height: 50px;
}
.login-body .center-sign .panel .input-group input {
  height: 50px;
}
.login-body .center-sign .panel-title h2 {
  margin: 15px 0;
}
.login-body .center-sign .panel {
  padding: 10px;
}
.login-body .language a {
  display: inline-block;
  margin-left: 10px;
}
.login-body .loginUser {
  background-position-y: -1px;
  background-image: url('../images/loginUser.png');
}
.login-body .loginUserHover {
  border-radius: 22px;
  box-shadow: 0px 0px 5px #F38700;
}
.login-body .required {
  border-radius: 22px;
  box-shadow: 0px 0px 5px #a94442;
}
.login-body .loginPWD {
  background-image: url('../images/loginPWD.png');
}
.login-body .loginPWDHover {
  background-image: url('../images/loginPWDHover.png');
}
.login-body .loginDivInput {
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 35px;
  width: 272px;
  height: 40px;
}
.login-body .loginDivInput input {
  position: relative;
  height: 35px;
  left: 55px;
  top: 1px;
  width: 198px;
  border: 0;
  outline: 0;
}
.navbar {
  /*box-shadow: 1px 1px 7px #AAA;*/
}
.loginBGDownColor {
  background-image: -webkit-linear-gradient(90deg, #955a00, #fc8c00);
  background-image: linear-gradient(90deg, #955a00, #fc8c00);
}
.navbar-default {
  /*background-image:url(../images/2016-07-28_152603.png) !important;
        background-repeat:repeat-x;*/
}
.navbar-default.nabula-navbar .nabula-navbar-nav a {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}
.navbar-default.nabula-navbar .nabula-navbar-nav > .active > a {
  background-color: #EEE;
  color: #1d2127;
  font-weight: bold;
}
.navbar-default.nabula-navbar .nabula-navbar-nav li > a[data-toggle=dropdown] .glyphicon {
  margin-left: 5px;
  font-size: 12px;
}
.navbar-default.nabula-navbar .nabula-navbar-nav .open > a,
.navbar-default.nabula-navbar .nabula-navbar-nav .open > a:hover,
.navbar-default.nabula-navbar .nabula-navbar-nav .open > a:focus {
  background-color: #FFF;
}
.navbar-default.nabula-navbar .nabula-navbar-nav .dropdown-menu {
  width: 100%;
  border: 0;
}
.content-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.content-wrapper:before,
.content-wrapper:after {
  content: " ";
  display: table;
}
.content-wrapper:after {
  clear: both;
}
/*.node-parallels {
    .make-row();
    display: table;

    [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}*/
.ms-style {
  margin-left: 250px;
}
.sidebar {
  background-color: #1B1B1B;
  bottom: 0;
  float: left;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 97px;
  width: 250px;
  z-index: 1000;
}
.mainbody-wrapper {
  padding: 0 5px 50px 0;
  height: 100vh;
}
.main-content {
  position: relative;
  min-height: 1px;
  padding: 20px;
  height: 100%;
}
.conclusion-summary {
  position: fixed;
  bottom: 0;
  color: #CCC;
  margin-bottom: 30px;
  width: 210px;
}
.conclusion-summary .conclusion-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.conclusion-summary .conclusion-process {
  font-size: 12px;
  margin-bottom: 5px;
}
.conclusion-summary .progress {
  height: 5px;
  background-color: #474453;
  margin-bottom: 10px;
}
.conclusion-summary .progress .process-bar {
  background: #ccc;
  border-radius: 5px;
  line-height: 5px;
  height: 5px;
  margin-left: -2px;
}
.nav-sidebar {
  list-style-type: none;
  margin: 0 -20px -60px;
  padding: 0;
}
.nav-sidebar .downArrow {
  display: inline-block;
  padding-left: 30px;
}
.nav-sidebar > li {
  line-height: 50px;
}
.nav-sidebar > li.active > a {
  color: #fff;
  /*background-color: #21262D;*/
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 35px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  display: block;
}
.nav-sidebar > li > a:hover {
  color: #fff;
  /*background-color: #21262D;*/
}
.nav-sidebar > li > a .glyphicon {
  margin-right: 10px;
}
.nav-sidebar > li ul.nav-submenu {
  margin: 0;
  padding: 0;
  /*background-color: transparent;*/
  /*box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.3) inset;*/
}
.nav-sidebar > li ul.nav-submenu .active .liArow {
  display: inline-block;
  height: 0;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #F3F3F3;
  position: relative;
  top: 10px;
}
.nav-sidebar > li ul.nav-submenu > li {
  background-color: transparent !important;
  margin-top: 2px;
  line-height: 35px;
  border: 0;
  background-color: #21201E;
}
.nav-sidebar > li ul.nav-submenu > li .liArow {
  display: inline-block;
  height: 0;
  width: 0;
  border: none;
}
.nav-sidebar > li ul.nav-submenu > li > a {
  color: #fff;
  display: block;
  padding-left: 74px;
  font-size: 14px;
  text-decoration: none;
}
.nav-sidebar > li ul.nav-submenu > li > a:hover .liArow {
  display: inline-block;
  height: 0;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #F3F3F3;
  position: relative;
  top: 10px;
}
/*.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}*/
.headerNav > li {
  text-align: center;
  height: 26px;
  display: inline-block;
  padding-left: 5px;
}
.headerNav > li > a {
  line-height: 26px;
  padding: 0;
  height: 26px;
  display: inline-block;
}
.node-summary {
  position: relative;
}
.node-summary div.panel-heading {
  padding: 0 15px;
}
.node-summary div.panel-heading h3 {
  line-height: 45px;
}
.node-summary div.panel-heading div.function-btns {
  padding-top: 12px;
}
.node-summary div.panel-heading div.function-btns a {
  font-size: 18px;
  margin-left: 10px;
  color: #AAA;
  cursor: pointer;
}
.node-summary div.panel-heading div.function-btns a:hover {
  color: #666;
}
.node-summary ul.list-group li {
  margin-left: 10px;
  margin-right: 10px;
}
.node-summary ul.list-group li span {
  display: inline-block;
}
.node-summary ul.list-group li div.item-graph {
  display: inline-block;
  float: right;
}
.node-summary ul.list-group li div.item-graph .graph-icon {
  float: right;
  font-size: 18px;
  margin-left: 10px;
}
.node-summary ul.list-group li div.item-graph .progress {
  width: 140px;
  display: inline-block;
  margin: 0;
  height: 10px;
}
.node-summary div.loading-panel {
  position: absolute;
  top: 46px;
  background-color: #FFF;
  width: 100%;
  height: calc(100% - 46px);
  text-align: center;
  font-size: 48px;
  color: #000;
  border-radius: 0 0 4px 4px;
  z-index: 99999999999;
}
.node-summary div.loading-panel h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -15px;
}
.node-summary div.error-panel {
  position: absolute;
  top: 46px;
  background-color: #FFF;
  width: 100%;
  height: calc(100% - 46px);
  color: #000;
  border-radius: 0 0 4px 4px;
}
.node-summary div.error-panel .glyphicon {
  margin: 25px 0 0 20px;
  font-size: 50px;
  color: #8B0000;
  float: left;
}
.node-summary div.error-panel h1 {
  margin: 40px 0 0 85px;
  font-size: 20px;
}
.node-summary div.error-panel .error-body {
  padding: 10px 25px;
}
.node-summary div.error-panel .error-body pre {
  margin-top: 10px;
  margin-bottom: 10px;
}
.animation-spinner {
  animation: animation-spinner 1500ms step-start linear infinite;
}
.stopAnimation {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
.animate-if {
  opacity: 0.7;
}
.animate-if.ng-enter {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  opacity: 0;
}
.animate-if.ng-enter.ng-enter-active {
  opacity: 0.7;
}
.animate-if.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  opacity: 0.7;
}
.animate-if.ng-leave.ng-leave-active {
  opacity: 0;
}
.node-append {
  text-align: center;
  padding: 133px 0;
  background-color: #DCDCDC;
  color: #666;
}
.node-append i {
  font-size: 100px;
}
.node-append p {
  font-size: 18px;
  font-weight: bold;
}
.m-app-loading {
  position: fixed;
  z-index: 1031;
}
.m-app-loading .animated-container {
  background-color: #333333;
  bottom: 0px;
  left: 0px;
  opacity: 1.0;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 999999;
}
.m-app-loading .animated-container.ng-leave {
  opacity: 1.0;
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
}
.m-app-loading .animated-container.ng-leave-active {
  opacity: 0;
}
.m-app-loading .messaging {
  color: #FFFFFF;
  font-family: monospace;
  left: 0px;
  margin-top: -37px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%;
}
.m-app-loading h1 {
  font-size: 26px;
  line-height: 35px;
  margin: 0px 0px 20px 0px;
}
.m-app-loading p {
  font-size: 18px;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
}
.d-page-header {
  padding-bottom: 9px;
  margin: 5px 0 20px;
  border-bottom: 1px solid #CCC;
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1.0;
  }
}
.blink {
  animation: 2s blinker linear infinite;
}
.panel-featured {
  color: #FFF;
}
.panel-featured .widget-summary {
  display: table;
  width: 100%;
  min-height: 117px;
}
.panel-featured .widget-summary .widget-summary-col {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.panel-featured .widget-summary .widget-summary-col.widget-summary-col-icon {
  width: 1%;
  vertical-align: middle;
}
.panel-featured .widget-summary .summary-icon {
  margin-right: 25px;
  width: 100px;
  height: 100px;
}
.panel-featured .widget-summary .summary-icon.summary-icon-storage {
  background-image: url(../images/01.png);
}
.panel-featured .widget-summary .summary-icon.summary-icon-nodes {
  background-image: url(../images/02.png);
}
.panel-featured .widget-summary .summary-icon.summary-icon-users {
  background-image: url(../images/03.png);
}
.panel-featured .widget-summary .summary-icon.summary-icon-tasks {
  background-image: url(../images/04.png);
}
.panel-featured .widget-summary .summary {
  min-height: 65px;
  word-break: break-all;
}
.panel-featured .widget-summary .summary .title {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.panel-featured .widget-summary .summary .title .detail {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.panel-featured .widget-summary .summary .title .detail .detail-icon {
  margin-left: 3px;
}
.panel-featured .widget-summary .summary .info {
  font-size: 14px;
  line-height: 30px;
}
.panel-featured .widget-summary .summary .amount {
  margin-right: .2em;
  font-size: 24px;
  font-weight: 600;
}
.panel-featured .widget-summary .summary-footer {
  padding: 10px 0 0;
  border-top: 1px dotted #DDD;
  display: table;
  width: 100%;
}
.panel-featured .widget-summary .summary-footer .summary-footer-col {
  display: table-cell;
  vertical-align: top;
}
.panel-featured .widget-summary .summary-footer .summary-footer-col a {
  color: #FFF;
  text-decoration: underline;
}
.panel-featured .widget-summary .summary-footer .summary-footer-col strong {
  display: block;
}
.panel-featured .widget-summary .summary-footer .summary-footer-col.last {
  width: 1px;
  white-space: nowrap;
}
.panel-featured .widget-summary .summary-footer .summary-footer-col .error-alert {
  color: #fff;
  margin: 0;
  padding: 0;
}
.panel-featured .widget-summary .summary-footer .summary-footer-col .error-alert a {
  display: block;
  text-decoration: none;
  padding: 6px 10px;
  background-color: #F75E5D;
  border-radius: 5px;
  border: 1px solid #C54240;
}
.services .title {
  font-weight: bold;
  font-size: 14px;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.services .service-status {
  margin-right: 10px;
  border-right: 1px solid #AAA;
  padding-right: 10px;
}
.services .service-status i {
  color: darkgreen;
  margin-right: 5px;
}
.services .service-status i.problem {
  color: darkred !important;
}
.problem-notice {
  color: #ef0000;
}
.panel-heading {
  background: #f6f6f6;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #DADADA;
  padding: 18px;
  position: relative;
}
.panel-heading .panel-title {
  color: #33353f;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-transform: none;
}
.panel-heading .panel-actions {
  right: 15px;
  position: absolute;
  top: 15px;
}
.panel-heading .panel-actions .panel-action {
  background-color: rgba(0, 0, 0, 0);
  color: #b4b4b4;
  font-size: 24px;
  text-align: center;
}
.panel-heading .panel-actions .panel-action-help:before {
  content: "\e085";
}
.spinner {
  margin: 100px auto;
  width: 100px;
  height: 80px;
  text-align: center;
  font-size: 10px;
}
.spinner div {
  background-color: #d5d5d5;
  height: 100%;
  width: 5px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  margin: 0 2px 0 2px;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-circle-reverse:before {
  background-color: #faf1e6 !important;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
table thead th {
  white-space: nowrap;
}
span.required {
  display: inline-block;
  color: #d2322d;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  top: 0.2em;
  margin-left: 5px;
  font-family: "Open Sans", Arial, sans-serif;
}
span.required:after {
  content: '*';
}
.searchable-select .searchable-panel-title {
  padding: 10px 12px 9px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-bottom: 0px;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.searchable-select .input-group .input-group-addon {
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
.searchable-select .input-group .search-field {
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.searchable-select .list-box {
  font-size: 14px;
  color: #555;
  vertical-align: middle;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.searchable-select .list-box li {
  line-height: 24px;
  cursor: default;
  margin: 1px 0;
  cursor: pointer;
}
.searchable-select .list-box li.step {
  padding: 2px;
}
.searchable-select .list-box li.step .collapse-btn {
  text-decoration: none;
  float: left;
  line-height: 24px;
  width: 20px;
  margin: 0 2px 0 5px;
}
.searchable-select .list-box li.step .collapse-btn .step-icon {
  color: #e98300;
}
.searchable-select .list-box li.step .collapse-btn .step-icon:hover {
  color: #9d5800;
}
.searchable-select .list-box li.step .step-icon {
  margin: 0 2px 0 5px;
  display: inline-block;
  color: #777;
  float: left;
  line-height: 20px;
  width: 20px;
}
.searchable-select .list-box li.step .step-text {
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.searchable-select .list-box li.step .step-text:hover {
  background-color: #f1f1f1;
}
.searchable-select .list-box li.step .step-text.text-muted {
  cursor: default !important;
}
.searchable-select .list-box li.step .step-text.selected {
  background-color: #ddd;
}
.searchable-select .tree-box-org {
  font-size: 14px;
  color: #555;
  vertical-align: middle;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.searchable-select .tree-box-org .slide-right span i {
  display: inline-block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
}
.searchable-select .tree-box-org ul {
  padding: 0px 0px 0px 23px;
  list-style-type: none;
  margin: 0;
}
.searchable-select .tree-box-org li {
  line-height: 24px;
  cursor: default;
  margin: 1px 0;
}
.searchable-select .tree-box-org li.selected {
  background-color: #ddd;
}
.searchable-select .tree-box-org li .collapsable {
  cursor: pointer;
}
.searchable-select .tree-box-org li .tree-node-text {
  cursor: pointer;
  vertical-align: text-bottom;
  font-size: 12px;
}
.searchable-select .tree-box-org li .tree-node-text.selected {
  padding: 3px;
  border-radius: 3px;
  background: #ddd;
  border: 1px solid #ccc;
  font-weight: bold;
}
.searchable-select .tree-box-org li .node-actions .glyphicon {
  font-size: 16px;
  color: #666;
  margin-left: 5px;
  cursor: pointer;
}
.searchable-select .tree-box-org li .node-actions .glyphicon-plus-sign {
  color: #2E2698;
}
.searchable-select .tree-box-org li .node-actions .glyphicon-info-sign {
  color: #999;
}
.searchable-select .tree-box-org li .node-actions .glyphicon-remove-sign {
  color: #999;
}
.drop-border {
  border: 2px dashed #999;
}
.table-cell-input {
  border: 1px solid #999;
  color: #555;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 3px 5px;
  width: 100%;
}
.wizard-footer {
  background: #ddd;
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.sidebar-scroller {
  background-size: 100% 100%;
}
.sidebar-scroller .nano-content {
  padding: 0 20px;
}
.sidebar-scroller .nano-pane > .nano-slider {
  background: rgba(255, 255, 255, 0.3);
}
.searchable-list-box-warpper {
  height: 440px;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 3px;
}
.searchable-list-box-warpper .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
}
.searchable-tree-box-warpper {
  height: 440px;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 3px;
}
.searchable-tree-box-warpper .nano-content {
  padding: 0 10px;
}
.searchable-tree-box-warpper .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
}
.system-tree-btn {
  border: 1px solid #F9DAB1;
  width: 70%;
  margin: 5px auto;
  background-color: white;
  color: #D9AF65;
}
.birtvBtnStyle {
  border: 1px solid #F9DAB1;
  background-color: white;
  color: #D9AF65;
}
.birtvBtnStyle:hover {
  background-color: #E98300;
  color: white;
}
.birTableStyle {
  border: 0px;
}
.birTableStyle > tbody > tr > td {
  border: 0px;
}
.birTableStyle > tbody > tr > th {
  border: 0px;
}
/*.table-striped {
    > tbody > tr {
        background-color: #FBEAD5;
        border: 2px solid #FBEAD5;
    }

    > tbody > tr:nth-of-type(odd) {
        background-color: #FCF2E5;
        border: 2px solid #FCF2E5;
    }

    > tbody > tr:first-child {
        background-color: #FCF2E5;
        border: 0;
    }

    > tbody > tr > th {
        background-color: #FFFFFF;
    }
}*/
.widthForUiSelect .btn-default {
  width: 114px;
}
/*.opacity-input {
    background-color: #f5f5f5 !important;
    cursor: auto !important;
}*/
.includeInputTable .form-group {
  padding: 0;
}
.includeInputTable td {
  border: none;
}
/*.table-hover {
    > tbody > tr:first-child {
        background-color: #FCF2E5;
        border: 2px solid #FCF2E5;
    }

    > tbody > tr > td > .opacity-input {
        background-color: #FBEAD5;
        border: 0;
        outline: none;
        box-shadow: none;
    }

    > tbody > tr:nth-of-type(odd) > td > .opacity-input {
        background-color: #FCF2E5;
        border: 0px !important;
        outline: none !important;
        box-shadow: none;
    }
}*/
.topTableLine {
  border: 0 !important;
}
.topTableLine thead th {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom-color: #fff !important;
  font-weight: 600;
  color: #444;
}
.full-height-tfooter {
  background-color: #f5f5f5;
  height: 390px;
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 55px;
  color: #ccc !important;
}
.highlighted {
  background: #FF0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.footer-hint {
  background-color: #f5f5f5;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #ccc;
  font-style: italic;
}
.footer-hint-lg {
  background-color: #f5f5f5;
  vertical-align: middle !important;
  font-size: 55px;
  color: #ccc !important;
  text-align: center;
}
.editable-wrap {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  width: 100%;
}
.editable-wrap .editable-input {
  display: inline-block;
}
.editable-wrap .editable-controls,
.editable-wrap .editable-error {
  margin-bottom: 0;
}
.editable-wrap .editable-controls  > input,
.editable-wrap .editable-controls  > select,
.editable-wrap .editable-controls  > textarea {
  margin-bottom: 0;
}
.editable-buttons {
  display: inline-block;
  vertical-align: top;
}
.editable-buttons button {
  margin-left: 5px;
}
.editable-input.editable-has-buttons {
  width: auto;
}
.editable-bstime .editable-input input[type=text] {
  width: 46px;
}
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px;
}
.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center;
}
.editable-color input[type=color] {
  width: 50px;
}
.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px;
}
.editable-hide {
  display: none !important;
}
.editable-click,
a.editable-click {
  text-decoration: none;
  color: #428bca;
  border-bottom: dashed 1px #428bca;
}
.editable-click:hover,
a.editable-click:hover {
  text-decoration: none;
  color: #2a6496;
  border-bottom-color: #2a6496;
}
.editable-empty,
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
  color: #FFBECF;
  text-decoration: none;
}
.wizard-item {
  padding-bottom: 8px;
  margin-right: 15px;
  padding-right: 15px;
}
.wizard-item.active {
  border-bottom: 3px solid #428bca;
}
.wizard-item.active .wizard-index {
  border: 2px solid #428bca;
  color: #428bca;
}
.wizard-item.active .wizard-text .wizard-title {
  font-weight: bold;
  color: #111;
}
.wizard-item.active .wizard-text .wizard-description {
  color: #333;
}
.wizard-item .wizard-index {
  float: left;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 38px;
  color: #666;
  margin-right: 10px;
  font-size: 18px;
}
.wizard-item .wizard-text {
  line-height: 21px;
  float: right;
}
.wizard-item .wizard-text .wizard-title {
  color: #999;
  display: block;
  font-size: 16px;
}
.wizard-item .wizard-text .wizard-description {
  color: #999;
}
.form-wizard-title {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.form-wizard-title .form-wizard-count {
  float: left;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #4caf50;
  color: #4caf50;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
}
.summary-block {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 280px;
}
.summary-block .cluster-icon {
  position: absolute;
  left: 50%;
}
.summary-block .node-health {
  margin: 11px 18px 24px 18px;
}
.summary-block .node-health .number {
  font-size: 70px;
  color: #607D8B;
  font-family: Arial, sans-serif;
}
.summary-block .block-icon {
  border-radius: 100%;
  display: inline-block;
  float: left;
  font-size: 30px;
  height: 80px;
  line-height: 85px;
  margin-right: 10px;
  text-align: center;
  width: 80px;
}
.summary-block .block-icon .glyphicon {
  color: #ffffff;
}
.summary-block .block-desc {
  height: 144px;
  width: 144px;
  border-radius: 50%;
  color: black;
  text-align: center;
  font-size: 13px;
  padding-top: 30px;
  display: inline-block;
}
.summary-block .block-desc .first {
  display: block;
  font-size: 36px;
  font-weight: 800;
}
.summary-block .trend-chart {
  margin-top: 50px;
}
.summary-block .trend-chart .chart-container {
  padding: 0px 0 0 0;
  height: 99px;
}
.node-health-text {
  margin-top: 34px;
}
.node-health-text .health-status {
  line-height: 36px;
  font-size: 30px;
}
.node-health-text .health-uptime {
  color: #797979;
  font-size: 14px;
  line-height: 36px;
}
.gd-radial-progress {
  width: 150px;
  margin: 0 auto;
  height: auto;
}
.graph-section {
  margin-bottom: 20px;
}
.graph-section .graph-header {
  margin-bottom: 10px;
}
.graph-section .graph-header h4 {
  font-weight: normal;
}
.graph-section svg {
  border: 1px solid #ddd;
}
.general-tree {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.general-tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
  white-space: nowrap;
  margin-right: 240px;
}
.general-tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  background-color: #fff;
}
.general-tree li span.btn {
  vertical-align: top !important;
}
.general-tree li span.btn-danger {
  color: #d9534f !important;
  /*background-color: #d9534f !important;*/
  border-color: #d43f3a !important;
}
.general-tree li span.btn-danger:hover {
  color: #fff !important;
  /*background-color: #d2322d !important;*/
  border-color: #ac2925 !important;
}
.general-tree li span.btn-success {
  color: #5cb85c !important;
  /*background-color: #5cb85c !important;*/
  border-color: #4cae4c !important;
}
.general-tree li span.btn-success:hover {
  color: #fff !important;
  /*background-color: #47a447 !important;*/
  border-color: #398439 !important;
}
.general-tree li form {
  padding: 3px;
  cursor: pointer;
}
.general-tree li form .editable-wrap {
  border: none !important;
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  width: 150px;
  background: none;
}
.general-tree li form .editable-wrap .has-error .editable-error {
  float: left;
}
.general-tree li form button {
  margin-left: 8px;
}
.general-tree li form.hover {
  background-color: #f1f1f1;
}
.general-tree li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: -3px;
  width: 1px;
}
.general-tree li::after {
  border-top: 1px solid #999;
  height: 20px;
  top: 27px;
  width: 28px;
}
.general-tree li.parent_li > span {
  cursor: pointer;
}
.general-tree li:last-child::before {
  height: 31px;
}
.general-tree li::before,
.general-tree li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
}
.general-tree  > ul  > li::before,
.general-tree  > ul  > li::after {
  border: 0;
}
.general-tree li.parent_li  > span:hover,
.general-tree li.parent_li  > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}
.resourcePool-tree {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.resourcePool-tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
.resourcePool-tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  background-color: #fff;
}
.resourcePool-tree li span.btn {
  vertical-align: top !important;
}
.resourcePool-tree li span.btn-danger {
  color: #d9534f !important;
  /*background-color: #d9534f !important;*/
  border-color: #d43f3a !important;
}
.resourcePool-tree li span.btn-danger:hover {
  color: #fff !important;
  /*background-color: #d2322d !important;*/
  border-color: #ac2925 !important;
}
.resourcePool-tree li span.btn-success {
  color: #5cb85c !important;
  /*background-color: #5cb85c !important;*/
  border-color: #4cae4c !important;
}
.resourcePool-tree li span.btn-success:hover {
  color: #fff !important;
  /*background-color: #47a447 !important;*/
  border-color: #398439 !important;
}
.resourcePool-tree li form {
  padding: 3px;
  cursor: pointer;
}
.resourcePool-tree li form .editable-wrap {
  border: none !important;
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  width: 150px;
  background: none;
}
.resourcePool-tree li form .editable-wrap .has-error .editable-error {
  float: left;
}
.resourcePool-tree li form button {
  margin-left: 10px;
}
.resourcePool-tree li form.hover {
  background-color: #f1f1f1;
}
.resourcePool-tree li::before {
  border-left: 3px solid #666;
  bottom: 50px;
  height: 100%;
  top: -3px;
  width: 1px;
}
.resourcePool-tree li::after {
  border-top: 3px solid #666;
  height: 20px;
  top: 27px;
  width: 28px;
}
.resourcePool-tree li.parent_li > span {
  cursor: pointer;
}
.resourcePool-tree li:last-child::before {
  height: 31px;
}
.resourcePool-tree li::before,
.resourcePool-tree li::after {
  content: '';
  left: -24px;
  position: absolute;
  right: auto;
}
.resourcePool-tree  > ul  > li::before,
.resourcePool-tree  > ul  > li::after {
  border: 0;
}
.resourcePool-tree li.parent_li  > span:hover,
.resourcePool-tree li.parent_li  > span:hover + ul li span {
  background: #eee;
  border: 3px solid #94a0b4;
  color: #000;
}
.external-property {
  padding: 0;
}
.external-property .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.external-property .panel .panel-heading {
  padding: 5px 10px;
}
.entry-processing {
  position: relative;
}
.entry-processing::after {
  border-radius: 4px;
  content: ' ';
  position: absolute;
  background: #fff;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
}
.imgContent {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 20px;
}
.imgContent img {
  margin: 10px;
}
/*数据对象--受控词选中*/
.fix-item-row {
  cursor: pointer;
}
/*业务对象的主键*/
.businessFulltextPrimaryKey {
  background-color: #d9d9d9;
}
.display_important {
  display: block !important;
}
.topArrow {
  border-bottom: 14px solid #666666;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0;
  height: 0;
}
.titleNumber {
  font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft Yahei', sans-serif;
  font-size: 40px;
  color: #A3A3A3;
}
.numberDiv {
  background: #0e89b3;
  width: 26%;
  text-align: center;
}
.flowCurrent {
  background: #20a5cf;
  margin-top: 1px;
  margin-top: 2px;
}
.flowCurrent a {
  color: white;
  font-size: 13px;
}
.flowCurrent :hover {
  color: white;
  background: #40c3ed;
  cursor: pointer;
}
.flowCurrent .titleNumber {
  color: white;
}
.flowError {
  background: #20a5cf;
  margin-top: 2px;
}
.flowError a {
  color: white;
  font-size: 13px;
}
.flowError :hover {
  color: white;
  background: #40c3ed;
  cursor: pointer;
}
.flowError .titleNumber {
  color: white;
}
.flowSuccess {
  background: #20a5cf;
  margin-top: 2px;
}
.flowSuccess .titleNumber {
  color: white;
}
.flowSuccess a {
  color: white;
  font-size: 13px;
}
.flowSuccess :hover {
  color: white;
  background: #40c3ed;
  cursor: pointer;
}
.flowStepDefault {
  background: #20a5cf;
  margin-top: 2px;
}
.flowStepDefault .titleNumber {
  color: white;
}
.flowStepDefault a {
  color: white;
  font-size: 13px;
}
.flowStepDefault :hover {
  color: white;
  background: #40c3ed;
  cursor: pointer;
}
.unexecuted {
  background: #20a5cf;
  margin-top: 2px;
}
.unexecuted .titleNumber {
  color: white;
}
.unexecuted a {
  color: white;
  font-size: 13px;
}
.unexecuted :hover {
  color: white;
  background: #40c3ed;
  cursor: pointer;
}
.flowItem :hover {
  background: #40c3ed;
  cursor: pointer;
}
.flowName {
  width: 74%;
  padding-left: 10px;
  line-height: 57px;
}
.flowIcon {
  float: right;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 57px;
  font-size: 20px;
}
.editable-error {
  white-space: pre-wrap;
}
.normal-label .label {
  font-size: 100% !important;
}
.normal-tag .label {
  font-size: 100% !important;
  margin-left: 3px;
  display: inline-block;
  margin-bottom: 5px;
}
.normal-tag .label:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.panel-accordion {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-accordion .panel-heading {
  padding: 0;
}
.panel-accordion .panel-heading h5 {
  margin: 0;
  background: #eee;
  padding: 10px;
}
.panel-accordion .panel-heading h5 a {
  color: #333;
}
.timepicker .btn-default {
  border-color: transparent !important;
}
.marginLeft14 {
  margin-left: 14px;
}
.fluent-label {
  float: left;
  line-height: 37px;
}
.fluent-group {
  width: 70px;
  height: 24px;
  float: left;
}
.fluent-control {
  width: 60px;
  height: 24px;
  line-height: 24px;
  padding: 0px 0px 0px 10px;
  margin: 6px;
  float: left;
}
.displayNoneCss {
  display: none;
}
.entity-pool-table th small {
  color: #444;
  margin-left: 5px;
}
.ui-select-match-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.task-entry {
  border-right: 1px solid #ddd;
  text-align: center;
  line-height: 36px;
}
.task-entry .task-entry-count {
  font-size: 32px;
}
.task-entry .task-entry-text {
  color: #797979;
  font-size: 14px;
}
.selectOverflow .ui-select-match-item {
  width: 100%;
  overflow: hidden;
}
@keyframes closeMenu {
  from {
    left: 10px;
  }
  to {
    left: -250px;
  }
}
@keyframes openMenu {
  from {
    left: 10px;
  }
  to {
    left: -250px;
  }
}
.showMenu {
  display: block;
  animation-delay: 5s;
  -webkit-animation-delay: 2s;
  animation: openMenu 4s;
}
.hideMenu {
  display: none;
  animation-delay: 5s;
  -webkit-animation-delay: 2s;
  animation: closeMenu 4s;
}
.flow-task-actions {
  width: 100%;
}
.flow-task-actions .btn {
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin: 0 !important;
  width: 33%;
  padding: 5px;
}
.pie-chart-text {
  margin-top: 10px;
}
.pie-chart-text .number-text {
  line-height: 36px;
  font-size: 24px;
}
.iframeScrollbar {
  /* Track */
  /* Handle */
}
.iframeScrollbar ::-webkit-scrollbar {
  width: 8px;
}
.iframeScrollbar ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(193, 193, 193, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.iframeScrollbar ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(98, 98, 98, 0.7);
  -webkit-box-shadow: inset 0 0 6px rgba(193, 193, 193, 0.5);
}
.iframeScrollbar ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(98, 98, 98, 0.7);
}
.enLongEditable .editable-controls {
  width: 100%;
}
.enLongEditable select {
  width: 100% !important;
}
.dbclickstyle {
  outline: none;
  border-bottom-style: dashed;
  background: #eee;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}
.auto-cut {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px !important;
}
/*
    金字塔滚动条样式
*/
.scrollbarStyle_pyramid {
  overflow: auto;
}
.scrollbarStyle_pyramid::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scrollbarStyle_pyramid::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
}
.scrollbarStyle_pyramid::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.scrollbarStyle_pyramid::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
}
.scrollbarStyle_pyramid::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}
.scrollbarStyle_pyramid::-webkit-scrollbar-resizer {
  background: #FF0BEE;
}
.scrollbarStyle_pyramid_right {
  overflow: auto;
}
.scrollbarStyle_pyramid_right::-webkit-scrollbar {
  width: 14px;
  height: 10px;
}
.scrollbarStyle_pyramid_right::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
}
.scrollbarStyle_pyramid_right::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 14px;
}
.scrollbarStyle_pyramid_right::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
}
.scrollbarStyle_pyramid_right::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}
.scrollbarStyle_pyramid_right::-webkit-scrollbar-resizer {
  background: #FF0BEE;
}
.task-executing {
  cursor: pointer;
}
.task-executing:hover {
  background-color: rgba(251, 234, 213, 0.3);
}
.donutChart {
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: relative;
  background: #cccccc linear-gradient(to right, #cccccc 50%, #ffaa00 50%);
  color: #ffaa00;
  border-radius: 50%;
}
.donutChart::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%;
}
.donutChart::before {
  content: '';
  position: absolute;
  display: block;
  background-color: inherit;
  height: 100%;
  width: 50%;
  bottom: 0;
  right: 0;
  border-radius: 0 100% 100% 0%;
  transform: rotate(0);
  transform-origin: 0 50%;
  animation: 50s spin infinite linear, 100s background infinite step-end;
  animation-play-state: paused;
  animation-delay: inherit;
}
@keyframes spin {
  to {
    transform: rotate(180deg);
  }
}
@keyframes background {
  50% {
    background-color: currentColor;
  }
}
.flow-label {
  width: 50px;
  display: block;
  margin: 0;
  line-height: 14px;
}
.fp-line {
  display: inline-block;
  width: 20px;
  height: 30px;
  position: absolute;
  border-left: 1px solid #ccc;
  margin-top: -3px;
}
.fp-line:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 13px;
  position: absolute;
  border-bottom: 1px solid #ccc;
}
.fp-line.last {
  height: 13px;
}
.editable-row {
  padding: 3px !important;
}
.editable-row .editable-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
  background-color: #eeeeee;
  height: 26px;
  line-height: 14px;
  color: #555555;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-bottom: 1px dashed #ccc;
}
.editable-row .ui-select-toggle {
  height: 32px !important;
}
.py-icon {
  background-image: url(../images/py-icon-sprite.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: 18px 0px;
}
.py-icon-dept {
  background-position: 0px 0px;
}
.py-icon-person {
  background-position: -18px 0px;
}
.py-icon-application {
  background-position: -36px 0px;
}
.py-icon-tool {
  background-position: -54px 0px;
}
.py-icon-channel {
  background-position: -72px 0px;
}
.py-icon-column {
  background-position: -90px 0px;
}
.py-icon-arrowright {
  background-position: -108px 0px;
}
.py-icon-arrowdown {
  background-position: -126px 0px;
}
.dashbord-logs-configcss-false {
  color: black;
  font-weight: 500;
  cursor: pointer;
}
.dashbord-logs-configcss-true {
  font-weight: 500;
  color: white;
}
.flowstep-navbar {
  background-color: #f8f8f8;
  height: 40px;
  border: 1px solid #e7e7e7;
  line-height: 40px;
  position: absolute;
  width: 100%;
  top: 0px;
  border-top: 1px solid #e98655;
  background-color: #fcf2e5;
}
.flowstep-navbar .btn {
  width: 80px;
  height: 40px;
}
.flowStepContainer {
  width: 100%;
  overflow-x: auto;
  padding: 20px 30px;
  background-color: #f1f1f1;
  overflow-y: hidden;
}
.flowStepContainer .activeContainer {
  width: 300%;
}
.textoverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flowStepScrollContainer {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f1f1f1;
  padding-bottom: 10px;
}
.flowArrowSVGVerticalContainer {
  position: absolute;
  left: 28%;
  top: 103%;
  width: 40px;
  cursor: auto;
}
.flowArrowSVGHorizontalContainer {
  top: 0px;
  position: absolute;
  left: -41px;
  width: 40px;
  height: 40px;
  cursor: auto;
}
.loadingbarConstHeightTd {
  padding: 0;
}
.loadingbarConstHeightTd .divContainer {
  width: 100%;
  height: 124px;
  overflow: hidden;
}
.loadingbarConstHeightTd .divContainer .spinner {
  height: 100px;
  margin-top: 12px;
}
.btn-primary i.btn-search,
.btn-primary i.btn-reDo,
.btn-primary i.btn-stop,
.btn-primary i.btn-downSort,
.btn-primary i.btn-downSortHover,
.btn-primary i.btn-upSort,
.btn-primary i.btn-upSortHover {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
.userRoleLIst {
  border: none;
  text-align: center;
}
.userRoleLIst:hover {
  color: #fff;
  background-color: #6855a3;
}
.gen2Tree {
  height: 340px;
  overflow: auto;
}
.gen2Tree li {
  list-style-type: none;
  position: relative;
}
.gen2Tree li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 105%;
  top: -18px;
  width: 1px;
}
.gen2Tree li::after {
  border-top: 1px solid #999;
  height: 20px;
  top: 11px;
  width: 20px;
}
.gen2Tree li::before,
.gen2Tree li::after {
  content: '';
  left: -13px;
  position: absolute;
  right: auto;
  margin-top: 9px;
}
.gen2Tree > ul > li::before,
.gen2Tree > ul > li::after {
  border: 0;
}
.gen2Tree li.parent_li > span:hover,
.gen2Tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}
.addUserToColumn-selectedUsers {
  height: 401px;
  overflow: auto;
}
.addUserToColumn-selectedUsers .list-group-item {
  padding: 5px;
}
.addUserToColumn-selectedUsers .list-group-item > .badge {
  color: #999999;
  background-color: transparent;
  padding: 2px 0;
  cursor: pointer;
  position: absolute;
  right: 4px;
  background: white;
}
