:root {
  --body-bg: #F9FAFB;
  --border-color: #E5E7EB;
  --primary-color: #0D6EFD;
  --color-blue: #0D6EFD;
  --color-green: #198754;

  --base-trans: all 0.25s ease;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {#timeline{height: 600px;}}

body{
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.left {
  width: 400px;
  float: left;
}

.right {
  text-align:center;
  margin-left: 400px;
  font-weight: bold;
  font-size: 16px;
}

#frm-search {margin: 10px 20px;}

#main{width:100%; margin: 0; padding: 0;}

#main h1{color: #2975A0;}

#timeline{min-height: 500px;min-width: 800px;margin: 0px auto;}

ul{list-style-type:none;margin:0;padding:0;overflow:hidden;background-color:#333}li{float:left;border-right:1px solid #bbb}

li:last-child{border-right:none}li a{display:block;color:#fff;text-align:center;padding:14px 16px;text-decoration:none}

li a:hover:not(.active){background-color:#111}.active{background-color:#04aa6d}

.alert{padding:20px;background-color:#f44336;color:#fff;opacity:1;transition:opacity .6s;margin-bottom:15px}.alert.success{background-color:#04aa6d}.alert.info{background-color:#2196f3}.alert.warning{background-color:#ff9800}.closebtn{margin-left:15px;color:#fff;font-weight:700;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:.3s}.closebtn:hover{color:#000}


/* Header
------------------------------------- */
.header {
  border-bottom: 1px solid #E9ECEF;
  margin-bottom: 0;
}

/* Menu
------------------------------------- */
.menu {
  background: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.menu li {
  border-color: var(--border-color);
  padding: 0 16px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.menu li:first-child {
  border-left: 1px solid var(--border-color);
}

.menu li:hover {
  background-color: #f8f9fa;
}

.menu li a {
  color: #495057;
  padding: 24px;
  position: relative;
  min-width: 60px;
  text-indent: -999rem;
  opacity: 0.8;
}

.menu li a::after {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  right: -16px;
  bottom: 0;
  height: 2px;
}

.menu li a.active::after {
  background-color: #007AFF;
}

.menu li:nth-child(1) a {
  background: url('//static.joomlart.com/ecosys/images/logo-joomlart-sm.png') no-repeat center center;
  background-size: 100%;
}

.menu li:nth-child(2) a {
  background: url('//static.joomlart.com/ecosys/images/ico-gavick.png') no-repeat center center;
  background-size: 100%;
}

.menu li:nth-child(3) a {
  background: url('//static.joomlart.com/ecosys/images/ico-shape5.png') no-repeat center center;
  background-size: 100%;
}

.menu li:nth-child(4) a {
  background: url('//static.joomlart.com/ecosys/images/ico-joomlabamboo.png') no-repeat center center;
  background-size: 100%;
}

.menu li a:hover,
.menu li a:focus,
.menu li a:active {			
  opacity: 1;	
  text-decoration: none;
}

.menu li a.active {
  opacity: 1;
}

/* Form search */
#frm-search {
  background-color: #F9FAFB;
  border-bottom: 1px solid #E9ECEF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 12px 24px;
}

#frm-search .left,
#frm-search .right {
  float: none;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

#frm-search input {
  border: 2px solid #D1D5DB;
  box-shadow: none;
  border-radius: 5px;
  height: 32px;
  padding: 0 16px;
  line-height: 32px;
  outline: none;
}

#frm-search input:focus {
  border-color: var(--color-green);
}


chart.draw(data,{fontName:'Roboto'});