html {
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 2400px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (min-width: 2800px) {
  html {
    font-size: 24px;
  }
}
@media only screen and (min-width: 4096px) {
  html {
    font-size: 34px;
  }
}
body,
input,
button,
select,
textarea {
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
}
.dx-widget input,
.dx-widget textarea {
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
}
.popover {
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
}
.btn {
  display: inline-block;
  line-height: 1.375rem;
  border-radius: 0;
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
}
.btn:visited {
  outline: none;
}
.btn:hover {
  outline: none;
}
.btn:focus {
  outline: none;
}
.btn:active {
  outline: none;
}
.btn:active:focus {
  outline: none;
}
.btn-sm {
  height: 1.5rem;
  min-width: 3.25rem;
  padding: 0.0625rem 0.75rem;
  font-size: 0.75rem;
}
.btn-medium {
  height: 1.875rem;
  min-width: 3.75rem;
  padding: 0.0625rem 1rem;
  font-size: 0.75rem;
}
.smallTax-btn {
  height: 2rem;
  min-width: 3.25rem;
  padding: 0.0625rem 0.75rem;
  font-size: 0.75rem;
}
.btn-lg {
  height: 2rem;
  min-width: 4rem;
  padding: 0.0625rem 1rem;
  font-size: 0.875rem;
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
  font-weight: 700;
}
.btn-x-lg {
  height: 3.125rem;
  min-width: 4.5rem;
  padding: 0.0625rem 1.25rem;
  font-size: 0.875rem;
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
  font-weight: 700;
}
.btn-primary {
  height: 1.875rem;
  padding: 0.0625rem 1rem;
  cursor: pointer;
  color: white;
  background-color: #d04a02;
  border: none;
}
.btn-primary i {
  margin-right: 0.5rem;
}
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #d96e34;
}
.btn-primary:active {
  background-color: #852600;
}
.btn-primary:active:focus {
  background-color: #852600;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
  background: #dedede;
  color: white;
  border: none;
  cursor: not-allowed;
}
/*.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #FFF;
    background-color: #F00;
}*/

.btn-secondary {
  height: 1.875rem;
  padding: 0.0625rem 1rem;
  color: #d04a02;
  background-color: white;
  border: 0.0625rem solid #d04a02;
}
.btn-secondary i {
  margin-right: 0.5rem;
}
.btn-secondary:visited,
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #fff3e6;
  color: #d04a02;
}
.btn-secondary:active {
  background-color: #ffd1a6;
}
.btn-secondary:active:focus {
  background-color: #ffd1a6;
}
.btn-secondary.disabled,
.btn-secondary[disabled] {
  background: #f2f2f2;
  border: 0.0625rem solid #dedede;
  color: #dedede;
}
/*.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    color: #FFF;
    background-color: #F00;
}*/

.btn-disable {
  color: #dedede;
  background-color: whitesmoke;
  border: 0.0625rem solid #d9d9d9;
  cursor: not-allowed;
}
.btn-disable i {
  margin-right: 0.5rem;
}
.btn-disable:hover,
.btn-disable:active,
.btn-disable:focus {
  color: white;
  background-color: red;
}
.btn-dashed {
  color: #2d2d2d;
  background-color: white;
  border: 0.0625rem solid #d9d9d9;
}
.btn-dashed i {
  margin-right: 0.5rem;
}
.btn-dashed:visited,
.btn-dashed:hover,
.btn-dashed:focus {
  background-color: #fff3e6;
  color: #d04a02;
  border: 0.0625rem solid #d04a02;
}
.btn-dashed:active {
  background-color: #ffd1a6;
  border: 0.0625rem solid #d04a02;
}
.btn-dashed:active:focus {
  background-color: #ffd1a6;
  border: 0.0625rem solid #d04a02;
}
.btn-dashed.disabled,
.btn-dashed[disabled] {
  background: #f2f2f2;
  border: 0.0625rem solid #dedede;
  color: #dedede;
  cursor: not-allowed;
}
/*.btn-dashed:hover,
.btn-dashed:active,
.btn-dashed:focus {
    color: #FFF;
    background-color: #F00;
}*/

