/**  style of devType **/
.devTypeService{
  position: relative;
  bottom: 9px;
}
/**  style of devType end**/

/** role */
.add-role {
  float: right;
  width: 32px;
  height: 32px;
  border: none;
  background: url("../image/group_add_icon.png") no-repeat center center;
  margin-top: -8px;
}
/** role end */

/** windomain account **/
.winAccount{
  margin-right: 5px;
  /* display: inline-block; */
}
/** windomain account end**/

/** common add */
.add-btn {
  background-image: url("../image/new_user_button_icon.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 100%;
  margin-right: 10px;
}
.file-btn {
  background-image: url("../image/file_btn_right.png");
  background-repeat: no-repeat;
  background-position: 55px center;
  background-size: auto;
  width: 88px;
  text-indent: -27px;
}
.h5-file-btn {
  background-image: url("../image/file_btn_right.png");
  background-repeat: no-repeat;
  background-position: 55px center;
  background-size: auto;
  width: 88px;
  text-indent: -27px;
}
.file-btn[disabled] {
  cursor: default;
  background-color: #0aa;
}

.h5-file-btn[disabled] {
  cursor: not-allowed;
  background-color: #b5ebee;
}
.h5-file-btn[disabled]:hover {
  cursor: not-allowed;
  background-color: #b5ebee !important;
}

.search-btn {
  background-image: url("../image/icon_search.png");
  text-indent: 10px;
  background-repeat: no-repeat;
  background-position: 18px center;
}
.download-btn {
  background-image: url("../image/file_btn_left.png");
  text-indent: 24px;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: auto;
  margin-right: 10px;
}

.h5-download-btn {
  background-image: url("../image/file_btn_left.png");
  text-indent: 24px;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: auto;
  margin-right: 10px;
}

.download-btn[disabled]{
  cursor: default;
  background-color: #0aa;
}

.h5-download-btn[disabled]{
  cursor: not-allowed;
  background-color: #b5ebee;
}

.h5-download-btn[disabled]:hover{
  cursor: not-allowed;
  background-color: #b5ebee !important;
}

.empty-button {
  display: block;
  background: url("../image/dot.png") no-repeat;
  background-position: center center;
  width: 36px;
  height: 32px;
  cursor: default !important;
}

body main.business .audits .tab-content .item .search_input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}

/** common import */
.import-btn {
  background-image: url("../image/import_user_button_icon.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
}

/** common list */
.common-list {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 15px;
}

/** larger form width */
.larger_form_width {
  width: 800px;
}

/** normal modal */
.modal-normal {
  width: 410px;
  margin-top: 273px;
}

/** common wrap for table data */
.common-wrap {
  white-space: normal;
  word-break: break-word;
}

/** dev state */
body .dev_state_0,
body .dev_state_3,
body .dev_state_2,
body .dev_state_1 {
  color: #4b5b6f;
}
body .dev_state_0 .icon,
body .dev_state_3 .icon,
body .dev_state_2 .icon,
body .dev_state_1 .icon {
  width: 5px;
  height: 5px;
  display: block;
  float: left;
  background-color: #4b5b6f;
  border-radius: 15px;
  margin-top: 8px;
}
body .dev_state_0 span,
body .dev_state_3 span,
body .dev_state_2 span,
body .dev_state_1 span {
  margin-left: 8px;
  float: left;
}
body .dev_state_3,
body .dev_state_2 {
  color: #f00;
}
body .dev_state_3 .icon,
body .dev_state_2 .icon {
  background-color: #f00;
}
body .dev_state_1 {
  color: #bbc4d0;
}
body .dev_state_0 .icon{
  background-color: #1fb98f;
}
body .dev_state_1 .icon {
  background-color: #bbc4d0;
}

body table .system_type #dev_state_systype_1 {
  color: #bbc4d0;
}

/** dev state  end */



/** app server domain state */
body .appserver_domain_state_0 .icon,
body .appserver_domain_state_1 .icon,
body .appserver_domain_state_2 .icon,
body .appserver_domain_state_3 .icon {
  width: 5px;
  height: 5px;
  display: block;
  background-color: #4b5b6f;
  border-radius: 15px;
  margin-top: 8px;
  margin-right: 5px;
  float: left
}

body .appserver_domain_state_0 .icon {
  background-color: #1fb98f; /** normal state */
}

body .appserver_domain_state_1 .icon {
  background-color: #f00; /** abnormal state */
}

body .appserver_domain_state_2 .icon {
  background-color: #bbc4d0; /** connect failed */
}

body .appserver_domain_state_3 .icon {
  background-color: #ff5809; /** connect failed */
}

body .appserver_domain_mode_0 {
  color: #1fb98f; /** normal state */
}

body .appserver_domain_mode_1 {
  color: #f00; /** abnormal state */
}

body .appserver_domain_mode_2 {
  color: #bbc4d0;/** connect failed */
}

body .appserver_domain_mode_3 {
  color: #ff5809;/** connect failed */
}
/** app server domain state end */


body .domain_name {
  font-size: 12px;
  font-weight: normal;
  margin-left: 20px;
  margin-top: 5px;
  float: left;
}




