@charset "utf-8";
body {
  font-family: "Microsoft YaHei UI";
}
.datebox-only {
  border: none;
  width: 18px;
  height: 20px;
}
.datebox-only + .textbox .textbox-text {
  display: none;
}
table.grid {
  font-size: 16px;
  border-collapse: collapse;
  border: none;
  border: solid #DDD;
  border-width: 1px 0px 0px 1px;
}
table.grid td,
table.grid th {
  border: solid #DDD;
  border-width: 0px 1px 1px 0px;
  padding: 5px 10px;
}
table.grid th {
  text-align: center;
}
.tabs-panels-right {
  margin-left: -1px;
  margin-right: -1px;
}
.panel-body-noborder iframe {
  margin-bottom: -4px;
  margin-top: -2px;
}
.tabs-header-left .tabs-wrap {
  overflow-y: scroll;
  overflow-x: hidden;
}
.combo-p .combo-panel {
  max-height: 600px;
  overflow-y: auto;
}
.tabs-header-left .tabs-wrap::-webkit-scrollbar {
  width: 0px;
}
.tabs-panels-right {
  margin-left: -2px;
}
.confirm_button_right {
  text-align: center;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 500;
  padding: 5px;
  background-color: #CCCACA;
}
.confirm_button_right a {
  padding: 6px 10px;
  font-size: 18px;
}
.irupload-form {
  display: none;
}
.image-album {
  display: inline-block;
  min-width: 50px;
}
.image-album .image-album-item {
  width: 30px;
  height: 30px;
  margin-right: -25px;
  border: 1px solid #eee;
}
.image-album .image-album-item:nth-child(1) {
  margin-bottom: 10px;
}
.image-album .image-album-item:nth-child(2) {
  margin-bottom: 5px;
}
.image-album .image-album-item:nth-child(3) {
  margin-bottom: 0px;
}
.image-album .image-album-item:hover {
  border-color: dimgray;
}
.panel-body.image-album-contain {
  display: flex;
  flex-wrap: wrap;
  background: #e6e6e6;
}
.panel-body.image-album-contain .image-album-item {
  width: 120px;
  height: 120px;
  margin: 2px;
  border: 1px solid #eee;
  cursor: pointer;
}
.panel-body.image-album-contain .image-album-item:hover {
  border: 1px solid gray;
}
iframe {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.datagridx-menu .fields {
  overflow-y: auto;
}
.datagridx-menu .fields li {
  height: 20px;
  cursor: pointer;
}
.datagridx-menu .fields .colors {
  float: right;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
}
.datagridx-menu .fields .colors span {
  width: 14px;
  height: 18px;
  display: inline-block;
  margin: 1px;
  cursor: pointer;
}
.datagridx-menu .fields .colors span.cur {
  width: 10px;
  height: 14px;
  border: 2px solid black;
}
.datagridx-menu .fields .colors-contains:after {
  display: block;
  visibility: hidden;
  clear: both;
}
.datagridx-menu .fields input.frozen {
  display: inline-block;
  margin: 0;
  margin-top: 3px;
  float: right;
  line-height: 1.2em;
  vertical-align: middle;
}
.datagridx-colorsmenu {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid gray;
  z-index: 10000;
}
.datagridx-colorsmenu li {
  list-style: none;
  display: block;
  padding: 0;
  width: 100px;
  height: 20px;
  padding: 2px;
  cursor: pointer;
}
.datagridx-colorsmenu li span {
  height: 20px;
  padding: 1px;
  display: inline-block;
  width: 50px;
  margin-right: 1px;
}
.datagridx-colorsmenu li span.cur {
  padding: 0;
  border: 1px solid black;
}
.datagridx-colorsmenu li span:hover {
  border: 1px solid gray;
  padding: 0;
}
.datagridx-colorsmenu li:hover {
  border: 2px solid gray;
  padding: 0;
}
.datagridx-colorsmenu li.cur {
  border: 2px solid black;
  padding: 0;
}
.datagridx-colorsmenu li.colors {
  width: auto;
  padding: 0;
  padding-left: 2px;
  margin: 0;
  margin-bottom: 2px;
}
.datagridx-colorsmenu li.colors:hover {
  border: none;
}
.image-edit-contain,
.images-edit-contain {
  line-height: 50px;
  height: 50px;
}
.edit-image,
.list-image {
  height: 30px;
  width: 30px;
  border: 1px solid #eee;
}
.edit-image:hover,
.list-image:hover {
  border: 1px solid gray;
}
.diff .delete {
  color: red;
}
.diff .replace {
  color: red;
}
.diff .insert {
  color: red;
}
@keyframes slider-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tablediymenu {
  height: 30px;
  padding: 5px;
  margin-left: -26px;
}
.tablediymenu .menulist {
  white-space: nowrap;
}
.tablediymenu.diying .menulist {
  animation: slider-in 1s;
}
table.diyable > tbody > tr.sortitem.trhide {
  display: none;
}
table.diyable.diying > tbody > tr.sortitem {
  display: inherit;
  border: 1px solid #eee;
}
table.diyable.diying > tbody > tr.sortitem > td:nth-child(1) {
  background: rgba(255, 201, 0, 0.72);
  cursor: move;
}
table.diyable.diying > tbody > tr.sortitem > td:nth-child(1):before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  background: url("/static/img/move-vertical.png");
}
table.diyable.diying > tbody > tr.sortitem.trhide > td:nth-child(1) {
  background: #ffffff;
}
.hoverhighlight:hover {
  background: #f9928a !important;
  color: white !important;
  cursor: pointer;
}
body .easyui-textbox,
body .textbox {
  width: 300px;
}
body textarea.textbox {
  padding: 2px 4px;
}
body #content {
  padding: 0px;
}
body .easyui-bigbutton {
  padding: 3px 10px;
}
.datagrid-view .datagrid-cell {
  word-break: break-all;
}
[v-cloak] {
  display: none;
}
table.td-center td {
  text-align: center;
}
.red {
  color: red;
}
textarea.autoresize {
  resize: both !important;
}
.models-select-panel .models-select-item {
  display: inline-block;
  border: 1px solid #eee;
  margin: 1px;
  border-radius: 3px;
}
.models-select-panel .models-select-item .delv {
  cursor: pointer;
  color: grey;
  padding: 0 2px;
}
.models-select-panel .models-select-item .delv:hover {
  color: #e41800;
}
.models-select-panel .models-select-item:hover {
  border-color: grey;
}
