html {
  font-family: "Roboto", sans-serif;
}

input[type="checkbox"] + span:not(.lever) {
  padding-left: 25px;
}

input::placeholder {
  color: #999;
}

.container {
  margin-bottom: 20px;
}

.padded {
  padding: 5px;
}

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

.vertical-space {
  height: 2000px;
  /* allows zoom out on mobile */
}

.nobr {
    white-space: nowrap
}

.pagination li.active {
  background-color: #26a69a;
  cursor: pointer;
}

.pagination li:not(.disabled):not(.active):hover {
  background-color: #eee;
}

.switch a:not(.btn) {
  margin: 0 !important;
}

hr.separator {
  border: 0;
  border-top: 1px solid rgba(160, 160, 160, 0.4);
  height: 0;
}

.disclaimer {
  color: #999;
  font-size: 0.8em;
  line-height: 1.3em;
  margin-top: -5px;
}

code {
  background: #e0e0e0;
  display: inline-block;
  padding: 2px;
  border-radius: 2px;
}

span.tripple-icon {
  position: relative;
  height: 48px;
  line-height: 48px;
  width: 24px;
}

span.tripple-icon i {
  position: absolute;
  background: white;
  border-radius: 3px;
  border: 1px solid;
}

span.tripple-icon i:nth-child(1) {
  left: 3px;
  bottom: calc(50% + 6px - 16px);
  /*color: rgba(0,255,0,0.5);*/
}

span.tripple-icon i:nth-child(2) {
  left: 0px;
  bottom: calc(50% + 3px - 16px);
  /*color: rgba(255,0,0,0.5);*/
}

span.tripple-icon i:nth-child(3) {
  left: -3px;
  bottom: calc(50% - 16px);
  /*color: rgba(0,0,255,0.5);*/
}

dt {
  font-weight: bold;
  margin-top: 10px;
}

/* navigation and such */
nav {
  background-color: #555;
}

nav.old-term {
    background: repeating-linear-gradient(-45deg, #555, #555 10px, #666 10px, #666 20px);
  color: #000;
}

.global-note {
  position: fixed;
  padding: 5px 10px;
  top: 65px;
  right: 6px;
  width: 150px;
  z-index: 2;
}

.card i.close-icon {
  position: absolute;
  cursor: pointer;
  font-size: 12pt;
  top: 5px;
  right: 5px;
}

@media only screen and (max-width: 600px) {
  .global-note {
    top: 57px;
  }
}

#weird-week-note {
  width: 250px;
}

#timetable-logo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 27rem);
  padding-left: 2.5rem;
  margin-right: 2.5rem;
  text-align: left;
}

@media only screen and (max-width: 993px) {
  #timetable-logo {
    max-width: calc(100% - 15rem);
    padding-left: 2.5rem;
    padding-right: 6.5rem;
  }
}

@media only screen and (max-width: 601px) {
  #timetable-logo {
    max-width: calc(100% - 15rem);
    padding-left: 0rem;
    padding-right: 2.5rem;
  }
}

#timetable-logo i {
  display: inline;
  float: none;
  margin-right: 5px;
}

#menu-button {
  display: block;
}

#menu-button span {
  vertical-align: middle;
  font-size: 20pt;
  height: 64px;
  line-height: 64px;
  display: block;
  float: right;
  margin-left: 16px;
  margin-right: 16px;
}

#menu-button i {
  display: inline-block;
}

.side-icon {
  margin: 0 32px 0 0;
  color: rgba(0, 0, 0, 0.54);
  float: left;
}

.sidenav,
.sidenav-overlay {
  top: 64px;
}

@media only screen and (max-width: 600px) {

  .sidenav,
  .sidenav-overlay {
    top: 56px;
  }
}

.dropdown-content li>a {
  color: #039be5;
}

.dropdown-content li.disabled,
.dropdown-content li.disabled>a {
  color: #5e5e5e;
  cursor: default;
}

.navbar-fixed {
  margin-bottom: 5px;
  min-height: 56px;
}

#search-wrapper {
  padding: 0px 0px 5px 5px;
  overflow: hidden;
}

