/*

XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #fff;
  color: black;
}

/* Gray DOCTYPE selectors like WebKit */

.xml .hljs-meta {
  color: #c0c0c0;
}

.hljs-comment,
.hljs-quote {
  color: #007400;
}

.hljs-tag,
.hljs-attribute,
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-name {
  color: #aa0d91;
}

.hljs-variable,
.hljs-template-variable {
  color: #3F6E74;
}

.hljs-code,
.hljs-string,
.hljs-meta-string {
  color: #c41a16;
}

.hljs-regexp,
.hljs-link {
  color: #0E0EFF;
}

.hljs-title,
.hljs-symbol,
.hljs-bullet,
.hljs-number {
  color: #1c00cf;
}

.hljs-section,
.hljs-meta {
  color: #643820;
}

.hljs-class .hljs-title,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-params {
  color: #5c2699;
}

.hljs-attr {
  color: #836C28;
}

.hljs-subst {
  color: #000;
}

.hljs-formula {
  background-color: #eee;
  font-style: italic;
}

.hljs-addition {
  background-color: #baeeba;
}

.hljs-deletion {
  background-color: #ffc8bd;
}

.hljs-selector-id,
.hljs-selector-class {
  color: #9b703f;
}

.hljs-doctag,
.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

/* 全局公共样式文件，单页面特定的样式请定义在对应页面附带的样式表文件中 */

#splash-screen {
  min-height: 100%;
}

#splash-screen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4F5E93;
}

#splash-screen .splash-screen-bars {
  width: 135px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -60px;
  margin-left: -40px;
  background: url('bars.svg');
}

.to-edge {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track-piece {
  background: rgba(185, 175, 175, 0.2);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(114, 118, 135, 0.5);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #727687;
}

#main-content {
  display: flex;
  position: relative;
}

#main-content #page-container {
  width: 100%;
  display: block;
  overflow-y: auto;
}

.standard-list-page {
  padding: 4em 0 1em 0;
}

.standard-list-page .title-images {
  width: 35px;
  height: 35px;
  margin-top: 10px;
}

.standard-list-page .title-bar {
  top: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
  padding: 0.5em 1em;
  background-color: #F2F5FA;
}

.standard-list-page .title-bar nz-breadcrumb {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0;
  vertical-align: top;
  line-height: 1.1;
  text-indent: 0.5em;
}

.standard-list-page .title-bar nz-breadcrumb nz-breadcrumb-item a {
  color: #000000;
}

.standard-list-page .title-bar nz-breadcrumb nz-breadcrumb-item a:hover {
  color: #2D8CF0;
}

.standard-list-page .title-bar h3 {
  display: inline-block;
  font-size: 18px;
  margin: 1em 0;
  vertical-align: top;
  line-height: 1.1;
  font-weight: bold;
  text-indent: 0.5em;
}

.standard-list-page .title-bar .action-buttons {
  display: block;
  float: right;
  margin: 1em 0.5em;
}

.standard-list-page .title-bar .action-buttons nz-tree-select {
  margin-right: 10px;
}

.standard-list-page .title-bar .action-buttons nz-select {
  margin-right: 10px;
  width: 250px;
}

.standard-list-page .title-bar .action-buttons button {
  border-radius: 0;
}

.standard-list-page .title-bar .action-buttons button:not(:last-child) {
  margin-right: 0.3em;
}

.standard-list-page .title-bar .action-buttons .ant-btn-primary {
  background-color: #405BBB;
  border-color: #405BBB;
}

.standard-list-page .content-area {
  margin: 1.5em 1em;
  border-radius: 0.5em;
  background-color: #fff;
}

.standard-list-page .content-area.action-bar {
  padding: 1em;
}

.standard-list-page .content-area.action-bar nz-select {
  width: 174px;
}

.standard-list-page .content-area.action-bar nz-input-group .ant-input-group-addon {
  width: 80px;
}

.standard-list-page .content-area.action-bar form {
  display: contents;
}

.standard-list-page .content-area.action-bar .search-input-md {
  width: 200px;
}

.standard-list-page .content-area.action-bar .inline-condition {
  display: inline-block;
  width: auto;
  min-width: 210px;
  margin-bottom: 10px;
}

.standard-list-page .content-area.action-bar .inline-condition:not(:last-child) {
  margin-right: 1rem;
}

.standard-list-page .content-area.action-bar .inline-condition nz-cascader,
.standard-list-page .content-area.action-bar .inline-condition nz-tree-select {
  width: 173px;
}

