html,
body {
  height: 100%;
}
/*目录样式设置*/
.docdir {
  width: 220px;
  position: absolute;
  height: 100%;
  border: 1px solid rgba(0, 162, 232, 0.08);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#dedede), color-stop(0.4, #EEEEEE), color-stop(0.6, #f1f1f1));
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  border-top: none;
}
.docdirhead {
  height: 30px;
  width: 200px;
  color: #888;
  font-weight: bolder;
  line-height: 30px;
  text-align: left;
  padding-left: 10px;
  border-bottom: 1px solid #eee;
  border-left: 8px solid #00a0c5;
  position: fixed;
  background-color: #fff;
  z-index: 1000;
  /*background-color: #efefef;*/
}
/*通用操作头*/
.dochead {
  width: 100%;
  height: 46px;
  background-color: #7EC4CC;
  /* border-bottom: 1px solid #fff; */
  padding: 6px;
  box-sizing: border-box;
}
.dochead .lefttitle {
  margin: 0px 0px 0 5px;
  padding: 0 10px;
  float: left;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.8s;
  background-color: #666;
  color: #fff;
}
.dochead .lefttitle:hover {
  color: #fff;
  background-color: #122;
}
.docdirhead .js-search {
  outline: none;
  border: none;
}
.docbody .createoption {
  border: #ffd9c0 solid 1px;
  background-color: #ecf6ff;
}
.dochead .updatestate {
  display: none;
}
.Ladder-ButtonGroup {
  margin-right: 5px!important;
}
.docbody {
  width: 100%;
  height: calc(100% - 50px);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
}
.docbody .divide {
  margin-top: 3px;
  padding: 5px 0 0 10px;
}
.docbody .contentHeader {
  height: 34px;
  width: 100%;
  background-color: #ddd;
  padding: 3px 0;
  line-height: 34px;
}
.formtitle {
  display: inline-block;
  width: 50px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
#callname {
  color: rgba(191, 0, 57, 0.7);
  margin: 0 3px;
}
.yui-tree ul.dataview li span.current {
  color: #fff !important;
  background-color: #1d75b3 !important;
}
.logoptionchecks {
  margin-top: 5px;
}
.logoptionchecks .checkitem {
  display: inline-block;
  width: 120px;
  color: #666 !important;
  font-weight: bold;
  height: 30px;
}
.logoptionchecks input[type=checkbox],
.logoptionchecks input[type=radio] {
  position: relative;
  height: 0 !important;
  margin: 0 3px !important;
}
.logoptionchecks input[type=checkbox]:before,
.logoptionchecks input[type=radio]:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -5px;
  height: 14px;
  width: 14px;
  border: #ddd solid 2px;
  background: #fff;
  border-radius: 2px;
}
.logoptionchecks input[type=checkbox]:checked:before,
.logoptionchecks input[type=radio]:checked:before {
  border: #41A5EB solid 2px;
  background: #41A5EB;
}
.logoptionchecks input[type=checkbox]:checked:after,
.logoptionchecks input[type=radio]:checked:after {
  font-family: "ladderfont";
  content: "\e991";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -4px;
  color: #ffffff;
  font-size: 16px;
}
.logoptionchecks input[type=radio]:before,
.logoptionchecks input[type=radio]:checked:after {
  border-radius: 50%;
}
.exampleText {
  width: calc(99% - 16px);
  height: 40px;
  outline: none;
  border: 1px solid #3758cc;
  cursor: pointer;
}
.exampleText:hover {
  border: 1px solid #990000;
}
.js-exampleTexts .current {
  border: 1px solid #27caa0;
}
.js-exampleTexts .ladderfont {
  position: absolute;
  right: 5px;
  top: 12px;
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s;
}
.js-exampleTexts .ladderfont:hover {
  color: #888;
  transform: rotate(90deg);
}
.exampleitem {
  position: relative;
  width: 100%;
  height: auto;
}
.historyversion {
  width: 80px;
  background: none;
  color: #fff !important;
  border: none !important;
}
.historyversion ul li.current {
  background-color: #0e90d2;
  background-image: none;
}
/*流程图样式设置*/
.flowbody {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, 16% 15%, 0% 39%, from(#FFFFFF), to(#FeFeFe), color-stop(0.4, #F3F3F3));
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
  display: none;
  z-index: 2;
}
.flowbody * {
  box-sizing: border-box;
}
.flowbody > .headtools {
  height: 30px;
  background-color: #FFFFFF;
  width: 100%;
  line-height: 30px;
  position: relative;
}
.flowbody > .headtools > .docheader {
  width: 100%;
  height: 32px;
  background-color: #7EC4CC;
  border-bottom: 1px solid #fff;
}
.flowbody > .headtools > .docheader .lefttitle {
  margin: 2px 0 0 3px;
  padding: 0 10px;
  float: left;
  line-height: 25px;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.8s;
  background-color: #666;
  color: #fff;
}
.flowbody .headtools .flowcaption {
  position: absolute;
  top: 3px;
  height: 32px;
  margin: 0 auto;
}
.flowbody .flowrect {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 150px;
  height: 50px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #ccc;
  padding: 4px;
  cursor: pointer;
}
.flowbody .flowrect .title,
.flowrect .name {
  text-align: center;
  line-height: 20px;
  border: none;
  height: 20px;
  background-color: transparent;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.flowbody .flowpanel {
  position: absolute;
}
.flowbody .current {
  background-color: #FFC66D;
}
/*# sourceMappingURL=ladder-proxy.css.map */