#search-wrapper input[type="search"] {
  padding-left: 2.5rem;
  width: calc(100% - 2.5rem);
  height: 64px;
  color: #fff;
  margin-bottom: 0px;
}

#search-wrapper input[type="search"]:focus {
  border-bottom: 1px solid #039be5;
  color: #333;
  box-shadow: 0 1px 0 0 #039be5;
}

@media only screen and (max-width: 600px) {
  #search-wrapper input[type="search"]::placeholder {
    color: transparent;
  }

  #search-wrapper input[type="search"] {
    height: 56px;
  }
}

#search-wrapper form label {
  margin-top: -12px;
}

#search-wrapper form label i {
  font-size: 28px;
  color: #fff;
}

#search-wrapper ul.autocomplete-content {
  margin-bottom: 0px;
  position: initial;
}

#search-wrapper ul.autocomplete-content li {
  min-height: 0px;
  padding: 5px;
}

#search-wrapper ul.autocomplete-content li>span {
  font-weight: normal;
  padding: 3px 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

#search-wrapper ul.autocomplete-content li>span>span.highlight {
  color: #039be5;
}

#admin-dropdown .dropdown-button {
  display: inline-block;
  padding: 0 10px;
}

#admin-dropdown .dropdown-button #user-name {
  margin-right: 15px;
}

#admin-dropdown .dropdown-button #dropdown-arrow {
  margin-left: 5px;
}

#admin-dropdown .dropdown-button #mode-indicator {
  margin-left: 0px;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}

/* 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%;
}

#information {
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

#infromation .collapsible-header {
  white-space: nowrap;
}

#infromation .collapsible-body {
  padding: 5px 20px;
}

#infromation .collapsible-body .collection-item {
  padding: 5px 0px;
}

#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.50%;
}

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

.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.50);
  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: 50% !important;
 }
.classroom-box{
  width: 50% !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;
}

@media (pointer: coarse), (hover: none) {
  .entry-absolute-box .entry .note :focus::after {
    /* make notes show up on mobile by clicking on i-icon */
    content: attr(title);
    top: 90%;
    right: 0;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    color: #333;
    background-color: #f2f2f2;
    border: 1px solid;
    padding: 3px;
    white-space: pre-line;
    font-size: small;
    line-height: 1;
    z-index: 10;
  }
}

.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;
  width: calc(100% - 24px);
  line-height: 16px;
  overflow: hidden;
  /*word-break: break-all;*/
}

.entry-absolute-box .entry .main-box .info-box {
  float: right;
  /*position: absolute;*/
  right: 0px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  cursor: pointer;
  /*border: 1px red solid;*/
}

/* 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.8em;
}

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

.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;
  /*opacity: 0.6;*/
}

.legend {
  text-align: center;
}

.period button {
  border-style: none;
  width: 100%;
  height: 100%;
}


.busy {
  background: rgba(255, 0, 0, 0.5);
}

.free {
  background: rgba(0, 128, 0, 0.5);
}

.proste_alternative {
  background: rgba(255, 165, 0, 0.5);
}

.partially {
    background: repeating-linear-gradient(-45deg,
    rgba(0, 128, 0, 0.5),
    rgba(0, 128, 0, 0.5) 50%,
    rgba(255, 0, 0, 0.5) 50%,
            rgba(255, 0, 0, 0.5) 100%);
}

.partiall_only_alternatives {
    background: repeating-linear-gradient(-45deg,
    rgba(255, 165, 0, 0.5),
    rgba(255, 165, 0, 0.5) 50%,
    rgba(0, 128, 0, 0.5) 50%,
            rgba(0, 128, 0, 0.5) 100%);
}

.partially_free_alternatives {
    background: repeating-linear-gradient(-45deg,
    rgba(255, 165, 0, 0.5),
    rgba(255, 165, 0, 0.5) 50%,
    rgba(255, 0, 0, 0.5) 50%,
            rgba(255, 0, 0, 0.5) 100%);
}

.all_available {
    background: repeating-linear-gradient(-45deg,
    rgba(255, 165, 0, 0.5),
    rgba(255, 165, 0, 0.5) 33%,
    rgba(255, 0, 0, 0.5) 33%,
    rgba(255, 0, 0, 0.5) 66%,
    rgba(0, 128, 0, 0.5) 100%,
            rgba(0, 128, 0, 0.5) 100%);
}

