@media print {
    .nobreak {
        break-inside: avoid-page;
    }
}

select:invalid {
    color: gray;
}

.calendar_active {
    color: #4190f1 !important;
    font-weight: 700 !important;
}

.calendar_inactive {
    color: #999 !important;
}

.fc-filterButton-button {
    color: #4190f1 !important;
    background: #f3faff !important;
}

.stocktable a.item_link {
    text-decoration: none;
    color: #000;
}
.stocktable a.item_link:hover {
    text-decoration: underline !important;
    color: #4277af;
}

#datatable_items_move {
    cursor: pointer;
}

.loading {
    width: 100%;
    height: 200px;
    background-image: url("/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.readonly {
    background-color: #f6f8fa !important;
}

.fc-daygrid-day {
    cursor: pointer;
}
.fc-daygrid-day:hover {
    background-color: #f6f8fa;
}
