
/* PEACE */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #5cb85c;
  position: fixed;
  z-index: 2040;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}
.pace-inactive {
  display: none;
}

/* Nestable list */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle span {
  font-weight: bold;
}
.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
#nestable2 .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1;
}
#nestable2 .dd-item > button:before {
  content: "\f067";
}
#nestable2 .dd-item > button[data-action="collapse"]:before {
  content: "\f068";
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
* Nestable Extras
*/
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0;
}
#nestable-output,
#nestable2-output {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  padding: 10px;
}
#nestable2 .dd-handle:hover {
  /*background: #bbb;*/
}
#nestable2 span.label {
  margin-right: 10px;
}
#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/**
 * Nestable
 */
#actFormDiv .node-tree .btn-collapse,
#actFormDiv .node-tree .dd-item .dd-list {
    display: none;
}
#actFormDiv  .dd-item > button:before {
  content: "\f0da";
  position: absolute;
    top: 6px;
    color: #439912;
}
#actFormDiv .dd-item > button[data-action="collapse"]:before {
  content: "\f0d7";
}
#actFormDiv .node-tree .dd-item.active>.dd-handle {
    color: #20a8d8;
    background: white;
}
/* 三优评审项目模态框 */
/*#education_modal_template {
  width: 90%;
  margin: 0 auto;
}
#education_modal_template .modal-dialog {
  width: 100%;
}*/
#education_modal_template .agreement-modal-body {
  margin-top: 20px;
}
#education_modal_template .agreement-modal-body p {
  line-height: 40px;
  text-indent: 4rem;
}
#education_modal_template .modal-footer {
  margin: 0 auto;
  text-align: center;
}
#teacher_notice_modal p {
  margin-top: 20px;
  line-height: 30px;
}
#teacher_notice_modal img {
  margin: 20px 0;
}
table .ClickPreviewWork {
    margin: 0 20px;
}
/** 系类资源 **/
.dynamic-tree-select {
  background-color: #5cb85c !important;
  color: #fff;
  border: solid 1px #ccc;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
  padding-right: 14px;
  background-size: 20px;
}
select::-ms-expand { display: none; }
/** header.js **/
.sub-logo {
  color: #fff;
  font-size: 24px;
  font-family: 宋体;
  font-weight: normal;
  display: inline-block;
  line-height: 51px;
  float: left;
  margin-top: 6px;
}
.sub-logo i.fa {
  font-size: 14px;
  margin-right: 4px;
  margin-top: 18px;
  float: left;
}

