@import '_content/Aurecon.Manager/Aurecon.Manager.bundle.scp.css';
@import '_content/Aurecon.UI.Blazor/Aurecon.UI.Blazor.bundle.scp.css';

/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Components/LabelTemplateEditor.razor.rz.scp.css */
.label-template-form[b-z5jhmy9imz] {
    min-width: 600px;
    min-height: 150px;
}
    [b-z5jhmy9imz].label-template-form textarea {
        min-height: 150px;
    }
/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Components/LandingPage.razor.rz.scp.css */
.bg-image[b-3zdzxo2dd7] {
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(53, 61, 48, 0.49) 80%, rgba(255, 255, 255, 0)), url(./../backdrop.jpg) !important;*/
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 44.3%, rgba(0, 0, 0, 0.4) 70%, rgba(255, 255, 255, 0)), url(./../backdrop.jpg);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .bg-image h1[b-3zdzxo2dd7] {
        margin: 0;
        margin-left: 4rem;
    }
.content[b-3zdzxo2dd7] {
    padding: 25px;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 2;
    margin: 30px;
    max-width: calc(100vw - 60px);
    width: 800px;
    color: white;
}

.content p:last-child[b-3zdzxo2dd7] {

    margin-bottom: 4rem;
}
/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Components/SearchSign.razor.rz.scp.css */
.none-found[b-tplcyisg9d] {
    padding: 18px;
    text-align: center;
}

.searching[b-tplcyisg9d] {
    padding: 18px;
    margin-left: auto;
    margin-right: auto;
    color: var(--primary);
}

.found[b-tplcyisg9d] {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: stretch;
    gap: 8px;
}

.command[b-tplcyisg9d] {
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "icon name" "icon description";
    gap: 8px;
    justify-items: stretch;
    align-items: start;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    border-radius: 4px;
    padding: 8px;
    border: 2px solid var(--paper-background);
    transition: border-color 0.3s;
}

    .command:hover[b-tplcyisg9d] {
        border-color: var(--primary);
    }

.command-icon[b-tplcyisg9d] {
    color: var(--primary);
    align-self: center;
    justify-self: center;
    grid-area: icon;
}

.command-name[b-tplcyisg9d] {
    grid-area: name;
    font-weight: bold;
}

.command-description[b-tplcyisg9d] {
    grid-area: description;
    font-size: 1.2em;
}
/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Components/Settings.Razor.rz.scp.css */
[b-rbiwbby3pi].no-scroll .k-grid-content {
    overflow-y: hidden;
}

[b-rbiwbby3pi].no-scroll .k-grid-header {
    padding-right: 0 !important;
}

[b-rbiwbby3pi].no-scroll .k-grid-header-wrap {
    border-width: 0px !important;
}


[b-rbiwbby3pi].settings-section .k-tabstrip-left > .k-content, .k-tabstrip-left > .k-tabstrip-content[b-rbiwbby3pi] {
    border: none;
    border-radius: 0;
}

/*::deep.settings-section .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-state-selected {
    background-color: #3d691b;
    color: #fff;
}
*/

[b-rbiwbby3pi].settings-section .k-tabstrip-items-wrapper .k-item {
    color: #000;
}

    [b-rbiwbby3pi].settings-section .k-tabstrip-items-wrapper .k-item.k-state-active {
        background-color: #386665;
        color: #fff;
        border-radius: 0;
    }

[b-rbiwbby3pi].settings-section .k-item.k-active {
    background-color: #386665;
    color: #fff;
    border-radius: 0;
}

