body {
  font-family: Roboto, "Noto Sans", Noto, sans-serif;
  font-size: 14px;
}

button {
  display: none;
}

.btn-print {
  display: none !important;
}

.md-icon { display: none; }

.executives-table {
  box-shadow: none;
}
.dateMouvement {
  color: #ff6700;
}
.executiveName {
  color: #4b4b4b;
  font-size: 19px;
}
.md-title {
  margin-top: 2px !important;
}
body {
  font-size: 14px;
}
h4 {
  margin-bottom: 10px !important;
}
.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;
}

.flagEnPoste {
  width: 80px;
  margin-left: 20px;
  font-size: 12px;
  height: 30px;
  text-align: center;
  background-color: #28bd00;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
}

.timeline {
  list-style-type: none;
  display: flex;
  align-items: left;
  justify-content: left;
  margin-top: 5px;
}

.li {
  transition: all 200ms ease-in;
}

.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 !important;
  border: none;
  transition: all 200ms ease-in;
}

#btnActions {
  display: none;
}

li {
  list-style: none;
}

.filters-section {
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.grey-text {
  color: #4B4B4B;
  display: block;
}

.section-title {
  color: #ff6700;
}

table {
  padding-left: 10px;
}