/** filter in modal-dialog start */
.modal-dialog .modal-content .modal-body .filter {
  float: left;
  width: 100%;
  position: relative;
}
.modal-dialog .modal-content .modal-body .filter .item {
  float: left;
}
.modal-dialog .modal-content .modal-body .filter .item .search_input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}
.modal-dialog .modal-content .modal-body .filter .item .save-to-nav {
  line-height: 32px;
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
  float: left;
}
.modal-dialog .modal-content .modal-body .filter .more_filters {
  font-size: 14px;
  height: 32px;
  cursor: pointer;
  background-image: url("../image/filter_icon.png");
  text-indent: 23px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 100%;
  padding-right: 46px;
  margin-right: 10px;
}
.modal-dialog .modal-content .modal-body .filter .filters_view_bg {
  background: #fff;
  opacity: 0.01;
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.modal-dialog .modal-content .modal-body .filter .filters_view {
  position: absolute;
  z-index: 3;
  margin-top: -5px;
  margin-bottom: 250px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
  width: 375px;
}
body main.resources .permission .users_view .filter .filters_view {
  width: 375px;
}

.modal-dialog .modal-content .modal-body .filter .filters_view .form-group {
  margin-bottom: 4px;
}
.modal-dialog .modal-content .modal-body .filter .filters_view .form-group .control-label {
  text-align: left;
}
.modal-dialog .modal-content .modal-body .filter .filters_view .form-group .form-control {
  width: 100%;
}
.modal-dialog .modal-content .modal-body .filter .filters_view .form-group .apply_filter {
  width: 100px;
}
.modal-dialog .modal-content .modal-body .filter .filters_view .form-group .reset_filter {
  cursor: pointer;
  color: #000;
  line-height: 32px;
  margin-right: 20px;
}
.modal-dialog .modal-content .modal-body .filter .ctrl {
  float: right;
}
.modal-dialog .modal-content .modal-body .filter .ctrl .new-user {
  background-image: url("../image/new_user_button_icon.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 100%;
  margin-right: 10px;
}
.modal-dialog .modal-content .modal-body .filter .ctrl .import-user {
  background-image: url("../image/import_user_button_icon.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
}
.modal-dialog .modal-content .modal-body .filter .ctrl .link-user {
  background-image: url("../image/link_user_button_icon.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 100%;
}
/** filter in modal-dialog end */

.content-title {
  font-size: 12px;
  line-height: 32px;
  color: #000;
}

/** highlight start */
highlight {
  color: black;
  background-color: yellow;
}
/** highlight end */

/** tui-detail2 start */
.tuidetailspan1 {
  width: 60px;
  float: left;
  word-wrap: break-word;
}
.tuidetailspan2 {
  width: 60%;
  float: left;
  word-wrap: break-word;
}

/** tui-detail2 end */
/*����ͼ��ʽ*/
qz-inspection-chart header {
   position:relative;
   height:70px;
}
qz-inspection-chart header h2{
    font-size: 16px;
    font-weight: 300;
    color: #111820;
    margin: 24px 0px 0px 24px;
    float: left;
    padding-right: 35px;
}
qz-inspection-chart header .more_ctrl{
  position:absolute;
  top:20px;
  right:13px;
  display:block !important;
}
qz-inspection-chart header .more_ctrl .dropdown-menu a{
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    cursor: pointer;
}
qz-inspection-chart header .more_ctrl .more{
  background: url("../image/more_black.png") no-repeat center center;
    background-size: auto 60%;
    text-indent: -999px;
    border: none;
    overflow: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
qz-inspection-chart header nav {
  float: left;
  margin-top: 24px;
}
qz-inspection-chart header nav .ul {
  overflow: hidden;
  border-radius: 20px;
}
qz-inspection-chart header nav .ul .li {
  cursor: pointer;
  width: 90px;
  height: auto;
  line-height: 24px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgba(0,0,0,0.7);
  float: left;
  font-weight: 150;
  border-right: 1px solid #d7dbe1;
  box-sizing: border-box;
  background: #e9ecf2;
}
qz-inspection-chart header nav .ul .active {
  background-color: #00cfe2;
  color: #fff;
}
qz-inspection-chart header nav .ul:last-child {
  border: none;
}
qz-inspection-chart .canvas {
  position: relative;
  overflow: hidden;
}
qz-inspection-chart .canvas .popover.right {
  min-width: 155px;
}
qz-inspection-chart .canvas .popover.right > .arrow {
  left: -10px;
}
qz-inspection-chart .canvas .popover.right .popover-content {
  padding: 0px;
}
qz-inspection-chart .canvas .popover.right span.data {
  color: #1ec486;
  font-size: 24px;
}
qz-inspection-chart .canvas .popover.right span.name {
  color: #000;
  font-size: 12px;
  margin-left: 10px;
}
qz-inspection-chart .canvas .axis .tick text {
  font-weight: 200;
  letter-spacing: 1px;
  fill: rgba(0,0,0,0.5);
}
qz-inspection-chart .canvas .x.axis line {
  fill: none;
  stroke: #dde1e6;
  shape-rendering: crispEdges;
}
qz-inspection-chart .canvas .x.axis path {
  display: none;
}
qz-inspection-chart .canvas .x.axis .tick text {
  opacity: 0.7;
  font-size: 12px;
}
qz-inspection-chart .canvas .y.axis line {
  fill: none;
  stroke: #dde1e6;
  shape-rendering: crispEdges;
}
qz-inspection-chart .canvas .y.axis .tick text {
  opacity: 0.7;
  font-size: 12px;
  transform: translate(-24px, 5px);
}
qz-inspection-chart .canvas .area {
  opacity: 0.5;
}
qz-inspection-chart .canvas .axis .domain {
  display: none;
}
qz-inspection-chart .canvas .stop-left-serious-area {
  stop-color: rgb(245, 67, 66);
}
qz-inspection-chart .canvas .stop-right-serious-area {
  stop-color: rgb(255, 122, 33);
}
qz-inspection-chart .canvas .stop-left-serious-line {
  stop-color: rgb(245, 67, 66);
}
qz-inspection-chart .canvas .stop-right-serious-line {
  stop-color: rgb(245, 67, 66);
}
qz-inspection-chart .canvas .stop-left-general-area {
  stop-color: rgb(255, 122, 33);
}
qz-inspection-chart .canvas .stop-right-general-area {
  stop-color: rgb(255, 150, 80);
}
qz-inspection-chart .canvas .stop-left-general-line {
  stop-color: rgb(255, 122, 33);
}
qz-inspection-chart .canvas .stop-right-general-line {
  stop-color: rgb(255, 122, 33);
}
qz-inspection-chart .canvas .stop-left-slight-area {
  stop-color: rgb(66, 171, 238);
}
qz-inspection-chart .canvas .stop-right-slight-area {
  stop-color: #5FC8F8;
}
qz-inspection-chart .canvas .stop-left-slight-line {
  stop-color: rgb(66, 171, 238);
}
qz-inspection-chart .canvas .stop-right-slight-line {
  stop-color: rgb(66, 171, 238);
}
qz-inspection-chart .canvas .stop-left-normal-area {
  stop-color: rgb(234, 245, 235);
}
qz-inspection-chart .canvas .stop-right-normal-area {
  stop-color: rgb(236, 248, 245);
}
qz-inspection-chart .canvas .stop-left-normal-line {
  stop-color: rgb(236, 248, 245);
}
qz-inspection-chart .canvas .stop-right-normal-line {
  stop-color: rgb(236, 248, 245);
}
qz-inspection-chart .canvas .line {
  fill: none;
  stroke-width: 1px;
  opacity: 0.8;
}
qz-inspection-chart .canvas .overlay {
  pointer-events: all;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1061;
}

/*����ͼ��ʽ*/
qz-inspection-chart2 header {
   position:relative;
   height:70px;
}
qz-inspection-chart2 header h2{
    font-size: 16px;
    font-weight: 300;
    color: #111820;
    margin: 24px 0px 0px 24px;
    float: left;
    padding-right: 35px;
}
qz-inspection-chart2 header .more_ctrl{
  position:absolute;
  top:20px;
  right:13px;
  display:block !important;
}
/* qz-inspection-chart2 header .more_ctrl .dropdown-menu a{ */
/*     width: 100%; */
/*     display: block; */
/*     text-align: center; */
/*     color: #000; */
/*     cursor: pointer; */
/* } */
/* qz-inspection-chart2 header .more_ctrl .more{ */
/*   background: url("../image/more_black.png") no-repeat center center; */
/*     background-size: auto 60%; */
/*     text-indent: -999px; */
/*     border: none; */
/*     overflow: hidden; */
/*     width: 30px; */
/*     height: 30px; */
/*     cursor: pointer; */
/* } */
qz-inspection-chart2 header nav {
  float: left;
  margin-top: 24px;
}
qz-inspection-chart2 header nav .ul {
  overflow: hidden;
  border-radius: 20px;
}
qz-inspection-chart2 header nav .ul .li {
  cursor: pointer;
  width: 90px;
  height: auto;
  line-height: 24px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgba(0,0,0,0.7);
  float: left;
  font-weight: 150;
  border-right: 1px solid #d7dbe1;
  box-sizing: border-box;
  background: #e9ecf2;
}
qz-inspection-chart2 header nav .ul .active {
  background-color: #00cfe2;
  color: #fff;
}
qz-inspection-chart2 header nav .ul:last-child {
  border: none;
}
qz-inspection-chart2 .canvas {
  position: relative;
  overflow: hidden;
}
qz-inspection-chart2 .canvas .popover.right {
  min-width: 155px;
}
qz-inspection-chart2 .canvas .popover.right > .arrow {
  left: -10px;
}
qz-inspection-chart2 .canvas .popover.right .popover-content {
  padding: 0px;
}
qz-inspection-chart2 .canvas .popover.right span.data {
  color: #1ec486;
  font-size: 24px;
}
qz-inspection-chart2 .canvas .popover.right span.name {
  color: #000;
  font-size: 12px;
  margin-left: 10px;
}
qz-inspection-chart2 .canvas .axis .tick text {
  font-weight: 200;
  letter-spacing: 1px;
  fill: rgba(0,0,0,0.5);
}
qz-inspection-chart2 .canvas .x.axis line {
  fill: none;
  stroke: #dde1e6;
  shape-rendering: crispEdges;
}
qz-inspection-chart2 .canvas .x.axis path {
  display: none;
}
qz-inspection-chart2 .canvas .x.axis .tick text {
  opacity: 0.7;
  font-size: 12px;
}
qz-inspection-chart2 .canvas .y.axis line {
  fill: none;
  stroke: #dde1e6;
  shape-rendering: crispEdges;
}
qz-inspection-chart2 .canvas .y.axis .tick text {
  opacity: 0.7;
  font-size: 12px;
  transform: translate(-24px, 5px);
}
qz-inspection-chart2 .canvas .area {
  opacity: 0.5;
}
qz-inspection-chart2 .canvas .axis .domain {
  display: none;
}
qz-inspection-chart2 .canvas .stop-left-serious-area {
  stop-color: #11d7d0;
}
qz-inspection-chart2 .canvas .stop-right-serious-area {
  stop-color: #008aff;
}
qz-inspection-chart2 .canvas .stop-left-serious-line {
  stop-color: #11abd7;
}
qz-inspection-chart2 .canvas .stop-right-serious-line {
  stop-color: #006cff;
}
qz-inspection-chart2 .canvas .stop-left-general-area {
  stop-color: #27cf47;
}
qz-inspection-chart2 .canvas .stop-right-general-area {
  stop-color: #00b6b0;
}
qz-inspection-chart2 .canvas .stop-left-general-line {
  stop-color: #27cf47;
}
qz-inspection-chart2 .canvas .stop-right-general-line {
  stop-color: #11d7d0;
}
qz-inspection-chart2 .canvas .stop-left-slight-area {
  stop-color: #27cf47;
}
qz-inspection-chart2 .canvas .stop-right-slight-area {
  stop-color: #00b6b0;
}
qz-inspection-chart2 .canvas .stop-left-slight-line {
  stop-color: #27cf47;
}
qz-inspection-chart2 .canvas .stop-right-slight-line {
  stop-color: #11d7d0;
}
z-inspection-chart2 .canvas .stop-left-normal-area {
  stop-color: #27cf47;
}
qz-inspection-chart2 .canvas .stop-right-normal-area {
  stop-color: #00b6b0;
}
qz-inspection-chart2 .canvas .stop-left-normal-line {
  stop-color: #27cf47;
}
qz-inspection-chart .canvas .stop-right-normal-line {
  stop-color: #11d7d0;
}
qz-inspection-chart2 .canvas .line {
  fill: none;
  stroke-width: 1px;
  opacity: 0.8;
}
qz-inspection-chart2 .canvas .overlay {
  pointer-events: all;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1061;
}
/*Ѳ��ͳ����ʽ*/
body main.resources .dashboard .lefts,
body main.resources .dashboard .rights {
  width: calc(50% - 10px);
  height: 318px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-bottom: 20px;
}
body main.resources .dashboard .lefts h3,
body main.resources .dashboard .rights h3 {
  font-size: 16px;
  color: #010101;
  margin-left: 18px;
  margin-top: 21px;
}
body main.resources .dashboard .lefts h3.table_title,
body main.resources .dashboard .rights h3.table_title {
  font-size: 16px;
  color: #010101;
  line-height: 42px;
  float: left;
  text-indent: 18px;
  margin: 0px;
}
body main.resources .dashboard .lefts .scrollable-qztable-wrap,
body main.resources .dashboard .rights .scrollable-qztable-wrap {
  float: left;
  clear: both;
  width: 100%;
}
body main.resources .dashboard .lefts .scrollable-qztable-wrap .table-footer,
body main.resources .dashboard .rights .scrollable-qztable-wrap .table-footer {
  display: none;
}
body main.resources .dashboard .lefts .time_ago,
body main.resources .dashboard .rights .time_ago {
  font-size: 12px;
  color: #4b5b6f;
  opacity: 0.5;
  margin-left: 20px;
  display: inline-block;
}
body main.resources .dashboard .lefts {
  margin-right: 20px;
}
body main.resources .dashboard .right .content,
body main.resources .dashboard .left .content {
  margin-top: 60px;
  overflow: hidden;
}
body main.resources .dashboard  .rights .content .item,
body main.resources .dashboard .lefts .content .item {
  width: 33%;
  float: left;
}
body main.resources .dashboard  .rights .content .item .count,
body main.resources .dashboard .lefts .content .item .count {
  font-size: 54px;
  color: #00cfe2;
  font-weight: normal;
  float: left;
  display: block;
  text-align: center;
  width: 100%;
}
body main.resources .dashboard  .rights .content .item .name,
body main.resources .dashboard  .lefts .content .item .name {
  font-size: 12px;
  opacity: 0.7;
  float: left;
  clear: left;
  display: block;
  text-align: center;
  width: 100%;
}

/*  Ѳ��������  */
qz-inspection-chart-item header {
   position:relative;
   height:70px;
}
qz-inspection-chart-item header h2{
    font-size: 16px;
    font-weight: 300;
    color: #111820;
    margin: 24px 0px 0px 24px;
    float: left;
    padding-right: 35px;
}
qz-inspection-chart-item header .more_ctrl{
  position:absolute;
  top:20px;
  right:13px;
  display:block !important;
}
qz-inspection-chart-item header .more_ctrl .dropdown-menu a{
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    cursor: pointer;
}
qz-inspection-chart-item header .more_ctrl .more{
  background: url("../image/more_black.png") no-repeat center center;
    background-size: auto 60%;
    text-indent: -999px;
    border: none;
    overflow: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
qz-inspection-chart-item header nav {
  float: left;
  margin-top: 24px;
}
qz-inspection-chart-item header nav .ul {
  overflow: hidden;
  border-radius: 20px;
}
qz-inspection-chart-item header nav .ul .li {
  cursor: pointer;
  width: 90px;
  height: auto;
  line-height: 24px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgba(0,0,0,0.7);
  float: left;
  font-weight: 150;
  border-right: 1px solid #d7dbe1;
  box-sizing: border-box;
  background: #e9ecf2;
}
qz-inspection-chart-item header nav .ul .active {
  background-color: #00cfe2;
  color: #fff;
}
qz-inspection-chart-item header nav .ul:last-child {
  border: none;
}
qz-inspection-chart-item .canvas {
  position: relative;
  overflow: hidden;
}
qz-inspection-chart-item .canvas .popover.right {
  min-width: 155px;
}
qz-inspection-chart-item .canvas .popover.right > .arrow {
  left: -10px;
}
qz-inspection-chart-item .canvas .popover.right .popover-content {
  padding: 0px;
}
qz-inspection-chart-item .canvas .popover.right span.data {
  color: #1ec486;
  font-size: 24px;
}
qz-inspection-chart-item .canvas .popover.right span.name {
  color: #000;
  font-size: 12px;
  margin-left: 10px;
}
qz-inspection-chart-item .canvas .axis .tick text {
  font-weight: 200;
  letter-spacing: 1px;
  fill: rgba(0,0,0,0.5);
}
qz-inspection-chart-item .canvas .x.axis line {
  fill: none;
  stroke: #dde1e6;
  shape-rendering: crispEdges;
}
qz-inspection-chart-item .canvas .x.axis path {
  display: none;
}
qz-inspection-chart-item .canvas .x.axis .tick text {
  opacity: 0.7;
  font-size: 12px;
}
qz-inspection-chart-item .canvas .y.axis line {
  fill: none;
  stroke: #dde1e6;
  shape-rendering: crispEdges;
}
qz-inspection-chart-item .canvas .y.axis .tick text {
  opacity: 0.7;
  font-size: 12px;
  transform: translate(-24px, 5px);
}
qz-inspection-chart-item .canvas .area {
  opacity: 0.5;
}
qz-inspection-chart-item .canvas .axis .domain {
  display: none;
}
qz-inspection-chart-item .canvas .stop-left-serious-area {
  stop-color: #11d7d0;
}
qz-inspection-chart-item .canvas .stop-right-serious-area {
  stop-color: #008aff;
}
qz-inspection-chart-item .canvas .stop-left-serious-line {
  stop-color: #11abd7;
}
qz-inspection-chart-item .canvas .stop-right-serious-line {
  stop-color: #006cff;
}
qz-inspection-chart-item .canvas .stop-left-general-area {
  stop-color: #27cf47;
}
qz-inspection-chart-item .canvas .stop-right-general-area {
  stop-color: #00b6b0;
}
qz-inspection-chart-item .canvas .stop-left-general-line {
  stop-color: #27cf47;
}
qz-inspection-chart-item .canvas .stop-right-general-line {
  stop-color: #11d7d0;
}
qz-inspection-chart-item .canvas .stop-left-slight-area {
  stop-color: #27cf47;
}
qz-inspection-chart-item .canvas .stop-right-slight-area {
  stop-color: #00b6b0;
}
qz-inspection-chart-item .canvas .stop-left-slight-line {
  stop-color: #27cf47;
}
qz-inspection-chart-item .canvas .stop-right-slight-line {
  stop-color: #11d7d0;
}
z-inspection-chart .canvas .stop-left-normal-area {
  stop-color: #27cf47;
}
qz-inspection-chart-item .canvas .stop-right-normal-area {
  stop-color: #00b6b0;
}
qz-inspection-chart-item .canvas .stop-left-normal-line {
  stop-color: #27cf47;
}
qz-inspection-chart-item .canvas .stop-right-normal-line {
  stop-color: #11d7d0;
}
qz-inspection-chart-item .canvas .line {
  fill: none;
  stroke-width: 1px;
  opacity: 0.8;
}
qz-inspection-chart-item .canvas .overlay {
  pointer-events: all;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1061;
}
/* Ѳ�������� */

/*����ͼ��ʽ*/
 qz-inspection-chart3 header {
   position:relative;
   height:70px;
   margin-top:-40px;
   margin-bottom:-10px;
}
qz-inspection-chart3 header h2{
    font-size: 16px;
    font-weight: 300;
    color: #111820;
    margin: 24px 0px 0px 24px;
    float: left;
    padding-right: 35px;
}
qz-inspection-chart3 header .more_ctrl{
  position:absolute;
  top:20px;
  right:13px;
  display:block !important;
}
qz-inspection-chart3 header .more_ctrl .dropdown-menu a{
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    cursor: pointer;
}
qz-inspection-chart3 header .more_ctrl .more{
  background: url("../image/more_black.png") no-repeat center center;
    background-size: auto 60%;
    text-indent: -999px;
    border: none;
    overflow: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
qz-inspection-chart3 header nav {
  float: left;
  margin-top: 24px;
}
qz-inspection-chart3 header nav .ul {
  overflow: hidden;
  border-radius: 20px;
}
qz-inspection-chart3 header nav .ul .li {
  cursor: pointer;
  width: 90px;
  height: auto;
  line-height: 24px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgba(0,0,0,0.7);
  float: left;
  font-weight: 150;
  border-right: 1px solid #d7dbe1;
  box-sizing: border-box;
  background: #e9ecf2;
}
qz-inspection-chart3 header nav .ul .active {
  background: #00cfe2;
  color: #fff;
}
qz-inspection-chart3 header nav .ul:last-child {
  border: none;
}
qz-inspection-chart3 .canvas {
  position: relative;
  overflow: hidden;
}
qz-inspection-chart3 .canvas .popover.right {
  min-width: 155px;
}
qz-inspection-chart3 .canvas .popover.right > .arrow {
  left: -10px;
}
qz-inspection-chart3 .canvas .popover.right .popover-content {
  padding: 0px;
}
qz-inspection-chart3 .canvas .popover.right span.data {
  color: #1ec486;
  font-size: 24px;
}
qz-inspection-chart3 .canvas .popover.right span.name {
  color: #000;
  font-size: 12px;
  margin-left: 10px;
}
qz-inspection-chart3 .canvas .axis .tick text {
  font-weight: 200;
  letter-spacing: 1px;
  fill: rgba(0,0,0,0.5);
}
qz-inspection-chart3 .canvas .x.axis line {
  fill: none;
  stroke: #dde1e6;
  shape-rendering: crispEdges;
}
qz-inspection-chart3 .canvas .x.axis path {
  display: none;
}
qz-inspection-chart3 .canvas .x.axis .tick text {
  opacity: 0.7;
  font-size: 12px;
  stroke: #000000;
}
qz-inspection-chart3 .canvas .y.axis line {
  fill: none;
  stroke: #dde1e6;
  shape-rendering: crispEdges;
}
qz-inspection-chart3 .canvas .y.axis .tick text {
  opacity: 0.7;
  font-size: 10px;
  /* transform: translate(-24px, 5px); */
  stroke: #000000;
}
qz-inspection-chart3 .canvas .area {
  opacity: 0.5;
}
qz-inspection-chart3 .canvas .axis .domain {
  display: none;
}
qz-inspection-chart3 .canvas .stop-left-serious-area {
  stop-color: #FF0000;
}
qz-inspection-chart3 .canvas .stop-right-serious-area {
  stop-color: #FF8800;
}
qz-inspection-chart3 .canvas .stop-left-serious-line {
  stop-color: #FF0000;
}
qz-inspection-chart3 .canvas .stop-right-serious-line {
  stop-color: #FF0000;
}
qz-inspection-chart3 .canvas .stop-left-general-area {
  stop-color: #ff7a21;
}
qz-inspection-chart3 .canvas .stop-right-general-area {
  stop-color: #E4C41D;
}
qz-inspection-chart3 .canvas .stop-left-general-line {
  stop-color: #E47A1D;
}
qz-inspection-chart3 .canvas .stop-right-general-line {
 stop-color: #E47A1D;
}
qz-inspection-chart3 .canvas .stop-left-slight-area {
  stop-color: #6A2EDC;
}
qz-inspection-chart3 .canvas .stop-right-slight-area {
  stop-color: #5FC8F8;
}
qz-inspection-chart3 .canvas .stop-left-slight-line {
  stop-color: #6A2EDC;
}
qz-inspection-chart3 .canvas .stop-right-slight-line {
  stop-color: #6A2EDC;
}
z-inspection-chart .canvas .stop-left-normal-area {
  stop-color: #E3ECEB;
}
qz-inspection-chart3 .canvas .stop-right-normal-area {
  stop-color: #EDF1F0;
}
qz-inspection-chart3 .canvas .stop-left-normal-line {
  stop-color: #E3ECEB;
}
qz-inspection-chart3 .canvas .stop-right-normal-line {
  stop-color: #E3ECEB;
}
qz-inspection-chart3 .canvas .line {
  fill: none;
  stroke-width: 1px;
  opacity: 0.8;
}
qz-inspection-chart3 .canvas .overlay {
  pointer-events: all;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1061;
}

/*����ͼ��ʽ*/

body main.index .widget_add .widget_add_menu .ul {
  border-right: 0px !important;
}
body main.index .widget_add .widget_add_menu .ul .li.active span {
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 15px;
  color: #000;
  line-height: 20px;
}
body main.index .widget_add .widget_add_menu .details {
  padding-right: 0px;
  border-left: 2px solid #eee;
}
body main.index .widget_add .widget_add_menu .details .list {
  height: 280px;
}
body main.index .widget_add .widget_add_menu .details .size {
  background-color: #FFF !important;
  color: rgba(0,0,0,0.25) !important;
  float: left !important;
  margin-right: 10px !important;
  clear: right !important;
  position: relative !important;
  border: 1px solid #edf2f6 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% auto !important;
}
body main.index .widget_add .widget_add_menu .details .size .name {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 18px;
  margin-top: 35px;
}
body main.index .widget_add .widget_add_menu .details .size .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 12px;
  text-indent: 6px;
  background-color: #edf2f6;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body main.index .widget_add .widget_add_menu .details .size .checkbox {
  width: 16px !important;
  right: -1px !important;
  top: -5px !important;
}
body main.index .widget_add .widget_add_menu .details .small {
  width: 150px !important;
  height: 130px !important;
}
body main.index .widget_add .widget_add_menu .details .big {
  width: 310px !important;
  height: 160px !important;
}
body main.index .widget_add .widget_add_menu .details .control span {
  color: #000 !important;
  text-decoration: underline !important;
}
body main.business .access #recents .resource_list tbody tr td .config_view_bg,
body main.business .access #favs .resource_list tbody tr td .config_view_bg {
  width: calc(100% - 120px) !important;
}

body main.resources .permission .permission_details .permission_table .sticky-thead thead tr th {
  width: 160px !important;
  height: 66px !important;
  line-height: 1.4 !important;
  word-wrap: break-word;
  word-break: break-all;
  vertical-align: middle;
}
body main.resources .permission .permission_details .permission_table .sticky-col tr th {
  width: 160px !important;
  min-height: 66px !important;
  line-height: 1.4 !important;
  word-wrap: break-word;
  word-break: break-all;
  vertical-align: middle;
  display: table-cell;
}
body main.resources .permission .permission_details .permission_table .sticky-enabled tbody tr th {
  width: 160px !important;
  height: 66px !important;
  vertical-align: middle;
  line-height: 14px !important;
  word-wrap: break-word;
  word-break: break-all;
}
body main.resources .permission .permission_details .permission_table .sticky-enabled thead tr th {
  width: 160px !important;
  height: 66px !important;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.4;
}
body main.resources .permission .permission_details .permission_table .sticky-enabled tbody tr td {
  height: 66px !important;
}
body main.resources .permission .permission_details .permission_table td, body main.resources .permission .permission_details .permission_table th {
  white-space: normal !important;
}
body main.resources .permission .permission_details .permission_table .sticky-thead thead tr .usergroup {
  background-position: 130px 41px !important;
}
body main .serv-sys-edit-drop-down-menu-not-ie {
  z-index: 99;
  width: 152px !important;
  height: inherit !important;
}

body main .serv-sys-edit-drop-down-menu-ie {
    z-index: 99;
    width: 178px !important;
    height: inherit !important;
}

body main.business .access .serv_sys_slider {
    overflow-y: auto;
}
.valid_link {
  margin-top: 48px;
  margin-bottom: 40px;
  width: 120px;
  height: 42px;
  line-height: 42px;
  border: none;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  padding: 0px;
  cursor: pointer;
  text-align:center;
}
.table-refresh-div{
  border: none;
  float: right;
  background: url("../image/icon_refresh.png") no-repeat;
  background-size: auto 100%;
  width: 14px;
  height: 13px;
  margin-top: 6px;
  cursor: pointer;
  margin-right: 10px;
}
nav2 {
  float: left;
  margin-bottom: 20px;
}
nav2 .ul {
  overflow: hidden;
  border-radius: 20px;
}
nav2 .ul .li {
  cursor: pointer;
  width: 90px;
  height: auto;
  line-height: 24px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgba(0,0,0,0.7);
  float: left;
  font-weight: 150;
  border-right: 1px solid #d7dbe1;
  box-sizing: border-box;
  background: #e9ecf2;
}
nav2 .ul .active {
  background-color: #00cfe2;
  color: #fff;
}
nav2 .ul:last-child {
  border: none;
}
body main.business .dashboard .one {
  width: calc(100% - 10px);
  min-width: 300px;
  height: 350px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-bottom: 20px;
}
body main.business .dashboard .two,
body main.business .dashboard .three,
body main.business .dashboard .four {
  width: calc(100% - 10px);
  min-width: 300px;
  height: 350px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-left: 13.3px;
  margin-bottom: 20px;
}
body main.business .dashboard .one h3,
body main.business .dashboard .two h3,
body main.business .dashboard .three h3,
body main.business .dashboard .four h3 {
  font-size: 16px;
  color: #010101;
  margin-left: 18px;
  margin-top: 21px;
}
body main.business .dashboard {
  padding: 20px;
}
body main.business .dashboard .statistics {
  width: calc(50% - 12px);
  height: 318px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-bottom: 20px;
  margin-left: 10px;
}
body main.business .dashboard .statistics h3 {
  font-size: 16px;
  color: #010101;
  margin-left: 18px;
  margin-top: 21px;
}
.statistics-button {
  cursor: pointer;
  background: url("../image/protocols_edit.png") no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  border: none;
}
.statistics-del-button {
  cursor: pointer;
  background: url("../image/protocols_del.png") no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  border: none;
}
.recent-task {
    width: calc(33% - 10px);
    height: 408px;
    border-radius: 1px;
    float: left;
    margin-left: 13.3px;
}
.recent-task .task-title {
    font-size: 14px;
    padding: 20px;
}
.recent-task .task-state {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.recent-task .task-content {
    text-align: center;
    font-size: 13px;
}
.recent-task .scan-time {
    margin-top: 6px;
    text-align: center;
    font-size: 13px;
}
.recent-task .task-title-deep {
    font-size: 14px;
    padding: 20px 20px 10px 20px;
}
.recent-task .soon-act {
    padding-left: 20px;
    font-size: 13px;
}
.recent-task .soon-act > a {
    color: #FFF;
  }
.recent-task .soon-more {
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    cursor: pointer;
}
.level-common {
    height: 265px;
    background: rgb(31, 185, 143);
    color: white;
}
.level-common-deep {
    height: 143px;
    background: rgb(29, 172, 132);
    color: white;
}
.level-risk {
    height: 265px;
    background: rgb(237, 80, 79);
    color: white;
}
.level-risk-deep {
    height: 143px;
    background: rgb(224, 76, 76);
    color: white;
}
.level-not-exist {
    height: 265px;
  /*账号管理 - 仪表盘*/
  /*background: rgb(204, 204, 204);*/
  background: rgb(204 204 204 / 50%);
    color: white;
}
.level-not-exist-deep {
    height: 143px;
  /*账号管理 - 仪表盘*/
  /*background: rgb(153, 153, 153);*/
  background: rgb(153 153 153 / 50%);
    color: white;
}
body main.business .dashboard > .nav {
  width: 100%;
  height: 120px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-bottom: 20px;
}
body main.business .dashboard > .nav .content {
  margin-top: 0px;
  overflow: hidden;
  height: 100%;
}
body main.business .dashboard > .nav .content .item {
  width: 33%;
  float: left;
  height: 100%;
}
body main.business .dashboard > .nav .content .pendingItem {
  width: 25%;
  float: left;
  height: 100%;
}
body main.business .dashboard > .nav .content .concernItem {
  width: 20%;
  float: left;
  height: 100%;
}
body main.business .dashboard > .nav .content .item .count {
  margin-top: 20px;
  font-size: 36px;
  height: 32px;
  color: #00cfe2;
  font-weight: normal;
  float: left;
  display: block;
  text-align: center;
  width: 100%;
}
body main.business .dashboard > .nav .content .item .name {
  font-size: 12px;
  opacity: 0.7;
  float: left;
  clear: left;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
body main.business .dashboard > .nav .content .pendingItem .count {
  margin-top: 20px;
  font-size: 36px;
  height: 32px;
  color: #00cfe2;
  font-weight: normal;
  float: left;
  display: block;
  text-align: center;
  width: 100%;
}
body main.business .dashboard > .nav .content .pendingItem .name {
  font-size: 12px;
  opacity: 0.7;
  float: left;
  clear: left;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
body main.business .dashboard > .nav .content .concernItem .count {
  margin-top: 20px;
  font-size: 36px;
  height: 32px;
  color: #00cfe2;
  font-weight: normal;
  float: left;
  display: block;
  text-align: center;
  width: 100%;
}
body main.business .dashboard > .nav .content .concernItem .name {
  font-size: 12px;
  opacity: 0.7;
  float: left;
  clear: left;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.large_form_width {
  width: 760px;
}

/** audit statistics index style ----------start------------*/

.fast_choice {
  max-width : 300px;
  min-width : 200px;
  padding : 10px 20px 10px 20px;
  position : fixed;
  top: 150px;
  left: 210px;
  width : auto;
  height : auto;
  z-index : 5;
  background : #fff;
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
}

.fast_choice .fast_choice_item {
  padding-top : 5px;
  padding-bottom : 5px;
  font-size : 14px;
}

.fast_choice .fast_choice_item a {
  text-decoration: none;
  cursor: pointer;
}

.choices_view_bg {
  background: #fff;
  opacity: 0.01;
  z-index: 4;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

body main.business .audits-online-user {
  margin-left: -20px;
  padding: 0px;
}

.titleh1 h1{
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
}

.dropdown-menu > .li-bule > a:hover, .dropdown-menu > .li-bule > a:focus{
  background-color: #00cfe2;
}

.widget.narrow {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    height: 120px;
}
.widget.narrow .center {
    text-align: center;
    height: 100%;
    cursor: pointer;
}
.widget.narrow .center .title {
    color: #00cfe2;
    font-size: 36px;
    height: 45px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.widget.narrow .center .detail {
    font-size: 12px;
}
.widget.narrow .border-right{
    border-right: 1px solid #e5e5e5;
}
.pointer{
  cursor: pointer;
}

nav.slider > ul > li.top {
  border-bottom: 1px solid #dde1e6;
}

/** audit statistics index style ----------end------------*/

/** audit search index style ----------start------------*/

.audits-search .title {
    height: 100%;
}

body main.business .audits-search {
  margin-left: -20px;
  padding: 0px;
}

body main.business .audits-search .datepicker-divide {
  position: absolute;
  margin-left: 10px;
  line-height: 34px;
  font-size: 26px;
}

body main.business .audits-search .title h1 {
    font-size: 16px;
    line-height: 60px;
    color: #000;
    text-indent: 20px;
    font-weight: normal;
    margin: 10px auto;
}

body main.business .audits-search-search .title h1 {
    font-size: 16px;
    line-height: 60px;
    color: #000;
    text-indent: 0px;
    font-weight: normal;
    margin-top: 10px;
}

body main.business .audits-search-search .filter_btn {
  border:1px solid #e5e5e5;
  font-size:14px;
  padding:2px;
  float:right;
  height:26px;
  position:relative;
  top:20px;
  text-decoration:none;
  margin-right:15px;
  cursor:pointer;
}

body main.business .audits-search-search .filter_btn:hover {
  background-color: #e5e5e5;
  border:1px solid #e5e5e5;
  font-size:14px;
  padding:2px;
  float:right;
  height:26px;
  position:relative;
  top:20px;
  text-decoration:none;
  margin-right:15px;
  cursor:pointer;
}

body main.business .audits-search-search .filter_btn img {
  position:relative;
  top:-18px;
  width:14px;
}

body main.business .audits-search-search .leftday_btn {
  border:1px solid #e5e5e5;
  font-size:16px;
  padding:4px;
  float:left;
  height:26px;
  width:26px;
  position:relative;
  top:0px;
  text-decoration:none;
  cursor:pointer;
}

body main.business .audits-search-search .leftday_btn:hover {
  background-color: #e5e5e5;
  border:1px solid #e5e5e5;
  font-size:16px;
  padding:4px;
  float:left;
  height:26px;
  width:26px;
  position:relative;
  top:0px;
  text-decoration:none;
  cursor:pointer;
}

body main.business .audits-search-search .download_btn {
  border:1px solid #e5e5e5;
  font-size:14px;
  padding:2px;
  float:right;
  height:26px;
  position:relative;
  top:20px;
  text-decoration:none;
  cursor:pointer;
}

body main.business .audits-search-search .download_btn:hover {
  background-color: #e5e5e5;
  border:1px solid #e5e5e5;
  font-size:14px;
  padding:2px;
  float:right;
  height:26px;
  position:relative;
  top:20px;
  text-decoration:none;
  cursor:pointer;
}

body main.business .audits-search-search .download_btn img {
  position:relative;
  top:-18px;
  width:14px;
}

.audits-search-search-tab {
    width: 145px;
    text-align: center;
}

body main.business .audits-search .button-list{
    width: 100%;
    line-height: 110px;
}

body main.business .audits-search .btn-large{
    line-height: 70px;
    width: 100%;
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

body main.business .audits-search .btn-md{
    width: 100%;
}

body main.business .audits-search .audits-top .item{
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #000;
}

body main.business .audits-search .audits-top .item:hover{
    background-color: #00cfe2;
    color: #fff;
}

div.table-time {
    overflow-y: auto;
    overflow-x: hidden;
}

table.table-time {
  min-width: 100%;
  font-size: 12px;
  color: #313234;
  font-weight: 300;
  text-align: center;
}
table.table-time a.table_btn {
  color: #38679f;
  text-decoration: none;
  display: inline-block;
  line-height: 18px;
}

table.table-time tbody {
  background: #fff;
}
table.table-time tbody tr {
  background-color: #edf0f4;
  border: 4px solid #ffffff;
}
table.table-time tbody tr td {
  padding: 0px;
  color: #4b5b6f;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  line-height: 23px;
}
table.table-time tbody tr td:first-child {
  padding-left: 14px;
  text-indent: 0px;
  text-align: left;
}

table.table-time tbody tr .ctrl-buttons {
  padding: 8px 8px 8px 15px;
}
table.table-time tbody tr .ctrl-buttons tbody {
  background: transparent !important;
}
table.table-time tbody tr .ctrl-buttons tbody tr {
  background: transparent !important;
  border: 0px;
}
table.table-time tbody tr .ctrl-buttons tbody tr td {
  background: transparent !important;
  text-indent: 0px;
  padding: 0px;
}
table.table-time tbody tr .ctrl-buttons a {
  text-indent: 0px;
  cursor: pointer;
  margin-left: 10px;
  float: left;
  color: #4b5b6f;
  text-decoration: underline;
  -webkit-text-decoration-color: #8a93a0;
  text-decoration-color: #8a93a0;
}
table.table-time tbody tr .ctrl-buttons a:first-child {
  margin-left: 0px;
}
table.table-time tbody tr .more_buttons {
  float: left;
  cursor: pointer;
}
table.table-time tbody tr .more_buttons > .dropdown-menu {
  min-width: 80px;
  border: none;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  padding: 0px;
  left: 0px;
}
table.table-time tbody tr .more_buttons > .dropdown-menu > li {
  width: 100%;
}
table.table-time tbody tr .more_buttons > .dropdown-menu > li > a {
  width: 100%;
  cursor: pointer;
  color: #000;
  padding: 8px 20px;
  display: block;
  text-decoration: none;
}

.table-footer.bottom {
    position: fixed;
    bottom: 20px;
}

.table-time .item .filters_view_bg {
  background: #fff;
  opacity: 0.01;
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.table-time .filter-drop-up {
  position: relative;
}

.table-time .filter-drop-up .filters_view_bg {
  background: #fff;
  opacity: 0.01;
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.table-time .filter-drop-up .filters_view {
  left: -100px;
  bottom: 40px;
  position: absolute;
  z-index: 3;
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 0px 0px;
  width: 295px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
}

.table-time .filter-drop-up .search_input {
  background-image: url(../image/search_icon.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 43px;
  background-color: #fff;
}

.table-time .filter-drop-up .search_input:hover {
  background-image: url(../image/search_icon.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 43px;
}

.table-time .filter-drop-up .item {
  padding: 8px 8px 8px 8px;
  width: 100%;
  height: 40px;
}

.table-time .filter-drop-up .selected_count {
  background-color: #00cfe2;
  border: 1px solid #00cfe2;
}

.sessionlog_icon_1,
.sessionlog_gui_icon_2 {
  width: 5px;
  height: 5px;
  display: block;
  float: left;
  background-color: #1fb98f;
  border-radius: 15px;
  margin-top: 8px;
  position: relative;
  left: -10px;
}
.sessionlog_state_1,
.sessionlog_gui_state_2 {
  float: left;
  position: relative;
  left: -5px;
}

.col-defined {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
}

.row_highrisk_deny td,
.row_highrisk_deny span,
.row_highrisk_deny a.table_btn {
  color: #fff !important;
}

.audit-command-group div.type-radio {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.audit-command-group div.type-radio.checked {
  background: #00cfe2;
}

.audit-command-group .help-tip {
  background: url("../image/icon_info_black.png");
  background-repeat: no-repeat;
}

.audit-command-group-selected .help-tip {
  background: url("../image/icon_info_white.png");
  background-repeat: no-repeat;
}

.audit-command-group-selected-icon {
  background-image: url(../image/icon_selected.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 40px;
  width: 12px;
  height: 8px;
}

div.type-radio.checked .radio-selected-icon {
  background-image: url(../image/icon_selected.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 12px;
  height: 8px;
}

.radio-selected-icon {
  background-image: url(../image/dot.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 12px;
  height: 8px;
}

/** audit search index style ----------end------------*/

/** audit chart */
.audit-session-counter-widget .content .item {
  width: 25% !important;
}
.qz-session-chart .canvas .stop-left-db-area {
  stop-color: #11d7d0;
}
.qz-session-chart .canvas .stop-right-db-area {
  stop-color: #00cfe2;
}
.qz-session-chart .canvas .stop-left-db-line {
  stop-color: #11d7d0;
}
.qz-session-chart .canvas .stop-right-db-line {
  stop-color: #00cfe2;
}

/** audit chart end */

/** audit session risk chart */
.qz-session-risk-chart {
  height: 600px !important;
}
.qz-session-risk-chart-gridline {
  stroke: #e8e8e8;
}
.qz-session-risk-chart-gridline2 {
  stroke: #c8c8c8;
  stroke-width: 2;
}
.qz-session-risk-chart-body {
  height: 530px;
}
.qz-session-risk-chart header nav {
  text-align:right;
}
.qz-session-risk-chart header nav span {
  font-size:16px;
  color:#000;
  position: relative;
  top: 20px;
  right: 50px;
}
.qz-session-risk-chart .canvas {
  position: relative;
  overflow: hidden;
}
.qz-session-risk-chart .canvas .popover.right {
  min-width: 155px;
}
.qz-session-risk-chart .canvas .popover.right > .arrow {
  left: -10px;
}
.qz-session-risk-chart .canvas .popover.right .popover-content {
  padding: 0px;
}
.qz-session-risk-chart .canvas .popover.right span.data {
  color: #1ec486;
  font-size: 24px;
}
.qz-session-risk-chart .canvas .popover.right span.name {
  color: #000;
  font-size: 12px;
  margin-left: 10px;
}
.qz-session-risk-chart .canvas .axis .tick text {
  font-weight: 200;
  letter-spacing: 1px;
  fill: rgba(0,0,0,0.5);
}
.qz-session-risk-chart .canvas .x.axis line {
  fill: none;
  stroke: #dde1e6;
  shape-rendering: crispEdges;
}
.qz-session-risk-chart .canvas .x.axis path {
  display: none;
}
.qz-session-risk-chart .canvas .x.axis .tick text {
  opacity: 0.7;
  font-size: 12px;
}
.qz-session-risk-chart .canvas .y.axis line {
  fill: none;
  stroke: #dde1e6;
  shape-rendering: crispEdges;
}
.qz-session-risk-chart .canvas .y.axis .tick text {
  opacity: 0.7;
  font-size: 12px;
  transform: translate(-24px, 5px);
}
.qz-session-risk-chart .canvas .area {
  opacity: 0.5;
}
.qz-session-risk-chart .canvas .axis .domain {
  display: none;
}
.qz-session-risk-chart .canvas .line {
  fill: none;
  stroke-width: 1px;
  opacity: 0.8;
}
.qz-session-risk-chart .canvas .overlay {
  pointer-events: all;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1061;
}
/** audit session risk chart end */

/** audit search with-tip style ----------start------------*/
.tipInSearch .popover{
  min-width: 220px;
  min-height: 250px;
}
/** audit search with style ----------end------------*/
/** commandGroup with style ----------start------------*/
.save-button {
  display: block;
  cursor: pointer;
  background: url("../image/editor_save.png") no-repeat;
  background-position: center center;
  width: 36px;
  height: 32px;
}
.clear-button {
  display: block;
  cursor: pointer;
  background: url("../image/search_icon_clean.png") no-repeat;
  background-position: center center;
  width: 36px;
  height: 32px;
}
/** commandGroup with style ----------end------------*/
body main.business .widget_list ul li header .more_ctrl {
  position: absolute;
  top: 20px;
  right: 13px;
  display: block !important;
}
body main.business .widget_list ul li header .more_ctrl .more {
  background: url("../image/more_black.png") no-repeat center center;
  background-size: auto 60%;
  text-indent: -999px;
  border: none;
  overflow: hidden;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
body main.business .widget_list ul li header .more_ctrl .dropdown-menu {
  left: -60px;
  min-width: 90px;
  border: none;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
  max-height: 400px;
  overflow: hidden;
}
body main.business .widget_list ul li header .more_ctrl .dropdown-menu a {
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
  cursor: pointer;
}
body main.business .menu_hide ul li header .more_ctrl {
  display: none !important;

}
.ui-select-container .ui-select-match-item .ui-select-match-close + span {
  display: inline !important;
}

.info1 {
    float: left;
    clear: left;
    width: 60%;
    margin-top:-10px;
    overflow: hidden;
    table-layout: fixed;
}
.info1 td{
  cursor: pointer;
  width: 30%;
  display: inline-block;
}
.info1 td .count{
  font-size: 36px;
  font-weight: 400;
  color: #00cfe2;
  display: block;
  width: 100%;
  height: 32px;
  text-align: center;
  font-weight: 200;
  float: left;
}
.info1 td .name{
    font-size: 12px;
    color: rgba(0,0,0,0.7);
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: 200;
    float: left;
}
.icon-batchupdate {
  background-image: url("../image/icon_batchupdate.png");
  text-indent: 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.icon-batchexport {
  background-image: url("../image/icon_upload.png");
  text-indent: 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
}

.icon-eye {
  background-image: url("../image/show_password.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-position: 11px center;
}

.icon-hidden {
  background-image: url("../image/hidden_password.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-position: 11px center;
}

.pwd-plan-btn-on {
  border-radius: 3px;
  background-color: #00cfe2;
}
.pwd-plan-btn-off {
  border-radius: 3px;
  background-color: rgb(240, 241, 245);
  color: #000;
}
.sys-plan {
  height: 120px;
  width: calc(50% - 20px);
  margin-top: 15px;
  margin-right: 10px;
  float: left;
  z-index: -1;
}
.sys-content {
  width: 100%;
  height: 100%;
  float: left;
  z-index: 3;
}
.sys-plan-color-normal {
  background-color: rgb(236,248,246);
}
.sys-plan-color-execute {
  background-color: rgb(153,253,154);
}
.sys-name {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  padding: 45px 20px 45px 10px;
  width: 30%;
  float: left;
  word-wrap: break-word;
}
.sys-res {
  width: 20%;
  height: 100%;
  font-size: 12px;
  float: left;
  color: #000;
}
.sys-dev {
  margin-top: 25px;
  height: 50%;
}
.sys-dev-type {

}
.sys-dev-num {
  float: right;
  margin-right: 20px;
}
.sys-acc {
  margin-top: -10px;
}
.sys-acc-type {

}
.sys-acc-num {
  float: right;
  margin-right: 20px;
}
.sys-time {
  width: 40%;
  height: 100%;
  float: left;
}
.sys-time-last {
  height: 50%;
  margin-top: 25px;
}
.sys-time-next {
  height: 50%;
  margin-top: -10px;
}
.sys-exe-ing {
  margin-top: 48px;
  height: 100%;
}
.sys-edit {
  width: 10%;
  height: 100%;
  float: left;
  padding-top: 30px;
}
.plan-widget {
  height: 130px;
  width: calc(50% - 10px);
  margin-top: 15px;
  margin-left: 10px;
  float: left;
  z-index: -1;
  background-color: rgb(236,248,246);
  font-size: 12px;
  cursor: pointer;
}
.plan-header {
  height: 54px;
  width: 100%;
  font-size :14px;
  padding: 18px;
  color: #000;
}
.plan-name {
  float: left;
}
.plan-execute {
  float: right;
}
.plan-body {
  height: 68px;
  padding-left: 18px;
  line-height: 16px;
}
.plan-progress {
  height: 8px;
  background-color: rgb(18,231,193);
  z-index: 999;
}
.plan-progress-deep {
  height: 8px;
  width: 100%;
  background-color: rgb(5,103,121);
}
.plan-res {
  float: left;
  height: 100%;
  width: 30%;
}
.plan-dev {

}
.plan-dev-name {
  float: left;
  margin-left: 10px;
}
.plan-dev-num {
  float: right;
  color: rgb(11,146,232);
}
.plan-acc {
  padding-top: 14px;
  clear: left;
}
.plan-acc-name {
  float: left;
  margin-left: 10px;
}
.plan-acc-num {
  float: right;
  color: rgb(11,146,232);
}
.plan-time {
  float: left;
  height: 100%;
  width: 56%;
  padding-left: 90px;
}
.plan-time-last {
  float: left;
}
.plan-time-next {
  padding-top: 14px;
  float: left;
  clear: left;
}
.plan-oper {
  padding-right: 18px;
  height: 100%;
}
.plan-edit {
  float: right;
}
.plan-exe-now {
  padding-top: 14px;
  clear: right;
  float: right;
}
.plan-host-icon {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: url("../image/plan_host.png") no-repeat center center;
}
.plan-net-icon {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: url("../image/plan_host.png") no-repeat center center;
}
.plan-data-icon {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: url("../image/plan_database.png") no-repeat center center;
}
.plan-app-icon {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: url("../image/plan_app.png") no-repeat center center;
}
.plan-comm-icon {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: url("../image/comm_acc.png") no-repeat center center;
}
.plan-priv-icon {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: url("../image/priv_acc.png") no-repeat center center;
}
.unplan-res {
  height: 100%;
  width: 40%;
  line-height: 16px;
}
.unplan-dev {

}
.unplan-acc {
  clear: left;
  padding-top: 14px;
}
.unplan-dev-name {
  float: left;
  margin-left: 10px;
}
.unplan-acc-name {
  float: left;
  margin-left: 10px;
}
.unplan-oper {
  height: 100%;
  width: 60%;
  float: right;
}

.unplan-oper .top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.unplan-oper-domain {
  height: 100%;
  width: 60%;
  float: right;
}

.unplan-acc-domain {
  clear: left;
  padding-top: 14px;
}

/* 提示信息样式 */
.helper-container {
  overflow: hidden;
  padding: 20px 0px 0px 0px;
  /* height: 76px; */
  float: left;
  clear: left;
  width: 100%;
}
.helper-tip {
  float: left; font-size: 12px; color: #737373; padding-top: 5px;
}
.helper-tip ul{

}
.helper-tip li{

}
.helper-tip i{
  width: 4px;
    height: 4px;
    display: block;
    float: left;
    background-color: #4b5b6f;
    border-radius: 15px;
    margin-top: 8px;
}
.helper-tip span{
  padding-left: 5px;
}

body .scale_ctrl .import {
  background: url("../image/icon_import.png") no-repeat center center;
}
body .scale_ctrl .collapsetree {
  background: url("../image/icon_collapse_tree.png") no-repeat center center;
}

body .scale_ctrl .viewrotate {
  background: url("../image/editor_redo.png") no-repeat center center;
}

/** filetransfer with style ----------start------------*/
.list_header_selectres{
  float: right;
  color: #000;
  cursor: pointer;
  z-index: 3;
  font-size: 12px;
}
.list_header_selectres img{
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.list_header_selectres_bg{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
}
.list_header_divs{
  position: absolute;
  top: 130px;
  right: 40px;
  background-color: #fff;
  min-width: 260px;
  z-index: 3;
  border: 1px solid #999;
  border-bottom: none;
  text-align: center;
  max-width: 300px;
  font-size: 12px;
}
.list_header_divs div{
  float: left;
  width: 100%;
  padding: 5px 15px;
  border-bottom: 1px solid #999;
  cursor: pointer;
  color: #000;
}
.list_header_divs div:hover{
  background-color: #f5f5f5;
}
.localfile_div{
  width: 43%;
  height: 470px;
  border: 1px solid rgb(224, 227, 234);
  border-bottom: 0px;
  float: left;
}
.localfile_div.local{
  border-bottom: 1px solid rgb(224, 227, 234);
  height: 500px;
  position: relative;
}
.localfile_div.local .back{
  width: 24px;
  height: 24px;
  margin-left: 20px;
  margin-top: 10px;
  background: url("../image/icon_arrow_left.png") no-repeat;
  cursor: pointer;
  border-radius: 12px;
  background-color: #aaa;
  background-position: 40% 50%;
  z-index: 2;
}
.localfile_div.local .back:hover{
  background-color: #999;
}
.localfile_div.local .bg_title1{
  height: 180px;
  position: absolute;
  width: 100%;
}
.localfile_div.local .bg_title1 div{
  color: #666;
  font-weight: bold;
  cursor: default;
  text-align: center;
  margin-top: 145px;
  font-size: 24px;
  height: 35px;
}
.localfile_div.local .bg_title2{
  position: absolute;
  width: 100%;
  top: 213px;
}
.localfile_div.local .bg_title2 div{
  text-align: center;
}
.localfile_div.local .bg_title3{
  height: 235px;
  position: absolute;
  width: 100%;
  top: 235px;
  font-size: 24px;
}
.localfile_div.local .bg_title3 div{
  color: #666;
  font-weight: bold;
  cursor: default;
  text-align: center;
}
.localfile_div.local .bg_title4{
  position: absolute;
  width: 100%;
  top: 472px;
}
.localfile_div.local .bg_title4 div{
  text-align: center;
}
.localfile_div .header{
  background-color: #EFF1F5;
  height: 50px;
  padding: 10px 10px;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid rgb(224, 227, 234);
}
.localfile_div .header .inputbar.successed{
  float: left;
  background: url("../image/dev_link_succeed.png") no-repeat;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}
.localfile_div .header .inputbar.loading{
  float: left;
  background: url("../image/dev_link_loading.png") no-repeat;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}
.localfile_div .header .inputbar.failed{
  float: left;
  background: url("../image/dev_link_failed.png") no-repeat;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}
.localfile_div .header .alist{
  float: right;
  font-size: 12px;
  margin-top: 2px;
}
.localfile_div .header .alist a{
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
}
.localfile_div .header .alist a.update{
  color: #000;
}
.localfile_div .header .alist a.update:hover{
  color: #000;
}
.localfile_div .header .alist img{
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.localfile_div .body{
  padding: 10px;
  height: 420px;
  overflow-y: auto;
  font-size: 12px;
  width: 100%;
}
.localfile_div .body .overflow_y{
  height: 370px;
  overflow-y: auto;
  width: 100%;
}
.localfile_div .body .urlinput{
  background-color: #fff;
  width: 100%;
  border: 1px solid #000;
  height: 35px;
  border-radius: 5px;
  padding: 1px 10px;
  margin-bottom: 10px;
}
.localfile_div .body .urlinput input{
  width: 90%;
  background-color: #fff;
  border: none;
  height: 30px;
}
.localfile_div .body .urlinput div{
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 8px;
}
.localfile_div .body .urlinput div.icon{
  background: url("../image/file_clock.png") no-repeat;
  cursor: pointer;
}
.localfile_div .body .recent_bg{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.localfile_div .body .recent_record{
  position: absolute;
  width: calc(100% - 20px);
  top: 45px;
  min-height: 30px;
  max-height: 310px;
  overflow: auto;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(29, 3, 3, 0.2);
  z-index: 2;
}
.localfile_div .body .recent_record .recent_url{
  width: 100%;
  min-height: 30px;
  padding-top: 3px;
  padding-left: 10px;
  border-top: 1px solid #eee;
  cursor: pointer;
}
.localfile_div .body .recent_record .recent_url .break_wrod{
  word-break: normal;
  width: auto;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
}
.localfile_div .body .recent_record .recent_url:hover{
  background-color: #eee;
}
.localfile_div .footer{
  height: 30px;
  padding: 5px 10px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  color: #000;
  font-size: 12px;
}
.localfile_div .footer.loading{
  height: 30px;
  box-shadow: none;
  border: 1px solid rgb(224, 227, 234);
  border-top: none;
  margin: -1px;
}
.localfile_div .footer_fail{
  height: 30px;
  padding: 2px 20px;
  border-top: none;
  border-bottom: 1px solid #eee;
}
.localfile_div .footer .checkednum{
  float: left;
}
.localfile_div .footer .rightdiv{
  float: right;
}
.localfile_div .footer .batchdown{
  float: left;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
}
.localfile_btn{
  width: 14%;
  height: 500px;
  float: left;
}
.localfile_btn .btndiv{
  padding: 210px 16px;
  width: 132px;
  margin: 0 auto;
}
.distance_nores{
  width: 43%;
  height: 500px;
  border: 1px solid rgb(224, 227, 234);
  float: right;
}
.distance_nores div{
  padding: 220px 45%;
}
.distance_multi{
  width: 43%;
  height: 420px;
  border: 1px solid rgb(224, 227, 234);
  border-bottom: none;
  float: right;
  overflow-y: auto;
}
.distance_multi.allfail{
  height: 500px;
  border-bottom: 1px solid rgb(224, 227, 234);
}
.distance_multi .reslist{
  width: 100%;
  max-height: 400px;
}
.distance_multi .reslist .update img{
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.distance_multi .reslist .list{
  overflow-y: auto;
  width: 80%;
  float: left;
}
.distance_multi .reslist .list .repeatdiv{
  border-right: 1px solid rgb(224, 227, 234);
  border-bottom: 1px solid rgb(224, 227, 234);
  height: 50px;
  width: 100%;
  padding: 0 20px;
  font-size: 12px;
}
.distance_multi .reslist .list .repeatdiv .icon{
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 10px;
}
.distance_multi .reslist .list .repeatdiv .icon.successed{
  background: url("../image/dev_link_succeed.png") no-repeat;
}
.distance_multi .reslist .list .repeatdiv .icon.loading{
  background: url("../image/dev_link_loading.png") no-repeat;
}
.distance_multi .reslist .list .repeatdiv .icon.failed{
  background: url("../image/dev_link_failed.png") no-repeat;
}
.distance_multi .reslist .update{
  width: 20%;
  height: 100%;
  float: right;
  padding-top: 10px;
  padding-left: 6%;
  cursor: pointer;
}
.distance_multi .reslist .update a{
  color: #000;
  text-decoration: none;
}
.distance_multi .reslist .update a:hover{
  color: #000;
}
.uploadurl{
  height: 80px;
  width: 43%;
  background-color: #EFF1F5;
  padding: 10px;
  float: right;
  border-bottom: 1px solid rgb(224, 227, 234);
  border-left: 1px solid rgb(224, 227, 234);
  border-right: 1px solid rgb(224, 227, 234);
}
.uploadurl.failed{
  background-color: #fff;
  border-radius: none;
  padding: 0;
  border: 1px solid #eee;
  border-top: none;
}
.uploadurl input{
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 30px;
}
.upload_result{
  width: 100%;
  border: 1px solid rgb(224, 227, 234);
  height: 200px;
  position: relative;
  top: 520px;
  margin-bottom: 20px;
  font-size: 12px;
}
.upload_result .header_bar{
  height: 30px;
  line-height: 30px;
  color: #000;
  background-color: #EFF1F5;
  position: absolute;
  padding-left: 1%;
  width: 100%;
}
.upload_result .content{
  width: 100%;
  height: 170px;
  overflow-y: auto;
  padding: 0.5% 0 0.5% 1%;
  position: relative;
  top: -470px;
}
.upload_result .content .breakdiv{
  float: left;
  word-break: break-all;
  word-wrap: break-word;
}
.upload_result .content .breakdiv .up_down{
  color: #fff;
  background-color: #6B798C;
  font-size: 12px;
  margin-right: 2px;
  padding-right: 2px;
}
.upload_result .content .nobreak{
  float: left;
  text-align: left;
}
.upload_result .content .nobreak .uploadresult{
  float: left;
}
.upload_result .content .nobreak .destory{
  position: relative;
  left: 7%;
  cursor: pointer;
  float: left;
}
.upload_result .content .nobreak .failedreason{
  float: left;
  color: red;
  position: relative;
  left: 6%;
}
.upload_result .content .nobreak .progressbar{
  position: relative;
  width:40%;
  height: 12px;
  float: left;
  background-color: #056779;
  border-radius:6px;
  top: 6px;
  left: 6%;
}
.upload_result .content .nobreak .progressbar .bar{
  width:0;
  height: 12px;
  float: left;
  background-color: #12d5c1;
  border-radius:6px;
  top: 6px;
  right: 40%;
}
.upload_result .header_bar div{
  float: left;
  position: relative;
}
.upload_result .header_bar div.filename{
  width: 25%;
}
.upload_result .header_bar div.size{
  width: 10%;
}
.upload_result .header_bar div.target{
  width: 10%;
}
.upload_result .header_bar div.path{
  width: 25%;
}
.upload_result .header_bar div.status{
  width: 30%;
}
.upload_select_res{
  float: right;
  width: 18px;
  height: 10px;
  position: relative;
  top: 8px;
  cursor: pointer;
}
@-moz-document url-prefix(){
  .upload_select_res{
    top: -14px;
  }
}
.upload_select_bg{
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  z-index: 0;
  position: fixed;
  left: 0;
  top: 0;
}
.upload_select_div{
  border: 1px solid #ccc;
  background-color: white;
  position: absolute;
  z-index: 1;
  max-width: 300px;
  border-bottom: none;
}
.upload_select_div div{
  float:left;
  width: 100%;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.upload_select_div div:hover{
  background-color: #ccc;
}
.upload_select_div div a{
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}
.file_search_input{
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}
.myfile_unfold_bg{
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
}
.myfile_unfold{
  border: 1px solid #ccc;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  width: 120px;
  left: 80px;
  top: -90px;
  border-bottom: none;
}
.myfile_unfold .item{
  text-align: center;
  padding: 5px 20px;
  width: 100%;
  float: left;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.myfile_unfold .item:hover{
  background-color: #ccc;
}
.shareing_file_span {
  color: #fff;
  background:#6B798C;
  font-size: 12px;
  margin-left:4px;
}
.myfile_click_clean {
  text-decoration: none;
  cursor: pointer;
}
.myfile_click_clean:hover {
  text-decoration: none;
}
/** filetransfer with style ----------end------------*/
.file-upper {
  padding: 0px 0px 10px 18px;
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}
.file-list {
  width: 100%;
  height: 28px;
  margin-left: 20px;
  line-height: 23px;
}
.file-cicle {
  width: 15px;
}
.file-point {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(0, 207, 226);
  margin: 0px -5px 8px 5px;
}
.file-check {
  width: 1%;
  height: 100%;
}
.file-details-checkbox {
  width: 10%;
}
.file-details-file {
  height: 100%;
  padding: 5px 5px 5px 5px;
}
.file-details-dir {
  height: 100%;
  padding: 5px 5px 5px 5px;
}
.file-name {
  float: left;
  margin-left: 5px;
  margin-top:-2px;
  color: #000;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dir-name {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  margin-top:-2px;
  color: #000;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-size {
  float: right;
  margin-right: 8px;
}
.file-download {
  float: right;
  margin-right: 8px;
  cursor: pointer;
}
.file-download a{
  text-decoration: none;
}
.file-download a:hover{
  text-decoration: none;
}
.file-icon {
  width: 16px;
  height: 16px;
  display: block;
  background: url("../image/tran_file.png") no-repeat center center;
}
.dir-icon {
  width: 16px;
  height: 16px;
  display: block;
  background: url("../image/tran_dir.png") no-repeat center center;
}
.file-foot {
  color: #000;
  padding-top: 5px !important;
  font-size: 12px;
}
.file-remote-checkbox {
  width: 2%;
}
.file-remote-file {

}
.file-remote-dir {

}
.file-remote-size {
  float: right;
  padding-right: 20px;
}
.file-circle {
  width: 16px;
  height: 16px;
  color: red;
  border-radius: 50%;
}
.file-download-icon {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: url("../image/icon_download.png") no-repeat center center;
}
.file-details-body {
  padding-top: 18px;
  padding-left: 18px;
}
.file-details-body .download {
  margin-left: 8px;
  line-height: 16px;
  color: #000;
}
.file-details-body .name {
  width:15%;
  float: left;
  padding-top:10px;
}
.file-details-body .value {
  width:85%;
  float: left;
  padding-top:10px;
  color: #000;
}
.help-a{
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}
.help-a:hover{
  text-decoration: none;
  font-size: 12px;
}
.order .ui-select-container .btn-default {
  border-radius : 30px;
  line-height: 32px;
  height: 32px;
}
body main .with-shadow {
  box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.4) !important;
}
body main .with-shadow .shadow-div {
  position: relative;
  height: 100%;
  padding-bottom: 10px;
  overflow-y: auto;
}
body main.business .serv-sys-tree .serv_sys_resources {
  top: 0px;
  width: 100%;
  background: #fff;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_slider {
  width: 300px;
  padding-bottom: 20px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_slider .service_header {
  padding: 20px;
  margin: 0px;
  border-bottom: 1px solid #e5e8ed;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_slider .service_header h2 {
  text-align: left;
  margin: 0px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_slider .service_header .search_input {
  margin-top: 30px;
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 259px;
  float: left;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_slider #serv_sys_tree {
  margin-top: 30px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details {
  width: calc(100% - 300px);
  padding: 6px 20px 10px 20px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details:after {
  content: '';
  display: block;
  clear: both;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter {
  float: left;
  width: 100%;
  position: relative;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .item {
  float: left;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .item .search_input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .item .save-to-nav {
  line-height: 32px;
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
  float: left;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .more_filters {
  font-size: 14px;
  height: 32px;
  cursor: pointer;
  background-image: url("../image/filter_icon.png");
  text-indent: 23px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 100%;
  padding-right: 46px;
  margin-right: 10px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .filters_view_bg {
  background: #fff;
  opacity: 0.01;
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .filters_view {
  position: absolute;
  z-index: 3;
  margin-top: -5px;
  margin-bottom: 250px;
  padding: 10px 20px;
  width: 355px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .filters_view .form-group {
  margin-bottom: 4px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .filters_view .form-group .control-label {
  text-align: left;
  word-wrap: break-word;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .filters_view .form-group .form-control {
  width: 100%;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .filters_view .form-group .apply_filter {
  width: 100px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .filters_view .form-group .reset_filter {
  cursor: pointer;
  color: #000;
  line-height: 32px;
  margin-right: 20px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .ctrl {
  float: right;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .ctrl .new-resource {
  background-image: url("../image/new_resource_button_icon.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 100%;
  margin-right: 10px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .ctrl .import-resource {
  background-image: url("../image/import_resource_button_icon.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .filter .ctrl .link-resource {
  background-image: url("../image/link_resource_button_icon.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 100%;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .resource_list {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 15px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .resource_list table .resource-groups {
  padding: 0px 10px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .resource_list table .system_type {
  overflow: hidden;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .resource_list table .system_type img {
  float: left;
  height: 23px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .resource_list table .system_type span {
  float: left;
  font-size: 12px;
  color: #4b5b6f;
  display: inline-block;
  line-height: 23px;
}
body main.business .serv-sys-tree .serv_sys_resources .serv_sys_details .resource_list table td .accounts_list {
  display: inline-block;
  padding: 0px 10px;
}
body main.business .serv-sys-tree {
  position: relative;
}
body main.business .serv-sys-tree .canvas {
  width: 100%;
  height: calc(100% - 3px);
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
body main.business .serv-sys-tree .canvas .service_header {
  padding: 20px;
  margin: 0px;
  position: absolute;
}
body main.business .serv-sys-tree .canvas .right_header {
  padding: 20px;
  right: 10px;
  position: absolute;
}
body main.business .serv-sys-tree .canvas .right_header .account_filter {
  float: right;
  width: 258px;
  height: 186px;
  margin-top: 50px;
  margin-right: -120px;
  cursor: pointer;
}
body main.business .serv-sys-tree .canvas .right_header .account_filter .select {
  background-color: rgb(209, 211, 215);
}
body main.business .serv-sys-tree .canvas .right_header .account_filter .unselect {
  background-color: rgb(239, 241, 245);
}
body main.business .serv-sys-tree .canvas .right_header .account_filter .condition {
  height: 33.3%;
  line-height: 62px;
  padding-left: 20px;
}
body main.business .serv-sys-tree .canvas .right_header .account_filter .name {
  width: 60%;
  float: left;
}
body main.business .serv-sys-tree .canvas .right_header .account_filter .data {
  width: 40%;
  float: right;
}
body main.business .serv-sys-tree .canvas .right_header .account_filter .num {
  color: rgb(251, 9, 33);
  float: left;
}
body main.business .serv-sys-tree .canvas .right_header .account_filter .zero {
  float: left;
  margin-left: 24px;
}
body main.business .serv-sys-tree .canvas .right_header .account_filter .warn {
  float: left;
  margin-top: 18px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  display: block;
  background: url("../image/account_warn.png") no-repeat center center;
}
body main.business .serv-sys-tree .canvas .service_header h2 {
  text-align: left;
  margin: 0px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
body main.business .serv-sys-tree .canvas .service_header .search_input {
  margin-top: 30px;
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}
body main.business .serv-sys-tree .canvas .editMenu {
  position: absolute;
  display: none;
}
body main.business .serv-sys-tree .canvas .editMenu .new,
body main.business .serv-sys-tree .canvas .editMenu .edit {
  width: 38px;
  height: 38px;
  background: none;
  background-repeat: no-repeat;
  border: none;
  float: left;
  clear: left;
}
body main.business .serv-sys-tree .canvas .editMenu .new {
  background-image: url("../image/servSysNew.png");
}
body main.business .serv-sys-tree .canvas .editMenu .edit {
  background-image: url("../image/servSysEdit.png");
}
body main.business .serv-sys-tree .canvas .editModal {
  width: 280px;
  height: 188px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  position: absolute;
  left: 0px;
  top: 0px;
  transform-origin: left top;
  transform: scale(0.5);
  display: none;
  overflow: hidden;
}
body main.business .serv-sys-tree .canvas .editModal .header {
  background: #000;
  height: 32px;
  font-size: 12px;
  color: #fff;
  padding: 0px 15px 0px 20px;
}
body main.business .serv-sys-tree .canvas .editModal .header h4 {
  line-height: 32px;
}
body main.business .serv-sys-tree .canvas .editModal .header h4 sup {
  margin-left: 3px;
}
body main.business .serv-sys-tree .canvas .editModal .header button {
  line-height: 34px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-weight: 400;
}
body main.business .serv-sys-tree .canvas .editModal .body {
  padding: 20px;
}
body main.business .serv-sys-tree .canvas .editModal .body button {
  line-height: 30px;
  height: 30px;
}
body main.business .serv-sys-tree .canvas .editModal .body .deleteButton {
  margin-right: 10px;
}
body main.business .serv-sys-tree .canvas .node{
  cursor: pointer;
}
body main.business .serv-sys-tree .canvas .node .details {
  fill: #3c4959;
}
body main.business .serv-sys-tree .canvas .node text {
  font-size: 12px;
}
body main.business .serv-sys-tree .canvas .link {
  fill: none;
  stroke: #ccc;
  stroke-width: 3px;
}

/* popopver commandGroup  start*/
.audit-command-group .popover {
    position: fixed;
}
/* popopver commandGroup  end*/

/** 业务系统树换行处理 */
body main.business .access .serv_sys_slider #serv_sys_tree {
  margin-top: 0px !important;
}
body main.resources section #serv_sys_tree .jstree-anchor {
    word-wrap: break-word;
}
body main.business .access .serv_sys_slider #serv_sys_tree .jstree-anchor {
  word-wrap: break-word;
}
body main.business .access .no_serv_sys_btn {
    margin-left: 13px;
    margin-top: 40px;
    font-size: 12px;
    height: 35px;
    padding-top: 5px;
    color: black;
    padding-left: 9px;
    border-radius: 3px;
    cursor: pointer;
}
body main.business .access .no_serv_sys_btn_active {
    margin-left: 13px;
    margin-top: 40px;
    font-size: 12px;
    background-color: #00cfe2;
    height: 35px;
    padding-top: 5px;
    color: white;
    padding-left: 9px;
    border-radius: 3px;
    cursor: pointer;
}
body main.business .access .no_serv_sys_btn > span {
  padding-left: 11px;
}
body main.business .access .no_serv_sys_btn_active > span {
  padding-left: 11px;
}
/** 应用发布按钮 start*/
.sync-btn {
  background-image: url("../image/icon_batchupdate.png");
  text-indent: 20px;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: auto;
  margin-right: 10px;
}
.info-btn {
  background-image: url("../image/icon_info_white.png");
  text-indent: 20px;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: auto;
  margin-right: 10px;
}
.search-res-btn {
  background-image: url("../image/icon_search_res.png");
  text-indent: 20px;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: auto;
  margin-right: 10px;
}
/** 应用发布按钮  end*/

/** RSM */
#auditsNav .ui-select-match {
  width: 150px;
}
#auditsNav .ui-select-search {
  width: 150px;
}
#auditsNav .ui-select-toggle {
  background: #fff;
}
/** RSM end */


/** 置顶样式 */
.window-scroll-top {
  display: none;
  position: fixed;
  top: 80%;
  right: 40px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  font-size: 12px;
}
.window-scroll-top:hover {
  background-color: #555;
}

/** 配置TOTP */
.common-import-form .totp-upload-wrap {
  width: 100%;
  height: 500px;
  border: 3px dotted #e5e5e5;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  background: url("../image/user-file-upload-icon.png") no-repeat center center;
}

/** 多区域配置 */
body header.nav .right .regioninfo {
  float: left;
  height: 100%;
  background: url("../image/icon_department.png") no-repeat left center;
  background-size: 20px;
  margin-right: 35px;
  position: relative;
  cursor: auto;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}
body header.nav .right .regioninfo.ng-hide {
  opacity: 0;
  visibility: hidden;
}
body header.nav .right .regioninfo span {
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  display: inline-block;
  margin-left: 36px;
  margin-top: 19px;
}
body header.nav .right .regioninfo .region_menu {
  background-color: #fff;
  position: absolute;
  z-index: 99999;
  top: 54px;
  left: 0px;
  width: 200px;
  opacity: 1;
  box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.12);
  transition: all ease-in-out 0.2s;
  max-height: 400px;
  overflow-y: auto;
}
body header.nav .right .regioninfo .region_menu.ng-hide {
  display: block !important;
  visibility: hidden;
  top: 65px;
  opacity: 0;
}
body header.nav .right .regioninfo .region_menu ul {
  padding: 10px;
}
body header.nav .right .regioninfo .region_menu ul li {
  line-height: 32px;
}
body header.nav .right .regioninfo .region_menu ul li a {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: rgba(0,0,0,0.8);
}
.ui-select-container .ui-select-match-text {
  height: 30px;
}

/** TOTP快速过滤 */
.totp-search-input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url(../image/search_icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}
.item .totp-search-input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url(../image/search_icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}

/** 报表 */
.content_rpt {
  background: #edf0f4;
  min-height: 190px;
  width: 100%;
  float: left;
  box-shadow: -11px 4px 18px -14px rgba(0,0,0,0.2);
  padding: 36px 0px 0px 36px;
}
.add_rpt {
  background: #d5d8db;
  background-image: url("../image/worksheet_add.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.box_rpt {
width: 200px;
  height: 109px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.item_rpt {
  background-image: url("../image/worksheet_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 13px 32px;
}
.item_rpt .title {
  font-size: 12px;
}
.tag_rpt {
  font-size: 12px;
  line-height: 26px;
  padding-left: 12px;
  padding-right: 8px;
  display: block;
  float: left;
  margin-right: 6px;
  border-radius: 6px;
  margin-bottom: 4px;
}
.tag_rpt_forbid {
  color: #bbc4d0;
  background: #eee;
  font-size: 12px;
  line-height: 26px;
  padding-left: 12px;
  padding-right: 8px;
  display: block;
  float: left;
  margin-right: 6px;
  border-radius: 6px;
  margin-bottom: 4px;
}
.tag_rpt_normal {
  color: #fff;
  background: #6b798c;
  font-size: 12px;
  line-height: 26px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  float: left;
  margin-right: 6px;
  border-radius: 6px;
  margin-bottom: 4px;
}
.tag_close_rpt {
  margin-left: 5px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-weight: normal;
  cursor: pointer;
}
/* 巡检时间 */
.insp-time-input{
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
  round-color: #edf0f4;
  background-image: none;
  border: 1px solid #edf0f4;
  box-shadow: none;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 120px;
  margin-bottom: 0;
  height: 28px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.2em;
  color: #555;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: not-allowed;
  background-color: #eeeeee;
  width:120px;

}

.input-appendinsp .add-on{
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  height:28px;
  display: inline-block;
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
}
/* 巡检时间结束 */
/* 业务视图树 */
.packNode {
  cursor: auto !important;
}
.folder {
  cursor: pointer !important;
}
/* 业务视图树 end */
/* 报表预览样式 */
.rpt_tool_bar {
  height: 40px;
  width: 100%;
  margin-top: -10px;
  text-align: right;
}
.rpt_tool_bar a {
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}
.rpt_tool_bar span {
  font-size: 13px;
}
.rpt_ext_content {

}
.rpt_ext_content a {
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  float: left;
}

/* 报表预览样式 end */

.tui_detail_foot {
  margin-top: 10px;
  margin-left: 46px;
  margin-right: 15px;
  float: right;
  width: 100%;
}
.tui_detail_conf {
  float: right;
  margin-right: 20px;
}
.tui_detail_conf > span {
  float: left;
  line-height: 24px;
  display: inline-block;
  margin-right: 12px;
  color: #787878;
}
.tui_detail_dropup {
  float: left;
  position: relative;
}
.tui_detail_dropdown {
  background: #eff1f5;
  border-radius: 0px;
  height: 24px;
  line-height: 24px;
}

/* baseline ul li */
.base-selected{
  background-color: #ffffff
}
.base-font-selected{
  font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", Arial;
  font-size: 14px;
}
.less-btn {
  display: block;
  cursor: pointer;
  background: url("../image/blowdown.png") no-repeat;
  background-position: center center;
  width: 36px;
  height: 32px;
}
/* baseline ul li */

body .login .content .login_wrap form .form-control input {
  width: 215px !important;
}

body .login .content .login_wrap form .form-control label {
  width: 70px;
}
body .login .content .login_wrap form .form-group .forgot {
  padding-top: 3px;
}
body main .with-shadow {
  width: calc(100% - 226px);
}
body main.business .audits {
  width: calc(100% - 226px) !important;
}
body main.resources .serv-sys-tree .serv_sys_resources .serv_sys_details {
  width: calc(100% - 260px) !important;
}
body main.resources .permission .permission_details {
  width: calc(100% - 260px) !important;
}
body main.business .access .resource_in_serv_sys {
  width: calc(100% - 300px) !important;
}
body main.resources .permission .permission_details.full-screen {
  width: calc(100% - 40px) !important;
}
body main.business .slider .service_header .logo {
  margin-left: 86px !important;
}
nav.slider > ul > li > ul > li .node {
  width: 200px !important;
}
body header.nav .logo {
  width: 270px !important;
}
body main.resources .serv-sys-tree .canvas .service_header,
body main.resources .permission .canvas .service_header {
  left: initial;
}
body main.resources .serv-sys-tree .canvas .editModal{
  overflow: unset !important;
}
nav.slider > ul > li > ul .active .node {
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
}
body main.users .groups .group-list > ul > li .name {
  width: 180px;
}
body header.nav nav > ul > li {
  margin-right: 30px;
  padding: 0px 5px;
}
body header.nav nav > ul > li .quick_link_view {
  width: 700px;
}
body header.nav nav > ul > li .quick_link_view section ul {
  width: 200px;
}
body main.business .access .serv_sys_slider .service_header {
  text-align: center;
}
body main.business .slider .service_header {
  text-align: center;
}
.ui-select-container .ui-select-match-text {
  max-width: 100%;
}
.log_detail_table {
  table-layout: fixed;
}
.log_detail_table tbody tr th {
  text-align: left;
  border: 2px solid #dde1e6;
  word-wrap: break-word;
}

.log_detail_table tbody tr td {
  text-align: left;
  border: 1px solid #dde1e6;
  word-wrap: break-word;
  max-width: 35%;
}
.log_detail_text {
  font-size: 12px;
  margin-left: 10px;
}
/* 审计中的工单详情样式 */
.audit-worksheet-details {
  height: 100%;
  overflow: hidden;
}
.audit-worksheet-details .header {
  line-height: 60px;
  width: 100%;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 20px;
}
.audit-worksheet-details .header span {
  cursor: pointer;
}
.audit-worksheet-details .header i {
  background: url("../image/worksheet-arror.png") no-repeat center center;
  width: 20px;
  height: 16px;
  display: inline-block;
}
.audit-worksheet-details .header .close {
  color: #000;
  opacity: 1;
  margin-top: 20px;
}
.audit-worksheet-details .body {
  height: calc(100% - 60px);
  overflow: hidden;
}
.audit-worksheet-details .body > div {
  padding: 0px 20px;
  height: 100%;
  overflow-y: auto;
}
.audit-worksheet-details .body .info {
  float: left;
  border-right: 1px solid #e5e5e5;
  width: calc(100% - 300px);
}
.audit-worksheet-details .body .info > div {
  background: #edf0f4;
  margin: 20px auto;
  padding: 19px 22px 12px 20px;
}
.audit-worksheet-details .body .info > div .inforow .name {
  font-size: 12px;
  color: rgba(0,0,0,0.7);
  margin: 10px auto;
}
.audit-worksheet-details .body .info > div .inforow .value {
  font-size: 12px;
  color: #000;
  margin: 10px auto;
}
.audit-worksheet-details .body .info .permission_list {
  padding: 0px;
  background: #d2d7e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.audit-worksheet-details .body .info .permission_list .inforow {
  padding: 20px;
}
.audit-worksheet-details .body .info .ctrl {
  overflow: hidden;
}
.audit-worksheet-details .body .info .ctrl h3 {
  font-size: 12px;
  color: #000;
}
.audit-worksheet-details .body .info .ctrl label.status {
  background: #6b798c;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  padding: 1px 6px;
  font-weight: normal;
  display: inline-block;
  float: left;
  margin-top: 20px;
}
.audit-worksheet-details .body .info .ctrl button {
  width: 100px;
  margin-left: 10px;
}
.audit-worksheet-details .body .info > label {
  font-size: 12px;
  color: #000;
}
.audit-worksheet-details .body .timeline {
  float: left;
  width: 300px;
  padding: 20px;
}
.audit-worksheet-details .body .timeline > label {
  font-size: 12px;
  color: #000;
  float: left;
  margin-bottom: 20px;
}
.audit-worksheet-details .body .timeline .item {
  float: left;
  clear: left;
  overflow: hidden;
}
.audit-worksheet-details .body .timeline .item .icon {
  float: left;
}
.audit-worksheet-details .body .timeline .item .content {
  float: left;
  padding-left: 17px;
}
.audit-worksheet-details .body .timeline .item .content .title {
  font-size: 12px;
  color: #000;
}
.audit-worksheet-details .body .timeline .item .content .des {
  font-size: 12px;
  color: rgba(0,0,0,0.5);
}
body header.nav .right .userinfo .user_menu {
  width: 124px;
}
/* 用户权限样式 */
body main.users .groups,
body main.resources .user-view {
  padding: 0px;
}
body main.users .groups .add-group,
body main.resources .user-view .add-group {
  width: 32px;
  height: 32px;
  border: none;
  background: url("../image/group_add_icon.png") no-repeat center center;
  margin-top: -8px;
}
body main.users .groups .group-list,
body main.resources .user-view .group-list {
  width: 293px;
  height: 100%;
  float: left;
}
body main.users .groups .group-list header,
body main.resources .user-view .group-list header {
  padding: 22px;
}
body main.users .groups .group-list header h1,
body main.resources .user-view .group-list header h1 {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  float: left;
}
body main.users .groups .group-list .user-view-search,
body main.resources .user-view .group-list .user-view-search {
}
body main.users .groups .group-list .user-view-search .ui-select-bootstrap,
body main.resources .user-view .group-list .user-view-search .ui-select-bootstrap {
  margin-top: 20px;
  width: 100%;
  border-radius: 0px;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 7px 0px;
  padding-left: 43px;
  height: auto;
  font-size: 12px;
}
body main.users .groups .group-list .user-view-search .ui-select-bootstrap .ui-select-match-item,
body main.resources .user-view .group-list .user-view-search .ui-select-bootstrap .ui-select-match-item {
  height: 29px;
  line-height: 29px;
}
body main.users .groups .group-list .user-view-search .ui-select-bootstrap .ui-select-search,
body main.resources .user-view .group-list .user-view-search .ui-select-bootstrap .ui-select-search {
  margin: 0px;
}
body main.users .groups .group-list .user-view-search .ui-select-bootstrap > .ui-select-choices,
body main.users .groups .group-list .user-view-search .ui-select-bootstrap > .ui-select-no-choice,
body main.resources .user-view .group-list .user-view-search .ui-select-bootstrap > .ui-select-choices,
body main.resources .user-view .group-list .user-view-search .ui-select-bootstrap > .ui-select-no-choice {
  max-height: 300px;
}
body main.users .groups .group-list .user-view-search .ui-select-bootstrap > .ui-select-choices .divider,
body main.users .groups .group-list .user-view-search .ui-select-bootstrap > .ui-select-no-choice .divider,
body main.resources .user-view .group-list .user-view-search .ui-select-bootstrap > .ui-select-choices .divider,
body main.resources .user-view .group-list .user-view-search .ui-select-bootstrap > .ui-select-no-choice .divider {
  height: 0px;
}
body main.users .groups .group-list .user-view-search .ui-select-bootstrap .ui-select-choices,
body main.resources .user-view .group-list .user-view-search .ui-select-bootstrap .ui-select-choices {
  width: 293px;
}
body main.users .groups .group-list .user-view-search .ui-select-bootstrap .ui-select-choices-row,
body main.resources .user-view .group-list .user-view-search .ui-select-bootstrap .ui-select-choices-row {
  text-indent: 18px;
}
body main.users .groups .group-list .user-view-search .ui-select-bootstrap .ui-select-choices-row .ui-select-choices-row-inner,
body main.resources .user-view .group-list .user-view-search .ui-select-bootstrap .ui-select-choices-row .ui-select-choices-row-inner {
  background: transparent !important;
  color: #000 !important;
}
body main.users .groups .group-list .user-view-search .ui-select-choices-group-label[title="用户"],
body main.users .groups .group-list .user-view-search .ui-select-choices-group-label[title="用户分组"],
body main.resources .user-view .group-list .user-view-search .ui-select-choices-group-label[title="用户"],
body main.resources .user-view .group-list .user-view-search .ui-select-choices-group-label[title="用户分组"] {
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  text-indent: 18px;
}
body main.users .groups .group-list .user-view-search .ui-select-choices-group-label[title="用户"],
body main.resources .user-view .group-list .user-view-search .ui-select-choices-group-label[title="用户"] {
  background: url("../image/search_icon_user.png") no-repeat 13px center;
}
body main.users .groups .group-list .user-view-search .ui-select-choices-group-label[title="用户分组"],
body main.resources .user-view .group-list .user-view-search .ui-select-choices-group-label[title="用户分组"] {
  background: url("../image/search_icon_user_group.png") no-repeat 13px center;
}
body main.users .groups .group-list .user-view-search .clear,
body main.resources .user-view .group-list .user-view-search .clear {
  background: url("../image/filter_clear.png") no-repeat center 0px;
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  float: left;
}
body main.users .groups .group-list .search_input,
body main.resources .user-view .group-list .search_input {
  margin-top: 20px;
  width: 100%;
  border-radius: 0px;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 95%;
  padding-left: 43px;
  height: 32px;
  font-size: 12px;
}
body main.users .groups .group-list > ul,
body main.resources .user-view .group-list > ul {
  width: 100%;
  overflow-y: auto;
}
body main.users .groups .group-list > ul > li,
body main.resources .user-view .group-list > ul > li {
  width: 100%;
  box-sizing: border-box;
  padding: 26px 8px 26px 30px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
body main.users .groups .group-list > ul > li.active,
body main.resources .user-view .group-list > ul > li.active {
  background: #00cfe2;
  color: #00cfe2;
}
body main.users .groups .group-list > ul > li.active .name,
body main.resources .user-view .group-list > ul > li.active .name {
  color: #fff;
}
body main.users .groups .group-list > ul > li.active .count,
body main.resources .user-view .group-list > ul > li.active .count {
  color: rgba(255,255,255,0.7);
}
body main.users .groups .group-list > ul > li .name,
body main.resources .user-view .group-list > ul > li .name {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  width: 190px;
  color: #000;
  float: left;
  word-wrap: break-word;
}
body main.users .groups .group-list > ul > li .count,
body main.resources .user-view .group-list > ul > li .count {
  display: inline-block;
  line-height: 24px;
  font-size: 12px;
  color: rgba(0,0,0,0.7);
  float: right;
  padding-right: 10px;
}
body main.users .groups .group-users,
body main.resources .user-view .group-users {
  width: calc(100% - 293px);
  padding-left: 10px;
  min-height: 100%;
  float: left;
  overflow-y: auto;
}
body main.users .groups .group-users header,
body main.resources .user-view .group-users header {
  padding: 22px;
}
body main.users .groups .group-users header h1,
body main.resources .user-view .group-users header h1 {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  float: left;
}
body main.users .groups .group-users .user_group_name,
body main.resources .user-view .group-users .user_group_name {
  font-weight: normal;
}
body main.users .groups .group-users .resources_view,
body main.resources .user-view .group-users .resources_view {
  padding: 6px 20px 10px 20px;
}
body main.users .groups .group-users .resources_view .filter,
body main.resources .user-view .group-users .resources_view .filter {
  float: left;
  width: 100%;
  position: relative;
}
body main.users .groups .group-users .resources_view .filter .item,
body main.resources .user-view .group-users .resources_view .filter .item {
  float: left;
}
body main.users .groups .group-users .resources_view .filter .item .resource_search_input,
body main.resources .user-view .group-users .resources_view .filter .item .resource_search_input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 200px;
  float: left;
}
body main.resources .user-view .group-users .resources_view .filter .item .user_search_input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  margin-right: 10px;
  width: 160px;
  float: left;
}
body main.users .groups .group-users .resources_view .filter .item .account_search_input,
body main.resources .user-view .group-users .resources_view .filter .item .account_search_input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  padding-left: 26px;
  width: 160px;
  display: inline-block;
  margin-left: 10px;
}
body main.users .groups .group-users .resources_view .user_view_list,
body main.resources .user-view .group-users .resources_view .user_view_list {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 15px;
}
.state-color-normal {
  color: #4b5b6f;
}
.state-color-forbid {
  color: #bbc4d0;
}

/*  基线检查搜索框样式  */
.bs_search {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url(../image/search_icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}

/** 权限**/

section .Authleft .AuthleftTop .control-label {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  word-wrap: break-word;
}
section .Authleft .AuthleftTop span {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  word-wrap: break-word;
}
section .Authleft .AuthleftBottom table tr td {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  word-wrap: break-word;
  border-right:1px solid #dde1e6;
}
section .Authleft .col-md-12 .search_input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
}
div.user-radio .content label + label .name_wrap {
    margin-left: 15px;
}

#oemUrl .popover{
  min-width:360px;
  top: -20px;
}

.ui-select-container .ui-select-search {
  font-size: 12px;
}

table tbody tr .ctrl-buttons a.table_btn.session_share_status {
  cursor: default;
  text-decoration: none ;
}

.tn5250-content {
    height: 600px;
}
.tn5250-content .tn5250-show {
    overflow-y: auto;
    height: 100%;
}

.tn5250-replay-control {
    right: 0px;
    bottom: 0px;
    top: 0px;
    width:100%;
}

.tn5250-replay-control .player {
    position: relative;
    height: calc(100% - 60px);
}

.tn5250-replay-control .control-panel {
    border: 1px solid;
    height: 72px;
    background-color: black;
    bottom: 0px;
    width:100%;
}

.tn5250-replay-control .control-panel .control {
    color: white;
    font-size: 30px;
    margin-left: 30px;
}

.tn5250-replay-control .control-panel .control a {
    padding: 0px !important;
    vertical-align: top;
}

.tn5250-replay-control .control-panel .control span {
    padding: 0px !important;
    vertical-align: top;
}
.tn5250-replay-control .control-panel .control .control-button {
    width: 150px;
    float: left;
}
.tn5250-replay-control .control-panel .control .control-speed {
    font-size: 12px;
    float: left;
}
.tn5250-replay-control .control-panel .control .control-text {
    font-size: 12px;
    float: left;
    margin-left:20px;
}
.custom-slider.rzslider {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 4px;
    margin: 5px;
    vertical-align: middle;
    user-select: none;
}

.custom-slider.rzslider .rz-bar {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 6px;
    background: gray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.custom-slider.rzslider .rz-selection {
    background: rgb(43, 190, 205);
}

.custom-slider.rzslider .rz-pointer {
    top: -2px;
    z-index: 3;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-color: white;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 10px;
}

.custom-slider.rzslider .rz-pointer:after {
    display: none;
}

.custom-slider.rzslider .rz-bubble {
    bottom: 16px;
    padding: 1px 3px;
    color: #55637d;
    cursor: default;
}

.custom-slider.rzslider .rz-limit {
    color: #55637d;
}

.custom-slider.rzslider .rz-tick {
    position: absolute;
    top: 3px;
    left: 0;
    width: 6px;
    height: 6px;
    margin-left: 11px;
    text-align: center;
    cursor: pointer;
    background: white !important;
}

.custom-slider.rzslider .rz-tick.rz-selected {
    z-index: 2;
    background: #0db9f0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.custom-slider.rzslider[disabled] .rz-selection {
    background: #afb9b2;
}

body header.nav .logo img {
    margin-left: 25px;
}
/**  文本记录样式*/
.desk-record-list-view {
  float:left;
  width: 293px;
  padding: 0px;
  height: 100%;
}
.desk-record-list-view header {
  padding: 22px;
}
.desk-record-list-view header h1 {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  float: left;
}
.desk-record-list-view .record-view-search {
  background-image: url("../image/search_icon.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-color: #eff1f5;
  border-radius: 0px;
  padding-left: 43px;
  margin-top: 20px;
  font-size: 12px;
  width: 100%;
  height: 32px;

}
.desk-record-list-view .record-view-search div{
  padding: 9px 0 0 13px;
}
.desk-record-list-view .record-view-search input{
  background-color: #eff1f5;
  border: none;
}
.desk-record-list-view > ul {
  height: calc(100% - 100px);
  width: 100%;
  overflow-y: auto;
}
.desk-record-list-view > ul > li {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 26px 8px 26px 30px;
  border-bottom: 1px solid #e5e5e5;

}
.desk-record-list-view > ul > li.active {
  background: #00cfe2;
  color: #00cfe2;
}
.desk-record-list-view > ul > li.active .content {
  color: #fff;
}
.desk-record-list-view > ul > li .content {
  word-wrap: break-word;
  line-height: 24px;
  font-size: 12px;
  font-weight:bolder;
  color: #000;
  float: left;
}
.desk-record-list-view > ul > li .operation {
  padding-left: 5px;
}
.desk-record-list-view > ul > li .targetName {
  float: right;
  padding-right: 10px;
}
.desk-record-detail-view {
  height: 100%;
  float:left;
  overflow-y: auto;
  width: calc(100% - 293px);
  box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.4) !important;
}

body main.business #desk_ssh_tree {
  margin-left: 5px;
}
body main.business #desk_ssh_tree .jstree-anchor {
  -webkit-transition: none !important;
  transition: none !important;
  width:96% !important;
}
body main.business #desk_ssh_tree > ul > li > .jstree-icon {
  background-position: -24px 0px !important;
}
body main.business #desk_ssh_tree > ul > li > a > .jstree-icon {
  background-position: -260px 2px;
}
body main.business #desk_ssh_tree > ul > li > .jstree-clicked > .jstree-icon {
  background-position: -260px -63px;
  margin-right: -9px;
}
body main.business #desk_ssh_tree > ul > li ul li a > .jstree-icon {
  background-position: -258px 2px;
}
body main.business #desk_ssh_tree > ul > li ul li > .jstree-clicked > .jstree-icon {
  background-position: -258px -63px;
  margin-right: -9px;
}
body main.business #desk_ssh_tree > ul > li ul .jstree-closed > .jstree-clicked > .jstree-icon {
  background-position: -218px -63px;
  margin-right: -9px;
}
body main.business #desk_ssh_tree > ul > li ul .jstree-leaf > .jstree-clicked {
  text-indent: 0px;
  word-wrap: break-word;
}
body main.business #desk_ssh_tree > ul > li ul .jstree-leaf > .jstree-clicked > .jstree-icon {
  background-position: -98px -63px;
  margin-right: -9px;
}
body main.business #desk_ssh_tree > ul > .jstree-closed .jstree-ocl {
  background-position: 7px 0px !important;
}
body main.business #desk_ssh_tree > ul > .jstree-closed > .jstree-clicked > .jstree-icon {
  background-position: -220px -63px;
  margin-right: -9px;
}

body main.business #desk_tree {
  margin-left: 5px;
}
body main.business #desk_tree .jstree-anchor {
  -webkit-transition: none !important;
  transition: none !important;
  width:96% !important;
}
body main.business #desk_tree > ul > li > .jstree-icon {
  background-position: -24px 0px !important;
}
body main.business #desk_tree > ul > li > a > .jstree-icon {
  background-position: -260px 2px;
}
body main.business #desk_tree > ul > li > .jstree-clicked > .jstree-icon {
  background-position: -260px -63px;
  margin-right: -9px;
}
body main.business #desk_tree > ul > li ul li a > .jstree-icon {
  background-position: -258px 2px;
}
body main.business #desk_tree > ul > li ul li > .jstree-clicked > .jstree-icon {
  background-position: -258px -63px;
  margin-right: -9px;
}
body main.business #desk_tree > ul > li ul .jstree-closed > .jstree-clicked > .jstree-icon {
  background-position: -218px -63px;
  margin-right: -9px;
}
body main.business #desk_tree,#desk_ssh_tree > ul > li ul .jstree-leaf > .jstree-clicked {
  text-indent: 0px;
  word-wrap: break-word;
}
body main.business #desk_tree > ul > li ul .jstree-leaf > .jstree-clicked > .jstree-icon {
  background-position: -98px -63px;
  margin-right: -9px;
}
body main.business #desk_tree > ul > .jstree-closed .jstree-ocl {
  background-position: 7px 0px !important;
}
body main.business #desk_tree > ul > .jstree-closed > .jstree-clicked > .jstree-icon {
  background-position: -220px -63px;
  margin-right: -9px;
}
body main.worksheet section .resources_view .filter .item .search_input {
  height: 32px;
  border-radius: 30px;
  margin-bottom:15px;
  margin-top:15px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}

.table_th_text {
  margin-right: 5px;
}

.desktop_browser_item_div {
  border-top:1px solid #a9a9a9;
  padding-top:10px;
  padding-bottom: 10px;
}
.desktop_browser_item_div pre{
  white-space:pre-wrap;
}

/** 动态授权详情样式 */
.auth_detail {
    width: calc(100% - 174px);
    height: 100%;
    padding-top: 0px;
    padding-left: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.auth_detail .left {
    float: left;
    width: 174px;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}
.auth_detail .left > header {
    font-size: 16px;
    padding: 22px 22px 0px 22px;
    margin-bottom: 30px;
}
.auth_detail .search_area {
    width: 100%;
    padding-left: 0px !important;
}
.auth_detail .left .list {
    height: calc(100% - 150px);
    width: 100%;
    overflow-y: auto;
}
.auth_detail .left .bottom_pager {
    width: 100%;
    height: 30px;
    padding-left: 15px;
    margin-top: 5px;
    overflow-x: auto;
    overflow-y: hidden;
}
.auth_detail .left .bottom_pager > a {
    cursor: pointer;
}
.auth_detail .left .bottom_pager  i {
    font-size: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.auth_detail .left .item {
    width: 100%;
    padding: 24px 5px 25px 22px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.auth_detail .left .item > span {
    line-height: 24px;
    font-size: 14px;
    word-wrap: break-word;
}
.auth_detail .active {
    background: #00cfe2;
    color: #00cfe2;
}
.auth_detail .left .active > span {
    color: #fff;
}

.auth_detail .content {
    width: calc(100% - 174px);
    height: 100%;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 22px;
}
.auth_detail .content .title {
    width: 100%;
    font-size: 14px;
    padding: 0px;
    height: 50px;
}
.auth_detail .content .filter {
    height: 50px;
}
.auth_detail .content .detail {
    width: 100%;
    min-height: calc(100% - 50px);
    overflow-y: auto;
}

.auth_detail .content .detail td {
  padding-left: 10px;
    text-indent: 0px;
    text-align: left;
}

body main.worksheet .worksheet-dashboard .resources_view {
  padding: 6px 20px 10px 0px;
}
body main.worksheet .worksheet-dashboard .resources_view:after {
  content: '';
  display: block;
  clear: both;
}
body main.worksheet .worksheet-dashboard .resources_view .filter {
  float: left;
  width: 100%;
  position: relative;
}
body main.worksheet .worksheet-dashboard .resources_view .filter .item {
  float: left;
}
body main.worksheet .worksheet-dashboard .resources_view .filter .item .search_input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}
body main.worksheet .worksheet-dashboard .resources_view .resource_list {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 15px;
}
body main.worksheet .worksheet-dashboard .resources_view .filter .ctrl {
  float: right;
}
body main.worksheet .worksheet-dashboard .resources_view .filter .ctrl .new-resource {
  background-image: url("../image/new_resource_button_icon.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 100%;
  margin-right: 10px;
}
body main.worksheet section .dutyContentWrapper .item .search_input {
  height: 32px;
  border-radius: 30px;
  margin-bottom:15px;
  border: none;
  padding-bottom:0px;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}
body main.business .access #duty_schedule {
  padding: 0px;
}
body main.business .access #duty_schedule .resource_list td {
  height: 78px;
}
body main.business .access #duty_schedule .resource_list thead {
  display: none;
}
body main.business .access #duty_schedule .resource_list tbody tr {
  background-color: #fff;
}
body main.business .access #duty_schedule .resource_list tbody tr td.system_type {
  width: 50px;
}
body main.business .access #duty_schedule .resource_list tbody tr td.name {
  width: 1%;
  padding: 0px 30px;
  font-weight: bold;
  white-space: nowrap;
}
body main.business .access #duty_schedule .resource_list tbody tr td {
  background: transparent;
  color: #000;
}
body main.business .access #duty_schedule .resource_list tbody tr td .quick_access > img {
  float: left;
  cursor: pointer;
}
body main.business .access #duty_schedule .resource_list tbody tr td .quick_access .content {
  float: left;
  font-size: 12px;
  padding-top: 2px;
}
body main.business .access #duty_schedule .resource_list tbody tr td .quick_access .content .protocol {
  float: left;
  font-weight: 400;
}
body main.business .access #duty_schedule .resource_list tbody tr td .quick_access .content .account{
  float: left;
  clear: both;
}
body main.business .access #duty_schedule .resource_list tbody tr td .more_config {
  width: 450px;
  display: block;
  z-index: 9999;
  cursor: auto;
  left: -330px;
}
body main.business .access #duty_schedule .resource_list tbody tr td .more_config .tab{
  margin: 0px;
  margin-bottom: -2px;
}
body main.business .access #duty_schedule .resource_list tbody tr td .more_config .tab a{
  padding: 12px 20px;
  float: left;
  text-indent: 0px;
}
body main.business .access #duty_schedule .resource_list tbody tr td .more_config .tab-content .tab-pane {
  padding: 30px 0px 10px 0px;
}
body main.business .access #duty_schedule .resource_list tbody tr td .more_config .tab-content .tab-pane .ui-select-choices-row.active > a {
  color: #fff;
}
body main.business .access #duty_schedule .resource_list tbody tr td .config_view_bgg {
  cursor: auto;
  background: #fff;
  opacity: 0.01;
  z-index: 9998;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body main.business .access #duty_schedule .resource_list tfoot{
  border-top: 2px solid #ddd;
}
body main.worksheet section .resources_views .filter .item .search_input {
    height: 32px;
    border-radius: 30px;
    margin-bottom: 15px;
    border: none;
    background-color: #eff1f5;
    background-image: url(../image/search_icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 100%;
    padding-left: 43px;
    width: 300px;
    float: left;
}

/** bg start */
.links line {
  stroke: #333;
  stroke-opacity: 1;
}

.nodes circle {
  stroke: #16212b;
  stroke-width: 1px;
}
/** bg end */
.import-progress-info {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
  table-layout: fixed;
}
.import-progress-info td {
  cursor: pointer;
  width: 12.5%;
  display: inline-block;
}
.import-progress-info td .count {
  font-size: 36px;
  font-weight: 400;
  color: #00cfe2;
  display: block;
  width: 100%;
  height: 32px;
  text-align: center;
  font-weight: 200;
  float: left;
}
.import-progress-info td .name {
  font-size: 12px;
  color: rgba(0,0,0,0.7);
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-weight: 200;
  float: left;
}


/** dev agent state */
body .dev_agentState_0 {
  color: #1fb98f;
}
body .dev_agentState_3 .icon {
  width: 5px;
  height: 5px;
  display: block;
  float: left;
  background-color: #fa8c16;
  text-decoration: none;
  border-radius: 15px;
  margin-top: 8px;
  margin-right: 8px;
}
body .dev_agentStateUnknow_3 {
    color: #fa8c16;
}
body .dev_agentState_0 .icon,
body .dev_agentState_2 .icon,
body .dev_state_5 .icon,
body .dev_agentState_1 .icon {
  width: 5px;
  height: 5px;
  display: block;
  float: left;
  background-color: #4b5b6f;
  border-radius: 15px;
  margin-top: 8px;
}
body .dev_agentState_0 span,
body .dev_agentState_2 span,
body .dev_state_5 span,
body .dev_agentState_1 span {
  margin-left: 8px;
  float: left;
}
body .dev_agentState_2,
body .dev_agentState_1 {
  color: #f00;
}
body .dev_agentState_2 .icon,
body .dev_agentState_1 .icon {
  background-color: #f00;
}

body .dev_state_5 .icon{
  background-color: rgb(255,212,35);
}

body .dev_agentState_0 .icon{
  background-color: #1fb98f;
}


/** dev state  end */

body .dev_rate_warn {
    color: #f00;
}

body .dev_rate_normal {
    color: black;
}

nav.slider > ul > li .node {
  border: 0px !important;
}

/** batch gui widget */
.qz-batch-access-gui {
}
.qz-batch-access-gui .content {
  padding: 0px 20px 20px 20px;
}
.qz-batch-access-gui .foot {
  bottom: 20px;
  left: 20px;
  position: absolute;
}
.qz-batch-access-gui .content .recent_list {
  width: 100%;
  color: #434750;
  font-size: 14px;
}
.qz-batch-access-gui .content .recent_list .item {
  width: 99%;
  height: 32px;
  font-size: 12px;
  line-height: 50px;
}
.qz-batch-access-gui .content .recent_list .item > span {
  line-height: 32px;
}
.qz-batch-access-gui .content .recent_list .item .name {
  background: url("../image/quick_access_resource_icon.png") no-repeat left 11px;
  font-weight: 200;
  text-indent: 27px;
  margin-left: 8px;
  color: #000;
  float: left;
  margin-right: 8px;
}
.qz-batch-access-gui .content .recent_list .item .ip {
  font-weight: 400;
  color: rgba(0,0,0,0.5);
  margin-right: 8px;
  float: left;
}
.qz-batch-access-gui .content .recent_list .item .other {
  font-weight: 400;
  color: rgba(0,0,0,0.5);
  float: left;
}
.user_view_list table.qz tbody tr td {
  padding: 8px 8px 8px 20px;
  color: #4b5b6f;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  line-height: 23px;
}
.common_title16 {
  font-size: 16px;
}
.common_title {
  font-size: 14px;
}
.common_text {
  font-size: 12px;
}
.popover-content {
  font-size: 12px;
}
.ui-select-bootstrap .ui-select-choices-row>span {
  font-size: 12px;
}
.input-group-addon {
  font-size: 12px;
}
.apply_filter {
  font-size: 12px;
}
.reset_filter {
  font-size: 12px;
}
.jstree-default .jstree-anchor {
  font-size: 12px;
  min-width: 120px;
  min-height: 28px;
  padding-top: 7px;
}
.dropdown-menu {
  font-size: 12px;
}
.btn-link {
  font-size: 12px;
}
.table-footer tfoot .pagination .prev {
  width: 20px;
  height: 20px;
}
.table-footer tfoot .pagination .next {
  width: 20px;
  height: 20px;
}
.table-footer tfoot .pagination .current {
  height: 20px;
}
.table-footer tfoot .pagination span {
  line-height: 20px;
}
.table-footer tfoot .pagination {
  margin-top: 2px;
}
.table-footer tfoot tr td {
  padding-right: 0px;
}
.view_conf a {
  font-size: 12px;
  text-decoration: none;
}
.view_conf a:hover{
  text-decoration: none;
  cursor: pointer;
}
.audit_footer {
  padding:5px;
  height:40px;
  position:fixed;
  left:250px;
  background-color:#FFF;
  width:calc(100% - 270px);
}
.confirm_div_footer {
  padding:5px;
  height:40px;
  position:fixed;
  bottom:20px;
  left:250px;
  background-color:#F9EBB3;
  width:calc(100% - 270px);
  border-top:1px solid #ccc;
}
.audit_table_footer {
  padding:5px;
  height:40px;
  position:fixed;
  left:250px;
  background-color:#FFF;
  width:calc(100% - 270px);
}
.rightCheckdata span{

}
.rightCheckdata .active span{
   background-color:#fff;
   color:#00cfe2;
}

.dynamic_view {

}
.dynamic_view #dynamic_view_tree {
    margin-top: 5px !important;
    margin-bottom: 20px;
    clear: both;
}
.dynamic_view .dynamic_view_slider {
    width: 220px;
    overflow-x: auto;
}
.dynamic_view .slider .service_header h2 {
    margin-bottom: 20px;
}
.dynamic_view .asset_details {
    width: calc(100% - 225px);
    margin-left: 5px;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree {
  margin-left: 5px;
  margin-top: 57px;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree .jstree-anchor {
  -webkit-transition: none !important;
  transition: none !important;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree > ul > li > .jstree-icon {
  background-position: -24px 0px !important;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree > ul > li > a > .jstree-icon {
  background-position: -260px 2px;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree > ul > li > .jstree-clicked > .jstree-icon {
  background-position: -260px -63px;
  margin-right: -9px;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree > ul > li ul li a > .jstree-icon {
  background-position: -258px 2px;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree > ul > li ul li > .jstree-clicked > .jstree-icon {
  background-position: -258px -63px;
  margin-right: -9px;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree > ul > li ul .jstree-closed > .jstree-clicked > .jstree-icon {
  background-position: -218px -63px;
  margin-right: -9px;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree > ul > li ul .jstree-leaf > .jstree-clicked {
  text-indent: 0px;
  word-wrap: break-word;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree > ul > li ul .jstree-leaf > .jstree-clicked > .jstree-icon {
  background-position: -98px -63px;
  margin-right: -9px;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree > ul > .jstree-closed .jstree-ocl {
  background-position: 7px 0px !important;
}
.dynamic_view .dynamic_view_slider #dynamic_view_tree > ul > .jstree-closed > .jstree-clicked > .jstree-icon {
  background-position: -220px -63px;
  margin-right: -9px;
}
.dynamic_view .search_input {
  height: 35px;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 105%;
}
.dynamic_view .asset_details h1 {
    height: 17px;
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 19px;
    float: left;
}
.dynamic_view .asset_details .resource_list_header .info {
    float: left;
    clear: left;
    width: 100%;
    min-height: 64px;
    margin-top: 12px;
    overflow: hidden;
    table-layout: fixed;
}
.dynamic_view .asset_details .resource_list_header .info .level_normal {
    color: #00cfe2;
}
.dynamic_view .asset_details .resource_list_header .info .level_unnormal {
    color:rgb(238,34,34);
}
.listRepeat .search_input {
  margin-top:20px;
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url(../image/search_icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
  font-size:12px;
}
.leftCheckData {
  font-size:12px;
}
div .infowrap .value {
  word-wrap: break-word;
}

.asset {
    font-size: 13px;
}
.asset .top_toolbar {
    width: 100%;
    text-align: right;
    height: 30px;
    margin-top: -30px;
    padding-right: 5px;
}
.asset .content {
    clear: both;
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
.asset .content .bug_menu {
    border-top: 1px solid #bbbfc3;
    border-right: 1px solid #bbbfc3;
    width: 200px;
    height: 100%;
    float: left;
}
.asset .content .bug_search {
    height: 40px;
    width: 100%;
    padding: 10px;
}
.asset .content .bug_list {
    width: 100%;
    height: calc(100% - 40px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
}

.asset .content .bug_list .bug_item {
    width: 100%;
    height: 30px;
    margin-left: 10px;
    padding-left: 20px;
    padding-top: 5px;
    color: inherit;
    border-radius: 2px;
    cursor: pointer;
}
.asset .content .bug_list .bug_item :hover {
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
}
.asset .content .bug_list .bug_item.active {
    background-color: #00cfe2;
    color: #fff;
}

.asset .content .bug_detail {
    width: calc(100% - 205px);
    height: calc(100% - 115px);
    float: left;
    margin-left: 5px;
    margin-bottom: 200px;
    overflow-y: auto;
}

.asset .content .bug_detail .edit {
    margin-left: 10px;
    cursor: pointer;
}

.asset .content .bug_detail .bug_desc {
    border: 1px solid #bbbfc3;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
}
.asset .content .bug_detail .bug_desc > label {
    font-weight: bold;
}
.asset .content .bug_detail .bug_desc > span {
    padding-left: 20px;
}

.asset .content .bug_detail .bug_rule {
    border: 1px solid #bbbfc3;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
}

.asset .content .bug_detail .bug_rule:hover {
    border: 1px solid #9e9797;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
}

.asset .content .bug_detail .bug_btn_add {
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
    line-height: 30px;
    clear: both;
}

.asset .content .bug_detail .bug_btn_add  i{
    float: left;
}
.asset .content .bug_detail .bug_btn_add  span {
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.asset .content .bug_detail .bug_btn_add_or {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
    line-height: 30px;
    clear: both;
}

.asset .content .bug_detail .bug_btn_add_or  i{
    float: left;
}
.asset .content .bug_detail .bug_btn_add_or  span {
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.asset .content .bug_detail .bug_rule_and {
    width: 100%;
}

.asset .content .bug_footer {
    height: 50px;
    position: fixed;
    float: left;
    clear: both;
    margin-left: 205px;
    bottom: 10px;
}

.asset .content .bug_detail .bug_rule_and_item {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #e2e8e2;
}

.asset .content .bug_detail .bug_rule_and_item .bug_rule_and_col {
    width: 15%;
    min-width: 140px;
    float: left;
    margin: 5px;
    padding-left: 0px !important;
}

.asset .content .bug_detail .bug_rule_and_item .bug_rule_and_col_del {
    width: 5%;
    min-width: 15x;
    float: left;
    margin: 5px;
    padding-left: 0px !important;
}

.asset .content .bug_detail .bug_rule_and_item .bug_rule_and_col_value {
    width: 20%;
    min-width: 250px;
    float: left;
    margin: 5px;
    padding-left: 0px !important;
}

.asset .span_wrap {
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap !important;
    padding-right: 10px;
    display: table-cell;
    line-height: 25px;
    text-align: left;
    float: left;}

/** 资产统计 */
.view_head {

}
.view_head .filter_tab {

}
.view_head .filter_tab .ul {

}
.view_head .filter_tab .ul .li {
    cursor: pointer;
    width: 90px;
    height: auto;
    line-height: 24px;
    display: block;
    text-align: center;
    font-size: 12px;
    float: left;
    color: #000;
    border: 1px solid #e5e5e5;
}
.view_head .filter_tab .ul .li.active {
    background: #00cfe2;
    color: #fff;
}
.view_head .export_rpt {
    float: right;
}
.view_count {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}
.view_count .box {
    float: left;
    height: 140px;
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    color: #000;
}
.view_count .box .head {
    float: left;
    width: 15%;
    line-height: 140px;
    margin-left: 10px;
}
.view_count .box .count {
    float: left;
    height: 100%;
    width: 16%;
}
.view_count .box .count .name {
    height: 30%;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.view_table {
    margin-top: 80px;
    margin-left: 100px;
    width: 80%;
    color: #000;
    font-size: 12px;
}
.view_table .count_table {
    width: 100%;
    font-size: 14px;
}
.view_table .count_table > tbody > tr > td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
}
.resource_statistic_bar {
    background-color: rgb(18, 213, 193);
    height: 20px;
    width: 100%;
    display: inline-block;
}


.topCheckData .active span{
   color:#000;
}
.topCheckData .active span{
   border-bottom:2px solid #000;
}

.left-class-config{
  padding-right:0px;
  padding-left:0px;
  height:100%;
  border-right:1px solid rgb(209,209,209);
}
.left-class-config li{
  list-style-type:none;
  padding-right:0px;
  padding-left:0px;
  height:41px;
  font-size:16px;
  line-height: 41px;
  color: #000;
}


.middle-class-config{
  padding-right:0px;
  padding-left:0px;
  height:100%;
  border-right:1px solid rgb(209,209,209);
}
.middle-class-config li{
  list-style-type:none;
  padding-right:0px;
  padding-left:0px;
  height:41px;
  font-size:16px;
  line-height: 41px;
  color: #000;
}

.middle-class-config li{
  list-style-type:none;
  padding-right:0px;
  padding-left:0px;
  height:41px;
  font-size:16px;
  line-height: 41px;
  color: #000;
}

.middle-class-config .active{
  color: #fff;
  background-color:rgb(28,205,234)
}

.left-class-config .active{
  color: #fff;
  background-color:rgb(28,205,234)
}


/** 资产分组样式  */
body main.resources .groups {
  padding: 0px;
}
body main.resources .groups .add-group {
  width: 32px;
  height: 32px;
  border: none;
  background: url("../image/group_add_icon.png") no-repeat center center;
  margin-top: -8px;
}
body main.resources .groups .group-list {
  width: 293px;
  height: 100%;
  float: left;
}
body main.resources .groups .group-list header {
  padding: 22px;
}
body main.resources .groups .group-list header h1 {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  float: left;
}
body main.resources .groups .group-list header .add-group {
  float: right;
}
body main.resources .groups .group-list .search_input {
  margin-top: 20px;
  width: 100%;
  border-radius: 0px;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 95%;
  padding-left: 43px;
  height: 32px;
  font-size: 12px;
}
body main.resources .groups .group-list > ul {
  width: 100%;
  overflow-y: auto;
}
body main.resources .groups .group-list > ul > li {
  width: 100%;
  box-sizing: border-box;
  padding: 26px 8px 26px 30px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
body main.resources .groups .group-list > ul > li:hover .mctrl {
  display: block;
}
body main.resources .groups .group-list > ul > li:hover .count {
  visibility: hidden;
}
body main.resources .groups .group-list > ul > li.active {
  background: #00cfe2;
  color: #00cfe2;
}
body main.resources .groups .group-list > ul > li.active .name {
  color: #fff;
}
body main.resources .groups .group-list > ul > li.active .count {
  color: rgba(255,255,255,0.7);
}
body main.resources .groups .group-list > ul > li .name {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  width: 200px;
  color: #000;
  float: left;
  word-wrap: break-word;
}
body main.resources .groups .group-list > ul > li .count {
  display: inline-block;
  line-height: 24px;
  font-size: 12px;
  color: rgba(0,0,0,0.7);
  float: right;
}
body main.resources .groups .group-list > ul > li .mctrl {
  display: none;
  position: absolute;
  right: 5px;
  top: 23px;
}
body main.resources .groups .group-users {
  width: calc(100% - 293px);
  padding-left: 10px;
  min-height: 100%;
  float: left;
  overflow-y: auto;
}
body main.resources .groups .group-users .user_group_name {
  font-weight: normal;
}
body main.resources .groups .group-users .user_group_name_with_edit {
  background-image: url("../image/group_list_title_icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 90%;
  padding-right: 22px;
}

body main.resources .users_view {
  padding: 6px 20px 10px 7px;
}
body main.resources .users_view:after {
  content: '';
  display: block;
  clear: both;
}
body main.resources .groups .group-users header,
body main.resources .user-view .group-users header {
  padding: 22px;
}
body main.resources .groups .group-users header h1,
body main.resources .user-view .group-users header h1 {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  float: left;
}

body main.resources .users_view .filter {
  float: left;
  width: 100%;
  position: relative;
}
body main.resources .users_view .filter .item {
  float: left;
}
body main.resources .users_view .filter .item .search_input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}
body main.resources .users_view .filter .more_filters {
  font-size: 14px;
  height: 32px;
  cursor: pointer;
  background-image: url("../image/filter_icon.png");
  text-indent: 23px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 100%;
  padding-right: 46px;
  margin-right: 10px;
}
body main.resources .users_view .filter .filters_view_bg {
  background: #fff;
  opacity: 0.01;
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body main.resources .users_view .filter .filters_view {
  position: absolute;
  z-index: 3;
  margin-top: -5px;
  margin-bottom: 250px;
  padding: 10px 20px;
  width: 355px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
}
body main.resources .users_view .filter .filters_view .form-group {
  margin-bottom: 4px;
}
body main.resources .users_view .filter .filters_view .form-group .control-label {
  text-align: left;
  word-wrap: break-word;
}
body main.resources .users_view .filter .filters_view .form-group .form-control {
  width: 100%;
}
body main.resources .users_view .filter .filters_view .form-group .apply_filter {
  width: 100px;
}
body main.resources .users_view .filter .filters_view .form-group .reset_filter {
  cursor: pointer;
  color: #000;
  line-height: 32px;
  margin-right: 20px;
}
body main.resources .users_view .filter .ctrl {
  float: right;
}
body .access-adv-filter .resource_add {
  top: -17px;
}

body main.resources section .dynamic_form {
  float: left;
  padding: 30px;
  border-left: 1px solid #e5e5e5;
  margin-left: -1px;
  width: 100%;
}
/** 字符按输出检索  */
div.table-time .output_key {

}
div.table-time .output_value {
  background : #F3F6F6;
  color : #000;
  padding-top : 4px;
  padding-bottom : 4px;
  font-size : 12px;
  float: right;
  width: 60%;
}
.radio .content label + label {
  margin-top: 2px;
}
.cursor_link {
  font-size: 14px;
  cursor: pointer;
}

.role_audit_edit {
  background-image: url("../image/left_nav_icon_4.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 30px;
  height: 30px;
}

.nav-tabs .tab {
  border-bottom: 2px solid transparent;
}

.output_highlight {
  color: black;
  display: inline;
  background-color: yellow;
}

#notifications .list .main .content {
  overflow-wrap: break-word;
}
.captcha {
  margin-top: 20px;
}
.captchaImg {
  margin-left: 20px;
  cursor: pointer;
}

.datetimepicker .btn-default i.caret {
  height: 10px !important;
}

.datetimepicker .btn-default a.caret {
  border: none;
  width: 8px;
  height: 10px;
  background: url("../image/datetime_caret.png") no-repeat center center;
  top: 13px;
}

body main.business .access .access-adv-filter .col-md-10.have-tip {
  margin-top: -15px;
  margin-bottom: -7px;
}

body main.business .access #recents .resource_list tbody td,
body main.business .access #favs .resource_list tbody td {
  height: 78px;
}

table .download-button {
  background: url("../image/icon_download.png") no-repeat;
  background-position: center center;
  width: 36px;
  height: 32px;
}

.global-confirm-modal .form-group .message-success {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  margin-botttom: 30px;
  word-wrap: break-word;
}

.global-confirm-modal-with-table .message-success > span {
  font-size: 14px;
  display: inline-block;
  width: auto;
  text-indent: 26px;
  text-align: center;
  line-height: 30px;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: 110px;
  background: url("../image/icon_info_black.png") no-repeat left center;
}

.btn.btn-new-folder {
  background-image: url("../image/btn_new_folder.png");
  text-indent: 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.jstree-default-contextmenu{
  z-index:10000!important;
}
.jstree_contextmenu {
  width:100px;
  height:20px;
}
.jstree_contextmenu >a {
  width:100%!important;
  font-size:12px!important;
  line-height:1.5em!important;
}
.jstree_contextmenu >a:hover{
  width:70px!important;
  height:100%;
  padding:0 0 0 30px;
}
.jstree_contextmenu >a >i{
  width:0!important;
  height:0!important;
}
.jstree_contextmenu >a >span{
  width:0!important;
  height:0!important;
}

#editIpForm .input-group .number-input {
  padding-left: 20px;
}

body .login .content .login_wrap form .form-group .submit {
  margin-top: 20px;
  margin-bottom: 20px;
}

body .login .content .login_forgot_passWord_wrap form .tab {
  background: #fff;
  color: #000;
  font-size: 12px;
  float: left;
  cursor: pointer;
  margin: 0px 14px -2px 14px;
  margin-left: 0px;
  margin-right: 28px;
  border-bottom: 2px solid #e5e5e5;
}
body .login .content .login_forgot_passWord_wrap form .tab a {
  cursor: pointer;
  color: #808080;
  font-size: 14px;
  display: inline-block;
  padding: 8px 0px;
  text-decoration: none;
}

body .login .content .login_forgot_passWord_wrap form .tab.active a {
  color: #000;
  font-size: 14px;
}

body .login .content .login_forgot_passWord_wrap form .tab.active {
  border-bottom: 2px solid #000;
}
body .login .content .login_forgot_passWord_wrap form .tab-content.active {
  display: block;
}
body .login .content .login_forgot_passWord_wrap form .tab-content {
  display: none;
  background: #fff;
  position: relative;
}
body .login .content .login_forgot_passWord_wrap form .outForget {
  padding: 0px 20px 0px 20px;
}
body .login .content .login_forgot_passWord_wrap form .tabForget {
  border-bottom: 2px solid #e5e5e5;
  padding: 0px 20px 0px 20px;
  margin-bottom: 20px;
  list-style: none;
  display: flex;
}
body .login .content .login_forgot_passWord_wrap form {
  padding-top: 20px !important;
}

.department-edit {
  margin-top:5px;
}
.department-edit >a {
  margin-right: 10px;
  cursor: pointer;
  color: inherit;
}
body .login .content .login_qrcode_wrap .body .download .left {
    width: 200px;
    padding-top: 10px;
}
body .login .content .login_qrcode_wrap .body .download .right {
    width: 200px;
    padding-top: 10px;
    padding-left: 20px;
}

body .login .content .login_qrcode_wrap .body .download .left img {
    width: 158px;
    margin-top: 14px;
}

body .login .content .login_qrcode_wrap .body .download .right img {
    width: 158px;
    margin-top: 14px;
}

body .login .content .login_qrcode_wrap .body .download .right label {
    margin-bottom: 0px;
}

.toast-wrap .toast .message {
  word-break: break-all;
  word-wrap: break-word;
}

.ldap-inst {
    font-size: 12px;
    margin-top: 20px;
}

.ctrl-buttons .table-btn-label {
  text-decoration: none !important;
  cursor: default !important;
}

.authorize-button {
  height: 150px;
}

body main.setup {
  position: absolute;
  overflow-y: scroll;
}

body main.setup .content {
  margin-bottom: 40px;
}

.department_tree_global a {
    white-space: normal !important;
    height: auto !important;
    word-break: break-all !important;
    padding: 1px 2px;
}

.status-buttons {
    padding-top: 20px;
    margin-bottom: 0;
}

.users_view .department-tip {
    float: left;
    font-weight: 700;
    color: red;
}

.auth-upload-headertip {
  padding-left: 20px;
  color: red;
}

.regular>.left {
  margin-left: 15px;
  font-size: 15px;
  color: black;
  font-weight: 600;
}

.regular>.right {
  margin-left: 150px;
  margin-top: -30px;
}

.regular>.right .form-group {
  margin-left: 0px;
}

.regular>.right .form-group>div{
  margin-left: 180px;
  margin-top: -30px;
}

.regular>.right .form-group>.have-tip{
  position: relative;
}

@media (min-width: 768px) {
  .modal-xl {
   width: 90%;
   max-width:1200px;
  }
}
@media (min-width: 768px) {
  .modal-xl {
   width: 90%;
   max-width:1200px;
  }
}

.role_api_edit {
  background-image: url("../image/left_nav_icon_4.png");
  text-indent: 30px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 30px;
  height: 30px;
}

body main.settings .nav-tabs-vertical .tab {
  margin-left: 0px;
  margin-right: 28px;
}
body main.settings .nav-tabs-vertical .tab a {
  font-size: 14px;
}
.nav-tabs-vertical .tab {
  margin-left: 15px;
}
.nav-tabs-vertical .tab a {
    width: 100%;
    cursor: pointer;
    color: #808080;
    font-size: 12px;
    display: inline-block;
    padding: 8px 0px 5px 32px;
    background-image: url(../image/tran_file.png);
    background-repeat: no-repeat;
    background-position: 3% 60%;
}
.nav-tabs-vertical .tab a:hover {
  text-decoration: none;
}
.nav-tabs-vertical .tab.active a {
    border-radius: 4px;
    color: #fff;
    background-image: url(../image/tran_file_active.png);
}
.resGroupSelectViewContent {
  margin: 15px 0px 0px 0px;
}
.resGroupSelectTabPane  {
  padding: 0px !important;
  /* position: fixed !important; */
  width: 97%;
  height: 100%;
}
.resGroupSelectTab {
  width: 100%;
  height: 70%;
  border: none;
}
.resGroupSelectTab .group {
  width: 300px;
  height: 100%;
  border-right: 1px solid #dadcde;
  float: left;
}
.resGroupSelectTab .resGroupSelectFilter {
  height: 35px;
  margin: 10px 0px 10px 0px;
}
.resGroupSelectTab .group .group_list {
  height: calc(100% - 70px);
}
.resGroupSelectTab .devs {
  width: calc(100% - 300px);
  height: 100%;
  float: left;
  border-left: 1px solid #dadcde;
}
.resGroupSelectFilterSearch_input {
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 290px;
  float: left;
  margin-top: 5px;
}
.resGroupSelectTab .group .group_list tr td span {
  margin-top: 5px;
  float: left;
}
.resGroupSelectTab .group .group_list tr td i {
  margin-top: 5px;
  float: left;
}
.resGroupSelectTab .group .group_list tr {
  cursor: pointer;
}
.resGroupSelectTab .group .group_list .active td {
  background-color: #00cfe2;
  color: white;
}
body main.business section .main_content .filter{
  float:left;
  width:100%;
  position:relative;
  margin-bottom:10px;
}
body main.business section .main_content .filter .item{
  float:left;
}
body main.business section .main_content .filter .more_filters{
  font-size: 14px;
  height: 32px;
  cursor: pointer;
  background-image: url("../image/filter_icon.png");
  text-indent: 23px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 100%;
  padding-right: 46px;
  margin-right: 10px;
}

body main.business section .main_content .filter .filters_view{
  position: absolute;
  z-index: 3;
  margin-top: -5px;
  margin-bottom: 250px;
  padding: 10px 20px;
  width: 372px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
}
body main.business section .main_content .filter .search_input{
  height: 32px;
  border-radius: 30px;
  border: none;
  background-color: #eff1f5;
  background-image: url("../image/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 100%;
  padding-left: 43px;
  width: 300px;
  float: left;
}
body main.business section .main_content .filter .filters_view .form-group .reset_filter{
  cursor: pointer;
  color: #000;
  line-height: 32px;
  margin-right: 20px;
  font-size: 12px;
}
body main.business section .main_content .filter .filters_view .form-group .apply_filter{
  width:100px;
}
body main.business section .main_content .filter .filters_view_bg{
  background: #fff;
  opacity: 0.01;
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body main.business .worksheet-details {
  height: 100%;
  overflow: hidden;
}
body main.business .worksheet-details .header {
  line-height: 60px;
  width: 100%;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 20px;
}
body main.business .worksheet-details .header span {
  cursor: pointer;
}
body main.business .worksheet-details .header i {
  background: url("../image/worksheet-arror.png") no-repeat center center;
  width: 20px;
  height: 16px;
  display: inline-block;
}
body main.business .worksheet-details .header .close {
  color: #000;
  opacity: 1;
  margin-top: 20px;
}
body main.business .worksheet-details .body {
  height: calc(100% - 60px);
  overflow: hidden;
}
body main.business .worksheet-details .body > div {
  padding: 0px 20px;
  height: 100%;
  overflow-y: auto;
}
body main.business .worksheet-details .body .info {
  float: left;
  border-right: 1px solid #e5e5e5;
  width: calc(100% - 300px);
}
body main.business .worksheet-details .body .info > div {
  background: #edf0f4;
  margin: 20px auto;
  padding: 19px 22px 12px 20px;
}
body main.business .worksheet-details .body .info > div .inforow .name {
  font-size: 12px;
  color: rgba(0,0,0,0.7);
  margin: 10px auto;
}
body main.business .worksheet-details .body .info > div .inforow .value {
  font-size: 12px;
  color: #000;
  margin: 10px auto;
}
body main.business .worksheet-details .body .info > div .inforow .name .control-label {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  word-wrap: break-word;
}
body main.business .worksheet-details .body .info > div .inforow .value .control-label {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  word-wrap: break-word;
}
body main.business .worksheet-details .body .info .permission_list {
  padding: 0px;
  background: #d2d7e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
body main.business .worksheet-details .body .info .permission_list .inforow {
  padding: 20px;
}
body main.business .worksheet-details .body .info .ctrl {
  overflow: hidden;
}
body main.business .worksheet-details .body .info .ctrl h3 {
  font-size: 12px;
  color: #000;
}
body main.business .worksheet-details .body .info .ctrl label.status {
  background: #6b798c;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  padding: 1px 6px;
  font-weight: normal;
  display: inline-block;
  float: left;
  margin-top: 20px;
}
body main.business .worksheet-details .body .info .ctrl button {
  width: 100px;
  margin-left: 10px;
}
body main.business .worksheet-details .body .info > label {
  font-size: 12px;
  color: #000;
}
body main.business .worksheet-details .body .timeline {
  float: left;
  width: 300px;
  padding: 20px;
}
body main.business .worksheet-details .body .timeline > label {
  font-size: 12px;
  color: #000;
  float: left;
  margin-bottom: 20px;
}
body main.business .worksheet-details .body .timeline .item {
  float: left;
  clear: left;
  overflow: hidden;
}
body main.business .worksheet-details .body .timeline .item .icon {
  float: left;
}
body main.business .worksheet-details .body .timeline .item .content {
  float: left;
  padding-left: 17px;
}
body main.business .worksheet-details .body .timeline .item .content .title {
  font-size: 12px;
  color: #000;
}
body main.business .worksheet-details .body .timeline .item .content .des {
  font-size: 12px;
  color: rgba(0,0,0,0.5);
}

/* 收藏样式 */
body main.business .access .serv_sys_slider #user_favs_tree {
  margin-top: 0px !important;
}
body main.resources section #user_favs_tree .jstree-anchor {
    word-wrap: break-word;
}
body main.business .access .serv_sys_slider #user_favs_tree .jstree-anchor {
  word-wrap: break-word;
}
body main.business .access .serv_sys_slider #user_favs_tree {
  margin-left: 5px;
  margin-top: 57px;
}
body main.business .access .serv_sys_slider #user_favs_tree .jstree-anchor {
  -webkit-transition: none !important;
  transition: none !important;
}
body main.business .access .serv_sys_slider #user_favs_tree > ul > li > .jstree-icon {
  background-position: -24px 0px !important;
}
body main.business .access .serv_sys_slider #user_favs_tree > ul > li > a > .jstree-icon {
  background-position: -260px 2px;
}
body main.business .access .serv_sys_slider #user_favs_tree > ul > li > .jstree-clicked > .jstree-icon {
  background-position: -260px -63px;
  margin-right: -9px;
}
body main.business .access .serv_sys_slider #user_favs_tree > ul > li ul li a > .jstree-icon {
  background-position: -258px 2px;
}
body main.business .access .serv_sys_slider #user_favs_tree > ul > li ul li > .jstree-clicked > .jstree-icon {
  background-position: -258px -63px;
  margin-right: -9px;
}
body main.business .access .serv_sys_slider #user_favs_tree > ul > li ul .jstree-closed > .jstree-clicked > .jstree-icon {
  background-position: -218px -63px;
  margin-right: -9px;
}
body main.business .access .serv_sys_slider #user_favs_tree > ul > li ul .jstree-leaf > .jstree-clicked {
  text-indent: 0px;
  word-wrap: break-word;
}
body main.business .access .serv_sys_slider #user_favs_tree > ul > li ul .jstree-leaf > .jstree-clicked > .jstree-icon {
  background-position: -98px -63px;
  margin-right: -9px;
}
body main.business .access .serv_sys_slider #user_favs_tree > ul > .jstree-closed .jstree-ocl {
  background-position: 7px 0px !important;
}
body main.business .access .serv_sys_slider #user_favs_tree > ul > .jstree-closed > .jstree-clicked > .jstree-icon {
  background-position: -220px -63px;
  margin-right: -9px;
}
body .login .content .login_face_authentication{
  width: 400px;
  height: 330px;
  background: #FFFFFF;
  border-radius: 4px;
}
body .login .content .login_face_authentication .faceTitle{
  width: 112px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  margin-left: auto;
  margin-right: auto
}
body .login .content .login_face_authentication .faceFailCountInfo{
  width: 128px;
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6B798C;
  margin-right: auto;
  margin-left: auto;
  margin-top: 7px;
}
body .login .content .login_face_authentication .faceImg{
  margin: 20px auto;
  width: 120px;
  height: 120px
}
.macImg {
  width: 80px;
  height: 80px;
  margin: 20px auto;
}

.macText {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  display:block;
  text-align: center;
}

body .login .content .login_face_authentication .faceFooter{
  width: 400px;
  height: 62px;
  background: #FFFFFF;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
}
body .ng-isolate-scope .login_face_authentication {
  width: 400px;
  height: 330px;
  background: #FFFFFF;
  border-radius: 4px;
}
body .ng-isolate-scope .login_face_authentication .faceTitle{
  width: 112px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  margin-left: auto;
  margin-right: auto
}
body .ng-isolate-scope .login_face_authentication .faceFailCountInfo{
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6B798C;
  line-height: 20px;
  text-align: center;
}
body .ng-isolate-scope .login_face_authentication .countDown{
  text-align: center;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6B798C;
  line-height: 20px;
}
body .ng-isolate-scope .login_face_authentication .faceImg{
  margin: 20px auto;
  width: 120px;
  height: 120px
}
body .ng-isolate-scope .login_face_authentication .faceFooter{
  width: 400px;
  height: 62px;
  background: #FFFFFF;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
}
body .col-md-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 20%;
}

.wrapper_filetransferH5 .upload_result .content{
  height: calc(100% - 30px);
  position: absolute;
  top: 30px;
}
.handleFavModal .modal{
  z-index:10000;
}
#user_favs_handle_tree .jstree-anchor{
  line-height: 20px!important;
  margin: 1px 0 2px;
  height: 26px!important;
}
#user_favs_handle_tree .jstree-anchor.jstree-search {
  font-style: italic;
  color: #ef0909;
  font-weight: bold;
}
#user_favs_handle_tree i[role='presentation']{
  margin-right:2px;
}
.have-unite{
  padding-right:36px;
}
.have-unite .unite-text{
  position:absolute;
  right:0;
  top:7px;
  font-size: 12px;
}
.have-unite.have-tip{
  padding-right:72px;
}
.have-unite.have-tip .unite-text{
  position:absolute;
  right:36px;
  top:7px;
  font-size: 12px;
}
col-xs-0,.col-sm-0,.col-md-0,.col-lg-0{
  display:none;
}
.wrapper_filetransferH5{
  background: #fff;
  height:100%;
}
.wrapper_filetransferH5  .upload_result{
  background: #fff;
  border: 1px solid rgb(224, 227, 234);
  height: 305px;
  position: relative;
  top: 520px;
  right: 0px;
  margin-bottom: 20px;
  font-size: 12px;
  width: 100%;

}
#user_favs_handle_tree.jstree-proton .jstree-disabled > .jstree-icon{
  opacity: 0.3!important;
  cursor: none!important;
}
#serv_sys_tree_container.serv_sys_tree_container{
  padding-bottom: 180px;
}

.watermarkinfo {
  position: absolute;
  top: 186px;
  left: 227px;
  width: 100%;
  height: 100%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 1299;
}

.node_wrap { 
    display: inline-block;
    max-width: 280px;
    width:auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.input_number_indent {
  text-indent: 7px;
}