.settings-section .label-preview[b-rbiwbby3pi] {
    width: 300px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .settings-section .label-preview > img[b-rbiwbby3pi] {
        width: 100%;
        max-height: 100%;
    }

.settings-section .signface-img[b-rbiwbby3pi] {
    background-color: rgba(0,0,0,0.08);
}

[b-rbiwbby3pi].settings-section .k-tabstrip-left > .k-tabstrip-items-wrapper {
    min-width: 150px;
}

[b-rbiwbby3pi].width-100 > button {
    width: 100%;
}
/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Components/SymbolDefinitionForm.razor.rz.scp.css */
.signface-editor .symbol-thumbnail[b-cc82ui1bfg] {
    display: flex;
    align-items: center;
    max-height: 100%;
    margin-right: 1.5rem;;
    object-fit: contain;
    max-width: 100px;
    height: 100%;
    min-height: 100px;
    background-color: rgba(0, 0, 0, 0.08);
    flex: 1 1 100px;
}

.signface-editor .symbol-thumbnail img[b-cc82ui1bfg] {

    margin-left; auto;
    margin-right; auto;
}

.symbol-details[b-cc82ui1bfg] {
    display: flex;
}

.symbol-details h3[b-cc82ui1bfg], p[b-cc82ui1bfg] {
    margin-top: 0;
    margin-bottom: 0;
}

.symbol-details h3[b-cc82ui1bfg] {
    margin-bottom: 0.5rem;
}
/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Components/SymbolsList.razor.rz.scp.css */
.symbol-image[b-3q88z3g6pw] {
    height: 50px;
    width: 50px;
    border: 5px solid black;
    margin-left: auto;
    margin-right: auto;
}

[b-3q88z3g6pw].symbols-index .k-listview-content .symbol-image img.k-card-image {
    display: block;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    max-width: 100%;
    height: 100%;
}

[b-3q88z3g6pw].symbols-index .k-listview-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, 190px);
    gap: 10px 20px;
}

[b-3q88z3g6pw].symbols-index.small-image .k-listview-content {
    display: flex;
    flex-wrap: wrap;
    /*    grid-template-columns: repeat(auto-fill, 100px);
    gap: 5px 5px;
*/
}

[b-3q88z3g6pw].symbols-index .k-card {
    width: 200px;
}

[b-3q88z3g6pw].symbols-index .k-card.small-image {
    width: 110px;
}

    [b-3q88z3g6pw].symbols-index .k-card.selected-item {
        border: 1px solid blue;
    }

    [b-3q88z3g6pw].symbols-index .k-card .k-card-body {
        /*width: 150px;*/
        background-color: rgba(0, 0, 0, 0.08);
        height: 150px;
    }
    [b-3q88z3g6pw].symbols-index .k-card.small-image .k-card-body {
        height: 100px;
    }

    [b-3q88z3g6pw].symbols-index .k-card .k-card-image {
        object-fit: contain;
        height: 140px;
        background-color: rgba(0, 0, 0, 0.08);
    }
    [b-3q88z3g6pw].symbols-index .k-card.small-image .k-card-image {
        height: 100px;
    }

    [b-3q88z3g6pw].symbols-index .k-card .k-card-body img {
        object-fit: contain;
        margin-left: auto;
        margin-right: auto;
        max-height: 100%;
        max-width: 100%;
        height: 100%;
    }

    [b-3q88z3g6pw].symbols-index .k-card .k-card-footer {
        padding: 0.5rem;
    }

[b-3q88z3g6pw].symbols-index .filter-bar {
    display: flex;
    margin-bottom: 0.5rem;
}

    [b-3q88z3g6pw].symbols-index .filter-bar p.label {
        margin-bottom: 0.25rem;
    }

    [b-3q88z3g6pw].symbols-index .filter-bar .k-textbox {
        max-width: 300px;
        margin-right: 0.5rem;
    }

    [b-3q88z3g6pw].symbols-index .filter-bar .k-dropdownlist {
        width: 150px;
        margin-right: 0.5rem;
    }
/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Layouts/SettingsLayout.razor.rz.scp.css */
.settings-content[b-q0rzm2ksde] {
    display: flex;
    flex-flow: column;
    height: 100%;
    padding: 1.5rem;
}
.settings-navbar[b-q0rzm2ksde] {
    display: flex;
    height: 100%;
}
/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Views/IndexView.razor.rz.scp.css */
    [b-tjzzc8raie].no-scroll .k-grid-content {
        overflow-y: hidden;
    }

    [b-tjzzc8raie].no-scroll .k-grid-header {
        padding-right: 0 !important;
    }

    [b-tjzzc8raie].no-scroll .k-grid-header-wrap {
        border-width: 0px !important;
    }

