.event-info-header {
  color: white;
  text-align: left;
  border-top: 3px solid #234173;
  border-bottom: 1px solid #0f4c80;
  background: #1a64a0;
}

.event-info-header > div {
  padding: 1em 3em;
}

.event-title {
  font-family: Roboto, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 22pt;
  display: block;
  color: white;
}

.week-timetable-wrapper {
  width: 99%;
  margin: 0 auto;
  padding-top: 1em;
}

.week-timetable {
  font-family: helvetica, verdana, sans-serif;
  font-size: 8pt;
  line-height: 18px;
}

.week-timetable + .week-timetable {
  margin-top: 1em;
}

.week-timetable > ul {
  width: 100%;
  padding: 0;
  list-style: none;
}

.week-timetable > ul > li {
  float: left;
  width: 13.95%;
  display: inline-block;
  border: 1px #bbb solid;
  background: #fff;
  border-radius: 0.2em;
  box-shadow: 1px 1px 1px #e1e1e1;
}

.week-timetable > ul > li.spacer {
  width: 0.39%;
  visibility: hidden;
}

.week-timetable.no-weekends > ul > li {
  width: 19.53%;
}

.week-timetable.no-weekends > ul > li.spacer {
  width: 0.58%;
}

.week-timetable .row {
  height: 18px;
  position: relative;
  border-top: solid 1px #f9f9f9;
}

.week-timetable .row .title {
  font-weight: bold;
}

.week-timetable .row.day-header {
  background: #f9f9f9;
  color: #1756b5;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #bbb;
}

.week-timetable .row.placeholder {
  border-top: 1px solid #f9f9f9;
}

.week-timetable .row.placeholder + .placeholder {
  border-top: 1px dashed #ddd;
}

.week-timetable .row.day-header + .row {
  border-top: none;
}

.week-timetable .row.break {
  background-color: #ddd;
}

.week-timetable .row.break:hover {
  background-color: #cfcfcf;
}

.week-timetable .row.contrib {
  background-color: #edf3fd;
}

.week-timetable .row.contrib:hover {
  background-color: #e4eaf4;
}

.week-timetable .row .time {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: bold;
  width: 35px;
  height: 100%;
  display: inline-block;
  text-align: center;
}

.week-timetable .row .time .end-time {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  margin: auto 0;
  color: #ccc;
}

.week-timetable .row .main {
  position: absolute;
  padding-left: 40px;
  width: 100%;
}

.week-timetable .row.has-session .main,
.week-timetable .row.has-multi .main {
  padding-right: 19px;
}

.week-timetable .row.has-session.has-multi .main {
  padding-right: 29px;
}

.week-timetable .row .more-contribs {
  color: #999;
  position: absolute;
  right: 0;
  display: inline-block;
  padding: 1px 5px 0 5px;
}

.week-timetable .row .session-mark + .more-contribs {
  margin-right: 18px;
}

.week-timetable .row .session-mark {
  font-size: 1.5em;
  position: absolute;
  right: 0;
  display: inline-block;
  margin: 1px 2px 0 0;
  text-shadow: -1px 0 #ccc, 0 1px #ccc, 1px 0 #ccc, 0 -1px #ccc;
}

.week-anchor {
  color: black !important;
}

.qtip-content {
  display: inline-block;
  padding: 10px;
}
.qtip-content span {
  line-height: 1.1em;
}
.qtip-content .title {
  width: 100%;
  font-weight: bold;
  display: inline-block;
}
.qtip-content .entry-time {
  margin: 0.5em 0 0.5em 0;
}
.qtip-content .description {
  font-size: 0.8em;
}
.qtip-content .contrib-list {
  width: 100%;
  text-align: left;
}
.qtip-content .contrib-list ul {
  padding-left: 0 !important;
}
.qtip-content .contrib-list strong {
  border-bottom: 1px solid #999;
  width: 100%;
  display: block;
  margin-top: 0.5em;
}
.qtip-content .contrib-list .tooltip-contrib {
  display: inline-flex;
  justify-content: space-between;
}
.qtip-content .contrib-list .tooltip-contrib .time {
  height: 100%;
  margin-right: 5px;
}
.qtip-content .contrib-list .tooltip-contrib .title {
  width: auto;
}

/*# sourceMappingURL=themes_indico_weeks_view.8790169f.css.map*/