.input-lg {
  font-size: 16px
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 20px
}
input::-moz-input-placeholder, textarea::-moz-input-placeholder {
  font-size: 12px;
  line-height: 20px
}
::-webkit-input-placeholder {
  color: #eee
}
:-moz-placeholder {
  color: #eee
}
::-moz-placeholder {
  color: #eee
}
:-ms-input-placeholder {
  color: #eee
}
.btn {
  box-shadow: 1px 4px 4px rgba(0, 0, 0, .1)
}
input.form-control {
    font-size: 12px;
   
}
body, html {
    font-family: 'Microsoft Yahei';
    margin: 0;
    padding: 0;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .04);
    min-height: 100%;
   
}
.b-head {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 50px
}
.b-content {
  padding: 60px 0 30px;
  margin: 0;
  position: relative;
  height: 100%
}
.b-main {
  float: left;
  width: 100%;
  height: 100%;
  padding-left: 170px
}
footer {
  width: 100%;
  height: 30px;
  background: #1199C4;
  border-top: 1px solid rgba(0, 0, 0, .1);
  color: #fff;
  position: fixed;
  bottom: 0;
  clear: both;
  font-family: 'Microsoft Yahei';
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  z-index: 1090
}
.lk_pt_r {
    position: relative;
}
.icon-speech:before {
  content: "\e71f"
}
.icon-magic-wand:before {
  content: "\e738"
}
.icon-energy:before {
  content: "\e700"
}
.icon-home:before {
  content: "\e63a"
}
.fa-sitemap:before {
  content: "\e737"
}
.icon-users:before {
  content: "\e661"
}
.icon-user:before {
  content: "\e660"
}
.fa-bullhorn:before {
  content: "\e69d"
}
.icon-book-open:before {
  content: "\e604"
}
.icon-layers:before {
  content: "\e63b"
}
.icon-doc:before {
  content: "\e68d"
}
.icon-share:before {
  content: "\e651"
}
.icon-settings:before {
  content: "\e625"
}
.icon-question:before {
  content: "\e722"
}
.icon-calendar:before {
  content: "\e619"
}
.fa-navicon:before {
  content: "\e70f"
}
.glyphicon-time:before {
  content: "\e736"
}
.icon-graph:before {
  content: "\e717"
}
.fa-sliders:before {
  content: "\e728"
}
.fa-adjust:before {
  content: "\e71d"
}
.icon-volume-2:before {
  content: "\e60c"
}
.glyphicon-th-large:before {
  content: "\e732"
}
.icon-globe-alt:before {
  content: "\e733"
}
.fa-compass:before, .fa-umbrella:before {
  content: "\e603"
}
.fa-magic:before, .icon-compass:before {
  content: "\e72d"
}
.fa-file-text-o:before {
  content: "\e6b0"
}
.icon-list:before {
  content: "\e718"
}
.icon-pointer:before {
  content: "\e731"
}
.icon-tag:before {
  content: "\e655"
}
.icon-social-dropbox:before {
  content: "\e6f9"
}
.icon-wrench:before {
  content: "\e720"
}
.fa-list-alt:before {
  content: "\e657"
}
.fa-bar-chart-o:before {
  content: "\e605"
}
.fa-stethoscope:before {
  content: "\e606"
}
.fa-gears:before {
  content: "\e71c"
}
.icon-iconchart:before {
  content: "\e601"
}
.fa-exchange:before {
  content: "\e721"
}
@media screen and (min-width:768px) {
    .loginBg {
        background: url(/Images/newimages/bg.jpg) no-repeat #99d7fe;
        background-size: cover;
        text-align: center
    }
    .loginBoxWrap {
        position: absolute;
        bottom: 15%;
        right: 6%;
    }
    .loginBox {
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .08);
        width: 410px;
        background: rgba(255, 255, 255, .6);
        margin: 30px auto 0;
    }
  .loginBox.regBox {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -300px;
    bottom: auto;
    background: rgba(255, 255, 255, .8)
  }
}
header {
  height: 50px;
  background: #444;
  padding-right: 10px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800
}
header.fixed {
  position: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .05)
}
.menu-wrap {
    box-shadow: 2px 0px 8px 0px #0a152a;
    position: fixed;
    padding-top: 0;
    height: 100%;
    z-index: 1080;
    top: 0;
    padding-top:80px;
    margin-left: 0;
    margin-right: -100%;
    width: 170px;
    padding-bottom: 70px;
    background: url(/Images/dongsheng/bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.menu-header {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  overflow: hidden;
  background: rgba(0, 0, 0, .05);
  color: #eee;
  text-shadow: 0 0 3px rgba(13, 224, 255, .7);
  height: 43px
}
.menu-header .menu-toggle {
  display: block;
  padding: 12px 10px 8px;
  cursor: pointer
}
.menu-header .menu-toggle i {
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 9px
}
.menu-body {

  position: relative;
  height: 100%
}
.menu-body>ul {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: none
}
.menu-body>ul>li {
  background: url(../images/hover_bg.png) -70px -6px no-repeat;
  background-size: 62px 62px;
  display: block;
  -webkit-transition: 0;
  -moz-transition: .2s;
  -o-transition: 0;
  transition: 0;
  line-height: 50px;
}
.menu-body>ul>li.active {
  background: url(../Images/hover_bg.png) -8px -6px no-repeat rgba(0, 0, 0, 0.1);
  background-size: 62px 62px;
}
.menu-body>ul>li.active> ul {
  display: block;
}
    .menu-body li a {
        color: #e5f0ff;
        font-size: 15px;
        display: flex;
        position: relative;
        font-weight:bold;

    }
    .menu-body .subMenu > li a {
        color: #bbbbbb
    }
    .menu-body > ul > li:hover > .subMenu > li:hover a, .subMenu > li.active, .menu-body > ul > li.active > a {
        /* color: #fff;*/
    }
.menu-body .arrow {
  position: absolute;
  right: 0; 
  top: 0;
}
    .menu-body > ul > li.active > a, .menu-body > ul > li:hover > a, .aside-folded .menu-body > ul > li:hover > a {
        background-image: linear-gradient( 56deg, #6bd2e2 0%, #2f65c9 100%);
    }
    .menu-body > ul > li > a {
        background: url(/Images/dongsheng/bg3.png) center bottom repeat-x;
    }

        .menu-body > ul > li > a i {
            display: inline-block;
            width: 26px;
            text-align: center;
            font-size: 18px;
            margin-left: 16px
        }
.menu-body > ul > li > a> span {
    display:inline-block;
   padding-left:5px
}
    .menu-body > .nav-list {
        display: block
    }
.menu-body>.nav-parents {
  z-index: 2;
  left: -100%;
  background: #314554;
}
.menu-body .subMenu {
  /* display: block; */
  background: #252940;
  /* width: 150px;
  margin-top: -43px;
  border: 1px solid #31b9c5;
  box-shadow: 0 0 15px rgba(13, 224, 255, 0.3);
  border-radius: 0 3px 3px 0;
  position: absolute; 
  left: 100%;
  margin-left: 0px;*/
  display: none;
}
.menu-body .subMenu > li {
    background: none;
    padding: 6px 0 5px 0px;
    height: auto;
    text-align:center;
    font-size: 12px;
    list-style: none;
    line-height: 27px;
    background: url(/Images/dongsheng/bg2.png) no-repeat center bottom;
}
 .subMenu > li:last-child {
    background-image:none;
}
.menu-body .subMenu>li i {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 15px;
  vertical-align: middle;
  margin-top: -3px;
}
.menu-body>li.active .menu-body>ul>li>.subMenu {
  /* display: block;
  padding-left: 0; */
}
.menu-body .subMenu>li.moduleLi {
  font-size: 13px;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  display: none;
  height: 40px;
  line-height: 40px;
}

/* .menu-body>ul.nav-list>li:hover>.subMenu {
  display: none;
} */


/* .menu-body>ul>li:hover>.subMenu>li a {
  color: #93b9d3;
  font-size: 12px;
  display: block;
  text-shadow: none;
} */

.subMenu > li:hover a, .subMenu > li.active, .subMenu > li.active > .subMenu, .b-side .subMenu > li.active a {
    color: #7fdee7;
}
.subMenu > li a{
    font-size:14px;
    font-weight:normal;
    display:block;
}
.subMenu li.active > ul {
    display: block;
}
.subMenu > li {
    padding: 5px 0 5px 20px;
}
.menu-body > ul > li:hover > .subMenu:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 13px;
    border-right: 5px solid #31b9c5;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}
.menu-body>ul>li:hover>.subMenu:after {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 14px;
  border-right: 4px solid rgba(49, 69, 84, .95);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}
.menu-body>ul>li:hover>.subMenu.bottom:before {
  top: inherit;
  bottom: 18px
}
.menu-body>ul>li:hover>.subMenu.bottom:after {
  top: inherit;
  bottom: 19px
}
.menu_action {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 188
}
.menu_action>a {
  display: inline-block;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #93b9d3
}
.menu_action>a i {
  margin-right: 5px;
  font-size: 16px
}
.menu_action>a:hover {
  background: #2083a7
}
.aside-folded .menu-wrap {
  width: 56px
}
.aside-folded .menu-wrap li span {
  display: none
}
.aside-folded .menu-body>ul>li>a i {
  width: 100%
}
.aside-folded .menu-body>ul>li:hover {
  background-position: -4px -6px
}
.aside-folded .menu-body .arrow {
  display: none
}
.aside-folded .menu-body>ul.nav-list>li:hover>.subMenu, .aside-folded .menu-body .subMenu>li.moduleLi {
  display: none;
}
.aside-folded .menu-toggle {
  text-align: center
}
.aside-folded .menu-toggle i {
  margin-right: 0;
  margin-left: 0
}
.aside-folded .menu-toggle cite {
  display: none
}
.aside-folded .menu_action {
  bottom: 40px
}
.aside-folded .menu_action>a {
  width: 56px;
  height: 50px;
  line-height: 50px
}
.aside-folded .menu_action>a i {
  margin: 0
}
.aside-folded .menu_action>a>span {
  display: none
}
.aside-folded .b-main {
  padding-left: 56px
}
.breadcrumb {
    font-size: 16px;
    padding: 6px 15px;
    line-height: 26px;
    background: #fff;
    color: #666666;
    border: 1px solid #dadada;
}
.breadcrumb i {
  vertical-align: middle;
  margin-top: -5px
}
.breadcrumb a {
  color: #555
}
.backTop {
  width: 50px;
  height: 50px;
  position: fixed;
  background: rgba(0, 0, 0, .2);
  right: 23px;
  bottom: 60px;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 2000;
  display: none
}
.backTop a {
  display: block;
  margin-top: 10px;
  color: #777;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.backTop a i {
  font-size: 26px;
  margin-top: -8px
}
.backTop:hover {
  background: rgba(0, 0, 0, .4)
}
.backTop:hover a {
  color: #fff
}
.panel-default .panel-heading {
  background-color: #E9EFFC;
  border-color: #ddd;
  min-height: 47px;
}

.panel-default .panel-heading .s-title {
  line-height: 30px
}
.panel-default.methodAccord .panel-heading, .panel-method .panel-heading {
  min-height: 42px;
  cursor: pointer
}
.panel-default {
    border: 1px solid #dadada ;
}

.panel-top .panel-heading {
  background: rgba(52, 152, 219, .3);
  color: #0f87ac;
  border-bottom: 1px solid rgba(52, 152, 219, .3)!important
}
.panel-default.panel-form .panel-heading {
  padding: 8px 15px
}
.panel-default.panel-form .panel-heading>.pull-right .btn+.btn {
  margin-left: 8px
}
.panel-heading>.btn {
  margin-right: 8px
}
.panel-default.panel-form .panel-heading h4 {
  font-size: 15px;
  margin: 0;
  line-height: 30px
}
.panel.panel-top {
  border-color: rgba(52, 152, 219, .5)!important
}
.panel.panel-top .panel-footer {
  background: #f5f5f5;
  border-radius: 0 0 4px 4px
}
.panel .searchButton i {
  font-size: 14px;
  line-height: 10px
}
.col.b-l {
  border-left: 1px solid #ddd
}
label.label.label-xxs {
  padding: .2em .5em
}
.pill-wrapper .vaildPill {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 36px;
  border: none;
  display: none
}
.pill-wrapper .vaildPill.n-invalid {
  box-shadow: none
}
.pill-wrapper .msg-box[for=vaildPill] {
  margin-top: -7px;
  margin-right: -12px
}
.pill-wrapper .vaildPill+em.req {
  right: -15px
}
.topTip.badge.up {
  display: none;
  min-width: inherit;
  padding: 0!important;
  width: 10px;
  height: 10px;
  top: -5px;
  right: -8px;
  border: 2px solid #fff
}
.listTip.badge.up {
  display: none;
  min-width: inherit;
  padding: 0!important;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  overflow: hidden;
  top: -6px;
  right: -8px;
  border: .1em solid #fff
}
.listTipChild.badge.up {
  display: none;
  min-width: inherit;
  padding: 0!important;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  overflow: hidden;
  top: -6px;
  right: -12px;
  border: .1em solid #fff
}
#QuickApp .leftTip.badge.up {
  display: none;
  min-width: inherit;
  padding: 0!important;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  overflow: hidden;
  top: -6px;
  right: -12px;
  border: .1em solid #fff
}
.leftTip.active.badge.up, .listTip.active.badge.up, .listTipChild.active.badge.up, .topTip.active.badge.up {
  display: inline-block
}
a, button, li {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
#calendar a, #calendar li {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s
}
select.form-control {
  font-size: 12px;
  padding: 6px 9px
}
.k-popup td.k-state-focused.k-state-selected {
  box-shadow: none;
  background: #3276b1
}
.k-state-selected .text-info {
    color: white;
}
hr.hr-sm {
    margin: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, .18);
    border-bottom: 1px solid #fff
}

.nav-pills>li.active>a, .nav-pills>li.active>a:active, .nav-pills>li.active>a:hover {
  background-color: #16aad8
}
#listView, .k-grid, .k-listview {
  position: relative
}
.k-loading-mask {
  min-height: 60px!important;
  position: relative;
  border-bottom: 1px solid #eee
}
.k-loading-image {
  background-color: rgba(255, 255, 255, .4)
}
.k-loading-text {
  text-align: center;
  width: 100%;
  line-height: 60px;
  text-indent: 110px;
  font-size: 13px
}
.panel-heading+.list-group .k-loading-mask+.list-group-item {
  border-top-width: 0
}
.form-parent-table {
  background: rgba(180,180,180,0.06);
  margin: 0 0 20px;
  padding: 20px 0 5px 0;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
  border-radius: 4px;
  position: relative
}
.form-parent-table .control-label {
  width: 115px;
  font-size: 13px
}
.form-parent-table .control-label+div {
  margin-left: 125px
}
.form-modal.form-parent-table .form-group {
  margin-bottom: 0
}
.form-horizontal.form-detail .form-group:first-child {
  padding-right: 5%
}
.form-parent-table .legend {
  display: inline-block;
  background: #fff;
  position: absolute;
  top: -15px;
  left: 10px;
  font-size: 13px;
  padding: 5px;
  color: #888
}
.m-fieldset legend {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 32px;
  background-color: #F1F1F1;
  padding-left: 10px
}
.pill-label {
  display: inline-block;
  font-weight: 400;
  padding: 5px 20px 5px 5px;
  position: relative;
  margin-bottom: 3px;
  margin-right: 5px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .09);
  color: #666;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .08)
}
.pill-label .close {
  position: absolute;
  right: 3px;
  top: 2px;
  font-size: 18px
}
.pillbox-input {
  border: none;
  background: 0 0;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  outline: 0
}
.pill-wrapper {
  height: auto;
  cursor: text;
  min-height: 32px;
  padding-bottom: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#pill-box {
  height: auto;
  display: inline-block
}
.pill-radio {
  border: 1px solid #cfdadd;
  padding-bottom: 0;
  min-height: inherit;
  border-radius: 2px
}
.pill-radio .input-group-btn>.btn {
  border: none;
  box-shadow: none;
  border-left: 1px solid #ddd;
  border-radius: 0 2px 2px 0
}
.pill-radio .pill-label {
  margin: 4px 0 0 6px
}
.pill-radio .pillbox-input {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 32px 0 10px;
  height: 22px;
  height: 100%;
  top: 0
}
.pill-radio .pill-box {
  float: left;
  position: absolute;
  z-index: 2
}
.pill-radio .dropdownTree {
  top: 33px;
  margin-top: 0;
  width: 101%;
  left: -2px;
  z-index: 99
}
.layui-layer-msg.layui-layer {
  background: rgba(0, 0, 0, .75);
  color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, .3);
  border-color: #505050
}
.layui-layer-msg.layui-layer-dialog .layui-layer-content {
  font-size: 12px
}
.k-grid, .k-grid .k-pager-wrap, .k-grid tr td, .layui-layer-msg .k-grid .k-header {
  border-color: #CACACA
}
.k-grid .k-grid-header .k-header {
    background: #E9EFFC;
    color: #4c4c4c
}
.k-grid-header .k-link:link, .k-grid-header .k-link:visited {
  color: #4c4c4c
}
.k-grid.k-widget {
  border-width: 0;
  border-style: solid;
  border-radius: 2px;
  /*-webkit-box-shadow:2px 2px 8px rgba(0,0,0,.15);box-shadow:2px 2px 8px rgba(0,0,0,.15);*/
  color: #666;
  margin-bottom: 15px
}
.k-grid .k-grid-header th.k-header {
  padding: .7em .6em;
  font-size: 13px
}
.k-grid tbody tr td {
  font-size: 12px;
  height: 26px
}
.k-alt {
    background-color: rgba(232, 236, 251, 0.86);
}
.k-grid tbody tr:hover {
    background: #f5f7fa;
}
.k-grid tbody tr.k-state-selected:hover, .k-menu .k-state-border-right {
  background: #0758E0;
  border-color: #0758E0;
  color: #fff;
}
.k-pager-numbers .k-state-selected, .k-state-selected {
    background: #4c6ebc;
    border-color: #4c6ebc;
    border-right: 0;
    color: #fff;
}
.k-state-selected a {
  color: #fff
}
.k-state-selected a:hover {
  color: #105465
}
.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none
}
.panel-body>.k-grid.k-widget {
  margin-bottom: 0;
  margin: -10px;
  box-shadow: none
}
.panel-form .panel-body>.k-grid.k-widget {
  margin: 0 0 8px
}
.btn.btn-xs.btn-icon+.btn.btn-xs.btn-icon {
  margin-left: 5px
}
.k-header.k-menu li.k-item {
  font-size: 12px;
  color: #555
}
.k-header.k-menu li.k-item .k-link input {
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -3px
}
.k-widget .k-picker-wrap {
  border-radius: 2px
}
.k-widget .k-picker-wrap.k-state-default {
  border-color: #cfdadd
}
.k-widget .k-picker-wrap .k-input {
  height: 28px;
  padding: 0;
  text-indent: 12px;
  font-size: 12px;
  font-family: 'Microsoft YaHei'
}
.k-widget .k-picker-wrap .k-input {
  border-radius: 2px 0 0 2px;
  box-shadow: none
}
.k-widget .k-picker-wrap .k-input[readonly=readonly] {
  background: #F4F4F4
}
.k-widget .k-picker-wrap .k-input[readonly=readonly]+span.k-select {
  background: #F4F4F4;
  border-radius: 0 2px 2px 0
}
.k-column-menu .k-menu .k-item>.k-link {
  position: relative
}
.k-grid .k-grid-header th>.k-link>.k-icon.k-i-arrow-n {
  background-image: none;
  border-color: #fff;
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle
}
.k-grid .k-grid-header th>.k-link>.k-icon.k-i-arrow-s {
  background-image: none;
  border-color: #fff;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle
}
.k-animation-container .k-calendar {
  font-family: Arial
}
.k-autocomplete.form-control {
  padding: 0;
  border: none;
  width: 100%
}
.k-autocomplete.form-control input.form-control {
  width: 100%!important;
  border: 1px solid #ddd;
  height: 24px;
  padding: 4px 0;
  float: left
}
.k-list {
  background: rgba(255, 255, 255, .2);
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .08)
}
.k-list li {
  padding-left: 10px;
  line-height: 25px;
  color: #333;
  cursor: pointer;
  border-radius: 0;
  background: 0 0
}
.k-list li.k-state-focused, .k-list li.k-state-selected, .k-list li:hover {
  background: rgba(84, 89, 106, .6);
  border-radius: 0;
  border-color: transparent;
  color: #fff
}
span.k-widget k-autocomplete {
  display: block
}
span.k-widget.k-autocomplete, span.k-widget.k-autocomplete.k-state-hover {
  padding: 0;
  box-shadow: none
}
span.k-autocomplete.k-state-hover {
  background: 0 0
}
ul.k-list .k-state-hover {
  border-radius: 0
}
.k-popup ul.k-list .k-item {
  line-height: 20px;
  font-size: 12px
}
.k-animation-container .k-popup.k-list-container {
  padding: 0
}
.k-widget.form-control {
  padding: 0;
  width: 100%
}
.k-grid .k-pager-info {
  font-size: 12px
}
.k-treeview .k-item .k-in {
  cursor: pointer
}
.k-filter-menu .k-button:active:hover {
  background: inherit;
  border: inherit;
  color: inherit
}
.k-treeview.k-widget .k-item {
  padding-left: 12px
}
.k-treeview.k-widget>ul.k-group {
  margin-left: -10px
}
.k-treeview.k-widget .k-in {
  padding: 0 5px 0 2px;
  cursor: pointer;
  position: relative;
  color: #0758E0;
  display: inline-block;
  line-height: 20px
}
.btn-addon.btn-sm i {
  font-size: 14px
}
div.k-treeview {
  margin: 2px
}
input[aria-required=true]:after {
  content: "*";
  position: absolute;
  right: -5px;
  color: red
}
.k-treeview .k-group .k-in.k-state-hover, .k-widget.k-treeview .k-group {
  color: #1199c4;
  font-size: 12px
}
.k-treeview .k-group .k-in.k-state-hover, .k-widget.k-treeview .k-group .k-state-selected {
  background: #0758E0;
  color: #fff;
  border-radius: 2px
}
.k-treeview .k-group .k-in.k-state-hover cite, .k-widget.k-treeview .k-group .k-state-selected cite {
  color: #fff!important
}
.k-widget.k-treeview .k-in>i {
  font-size: 14px!important
}
.chosen-container.chosen-disabled {
  opacity: 1!important
}
.chosen-container.chosen-disabled .chosen-single {
  background: #F4F4F4;
  cursor: not-allowed;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
fieldset[disabled] .i-checks input+i:before, label.i-checks input[disabled]+i:before {
  background-color: #A0E0F2
}
.k-grid .btn.btn-icon {
  position: relative
}
.k-grid .btn.btn-icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0
}
.m-treeview.k-widget {
  border: 0;
  background: 0 0;
  font-size: 12px
}
.m-treeview.k-widget .k-group {
  background: 0 0
}
.m-treeview.k-widget>.k-group>li>.k-group {
  padding-left: 15px
}
.m-treeview.k-widget ul {
  list-style: none
}
.m-treeview.k-widget li>ul {
  padding-left: 15px
}
.m-treeview.k-widget li {
  line-height: 18px
}
.m-treeview.k-widget li span.k-in {
  line-height: 22px;
  display: inline-block;
  padding: 0 5px 0 2px;
  margin: 1px 0;
  cursor: pointer;
  position: relative;
  color: #0758E0
}
.m-treeview.k-widget li span.k-in i {
  font-size: 14px;
  vertical-align: middle;
  margin-top: -4px
}
.m-treeview.k-widget .k-in.k-state-hover, .m-treeview.k-widget .k-in.k-state-selected {
  background: #0758E0;
  color: #fff;
  border-radius: 2px
}
.m-treeview.k-widget .k-in.k-state-selected.k-state-focused {
  box-shadow: 0 0 2px 4px rgba(0, 0, 0, .1) inset
}
.m-treeview.k-widget li span.k-in .fa-arrow {
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 0;
  height: 0
}
.m-treeview.k-widget li span.k-in .fa-arrow.active {
  border-right: 6px solid #444;
  border-top: 6px solid transparent;
  border-bottom: 6px transparent;
  width: 0;
  height: 0;
  border-left: 0;
  top: 8px;
  left: -10px
}
.m-treeview.k-widget li span.k-in .fa-fw {
  position: absolute;
  display: inline-block;
  margin: 0;
  text-align: center;
  left: -8px;
  top: 6px;
  color: #333
}
.m-treeview.k-widget li span.k-in {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis
}
.k-filter-menu .k-primary.k-button:active:hover {
  background: #3276b1;
  color: #fff
}
.k-header.k-with-icon .k-icon.k-i-arrow-s {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  background: 0 0;
  margin-left: 5px
}
.k-header.k-with-icon .k-icon.k-i-arrow-n {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  background: 0 0;
  margin-left: 5px
}
.leftBar {
  background: #fefefe;
  width: 220px;
  height: 100%;
  position: fixed;
  z-index: 1007;
  padding-bottom: 80px
}
.leftBar+.container {
  margin-left: 220px
}
.leftBar .leftContent h1.h3 {
  font-size: 16px;
  line-height: 23px
}
.content-masker {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  z-index: 1006;
  margin-top: -50px;
  display: none
}
.marginLeftBar {
  padding-left: 220px
}
.minbar {
  position: absolute;
  width: 15px;
  top: 0;
  height: 100%;
  right: 0;
  border-right: 1px solid #ddd;
  background: rgba(255, 255, 255, .08);
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  cursor: col-resize;
  overflow: hidden
}
.minbar:hover i {
  color: #55c3e6
}
.leftBar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  /* 以下两个属性目前并未支持，写在这里为了减少风险 */
  -o-user-select: none;
  user-select: none;
}
.minbar i {
  position: absolute;
  top: 50%;
  color: #bcbcbc;
  margin-top: -50px;
  font-size: 18px;
  right: 0;
  width: 15px;
  text-align: center;
  display: inline-block
}
.col.mincol .minbar {
  left: 200px
}
.col.mincol .minbar:hover {
  background: rgba(22, 170, 216, .05)
}
.app-aside-dock .leftBar {
  margin-top: -168px;
  padding-top: 178px
}
.app-aside-dock .app-aside, .app-aside-dock.app-aside-fixed .app-aside {
  z-index: 1008
}
.app-aside-dock.app-aside-fixed .leftBar {
  margin-top: -163px;
  padding-top: 173px
}
#treeview .k-in.k-state-selected {
  color: #fff!important
}
.form-modal .form-group {
  position: relative
}
.form-modal .form-content .control-label, .form-modal .form-group .control-label, .modal-dialog .control-label {
  font-size: 12px;
  width: 80px;
  padding-left: 0;
  padding-right: 0
}
.form-modal .form-content .control-label+div, .form-modal .form-group .control-label+div, .modal-dialog .control-label+div {
  margin-left: 90px
}
.form-modal .addRequired:after {
  margin-right: -13px
}
.form-content.form-button, .form-group.form-button {
  text-align: right;
  padding-top: 10px;
  margin-bottom: 0
}
.form-content.form-button .btn, .form-group.form-button .btn {
  margin-left: 10px
}
.form-horizontal .form-group {
  padding-right: 5%;
  padding-left: 5%
}
.form-horizontal .form-content.form-button .btn:last-child, .form-horizontal .form-group.form-button .btn:last-child {
  margin-right: 8px
}
.form-content {
  padding-right: 20px;
  margin-right: -8px;
  margin-left: -8px;
  position: relative
}
.form-content:after {
  content: "";
  display: table;
  clear: both
}
.form-content>div[class^=col-] {
  margin-bottom: 15px;
  height: 32px
}
.form-horizontal.no-gutter .form-group {
  margin: 0 0 15px;
  padding: 0
}
.fileBox {
  position: relative;
  width: 285px;
  display: inline-block;
  vertical-align: bottom
}
.upbtn {
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  height: 24px;
  width: 70px
}
.fileBox .input-group-btn input.btn {
  box-shadow: none!important;
  background: #ebfaff
}
.file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  cursor: pointer;
  filter: alpha(opacity: 0);
  opacity: 0
}
.upload-tip {
  padding: 5px;
  font: 400 12px Microsoft Yahei;
  line-height: 20px;
  margin-bottom: 10px
}
.conditionWrap {
  position: relative
}
.conditionWrap .c_attr {
  float: left;
  width: 140px
}
.conditionWrap .c_clac {
  width: 60px;
  float: left;
  margin-left: 5px;
  font-family: 'Courier New'
}
.conditionWrap .c_cond {
  width: 241px;
  float: left;
  margin-left: 5px;
  padding-right: 36px;
  position: relative
}
.conditionWrap .c_cond_change {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 32px;
  text-align: center
}
.conditionWrap .c_cond_change i {
  font-size: 16px;
  line-height: 32px
}
.conditionWrap .c_cond_domain {
  display: none
}
.conditionWrap .c_domain1 {
  width: 100px;
  float: left
}
.conditionWrap .c_domain2 {
  width: 100px;
  float: left;
  margin-left: 5px
}
.conditionWrap .c_cond_add {
  right: -40px;
  position: absolute;
  background: #efefef;
  line-height: 32px;
  z-index: 8;
  text-align: center
}
.conditionWrap .c_cond_add:hover {
  background: #dedede
}
.conditionWrap .c_cond_add i {
  font-size: 15px;
  display: block;
  width: 34px;
  height: 32px;
  cursor: pointer;
  color: #888
}
.conditionWrap .c_cond_addList {
  position: absolute;
  top: 32px;
  font-size: 9px;
  width: 34px;
  left: 0;
  background: #E65E5E;
  line-height: 25px;
  display: none;
  border-top: 1px solid #ddd;
  color: #fff
}
.conditionWrap .c_cond_addList span {
  cursor: pointer;
  display: block;
  height: 25px;
  width: 100%
}
.conditionWrap .c_cond_addList span:hover {
  background: #D62626
}
.conditionWrap .c_cond_add.active .c_cond_addList {
  display: block
}
.conditionWrap .c_cond_join {
  line-height: 30px;
  font-size: 12px;
  width: 36px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #E65E5E;
  color: #fff;
  text-align: center;
  border-radius: 0 2px 2px 0
}
.conditionWrap.form-control {
  line-height: 32px;
  padding-left: 8px;
  position: relative;
  font-size: 12px
}
.conditionWrap.form-control .c_con_remove {
  top: 0
}
.dropdown-icon {
  float: left;
  border: 1px solid #ccc;
  color: #999;
  background: #f1f1f1;
  margin: 7px 0 0 10px;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  text-align: center
}
.dropdown-icon:hover {
  background: #23b7e5;
  color: #fff
}
.dropdown-icon i {
  font-size: 18px;
  line-height: 20px
}
.dropdownTree {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 8px;
  border: 1px solid rgba(0, 0, 0, .2);
  background: #f8f9f8;
  display: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  border-radius: 0 0 4px 4px;
  color: #333
}
.dropdownTree ul {
  padding-left: 20px
}
.dropdownTree .treeRoot {
  padding: 5px;
  font-size: 12px;
  margin-bottom: 0;
  margin-left: -20px
}
.dropdownTree .treeRoot li {
  list-style: none;
  color: #333;
  cursor: pointer;
  line-height: 24px;
  margin: 3px 0
}
.dropdownTree .treeRoot li span.hitarea {
  padding: 0 7px;
  display: inline-block;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
.dropdownTree .treeRoot li span.hitarea i {
  font-size: 13px
}
.dropdownTree .treeRoot li span.hitarea em.fw {
  display: inline-block;
  width: 1.28571429em
}
.dropdownTree .treeRoot li span.hitarea+ul {
  display: none
}
.dropdownTree .treeRoot li span.hitarea.active, .dropdownTree .treeRoot li span.hitarea:hover {
  background: #ededed;
  border-radius: 2px
}
.searchTitle {
  font-size: 14px
}
.docOption {
  height: 98px;
  background: #f7f8f9;
  position: relative
}
.docOption form {
  margin: 0 230px;
  text-align: center;
  padding-top: 17px
}
.docOption form input {
  padding: 3px 10px;
  height: 36px;
  width: 400px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .08) inset;
  border-radius: 3px;
  font-size: 13px
}
.docOption form button {
  background: #eee;
  border: 1px solid #ddd;
  height: 36px;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid #e0e0e0
}
.docOption form p {
  font-size: 12px;
  padding: 5px;
  color: #999;
  margin-left: -259px
}
.docOption form button:hover {
  background: #e8e8e8
}
.docOption form button:active:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .08) inset
}
.docOption form input:focus {
  border-color: #03b7f0;
  box-shadow: 0 0 8px #92e5ff
}
.docOption .btn-docType {
  float: left;
  margin: 20px 0 0 20px;
  background: #007acc;
  border: none;
  font-size: 12px;
  padding: 7px 10px;
  color: #fff
}
.docOption .btn-docType:hover {
  background: #0088e3
}
.docOption .btn-upload {
  float: left;
  margin: 20px 0 0 15px;
  background: #d84c29;
  border: none;
  font-size: 12px;
  padding: 7px 10px;
  color: #fff
}
.docOption .btn-upload:hover {
  background: #ec512b
}
.docOption .btn-docType, .docOption .btn-upload {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}
.docOption .btn-docType:active:hover, .docOption .btn-upload:active:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .3) inset
}
.docOption+hr {
  border-top: 1px solid #ddd;
  margin: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .05)
}
.docOption .dropdown {
  background: rgba(255, 255, 255, .9);
  width: 400px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  padding: 10px;
  top: 80px;
  left: 29px;
  position: absolute;
  display: none
}
.docOption .dropdown i.dd_arrow {
  display: block;
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(/Images/dd_arrow.png) no-repeat;
  top: -11px;
  left: 35px
}
.docOption .dropdown p {
  font-size: 13px;
  line-height: 22px
}
.docOption .dropdown p a {
  font-size: 12px;
  margin-right: 10px;
  color: #007acc;
  display: inline-block;
  padding: 1px 5px;
  line-height: 18px
}
.docOption .dropdown p a:hover {
  background: #007acc;
  color: #fff
}
.doc_title {
  height: 32px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd
}
.doc_title b {
  display: inline-block;
  width: 5px;
  height: 18px;
  margin-right: 5px;
  margin-top: -2px;
  background: #007acc;
  vertical-align: middle
}
.doc_title img {
  width: 20px;
  height: 20px;
  vertical-align: middle
}
.docList {
  padding: 10px 5px;
  border-top: 1px solid #fff;
  height: 150px;
  overflow: hidden
}
.docList li {
  list-style: none;
  width: 150px;
  padding: 10px 5px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  float: left;
  margin: 5px
}
.docList li:hover {
  border-color: #e88f79;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 0 10px #f8c7bb
}
.docList li b {
  font-weight: 400;
  margin: 5px 0;
  display: block;
  width: 100%;
  line-height: 20px;
  font-size: 12px
}
.docList li p {
  font-size: 12px;
  color: #999;
  text-align: left
}
.docList li p i {
  margin-right: 3px
}
.doc_title .moreDoc {
  float: right;
  font-size: 12px;
  margin-top: 10px
}
.typeList {
  padding: 10px 5px
}
.typeList a {
  list-style: none;
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
  min-width: 120px;
  text-align: center;
  margin: 5px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .07)
}
.typeList a:hover {
  background: #ededed
}
.settings>.btn {
  top: 0;
  color: #333!important;
  background-color: #f5f5f5!important;
  border-color: #ddd!important;
  height: 41px;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7
}
.settings>.btn:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1
}
.settings {
  width: auto
}
.settings .i-switch {
  margin-top: 0
}
.settings .i-checks span b.menu {
  width: 20%
}
.settings hr {
  margin: 0 0 10px;
  border-top: 1px solid #eee
}
.settings .i-checks {
  float: left;
  width: 100px;
  margin: 0 20px 0 0
}
.settings .i-checks span b {
  height: 30px
}
.settings .h-full.active>i {
  margin-top: 15px
}
.BackParentMenu {
  cursor: pointer
}
.MetroList {
  width: 640px
}
.MetroList .h3 {
  font: 400 26px Microsoft Yahei
}
.MetroList .h3 i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 4px;
  float: left
}
.MetroList ul {
  padding: 0;
  margin: 20px 0
}
.MetroList ul li {
  list-style: none;
  float: left;
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative
}
.MetroList ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: relative;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2)
}
.MetroList ul li a em {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
.MetroList ul li a:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  border-radius: 4px;
  margin-top: -5px;
  width: 102%;
  height: 102%
}
.MetroList ul li a:hover em {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, .1)
}
.MetroList ul li a i {
  font-size: 20px;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 42px;
  position: absolute;
  left: 15px;
  top: 15px
}
.MetroList ul li a span {
  position: absolute;
  left: 15px;
  bottom: 15px;
  line-height: 18px;
  font-size: 15px;
  text-shadow: 2px 2px 4px #444
}
.MetroList ul li.metro-col-2 {
  width: 290px
}
.MetroList ul li.metro-col-2 a {
  width: 100%;
  height: 100%
}
.MetroList ul li.metro-col-2 a i {
  font-size: 22px;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  margin-top: -5px;
  vertical-align: middle;
  border-radius: 42px;
  left: 20px;
  top: 20px
}
.MetroList ul li.metro-col-2 a span {
  position: absolute;
  font-size: 22px;
  left: auto;
  right: 20px;
  bottom: 20px;
  text-shadow: 2px 2px 4px #444
}
.articleWrap .media .media-body {
  padding-left: 10px
}
.panel-table {
  border: 1px solid rgba(0, 0, 0, .15)
}
.panel-table table thead th {
  border-bottom: 1px solid #ddd
}
.panel-table table tbody td {
  line-height: 24px;
  padding: 8px 15px 6px
}
.contact-list .h5 {
  line-height: 50px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  text-indent: 10px
}
.contact-list ul {
  padding: 0;
  height: 100%;
  overflow: hidden
}
.contact-list ul .list-group-item {
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 0!important
}
.contact-list ul .list-group-item:hover {
  background: rgba(0, 0, 0, .07)
}
.BulletinDetail {
  display: none
}
.BulletinDetail hr {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid #fff;
  margin: 10px -10px
}
.BulletinDetail .bullectCont {
  padding: 10px 15px
}
.BulletinDetail .bullectAttr {
  padding: 0
}
.BulletinDetail .bullectAttr .h5 {
  font-weight: 700
}
.BulletinDetail .bullectAttr .cursor {
  cursor: pointer
}
.BulletinDetail .bullectAttr .label {
  padding: .3em .6em;
  display: inline-block
}
.BulletinDetail .bullectAttr>div[class^=col-] {
  font-size: 13px;
  margin-bottom: 10px
}
.BulletinDetail .bullectAttr>div[class^=col-]:last-child {
  margin-bottom: 0
}
.BulletinDetail .bullectAttr>div[class^=col-]>b {
  font-size: 13px;
  font-weight: 400;
  color: #888
}
.siteWrap {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: rgba(22, 170, 216, .15);
  border-bottom: 1px solid rgba(22, 170, 216, .15);
  color: rgba(22, 170, 216, 1);
  cursor: pointer
}
.siteWrap:hover {
  background: rgba(22, 170, 216, .25)
}
.siteWrap:active:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .09) inset;
  background: rgba(22, 170, 216, .35)
}
.siteWrap+ul {
  display: none
}
#userList>li:first-child>ul {
  display: block
}
.panel-table table.bullectTbody tbody td {
  position: relative
}
.panel-table table.bullectTbody tbody td .line-block {
  display: block
}
.bullectList {
  display: none
}
.bullectList.active {
  display: block
}
.bullectList .customBar {
  border: none!important;
  box-shadow: none;
  margin: 0 -10px!important
}
.bullectList .customBar .facFilter {
  padding-top: 0
}
.k-grid.k-widget .k-status {
  padding: 10px;
  background-color: transparent
}
.fc .fc-toolbar {
  margin: 10px 0
}
.fc .fc-toolbar h2 {
  line-height: 25px;
  font-size: 18px
}
.fc .fc-view-container {
  background: #fff
}
.fc .fc-widget-header {
  line-height: 30px;
  font-weight: 400;
  background: #ededed;
  color: #666
}
.fc .fc-day.fc-other-month {
  background: #f8f8f8
}
.fc .fc-head.fixed {
  position: fixed;
  z-index: 99;
  margin-right: 9px;
  top: 50px
}
.calenderFliter {
  position: absolute;
  top: 106px;
  left: 320px;
  display: none
}
.calenderFliter .calenderFliterList {
  display: none
}
.calenderFliter.open .calenderFliterList {
  display: block
}
.ChosenFreqList, .calenderFliterList {
  min-width: 360px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}
