.drag-scheduling-page .dropzone {
    min-height: 120px;
    max-height: 120px;
    width: 120px;
    overflow-y: auto;
    vertical-align: top;
    position: relative;
}

.drag-scheduling-page .table th,
.drag-scheduling-page .table td {
    width: 120px;
    height: 90px;
    vertical-align: top;
    padding: 4px;
}

.drag-scheduling-page thead tr {
    height: 30px !important;
    max-height: 30px !important;
}

.drag-scheduling-page thead th {
    height: 30px !important;
    max-height: 30px !important;
    padding: 2px 4px !important;
    font-size: 0.75rem !important;
    line-height: 30px !important;
    white-space: nowrap;
}

.drag-scheduling-page .table th:first-child {
    height: 10px !important;
    max-height: 10px;
}

.drag-scheduling-page .table th:first-child,
.drag-scheduling-page .table td:first-child {
    width: 30px !important;
    max-width: 30px;
    font-size: 0.75rem;
    padding: 2px;
}

.drag-scheduling-page .draggable-student {
    cursor: grab;
}

.drag-scheduling-page .badge.square-badge {
    margin: 0px !important;
}

.drag-scheduling-page .dropzone-valid {
    background-color: #d4edda !important;
}

.drag-scheduling-page .dropzone-warning {
    background-color: #fff3cd !important;
}

.drag-scheduling-page .dropzone-full {
    background-color: #f8d7da !important;
}

.drag-scheduling-page .dropzone-lunch {
    background-color: #ffe8b3 !important;
}

.drag-scheduling-page .reason-text {
    position: absolute;
    top: 50%;
    left: 4px;
    right: 4px;
    transform: translateY(-50%);
    text-align: center;
    font-size: 0.75rem;
    color: red;
    pointer-events: none;
    z-index: 0;
}

.drag-scheduling-page .dropzone-column-warning {
    outline: 3px solid goldenrod;
    outline-offset: -2px;
}

.drag-scheduling-page .dropzone-row-warning {
    outline: 3px solid red;
    outline-offset: -2px;
}

.drag-scheduling-page .reason-text.open {
    color: #999 !important;
}

#incomplete-student-row {
    border-top: 1px solid #ccc;
    padding-top: 1rem;
}

#incomplete-student-row .badge{
    cursor: pointer;
}








body.student-focus-mode .drag-scheduling-page .dropzone-valid:hover {
    background-color: #b6dfc2 !important;
    cursor: pointer;
}

body.student-focus-mode .drag-scheduling-page .dropzone-warning:hover {
    background-color: #ffe29a !important;
    cursor: pointer;
}

.drag-scheduling-page .dropzone {
    transition: background-color 0.15s ease-in-out, outline 0.15s ease-in-out;
}

.drag-scheduling-page .course-name {
    font-size: 0.65rem;
    line-height: 1rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

