@import '_content/ComponentLibrary/ComponentLibrary.is571po1k9.bundle.scp.css';

/* /Components/Common/DataTransformationRules/RuleConfiguration/FormatStructuredValueRule.razor.rz.scp.css */
.entry-part-placeholder[b-93iy1xosod] {
    font-weight: lighter;
    color:#ccc;
    border: 1px solid #ccc;
    padding: 2px;
    display: inline-block;
}
/* /Components/Common/DataTransformationRules/RuleGroupSetup.razor.rz.scp.css */
.opacity-2[b-p1lfimo4ba] {
  opacity: .2;
}

.opacity-4[b-p1lfimo4ba] {
    opacity: .4;
}

.rule-drop-target[b-p1lfimo4ba] {
    border-top: 2px solid purple;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* /Components/Common/DataTransformationRules/SelectRuleConfiguration/AbbreviateRule.razor.rz.scp.css */
.opacity-4[b-3vsibuq24p] {
    opacity: .4;
}

.rule-drop-target[b-3vsibuq24p] {
    border-top: 2px solid purple;
    margin-top: 9px;
    margin-bottom: 9px;
}
/* /Components/Common/DataTransformationRules/SelectRuleConfiguration/FormatStructuredValueRule.razor.rz.scp.css */
.entry-part-placeholder[b-qtqkwvz03n] {
    font-weight: lighter;
    color:#ccc;
    border: 1px solid #ccc;
    padding: 2px;
    display: inline-block;
}
/* /Components/Common/DataTransformationRules/StructuredValueSetup.razor.rz.scp.css */
.opacity-4[b-w4a5tgn35q] {
  opacity: .4;
}

.rule-drop-target[b-w4a5tgn35q] {
    border-top: 2px solid purple;
    margin-top: 9px;
    margin-bottom: 9px;
}
/* /Components/Common/InLoadTable.razor.rz.scp.css */
@media (min-width: 1400px) {
    .container.wide[b-y8v9a6xsng] {
        max-width: 1328px;
    }
}

@media (min-width: 1600px) {
    .container.wide[b-y8v9a6xsng] {
        max-width: 1516px;
    }
}

@media (min-width: 1900px) {
    .container.wide[b-y8v9a6xsng] {
        max-width: 1804px;
    }
}

.table-container[b-y8v9a6xsng] {
    max-width: fit-content;
    max-height: fit-content;
}

.table-fixed-60vh[b-y8v9a6xsng] {
    overflow-x: scroll;
    overflow-y: scroll;
    height: fit-content;
    max-height: 60vh;
}

.table-fixed-70vh[b-y8v9a6xsng] {
    overflow-x: scroll;
    overflow-y: scroll;
    height: fit-content;
    max-height: 70vh;
}

table[b-y8v9a6xsng] {
    min-width: max-content;
}

table thead th[b-y8v9a6xsng] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
    background-clip: padding-box; /* Let's the border show when the elements are no longer translucent */
}

table thead th:first-child[b-y8v9a6xsng] {
    position: sticky;
    left: 0;
    z-index: 2;
}

table tbody td:first-child[b-y8v9a6xsng] {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white;
    background-clip: padding-box; /* Let's the border show when the elements are no longer translucent */
}

/* Same color that bootstrap uses for table-striped, but flipped so the opacity is 1 */
.table-striped tbody tr:nth-of-type(odd) td[b-y8v9a6xsng] {
    background-color: rgba(242, 242, 242, 1);
}

.disabled-cell[b-y8v9a6xsng] {
    filter: blur(1px);
    pointer-events: none;
    color: rgba(150, 0, 0, 0.8)
}
/* /Components/Common/ManualSynchronization/ManualSynchronization.razor.rz.scp.css */
del[b-174ic4ay3k],
ins[b-174ic4ay3k] {
    display: block;
    text-decoration: none;
    position: relative;
    padding-left: 40px;
}

