/**************
处理纸质弹框  start
******************/
/*****  头部动画基础样式 start ******/
.bh-paper-pile-dialog-parentTitle-toSmall {
  -ms-transform: scale(0.96, 1);
  transform: scale(0.96, 1);
  height: 32px;
  background-color: #B547B5;
  font-size: 16px;
  font-weight: normal;
  color: #F7EBF7;
  padding: 6px 16px;
  border-color: transparent;
}
.bh-paper-pile-dialog-parentTitle-toRestore {
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  height: 68px;
  font-size: 20px;
  font-weight: bold;
  color: #888888;
  padding: 24px 16px;
  background-color: #fff;
}
/**************
处理纸质弹框  end
******************/
/***** checkbox 钩钩的垂直位置在ie下有偏移 start ******/
.jqx-checkbox-default > div > span:after {
  top: 0px\9\0;
  content: none;
}
.choose-person-row .jqx-checkbox-check-checked:after {
  top: 5px;
}
.jqx-checkbox-check-checked:after {
  content: '' !important;
  top: 14px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jqx-checkbox-check-checked:after {
    content: '' !important;
    top: 4px;
  }
  /* for IE10+ 此写法可以适配到高对比度和默认模式，故可覆盖所有ie10的模式 */
}
/***** checkbox 钩钩的垂直位置在ie下有偏移 end ******/
/***** 提示 start ******/
.bh-tip-content .iconfont {
  top: 2px;
}
/***** 提示 end ******/
/***** 动画处理 start ******/
.bh-fadeIn {
  opacity: 1;
}
.bh-fadeOut {
  opacity: 0;
}
/***** 动画处理 end ******/
/*********jqx 的radio选中时位置不对*************/
.jqx-radiobutton-check-checked {
  display: block;
}
/*******ie 9 折叠卡片展开添加上边框********/
.bh-collapse.active {
  border-top: 1px solid #f0f1f9 !important;
}
/*******ie 9 卡片添加上边框********/
.bh-card {
  border-top: 1px solid #EEEEEE !important;
}
/*******ie 9 白色按钮添加上边框********/
.bh-btn-default {
  padding: 5px 8px !important;
  border: 1px solid #EEEEEE !important;
  padding: 5px, 8px;
}
.bh-btn-default.bh-btn-large {
  padding: 7px, 12px;
}
.bh-btn-default.bh-btn-small {
  padding: 4px, 8px;
}
/*******ie 9 dropdownbutton按钮去掉白色阴影 *******/
.bh-dropdown .bh-btn {
  box-shadow: none;
}
/*******ie 9 步骤条上的文字截断效果取消掉,未能解决当出现icon图标时点点点变成了框的问题********/
.bh-wizard-item > .title,
.bh-wizard-item > .title {
  text-overflow: clip;
}
/*******ie 9 bhMenu组件无上边框********/
.bh-menu-link-item:hover,
.bh-menu-link-item.bh-active {
  border-top: 1px solid #EEEEEE !important;
}
.jqx-dropdownbutton-popup {
  box-shadow: none;
  border: 1px solid #EEEEEE;
}
/**************** 混排表单ie9 placeholder 行高调整 ******************/
.bh-table-form .bh-form-group [role=bh-placeholder] {
  line-height: 28px!important;
}
.bh-outLeft {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
