/* 1 define color */
/*white*/
/*gray*/
/*gray*/
/*gray tr even background-color*/
/*gray*/
/*orange:business-unit tr selected*/
/* org view ui color deep*/
/* org view ui color light*/
/* 红色系列 */
/* 橙色系列 PWC标准色 */
.highlight-tag {
  color: #ed6e3c !important;
}
.no-permission {
  cursor: not-allowed;
  color: #333333;
}
.no-permission a {
  cursor: not-allowed;
  color: #333333;
  text-decoration: none;
}
.ellipsis {
  white-space: nowrap !important;
  -ms-text-overflow: ellipsis !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  overflow-x: hidden !important;
}
.tax-analysis-overview {
  height: 100%;
  display: flex;
  flex-direction: column;
  /*搜索框*/

  /*.head-title {
        //padding-left: 20px;
        width: 100%;
        height: 40px;
        margin: 10px 0 10px 0;
        display: inline-block;

        .total-projects {
            font-family: "Microsoft YaHei Bold", "Microsoft YaHei Regular", "Microsoft YaHei";
            font-weight: 700;
            font-style: normal;
            line-height: 40px;
            font-size: 18px;
            color: #333;
            display: inline-block;
        }

        .calculate {
            float: right;
            color: #d76a31;
            padding: 10px 5px;
            font-size: 16px;
            font-weight: 600;
        }

        button {
            background-color: white;
            border: none;

            &:hover,
            // &:active,
            &:focus {
                &:not(:disabled) {
                    color: #cd4800;
                }

                outline: none;
            }
        }
    }


    .head-container {
        height: 60px;
        border-bottom: 1px solid #c7c8ca;

        .head-row {
            //padding-left: 20px;
            width: 100%;
            height: 40px;
            margin: 10px 0 10px 0;
            display: inline-block;

            .project-name {
                font-size: 16px;
                color: #666666;
                font-family: 'Microsoft YaHei';
                display: block;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                margin-left: 20px;
            }
        }
    }*/

}
.tax-analysis-overview .head-row {
  height: 40px;
  padding-left: 20px;
  margin: 10px 20px 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tax-analysis-overview .head-row .total-projects {
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  margin-right: 20px;
}
.tax-analysis-overview .search-wrapper {
  padding: 0px;
  background-color: white;
}
.tax-analysis-overview .search-wrapper .search-container {
  /*display: inline-block;*/
  height: 30px;
  border: 1px solid #c7c8ca;
  line-height: 30px;
  width: 210px;
  background-color: white;
  float: right;
}
.tax-analysis-overview .search-wrapper .search-container .search-input {
  border: none;
  outline: none;
  width: 84%;
  height: 28px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 5px 0px 10px;
  margin-left: 1%;
  background-color: white;
  font-size: 12px;
  vertical-align: top;
}
.tax-analysis-overview .search-wrapper .search-container .search-icon {
  height: 20px;
  width: 10%;
  display: inline-block;
  background-color: white;
  padding: 7px 0 0 3px;
  border: 0px;
  box-sizing: border-box;
  float: left;
}
.tax-analysis-overview .search-wrapper .search-container .clearable input::-ms-clear {
  /* Remove IE default X */
  display: inline-block;
}
.tax-analysis-overview .button-row .pull-right {
  margin-right: 5px !important;
}
.tax-analysis-overview .button-row .overview-picker {
  width: 150px;
  height: 32px;
  line-height: 28px;
  border: 1px solid #c7c5c0;
  display: inline-block;
  background-color: white;
}
.tax-analysis-overview .button-row .overview-picker .vat-subheader {
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: none;
  font-size: 12px;
  background-color: white;
  color: #7d7d7d;
  outline: none;
}
.tax-analysis-overview .button-row .overview-picker .vat-subheader select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
}
.tax-analysis-overview .bottom-content {
  margin: 0px 0px 5px 0px !important;
  background-color: #f2f2f2;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-left {
  width: calc(45%);
  min-width: 200px;
  height: 100%;
  border: 1px solid #c7c8ca;
  float: left;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-left .listView {
  background-color: white;
  height: 100%;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-left .listView .sign-btn {
  color: #d04a02;
  padding: 0px 4px;
  cursor: pointer;
  font-size: 12px;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right {
  width: calc(55% - 5px);
  height: 100%;
  min-width: 200px;
  background-color: white;
  float: right;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body {
  width: 100%;
  overflow: hidden;
  /*#chart {
                height: 400px;
            }*/

}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container {
  width: 100%;
  padding-top: 20px;
  display: inline-block;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper {
  width: calc(25% - 40px);
  height: calc(100% - 40px);
  margin: 0px 20px;
  display: inline-block;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper .card-header {
  border-left: 1px solid #c7c5c0;
  /*line-height: 40px;
                            vertical-align: middle;
                            height: 60%;
                            background-color: #F3F3F3;*/

  /*align-items:center;
                        display:-webkit-flex;*/

}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper .card-header .tax-name {
  /*font-weight: bold;
                                font-size: 16px;
                                color: #666666;
                                font-family: 'Microsoft YaHei';
                                text-align: center;
                                display: block;
                                position: relative;
                                top: 50%;*/
  color: #464646;
  letter-spacing: 0;
  padding-left: 15px;
  font-size: 14px;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper .card-footer {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper .card-footer .summary-info-left {
  width: 50%;
  display: inline-block;
  float: left;
  height: 100%;
  padding-left: 21px;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper .card-footer .summary-info-right {
  width: 47%;
  display: inline-block;
  float: right;
  height: 100%;
  margin-left: -1px;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper .card-footer .row-line {
  width: 1px;
  display: inline-block;
  border-left: 1px solid #cdcdcd;
  height: 50%;
  margin: 30px 0px;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper .card-footer .summary-info {
  height: 50%;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper .card-footer .summary-info .summary-txt {
  font-size: 10px;
  color: #7d7d7d;
  letter-spacing: 0;
  /*color: #666666;
                                    font-family: 'Microsoft YaHei';
                                    text-align: center;
                                    display: block;
                                    position: relative;
                                    top: 50%;
                                    transform: translateY(-50%);*/

}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper .card-footer .summary-info .summary-num {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  /*color: #666666;
                                    font-family: 'Microsoft YaHei';
                                    text-align: center;
                                    display: block;
                                    position: relative;
                                    top: 50%;
                                    transform: translateY(-50%);*/

}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper .card-footer .summary-info .exception {
  color: #333333 !important;
  font-size: 16px !important;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .tax-type-container .taxTypeWrapper .border-right {
  flex: 1;
  border-left: 1px solid #d8d8d8;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .chart-header {
  font-size: 14px;
  color: #2d2d2d;
  letter-spacing: 0;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .echart-content {
  margin-right: 15px;
  overflow: auto;
}
.tax-analysis-overview .bottom-content .tax-analysis-overview-right .new-right-body .echart-content .tax-echart {
  height: calc(100% - 30px);
  margin: 15px;
  width: calc(100% - 30px);
}
