/* /Components/AllProjectsList.razor.rz.scp.css */
/*All Projects List Styling*/
div:has(.project-list)[b-qx5yxxj6n3], div:has(.projects-header)[b-qx5yxxj6n3] {
    max-width: 1600px;
    padding: 20px;
    margin: auto;
    margin-bottom: 50px;
}

.projects-header[b-qx5yxxj6n3] {
    font-weight: 600;
    margin-bottom: 20px;
}

/*Toolbar*/
div[b-qx5yxxj6n3]  .e-toolbar, div[b-qx5yxxj6n3]  .e-toolbar-items {
    background: none;
}

div[b-qx5yxxj6n3]  .e-toolbar-item button.e-control.e-btn, div[b-qx5yxxj6n3]  .e-toolbar-item button.e-control.e-btn:focus {
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #5c636a 1px;
    background: none;
}

div[b-qx5yxxj6n3]  .e-toolbar-item button.e-control.e-btn .e-tbar-btn-text, div[b-qx5yxxj6n3]  .e-toolbar-item button.e-control.e-btn:focus .e-tbar-btn-text, div[b-qx5yxxj6n3]  .e-toolbar-item button.e-control.e-btn .e-icons, div[b-qx5yxxj6n3]  .e-toolbar-item button.e-control.e-btn:focus .e-icons {
    color: #5c636a;
}

div[b-qx5yxxj6n3]  .e-toolbar-item.selected button.e-control.e-btn {
    background: #5c636a;
}

div[b-qx5yxxj6n3]  .e-toolbar-item.selected button.e-control.e-btn .e-tbar-btn-text, div[b-qx5yxxj6n3]  .e-toolbar-item.selected button.e-control.e-btn .e-icons,
div[b-qx5yxxj6n3]  .e-toolbar-item.selected button.e-control.e-btn:focus .e-tbar-btn-text, div[b-qx5yxxj6n3]  .e-toolbar-item.selected button.e-control.e-btn:focus .e-icons {
    color: #fff;
}

div[b-qx5yxxj6n3]  .e-toolbar-item:hover button.e-control.e-btn {
    background: #ddd;
}

div[b-qx5yxxj6n3]  .e-toolbar-item.selected:hover button.e-control.e-btn {
    background: #444;
}

div[b-qx5yxxj6n3]  .e-toolbar-item:active button.e-control.e-btn {
    background: #ccc;
}

div[b-qx5yxxj6n3]  .e-toolbar-item.selected:active button.e-control.e-btn {
    background: #333;
}

div[b-qx5yxxj6n3]  .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child {
    margin: auto;
    position: absolute;
    inset: 0;
    width: 30%;
}

/*Row And Header*/
div[b-qx5yxxj6n3]  .e-rowcell > div {
    display: flex;
    align-items: center;
}

div[b-qx5yxxj6n3]  .e-rowcell {
    cursor: pointer;
}

div[b-qx5yxxj6n3]  .e-rowcell > div img {
    width: auto;
    height: 30px;
}

div[b-qx5yxxj6n3]  .project-list {
    border-left: none;
    border-right: none;
}

div[b-qx5yxxj6n3]  .e-grid .e-toolbar {
    border: none;
}

div[b-qx5yxxj6n3]  .e-grid td.e-focused.e-rowcell, div[b-qx5yxxj6n3]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-qx5yxxj6n3]  .e-grid td, div[b-qx5yxxj6n3]  .e-gridheader {
    border: none;
    border-bottom: #aaa 1px solid;
}

div[b-qx5yxxj6n3]  .project-list img {
    margin-right: 10px;
} 


/*Options Button*/
div[b-qx5yxxj6n3]  td button.e-icon-btn, div[b-qx5yxxj6n3]  td .e-btn:focus {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
    padding: 2px 4px;
}

div[b-qx5yxxj6n3]  td button:hover, div[b-qx5yxxj6n3]  td .e-btn:focus:hover {
    background: #ddd;
    color: #333;
}

div[b-qx5yxxj6n3]  td button:active, div[b-qx5yxxj6n3]  td .e-btn:focus:active {
    background: #ccc;
}

div[b-qx5yxxj6n3]  .e-rowcell:has(button) {
    cursor: default;
}

div[b-qx5yxxj6n3]  td button .e-caret {
    display: none;
}

div[b-qx5yxxj6n3]  td button .e-btn-icon.e-icon-left {
    margin: 0px;
    font-size: 16px;
}


/*Spinner*/
div.loading-container[b-qx5yxxj6n3] {
    height: 100%;
    align-content: center;
    justify-content: center;
    width: 300px;
    margin: auto;
    margin-top: 20vh;
}

div.loading-container[b-qx5yxxj6n3]  div {
    text-align: center;
}

/* /Components/AllProjectsListWithFilters.razor.rz.scp.css */
/*All Projects List Styling*/
div:has(.project-list)[b-f61z9nnrza], div:has(.projects-header)[b-f61z9nnrza] {
    max-width: 1600px;
    padding: 20px;
    margin: auto;
    margin-bottom: 50px;
}

/*Toolbar*/
div[b-f61z9nnrza]  .e-toolbar, div[b-f61z9nnrza]  .e-toolbar-items {
    background: none;
}

div[b-f61z9nnrza]  .e-toolbar-item button.e-control.e-btn, div[b-f61z9nnrza]  .e-toolbar-item button.e-control.e-btn:focus {
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #5c636a 1px;
    background: none;
}

div[b-f61z9nnrza]  .e-toolbar-item button.e-control.e-btn .e-tbar-btn-text, div[b-f61z9nnrza]  .e-toolbar-item button.e-control.e-btn:focus .e-tbar-btn-text, div[b-f61z9nnrza]  .e-toolbar-item button.e-control.e-btn .e-icons, div[b-f61z9nnrza]  .e-toolbar-item button.e-control.e-btn:focus .e-icons {
    color: #5c636a;
}

div[b-f61z9nnrza]  .e-toolbar-item.selected button.e-control.e-btn {
    background: #5c636a;
}

div[b-f61z9nnrza]  .e-toolbar-item.selected button.e-control.e-btn .e-tbar-btn-text, div[b-f61z9nnrza]  .e-toolbar-item.selected button.e-control.e-btn .e-icons,
div[b-f61z9nnrza]  .e-toolbar-item.selected button.e-control.e-btn:focus .e-tbar-btn-text, div[b-f61z9nnrza]  .e-toolbar-item.selected button.e-control.e-btn:focus .e-icons {
    color: #fff;
}

div[b-f61z9nnrza]  .e-toolbar-item:hover button.e-control.e-btn {
    background: #ddd;
}

div[b-f61z9nnrza]  .e-toolbar-item.selected:hover button.e-control.e-btn {
    background: #444;
}

div[b-f61z9nnrza]  .e-toolbar-item:active button.e-control.e-btn {
    background: #ccc;
}

div[b-f61z9nnrza]  .e-toolbar-item.selected:active button.e-control.e-btn {
    background: #333;
}

div[b-f61z9nnrza]  .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child {
    margin: auto;
    position: absolute;
    inset: 0;
    width: 30%;
}

/*Row And Header*/
div[b-f61z9nnrza]  .e-rowcell > div {
    display: flex;
    align-items: center;
}

div[b-f61z9nnrza]  .e-rowcell {
    cursor: pointer;
}

div[b-f61z9nnrza]  .e-rowcell > div img {
    width: auto;
    height: 30px;
}

div[b-f61z9nnrza]  .project-list {
    border-left: none;
    border-right: none;
}

div[b-f61z9nnrza]  .e-grid .e-toolbar {
    border: none;
}

div[b-f61z9nnrza]  .e-grid td.e-focused.e-rowcell, div[b-f61z9nnrza]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-f61z9nnrza]  .e-grid td, div[b-f61z9nnrza]  .e-gridheader {
    border: none;
    border-bottom: #aaa 1px solid;
}

div[b-f61z9nnrza]  .project-list img {
    margin-right: 10px;
} 


/*Options Button*/
div[b-f61z9nnrza]  td button.e-icon-btn, div[b-f61z9nnrza]  td .e-btn:focus {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
    padding: 2px 4px;
}

div[b-f61z9nnrza]  td button:hover, div[b-f61z9nnrza]  td .e-btn:focus:hover {
    background: #ddd;
    color: #333;
}

div[b-f61z9nnrza]  td button:active, div[b-f61z9nnrza]  td .e-btn:focus:active {
    background: #ccc;
}

div[b-f61z9nnrza]  .e-rowcell:has(button) {
    cursor: default;
}

div[b-f61z9nnrza]  td button .e-caret {
    display: none;
}

div[b-f61z9nnrza]  td button .e-btn-icon.e-icon-left {
    margin: 0px;
    font-size: 16px;
}


/*Spinner*/
div.loading-container[b-f61z9nnrza] {
    height: 100%;
    align-content: center;
    justify-content: center;
    width: 300px;
    margin: auto;
    margin-top: 20vh;
}

div.loading-container[b-f61z9nnrza]  div {
    text-align: center;
}

.filter-toggle-btn.active[b-f61z9nnrza] {
    background-color: #e8f4fd;
    border-color: #c2e0ff;
}

.filter-toggle-btn i[b-f61z9nnrza] {
    margin-right: 0.5rem;
}

.filter-group-header[b-f61z9nnrza] {
    font-weight: 600;
    margin-bottom: 0.5rem;
}


.filter-option.selected[b-f61z9nnrza] {
    background-color: var(--oconsoft-red);
    color: white;
    border-color: var(--oconsoft-red);
}

.search-container[b-f61z9nnrza] {
    position: relative;
    display: flex;
    align-items: center;
}

.clear-search-btn[b-f61z9nnrza] {
    position: absolute;
    right: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
}

/* Status badges */
.status-badge[b-f61z9nnrza] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.status-open[b-f61z9nnrza] {
    background-color: #e3f2fd;
    color: #1976d2;
}

.status-accepted[b-f61z9nnrza] {
    background-color: #e8f5e9;
    color: #388e3c;
}

.status-rejected[b-f61z9nnrza] {
    background-color: #fbe9e7;
    color: #d32f2f;
}

/* /Components/CalculationPrintout.razor.rz.scp.css */
*[b-c2vqyi9z22] {
    font-size: 10px;
}

.wage[b-c2vqyi9z22], .materials[b-c2vqyi9z22], .models[b-c2vqyi9z22] {
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
    padding-bottom: 25px;
    width: calc(100% - 40px);
}

.profitmargin[b-c2vqyi9z22] {
    display: flex;
}

.profitmargin > div:first-child[b-c2vqyi9z22] {
    width: 150px;
}

.wages > div[b-c2vqyi9z22], .transport > div[b-c2vqyi9z22], .total > div[b-c2vqyi9z22], .total-materials > div[b-c2vqyi9z22], .model > div[b-c2vqyi9z22] {
    display: flex;
    justify-content: space-between;
}

.wages[b-c2vqyi9z22] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.total-materials[b-c2vqyi9z22] {
    margin-top: 10px;
}

.total-materials[b-c2vqyi9z22], .total[b-c2vqyi9z22], .model[b-c2vqyi9z22], .transport[b-c2vqyi9z22] {
    margin-bottom: 10px;
}

.wages > div div:first-child[b-c2vqyi9z22], .transport > div div:first-child[b-c2vqyi9z22] {
    width: 100px;
}

.wages > div div:nth-child(2)[b-c2vqyi9z22], .transport > div div:nth-child(2)[b-c2vqyi9z22] {
    width: 50px;
}

.wages > div div:nth-child(3)[b-c2vqyi9z22], .transport > div div:nth-child(3)[b-c2vqyi9z22] {
    width: 40px;
}

.wages > div div:nth-child(4)[b-c2vqyi9z22], .transport > div div:nth-child(4)[b-c2vqyi9z22] {
    width: 40px;
}


.wages > div div:nth-child(4)[b-c2vqyi9z22], .transport > div div:nth-child(4)[b-c2vqyi9z22] {
   margin-right: auto;
}

.wages > div div:nth-child(6)[b-c2vqyi9z22], .transport > div div:nth-child(5)[b-c2vqyi9z22] {
    min-width: 30px;
    text-align: end;
    margin-right: 60px;
}

.wages > div div:last-child[b-c2vqyi9z22], .transport > div div:last-child[b-c2vqyi9z22],
.total > div div:last-child[b-c2vqyi9z22], .total-materials > div div:last-child[b-c2vqyi9z22] {
    width: 15px;
    text-align: end;
}

.wages > div div:nth-last-child(2)[b-c2vqyi9z22], .transport > div div:nth-last-child(2)[b-c2vqyi9z22],
.total > div div:nth-last-child(2)[b-c2vqyi9z22], .total-materials > div div:nth-last-child(2)[b-c2vqyi9z22] {
    width: 60px;
    text-align: end;
}

.total > div div:first-child[b-c2vqyi9z22], .total-materials > div div:first-child[b-c2vqyi9z22] {
    width: 250px;
    margin-right: auto;
}

.total > div:first-child div:not(:first-child)[b-c2vqyi9z22] {
    border-top: solid 1px #333;
}

.total > div:last-child div:not(:first-child)[b-c2vqyi9z22] {
    border-bottom: solid 1px #333;
}

.title[b-c2vqyi9z22] {
    font-weight: 600;
}

.description[b-c2vqyi9z22] {
    font-style: italic;
    font-size: 8px;
}

.model > div div:last-child[b-c2vqyi9z22] {
    width: 60px;
    text-align: end;
}

.model > div:not(:first-child) div:last-child[b-c2vqyi9z22] {
    border-top: solid 1px #333;
}

