.shiftplanning-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 200px;
    width: auto;
}
.shiftplanning-dropdown > div {
    padding: 5px;
}
.shiftplanning-option {
    cursor: pointer;
}

.shiftplanning-option:hover {
    background-color: lightgrey;
}

.shift-cell {
    max-width: 60px;
    width: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.empty-shift-cell {
    max-width: 60px;
    width: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fafafa;
}

.table-spacing {
    border-collapse: separate;
}

.employee-day-tag {
    background-color: #e3e3e3;
    padding: .2em 1em;
    border-radius: 5px;
    display: inline-block;
    font-size: .8rem;
    margin-bottom: 2px;
    margin-right: 2px;
}

table td.employee-day-border {
    max-width: 20%;
    min-width: 20%;
    border: 1px #e3e3e3 dashed;
}
table td.employee-day-border.droppable {
    border: 1px #e3e3e3 solid;
}
table td.employee-day-border.employee-day-problem.droppable {
    border: 1px red solid;
}
table td.employee-day-border.droppable.dragover {
    background-color: #fcefa1;
}

table td.borderless-top {
    border-top: none !important;
}
.shift-symbol {
    display: inline-block; width: 12px; height: 12px; border-radius: 50%; background-color: #4B7391; margin-left: 5px;
}

@media print {
    .worklocationemployeedaystable {
        border: 1px solid black !important;
        border-collapse: collapse !important;;
    }
    .worklocationemployeedaystable td, .worklocationemployeedaystable th {
        border: 1px solid black !important;
    }
    .employee-day-tag {
        background-color: #fff;
        padding: 0;
        display: inline;
        font-size: 1rem;
        margin-bottom: 0;
        margin-right: 0;
    }
    .employee-day-tag:not(:last-child)::after {
        content: ", ";
    }
}