.btn-danger {
  color: #aa2417;
  background-color: whitesmoke;
  border: 0.0625rem solid #aa2417;
}
.btn-danger i {
  margin-right: 0.5rem;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  color: white;
  background-color: red;
}
.btn-link {
  color: #d04a02;
  text-decoration: none;
}
.btn-link i {
  margin-right: 0.5rem;
}
.btn-link:visited,
.btn-link:hover,
.btn-link:focus {
  color: #ab3600;
}
.btn-link:active {
  color: #852600;
}
.btn-link:active:focus {
  color: #852600;
}
.btn-file-download {
  background-color: #7d7d7d;
  color: white;
}
.btn-file-download:visited,
.btn-file-download:hover,
.btn-file-download:focus {
  background-color: #d04a02;
  color: white;
}
.btn-file-download:active {
  background-color: #be4402;
  color: white;
}
.btn-file-download:active:focus {
  background-color: #be4402;
}
.btn-file-download.disabled,
.btn-file-download[disabled] {
  background: #dedede;
  border: 0.0625rem solid #dedede;
  color: white;
  cursor: not-allowed;
}
.btn-default,
.btn-third,
.btn-dashed,
.btn-danger,
.btn-disable,
.btn-primary,
.btn-secondary,
.btn-file-download {
  height: 1.875rem;
  min-width: 3.75rem;
  padding: 0.0625rem 1rem;
  font-size: 0.75rem;
}
.dx-button-has-text .dx-button-content,
.dx-button .dx-button-content {
  padding: 0.0625rem 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed !important;
}
/*.dx-button-mode-contained.dx-button-success.dx-state-hover {
    background-color: #FFF3E6;
    color: @color-orange;
}*/

/*.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    text-decoration: none;
    color: #F00;
}*/

.btn-icon-sm {
  padding: 0.0625rem 0.5rem;
}
.btn-icon-medium {
  padding: 0.0625rem 1rem 0.0625rem 0.75rem;
}
.btn-icon-lg {
  padding: 0.0625rem 18px 0.0625rem 0.875rem;
}
.invoice-btn {
  height: 1.5rem;
  min-width: 3.25rem;
  padding: 0.0625rem 0.75rem;
  font-size: 0.75rem;
}
.invoice-font {
  font-size: 0.875rem;
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
}
.radio {
  margin: 1rem;
}
.radio-label {
  font-size: 0.75rem;
  font-family: Helvetica;
}
.radio-label:hover {
  color: #d04a02;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: white;
  border-radius: 100%;
  border: 0.0625rem solid #b4b4b4;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #d04a02;
  box-shadow: inset 0 0 0 3px white;
  border: 0.0625rem solid #d04a02;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #d04a02;
}
.radio input[type="radio"]:hover + .radio-label:before {
  border-color: #d04a02;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  border-color: #bebebe;
  background: #d9d9d9;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.nav-left {
  background-color: #2d2d2d;
}
.icon-delete {
  color: #d35412 !important;
  cursor: pointer;
}
.swal-info {
  width: 600px;
}
.swal-info .text-muted {
  max-height: 300px;
  overflow: auto;
}
/*dx 控件样式*/

.dx-checkbox-container {
  border-radius: 0;
  /*.dx-checkbox-text {
        color: @color-orange;
    }*/

}
.dx-checkbox-container .dx-checkbox-icon {
  /*color: #fff;
        background-color: @color-orange;*/
  color: #d04a02;
  border-radius: 0;
}
.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
  background-color: #d04a02;
}
.dx-treeview .dx-treeview-item.dx-state-hover {
  color: #d04a01;
}
.dx-treeview .dx-treeview-node:not(dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item {
  background-color: #fff3e7;
  color: #d04a02;
}
.dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-selected > .dx-treeview-item {
  background-color: #fff3e7;
  color: #d04a02;
}
/*dx select box 自定义*/

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
  background-color: #fff3e7 !important;
  color: #d04a02;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
  color: #d04a01;
  background-color: #f8f8f8;
}
.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,
.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon {
  background-color: white;
  border-color: transparent;
  color: #d04a02;
}
/*下三角需要定制化*/