.standard-list-page .content-area.action-bar .block-condition {
  display: block;
}

.standard-list-page .content-area.action-bar .filter-switch-btn {
  float: right;
  margin-left: 10px;
}

.standard-list-page .content-area.action-bar .ant-btn-primary {
  background-color: #405BBB;
  border-color: #405BBB;
}

.standard-list-page .content-area.action-bar svsp-collapse:not(:first-child) .advanced-filter {
  padding-top: 0.5rem;
}

.standard-list-page .content-area.action-bar .advanced-filter {
  padding-right: 8rem;
  position: relative;
}

.standard-list-page .content-area.action-bar .advanced-filter .conditions-row:not(:first-child) {
  margin-top: 0.5rem;
}

.standard-list-page .content-area.action-bar .advanced-filter .apply-filter-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 6.8rem;
}

.standard-list-page .content-area.action-bar .ant-cascader-input {
  width: 184px;
}

.standard-list-page .content-area.action-bar nz-select {
  width: 184px;
}

.standard-list-page .content-area:last-child {
  margin-bottom: 0;
}

.standard-list-page .content-area .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #405BBB;
  border-color: #405BBB;
}

.standard-list-page .content-area .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #405BBB;
}

.standard-list-page .content-area .ant-tabs-nav {
  margin: 0;
}

.standard-list-page .content-area .info-alert {
  padding: 10px 10px 0 10px;
}

.standard-list-page .content-area .ant-alert-info {
  background-color: #F5F7FF;
  border: 1px solid #405BBB;
  padding: 4px 10px;
}

.standard-list-page .content-area .ant-alert-info .ant-alert-icon {
  color: #405BBB;
}

.standard-list-page .content-area .ant-alert-message {
  color: #405BBB;
}

.standard-list-page .content-area .columns-btn {
  padding: 10px;
  height: 40px;
}

.standard-list-page .content-area .columns-btn .setting-th {
  float: right;
  margin-bottom: 10px;
  background-color: #405BBB;
  border-color: #405BBB;
}

.standard-list-page .content-area .columns-btn button:not(:first-child) {
  margin-right: 20px;
}

.standard-list-page .content-area nz-table thead tr th:first-child {
  padding-left: 20px;
}

.standard-list-page .content-area nz-table thead tr .ant-table-cell-fix-right-first {
  padding-left: 12px !important;
  text-align: center;
}

.standard-list-page .content-area nz-table tbody tr td:first-child {
  padding-left: 20px;
}

.standard-list-page .content-area nz-table tbody tr .ant-table-cell-fix-right-first {
  padding-left: 12px !important;
}

.text-alignment {
  color: #000;
  text-align: left;
  padding-right: 20px;
}

.text-alignment:after {
  content: "：";
  position: absolute;
}

.tangram-suggestion-main {
  z-index: 1000;
}

.show-original-picture {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.show-original-picture img {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.table-img-size {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.aggregate-data {
  text-align: right;
  margin-bottom: 10px;
}

.aggregate-data nz-select {
  width: 150px;
}

.search-area {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
}

.search-area-input {
  width: 90%;
}

.search-area-button {
  display: inline-flex;
  justify-content: flex-end;
  width: 200px;
  margin-right: 0;
}

.search-area-button button {
  margin-left: 10px;
  margin-right: 0;
}

.cdk-overlay-pane .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #405BBB;
  border-color: #405BBB;
}

.ant-modal-body .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #405BBB;
  border-color: #405BBB;
}

.ant-modal-body .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #F5F5F5;
}

.ant-modal-body .ant-btn-primary {
  background-color: #405BBB;
  border-color: #405BBB;
}

.ant-modal-body .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #405BBB !important;
  padding: 0 20px;
}

.ant-modal-body .ant-tabs-tab-btn {
  padding: 0 20px;
}

.ant-modal-body .ant-tabs-ink-bar {
  background-color: #405BBB;
}

.ant-modal-body .ant-radio-checked .ant-radio-inner {
  border-color: #405BBB;
}

.ant-modal-body .ant-radio-checked .ant-radio-inner::after {
  background-color: #405BBB;
}

.ant-modal-body .ant-radio-disabled .ant-radio-inner::after {
  background-color: #C4C4C4;
}

.ant-modal-footer .ant-btn-primary {
  background-color: #405BBB;
  border-color: #405BBB;
}

.table-third-icon {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}


/*# sourceMappingURL=global.css.map*/