.footer[b-c2vqyi9z22] {
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}
/* /Components/CalculationsHeader.razor.rz.scp.css */
/*Header Styling*/
.header[b-9ic8rg0o1v] {
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-top: 20px;
}

/*Left aligned elements*/
.header-left[b-9ic8rg0o1v] {
    display: flex;
}

.IP-image[b-9ic8rg0o1v] {
    width: auto;
    height: 50px;
}

.header-left[b-9ic8rg0o1v]  .project-name.e-input-group input.e-input[readonly], .header-left[b-9ic8rg0o1v]  .e-input-group.e-control-wrapper .e-input[readonly],
.header-left[b-9ic8rg0o1v]  .project-name.e-input-group input.e-input, .header-left[b-9ic8rg0o1v]  .e-input-group.e-control-wrapper .e-input {
    background: #fff;
    border: none;
    font-weight: bolder;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: var(--bs-body-font-size);
    padding: 0;
}

.header-left[b-9ic8rg0o1v]  .project-name.e-input-group, .header-left[b-9ic8rg0o1v]  .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
.header-left[b-9ic8rg0o1v]  .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .header-left[b-9ic8rg0o1v]  .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    border: none;
    box-shadow: none;
}

.project-details[b-9ic8rg0o1v] {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.project-status[b-9ic8rg0o1v] {
    margin-left: 4px;
    align-content: center;
}

/*Right aligned elements*/
.header-right[b-9ic8rg0o1v] {
    display: flex;
}

.author[b-9ic8rg0o1v] {
    width: 100%;
}


/*Header Buttons*/
.header[b-9ic8rg0o1v]  .e-btn:focus {
    background: #ddd;
    color: #000;
    box-shadow: none;
}

.header[b-9ic8rg0o1v]  .e-btn:hover {
    background: #5c636a;
    color: #fff; 
}

.header[b-9ic8rg0o1v]  .e-btn, .header[b-9ic8rg0o1v]  .e-btn:active {
    color: #000;
    margin: auto;
    background: none;
    border: none;
}
/* /Components/CladdingSolutionList.razor.rz.scp.css */
/*Grid*/
div[b-gnku6gfuxe]  .cladding-list {
    margin-top: 10px;
    margin-bottom: 50px;
}

div[b-gnku6gfuxe]  .e-grid td.e-focused.e-rowcell, div[b-gnku6gfuxe]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-gnku6gfuxe]  .cladding-list button {
    background: none;
    border: none;
    color: #333;
    box-shadow: none;
}


div[b-gnku6gfuxe]  .cladding-list button:active {
    background: #ddd;
    box-shadow: none; 
}

div[b-gnku6gfuxe]  .cladding-list button .e-btn-icon:nth-child(2) {
    display: none;
}

div[b-gnku6gfuxe]  .cladding-list .e-detailcell {
    padding: 0px;
    border: none;
}

div[b-gnku6gfuxe]  .layer-list {
    border: none;
}
/* /Components/CreateProjects.razor.rz.scp.css */
/*Create*/
.body .create-background[b-dvykzyswxt] {
    background-image: url("/Images/Background.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.body .create[b-dvykzyswxt] {
    padding: 40px;
    margin: auto;
    max-width: 1680px;
}

.create[b-dvykzyswxt]  button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    width: 120px;
    height: 120px;
}

.create[b-dvykzyswxt]  button:hover {
    background: #ffdddd50;
    border-radius: 0px;
}

.create[b-dvykzyswxt]  button:active {
    background: #ecc;
}

.create[b-dvykzyswxt]  button span {
    font-size: 50px;
}

.create-container[b-dvykzyswxt] {
    display: flex;
    align-items: start;
}
/* /Components/FreeTextField.razor.rz.scp.css */
.freetext[b-h3zbrsitm7] {
    box-shadow: 0px 4px 6px 2px #00000021;
    outline: none;
    padding: 5px;
    padding-right: 5px;
    --bs-gutter-x: 0px;
    margin-top: 10px;
    display: flex;
    height: 36px;
    position: relative;
}

.selected[b-h3zbrsitm7] {
    background: #ddd;
    box-shadow: 0px 4px 6px 2px #0004;
}


/*freetext Hidden Textbox Styling*/
.freetext[b-h3zbrsitm7]  .e-input-group .e-input, .freetext[b-h3zbrsitm7]  .e-input-group.e-control-wrapper .e-input {
    background: none;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: small;
    font-weight: 500;
    height: 26px;
    padding: 0px;
}


.freetext[b-h3zbrsitm7]  .e-input-group .e-input:read-only, .freetext[b-h3zbrsitm7]  .e-input-group.e-control-wrapper .e-input:read-only {
    cursor: default
}

.freetext[b-h3zbrsitm7]  .freetext-field.freetext-field {
    background: none;
    border: none;
    width: 630px;
    margin-left: 15px;
    font-size: small;
    font-weight: 500;
    height: 26px;
    align-content: center;
}

.freetext[b-h3zbrsitm7]  .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .freetext[b-h3zbrsitm7]  .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error):has(input[readonly]), .freetext[b-h3zbrsitm7]  .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .freetext[b-h3zbrsitm7]  .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: none;
}

/* /Components/Group.razor.rz.scp.css */
/*Group Header*/
.group-header[b-0xx0cxmjpf] {
    display: flex;
    box-shadow: 0px 4px 6px 2px #00000021;
    margin-top: 20px;
    outline: none;
}

iconcontainer[b-0xx0cxmjpf] {
    width: 50%;
}

.group-header iconcontainer[b-0xx0cxmjpf]  .group-name {
    width: 100%;
}

.group-header[b-0xx0cxmjpf]  .group-name, .group-header h6[b-0xx0cxmjpf] {
    width: 50%;
    align-self: end;
    margin: 0px;
    height: 26px;
    align-content: center;
}


.group-header > div[b-0xx0cxmjpf] {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    padding-right: 5px;
}

.header-columns[b-0xx0cxmjpf] {
    display: flex;
    width: 100%;
    margin-left: 37px;
}

.header-columns.hasicons[b-0xx0cxmjpf] {
    margin-left: 67px;
}

.header-column[b-0xx0cxmjpf] {
    width: calc(calc(100% - 120px) / 8);
    padding-left: 10px;
}

.header-column:first-child[b-0xx0cxmjpf] {
    width: calc(calc(calc(100% - 120px) / 8) + 20px);
}

.header-column:nth-child(2)[b-0xx0cxmjpf] {
    width: calc(calc(calc(100% - 120px) / 8) + 80px);
}

.header-column:nth-child(3)[b-0xx0cxmjpf] {
    width: calc(calc(calc(100% - 120px) / 8) + 40px);
}

.hasicons .header-column[b-0xx0cxmjpf] {
    width: calc(calc(100% - 140px) / 8);
}

.hasicons .header-column:first-child[b-0xx0cxmjpf] {
    width: calc(calc(calc(100% - 140px) / 8) + 20px);
}

.hasicons .header-column:nth-child(2)[b-0xx0cxmjpf] {
    width: calc(calc(calc(100% - 140px) / 8) + 80px);
}

.hasicons .header-column:nth-child(3)[b-0xx0cxmjpf] {
    width: calc(calc(calc(100% - 140px) / 8) + 40px);
}


.selected[b-0xx0cxmjpf] {
    background: #ddd;
    box-shadow: 0px 4px 6px 2px #0004;
}

.group-price[b-0xx0cxmjpf] {
    text-align: end;
    padding-right: 10px;
    margin-left: auto; 
}


/*Solutions*/
.solutions[b-0xx0cxmjpf] {
    margin-left: 45px;
}



/*Button Icon Styling*/
.group-header[b-0xx0cxmjpf]  .e-icons {
    width: fit-content;
    align-self: center;
    padding: 8px;
    cursor: pointer;
}

.group-header[b-0xx0cxmjpf]  .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
    display: none;
}

/*GroupName Hidden Textbox Styling*/
.group-header[b-0xx0cxmjpf]  .e-input-group .e-input, .group-header[b-0xx0cxmjpf]  .e-input-group.e-control-wrapper .e-input {
    background: none;
    box-shadow: none;
    font-size: large;
    font-weight: 600;
    height: 26px;
}


.group-header[b-0xx0cxmjpf]  .e-input-group .e-input:read-only, .group-header[b-0xx0cxmjpf]  .e-input-group.e-control-wrapper .e-input:read-only {
    cursor: default
}

.group-header[b-0xx0cxmjpf]  .group-name.group-name {
    background: none;
    border: none;
    font-size: large;
    font-weight: 600;
}

.group-header[b-0xx0cxmjpf]  .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .group-header[b-0xx0cxmjpf]  .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error):has(input[readonly]), .group-header[b-0xx0cxmjpf]  .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .group-header[b-0xx0cxmjpf]  .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: none;
}


/*Icons*/
iconcontainer[b-0xx0cxmjpf] {
    position: relative;
    align-content: center;
}


iconcontainer span.e-badge[b-0xx0cxmjpf] {
    top: 4px;
    bottom: 10px;
    left: -2px;
}


/* /Components/GroupList.razor.rz.scp.css */
/*Document Styling*/
.groups[b-1oj3r414i7] {
    width: calc(100%);
    height: calc(100vh - 160px);
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 40vh;
}

/*Groups Styling*/
.groups > div[b-1oj3r414i7] {
    width: 1400px;
    min-width: 1000px;
    margin-left: calc(50% - 700px);
    margin-right: calc(50% - 700px);
}

/*Spinner*/
div.loading-container[b-1oj3r414i7] {
    height: 100%;
    align-content: center;
    justify-content: center;
    width: 300px;
    margin: auto;
}

div.loading-container[b-1oj3r414i7]  div {
    text-align: center;  
}


/* /Components/HomeLayout.razor.rz.scp.css */
/*Background*/
.background[b-22wgjyh9pa] {
    background: #f0f0f0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

/*Header*/
.header[b-22wgjyh9pa] {
    position: sticky;
    top: 0px;
    z-index: 10;
    display: flex;
    justify-content: end;
    height: 60px;
    align-items: center;
}

.header[b-22wgjyh9pa]  button {
    background: none;
    border: none;
    color: #333;
    box-shadow: none;
    height: fit-content;
}

/*Help button*/
.header[b-22wgjyh9pa]  button:first-child {
    height: 25px;
    width: 25px;
    padding: 0px;
    display: flex;
    margin-right: 5px;
}

.header[b-22wgjyh9pa]  button:first-child img {
    width: 25px;
    height: 25px;
}

.header[b-22wgjyh9pa]  button:focus {
    box-shadow: none;
}

.header[b-22wgjyh9pa]  button span {
    display: none;
}

.header[b-22wgjyh9pa]  .profile-card {
    margin: 0px;
}

/*Navigation sidebar*/
.navbar[b-22wgjyh9pa] {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
    width: 70px;
    padding: 0px;
    margin: 0px;
    height: 100%;
    z-index: 20;

}

.navbar img[b-22wgjyh9pa] {
    width: 90%;
    margin: 5px;
}

.navbar[b-22wgjyh9pa]  button img {
    width: 45px;
    margin: -10px;
}

.navbar[b-22wgjyh9pa]  span {
    font-size: 15px;
}

.navbar[b-22wgjyh9pa]  button {
    font-size: 10px;
}

.navbar[b-22wgjyh9pa]  button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 7.5px;
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.navbar[b-22wgjyh9pa]  button:hover {
    background: #0001;
    border-radius: 0px;
}

.navbar[b-22wgjyh9pa]  button:active {
    background: #0002;
    border-radius: 0px;
}

/*Body*/
.body[b-22wgjyh9pa] {
    height: calc(100vh - 60px);
    margin-left: 70px;
    box-shadow: #ccc 0px 0px 5px 1px;
    background: #fff;
    overflow: auto;
}
/* /Components/Layer.razor.rz.scp.css */
/*Layer Style*/
.layer[b-2330pz5vf9] {
    display: flex;
    outline: none;
}

.layer.selected[b-2330pz5vf9] {
    background: #0001
}

.layer.undefined[b-2330pz5vf9] {
    background: #a001
}

.layer > div[b-2330pz5vf9] {
    width: calc(calc(100% - 167px)  / 9);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: small;
    overflow: clip;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-content: center;
    height: 30px;
}

.layer > div:nth-child(2)[b-2330pz5vf9] {
    width: calc(calc(calc(100% - 167px) / 9) - 30px);
}

.layer > div:nth-child(3)[b-2330pz5vf9] {
    width: calc(calc(calc(100% - 167px) / 9) + 30px);
}

.layer > .index[b-2330pz5vf9] {
    width: 67px;
}

.layer > .total-price[b-2330pz5vf9] {
    text-align: end;
    width: 100px;
}

.layer *[b-2330pz5vf9] {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
}

/*ProductInput*/
.layer[b-2330pz5vf9]  .e-input-group:not(.e-input-focus) {
    background: none;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: small;
    font-weight: var(--bs-body-font-weight);
}

.layer[b-2330pz5vf9]  .e-input-group:not(.e-input-focus) {
    height: 20px;
    padding: 0px;
}

.layer[b-2330pz5vf9]  .e-input-group:not(.e-input-focus) input {
    padding: 0px;
}

.layer[b-2330pz5vf9]  .e-input-group input {
    height: 20px;
} 

/*QuantityInput*/
.layer[b-2330pz5vf9]  .e-input-group-icon {
    display: none;
}

/*Spinners*/
.layer[b-2330pz5vf9]  .e-spinner-pane {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.layer[b-2330pz5vf9]  .e-spinner-pane .e-spin-bootstrap5 {
    width: 14px !important;
    height: 14px !important;
    transform-origin: 7px 7px 7px !important;
}

.layer[b-2330pz5vf9]  .e-spinner-pane .e-spin-bootstrap5 path {
    stroke: #aaa;
}
/* /Components/MainLayout.razor.rz.scp.css */
.page[b-x82mwya6tj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x82mwya6tj] {
    flex: 1;
}

.sidebar[b-x82mwya6tj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x82mwya6tj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x82mwya6tj]  a, .top-row[b-x82mwya6tj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x82mwya6tj]  a:hover, .top-row[b-x82mwya6tj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x82mwya6tj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x82mwya6tj] {
        display: none;
    }

    .top-row.auth[b-x82mwya6tj] {
        justify-content: space-between;
    }

    .top-row[b-x82mwya6tj]  a, .top-row[b-x82mwya6tj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x82mwya6tj] {
        flex-direction: row;
    }

    .sidebar[b-x82mwya6tj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x82mwya6tj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x82mwya6tj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x82mwya6tj], article[b-x82mwya6tj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/ManualCalculation.razor.rz.scp.css */
.manual-calculation[b-5ny9y9fbm0] {
    box-shadow: 0px 4px 6px 2px #00000021;
    outline: none;
    padding-right: 5px;
    --bs-gutter-x: 0px;
    margin-top: 10px;
    display: flex;
}

.selected[b-5ny9y9fbm0] {
    background: #ddd;
    box-shadow: 0px 4px 6px 2px #0004;
}

/*Column styling*/
.manual-calculation > div[b-5ny9y9fbm0] {
    width: calc(calc(100% - 202px) / 8);
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    padding-left: 10px;
    padding-right: 10px;
    align-content: center;
    text-overflow: ellipsis;
    overflow-x: clip;
    overflow-y: visible;
    white-space: nowrap;
    height: calc(var(--bs-body-font-size) + 34px);
}

.manual-calculation > div:nth-child(1)[b-5ny9y9fbm0] {
    width: 630px;
    margin-left: 10px;
}

.manual-calculation > div:nth-child(2)[b-5ny9y9fbm0] {
    width: calc(calc(calc(100% - 152px) / 8) - 55px);
    margin-left: 0px;
    margin-right: 50px;
}

.manual-calculation > div:nth-child(3)[b-5ny9y9fbm0] {
    width: calc(calc(calc(100% - 152px) / 8) + 0px);
}

.manual-calculation > div:last-child[b-5ny9y9fbm0] {
    text-align: end;
}

/*ManualCalculation Hidden Textbox Styling*/
.manual-calculation[b-5ny9y9fbm0]  .e-input-group .e-input, .manual-calculation[b-5ny9y9fbm0]  .e-input-group.e-control-wrapper .e-input {
    background: none;
    box-shadow: none;
    height: 26px;
}


.manual-calculation[b-5ny9y9fbm0]  .e-input-group .e-input:read-only, .manual-calculation[b-5ny9y9fbm0]  .e-input-group.e-control-wrapper .e-input:read-only {
    cursor: default
}

.manual-calculation[b-5ny9y9fbm0]  .e-input-group input.e-control {
    padding: 0px;
}
.manual-calculation[b-5ny9y9fbm0]  .e-input-group {
    background: none;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
}

.manual-calculation[b-5ny9y9fbm0]  .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .manual-calculation[b-5ny9y9fbm0]  .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error):has(input[readonly]), .manual-calculation[b-5ny9y9fbm0]  .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .manual-calculation[b-5ny9y9fbm0]  .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: none;
}

.manual-calculation[b-5ny9y9fbm0]  .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
    display: none;
}
/* /Components/MaterialsPrintout.razor.rz.scp.css */
/*Page*/
*[b-fd1gd4yy5y] {
    font-size: 10px;
}