.calenderFliterList li {
  padding: 0 10px;
  line-height: 22px;
  font-size: 13px
}
.calenderFliterList li br {
  clear: both
}
.calenderFliterList li label {
  padding-right: 5px;
  box-sizing: border-box
}
.calenderFliterList li label.i-checks-sm>i {
  margin-right: 0
}
#calenderLegdeg {
  position: absolute;
  top: 106px;
  left: 385px;
  border: 1px solid #D3D3D3;
  background: #D9FDFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  width: 290px;
  padding: 2px 5px;
  line-height: 14px;
  border-radius: 2px;
  display: none
}
#calenderLegdeg span {
  display: inline-block;
  font-size: 12px;
  width: 33%;
  line-height: 14px;
  height: 15px
}
#calenderLegdeg span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px
}
#calendar .fc-view-container {
  position: relative
}
#calendar .changeLoading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(131, 131, 131, .66);
  z-index: 9;
  text-align: center;
  padding-top: 300px;
  box-sizing: border-box;
  color: #fff;
  line-height: 35px;
  display: none
}
.input-group-btn:last-child>.btn {
  padding: 4px 8px 5px
}
.pagination li a[disabled=disabled] {
  color: #999;
  cursor: not-allowed
}
.scrollbar {
  position: absolute;
  margin: 0;
  height: 7px;
  background: #f0f0f0;
  line-height: 0;
  width: 100%;
  bottom: 0;
  display: none
}
.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #dfdfdf;
  cursor: pointer
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px
}
.form-modal .form-item.inspfreqItem {
  margin-bottom: 10px
}
.inspfreqItem {
  font-size: 12px
}
.inspfreqItem .radio-inline {
  float: left;
  padding-left: 20px;
  padding-right: 3px;
  margin-top: -3px;
  padding-top: 0
}
.form-modal .form-item.inspfreqItem .input-sm {
  margin: 0 5px;
  height: 26px
}
.inspfreqItem .k-widget.k-timepicker {
  width: 90px;
  margin-top: -3px
}
.inspfreqItem .k-widget.k-timepicker .k-picker-wrap {
  height: 25px;
  border-radius: 2px;
  border-color: #ddd;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .03) inset
}
.inspfreqItem .k-widget.k-timepicker .k-picker-wrap.k-state-hover {
  background: #fafafa
}
.inspfreqItem .k-widget.k-timepicker .k-picker-wrap input {
  width: 100%;
  height: 100%;
  border: 0;
  background: 0 0;
  padding-left: 0;
  text-indent: 10px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding-left: 5px
}
.inspfreqItem .k-widget.k-timepicker .k-picker-wrap .k-icon {
  margin-top: 2px
}
.k-animation-container .k-list.k-reset li.k-item {
  line-height: 25px;
  border: 0;
  padding: 0 4px;
  cursor: pointer
}
.k-animation-container .k-list.k-reset li.k-item.k-state-hover {
  background: #ccc;
  color: #333;
  border: 0;
  padding: 0 4px
}
select.form-control.input-sm {
  padding: 0 6px
}
.inspfreqItem.childItem {
  padding-left: 54px;
  display: none;
  margin-top: -5px
}
.inspfreqItem.childItem .radio-inline {
  margin-top: -8px
}
.inspfreqItem.childItem span.pull-left {
  line-height: 26px
}
.inspfreqItem.childItem .alert {
  padding: 8px 5px;
  margin-bottom: 10px;
  font-size: 12px
}
.inspfreqItem.childItem .alert hr {
  margin: 10px 0;
  border-top-color: #C5E4EA
}
.inspfreqItem .chosen-container-single {
  margin-top: -3px;
  vertical-align: middle;
  margin: 0 4px;
  float: left
}
.inspfreqItem .chosen-container-single .chosen-single {
  height: 26px;
  border-color: #ddd
}
.inspfreqItem .chosen-container-single .chosen-single span {
  line-height: 24px
}
.inspfreqItem div.chosen-container-single .chosen-single {
  padding-left: 8px
}
.inspfreqItem .chosen-container-active.chosen-with-drop .chosen-single div b, .inspfreqItem .chosen-container-single .chosen-single div b {
  margin-right: 5px;
  margin-top: -10px
}
.inspfreqItem .chosen-container-single .chosen-single div {
  text-align: center
}
.inspfreqItem .chosen-container .chosen-drop {
  border-color: #ddd
}
.inspfreqItem .chosen-container-active a.chosen-single {
  border-color: #23b7e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.inspfreqItem .k-widget .k-picker-wrap .k-input[readonly=readonly]+span.k-select {
  background: #fefefe
}
.inspfreqItem .chosen-container .chosen-results {
  padding-left: 0;
  margin-right: 0
}
.inspfreqItem .chosen-container .chosen-results li {
  padding: 3px 6px
}
.inspfreqItemWrap.row {
  margin-left: -26px;
  margin-right: 0;
  padding: 5px 0;
  margin-top: -10px
}
.form-modal .inspfreqItemWrap .form-item .control-label {
  font-size: 12px
}
.chosen-container.chosen-container-multi .chosen-choices li {
  display: inline-block;
  float: none
}
.enableWrap {
  display: none;
  padding-bottom: 9px;
  position: absolute;
  top: -44px;
  left: -55px
}
.pointCheck {
  width: 130px;
  background: rgba(228, 251, 255, .93);
  text-align: center;
  padding: 5px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #74C3E5;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
  color: #2C93A0;
  line-height: 20px;
  height: 36px
}
.pointCheck .i-checks {
  padding-left: 20px;
  padding-right: 10px
}
.pointCheck .i-checks>i {
  margin-right: 0
}
.pointCheck:after {
  content: "";
  display: block;
  position: absolute;
  left: 60px;
  top: 34px;
  border-top: 4px solid rgba(228, 251, 255, .93);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent
}
.pointCheck:before {
  content: "";
  display: block;
  position: absolute;
  left: 59px;
  top: 35px;
  border-top: 5px solid #74C3E5;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent
}
a.btn-point {
  z-index: 98
}
div.addPoint {
  z-index: 99
}
a.btn-point, div.addPoint {
  position: relative
}
a.btn-point:hover .enableWrap {
  display: block
}
a.btn-point.enable:after {
  content: "";
  position: absolute;
  display: block;
  border-right: 9px solid #FF1C1C;
  border-bottom: 7px solid transparent;
  border-left: 8px solid transparent;
  top: 0;
  right: 0
}
.floatList {
  display: none
}
div.addPoint:hover {
  z-index: 100
}
div.addPoint:hover .floatList {
  display: block;
  position: absolute;
  left: 100%;
  top: -2px;
  padding-left: 1px
}
.ChosenFreqList {
  min-width: 200px;
  top: -2px;
  border-radius: 0;
  left: 100%;
  z-index: 99;
  display: block;
  position: static
}
.ChosenFreqList {
  list-style: none;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0
}
.ChosenFreqList li {
  padding-bottom: 5px;
  color: #444
}
.ChosenFreqList li .checkbox-inline {
  padding-left: 25px;
  padding-top: 5px
}
.ChosenFreqList li .checkbox-inline i {
  margin-right: 0;
  margin-top: -4px
}
.ChosenFreqList li.nodata {
  font-size: 12px;
  padding: 5px
}
.modal-dialog#CalendarPreview {
  width: 70%;
  margin-left: -35%;
  top: 50px
}
.MeasureItem .hasFreq {
  font-size: 15px;
  position: absolute;
  right: 5px;
  top: 13px;
  color: rgba(0, 0, 0, .25);
  opacity: .5
}
.MeasureItem {
  padding: 0;
  overflow: hidden
}
.MeasureItem .table {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .07)
}
.MeasureItem .table>thead>tr>th {
  font-weight: 400;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}
.MeasureItem .table>thead>tr>th .noMethod {
  color: #DB674A;
  font-size: 12px
}
.MeasureItem .table>tbody>tr>td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}
.MeasureItem .table>tbody>tr>td, .MeasureItem .table>thead>tr>th {
  height: 41px;
  vertical-align: middle;
  position: relative
}
.MeasureItem .table>tbody>tr>td {
  padding: 5px 10px
}
.MeasureItem ul {
  padding: 0;
  list-style: none
}
.MeasureItem .table>thead {
  background: #f7f7f7
}
.FacMain, .FacPart {
  background: #f7f7f7
}
.MeasureItem.active .PartMeasurePoint {
  display: none
}
.MeasureItem .fa-fw, .MeasureItem.active .fa-fw.active {
  display: none
}
.MeasureItem .fa-fw.active, .MeasureItem.active .fa-fw {
  display: inline-block
}
.MeasureItem.active.noplus .fa-fw {
  display: none
}
.MeasureItem .table>tbody>tr>td.FacPart {
  padding-left: 45px;
  width: 145px
}
.addPoint {
  display: none
}
.FacMeasurePoint>td.allow:hover .addPoint, .PartMeasurePoint>td.allow:hover .addPoint {
  display: inline-block
}
.customBarCheckbox {
  margin: 4px
}
.customBarCheckbox input {
  vertical-align: middle;
  margin-top: -3px
}
.FacMain a {
  color: #666
}
.FacMain a:hover {
  color: #f05050
}
.measureCheck.checkbox-inline {
  padding-right: 0
}
.FacMeasurePoint:hover, .PartMeasurePoint:hover {
  background: #f4fbff
}
.MeasureItem .table>tbody>tr>td.noAllow {
  background: url(/Images/6.png) rgba(176, 176, 176, .16);
  cursor: not-allowed;
  opacity: .8;
  filter: alpha(opacity=80)
}
.MeasureItem .table>tbody>tr>td.noAllow:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: 0 0
}
.MeasureItem .table>tbody>tr>td.noAllow a {
  position: relative;
  z-index: -1;
  cursor: not-allowed
}
.FacMeasurePoint .btn.btn-icon, .PartMeasurePoint .btn.btn-icon {
  margin: 1px 0
}
.FacDocList {
  padding: 0 10px;
  list-style: none
}
.FacDocList li {
  width: 250px;
  float: left;
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px
}
.FacDocList li:hover {
  border-color: #27a6c3;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  background: #f4ffff
}
.FacDocList li.FacPic img {
  max-width: 60px;
  height: 60px;
  float: left
}
.FacDocList li.FacPic img+div {
  margin-left: 65px
}
.FacDocList li.FacPic img+div em {
  font-size: 12px;
  color: #888;
  font-style: normal
}
#QuickApp {
  max-height: 400px;
  overflow: hidden
}
#QuickApp li {
  position: relative
}
#QuickApp li span.sort {
  display: none;
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 10px;
  cursor: move
}
#QuickApp li span.sort i {
  font-size: 14px;
  color: #7ca1bb
}
#QuickApp li:hover span.sort {
  display: inline-block
}
.turn-title {
  position: relative;
  padding-bottom: 10px
}
.turn {
  float: right
}
.navi ul.nav li .turn button {
  margin: 0 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  padding: 0;
  background: rgba(150, 150, 150, .2);
  border: none
}
.navi ul.nav li .turn button:hover {
  background: rgba(150, 150, 150, .3)
}
.navi ul.nav li .turn button:active:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2) inset
}
.navi ul.nav li .turn button i {
  font-size: 14px;
  cursor: pointer;
  color: #ccc
}
.navi ul.nav li .turn button:hover i {
  color: rgba(200, 200, 200, .6)
}
.navi ul.nav li .turn button.disabled {
  background: rgba(150, 150, 150, .1)
}
.navi ul.nav li .turn button.disabled i {
  color: rgba(200, 200, 200, .2);
  cursor: auto
}
.navi ul.nav li.line {
  border-top: 1px solid rgba(0, 0, 0, .4);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: 0 0
}
#QuickApp ul.nav li.ui-state-highlight {
  border: 1px dotted rgba(200, 200, 200, .3);
  height: 40px;
  width: 100%
}
.btn .badge {
  position: absolute;
  background-color: #f05050;
  color: #fff;
  margin-left: 0;
  top: -6px;
  padding: 2px 5px!important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}
