
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Slab:wght@400;700&display=swap');



h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
}

.topnav .right {
  float: right;
  margin-right: 25px;
}

.topnav .belgium {
  background-color: #C30000;
  color: white;
}


.left {
  float: left;
}

.big { font-size: 230%; line-height: normal; }
.big2 { font-size: 150%; line-height: normal; }
.big3 { font-size: 130%; line-height: normal; }
.big0 { font-size: 350%; line-height: normal;} 


.new {
    font-size:10px;
    color:#BEBEBE; 
}

.newblack {
    font-size:10px;
    color:#000000; 
}

.newbigblack {
    font-size: 400%; 
    line-height: normal;
    color:#000000; 
}


.snow {
    color:#ffffff;
}

.dark {
    color:#000000;
}

.yellow {
    color: #b8860b;
}


.count {
  top: 0px;
  margin-bottom: -4px;
    padding: 0;
  text-align: center;  
}


.icongrey { 
  color:#888888; 
  font-size: 100%; 
  display: inline-flex;
  align-items: center;
  padding-right: 8px;

 }

.icon-bar {
  width: 100%;
  overflow: auto;
 }

.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}


   .video-container-report {
      position: relative;
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      aspect-ratio: 16 / 9;
      overflow: hidden;
    }

    .video-container-report iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }


.no-break {
  white-space: nowrap;
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 10%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 10px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 85%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 17px;
	left: 10%;
	margin-left: -10px;
	background-color: #336699;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #000000 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}


@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 30px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}
/* Additional */

h1#timeline{
    text-align: center;
}

.timeline > li > .timeline-badge {
    font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size:  100%;
}