del[b-174ic4ay3k] {
    background-color: #fbb;
}

ins[b-174ic4ay3k] {
    background-color: #d4fcbc;
}

del[b-174ic4ay3k]::before,
ins[b-174ic4ay3k]::before {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: monospace;
}

del[b-174ic4ay3k]::before {
    content: '−';
}

ins[b-174ic4ay3k]::before {
    content: '+';
}

.highlight-on-hover:hover .fa-check-square[b-174ic4ay3k] {
    color: #749fd5;
}

.highlight-on-hover:hover .fa-minus-square[b-174ic4ay3k] {
    color: #749fd5;
}

.highlight-on-hover:hover .fa-square[b-174ic4ay3k] {
    color: #749fd5;
}

.status-overlay[b-174ic4ay3k] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
}
/* /Components/Common/ManualSynchronization/ManualSynchronizationCells.razor.rz.scp.css */
del[b-twrg14fbtf],
ins[b-twrg14fbtf] {
    display: block;
    text-decoration: none;
    position: relative;
    padding-left: 40px;
}

del[b-twrg14fbtf] {
    background-color: #fbb;
}

ins[b-twrg14fbtf] {
    background-color: #d4fcbc;
}

del[b-twrg14fbtf]::before,
ins[b-twrg14fbtf]::before {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: monospace;
}

del[b-twrg14fbtf]::before {
    content: '−';
}

ins[b-twrg14fbtf]::before {
    content: '+';
}

.highlight-on-hover:hover .fa-check-square[b-twrg14fbtf] {
    color: #749fd5;
}

.highlight-on-hover:hover .fa-minus-square[b-twrg14fbtf] {
    color: #749fd5;
}

.highlight-on-hover:hover .fa-square[b-twrg14fbtf] {
    color: #749fd5;
}

.status-overlay[b-twrg14fbtf] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
}
/* /Components/Common/RuleErrorView.razor.rz.scp.css */
#to-show[b-42n0r72i2p] {
    display: none;
}
#to-hover:hover > #to-show[b-42n0r72i2p] {
    display: block; 
}
/* /Components/Common/SpeechBubble.razor.rz.scp.css */
.speech-bubble-right[b-6c194flh0a] {
	position: absolute;
	background: #749FD5;

	top: 0px;
	left: calc(100% + 30px + 5px);
	border-radius: .4em;
	text-align: center;

	width: 200px;
	padding: 18px 24px;

	z-index: 10
}

.speech-bubble-right[b-6c194flh0a]:before {
	content: '';
	position: absolute;
	left: 0;
	top: 25%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-right-color: #749FD5;
	border-left: 0;
	border-top: 0;
	margin-top: -15px;
	margin-left: -30px;
}

.speech-bubble-left[b-6c194flh0a] {
	position: absolute;
	background: #749FD5;

	top: 0px;
	left: calc(-200px - 30px - 5px);
	border-radius: .4em;
	text-align: center;

	width: 200px;
	padding: 18px 24px;

	z-index: 10
}

.speech-bubble-left[b-6c194flh0a]:before {
	content: '';
	position: absolute;
	right: 0;
	top: 25%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-left-color: #749FD5;
	border-right: 0;
	border-top: 0;
	margin-top: -15px;
	margin-right: -30px;
}
/* /Components/Common/TableTemplate.razor.rz.scp.css */
.table-container[b-lyj49zn9wv] {
    max-width: fit-content;
    max-height: fit-content;
}

.table-fixed[b-lyj49zn9wv] {
    overflow-x: scroll;
    overflow-y: scroll;
    height: fit-content;
    max-height: 50vh;
}

table[b-lyj49zn9wv] {
    min-width: max-content;
}

table thead th[b-lyj49zn9wv] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
    background-clip: padding-box;
}

table thead th:first-child[b-lyj49zn9wv] {
    position: sticky;
    left: 0;
    z-index: 2;
}

