.org_effective_analysis_tab {
  border: none!important;
}
.org_effective_analysis_tab .k-content .k-state-active {
  border: none!important;
}
.org_effective_analysis_tab > div {
  border: none!important;
}
.org_effective_analysis_tab .tab_content > li {
  float: left!important;
  height: 34px!important;
  padding: 0 30px!important;
  font: 14px/34px "PingFangSC-Regular" !important;
  color: #4A4A4A !important;
  letter-spacing: 1px!important;
  background: #FBFBFB !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
  position: relative!important;
  top: 6px!important;
  margin-left: 3px!important;
  border-top-right-radius: 4px!important;
  border-top-left-radius: 4px!important;
  cursor: pointer!important;
  border: none!important;
}
.org_effective_analysis_tab .tab_content > li:first-of-type {
  margin-left: 20px!important;
}
.org_effective_analysis_tab .tab_content > li span {
  border: none!important;
}
.org_effective_analysis_tab .tab_content > li .k-link {
  padding: 0!important;
}
.org_effective_analysis_tab .tab_content > li:hover {
  border: none!important;
}
.org_effective_analysis_tab .tab_content > li.active {
  height: 40px!important;
  font: 14px/40px "PingFangSC-Regular" !important;
  background: #6C95EE !important;
  top: 0px!important;
  color: #fff !important;
}
.org_effective_analysis_tab .tab_content > li.active .k-link {
  padding: 0!important;
  color: #fff !important;
}
.Org_title {
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.Org_title .title {
  font: bold 14px/50px 'PingFangSC-Semibold';
  color: #4A4A4A;
  letter-spacing: 1px;
  margin-left: 20px;
}
.Org_title .declare {
  font: 12px/12px "PingFangSC-Regular";
  color: #5E6971;
  margin-top: 14px;
  margin: 20px;
}
.Org_title .declare .question {
  color: #5E6971;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #5E6971;
  display: inline-block;
  line-height: 11px;
  text-align: center;
}
.Org_sudoku {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.12);
  background: #f1f1f1;
}
.Org_sudoku > li {
  width: 31.15%;
  height: 180px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 0 20px;
  text-align: center;
  float: left;
  position: relative;
  margin-left: 1.63%;
  margin-bottom: 10px;
}
.Org_sudoku > li .title {
  font: 14px/42px 'PingFangSC-Regular' !important;
  color: #000000;
}
.Org_sudoku > li .progress {
  width: 82%;
  border-radius: 4px;
  height: 4px;
  background: #ECECEC;
  position: relative;
}
.Org_sudoku > li .progress::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #FFBD30;
  border-radius: 4px;
  clear: both;
  left: 0px;
  top: 0px;
}
.Org_sudoku > li .progress .currentProgress {
  height: 4px;
  border-radius: 4px;
  background: #FFBD30;
  width: 0%;
}
.Org_sudoku > li .currentPercent {
  position: absolute;
  right: 5.3%;
  top: 34px;
  font: 14px/14px 'PingFangSC-Regular';
  color: #000000;
}
.Org_sudoku > li .content {
  width: 100%;
  height: 100px;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.Org_sudoku > li .content::-webkit-scrollbar {
  width: 4px;
  height: 70px;
  background-color: #fff;
  visibility: hidden;
}
.Org_sudoku > li .content::-webkit-scrollbar-track {
  background: #fff;
}
.Org_sudoku > li .content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #D8D8D8;
}
.Org_sudoku > li .content ul {
  width: 100%;
}
.Org_sudoku > li .content ul li {
  height: 40px;
  width: 50%;
  border: 1px solid #ececec;
  float: left;
  line-height: 40px;
}
.talent-analysis-title,
.core-talent-project-analysis-title,
.core-position-warning-title {
  font-weight: bold;
  font-family: "PingFangSC-Regula";
  font-size: 12px;
  text-indent: 20px;
}
.year_org_effective_analysis table,
.project_org_effective_analysis table {
  border: none!important;
  text-align: center;
}
.year_org_effective_analysis table th,
.project_org_effective_analysis table th {
  text-align: center!important;
}
#onlineTeamReportOption.onlineTeamReportOption {
  margin: 0 0 10px;
  min-width: 794px;
  height: 90px;
  padding-right: 20px;
}
#onlineTeamReportOption.onlineTeamReportOption label {
  margin-left: 0;
  width: 7.6%;
  text-align: center;
}
#onlineTeamReportOption.onlineTeamReportOption select {
  margin-left: 0;
  width: 12.4%;
}
#onlineTeamReportOption.onlineTeamReportOption button span {
  vertical-align: top;
}
#onlineTeamReportOption.onlineTeamReportOption .searchInfo {
  height: 32px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