.dx-treeview-toggle-item-visibility {
  color: #7d7d7d;
  left: 0px;
}
.dx-treeview-item .dx-treeview-item-content span {
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
}
.dx-widget {
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
}
input,
textarea {
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
}
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
  padding-right: 0px !important;
}
.dx-switch-on-value .dx-switch-handle:before {
  background-color: #d04a02;
}
.dx-switch-handle:before {
  background-color: #feb791;
}
.dx-texteditor.dx-editor-outlined {
  border-radius: 0;
}
.gutter {
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==);
  cursor: ew-resize;
  /*width:16px !important;*/

}
.collapse-expand-common {
  z-index: 100;
  height: 10%;
  cursor: pointer;
  /*background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-left: -6px;*/
  background-repeat: no-repeat;
  /* background-position: 50%; */
  background-size: inherit;
}
.current-collapse {
  z-index: 100;
  height: 10%;
  cursor: pointer;
  /*background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-left: -6px;*/
  background-repeat: no-repeat;
  /* background-position: 50%; */
  background-size: inherit;
  background-image: url(/app-resources/images/expand-2.svg);
}
.current-expand {
  z-index: 100;
  height: 10%;
  cursor: pointer;
  /*background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-left: -6px;*/
  background-repeat: no-repeat;
  /* background-position: 50%; */
  background-size: inherit;
  background-image: url(/app-resources/images/collapse-2.svg);
}
/*sweet alert定制化弹框*/