table tbody td:first-child[b-lyj49zn9wv] {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white;
    background-clip: padding-box; /* Let's the border show when the elements are no longer translucent */
}

/* Same color that bootstrap uses for table-striped, but flipped so the opacity is 1 */
.table-striped tbody tr:nth-of-type(odd) td[b-lyj49zn9wv] {
    background-color: rgba(242, 242, 242, 1);
}

.disabled-cell[b-lyj49zn9wv] {
    filter: blur(1px);
    pointer-events: none;
    color: rgba(150, 0, 0, 0.8)
}
/* /Components/Common/Tooltip.razor.rz.scp.css */
/****************/
/* Up direction */
/****************/

.tooltip-wrapper-up[b-ne22kxcn6r] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

.tooltip-wrapper-up span[b-ne22kxcn6r] {
    visibility: hidden;
    position: absolute;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

.tooltip-wrapper-up span[b-ne22kxcn6r]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper-up:hover span[b-ne22kxcn6r] {
    visibility: visible;
}

/*******************/
/* Right direction */
/*******************/

.tooltip-wrapper-right[b-ne22kxcn6r] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

.tooltip-wrapper-right span[b-ne22kxcn6r] {
    visibility: hidden;
    position: absolute;
    width: 200px;
    top: -50%;
    left: 110%;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

.tooltip-wrapper-right span[b-ne22kxcn6r]::after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 100%;
    margin-bottom: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tooltip-wrapper-right:hover span[b-ne22kxcn6r] {
    visibility: visible;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3rspa3gaj2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3rspa3gaj2] {
    flex: 1;
}

.sidebar[b-3rspa3gaj2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3rspa3gaj2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3rspa3gaj2]  a, .top-row[b-3rspa3gaj2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3rspa3gaj2]  a:hover, .top-row[b-3rspa3gaj2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3rspa3gaj2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3rspa3gaj2] {
        justify-content: space-between;
    }

    .top-row[b-3rspa3gaj2]  a, .top-row[b-3rspa3gaj2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3rspa3gaj2] {
        flex-direction: row;
    }

    .sidebar[b-3rspa3gaj2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3rspa3gaj2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3rspa3gaj2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3rspa3gaj2], article[b-3rspa3gaj2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3rspa3gaj2] {
    display: none; /* Blazor will set this to 'block' when an error occurs */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2000;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-k0q09egry2],
.components-reconnect-repeated-attempt-visible[b-k0q09egry2],
.components-reconnect-failed-visible[b-k0q09egry2],
.components-pause-visible[b-k0q09egry2],
.components-resume-failed-visible[b-k0q09egry2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show:not(.components-reconnect-failed):not(.components-reconnect-resume-failed):not(.components-reconnect-paused)
.components-reconnect-first-attempt-visible[b-k0q09egry2] {
    display: block;
}

#components-reconnect-modal.components-reconnect-retrying:not(.components-reconnect-failed):not(.components-reconnect-resume-failed):not(.components-reconnect-paused)
.components-reconnect-repeated-attempt-visible[b-k0q09egry2] {
    display: block;
}

#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-k0q09egry2] {
    display: block;
}

#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-k0q09egry2] {
    display: block;
}

#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-k0q09egry2] {
    display: block;
}

#components-reconnect-modal[b-k0q09egry2] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
}

#components-reconnect-modal[b-k0q09egry2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.components-reconnect-container[b-k0q09egry2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-k0q09egry2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-k0q09egry2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-k0q09egry2] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-k0q09egry2] {
    background-color: #6b9ed2;
}
/* /Components/Pages/DealerForSupplier/DealerForSupplierQuick.razor.rz.scp.css */
table.separate-border-5px[b-57ymq4j51q] {
    border-collapse: separate;
    border-spacing: 5px;
}
/* /Components/Pages/DealerProductGroups/CustomDealerProductGroupFields.razor.rz.scp.css */
.opacity-4[b-0hw27us9g0] {
    opacity: .4;
}