.i-switch i:before {
  background: #fafafa
}
.i-switch i:before, label.i-switch {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15) inset
}
.loading {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -30px;
  z-index: 5100;
  text-align: center;
  color: #fff;
  line-height: 40px;
  width: 200px;
  font-size: 12px
}
.load-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  background: rgba(58, 63, 81, .41)
}
.outHeader {
  display: none
}
.diagMeasure {
  padding: 10px;
  font-size: 12px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .15);
  margin-bottom: 10px
}
.diagMeasure .listDiagItem {
  padding: 5px 0
}
.diagMeasure .listDiagItem:first-child {
  border-top: 0
}
.diagMeasure .listDiagItem:last-child {
  border-bottom: 0
}
.diagMeasure .listDiagItem p {
  margin-bottom: 0;
  line-height: 24px
}
.diagMeasure .listDiagItem p i.fa {
  font-size: 15px
}
.diagMeasure .listDiagItem p em {
  font-style: normal;
  color: #939393;
  margin-left: 10px
}
.diagMeasure .listDiagItem p.diagCont {
  color: #ca0000;
  font-size: 13px;
  line-height: 18px;
  padding: 5px
}
.diagMeasure .title {
  background: #cff3fc;
  margin: -10px -10px 10px;
  border-bottom: 1px solid #B2E0F7;
  box-shadow: none;
  line-height: 37px;
  font-size: 14px;
  padding-left: 10px
}
.diagMeasure.alert-info {
  background-color: #DEF4FF;
  border-color: #B0E8F4
}
.RecordDiagItem {
  padding: 5px 15px;
  border-bottom: 1px solid #ededed;
  background: #fafafa;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
.RecordDiagItem:nth-child(2n+1) {
  background: #fff
}
.RecordDiagItem:hover {
  background: #effafe
}
.RecordDiagItem ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px
}
.RecordDiagItem ul li {
  line-height: 25px
}
.RecordDiagItem ul li.ItemTitle {
  color: #555
}
.RecordDiagItem ul li.ItemTitle em {
  font-style: normal;
  margin: 0 20px;
  color: #888;
  font-size: 12px
}
.RecordDiagItem ul li.ItemTitle a {
  color: #669;
  font-size: 14px;
  width: 16px;
  height: 16px;
  display: none
}
.RecordDiagItem ul li.ItemAttr {
  color: #777;
  font-size: 13px
}
.RecordDiagItem ul li.ItemAttr b {
  display: inline-block;
  width: 90px;
  font-weight: 400;
  color: #09C;
  font-size: 12px
}
.RecordDiagItem:hover ul li.ItemTitle a {
  display: inline-block
}
.tab-container.pointStandard .nav-tabs {
  border-color: #A7E1F2
}
.tab-container.pointStandard .nav-tabs>li>a {
  border-color: transparent;
  font-size: 12px
}
.tab-container.pointStandard .nav-tabs>li:hover>a {
  border-color: #A7E1F2
}
.tab-container.pointStandard .nav-tabs, .tab-container.pointStandard .nav-tabs>li.active>a {
  border-bottom: 1px solid #A7E1F2;
  border-color: #A7E1F2
}
.tab-container.pointStandard .tab-content {
  border-color: #A7E1F2;
  background: #F6FEFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .09);
  padding-bottom: 5px
}
.tab-container.pointStandard .nav-tabs>li.active>a {
  background: #F6FEFF;
  color: #005F7B
}
.tab-container.pointStandard .tab-content .title {
  padding: 2px 5px 5px;
  margin-bottom: 10px;
  font-size: 12px;
  box-shadow: none;
  border-bottom: 0;
  background: 0 0;
  border-bottom: 1px solid #eee;
  clear: both;
  color: #005F7B
}
.tab-container.pointStandard .tab-content .form-group {
  padding: 0 2.5%
}
.tab-container.pointStandard .tab-content input.form-control {
  padding: 4px 8px;
  height: 30px
}
.tab-container.pointStandard .tab-content .form-item {
  margin-bottom: 8px
}
.tab-container.pointStandard .tab-content .form-item .control-label {
  width: 70px
}
.tab-container.pointStandard .tab-content .form-item .control-label+div[class^=col-] {
  margin-left: 70px
}
#pointStandard {
  margin-bottom: 20px;
  position: relative
}
.modalH2 {
  font-size: 14px;
  display: inline-block;
  margin-top: 0;
  background: #FFF;
  color: #005F7B;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0 10px
}
.app-footer {
  z-index: 1007
}
.filterDiag {
  width: 80%
}
.filterDiag .chosen-container {
  width: 150px!important;
  margin-right: 10px
}
.filterDiag .chosen-container, .filterDiag .light-select.dropdownFn {
  float: left
}
.light-select.dropdownFn {
  position: relative;
  margin: 0 10px 0 0;
  display: none
}
.light-select.dropdownFn>button em {
  font-style: normal;
  display: inline-block;
  min-width: 120px;
  text-align: left
}
.light-select .dropdownFn-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 0;
  margin: 1px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-background-clip: padding-box;
  min-width: 185px
}
.filterDiag .chosen-container.chosen-container-single .chosen-single {
  height: 32px
}
.filterDiag .chosen-container-single .chosen-single span {
  line-height: 30px
}
.filterDiag .light-select.dropdownFn>button {
  padding: 6px 10px;
  box-shadow: none;
  border-color: #CBD5DD;
  min-width: 150px
}
.light-select .dropdownFn-menu li {
  padding: 7px 0 6px 8px
}
.light-select .dropdownFn-menu li:hover {
  background: rgba(0, 0, 0, .1)
}
.light-select .dropdownFn-menu label {
  margin: 0;
  cursor: pointer;
  display: block;
  font-size: 12px
}
.light-select .dropdownFn-menu label em {
  float: right;
  font-style: normal;
  color: #D32020;
  margin-right: 5px
}
.light-select .dropdownFn-menu label input {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px
}
.form-item .control-label {
  width: 100px;
  padding-left: 0;
  padding-right: 0;
  float: left
}
.form-item .control-label+div[class^=col-] {
  margin-left: 100px;
  width: auto;
  float: none
}
.listDot {
  font: 400 14px simsun;
  margin-right: 0
}
.articleWrap i.f-w {
  width: 20px;
  text-align: center
}
.listSite {
  margin-top: 5px;
  padding-top: 5px;
  cursor: auto
}
.listSite b {
  font-weight: 400;
  margin-right: 15px;
  display: inline-block;
  background: rgba(0, 0, 0, .05);
  font-size: 12px;
  padding: 1px 5px;
  color: #999;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
  margin-bottom: 4px
}
.uploadAvatar .modal-body {
  padding: 10px
}
.optionWrap {
  height: 52px
}
#optionWrap, .optionWrap {
  padding: 10px;
  position: relative;
  margin-bottom: 10px
}
#optionWrap button {
  margin-right: 5px
}
#optionWrap button.btn-icon, .hwOptionWrap button.btn-icon {
  width: 30px;
  height: 30px
}
#optionWrap button.btn-icon i, .hwOptionWrap button.btn-icon i {
  line-height: 18px
}
#optionWrap .chosen-single {
  height: 30px;
  line-height: 30px
}
#optionWrap .chosen-container-single .chosen-single span {
  line-height: 28px
}
#optionWrap .chosen-container-single .chosen-single div b {
  margin-top: -4px
}
#optionWrap .chosen-container .chosen-results {
  margin-bottom: 5px
}
#autoWrap {
  background: #fefefe;
  width: auto;
  position: absolute;
  padding: 10px 10px 8px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
  top: 50px;
  left: 0;
  display: none;
  z-index: 100
}
.btn-icon i.icustom {
  background: url(/Images/icon_usdiag.png) no-repeat;
  position: static;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: auto 23px
}
.btn-icon i.icon-us-export {
  background-position: 7px 4px
}
.btn-icon i.icon-us-fft {
  background-position: -34px 3px
}
.btn-icon i.icon-us-marker {
  background-position: -75px 3px
}
.btn-icon i.icon-us-delta {
  background-position: -117px 3px
}
.btn-icon i.icon-us-periodic {
  background-position: -158px 3px
}
.btn-icon i.icon-us-save {
  background-position: -207px 5px
}
.btn-icon i.icon-us-ttime {
  background-position: -241px 3px
}
.diagRecord h3 {
  font-size: 15px;
  margin: 5px 0;
  color: #333
}
.diagRecord h3 span {
  background: #00B612;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 3px
}
.diagRecord .iblock {
  display: inline-block;
  float: left;
  height: 220px;
  margin-right: 5px;
  text-align: center;
  line-height: 22px
}
.diagRecord .iblock.m-h {
  height: 120px
}
.diagRecord .iblock img {
  margin-bottom: 4px
}
.diagRecord .result {
  margin-bottom: 10px;
  color: #CA310D;
  border-bottom: 1px solid #eee;
  padding: 10px 5px
}
.diagRecord .result p {
  margin: 4px 0
}
.diagRecord h4 {
  font-size: 16px;
  padding-top: 10px;
  color: #E70000
}
.diagRecord h4 span {
  display: inline-block;
  width: 5px;
  height: 18px;
  background: #FA5A07;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px
}
.diagRecord img.b {
  border: 1px solid #dedede;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}
.diagRecord .tab-pane {
  display: none;
  margin-bottom: 10px
}
.methodList {
  padding: 0 1px;
  margin-top: -5px
}
.methodList li {
  list-style: none
}
.methodList li>a {
  background: #ececec;
  margin-bottom: 10px;
  display: block;
  padding: 5px 10px
}
.methodList li>a:hover {
  background: #dedede
}
.methodList li>a:active:hover {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .05)
}
.methodList li>a.active {
  background: #FFDFCF;
  color: #736059
}
.diagPointFilter {
  position: relative
}
.diagPointFilter .diagFliterList {
  position: absolute;
  min-width: 352px;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 5px 10px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}
.diagFliterList li {
  margin-bottom: 10px
}
.diagFliterList li b {
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block
}
.diagFliterList li label {
  font-size: 12px;
  border: 1px solid #DBDBDB;
  padding: 1px 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .08);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
.diagFliterList li label.active, .diagFliterList li label:hover {
  background: #23B7E5;
  color: #fff;
  border-color: #39A5C7;
  box-shadow: 1px 1px 2px rgba(133, 204, 255, .57)
}
.diagTextarea {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  border: 1px solid #cfdadd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border-radius: 2px
}
.diagTextarea textarea {
    font: 400 12px simsun;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0
}
.diagTextarea textarea[readonly] {
  cursor: auto;
  background: #F7F7F7
}
.fullScreen {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, .14);
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  color: #FFF;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
.fullScreen:hover {
  background: rgba(0, 0, 0, .2);
  color: #fff
}
.diagTable {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc
}
.diagTable .bg-gray {
  background: #dedede;
  text-align: center
}
.diagTable td {
  line-height: 35px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 10px
}
.diagTable .row h2 {
  margin: 0;
  font-size: 14px;
  line-height: 35px;
  border-bottom: 1px solid #cecece
}
.diagTable .b-t {
  border-top: 1px solid #ccc
}
.facInfo {
  text-align: center
}
.facInfo img {
  max-width: 80%
}
.methodItem {
  width: 100%;
  border-bottom: 1px solid #ccc
}
.methodPics {
  margin-left: 50px;
  height: 90px;
  padding: 12px 2%
}
.methodPics img {
  height: 65px;
  max-width: 40%;
  width: 130px;
  border: 1px solid #ddd;
  margin: 0 2.5%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1)
}
.methodPics img:hover {
  border-color: #f05050
}
.methodIcon {
  width: 50px;
  border-right: 1px solid #ccc;
  display: block;
  text-align: center;
  font-size: 16px;
  height: 90px;
  line-height: 100px;
  float: left
}
.row .methodItem:last-child {
  border-bottom: none
}
.autoDiagRecord table {
  line-height: 18px;
  border-left: 0;
  border-top: 0;
  width: 100%
}
.autoDiagRecord table td {
  border-bottom: 0;
  padding: 10px 10px 0
}
.autoDiagRecord td p {
  line-height: 20px;
  font-size: 12px
}
.healthStatus label {
  padding: 2px 10px;
  line-height: 20px;
  display: inline-block;
  border: 1px solid;
  border-radius: 2px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1)
}
.methodItem.noData .methodPics a {
  display: none
}
.methodItem.noData .methodPics {
  background: url(/Images/6.png) rgba(176, 176, 176, .16);
  cursor: not-allowed;
  opacity: .8;
  filter: alpha(opacity=80);
  position: relative;
  text-align: center;
  line-height: 70px
}
.methodItem.noData .methodPics:after {
  content: "暂无数据！";
  font-size: 13px;
  opacity: .5;
  filter: alpha(opacity=50)
}
#zhWrap {
  border-top: 1px solid #ddd;
  margin: -1px -10px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 22px;
  height: 90px;
  overflow-y: scroll;
  color: #2F89FF
}
#zhWrap span {
  background-color: #F44A58;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  padding: 0 5px
}
.TextareaFixbg {
  background: rgba(255, 255, 255, .95);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1200;
  padding: 30px;
  overflow: hidden
}
.TextareaFixbg div.WrapOverflow {
  width: 100%;
  height: 100%;
  border: 1px solid #0094FF;
  box-shadow: 0 0 15px rgba(109, 211, 255, .69);
  border-radius: 4px;
  overflow-x: scroll;
  overflow-y: hidden
}
.TextareaFixbg textarea {
  width: 100%;
  height: 100%;
  font: 400 12px simsun;
  padding: 5px;
  background: #F5F5F5;
  color: #595959;
  min-width: 1800px;
  border: 0;
  margin: 0
}
.TextareaFixbg .closeTextarea {
  background: rgba(0, 0, 0, .4);
  width: 160px;
  height: 160px;
  position: absolute;
  right: -80px;
  top: -80px;
  z-index: 4;
  line-height: 220px;
  text-align: center;
  text-indent: -60px;
  font-family: Verdana;
  font-size: 30px;
  color: #eee;
  border-radius: 100%;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
  overflow: hidden
}
.TextareaFixbg .closeTextarea:hover {
  background: rgba(0, 0, 0, .5)
}
.hwOptionWrap {
  padding: 10px
}
.hwOptionWrap .btn-icon {
  margin-right: 5px
}
.btn i.ihwcustom {
  background: url(/Images/hw_icon.png) no-repeat;
  position: static;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 28px auto
}
.btn i.icon-us-auto {
  background-position: 3px 3px;
  background-size: 24px auto
}
.btn i.icon-us-dot {
  background-position: 1px -27px
}
.btn i.icon-us-line {
  background-position: 1px -56px
}
.btn i.icon-us-cricle {
  background-position: 1px -84px
}
.btn i.icon-us-square {
  background-position: 0 -111px
}
#markLine {
  padding: 8px 10px 5px
}
.deltaText, .markText {
  margin-right: 20px
}
#markLine>div>label {
  display: none;
  margin: 2px 0
}
#markLine>div b {
  display: inline-block;
  width: 40px;
  text-align: right
}
#markLine>div em {
  font-style: normal;
  display: inline-block;
  border: 1px solid #bebebe;
  padding: 1px 4px;
  text-align: center;
  color: #3d8928;
  margin: 0 5px;
  min-width: 70px
}
.markerLabel {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  padding: 3px;
  line-height: 14px;
  color: #777;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1)
}
.markerActive {
  background-color: #C5FFD9!important;
  color: #ccc!important;
  z-index: 3!important;
  margin-top: -3px!important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
  transition: .2s
}
#markLine p {
  margin: 0;
  padding: 3px 0
}
#markLine p label {
  margin: 0
}
#main .noPic {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  position: absolute;
  left: 0;
  top: 0;
  line-height: 480px;
  font-size: 22px;
  color: #aaa;
  text-align: center
}
.form-item {
  margin-bottom: 15px;
  height: 35px
}
.form-custom .form-group {
  padding-right: 10%;
  position: relative
}
.form-custom .form-group .form-item {
  margin-bottom: 20px;
  height: 35px
}
.form-content .upload_pic, .form-custom .upload_pic {
  position: absolute;
  left: 70%;
  top: 0;
  height: 140px;
  width: 140px;
  border-radius: 4px;
  z-index: 80
}
.upload_pic img {
  width: 140px;
  height: 140px;
  border: 1px solid #ddd;
  border-radius: 4px
}
.upload_pic .edit_avatar {
  position: absolute;
  display: block;
  left: 1px;
  top: 1px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, .4);
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 99;
  border-radius: 4px 0 4px 0;
  display: none
}
.upload_pic .edit_avatar i {
  color: #fff
}
.upload_pic:hover .edit_avatar {
  display: block
}
.form-modal .form-item {
  margin-bottom: 10px;
  height: auto;
  min-height: 30px
}
.modal-dialog .modal-body .form-group:last-child {
  margin-bottom: 0
}
.modal-dialog .modal-body .form-group .form-item:last-child {
  margin-bottom: 5px
}
.form-modal .form-item input.form-control, .form-modal .form-item select.form-control {
  padding: 4px 8px;
  height: 30px
}
.form-modal .form-item input.form-control.k-input {
  box-sizing: border-box;
  text-indent: 0
}
.form-modal .form-item .control-label {
  padding-top: 5px;
  font-size: 13px
}
.form-content .upload_pic.FacilityImg {
  left: 75%;
  width: 20%;
  max-width: 220px;
  height: auto;
  text-align: left
}
.form-content .upload_pic.FacilityImg img {
  max-width: 220px;
  max-height: 220px;
  width: 100%;
  height: auto;
  padding: 5px;
  border-color: #ccc;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1)
}
.form-content .upload_pic.FacilityImg .edit_avatar {
  top: 1px;
  left: 1px;
  border-radius: 4px 0 4px 0
}
.irexport {
  margin-top: 0
}
.irexport i {
  font-size: 14px
}
.FaclityDvImg {
  width: 200px;
  height: 230px;
  float: left;
  margin: 0 20px 0 10px
}
.FaclityDvImg p {
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  line-height: 22px;
  background: #f1f1f1;
  margin-top: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .05);
  border: 1px solid #ededed
}
.FaclityDvImg img {
  width: 100%;
  height: 200px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
  border: 1px solid #ddd
}
.FacHealthLevel {
  display: block;
  width: 157px;
  height: 102px;
  background: url(/Images/level.png) -182px -213px no-repeat;
  position: absolute;
  right: -15px;
  top: -25px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(15deg)
}
.FacHealthLevel#labHealth {
  transform: rotate(0);
  right: 5px
}
.FacHealthLevel[data-level=EXTREME] {
  background-position: 0 0
}
.FacHealthLevel[data-level=MODERATE] {
  background-position: 0 -106px
}
.FacHealthLevel[data-level=SERIOUS] {
  background-position: -182px 1px
}
.FacHealthLevel[data-level=SLIGHT] {
  background-position: -182px -106px
}
.FacHealthLevel[data-level=OK] {
  background-position: 0 -213px
}
.FacHealthLevel[data-level=NOTESTED] {
  background-position: -182px -213px
}
.status-block {
  display: inline-block;
  width: 100px;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  margin-right: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2)
}
.status-block span {
  float: right
}
.tableBlock {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: #f30;
  vertical-align: middle;
  margin-right: 5px
}
.tableBlock+b {
  vertical-align: middle
}
.tdCenter {
  text-align: center!important;
  vertical-align: middle!important
}
.n-yellow .n-top .msg-wrap {
  z-index: 1006
}
.fancybox-opened .fancybox-title {
  font-family: 'Microsoft YaHei'
}
.oilDiagWrap {
  padding: 5px 15px
}
.oilDiagLeft, .oilDiagRight {
  float: left;
  width: 50%
}
.oilDiagWrap h2 {
  font-size: 15px;
  text-align: center;
  margin: 0;
  line-height: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  border-right: 1px solid #ddd
}
.oilDiagLeft .table {
  border: 1px solid #ddd;
  font-size: 12px;
  margin-bottom: 0
}
.oilDiagLeft .table>tbody>tr>td {
  vertical-align: middle;
  height: 51px
}
.oilDiagLeft #table-ISO.table>tbody>tr>td {
  height: 43px
}
.oilDiagLeft .table-bordered>thead>tr>th {
  background: #e8e8e8;
  border: 1px solid #ddd;
  height: 44px;
  vertical-align: middle
}
.oilDiagLeft #table-ISO.table-bordered>thead>tr>th {
  height: 41px
}
.oilDiagLeft .table-bordered>tbody>tr>td {
  border-color: #ddd
}
.oilDiagLeft .table-striped>tbody>tr:nth-child(odd)>td, oilDiagLeft .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f3f9ff
}
.oilDiagLeft .table-striped>tbody>tr:first-child>td:last-child {
  background-color: #fff
}
.block {
  display: block
}
.col-sm-3-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 29.166666666%
}
.nav-tabs {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #f5f5f5;
}
.nav-tabs>li:hover>a {
  background: rgba(0, 0, 0, .03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset
}
.nav-tabs>li.active>a {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
  font-weight: 700;
  color: #00aae7
}
.nav-tabs, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li:hover>a {
  border-color: #ccc;
  color: #
}
.nav-tabs, .nav-tabs>li>a {
  border-bottom: 1px solid #ccc
}
.nav-tabs>li>a {
  color: #777
}
.nav-tabs>li>a.text-info {
  color: #23b7e5
}
.nav-menu .col-sm-2 {
  width: 14.28571428%
}
.tableOpera {
  width: 100%;
  border-bottom: none;
  padding: 0 0 10px
}
/*.modal-header {
  padding: 0 80px 0 10px;
  text-align: left;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  cursor: move;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #F8F8F8;
  border-radius: 2px 2px 0 0;
  position: relative
}
.modal-title.text-md {
  font-size: 14px;
  margin: 0;
  line-height: 42px
}
.modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0;
  line-height: initial;
  opacity: 1
}
.modal-header .close span {
  background: url(/Scripts/layer/skin/default/icon.png) no-repeat;
  background-position: 0 -40px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-size: 12px;
  text-indent: -999em;
  display: inline-block
}
.modal-header .close:hover {
  opacity: .7;
  outline: 0
}
.modal-footer {
  padding: 0 15px 15px
}
.modal-backdrop {
  display: none
}
.modal-backdrop.in {
  opacity: .7;
  filter: alpha(opacity=70)
}
.modal-dialog {
  position: fixed;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  z-index: 1110;
  display: none;
  width: 500px;
  background: #fff;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  border-radius: 2px
}
.modal-content {
  border-radius: 3px;
  margin-top: -30%;
  background: #fff
}
.modal-dialog .modal-body {
  background: #fff;
  padding: 15px
}
.modal-masker {
  z-index: 1100;
  background-color: #000;
  opacity: .3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed
}*/
.n-invalid {
  border-color: #a94442;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(169, 68, 66, .4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(169, 68, 66, .4)
}
.n-right {
  margin-top: 4px;
  margin-left: 4px
}
.auth-tree {
  background: #eee;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .09);
  float: left;
  width: 240px;
  height: 400px;
  overflow-y: scroll
}
.auth-panel {
  background: #fff;
  margin-left: 240px
}
.auth-panel .title {
  font-size: 14px;
  background: #eee;
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .09);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .15)
}
.auth-panel .title i {
  font-size: 14px;
  float: left;
  margin-top: 2px
}
#web_loading {
  z-index: 99999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0
}
#web_loading div {
  width: 0;
  height: 3px;
  background: #f0ad4e
}
.highcharts-contextmenu hr {
  margin: 5px 0
}
.k-state-selected .treeViewDel, .k-state-selected .treeViewDel:hover {
  color: #fff
}
.treeViewDel {
  color: #999;
  margin-left: 5px;
  display: none
}
.treeViewDel:hover {
  color: #555
}
.panel-body.facFilter {
  padding: 10px
}
.k-datepicker[readonly] {
  cursor: not-allowed
}
.k-datepicker[readonly] .k-picker-wrap.k-state-default {
  background-color: #eee
}
.k-datepicker[readonly] input {
  background: 0 0
}
.k-datepicker[readonly] .k-select {
  display: none
}
.demo-section {
  width: 200px;
  padding: 20px 30px
}
.demo-section p {
  margin: 3px 0 20px;
  line-height: 40px
}
.demo-section .k-button {
  width: 200px
}
.k-notification {
  border: 0
}
.k-notification-info.k-group {
  background: rgba(0, 0, 0, .7);
  color: #fff
}
#accordion div[data-toggle=collapse] {
  cursor: pointer
}
.list-unstyled li.active a, .list-unstyled li.active a:hover {
  color: #f05050
}
.list-unstyled li a {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block
}
.list-unstyled li:hover a {
  color: #7266ba;
  margin-left: 5px
}
.list-unstyled li em {
  display: none;
  vertical-align: top;
  margin-left: 5px;
  cursor: pointer
}
.list-unstyled li em i {
  font-size: 15px!important
}
.list-unstyled li em.active {
  display: inline-block!important
}
.list-unstyled li em:hover .text {
  display: none!important
}
.list-unstyled li em:hover .text-active {
  display: inline-block!important
}
.toasterTheme {
  width: 300px;
  height: 100px
}
.toasterTheme h3 {
  font-size: 1em;
  padding: 32px 10px 5px
}
.toasterTheme img {
  float: left;
  margin: 30px 15px 30px 30px
}
.k-notification-error.k-group {
  background: rgba(255, 0, 0, .7);
  color: #fff
}
.wrong-pass {
  width: 300px;
  height: 100px
}
.wrong-pass h3 {
  font-size: 1em;
  padding: 32px 10px 5px
}
.wrong-pass img {
  float: left;
  margin: 30px 15px 30px 30px
}
.k-notification-upload-success.k-group {
  background: rgba(0, 153, 0, .7);
  color: #fff
}
.diagListItem {
  font-size: 12px;
  line-height: 30px
}
.diagListItem i {
  font-size: 14px
}
.diagListItem:hover span {
  display: inline-block
}
.methodWrap>div {
  display: none;
  margin-bottom: 10px
}
.zoomTipChart .highcharts-container:after {
  position: absolute;
  right: 10px;
  top: 0
}
.mouseTipChart .highcharts-container:after {
  position: absolute;
  right: 10px;
  top: 0
}
.navbar-header .navbar-brand img {
  max-height: 50px;
  display: none;
  margin-top: 0
}
.navbar-header .navbar-brand {
  padding: 0;
  display: inherit
}
.app-aside-folded .navbar-header .navbar-brand img.navbar-logo-min, .navbar-header .navbar-brand img.navbar-logo, .navbar-header.bg-white-only img.logo-blue {
  display: block
}
.app-aside-folded .navbar-header .navbar-brand img.navbar-logo, .app-aside-folded .navbar-header.bg-white-only .navbar-brand img, .navbar-header.bg-white-only .navbar-brand img.navbar-logo, .navbar-header.bg-white-only .navbar-brand img.navbar-logo-min {
  display: none
}
.app-aside-folded .navbar-header.bg-white-only .navbar-brand img.logo-blue-min {
  display: block
}
#tjDetailTable thead {
  border-left: 1px solid #C2D5D8;
  border-top: 1px solid #C2D5D8
}
#tjDetailTable thead th, .tableListStyle thead th {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #C2D5D8;
  border-right: 1px solid #C2D5D8
}
#tjDetailTable thead tr, .tableListStyle thead tr {
        background: #d8e6ff
    }
