/* _content/Burstroy.Modules.Blazor.RoadWorks/Dialog/ConfirmDelete.razor.rz.scp.css */
.container[b-b4fu897r1u] {
   width:100%;
}
.form-button-group[b-b4fu897r1u] {
    display: flex;
    justify-content: center;
    
}
[b-b4fu897r1u] .rz-button {
    margin-right: 18px;
}
/* _content/Burstroy.Modules.Blazor.RoadWorks/Dialog/EditingForm.razor.rz.scp.css */
.main[b-tbsfv2ozf7] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
}

.main_content[b-tbsfv2ozf7] {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.content_container[b-tbsfv2ozf7] {
    display: flex;
    justify-content: space-between;
}

.content_value[b-tbsfv2ozf7] {
    width: 204px;
}

.max-width[b-tbsfv2ozf7] {
    width: max-content;
}

.footer_buttons[b-tbsfv2ozf7] {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    gap: 10px;
}

.slider[b-tbsfv2ozf7] {
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
}

.row-slider[b-tbsfv2ozf7] {
    display: flex;
    position: relative;
}

.main-form[b-tbsfv2ozf7] {
    width: 543px;
}

.tree-company[b-tbsfv2ozf7] {
    width: 560px;
    padding-left: 20px;
}

.row-slider.active-1[b-tbsfv2ozf7] {
    overflow-y: visible;
    animation: slideout-b-tbsfv2ozf7 .4s ease-in-out both;
}

.row-slider.active-2[b-tbsfv2ozf7] {
    overflow-y: clip;
    animation: slidein-b-tbsfv2ozf7 .4s ease-in-out both;
}

[b-tbsfv2ozf7] .btn-info {
    display: flex;
    align-items: center;
    background-color: initial;
    border: solid 1px #0078d6;
    background-image: none;
    box-shadow: none;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    color: #0078d6;
    border-radius: 0px;
    padding: 0 13px;
}

    [b-tbsfv2ozf7] .btn-info:hover {
        background-color: initial;
        border-color: #006fc7;
        background-image: none !important;
        color: #006fc7;
        text-shadow: none !important;
        box-shadow: 0px 0px 5px #6dbdfc !important;
    }

[b-tbsfv2ozf7] .btn-primary {
    display: flex;
    align-items: center;
    background-color: initial;
    border: solid 1px #0078d6;
    background-image: none;
    box-shadow: none;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    color: #0078d6;
    border-radius: 0px;
    padding: 0 13px;
}

.content-body-complex-tree-checkbox[b-tbsfv2ozf7] {
    margin-right: 5px;
}

.content-complex-btn[b-tbsfv2ozf7] {
    display: flex;
    gap: 5px;
}

.change_btn[b-tbsfv2ozf7] {
    margin-top: 5px;
}

.org[b-tbsfv2ozf7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.org_name[b-tbsfv2ozf7] {
    text-align: start;
}

.promise_content[b-tbsfv2ozf7] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.promise[b-tbsfv2ozf7] {
    padding-left: 5px;
}

    .promise:hover[b-tbsfv2ozf7] {
        cursor: pointer;
        background-color: var(--slate-500);
    }

[b-tbsfv2ozf7] .not_choose {
    border: 1px solid red !important;
}

@keyframes slidein-b-tbsfv2ozf7 {
    from {
        left: 0px;
    }

    to {
        left: -560px;
    }
}

@keyframes slideout-b-tbsfv2ozf7 {
    from {
        left: -560px;
    }

    to {
        left: 0;
    }
}
/* _content/Burstroy.Modules.Blazor.RoadWorks/Pages/MainRoadWorks.razor.rz.scp.css */
.main[b-6l67l9z5gs] {
    overflow: auto;
    height: 100%;
    padding: 0px 10px;
}

.control_buttons[b-6l67l9z5gs] {
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

    .control_buttons[b-6l67l9z5gs] >  .button {
        font-size: 12px;
        background-color: #5ba5ebf7 !important;
        padding: 0 12px;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

[b-6l67l9z5gs] td.column {
    padding: 0;
}


[b-6l67l9z5gs] .rz-cell-data {
    height: 100%;
}

.cell[b-6l67l9z5gs] {
    height: 100%;
    color: #48606c;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.5rem 0.625rem 0.5rem 0.625rem;
    text-align: center;
}

[b-6l67l9z5gs] .rz-state-highlight > .new {
    background-color: var(--green-500) !important;
}

[b-6l67l9z5gs] .rz-state-highlight > .closed {
    background-color: var(--blue-500) !important;
}

.title[b-6l67l9z5gs] {
    margin-left: 5px;
}

.data-grid[b-6l67l9z5gs] {
    margin-top: 20px;
}

.organizations[b-6l67l9z5gs] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.org_name[b-6l67l9z5gs] {
    border: 1px solid black;
    border-radius: 8px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.promises[b-6l67l9z5gs] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.prom[b-6l67l9z5gs] {
    display: flex;
    gap: 2px;
    border: 1px solid black;
    border-radius: 8px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
