/* Copyright (c) 2018 SerialLab Corp.

GNU GENERAL PUBLIC LICENSE
   Version 3, 29 June 2007

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>. */

.events-timeline-container {
  width:100%;
  margin:40px auto;
}

.timeline-bar {
  fill: #bfccd6;
  stroke: #bfccd6;
}

.event-parallelogram {
  fill:#bfccd6;
  stroke:#000000;
  stroke-width:0;
  stroke-linecap:butt;
  stroke-linejoin:miter;
  stroke-opacity:1;
  transform:scale(0.1);
  /*filter: drop-shadow(0 0 0.75rem crimson);*/
}
.unused-timeline-event {
  opacity: 0.1;
}
.event-para-label {
  font-size:6px;
}
.event-Commissioning {
  fill: #4580E6;
}
.event-Shipping {
  fill: #B6D94C;
}
.event-Packing {
  fill: #F2B824;
}
.event-block {
  cursor: pointer;
}