#tjDetailTable tbody td, .tableListStyle tbody td {
  border-right: 1px solid #eee;
  padding: 2px 5px;
  text-align: center;
  vertical-align: middle;
  height: 36px
}
.tableListStyle tbody>tr>td:last-child, .tableListStyle thead th:last-child {
  border-right: 0
}
table#tjDetailTable, table.tableListStyle {
  border-collapse: inherit
}
.collapse .navbar-left img {
  display: none
}
.collapse .navbar-left img.nav-title {
  display: block
}
.collapse.bg-white-only .navbar-left img.nav-title {
  display: none
}
.collapse.bg-white-only .navbar-left img.nav-title-blue {
  display: block
}
.panel-heading {
  position: relative
}
.panel-heading .panel-title .panel-icon {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
  width: 40px;
  text-align: center;
  font-size: 13px
}
.panel-heading .panel-title .panel-icon:hover {
  background: rgba(0, 0, 0, .1);
  color: #fff
}
.panel-heading .panel-title .panel-remove {
  right: 40px;
  padding-top: 2px;
  line-height: 34px
}
.panel-heading .panel-title .panel-set {
  right: 80px;
  padding-top: 2px;
  line-height: 34px
}
.app.container .collapse .navbar-left img.nav-title, .app.container .collapse .navbar-left img.nav-title-blue {
  width: 260px;
  margin-top: 5px
}
.deleteMarkLine {
  position: absolute;
  display: block;
  height: 20px;
  cursor: pointer
}
.panel-heading .btn-group .panel-header-btn {
  border-top-right-radius: 2px!important;
  border-bottom-right-radius: 2px!important
}
.panel-heading .btn-group .panel-header-menu {
  background: #fff;
  color: #333;
  position: absolute;
  z-index: 1000;
  top: 35px;
  right: 0;
  padding: 15px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .09);
  display: none
}
.panel-heading .btn-group.open .panel-header-menu {
  display: block;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
  border: 1px solid #ddd
}
.kpi-block .item {
  line-height: 50px;
  overflow: hidden;
  background: 0 0;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .15)
}
.kpi-block .item .h1 {
  font-family: Georgia;
  float: left;
  font-size: 28px;
  height: 50px;
  line-height: 40px
}
.kpi-block div[class^=bg-level] {
  border-radius: 0
}
.kpi-block div[class^=bg-level] .text-muted {
  color: #fff
}
.kpi-block div[class^=bg-level] a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.kpi-block div[class^=bg-level]:hover a {
  background: rgba(0, 0, 0, .1)
}
.kpi-block div.bg-level6 .text-muted {
  color: #999
}
.kpi-block div.bg-level6 .h1 {
  color: #999
}
.bg-level1 {
  background-color: #E25959
}
.bg-level2 {
  background-color: #A560E5
}
.bg-level3 {
  background-color: #EAA141
}
.bg-level4 {
  background-color: #379CE5
}
.bg-level5 {
  background-color: #3CBB4C
}
.bg-level6 {
  background-color: #CCC
}
.map_tip_title {
  display: block;
  font-size: 14px;
  margin-top: 0
}
.map_tip_content {
  font-size: 12px;
  line-height: 20px
}
.dropdown.open a[data-toggle=dropdown] {
  background: rgba(0, 0, 0, .1)!important
}
.breadcrumb {
  margin-bottom: 10px
}
.row.list-group .list-group-item {
  cursor: pointer
}
.row.list-group div[class^=col-] {
  margin-bottom: 10px
}
.list-btn {
  float: right;
  margin-top: 15px
}
.loginBg {
  overflow: hidden!important
}
.panel {
  border-radius: 10px
}
.modal-dialog.modal-lg {
  width: 800px;
  margin-left: -400px
}
.link-item-wrap {
  margin-left: 150px;
  width: auto;
  float: none;
  padding-right: 20px!important
}
.link-item-wrap a {
  font-size: 13px;
  margin-right: 15px;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 5px;
  min-width: 52px;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}
.link-item-wrap a.active, .link-item-wrap a:hover {
  background: #23b7e5;
  color: #fff
}
.link-button-wrap button {
  margin-right: 10px
}
.addView {
  margin-left: 10px;
  display: none
}
.facList .media {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  cursor: pointer;
  position: relative;
  overflow: inherit
}
.blockView.facList .articleWrap:nth-child(2n+1) .media:hover, .facList .articleWrap:nth-child(2n+1) .media:hover, .facList .media:hover {
  background: #effafe
}
.facList .articleWrap:nth-child(2n+1) .media {
  background: #fafafa
}
.facList .media:hover .addView {
  display: inline-block;
  margin-top: -2px
}
.facList .media .h4 {
  line-height: 25px;
  display: inline-block
}
.facList .media .thumb-lg {
  width: 68px;
  height: 68px
}
.facList .media .thumb-lg img {
  border: 1px solid #ccc;
  padding: 3px;
  min-height: 68px
}
.facList .media .thumb-lg.thumb-avatar {
  width: 55px;
  height: 55px
}
.facList .media .thumb-lg.thumb-avatar img {
  border-radius: 55px;
  width: 55px;
  height: 55px;
  min-height: 55px
}
.facList .media .l-h-2x {
  line-height: 22px
}
.facList em.FacHealth {
  border: 0;
  color: #fff;
  padding: 0 8px;
  width: 60px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, .1);
  line-height: 25px;
  font-style: normal;
  opacity: .8;
  filter: alpha(opacity=80);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .08)
}
.facList em.FacHealth[data-level="未检测"], .healthStatus label[data-level=NOTESTED] {
  background: #aaa;
  color: #fff
}
.facList em.FacHealth[data-level="正常"], .healthStatus label[data-level=OK] {
  background: #3CBB4C
}
.facList em.FacHealth[data-level="不明显"], .healthStatus label[data-level=SLIGHT] {
  background: #379CE5
}
.facList em.FacHealth[data-level="轻微"], .healthStatus label[data-level=MODERATE] {
  background: #EAA141
}
.facList em.FacHealth[data-level="较严重"], .healthStatus label[data-level=SERIOUS] {
  background: #A560E5
}
.facList em.FacHealth[data-level="严重"], .healthStatus label[data-level=EXTREME] {
  background: #E25959
}
.facList em.FacHealth[data-level="已检测"], .healthStatus label[data-level=TESTED] {
  background: #3CBB4C
}
.search-choice {
  border: 1px solid #ccc;
  font-size: 12px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .09)
}
.facList .media .thumb-box, .facList .media .thumb-box.alignBottom {
  position: absolute;
  z-index: 5;
  bottom: 11px;
  left: 78px;
  display: none
}
.facList .media .thumb-box.alignTop {
  bottom: auto;
  top: 10px
}
.facList .media .thumb-box img {
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
  max-width: 500px;
  max-height: 300px
}
.facFilter .form-inline .form-group {
  width: 80px
}
.facFilter .form-inline .form-group input.form-control {
  width: 100%
}
.blockView.facList {
  padding: 10px!important
}
.blockView.facList .articleWrap {
  width: 20%;
  height: 350px;
  float: left;
  padding: 10px;
  position: relative
}
.blockView.facList .articleWrap .media {
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(190, 190, 190, .6);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
.blockView.facList .articleWrap .media:hover {
  border: 1px solid #16aad8;
  -webkit-box-shadow: 0 0 8px rgba(81, 202, 240, .6);
  -moz-box-shadow: 0 0 8px rgba(81, 202, 240, .6);
  box-shadow: 0 0 8px rgba(81, 202, 240, .6)
}
.blockView.facList hr {
  display: none
}
.blockView.facList .articleWrap:nth-child(2n+1) .media {
  background: #fff
}
.blockView.facList .articleWrap .media .pull-left.thumb {
  float: none!important;
  width: 100%;
  text-align: center
}
.blockView.facList .articleWrap .media .pull-left.thumb img {
  max-height: 200px;
  border: none
}
.blockView.facList .articleWrap .media .thumb-box {
  display: none!important
}
.blockView.facList .articleWrap .media-body {
  padding-top: 5px
}
.blockView.facList .articleWrap .media-body .col-sm-4 {
  width: 50%;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.blockView.facList .articleWrap .media .addView {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  border-radius: 0;
  background: rgba(0, 0, 0, .2);
  border: none;
  line-height: 30px;
  display: none
}
.blockView.facList .articleWrap .media:hover .addView {
  display: block;
  margin: 0;
  left: 0;
  text-shadow: 1px 1px 2px rgba(200, 200, 200, .09);
  color: #474c5e!important
}
.blockView.facList .articleWrap .media:hover .addView.btn-danger {
  color: #f05050!important
}
.facList .articleWrap.facSortList .media .thumb-box {
  bottom: 9px
}
.facList .articleWrap.facSortList:nth-child(1) .media .thumb-box, .facList .articleWrap.facSortList:nth-child(2) .media .thumb-box {
  top: 10px
}
.panel-form {
  border: 1px solid #dcdcdc;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .09)
}
.panel-form .tab-container .tab-content {
  border: none;
  padding: 15px 0
}
.panel-form .tab-container .nav-tabs {
  margin: 0 -15px;
  padding: 0 15px
}
.panel-form .tab-container .tab-content .form-group {
  margin-bottom: 10px
}
.headFixed {
  position: fixed;
  width: 100%;
  z-index: 1007;
  top: 50px;
  left: 0;
  margin-left: 200px;
  padding-right: 235px;
  padding-left: 40px;
  background: rgba(250, 250, 250, .95);
  border-color: #ddd;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .2)
}
.col .panel-default.panel-form .panel-heading.headFixed {
  padding-right: 250px
}
.col .panel-default.panel-form .panel-heading span.pull-right.m-r-lg {
  margin-right: 0!important
}
.app-aside-folded .headFixed {
  margin-left: 60px;
  padding-right: 95px
}
.app-aside-dock .headFixed {
  top: 0;
  margin-left: 0;
  padding-right: 35px
}
.app-header-fixed .headFixed {
  top: 50px
}
.app-header-fixed.app-aside-dock.app-aside-fixed .headFixed {
  top: 115px
}
.panel-default.panel-form .panel-heading.headFixed {
  padding-right: 235px
}
.app-aside-folded .panel-default.panel-form .panel-heading.headFixed {
  padding-right: 95px
}
.app-aside-dock .panel-default.panel-form .panel-heading.headFixed {
  top: 0;
  margin-left: 0;
  padding-right: 35px
}
.alert-dialog, .dialog-sm.modal-dialog {
  top: 100px
}
a.navbar-optioin:hover, a.ui-fullscreen:hover {
  background: rgba(0, 0, 0, .1)!important
}
a.navbar-optioin {
  padding: 14px 12px;
  margin: 0
}
a.nav-link {
  height: 50px;
  text-align: center;
  display: block;
  line-height: 50px;
  width: 120px
}
a.nav-link img {
  vertical-align: middle;
  margin: -2px 5px 0 0
}
a.nav-link:hover {
  background: rgba(0, 0, 0, .1)!important
}
.i-switch.bg-info.lter {
  background: rgba(35, 183, 229, .5);
  cursor: auto
}
i.fa.text-base, i.glyphicon.text-base, i[class^=icon-].text-base {
  font-size: 14px!important
}
.uploadFormItemLabel {
  float: left;
  line-height: 30px;
  margin-bottom: 0;
  padding-left: 10px;
  width: 100px;
  text-align: right
}
.uploadBox .alert {
  padding: 10px;
  margin: 10px 20px 0
}
.uploadBox .fileBox {
  width: 320px
}
.uploadBox .form-item {
  padding-right: 20px;
  margin-top: 20px;
  min-height: 30px;
  height: auto
}
.uploadBox .inputParent {
  margin-left: 100px;
  padding-left: 10px
}
.uploadBox .inputParent.addIcon {
  padding-right: 40px;
  position: relative
}
.uploadBox .inputParent.addIcon .btn-icon {
  position: absolute;
  right: 0;
  top: 2px
}
.uploadBox .inputParent.addType {
  padding-right: 110px;
  position: relative
}
.uploadBox .inputParent.addType #addButton {
  position: absolute;
  right: 0;
  top: 0
}
.uploadBox .inputParent.addType #addButton button:first-child {
  margin-right: 3px
}
.searchHeader {
  display: inline-block;
  width: 192px;
  height: 32px;
  background: rgba(0, 0, 0, .15);
  position: relative;
  border-radius: 2px;
  margin-left: 10px;
  margin: 9px 0 9px 10px
}
.searchHeader input.search-key {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
  background: 0 0;
  border: none;
  color: #ececec;
  outline: 0;
  font-size: 14px;
  padding-right: 32px;
  font-size: 12px
}
.searchHeader .search-icon {
  color: #ececec;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px
}
.searchHeader input.search-key::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 34px;
  color: #ececec
}
.searchHeader input.search-key::-moz-input-placeholder {
  font-size: 12px;
  line-height: 34px;
  color: #ececec
}
.ui-autocomplete {
  padding: 0;
  width: 100px;
  background: #f5f5f5;
  z-index: 2000;
  position: absolute!important;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}
.ui-autocomplete li {
  list-style: none;
  color: #666;
  line-height: 25px;
  font-size: 12px;
  cursor: pointer
}
.ui-autocomplete li a {
  display: block;
  padding: 4px 10px
}
.ui-autocomplete li a.ui-state-focus, .ui-autocomplete li:hover {
  background: #16aad8;
  color: #fff
}
.ui-helper-hidden-accessible {
  display: none
}
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden
}
* html .ui-autocomplete {
  height: 300px
}
#searchSiteComplate .ui-autocomplete li a {
  padding: 2px 10px
}
#searchSiteComplate .ui-autocomplete li.ui-autocomplete-category, #searchSiteComplate .ui-autocomplete li.ui-autocomplete-category:hover {
  background: 0 0;
  color: #D43939;
  font-weight: 700;
  padding: 0 5px
}
#searchSiteComplate .ui-autocomplete li.ui-autocomplete-category>i {
  vertical-align: middle;
  margin-top: -3px
}
.chosen-container .chosen-choices+.chosen-drop {
  background: #f8f9f8
}
.chosen-container .chosen-choices+.chosen-drop .chosen-results li {
  list-style: none;
  color: #333;
  line-height: 25px;
  padding: 3px 10px;
  font-size: 13px;
  cursor: pointer
}
.chosen-container .chosen-choices+.chosen-drop .chosen-results li.highlighted, .chosen-container .chosen-choices+.chosen-drop .chosen-results li:hover {
  background: #16aad8;
  color: #fff
}
.chosen-container .chosen-choices+.chosen-drop .chosen-results li.result-selected {
  color: #aaa
}
.chosen-container .chosen-choices+.chosen-drop .chosen-results li.no-results, .chosen-container .chosen-choices+.chosen-drop .chosen-results li.result-selected:hover {
  background: #f8f9f8;
  color: #333
}
div.chosen-container-single .chosen-single {
  padding-left: 6px;
  overflow: inherit
}
div.chosen-container-single .chosen-single span {
  color: #777;
  font-size: 12px
}
.customMulit .chosen-container .chosen-choices+.chosen-drop .chosen-results li {
  line-height: 18px;
  font-size: 12px;
  text-indent: 20px;
  color: #666
}
.customMulit .chosen-container .chosen-choices+.chosen-drop .chosen-results li.highlighted, .customMulit .chosen-container .chosen-choices+.chosen-drop .chosen-results li:hover {
  background: #16aad8;
  color: #fff
}
.customMulit .chosen-container .chosen-choices+.chosen-drop .chosen-results li.group-result {
  text-indent: 0;
  color: #00ACE2
}
.customMulit .chosen-container .chosen-choices+.chosen-drop .chosen-results li.group-result:hover {
  background: 0 0;
  color: #00ACE2
}
.customMulit .chosen-container .chosen-choices+.chosen-drop .chosen-results li.disabled-result, .customMulit .chosen-container .chosen-choices+.chosen-drop .chosen-results li.result-selected {
  color: #bbb
}
.customMulit .chosen-container .chosen-choices+.chosen-drop .chosen-results li.disabled-result:hover, .customMulit .chosen-container .chosen-choices+.chosen-drop .chosen-results li.result-selected:hover {
  background: 0 0;
  color: #bbb
}
a.search-choice-close {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: .2s;
  transition: 0
}
.search-choice span b {
  font-weight: 400;
  color: #00ACE2
}
#popup_panel.wrapper {
  padding-right: 0;
  padding: 5px;
  margin-top: 15px
}
.instruList .panel-body {
  padding: 10px;
  margin: 0
}
.instruList .picItem {
  margin: 10px;
  float: left;
  position: relative;
  cursor: pointer
}
.instruList .picItem h3 {
  text-align: center;
  font-size: 14px;
  margin: 5px 0 0;
  padding: 0;
  line-height: 22px
}
.instruList .picItem img {
  border: 1px solid #ddd;
  border-radius: 3px
}
.instruList .picItem .caption {
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  border-radius: 3px;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  display: none
}
.instruList .picItem .caption i {
  font-size: 24px;
  line-height: 150px
}
.instruList .picItem .caption h4 {
  font-size: 14px;
  line-height: 30px;
  margin: 0
}
.instruList .picItem:hover .caption {
  display: block
}
.picList {
  margin-top: 10px
}
.picList .picItem {
  display: inline-block;
  font-size: 12px;
  width: 120px;
  position: relative;
  margin-right: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding-left: 3px
}
.picList img {
  border: 1px solid #DBDBDB;
  margin-bottom: 5px
}
.picList .picItem:hover a {
  color: #FD3F3F
}
.methodAccord .picList .picItem a {
  height: 60px
}
.picList .picItem:hover img {
  border-color: #C5E4E7
}
.picList .picItem .choseDiagPic {
  position: absolute;
  right: 0;
  top: 5px;
  margin: 0;
  padding: 0
}
.siteFacItem {
  height: 174px;
  margin-bottom: 14px;
  cursor: pointer
}
.siteFacItem .siteFacItemBg {
  background: #f2f2f2;
  overflow: hidden;
  padding: 10px!important;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  border: 1px solid #ddd;
  transition: .2s;
  position: relative
}
.siteFacItem .siteFacItemBg:hover {
  top: -2px;
  border-color: #FF8C8C;
  box-shadow: 0 0 14px rgba(205, 19, 19, .39);
  z-index: 10
}
.siteFacItem .pull-left {
  width: 100px
}
.siteFacItem .pull-left p {
  font-size: 12px;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.siteFacItem img {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  padding: 2px;
  margin-bottom: 10px
}
.facItemRight {
  margin-left: 110px;
  padding-right: 0
}
.facItemRight .lastItem {
  height: 30px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #eee;
  background: url(/Images/6.png) rgba(176, 176, 176, .16)
}
.facItemRight .lastItem span {
  line-height: 30px;
  width: 20%;
  background: #eee;
  float: left;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid #ddd
}
.facItemRight .lastItem span:last-child {
  border-right: 0
}
.facItemRight p.facStatus {
  font-size: 13px;
  padding: 10px;
  margin-bottom: 0;
  color: #444
}
.facItemRight p.facStatus span {
  display: inline-block;
  width: 30%
}
.facItemRight p.facStatus span em {
  font-style: normal
}
.facItemRight hr {
  margin: 10px 0
}
.facItemRight .facCommnet {
  font-size: 12px;
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .08);
  color: #2F89FF;
  margin-top: 10px
}
.facItemRight .facCommnet span.labelWrap {
  background-color: #F44A58;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  margin-right: 5px
}
.facItemRight .facCommnet .facRecord {
  padding: 0 10px
}
#ExtremePage, #SeriousPage {
  margin: 0 -15px -15px
}
.gridTableWrap table {
  box-shadow: 2px 2px 4px rgba(96, 172, 179, .22)
}
.gridTableWrap table, .gridTableWrap table td, .gridTableWrap table th {
  border-color: #C5E4E7!important;
  padding: 7px 10px!important
}
.gridTableWrap table>thead>tr>th {
  background: #C9EDF0
}
.diagAlert {
  padding: 5px 10px;
  line-height: 24px;
  border-radius: 0!important;
  margin-bottom: 0;
  background: #EAFDFF;
  border-color: #C5E4E7;
  color: #0893A1;
  box-shadow: 2px 2px 4px rgba(96, 172, 179, .22)
}
.k-listview .k-state-selected, .k-listview .k-state-selected:hover td {
    background-color: #4c6ebc;
}
.table-striped > tbody > tr.k-state-selected > td {
    background-color: #4c6ebc;
    color: #fff;
}
.k-listview .k-state-selected td {}
.datailBlockWrap {
  display: inline-block;
  margin: 0;
  margin-left: 30px
}
.datailBlockWrap .detailBlock {
  font-size: 12px;
  display: inline-block;
  padding: 0px 6px;
  color: #fff;
  margin: 0 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .09)
}
.datailBlockWrap .detailBlock b {
  font-weight: 400;
  margin-left: 10px
}
.diagRecordTable {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1)
}
.diagRecordTable thead th {
  background: #DEDEDE;
  color: #333;
  font-size: 12px
}
.diagRecordTable tbody td {
  font-size: 12px;
  height: 36px
}
.diagRecordTable tbody td i {
  font-size: 14px
}
.diagRecordTable tbody td[data-level="TESTED"], table tbody td[data-level="TESTED"], .levelBlock[data-level="TESTED"] {
    background: #3CBB4C !important;
    color: #fff;
}

.diagRecordTable tbody td[data-level="NOTESTED"], table tbody td[data-level="NOTESTED"], .levelBlock[data-level="NOTESTED"] {
    background: #aaa !important;
    color: #fff;
}

.diagRecordTable tbody td[data-level="OK"], table tbody td[data-level="OK"], .levelBlock[data-level="OK"] {
    background: #3CBB4C !important;
    color: #fff;
}

.diagRecordTable tbody td[data-level="SLIGHT"], table tbody td[data-level="SLIGHT"], .levelBlock[data-level="SLIGHT"] {
    background: #379CE5 !important;
    color: #fff;
}

.diagRecordTable tbody td[data-level="MODERATE"], table tbody td[data-level="MODERATE"], .levelBlock[data-level="MODERATE"] {
    background: #EAA141 !important;
    color: #fff;
}

.diagRecordTable tbody td[data-level="SERIOUS"], table tbody td[data-level="SERIOUS"], .levelBlock[data-level="SERIOUS"] {
    background: #A560E5 !important;
    color: #fff;
}

.diagRecordTable tbody td[data-level="EXTREME"], table tbody td[data-level="EXTREME"], .levelBlock[data-level="EXTREME"] {
    background: #E25959 !important;
    color: #fff;
}

.diagRecordTable tbody td[data-level="RED"], table tbody td[data-level="RED"], .levelBlock[data-level="RED"] {
    background: #FF0000 !important;
    color: #FF0000;
}