.rule-drop-target[b-0hw27us9g0] {
    border-top: 2px solid purple;
    margin-top: 9px;
    margin-bottom: 9px;
}
/* /Components/Pages/DealerProductGroups/TemplateDealerProductGroupModal.razor.rz.scp.css */
.opacity-4[b-owea699pz5] {
    opacity: .4;
}

.rule-drop-target[b-owea699pz5] {
    border-top: 2px solid purple;
}

.transition-visible[b-owea699pz5] {
    overflow: hidden;
    transition: transform 0.3s ease-out;
    height: auto;
    transform: scaleY(1);
    transform-origin: top;
}

.transition-visible.transition-collapsed[b-owea699pz5] {
    transform: scaleY(0);
}

.collapseContent[b-owea699pz5] {
    outline: none;
    display: block;
}
.collapseContent.animate[b-owea699pz5] {
    -webkit-transition: opacity 1s, height 10.4s; /* For Safari 3.1 to 6.0 */
    transition: opacity 1s, height 10.4s;
}
/* /Components/Pages/Settings/TemplateConfigurationGroupSettings.razor.rz.scp.css */
.opacity-4[b-hj1ng2hxzt] {
  opacity: .4;
}

.rule-drop-target[b-hj1ng2hxzt] {
    border-top: 2px solid purple;
    margin-top: 9px;
    margin-bottom: 9px;
}
/* /Components/Pages/SupplierForByggebasen/ByggeBasenTable.razor.rz.scp.css */
@media (min-width: 1400px) {
    .container.wide[b-62oi6pqr0e] {
        max-width: 1328px;
    }
}

@media (min-width: 1600px) {
    .container.wide[b-62oi6pqr0e] {
        max-width: 1516px;
    }
}

@media (min-width: 1900px) {
    .container.wide[b-62oi6pqr0e] {
        max-width: 1804px;
    }
}

.table-container[b-62oi6pqr0e] {
    max-width: fit-content;
    max-height: fit-content;
}

.table-fixed-60vh[b-62oi6pqr0e] {
    overflow-x: scroll;
    overflow-y: scroll;
    height: fit-content;
    max-height: 60vh;
}

.table-fixed-70vh[b-62oi6pqr0e] {
    overflow-x: scroll;
    overflow-y: scroll;
    height: fit-content;
    max-height: 70vh;
}

table[b-62oi6pqr0e] {
    min-width: max-content;
}

table thead th[b-62oi6pqr0e] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
    background-clip: padding-box; /* Let's the border show when the elements are no longer translucent */
}

table thead th:first-child[b-62oi6pqr0e] {
    position: sticky;
    left: 0;
    z-index: 2;
}

table tbody td:first-child[b-62oi6pqr0e] {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white;
    background-clip: padding-box; /* Let's the border show when the elements are no longer translucent */
}

/* Same color that bootstrap uses for table-striped, but flipped so the opacity is 1 */
.table-striped tbody tr:nth-of-type(odd) td[b-62oi6pqr0e] {
    background-color: rgba(242, 242, 242, 1);
}

.disabled-cell[b-62oi6pqr0e] {
    filter: blur(1px);
    pointer-events: none;
    color: rgba(150, 0, 0, 0.8)
}
/* /Components/Pages/SupplierForCoBuilder/Maintenance/CoBuilderTable.razor.rz.scp.css */
@media (min-width: 1400px) {
    .container.wide[b-xc00g7dil3] {
        max-width: 1328px;
    }
}

@media (min-width: 1600px) {
    .container.wide[b-xc00g7dil3] {
        max-width: 1516px;
    }
}

@media (min-width: 1900px) {
    .container.wide[b-xc00g7dil3] {
        max-width: 1804px;
    }
}

