button {
  outline: none;
}
.tax-report-cell-detial-show {
  vertical-align: top;
  /*width: 950px;*/
  cursor: move;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ack-page {
  float: right;
}
/*.modal-title{
    float:right;
}*/

.tax-report-cell-detail {
  vertical-align: top;
  /*width: 950px;*/
  cursor: move;
  position: relative;
}
.tax-report-cell-detail .txt-width-el {
  margin-top: -5px !important;
  width: 30% !important;
  height: 26px !important;
  line-height: 26px !important;
  margin-right: 20px;
}
.tax-report-cell-detail .select-number {
  padding: 0 4px;
  color: #e0301e;
}
.tax-report-cell-detail .left-off {
  padding-left: 2.5rem;
}
.tax-report-cell-detail #taxReportCellDetailModal {
  display: none;
  background-color: white;
  opacity: 1;
}
.tax-report-cell-detail .expand-icon-sum {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.tax-report-cell-detail .dx-datagrid .dx-link {
  color: gray;
}
.tax-report-cell-detail .header {
  padding: 0;
  background-color: #555555;
  height: 40px;
  line-height: 40px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.tax-report-cell-detail .header .icon-common {
  color: white;
  margin: 0 10px;
}
.tax-report-cell-detail .header .drag-icon {
  float: left;
  color: white;
  margin: 0 10px;
}
.tax-report-cell-detail .header .close-icon {
  float: right;
  color: white;
  margin: 0 10px;
  cursor: pointer;
}
.tax-report-cell-detail .header .expand-icon {
  color: white;
  margin: 0 10px;
  float: right;
  cursor: pointer;
}
.tax-report-cell-detail .remark-title {
  /*font-size:18px;*/
  font-weight: bold;
  margin: 10px;
}
.tax-report-cell-detail .add-remark-btn {
  margin-top: 10px;
  float: right;
}
.tax-report-cell-detail .remark-resolve-btn {
  margin: 10px;
  float: right;
}
.tax-report-cell-detail .remark-resolve-state {
  float: right;
  margin-top: 18px;
}
.tax-report-cell-detail .remark-date {
  float: right;
  color: #888888;
}
.tax-report-cell-detail .remark-reply-content,
.tax-report-cell-detail .remark-content {
  color: #888888;
}
.tax-report-cell-detail .remark-summary {
  margin: 10px 20px;
}
.tax-report-cell-detail .reply-area {
  margin: 15px 0px 0px 45px;
}
.tax-report-cell-detail .remark-item {
  min-height: 60px;
  border-top: 1px dotted black;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px 20px;
}
.tax-report-cell-detail .material-icons {
  vertical-align: bottom;
}
.tax-report-cell-detail .dx-datagrid-summary-item {
  font-weight: normal;
  font-size: 14px;
  color: black;
}
.tax-report-cell-detail .dx-datagrid-total-footer > .dx-datagrid-content {
  padding: 0px;
}
.tax-report-cell-detail .content {
  background-color: white;
  border: 1px solid #e4e4e4;
  width: 100%;
}
.tax-report-cell-detail .content .tab-type {
  margin: 25px;
}
.tax-report-cell-detail .content .tab-type span {
  background-color: #f2f2f2;
  cursor: pointer;
  padding: 10px 42px;
}
.tax-report-cell-detail .content .tab-type .active {
  background-color: #e0301e;
  color: white;
}
.tax-report-cell-detail .content .tab-type .red-color {
  color: #e0301e;
}
.tax-report-cell-detail .content .tab-type .green-color {
  color: #175d2d;
}
.tax-report-cell-detail .content .tab {
  display: inline-block;
  max-width: 600px;
  min-width: 150px;
  overflow-y: hidden;
  text-align: left;
  line-height: 35px;
  height: 35px;
  color: white;
  background-color: #bababa;
  position: relative;
}
.tax-report-cell-detail .content .tab .tab-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  /*width: 110px;*/
  min-width: 200px;
  vertical-align: middle;
  line-height: 35px;
  padding-right: 22px;
}
.tax-report-cell-detail .content .tabUS {
  display: inline-block;
  max-width: 600px;
  min-width: 180px;
  overflow-y: hidden;
  text-align: left;
  line-height: 35px;
  height: 35px;
  color: white;
  background-color: #bababa;
  position: relative;
  margin-left: 1px;
}
.tax-report-cell-detail .content .tabUS .tab-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  /*width: 110px;*/
  min-width: 200px;
  vertical-align: middle;
  line-height: 35px;
  padding-right: 22px;
}
.tax-report-cell-detail .content .tab-selected {
  background-color: #e0301e;
}
.tax-report-cell-detail .content .tab-no-background {
  color: #e0301e;
  font-weight: bold;
  width: 170px;
  background-color: white;
  text-align: left;
}
.tax-report-cell-detail .content .analy-report {
  margin: 25px;
  font-size: 14px;
  height: 560px;
}
.tax-report-cell-detail .content .content-info {
  margin: 25px;
  font-size: 14px;
}
.tax-report-cell-detail .content .content-info .cell-info-sammary {
  min-height: 190px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  overflow: hidden;
}
.tax-report-cell-detail .content .content-info .cell-info-sammary .cell-info-title {
  margin: 0 10px;
}
.tax-report-cell-detail .content .content-info .cell-info-sammary .cell-info-content {
  margin: 15px 25px;
}
.tax-report-cell-detail .content .content-info .cell-info-sammary .cell-info-content .cell-info-subject {
  width: 100%;
  display: inline-block;
  line-height: 30px;
}
.tax-report-cell-detail .content .content-info .cell-info-sammary .cell-info-content .cell-info-subject .cell-info-subject-label {
  font-weight: bold;
  line-height: 20px;
}
.tax-report-cell-detail .content .content-info .cell-info-sammary .cell-info-content .cell-info-subject .formula-translator-wrapper {
  display: inline;
}
.tax-report-cell-detail .content .content-info .cell-info-sammary .cell-info-content .cell-info-subject .formula-translator-wrapper .label {
  word-break: break-all;
  white-space: initial;
  width: 100%;
}
.tax-report-cell-detail .content .content-info .data-source-info {
  min-height: 310px;
  margin: 0 10px;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-title {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-title .data-source-title-left {
  float: left;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-title .data-source-title-right {
  float: right;
}
.tax-report-cell-detail .content .content-info .data-source-info a:link {
  text-decoration: none;
}
.tax-report-cell-detail .content .content-info .data-source-info .tab-container {
  color: white;
  cursor: pointer;
}
.tax-report-cell-detail .content .content-info .data-source-info .tab-container .removeTab {
  float: right;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.tax-report-cell-detail .content .content-info .data-source-info .tab-container .tab-add {
  display: inline-block;
  float: right;
  margin-right: 20px;
  padding: 5px;
  color: black;
}
.tax-report-cell-detail .content .content-info .data-source-info .tab-container .tab-add .add-icon {
  font-size: 21px;
  vertical-align: middle;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container {
  min-height: 200px;
  margin: 15px 0;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .tab-add-voucher-container {
  border: solid 1px #cccccc;
  margin-bottom: -1px;
  width: 100%;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .tab-add-voucher-container .add-voucher {
  display: inline-block;
  width: 77px;
  margin-left: 3px;
  line-height: 28px;
  text-align: center;
  background-color: #eeeeee;
  cursor: pointer;
  margin-top: 1px;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .tab-add-voucher-area {
  display: inline-block;
  float: right;
  margin-right: 20px;
  padding: 5px;
  color: #dc6900;
  cursor: pointer;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .add-invoice-top-line {
  display: inline-block;
  width: 100%;
  line-height: 35px;
  text-align: left;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .add-invoice-top-line .add-invoice,
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .add-invoice-top-line .add-import {
  display: inline-block;
  width: 77px;
  margin-left: 3px;
  line-height: 28px;
  text-align: center;
  background-color: #eeeeee;
  cursor: pointer;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .hand-input-container {
  border: solid 1px #dddddd;
  width: 100%;
  height: 200px;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .hand-input-container .hand-input-line {
  display: inline-block;
  width: 100%;
  margin: 15px 10px;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .hand-input-container .hand-input-line .hand-input-value {
  width: 150px;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .hand-input-container .hand-input-line .hand-input-memo {
  width: calc(100% - 120px);
  resize: none;
  overflow-x: hidden;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .hand-input-container .hand-input-line .hand-input-dropdown {
  display: inline-block;
  width: calc(100% - 120px);
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .hand-input-container .hand-input-line .hand-input-dropdown .dx-border {
  border: 1px solid darkgray;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .hand-input-container .hand-input-line .btn-manual-resolve {
  height: 27px;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .hand-input-container .hand-input-line .manual-resolve-state {
  margin-top: 18px;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .tax-report-cell-summary-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  float: right;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .tax-report-cell-summary-label .left-off {
  padding-left: 2.5rem;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .tax-report-cell-summary-value {
  display: inline-block;
  float: right;
  margin-right: 7px;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .data-source-grid-footer {
  clear: both;
  width: 100%;
  height: 30px;
  margin: 10px;
}
.tax-report-cell-detail .content .content-info .data-source-info .data-source-detail-container .data-source-grid-footer .ack-page {
  float: right;
}
.tax-report-cell-detail .content .report-check-result .red-color {
  color: #e0301e;
}
.tax-report-cell-detail .content .report-check-result .green-color {
  color: #175d2d;
}
.tax-report-cell-detail .content .attach-upload {
  margin: 25px;
  font-size: 14px;
  height: 560px;
}
.tax-report-cell-detail .add-voucher-range-propover {
  cursor: default;
  height: 385px;
  width: 630px;
  border: 2px solid #bbbbbb;
  background-color: white;
  z-index: 10;
  position: absolute !important;
  top: 160px !important;
  left: 140px !important;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-header {
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-bottom: 1px solid #bbbbbb;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-header .left-title {
  float: left;
  color: black;
  font-size: 15px;
  padding-left: 20px;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-header .right-close-btn {
  float: right;
  text-align: center;
  font-size: 20px;
  color: #7d7d7d;
  width: 40px;
  cursor: pointer;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-content {
  height: 260px;
  margin: 0 15px;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-content .add-voucher-range-btn {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 120px;
  text-align: left;
  cursor: pointer;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-content .add-voucher-range-btn .add-icon {
  vertical-align: middle;
  font-size: 20px;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-content .filter-way-pan {
  margin-top: 15px;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-content .add-remark-content {
  margin-top: 30px;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-content .add-remark-content input {
  border-radius: 0px;
  height: 32px;
  width: 150px;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-footer {
  height: 50px;
  width: 100%;
  padding-left: 4px;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-footer .btn {
  margin-left: 10px;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-footer .btn-focus {
  background-color: #e0301e;
}
.tax-report-cell-detail .add-voucher-range-propover .propover-footer .btn-second {
  background-color: #777777;
}
.tax-report-cell-detail .content-footer {
  min-height: 40px;
}
.tax-report-cell-detail .content-footer .btn {
  /*color: @btn-color;*/
  margin-left: 10px;
}
.tax-report-cell-detail .content-footer .btn-focus {
  background-color: #e0301e;
}
.tax-report-cell-detail .content-footer .btn-second {
  background-color: #777777;
}
.tax-report-cell-detail .add-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.tax-report-cell-detail .addDataSource .title {
  line-height: 36px;
}
.tax-report-cell-detail .addDataSource .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.tax-report-cell-detail .data-table .dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
  display: inline-block;
}
.tax-report-cell-detail .data-table .modal-dialog {
  width: 50%;
}
.tax-report-cell-detail .data-table left-off {
  padding-left: 2.5rem;
}
.tax-report-cell-detail .btn-default {
  min-width: 50px;
}
.tax-report-cell-detail .table-border tr td {
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}
.tax-report-cell-detail .table-border,
.tax-report-cell-detail .table-border tr {
  border-style: solid;
  border-width: 1px;
}
.tax-report-cell-detail .gray-circle {
  padding: 2px;
  background-color: #f0f0f0;
  border: 1px solid #e8e8e8;
  margin: 0px 4px;
  font-size: 12px;
}
.tax-report-cell-detail .modification-table .modal-dialog {
  width: 650px;
}
.tax-report-cell-detail a {
  color: #dc6900;
}
.tax-report-cell-detail .lineInfo {
  margin-top: 2px;
  font-family: 'Microsoft YaHei', Arial;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  padding-right: 10px;
  margin-bottom: 10px;
}
#addSourceContainer.tax-report-cell-detail .dx-datagrid-header-panel .dx-apply-button {
  background-color: #de5a5a;
  border-color: #cc0000;
}
#addSourceContainer.tax-report-cell-detail .dx-datagrid-header-panel .dx-apply-button.dx-state-hover {
  background-color: #cc0000;
  border-color: #cc0000;
}
#addSourceContainer.tax-report-cell-detail .dx-datagrid-filter-row .dx-highlight-outline::after {
  border-color: rgba(204, 0, 0, 0.5);
}
#addSourceContainer.tax-report-cell-detail .data-source-grid-footer {
  clear: both;
  margin-top: -10px;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}
#addSourceContainer.tax-report-cell-detail .data-source-grid-footer .ack-page {
  float: right;
}
#addSourceContainer.tax-report-cell-detail .data-source-grid-footer .tax-report-cell-summary-label.lineInfo {
  border: none;
  margin-top: 16px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  float: right;
}
#addSourceContainer.tax-report-cell-detail .data-source-grid-footer .tax-report-cell-summary-label.lineInfo .left-off {
  padding-left: 2.5rem;
}