#onlineTeamReportOption.onlineTeamReportOption .clearAllData {
  margin-right: 10px;
  height: 32px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.seniority_team_report,
.education_team_report,
.gender_team_report,
.department_team_report {
  width: 100%;
}
.seniority_team_report > div,
.education_team_report > div,
.gender_team_report > div,
.department_team_report > div {
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fbfbfb;
}
.seniority_team_report .title,
.education_team_report .title,
.gender_team_report .title,
.department_team_report .title {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 10px;
  padding-left: 20px;
  width: 100%;
  height: 50px;
  font: bold 14px/50px "Microsoft Yahei";
  color: #4A4A4A;
  letter-spacing: 1px;
  background: #fff;
}
.seniority_team_report .title.first,
.education_team_report .title.first,
.gender_team_report .title.first,
.department_team_report .title.first {
  margin-top: 40px;
}
.seniority_team_report .seniority_latitude_grid,
.education_team_report .seniority_latitude_grid,
.gender_team_report .seniority_latitude_grid,
.department_team_report .seniority_latitude_grid,
.seniority_team_report .education_latitude_grid,
.education_team_report .education_latitude_grid,
.gender_team_report .education_latitude_grid,
.department_team_report .education_latitude_grid,
.seniority_team_report .gender_latitude_grid,
.education_team_report .gender_latitude_grid,
.gender_team_report .gender_latitude_grid,
.department_team_report .gender_latitude_grid,
.seniority_team_report .department_latitude_grid,
.education_team_report .department_latitude_grid,
.gender_team_report .department_latitude_grid,
.department_team_report .department_latitude_grid {
  width: 100%;
}
.seniority_team_report table,
.education_team_report table,
.gender_team_report table,
.department_team_report table {
  border: none!important;
}
.seniority_team_report table tbody,
.education_team_report table tbody,
.gender_team_report table tbody,
.department_team_report table tbody {
  border: none!important;
}
.seniority_team_report table th,
.education_team_report table th,
.gender_team_report table th,
.department_team_report table th,
.seniority_team_report table td,
.education_team_report table td,
.gender_team_report table td,
.department_team_report table td {
  font-size: 14px!important;
  border-color: #ececec !important;
}
#seniority_whole_info,
#seniority_latitude_grid,
#education_whole_info,
#education_latitude_grid,
#gender_whole_info,
#gender_latitude_grid,
#department_whole_info,
#department_latitude_grid {
  width: 100%;
}
#seniority_whole_info td,
#seniority_latitude_grid td,
#education_whole_info td,
#education_latitude_grid td,
#gender_whole_info td,
#gender_latitude_grid td,
#department_whole_info td,
#department_latitude_grid td,
#seniority_whole_info th,
#seniority_latitude_grid th,
#education_whole_info th,
#education_latitude_grid th,
#gender_whole_info th,
#gender_latitude_grid th,
#department_whole_info th,
#department_latitude_grid th {
  height: 40px;
  text-align: center!important;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
#seniority_whole_info td:last-of-type,
#seniority_latitude_grid td:last-of-type,
#education_whole_info td:last-of-type,
#education_latitude_grid td:last-of-type,
#gender_whole_info td:last-of-type,
#gender_latitude_grid td:last-of-type,
#department_whole_info td:last-of-type,
#department_latitude_grid td:last-of-type,
#seniority_whole_info th:last-of-type,
#seniority_latitude_grid th:last-of-type,
#education_whole_info th:last-of-type,
#education_latitude_grid th:last-of-type,
#gender_whole_info th:last-of-type,
#gender_latitude_grid th:last-of-type,
#department_whole_info th:last-of-type,
#department_latitude_grid th:last-of-type {
  border-right: none;
}
#evaCompareChoice_listbox {
  overflow: auto!important;
}
.labelWidth {
  width: 3.5% !important;
}
.pEAWidth {
  width: 14%!important;
}
#onlineTeamReportOption {
  height: 82px!important;
}
#onlineTeamReportOption table td:nth-of-type(2n+1) {
  width: 8%!important;
}
#onlineTeamReportOption table td:nth-of-type(2n+2) {
  width: 12%!important;
}
#onlineTeamReportOption .batchDownLoad {
  margin-right: 10px;
  height: 32px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
#onlineTeamReportOption .btnContainer {
  position: relative;
  top: -36px;
}
