@charset "UTF-8";
/*header*/
/*menu*/
/*tab*/
/*button*/
/*div-form*/
/*form*/
/*list*/
/*table*/
/*tree*/
* {
  padding: 0px;
  margin: 0px;
}
html.mainHome {
  min-width: 992px;
  overflow-x: auto;
}
li {
  list-style: none;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
  padding: 1px 0px;
}
a {
  color: #4a90e2;
}
a:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
a:focus,
a:hover {
  color: #4a90e2;
  text-decoration: underline;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #5181b9 !important;
  outline: none;
  box-shadow: 0px 0px 1px 0px #5181b9;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.maincolor {
  color: #4a90e2;
}
.iconfont {
  font-size: 14px !important;
}
.icon-ask {
  font-weight: normal;
  padding-right: 5px;
}
/*浮动*/
.float-right {
  float: right;
}
.float-left {
  float: left;
}
/*内边距*/
.padded-l-0 {
  padding-left: 0;
}
.padded-r-0 {
  padding-right: 0;
}
.padded-t-0 {
  padding-top: 0;
}
.padded-b-0 {
  padding-bottom: 0;
}
.padded-l-5 {
  padding-left: 5px;
}
.padded-r-5 {
  padding-right: 5px;
}
.padded-t-5 {
  padding-top: 5px;
}
.padded-b-5 {
  padding-bottom: 5px;
}
.margin-5 {
  margin: 5px;
}
/*边框*/
.border-0 {
  border: 0;
}
.layout-panel-west {
  border-right: 1px solid #ccc;
}
.layout-north {
  overflow: hidden !important;
  height: 76px !important;
  line-height: 76px !important;
  color: #1d7ec2;
  border: 0;
}
.layout-west {
  width: 200px;
  border-right: 1px solid #ccc !important;
  background: #fff;
}
.layout-center {
  background: #fff !important;
  overflow-y: hidden !important;
}
.layout-south {
  height: 30px !important;
  background: #fff !important;
}
.layout-split-west {
  border-right: 1px solid #ccc;
}
.footer {
  text-align: center;
  color: #5E5E5F;
  margin: 0px;
  padding: 0px;
  line-height: 25px;
  background: #D2E0F2;
}
/*loading*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  background: rgba(204, 204, 204, 0.3);
}
#loading > div {
  display: block;
  left: 50%;
  height: 40px;
  margin-left: -90px;
  line-height: 18px;
  font-size: 14px;
  border: 1px solid #cccccc;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px 10px 30px;
  width: auto;
  background-image: url('images/loading.gif');
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 5px center;
}
/*重写easyui样式*/
iframe {
  height: 100%;
}
.layout-expand-west.layout-expand {
  left: -1px !important;
  top: -1px !important;
}
.window-shadow {
  box-shadow: none;
}
.window-proxy-mask,
.window-mask {
  background: #333;
}
.window {
  background: #ffffff;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.window .window-header {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #4a90e2;
}
.window .window-header .panel-title {
  color: #ffffff;
}
.window .window-header .panel-tool {
  right: 10px;
  margin-top: -9px;
}
.window .window-header .panel-icon {
  left: 5px;
  height: 30px;
  color: #fff;
  margin-top: -19px;
  font-family: "iconfont" !important;
  font-size: 17px;
}
.window .window-body {
  border: 0;
}
.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.panel-primary > .panel-heading {
  background: #4a90e2;
  border: 0;
  border-radius: 2px;
}
.panel-header {
  background: #fbfbfb;
  padding: 8px 5px;
}
.panel-header .panel-title {
  color: #666666;
  font-size: 14px;
}
.panel-tool {
  margin-top: -9px;
  height: 20px;
  border-radius: 2px;
  right: 1px;
}
.panel-tool a {
  background: #4a90e2;
  opacity: 1;
  color: #fff;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  font-family: "iconfont" !important;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
}
.panel-tool a.layout-button-left:before {
  content: "\e611";
  color: #fff;
}
.panel-tool a.layout-button-right:before {
  content: "\e6c5";
  color: #fff;
}
.panel-tool a:hover {
  background: #5181b9;
  text-decoration: none;
}
.panel-tool .panel-tool-close {
  font-weight: bold;
  background: #ffffff;
  padding: 6px 4px 4px 4px;
}
.panel-tool .panel-tool-close:before {
  content: "\e6e2";
  color: #4a90e2;
  position: relative;
  top: -17px;
  font-size: 12px;
}
.panel-tool .panel-tool-close:hover {
  background: #ffffff;
}
.panel-group .panel {
  border-radius: 2px;
}
.panel-title {
  color: #4a90e2;
}
.messager-info,
.messager-error,
.messager-warning,
.messager-question {
  background: none;
  font-family: "iconfont" !important;
  font-size: 25px;
  position: relative;
  top: -10px;
}
.messager-info {
  color: #4a90e2;
}
.messager-info:before {
  content: "\e72b";
}
.messager-body > div {
  word-break: break-word;
}
.messager-error {
  color: #F44B4E;
}
.messager-error:before {
  content: "\e72b";
}
.messager-warning {
  color: #ffa501;
}
.messager-warning:before {
  content: "\e610";
}
.messager-question {
  color: #4a90e2;
}
.messager-question:before {
  content: "\e625";
}
.dialog-button {
  border: 0;
  top: 0;
  border-top: 1px solid #ccc;
}
.dialog-button .l-btn,
.messager-button .l-btn {
  font-family: "iconfont" !important;
  border: 0;
  background: #4a90e2;
  color: #fff;
  border-radius: 2px;
  padding: 5px;
}
.dialog-button .l-btn .l-btn-text,
.messager-button .l-btn .l-btn-text,
.dialog-button .l-btn .l-btn-icon,
.messager-button .l-btn .l-btn-icon {
  font-size: 14px;
}
.dialog-button .l-btn .l-btn-icon-left .fa-check-circle:before,
.messager-button .l-btn .l-btn-icon-left .fa-check-circle:before,
.dialog-button .l-btn .l-btn-icon-left .fa-save:before,
.messager-button .l-btn .l-btn-icon-left .fa-save:before {
  content: "\e696";
}
.dialog-button .l-btn .l-btn-icon-left .fa-times-circle:before,
.messager-button .l-btn .l-btn-icon-left .fa-times-circle:before {
  content: "\e6e2";
}
.dialog-button .l-btn:hover,
.messager-button .l-btn:hover {
  background: #5181b9;
  color: #ffffff;
  border: 0;
}
/*右下角弹窗样式*/
#noticeWin .notice-item {
   width: 100%;
   float: left;
   margin: 0;
   overflow: auto;
   height: 100%;
   display: none;
}
#noticeWin .notice-item.active{
	display:block;
}
#noticeWin .l-btn {
	background: none;
    color: #4a90e2;
}
#noticeWin .window-body a {
	cursor:pointer;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.combo {
  width: 65%;
  border-radius: 2px;
  height: 34px !important;
}
.combo .combo-arrow {
  height: 34px !important;
  width: 34px !important;
  border-left: 1px solid #ccc;
  background: none;
  opacity: 1;
  text-align: center;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 34px;
}
.combo .combo-arrow:before {
  content: "\e627";
}
.combo input[type="text"].textbox-text {
  padding: 0;
  width: 100% !important;
  height: 100%;
  border: 0;
  text-indent: 10px;
}
pre {
  background: #fff;
  border: 0;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #ebf2f9;
}
.ui-jqgrid tr.jqgrow td {
  font-size: 14px;
  line-height: 25px;
}
.ui-jqgrid-view.table-responsive {
  margin: 0;
  border: 0;
}
.menu-icon.iconfont {
  font-size: 14px;
  margin-top: -10px;
}
.menu-item.menu-active {
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.pagination-next,
.pagination-last,
.pagination-load,
.pagination-first,
.pagination-prev {
  background-image: url("images/pagination_icons.png");
}
.form-control {
  font-size: 14px;
  border-radius: 2px;
  box-shadow: none;
}
.progressbar-value .progressbar-text {
  background-color: #4a90e2;
}
.pagination .pagination-num,
.pagination-page-list {
  font-size: 14px;
}
.datagrid-mask-msg {
  font-size: 14px;
  border: 1px solid #cccccc;
  height: 40px;
}
/*温馨提示*/
.reminder {
  border: 1px solid #ffb4a8;
  margin-bottom: 10px;
  padding: 5px;
  color: #6C6C6C;
  background: #fef2f2;
  font-size: 14px;
}
.reminder > i {
  color: #ff4400;
  padding-right: 5px;
}
.tips i {
  color: #FF4C49;
  padding-right: 5px;
}
input.ng-invalid,
textarea.ng-invalid,
select.ng-invalid,
.edui-editor.ng-invalid,
span.ng-invalid input,
div.ng-invalid .ht-input,
.has-error,
input.ng-invalid-custom-validate {
  border: 1px solid #dd514c !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
textarea.ng-invalid + .edui-editor {
  border:1px solid #dd514c;
}
.pf-radios {
  height: 100%;
}
/*下拉框*/
.chosen-container {
  width: 100% !important;
}
.chosen-container-single .chosen-single {
  height: 32px;
  line-height: 32px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: none;
  padding-left: 5px;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 6px;
}
.chosen-container-single .chosen-single span {
  color: #000000;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container .chosen-results li.highlighted {
  background: #4a90e2;
}
.ui-jqgrid .ui-pg-selbox,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-jqgrid .ui-pg-input,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  font-size: 14px;
}
.pfdic .dropdown .tip {
  color: #777777;
}
/*操作按钮*/
.buttons {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.buttons.white-border {
  border-color: #ffffff;
}
.btn,
.form-btn {
  background: #4a90e2;
  border-radius: 2px;
  padding: 0px 10px;
  border: 0;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  text-decoration: none;
}
.btn:hover,
.form-btn:hover,
.btn:focus,
.form-btn:focus {
  background: #5181b9;
  color: #fff;
  border: 0;
}
.btn.btn-default,
.form-btn.btn-default {
  background: #fff;
  color: #4a90e2;
  border: 1px solid #4a90e2;
}
.btn.btn-default:hover,
.form-btn.btn-default:hover {
  background: #4a90e2;
  color: #fff;
}
.btn.btn-mini,
.form-btn.btn-mini {
  padding: 0 4px;
  height: 34px;
}
.btn.btn-sm,
.form-btn.btn-sm {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.btn.btn-warning,
.form-btn.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn.btn-warning:hover,
.form-btn.btn-warning:hover,
.btn.btn-warning:focus,
.form-btn.btn-warning:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn i,
.form-btn i {
  position: relative;
  padding-right: 3px;
}
.btn.btn-icon i,
.form-btn.btn-icon i {
  position: relative;
  padding-right: 0;
}
.datagrid-cell .btn {
  border-radius: 2px;
  background: #fff;
  font-size: 14px;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0 4px;
  height: 30px;
  line-height: 30px;
}
.datagrid-cell .btn:hover,
.datagrid-cell .btn:focus {
  background: #4a90e2;
  color: #fff;
}
.datagrid-cell .ops_btn {
  height: 28px;
  line-height: 26px;
  border-radius: 2px;
  font-size: 14px;
  background: #fff;
  display: inline-block;
  margin-top: 5px;
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  font-family: "iconfont" !important;
  cursor: pointer;
  width: 60px;
}
.datagrid-cell .ops_btn:after {
  content: "\e61d";
}
.datagrid-cell .ops_btn.ops_active {
  background: #4a90e2;
  color: #fff;
  border: 1px solid #4a90e2;
}
.table-form .btn {
  height: 34px;
  line-height: 34px;
  margin-left: 5px;
}
.table-form .btn.btn-default {
  background: #fff;
  border: 1px solid #4a90e2;
  color: #4a90e2;
}
.table-form .btn:hover,
.table-form .btn:focus {
  background: #5181b9;
  color: #fff;
}
.table-form .btn .btn.btn-sm {
  height: 30px;
  line-height: 30px;
  margin-left: 0px;
  font-size: 14px;
}
.table-form .btn.btn-single {
  padding: 0 10px;
}
.table-form .btn.btn-single > i {
  padding-right: 0;
}
.table-form .btn.btn-text:hover,
.table-form .btn.btn-text:focus {
  background: #fff;
  border: 1px solid #4a90e2;
  color: #4a90e2;
}
.table-form .btn i {
  padding: 0;
  top: 0;
}
.form-buttons {
  float: right;
}
.form-buttons .btn {
  background: #fff;
  border: 1px solid #4a90e2;
  color: #4a90e2;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  line-height: initial;
  height: auto;
  vertical-align: middle;
  margin-top: -2px;
}
.form-buttons .btn i {
  top: 1px;
  position: relative;
}
.form-buttons .btn:hover,
.form-buttons .btn:focus {
  background: #5181b9;
  color: #fff;
}
.pf-bpm-buttons .btn {
  margin-right: 5px;
}
.well .btn.btn-default {
  margin: 5px;
  color: #666;
  border-color: #ccc;
  cursor: default;
}
.well .btn.btn-default:hover {
  background: #fff;
  color: #666;
  border-color: #ccc;
}
.upload-btn {
  position: relative;
  width: 70px;
  margin: 0;
}
.upload-btn input[type="file"] {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.button-success {
  background: #4DB978;
  color: #FFFFFF;
}
.button-success:hover,
.button-success:focus {
  background: #44a66b;
  color: #FFFFFF;
}
.button-danger {
  background: #E96969;
  color: #FFFFFF;
}
.button-danger:hover,
.button-danger:focus {
  background: #d15d5d;
  color: #FFFFFF;
}
.button-default {
  background: #4C90E5;
  color: #FFFFFF;
}
.button-default:hover,
.button-default:focus {
  background: #3e78c0;
  color: #FFFFFF;
}
.button-info {
  background: #E79432;
  color: #FFFFFF;
}
.button-info:hover,
.button-info:focus {
  background: #cb822b;
  color: #FFFFFF;
}
.button-outlined.button-default {
  background: transparent !important;
  border: 1px solid #4C90E5;
  color: #4C90E5;
}
.button-outlined.button-default:hover,
.button-outlined.button-default:focus,
.button-outlined.button-default .active {
  background: #4C90E5 !important;
  color: #ffffff;
}
.button-outlined.button-success {
  background: transparent !important;
  border: 1px solid #4DB978;
  color: #4DB978;
}
.button-outlined.button-success:hover,
.button-outlined.button-success:focus,
.button-outlined.button-success .active {
  background: #4DB978 !important;
  color: #ffffff;
}
.button-outlined.button-info {
  background: transparent !important;
  border: 1px solid #E79432;
  color: #E79432;
}
.button-outlined.button-info:hover,
.button-outlined.button-info:focus,
.button-outlined.button-info .active {
  background: #E79432 !important;
  color: #ffffff;
}
.button-outlined.button-danger {
  background: transparent !important;
  border: 1px solid #E96969;
  color: #E96969;
}
.button-outlined.button-danger:hover,
.button-outlined.button-danger:focus,
.button-outlined.button-danger .active {
  background: #E96969 !important;
  color: #ffffff;
}
.label-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
}
.label-circle:hover {
  color: #fff;
  text-decoration: none;
}
.label-default {
  background: #498DDF;
  color: #fff;
}
.label-default:hover {
  background: #3e78c0;
}
.label-info {
  background: #E79432;
  color: #fff;
}
.label-info:hover {
  background: #cb822b;
}
.label-danger {
  background: #E96969;
  color: #fff;
}
.label-danger:hover {
  background: #d15d5d;
}
.label-success {
  background: #4DB978;
  color: #fff;
}
.label-success:hover {
  background: #44a66b;
}
/* tab style */
.tabs {
  padding: 0 10px;
  height: 43px !important;
}
.tabs li {
  height: 34px;
  margin-top: 10px;
}
.tabs li a.tabs-inner {
  height: 33px !important;
  line-height: 33px !important;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-bottom: 0;
  color: #666;
}
.tabs li a.tabs-inner > span.iconfont {
  font-size: 14px;
  width: 20px;
  position: relative;
  float: left;
  margin: 0;
  top: 0;
  left: 0;
}
.tabs li a.tabs-inner .tabs-with-icon {
  padding-left: 0;
}
.tabs li a.tabs-inner .tabs-title {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.tabs li.tabs-selected a.tabs-inner {
  border-top: 2px solid #4a90e2;
  line-height: 30px !important;
}
.tabs li a.tabs-close {
  background: none;
  font-family: "iconfont" !important;
  opacity: 1;
  font-weight: bold;
  height: 16px;
  font-size: 12px;
  filter: alpha(opacity=100);
  top: 14px;
}
.tabs li a.tabs-close:before {
  content: "\e6e2";
  color: #4a90e2;
}
.tabs li a.tabs-close:hover {
  background: inherit;
  text-decoration: none;
}
.tabs .tabs-closable {
  padding-right: 12px;
}
.sub-tabs .tabs .tabs-selected a.tabs-inner {
  border-top: 1px solid #ccc;
  line-height: 33px !important;
}
.script-tab .tabs {
  padding-left: 29px;
}
.simple-tabs {
  height: 36px;
  margin: 0;
}
.simple-tabs li {
  float: left;
  line-height: 30px;
  border: 1px solid #ccc;
  margin-top: 5px;
  border-bottom: 0;
  font-size: 14px;
  margin-right: 5px;
}
.simple-tabs li a {
  display: block;
  padding: 0 10px;
  position: relative;
  top: 1px;
  color: #666666;
  text-decoration: none;
}
.simple-tabs li.active a {
  background: #fff;
}
.guide-tabs {
  height: 60px;
  width: 100%;
  text-align: center;
  padding: 5px;
}
.guide-tabs ul {
  margin: 0;
  padding: 0;
  display: table;
  margin: auto;
}
.guide-tabs > ul > li {
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  font-weight: bold;
  padding: 0 20px;
  min-width: 150px;
}
.guide-tabs > ul > li span.step {
  font-weight: normal;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #f2f2f2;
  line-height: 30px;
  text-align: center;
  color: #666;
  border: 1px solid #666;
  margin: auto;
  vertical-align: middle;
  float: left;
  margin-top: 9px;
  margin-right: 5px;
}
.guide-tabs > ul > li span.step-name {
  display: block;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 14px;
  color: #bbb;
}
.guide-tabs > ul > li.active span.step {
  background: #4a90e2;
  border: 1px solid #4a90e2;
  color: #fff;
}
.guide-tabs > ul > li.active span.step-name {
  color: #4a90e2;
}
/* tree style */
.dropdown-menu .ztree {
  background: #fff;
}
.ztree.bg-white {
  background: #fff;
}
.ztree {
  background: #fff;
  margin: 0;
  padding: 0px 5px;
  color: #333;
  overflow: auto;
  height: 100%;
}
.ztree li {
  padding: 0;
  list-style: none;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  outline: 0;
}
.ztree li a {
  height: 30px;
  padding: 2px 2px 2px 2px;
  margin: 0 2px 0 0;
  cursor: pointer;
  color: #333333;
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  width: 90%;
}
.dic-menu .ztree li a {
  width: 100%;
}
.ztree li a:hover,
.ztree li a.curSelectedNode {
  background-color: #d1e1f6;
  border: 0;
}
.ztree li a.curSelectedNode .node_name input,
.ztree li a.curSelectedNode > span > input {
  border: 1px solid #ccc;
  padding-left: 5px;
}
.ztree li ul {
  margin: 0;
  padding-left: 35px;
}
.ztree li span.button {
  margin: 0;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-family: "iconfont" !important;
  border: 0;
  background: none;
  color: #333;
}
.ztree li span.button.center_docu,
.ztree li span.button.bottom_docu,
.ztree li span.button.roots_docu,
.ztree li span.button.root_docu{
  width: 0;
}
.ztree li span.button.chk {
  width: 14px;
  height: 14px;
  background-image: url("images/uncheck.png");
  margin: 2px 3px 2px;
  background-size: 100% 100%;
}
.ztree li span.button.chk.checkbox_true_part,
.ztree li span.button.chk.checkbox_true_part_focus,
.ztree li span.button.chk.checkbox_true_full,
.ztree li span.button.chk.checkbox_true_full_focus {
  background-image: url("images/check.png");
}
.ztree li .root_open:before,
.ztree li .roots_open:before,
.ztree li .noline_open:before,
.ztree li .center_open:before,
.ztree li .bottom_open:before {
  content: "\e634";
  border: 1px solid #999999;
}
.ztree li .center_close:before,
.ztree li .bottom_close:before,
.ztree li .root_close:before,
.ztree li .roots_close:before,
.ztree li .noline_close:before {
  content: "\e64c";
  border: 1px solid #999999;
}
.ztree li .fa_justify_open:before,
.ztree li .ico_open:before {
  content: "\e637";
  color: #4a90e2;
}
.ztree li .fa_justify_close:before,
.ztree li .ico_close:before {
  content: "\e724";
  color: #4a90e2;
}
.ztree li .ico_docu:before,
.ztree li .fa_justify_docu:before,
.ztree li .proj_ico_docu:before {
  content: "\e64d";
  color: #9BB4E7;
}
.ztree li span.icon-pdf:before, .ztree li span.icon-pdf_ico_docu:before {
  content: "\e669";
  color: #d60808;
}
.ztree li span.icon-txt:before, .ztree li span.icon-txt_ico_docu:before {
  content: "\e664";
  color: #8389ad;
}
.ztree li span.icon-docx:before, .ztree li span.icon-docx_ico_docu:before,.ztree li span.icon-doc:before, .ztree li span.icon-doc_ico_docu:before {
  content: "\e66d";
  color: #2a5699;
}
.ztree li span.icon-xlsx:before, .ztree li span.icon-xlsx_ico_docu:before {
  content: "\e667";
  color: #3d9364;
}
.ztree li span.icon-jpg:before, .ztree li span.icon-jpg_ico_docu:before{
  content: "\e668";
  color: #ffab00;
}
.ztree li span.icon-png:before, .ztree li span.icon-png_ico_docu:before {
  content: "\e70a";
  color: #4c96da;
}
.ztree li span.icon-cad:before, .ztree li span.icon-cad_ico_docu:before {
  content: "\e70c";
  color: #9266f9;
}
.ztree li span.icon-person:before {
  content: "\e694";
  color: #4a90e2;
}
.ztree li span.icon-task:before {
  content: "\e66c";
  color: #4a90e2;
}
.ztree li span.icon-orgs:before {
  content: "\e687";
  color: #4a90e2;
}
.ztree li span.icon-roles:before {
  content: "\e66e";
  color: #4a90e2;
}
.tree-left-box {
  overflow: hidden;
  position: relative;
}
.tree-left-box > div.search-area {
  width: 100%;
  position: absolute;
  height: 35px;
  top: 0;
  border-bottom: 1px solid #ccc;
}
.tree-left-box > div.search-area > input {
  border-radius: 0;
  border: 0;
}
.tree-left-box > div.search-area > a {
  border-radius: 0;
}
.tree-left-box > div.ztree {
  margin-top: 34px;
}
.ztree.hideDisabled li span.button.checkbox_false_disable {
  display: none;
}
/*头部样式*/
.navbar {
  background-image: url("images/header-bg.png");
  background-color: #457bd8;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 76px;
}
.navbar .container {
  padding: 0px;
  width: 100%;
  min-width: 750px;
}
.navbar .container .navbar-brand {
  height: 76px;
  padding: 0;
}
.navbar .container .navbar-brand img {
  height: 100%;
}
.navbar .container .navbar-nav {
  float: right !important;
  margin: 0;
}
.navbar .container .nav-box {
  margin: 0px;
  height: 76px;
  overflow: hidden;
  float: left;
  position: relative;
}
.navbar .container .nav-box .nav > li {
  float: left;
}
.navbar .container .nav-box .nav > li.menuActive a {
  background: #1053b5;
}
.navbar .container .nav-box .nav > li > a {
  color: #ffffff;
  padding: 10px 20px;
  background: none;
  height:76px;
}
.navbar .container .nav-box .nav > li > a:hover {
  background: #1053b5;
}
.navbar .container .nav-box .nav > li > a > i {
  display: block;
  text-align: center;
  font-size: 25px !important;
  padding: 7px 0 0px 0;
}
.navbar .container .nav-box .nav > li > a > span {
  display: block;
  height: 24px;
  line-height: 24px;
}
.navbar .container .nav-box .nav > li > a > span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  line-height: auto;
}
.navbar .container > div.dropdown > div {
  color: #ffffff;
  cursor: pointer;
  padding: 0px;
}
.navbar .container > div.dropdown > div > img {
  width: 38px;
  height: 38px;
  margin: 0 10px;
}
.navbar .container > div.dropdown > div > ul.dropdown-menu {
  display: block;
  margin-top: -1px;
  box-shadow: 0px 0px 15px rgba(25, 25, 25, 0.3);
  -webkit-box-shadow: 0px 0px 15px rgba(25, 25, 25, 0.3);
  margin-right: 10px;
  border-radius: 0;
  position: fixed;
  top: 64px;
  right: 10px;
  left: auto;
}
.navbar .container > div.dropdown > div > ul.dropdown-menu > li > a {
  position: relative;
  padding: 4px 6px;
  font-size: 14px;
}
.navbar .container > div.dropdown > div > ul.dropdown-menu > li > a:hover ul {
  display: block;
}
.navbar .container > div.dropdown > div > ul.dropdown-menu > li > a > i {
  padding: 0 9px 0px 5px;
}
.navbar .container > div.dropdown > div > ul.dropdown-menu > li > a > i.icon-right-angle {
  position: absolute;
  right: -3px;
  top: 6px;
}
.navbar .container > div.dropdown > div > ul.dropdown-menu > li > a > ul {
  position: absolute;
  top: 2px;
  right: 158px;
  border-radius: 0;
  left: auto;
}
.navbar .container > div.dropdown > div > ul.dropdown-menu > li > a > ul > li {
  padding: 3px 10px;
  font-size: 14px;
}
.navbar .container > div.dropdown > div > ul.dropdown-menu > li > a > ul > li:hover {
  background: #f5f5f5;
}
.navbar .container > div.dropdown > div > ul.dropdown-menu > li.divider {
  margin: 0;
  height: 0.5px;
}
.navbar .container .menu-tool {
  display: block;
  width: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  float: left;
  height: 25px;
  border-radius: 30px;
  margin-top: 25px;
  cursor: pointer;
}
.navbar .container .menu-tool:hover {
  background: #2851B2;
  text-decoration: none;
}
.navbar .container .menu-tool.disabled {
  cursor: not-allowed;
  background: none;
  color: #7192ca;
}
.navbar .container .menu-tool.menu-next {
  left: auto;
  right: 0;
}
/*左侧菜单*/
.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #F4F4F4;
  width: 200px;
}
.sidebar a .iconfont {
  font-size: 16px !important;
}
.sidebar a.iconfont {
  font-size: 20px !important;
}
.sidebar.shrink {
  width: 50px;
  background: #F4F4F4;
}
.sidebar.shrink .menu-header > span {
  display: none;
}
.sidebar.shrink .menu-header > a.shrink {
  display: none;
}
.sidebar.shrink .menu-header > a.expand {
  display: block;
  background: none;
  margin-top: 5px;
  margin-right: 6px;
}
.sidebar.shrink .menu-expand {
  display: none;
}
.sidebar.shrink .menu-shrink {
  display: block;
}
.sidebar.shrink > ul > li {
  height: 60px;
  display: block;
  width: 48px;
  margin-bottom: 1px;
}
.sidebar.shrink > ul > li > a {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
.sidebar.shrink > ul > li > div > ul > li > a.active.hasChild {
  background: #d8e6fb;
}
.sidebar.shrink > ul > li > div > ul > li > a.active.hasChild > span {
  font-size: 14px;
  padding-left: 10px;
}
.sidebar.shrink > ul > li > div > ul > li > a.active.hasChild:hover {
  background: #d8e6fb;
  color: #333;
}
.sidebar.shrink > ul > li > div > ul > li > ul > li > a > span {
  padding-left: 15px;
}
.sidebar.shrink .submenu {
  display: none;
  position: fixed;
  left: 48px;
  min-width: 200px;
}
.sidebar.shrink .submenu > ul {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  padding: 10px;
  margin-left: 9px;
}
.sidebar.shrink .submenu > ul li > a {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.sidebar.shrink .submenu > ul li.submenu-title {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar.shrink .submenu > ul li.submenu-title > i {
  padding-right: 5px;
}
.sidebar.shrink .submenu a {
  background: #fff;
  padding-left: 10px;
  color: #333;
}
.sidebar.shrink .submenu a:hover {
  background: #4a90e2;
  color: #ffffff;
}
.sidebar .menu-header {
  background: #4a83d7;
  display: block;
  width: 100%;
  height: 44px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  padding-left: 10px;
  position: absolute;
  left: 0px;
  right: 0;
}
.sidebar .menu-header > a {
  color: #ffffff;
  font-size: 20px;
}
.sidebar .menu-header > a > i {
  font-size: 20px;
}
.sidebar .menu-header > a.expand {
  display: none;
}
.sidebar .menu-header > a.shrink {
  display: block;
  background: none;
  margin-top: 5px;
}
.sidebar .menu-expand {
  display: block;
}
.sidebar .menu-shrink {
  display: none;
}
.sidebar ul {
  padding: 0;
  margin: 0;
}
.sidebar > ul {
  margin-top: 44px;
}
.sidebar > ul > li {
  border-bottom: 1px solid #ccc;
}
.sidebar > ul > li > a {
  /*二级菜单*/
  background: #F4F4F4;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}
.sidebar > ul > li > a.active > span > i {
  font-weight: normal;
  padding-right: 5px;
}
.sidebar > ul > li > a.noChild.currentMenu {
  color: #4a90e2;
  border-left: 4px solid #4a90e2;
  background: #fff;
}
.sidebar > ul > li > a:hover {
  color: #4a90e2;
}
.sidebar > ul > li > a > span > i {
  padding-right: 5px;
}
.sidebar > ul > li a > i {
  float: right;
  padding-right: 10px;
  font-weight: normal;
}
.sidebar > ul > li > ul {
  display: none;
}
.sidebar > ul > li > ul > li > a {
  /*三级菜单*/
  background: #F6F6F6;
  height: 35px;
  line-height: 35px;
  display: block;
  text-decoration: none;
  padding-left: 30px;
  color: #333333;
  border-top: 1px solid #E0DFDF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.sidebar > ul > li > ul > li > a > span {
  font-size: 14px;
}
.sidebar > ul > li > ul > li > a:hover {
  color: #4a90e2;
}
.sidebar > ul > li > ul > li > a.active {
  background: #FFFFFF;
}
.sidebar > ul > li > ul > li > a.active.hasChild {
  background: #F6F6F6;
}
.sidebar > ul > li > ul > li > a.currentMenu {
  color: #4a90e2;
  font-weight: bold;
  border-left: 4px solid #4a90e2;
  padding-left: 26px;
}
.sidebar > ul > li > ul > li > a.currentMenu:hover {
  color: #4a90e2;
}
.sidebar > ul > li > ul > li > ul > li > a {
  /*四级菜单*/
  background: #FFFFFF;
  height: 35px;
  line-height: 35px;
  display: block;
  text-decoration: none;
  padding-left: 45px;
  color: #333333;
  border-top: 1px solid #E0DFDF;
}
.sidebar > ul > li > ul > li > ul > li > a > span {
  font-size: 14px;
}
.sidebar > ul > li > ul > li > ul > li > a:hover {
  color: #4a90e2;
}
.sidebar > ul > li > ul > li > ul > li > a.selected {
  background: #FFFFFF;
  color: #fff;
  font-weight: bold;
}
.sidebar > ul > li > ul > li > ul > li > a.currentMenu {
  background: #FFFFFF;
  color: #4a90e2;
  font-weight: bold;
  border-left: 4px solid #4a90e2;
  padding-left: 41px;
}
.sidebar > ul > li > ul > li > ul > li > a.currentMenu:hover {
  background: #FFFFFF;
  color: #4a90e2;
}
.sidebar > ul > li > ul.active {
  display: block;
}
.layout-subNorth {
  height: 41px !important;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.menubar {
  height: 40px;
  margin: 0;
  padding: 0;
}
.menubar > ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menubar > ul > li {
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 110px;
  position: relative;
}
.menubar > ul > li a {
  color: #444;
  display: block;
  padding: 0 15px;
  position: relative;
  font-size: 14px;
  height: 100%;
}
.menubar > ul > li a:hover,
.menubar > ul > li a:focus {
  text-decoration: none;
  background: #ebebeb;
}
.menubar > ul > li a i {
  padding-right: 3px;
}
.menubar > ul > li a i.icon-square-right {
  position: absolute;
  right: 9px;
  top: 1px;
}
.menubar > ul > li > a {
  font-size: 14px;
}
.menubar > ul > li ul {
  position: absolute;
  border: 1px solid #ccc;
  z-index: 10;
  background: #fff;
  min-width: 150px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  top: -1px;
  display: none;
}
.menubar > ul > li ul li {
  line-height: 40px;
  position: relative;
}
.menubar > ul > li ul a {
  text-align: left;
}
.menubar > ul > li > ul {
  top: 40px;
}
.menubar > ul > li > ul li ul {
  left: 100%;
}
/*顶部菜单*/
.topmenu {
  background: #4a90e2;
}
.topmenu ul {
  margin: 0;
  padding: 0;
}
.topmenu ul li {
  margin: 0;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.topmenu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 20px;
}
.topmenu ul li a:hover,
.topmenu ul li a.active {
  background: #1053b5;
}
.topmenu ul li a i {
  padding-right: 5px;
}
/*列表页面*/
.datagrid-wrap {
  border: 0;
}
.datagrid-toolbar {
  background: #fff;
}
.datagrid-toolbar .toolbar-body {
  padding: 5px 5px 2px 5px;
}
.datagrid-toolbar .toolbar-body > form {
  margin: 0;
}
.datagrid-toolbar .toolbar-body .search-form-box {
  height: 35px;
  overflow: hidden;
}
.datagrid-toolbar input,
.datagrid-toolbar select {
  border: 1px solid #ccc;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  text-indent: 5px;
  width: 100%;
  font-size: 14px;
}
.datagrid-toolbar select {
  color: #777;
  text-indent: 2px;
}
.datagrid-toolbar .label {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  text-align: right;
  line-height: 32px;
}
.datagrid-view .datagrid-header,
.datagrid-view .datagrid-td-rownumber {
  height: 36px !important;
}
.datagrid-view .datagrid-td-rownumber {
  background: #fff;
}
.datagrid-view .datagrid-header {
  background: #F6F6F7;
}
.datagrid-view .datagrid-header .datagrid-cell {
  text-align: center !important;
}
.datagrid-view .datagrid-header .datagrid-cell span {
  font-size: 13px;
}
.datagrid-view .datagrid-header td {
  text-align: center;
  color: #333333;
  border-style: dashed;
}
.datagrid-view .datagrid-body td {
  border-style: dashed;
}
.datagrid-view .datagrid-footer td {
  border-style: dashed;
}
.datagrid-view .datagrid-row .datagrid-cell {
  height: auto;
  text-align: left;
  font-size: 14px;
}
.datagrid-view .datagrid-row .datagrid-cell a.btn-inline {
    margin: 0 3px;
    height: 25px;
    line-height: 25px;
}
.datagrid-view .datagrid-row .datagrid-cell .green {
  color: green;
}
.datagrid-view .datagrid-row .datagrid-cell .red {
  color: red;
}
.datagrid-view .datagrid-row-over {
  background: #ebebeb;
}
.datagrid-view .datagrid-row-selected {
  background: #ebf2f9;
  color: inherit;
}
.datagrid-view div[class$='colManage'] {
  height: 32px;
  line-height: 32px;
  width: 100px;
  z-index: 2;
  overflow: visible;
}
.datagrid-view .ops_container_type1 {
  float: right;
  font-size: 12px;
  left: -12px;
  position: relative;
}
.datagrid-view .ops_container_type2 {
  font-size: 12px;
  position: relative;
}
.datagrid-view .ops_container a {
  text-decoration: none;
}
.datagrid-view .ops_box {
  position: absolute;
  top: 3px;
  z-index: 1000;
}
.datagrid-view .ops_itemDiv {
  background-color: #FFFFFF;
  border: 1px solid #dddddd;
  border-radius: 2px;
  box-shadow: 1px 2px 11px #969696;
  display: none;
  padding: 3px 4px;
}
.datagrid-view .ops_itemDiv.coltips_div {
  background-color: #4a90e2;
  color: #fff;
  border-radius: 2px;
  text-align: left;
}
.datagrid-view .ops_itemDiv.coltips_div .ops_arraw {
  border-left-color: #4a90e2;
}
.datagrid-view .ops_itemDiv.coltips_div .ops_arraw:after {
  border-left-color: inherit;
}
.datagrid-view .ops_itemDiv.coltips_div .left-arraw {
  position: absolute;
  top: 5px;
  left: -16px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-left-width: 0;
  border-right-color: #4a90e2;
  border-width: 8px;
}
.datagrid-view .ops_itemDiv.coltips_div .left-arraw:after {
  left: -6px;
  content: " ";
  border-left-width: 0;
  border-width: 7px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -7px;
  border-right-color: inherit;
}
.datagrid-view .ops_itemDiv ul {
  padding: 0;
  margin: 0;
}
.datagrid-view .ops_itemDiv ul li {
  list-style-type: none;
  padding: 0 4px;
}
.datagrid-view .ops_itemDiv ul li a:hover {
  background-color: #4a90e2;
  color: #fff;
}
.datagrid-view .ops_itemDiv ul li.ops_li {
  float: left;
}
.datagrid-view .ops_itemDiv ul li a.ops_more {
  margin-top: -1px;
}
.datagrid-view .ops_itemDiv .ops_arraw {
  position: absolute;
  top: 10px;
  right: -16px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-right-width: 0;
  border-left-color: #bbb;
  border-width: 8px;
}
.datagrid-view .ops_itemDiv .ops_arraw:after {
  right: -6px;
  content: " ";
  border-right-width: 0;
  border-width: 7px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -7px;
  border-left-color: white;
}
.datagrid-pager {
  background: #fff;
}
/*jqgrid css reset*/
#pagerNav .ui-pg-input {
   border: 1px solid #ccc;
} 
#pagerNav .ui-pg-selbox {
   min-width: 50px;
}
.new-div-form {
  width: 932px;
  margin: 0px auto;
}
.new-div-form .header {
  text-align: center;
}
.new-div-form .form-btn {
  padding: 7px 12px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  background: #4a90e2;
  color: #ffffff;
  display: inline;
}
.new-div-form .form-btn.upload-btn {
  border-radius: 4px;
  padding: 0px 10px;
  border: 0;
  display: inline-block;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  text-decoration: none;
}
.new-div-form .row {
  background: #ffffff;
  color: #666666;
  padding: 0;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.new-div-form .row:first-child {
  border-top: 1px solid #CCCCCC;
}
.new-div-form .row.title {
  background: #E6EDF7;
  color: #333333;
  height: 32px;
  padding: 0 15px;
  line-height: 32px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.new-div-form .row.border-t {
  border-top: 1px solid #CCCCCC;
}
.new-div-form .row.border-b {
  border-bottom: 1px solid #CCCCCC;
}
.new-div-form .row.border-l {
  border-left: 1px solid #CCCCCC;
}
.new-div-form .row.border-r {
  border-right: 1px solid #CCCCCC;
}
.new-div-form .row.border-t-0 {
  border-top: 0px;
}
.new-div-form .row.border-b-0 {
  border-bottom: 0px;
}
.new-div-form .row.border-l-0 {
  border-left: 0px;
}
.new-div-form .row.border-r-0 {
  border-right: 0px;
}
.new-div-form .row input[type="text"],
.new-div-form .row input[type="number"],
.new-div-form .row select {
  color: #353535;
  height: 34px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  padding: 0 5px;
}
.new-div-form .row textarea {
  width: 100%;
  height: 100%;
  padding: 5px;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
}
.new-div-form .row .button-group input {
  width: 90%;
  float: left;
}
.new-div-form .row .button-group .form-btn {
  margin-left: 5px;
}
.new-div-form .row .unit-group,
.new-div-form .row .custom-dialog {
  margin: 0;
  position: relative;
  padding-right: 36px;
}
.new-div-form .row .unit-group input[type="text"],
.new-div-form .row .custom-dialog input[type="text"],
.new-div-form .row .unit-group input[type="number"],
.new-div-form .row .custom-dialog input[type="number"],
.new-div-form .row .unit-group select,
.new-div-form .row .custom-dialog select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.new-div-form .row .unit-group .unit,
.new-div-form .row .custom-dialog .unit,
.new-div-form .row .unit-group .iconfont,
.new-div-form .row .custom-dialog .iconfont {
  position: absolute;
  right: 0;
  height: 34px;
  top: 0;
  padding: 0 10px;
  line-height: 34px;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #CCCCCC;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #999999;
  border-left: 1px solid #F5F5F5;
  width: auto;
}
.new-div-form .row .unit-group .iconfont,
.new-div-form .row .custom-dialog .iconfont {
  cursor: pointer;
}
.new-div-form .row .unit-group .pfdic .dropdown .tip,
.new-div-form .row .custom-dialog .pfdic .dropdown .tip {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.new-div-form .row .unit-group .form-control[readonly],
.new-div-form .row .custom-dialog .form-control[readonly] {
  background: #fff;
}
.new-div-form .row .text-group {
  width: 100%;
}
.new-div-form .row .text-group input,
.new-div-form .row .text-group span {
  display: inline-block;
}
.new-div-form .row .text-group input {
  width: 50px;
}
.new-div-form .row.flex {
  display: flex;
  min-height: 44px;
}
.new-div-form .row.flex .col {
  height: auto;
  line-height: normal;
  vertical-align: middle;
  position: relative;
}
.new-div-form .row.flex .col.title > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 10px;
}
.new-div-form .row.flex .inner-table table {
  border-collapse: collapse;
  width: 100%;
}
.new-div-form .row.flex .inner-table table th {
  background: #EEEEEE;
  font-weight: normal;
}
.new-div-form .row.flex .inner-table table th,
.new-div-form .row.flex .inner-table table td {
  border: 1px solid #CCCCCC;
  padding: 5px;
  line-height: 34px;
  text-align: center;
}
.new-div-form .row.flex .button-tools {
  height: 39px;
  line-height: 44px;
}
.new-div-form .row.flex .flex-inner {
  padding: 0;
}
.new-div-form .row.flex .flex-inner .col {
  height: 44px;
  line-height: 34px;
}
.new-div-form .row.flex .flex-inner .col.table-box {
  height: auto;
  line-height: normal;
}
.new-div-form .col {
  height: 44px;
  float: left;
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 34px;
  border-left: 1px solid #CCCCCC;
}
.new-div-form .col:last-child {
  border-right: 1px solid #CCCCCC;
}
.new-div-form .col.title {
  background: #EEEEEE;
  color: #666666;
  text-align: center;
  padding: 5px 10px;
}
.new-div-form .col.title .icon-ask {
  color: #4a90e2;
}
.new-div-form .col.sub-title {
  background: #F5F5F5;
  color: #666666;
  text-align: center;
}
.new-div-form .col[rowspan="2"] {
  height: 88px;
  line-height: 88px;
}
.new-div-form .col.border-t {
  border-top: 1px solid #CCCCCC;
}
.new-div-form .col.border-b {
  border-bottom: 1px solid #CCCCCC;
}
.new-div-form .col.border-l {
  border-left: 1px solid #CCCCCC;
}
.new-div-form .col.border-r {
  border-right: 1px solid #CCCCCC;
}
.new-div-form .col.border-t-0 {
  border-top: 0px;
}
.new-div-form .col.border-b-0 {
  border-bottom: 0px;
}
.new-div-form .col.border-l-0 {
  border-left: 0px;
}
.new-div-form .col.border-r-0 {
  border-right: 0px;
}
.new-div-form .col .control-group {
  width: 100%;
}
.new-div-form .col .control-group input,
.new-div-form .col .control-group span {
  display: block;
  float: left;
  text-align: left;
}
.new-div-form .col .control-group input {
  width: 70%;
}
.new-div-form .col .control-group span {
  width: 80%;
}
.new-div-form .col .control-group.location input {
  width: 50px;
}
.new-div-form .col .control-group.location span {
  width: 20px;
  text-align: center;
  line-height: 18px;
}
.new-div-form .col .upload .button-tools {
  height: auto;
}
.new-div-form .col .upload .txt-list ul {
  margin-bottom: 0;
  margin-top: 5px;
}
.new-div-form .col .upload .txt-list ul li {
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.new-div-form .col .upload .txt-list ul li .text {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.new-div-form .col .upload .txt-list ul li .text span {
  display: block;
  float: left;
  width: 90%;
}
.new-div-form .col .upload .txt-list ul li .text i {
  border-radius: 4px;
  text-decoration: none;
  padding: 0px;
  font-size: 12px !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-right: 5px;
  margin-top: 5px;
  float: right;
}
.new-div-form .col .upload .txt-list ul li a:hover,
.new-div-form .col .upload .txt-list ul li a:focus {
  background: #F5F5F5;
  text-decoration: none;
}
.new-div-form .col .upload .image-list ul {
  margin-left: -5px;
  margin-bottom: 0;
}
.new-div-form .col .upload .image-list ul li {
  float: left;
  width: 20%;
  display: block;
  padding: 5px;
}
.new-div-form .col .upload .image-list ul li .img-left {
  width: 80%;
}
.new-div-form .col .upload .image-list ul li .img-left a.img {
  display: block;
  width: 100%;
  height: 72px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
.new-div-form .col .upload .image-list ul li .img-left a.img .zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  z-index: 100;
  display: none;
}
.new-div-form .col .upload .image-list ul li .img-left a.img .zoom .iconfont {
  position: relative;
  top: 13px;
  font-size: 24px !important;
}
.new-div-form .col .upload .image-list ul li .img-left a.img:hover .zoom {
  display: block;
}
.new-div-form .col .upload .image-list ul li .img-left img {
  display: block;
  width: 100%;
  height: 100%;
}
.new-div-form .col .upload .image-list ul li .img-left span {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-div-form .col .upload .image-list ul li .img-right {
  width: 20%;
  line-height: 72px;
  text-align: center;
}
.new-div-form .col .upload .image-list ul li .img-right a.delete {
  background: #4a90e2;
  color: #4a90e2;
  padding: 0 3px;
  text-decoration: none;
  font-size: 12px !important;
  border-radius: 4px;
}
.new-div-form .col .upload .image-list ul li .img-right a.delete i {
  font-size: 12px !important;
  position: relative;
  top: 0px;
}
.new-div-form .col .upload .image-list ul li > div {
  float: left;
  height: 100px;
}
/* table style */
.nav-tabs > li > a {
  border-radius: 2px;
  padding: 7px 10px 5px 10px;
  margin: 5px 0 0 5px;
  border: 1px solid #ccc;
  color: #666666;
  background: #F3F3F3;
  font-size: 14px;
}
.nav-tabs > li > a:hover {
  border-color: #ccc;
}
.nav-tabs > li.active > a {
  border: 1px solid #ccc;
  font-weight: bold;
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom-color: transparent;
}
.formHtml > * {
  margin-top: 15px;
}
.formHtml > *:first-child {
  margin-top: 0;
}
.formHtml > *:nth-child(2) .block-title {
  background: #6da6e8;
}
.formHtml > *:nth-child(3) .block-title {
  background: #90bbed;
}
.formHtml > *:nth-child(4) .block-title {
  background: #9ec3ef;
}
.formHtml > *:nth-child(5) .block-title {
  background: #99c1ef;
}
.formHtml > *:nth-child(6) .block-title {
  background: #95beee;
}
.formHtml > form > * {
  margin-top: 15px;
}
.formHtml > form > *:first-child {
  margin-top: 0;
}
.formHtml > form > *:nth-child(2) .block-title {
  background: #6da6e8;
}
.formHtml > form > *:nth-child(3) .block-title {
  background: #90bbed;
}
.formHtml > form > *:nth-child(4) .block-title {
  background: #9ec3ef;
}
.formHtml > form > *:nth-child(5) .block-title {
  background: #99c1ef;
}
.formHtml > form > *:nth-child(6) .block-title {
  background: #95beee;
}
.formHtml .div-block .block-title {
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
  font-size: 14px;
  padding-left: 10px;
}
.formHtml .div-block .block-title .form-title{
  font-size:14px;
  height: auto;
  line-height: 34px;
}
.formHtml .nodata {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}
.formHtml .nodata:before {
  font-family: "iconfont" !important;
  content: "\e681";
  color: #FF4C49;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.radio-group {
  float: left;
  margin-right: 15px;
  line-height: 35px;
}
.radio-group > input {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.radio-group > label {
  font-weight: normal;
  margin-bottom: 0;
}
.date-group > input,
.condition-date-group > input{
  width: 48%;
  background-image: url("images/calendar.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  padding-right: 20px;
}
.date-group > input:last-child {
  float: right;
}
input.dateText {
  background-image: url("images/calendar.png");
  background-repeat: no-repeat;
  background-position: 96% center;
}
.btn-group > a.btn {
  height: 30px;
  position: absolute;
  top: 0px;
  right: 15px;
  background: none;
  color: #4a90e2;
  padding: 0 3px;
}
.btn-group > a.btn > i {
  font-size: 18px;
}
.hiddenDialog {
  padding: 5px;
}
.select-file {
  padding: 5px;
  margin-left: 10px;
}
.form-table {
  padding: 5px;
}
/* 表单类型的表格  */
.table-wrapper {
  margin: 5px;
}
.table-form {
  font-size: 14px;
  width: 100%;
}
.table-form th {
  height: 40px;
  border: 1px solid #cccccc;
  background: #F7F5F5;
  font-weight: 400;
  text-align: right;
  padding: 0 10px;
  width: 20%;
}
.table-form th .required {
  color: #FF4C49;
  padding-right: 5px;
}
.table-form th.required::before {
  color: #FF4C49;
  content: '*';
  padding-right: 5px;
}
.table-form th > i,
.table-form th i.icon-ask {
  color: #4a90e2;
  padding-right: 5px;
}
.table-form th.align-center {
  text-align: center;
}
.table-form th.align-right {
  text-align: right;
}
.table-form th.align-left {
  text-align: left;
}
.table-form td {
  border: 1px solid #cccccc;
  background: #ffffff;
  height: 40px;
  line-height: auto;
  padding: 5px;
}
.table-form td.form-title {
  background: #4a90e2;
  color: #ffffff;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  font-weight: bold;
  font-size:14px;
}
.table-form td.form-title-sub {
  background: #70A7E7;
  color: #ffffff;
  height: 34px;
  font-weight: bold;
}
.table-form td.button-group input[type="text"],
.table-form td.button-group input[type="password"],
.table-form td.button-group input[type="number"],
.table-form td.button-group select,
.table-form td.button-group textarea {
  width: 70%;
  float: left;
}
table.table-form td select {
  background: url(images/arraw.png) no-repeat scroll right center #fff;
  background-size: 16px;
  background-position: right 6px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
  line-height: 22px;
}
table.table-form td select::-ms-expand { display: none; }
.table-form td.button-group > span {
  line-height: 35px;
}
.table-form td.button-group .btn {
  float: left;
}
.table-form td.multiple-group span,
.table-form td.multiple-group input[type="text"],
.table-form td.multiple-group input[type="password"],
.table-form td.multiple-group input[type="number"],
.table-form td.multiple-group select,
.table-form td.multiple-group textarea {
  float: left;
  width: 15%;
  margin-right: 5px;
}
.table-form td .btn-boolean .btn {
  margin-left: 0;
}
.table-form td.col > span {
  display: block;
  white-space: nowrap;
  min-width: 50px;
}
.table-form td input[type="text"],
.table-form td input[type="number"],
.table-form td input[type="password"],
.table-form td select,
.table-form td textarea {
  border: 1px solid #CCCCCC;
  display: inline-block;
  width: 100%;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: auto;
  
  color: #444;
}
.table-form td input[type="text"]:focus,
.table-form td input[type="number"]:focus,
.table-form td input[type="password"]:focus,
.table-form td select:focus,
.table-form td textarea:focus {
  border: 1px solid #5181b9 !important;
  box-shadow: 0px 0px 1px 0px #5181b9;
}
.table-form td input[type="text"].has-error,
.table-form td input[type="number"].has-error,
.table-form td input[type="password"].has-error,
.table-form td select.has-error,
.table-form td textarea.has-error {
  border: 1px solid #FF4C49;
  box-shadow: 0 0 2px #FF4C49;
}
.table-form td input[type="text"].date,
.table-form td input[type="number"].date,
.table-form td input[type="password"].date,
.table-form td select.date,
.table-form td textarea.date {
  background-image: url("images/calendar.png");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.table-form td textarea {
  height: auto;
  float: left;
  line-height: 20px;
  padding: 10px 12px;
}
.table-form td input[disabled],
.table-form td select[disabled],
.table-form td textarea[disabled] {
  background: #F2F2F2;
  cursor: no-drop;
}
.table-form td input[type=file] {
  line-height: 25px;
}
.table-form td.align-center {
  text-align: center;
}
.table-form td.align-right {
  text-align: right;
}
.table-form td.align-left {
  text-align: left;
}
.table-form td .btn.active {
  background: #219f68;
}
.table-form td i.icon-ask {
  color: #4a90e2;
  padding-right: 5px;
}
.table-form td .required {
  color: #FF4C49;
}
.table-form td > div.form-control.edui-default {
  height: auto;
  padding: 0;
  border: 0;
}
.table-form.table-auto td {
  width: auto;
}
.table-form .checkbox-inline input {
  top: 7px;
}
/* 列表结构的表格 */
.table-list,
.table {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
}
.table-list > thead > tr > th,
.table > thead > tr > th {
  border: 1px solid #ccc;
}
.table-list th,
.table th {
  word-break: break-all;
  height: 40px;
  border: 1px solid #cccccc;
  background: #F5F5F6;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  /*> input[type="checkbox"] {
			position:relative;
			top:2px;
			right:5px;
		}*/
}
.table-list th .required,
.table th .required {
  color: #FF4C49;
}
.table-list th > i,
.table th > i {
  color: #4a90e2;
  padding-right: 5px;
}
.table-list td,
.table td {
  border: 1px solid #cccccc;
  background: #ffffff;
  height: 40px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-list td.form-title,
.table td.form-title {
  background: #4a90e2;
  color: #ffffff;
  height: 34px;
  padding: 5 20px;
}
.table-list td.form-title-sub,
.table td.form-title-sub {
  background: #70A7E7;
  color: #ffffff;
  height: 34px;
  padding: 5 20px;
}
.table-list td.visible,
.table td.visible {
  overflow: visible;
}
.table-list td input[type="text"],
.table td input[type="text"],
.table-list td input[type="number"],
.table td input[type="number"],
.table-list td input[type="password"],
.table td input[type="password"],
.table-list td select,
.table td select,
.table-list td textarea,
.table td textarea {
  border: 1px solid #CCCCCC;
  padding: 7.5px 10px;
  display: inline-block;
  min-width: 100%;
  width: 100%;
  border-radius: 2px;
  outline: none;
}
.table-list td input[type="text"]:focus,
.table td input[type="text"]:focus,
.table-list td input[type="number"]:focus,
.table td input[type="number"]:focus,
.table-list td input[type="password"]:focus,
.table td input[type="password"]:focus,
.table-list td select:focus,
.table td select:focus,
.table-list td textarea:focus,
.table td textarea:focus {
  border: 1px solid #5181b9;
  box-shadow: 0px 0px 1px 0px #5181b9;
}
.table-list td input[disabled],
.table td input[disabled],
.table-list td select[disabled],
.table td select[disabled],
.table-list td textarea[disabled],
.table td textarea[disabled] {
  background: #F2F2F2;
  cursor: no-drop;
}
table.table-list td select {
  background: url(images/arraw.png) no-repeat scroll right center #fff;
  background-size: 16px;
  background-position: right 6px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
  line-height: 22px;
}
table.table-list td select::-ms-expand { display: none; }
.table-list td .btn,
.table td .btn {
  height: 25px;
  line-height: 25px;
  margin: 0 auto;
  font-size: 14px;
}
.table-list td .btn.btn-large,
.table td .btn.btn-large {
  height: 34px;
  line-height: 34px;
}
.table-list td .btn.active,
.table td .btn.active {
  background: #219f68;
}
.table-list td.align-center,
.table td.align-center {
  text-align: center;
}
.table-list td label,
.table td label {
  font-weight: normal;
  font-size: 14px;
}
.table-list td .label-info,
.table td .label-info {
  background-color: #f7d010;
}
.table-list td > i.icon-ask,
.table td > i.icon-ask {
  color: #4a90e2;
  padding-right: 5px;
}
.table-list td .mini-buttons .btn,
.table td .mini-buttons .btn {
  border: 1px solid #4a90e2;
  padding: 0 5px;
  margin-left: 8px;
}
.table-list td .required,
.table td .required {
  color: #FF4C49;
}
.table-list td .tr-select,
.table td .tr-select {
  background: #d1e1f6;
}
.table-list td.dire-2,
.table td.dire-2 {
  padding-left: 40px;
}
.table-list td.dire-3,
.table td.dire-3 {
  padding-left: 80px;
}
.table-list td.dire-4,
.table td.dire-4 {
  padding-left: 120px;
}
.table-list tr.field-div.editing td,
.table tr.field-div.editing td {
  background: #d1e1f6;
}
.table-fixed {
  table-layout: fixed;
}
.field-container .navbar-btn {
  margin: 0;
  padding: 0;
}
.table_red {
  margin: 0 auto;
  width: 60%;
  font-family: STFangsong;
  font-size: 21px;
  margin-bottom: 50px;
}
.table_red th {
  width: 7%;
  word-break: break-all;
  height: 45px;
  border: 1px solid red;
  padding: 0px 10px;
  color: red;
  text-align: center;
  font-weight: bold;
}
.table_red td {
  width: 30%;
  border: 1px solid red;
  padding: 5px;
  height: 45px;
}
.table_red td a {
  font-size: 21px;
}
.table_red h1 {
  font-weight: bold;
  font-size: 34px;
}
.table_red input,
.table_red select {
  padding-left: 2px;
  word-break: break-all;
  height: 35px;
  font-size: 18px;
  color: black;
  box-shadow: none;
  border: 1px solid red;
  border-radius: 2px;
}
.upload .txt-list > ul > li > a {
  text-decoration: none;
  cursor: pointer;
}
/*自定义样式*/
.editorbox .editorTool {
  padding: 5px;
}
.editorbox .editorTool a.btn-default {
  background: #fff;
  color: #4a90e2;
  border: 1px solid #4a90e2;
}
.editorbox .editorContent .pre {
  float: left;
  height: 100%;
  background: #fff;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border-left: 0;
  position: relative;
  border-right: 1px solid #ccc;
}
.editorbox .editorContent .pre > div {
  width: 100%;
  height: 100%;
}
.editorbox .editorContent .pre > a {
  position: absolute;
  z-index: 100;
  background: #ffffff;
  color: #666666;
  border-radius: 2px;
  top: 5px;
  right: 5px;
  padding: 0 5px;
  opacity: .7;
}
.pagetab {
  height: 35px;
  line-height: 35px;
}
.pagetab ul {
  padding: 0 10px;
  margin: 0;
  float: left;
}
.pagetab ul li {
  float: left;
  padding: 0 5px;
  margin-top: 5px;
  height: 25px;
}
.pagetab ul li span {
  display: block;
  min-width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  font-size: 14px;
  cursor: pointer;
}
.pagetab ul li input {
  height: 20px;
  border: 1px solid #ccc;
  text-indent: 5px;
  float: left;
  margin-top: 3px;
  color: #000;
}
.pagetab ul li.current {
  background: #4a90e2;
  color: #fff;
}
.pagetab ul li.current span {
  border: 0;
}
.pagetab .buttons a.btn {
  top: -5px;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.list-group-box {
  background: #F4F4F4;
  height: 100%;
  overflow: auto;
}
.list-group-box ul.list-group .list-group-item {
  margin-bottom: 0px;
  border-radius: 0;
  color: #333333;
  cursor: pointer;
  background: #FFFFFF;
  background: #fbfbfb;
  padding-left: 15px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
}
.list-group-box ul.list-group .list-group-item:hover {
  background: #FFFFFF;
}
.list-group-box ul.list-group .list-group-item.active {
  background: #fff;
  color: #4a90e2;
  border-left: 4px solid #4a90e2;
  padding-left: 11px;
}
.list-group-box ul.list-group .list-group-item.active:hover {
  background: #FFFFFF;
  color: #4a90e2;
}
.search-input {
  border: 1px solid #ccc;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  text-indent: 5px;
  font-size: 14px;
}
.search-input:focus {
  border-color: #5181b9 !important;
  outline: 0;
  box-shadow: 0px 0px 1px 0px #5181b9;
}
.con-item {
  margin: 8px 55px 8px 8px;
  border: 1px solid #ccc;
  cursor: default;
  font-size: 14px;
  overflow: hidden;
  height: 40px;
}
.con-item .left {
  float: left;
}
.con-item .right {
  float: right;
}
.con-item .nobr {
  height: 100%;
}
.con-item .nobr .margin-set {
  height: 100%;
  line-height: 40px;
  padding: 0 10px;
}
.con-item .label-span {
  cursor: pointer;
  background: #ededed;
  height: 100%;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.con-item .computing-select {
  position: absolute;
  width: 40px;
  min-height: 30px;
  min-width: 60px;
  padding: 6px 10px;
}
.con-item .btn {
  margin-top: 7px;
  margin-right: 7px;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
}
.con-item .line-span {
  position: absolute;
  font-size: 1px;
  background: #696969 !important;
  margin-left: 3px !important;
}
.con-item.con-item-selected {
  border: 1px solid #4a90e2;
}
.con-item.con-item-selected > .label-span {
  background: #ebf2f9;
}
.con-item.con-branch {
  height: auto;
}
.con-item.con-branch > .label-span {
  width: 100%;
}
.icons-table td {
  text-align: center;
}
.icons-table td a {
  text-decoration: none;
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
}
.icons-table td a:hover,
.icons-table td a.active {
  background: #ebf2f9;
  color: #4a90e2;
}
.custombutton .title {
  margin: 5px;
  height: 20px;
  line-height: 20px;
  margin-left: 5px;
  border-left: 3px solid #4a90e2;
  padding-left: 5px;
  font-size: 14px;
}
.custombutton .title-div {
  height: 30px;
  line-height: 30px;
  background: #4a90e2;
  color: #fff;
  font-size: 14px;
  text-indent: 10px;
}
.custombutton .custDialog .btn {
  margin: 5px;
}
.custombutton .field-tree {
  width: 200px;
  min-height: 50px;
  float: left;
  border: 1px solid #ccc;
  margin: 5px;
}
.custombutton .field-list {
  float: left;
  width: 567px;
  margin: 5px;
  margin-left: 0;
  border: 1px solid #ccc;
}
.title-div {
  height: 20px;
  line-height: 20px;
  border-left: 3px solid #4a90e2;
  margin: 5px;
  font-size: 14px;
}
.nodeDef-setting .panel-primary > .panel-heading {
  background: #ebf2f9;
  border: 0;
  border-radius: 2px;
  color: #4a90e2;
  cursor: pointer;
  border: 1px solid #ccc;
}
.ht-input-item {
  border: 1px solid #ccc;
  margin: 5px 0;
  padding: 0 5px;
}
.ht-input-item .btn.btn-default {
  background: #fff;
  border: 1px solid #4a90e2;
  color: #4a90e2;
  position: relative;
  top: 5px;
  height: 25px;
  line-height: 25px;
  float: right;
}
.ht-input-item a.download-btn {
  color: #333;
  cursor: pointer;
}
.ht-input-item a.download-btn:hover,
.ht-input-item a.download-btn:focus {
  color: #4a90e2;
}
.alert-info {
  color: #4a90e2;
  background-color: #ebf2f9;
  border-color: #ebf2f9;
}
.dropdown-menu.dialog-select {
  padding: 5px 15px;
}
.dropdown-menu .multi-select li {
  height: 30px;
  line-height: 30px;
  width: 100%;
}
.dropdown-menu .multi-select li span {
  padding-left: 5px;
  font-size: 14px;
}
.dropdown-menu .multi-select li input {
  height: 15px;
  width: 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.dropdown-menu .multi-button {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.dropdown-menu .multi-button a.btn {
  margin: 0 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.subEditorNav ul li span.iconfont {
  color: #4a90e2;
  font-weight: bold;
  padding-left: 5px;
}
.screen-btns {
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}
.screen-btns a {
  float: left;
  background: none;
  color: gray;
  display: block;
  width: 35px;
  line-height: 30px;
  text-align: center;
  height: 30px;
}
.screen-btns a.active {
  color: #4a90e2;
}
.error-box {
  width: 60%;
  margin: auto;
  text-align: center;
  margin-top: 100px;
}
.error-box .header {
  font-size: 20px;
}
.error-box .subheader {
  font-size: 14px;
  color: gray;
}
.error-box p {
  padding: 10px;
}
.error-box p a {
  color: #4a90e2;
  padding: 0 5px;
  cursor: pointer;
}
.error-box p img {
  width: 400px;
  margin-top: 20px;
}
.custom-list {
  margin: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  overflow: auto;
  height: 200px;
}
.custom-list ul li {
  height: auto;
  line-height: 25px;
}
.custom-list ul li.odd {
  background: #F4F4F4;
}
.custom-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  padding: 5px;
}
.custom-list ul li a i {
  float: right;
  color: #dd514c;
}
.custom-list ul li a:hover,
.custom-list ul li a:focus,
.custom-list ul li a.active {
  background: #ebf2f9;
}
.custom-dialog {
  position: relative;
}
.custom-dialog .iconfont {
  color: #4a90e2;
  position: absolute;
  top: 2px;
  right: 8px;
}
div.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
  border: 0;
}
/*location css*/
.pf-location > div {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  float: left;
  height: 180px;
  overflow: auto;
  margin: 3px 0px 3px 0;
  position: relative;
  padding: 0 0 5px 0;
  overflow: hidden;
}
.pf-location > div > div {
  padding: 5px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #f5f6fa;
}
.pf-location > div > div.location-title {
}
.pf-location > div > div.location-title>span {
  line-height: 32px;
}
.pf-location .location-center{
  font-size: 12px;
}
.pf-location > div textarea {
  width: 100%;
  height: 137px;
  resize: none;
}
.pf-location .location-button {
  display: inline-block;
  width: 200px;
  clear: both;
  float: right;
  text-align: center;
}
/* form step */
.step-line {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 95px;
}
.step-line > ul {
  padding: 0;
  margin: 0;
}
.step-line > ul::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #ccc;
  border-radius: 100%;
  left: 0px;
  position: absolute;
  top: -4px;
}
.step-line > ul::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #ccc;
  border-radius: 100%;
  left: 0px;
  position: absolute;
  bottom: -13px;
}
.step-line > ul > li {
  color: #666;
  height: auto;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  padding: 5px 0;
}
.step-line > ul > li > a {
  color:#666;
  text-decoration: none;
}
.step-line > ul > li > a > div.step-line-item-tail{
  position: absolute;
  left: 4px;
  height: 100%;
  border-left: 1px solid #e4e7ed;
}
.step-line > ul > li > a > div.step-line-item-tail i {
  display:none;
  color: #4DB978;
  position: absolute;
  left: -9px;
  z-index: 100;
  font-size: 20px !important;
  top: -3px;
}
.step-line > ul > li.active > a > div.step-line-item-tail i {
  display:inline;
}
.step-line > ul > li > a > div.step-line-item-node{
  position: absolute;
  background-color: #e4e7ed;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 2px;
  width: 5px;
  height: 5px;
  top: 10px;
}
.step-line > ul > li > a > div.step-line-item-content {
  position: relative;
  margin-left: 15px;
  top: -3px;
  padding: 0 8px;
}
.step-line > ul > li:hover > a > div.step-line-item-content{
  background: #F5F5F5;
}
.step-line > ul > li:hover > a > div.step-line-item-node{
  background-color: #4DB978;
}
.step-line > ul > li.active > a > div.step-line-item-content{
  color: #4DB978;
}
.step-line.menu {
  width: 80px;
  overflow: visible;
  transition: right 0.4s;
}
.step-line.menu.shrink{
  right:-80px;
}
.step-line.menu .step-line-item-icon {
  text-align: center;
}

.step-line.menu .step-line-item-icon i {
  font-size: 20px !important;
}

.step-line.menu .step-line-item-content {
  text-align: center;
  margin: 0;
  top: 0;
  padding: 0 8px;
}

.step-line.menu > ul > li {
  padding: 10px 0;
}
.step-line.menu > ul > li:hover {
  background: #F5F5F5;
}

.step-line.menu > ul::before,.step-line.menu > ul::after {
  display: none;
}
.step-line.menu > ul > li.active,.step-line.menu > ul > li:hover > a > div.step-line-item-content {
  background: #ebf2f9;
}

.step-line.menu > ul > li.active div,.step-line.menu > ul > li.active div.step-line-item-content {
  color: #4a90e2;
}
.step-line.menu a.toolbtn {
  position: absolute;
  left: -25px;
  top: 50%;
  width: 25px;
  height: 30px;
  background: #ebf2f8;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  transform: translateY(-50%);
  text-decoration: none;
}
.step-line.menu a.toolbtn:hover{
  background: #bbd7ff;;
}