.diagRecordTable tbody td[data-level="YELLOW"], table tbody td[data-level="YELLOW"], .levelBlock[data-level="YELLOW"] {
    background: #ffd700 !important;
    color: #ffd700;
}
.diagRecordTable.table-bordered>tbody>tr>td {
  border-color: #ddd
}
.diagRecordTable.table-bordered, .diagRecordTable.table-bordered>thead>tr>th {
  border-color: #ccc
}
.yxisTitle {
  position: absolute;
  left: 55px;
  top: 6.8%;
  font-size: 12px;
  color: #E25959
}
.yxisTitle.yt2 {
  top: 36.5%
}
.yxisTitle.yt3 {
  top: 66%
}
#accordion a.text-info-dk, #accordion a.text-info-dk:active, #accordion a.text-info-dk:focus, #accordion a.text-info-dk:hover {
  color: #0B8791;
  cursor: pointer
}
.methodAccord.panel-default {
  border-radius: 2px;
  margin-bottom: 15px
}
.methodAccord.panel-default .panel-heading {
  border: 0;
  border-bottom: 1px solid #DBDBDB
}
.methodAccord.panel-default .panel-heading .arrow {
  color: #0B8791;
  top: 0
}
.methodAccord.panel-default .panel-heading a.collapsed {
  border-bottom: 0
}
.methodAccord.panel-default .panel-info .panel-heading {
  background: #E1F7FC
}
.panel.panel-method {
  border: 1px solid #FFC2C2!important;
  border-radius: 2px
}
.panel.panel-method .panel-heading {
  background: #FFF1F1;
  border-bottom: 1px solid #FDD;
  position: relative
}
.panel.panel-method .panel-heading a:focus, .panel.panel-method .panel-heading a:hover {
  color: #BD1616
}
.panel.panel-method .panel-heading .arrow {
  color: #ee3939;
  top: 0
}
.panel.panel-method .panel-body {
  background: #fff
}
.panel.panel-method .methodRecord {
  font-size: 12px;
  line-height: 25px
}
.panel.panel-method .panel-heading .showPointList {
  position: absolute;
  right: 50px;
  font-size: 13px;
  color: #E01010;
  top: 3px;
  z-index: 2
}
.panel.panel-method .panel-heading .showPointList .i-checks>i {
  margin-top: -4px
}
.panel.panel-method .panel-heading .showPointList .i-checks input:checked+i {
  border-color: #EF8A8A
}
.panel.panel-method .panel-heading .showPointList .i-checks input:checked+i:before {
  background-color: #EC7070
}
.panel.panel-method .pointList {
  padding-top: 10px
}
.panel.panel-method .pointList .methodAccord .panel-heading {
  background: #f2f2f2;
  border-bottom: 1px solid #DBDBDB
}
.panel.panel-method .pointList .methodAccord .panel-heading .arrow, .panel.panel-method .pointList .methodAccord .panel-heading a.text-info-dk {
  color: #0B8791
}
.methodAccord.panel-default.accord-info {
  background: rgba(210, 250, 255, .44)
}
.methodAccord.panel-default.accord-info .panel-heading {
  background: #c5f2f7
}
.methodAccord.panel-default.accord-info .panel-heading a {
  color: #5A868B
}
.uploadAvatar .webuploader-container {
  padding-left: 10px;
  display: inline-block;
  vertical-align: bottom
}
.uploadAvatar .webuploader-pick {
  background: 0 0;
  width: 260px;
  border: 1px solid #cfdadd;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  position: relative;
  color: #58666e;
  text-align: left
}
.uploadAvatar .webuploader-pick i {
  background: 0 0;
  width: auto;
  height: auto;
  line-height: inherit;
  margin: 0 5px 0 0
}
.uploadAvatar .webuploader-pick+.btnUpload {
  margin-top: -10px
}
.mincol {
  width: 15px
}
.mincol .hidden-min {
  display: none
}
.sonTable {
  display: none
}
.slimScrollBar {
  background-color: rgba(0, 0, 0, .3)!important
}
.map_option .i-switch {
  margin-top: 0
}
.checkbox-inline, .radio-inline {
  padding-left: 0;
  padding-right: 20px
}
.checkbox .checkbox-inline {
  padding-right: 0
}
.tab-container .tab-content {
  border-color: #ccc
}
.InfraceCheck.checkbox {
  padding: 10px 0 0 15px;
  margin: 0;
  margin-left: 640px;
  overflow: hidden
}
.InfraceCheck.checkbox hr {
  clear: both
}
.InfraceCheck.checkbox .checkbox-inline {
  display: block;
  margin-bottom: 15px;
  width: 80px;
  float: left;
  font-size: 13px
}
.InfraceCheck .checkbox-inline+.checkbox-inline {
  margin-left: 0
}
.InfraceListGroup li {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  line-height: 25px
}
.InfraceListGroup li span.text-xs {
  color: #999
}
.InfraceListGroup li.list-group-item:first-child {
  border-radius: 0;
  border-top: 0
}
.InfraceListGroup li.list-group-item:last-child {
  border-radius: 0;
  border-bottom: 0
}
.req {
  color: #f30;
  position: absolute;
  right: -5px;
  top: 8px;
  font-style: normal;
  font-family: Georgia;
  font-size: 14px
}
.input-group .req {
  right: -15px
}
.active .nav-sub li span {
  font-size: 13px
}
.moreInfo {
  display: none
}
.warn-img {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 10px;
  margin-top: 0
}
.btn[disabled] {
  cursor: not-allowed
}
.layout1 .layoutBlock {
  width: 100px;
  height: 100px;
  border: 1px solid #0c9daf;
  position: relative;
  cursor: pointer
}
.layout1 .layoutBlock b {
  display: block;
  background: #09565f;
  position: absolute
}
.layout1 .layoutBlock b:nth-child(1) {
  left: 10px;
  top: 10px;
  width: 50px;
  height: 20px
}
.layout1 .layoutBlock b:nth-child(2) {
  left: 10px;
  top: 35px;
  width: 50px;
  height: 20px
}
.layout1 .layoutBlock b:nth-child(3) {
  left: 10px;
  top: 60px;
  width: 50px;
  height: 30px
}
.layout1 .layoutBlock b:nth-child(4) {
  right: 10px;
  top: 10px;
  width: 22px;
  height: 20px
}
.layout1 .layoutBlock b:nth-child(5) {
  right: 10px;
  top: 35px;
  width: 22px;
  height: 30px
}
.layout1 .layoutBlock b:nth-child(6) {
  right: 10px;
  top: 70px;
  width: 22px;
  height: 20px
}
.layout1 .i-checks {
  margin-top: 10px;
  font-size: 12px;
  margin-left: 10px
}
.layout1, .layout2 {
  float: left;
  margin-right: 30px
}
.layout2 .layoutBlock {
  width: 100px;
  height: 100px;
  border: 1px solid #0c9daf;
  position: relative;
  cursor: pointer
}
.layout2 .layoutBlock b {
  display: block;
  background: #09565f;
  position: absolute
}
.layout2 .layoutBlock b:nth-child(1) {
  right: 10px;
  top: 10px;
  width: 50px;
  height: 20px
}
.layout2 .layoutBlock b:nth-child(2) {
  right: 10px;
  top: 35px;
  width: 50px;
  height: 20px
}
.layout2 .layoutBlock b:nth-child(3) {
  right: 10px;
  top: 60px;
  width: 50px;
  height: 30px
}
.layout2 .layoutBlock b:nth-child(4) {
  left: 10px;
  top: 10px;
  width: 22px;
  height: 20px
}
.layout2 .layoutBlock b:nth-child(5) {
  left: 10px;
  top: 35px;
  width: 22px;
  height: 30px
}
.layout2 .layoutBlock b:nth-child(6) {
  left: 10px;
  top: 70px;
  width: 22px;
  height: 20px
}
.layout2 .i-checks {
  margin-top: 10px;
  font-size: 12px;
  margin-left: 10px
}
.bgSet label.i-checks.active, .layoutBlock.active {
  box-shadow: 0 0 15px rgba(0, 0, 0, .5)
}
.layoutBlock.active b {
  background: #0d6f7b
}
.layoutBlock+.i-checks>i {
  background: #eee
}
.layoutBlock+.i-checks input:checked+i:before {
  background-color: #007f8f
}
.bgSet label.i-checks {
  width: 100px;
  height: 100px;
  float: left;
  border: 1px solid #0c9daf;
  position: relative;
  margin-right: 30px;
  margin-bottom: 10px
}
.bgSet label.i-checks>span {
  margin: 0
}
.bgSet label.i-checks img {
  width: 90px;
  height: 90px
}
.bgSet label.i-checks input+span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: 0 0;
  padding: 3px 4px 3px 4px
}
.bgSet label.i-checks input+span i {
  margin-top: 40px
}
.bgSet .bg-black-opacity {
  left: 0;
  top: 0
}
.themeSetForm .form-item.form-group {
  height: auto;
  margin: 15px 0 0;
  padding-bottom: 5px
}
.tab-container.fixed {
  margin-bottom: 0;
  display: block;
  position: fixed;
  bottom: -500px;
  margin-right: 10px
}
.tab-container.fixed .nav-tabs {
  display: none
}
.showList {
  position: fixed;
  bottom: 50px;
  z-index: 99;
  left: 50%;
  display: none
}
.s-xguide-down {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(/Images/s_xman_guide_f3aebfe5.png) no-repeat -21px -3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: .7;
  cursor: pointer
}
@keyframes xguide_down {
  0%, 100% {
    transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    opacity: .6
  }
  50% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 1
  }
}
@-webkit-keyframes xguide_down {
  0%, 100% {
    transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    opacity: .6
  }
  50% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 1
  }
}
@-moz-keyframes xguide_down {
  0%, 100% {
    transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    opacity: .6
  }
  50% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 1
  }
}
@-o-keyframes xguide_down {
  0%, 100% {
    transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    opacity: .6
  }
  50% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 1
  }
}
.s-xguide-down.trans {
  -webkit-animation: xguide_down 3s infinite ease-in-out;
  -moz-animation: xguide_down 3s infinite ease-in-out;
  -o-animation: xguide_down 3s infinite ease-in-out;
  animation: xguide_down 3s infinite ease-in-out
}
.treeWrap.readonly:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(229, 229, 229, .44);
  left: 0;
  top: 0
}
.radioModel label.active, .sortModel label.active {
  color: #fff!important;
  background-color: #19a9d5;
  border-color: #189ec8
}
.radioModel label i {
  line-height: 10px
}
.FliterDateForm {
  font-size: 12px;
  display: inline-block;
  padding-left: 30px;
  width: 430px
}
.FliterDateForm .k-datepicker {
  width: 10em;
  margin-top: -4px;
  vertical-align: middle;
  margin-right: 15px
}
.FliterDateForm .k-widget .k-picker-wrap .k-input {
  height: 28px
}
#u3dIframe {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  background: 0 0
}
.unityStatic {
  width: 100%;
  height: 100%;
  background: url(/Images/staticUnity.jpg) center;
  background-size: auto 100%;
  cursor: pointer;
  text-align: center;
  position: relative
}
.v3dImg {
  position: absolute;
  top: 50%;
  margin-top: -64px;
  left: 50%;
  margin-left: -64px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .09)
}
.imgmaxh {
  max-width: 100%;
  max-height: 480px
}
.showimg img {
  max-width: 100%;
  display: none
}
.unityModal {
  width: 90%;
  height: 80%;
  position: fixed;
  background: #fff;
  z-index: 2000;
  left: 5%;
  margin: 0;
  top: 10%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  border-radius: 3px;
  display: none
}
.unityModal.modal-dialog .modal-header {
  background: #23b7e5;
  color: #fff;
  border-bottom: 1px solid #2797BA
}
.unityModal.modal-dialog .modal-body {
  height: 100%;
  padding: 0;
  padding-top: 42px;
  margin-top: -42px;
  background: 0 0
}
.persion-site {
  background: #f5f5f5;
  margin: 0 -15px -15px;
  padding: 10px 23px 15px;
  border-top: 1px solid #dedede
}
.persion-site .listSite {
  overflow: hidden
}
.persion-site .listSite>.label-left {
  display: block;
  width: 110px;
  text-align: right;
  float: left
}
.persion-site .listSite>span {
  float: left;
  display: block;
  width: 90%
}
.persion-site .listSite>span b {
  margin-bottom: 10px;
  color: #777
}
#copyDialog .col-sm-5 .h5 {
  padding: 5px 0;
  font-size: 12px;
  background: #eee;
  line-height: 22px;
  border-bottom: 1px solid #ddd;
  line-height: 22px
}
.copylistCol {
  border: 1px solid #ddd;
  border-radius: 4px
}
.copylistCol>ul {
  padding: 0;
  margin: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .07) inset;
  height: 280px
}
.copyPullRight:first-child {
  margin-top: 100px
}
.copyPullRight {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  clear: both;
  display: block
}
.listCopy ul {
  padding-top: 4px;
  padding-left: 0;
  height: 280px;
  margin-bottom: 0
}
.listCopy ul li {
  list-style: none;
  padding: 5px 10px;
  margin: 0 4px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 12px
}
.listCopy ul li:hover {
  background: rgba(22, 170, 216, .09)
}
.listCopy ul li.active {
  background: #16aad8;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(0, 0, 0, .09)
}
.listCopy ul li:active:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .15) inset;
  background: #16aad8;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(0, 0, 0, .09)
}
.listRight ul li .close {
  display: none;
  font-size: 15px;
  line-height: 18px;
  padding: 0
}
.listRight ul li:hover .close {
  display: inline-block
}
.listRight ul li .close span {
  line-height: 18px
}
.copylistCol .h5 .pill-box label {
  margin-bottom: 0
}
.copylistCol .h5 .dropdownTree {
  z-index: 2;
  width: 144%;
  margin-left: -42.5%;
  top: 28px
}
.copylistCol .h5 .dropdownTree ul {
  height: auto
}
.copylistCol .h5 .left {
  width: 30%
}
.copylistCol .h5 .pill-box {
  text-align: right;
  width: 100px
}
.copylistCol .h5 .pill-box button.close {
  width: 0;
  display: none
}
.copylistCol .input-group {
  border: none;
  box-shadow: none;
  float: right;
  width: 70%
}
.copylistCol .input-group .input-group-btn .btn {
  padding: 0 10px;
  background: 0 0
}
.listCopy ul.treeRoot ul {
  padding-left: 15px
}
.listCopy ul.treeRoot li {
  text-align: left;
  border: none;
  padding: 0
}
.listCopy ul.treeRoot li:active:hover {
  box-shadow: none;
  border: none;
  color: #666
}
.listCopy ul.treeRoot li:hover {
  background: 0 0
}
.listCopy ul.treeRoot li span.hitarea {
  display: block
}
.listCopy .dropdownTree .treeRoot li span.hitarea em.fw {
  width: 1.58571429em
}
.listCopy .pill-radio .pill-label {
  margin: -2px 0 0
}
.listCopy ul.treeRoot>li:first-child>span.hitarea:first-child {
  display: none
}
.listCopy ul.treeRoot>li:first-child>span.hitarea:first-child+ul {
  display: block!important;
  padding: 0
}
.k-datepicker .k-picker-wrap.k-state-default, .k-datepicker .k-picker-wrap.k-state-hover, .k-datetimepicker .k-picker-wrap.k-state-hover {
  border-color: #cfdadd;
  border-radius: 2px
}
.k-datepicker .k-picker-wrap.k-state-default.k-state-focused {
  border-color: #0758E0
}
.chosen-container.chosen-container-single.chosen-container-active .chosen-single {
  border-color: #719eec;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.chosen-container ::-webkit-scrollbar {
  width: 7px;
  height: 7px
}
.k-widget .k-picker-wrap {
  padding: 0 32px 0 0
}
.k-widget .k-picker-wrap .k-select {
  width: 32px;
  border-color: #ddd;
  cursor: pointer
}
.k-widget .k-state-hover>.k-select {
  border-color: #ccc
}
.k-widget.k-datetimepicker .k-picker-wrap .k-select {
  width: 53px;
  display: inline-block
}
.k-widget.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 2px 4px 0
}
.k-widget.k-datetimepicker .k-picker-wrap {
  padding-right: 54px
}
#lowIE {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter: Alpha(opacity=90);
  background: #000
}
#lowIE .lowTip {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  background: #fff;
  height: 250px;
  bottom: 30%;
  border: 10px solid #16aad8;
  padding: 20px;
  color: #000;
  font-size: 16px;
  line-height: 28px
}
#lowIE .broseDown {
  margin: 10px -20px 0
}
#lowIE .broseDown a {
  width: 95px;
  float: left;
  font-size: 12px;
  text-align: center
}
#lowIE .broseDown a img {
  width: 70px
}
#lowIE .lowTip button.close {
  margin-top: -15px;
  margin-right: -10px
}
[class^=col-].w-auto-full.w-sm {
  width: 130px
}
[class^=col-].w-auto-full+[class^=col-] {
  margin-left: 130px;
  float: none;
  width: auto
}
[class^=col-].w-auto-full+[class^=col-].m-l-xs {
  margin-left: 90px
}
.error {
  background: url(/Images/bg_404.jpg) center top no-repeat;
  min-height: 314px;
  width: 100%;
  font-family: 'Microsoft YaHei';
  position: relative
}
.errorBtnWrap {
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -105px;
  top: 280px
}
.errorTip {
  position: absolute;
  left: 50%;
  top: 165px;
  margin-left: -108px;
  font-size: 14px;
  color: #888
}
.errorLine {
  margin: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff
}
.errorDetail {
  padding: 30px 0;
  display: none
}
#errorContent {
  width: 80%;
  margin: 10px auto;
  background: #eee;
  border: 1px solid #d1d1d1;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .09);
  height: auto
}
#errorContent textarea {
  font-family: Arial;
  line-height: 22px;
  font-size: 12px;
  width: 100%;
  height: 480px;
  border: 0;
  padding: 15px;
  background: #eee
}
.wfProcess {
  padding: 10px;
  font-size: 12px;
  overflow-y: scroll;
  height: 200px
}
.wfProcess .processItem {
  padding: 4px 0;
  color: #E25959;
  border-bottom: 1px solid #eee
}
.wfProcess .processItem:hover {
  background: #F3F3F3
}
.wfProcess .processItem i {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px
}
.wfProcess .processItem span {
  display: inline-block
}
.wfProcess .processItem span.c1 {
  color: #999;
  width: 140px
}
.wfProcess .processItem span.c2 {
  color: #379CE5;
  width: 80px
}
.wfTaskstatus[data-status=DONE] {
  background: #3CBB4C
}
.wfTaskstatus[data-status=UNDO] {
  background: #E25959
}
.panel.panel-form .panel-heading.scrollFixed {
  position: fixed;
  width: 100%;
  z-index: 1111;
  margin-left: -10px;
  margin-top: -11px;
  padding-right: 180px;
  box-shadow: 2px 2px 10px rgba(109, 182, 199, .45);
  padding-left: 25px
}
.panel.panel-form .panel-heading.scrollFixed+.panel-body {
  padding-top: 63px
}
@media screen and (max-width:820px) {
  .error {
    background-size: 100% auto
  }
  .errorBtnWrap {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    top: 225px
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .facFilter .col-sm-4 {
    width: 60%
  }
  .facFilter .col-sm-3 {
    width: 40%
  }
  .hidden-md {
    display: none
  }
}
@media (max-width:1280px) {
  .facFilter .hidden-1024 {
    display: none!important
  }
}
@media (max-height:768px) {
  .showimg img {
    max-width: 100%;
    max-height: 400px;
    display: none
  }
}
@media(min-width:768px) {
  .app-aside-fixed.app-aside-folded .aside-wrap {
    width: 60px;
    overflow: inherit
  }
  .app-aside-fixed.app-aside-folded .aside-wrap .navi-wrap {
    width: 60px;
    overflow: inherit
  }
  .modal-dialog.modal-lg {
    width: 800px;
    margin-left: -400px
  }
}
@media screen and (min-width:768px) {
  .navbar-right .dropdown-menu .nav-menu {
    padding: 0
  }
  .navbar-right .dropdown-menu .nav-menu>li {
    list-style: none;
    padding: 5px 10px;
    position: relative
  }
  .navbar-right .dropdown-menu .nav-menu>li:hover {
    background: rgba(0, 0, 0, .09)
  }
  .navbar-right .dropdown-menu .nav-menu>li:hover>div label {
    color: #7266ba
  }
  .navbar-right .dropdown-menu .nav-menu>li>div i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center
  }
  .navbar-right .dropdown-menu .nav-menu>li>div label {
    margin-bottom: 0
  }
  .navbar-right .dropdown-menu .nav-menu>li>ul {
    display: none;
    position: absolute;
    left: -120%;
    width: 120%;
    top: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    padding: 5px 0;
    background: rgba(255, 255, 255, .9)
  }
  .navbar-right .dropdown-menu .nav-menu>li:hover>ul {
    display: block
  }
  .navbar-right .dropdown-menu .nav-menu>li>ul>li {
    padding: 0 7px;
    font-size: 13px
  }
  .navbar-right .dropdown-menu .nav-menu>li>ul>li:hover {
    background: rgba(0, 0, 0, .1)
  }
  .navbar-right .dropdown-menu .nav-menu>li>ul>li i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block
  }
  .navbar-right .dropdown-menu .nav-menu>li>ul>li a {
    width: 75%;
    display: inline-block;
    line-height: 28px;
    height: 28px
  }
  .navbar-right .list-unstyled li em {
    float: right
  }
  .alert-dialog.modal-dialog, .dialog-sm.modal-dialog {
    width: 400px;
    margin-left: -200px
  }
  .dialog-lg.modal-dialog {
    width: 800px;
    margin-left: -400px
  }
  .app-aside-folded #QuickApp li:hover span.sort {
    display: none
  }
  .app-aside-folded #QuickApp li span {
    display: none
  }
  .app-aside-folded #QuickApp ul.nav>li>a {
    position: relative;
    height: 50px;
    padding: 0;
    text-align: center;
    border: 0
  }
  .app-aside-folded #QuickApp ul.nav>li>a i {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    font-size: 16px;
    line-height: 50px;
    border: none!important;
    -webkit-transition: margin-top .2s;
    transition: margin-top .2s
  }
  .app-aside-dock .app-aside #QuickApp, .app-aside-dock .nav {
    float: left
  }
  .app-aside-dock .app-aside #QuickApp ul.nav>li>a {
    height: auto;
    padding: 10px 15px 12px 15px;
    text-align: center
  }
  .app-aside-dock .app-aside #QuickApp ul.nav>li>a>i {
    display: block;
    float: none;
    width: 40px;
    margin-top: -10px;
    margin-right: auto;
    margin-bottom: -7px;
    margin-left: auto;
    font-size: 14px;
    line-height: 40px
  }
  .app-aside-dock .app-aside #QuickApp ul.nav>li {
    position: relative;
    display: inline-block;
    float: left
  }
  .app-aside-dock .app-aside #QuickApp {
    margin-top: 5px
  }
  .app-aside-dock .app-aside #QuickApp ul.nav>li>a>span {
    display: block;
    font-weight: 400
  }
  .app-aside-dock #QuickApp .leftTip.badge.up {
    display: none
  }
  .app-aside-dock .app-aside {
    min-height: 70px
  }
}
@media screen and (max-width:768px) {
  [class^=col-].w-auto-full+[class^=col-] {
    margin-left: 0;
    float: none;
    width: auto
  }
  .loginBox.regBox {
    position: static
  }
  .loginBg {
    overflow: inherit!important
  }
  .col-sm-3-5 {
    width: 100%;
    float: none
  }
  .regBox.loginBox {
    margin-top: -50px!important
  }
  .regBox.loginBox .form-group {
    margin: 0 -15px!important;
    padding: 0 15px
  }
  .regBox.loginBox .form-group input {
    margin-bottom: 8px
  }
  .regBox.loginBox .form-group .btn {
    margin-top: 5px
  }
  .modal-dialog {
    width: 90%;
    margin-left: -45%
  }
  .form-group {
    padding: 0 15px
  }
  .blockView.facList .articleWrap {
    width: 50%
  }
  .form-custom .form-group .form-item {
    margin-bottom: 10px;
    height: auto
  }
  .panel.panel-form .panel-heading>span.pull-right {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    display: block
  }
  .panel.panel-form .upload_pic {
    position: static;
    margin: 0 auto
  }
  .headFixed {
    margin-left: 0
  }
  #MetroList {
    width: 100%
  }
  .headFixed {
    padding: 0
  }
}
@media screen and (min-width:1295px) and (max-width:1366px) {
  .collapse .navbar-left img.nav-title, .collapse .navbar-left img.nav-title-blue {
    width: 320px;
    margin-top: 2px
  }
}
@media screen and (min-width:1253px) and (max-width:1295px) {
  .collapse .navbar-left img.nav-title, .collapse .navbar-left img.nav-title-blue {
    width: 280px;
    margin-top: 5px
  }
}
@media screen and (max-width:1253px) {
  .collapse .navbar-left img.nav-title, .collapse .navbar-left img.nav-title-blue {
    display: none!important
  }
}
@media (min-width:1200px) and (max-width:1700px) {
  .blockView.facList .articleWrap {
    width: 25%
  }
  .blockView.facList .articleWrap .media-body .col-sm-4 {
    font-size: 12px;
    padding-right: 0
  }
}
@media (min-width:768px) and (max-width:1200px) {
  .blockView.facList .articleWrap {
    width: 33.33333%
  }
  .blockView.facList .articleWrap .media-body .col-sm-4 {
    font-size: 12px;
    padding-right: 0
  }
}
.c_main.min_header section.cantainer {
  padding-top: 50px;
  padding-bottom: 30px
}
.c_main .app-content-body {
  padding-bottom: 0
}

ul {
  margin: 0
}
header {
  height: 80px;
  background: #1199c4;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  width: 100%;
  z-index: 1050;
  padding-right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .21)
}
header a:focus, header a:hover {
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, .2)
}
.c_logo_title {
  line-height: 80px;
  font-size: 30px;
  color: #fcfcfc;
  float: left;
  margin-right: 50px
}
.c_header_divider {
  margin: 0 5px
}
.c_menu {
  float: right;
  margin-right:5px;
}
    .c_menu > div, .c_menu > ul {
        float: left;
        padding: 0;
    }
#header_menu_ul li:nth-child(1) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #819eec;
    overflow:hidden
}
#header_menu_ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #819eec;
    overflow: hidden
}
#header_menu_ul li {
    border-left: 1px solid #819eec;
    border-right: 1px solid #819eec;
    background-color: #f6f7ff !important;
}
    #header_menu_ul li a{
       color:#666 !important;
    }

    .c_menu li {
        float: left;
        list-style: none;
        width: 120px;
        text-align: center;
        margin: 0 1px
    }