.available_classrooms {
  visibility: hidden;
  position: absolute;
  left: 20px;
  /*height: 0;*/
  background: white;
  z-index: 100;
  width: 200px;
}

.move_entry:hover .available_classrooms {
  visibility: visible;
}

.editing {
  position: absolute;
  visibility: hidden;
  /*top: 100%;*/
  left: 100%;
  width: 100px;
  top: 0;
  background: white;
  /*height: 100%;*/
  z-index: 100;
}

.editing a {
  display: block;
}

#infromation .editing {
  left: 0;
  width: 100px;
  top: 100%;
  background: white;
  /*height: 100%;*/
  z-index: 100;
}

.entry:hover {
  /*            width: 20% !important;
    z-index: 100;
    background: #ddd;
*/
}

.entry:hover .editing {
  visibility: visible;
}

.editing form {
  /*display: inline;*/
}

.editing button {
  border-style: none;
  display: inline;
  background: none;
  padding: 0;
  color: rgb(3, 155, 229);
}

.period:hover .choosing_classroom {
  position: relative;
  visibility: visible;
  z-index: 1000000 !important;
}

.choosing_classroom {
  position: absolute;
  visibility: hidden;
}

.chosen_classroom {
  float: left;
  width: 25%;
}

.suitable.partially_free button,
.suitable.partially_free {
    background: repeating-linear-gradient(-45deg,
    rgba(0, 128, 0, 1),
    rgba(0, 128, 0, 1) 50%,
    rgba(255, 0, 0, 1) 50%,
            rgba(255, 0, 0, 1) 100%);
}

.suitable.unavailable button,
.suitable.unavailable {
  background: red;
}

.suitable.prosta button,
.suitable.prosta {
  background: green;
}

.alternative.partially_free button,
.alternative.partially_free {
    background: repeating-linear-gradient(-45deg,
    orange,
    orange 50%,
    rgba(255, 0, 0, 1) 50%,
            rgba(255, 0, 0, 1) 100%);
}

.alternative.unavailable button,
.alternative.unavailable {
  background: red;
}

.alternative.prosta button,
.alternative.prosta {
  background: orange;
}

.available-classrooms-wrapper {
  padding-left: 1px;
  padding-bottom: 1px;
}

.available-classrooms-container {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 8pt;
  line-height: 10pt;
  padding: 2px 4px;
}

.available-classrooms-container .classrooms-list {
  margin: 0;
}

.available-classrooms-container .classrooms-list .classroom {
  position: relative;
  display: inline-block;
}

.available-classrooms-container .available-classrooms-list .classroom-status-reserved,
.available-classrooms-container .available-classrooms-list .classroom-status-unavailable {
  color: #999;
}

.available-classrooms-container .classrooms-list .classroom a {
  color: inherit;
}

.available-classrooms-container .classrooms-list .classroom .classroom-tooltip {
  display: none;
  position: absolute;
  width: 200px;
  left: -200%;
  background: #fff;
  border-radius: 1px;
  bottom: 20px;
  font-size: 12px;
  padding: 10px;
  color: #333;

  /* shadow box */
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  z-index: 998;
  /* navbar fized = 997 */
}

.available-classrooms-container .classrooms-list .classroom .hover-area {
  display: none;
  position: absolute;
  width: 125px;
  left: -160%;
  height: 50px;
  bottom: 10px;
  background: transparent;
}

.available-classrooms-container .classrooms-list .classroom .classroom-name {
  border-radius: 2px;
}

.available-classrooms-container .classrooms-list .classroom:hover .classroom-name {
  background-color: #e0e0e0;
}

.available-classrooms-container .classrooms-list .classroom:hover .classroom-tooltip {
  display: block;
}

.available-classrooms-container .classrooms-list .classroom:hover .hover-area {
  display: block;
}

.available-classrooms-container .classrooms-list .classroom .classroom-tooltip a:hover {
  text-decoration: underline;
}

