/*  COR_1 */
#renderPdf {
  position: fixed;
  color: #fff;
  background: #2c5481;
  padding: 5px;
  text-transform: capitalize;
  right: 20px;
}

#renderPdf {
  position: fixed;
  color: #fff;
  background: #2c5481;
  padding: 5px;
  text-transform: capitalize;
  right: 20px;
}
.sec_wrapper,
.sec_blue {
  width: 1070px;
  min-height: 768px;
  margin: 15px auto;
  border: 1px solid #ccc;
  position: relative;
  padding: 30px 30px 0px 30px;
}
.page_no {
  line-height: 30px;
}
.sec_body p {
  font-size: 20px;
  margin-bottom: 40px;
}
.sec_body img {
  margin-top: 10px;
}

.sec_blue {
  background-color: #2c5481;
  color: #fff;
}
.sec_blue .sec_body h2 {
  padding: 150px 0px;
  font-size: 46px;
}
.sec_blue .sec_title,
.sec_blue .sec_subtitle {
  color: #fff;
}
.sec_head {
  margin-bottom: 25px;
}

h2.sec_title.no_margin.new {
  padding-left: 8px;
}

.sec_title {
  font-size: 33px;
  font-weight: 700;
  color: #2c5481;
  margin: 0;
  font-family: "Nunito", sans-serif;
}

.sec_subtitle {
  font-size: 33px;
  font-weight: 500;
  color: #2c5481;
  margin: 0;
}

.sec_body {
  /*margin-top:25px;*/
}

.sec_footer {
  font-size: 14px;
  color: #ffffff;
  background: #304e73;
  font-weight: 600;
  /* text-align: center; */
  padding: 0px 30px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.font18 {
  font-size: 18px !important;
}

/*  COR_2 and COR_3 */

.process_list {
  margin-top: 20px;
}

.process_list li {
  display: flex;
  margin-bottom: 10px;
}

.process_list .data_list,
.process_list .data_desc {
  display: inline-block;
  vertical-align: top;
}

.process_list .data_list {
  width: 36%;
  background: #2c5481;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
  font-weight: 600;
  line-height: 18px;
  font-size: 14px;
}

.process_list .data_desc {
  width: 63%;
  background: #e9e9e9;
  color: #333;
  padding: 10px;
  line-height: 18px;
  font-size: 14px;
}

/*  COR_4 */

.topic_list_title {
  font-size: 20px;
  font-weight: 700;
}

.topic_list {
  margin-bottom: 30px;
  margin-left: 25px;
}

.topic_list li {
  margin-bottom: 15px;
  list-style: disc;
  font-size: 20px;
}

/*  COR_5  and COR_6 */
.table > tbody > tr > td {
  /* vertical-align: middle !important; */
}

.zero-padding {
  padding: 0px !important;
}
.bg-white {
  background: #fff;
}
.past_init_table,
.goal_table {
  /* border-collapse: separate;
  border-spacing: 0 3px; */
}
tr.goals-small {
  font-size: 0.75em;
}

thead {
  font-size: 12px;
}
.vstage_table {
  font-size: 12px;
}

.past_init_table tr td:nth-child(1),
.past_init_table tr td:nth-child(3),
.past_init_table tr td:nth-child(4),
.goal_table tr td:nth-child(1) {
  font-weight: 700;
}

.past_init_table tr td {
  line-height: 24px;
}
.action_table thead tr th {
  font-weight: 300;
}

.past_init_table tbody tr,
.goal_table tbody tr {
  background: #e9e9e9;
}
.sec_head .tab > li > a {
  background-color: #d5e2ed;
  font-size: 18px;
  border-radius: 25px;
  color: #2b4b74;
  border: 2px solid #d5e2ed;
  padding: 4px 15px;
  font-weight: 300;
  margin-right: 10px;
}
.sec_head .tab > li {
  display: inline-block;
}
.sec_head .tab > li.active > a {
  background-color: #2b4b74;
  color: #ffffff;
  border: 2px solid #2b4b74;
}
.tab_section h2 {
  font-style: italic;
  color: #2c5481;
  margin-top: 30px;
}
.goal_table hr {
  border-top: 1px solid #ccc;
  margin: 8px 0;
}

/* COR_7*/

.cost_chart {
  width: 65%;
  height: 400px;
}

.cost_chart_values {
  width: 35%;
  float: left;
  margin-top: 20px;
}

.cost_indicator li {
  margin: 35px 0;
}

.total_cost,
.critical_cost {
  font-size: 18px;
}

.total_cost {
  color: #333333;
}

.critical_cost {
  color: #2b4b74;
}

.total_cost .color_indicator {
  background: #e9e9e9;
}

.critical_cost .color_indicator {
  background: #2b4b74;
}

.total_cost .value,
.critical_cost .value {
  margin-left: 35px;
  display: block;
  font-size: 32px;
}

.color_indicator {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 15px;
}

/* COR_8*/

.cost_breakdown_head {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  background: #ffffff;
}

.cost_breakdown_list {
}

.cost_breakdown_list li {
  background: #e9e9e9;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.cost_breakdown_list li table {
  width: 100%;
}

.cost_breakdown_list li table td:nth-child(2),
.cost_breakdown_list li table td:nth-child(3),
.cost_breakdown_head td:nth-child(2),
.cost_breakdown_head td:nth-child(3) {
  text-align: right;
}

.cost_breakdown_list li table td {
  padding: 10px;
}

.cost_breakdown_list .headitem {
  color: #8597af;
  font-size: 14px;
  padding-bottom: 0;
  position: relative;
}

.cost_breakdown_list .arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #8597af;
  display: inline-block;
  line-height: 0px;
  margin: 0 5px;
}