.c_menu li a {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
  display: block;
  height: 80px;
  font-size: 13px;
  transition: background .2s
}
.c_menu li a:hover, .c_menu li.active a {
  background: rgba(0, 0, 0, .1) no-repeat
}
.c_menu #header_menu_ul li a:hover {
    background-color: #d0e7ff;
    font-weight: bold;
    color: #4c6ebc !important;
}
.c_menu li a:active {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, .1) inset
}
.c_main.min_header .c_menu .c_v_divider, .c_main.min_header header {
  height: 60px
}
.c_main.min_header .c_menu li a {
  height:62px;
  overflow: hidden;
  line-height: 62px;
  font-size: 13px;
  cursor: pointer
}
.c_main.min_header .c_menu li i {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px
}
.c_main.min_header .c_logo_title {
    padding-left: 188px;
    font-size: 32px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #e4e6f1;
    font-family: 'Source Han Sans CN';
}
.c_main.min_header .c_logo_title img {
  max-height: 50px;
  margin-top: -8px
}
.c_menu .c_v_divider {
  height: 80px;
  border-left: 1px solid rgba(237, 237, 237, .3);
  border-right: 1px solid rgba(48, 113, 150, .2);
  margin: 0
}
.c_icon_left, .c_icon_right {
  display: block;
  width: 28px;
  height: 48px;
  background: url(/Images/c_icon.png) -5px -320px no-repeat;
  margin: 0 auto
}
.c_icon_right {
  background-position: -35px -320px
}
.c_header_arrow {
  height: 80px;
  display: block;
  padding: 16px 0 0 10px;
  transition: background .2s
}
.c_header_arrow:hover {
  background: rgba(250, 250, 250, .2)
}
.c_title {
  font-weight: 700
}
.c_icon_dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #1fbf86;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px
}
.c_panel .panel-body {
  padding: 10px;
  min-height: 140px
}
.c_notice li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.c_notice li a:hover {
  color: #1199c4
}
.c_kpi_block div[class^=col-]>div:active, .c_more:active, .c_notice li a:active {
  position: relative;
  top: 1px;
  left: 1px
}
.c_notice li span {
  float: right
}
.c_notice {
  line-height: 30px;
  font-size: 12px
}
.c_more {
  float: right;
  font-size: 12px;
  margin-top: 3px;
  color: #888
}
footer .c_footer_divider {
  border-left: 1px solid rgba(255, 255, 255, .66);
  border-right: 1px solid rgba(165, 165, 165, .79);
  width: 2px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0
}
footer a, footer a:focus, footer a:hover {
  color: #fff
}
footer a:active {
  position: relative;
  left: 1px;
  top: 1px
}
.col-left {
  margin-right: 300px
}
.col-right {
  width: 300px;
  height: 100%;
  float: right;
  background: #fff;
  border-left: 1px solid #ddd
}
.col-left hr, .col-right hr {
  margin: 7px 0
}
.c_kpi_block {
  padding: 0 3px
}
.c_kpi_block div[class^=col-] {
  padding: 3px
}
.c_kpi_block div[class^=col-]>div {
  margin: 3px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .08)
}
.c_kpi_block div[class^=col-]>div a {
  transition: .2s
}
.c_kpi_block div[class^=col-]>div a:hover {
  background: rgba(255, 255, 255, .2)
}
.c_kpi_block .h1 {
  font-size: 22px;
  font-family: Georgia
}
.c_kpi_block span {
  font-size: 13px;
  color: #fff
}
.bg-level1 {
  background: #E25959
}
.bg-level2 {
  background: #A560E5
}
.bg-level3 {
  background: #EAA141
}
.bg-level4 {
  background: #379CE5
}
.bg-level5 {
  background: #3CBB4C
}
.bg-level6 {
  background: #b7b7b7
}
.indexLeft>.row {
  margin: 0 -7px
}
.tab-container.c_tab_just {
  position: relative;
  overflow: hidden;
  padding-top: 38px;
  margin-bottom: 0;
  height: 100%
}
.tab-container.c_tab_just ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.tab-container.c_tab_just .tab-pane {
  display: none
}
.tab-container.c_tab_just .tab-pane .list-group-item {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eee;
  margin: 0
}
.tab-container.c_tab_just .tab-pane.active {
  display: block;
  height: 100%
}
.c_tab_just>.nav-tabs {
  border: 0;
  position: absolute;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #ddd
}
.c_tab_just .nav-tabs li {
  font-size: 13px
}
.c_tab_just .nav-tabs.nav-justified>.active>a, .c_tab_just .nav-tabs.nav-justified>.active>a:focus, .c_tab_just .nav-tabs.nav-justified>.active>a:hover, .c_tab_just .nav-tabs.nav-justified>li>a {
  border: 0;
  border-radius: 0;
  background: 0 0;
  font-size: 12px;
  cursor: pointer;
  color: #999
}
.c_tab_just .nav-tabs {
  background: rgba(112, 140, 157, .12)
}
.c_tab_just .nav-tabs li a:after {
  content: "/";
  position: absolute;
  right: 0;
  color: #999
}
.c_tab_just .nav-tabs li:last-child a:after {
  content: ""
}
.c_tab_just .nav-tabs li:last-child {
  border-bottom: 0
}
.c_tab_just.tab-container .tab-content {
  border: 0;
  padding: 0;
  height: 100%
}
.c_tab_just.tab-container .tab-content .alarmItem .c_tab_just.tab-container .tab-content .list-group-item {
  border-radius: 0;
  border: 0;
  font-size: 13px;
  padding: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0
}
.c_tab_just.tab-container .tab-content .list-group-item .media {
  height: 59px;
  padding: 10px 5px;
  transition: background .2s;
  padding-right: 15px
}
.c_tab_just.tab-container .tab-content .list-group-item .media:hover {
  background: rgba(0, 0, 0, .05)
}
.c_tab_just.tab-container .tab-content .list-group-item .media:hover img {
  border-color: #E4E4E4
}
.c_tab_just.tab-container .tab-content ul+p {
  margin-top: 7px
}
.facNumber {
  display: block;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 18px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 10px 0 0
}
.c_tab_just .nav-tabs.nav-justified li .badge {
  background: #ddd;
  color: #aaa;
  font-weight: 400;
  text-shadow: none
}
.c_tab_just .nav-tabs.nav-justified>li:first-child.active>a {
  color: #E25959;
  box-shadow: none
}
.c_tab_just .nav-tabs.nav-justified>li:first-child.active .badge {
  background: #E25959;
  color: #fff
}
.c_tab_just .nav-tabs.nav-justified>li:nth-child(2).active>a, .c_tab_just.tab-container .tab-content .text-primary {
  color: #A560E5;
  box-shadow: none
}
.c_tab_just .nav-tabs.nav-justified>li:nth-child(2).active .badge {
  background: #A560E5;
  color: #fff
}
.c_tab_just .nav-tabs.nav-justified>li>a:hover {
  box-shadow: none
}
.c_tab_just .nav-tabs.nav-justified>li:last-child.active>a {
  color: #EAA141
}
.c_tab_just .nav-tabs.nav-justified>li:last-child.active .badge {
  background: #EAA141;
  color: #fff
}
.c_tab_just.tab-container .tab-content .tab-pane:first-child a:hover .media-body * {
  color: #E25959
}
.c_tab_just.tab-container .tab-content .tab-pane:nth-child(2) a:hover .media-body * {
  color: #A560E5
}
.c_tab_just.tab-container .tab-content .tab-pane:last-child a:hover .media-body * {
  color: #EAA141
}
.c_tab_just.tab-container .tab-content .list-group-item.active {
  background: #E8FAFF
}
.c_tab_just.tab-container .tab-content .list-group-item a {
  display: block
}
#facList {
  overflow-y: scroll
}
.chart {
    position: relative;
    display: block;
   888 margin: 0 auto;
    text-align: center
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-family: Georgia
}
.percent:after {
  content: '%';
  margin-left: .1em;
  font-size: .8em
}
.chartWrap {
  position: relative
}
.pie_legdeg {
  position: absolute;
  width: 100px;
  height: 148px;
  left: 10px;
  top: 10px;
  background: rgba(0, 0, 0, .07);
  padding: 5px 0 5px 6px
}
.pie_legdeg li {
  list-style: none;
  line-height: 23px;
  font-size: 12px
}
.pie_legdeg li i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
  border-radius: 2px
}
.pie_legdeg li b {
  font-weight: 400;
  display: inline-block;
  margin-right: 5px
}
.dataFliter, .selectSite {
  float: right;
  margin-top: -3px
}
.dataFliter em {
  display: inline-block;
  font-style: normal;
  margin: 0 5px
}
.dataFliter input {
  border: 1px solid #99D5EA;
  background: #e8f5f9;
  width: 90px;
  box-shadow: 0 1px 1px rgba(90, 90, 90, .1);
  height: 26px
}
.dataFliter .k-picker-wrap.k-state-default {
  border-color: #99D5EA
}
.dataFliter .k-picker-wrap.k-state-default.k-state-focused {
  border-color: #23b7e5
}
.dataFliter .k-datepicker {
  width: 90px;
  opacity: .9
}
.dataFliter .kendoTime.k-input {
  font-size: 12px;
  width: 100px;
  line-height: 20px;
  height: 24px
}
.dataFliter .k-datepicker .k-picker-wrap {
  height: 24px
}
.dataFliter .k-datepicker .k-icon {
  line-height: 22px;
  margin-top: -5px!important
}
.dataFliter>a {
  margin: 0 5px
}
.dataFliter>a:active:hover {
  position: relative;
  left: 1px;
  top: 1px;
  color: #FED343!important
}
.dataFliter>a>i {
  margin: 0 5px
}
.dataFliter span.FliterMonth {
  display: inline-block;
  background: rgba(0, 144, 255, .2);
  border: 1px solid rgba(0, 204, 218, .8);
  padding: 1px 7px;
  border-radius: 3px;
  margin: 0
}
.dataFliter .k-widget.k-datepicker {
  background: 0 0;
  box-shadow: 0 1px 1px rgba(90, 90, 90, .1)
}
.dataFliter .k-picker-wrap.k-state-default {
  border-radius: 2px;
  padding: 0 1.9em 0 0
}
.dataFliter .k-picker-wrap.k-state-default .k-input[readonly] {
  color: #555;
  border-radius: 2px;
  background: #e8f5f9;
  height: auto;
  padding: .177em 0;
  text-indent: 5px
}
.dataFliter .k-picker-wrap.k-state-default>.k-select {
  background: #D9EFF5!important;
  border-color: #99D5EA;
  border-radius: 0 2px 2px 0;
  width: 1.9em!important
}
.k-animation-container .k-calendar-container.k-group {
  border-color: #99D5EA;
  font-size: 12px!important;
  padding: 0
}
.k-animation-container .k-widget.k-calendar {
  margin-bottom: -5px
}
.k-widget .k-state-focused.k-state-selected {
  background: #0758E0;
  border-color: #0758E0;
  box-shadow: none;
  color: #fff
}
.k-widget .k-state-focused.k-state-selected.k-state-hover {
  background: #1a88c7
}
.k-widget .k-state-focused.k-state-selected.k-state-hover>.k-link {
  color: #fff
}
.selectSite button.btn.btn-default.btn-sm {
  padding: 3px 10px;
  /*background:rgba(255,255,255,.7);*/
  border-color: #cbd5dd
}
.panel-default.panel-six {
  margin: 0 -1px 15px
}
.panel-default.panel-six, .panel-default.panel-six>.panel-footer, .panel-default.panel-six>.panel-heading {
  border-color: #7CCEE8!important
}
.panel-default.panel-six .panel-heading {
  background-color: #BFE8F3;
  padding: 10px;
  min-height: 42px
}
.kpi-block.row {
  margin: -10px -15px;
  padding: 0 10px 5px
}
.kpi-block .item {
  line-height: 60px;
  margin-top: 15px;
  margin-bottom: 0
}
.kpi-block .item .h1 {
  font-size: 30px;
  line-height: 50px;
  vertical-align: middle;
  font-family: Georgia;
  float: left;
  margin: 0
}
.kpi-block.row .col-xs-6 {
  padding: 0 7px
}
.kpi-block .item .text-muted {
  color: #fff;
  font-size: 16px
}
.kpi-block div.bg-level6 .text-muted {
  color: #999
}
.kpi-block div.bg-level6 .h1 {
  color: #fff
}
.kpi-block div.bg-level1 {
  background-color: #E25959
}
.kpi-block div.bg-level2 {
  background-color: #A560E5
}
.kpi-block div.bg-level3 {
  background-color: #EAA141
}
.kpi-block div.bg-level4 {
  background-color: #379CE5
}
.kpi-block div.bg-level5 {
  background-color: #3CBB4C
}
.kpi-block div.bg-level6 {
  background-color: #ccc
}
.text-level1 {
  color: #E25959
}
.text-level2 {
  color: #A560E5
}
.text-level3 {
  color: #EAA141
}
.text-level4 {
  color: #379CE5
}
.text-level5 {
  color: #3CBB4C
}
.text-level6 {
  color: #ccc
}
.kpi-block div[class^=bg-level] {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
.kpi-block div[class^=bg-level]:hover {
  opacity: .9;
  filter: alpha(opacity=90)
}
.kpi-block div[class^=bg-level]:hover a {
  background: 0 0
}
#FacToggleBtn em {
  font-style: normal;
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-top: -2px
}
.facPosList li label {
  color: #333;
  display: block;
  padding: 0 5px 0 10px;
  margin-bottom: 0;
  line-height: 27px;
  cursor: pointer;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.facPosList li label:hover {
  background: #edf1f2
}
.facPosList li label input {
  vertical-align: middle;
  margin-top: -2px
}
.facPosList li label.active {
  color: #0084F2
}
.InspList li label {
  color: #333;
  display: block;
  padding: 0 5px 0 10px;
  margin-bottom: 0;
  line-height: 27px;
  cursor: pointer;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.InspList li label:hover {
  background: #edf1f2
}
.InspList li label input {
  vertical-align: middle;
  margin-top: -2px
}
.InspList li label.active {
  color: #0084F2
}
.ddlistHidden, .facPosList, .InspList {
  max-height: 150px;
  overflow-y: auto
}
.dropdownFn-menu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  font-size: 12px;
  position: absolute;
  top: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  z-index: 99;
  display: none
}
.diagDataTable {
  width: 100%;
  border-top: 1px solid #ccc;
  border: 1px solid #ccc;
  font-size: 12px
}
.diagDataTable thead th {
  text-align: center;
  background: rgba(0, 0, 0, .1);
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc
}
.diagDataTable tbody td {
  padding: 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 25px;
  color: #555
}
.diagDataTable tbody td span.TdLegend {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 2px
}
.diagDataTable tbody tr:hover {
  background: rgba(17, 153, 196, .19)
}
#FacBugListExtreme, #FacBugListInfo, #FacBugListSerious {
  height: 100%;
  overflow: hidden;
  margin-top: 1px
}
#facDetail {
  position: absolute;
  top: 50px;
  left: 0;
  background: #DBF7FF;
  width: 100%;
  padding: 4px 0 4px 10px;
  height: 200px;
  border-bottom: 1px solid #D8E6EA;
  opacity: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .07);
  display: none
}
#facDetail hr {
  border-top: 1px solid #CCE8F0;
  border-bottom: 1px solid #fff;
  margin: 5px 0
}
.tableFacAttr {
  font-size: 12px
}
.tableFacAttr.table>tbody>tr>td {
  border: 0;
  padding: 3px 3px 4px;
  border-bottom: 1px solid #D7E4ED;
  border-right: 1px solid #D7E4ED;
  line-height: 20px;
  text-align: center;
  color: #999
}
.tableFacAttr.table>tbody>tr>td i {
  font-size: 14px;
  display: inline-block;
  width: 14px;
  text-align: center
}
.tableFacAttr.table>tbody>tr>td:first-child {
  padding-left: 10px;
  text-align: left;
  color: #666
}
.tableFacAttr.table {
  margin-bottom: 0
}
.wfTaskstatus, em.FacHealth {
  border: 0;
  color: #fff;
  padding: 0 8px;
  width: 60px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, .1);
  font-style: normal;
  opacity: .8;
  filter: alpha(opacity=80);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .08);
  padding: 2px 0;
  line-height: 18px
}
em.FacHealth[data-level=NOTESTED] {
  background: #aaa;
  color: #fff
}
em.FacHealth[data-level=TESTED] {
  background: #3CBB4C
}
em.FacHealth[data-level=OK] {
  background: #3CBB4C
}
em.FacHealth[data-level=SLIGHT] {
  background: #379CE5
}
em.FacHealth[data-level=MODERATE] {
  background: #EAA141
}
em.FacHealth[data-level=SERIOUS] {
  background: #A560E5
}
em.FacHealth[data-level=EXTREME] {
  background: #E25959
}
#facDetail:hover .closeDetail {
  display: block
}
.closeDetail {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, .3);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  line-height: 108px;
  font-family: Verdana;
  font-size: 22px;
  color: #eee;
  right: -40px;
  top: -40px;
  text-indent: 15px;
  transition: .2s;
  display: none
}
.closeDetail:hover {
  background: rgba(0, 0, 0, .4);
  color: #fff
}
.MetroList {
  width: 640px
}
.MetroList .h3 {
  font: 400 26px Microsoft Yahei;
  text-align: left
}
.MetroList .h3 a {
  color: #fff
}
.tab-container.tab-six ul.nav.nav-tabs {
  border-bottom: 1px solid #7CCEE8
}
.tab-container.tab-six .nav-tabs>li.active>a, .tab-container.tab-six .nav-tabs>li.active>a:hover, .tab-container.tab-six .nav-tabs>li:hover>a {
  border-color: #7CCEE8
}
.tab-container.tab-six .nav-tabs>li>a {
  border-bottom-color: #7CCEE8;
  transition: .2s
}
.tab-container.tab-six .tab-content {
  border-color: #7CCEE8;
  min-height: 172px
}
.tab-container.tab-six .tag-legend {
  position: absolute;
  right: 15px;
  font-size: 12px;
  background: #fff;
  padding: 5px;
  border: 1px solid #DBE0E2;
  box-shadow: 2px 2px 4px rgba(194, 211, 216, .39);
  margin-top: 4px;
  display: none
}
.tab-container.tab-six .tag-legend .i-switch {
  vertical-align: middle;
  margin-top: -2px
}
.facSystemTitle {
  padding: 5px 10px;
  background: #C8E5EF;
  color: #0C5973
}
.facSystemTitle+hr {
  margin: 1px 0 0;
  border-top: 1px solid #B4DDEC
}
.facCard.row {
  margin: 0 -7px
}
.facCard {
  padding: 10px 0;
  list-style: none
}
.facCardItem {
  float: left;
  margin: 0 0 14px;
  text-align: center;
  font-size: 12px;
  padding: 0 7px
}
.facCardItem .facBase {
  width: 80px;
  height: 80px;
  float: left
}
.facCardItem .facAttr {
  margin-left: 81px;
  background: #f5f5f5;
  border-left: 1px solid #ddd
}
.facCardItem a {
  border: 1px solid #ccc;
  padding: 3px;
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .17);
  transition: .2s;
  background: #fff;
  display: block;
  z-index: 5;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  transition: .2s;
  top: 0
}
.facCardItem img {
  max-width: 100%;
  max-height: 80px;
  width: 80px;
  height: 80px;
  border: 0
}
.facCardItem .facStatus {
  margin: 0;
  width: 100%;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  text-indent: 10px;
  line-height: 25px
}
.facCardItem .facStatus em {
  float: right;
  margin-right: 5px;
  font-style: normal
}
.facCardItem .facAttr .table {
  height: 80px;
  width: 100%
}
.facCardItem .facAttr .table>tbody>tr>td {
  padding: 0;
  height: 55px;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  color: #999;
  text-align: center
}
.facCardItem .facAttr .table>tbody>tr:last-child>td {
  border-bottom: 0;
  border-top: 0
}
.facCardItem .facAttr .table>tbody>tr>td span {
  display: block;
  text-align: center;
  height: 26px;
  line-height: 27px;
  background: #fff
}
.facCardItem .facAttr .table>tbody>tr>td:last-child {
  border-right: 0
}
.facCardItem .facAttr .table>tbody>tr:first-child>td {
  height: 25px;
  border-top: 0;
  border-bottom: 1px solid #ddd
}
.facCardItem .facAttr .table>tbody>tr:last-child p[data-level] {
  border-bottom: 1px solid #efefef;
  line-height: 27px
}
.facStatus[data-level] {
  color: #333;
  background: #eee
}
.facStatus[data-level=NOTESTED] {
  background: #aaa;
  color: #fff
}
.facStatus[data-level=TESTED] {
  background: #3CBB4C;
  color: #fff
}
.facStatus[data-level=OK] {
  background: #3CBB4C;
  color: #fff
}
.facStatus[data-level=SLIGHT] {
  background: #379CE5;
  color: #fff
}
.facStatus[data-level=MODERATE] {
  background: #EAA141;
  color: #fff
}
.facStatus[data-level=SERIOUS] {
  background: #A560E5;
  color: #fff
}
.facStatus[data-level=EXTREME] {
  background: #E25959;
  color: #fff
}
.textLevel[data-level] {
  color: #cdcdcd
}
.textLevel[data-level=NOTESTED] {
  color: #cdcdcd
}
.textLevel[data-level=OK] {
  color: #3CBB4C
}
.textLevel[data-level=SLIGHT] {
  color: #379CE5
}
.textLevel[data-level=MODERATE], .textLevel[data-level=Info] {
  color: #EAA141
}
.textLevel[data-level=SERIOUS], .textLevel[data-level=Warning] {
  color: #A560E5
}
.textLevel[data-level=EXTREME], .textLevel[data-level=Serious] {
  color: #E25959
}
.facCardItem a[data-level] {
  border-color: #ccc
}
.facCardItem a[data-level=TESTED] {
  border-color: #ccc
}
.facCardItem a[data-level=NOTESTED] {
  border-color: #ccc
}
.facCardItem a[data-level=OK] {
  border-color: #3CBB4C
}
.facCardItem a[data-level=SLIGHT] {
  border-color: #379CE5
}
.facCardItem a[data-level=MODERATE] {
  border-color: #EAA141
}
.facCardItem a[data-level=SERIOUS] {
  border-color: #A560E5
}
.facCardItem a[data-level=EXTREME] {
  border-color: #E25959
}
.facCardItem a:hover {
  top: -2px;
  border-color: #FF8C8C;
  box-shadow: 0 0 14px rgba(205, 19, 19, .39);
  z-index: 10
}
@media(min-width:768px) {
  .facCardItem {
    width: 33.33333%
  }
}
@media(min-width:1200px) {
  .facCardItem {
    width: 25%
  }
}
@media(min-width:1400px) {
  .facCardItem {
    width: 20%
  }
}
@media(min-width:1600px) {
  .facCardItem {
    width: 16.66666667%
  }
}
.item_s .facCardItem .facBase {
  height: 30px
}
.item_s .facCardItem .facBase br, .item_s .facCardItem .facBase img {
  display: none
}
.item_s .facCardItem:hover a {
  width: 100%
}
.c_facImg {
  border-bottom: 1px solid #ddd
}
.c_facImg img {
  width: 100%;
  height: 300px
}
.c_hr {
  margin: 10px 0;
  border-top: 1px solid #eee
}
.facCardItem .facAttr .tabl {
  margin-bottom: 0;
  margin-top: 1px
}
.facCardItem .facAttr .table>tbody>tr>td p {
  margin-bottom: 0
}
.facCardItem .facAttr .table>tbody>tr>td i {
  display: inline-block;
  width: 14px;
  font-size: 14px;
  text-align: center
}
.facCardItem.showLeft .facBase, .facCardItem.showLeft a {
  float: right
}
.facCardItem.showLeft .facAttr {
  right: 128px;
  left: auto
}
.tdCenter {
  text-align: center!important;
  vertical-align: middle!important
}
.table-diag.table {
  background: #f8f8f8
}
.table-diag.table>tbody>tr>td {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 0;
  line-height: 25px;
  padding: 3px 5px;
  color: #888
}
.table-diag.table>tbody>tr>td:first-child {
  text-align: center;
  background: #f0f0f0;
  color: #666
}
#labHealth.FacHealthLevel {
  color: #fff;
  padding: 3px 15px;
  font-size: 13px;
  margin-bottom: 0;
  width: auto;
  height: auto;
  top: 0;
  display: inline-block;
  position: static
}
.full_title {
  padding: 0 10px
}
#vrcSide {
  overflow: hidden
}
.c_grid.k-grid {
  font-size: 12px!important;
  margin-top: -6px
}
.c_grid.k-grid tbody tr td {
  line-height: 22px;
  text-align: center;
  border-color: #ddd;
  font-size: 12px!important;
  cursor: pointer
}
.c_grid.k-grid tbody tr:last-child td, .c_table .tbody tr td {
  border-bottom: 1px solid #ddd
}
.c_grid.k-grid thead>tr>th:last-child {
  border-right: 0
}
.c_grid.k-grid thead tr th {
  text-align: center;
  background: #ECECEC
}
.c_grid.k-grid .k-state-selected {
  background: #23b7e5
}
.c_grid.k-grid .k-state-selected td {
  color: #fff
}
.c_table tbody tr td {
  padding: 4px;
  line-height: 22px;
  text-align: center;
  border-left: 0;
  border-color: #ddd
}
.c_table tbody tr td:first-child {
  background: #F4F4F4
}
.c_table.table {
  border-left: 0
}
.c_grid.k-grid.k-widget {
  border: 0;
  border-radius: 0
}
.c_grid.k-grid.k-widget.c_border {
  border: 1px solid #ddd;
  border-radius: 0
}
.c_grid.k-grid.k-widget.c_border tbody tr:last-child td {
  border-bottom: 0
}
.c_grid.k-grid.k-widget.c_border tbody tr td {
  padding: 7px 0;
  line-height: 26px;
  position: relative
}
.c_grid.k-grid.k-widget.c_border tbody tr td:first-child {
  padding: 0
}
.c_grid.k-grid.k-widget.c_border thead tr th {
  line-height: 25px;
  background: #F4F4F4
}
.c_facTable.c_table tbody tr td {
  line-height: 27px
}
.vrcRecordTable.table {
  border-left: 0;
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: -1px;
  border-top: 1px solid #ddd
}
.diagRecordTable.table thead tr th, .vrcRecordTable.table tbody tr td {
  border-color: #ddd;
  border-left: 0;
  padding: 2px;
  line-height: 25px;
  text-align: center
}
.vrcRecordTable.table tbody tr.selected td {
  background: #00C2FF;
  color: #fff
}
.vrcRecordTable.table tbody tr.selected td i {
  color: #fff
}
.vrcRecordTable.table thead tr th {
  background: #ededed
}
.detail-left {
  width: 350px;
  float: left;
  background: #fefefe;
  min-height: 100%
}
.detail-right {
  margin-left: 350px;
  border-left: 1px solid #ddd;
  background: #f5f5f5;
  padding-bottom: 30px
}
.dLeft .facPic {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  display: block
}
.tableFacDetail {
  border-right: 0
}
.tableFacDetail tbody>tr>td {
  padding: 5px 0 0 6px;
  line-height: 22px;
  border-color: #cecece
}
.tableFacDetail tbody>tr>td.tdTitle {
  background: #ececec;
  width: 15%;
  padding: 5px 0
}
.tableFacDetail tbody>tr>td:first-child {
  border-left: 0
}
.tableFacDetail tbody>tr>td:last-child {
  border-right: 0
}
.statusBar {
  width: 270px;
  margin: 0 auto;
  padding: 25px 0 5px;
  position: relative;
  height: 55px
}
.statusBar span {
  display: inline-block;
  width: 45px;
  height: 20px;
  float: left
}
.statusBar em {
  position: absolute;
  display: block;
  font-style: normal;
  top: 3px;
  border: 1px solid transparent;
  color: #444;
  line-height: 18px;
  width: 45px;
  text-align: center
}
.statusBar em[data-level=EXTREME] {
  border-color: #E25959;
  color: #E25959;
  left: 0
}
.statusBar em[data-level=SERIOUS] {
  border-color: #A560E5;
  color: #A560E5;
  left: 45px
}
.statusBar em[data-level=MODERATE] {
  border-color: #EAA141;
  color: #EAA141;
  left: 90px
}
.statusBar em[data-level=SLIGHT] {
  border-color: #379CE5;
  color: #379CE5;
  left: 135px
}
.statusBar em[data-level=OK] {
  border-color: #3CBB4C;
  color: #3CBB4C;
  left: 180px
}
.statusBar em[data-level=NOTESTED] {
  border-color: #aaa;
  color: #aaa;
  left: 225px
}
.statusBar em[data-level=TESTED] {
  border-color: #3CBB4C;
  color: #3CBB4C;
  left: 180px
}
.statusBar em:after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  border-left: 2px dotted #333;
  position: absolute;
  left: 20px;
  top: 20px
}
.statusBar em:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  border: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #333;
  left: 8px
}
.levelBlock[data-level=Serious] {
  background: #E25959
}
.levelBlock[data-level=Warning] {
  background: #A560E5
}
.levelBlock[data-level=Info] {
  background: #EAA141
}
.m-2 {
  margin: 7px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff
}
.levelBlock {
  display: inline-block;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding: 0 10px;
  width: 56px
}
.diagItem {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 0;
  background: #fff;
  margin: 15px 0;
  height: 180px;
  border-radius: 4px
}
.diagItem:first-child {
  margin-top: -10px
}
.iconWrap {
  width: 180px;
  height: 180px;
  float: left;
  border-right: 1px solid;
  text-align: center;
  background: #FAFAFA
}
.iconWrap span {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 57px;
  border-radius: 60px;
  color: #fff;
  margin: 55px auto 5px;
  font-size: 30px;
  border: 1px solid #fff
}
.iconWrap em {
  font-size: 13px;
  font-style: normal
}
.tableDiagItem {
  width: auto;
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 10px;
  float: left;
  background: #fcfcfc
}
.tableDiagItem.table-bordered>tbody>tr>td {
  border-color: #D2D2D2;
  padding: 7px 5px 8px;
  color: #999;
  min-width: 100px;
  text-align: center
}
.tableDiagItem.table-bordered>tbody>tr>td.title {
  background: #F5F5F5;
  color: #555;
  width: 100px;
  text-align: right;
  padding-right: 8px
}
.barWrap {
  margin-left: 190px;
  height: 180px
}
.diagItem.color_info, .diagItem.color_info .iconWrap, .diagItem.color_info .iconWrap span {
  border-color: #74CCEC;
  box-shadow: 0 0 5px #74CCEC
}
.diagItem.color_info .iconWrap em, .diagItem.color_info .iconWrap span {
  color: #74CCEC
}
.diagItem.color_wraning, .diagItem.color_wraning .iconWrap, .diagItem.color_wraning .iconWrap span {
  border-color: #EDC590;
  box-shadow: 0 0 5px #EDC590
}
.diagItem.color_wraning .iconWrap em, .diagItem.color_wraning .iconWrap span {
  color: #EDC590
}
.diagItem.color_danger, .diagItem.color_danger .iconWrap, .diagItem.color_danger .iconWrap span {
  border-color: #F9ABAB;
  box-shadow: 0 0 5px #F9ABAB
}
.diagItem.color_danger .iconWrap em, .diagItem.color_danger .iconWrap span {
  color: #F9ABAB
}
.diagItem.color_primary, .diagItem.color_primary .iconWrap, .diagItem.color_primary .iconWrap span {
  border-color: #CDACEC;
  box-shadow: 0 0 5px #CDACEC
}
.diagItem.color_primary .iconWrap em, .diagItem.color_primary .iconWrap span {
  color: #CDACEC
}
.diagItem.color_success, .diagItem.color_success .iconWrap, .diagItem.color_success .iconWrap span {
  border-color: #9ADBA2;
  box-shadow: 0 0 5px #9ADBA2
}
.diagItem.color_success .iconWrap em, .diagItem.color_success .iconWrap span {
  color: #9ADBA2
}
#stepPart {
  padding: 5px 0
}
#stepPart>div {
  padding: 12px 5px;
  overflow: hidden;
  border-bottom: 1px solid #ddd
}
#stepPart>div.active, #stepPart>div.active:hover {
  background: #2CBEE0;
  color: #fff
}
#stepPart>div:hover {
  background: rgba(157, 233, 255, .31);
  cursor: pointer
}
#stepPart>div img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
  margin-top: 1px
}
#stepPart>div>p {
  margin-bottom: 0;
  margin-top: -2px;
  line-height: 25px;
  margin-left: 55px;
  font-size: 13px
}
#stepPart>div>p span {
  display: block;
  line-height: 20px;
  margin-bottom: 7px
}
#stepPart>div>p span:last-child {
  margin-bottom: 0
}
.stepTitle {
  margin: 0;
  line-height: 40px;
  padding: 0 10px
}
.stepTitle i {
  float: none;
  margin-top: -3px
}
.stepTitle a {
  float: right;
  font-size: 12px;
  color: #1199c4
}
.stepTitle a:hover {
  color: #EAA141
}
.alarmItem {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 20px;
  border-bottom: 1px solid #ddd
}
.alarmItem:hover {
  background: rgba(0, 0, 0, .05)
}
.alarmItem p {
  margin-bottom: 0;
  padding: 2px 0
}
.alarmItem .itemTitle em {
  font-style: normal;
  color: #999
}
.alarmItem .itemTitle span {
  color: #1199c4
}
.alarmItem .levelBlock {
  padding: 0 10px;
  line-height: 22px;
  margin-top: -2px
}
#listAlarm .alarmItem:last-child {
  border-bottom: 0
}
.healthLevel {
  width: 100%;
  background: url(/Images/6.png) rgba(176, 176, 176, .16);
  height: 82px;
  border: 1px solid #ddd
}
.healthLevel>p {
  width: 16.66666%;
  float: left;
  margin: 0;
  border-right: 1px solid #ddd
}
.healthLevel>p:last-child {
  border-right: 0
}
.healthLevel>p span {
  display: block;
  text-align: center;
  line-height: 40px
}
.healthLevel>p span:last-child {
  background: #fff;
  font-size: 13px
}
#alertGrid.c_grid.k-grid tbody tr td {
  cursor: auto
}
.sectionTitle.h3 {
  font: 400 26px Microsoft Yahei
}
.sectionTitle.h3 a {
  color: inherit;
  display: inline-block
}
.sectionTitle.h3 i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 4px;
  float: left;
  display: inline-block;
  width: 24px;
  text-align: center
}
.setting {
  padding: 10px 2px 20px
}
.setting .c_title {
  padding-left: 10px;
  line-height: 35px;
  border: 1px solid #BAD8E2;
  padding-left: 10px;
  background: #DAF4FC;
  line-height: 35px;
  border-radius: 4px
}
.setList {
  padding: 10px;
  overflow: hidden;
  line-height: 29px
}
.setName {
  float: left;
  width: 140px;
  text-align: right;
  display: block
}
.setValue {
  margin-left: 150px
}
.switchWrap {
  margin-left: 150px
}
.setValue label {
  width: 80px;
  height: 29px;
  float: left;
  position: relative;
  margin-right: 20px;
  margin-bottom: 0
}