.available-classrooms-container .classrooms-list .classroom .classroom-tooltip i {
  font-size: 12pt;
  margin-bottom: 1px;
  display: inline-block;
  vertical-align: middle;
}

#available-classrooms-panel {
  padding-top: 12px;
  width: 17.3%;
}

#available-classrooms-panel .card {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

#available-classrooms-panel .card label {
  color: #333;
}

#available-classrooms-panel .card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.4);
}

#available-classrooms-panel .card .card-action,
#available-classrooms-panel .card .card-content {
  padding: 12px;
}

#available-classrooms-panel .card .card-action .input-field {
  margin-top: 0;
}

#available-classrooms-panel .card .card-action .btn {
  width: 100%;
}

#available-classrooms-panel .card .card-action #week-dropdown-btn {
  padding: 0 1rem;
  width: 100%;
}

#available-classrooms-panel .card .card-action #week-dropdown-btn i {
  margin-left: 5px;
  margin-right: -5px;
}

#available-classrooms-panel .card .card-action #week-dropdown-btn span {
  width: 83%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#week-dropdown>li {
  min-height: 30px;
  overflow: hidden;
  white-space: nowrap;
}

#week-dropdown>li>a {
  padding: 6px 15px 6px 15px;
  margin: 0;
  color: #333;
  font-size: 11pt;
  text-align: right;
  text-transform: none;
}

#available-classrooms-panel input[type="range"] {
  margin-bottom: -5px;
  margin-left: 10px;
}

#available-classrooms-panel .switch-option {
  margin: 10px 0px;
}

#available-classrooms-panel .switch-option .switch {
  margin-left: 15px;
}

#available-classrooms-panel label input[type="checkbox"]+span {
  padding-left: 25px;
  margin-right: 12px;
}

/* front page */
.select-more {
  position: relative;
  float: right;
  font-weight: normal;
}

.select-more>a,
.select-more>button {
  position: absolute;
  right: 0px;
  top: 6px;
  white-space: nowrap;
}

.select-more>a>i.material-icons,
.select-more>button>i.material-icons {
  margin-right: 5px;
}

/* front page */
#firstpage-menu tbody tr,
table.highlight tbody tr {
  border-bottom: none;
}

#firstpage-menu tr th,
table.highlight tr th {
  padding-bottom: 3px;
}

#firstpage-menu tbody tr td ul {
  list-style-type: none;
  margin: 0px;
}

#firstpage-menu tbody tr td ul li {
  display: block;
  height: 55px;
}

#firstpage-menu tbody tr td ul li a i {
  color: inherit;
}

/* kombiniran pogled */
#combined-timetable-text input {
  margin-right: 10px;
  margin-bottom: 10px;
}

#combined-timetable-form div.container {
  width: 95%;
}

#combined-timetable-form div.row {
  margin-bottom: 0px;
}

#combined-timetable-form table td {
  padding: 0px 2px;
}

#combined-timetable-form table th {
  padding: 4px 2px 0px;
}

#combined-timetable-form table tbody tr:first-child td {
  padding-top: 4px;
}

#combined-timetable-form table.select tbody tr td .select-wrapper>ul>li {
  min-height: 30px;
}

#combined-timetable-form table.select tbody tr td .select-wrapper>ul>li>span {
  padding: 5px 10px;
}

/* printall */
.printall-table {
  width: auto;
  margin-bottom: 30px;

}

.printall-table th,
.printall-table td {
  padding: 20px 30px;
}

.printall-table th,
.printall-table td:first-child {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.2em;
}

.printall-table td:first-child,
.printall-table th:first-child {
  border-right: 1px solid #d0d0d0;
}

.printall-table a {
  display: block;
  line-height: 44px;
  max-width: 70px;
}

.printall-table a span.tripple-icon {
  margin-right: 15px;
}

/* rezervacije */
.errorlist {
  overflow: hidden;
}

.errorlist li {
  background-color: #ffdfe3;
  color: #860b12;
  border: 1px solid #860b12;
  padding: 5px 10px;
  margin: 3px 0px;
}

#reservation-list .collapsible-body {
  padding-top: 0;
}

#reservation-list li.collection-item {
  position: relative;
}

