body {
  font-family: Roboto, "Noto Sans", Noto, sans-serif;
}

.btn-print {
  display: none !important;
}

#btnActions {
  display: none !important;
}

#aideInfo {
  display: none !important;
}

.solvency-kpis {
  padding: 16px;
  padding-top: 5px;
  background-color: white;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

ul {
  display: flex;
  flex-wrap: wrap;
}

li {
  list-style: none;
}

.value {
  color: #03314C;
  font-weight: bold;
  line-height: 25px;
}

.label {
  text-transform: uppercase;
  color: #AAAAAA;
  font-size: 13px;
  cursor: default;
}

.label .md-icon {
  transform: scale(0.6) translateY(-4px);
  line-height: 24px;
}

.kpi {
  flex: 33%;
  margin: 16px 0;
  text-align: center;
}

.kpi:not(:last-child){
 border-right: 1px solid #D7D7D7;
}

.kpi .value {
  padding-top: 10px;
  font-size: 26px;
}

.recommandation {
  flex: 100%;
  padding-top: 16px;
  margin: 0 16px;
  border-top: 1px solid #D7D7D7;
}

.recommandation .value {
  padding-top: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.delaiSecteur {
  font-size: 22px;
}

.md-card {
  margin: 16px 0;
  padding: 0 32px;
}

.chart-wrapper {
  padding: 0 32px 16px 32px;
  padding-bottom: 10px;
}

.md-headline {
  margin-bottom: 5px;
  text-indent: 0px;
}

.list-item {
  margin-bottom: 16px;
  text-align: left;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}

.list-item h2 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.54);
}

.list-item li {
  margin-bottom: 8px;
  margin-top: -5px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
}
