.chroniclesview .box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 1em;
}

.chroniclesview h3 {
  margin: 0 0 0.5em 0;
  padding: 0;
}

.chroniclesview ul {
  margin: 0;
  padding: 0;
  margin-left: 5 px;
}


.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.chroniclesview .list li {
  cursor: pointer;
  list-style: none;
  margin: 0 0 0.25em 0;
  padding: 0;
}

.chroniclesview .list li.active {
  font-weight: bold;
}

.chroniclesview .panel {
  padding: 1em;
}

.chroniclesview table.year canvas {
  background-color: #fff;
}

.chroniclesview table.week canvas,
.chroniclesview table.month canvas {
  pointer-events: none;
}

.chroniclesview table.year canvas.holiday {
  background-color: #073642 !important;
}

.chroniclesview table.week .date {
  margin-left: 20px;
}

.chroniclesview table.week .d {
  padding: 2px 0 0 1px;
}

.chroniclesview table.week canvas {
  background-color: #fff;
  margin: 2px 2px 2px 4px;
  vertical-align: text-bottom;
}

.chroniclesview table.week td.cell,
.chroniclesview table.month td.cell,
.chroniclesview table.year td.cell {
  padding: 5px;
  background-color: #FDF6E3;
}

.chroniclesview table.month td.cell.empty {
  opacity: 0;
}

.chroniclesview table .d {
  font-size: 13px;
  font-weight: bold;
  color: #586E75;
  position: absolute;
}

.chroniclesview table.month canvas {
  margin: 20px 0 0 0;
}

.chroniclesview table.year td canvas:first-of-type {
  margin-top: 20px;

}

.chroniclesview table td.cell.weekend {
  background-color: #93A1A1;
}

.chroniclesview table td.cell.holiday {
  background-color: #073642 !important;
}

.chroniclesview table.week td.cell.holiday .date {
  color: #93A1A1 !important;
}

.chroniclesview table .weekend .d {
  color: #CB4B16;
}

.chroniclesview table .holiday .d {
  color: #268BD2 !important;
}

.chroniclesview table.year td.cell {
  font-size: 0;
  vertical-align: top;
  width: 60px;
}

.chroniclesview .interval {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 1em;
}

.chroniclesview .interval .left {
  width: 15%;
}

.chroniclesview .interval .center {
  display: flex;
  justify-content: center;
  width: 25%;
  margin-top: 5px;
}

.chroniclesview .interval .right {
  width: 25%;
  display: flex;
  justify-content: center;
}

.chroniclesview table.hours thead tr th:last-child {
  padding-left: 1em;
}

.chroniclesview table.hours thead tr th:first-child,
.chroniclesview table.hours tbody tr td:first-child {
  text-align: left;
}

.chroniclesview table.hours thead tr th:last-child,
.chroniclesview table.hours tbody tr td:last-child {
  text-align: right;
}
