#sidebar {
    position: fixed;
    float: left;
    top: 0;
    left: 0;
    bottom: 0;
    width: 16rem;
    padding: 2rem 2rem;
    background-color: #f8f9fa;
}

#page-content {
    margin-left: 18rem;
    margin-right: 2rem;
    padding: 2rem 1rem;
}

.DateInput_input {
    font-size:16px;
}

.chips .Select-menu-outer {
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: #E68300;
    color: white;
}

.little-text {
    background-color: #E68300;
    border-style: hidden;
    border-radius: 10%;
    font-size:small;
    padding:5%;
}

thead th {
    text-transform: capitalize;
}

.drag-drop-table {
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: none;
    table-layout: fixed;
    width: 100%;
    text-overflow: ellipsis;
}

.drag-drop-table td {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.step {
    height: 42px;
    font-size: 14px;
    margin-bottom: 3px;
    color: #784400;
    background-color: #fae4c7;
    border-color: #f8dcb8;
    position: relative;
    padding: 0.6rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.step.new{
    color: #5c0626;
    background-color: #ffd5df;
    border-color: #fbccd7;
}

.step span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sticky {
    margin-left: 10px;
    cursor: pointer;
}

.curr-steps {
    padding: 3% 2%;
    border: 1px solid transparent;
    background-color: #f4d0a0;
    border-radius: 0.5rem;
}



.timetable-cell {
    min-height: 100px;
    max-width: 100%;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding:1rem;
    max-height: 400px;
}

.timetable-cell .label {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}

.timetable-cell .content-note {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}

.timetable-cell .teacher-note {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}

.col-day{
    width:calc((100%-50px)/7)
}

.col-0{
    width: 50px;
}

@media print {
    @page {size: landscape;
}
    .timetable-table {height: 210mm;}
    .timetable-cell {height: 100%;}
    span {font-size: 1rem;}
    .no-print {display: none !important;}
    #page-content {margin: 0rem !important;
    padding: 0rem !important;}
}

.required-text {
    font-size: small;
    font-style: italic;
}

#staff-table-table td{
    width:auto;
}

#move-all {
    cursor: pointer;
}

#add-empty-card {
    cursor: pointer;
    font-size:large;
}

div.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
  }

  @media screen and (max-width: 1500px) { html {zoom: 0.87}}
  @media screen and (min-width: 960px) and (max-width: 1250px) {html {zoom: 0.75}}
  @media screen and (max-width: 960px) {html {zoom: 0.60}}