.setValue label.i-checks span b {
  width: 100%;
  height: 100%;
  display: block
}
.setValue label.i-checks>span {
  height: 100%
}
.setValue .bg-black-opacity {
  background-color: rgba(0, 0, 0, 0);
  height: 100%
}
.setValue .k-colorpicker, .setValue .k-picker-wrap {
  border-radius: 0;
  border-color: #eee
}
.setValue .k-colorpicker .k-selected-color {
  width: 80px;
  border-radius: 0
}
.setValue .k-picker-wrap.k-state-default {
  margin-top: -2px
}
.setValue .k-picker-wrap.k-state-default, .setValue .k-state-default>.k-select, .setValue .k-state-hover>.k-select {
  border-color: #ddd
}
.setValue .k-picker-wrap .k-select, .setValue .k-picker-wrap.k-state-border-down, .setValue .k-picker-wrap.k-state-border-down .k-selected-color {
  border-radius: 0
}
.switchWrap .i-switch {
  vertical-align: middle;
  margin-top: -2px
}
.k-animation-container .k-flatcolorpicker .k-hue-slider .k-draghandle {
  margin-top: -2px
}
.tHeader {
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 25px;
  background: rgba(0, 0, 0, .15);
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  left: 50%;
  top: 0;
  line-height: 22px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .07);
  display: none;
  border-radius: 0 0 4px 4px;
  margin-left: -18px
}
header:hover .tHeader {
  display: block
}
header:hover .tHeader:hover {
  color: #eafc8c
}
.color_active {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center
}
.colorBar {
  position: relative
}
.colorBar:hover {
  cursor: pointer
}
.colorBar:after {
  transition: .2s
}
.colorBar:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .2)
}
.colorBar>span {
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -19px;
  font-size: 18px;
  line-height: 19px;
  font-family: Georgia
}
.colorBar>span em {
  font-style: normal;
  font-size: 12px;
  font-family: Verdana
}
.diy-dialog {
  position: absolute;
  max-width: 200px;
  right: 50px;
  top: 0;
  margin: auto;
  z-index: 9999;
  width: 300px;
  height: 100%;
  display: none
}
.dialog_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #FFF
}
.diy-content {
  padding: 0;
  border-left: 1px solid #D3D3D3;
  background-color: #fff;
  height: 100%
}
.barFacList {
  overflow-y: scroll;
  margin-bottom: 0
}
.barFacList .list-group-item {
  padding: 10px 5px;
  border-left: 0
}
.barFacList .list-group-item:hover {
  background: #E4F7FF
}
.barFacList .facNumber {
  position: absolute;
  left: 35px;
  top: -8px
}
.barFacTitle {
  padding-left: 5px;
  background: #eee;
  line-height: 40px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative
}
.barFacTitle b {
  font-weight: 400
}
.barFacTitle span {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 7px;
  line-height: 30px;
  color: #999
}
.barFacTitle span em {
  font-style: normal;
  margin: 0 2px
}
.barFacTitle a.closeDiy {
  width: 30px;
  height: 30px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  text-indent: 5px;
  text-align: center;
  font-family: verdana;
  background: #ddd;
  color: #aaa;
  border-radius: 0 0 0 30px
}
.barFacTitle a.closeDiy:hover {
  background: #ABABAB;
  color: #fff
}
.facTitleInfo {
  line-height: 50px;
  height: 52px;
  background: #F4F4F4;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .07);
  overflow: hidden;
  position: relative;
  text-align: center
}
.facTitleInfo .facName {
  font-size: 16px;
  margin-right: 20px;
  color: #EC0000;
  font-weight: 700
}
.facTitleInfo .facLocation {
  font-size: 14px;
  margin-right: 20px
}
.facTitleInfo .facHealth {
  font-size: 12px;
  display: inline-block;
  padding: 0 15px;
  line-height: 25px;
  width: 70px;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .1)
}
.facTitleInfo .leftFacInfo {
  position: absolute;
  left: 15px;
  top: 0
}
.facTitleInfo .rightCloseBtn {
  position: absolute;
  right: 15px
}
.facTitleInfo .pTitle {
  font-size: 25px
}
.stepTitle .rightCloseBtn {
  float: right;
  margin-top: 7px;
  line-height: 22px;
  padding-right: 10px
}
.stepTitle .rightCloseBtn.btn-addon.btn-xs i {
  float: left;
  margin-top: -2px;
  width: 24px;
  height: 24px
}
#calendar .fc-toolbar .fc-left {
  width: 193px
}
.detailPanel {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  box-shadow: 0 0 15px #ddd
}
.detailPanelTitle {
  padding: 7px;
  line-height: 22px;
  background: #f7f7f7;
  border-bottom: 1px solid #cdcdcd;
  border-radius: 3px 3px 0 0
}
.detailPanelCont {
  padding: 5px;
  height: 213px;
  overflow: hidden
}
.play3d {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center
}
.play3d span {
  background: url(/Images/play.png) no-repeat;
  display: inline-block;
  width: 76px;
  height: 76px;
  margin-top: 60px
}
.play3d em {
  display: inline-block;
  width: 100%;
  height: 76px;
  margin-top: 90px;
  font-style: normal;
  color: #999
}
.facAutoDiag {
  font-size: 12px;
  overflow-y: scroll;
  padding: 10px
}
.facAutoDiag p {
  padding: 0;
  margin-bottom: 10px;
  line-height: 21px
}
.facAutoDiag p span {
  display: inline-block;
  padding: 1px 5px;
  width: 80px;
  margin-right: 5px;
  line-height: 20px;
  border-radius: 2px
}
.facAutoDiag p i {
  display: inline-block;
  width: 14px;
  font-size: 14px;
  text-align: center
}
.facAutoDiag p em {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 56px;
  text-align: center
}
.facPeopleDiag {
  font-size: 12px;
  padding: 10px;
  line-height: 25px;
  color: #2F89FF;
  overflow-y: scroll
}
.facPeopleDiag span {
  display: inline-block;
  padding: 1px 5px;
  margin-right: 5px;
  line-height: 20px;
  border-radius: 2px
}
.facJiegou img {
  width: 100%;
  max-height: 100%
}
.choseTime {
  float: right;
  width: 110px;
  margin-top: -2px
}
.choseTime .chosen-container-single .chosen-single {
  height: 26px
}
.choseTime .chosen-container-single .chosen-single span {
  line-height: 24px;
  margin-right: 24px
}
.choseTime .chosen-container-single .chosen-single div b {
  float: left;
  margin-left: 7px;
  margin-top: 10px
}
.choseTime select {
  display: none
}
.methodContent {
  padding: 10px
}
.methodContent li {
  border: 1px solid #ccc;
  width: 100%;
  border-top: 0
}
.methodContent li .pointItem:hover {
  background: #FFFFEA;
  cursor: pointer
}
.methodContent li .pointItem:hover .pointName {
  background: #FFFFEA
}
.methodContent li {
  display: none;
  position: relative;
  overflow: hidden;
  height: 88px
}
.methodContent li .method {
  float: left;
  height: 88px
}
.methodContent li .pointList {
  margin-left: 120px;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute
}
.methodContent li .pointList .pointScroll {
  height: 100%
}
.methodContent .method {
  line-height: 88px;
  width: 120px;
  text-align: center;
  padding: 0 10px;
  position: relative
}
.methodContent .method:hover {
  opacity: .9;
  filter: alpha(opacity=90)
}
.bzvalue {
  font-size: 12px;
  background: #DBF6FF;
  color: #1A54D0;
  padding: 0 15px;
  width: 150px;
  text-align: center;
  border-right: 1px solid #ddd;
  position: absolute;
  left: 120px;
  z-index: 2
}
.methodContent li>div.bzvalue {
  display: none
}
.methodContent li .lastDate {
  margin-top: -30px;
  display: block;
  line-height: 20px;
  font-size: 12px
}
.bzvalue p {
  line-height: 25px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  margin: 0 -15px;
  text-align: center
}
.pointItem {
  text-align: center;
  width: 150px;
  font-size: 12px;
  line-height: 20px;
  border-right: 1px solid #ddd;
  height: 100%;
  float: left;
  height: 100%;
  position: relative
}
.pointItem p {
  margin: 0
}
.pointItem .pointName {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
  line-height: 27px;
  background: #f5f5f5;
  position: relative
}
.pointItem .pointName .turnDiag {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 23px;
  color: #ccc;
  display: inline-block;
  width: 27px;
  height: 27px;
  text-align: center;
  overflow: hidden;
  display: none
}
.pointItem .pointName .turnDiag:hover {
  background: rgba(0, 0, 0, .07);
  color: #EF7114
}
.methodContent li .pointItem:hover .turnDiag {
  display: block
}
.picList {
  float: left;
  margin: 0;
  padding: 2px;
  height: 35px;
  text-align: center;
  width: 100%
}
.picList a {
  display: inline-block;
  height: 40px;
  margin-right: 6px
}
.picList a img {
  height: 30px
}
.methodAccord .picList {
  float: none;
  margin: 10px -3px 0;
  padding: 0;
  text-align: inherit;
  height: auto
}
.methodAccord .picList a img {
  height: 60px
}
.flukeImg {
  padding: 0
}
.flukeImg img {
  height: 70px;
  border: 1px solid #ddd
}
.eleImg {
  padding: 14px 10px
}
.eleImg img {
  width: 100px;
  height: 60px;
  border: 1px solid #eee
}
.nodataTip {
  line-height: 28px!important;
  color: #999
}
.diagRecordBg {
  background: #E0F8FF;
  padding: 7px 10px;
  height: 200px;
  font-size: 13px;
  line-height: 25px;
  color: #1A67F2
}
.col-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff
}
.pointDetail {
  font-size: 13px;
  line-height: 25px;
  padding: 20px;
  color: #888
}
.pointDetail b {
  color: #1199c4;
  font-weight: 400
}
#tipUnity {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 1060;
  background: #FFD399;
  text-align: center;
  line-height: 50px;
  color: #222
}
.checkTitleSave.btn-xs {
  padding: 3px 10px 3px 5px;
  vertical-align: middle;
  margin-top: 3px
}
.info_round {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 27px;
  height: 27px;
  line-height: 13px;
  border-radius: 0 0 0 25px;
  color: #ccc;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 9px;
  text-indent: -14px;
  z-index: 1
}
.info_round:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, .1);
  border-left: 10px solid rgba(0, 0, 0, .1)
}
.info_round:active, .info_round:focus, .info_round:hover {
  color: #555
}
.info_round:hover:after {
  border-top-color: rgba(0, 0, 0, .15);
  border-left-color: rgba(0, 0, 0, .15)
}
.pointDetail .macText em {
  color: #E25959;
  font-style: normal;
  font-size: 13px
}
.pointDetail .valText em {
  background: #3CBB4C;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  padding: 1px 3px;
  margin-left: 5px;
  border-radius: 2px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1)
}
.diagBack {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  margin-left: -5px;
  text-align: center;
  display: none
}
.diagBack:hover {
  background: rgba(0, 0, 0, .1)
}
.diagBack i {
  font-size: 14px;
  color: #666
}
.treeSelect {
  float: right;
  margin: -1px 0 0;
  position: relative;
  display: none
}
.treeSelect .treeSelectIcon {
  width: 44px;
  height: 43px;
  font-size: 16px;
  background: #fff;
  text-align: center;
  line-height: 43px;
  color: #B7B7B7;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -9px;
  border: 1px solid #DEDEDE;
  border-bottom: 0
}
.treeSelect .treeSelectIcon:hover {
  background: #ededed;
  color: #666
}
.treeInputWrap {
  position: absolute;
  width: 220px;
  right: -10px;
  top: 34px;
  padding: 10px;
  background: #eee;
  border: 1px solid #DEDEDE;
  z-index: 100;
  word-break: break-all;
  display: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}
.treeInputWrap a {
  padding: 3px 5px;
  font-size: 12px;
  min-width: 26px;
  display: inline-block;
  line-height: 22px;
  margin: 1px;
  text-align: center;
  cursor: pointer
}
.treeInputWrap a.treeAll {
  color: red
}
.treeInputWrap a:hover {
  background: rgba(0, 0, 0, .2)
}
.treeInputWrap a.active {
  background: #EAA141;
  color: #fff
}
.treeSelect:hover .treeSelectIcon {
  background: #ededed;
  color: #666
}
.detailPanelTitle .chosen-container {
  margin-top: 3px
}
.detailPanelTitle .chosen-container-single .chosen-single {
  height: 26px;
  line-height: 22px;
  background: #EAF6F9;
  border: 1px solid #A3D9EC;
  padding-left: 6px
}
.detailPanelTitle .chosen-container-single .chosen-single span {
  line-height: 24px
}
.chosen-sm .chosen-container-single .chosen-single {
  height: 30px
}
.chosen-sm .chosen-container-single .chosen-single span {
  line-height: 28px;
  margin-right: 28px
}
.chosen-sm .chosen-container-single .chosen-single div b {
  float: left;
  margin-left: 0;
  margin-top: 12px
}
.orgWrap {
  float: left;
  margin: 7px 10px;
  padding-left: 30px
}
.jiTuan {
  margin-top: 4px;
  line-height: 22px;
  padding: 3px 12px;
  background: #C53B11;
  color: #fff;
  font-size: 13px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}
