@page {
  size: A4 landscape;
  margin: 0mm;
}
.timetable-wrapper {
  flex: 1;
  min-width: 255mm !important;
  min-height: 185mm !important;


}
body {
  font-size: 12px;
}

a {
  color: black !important;

  text-decoration: none;
  cursor: inherit;
  pointer-events: none;


}

.hour {
  border-bottom: solid 1px #bbb;
}
.note {
  display: none !important;
}
.day {
  border-left: solid 1px #bbb;
}

.entry {
  border: 1px #aaa solid;
  overflow: hidden !important;
}

.view-note {
  display: none !important;
}
.timetable-logo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  width: 100% !important;
  font-size: 18px !important;
  padding-left: 2.5rem;
  margin-right: 2.5rem;
  /* margin-block: 1rem; */
  margin-top:16px !important;
  text-align: left;
  margin-bottom: 16px !important;

}
.collapsible .collapsible-body {
  padding: 0;
}

.collapsible-body {
  display: block !important;
  padding: 0px !important;
}

body {
  display: flex;
  flex-direction: column;
}

/* AFUrnik */
.timetable-wrapper {
  position: relative;
  flex: 1;
  min-width: 1024px;
}
.timetable-wrapper.large {
  min-height: 1100px;
}
.timetable-wrapper.small {
  min-height: 600px;
}

#timetable {
  position: absolute;
  left: 2.5%;
  top: 1%;
  width: 78%;
  height: 99%;
  background: white;
}

#timetable.full {
  width: 95%;
}

.right-panel {
  position: absolute;
  left: 81.4%;
  top: 0%;
  width: 18%;
  height: 100%;
}

#days {
  position: absolute;
  left: 4.5%;
  top: 0%;
  width: 95.5%;
  height: 100%;
  color: #333;
}

#hours {
  position: absolute;
  left: 0%;
  top: 5%;
  width: 100%;
  height: 95%;
  color: #333;
}

.aligned-on-period {
  position: absolute;
  left: 4.5%;
  top: 5%;
  width: 95.5%;
  height: 95%;
}

.hour {
  position: absolute;
  border-bottom: solid 2px #ccc;
  width: 100%;
}

.hour-dashed {
  position: absolute;
  border-bottom: dashed 1px #ddd;
  width: 95.5%;
  left: 4.5%;
}

.hour-dotted {
  position: absolute;
  border-bottom: dotted 1px #ddd;
  width: 95.5%;
  left: 4.5%;
}

.hour span {
  width: 4.5%;
  text-align: right;
  position: relative;
  display: block;
  bottom: -1.5em;
  padding-right: 0.25em;
}
:root {
  --day-width: 20%;
}

.day {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  width: var(--day-width);
}

.day-odd {
  background-color: #f2f2f2;
}

.day-work-free {
  background-color: rgba(196, 196, 196, 0.59);
}
/* position of entries */
.entry-absolute-box {
  position: absolute;
  /* pixel perfect box positioning on bottom */
  padding-top: 3px;
  /* margin from edge of "day" */
  padding-bottom: 4px;
  /* = top + 1, because we have 1px border at the bottom */
  padding-left: 3px;
  /* spacing between periods */
  padding-right: 0px;
  /* right = 0, because only left + right sum matters  */
}

#infromation .entry-absolute-box {
  position: relative;
  height: 70px;
}

.entry-absolute-box.cancelled_entry {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='5' opacity='0.6'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='5' opacity='0.6'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%, auto;
}

.entry-absolute-box.cancelled_reservation {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='5' opacity='0.4'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='5' opacity='0.4'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%, auto;
}

.entry-absolute-box.leftmost {
  padding-left: 4px;
  /* postavi levi rob od dneva na top + 1 = right + 1, ker imamo 1px borderja */
}

.entry-absolute-box.rightmost {
  padding-right: 3px;
  /* postavi desni rob od dneva na top */
}

.entry-absolute-box .entry {
  /* absolutno, da mamo proste roke pri ostalem */
  background: rgba(238, 238, 238, 0.5);
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2px;
}

.entry-absolute-box .entry .teacher,
.entry-absolute-box .entry .classroom-name,
.entry-absolute-box .entry .classroom {
  /* classroom in teacher sta spodaj levo in desno */
  position: absolute;
  bottom: 0px;
  line-height: 17px;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.entry-absolute-box .entry .teacher {
  left: 3px;
  /* width: calc(95% - 30px); */
}

.teacher {
  width: 60% !important;
}
.classroom {
  width: 40% !important;
}

.entry-absolute-box .entry .classroom {
  right: 3px;
  width: 50px;
  text-align: right;
}

.entry-absolute-box .entry .note {
  position: absolute;
  top: 0px;
  line-height: 17px;
  height: 17px;
  right: 3px;
  width: 30px;
  text-align: right;
}


.entry-absolute-box .entry .main-box {
  /* glavni box je vse razen zadnje vrstice in prostora za komentar*/
  position: absolute;
  top: 0px;
  left: 3px;
  bottom: 17px;
  right: 3px;
  line-height: 16px;
  overflow: hidden;
}

.entry-absolute-box .entry .main-box .info-box {
  float: right;
  right: 0px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  cursor: pointer;
}
/* pisave & barve v srecanju */
.entry-absolute-box .entry .teacher,
.entry-absolute-box .entry .classroom,
.entry-absolute-box .entry .main-box .layer_one {
  font-size: 0.75em !important;
}

.entry-absolute-box .entry .teacher,
.entry-absolute-box .entry .classroom,
.entry-absolute-box .entry .main-box {
  color: #555;
  font-weight: normal;
  
}
.subject {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1;
}

.entry-type {
  color: #555;
  font-weight: normal;
  font-size: 0.9em;
}
.note_text {
  color: #444;
  font-weight: 500;
  font-size: 0.8em;
}
.entry-absolute-box .entry {
  font-size: 0.9em;
  font-weight: bold;
}

.small-subject {
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
}

.entry-absolute-box .entry a {
  color: #333;
}

.entry-absolute-box .entry a:hover,
.editing a {
  color: #039be5;
}

.editing button {
  cursor: pointer;
}

.entry-absolute-box .entry .main-box .info-box i {
  font-size: 12pt;
  color: #555;
}

.period {
  position: absolute;
}

.legend {
  text-align: center;
}



i.material-icons {
  display: none !important;
}
