.ant-modal-header {
  padding: 8px 12px;
}
.ant-modal-header .ant-modal-title {
  color: #fff !important;
}
.ant-modal-close {
  color: #fff !important;
}
.content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.content .tool-left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 1;
}
.content .tool-right {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-right: 15px;
}
.report .ant-table-footer {
  padding: 0;
}
.g-table .footer-table .ant-table-body {
  overflow-x: hidden !important;
  margin: 0 0 1px 0 !important;
}
.g-table .footer-table .ant-table-selection-column .ant-radio {
  visibility: hidden;
}
.g-table .footer-table .ant-table-fixed-header {
  border: 0 !important;
}
.g-table .ant-table-footer {
  padding: 0 !important;
}
.ant-table-thead > tr > th {
  background: #fafafa !important;
}
.ant-modal-footer {
  padding: 4px 12px;
}
.ant-modal-close-x {
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-top: 8px;
  margin-right: 4px;
}
.vertical-form .ant-form-item-label {
  height: 20px;
  line-height: 20px;
}
.search-form .ant-form-item-label {
  height: 32px;
}
.ant-form-item-label {
  line-height: 40px;
}
.single-border .ant-select-selection {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.content .tool-search {
  margin-right: 8px;
  width: 100%;
}
.no-arrow {
  padding-top: 2px;
}
.no-arrow .ant-popover-arrow {
  display: none;
}
.no-arrow .ant-popover-inner-content {
  padding: 0;
}
.no-arrow .ant-menu-item,
.no-arrow .ant-menu-submenu-title {
  height: 32px !important;
  line-height: 32px !important;
  margin: 0 !important;
}
.no-arrow .ant-menu-item-selected,
.no-arrow .ant-menu-submenu-title {
  background: #fff !important;
  color: rgba(0, 0, 0, 0.65);
}
.no-arrow .ant-menu-item::after {
  width: 0;
  height: 0;
}
.no-arrow .icon {
  margin-right: 4px;
}
.no-arrow .ant-select-selection,
.no-arrow .ant-input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.no-arrow .ant-form-item-control {
  line-height: 32px;
}
.no-arrow .ant-form-item {
  margin-bottom: 0;
}
.no-arrow .ant-list-sm .ant-list-item {
  padding: 5px 4px 5px 8px;
  cursor: pointer;
}
.no-arrow .ant-list-sm .ant-list-item:hover {
  background-color: #e6f7ff !important;
}
.no-arrow .ant-list-item-meta-title {
  margin-bottom: 0;
}
.no-arrow .ant-list-item-action {
  margin-left: 20px;
}
.modal-content .ant-tabs-bar {
  margin-bottom: 4px;
}
.modal-content .ant-form-item {
  margin-bottom: 0;
}
.edit-table .ant-input[disabled] {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}
.edit-table .ant-form-item-control {
  line-height: 30px;
}
.edit-table .ant-form-item {
  margin-bottom: 0;
}
.edit-table .ant-table-row {
  cursor: pointer;
}
.edit-table .edit-row .ant-table-row-cell-break-word {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  height: 35px;
}
.edit-table .ant-input:focus {
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
}
.edit-table .ant-card-actions .ant-pagination-item-link {
  line-height: 32px !important;
}
.edit-table .ant-card-actions > li {
  margin: 4px 0;
}
.edit-table .ant-table-wrapper .ant-pagination {
  display: none;
}
.edit-table .ant-select-disabled .ant-select-selection {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}
.edit-table .ant-table-row-cell-break-word,
.edit-table .ant-input-disabled {
  padding-left: 2px !important;
}
.select-table .ant-pagination {
  display: block !important;
}
.edit-table .ant-table-tbody > tr:hover:not(.high-light):not(.ant-table-row-selected) > td,
.edit-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.high-light):not(.ant-table-row-selected) > td,
.edit-table .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.high-light):not(.ant-table-row-selected) > td {
  background-color: #fff !important;
}
.modal-toolbar {
  margin: 4px 0 8px 2px;
  display: flex;
  flex-direction: row;
}
.modal-toolbar .left {
  flex-grow: 1;
}
.no-actions .ant-card-actions {
  background: #fff;
}
.no-actions .ant-card-actions > li {
  margin-top: 8px !important;
  margin-bottom: 2px !important;
  padding-left: 8px;
  padding-right: 8px;
}
.has-error .ant-form-explain,
.show-help-leave-active {
  display: none;
}
.only-bottom,
.only-bottom .ant-input,
.only-bottom .ant-select-selection,
.only-bottom .ant-input-group-addon {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.only-bottom .ant-input-group-addon {
  background: #fff;
}
.super-link .ant-input {
  color: #1890ff !important;
  cursor: pointer;
}
.ant-table-column-sorter-inner {
  height: 16px !important;
}
.go-upload .ant-upload-select {
  margin-top: -1px;
}
.go-upload .ant-upload-list-item {
  margin-top: 0;
}
.go-upload .ant-upload-list-item-info > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.go-upload .ant-icon-paper-clip {
  top: 6px;
}
.select-input {
  width: 100%;
}
.select-input:hover .clear {
  display: inline-block;
}
.clear {
  display: none;
}
.vertical-form .ant-form-explain {
  display: none !important;
}
.table-cell-high-light {
  font-weight: bold !important;
}
.field-select .ant-dropdown-menu-item-selected,
.field-select .ant-dropdown-menu-item-active {
  background-color: #fafafa !important;
}
.basic .ant-table-small {
  border: 0 !important;
}
.basic .ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0;
}
.basic .ant-card-actions > li {
  margin: 6px 0;
}
.basic .ant-table-footer {
  padding: 0;
}
.large .ant-table,
.large .ant-btn,
.large .ant-breadcrumb,
.large .ant-tabs-nav-container,
.large .ant-form label,
.large .ant-input,
.large .ant-dropdown-menu-submenu-title,
.large .ant-card-small > .ant-card-head,
.large .ant-carousel,
.large .ant-select,
.large .ant-select-dropdown-menu-item,
.large .ant-list,
.large .text {
  font-size: 14px !important;
}
.large .submenu-title-wrapper,
.large .title,
.large .submenu-title-wrapper {
  font-size: 16px !important;
}
.larger .ant-table,
.larger .ant-btn,
.larger .ant-breadcrumb,
.larger .ant-tabs-nav-container,
.larger .ant-form label,
.larger .ant-input,
.larger .ant-dropdown-menu-submenu-title,
.larger .ant-card-small > .ant-card-head,
.larger .ant-carousel,
.larger .ant-select,
.larger .ant-select-dropdown-menu-item,
.larger .ant-list,
.larger .text {
  font-size: 16px !important;
}
.larger .submenu-title-wrapper,
.larger .title,
.larger .submenu-title-wrapper {
  font-size: 18px !important;
}
.report .ant-table-tbody > tr > td {
  padding: 8px 4px !important;
}
.ant-select-dropdown-menu {
  max-height: 500px !important;
}
.ant-table-hide-scrollbar {
  scrollbar-color: auto !important;
}
/*# sourceMappingURL=style.css.map */