/* S7系统默认样式 */
.u-loading-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1900;
}

.u-loading-backdrop.full-screen {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.1) !important;
  /* css hack */
}

.u-loading-backdrop {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.u-loading.u-loading-default>div,
.u-loading.u-loading-rotate>div {
  /* css hack */
  position: absolute;
  margin: 2px;
  border-radius: 100%;
  animation-fill-mode: both;
  border: none !important;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  background: transparent !important;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.max-height {
  height: 100%;
}

.jodit-status-bar-link {
  display: none;
}

.ais-form-label-horizontal .ais-required-left {
  display: none;
}

.ais-form-label-horizontal {
  text-align: right;
  padding-right: 6px;
}

.mask-stub {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  background: var(--aud-dark-color--);
  opacity: 0.6;
  text-align: center;
  display: none;
}

.tip-layout {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 300px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
}

.u-drop {
  padding: 0px !important;
  /* css hack */
}

/** 陈总不喜欢按钮的红色颜色，去掉 **/

.toolbarbuttongroup .u-button.u-button-primary {
  background-color: 1px solid var(--aud-deep-gray-color--) !important;
  border: 1px solid var(--aud-deep-gray-color--) !important;
  color: unset !important;
}

.form-toolbar .u-button.u-button-sm {
  background-color: var(--aud-light-color--) !important;
  border: 1px solid #d9d9d9 !important;
  color: unset !important;
  height: 32px;
  border-radius: 6px;
  font-size: 14px;
}

.form-toolbar .u-button.u-button-sm.u-button-primary {
  background-color: #eceff1 !important;
}

.form-toolbar .u-button.u-button-sm.u-button-secondary {
  background-color: var(--aud-secondary-color--) !important;
}

.form-toolbar .u-button.u-button-sm.u-button-accent {
  background-color: var(--aud-accent-color--) !important;
}

.form-toolbar .u-button.u-button-sm.u-button-success {
  background-color: var(--aud-success-color--) !important;
}

.form-toolbar .u-button.u-button-sm.u-button-info {
  background-color: var(--aud-info-color--) !important;
}

.form-toolbar .u-button.u-button-sm.u-button-warning {
  background-color: var(--aud-warning-color--) !important;
}

.form-toolbar .u-button.u-button-sm.u-button-danger {
  background-color: var(--aud-danger-color--) !important;
}

.form-toolbar .u-button.u-button-sm.u-button-dark {
  background-color: var(--aud-deep-primary-color--) !important;
  color: var(--aud-dark-color-text--) !important;
}

.form-toolbar .u-button.u-button-sm.u-button-light {
  background-color: var(--aud-light-color--) !important;
}

.form-toolbar .u-button.u-button-sm.u-button-default {
  background-color: var(--aud-default-color--) !important;
}

.ais-btn-bg-primary {
  background-color: #eceff1 !important;
}

.ais-btn-bg-dark {
  background-color: var(--aud-deep-primary-color--) !important;
}

.search-path_fixed .u-tabs {
  height: 100%;
}

.au-form-tabs {
  width: 100%;
}

.aip-search-bar {
  font-size: 14px !important;
}

.u-pagination {
  flex-direction: row-reverse !important;
}

.ref-input-wrap {
  height: 30px !important;
}

.rc-tree-select-selection--single {
  height: 30px !important;
}

.layuimini-setting .layui-nav-child {
  left: -25px !important;
}

.a8-search-bar-title {
  border-left: 4px solid var(--aud-primary-color--);
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.toolbarbuttongroup {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.rc-tree-select-selection {
  font-size: 14px !important;
}

.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  padding-left: 4px !important;
}

.rc-tree-select .rc-tree-select-selection__choice__remove .uf {
  font-size: 14px !important;
}

.u-dropdown {
  z-index: 9999 !important;
}

/** 隐藏tinper-bee的Cascader组件禁用状态下的删除icon **/
.u-cascader-input-group input[disabled]+span {
  display: none;
}

.a8-search-bar-title::before {
  width: 3px;
  opacity: 1;
  border-radius: 3px;
  background: var(--aud-primary-color--);
  content: '';
  display: inline-block;
  height: 22px;
  margin-right: 8px;
}

.a8-search-bar-title {
  border: 0px !important;
  display: flex;
}



.u-modal .u-modal-body {
  font-size: 14px !important;
}

.ais-form-group-inner {
  border: unset !important;
}

/**子表表格的表头列滚动条隐藏**/
.u-table-fixed-header .u-table-scroll .u-table-header {
  overflow-x: hidden !important;
}

.right-list .form-toolbar {
  bottom: 10px;
  position: absolute;
}



.right-list .form-container>.ais-amis-form-page {
  position: absolute;
  height: calc(100% - 70px);
}

.u-input-number.u-input-group {
  z-index: 0;
}

/**查询条件的下拉框和选择框字体改为12**/
.rc-tree-select-selection__choice,
.u-select-selection-choice {
  font-size: 12px
}

/** 表单项内容过长时出现省略号 **/
.rc-tree-select-selection--single .rc-tree-select-selection-selected-value {
  width: 400px
}

/** 确认弹出窗支持换行显示 **/
.u-modal-confirm-content {
  white-space: pre-wrap;
}

/** 斑马线 **/
.u-table-tbody tr:nth-child(even) {
  background-color: #EBF2FF;
  /* #f2f2f2; */
}

.u-table-tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.u-table-thead th {
  background: #f5f5f5 !important;
}

.u-table-bordered td,
.u-table-bordered th {
  border-right: 1px solid #ebebeb !important;
  box-sizing: border-box;
}

.u-table-bordered th {
  border-bottom: 1px solid #ebebeb !important;
  box-sizing: border-box;
}

.u-table td {
  border-bottom: 1px solid #ebebeb !important;
}

.ais-layout-header .left-top-logo-title {
  width: auto !important;
}

.left-top-logo-title img {
  padding-left: 10px;
  opacity: 1;
  transition: opacity 2s ease-in;
  object-fit: cover;
  object-position: left;
  overflow: hidden;
  height: 30px;
}

.top-menu-container > .ant-menu {
 margin-left: 0px !important;
}

.s7-upload-default>div.u-upload.u-upload-select.u-upload-select-text>span>button {
  white-space: nowrap;
   color: #333333;
}

.item.tiny-aip-table-toolbar {
  color: #4779F6;
}




/* 列表关联按钮蓝色 */
.uf-link {
  color: var(--aud-link-color--) !important;
}
/* 所有工作区页面加入边距 */
body {
  overflow: hidden;
  background-color: #F5F5F5 !important;
}

#root {
  height: calc(100% - 17px);
  /* margin: 8px 8px; */
  /* padding: 16px; */
  background-color: #fff;
  border-radius: 4px;
  overflow: auto;
  
}
/* 输入组件禁用状态对比度问题（朱楠楠提出的质疑） */
.u-form-control[disabled] {
    color: #000 !important;
}

.u-select-disabled .u-select-selection-selected-value {
    color: #000 !important;
}