@charset "UTF-8";
* {
  font-family: 'Roboto','Avenir',Helvetica,Arial,sans-serif;
}

.table .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.table .container .side-fix {
  min-width: 200px;
}

.table .container .side-fix .item {
  height: 64px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.table .container .adjusted-carousel {
  overflow-x: hidden;
}

.table .container .adjusted-carousel__inner, .table .container .adjusted-carousel__inner_schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #eee;
}

.table .container .adjusted-carousel .slick-arrow {
  -webkit-transform: none;
          transform: none;
  top: 0;
  height: 64px;
  width: 25px;
  font-size: 10px;
  margin: 0 !important;
  background: #3ebe6d;
  z-index: 100;
}

.table .container .adjusted-carousel .slick-arrow.slick-prev {
  left: 0;
}

.table .container .adjusted-carousel .slick-arrow.slick-prev::before {
  content: '◀';
  font-size: 10px;
  margin-left: 8px;
}

.table .container .adjusted-carousel .slick-arrow.slick-next {
  right: 0;
}

.table .container .adjusted-carousel .slick-arrow.slick-next::before {
  content: '▶';
  font-size: 10px;
  margin-left: 8px;
}

.table .container .adjusted-carousel .slick-arrow.slick-disabled {
  background: #bebebe;
}

.table .container .adjusted-carousel__slide {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: none;
}

.table .container .adjusted-carousel__slide .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table .container .adjusted-carousel__slide .row .item {
  height: 64px;
  padding: 0 25px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.table .container .adjusted-carousel__slide .row .item:first-child {
  font-weight: bold;
}

.table .container .adjusted-carousel__slide:last-child .row .item {
  border-right: 0;
}
/*# sourceMappingURL=index.css.map */