/* 签名 */
.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  height:200px;
  border: 1px solid #eee;
}
.signature-wraper {
  cursor: pointer;
  position: relative;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sig-img-wrap {
  width: 100%;
  height: 36px;
  border: 1px solid #eee;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -20px;
}

.sig-img-wrap i {
  position: absolute;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.campus-logo .img {
  font-size: 24px;
  color: #fff;
  position: relative;
  padding-left: 20px;
}

.campus-logo .img:before {
  content: '.';
  position: absolute;
  left: 0;
  top: -24px;
  color: #fff;
  font-size: 45px;
}
.mr-30 {
  margin-right: 30px;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-50p {
  padding-left: 50%;
}
.validate-table {
  overflow-y: auto;
}
.validate-table td {
  word-break: break-all;
}
.filelist table td {
  word-break: break-all;
}
/* 小程序里面要控制，会用到下面这个 */
.j-hidden.hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .navbar-collapse.collapse {
    z-index: 1000;
    position: fixed;
    background: rgb(51, 152, 218);
    width: 100%;
    top: 59px;
    left: 0px;
  }
}
.text--link {
  color: #02beff !important;
}

/* 新增公共服务平台导航 */
.c-header {
  height: 40px;
  background: #3088ec;
  padding: 0 50px;
}
.c-header .fl {
  float: left;
}
.c-header .clearfix {
  overflow: hidden;
  zoom: 1;
}
.c-header .hd_menu_list li {
  position: relative;
  float: left;
  margin-right: 10px;
  list-style: none;
}
.c-header .hd_menu_list li .menu_zm span {
  background-position: -80px 1px;
}
.c-header .hd_menu_list li .menu_zy span {
  background-position: -160px 1px;
}
.c-header .hd_menu_list li .menu_yy span {
  background-position: -240px 1px;
}
.c-header .hd_menu_list li .menu_kj  span {
  background-position: -319px 1px;
}
.c-header .hd_menu_list li .menu_sq span {
  background-position: -398px 1px;
}
.c-header .hd_menu_list li .menu_hd span {
  background-position: -477px 1px;
}
.c-header .hd_menu_list li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
}
.c-header .hd_menu_list li a span {
  background: url(../images/header_menu_nav.png) no-repeat;
  display: inline-block;
  padding-left: 25px;
}
.c-header .hd_menu_list li a:hover {
  background-color: #5197ff;
}
.modal {
  z-index: 99999;
}
/* 级联样式 */
.cascader-wrap {
  min-height: 34px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
.cascader-wrap:after {
  opacity: 1;
  content: "";
  border-color: transparent transparent #888 transparent;
  border-style: solid;
  height: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  border-width: 0 4px 5px 4px;
  transform: rotate(180deg);
  transition: all 0.1s;
}
.cascader-wrap.is-show:after {
  transform: rotate(0deg);
}
.cascader-wrap.is-show .eo-cascader-panel {
  display: block;
  display: flex;
}
.cascader-wrap .eo-clear-btn {
  display: none;
}
.cascader-wrap.is-clear .eo-clear-btn {
  font-style: normal;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -7px;
  font-size: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #c0c4cc;
  border-radius: 50%;
  text-align: center;
  line-height: 9px;
  color: #c0c4cc;
  display: block;
  cursor: pointer;
  z-index: 9;
}
.cascader-wrap.is-clear:after {
  opacity: 0;
}
.eo-cascader-panel {
  display: flex;
  position: absolute;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  top: 40px;
  left: 0;
  overflow: hidden;
  display: none;
}
.eo-cascader-menu {
  min-width: 360px;
  box-sizing: border-box;
  color: #606266;
  border-right: 1px solid #e4e7ed;
  position: relative;
  padding: 6px 0;
  max-height: 260px;
  overflow-y: auto;
}
.eo-cascader-menu:last-child {
  border-right: none;
}
.eo-cascader-menu li {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
.eo-cascader-menu li span.is-active {
  color: #0275ff;
}
.eo-cascader-menu li.has-child:after {
  content: '>';
  position: absolute;
  right: 10px;
  top: -2px;
  transform: scaleY(1.8);
  font-size: 12px;
  color: #606266;
}
.eo-cascader-menu li:hover {
  background: #f5f7fa;
}
.eo-cascader-menu li span {
  margin-left: 6px;
}
.eo-checked-wrap {
  padding: 5px;
  position: relative;
  width: 90%;
}
.eo-checked-wrap li {
  display: inline-flex;
  font-size: 12px;
  color: #909399;
  line-height: 24px;
  margin: 2px;
  background: #f0f2f5;
  padding: 0 10px;
  height: 24px;
  border-radius: 4px;
  box-sizing: border-box;
  align-items: center;
  /* overflow: hidden;
  white-space: nowrap; */
}
.eo-checked-wrap li i {
  font-style: normal;
  margin-left: 10px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: #c0c4cc;
  border-radius: 50%;
  text-align: center;
  line-height: 9px;
  color: #fff;
}
input[type="checkbox"].is-indeterminate {
  width: 13px;
  height: 13px;
  background-color: #dfedff;
  -webkit-appearance: none;
  border: 1px solid #61aaff;
  border-radius: 2px;
  outline: none;
}

#actFormDiv  .cascader-wrap  label {
  display: inline-block;
}

.cascader-wrap p,
.cascader-wrap ul {
  margin-bottom: 0;
}
.text-red {
  color: red;
}
.form-feild.hidden + .validate-table {
  display: none;
}