.critical_bg {
  background: #2b4b74 !important;
  color: #fff;
}

.indent_left {
  margin-left: 20px;
}

.indent_left_1 {
  margin-left: 40px;
}
.indent_left_2 {
  margin-left: 80px;
}
.indent_left_3 {
  margin-left: 100px;
}
.indent_left_4 {
  margin-left: 120px;
}
.indent_left_5 {
  margin-left: 1400px;
}

/* COR_9 and COR_10 */

.cost_driver_list {
  margin-bottom: 50px;
}

.cost_driver_list li {
  margin-bottom: 10px;
  display: flex;
}

.cost_driver_list .data_list {
  /*width: 31.5%;*/
  width: 32.1%;
  color: #fff;
  margin-right: 20px;
  font-weight: 600;
  /*display: inline-block;*/
  display: flex;
  vertical-align: top;
  position: relative;
  font-size: 14px;
}

.cost_driver_list .data_list span {
  background: #2c5481;
  padding: 10px;
  display: block;
  width: 100%;
}

.cost_driver_list .data_list .item {
  background: #2c5481;
  padding: 10px;
  display: block;
  width: 100%;
  border-radius: 5px;
  color: #8597af;
}

.cost_driver_list .data_list .item span {
  background: none;
  padding: 0;
  display: block;
  width: 100%;
  color: #fff;
  margin-top: 10px;
}

.cost_driver_list .list_head {
  /*width: 31.1%;*/
  width: 30.3%;
  margin-right: 34px;
  /*font-weight: 700;*/
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.cost_driver_list .data_list:last-child,
.cost_driver_list .list_head:last-child {
  margin-right: 0;
}

.cost_driver_list .data_list .fa {
  position: absolute;
  right: -14px;
  color: #2c5481;
  top: 25%;
  font-size: 21px;
}

/* COR_11 */
.priority_chart {
  width: 65%;
  height: 400px;
}

.priority_chart_values {
  width: 35%;
  float: left;
  margin-top: 20px;
}

.priority_indicator li {
  margin: 35px 0;
}

.high_indicator,
.medium_indicator,
.low_indicator {
  font-size: 18px;
}

.high_indicator {
  color: #2b4b74;
}

.medium_indicator {
  color: #333333;
}

.low_indicator {
  color: #666666;
}

.high_indicator .color_indicator {
  background: #2b4b74;
}

.medium_indicator .color_indicator {
  background: #666666;
}

.low_indicator .color_indicator {
  background: #e9e9e9;
}

.high_indicator .value,
.medium_indicator .value,
.low_indicator .value {
  margin-left: 35px;
  display: block;
  font-size: 32px;
}

.color_indicator {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 15px;
}

/* COR_12 & COR_13*/

.strategy_intro_table {
}

.strategy_intro_table td {
  background: #2b4b74;
  color: #fff;
  border-right: 20px solid #fff;
}

.strategy_intro_table td:last-child {
  border: none;
}

.strategy_stat_table,
.action_table {
  border-collapse: separate;
  border-spacing: 0 7px;
  margin-bottom: 0;
  margin-top: -10px;
}

.strategy_stat_table td {
  border-top: 2px solid #2b4b74 !important;
  border-bottom: 2px solid #2b4b74;
  /*text-align:right;*/
}

.action_table td {
  font-size: 14px;
  border-top: 1px solid #e0e0e0 !important;
  border-bottom: 1px solid #e0e0e0;
}

.action_table th {
  font-size: 14px;
}

.strategy_stat_table th {
  /*text-align:right;*/
  font-size: 14px;
}

.mar_0 {
  margin-top: 0px !important;
}
.strategy_stat_table th:first-child,
.action_table th:first-child {
  text-align: left;
}

.strategy_stat_table tr td:first-child {
  text-align: left;
  line-height: 18px;
  font-size: 14px;
}

.strategy_stat_table thead tr th {
  font-weight: 300;
}
.action_table tr td:first-child {
  border-left: 1px solid #e0e0e0;
  text-align: left;
}

.strategy_stat_table tr td:last-child {
  border-right: 2px solid #2b4b74;
}

.action_table tr td:last-child {
  border-right: 1px solid #e0e0e0;
}

.triangle-right::before {
  content: "";
  position: absolute;
  left: 101%;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #2c5481;
  border-bottom: 7px solid transparent;
}

/* COR_14 & COR_15 */

.strategi_para {
  color: #2c5481;
  opacity: 0.6;
  font-weight: bold;
  line-height: 20px;
}

@media all {
  .page-break {
    display: none;
  }
}

@media print {
  .page-break {
    display: block;
    page-break-after: always;
  }
}

#totalRevenueImprovement {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 50px;
}

#totalCostSavings {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 50px;
}

#totalValueDelivered {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 800;
}

#totalValueUndelivered {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 800;
}