.viewport[b-fd1gd4yy5y] {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.page[b-fd1gd4yy5y] {
    width: calc(210px * 3);
    height: calc(297px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    margin-bottom: 25px;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.Materialeliste .page[b-fd1gd4yy5y] {
    height: calc(210px * 3);
    width: calc(297px * 3);
}

.partial-page-end[b-fd1gd4yy5y] {
    width: calc(210px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    padding-top: 0px;
    margin-bottom: 25px;
    border-top: none;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.partial-page-start[b-fd1gd4yy5y] {
    width: calc(210px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    padding-bottom: 0px;
    border-bottom: none;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.page:first-child[b-fd1gd4yy5y], .partial-page-start:first-child[b-fd1gd4yy5y] {
    margin-top: 50px;
}

.page:last-child[b-fd1gd4yy5y], .partial-page-end:last-child[b-fd1gd4yy5y] {
    margin-bottom: 50px;
}

/*Header*/
.title[b-fd1gd4yy5y] {
    width: 100%;
    text-align: center;
}

.page>.header[b-fd1gd4yy5y] {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page>.header div[b-fd1gd4yy5y] {
    font-size: 11px;
}

.page > .header > div[b-fd1gd4yy5y] {
    width: 150px
}

.page > .header > div:not(:first-child):not(:last-child)[b-fd1gd4yy5y] {
    text-align: center;
}

/*MaterialList*/
.material-list[b-fd1gd4yy5y] {
    margin-left: 10px; 
    margin-right: 10px;
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
    padding-bottom: 25px;
    width: calc(100% - 20px);
}

.material-header[b-fd1gd4yy5y], .product[b-fd1gd4yy5y] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product[b-fd1gd4yy5y] {
    margin-bottom: 5px;
}


.product > div[b-fd1gd4yy5y], .material-header > div[b-fd1gd4yy5y] {
    width: max-content;
    padding: 0px;
    margin-right: 5px;
}

/*Name*/
.product > .name[b-fd1gd4yy5y], .material-header > .name[b-fd1gd4yy5y] {
    width: 120px;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: clip;
}

/*Løsningstype*/
.product > .solution-type[b-fd1gd4yy5y], .material-header > .solution-type[b-fd1gd4yy5y] {
    width: 65px;
}

/*Supplier*/
.product > .wholesaler[b-fd1gd4yy5y], .material-header > .wholesaler[b-fd1gd4yy5y] {
    width: 45px;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: clip;

}

/*Dimensions*/
.product > .dimensions[b-fd1gd4yy5y], .material-header > .dimensions[b-fd1gd4yy5y] {
    width: 150px;
}

/*Type*/
.product > .type[b-fd1gd4yy5y], .material-header > .type[b-fd1gd4yy5y] {
    width: 35px;
}

/*Quantity*/
.product > .quantity[b-fd1gd4yy5y], .material-header > .quantity[b-fd1gd4yy5y] {
    width: 30px;
}

/*Quantity Unit*/
.product > .quantity-unit[b-fd1gd4yy5y], .material-header > .quantity-unit[b-fd1gd4yy5y] {
    width: 20px;
}

/*Complexity*/
.product > .complexity[b-fd1gd4yy5y], .material-header > .complexity[b-fd1gd4yy5y] {
    width: 35px;
}

/*List Price*/
.product > .price[b-fd1gd4yy5y], .material-header > .price[b-fd1gd4yy5y] {
    width: 35px;
}

/*Contents*/
.product > .contents[b-fd1gd4yy5y], .material-header > .contents[b-fd1gd4yy5y] {
    width: 25px;
}

/*Content Unit*/
.product > .content-unit[b-fd1gd4yy5y], .material-header > .content-unit[b-fd1gd4yy5y]  {
    width: 20px;
}

/*Package Amount*/
.product > .package-quantity[b-fd1gd4yy5y], .material-header > .package-quantity[b-fd1gd4yy5y] {
    width: 25px;
}

/*Discount*/
.product > .discount[b-fd1gd4yy5y], .material-header > .discount[b-fd1gd4yy5y] {
    width: 25px;
}

/*Netto*/
.product > .netto[b-fd1gd4yy5y], .material-header > .netto[b-fd1gd4yy5y] {
    width: 35px;
}

/*Valuta*/
.product > .valuta[b-fd1gd4yy5y], .material-header > .valuta[b-fd1gd4yy5y] {
    width: 35px;
}

/*Total*/
.total[b-fd1gd4yy5y] {
    margin-top: 15px;
}

.total > div[b-fd1gd4yy5y] {
    display: flex;
    justify-content: space-between;
    margin-right: 5px;
}

.total > .total-price[b-fd1gd4yy5y] {
    font-weight: 600;
}

/*Footer*/
.footer[b-fd1gd4yy5y] {
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}
/* /Components/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-99hlw0mn8j] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-99hlw0mn8j] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-99hlw0mn8j] {
    font-size: 1.1rem;
}

.oi[b-99hlw0mn8j] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-99hlw0mn8j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-99hlw0mn8j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-99hlw0mn8j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-99hlw0mn8j]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-99hlw0mn8j]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-99hlw0mn8j]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-99hlw0mn8j] {
        display: none;
    }

    .collapse[b-99hlw0mn8j] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/PrintoutSettings.razor.rz.scp.css */
.settings-container[b-fos7xljeeq] {
    height: 100%;
    width: 30%;
    background: #eee;
    border-right: solid 1px #cccc;
    padding: 25px;
}

.settings-container .buttons[b-fos7xljeeq] {
    display: flex;
    justify-content: space-between;
}

.settings-container[b-fos7xljeeq]  button, .settings-container[b-fos7xljeeq]  .e-split-btn-wrapper .e-btn {
    margin-bottom: 10px;
    background: none;
    color: #111;
    border: none;
    box-shadow: none;
}

.settings-container[b-fos7xljeeq]  button:active , .settings-container[b-fos7xljeeq]  .e-split-btn-wrapper .e-btn:active {
    background: #ddd;
}

.settings-container[b-fos7xljeeq]  button span {
    font-weight: 600;
    font-size: 25px;
}

.settings-container[b-fos7xljeeq]  button:disabled {
    opacity: 0.6; 
}

.settings-container[b-fos7xljeeq]  button:active:disabled, .settings-container[b-fos7xljeeq]  .e-split-btn-wrapper .e-btn:active:disabled {
    background: none;
}


/*Settings block*/
.settings-block[b-fos7xljeeq] {
    margin-top: 20px;
}

.settings-block > h6[b-fos7xljeeq] {
    cursor: pointer;
}

.settings-bar[b-fos7xljeeq] {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.settings-bar[b-fos7xljeeq]  * {
    margin-right: 10px;
}

/*Switch style*/
.settings-container[b-fos7xljeeq]  .e-switch-wrapper .e-switch-inner {
    border: solid #666 1px;
}

.settings-container[b-fos7xljeeq]  .e-switch-wrapper .e-switch-handle, .settings-container[b-fos7xljeeq]  .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
    background: #666;
}

.settings-container[b-fos7xljeeq]  .e-switch-wrapper .e-switch-handle.e-switch-active {
    background: #fff;
}

.settings-container[b-fos7xljeeq]  .e-switch-wrapper.e-switch-inner.e-switch-active, .settings-container[b-fos7xljeeq]  .e-switch-wrapper .e-switch-on, .settings-container[b-fos7xljeeq]  .e-switch-wrapper .e-switch-inner.e-switch-active, .settings-container[b-fos7xljeeq]  .e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
    background: #666;
    border: #666;
}

.settings-container[b-fos7xljeeq]  .e-switch-wrapper:active .e-switch-inner, .settings-container[b-fos7xljeeq]  .e-switch-wrapper:focus .e-switch-inner {
    box-shadow: 0 0 0 4px #e4151560;
}

.settings-container[b-fos7xljeeq]  .e-switch-wrapper .e-switch-handle {
    height: 8px;
    width: 8px;
    left: 16px;
    margin-left: -12px;
}

.settings-container[b-fos7xljeeq]  .e-switch-handle.e-switch-active {
    left: 100%;
}

.settings-container[b-fos7xljeeq]  .e-switch-wrapper {
    width: 35px;
    height: 14px;
}
/* /Components/PrintoutViewport.razor.rz.scp.css */
/*PaperLike*/
*[b-xtdv9mdqno]   *{
    font-family: 'Times New Roman', Times, serif;
}

.viewport[b-xtdv9mdqno] {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.page[b-xtdv9mdqno] {
    width: calc(210px * 3);
    height: calc(297px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    margin-bottom: 25px;
    display: flex;
    align-items: start;
    flex-direction: column;

}

.Materialeliste .page[b-xtdv9mdqno] {
    height: calc(210px * 3);
    width: calc(297px * 3);
}

.partial-page-end[b-xtdv9mdqno] {
    width: calc(210px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    padding-top: 0px;
    margin-bottom: 25px;
    border-top: none;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.partial-page-start[b-xtdv9mdqno] {
    width: calc(210px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    padding-bottom: 0px;
    border-bottom: none;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.page:first-child[b-xtdv9mdqno], .partial-page-start:first-child[b-xtdv9mdqno] {
    margin-top: 50px;
}

.page:last-child[b-xtdv9mdqno], .partial-page-end:last-child[b-xtdv9mdqno] {
    margin-bottom: 50px;
}


/*Header*/
.title[b-xtdv9mdqno] {
    width: 100%;
    text-align: center;
}

.header[b-xtdv9mdqno] {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header div[b-xtdv9mdqno] {
    font-size: 11px;
}

.header > div[b-xtdv9mdqno] {
    width: 150px
}

.header > div:not(:first-child):not(:last-child)[b-xtdv9mdqno]
{
    text-align: center;
}


/*Grid*/
.viewport[b-xtdv9mdqno]  .group-grid .e-content {
    overflow: clip;
}

.viewport[b-xtdv9mdqno]  .group-grid * {
    font-size: 12px;
}

.viewport[b-xtdv9mdqno]  .group-grid * {
    border: none;
}

.viewport[b-xtdv9mdqno]  .group-grid {
    border: none;
}

.viewport[b-xtdv9mdqno]  .e-detailcell {
    padding: 0px;
}
/* /Components/PrivateProductsExportDialog.razor.rz.scp.css */
.dialog.e-dialog .fields .download-btn[b-lmlhkamlgy] {
    display: flex;
    align-items: center;
    gap: 8px; /* space between button and text */
    margin-top: 0.6rem; /* spacing from the dropdown above */
    margin-left: 10px;
}

    .dialog.e-dialog .fields .download-btn p[b-lmlhkamlgy] {
        margin: 0;
    }

.header[b-lmlhkamlgy] {
    margin-left: 10px;
    margin-bottom: 2px;
}

.uploadHeader[b-lmlhkamlgy] {
    margin-top: 15px;
    margin-bottom: -5px;
}

.upload-area2[b-lmlhkamlgy] {
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

.create-supplier[b-lmlhkamlgy] {
    margin-left: 10px;
}

.csv-droparea[b-lmlhkamlgy] {
    transition: background 0.15s ease, border-color 0.15s ease;
}

    .csv-droparea:hover[b-lmlhkamlgy] {
        background: #fafafa;
        border-color: #a7a7a7;
    }

    .csv-droparea .hint[b-lmlhkamlgy] {
        margin: 8px 0 0;
        font-size: 0.9rem;
        opacity: 0.8;
    }

.upload-area[b-lmlhkamlgy] {
    margin-top: 10px;
}

.mini-dialog .flow-title[b-lmlhkamlgy] {
    font-size: 1rem;
    font-weight: 500;
}

/* container + title */
.flow-selector[b-lmlhkamlgy] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 15px 16px 10px;
}

    .flow-selector .flow-title[b-lmlhkamlgy] {
        font-size: 16px;
        font-weight: 600;
        opacity: 0.9;
    }

/* pill group - vertical layout now */
.flow-pills[b-lmlhkamlgy] {
    display: flex;
    flex-direction: column; /* stack them vertically */
    align-items: flex-start;
    gap: 6px; /* space between options */
}


    /* individual pill (Syncfusion radio wrapper) */
    .flow-pills .e-radio-wrapper.flow-pill[b-lmlhkamlgy] {
        position: relative;
        display: inline-flex;
        align-items: center;
        padding: 0; /* we pad the label instead */
        margin: 0;
    }

        /* hide only the native control visually, keep it focusable */
        .flow-pills .e-radio-wrapper.flow-pill .e-radio[b-lmlhkamlgy] {
            position: absolute;
            inline-size: 1px;
            block-size: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0 0 0 0);
            white-space: nowrap;
            border: 0;
        }

        /* label becomes the pill */
        .flow-pills .e-radio-wrapper.flow-pill .e-label[b-lmlhkamlgy] {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 8px 14px;
            border-radius: 999px;
            font-size: 0.92rem;
            line-height: 1;
            cursor: pointer;
            border: 1px solid transparent;
            transition: background 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
            user-select: none;
            white-space: nowrap;
        }

            /* hover */
            .flow-pills .e-radio-wrapper.flow-pill .e-label:hover[b-lmlhkamlgy] {
                background: #f6f6f6;
            }

        /* checked state */
        .flow-pills .e-radio-wrapper.flow-pill .e-radio:checked + .e-label[b-lmlhkamlgy] {
            background: #eef4ff;
            border-color: #98b7ff;
            box-shadow: 0 0 0 2px rgba(153, 186, 255, 0.25) inset;
            font-weight: 600;
        }

        /* keyboard focus ring */
        .flow-pills .e-radio-wrapper.flow-pill .e-radio:focus-visible + .e-label[b-lmlhkamlgy] {
            box-shadow: 0 0 0 2px rgba(50, 127, 255, 0.25);
            border-color: #9dbbff;
        }

/* compact on very small widths */
@media (max-width: 380px) {
    .flow-pills .e-radio-wrapper.flow-pill .e-label[b-lmlhkamlgy] {
        padding-inline: 10px;
        font-size: 0.9rem;
    }
}
/* /Components/PrivateProductsImportDialog.razor.rz.scp.css */
.dialog.e-dialog .fields .download-btn[b-sgves8g9nx] {
    display: flex;
    align-items: center;
    gap: 8px; /* space between button and text */
    margin-top: 0.6rem; /* spacing from the dropdown above */
    margin-left: 10px;
}

    .dialog.e-dialog .fields .download-btn p[b-sgves8g9nx] {
        margin: 0;
    }

.header[b-sgves8g9nx] {
    margin-left: 10px;
    margin-bottom: 2px;
}

.uploadHeader[b-sgves8g9nx] {
    margin-top: 15px;
    margin-bottom: -5px;
}

.upload-area2[b-sgves8g9nx] {
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

.create-supplier[b-sgves8g9nx] {
    margin-left: 10px;
}

.csv-droparea[b-sgves8g9nx] {
    transition: background 0.15s ease, border-color 0.15s ease;
}

    .csv-droparea:hover[b-sgves8g9nx] {
        background: #fafafa;
        border-color: #a7a7a7;
    }

    .csv-droparea .hint[b-sgves8g9nx] {
        margin: 8px 0 0;
        font-size: 0.9rem;
        opacity: 0.8;
    }

.upload-area[b-sgves8g9nx] {
    margin-top: 10px;
}

.mini-dialog .flow-title[b-sgves8g9nx] {
    font-size: 1rem;
    font-weight: 500;
}

/* container + title */
.flow-selector[b-sgves8g9nx] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 15px 16px 10px;
}

    .flow-selector .flow-title[b-sgves8g9nx] {
        font-size: 16px;
        font-weight: 600;
        opacity: 0.9;
    }

/* pill group - vertical layout now */
.flow-pills[b-sgves8g9nx] {
    display: flex;
    flex-direction: column; /* stack them vertically */
    align-items: flex-start;
    gap: 6px; /* space between options */
}


    /* individual pill (Syncfusion radio wrapper) */
    .flow-pills .e-radio-wrapper.flow-pill[b-sgves8g9nx] {
        position: relative;
        display: inline-flex;
        align-items: center;
        padding: 0; /* we pad the label instead */
        margin: 0;
    }

        /* hide only the native control visually, keep it focusable */
        .flow-pills .e-radio-wrapper.flow-pill .e-radio[b-sgves8g9nx] {
            position: absolute;
            inline-size: 1px;
            block-size: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0 0 0 0);
            white-space: nowrap;
            border: 0;
        }

        /* label becomes the pill */
        .flow-pills .e-radio-wrapper.flow-pill .e-label[b-sgves8g9nx] {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 8px 14px;
            border-radius: 999px;
            font-size: 0.92rem;
            line-height: 1;
            cursor: pointer;
            border: 1px solid transparent;
            transition: background 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
            user-select: none;
            white-space: nowrap;
        }

            /* hover */
            .flow-pills .e-radio-wrapper.flow-pill .e-label:hover[b-sgves8g9nx] {
                background: #f6f6f6;
            }

        /* checked state */
        .flow-pills .e-radio-wrapper.flow-pill .e-radio:checked + .e-label[b-sgves8g9nx] {
            background: #eef4ff;
            border-color: #98b7ff;
            box-shadow: 0 0 0 2px rgba(153, 186, 255, 0.25) inset;
            font-weight: 600;
        }

        /* keyboard focus ring */
        .flow-pills .e-radio-wrapper.flow-pill .e-radio:focus-visible + .e-label[b-sgves8g9nx] {
            box-shadow: 0 0 0 2px rgba(50, 127, 255, 0.25);
            border-color: #9dbbff;
        }

/* compact on very small widths */
@media (max-width: 380px) {
    .flow-pills .e-radio-wrapper.flow-pill .e-label[b-sgves8g9nx] {
        padding-inline: 10px;
        font-size: 0.9rem;
    }
}
/* /Components/Product.razor.rz.scp.css */
/*Material card styling*/
.product[b-rbg2mvpip5] {
    background: #fff;
    margin: 10px;
    width: 500px;
    height: 200px;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 2px 2px 4px #0003;
    display: flex;
}

.product img[b-rbg2mvpip5] {
    width: 160px;
    height: 160px;
    margin-right: 20px;
    object-fit: contain;
}

.product .details[b-rbg2mvpip5] {
    display: grid;
    width: 100%;
}

.product .product-header[b-rbg2mvpip5] {
    font-size: 20px;
    font-weight: 500;
    color: var(--oconsoft-red);
    overflow: clip;
    max-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 277px;
}

.product .description[b-rbg2mvpip5] {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product[b-rbg2mvpip5]  button {
    margin-left: auto;
}
/* /Components/ProductsFilterFields.razor.rz.scp.css */
/*Material Filter fields*/
.filter-fields[b-x83hb0qexq] {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    display: flex;
}

.filter-fields[b-x83hb0qexq]  .e-control-container {
    width: 30%;
    min-width: 300px; 
}

.filter-fields[b-x83hb0qexq]  .e-control-container:has(.e-autocomplete) {
    width: 10%;
    min-width: 100px;
}

.filter-fields div[b-x83hb0qexq] {
    width: min-content; 
    margin-right: 20px;
}

.filter-fields[b-x83hb0qexq]  .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .filter-fields[b-x83hb0qexq]  .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: none;
}
/* /Components/ProductsList.razor.rz.scp.css */
/*Materials list styling*/
.product-list[b-348bs2dqky] {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
}
/* /Components/ProfileCard.razor.rz.scp.css */
/*ProfileCard*/
.profile-card[b-yia8j30fiw] {
    margin-left: 20px;
    border: none;
    border-radius: 24px;
    height: 50px;
    display: flex;
}

.profile-details[b-yia8j30fiw] {
    padding-right: 15px;
    height: 40px;
    margin: 4px;
}

.profile-image[b-yia8j30fiw] {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 4px;
}

div.profile-image[b-yia8j30fiw] {
    align-content: center;
    background: #ccc;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 1px;
    text-align: center;
}

*[b-yia8j30fiw] {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.company[b-yia8j30fiw] {
    font-size: 12px;
}
/* /Components/ProjectListFilter.razor.rz.scp.css */
.btn-no-focus[b-8anmd0etv2] {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
    cursor: pointer;
}

.btn-no-focus:hover[b-8anmd0etv2] {
    text-decoration: underline;
}

.no-focus-outline:focus[b-8anmd0etv2] {
    box-shadow: none !important;
    outline: none !important;
}

/* /Components/ProjectRow.razor.rz.scp.css */
.project[b-0b1l1rmgib] {
    border-bottom: #ddd 1px solid;
    display: flex;
}

/* /Components/QuoteExpirationDateExceededDialog.razor.rz.scp.css */
/* Target any input inside a Syncfusion DatePicker with the custom class */
.custom-datepicker input.e-input[b-kpebo4r07q] {
    padding-left: 0px !important; /* Adjust as needed */
}

.centered-fields[b-kpebo4r07q] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-card[b-kpebo4r07q] {
    padding-right: 1rem;
    padding-top: 0.5rem;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
}

.info-item[b-kpebo4r07q] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-item label[b-kpebo4r07q] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #555;
}

.follow-up-label[b-kpebo4r07q] {
    margin-top: 1rem;
}


/* /Components/QuotePrintout.razor.rz.scp.css */
/*Page*/
*[b-bvbu6slwo5] {
    font-size: 10px;
}

.viewport[b-bvbu6slwo5] {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.page[b-bvbu6slwo5] {
    width: calc(210px * 3);
    height: calc(297px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    margin-bottom: 25px;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.Tilbud .page[b-bvbu6slwo5] {
    height: calc(210px * 3);
    width: calc(297px * 3);
}

.partial-page-end[b-bvbu6slwo5] {
    width: calc(210px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    padding-top: 0px;
    margin-bottom: 25px;
    border-top: none;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.partial-page-start[b-bvbu6slwo5] {
    width: calc(210px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    padding-bottom: 0px;
    border-bottom: none;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.page:first-child[b-bvbu6slwo5], .partial-page-start:first-child[b-bvbu6slwo5] {
    margin-top: 50px;
}

.page:last-child[b-bvbu6slwo5], .partial-page-end:last-child[b-bvbu6slwo5] {
    margin-bottom: 50px;
}

/*Header*/
.title[b-bvbu6slwo5] {
    width: 100%;
    text-align: center;
}

.page > .header[b-bvbu6slwo5] {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page > .header div[b-bvbu6slwo5] {
    font-size: 11px;
}

.page > .header > div[b-bvbu6slwo5] {
    width: 150px
}

.page > .header > div:not(:first-child):not(:last-child)[b-bvbu6slwo5] {
    text-align: center;
}

.error-message[b-bvbu6slwo5] {
    font-size: 15px;
    font-family: var(--bs-body-font-family);
    font-weight: 600;
    background: #fee;
    border: var(--oconsoft-red) solid 1px;
    margin: auto;
    padding: 10px;
}

/*Wage*/
.wage-list[b-bvbu6slwo5] {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
    padding-bottom: 25px;
    width: calc(100% - 20px);
}

.wage-header[b-bvbu6slwo5], .wage-item[b-bvbu6slwo5] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.wage-item[b-bvbu6slwo5] {
    margin-bottom: 5px;
}

.wage-header[b-bvbu6slwo5] {
    margin-bottom: 15px;
}


.wage-item > div[b-bvbu6slwo5], .wage-header > div[b-bvbu6slwo5] {
    width: max-content;
    padding: 0px;
    margin-right: 5px;
}

/*Gruppe*/
.wage-item > div:nth-child(1)[b-bvbu6slwo5], .wage-header > div:nth-child(1)[b-bvbu6slwo5] {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: clip;
}

/*Unit*/
.wage-item > .unit-element[b-bvbu6slwo5], .wage-header > .unit-element[b-bvbu6slwo5] {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: clip;
}

/*Beskrivelse*/
.wage-item > .description[b-bvbu6slwo5], .wage-header > .description[b-bvbu6slwo5]{
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: clip;
}



/*Gruppe*/
.wage-header > div:nth-child(1)[b-bvbu6slwo5] {
    width: 100px;
}

/*Gruppe*/
.wage-item > div:nth-child(1)[b-bvbu6slwo5] {
    width: 100px;
}

/*Unit*/
.wage-item > .unit-element[b-bvbu6slwo5], .wage-header > .unit-element[b-bvbu6slwo5] {
    width: 100px;
}

/*Beskrivelse*/
.wage-header > .description[b-bvbu6slwo5] {
    width: 200px;
}

/*Beskrivelse*/
.wage-item > .description[b-bvbu6slwo5] {
    width: 200px;
}

/*Quantity*/
.wage-item > .quantity[b-bvbu6slwo5], .wage-header > .quantity[b-bvbu6slwo5] {
    width: 25px;
}

/*Unit*/
.wage-item > .unit[b-bvbu6slwo5], .wage-header > .unit[b-bvbu6slwo5] {
    width: 25px;
}

/*Net montage*/
.wage-item > .unit-price[b-bvbu6slwo5], .wage-header > .unit-price[b-bvbu6slwo5] {
    width: 80px;
}

/*Montage tillæg*/
.wage-item > .price[b-bvbu6slwo5], .wage-header > .price[b-bvbu6slwo5] {
    width: 40px;
}

/*Total*/
.total[b-bvbu6slwo5] {
    margin-top: 15px;
}

.total > div[b-bvbu6slwo5] {
    display: flex;
    justify-content: space-between;
    margin-right: 5px;
}

.total > div:last-child[b-bvbu6slwo5] {
    font-weight: 600;
}

/*Footer*/
.footer[b-bvbu6slwo5] {
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}
/* /Components/RulesList.razor.rz.scp.css */
/*Sourrounding element*/
div:has(.rules-list)[b-l0q6is1q64] {
    margin-top: 20px;
    margin-bottom: 50px;
    display: grid;
}

div[b-l0q6is1q64]  button {
    margin-left: auto;
}

/*Grid*/
div[b-l0q6is1q64]  .rules-list {
    margin-top: 10px;
    margin-bottom: 50px;
}

div[b-l0q6is1q64]  .e-grid td.e-focused.e-rowcell, div[b-l0q6is1q64]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-l0q6is1q64]  .rules-list button{
    background: none;
    border: none;
    color: #333;
}

/*Options Button*/
div[b-l0q6is1q64]  td button.e-icon-btn, div[b-l0q6is1q64]  td .e-btn:focus {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
    padding: 2px 4px;
}

div[b-l0q6is1q64]  td button:hover, div[b-l0q6is1q64]  td .e-btn:focus:hover {
    background: #ddd;
    color: #333;
}

div[b-l0q6is1q64]  td button:active, div[b-l0q6is1q64]  td .e-btn:focus:active {
    background: #ccc;
}

div[b-l0q6is1q64]  .e-rowcell:has(button) {
    cursor: default;
}

div[b-l0q6is1q64]  td button .e-caret {
    display: none;
}

div[b-l0q6is1q64]  td button .e-btn-icon.e-icon-left {
    margin: 0px;
    font-size: 16px;
}
/* /Components/SavedGroupList.razor.rz.scp.css */
/*Grid*/
div[b-tx7sbrfy60]  .group-list {
    margin-top: 10px;
    margin-bottom: 50px;
}

div[b-tx7sbrfy60]  .e-grid td.e-focused.e-rowcell, div[b-tx7sbrfy60]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-tx7sbrfy60]  .group-list button {
    background: none;
    border: none;
    color: #333;
    box-shadow: none;
}


div[b-tx7sbrfy60]  .group-list button:active {
    background: #ddd;
    box-shadow: none;
}

div[b-tx7sbrfy60]  .group-list button .e-btn-icon:nth-child(2) {
    display: none;
}
/* /Components/SavedItemPreview.razor.rz.scp.css */
/*SavedItemPreview*/
.saved-item[b-n7m3xr76qo] {
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px #000;
    border-radius: 10px;
    width: 370px;
}

.saved-item.selected[b-n7m3xr76qo] {
    background: #dfdfe5;
}

.header[b-n7m3xr76qo] {
    display: flex;
}

.header .name[b-n7m3xr76qo] {
    width: calc(70% - 12px);
    padding-left: 10px;
}

.saved-item .header-column[b-n7m3xr76qo] {
    text-align: end;
    padding-right: 10px;
    width: calc(30% - 12px);
}

/* /Components/SavedSolutionPreview.razor.rz.scp.css */
/*SavedSolutionPreview*/
.solution[b-tn0rj9vjho] {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-top: solid 1px #000;
    padding-top: 5px;
}

img[b-tn0rj9vjho] {
    height: 24px;
    width: 24px;
    margin-left: 10px;
}

.solution > div:nth-child(3)[b-tn0rj9vjho] {
    text-align: end;
    align-content: center;
    width: 264px;
}

.layers[b-tn0rj9vjho] {
    width: 100%;
    margin-top: 10px;
    border-top: solid 1px #999; 
}

.layers .header-columns[b-tn0rj9vjho] {
    display: flex;
    margin-left: 10px;
}

.layers .header-column[b-tn0rj9vjho] {
    padding: 5px;
}

.header-column:nth-child(1)[b-tn0rj9vjho] {
    width: 30%;
}

.header-column:nth-child(2)[b-tn0rj9vjho] {
    width: 55%;
}

.header-column:nth-child(3)[b-tn0rj9vjho] {
    width: 15%;
    text-align: end;
}


.layer[b-tn0rj9vjho] {
    width: 100%;
    padding-left: 10px;
    display: flex;
    border-top: solid 1px #999;
}

.layer > div[b-tn0rj9vjho] {
    padding: 5px;
    align-content: center;
}

.layer > div:nth-child(1)[b-tn0rj9vjho] {
    width: 30%;
}

.layer > div:nth-child(2)[b-tn0rj9vjho] {
    width: 55%;
}

.layer > div:nth-child(3)[b-tn0rj9vjho] {
    width: 15%;
    text-align: end;
}
/* /Components/SavedUnitList.Razor.rz.scp.css */
/*Grid*/
div[b-0elvf7e26t]  .unit-list {
    margin-top: 10px;
    margin-bottom: 50px;
}

div[b-0elvf7e26t]  .e-grid td.e-focused.e-rowcell, div[b-0elvf7e26t]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-0elvf7e26t]  .unit-list button {
    background: none;
    border: none;
    color: #333;
    box-shadow: none;
}


    div[b-0elvf7e26t]  .unit-list button:active {
        background: #ddd;
        box-shadow: none;
    }

    div[b-0elvf7e26t]  .unit-list button .e-btn-icon:nth-child(2) {
        display: none;
    }
/* /Components/Solution.razor.rz.scp.css */
/*Solution Styling*/
.solution-container[b-77hu9y4hb9] {
    box-shadow: 0px 4px 6px 2px #00000021;
    outline: none;
}

.solution[b-77hu9y4hb9] {
    padding-right: 5px;
    --bs-gutter-x: 0px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}


.solution[b-77hu9y4hb9]  > div {
    width: calc(calc(100% - 152px) / 8);
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    padding-left: 10px;
    padding-right: 10px;
    align-content: center;
    text-overflow: ellipsis;
    overflow-x: clip;
    overflow-y: visible;
    white-space: nowrap;
    height: calc(var(--bs-body-font-size) + 34px);
}

.solution > div:has(div)[b-77hu9y4hb9] {
    display: flex;
}

.solution > div > div[b-77hu9y4hb9] {
    width: min-content;
    margin-right: 5px;
} 

.solution[b-77hu9y4hb9]  div.size-field {
    width: calc(calc(calc(100% - 152px) / 8) + 20px);
}

.solution[b-77hu9y4hb9]  > div:nth-child(3) {
    width: calc(calc(calc(100% - 152px) / 8) + 80px);
}

.solution[b-77hu9y4hb9]  > div:nth-child(4) {
    width: calc(calc(calc(100% - 152px) / 8) + 40px);
}

.solution:has(.solution-icon)[b-77hu9y4hb9]  > div {
    width: calc(calc(100% - 202px) / 8);
}

.solution:has(.solution-icon)[b-77hu9y4hb9]  > div.size-field{
    width: calc(calc(calc(100% - 202px) / 8) + 20px);  
}

.solution:has(.solution-icon)[b-77hu9y4hb9]  > div:nth-child(4) {
    width: calc(calc(calc(100% - 202px) / 8) + 80px);
}

.solution:has(.solution-icon)[b-77hu9y4hb9]  > div:nth-child(5) {
    width: calc(calc(calc(100% - 202px) / 8) + 40px);
}

.solution:has(.solution-icon)[b-77hu9y4hb9]  > div:nth-child(6) {
    width: calc(calc(calc(100% - 202px) / 8) - 50px);
    margin-right: 50px;
}

.solution[b-77hu9y4hb9]  input.e-input {
    height: 20px;
}

.solution[b-77hu9y4hb9]  span.e-input-group.e-control-wrapper.e-control-container.e-control-wrapper, .solution[b-77hu9y4hb9]  span.e-input-group.e-control-wrapper.e-control-container.e-control-wrapper:active {
    box-shadow: none;
}

.group-price[b-77hu9y4hb9] {
    text-align: end;
    justify-content: end;
    margin-left: auto;
}


.description-size[b-77hu9y4hb9] {
    text-align: end;
    margin-right: 5px;
}


.selected[b-77hu9y4hb9] {
    background: #ddd;
    box-shadow: 0px 4px 6px 2px #0004;
}

.not-defined[b-77hu9y4hb9] {
    background: #fee;
}

/*Size field*/
.size-field[b-77hu9y4hb9] {
    display: flex;
    align-items: center;
}

.size-field:not(:has(.field-border-container)) > div[b-77hu9y4hb9], .field-border-container > div[b-77hu9y4hb9] {
    margin-left: 3px;
    margin-right: 3px;
}

.size-field div.tip-container[b-77hu9y4hb9] {
    min-width: min-content;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
}

.size-field span[b-77hu9y4hb9] {
    outline: none;
}

.field-border-container[b-77hu9y4hb9] {
    height: 20px;
    display: flex;
    align-items: center;
}

.field-border-container:has(span:focus)[b-77hu9y4hb9] {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #86b7fe;
    border-width: 1px;
}


/*Solution Hidden Textbox Styling*/
.solution[b-77hu9y4hb9]  .e-input-group:not(.e-input-focus) {
    background: none;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
}


.solution[b-77hu9y4hb9]  .e-input-group:not(.e-input-focus) input {
    padding: 0px;
}

/*Button Icon Styling*/
.solution[b-77hu9y4hb9]  .e-icons {
    width: fit-content;
    align-self: center;
    padding: 8px;
    cursor: pointer;
}

.solution[b-77hu9y4hb9]  .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
    display: none;
}


/*Icons*/
.solution-icon[b-77hu9y4hb9] {
    height: 50px;
    width: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
}

.solution[b-77hu9y4hb9] >  div.e-tooltip {
    width: 30px;
    height: 50px;
    padding: 0px;
    overflow: visible;
}

iconcontainer[b-77hu9y4hb9] {
    display: block;
    position: relative;
}

iconcontainer span.e-badge.e-badge-overlap[b-77hu9y4hb9] {
    top: unset;
    bottom: 2px;
    background: #fff;
}

.selected iconcontainer span.e-badge.e-badge-overlap[b-77hu9y4hb9] {
    background: #ddd;
}

.not-defined iconcontainer span.e-badge.e-badge-overlap[b-77hu9y4hb9] {
    background: #fee;
}


/*Layers*/
.solution-container > div.layers[b-77hu9y4hb9] {
    width: calc(100% - 10px);
    height: max-content;
    margin-left: 5px;
    margin-right: 5px;
    border-top: #0004 1px solid;
}

.header-columns[b-77hu9y4hb9] {
    display: flex;
    flex: wrap;
    padding-left: 67px;
}

.header-columns > div[b-77hu9y4hb9] {
    width: calc(calc(100% - 100px) / 9);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: small;
}

.header-columns > div:nth-child(1)[b-77hu9y4hb9] {
    width: calc(calc(calc(100% - 100px) / 9) - 30px);
}

.header-columns > div:nth-child(2)[b-77hu9y4hb9] {
    width: calc(calc(calc(100% - 100px) / 9) + 30px);
}

.header-columns > .total-price[b-77hu9y4hb9] {
    text-align: end;
    width: 100px;
}

/*Dimension Tip*/
.solution:not(:has(.solution-icon)) .field-border-container:has(:focus)[b-77hu9y4hb9], .solution:not(:has(.solution-icon)) .field-border-container:has(:hover)[b-77hu9y4hb9] {
    margin-top: -10px;
}

.solution:not(:has(.solution-icon)) .tip-container:has(:focus) .tip[b-77hu9y4hb9], .solution:not(:has(.solution-icon)) .tip-container:has(:hover) .tip[b-77hu9y4hb9] {
    margin-top: -3px;
}

.tip-container[b-77hu9y4hb9] {
    position: relative;
}

.tip-container .tip[b-77hu9y4hb9] {
    position: absolute;
    top: inherit;
    width: 0px;
    overflow: clip;
    justify-content: start;
    padding-left: 1px;
    margin-left: 100px;
    transition: all 1s;

}

.tip-container:has(span:focus) .tip[b-77hu9y4hb9], .tip-container:has(div:hover) .tip[b-77hu9y4hb9] {
    width: 200px;
    margin-left: 0px;
    transition: width 4s;
}

.tip div[b-77hu9y4hb9]{
    width: 200px;
    font-size: xx-small;    
}


/*Spinners*/
.solution[b-77hu9y4hb9]  .e-spinner-pane {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.solution[b-77hu9y4hb9]  .e-spinner-pane .e-spin-bootstrap5 {
    width: 14px !important;
    height: 14px !important;
    transform-origin: 7px 7px 7px !important;
}

.solution[b-77hu9y4hb9]  .e-spinner-pane .e-spin-bootstrap5 path {
    stroke: #aaa;
}
/* /Components/StatusBar.razor.rz.scp.css */
/*StatusBar*/
.status-bar[b-5y922he0qb]{
    display: flex;
    height: 2em;
    align-items: center;
    background: #eeeeee;
    border-top: solid 1px #ddd
}

div[b-5y922he0qb] {
    font-size: 14px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.status-bar .left[b-5y922he0qb]  {
    display: flex;
    align-items: center;
}

.status-bar .right[b-5y922he0qb] {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.status-bar .right div[b-5y922he0qb]{
    padding-left: 10px;
    padding-right: 10px;
}

/*Zoom Controls*/

.status-bar[b-5y922he0qb]  .e-slider-container{
    height: inherit;
    width: 10em;
    margin-left: 10px;
    margin-right: 10px;
}

.status-bar[b-5y922he0qb]  .e-control-wrapper.e-slider-container.e-horizontal .e-slider-track {
    background: #ccc;
}

.status-bar[b-5y922he0qb]  .e-control-wrapper.e-slider-container.e-horizontal .e-handle {
    background: var(--oconsoft-red);
    border-color: var(--oconsoft-red);
}

.status-bar[b-5y922he0qb]  .e-control-wrapper.e-slider-container.e-horizontal .e-handle.e-tab-handle {
    box-shadow: 0 0 0 4px #e4151544
}

.status-bar[b-5y922he0qb]  .e-btn {
    background: none;
    border: none;
    color: #555;
    box-shadow: none;
    border-radius: 0px;
    display: flex;
}

.status-bar[b-5y922he0qb]  .e-btn:hover {
    background: #aaa;
}

.status-bar[b-5y922he0qb]  img {
    width: 20px;
    height: 20px;
    image-rendering: pixelated;
}

.status-bar .left div[b-5y922he0qb]{
    margin-left: 10px;
    margin-right: 10px;
}
 
/*GroupButtons Styling*/
.status-bar[b-5y922he0qb]  .group-action.e-btn:hover {
    background: #aaa; 
}
/* /Components/Supplier.razor.rz.scp.css */
.supplier[b-1b3ull4pf0] {
    background: #fff;
    width: 300px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
}

.supplier img[b-1b3ull4pf0] {
    height: 100px;
    width: 100%;
}

.supplier .header[b-1b3ull4pf0] {
    font-size: 20px;
    margin: auto;
}

.supplier[b-1b3ull4pf0]  button {
    height: 30px;
    float: inline-end;
}

.requests[b-1b3ull4pf0] {
    float: inline-end;
}

.requests .header[b-1b3ull4pf0] {
    font-size: 15px;
}

.requests .content[b-1b3ull4pf0] {
    padding: 0px;
    text-align: end;
}
/* /Components/ToolBar.razor.rz.scp.css */
/*Toolbar, box style*/
toolbar[b-b1yva30791]  .e-toolbar {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 2px 3px 2px #0000001c;
    border-radius: 10px;
}

/*Button style*/
toolbar[b-b1yva30791]  .e-toolbar .e-toolbar-item .e-tbar-btn:focus, toolbar[b-b1yva30791]  .e-dropdown-btn:focus, toolbar[b-b1yva30791]  .e-split-btn:focus {
    background: #ddd;
}

toolbar[b-b1yva30791]  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text, toolbar[b-b1yva30791]  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons, toolbar[b-b1yva30791]  .e-dropdown-btn:focus .e-icons, toolbar[b-b1yva30791]  .e-split-btn:focus .e-icons {
    color: #212529;
}

toolbar[b-b1yva30791]  .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
    padding: 1px;
    padding-right: 4px;
}

toolbar[b-b1yva30791]  .e-toolbar-item, toolbar[b-b1yva30791]  .e-toolbar-item .e-tbar-btn {
    min-height: 25px;
}

toolbar[b-b1yva30791]  .e-toolbar .e-toolbar-item .e-tbar-btn {
    background: #f8f9fa;
}

toolbar[b-b1yva30791]  .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
    background: #ccc;
}

toolbar[b-b1yva30791]  .e-toolbar .e-toolbar-item .e-tbar-btn span, toolbar[b-b1yva30791]  .e-toolbar .e-toolbar-item .e-tbar-btn:hover span {
    color: #212529;
}

toolbar[b-b1yva30791]  .text-item.e-overlay{
    opacity: 1;
}

/*Dropdown button style*/
toolbar[b-b1yva30791]  .e-dropdown-btn, toolbar[b-b1yva30791]  .e-split-btn {
    background: #f8f9fa;
    color: #212529;
    border: none;
}

toolbar[b-b1yva30791]  .e-dropdown-btn:focus, toolbar[b-b1yva30791]  .e-dropdown-btn.e-btn:focus, toolbar[b-b1yva30791]  .e-split-btn:focus, toolbar[b-b1yva30791]  .e-split-btn.e-btn:focus {
    color: #212529;
    box-shadow: 0px 0px;
}

toolbar[b-b1yva30791]  .e-split-btn:active, toolbar[b-b1yva30791]  .e-split-btn.e-btn:active{
    color: #495057;
    box-shadow: 0px 0px;
}

toolbar[b-b1yva30791]  .e-btn.e-btn:disabled {
    color: #21252973;
    background: #f8f9fa;
}

toolbar[b-b1yva30791]  .e-btn.e-btn:disabled .e-btn-icon {
    color: #21252973;
    background: #f8f9fa;
}

/*Switch style*/
toolbar[b-b1yva30791]  .e-switch-wrapper .e-switch-inner {
    border: solid #444 1px;
}

toolbar[b-b1yva30791]  .e-switch-wrapper .e-switch-handle, toolbar[b-b1yva30791]  .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
    background: #444;
}

toolbar[b-b1yva30791]  .e-switch-wrapper .e-switch-handle.e-switch-active {
    background: #fff; 
}

toolbar[b-b1yva30791]  .e-switch-wrapper.e-switch-inner.e-switch-active, toolbar[b-b1yva30791]  .e-switch-wrapper .e-switch-on, toolbar[b-b1yva30791]  .e-switch-wrapper .e-switch-inner.e-switch-active, toolbar[b-b1yva30791]  .e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
    background: var(--oconsoft-red);
    border: var(--oconsoft-red);
}

toolbar[b-b1yva30791]  .e-switch-wrapper:active .e-switch-inner, toolbar[b-b1yva30791]  .e-switch-wrapper:focus .e-switch-inner {
    box-shadow: 0 0 0 4px #e4151560;
}

toolbar[b-b1yva30791]  .e-switch-wrapper .e-switch-handle {
    height: 8px;
    width: 8px;
    left: 16px;
    margin-left: -12px;
}

toolbar[b-b1yva30791]  .e-switch-handle.e-switch-active {
    left: 100%;
}

toolbar[b-b1yva30791]  .e-switch-wrapper {
    width: 35px;
    height: 14px;
}

/*Label helper*/
.label-helper[b-b1yva30791] {
    position: absolute;
    top: 132px;
    width: 100%;
    z-index: 1000;
}

.label-helper.visible[b-b1yva30791] {
    visibility: visible; 
}

.label-helper > div[b-b1yva30791] {
    width: 1356px;
    display: flex;
    margin-left: calc(50% - 664px);
    margin-right: calc(50% - 709px);
    background: #f8f9fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: #aaaa 0px 3px 3px;
    height: 0px;
    overflow: clip;
    transition: height 0.5s;
}

.label-helper.visible > div[b-b1yva30791] {
    height: 25px;
}

.header-columns[b-b1yva30791] {
    display: flex;
    width: 100%;
    margin-left: 37px;
}

.header-columns.hasicons[b-b1yva30791] {
    margin-left: 67px;
}

.header-column[b-b1yva30791] {
    width: calc(calc(100% - 120px) / 8);
    padding-left: 10px;
}

.header-column:first-child[b-b1yva30791] {
    width: calc(calc(calc(100% - 120px) / 8) + 20px);
}

.header-column:nth-child(2)[b-b1yva30791] {
    width: calc(calc(calc(100% - 120px) / 8) + 80px);
}

.header-column:nth-child(3)[b-b1yva30791] {
    width: calc(calc(calc(100% - 120px) / 8) + 40px);
}

.hasicons .header-column[b-b1yva30791] {
    width: calc(calc(100% - 140px) / 8);
}

.hasicons .header-column:first-child[b-b1yva30791] {
    width: calc(calc(calc(100% - 140px) / 8) + 20px);
}

.hasicons .header-column:nth-child(2)[b-b1yva30791] {
    width: calc(calc(calc(100% - 140px) / 8) + 80px);
}

.hasicons .header-column:nth-child(3)[b-b1yva30791] {
    width: calc(calc(calc(100% - 140px) / 8) + 40px);
}

.group-price[b-b1yva30791] {
    text-align: end;
    padding-right: 10px;
    margin-left: auto;
}
/* /Components/Unit.razor.rz.scp.css */
.unit-header[b-r3fdry5z5d] {
    box-shadow: 0px 4px 6px 2px #00000021;
    outline: none;
    padding-right: 5px;
    --bs-gutter-x: 0px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    background: #5fafff1f;
}

.selected[b-r3fdry5z5d] {
    background: #ddd;
    box-shadow: 0px 4px 6px 2px #0004;
}

.unit-header[b-r3fdry5z5d]  > *:nth-child(2) {
    width: calc(calc(calc(100% - 202px) / 8) - 50px);
    padding-left: 10px;
    background: none;
    align-items: center;
}

.unit-header[b-r3fdry5z5d]  > *:nth-child(1) {
    width: 622.5px;
    align-content: center;
    margin-left: 10px;
    padding: 5px;
    background: none; 
}

.unit-header[b-r3fdry5z5d]  > *:nth-child(3) {
    align-content: center;
    margin-left: auto;
    padding: 5px;
}

.unit-header[b-r3fdry5z5d]  .e-input-group-icon {
    display: none;
}

/*Unit Hidden Textbox Styling*/
.unit-header[b-r3fdry5z5d]  .e-input-group .e-input, .unit-header[b-r3fdry5z5d]  .e-input-group.e-control-wrapper .e-input {
    background: none;
    box-shadow: none;
    height: 26px;
}


.unit-header[b-r3fdry5z5d]  .e-input-group {
    border-radius: 0;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
}


.unit-header[b-r3fdry5z5d]  .e-input-group input.e-control {
    padding: 0px;
}

.unit-header[b-r3fdry5z5d]  span.e-input-group.e-control-wrapper.e-control-container.e-control-wrapper, .unit-header[b-r3fdry5z5d]  span.e-input-group.e-control-wrapper.e-control-container.e-control-wrapper:active {
    box-shadow: none;
}


/*Color quantity area*/
.unit[b-r3fdry5z5d]  .solution > div:nth-child(6) {
    background: #5fafff1f;
}

.unit[b-r3fdry5z5d]  .manual-calculation > div:nth-child(2) {
    background: #5fafff1f;
}

.unit[b-r3fdry5z5d]  .freetext .quantity-strip {
    background: #5fafff1f;
    position: absolute;
    left: 632px;
    margin-top: -5px;
    width: 94px;
    height: 36px;
}
/* /Components/WagePrintout.razor.rz.scp.css */
/*Page*/
*[b-35evbrx12h] {
    font-size: 10px;
}

.viewport[b-35evbrx12h] {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.page[b-35evbrx12h] {
    width: calc(210px * 3);
    height: calc(297px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    margin-bottom: 25px;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.Akkordregnskab .page[b-35evbrx12h] {
    height: calc(210px * 3);
    width: calc(297px * 3);
}

.partial-page-end[b-35evbrx12h] {
    width: calc(210px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    padding-top: 0px;
    margin-bottom: 25px;
    border-top: none;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.partial-page-start[b-35evbrx12h] {
    width: calc(210px * 3);
    margin: auto;
    background: #fff;
    border: solid 1px #cccc;
    padding: 50px;
    padding-bottom: 0px;
    border-bottom: none;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.page:first-child[b-35evbrx12h], .partial-page-start:first-child[b-35evbrx12h] {
    margin-top: 50px;
}

.page:last-child[b-35evbrx12h], .partial-page-end:last-child[b-35evbrx12h] {
    margin-bottom: 50px;
}

/*Header*/
.title[b-35evbrx12h] {
    width: 100%;
    text-align: center;
}

.page>.header[b-35evbrx12h] {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page>.header div[b-35evbrx12h] {
    font-size: 11px;
}

.page > .header > div[b-35evbrx12h] {
    width: 150px
}

.page > .header > div:not(:first-child):not(:last-child)[b-35evbrx12h] {
    text-align: center;
}

/*Wage*/
.wage-list[b-35evbrx12h] {
    margin-left: 10px; 
    margin-right: 10px;
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
    padding-bottom: 25px;
    width: calc(100% - 20px);
}

.wage-header[b-35evbrx12h], .wage-item[b-35evbrx12h] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.wage-item[b-35evbrx12h] {
    margin-bottom: 5px;
}

.wage-header[b-35evbrx12h] {
    margin-bottom: 15px;
}


.wage-item > div[b-35evbrx12h], .wage-header > div[b-35evbrx12h] {
    width: max-content;
    padding: 0px;
    margin-right: 5px;
}

/*Gruppe*/
.wage-item > div:nth-child(1)[b-35evbrx12h], .wage-header > div:nth-child(1)[b-35evbrx12h] {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: clip;
}

/*Unit*/
.wage-item > .unit-element[b-35evbrx12h], .wage-header > .unit-element[b-35evbrx12h] {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: clip;
}

/*Beskrivelse*/
.wage-item > .description[b-35evbrx12h], .wage-header > .description[b-35evbrx12h] {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: clip;

}



/*Gruppe*/
.wage-header > div:nth-child(1)[b-35evbrx12h] {
    width: 100px;
}

/*Gruppe*/
.wage-item > div:nth-child(1)[b-35evbrx12h] {
    width: 100px;
}

/*Unit*/
.wage-item > .unit-element[b-35evbrx12h], .wage-header > .unit-element[b-35evbrx12h] {
    width: 100px;
}

/*Beskrivelse*/
.wage-header > .description[b-35evbrx12h] {
    width: 200px;
}

/*Beskrivelse*/
.wage-item > .description[b-35evbrx12h] {
    width: 200px;
}

/*Løsningstype*/
.wage-item > .solution-type[b-35evbrx12h], .wage-header > .solution-type[b-35evbrx12h] {
    width: 65px;
}

/*Complexity*/
.wage-item > .complexity[b-35evbrx12h], .wage-header > .complexity[b-35evbrx12h] {
    width: 35px;
}

/*Quantity*/
.wage-item > .quantity[b-35evbrx12h], .wage-header > .quantity[b-35evbrx12h] {
    width: 15px;
}

/*Unit*/
.wage-item > .unit[b-35evbrx12h], .wage-header > .unit[b-35evbrx12h] {
    width: 15px;
}

/*Net montage*/
.wage-item > .net-installation[b-35evbrx12h], .wage-header > .net-installation[b-35evbrx12h] {
    width: 25px;
}

/*Montage tillæg*/
.wage-item > .supplement-installation[b-35evbrx12h], .wage-header > .supplement-installation[b-35evbrx12h] {
    width: 25px;
}

/*Brutto Montage*/
.wage-item > .gross-installation[b-35evbrx12h], .wage-header > .gross-installation[b-35evbrx12h] {
    width: 25px;
}

/*Netto fremstilling*/
.wage-item > .net-manufacturing[b-35evbrx12h] , .wage-header > .net-manufacturing[b-35evbrx12h] {
    width: 25px;
}

/*Fremstilling tillæg*/
.wage-item > .supplement-manufacturing[b-35evbrx12h], .wage-header > .supplement-manufacturing[b-35evbrx12h] {
    width: 25px;
}

/*Brutto fremstilling*/
.wage-item > .gross-manufacturing[b-35evbrx12h], .wage-header > .gross-manufacturing[b-35evbrx12h] {
    width: 25px;
}

/*Kørsel*/
.wage-item > .transport[b-35evbrx12h], .wage-header > .transport[b-35evbrx12h] {
    width: 25px;
}

/*Total*/
.total[b-35evbrx12h] {
    margin-top: 15px;
}

.total > div[b-35evbrx12h] {
    display: flex;
    justify-content: space-between;
    margin-right: 5px;
}

.total > div:last-child[b-35evbrx12h] {
    font-weight: 600;
}

/*Footer*/
.footer[b-35evbrx12h] {
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}
/* /Pages/CalculationsPage.razor.rz.scp.css */

/* /Pages/ConfigurationPage.razor.rz.scp.css */
/*Configuration styling*/
.pages[b-tb7zhpnyl1] {
    display: flex;
    justify-content: end;
    height: calc(100vh - 130px);
    overflow-x: clip;
    overflow-y: scroll;
}

.configuration-container[b-tb7zhpnyl1] {
    min-height: calc(100vh - 132px);
    max-width: 1300px;
    width: 100%;
    margin-right: max(0px, calc(calc(100vw - 1370px) / 2));
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    border-left: solid #aaa6 1px;
    border-right: solid #aaa6 1px;
    align-content: start;
    height: min-content;
}

.description-container[b-tb7zhpnyl1] {
    width: 75%;
    margin-top: 20px;
    padding-top: 20px;
}

.description-container:not(:nth-child(1))[b-tb7zhpnyl1] {
    border-top: solid #aaa6 1px;
}

.description-container:nth-last-child(3)[b-tb7zhpnyl1] {
    width: 100%;
}

.description[b-tb7zhpnyl1] {
    font-size: 12px;
    width: 70%;
}

.header[b-tb7zhpnyl1] {
    font-size: 16px;
    font-weight: 600;
}

.fields[b-tb7zhpnyl1] {
    width: 25%;
    margin-top: 20px;
    padding-top: 10px;
}

.fields:not(:nth-child(2))[b-tb7zhpnyl1] {
    border-top: solid #aaa6 1px;
}

.field-label[b-tb7zhpnyl1] {
    margin-top: 10px;
    font-size: 10px;
    width: 200px;
    margin-right: 10px;
}

.field[b-tb7zhpnyl1] {
    display: flex;
    border: solid 1px #555;
}


.configuration-container[b-tb7zhpnyl1]  .field:has(.e-input-group.e-input-focus.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error)){
    box-shadow: 0 0 4px 2px #aaa;
}

.unit[b-tb7zhpnyl1] {
    margin-left: 10px;
    margin-right: 10px;
    align-content: center;
}

.configuration-container[b-tb7zhpnyl1]  .e-input-group, 
.configuration-container[b-tb7zhpnyl1]  .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border: none;
    box-shadow: none;
}

.configuration-container[b-tb7zhpnyl1]  .e-input-group-icon {
    display: none;
}

.configuration-container[b-tb7zhpnyl1]  > span {
    margin-left: 10px;
}

/*Buttons*/
.buttons[b-tb7zhpnyl1] {
    display: flex;
    justify-content: end;
    width: 100%;
    height: 70px;
    max-width: calc(100vw - 70px);
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 100px;
    position: sticky;
    bottom: 0px;
    background: #fff;
    border-top: solid #aaa6 1px;
}

.buttons[b-tb7zhpnyl1]  button {
    margin-left: 10px;
    border-radius: 5px;
    box-shadow: none;
}

.buttons[b-tb7zhpnyl1]  button:first-child {
    background-color: #2b4;
    border: none;
}

.buttons[b-tb7zhpnyl1]  button:last-child {
    background-color: var(--oconsoft-red);
    border: none;  
}


.buttons[b-tb7zhpnyl1]  button:first-child:hover {
    background-color: #1a2;
    border: none;
    border-radius: 5px;
}

.buttons[b-tb7zhpnyl1]  button:last-child:hover {
    background-color: var(--oconsoft-red-darker);
    border: none;
    border-radius: 5px;
}

.buttons[b-tb7zhpnyl1]  button:first-child:active {
    background-color: #191;
    border: none;
}

.buttons[b-tb7zhpnyl1]  button:last-child:active {
    background-color: var(--oconsoft-red-darkest);
    border: none;
}

.buttons[b-tb7zhpnyl1]  button:focus {
    border-radius: 5px;
}

.buttons[b-tb7zhpnyl1]  button:focus {
    box-shadow: 0px 0px 3px 3px #2225;
}

.buttons[b-tb7zhpnyl1]  button:disabled, .buttons[b-tb7zhpnyl1]  button:disabled:hover {
    background-color: #ccc;
    
}


/*Spinner*/
div.loading-container[b-tb7zhpnyl1] {
    height: 100%;
    align-content: center;
    justify-content: center;
    width: 300px;
    margin: auto;
}

div.loading-container[b-tb7zhpnyl1]  div {
    text-align: center;
}

/*Side Menu*/
.menu[b-tb7zhpnyl1] {
    position: sticky;
    top: 0px;
    padding-top: 30px;
    width: 200px;
}

.menu[b-tb7zhpnyl1]  .e-list-icon {
    display: none;
}

.menu[b-tb7zhpnyl1]  .e-treeview .e-list-item.e-active > .e-fullrow {
    background: none;
    border: none;
}

.menu[b-tb7zhpnyl1]  .e-treeview .e-list-item > .e-fullrow:hover, .menu[b-tb7zhpnyl1]  .e-treeview .e-list-item:has(>div:hover) > .e-fullrow {
    background: #eee;
}

.menu[b-tb7zhpnyl1]  .e-treeview .e-list-item > .e-fullrow:active, .menu[b-tb7zhpnyl1]  .e-treeview .e-list-item:has(>div:active) > .e-fullrow {
    background: #ddd;
}

.menu[b-tb7zhpnyl1]  .e-treeview .e-list-item.e-active>.e-text-content .e-list-text, .menu[b-tb7zhpnyl1]  .e-treeview .e-list-item.e-active>.e-text-content .e-icons {
    color: #212529;
}

/* /Pages/CustomerPage.razor.rz.scp.css */
/*All Projects List Styling*/
.background[b-i90zvbhxci] {
    height: calc(100vh - 60px);
    width: calc(100% - 70px);
    position: absolute;
    background-image: url("Images/Building.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(80%) contrast(80%);
    pointer-events: none;
}

div:has(.customers-list)[b-i90zvbhxci] {
    max-width: 1600px;
    padding: 20px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

div[b-i90zvbhxci]  .customers-header {
    font-weight: 600;
    font-size: large;
    margin: auto;
}

div[b-i90zvbhxci]  .customers-list {
    padding: 10px;
    border: none;
    background: #fff;
}


/*Toolbar*/
div[b-i90zvbhxci]  .e-toolbar {
    background: none;
}

div[b-i90zvbhxci]  .e-toolbar .e-toolbar-items {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    justify-content: end;
    padding: 10px;
}

div[b-i90zvbhxci]  .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
    margin-left: 0px;
    margin-right: auto;
}

div[b-i90zvbhxci]  .e-toolbar-item button.e-control.e-btn, div[b-i90zvbhxci]  .e-toolbar-item button.e-control.e-btn:focus {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #ced4da 1px;
    background: none;
    color: #5c636a;
    box-shadow: none;
}

div[b-i90zvbhxci]  .e-toolbar-item:hover button.e-control.e-btn {
    background: #ddd;
}

div[b-i90zvbhxci]  .e-toolbar-item:active button.e-control.e-btn {
    background: #ccc;
}

div[b-i90zvbhxci]  .e-toolbar-item:last-child {
    width: 40px;
    height: 40px;
}

div[b-i90zvbhxci]  .e-toolbar-item:last-child button.e-control.e-btn {
    padding: 0px;
    background: var(--oconsoft-red);
    border: none;
    border-radius: 20px;
}

div[b-i90zvbhxci]  .e-toolbar .e-toolbar-item:last-child button .e-icon, div[b-i90zvbhxci]  .e-toolbar .e-toolbar-item:last-child button:hover .e-icon, div[b-i90zvbhxci]  .e-toolbar .e-toolbar-item:last-child button:focus .e-icon, div[b-i90zvbhxci]  .e-toolbar .e-toolbar-item:last-child button:active .e-icon {
    color: #fff;
    font-weight: 600;
    font-size: small;
}

div[b-i90zvbhxci]  .e-toolbar .e-toolbar-item:last-child button:hover {
    background: var(--oconsoft-red-darker);
}

div[b-i90zvbhxci]  .e-toolbar .e-toolbar-item:last-child button:active {
    background: var(--oconsoft-red-darkest);
}




/*Row And Header*/
div[b-i90zvbhxci]  .e-filtermenudiv {
    display: none;
}

div[b-i90zvbhxci]  .e-rowcell > div {
    display: flex;
    align-items: center;
}

div[b-i90zvbhxci]  .e-rowcell > div img {
    width: auto;
    height: 30px;
}

div[b-i90zvbhxci]  .e-rowcell .info {
    margin-left: 10px;
}

div[b-i90zvbhxci]  .e-grid .e-toolbar {
    border: none;
}

div[b-i90zvbhxci]  .e-grid td.e-focused.e-rowcell, div[b-i90zvbhxci]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-i90zvbhxci]  .e-grid td, div[b-i90zvbhxci]  .e-gridheader {
    border: none;
    border-bottom: #aaa 1px solid;
}


/*Options Button*/
div[b-i90zvbhxci]  td button.e-icon-btn, div[b-i90zvbhxci]  td .e-btn:focus {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
    padding: 2px 4px;
}

div[b-i90zvbhxci]  td button:hover, div[b-i90zvbhxci]  td .e-btn:focus:hover {
    background: #ddd;
    color: #333;
}

div[b-i90zvbhxci]  td button:active, div[b-i90zvbhxci]  td .e-btn:focus:active {
    background: #ccc;
}

div[b-i90zvbhxci]  .e-rowcell:has(button) {
    cursor: default;
}

div[b-i90zvbhxci]  td button .e-caret {
    display: none;
}

div[b-i90zvbhxci]  td button .e-btn-icon.e-icon-left {
    margin: 0px;
    font-size: 16px;
}
/* /Pages/PrintoutPreviewPage.razor.rz.scp.css */
.printout-container[b-ihp5zxz4xm] {
    height: calc(100vh - 28px);
    display: flex;
    background: #eeee;
}
/* /Pages/PrivateProductsPage.razor.rz.scp.css */
/*All Projects List Styling*/
.background[b-shhllzz4ni] {
    height: calc(100vh - 60px);
    width: calc(100% - 70px);
    position: absolute;
    background-image: url("Images/Building.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(80%) contrast(80%);
    pointer-events: none;
}

div:has(.private-products-list)[b-shhllzz4ni] {
    max-width: 1600px;
    padding: 20px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

div[b-shhllzz4ni]  .private-products-header {
    font-weight: 600;
    font-size: large;
    margin: auto;
}

div[b-shhllzz4ni]  .private-products-list {
    padding: 10px;
    border: none;
    background: #fff;
}


/*Toolbar*/
div[b-shhllzz4ni]  .e-toolbar {
    background: none;
}

div[b-shhllzz4ni]  .e-toolbar .e-toolbar-items {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    justify-content: flex-start;   /* was: end */
    padding: 10px;
}

div[b-shhllzz4ni]  .push-right {
    margin-left: auto; /* pushes this item and everything after to the far right */
}

div[b-shhllzz4ni]  .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
    margin-left: 0px;
    margin-right: auto;
}

div[b-shhllzz4ni]  .e-toolbar-item button.e-control.e-btn, div[b-shhllzz4ni]  .e-toolbar-item button.e-control.e-btn:focus {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #ced4da 1px;
    background: none;
    color: #5c636a;
    box-shadow: none;
}

div[b-shhllzz4ni]  .e-toolbar-item:hover button.e-control.e-btn {
    background: #ddd;
}

div[b-shhllzz4ni]  .e-toolbar-item:active button.e-control.e-btn {
    background: #ccc;
}

div[b-shhllzz4ni]  .oconsoft-red-btn.e-btn {
    background: var(--oconsoft-red) !important;
    color: #fff !important;
}
div[b-shhllzz4ni]  .oconsoft-red-btn.e-btn:hover { background: var(--oconsoft-red-darker) !important; }
div[b-shhllzz4ni]  .oconsoft-red-btn.e-btn:active { background: var(--oconsoft-red-darkest) !important; }


div[b-shhllzz4ni]  .e-toolbar-item:has(.settings-item) {
    width: 40px;
    height: 40px;
}

div[b-shhllzz4ni]  .e-toolbar-item:has(.settings-item) .e-btn {
    padding: 0;
    border: none;
}

div[b-shhllzz4ni]  .e-toolbar-item:has(.settings-item) .e-icon {
    color: #333;
    font-weight: 600;
    font-size: large;
}




/*Row And Header*/
div[b-shhllzz4ni]  .e-rowcell > div {
    display: flex;
    align-items: center;
}

div[b-shhllzz4ni]  .e-rowcell {
    cursor: pointer;
}

div[b-shhllzz4ni]  .e-rowcell span.e-icons {
    font-weight: 900;
    font-size: 20px;
}

div[b-shhllzz4ni]  .e-rowcell > div img {
    width: auto;
    height: 30px;
}

div[b-shhllzz4ni]  .e-rowcell .info {
    margin-left: 10px;
}

div[b-shhllzz4ni]  .e-grid .e-toolbar {
    border: none;
}

div[b-shhllzz4ni]  .e-grid td.e-focused.e-rowcell, div[b-shhllzz4ni]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-shhllzz4ni]  .e-grid td, div[b-shhllzz4ni]  .e-gridheader {
    border: none;
    border-bottom: #aaa 1px solid;
}


/*Options Button*/
div[b-shhllzz4ni]  td button.e-icon-btn, div[b-shhllzz4ni]  td .e-btn:focus {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
    padding: 2px 4px;
}

div[b-shhllzz4ni]  td button:hover, div[b-shhllzz4ni]  td .e-btn:focus:hover {
    background: #ddd;
    color: #333;
}

div[b-shhllzz4ni]  td button:active, div[b-shhllzz4ni]  td .e-btn:focus:active {
    background: #ccc;
}

div[b-shhllzz4ni]  .e-rowcell:has(button) {
    cursor: default;
}

div[b-shhllzz4ni]  td button .e-caret {
    display: none;
}

div[b-shhllzz4ni]  td button .e-btn-icon.e-icon-left {
    margin: 0px;
    font-size: 16px;
}

/*Column Chooser*/

div[b-shhllzz4ni]  .e-checkbox-wrapper .e-frame.e-check, div[b-shhllzz4ni]  .e-css.e-checkbox-wrapper .e-frame.e-check,
div[b-shhllzz4ni]  .e-checkbox-wrapper .e-frame.e-stop, div[b-shhllzz4ni]  .e-css.e-checkbox-wrapper .e-frame.e-stop {
    background-color: var(--oconsoft-red);
    border-color: var(--oconsoft-red);
}

div[b-shhllzz4ni]  .e-checkbox-wrapper:hover .e-frame.e-check, div[b-shhllzz4ni]  .e-css.e-checkbox-wrapper:hover .e-frame.e-check,
div[b-shhllzz4ni]  .e-checkbox-wrapper:hover .e-frame.e-stop, div[b-shhllzz4ni]  .e-css.e-checkbox-wrapper:hover .e-frame.e-stop {
    background-color: var(--oconsoft-red-darker);
    border-color: var(--oconsoft-red-darker);
}

div[b-shhllzz4ni]  .e-checkbox-wrapper:active .e-frame.e-check, div[b-shhllzz4ni]  .e-css.e-checkbox-wrapper:active .e-frame.e-check,
div[b-shhllzz4ni]  .e-checkbox-wrapper:active .e-frame.e-stop, div[b-shhllzz4ni]  .e-css.e-checkbox-wrapper:active .e-frame.e-stop {
    background-color: var(--oconsoft-red-darkest);
    border-color: var(--oconsoft-red-darkest);
}

/* Private products progress bar */
div[b-shhllzz4ni]  .quota-bar-wrapper {
    display: flex;
    justify-content: center;
    width: 100%; /* let it take full width of its toolbar item cell */
    pointer-events: none; /* wrapper not interactive */
}

div[b-shhllzz4ni]  .quota-bar {
    position: relative;
    height: 25px;
    width: 150px;
    border-radius: 9999px;
    background: #eee;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
}

div[b-shhllzz4ni]  .quota-fill {
    height: 100%;
    background: var(--oconsoft-red);
    transition: width 220ms ease;
}

div[b-shhllzz4ni]  .quota-label {
    position: absolute;
    color: #FFFFFF;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.8rem;
    pointer-events: none;
    text-shadow: -1px -1px 0 #AAA, 1px -1px 0 #AAA, -1px 1px 0 #AAA, 1px 1px 0 #AAA;
}

div[b-shhllzz4ni]  .quota-bar,
div[b-shhllzz4ni]  .quota-fill,
div[b-shhllzz4ni]  .quota-label {
    cursor: default !important;
}

/* Buy more private products button */
div[b-shhllzz4ni]  .buy-capacity-btn.e-btn {
    border: none !important; /* remove border */
    margin-left: -5px !important;
    font-weight: 500;
    border-radius: 12px;
    height: 25px; /* same height as quota bar */
    white-space: nowrap;

    display: flex;                /* flexbox alignment */
    align-items: center;          /* vertical center */
    justify-content: center;      /* horizontal center */
    line-height: normal;          /* reset line height */
}


div[b-shhllzz4ni]  .buy-capacity-btn.e-btn:hover {
    background: #ddd !important;
}

div[b-shhllzz4ni]  .buy-capacity-btn.e-btn:active {
    background: #ccc !important;
}
/* /Pages/ProductPage.razor.rz.scp.css */
/*Product Page Styling*/
.background[b-rvbvbrx8e4] {
    height: calc(100vh - 60px);
    width: calc(100% - 70px);
    position: absolute;
    background-image: url("Images/Building.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(80%) contrast(80%);
}

.page-content[b-rvbvbrx8e4] {
    height: calc(100vh - 60px);
    width: calc(100vw - 70px);
    overflow: auto;
    overflow-x: clip;
    position: relative;
}

.info[b-rvbvbrx8e4] {
    height: min-content;
    width: calc(100vw - 160px);
    margin: 45px;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    overflow: clip;
    background: #fff;
}

.flex[b-rvbvbrx8e4] {
    display: flex;
    position: relative;
    padding-right: 11rem;
}

.flex > div[b-rvbvbrx8e4] {
    margin-right: 20px;
}

.product-img[b-rvbvbrx8e4] {
    width: 300px;
    height: 150px;
    margin-right: 20px;
    object-fit: contain;
}

.company-img[b-rvbvbrx8e4] {
    width: 200px;
    height: 75px;
    object-fit: contain;
}

.header[b-rvbvbrx8e4] {
    color: var(--oconsoft-red);
    font-size: x-large;
    font-weight: 500;
    margin-top: 10px;
    max-width: 1600px;
    width: 100%;
}

.description-header[b-rvbvbrx8e4] {
    color: var(--oconsoft-red);
    font-size: large;
    font-weight: 500;
    margin-top: 10px;
    max-width: 1600px;
    width: 100%;
}

.description[b-rvbvbrx8e4] {
   
}

/*List Styling*/
.variantlist-container[b-rvbvbrx8e4] {
    position: relative;
    margin: 45px;
    width: calc(100vw - 160px);
    border-radius: 20px;
    padding: 20px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
}


/*Row And Header*/
div[b-rvbvbrx8e4]  .e-grid {
    border: none;
}

div[b-rvbvbrx8e4]  .e-rowcell > div {
    display: flex;
    align-items: center;
}

div[b-rvbvbrx8e4]  .e-rowcell > div img {
    width: auto;
    height: 30px;
}

div[b-rvbvbrx8e4]  .e-rowcell .info {
    margin-left: 10px;
}

div[b-rvbvbrx8e4]  .e-grid .e-toolbar {
    border: none;
}

div[b-rvbvbrx8e4]  .e-grid td.e-focused.e-rowcell, div[b-rvbvbrx8e4]  .e-grid .e-gridheader th.e-focused {
    box-shadow: none;
}

div[b-rvbvbrx8e4]  .e-grid td, div[b-rvbvbrx8e4]  .e-gridheader {
    border: none;
    border-bottom: #aaa 1px solid;
}

div[b-rvbvbrx8e4]  .e-selectionbackground {
    background: none;
}

div[b-rvbvbrx8e4]  tr:hover .e-selectionbackground {
    background: #eff1f4;
}

/*Spinner*/
div.loading-container[b-rvbvbrx8e4] {
    height: 50px;
    align-content: center;
    justify-content: center;
    width: 300px;
    margin: auto;
    margin-top: 15vh;
}

div.loading-container[b-rvbvbrx8e4]  div {
    text-align: center;
}

/* download csv skabelon button */
.download-btn[b-rvbvbrx8e4] {
    position: absolute;
    top: 0;                     
    right: 0;
}
/* /Pages/ProductsPage.razor.rz.scp.css */
/*Materials List Styling*/

.background[b-8rvy01301m] {
    height: calc(100vh - 60px);
    width: calc(100% - 70px);
    position: absolute;
    background-image: url("Images/Building.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(80%) contrast(80%);
}

.products[b-8rvy01301m] {
    height: calc(100vh - 60px);
    width: calc(100vw - 70px);
    position: absolute;
    overflow: auto;
    scrollbar-gutter: stable both-edges;
}

.products-header[b-8rvy01301m] {
    color: var(--oconsoft-red);
    font-size: xx-large;
    font-weight: 500;
    margin: auto;
    margin-top: 20px;
    max-width: 1600px;
    width: 100%;
}

/*Loading*/
div.loading-container[b-8rvy01301m] {
    height: 300px;
    align-content: center;
    justify-content: center;
    width: 300px;
    margin: auto;
}

div.loading-container[b-8rvy01301m]  div {
    text-align: center;
}

/* /Pages/ProjectsPage.razor.rz.scp.css */
.background[b-6y28t9nvxh] {
    height: calc(100vh - 60px);
    width: calc(100% - 70px);
    position: absolute;
    background-image: url("Images/Building.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(80%) contrast(80%);
    z-index: 1;
    pointer-events: none;
}

/* Wrapper that centers the content */
.page-container[b-6y28t9nvxh] {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: 50px auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Main content block */
.projects-list[b-6y28t9nvxh] {
    background: white;
    border-radius: 10px 10px 0 0;
}
/* /Pages/WholesalerPage.razor.rz.scp.css */
/*Materials List Styling*/
.background[b-mhoct707w0] {
    height: calc(100vh - 60px);
    width: calc(100% - 70px);
    position: absolute;
    background-image: url("Images/Building.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(80%) contrast(80%);
}

.wholesalers[b-mhoct707w0] {
    height: calc(100vh - 60px);
    width: calc(100vw - 70px);
    position: absolute;
    z-index: 10;
    overflow: auto;
    scrollbar-gutter: stable both-edges;
}

.wholesalers-header[b-mhoct707w0] {
    color: var(--oconsoft-red);
    font-size: xx-large;
    margin: auto;
    margin-top: 20px;
    max-width: 1600px;
    width: 100%;
}

.wholesalers > div[b-mhoct707w0]{
    max-width: 1600px;
    margin: auto;
}

.search-header[b-mhoct707w0] {
    margin-top: 20px;
}
.filter-container[b-mhoct707w0] {
    display: flex;
}

.filter-container[b-mhoct707w0]  > span {
    max-width: 400px;
    margin: 20px;
    margin-left: 0px;
}

.filter-container[b-mhoct707w0]  e-control-wrapper:has(.e-dropdownlist), .filter-container[b-mhoct707w0]  .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .filter-container[b-mhoct707w0]  .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
    max-width: 400px;
    box-shadow: none;
}

.wholesalers-list[b-mhoct707w0] {
    display: flex;
    flex-wrap: wrap;
}