.table-container[b-xc00g7dil3] {
    max-width: fit-content;
    max-height: fit-content;
}

.table-fixed-60vh[b-xc00g7dil3] {
    overflow-x: scroll;
    overflow-y: scroll;
    height: fit-content;
    max-height: 60vh;
}

.table-fixed-70vh[b-xc00g7dil3] {
    overflow-x: scroll;
    overflow-y: scroll;
    height: fit-content;
    max-height: 70vh;
}

table[b-xc00g7dil3] {
    min-width: max-content;
}

table thead th[b-xc00g7dil3] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
    background-clip: padding-box; /* Let's the border show when the elements are no longer translucent */
}

table thead th:first-child[b-xc00g7dil3] {
    position: sticky;
    left: 0;
    z-index: 2;
}

table tbody td:first-child[b-xc00g7dil3] {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white;
    background-clip: padding-box; /* Let's the border show when the elements are no longer translucent */
}

/* Same color that bootstrap uses for table-striped, but flipped so the opacity is 1 */
.table-striped tbody tr:nth-of-type(odd) td[b-xc00g7dil3] {
    background-color: rgba(242, 242, 242, 1);
}

.disabled-cell[b-xc00g7dil3] {
    filter: blur(1px);
    pointer-events: none;
    color: rgba(150, 0, 0, 0.8)
}
/* /Components/Pages/SupplierForNOBB/NobbTable.razor.rz.scp.css */
@media (min-width: 1400px) {
    .container.wide[b-2z3tngsw4w] {
        max-width: 1328px;
    }
}

@media (min-width: 1600px) {
    .container.wide[b-2z3tngsw4w] {
        max-width: 1516px;
    }
}

@media (min-width: 1900px) {
    .container.wide[b-2z3tngsw4w] {
        max-width: 1804px;
    }
}

.table-container[b-2z3tngsw4w] {
    max-width: fit-content;
    max-height: fit-content;
}

.table-fixed-60vh[b-2z3tngsw4w] {
    overflow-x: scroll;
    overflow-y: scroll;
    height: fit-content;
    max-height: 60vh;
}

.table-fixed-70vh[b-2z3tngsw4w] {
    overflow-x: scroll;
    overflow-y: scroll;
    height: fit-content;
    max-height: 70vh;
}

table[b-2z3tngsw4w] {
    min-width: max-content;
}

table thead th[b-2z3tngsw4w] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
    background-clip: padding-box; /* Let's the border show when the elements are no longer translucent */
}

table thead th:first-child[b-2z3tngsw4w] {
    position: sticky;
    left: 0;
    z-index: 2;
}

table tbody td:first-child[b-2z3tngsw4w] {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white;
    background-clip: padding-box; /* Let's the border show when the elements are no longer translucent */
}

/* Same color that bootstrap uses for table-striped, but flipped so the opacity is 1 */
.table-striped tbody tr:nth-of-type(odd) td[b-2z3tngsw4w] {
    background-color: rgba(242, 242, 242, 1);
}

.disabled-cell[b-2z3tngsw4w] {
    filter: blur(1px);
    pointer-events: none;
    color: rgba(150, 0, 0, 0.8)
}
/* /Components/Pages/SupplierProducts/Dropzone.razor.rz.scp.css */
.dropzone[b-5i1x2cwojc] {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 500px;
    margin:25px;
    font-family: sans-serif;
    padding: 50px;
}

.dropzone.highlight[b-5i1x2cwojc] {
    border-color: purple;
}
/* /Components/Pages/SupplierProducts/ResourceConfigurationModal.razor.rz.scp.css */
tr.strikeout td:nth-child(n+3)[b-owvh5iz0hw] {
    position: relative
}

tr.strikeout td:nth-child(n+3)[b-owvh5iz0hw]:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

tr.strikeout td:nth-child(n+3)[b-owvh5iz0hw]:after {
    content: "\00B7";
    font-size: 1px;
}