.jiTuan:focus, .jiTuan:hover {
  background: #D54013;
  color: #fff
}
#jiTuanChild_chosen {
  width: 150px!important;
  margin-top: 3px;
  margin-left: 5px
}
#jiTuanChild_chosen.chosen-container-single .chosen-single {
  height: 30px;
  background: rgba(255, 255, 255, .6)
}
#jiTuanChild_chosen.chosen-container-single .chosen-single span {
  line-height: 30px
}
#jiTuanChild_chosen.chosen-container .chosen-drop {
  background: rgba(255, 255, 255, .85)
}
#jiTuanChild_chosen.chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 2px
}
.dcList {
  color: rgba(100, 149, 237, 1);
  width: 248px;
  height: 100%;
  right: 0;
  position: absolute;
  padding: 5px
}
.leftPanel {
  width: 280px;
  height: 100%;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0
}
.leftPanel .dcPanel {
  position: relative;
  padding-top: 33px
}
.leftPanel .dcPanel h2.dcPanel_heading {
  position: absolute;
  top: 0;
  height: 33px;
  overflow: hidden
}
.dcWrapper {
  height: 100%;
  padding: 0;
  position: relative;
  padding-top: 40px
}
.dcWrapper h2.dcPanel_heading {
  position: absolute;
  top: 0
}
.dcPanel {
  background: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #8C8C8C;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}
.dcPanel_heading {
  font-size: 14px;
  margin: 0;
  padding: 0 7px;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
  line-height: 32px;
  background: #E0E0E0;
  color: #3F3F3F;
  border-radius: 3px 3px 0 0
}
.dcPanel_heading em {
  float: right;
  color: #DF0D0D;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
  line-height: 34px
}
.dcList ul {
  padding: 5px 10px 0;
  margin: 0
}
.dcList ul li {
  list-style: none;
  position: relative;
  border-top: 4px solid #E25959;
  background: rgba(234, 253, 255, 1);
  margin-bottom: 13px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.dcList ul li:hover {
  box-shadow: 0 0 8px rgba(97, 164, 219, 1);
  border-top-color: rgba(31, 147, 244, 1)
}
.dcList ul li .dcListOver {
  width: 100%;
  height: 100%;
  padding: 5px;
  overflow: hidden
}
.dcList ul li .dcListOver .dcImg {
  width: 70px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 1px;
  float: left
}
.dcList ul li .dcListOver .dcTitle {
  margin-left: 78px;
  height: 55px
}
.dcList ul li h3 {
  line-height: 24px;
  margin: 0;
  color: #333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
  font-weight: 700;
  font-size: 13px;
  text-indent: 2px
}
.dcList ul li img {
  width: 100%;
  height: 140px
}
.dcList ul li i {
  margin-right: 5px;
  vertical-align: middle
}
.dcList ul li:active {
  left: 1px;
  top: 1px;
  position: relative
}
.rightBtnWrap {
  position: absolute;
  top: 10px;
  right: 10px
}
.rightBtnWrap .btn {
  height: 34px;
  width: 34px;
  line-height: 22px;
  font-size: 14px;
  margin: 0 3px;
  background: rgba(0, 0, 0, .2);
  color: #eee
}
.dcTable {
  font-size: 12px;
  width: 100%;
  line-height: 27px
}
.dcTable td {
  text-indent: 5px;
  text-align: left;
  width: 50%;
  transition: .2s
}
.dcTable tr>td:last-child {
  padding-right: 2px
}
.dcTable td i {
  vertical-align: middle;
  margin-top: 7px;
  float: right
}
.dcTable tr {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  transition: .2s
}
.dcTable tr:last-child {
  border-bottom: 0
}
.bg-extreme {
  background: #E25959
}
.bg-serious {
  background: #A560E5
}
.bg-notested {
  background: #AAA
}
.dcTable td em {
  display: inline-block;
  font-style: normal;
  width: 50px;
  text-align: left
}
.dcTable td.bg-extreme {
  background: 0 0;
  color: #E25959
}
.dcTable td.bg-serious {
  background: 0 0;
  color: #A560E5
}
.dcTable td.bg-moderate {
  background: 0 0;
  color: #EAA141
}
.dcTable td.bg-slight {
  background: 0 0;
  color: #379CE5
}
.dcTable td.bg-ok {
  background: 0 0;
  color: #3CBB4C
}
.dcTable td.bg-notested {
  background: 0 0;
  color: #555
}
.dcTable td.bg-extreme:hover {
  background: #E25959;
  color: #FFF
}
.dcTable td.bg-serious:hover {
  background: #A560E5;
  color: #FFF
}
.dcTable td.bg-moderate:hover {
  background: #EAA141;
  color: #FFF
}
.dcTable td.bg-slight:hover {
  background: #379CE5;
  color: #FFF
}
.dcTable td.bg-ok:hover {
  background: #3CBB4C;
  color: #FFF
}
.dcTable td.bg-notested:hover {
  background: #aaa;
  color: #FFF
}
.dcList ul li .dcProgress {
  margin-bottom: 0;
  background: rgba(95, 95, 95, .28);
  position: relative;
  height: 17px;
  margin-top: 4px
}
.dcList ul li .dcProgress .progress-bar-info {
  background: #E47C3C
}
.dcList ul li .dcProgress>span {
  font-size: 12px;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 17px
}
.faListLoading {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  text-align: center
}
.faListLoading i {
  vertical-align: middle;
  margin-top: -3px
}
.dcPanelTable {
  width: 100%
}
.dcPanelTable td {
  height: 36px;
  font-size: 12px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
  transition: .2s
}
.dcPanelTable td em {
  font-style: normal;
  color: #E25959;
  margin-right: 2px
}
.dcPanelTable tr:last-child>td {
  border-bottom: none
}
.dcPanelTable tr>td:first-child {
  font-weight: 700
}
.dcPanelTable tr:hover>td {
  background: #C9ECCE
}
.dcInfo .dcImg {
  width: 110px;
  height: 70px;
  margin: 4px 4px 0;
  border: 1px solid #ccc;
  float: left
}
.dcInfo .rightbox {
  margin-left: 120px
}
.dcInfo h2 {
  margin: 0 3px;
  padding-top: 8px;
  font-size: 14px;
  color: #D81000;
  font-weight: 700
}
.dcInfo .btn {
  margin: 10px 2px;
  background: #E5771A;
  color: #fff
}
.dcInfo .btn:active {
  position: relative;
  left: 1px;
  top: 1px
}
.siteHealth {
  font-size: 12px;
  clear: both;
  padding: 5px
}
.siteHealth .facStatus {
  display: inline-block;
  height: 20px;
  opacity: .8
}
.siteHealth .facStatus:hover {
  opacity: 1;
  border: 1px solid #555
}
.siteHealth .facStatus:first-child {
  border-radius: 2px 0 0 2px
}
.siteHealth .facStatus:last-child {
  border-radius: 0 2px 2px 0
}
.FliterTitle {
  font-size: 12px;
  background: #E25959;
  line-height: 25px;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px 3px 0 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}
.FliterTitle i {
  font-size: 12px
}
.FliterCont {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
  margin-top: 8px
}
.FliterCont ul {
  padding-left: 0;
  border: 1px solid #F09292;
  border-radius: 0 0 3px 3px
}
.FliterCont ul li {
  border-bottom: 1px dotted #ddd;
  font-size: 12px;
  list-style: none;
  line-height: 24px;
  padding: 0 5px
}
.FliterCont ul li:hover {
  background: #efefef
}
.FliterCont>ul>li:last-child {
  border-bottom: 0
}
.FliterCont ul li span {
  float: right
}
.FliterCont table {
  width: 100%;
  font-size: 12px;
  border: 1px solid #F09292;
  border-radius: 0 0 3px 3px
}
.FliterCont table thead {
  line-height: 22px;
  background: #F9DEDE;
  color: #CB2525;
  border-bottom: 1px solid #EAB3B3
}
.FliterCont table thead th {
  text-indent: 8px;
  font-weight: 700
}
.FliterCont table tbody td {
  text-align: center;
  height: 32px;
  border-bottom: 1px dotted #ddd
}
.FliterCont table tbody>tr>td>em, .FliterCont ul li em {
  font-style: normal;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #CCC;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
  color: #fff;
  font-size: 11px;
  font-family: Georgia;
  line-height: 14px
}
.FliterCont table tbody td em.top1, .FliterCont ul li em.top1 {
  background: #379CE5
}
.FliterCont table tbody td em.top2, .FliterCont ul li em.top2 {
  background: #3CBB4C
}
.FliterCont table tbody td em.top3, .FliterCont ul li em.top3 {
  background: #EAA141
}
.FliterCont table tbody td em.top4, .FliterCont ul li em.top4 {
  background: #A560E5
}
.FliterCont table tbody td em.top5, .FliterCont ul li em.top5 {
  background: #AAA
}
.FliterCont table tbody tr:hover>td {
  background: #efefef
}
.FliterCont table tbody>tr>td:first-child {
  text-align: left;
  text-indent: 4px
}
.FliterCont table tbody td>strong {
  color: #379CE5
}
.FliterCont ul li em {
  text-align: center
}
.chosenSite {
  line-height: 30px;
  color: #fff;
  margin: 9px 0 9px 0;
  display: inline-block;
  background: rgba(0, 0, 0, .1);
  height: 32px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .08)
}
.chosenSite:hover {
  background: rgba(0, 0, 0, .2)
}
.chosenSite:active {
  position: relative;
  top: 1px;
  left: 1px
}
.modalSiteList {
  overflow: hidden;
  padding: 0;
  margin: 0 -6px
}
.modalSiteList li {
  list-style: none;
  float: left;
  padding: 5px 10px;
  border: 1px solid #379CE5;
  margin: 7px;
  cursor: pointer;
  border-radius: 4px
}
.modalSiteList li.active, .modalSiteList li:hover {
  background: #379CE5;
  color: #fff;
  box-shadow: 0 0 10px #379CE5
}
.siteFliterList {
  float: right;
  width: 230px;
  height: 100%
}
.chartWrapRight {
  margin-right: 235px;
  height: 100%
}
#sitePager.k-pager-wrap.k-widget {
  background: 0 0;
  box-shadow: none;
  padding: 10px 1px 0;
  margin-top: 15px
}
.nositeTip {
  font-size: 13px;
  padding: 0 5px
}
.nositeTip b {
  margin: 0 2px;
  color: #E25959
}
.clearSearch {
  position: absolute;
  line-height: 28px;
  width: 30px;
  left: 370px;
  top: 1px;
  text-align: center;
  font-family: Verdana;
  color: #bbb;
  cursor: pointer;
  display: none
}
.clearSearch:hover {
  color: #666;
  background: rgba(0, 0, 0, .05)
}
.modalSiteList .faListLoading {
  text-align: left;
  padding-left: 7px;
  font-size: 12px;
  color: #E25959
}
.modalSiteList .faListLoading i {
  font-size: 14px
}
@media(max-width:1450px) {
  .siteFliterList {
    float: right;
    width: 205px;
    height: 100%
  }
  .chartWrapRight {
    margin-right: 210px;
    height: 100%
  }
}
.expandBtn {
  margin: -10px;
  padding: 10px;
  margin-bottom: 10px;
  background: #F7F7F7;
  border-bottom: 1px solid #ddd;
  border-radius: 3px 3px 0 0
}
.expandBtn .btn {
  padding: 4px 8px 3px;
  margin-right: 5px
}
.expandBtn .btn-group {
  display: inline-block
}
.expandBtn .rpBtn {
  margin-right: 0;
  padding-right: 4px
}
.expandBtn .rpBtn.btn-default {
  box-shadow: none
}
.expandBtn .rpBtn+.btn {
  padding: 4px 5px 3px;
  border-left: 1px solid rgba(0, 0, 0, .05);
  box-shadow: none
}
.expandBtn .rpBtn+.btn.btn-default {
  background: #edf1f2;
  border-color: #dee5e7
}
.zhouChengList {
  padding: 0 7px;
  font-size: 12px;
  min-width: 150px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  margin: 2px 0 0;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  border-radius: 2px;
  z-index: 1000;
  display: none
}
.zhouChengList b {
  display: block;
  width: 100%;
  padding-left: 5px
}
#imageOutModal {
  width: 1202px;
  height: 602px;
  left: 50%;
  top: 50%;
  margin-left: -601px;
  margin-top: -301px
}
#imageOutModal>.modal-content {
  height: 100%
}
.redrawBtn {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
  border-radius: 3px 3px 0 0
}
.redrawBtn .btn {
  width: 32px;
  height: 32px
}
.redrawBtn .btn.btn-normal {
  width: auto;
  font-size: 13px
}
.redrawBtn .btn.btn-normal i {
  font-size: 14px
}
.redrawBtnClose {
  line-height: 44px;
  height: 49px;
  margin-top: -8px;
  margin-right: -10px;
  width: 48px;
  text-align: center;
  transition: .2s;
  font-size: 20px;
  display: inline-block;
  font-family: Verdana;
  color: #aaa
}
.redrawBtnClose:hover {
  background: rgba(0, 0, 0, .1)
}
.fengzhi {
  font-size: 12px;
  line-height: 27px;
  vertical-align: middle
}
.fengzhi em {
  font-style: normal;
  background: rgba(0, 0, 0, .07);
  height: 26px;
  line-height: 26px;
  display: inline-block;
  padding: 2px 5px;
  vertical-align: middle;
  margin-top: -2px
}
.fengzhi em.cz {
  background: rgba(53, 205, 224, .26)
}
.fengzhi em.cz i {
  font-style: normal;
  color: #E25959;
  margin: 0 1px
}
.fengzhi em b {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  line-height: 18px;
  vertical-align: middle;
  margin: -7px 3px 0 0;
  box-shadow: 1px 1px 2px #fff
}
.query_index {
  margin: 5px 0 -2px;
  background: rgba(232, 63, 63, .08);
  padding: 3px 5px;
  border-radius: 3px;
  display: none;
  padding-right: 0
}
.query_index a {
  margin-bottom: 0;
  min-width: 26px;
  line-height: 22px;
  margin-right: 3px;
  font-family: Verdana;
  color: rgba(239, 100, 82, .8)
}
.query_index a.active, .query_index a:hover {
  background: rgba(239, 100, 82, .56)
}
.modalQuery {
  padding-top: 0
}
.modalQuery a {
  display: inline-block;
  min-width: 19px;
  text-align: center;
  font-size: 13px;
  line-height: 19px
}
.modalQuery a.active, .modalQuery a:hover {
  color: #fff
}
.btnBaseLine {
  padding: 2px 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2
}
.irTooltip {
  display: block;
  line-height: 22px;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: 99;
  font-size: 12px;
  padding: 0 5px;
  border: 1px solid #E8CE1A;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  border-radius: 3px;
  display: none
}
.maploading {
  background: rgba(255, 255, 255, .2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: -1px
}
.maploading .list-loading {
  color: #555;
  margin-top: 150px
}
.helpBox {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
  margin: 20px
}
.helpBox h2 {
  color: #212121;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  padding: 16px 16px 16px 62px;
  text-align: left
}
.accordionHelp {
  padding: 0
}
.accordionHelp .accoParent>a:before {
  background: 0 0;
  color: #4285f4;
  content: '+';
  font-size: 24px;
  left: 16px;
  line-height: 24px;
  text-align: center;
  top: 10px;
  position: absolute
}
.accordionHelp .accoParent:first-child {
  border-top: 1px solid #ddd
}
.accordionHelp .accoParent {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  list-style: none
}
.accordionHelp .accoParent>a {
  background: #fff;
  padding: 12px 62px;
  display: block;
  position: relative
}
.accordionHelp .accoParent h3 {
  color: #212121;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0
}
.header-Select thead th {
  position: relative
}
.header-Select thead th>div {
  position: absolute;
  width: 200px;
  max-height: 400px;
  display: none;
  height: auto;
  left: 100%;
  color: #333;
  line-height: 30px;
  margin-left: -25px;
  top: 30px;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  border: 1px double #ccc
}

/*dialogsearch*/

div[id*='dialogSearch'] {
  position: absolute;
  display: none;
  z-index: 33;
}
div[id*='dialogSearch']>div {
  overflow: hidden;
  text-align: center;
  width: 200px;
  max-height: 400px;
  height: auto;
  color: #333;
  line-height: 30px;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  border: 1px double #ccc
}

/*end*/


/* 滚动条滑块 */

* {
  scrollbar-base-color: #e4e3df;
  scrollbar-base-color: #e4e3df;
  scrollbar-3dlight-color: #e4e3df;
  scrollbar-highlight-color: #e4e3df;
  scrollbar-track-color: #ebebeb;
  scrollbar-arrow-color: #d7d7d7;
  scrollbar-shadow-color: #e4e3df;
  scrollbar-dark-shadow-color: #e4e3df;
}
.header-Select thead th>div font, div[id*='dialogSearch']>div font {
  color: #999
}
.header-Select thead th>div .MenuSeach, div[id*='dialogSearch']>div .MenuSeach {
  border: 1px double #eee;
  padding: 2px 5px;
  width: 180px;
  margin: 0 auto;
  background: #fff
}
.header-Select thead th>div .MenuContent, div[id*='dialogSearch']>div .MenuContent, .header-Select thead th>div .MenuContent1 {
  max-height: 297px;
  overflow-y: scroll;
  overflow-x: inherit
}
.header-Select thead th>div .MenuSeach i, div[id*='dialogSearch']>div .MenuSeach i {
  cursor: pointer
}
.header-Select thead th>div .MenuSeach input, div[id*='dialogSearch']>div .MenuSeach input {
  border: 0;
  outline: 0
}
.header-Select thead th>div button, div[id*='dialogSearch']>div button {
  margin: 5px 10px 10px 0;
  padding: 2px 5px
}
.header-Select thead th>div ul li, div[id*='dialogSearch']>div ul li {
  list-style-type: none;
  width: 160px;
  padding-left: 20px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  position: relative
}
.header-Select thead th>div ul li input, div[id*='dialogSearch']>div ul li input {
  position: absolute;
  top: 5px;
  left: 0
}
.header-Select thead th .headerMenuCon {
  cursor: pointer;
  float: right
}
#QuickAppDark #CURRENT>a>b>i.icon, #QuickAppDark #INFRARED>a>b>i.icon, #QuickAppDark #OIL>a>b>i.icon, #QuickAppDark #UTLRASOUND>a>b>i.icon, #QuickAppDark #VIBRATION>a>b>i.icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(/Images/methodIcon.png)
}
#QuickAppDark #VIBRATION>a>b>i.icon {
  background-position: 0 -1px
}
#QuickAppDark #CURRENT>a>b>i.icon {
  background-position: 0 -91px
}
#QuickAppDark #INFRARED>a>b>i.icon {
  background-position: 0 -61px
}
#QuickAppDark #UTLRASOUND>a>b>i.icon {
  background-position: 0 -31px
}
#QuickAppDark #OIL>a>b>i.icon {
  background-position: 0 -121px
}
#QuickAppDark #CURRENT>a>b>i.icon:before, #QuickAppDark #INFRARED>a>b>i.icon:before, #QuickAppDark #OIL>a>b>i.icon:before, #QuickAppDark #UTLRASOUND>a>b>i.icon:before, #QuickAppDark #VIBRATION>a>b>i.icon:before {
  content: ""
}
.app-aside .nav li:hover {
  background-position: -2px -5px
}
.b-side .menu-body li a, .b-side .menu-body > ul > li:hover > .subMenu > li a {
   /* color: #e5f0ff;*/
}
.lk_nav {
  padding: 10px 10px 0;
  background-color: #f5f5f5;
  position: relative
}
.lk_nav.nav-tabs>li>a {
  color: #333
}
.lk_nav.nav-tabs>li.active>a, .lk_nav.nav-tabs>li.active>a:hover, .lk_nav.nav-tabs>li:hover>a {
  color: #00aae7;
  background-color: #fff
}
[id^=grid] .k-selectable thead .k-header {
  background-color: #E9EFFC;
  text-align: center
}
.lk_nav_save_btn{position:absolute;top:50%;right:15px;-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);-ms-transform:translate(0,-50%);}
.lk_nav_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 11
}
.lk_p_r {
  position: relative
}
.lk_mr_r10 {
  margin-right: 10px
}
.lk_panle_bg {
  padding: 10px 0;
  background-color: #ebfaff
}
.lk_mr_b10 {
  margin-bottom: 10px
}
.lk_mr_l10 {
  margin-left: 10px
}
.lk_p_l30 {
  padding-left: 30px
}
.lk_module-title {
  background: url(/Images/t-bg.png);/* 102系统设置相关图片不需要*/
  overflow: hidden;
  padding: 5px 15px;
  margin-bottom: 15px
}
.lk_module-title .m-t-name {
  float: left;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-family: fz
}
.lk_module-title .m-t-name i {
  font-size: 16px
}
.lk_t_panel {
  background-color: #00aae7;
  padding: 10px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}
.lk_t_panel label {
  color: #FFF
}
.grid-algin-center {
  text-align: center
}
.minbar img.minleft {
  position: absolute;
  width: 20px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer
}
.pagerFooter {
  border: 0;
  background: white;
  padding: 0
}
.pagerFooter .pagerDetail {
  border: 0;
  background: white;
  padding: 0.7em 0;
}
.tabs_cont li {
  list-style-type: none;
  padding: 0 15px 0 30px;
  float: left;
  font-size: 16px;
  background: url(/Images/Yes-ico.png) 10px -20px no-repeat;
}
.tabs_cont li.active {
  background-position: 10px 5px;
}
.tabs_cont>li.active>a, .tabs_cont>li.active>a:hover, .tabs_cont>li:hover>a {
  color: #00aae7;
  font-weight: bold
}
.tabs_cont, .tabs_cont>li>a {
  border: 0;
  color: #4c4c4c
}
.tabs_cont+.tab-content {
  clear: both;
}
.k-grid-pager, .k-pager-wrap {
  border: 0;
  box-shadow: none;
  background: white;
  padding-left: 0
}
.panel .k-grid-pager, .panel .k-pager-wrap {
  border-radius: 0 0 8px 8px;
}
.panelbody+.panel-footer .k-pager-wrap {
  padding: 0.7em
}
.tab-content .k-selectable {
  border: 1px double #d7d7d9 !important;
}

/* leftbar */

.ztree.ztree_fac {
  position: absolute;
  bottom: 0;
  top: 50px;
  width: 100%;
  overflow: auto;
  left: 0
}
.minbar {
  z-index: 888;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
body::-webkit-scrollbar-track-piece {
  background-color: white;
}
.ztree li a.curSelectedNode {
  color: #62b3e5;
  background-color: transparent;
}
.leftContent {
  top: 0;
  bottom: 80px;
  width: 100%;
}
.minbar i{
    cursor:pointer;
}
.bg-level1{ background: #e25959 ;}
.bg-level2{ background: #a560e5;}
.bg-level3{ background: #eaa141;}
.bg-level4{ background: #379ce5;}
.bg-level5{ background: #3cbb4c;}
.bg-level6{ background: #808080;}
.bg-level7{ background: #FF0000;}
.bg-level8{ background: #ffd700;}
/*同步样式102**/
#chartHeader {}
#chartHeader .linehi30{line-height:30px}
#chartHeader li {list-style-type:none; color:#4d4d4d; float:left; margin:0 2px;}
#chartHeader li i {font-size:16px;}
#chartHeader li label {margin-left:20px; float:left; padding-top:3px;}
#chartHeader li label+.c_cicle {width:18px; height:18px; border-radius:18px;border:1px solid #d7d7d9; margin:7px; float:left; position:relative}
#chartHeader li label+.c_cicle i {width:12px; height:12px; position:absolute; border-radius:14px; top:2px; left:2px;}

.changeColor {
    background:rgb(60, 187, 76) !important; animation:c_cicle 0.5s infinite; animation-timing-function:steps(2, start);
}
@keyframes c_cicle {
    0% {background:rgb(60, 187, 76) !important}
    100% {background:none;}
}

#chartHeader li label+.c_square {width:18px; height:18px; margin:7px; border:1px solid #d7d7d9; box-sizing:border-box; float:left; position:relative}
#chartHeader li label+.c_square i {width:14px; height:14px; position:absolute; top:1px; left:1px;}
.chartFooter td {text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.chartH {clear:both;}
.chartFooter td>span {margin-left:15px;}
.chartTop {width:100%; padding:0 10px;}
.chartTop > .form-group {margin:0; background:#ebfaff; height:100%; width:100%; display:inline-block; padding-top:10px;}
.chartTop .form-group .col-sm-12 > div {margin-bottom:10px;}

/**element-ui update*/
.lk_ele .el-input__inner {
    border-radius: 5px;
    border: solid 1px #719eec;
    padding-right:30px;
}
.el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
    border-right: 1px solid #719eec;
}
.el-table--border .el-table__fixed-body-wrapper td:last-child, .el-table .el-table__fixed-header-wrapper th.is-leaf:last-child {
    border-right: none;
}
    .el-table td {
        border-bottom: none;
    }
 .el-table th.is-leaf {
    border-bottom: 1px solid #719eec;
}
.el-table--border, .el-table--group {
    border: 1px solid #719eec;
}
.el-table td, .el-table th {
    padding:5px 0;
}
.el-table--striped .el-table__body tr.el-table__row--striped td {
    background-color: rgba(232, 236, 251, 0.86);
}
.el-table thead {
    color: #666666;
}
.lk_ele .pagination .el-input__inner {
    border-color:#666;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    background-color: transparent;
    border: 1px solid #666;
    border-radius: 5px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #4c6ebc;
    color: #FFF;
    border: none;
}
.el-button.is-round {
    border-radius: 10px;
}
.panel-heading .el-form-item__label {
    color:#fff;
}
.lk_content .panel .panel-heading {
    color: #fff;
    padding-left:30px;
    background-color: #4c6ebc;
    border-bottom:none;
}
.lk_content {
    background: #edf2fd;
    position: relative;
    min-height: 100%;
    padding-bottom: 40px;
}
.lk_content .panel-default {
    border: 1px solid #819eec ;
    overflow:hidden;
}
.lk_content .breadcrumb {
    border: 1px solid #819eec
}

.lk_ele .el-dialog__body {
    padding-top:20px;
}
.lk_ele .el-dialog__header {
    background: #f1f1f2;
    box-shadow: 0px 3px 6px 0px rgba(45, 73, 136, 0.61);
    border-bottom: 2px solid #959bba;
}
.lk_ele  .el-dialog__headerbtn {
    background: #4c6ebc;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}
.lk_ele .el-dialog {
    border-radius: 20px;
    overflow: hidden;
}


.darkblue.el-button--primary {
    background-color: #4c6ebc;
    font-size: 16px;
}
.lk_ele .el-dialog__headerbtn .el-dialog__close {
    color: #fff;
}
.lk_tree_left {
    bottom: 50px;
    top: 80px;
    width: 240px;
    position: fixed;
}

    .lk_tree_left .panel-default {
        height: 100%;
        position: relative;
    }
.lk_content .panel-heading {
    padding: 5px 15px;
    font-weight:bold;
}
    .lk_content .panel-heading .el-form--inline label {
        margin-bottom: 0;
    }
.lk_content .panel-heading .el-form-item--small .el-form-item__content, .lk_content .panel-heading .el-form-item--small .el-form-item__label {
    
}
.lk_content .panel-heading .el-input--small .el-input__inner {
    height: 30px;
    line-height: 30px;
}
.lk_content .panel-heading .el-button--small, .el-button--small.is-round {
    padding: 8px 15px;
}
.overhidde {
    overflow: hidden;
}
.r_content {
    margin-left: 260px;
}
.panel-body-nopad {
    padding-bottom:15px;
}
.el-table--mini, .el-table--small, .el-table__expand-icon {
    font-size:14px;
}
.lk_content .el-button + .el-button {
    margin-left:5px;
}
@font-face {
    font-family: 'Source Han Sans CN';
    src: url('/Images/dongsheng/HanSans.otf');
    font-weight: normal;
    font-style: normal;
}
.lk_content .breadcrumb li:last-child a {
    color: #4c6ebc;
}
.aside-folded .menu-body > ul > li > a i {
    margin-left:0;
}

.aside-folded .menu-body > ul > li > a {
    background:none;
}
.aside-folded .c_main.min_header .c_logo_title {
    padding-left:80px;
}
.lk_content .panel-heading .el-select {
    width:100%;
}
.lk_content .el-button--primary {
    background-color: #4c6ebc;
    border-color: #4c6ebc;
}
.lk_content .panel-heading .el-button--primary {
    background: #66b1ff;
    border-color: #66b1ff;
}
.lk_content .el-dialog__title {
    font-size: 20px;
    font-weight:bold;
    color: #4c6ebc;
}
.lk_content .panel-heading .el-checkbox__label {
    color:#fff;
}
.panel-body-nopad .el-table--border, .panel-body-nopad .el-table--group {
    border-right: none;
    border-left: none;
}
.panel-only-table .el-table--border, .panel-only-table .el-table--group {
    border-top: none;
    border-right: none;
    border-left: none;
}
.lk_tree_left .el-input__inner {
    background-color: #e8edf6;
    border-radius: 5px;
    border: solid 1px #719eec;
    color: #a3afc4;
    font-size:14px;
}
.lk_tree_left .el-icon-search {
    font-size:24px;
}
.lk_tabs .el-tabs__content {
    padding: 0;
}
.lk_tabs.el-tabs--border-card {
    background: transparent;
    border: none;
    box-shadow: none;
}
.lk_tabs .el-tab-pane > .panel, .lk_tabs  .el-tab-pane > .panel > .panel-heading {
    border-top-left-radius: 0;
    
}
.lk_tabs.el-tabs--border-card > .el-tabs__header {
    background-color: transparent;
    border-bottom: none;
}
    .lk_tabs.el-tabs--border-card > .el-tabs__header .el-tabs__item {
        margin-right: 10px;
        border: 1px solid #4c6ebc;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: #f2f1f1;
        min-width: 100px;
        text-align: center;
        font-size: 16px;
        color: #999999;
        line-height:38px;
        height:45px;
        box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2) inset
    }
.lk_tabs.el-tabs--border-card > .el-tabs__header .el-tabs__item + .el-tabs__item, .lk_tabs.el-tabs--border-card > .el-tabs__header .el-tabs__item:first-child {
    margin-left: 0;
}
.lk_tabs.el-tabs--border-card > .el-tabs__header .el-tabs__item {
    margin-top: 0;
}
    .lk_tabs.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
        background-color: #2c3967;
        color: #fff;
      
    }
    .lk_tabs.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
        background-color: #2c3967;
        color: #fff;
        font-weight: bold;
        box-shadow: none;
    }
.lk_tabs .el-tabs__item span {
    padding-bottom:5px;
}
.lk_tabs .el-tabs__item.is-active span {
    border-bottom: 2px solid #fff
}

.lk_content .el-dialog__headerbtn {
    top: 15px;
}
.lk_content .el-dialog__header {
    padding: 15px 20px 15px;
}
.lk_content .table > thead > tr > th {
    font-weight:bold;
}
.lk_content .el-button--mini, .lk_content .el-button--mini.is-round {
    padding: 7px 5px;
}
.panel .panel-heading {
    background-color: #E9EFFC;
    min-height: 40px;
    line-height: 30px;
    font-size: 18px;
}
.el-table__header thead th {
    background-color: #d8e6ff;
}
.el-table__fixed-right-patch {
    top: 0px;
    background-color: #d8e6ff;
    border-bottom: 1px solid #719eec;
}
.btnPrimaryColor {
    background-color: #4c6ebc;
    border-color: #4c6ebc;
}

.btnPrimaryLightColor {
    background-color: #409EFF;
    border-color: #409EFF;
}
.el-table .el-table-column--selection .cell {
    text-overflow: initial;
}
.el-dialog {
    min-width: 500px;
}
/**end*/

