@import '_content/Blazor.BluetoothPrinter/Blazor.BluetoothPrinter.bundle.scp.css';
@import '_content/Blazor.Utilities/Blazor.Utilities.bundle.scp.css';

/* /Pages/JSCalendar.razor.rz.scp.css */
[b-sq0ox32tsj] .fc-event-title {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-sq0ox32tsj]  .fc-event-time {
    font-size: 13px;
}

@media (max-width: 600px) {
    [b-sq0ox32tsj] .calendar_grid {
        grid-template-areas:"filters header employers calendar";
        grid-template-rows: max-content auto;
        height: 100%;
    }
}

@media (min-width: 600px) {
    [b-sq0ox32tsj] .calendar_grid {
        grid-template-areas:
            "filters filters header"
            "employers calendar calendar"
            "employers calendar calendar";
        grid-template-columns: min-content 6fr;
        grid-template-rows: max-content;
        height: 100%;
        display: grid;
        grid-gap: 4px;
    }
}
/* /Pages/OwnTasks.razor.rz.scp.css */
[b-7gsopqua6l] .fc-event-title {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-7gsopqua6l] .fc-event-time {
    font-size: 13px;
}
/* /Pages/TaskExecution/TaskExecutorComponent.razor.rz.scp.css */
/*info*/
[b-uduc7swtea] .step-info .uk-modal-header {
    display: none;
}

[b-uduc7swtea] .step-info .uk-modal-footer {
    display: none;
}

[b-uduc7swtea] .step-info .uk-first-column {
    margin-top: 0;
}

    [b-uduc7swtea] .step-info .uk-first-column label {
        font-size: 10px;
    }

    [b-uduc7swtea] .step-info .uk-first-column input {
        font-size: 10px;
        pointer-events: none;
    }

[b-uduc7swtea] .step-info .uk-modal-body .uk-grid {
    margin: 4px !important;
}

[b-uduc7swtea] .step-info .uk-modal-body {
    min-height: auto !important;
}
/*edit*/
[b-uduc7swtea] .step-edit .uk-modal-header {
    display: none;
}

[b-uduc7swtea] .step-edit .uk-modal-body .uk-grid {
    margin: 4px !important;
}

[b-uduc7swtea] .step-edit .uk-modal-footer {
    border-top: none;
}

[b-uduc7swtea] .step-edit .uk-first-column {
    margin-top: 0;
}

    [b-uduc7swtea] .step-edit .uk-first-column label {
        font-size: 12px;
    }

    [b-uduc7swtea] .step-edit .uk-first-column input {
        font-size: 12px;
    }

[b-uduc7swtea] .step-alarm .uk-modal-header {
    display: none;
}


[b-uduc7swtea] .inputComponentBase label {
    font-size: 12px;
}

[b-uduc7swtea] .inputComponentBase {
    margin-top: 0;
}

    [b-uduc7swtea] .inputComponentBase input {
        font-size: 12px;
    }
