@import '_content/Insideware.Workplane.Blazor/Insideware.Workplane.Blazor.ic97hgfbqs.bundle.scp.css';

/* /Index.razor.rz.scp.css */
.dock[b-c624bb52y4]
{
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
}

.toolbar[b-c624bb52y4]
{
    display: flex;
    flex-wrap: wrap;
    grid-row: 1;
    background: aliceblue;
    cursor: default;
    touch-action: none;
    user-select: none;
}

    .toolbar .button[b-c624bb52y4]
    {
        padding: 8px;
    }

        .toolbar .button:hover[b-c624bb52y4]
        {
            background: lightblue;
        }

        .toolbar .button:active[b-c624bb52y4]
        {
            background: #B2CFCF;
        }

        .toolbar .button img[b-c624bb52y4]
        {
            display: block;
            width: 24px;
            height: 24px;
            margin: 4px auto;
        }

        .toolbar .button p[b-c624bb52y4]
        {
            margin: 4px;
            text-align: center;
        }

    .toolbar .parameter[b-c624bb52y4]
    {
        margin: 12px;
    }

        .toolbar .parameter p[b-c624bb52y4]
        {
            margin: 6px 0;
            text-align: center;
        }

        .toolbar .parameter input[type=text][b-c624bb52y4]
        {
            width: 24px;
            padding: 0;
            border: 1px solid gray;
            text-align: center;
        }

    .toolbar .separator[b-c624bb52y4]
    {
        border-left: 1px solid lightgray;
        margin: 8px 4px;
    }

.main[b-c624bb52y4]
{
    grid-row: 2;
    background: #f5f5f5;
}
/* /Views/FactoryView.razor.rz.scp.css */
.bg[b-lj9ikio44i]
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: coral;
    border-radius: 8px;
}

.dock[b-lj9ikio44i]
{
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin: 6px;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.dock-top[b-lj9ikio44i]
{
    grid-row: 1;
}

.dock-bottom[b-lj9ikio44i]
{
    grid-row: 3;
}

p[b-lj9ikio44i]
{
    margin: 2px;
    color: white;
    text-align: center;
}

    p.title[b-lj9ikio44i]
    {
        font-weight: bold;
    }

img[b-lj9ikio44i]
{
    width: 48px;
    height: 48px;
    margin: auto;
}

progress[b-lj9ikio44i]
{
    margin: 0;
    padding: 0;
    width: 60px;
    height: 16px;
}

input[type=text][b-lj9ikio44i]
{
    width: 24px;
    padding: 0;
    border: 1px solid gray;
    text-align: center;
}
/* /Views/RailwayView.razor.rz.scp.css */
.bg[b-6z0rzpuzi8]
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #E8E4DF;
    border: 1px solid #74768A;
    border-radius: 8px;
}

.dock[b-6z0rzpuzi8]
{
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    margin: 3px;
    display: grid;
    grid-template-columns: auto 1fr;
}

    .dock > *[b-6z0rzpuzi8]
    {
        margin: auto;
        padding: 3px;
    }

.dock-left[b-6z0rzpuzi8]
{
    grid-column: 1;
    border-right: 1px solid #74768A;
}

p[b-6z0rzpuzi8]
{
    margin: 2px;
    text-align: center;
}

    p.cost[b-6z0rzpuzi8]
    {
        font-weight: bold;
    }

img[b-6z0rzpuzi8]
{
    width: 20px;
    height: 20px;
}

progress[b-6z0rzpuzi8]
{
    margin: 0;
    padding: 0;
    width: 50px;
    height: 16px;
}

input[type=text][b-6z0rzpuzi8]
{
    width: 24px;
    padding: 0;
    border: 1px solid gray;
    text-align: center;
}
/* /Views/RetailerView.razor.rz.scp.css */
.bg[b-syibxw1ixv]
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: yellowgreen;
    border-radius: 8px;
}

.dock[b-syibxw1ixv]
{
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin: 6px;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.dock-top[b-syibxw1ixv]
{
    grid-row: 1;
}

.dock-bottom[b-syibxw1ixv]
{
    grid-row: 3;
}

p[b-syibxw1ixv]
{
    margin: 2px;
    color: white;
    text-align: center;
}

    p.title[b-syibxw1ixv]
    {
        font-weight: bold;
    }

img[b-syibxw1ixv]
{
    width: 48px;
    height: 48px;
    margin: auto;
}

progress[b-syibxw1ixv]
{
    margin: 0;
    padding: 0;
    width: 60px;
    height: 16px;
}

input[type=text][b-syibxw1ixv]
{
    width: 24px;
    padding: 0;
    border: 1px solid gray;
    text-align: center;
}
/* /Views/RoadView.razor.rz.scp.css */
.bg[b-bof7ody168]
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #E8E4DF;
    border: 1px solid #74768A;
    border-radius: 8px;
}

.dock[b-bof7ody168]
{
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    margin: 3px;
    display: grid;
    grid-template-columns: auto 1fr;
}

    .dock > *[b-bof7ody168]
    {
        margin: auto;
        padding: 3px;
    }

.dock-left[b-bof7ody168]
{
    grid-column: 1;
    border-right: 1px solid #74768A;
}

p[b-bof7ody168]
{
    margin: 2px;
    text-align: center;
}

    p.cost[b-bof7ody168]
    {
        font-weight: bold;
    }

img[b-bof7ody168]
{
    width: 20px;
    height: 20px;
}

progress[b-bof7ody168]
{
    margin: 0;
    padding: 0;
    width: 50px;
    height: 16px;
}

input[type=text][b-bof7ody168]
{
    width: 24px;
    padding: 0;
    border: 1px solid gray;
    text-align: center;
}
/* /Views/WarehouseView.razor.rz.scp.css */
.bg[b-o7dg671fo0]
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: skyblue;
    border-radius: 8px;
}

.dock[b-o7dg671fo0]
{
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin: 6px;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.dock-top[b-o7dg671fo0]
{
    grid-row: 1;
}

.dock-bottom[b-o7dg671fo0]
{
    grid-row: 3;
}

p[b-o7dg671fo0]
{
    margin: 2px;
    color: white;
    text-align: center;
}

    p.title[b-o7dg671fo0]
    {
        font-weight: bold;
    }

img[b-o7dg671fo0]
{
    width: 48px;
    height: 48px;
    margin: auto;
}

progress[b-o7dg671fo0]
{
    margin: 0;
    padding: 0;
    width: 60px;
    height: 16px;
}

input[type=text][b-o7dg671fo0]
{
    width: 24px;
    padding: 0;
    border: 1px solid gray;
    text-align: center;
}