#reservation-list span.anchor {
  /* offset fot anchors to work correctly due to fixed header */
  position: absolute;
  top: -68px;
}

.reservation-form>li {
  margin-right: 30px;
  margin-top: 30px;
}

.reservation-form>li>label {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.reservation-form #id_classrooms {
  margin-top: 10px;
}

.reservation-form #field-id_classrooms #id_classrooms li {
  display: inline;
}

.reservation-form #field-id_classrooms #id_classrooms li label {
  color: #333;
}

.reservation-form #field-id_classrooms #id_classrooms li label input[type="checkbox"]+span {
  padding-left: 25px;
  margin-right: 12px;
}

.reservation-form>li>.select-wrapper>ul>li {
  min-height: 30px;
}

.reservation-form>li>.select-wrapper>ul>li>span {
  padding: 3px 10px 2px 10px;
}

.reservation-form>li>.select-wrapper>ul>li>span>label>input[type=checkbox]+span {
  padding-left: 25px;
  color: #333;
}

.reservation-form #field-id-to,
.reservation-form #field-id-from,
.reservation-form #field-id-day,
.reservation-form #field-id-end-day {
  float: left;
}

.reservation-form #field-id-note,
.reservation-form #field-id-from {
  clear: both;
}

.reservation-form #field-id-note {
  display: inline-block;
  width: 100%;
}

#unconfirmed-reservations tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

#unconfirmed-reservations tr td a i {
  vertical-align: middle;
}

#unconfirmed-reservations tr td span.nr-conflicts {
  vertical-align: super;
}

#unconfirmed-reservations tbody tr {
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#unconfirmed-reservations tr.conflicts {
  border-top: none;
}

.cancel.btn {
  background-color: #c62828;
  white-space: nowrap;
}

.cancel.btn i.left {
  margin-left: -10px;
  margin-right: 5px;
}

.cancel.btn:hover,
.cancel.btn:active {
  background-color: #f44336;
}

.buttons-bar {
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

.buttons-bar .btn {
  position: relative;
  min-width: 90px;
  height: 30px;
  line-height: 30px;
  margin: 0 3px;
}

.buttons-bar  {
  right: 16px !important;
}

.dropdown-arrow {
  position: absolute;
  right: 16px;
}


.buttons-bar #sub-type-dropdown-btn {
  min-width: 230px;
}

.buttons-bar #week-dropdown-btn {
  min-width: 350px;
}

.buttons-bar #week-dropdown>li.chosen>a {
  color: #999;
}

#ics-export-dropdown {
  min-width: 270px;
}

#ics-export-dropdown>.dropdown-text,
#ics-export-dropdown>.divider {
  cursor: initial;
}

#ics-export-dropdown>.dropdown-text>span {
    color: #424242
}

#ics-export-dropdown>.dropdown-text:hover,
#ics-export-dropdown>.dropdown-text.active {
  background-color: initial;
}

#ics-export-dropdown>.divider:hover,
#ics-export-dropdown>.divider.active {
  background-color: #e0e0e0;
}

#ics-export-dropdown>li>a {
  color: #26a69a;
}

#ics-export-dropdown li>label {
  cursor: pointer;
  color: #424242;
  font-size: 16px;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

#ics-export-dropdown li>label>span {
  padding-left: 35px;
}

#ics-export-dropdown-btn>.dropdown-arrow {
  position: relative !important;
  right: 0 !important;
  margin-left: -2px !important;
}

#print-options-dropdown {
  min-width: 270px;
}

#print-options-dropdown>.dropdown-text1,
#print-options-dropdown>.divider {
  cursor: initial;
}

#print-options-dropdown>.dropdown-text1>span {
    color: #424242
}

#print-options-dropdown>.dropdown-text1:hover,
#print-options-dropdown>.dropdown-text1.active {
  background-color: initial;
}

#print-options-dropdown>.divider:hover,
#print-options-dropdown>.divider.active {
  background-color: #e0e0e0;
}

#print-options-dropdown>li>a {
  color: #26a69a;
}

#print-options-dropdown li>label {
  cursor: pointer;
  color: #424242;
  font-size: 16px;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

#print-options-dropdown li>label>span {
  padding-left: 35px;
}