.sweet-alert,
.sweet-custom {
  border-radius: 0;
  padding: 0px 17px !important;
  /*默认大图标不显示*/

}
.sweet-alert .sa-button-container,
.sweet-custom .sa-button-container {
  border-top: solid 0.0625rem #dedede;
  padding: 10px 0px;
  text-align: right;
  margin-left: -17px;
  margin-right: -17px;
  padding-right: 15px;
}
.sweet-alert .sa-custom,
.sweet-custom .sa-custom {
  float: left;
  width: 32px !important;
  height: 32px !important;
  margin-right: 10px !important;
  padding-top: 0.5rem !important;
  margin-top: 1.25rem !important;
}
.sweet-alert .sa-warning,
.sweet-custom .sa-warning,
.sweet-alert .sa-error,
.sweet-custom .sa-error,
.sweet-alert .sa-success,
.sweet-custom .sa-success,
.sweet-alert .sa-info,
.sweet-custom .sa-info {
  display: none !important;
}
.sweet-alert .btn-cancel,
.sweet-custom .btn-cancel {
  background: transparent;
  border: none;
  outline: none;
  color: #2d2d2d;
}
.sweet-alert .btn-cancel:hover,
.sweet-custom .btn-cancel:hover,
.sweet-alert .btn-cancel.hover,
.sweet-custom .btn-cancel.hover {
  border: none;
  outline: none;
  background-color: #eeeeee;
}
.sweet-alert .btn-cancel:active,
.sweet-custom .btn-cancel:active,
.sweet-alert .btn-cancel.active,
.sweet-custom .btn-cancel.active {
  border: none;
  outline: none;
  background-color: #eeeeee;
}
.sweet-alert .btn-confirm,
.sweet-custom .btn-confirm {
  background: transparent;
  border: none;
  color: #d04a02;
  outline: none;
}
.sweet-alert .btn-confirm:hover,
.sweet-custom .btn-confirm:hover,
.sweet-alert .btn-confirm.hover,
.sweet-custom .btn-confirm.hover {
  border: none;
  outline: none;
  background-color: #d04a02;
  color: white;
}
.sweet-alert .btn-confirm:active,
.sweet-custom .btn-confirm:active,
.sweet-alert .btn-confirm.active,
.sweet-custom .btn-confirm.active {
  background-color: #a63b01;
  color: white;
  border: none;
  outline: none;
}
.sweet-alert h2,
.sweet-custom h2 {
  text-align: left;
  margin-bottom: 1.25rem;
}
.btn-dashed.disabled,
.btn-dashed[disabled] {
  background: #f2f2f2;
  border: 0.0625rem solid #dedede;
  color: #dedede;
}
.search-flex-container .row-line {
  display: flex;
}
.search-flex-container .row-line > .col {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  padding-right: 1rem;
}
.search-flex-container .row-line > .col .title {
  text-align: right;
  padding-right: 1rem;
  width: 8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-flex-container .row-line > .col .box {
  flex: 1;
}
.search-flex-container .row-line .query-btn {
  justify-content: flex-end;
  flex: 0;
  white-space: nowrap;
  margin-left: auto;
}
.search-flex-container .row-line .query-btn > * {
  margin-right: 6px;
}
.search-flex-container .row-line .col-2 {
  flex: 2;
}
.search-flex-container .row-line .col-3 {
  flex: 3;
}
.search-flex-container .mg-top {
  margin-top: 1rem;
}
/*模态弹框样式*/

/*@media only screen and (min-width: 768px) {
    .modal-dialog {
        width: 50%;
        margin: 30px auto;
    }
}*/

.modal-dialog .container-flex .row-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.modal-dialog .container-flex .row-line > .col {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  padding-right: 1rem;
}
.modal-dialog .container-flex .row-line > .col .title {
  width: 10rem;
  text-align: right;
  padding-right: 1rem;
}
.modal-dialog .container-flex .row-line > .col .box {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .modal-dialog .container-flex .row-line {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .modal-dialog .container-flex .row-line > .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .modal-dialog .container-flex .row-line > .col .title {
    text-align: left;
    padding-bottom: 0.375rem;
    width: 100%;
    height: 2.125rem;
    line-height: 2.125rem;
  }
  .modal-dialog .container-flex .row-line > .col .box {
    width: 100%;
  }
}
.modal-dialog .container-boostrap .required-tip {
  color: #e0301e;
}
.modal-dialog .container-boostrap .control-label {
  text-align: right;
  font-weight: 400;
}
.modal-dialog .container-boostrap .form-group {
  margin-bottom: 1rem;
}
.modal-dialog .modal-footer {
  text-align: right;
}
.modal-dialog .modal-footer .btn-primary {
  background: transparent;
  border: none;
  background-color: transparent;
  color: #d04a02;
  cursor: pointer;
}
.modal-dialog .modal-footer .btn-primary:hover,
.modal-dialog .modal-footer .btn-primary.hover {
  border: none;
  outline: none;
  background-color: #d04a02;
  color: white;
}
.modal-dialog .modal-footer .btn-primary:active,
.modal-dialog .modal-footer .btn-primary.active {
  background-color: #a63b01;
  color: white;
  border: none;
  outline: none;
}
.modal-dialog .modal-footer .btn-primary.disabled,
.modal-dialog .modal-footer .btn-primary[disabled] {
  background: #dedede;
  color: white;
}
.modal-dialog .modal-footer .btn-third,
.modal-dialog .modal-footer .btn-default {
  background: transparent;
  border: none;
  outline: none;
  color: #2d2d2d;
}
.modal-dialog .modal-footer .btn-third:hover,
.modal-dialog .modal-footer .btn-default:hover,
.modal-dialog .modal-footer .btn-third.hover,
.modal-dialog .modal-footer .btn-default.hover {
  border: none;
  outline: none;
  background-color: #eeeeee;
}
.modal-dialog .modal-footer .btn-third:active,
.modal-dialog .modal-footer .btn-default:active,
.modal-dialog .modal-footer .btn-third.active,
.modal-dialog .modal-footer .btn-default.active {
  border: none;
  outline: none;
  background-color: #eeeeee;
}
.modal-dialog .modal-footer .btn-third.disabled,
.modal-dialog .modal-footer .btn-third[disabled] {
  background: #f2f2f2;
  border: 0.0625rem solid #dedede;
  color: #dedede;
}
/*dx select box ,lookup箭头不统一，统一朝下*/

.dx-lookup-arrow:before {
  content: "\f001";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
/*报表头部common，发票，事项，通用*/

.ack-report-header {
  position: relative;
  height: 60px;
  border-bottom-width: 0.25rem;
  border-bottom-color: #f2f2f2;
  border-bottom-style: solid;
  display: flex;
  align-content: center;
  /*这个是卡片top的collapse or expand*/

}
.ack-report-header.collapsed {
  height: 0;
  display: none;
}
.ack-report-header .left-menu {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.ack-report-header .left-menu .report-name {
  color: #7d7d7d;
  padding-left: 1rem;
}
.ack-report-header .left-menu .right-arrow {
  font-size: 0.875rem;
  color: #7d7d7d;
  padding-left: 1rem;
}
.ack-report-header .left-menu .project-name {
  color: #d04a02;
  padding-left: 1rem;
}
.ack-report-header .left-menu .border-span {
  padding: 0 1rem;
  color: #d7d7d7;
}
.ack-report-header .left-menu .project-statuts-title {
  color: #7d7d7d;
  white-space: nowrap;
}
.ack-report-header .left-menu input.datepicker {
  cursor: pointer;
  border-width: 0;
  outline: none;
  color: #7d7d7d;
  width: 100px;
  text-align: center;
  padding-right: 1rem;
  background: url(/app-resources/images/vat/down.png) no-repeat scroll right center transparent;
  margin-right: 1rem;
  z-index: 1;
}
.ack-report-header .right-menu {
  display: flex;
  flex: 1 1 auto;
  /*padding-left: 1rem;*/

}
.ack-report-header .right-menu .menu-item {
  display: flex;
  align-items: stretch;
  line-height: 3.75rem;
  cursor: pointer;
  padding-left: 2rem;
  position: relative;
  overflow: hidden;
  /*报表三角部分*/

}
.ack-report-header .right-menu .menu-item a {
  display: inline-block;
  font-size: 0.875rem;
  text-transform: none;
  text-decoration: none;
  border-bottom: 3px solid white;
  outline: none;
  color: #2d2d2d;
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
  line-height: 3.75rem;
}
.ack-report-header .right-menu .menu-item a:hover {
  text-decoration: none;
  border-bottom: 0.25rem solid #e0301e;
}
.ack-report-header .right-menu .menu-item a.active {
  border-bottom: 0.25rem solid #d04a02;
  color: #d04a02;
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
  font-weight: 500;
}
.ack-report-header .right-menu .menu-item .no-imported-overview {
  width: 0.75rem;
  height: 1.875rem;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  top: -0.875rem;
  right: -0.125rem;
  background-color: #ff685d;
  padding: 0;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .ack-report-header .left-menu .report-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 6rem;
  }
  .ack-report-header .left-menu .project-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 6rem;
  }
  .ack-report-header .right-menu {
    justify-content: space-around;
  }
  .ack-report-header .right-menu .menu-item {
    padding-left: 1rem;
  }
}
/*dx做的二级菜单*/

.ack-dx-tree-menu .dx-treeview-node {
  padding-left: 0px;
}
.ack-dx-tree-menu .dx-item-content {
  padding-left: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ack-dx-tree-menu .dx-item-content:hover {
  color: #d04a01;
  /*background-color: #f8f8f8;
            border-color: #f8f8f8;*/

}
.ack-dx-tree-menu .dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-selected > .dx-treeview-item {
  background-color: #fff3e7 !important;
  color: #d04a02;
  /*border-left: 5px solid #D04A01;*/

}
.ack-dx-tree-menu .dx-treeview-toggle-item-visibility {
  line-height: 40px;
  height: 35px;
}
.ng-pageslide {
  background: white;
  font-size: 1rem;
}
.ng-pageslide .form-control {
  font-size: 0.875rem;
}
.ng-pageslide .slide-div {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.ng-pageslide .slide-div .scroller {
  flex: 1;
}
.ng-pageslide .slide-div .slide-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.5rem;
  border-bottom: solid #f2f2f2 1px;
}
.ng-pageslide .slide-div .slide-header .left-text {
  flex: 1;
  padding: 0.5rem;
  font-weight: bold;
}
.ng-pageslide .slide-div .slide-header .right-close {
  padding: 0.5rem;
  margin-left: auto;
  cursor: pointer;
}
.ng-pageslide .slide-div .slide-content {
  padding: 1.25rem;
  flex: 1;
  /*overflow: auto;*/
  font-size: 0.875rem;
}
.ng-pageslide .slide-div .slide-content .title {
  /*height: @size-30;
                line-height: @size-30;*/
  margin-bottom: 0.375rem;
}
.ng-pageslide .slide-div .slide-content .cont {
  display: flex;
  margin-bottom: 1.25rem;
}
.ng-pageslide .slide-div .slide-content .cont .input-daterange,
.ng-pageslide .slide-div .slide-content .cont .input-numberRange,
.ng-pageslide .slide-div .slide-content .cont .input-number-range {
  width: 100%;
}
.ng-pageslide .slide-div .slide-footer {
  display: flex;
  justify-content: flex-end;
  border-top: solid #f2f2f2 1px;
  width: 100%;
  align-items: center;
  padding: 0.5rem;
}
.ng-pageslide .slide-div .slide-footer > * {
  margin-right: 1rem;
}
body.ng-pageslide-body-open::before {
  content: '.';
  display: block;
  position: absolute;
  top: 0;
  background-color: black;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0.5;
  transition: opacity 1s;
  pointer-events: all;
}
body.ng-pageslide-body-closed::before {
  /*transition: opacity 1s;*/
  content: '.';
  display: block;
  position: absolute;
  top: 0;
  background-color: black;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
/*common style*/

.flexbox .pull-right {
  margin-left: auto;
}
.flexbox .pull-left {
  margin-right: auto;
}
.flexbox .flex-col {
  display: flex;
  flex-direction: column;
}
.flexbox .flex-1 {
  flex: 1;
}
.flexbox .flex-1-col,
.flexbox .flex-col-1 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.flexbox .flex-wrap {
  flex-wrap: wrap;
}
.flexbox .flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexbox .flex-row {
  display: flex;
  flex-direction: row;
}
.flexbox .flex-row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexbox .flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flexbox .flex-row-padding {
  display: flex;
  flex-direction: row;
  padding: 0.875rem;
}
.row-padding {
  padding: 0.875rem;
}
.overflow-hid,
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.no-wrap-dot,
.no-dot-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.icon-yuandian,
.icon-tuoyuanxing {
  font-size: 0.625rem;
}
.icon-fitler-btn {
  background: #d04a02;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 0;
  display: inline-block;
}
.dx-toolbar-btn {
  background: white;
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 4px 8px;
  cursor: pointer;
  height: 32px;
}
.dx-toolbar-btn:hover {
  background-color: #d04a02;
  color: white;
}
.cursor-point {
  cursor: pointer;
}
.form-control:focus,
.dx-texteditor.dx-state-active.dx-editor-filled,
.dx-texteditor.dx-state-active.dx-editor-outlined,
.dx-texteditor.dx-state-active.dx-editor-underlined,
.dx-texteditor.dx-state-focused.dx-editor-filled,
.dx-texteditor.dx-state-focused.dx-editor-outlined,
.dx-texteditor.dx-state-focused.dx-editor-underlined {
  border-color: #d04a02;
}
.operate-log-wrapper .modal-dialog {
  width: 60%;
}
@media only screen and (max-width: 1366px) {
  .operate-log-wrapper .modal-dialog {
    width: 90%;
  }
}
.img-auto {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 1366px) {
  .ana-sm1 {
    height: 44px;
    line-height: 44px;
    float: left;
    width: 30%;
  }
  .ana-sm2 {
    height: 44px;
    line-height: 44px;
    float: left;
    width: 70%;
  }
  .ana-sm3 {
    height: 44px;
    line-height: 44px;
    float: left;
    width: 100%;
    /*padding-bottom: 1rem;*/
    padding-left: 30%;
  }
}
@media only screen and (min-width: 1367px) {
  .ana-lg1 {
    height: 44px;
    line-height: 44px;
    float: left;
    width: 13%;
  }
  .ana-lg2 {
    height: 44px;
    line-height: 44px;
    float: left;
    width: 30%;
  }
  .ana-lg3 {
    height: 44px;
    line-height: 44px;
    float: left;
    width: 55%;
  }
}
input[type="checkbox"] {
  height: 14px;
  width: 14px;
  position: relative;
  -webkit-appearance: none;
  background-color: transparent;
}
input[type="checkbox"]:before {
  content: "";
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  height: 1rem;
  width: 1rem;
  /*  */
  border: 1px solid #e0301e;
  /* background-color: #fff; */

}
input[type="checkbox"]:hover::before {
  border: 1px solid #d04a02;
}
input[type="checkbox"]:checked:hover::before {
  filter: brightness(90%);
}
input[type="checkbox"]:focus {
  outline: none;
}
input[type="checkbox"]:checked:disabled:hover::before {
  filter: none;
}
input[type="checkbox"]:checked:before {
  content: "";
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  height: 14px;
  width: 14px;
  /*  */
  border: 1px solid #d04a02;
  background-color: #d04a02;
}
input[type="checkbox"]:checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 2px;
  box-sizing: border-box;
  height: 5px;
  width: 10px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: translateY(-1.5px) rotate(-45deg);
  transform: translateY(-1.5px) rotate(-45deg);
}
input[type="checkbox"]:disabled::before {
  border: 1px solid #c9ced1;
  /*  */
  background-color: #f0f4f8;
}
input[type="checkbox"]:checked:disabled::before {
  border: 1px solid #dedede;
  /*  */
  background-color: #dedede;
}
div:focus,
span:focus,
input[type="radio"]:focus,
select:focus,
input:focus {
  outline: none;
  border-color: #d04a02;
}
input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding: 0.3rem;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #e0301e;
  background-color: white;
  border-radius: 50%;
  margin-top: 2px;
}
/* appearance for checked radiobutton */

input[type="radio"]:checked {
  background-color: #d04a02;
}
input[type="radio"]:disabled {
  border: 1px solid #c9ced1;
}
input[type="radio"]:checked:disabled {
  border: 1px solid #d1d1d1;
  background-color: #d1d1d1;
}
.modal-content {
  border-radius: 0;
}
.dx-datagrid-column-chooser .dx-overlay-content,
.dx-popup-wrapper > .dx-overlay-content {
  border-radius: 0 !important;
}
.form-control {
  border-radius: 0 !important;
}
.dx-button {
  border-radius: 0 !important;
}
.datepicker {
  border-radius: 0 !important;
}
.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0 !important;
}
.datepicker table tr td span {
  border-radius: 0 !important;
}
.dx-tag-content {
  border-radius: 0 !important;
}
.popover {
  border-radius: 0 !important;
}
.input-group-addon {
  border-radius: 0 !important;
}
.dx-calendar-cell {
  font-size: 0.75rem;
  border-radius: 0 !important;
}
.dropdown-menu {
  border-radius: 0 !important;
}
.cg-notify-message {
  border-radius: 0 !important;
}
.dx-invalid-message > .dx-overlay-content {
  border-radius: 0 !important;
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
}
.dx-datagrid-headers {
  color: #7d7d7d;
}
.dx-invalid.dx-texteditor,
.has-error .form-control {
  border-color: #e0301e;
}
.has-error.label {
  color: #e0301e;
  font-weight: 400;
}
.dx-invalid.dx-texteditor.dx-editor-filled.dx-show-invalid-badge .dx-texteditor-input-container:after,
.dx-invalid.dx-texteditor.dx-editor-outlined.dx-show-invalid-badge .dx-texteditor-input-container:after,
.dx-invalid.dx-texteditor.dx-editor-underlined.dx-show-invalid-badge .dx-texteditor-input-container:after {
  background-color: #e0301e;
}
.dx-searchbox .dx-icon-search :before {
  color: #333333;
}
.dx-texteditor-input {
  min-height: 2rem;
  border-radius: 0;
}
.dx-gridbase-container {
  height: 100% !important;
}