/*::deep .k-grid .k-header {
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
}*/

[b-tjzzc8raie].signs-index .k-grid tr.k-alt {
    border-color:  rgba(0, 0, 0, 0.08);
}

[b-tjzzc8raie].signs-index .k-grid td {
    background-color: rgba(0, 0, 0, 0.08);
    border-width: 0 0 0.25px 0.25px;
    border-color: rgba(0, 0, 0, 0.08);
}

[b-tjzzc8raie].signs-index .k-grid tr {
    cursor: pointer;
}

[b-tjzzc8raie].signs-index .k-grid tr td {
    border-width: 0 0 0.25px 0.25px;
    border-color:  rgba(0, 0, 0, 0.08);
}
[b-tjzzc8raie].signs-index .k-grid tr td:first-child {
    border-left-width: 0;
}
/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Views/ProjectsView.razor.rz.scp.css */
.symbol-image[b-omjfiszabw] {
    height: 50px;
    width: 50px;
    border: 5px solid black;
    margin-left: auto;
    margin-right: auto;
}

[b-omjfiszabw].symbols-index .k-listview-content .symbol-image img.k-card-image {
    display: block;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    max-width: 100%;
    height: 100%;
}

[b-omjfiszabw].symbols-index .k-listview-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, 220px);
    gap: 10px 20px;
}

[b-omjfiszabw].symbols-index.small-image .k-listview-content {
    display: flex;
    flex-wrap: wrap;
    /*    grid-template-columns: repeat(auto-fill, 100px);
    gap: 5px 5px;
*/
}

[b-omjfiszabw].symbols-index .k-card {
    width: 200px;
}

[b-omjfiszabw].symbols-index .k-card.small-image {
    width: 100px;
}

    [b-omjfiszabw].symbols-index .k-card.selected-item {
        border: 1px solid blue;
    }

    [b-omjfiszabw].symbols-index .k-card .k-card-body {
        /*width: 150px;*/
        background-color: rgba(0, 0, 0, 0.08);
        height: 150px;
    }
    [b-omjfiszabw].symbols-index .k-card.small-image .k-card-body {
        height: 100px;
    }

    [b-omjfiszabw].symbols-index .k-card .k-card-image {
        object-fit: contain;
        height: 140px;
        background-color: rgba(0, 0, 0, 0.08);
    }
    [b-omjfiszabw].symbols-index .k-card.small-image .k-card-image {
        height: 100px;
    }

    [b-omjfiszabw].symbols-index .k-card .k-card-body img {
        object-fit: contain;
        margin-left: auto;
        margin-right: auto;
        max-height: 100%;
        max-width: 100%;
        height: 100%;
    }

    [b-omjfiszabw].symbols-index .k-card .k-card-footer {
        padding: 0.5rem;
    }

[b-omjfiszabw].symbols-index .filter-bar {
    display: flex;
    margin-bottom: 0.5rem;
}

    [b-omjfiszabw].symbols-index .filter-bar p.label {
        margin-bottom: 0.25rem;
    }

    [b-omjfiszabw].symbols-index .filter-bar .k-textbox {
        max-width: 300px;
        margin-right: 0.5rem;
    }

    [b-omjfiszabw].symbols-index .filter-bar .k-dropdownlist {
        width: 150px;
        margin-right: 0.5rem;
    }
/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Views/SettingsView.razor.rz.scp.css */
[b-f3py5n4xhh].no-scroll .k-grid-content {
    overflow-y: hidden;
}

[b-f3py5n4xhh].no-scroll .k-grid-header {
    padding-right: 0 !important;
}

[b-f3py5n4xhh].no-scroll .k-grid-header-wrap {
    border-width: 0px !important;
}


[b-f3py5n4xhh].settings-section .k-tabstrip-left > .k-content, .k-tabstrip-left > .k-tabstrip-content[b-f3py5n4xhh] {
    border: none;
    border-radius: 0;
}

