/**侧页**/
#sidepage {
    min-height: 600px;
}
.sidepage {
    position: fixed;
    overflow:auto;
    width:680px;
    top:52px;
    right:-680px;
    z-index:1000;
    display:block;
    background-color:#fff;
    border:2px solid #eee;
    box-shadow:-3px 0 11px rgba(0,0,0,0.2);
    bottom:0;
}
.sidepage .side-close .fa-times{
  font-size:18px;
}
.side-toolbar {
    padding: 4px 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #EEEEEE;
    font-size: 14px;
}
.side-toolbar-icon {
    padding: 6px 0;
    float: left;
    margin-right: 15px;
    color: #666;
}
.side-toolbar-item {
    float: left;
}
.side-toolbar-item button {
    border: none;
    background-color: #EEEEEE;
}
.sidepage-btn {
  width: 100%;
  text-align: center;
  border-top: solid 1px red;
  padding-top: 12px;
}
.sidepage-btn button {
  margin-left: 8px;
}
.side-close {
    cursor: pointer;
    float: right;
    padding: 6px 0;
}
.side-fullscreen {
    cursor: pointer;
    float: right;
    padding: 6px 12px;
}
.side-attach-upload {
  position: absolute;
  top: 1px;
  left: 90px;
  font-size: 14px;
  cursor: pointer;
}
/*详情侧页*/
.dw-details-title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dw-details-content {
  max-height: 400px;
  overflow-y: auto;
  word-wrap: break-word;
  font-size: 14px;
}
.dw-details-content table {
  margin: 5px 0;
  border-collapse: collapse;
  display: table;
}
.dw-details-content table td {
  padding: 5px 5px;
  border: 1px solid #ddd;
  word-wrap: break-word;
  word-break: break-all;
}

.dw-details-content ul li {
  list-style-type: disc;
  margin-left: 18px;
}
.dw-details-content ol li {
  list-style-type: decimal;
  margin-left: 18px;
}
.dw-details-time .dw-attr-name {
  text-align: right;
}
.dw-details-time .dw-attr-name.over {
  text-align: right;
  color: red;
}
.dw-details-time .dw-attr-content span {
  color: #FF9A00;
}
.dw-attr-title {
  color: #8a8a8a;
}
.dw-attr-name {
  display: inline-block;
  text-align: left;
  width: 90px;
  color: #8a8a8a;
}
.dw-attr-name .fa {
  color: #509FE5;
}
.dw-attr-content {
  color: #333;
}
.dw-details-row {
  margin-bottom: 10px;
}
.dw-align-left {
  text-align: left;
}
.dw-align-right {
  text-align: right;
}
.dw-align-center {
  text-align: center;
}
.dw-float-left {
  float: left;
}
.dw-float-right {
  float: right;
}
.dw-float-clear {
  clear: both;
}
.dw-embed-row {
  padding: 0;
  /*line-height:45px;*/
}
.dw-embed-right-row {
  padding-right: 0;
}
.dw-embed-left-row {
  padding-left: 0;
}
.dw-details-files .plan-attr-content {
  padding-top: 5px;
  padding-left: 15px;
}
.sidepage-load {
  width: 100%;
  height: 100%;
  background: url(/resources/img/loading.gif) no-repeat center 200px;
}
/*侧边栏信息抬头*/
.mj-right-editor .right-valid-label{
  min-width:108px;
  height:34px;
  line-height:34px;
  padding-left:0;
  padding-top:0;
  padding-bottom:0;
  text-align:right;
}
.mj-right-editor .side-part-wrapper {
  margin: 0 auto 20px auto;
  padding: 0;
  border: 1px solid #ccc;
}
.mj-right-editor .side-part-foot {
  margin-top: 10px;
  margin-bottom: 0;
}
.mj-right-editor .bank-account-wrapper{
  padding-top:12px;
}
.mj-right-editor .bank-account-wrapper .side-part-body{
  padding:0 0 12px;
}
.mj-right-editor .bank-account-wrapper .bank-account-group{
  display: inline-table;
  float: left;
}
.mj-right-editor .bank-account-wrapper .btn-group{
  padding:0;
}
.mj-right-editor .btn-add-bank-account {
  margin-top: 4px;
  width: 100%;
  border: 0;
  border-top: 1px solid #ccc;
}
/*侧边栏下拉框*/
.sidebar-select select{
  width: 100%;
}
.sidebar-select .select2-container .select2-selection--single,
.sidebar-select .select2-selection__rendered{
  height:34px;
}
.sidebar-select .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height:34px;
}
.sidebar-select .select2-container--below,
.sidebar-select .select2-selection--multiple,
.sidebar-select .select2-search--inline{
  height:34px;
  line-height:34px;
}
.sidebar-select .select2-container--default{
  width:100% !important;
}
.sidebar-lg-select .select2-container--default{
  width:100% !important;
}
.sidebar-select-text{
  height:34px;
  line-height:34px;
  padding-top:0;
  padding-right:5px;
  padding-left:5px;
  text-align:center;
  color:#555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-select-nopadding{
  padding:0;
}