.overview-report-category {
  margin-bottom:1px;
}

.overview-report-category-title {
  cursor:pointer;
  width:100%;
  box-sizing:border-box;
  line-height:1.4;
  font-size:14px;
  background-color:white;
  display: flex;
  flex-direction: row;
}

.overview-report-total-box {
  flex-basis:calc((100% - 6px)/5);
  height:calc((100vw - 210px)/5);
  box-sizing:border-box;
  line-height:1.4;
  font-size:14px;
  background-color:white;
  margin-left:1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}


.overview-report-total-box .total-icon {
  font-size:20px;
}

.overview-report-total-box .total-value {
  font-size:30px;
}

.overview-report-total-box .total-label {
  font-size:14px;
  font-family: open_sanssemibold;
}

.overview-report-total-box .total-triangle {
  position: absolute;
  bottom:2px;
  right:2px;
  width:0px;
  height:0px;
  display:block;
  border-top:10px solid rgba(0,0,0,0.0);
  border-right:10px solid rgba(0,0,0,0.2);

}

.overview-report-category.uncollapsed .overview-report-category-title{
  background-image:url(../img/svg/caret-up.svg);
  background-position: right 20px center;
  background-size:12px 12px;
  background-repeat: no-repeat;
}

.overview-report-category.collapsed .overview-report-category-title{
  background-image:url(../img/svg/caret-down.svg);
  background-position: right 20px center;
  background-size:12px 12px;
  background-repeat: no-repeat;
}

.overview-report-category.collapsed .overview-report-category-content{
  display: none;
}

.overview-report-category-content {
  box-sizing: border-box;
}

.overview-report-category-content-column {
  flex-basis:calc(50% - 6px);
  flex-grow: 0;
  flex-shrink:0;
  margin-top: 4px;
  margin-bottom: 4px;
}


.overview-report-subcategory-title-row {
  width:100%;
  height:60px;
  background-color:white;
  display: flex;
  flex-direction: row;
  border-top:1px solid #ddd;
}

.overview-report-subcategory-subtitle {
  width:100%;
  height:40px;
  line-height: 40px;
  /* background-color:rgba(255,255,255,0.5); */
  letter-spacing: 0px;
  font-family: open_sanssemibold;
  margin-top:1px;
  box-sizing: border-box;
  padding-left:20px;
  color:#333;
}

.overview-report-subcategory-stat-row {
  width:100%;
  background-color:rgba(255,255,255,0.5);
  margin-top:1px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.overview-report-subcategory-stat-row .stat-desc{
  flex-basis: 150px;
  flex-grow: 0;
  flex-shrink: 0;
  border-right:1px solid #eee;
  font-size:14px;
  box-sizing: border-box;
  font-family: open_sanssemibold;
  padding:0px 20px;
  height:80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overview-report-subcategory-stat-row .stat-percentage{
  flex-grow: 1;
  flex-shrink: 0;
  border-right:1px solid #eee;
  box-sizing: border-box;
  padding:20px;
}

.overview-report-subcategory-stat-row .stat-percentage .stat-percentage-value{
  width:100%;
  height:20px;
  line-height: 20px;
  font-size:14px;
  color:black;
  font-family: open_sansregular;
  margin-bottom:5px;
}

.overview-report-subcategory-stat-row .stat-percentage .stat-percentage-bar{
  width:100%;
  height:14px;
  border-radius: 3px;
  overflow: hidden;
  background-color: rgba(0,0,0,0.1);
  position: relative;

}

.overview-report-subcategory-stat-row .stat-percentage .stat-percentage-bar .stat-percentage-bar-fill{
  width:0px;
  height:100%;
  position: absolute;
  left:0px;
  top:0px;
  transition: width 0.5s;

}

.overview-report-subcategory-stat-row .stat-total{
  flex-basis:200px;
  flex-grow:0;
  flex-shrink:0;
  height:60px;
  box-sizing: border-box;
  font-family: open_sansregular;
  font-size:20px;
  text-align: right;
  color:#333;
  padding:0px 20px;
  height:80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overview-report-category-title .title-icon,.overview-report-subcategory-title-row .title-icon{
  flex-basis:60px;
  flex-grow: 0;
  flex-shrink: 0;
  height:60px;
  line-height: 60px;
  text-align: center;
  color:black;
  font-size:18px;
  border-right:1px solid #eee;
}



.overview-report-category-title .title-text,.overview-report-subcategory-title-row .title-text{
  flex-grow:1;
  flex-shrink: 1;
  line-height: 60px;
  height:60px;
  box-sizing: border-box;
  padding-left:20px;
  letter-spacing: 2px;
  font-family: open_sanssemibold;
  border-right:1px solid #eee;

}

.overview-report-subcategory-title-row .title-total{
  flex-basis:200px;
  flex-grow:0;
  flex-shrink:0;
  line-height: 60px;
  height:60px;
  box-sizing: border-box;
  padding-right:20px;
  font-family: open_sansregular;
  font-size:24px;
  text-align: right;
  color:#333;
}

#compare-panel .overview-report-subcategory-title-row .title-total{
  flex-basis:120px;
  flex-grow:0;
  flex-shrink:0;
  line-height: 60px;
  height:60px;
  box-sizing: border-box;
  padding-right:20px;
  font-family: open_sansregular;
  font-size:24px;
  text-align: right;
  color:#333;
}


.overview-totals-panel {
  box-sizing: border-box;
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content: flex-start;
  align-items: center;
  flex-basis:200px;
  flex-grow: 0;
  flex-shrink: 0;
  background:white;
  margin-right:1px;

}

.overview-subtotals-panel {
  box-sizing: border-box;
  display:flex;
  flex-direction:column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
  background:white;
  margin-right:1px;
}

.overview-totals-panel .total{
  flex-basis: 30px;
  font-size:30px;
  font-family: open_sansregular;
  width: 120px;
  text-align: left;
}

.overview-totals-panel .total-label{
  flex-basis: 20px;
  font-size:14px;
  font-family: open_sanssemibold;
  width: 120px;
  text-align: left;
  margin-right:1px;
  color:#666;
}

.overview-subtotals-panel .subtotal-category-title{
  box-sizing: border-box;
  padding:20px;
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size:16px;
  font-family: open_sanssemibold;
}

.overview-subtotals-panel .subtotal-category-subtitle{
  box-sizing: border-box;
  padding-left:20px;
  width: 100%;
  font-size:14px;
  margin-bottom:5px;
  font-family: open_sansregular;
}

.subtotal-row {
  width:100%;
  display:flex;
  flex-direction:row;margin-bottom:20px;
}

.subtotal-row-title {
  flex-basis:180px;line-height:1.2;box-sizing:border-box;padding:0px 20px;
  font-family: open_sansregular;

}
.subtotal-row-values {
  flex-grow:1;line-height:1.2;box-sizing:border-box;padding:0px 20px;
}


#custom-report-panel .overview-report-subcategory-stat-row .stat-desc{
  flex-basis: 200px;

}

#custom-report-panel .overview-report-subcategory-stat-row .stat-total{
  flex-basis: 100px;

}

#compare-panel .overview-report-subcategory-stat-row .stat-total{
  flex-basis: 120px;

}

.custom-report-question-row {
  padding:20px;
  box-sizing: border-box;
  background:rgba(255,255,255,0.5);
  margin-bottom:1px;
  font-family: open_sanssemibold;
  font-size:14px;
}