/*::deep.settings-section .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-state-selected {
    background-color: #3d691b;
    color: #fff;
}
*/

[b-f3py5n4xhh].settings-section .k-tabstrip-items-wrapper .k-item {
    color: #000;
}

[b-f3py5n4xhh].settings-section .k-tabstrip-items-wrapper .k-item.k-state-active {
    background-color: #386665;
    color: #fff;
    border-radius: 0;
}

[b-f3py5n4xhh].settings-section .k-item.k-active {
    background-color: #386665;
    color: #fff;
    border-radius: 0;
}

.settings-section .label-preview[b-f3py5n4xhh] {
    width: 300px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.settings-section .label-preview > img[b-f3py5n4xhh] {
    width: 100%;
    max-height: 100%;
}

.settings-section .signface-img[b-f3py5n4xhh] {
    background-color: rgba(0,0,0,0.08);
}
[b-f3py5n4xhh].settings-section .k-tabstrip-left > .k-tabstrip-items-wrapper {
    min-width: 150px;
}

[b-f3py5n4xhh].width-100 > button {
    width: 100%;
}
/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Views/SignFaceView.razor.rz.scp.css */
.control-footer[b-oylridsgmr] {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 15px;
    border-top-left-radius: 3px;

    background-color: var(--card-base-background);
    border: 1px solid var(--card-base-outline);

    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.signface-editor[b-oylridsgmr] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    min-height: 650px;
}

    .signface-editor > div[b-oylridsgmr] {
        padding: 1rem;
    }

    .signface-editor .signface-img[b-oylridsgmr] {
        display: flex;
        justify-content: center;
        margin: -1rem -1rem 0 -1rem;
        /*margin-bottom: auto;*/
        padding: 1rem;
        background-color: rgba(0,0,0,0.08);
        border-bottom: 1px solid black;
        min-height: 250px;
        max-height: 350px;
    }

.signface-editor .signface-form[b-oylridsgmr] {
    min-width: 450px;
}
    [b-oylridsgmr].signface-editor .signface-form .k-form-field {
        margin: 0.5rem;
    }


.signface-editor .section[b-oylridsgmr] {
    border: 1px solid black;
    border-right: none;
}
    .signface-editor .section:last-child[b-oylridsgmr] {
        border-right: 1px solid black;
        min-width: 650px;
    }
    .signface-editor .section.img[b-oylridsgmr] {
        display: flex;
        flex-direction: column;
    }

    .signface-editor .section.img .controls[b-oylridsgmr] {
        margin-top: auto;
    }



.form-buttons[b-oylridsgmr] {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.form-buttons-right[b-oylridsgmr] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}


/*.signface-editor .section.img {
    background-color: rgba(0,0,0,0.08);
}*/
/* _content/Aurecon.RoadFurniture.Signs.Library.Api/Views/SymbolsView.razor.rz.scp.css */
/*    ::deep.no-scroll .k-grid-content {
        overflow-y: hidden;
    }

    ::deep.no-scroll .k-grid-header {
        padding-right: 0 !important;
    }

    ::deep.no-scroll .k-grid-header-wrap {
        border-width: 0px !important;
    }

::deep .k-grid .k-header {
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

::deep.symbols-index .k-grid tr.k-alt {
    border-color:  rgba(0, 0, 0, 0.08);
}

::deep.symbols-index .k-grid td {
    background-color: rgba(0, 0, 0, 0.08);
    border-width: 0 0 0.25px 0.25px;
    border-color: rgba(0, 0, 0, 0.08);
}

::deep.symbols-index .k-grid tr {
    cursor: pointer;
}

::deep.symbols-index .k-grid tr td {
    border-width: 0 0 0.25px 0.25px;
    border-color:  rgba(0, 0, 0, 0.08);
}
::deep.symbols-index .k-grid tr td:first-child {
    border-left-width: 0;
}
.symbols-index .symbol-image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 100%;
}*/

/*::deep.symbols-index .k-listview-header,
.k-listview-content {
    padding: 20px;
}

::deep.symbols-index .k-listview-footer {
    border-width: 0;
    padding: 10px 20px;
}*/

