/* X 组件 定制化样式 */
a {
  color: '#0366d6';
}

/* 面板样式 */
.x-panel {
  padding: 15px;
  margin-top: 15px;
  background: #fff;
}

.x-page-panel {
  padding: 0 15px 0 15px;
}

.x-search-panel {
  padding: 15px;
  margin-top: 15px;
  background: #fff;
  text-align: right;
}

.x-main-panel {
  padding: 15px;
  margin-top: 15px;
  background: #fff;
}

.x-treeview-panel {
  padding: 0 10px 0 0;
  overflow-y: auto;
  border-right: 1px solid #d9d9d9;
  margin-right: 10px;
}

.x-widget-panel {
  min-height: 200px;
  padding: 15px;
  background: #fff;
}

/* 模态框样式 */
.x-modal-no-body-padding .ant-modal-body,
.x-antd-modal-no-body-padding .ant-modal-body {
  padding: 0 !important;
}

.x-wizard-container select {
  width: 100%;
  overflow-y: auto;
}

.x-control-panel-head {
  font-weight: bold;
}

.x-control-panel-list {
  text-indent: 0;
  padding: 4px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 4px;
  width: 200px;
}

.x-control-panel-list li {
  padding-left: 15px;
  background: url('images/red_square_icon.png') no-repeat 3px 9px;
}

/* 表格样式 */
.x-table-column-code {
  color: #0366d6;
  padding: 0 4px 0 4px;
  border-radius: 4px;
  font-weight: bold;
}

.x-table-column-status-enabled {
  color: #006d21;
}

.x-table-column-status-disabled {
  color: #c00;
}

.x-table-column-link,
.x-table-column-action {
  color: #0366d6;
}

.x-table-column-action-disabled {
  color: #ccc;
}

/* typing input */
.x-typing-input {
  width: 100%;
  border: 0;
  /* height: 24px; */
  outline: none;
  color: #000;
  font-size: 13px;
}

.x-typing-input-disabled,
.x-typing-input-disabled .x-typing-input-box-disabled  {
  background-color: #ebebeb;
}

.x-typing-input-box {
  width: 100%;
  border: 0;
  height: 22px;
  outline: none;
}

.x-typing-input-box-disabled {
  cursor: not-allowed;
}

.x-typing-input-data-wrapper {
  position: absolute;
  z-index: 10;
  background: #fff;
}

.x-typing-input-data-ul {
  padding: 0;
  margin: 0;
  width: 260px;
  max-height: 240px;
  overflow: auto;
}

.x-typing-input-data-ul li {
  margin: 0;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 26px;
}

.x-typing-input-data-active {
  background-color: #dbed8a;
}

.x-typing-input-tooltip .ant-tooltip-arrow::before {
  background-color: rgb(245, 34, 45, 0.75) !important;
}

.x-typing-input-tooltip .ant-tooltip-inner {
  min-width: 80px;
  min-height: 25px;
  font-size: 12px;
  padding: 3px 8px;
  background-color: rgb(245, 34, 45, 0.75) !important;
}

.select-input-style .ant-tooltip-arrow::before {
  background-color: rgba(88, 177, 33, 0.78)!important;
}
  
.select-input-style .ant-tooltip-inner {
  background-color: rgba(88, 177, 33, 0.78) !important;
}

