body {
  font-family: Roboto, "Noto Sans", Noto, sans-serif;
  font-size: 14px;
}

button {
  display: none;
}

.btn-print {
  display: none !important;
}

.md-icon { display: none; }

#btnActions {
  display: none;
}

li {
  list-style: none;
}

.grey-text {
  color: #4B4B4B;
  display: block;
}

.section-title {
  color: #ff6700;
}

table {
  padding-left: 10px;
}

.executive-details {
  position: relative;
  padding-bottom: 40px;
  background-color: #FFFFFF;
}
.executiveName {
  color: #4b4b4b;
  font-size: 19px;
}
.md-headline {
  @include headline($border:1px solid #FFFFFF);
}
.section {
  padding-bottom: 16px;
  margin: 0 16px;
}
.md-card {
  box-shadow: none;
}
.md-card:hover {
  box-shadow: 0 16px 16px -16px rgba(0, 0, 0, 0.4);
}
.filters-section:hover {
  box-shadow: none;
}

.exec-kpis {
  padding-left: 16px;
  padding-right: 16px;
  height: 95px;
  background-color: white;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.exec-kpis ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.value {
  color: #03314C;
  font-weight: bold;
  line-height: 48px;
}

.valueProcol {
  color: red;
  font-weight: bold;
  line-height: 48px;
}

.label {
  text-transform: uppercase;
  color: #AAAAAA;
}

.labelProcol {
  text-transform: uppercase;
  color: red;
}

.kpi {
  flex: 25%;
  margin: 16px 0;
  text-align: center;
}

.kpi:not(:last-child){
 border-right: 1px solid #D7D7D7;
}

.kpi .value {
  font-size: 26px;
}

.kpi .valueProcol {
  font-size: 26px;
}

.recommandationContainer {
  background-color: #FFFFFF;
  padding-left: 30px;
  padding-right: 30px;
}

.recommandation {
  flex: 100%;
  margin: 0;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 5px;
  background-color: #FFFFFF;
}

.execName {
  font-weight: normal;
  border-bottom: 3px solid #FF6700;
  padding-bottom: 6px;
  display: inline-block;
}

.infosMandats {
  padding-top: 10px;
}

.mandats {
  background-color: #FFFFFF;
}

.md-card {
  margin-left: 15px;
  margin-right: 15px;
}
.md-title {
  color: #4b4b4b;
}
.md-title strong {
  color: #4b4b4b;
}

.separator {
  width: 98%;
  z-index: 1000;
  border-bottom: 1px solid #D7D7D7;
  margin-left: auto;
  margin-right: auto;
}

.timeline {
  list-style-type: none;
  display: flex;
  align-items: left;
  justify-content: left;
  margin-top: 5px;
}

.li {
  transition: all 200ms ease-in;
}

.fonction {
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  color: #03314c;
  text-transform: uppercase;
}

.timestamp {
  margin-bottom: -12px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.author {
  color: #03314c;
  font-weight: bold;
  z-index: 1000;
  display: block;
  background-color: #F2F2F2;
  padding: 0px 6px 0px 6px;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 4px solid #4B4B4B;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
  font-weight: 400;
  color: #03314C;
  margin-top: 10px;
}
.status:before {
  content: "";
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.md-card-content {
  padding-bottom: 0px !important;
}

.md-card-header {
  padding: 5px 5px 5px 12px;
}

.li.complete .status {
  border-top: 4px solid #66DC71;
}
.li.complete .status:before {
  background-color: #66DC71;
  border: none;
  transition: all 200ms ease-in;
}
.li.notcomplete .status:before {
  background-color: #4B4B4B;
  border: none;
  transition: all 200ms ease-in;
}

.md-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  background-color: #F2F2F2 !important;
}

.md-list-item {
  padding-right: 50px;
}

.filters-section {
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.filters-section-title {
  height: 65px;
}
.events-table {
  margin-left: 25px;
  margin-right: 25px;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 30px;
}
.big-dot    {
  font-size: 22px;
  margin-right: 10px;
}
.score-0    { color: #000000 }
.score-1-2  { color: #FF0000 }
.score-3-5  { color: #FF6600 }
.score-6-8  { color: #FFC000 }
.score-9-12 { color: #CACA00 }
.score-13-16{ color: #92D050 }
.score-17-20{ color: #00B050 }

.exec-kpis {
  border-bottom: 1px solid #D7D7D7;
}