#print-options-dropdown-btn>.dropdown-arrow1 {
  position: relative !important;
  right: 0 !important;
  margin-left: -2px !important;
}

#term-dropdown {
  min-width: fit-content;
}
#term-dropdown-btn>.dropdown-arrow {
  position: relative !important;
  right: 0 !important;
  margin-left: -2px !important;
}

#term-dropdown>li {
  min-height: 30px;
  overflow: hidden;
  white-space: nowrap;
}

#term-dropdown>li>a {
  padding: 6px 15px 6px 15px;
  margin: 0;
  color: #333;
  font-size: 11pt;
  text-align: right;
  text-transform: none;
}

.buttons-bar #term-dropdown>li.chosen>a {
  color: #999;
}




.header-cols {
  max-width: 100%;
  display: flex;
 flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: space-between; 
  padding: 6px 16px; 
}


.departments {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.inline-icon {
  vertical-align: top;
  font-size: 15px !important;
}

.view-note {
  display: inline-block;
  border-radius: 2px;
  border: none;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 3px;
  padding: 0 16px;
  background-color: #eaeaea;
  text-align: center;
  vertical-align: middle;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.view-note:empty {
  display: none;
}

.floor-header {
  text-transform: capitalize;
  text-align: left;
  margin-left: 3%;
  margin-top: 2%;
  font-size: 40px;
  letter-spacing: 0.03em;

}

.floor-header-time {
  alignment: right;
  margin-right: 3%;
  float: right;
}

.floor-table {
  border: 1px solid;
  position: center;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  /*table-layout: fixed;*/
  width: 94%;
  height: 100%;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 3%;
  font-size: 16px;
}

.floor-table th {
  border: 1px solid black;
}

.floor-table td {
  border-left: 1px solid black;
}

.floor-table tr {
    border: 1px solid black
}

.floor-table-header {
    background-color: #A0A0A066;
  font-size: 57px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 2%;
}

.floor-table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  height: 100px;
}

.floor-table-classroom {
  font-size: 45px !important;
  font-weight: bold;
}

.floor-table-cell {
  width: 10%;
  margin: 1%;
  font-size: 25px;
}


.floor-table-cell-content {
  margin: 1%;
}

.floor-table-short-name {
  font-size: 45px;
  font-weight: bold;
}

.floor-table-teachers {
  font-size: 17x;
}

.checkbox-option div {
  display: inline;
}

@media only screen and (min-width: 601px) {
  .navbar-fixed {
    min-height: 64px;
  }
}

.flex-container {
    display:flex;
    flex-wrap: wrap
}

.flex-container .flex-full-row {
    flex-basis: 100%
}

.flex-container hr {
    color: #A0A0A066;
  border-top: none;
}

.btn-right{
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
}

.btn-left {
  padding-left: 0px;
  height: max-content;
}



.bold-text {
  font-weight: 700 !important;
}


.or-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:12px 0;
}
.or-divider::before,
.or-divider::after{
  content:"";
  flex:1;
  border-top:1px solid #ddd;
}
.or-divider > span{
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  color: #999; 
  text-transform:uppercase;
}

.right-arrow{
  float: right !important;
  margin-left: 15px;

  @media only screen and (max-width: 601px) {
    margin-left: 0px;
  }
}


@media only screen and (max-width: 601px) {
nav ul a{
  padding: 0px 4px;
}
}

@media only screen and (max-width: 601px) {

nav .sidenav-trigger {
margin: 0px 8px;

}}








.card-text {
  word-wrap: break-word;   
  overflow-wrap: break-word; 
  word-break: break-word;    
  white-space: normal;     
}

.card-wrapper{
  @media only screen and (min-width: 601px) {
    padding-inline: 5px;padding-top: 15px;
  }
}

.notification-header{
  border-bottom: 1px solid #ccc;
  padding: 15px 5px 3px;
;
  @media only screen and (max-width: 601px) {
    padding: 15px 5px;
  border: none
  }
}


.ul-button{
  width: fit-content;
  white-space: wrap;
  height: fit-content;
}

.btn-group{
  display: flex;
  align-items: center;
}

.title-padding{
  padding-inline: 0.75em;
}