﻿@import url('../open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('reconnectModal.css');

:root {
    --backgroundColor1: #f2f2f2;
    --backgroundColor2: #ffffff;
    --lightColor1: #DFE7F0;
    --color1: #3c4043;
    --color2: #707375;
    --color3: #d4d4d4;
    --accentColor1: lightgray;
    --accentContrastColor1: #000000;
    --accentColor2: #666666;
    --accentContrastColor2: #ffffff;
    --errorColor: #ff0000ff;
    --warningColor: #ffb400ff;
    --dialogResultYesColor: var(--accentColor1);
    --dialogResultYesContrastColor: var(--accentContrastColor1);
    --dialogResultNoColor: var(--accentColor2);
    --dialogResultNoContrastColor: var(--accentContrastColor2);
    --dialogResultCancelColor: #ff0000ff;
    --dialogResultCancelContrastColor: #f2f2f2;
    --color-outer-circle: #0DA1DA;
    --color-middle-circle: #CB7A25;
    --color-inner-circle: #9B9FA3;
}

/*#region Fonts*/

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../../fonts/opensans-light.eot');
    src: url('../../fonts/opensans-light.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-light.woff2') format('woff2'), url('../../fonts/opensans-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../../fonts/opensans-regular.eot');
    src: url('../../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-regular.woff2') format('woff2'), url('../../fonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../../fonts/OpenSans-SemiBold.eot');
    src: url('../../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-bold.woff2') format('woff2'), url('../../fonts/opensans-bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*#endregion Fonts*/


/*#region General*/

html,
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: rgb(247, 248, 252);
}

app {
    position: relative;
}

.main {
    flex: 1;
}

.content {
    padding-top: 1.1rem;
}

.content-root {
    overflow-y: auto;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: -webkit-flex;
}

.content-wrapper {
    min-height: calc(100vh - 132px);
}

img {
    /* Fix lazy loading iOS 15.4 */
    min-height: 1px;
    min-width: 1px;
}

.list-group {
    background-color: rgba(0,0,0,0);
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.08);
}

.active {
    background-color: var(--lightColor1) !important;
    border-radius: 0px !important;
    border-bottom: 0px solid rgba(178, 0, 26, 0) !important;
    border-top: 0px solid rgba(178, 0, 26, 0) !important;
    border-left: 0px solid rgba(0,0,0,0) !important;
    border-right: 0px solid rgba(0,0,0,0) !important;
    z-index: 1 !important;
    cursor: pointer;
    color: #5B7387 !important;
}

.logInIcon-LoggedIn {
    color: deepskyblue;
}

@media (min-width: 450px) {

    .col-width {
        min-width: 300px;
    }

    .col-width-small {
        min-width: 230px;
    }
}

@media (min-width: 768px) {

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}



@media (max-width: 767.98px) {
    .main .top-row {
        display: none;
    }
}

@media (max-width: 1050px) {
    h2 {
        font-size: 1.5rem;
    }
}
/*#endregion General*/


/*#region Cardview*/

.card-body:hover {
    cursor: pointer;
    background-color: rgba(181, 205, 225, 0.98);
}

/*#endregion Cardview*/


/*#region Buttons*/

.btn {
    color: #fff;
    cursor: pointer;
}

.btn-default {
    font-size: 0.875rem;
    padding: 11px 20px;
    line-height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-left: 12px;
}

    .btn-default:hover {
        color: #fff;
        filter: brightness(110%);
        -webkit-filter: brightness(110%);
    }

    .btn-default:active {
        -webkit-transform: scale(.98);
        -moz-transform: scale(.98);
        -o-transform: scale(.98);
        -ms-transform: scale(.98);
        transform: scale(.98);
        filter: brightness(90%);
        -webkit-filter: brightness(90%);
    }


.btn-accept-filter {
    margin: 10px 0 0 0;
    width: 100%;
}

.btn-download .fas,
.btn-group .fas {
    min-width: 26px;
}

.btn-border-radius {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn-border-radius-left {
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
    border-radius-bottomleft: 20px;
    border-radius-topleft: 20px;
}

.btn-border-radius-right {
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
    border-radius-bottomright: 20px;
    border-radius-topright: 20px;
}

.btn-border.btn-option-color {
    border: 1px solid #3F4C58;
}

.btn-primary-color,
.btn-download-color,
.btn-compare-color,
.btn-compare-only-differences-color,
.btn-show-only-filtered-color {
    color: #fff;
    background-color: #339999;
}

.btn-modal-header-color {
    color: #fff;
    background-color: #a2aeb9;
}

.btn-remove-color {
    color: #fff;
    background-color: #E24100;
}

.btn-close-color {
    color: #fff;
    background-color: #E24100;
}

.btn-grey,
.checkout-btn-back {
    border: 1px solid #BFC7D6;
    background-color: #F7F8FC;
    color: #5B7387;
}

    .btn-grey:hover,
    .checkout-btn-back:hover {
        color: #5B7387;
    }

.btn-apply-color {
    background-color: #006ba9;
    border-color: #006ba9;
}

.btn-pause-color,
.btn-swap-color,
.btn-crackup-color,
.btn-undo-color,
.btn-redo-color,
.btn-cancel-color,
.btn-conf-wiz-cancel-color {
    color: #fff;
    background-color: #8E99A3;
}

.btn-compare {
    white-space: nowrap;
}

.btn-menu-header {
    background-color: transparent;
    border-color: transparent;
    margin: 0 3px;
    padding-top: 8px;
}

    .btn-menu-header:hover {
        background-color: #6c6c6c;
        border: 1px solid #b1b3b4;
    }

    .btn-menu-header > span {
        font-size: 18px;
    }


.btn-option-color {
    color: #3F4C58;
    background-color: #fff;
}

    .btn-option-color:hover {
        color: #fff;
        background-color: #5B7387;
    }

.btn-item-show-options {
    max-height: 40px;
    display: none;
}

    .btn-item-show-options .btn-text {
        vertical-align: top;
    }

.btn-light,
.btn-light-settings {
    background-color: var(--lightColor1);
}

    .btn-light:hover,
    .btn-light-settings:hover {
        filter: brightness(90%);
        -webkit-filter: brightness(90%);
    }

.btn-light-settings {
    color: #000000;
}

    .btn-light-settings:hover {
        color: #000000;
    }

.btn-light-selected {
    background-color: #e9eaea !important;
}

.btn-undo,
.btn-redo {
    margin: 0 0 0 8px;
}

.btn-overview-comparsion {
    width: 34px;
    height: 34px;
    padding: 9px 10px;
    z-index: 1;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    display: inline-block;
}

.btn-primary-color,
.btn-download-color,
.btn-compare-color,
.btn-compare-only-differences-color,
.btn-show-only-filtered {
    background-color: #5B7387;
}

.btn-success-color {
    color: #fff;
    background-color: #28a745;
}

.btn-link {
    color: rgb(91, 115, 135) !important;
}

.diomex-btn-primary {
    background-color: #3E4D5B;
    color: white;
    padding: 13px 30px 17px;
    transition: all .15s;
    border-radius: 0px;
}

    .diomex-btn-primary:hover {
        cursor: pointer;
        color: white;
    }

.diomex-btn-primary-add {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 100;
}

[button].panelHeader,
.diomex-btn-secondary {
    padding: 10px 0px 0px 30px;
    border-radius: 0px;
    font-weight: 400;
    line-height: 14px;
    min-height: 54px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: transparent;
    color: #3F4C58;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-family: OpenSans-Regular;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    /*opacity: 0.5;*/
}

    [button].panelHeader:hover,
    /*[button].menuButton:hover,*/
    .diomex-btn-secondary:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        color: #607386;
    }

[button].button.panelHeader.checked,
.diomex-btn-secondary-selected {
    border-radius: 0px;
    padding: 10px 30px;
    line-height: 14px;
    min-height: 54px;
    font-weight: 400;
    background-color: transparent;
    color: #607386;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-family: OpenSans-Bold;
}

    .diomex-btn-secondary-selected:hover {
        color: #607386;
    }

.diomex-btn-success-light-small {
    border: 1px solid #28a745;
    background-color: white;
    padding: 9px 20px 11px;
    border-radius: 0px;
    color: #28a745;
}

    .diomex-btn-success-light-small:hover {
        cursor: pointer;
        color: #fafafa;
        background-color: #28a745;
    }

.diomex-btn-secondary-light-small {
    border: 1px solid #BFC7D6;
    background-color: #F7F8FC;
    padding: 9px 20px 11px;
    border-radius: 0px;
    color: #5B7387;
}

    .diomex-btn-secondary-light-small:hover {
        cursor: pointer;
        color: #fafafa;
        background-color: #BFC7D6;
    }

.custom-btn-primary {
    border-radius: 0px;
}

.fa-btn {
    background-color: transparent;
    border: transparent;
}

    .fa-btn:hover {
        cursor: pointer;
    }

    .fa-btn:focus {
        outline: 0px !important;
    }

.fa-btn-arrow {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 6px 0px 6px;
    border-radius: 15px;
}

.fa-btn-rotate-up {
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transform: rotate(180deg);
}

.fa-btn-rotate-down {
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transform: rotate(360deg);
}

.fa-btn-grp-rotate-up {
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transform: rotate(180deg);
}

.fa-btn-grp-rotate-down {
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transform: rotate(360deg);
}

.btn-group-vertical > .btn {
    min-height: 65px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #F7F8FC;
}

.conf-wiz-change-option-option-container .btn-group-vertical > .btn {
    background-color: #fff;
}

.conf-wiz-change-option-option-container .btn-group-vertical .custom-btn-danger-select-option {
    background-color: rgba(226, 65, 0, 0.15);
    border: none;
}

.dropdown > .btn.dropdown-toggle {
    Color: #5B7387;
}

.btn.btn-default.btn-border-radius[searchconfigurationsessionpopup]:not(.btn-success-color) {
    /*    width: 100% !important;
    max-width: 200px;*/
}

.option-selector-footer > .btn-swatch-button {
    background-color: #5B7387;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0px;
    height: 50px;
    min-height: 50px;
}

.option-selector-footer > .btn-swatch-button-disabled,
.option-selector-footer > .btn-swatch-button-disabled:active {
    background-color: #BFC7D6;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0px;
    height: 50px;
    min-height: 50px;
    cursor: default;
    animation: none !important;
    -webkit-filter: none !important;
    padding: 15px;
}


@media (max-width: 1050px) {

    .diomex-btn-primary-add {
        bottom: 80px;
    }

    .btn-download .fas {
        padding: 0;
    }

    .btn-download .fas {
        padding: 3px 0 0 0;
    }

    .btn-default:not(.btn-modal-header-color, .flyout-filter-btn, .btn-modal-header-color-active, .btn-item-show-options, .btn-item-addAttachment, .modal-footer /*, button*/ ) {
        line-height: 100%;
        padding: 5px;
        min-width: 40px;
        min-height: 40px;
    }

    .btn-item-show-options {
        height: auto;
        width: auto;
        display: inline-block;
    }

        .btn-item-show-options .btn-text {
            display: inline-block;
        }

    span.btn-text,
    button .btn-text {
        display: none;
    }
}


.btn-disabled {
    background-color: #cdcfd0;
}

@media (min-width: 1050px) {

    .btn-disabled:hover {
        cursor: unset;
        color: #fff;
        filter: brightness(100%);
        -webkit-filter: brightness(100%);
    }

    .btn-default:active {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        filter: brightness(100%);
        -webkit-filter: brightness(100%);
    }
}
/*#endregion Buttons*/


/*#region FontAwesome*/

.fas {
    font-size: 16px;
}

.far {
    font-size: 16px;
}

.fas-custom:before {
    height: 30px;
    width: 30px;
    content: '';
    display: inline-block;
}

.fa-square {
    border-radius: 2px;
}

@media (max-height: 800px), (max-width: 800px) {

    .fa-btn-rotate-down {
        -webkit-transition: -webkit-transform 0.3s;
        -webkit-transform: rotate(180deg);
    }
}
/*#endregion FontAwesome*/


/*#region Slider*/

[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 5px 0 10px 0;
}

    [slider] > div {
        position: absolute;
        left: 13px;
        right: 15px;
        height: 14px;
    }

        [slider] > div > [inverse-left] {
            position: absolute;
            left: 0;
            height: 14px;
            border-radius: 10px;
            background-color: #CCC;
            margin: 0 7px;
        }

        [slider] > div > [inverse-right] {
            position: absolute;
            right: 0;
            height: 14px;
            border-radius: 10px;
            background-color: #CCC;
            margin: 0 7px;
        }

        [slider] > div > [range] {
            position: absolute;
            left: 0;
            height: 14px;
            border-radius: 14px;
        }

        [slider] > div > [thumb] {
            position: absolute;
            top: -7px;
            z-index: 2;
            height: 28px;
            width: 28px;
            text-align: left;
            margin-left: -11px;
            cursor: pointer;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
            background-color: #FFF;
            border-radius: 50%;
            outline: none;
        }

    [slider] > input[type=range] {
        position: absolute;
        pointer-events: none;
        -webkit-appearance: none;
        z-index: 3;
        height: 14px;
        top: -2px;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

div[slider] > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider] > input[type=range]:focus {
    outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
    display: none;
}

[slider] > div > [sign] {
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index: 3;
    background-color: #1ABC9C;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

    [slider] > div > [sign]:after {
        position: absolute;
        content: '';
        left: 0;
        border-radius: 16px;
        top: 19px;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top-width: 16px;
        border-top-style: solid;
        border-top-color: #1ABC9C;
    }

    [slider] > div > [sign] > span {
        font-size: 12px;
        font-weight: 700;
        line-height: 28px;
    }

[slider]:hover > div > [sign] {
    opacity: 1;
}


.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin: 3px 0px
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-switch:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:focus + .slider-switch {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-switch:before {
    transform: scale(1.15);
}

/* Rounded sliders */
.slider-switch.round {
    border-radius: 34px;
}

    .slider-switch.round:before {
        border-radius: 50%;
    }

/*end*/

@media (min-width: 576px) {

    .switch {
        width: 60px;
        height: 34px;
    }

    .slider-switch:before {
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
    }

    input:checked + .slider-switch:before {
        -webkit-transform: translateX(22px);
        -ms-transform: translateX(22px);
        transform: translateX(22px);
    }
}

/*#endregion Slider*/


/*#region BaseTheme*/

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

[Label].root {
    color: var(--color1);
}

[PopUp].root {
    background-color: var(--backgroundColor2);
    margin: 0.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color2);
    border-radius: 0.5rem;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

    [PopUp].root.positionCenter {
        animation-name: popUpAnimationCenter;
    }

    [PopUp].root.isPopUp.positionTop {
        animation-name: popUpAnimationTop;
    }

    [PopUp].root.isPopUp.positionBottom {
        animation-name: popUpAnimationBottom;
    }

    [PopUp].root.isPopUp.positionLeft {
        animation-name: popUpAnimationLeft;
    }

    [PopUp].root.isPopUp.positionRight {
        animation-name: popUpAnimationRight;
    }

    [PopUp].root.isFlyOut {
        margin: unset;
        border-radius: unset;
    }

        [PopUp].root.isFlyOut.positionTop {
            animation-name: popUpAnimationBottom;
            border-left-style: unset;
            border-top-style: unset;
            border-right-style: unset;
        }

        [PopUp].root.isFlyOut.positionBottom {
            animation-name: popUpAnimationTop;
            border-left-style: unset;
            border-right-style: unset;
            border-bottom-style: unset;
        }

        [PopUp].root.isFlyOut.positionLeft {
            animation-name: popUpAnimationRight;
            border-left-style: unset;
            border-top-style: unset;
            border-bottom-style: unset;
        }

        [PopUp].root.isFlyOut.positionRight {
            animation-name: popUpAnimationLeft;
            border-top-style: unset;
            border-right-style: unset;
            border-bottom-style: unset;
        }

    [PopUp].root.arrow {
        animation-name: popUpAnimationArrow;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

@keyframes popUpAnimationTop {
    from {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    }

    to {
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }
}

@keyframes popUpAnimationBottom {
    from {
        clip-path: polygon(0 0, 0 0, 100% 0, 100% 0);
    }

    to {
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    }
}

@keyframes popUpAnimationLeft {
    from {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes popUpAnimationRight {
    from {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes popUpAnimationCenter {
    from {
        clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes popUpAnimationArrow {
    from {
        clip-path: polygon(100% 5px, 100% 0, 100% 0, 0 100%, 0 100%, 5px 100%);
    }

    to {
        clip-path: polygon(100% 5px, 100% 0, 0 0, 0 0, 0 100%, 5px 100%);
    }
}

[PopUp].header:not(:empty) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom-width: 0.1rem;
    border-bottom-style: solid;
    border-bottom-color: var(--color2);
    text-align: center;
    font-size: xx-large;
}

[PopUp].footer:not(:empty) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    border-top-width: 0.1rem;
    border-top-style: solid;
    border-top-color: var(--color2);
    display: flex;
    justify-content: flex-end;
}

[LoadingCircle].background,
[PopUp].background {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    animation-name: backgroundOverlayAnimation;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

/* CSS rules for Firefox only */
@-moz-document url-prefix() {
    
    #loader[LoadingCircle] {
        position: fixed;
    }

    [LoadingCircle].background {
        height: 100vh;
        width: 100vw;
    }
}

@keyframes backgroundOverlayAnimation {
    from {
        background-color: #484d5400;
    }

    to {
        background-color: #484d54ba;
    }
}


[ConfiguratorLayout].root {
    background-color: var(--backgroundColor2);
    width: 100%;
    height: 100%;
}

[ConfiguratorLayout] .panelSelector {
    background-color: var(--backgroundColor2);
}

[ConfiguratorLayout] .activePanelMenu {
    background-color: var(--backgroundColor2);
}

    [ConfiguratorLayout] .activePanelMenu [PopUp].root {
        --popUpContainerElementSelector: .activePanel;
        --popUpPosition: bottom;
        --popUpShowArrow: true;
    }

    [ConfiguratorLayout] .activePanelMenu [PopUp].background {
        backdrop-filter: unset;
        animation-name: unset;
        animation-duration: unset;
        animation-fill-mode: unset;
    }

[ConfiguratorLayout] .appMenu {
    background-color: var(--backgroundColor2);
    border-right-width: 0.1rem;
    border-right-color: var(--color3);
    border-right-style: solid;
    padding: 4px;
}

    [ConfiguratorLayout] .appMenu:is(.mobile *) {
        border-right-width: unset;
        border-right-color: unset;
        border-right-style: unset;
        align-content: center;
    }

    [ConfiguratorLayout] .appMenu [PopUp].root {
        --popUpContainerElementSelector: .activePanel;
        --popUpPosition: bottom;
        --popUpShowArrow: true;
    }

[ConfiguratorLayout] .menu {
    background-color: var(--backgroundColor2);
}

    [ConfiguratorLayout] .menu:is(.mobile *) {
        background-color: var(--backgroundColor1);
        grid-auto-columns: minmax(2rem, 6rem);
        padding: 0.5rem;
    }

    [ConfiguratorLayout] .menu:not(:has(button:not([hidden]))) {
        padding: 0px;
    }

    [ConfiguratorLayout] .menu [PopUp].root {
        --popUpContainerElementSelector: .activeMenuItem;
        --popUpPosition: bottom;
        --popUpShowArrow: true;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: var(--color2) #00000000;
    }

        [ConfiguratorLayout] .menu [PopUp].root:is(.mobile *) {
            --popUpContainerElementSelector: .activePanel;
            --popUpPosition: top;
        }

[ConfiguratorLayout] .activePanel {
    border-right-width: 0.1rem;
    border-right-color: var(--color3);
    border-right-style: solid;
}

    [ConfiguratorLayout].activePanel:is(.mobile *) {
        border-right-width: unset;
        border-right-color: unset;
        border-right-style: unset;
    }

[ConfiguratorLayout] .footer {
    background-color: var(--backgroundColor2);
    border-right-width: 0.1rem;
    border-right-color: var(--color3);
    border-right-style: solid;
}

    [ConfiguratorLayout] .footer:is(.mobile *) {
        border-right-width: unset;
        border-right-color: unset;
        border-right-style: unset;
    }

[ConfiguratorLayout] .activeMenuItemOpenButton {
    background-color: var(--backgroundColor2);
    color: var(--color2);
    border-style: solid;
    border-width: thin;
    border-color: var(--color3);
    border-radius: 0.1875rem;
    font-size: smaller;
    box-shadow: 0px 0px 5px -3px var(--color1);
}

[ConfiguratorLayout] .activeMenuItemCloseButton {
    background-color: var(--backgroundColor2);
    color: var(--color2);
    border-style: solid;
    border-width: thin;
    border-color: var(--color3);
    border-radius: 0.1875rem;
    font-size: smaller;
    box-shadow: 0px 0px 5px -3px var(--color1);
}

[ConfiguratorLayout] .menuButton.checked:is(.mobile *) [Label].root {
    box-shadow: 0 0 2px 1px var(--accentColor1);
}

[ConfiguratorLayout] .menuButton.checked [Label].root {
    z-index: 2;
}

[ConfiguratorLayout] .menuButton:is(.mobile *) [Label].root {
    border-style: solid;
    border-width: 0.1rem;
    border-color: var(--color2);
    border-radius: 1rem;
    aspect-ratio: 1;
    flex-flow: column;
}

[ConfiguratorLayout] .menuButton:is(.mobile *) [Label].icon {
    font-size: xx-large;
}

[ConfiguratorLayout] .menuButton:is(.mobile *) [Label].caption {
    font-size: small;
}

[Button].panelHeader:is(.desktop *) {
    min-width: 150px;
}

/*#endregion BaseTheme*/


/*#region BaseRedesign*/

/* ################################################################ */
/* Temporäre Anpassungen für alte Components auf neue UI Elemente ! */
/* ################################################################ */
.desktop, .mobile, .tablet {
    overflow: hidden;
}

.product-configuration-list-wrapper {
    width: auto;
}

.root.showActivePanel.showPanelHeader.showFooter > .activePanel > .product-configuration-list-wrapper {
    height: 100%;
}


.magnetic-planner-container {
    width: auto;
    height: 100%;
}

#canvasdivref {
    width: 100%;
    height: 100%;
    position: absolute !important;
}

    #canvasdivref > div:is(.desktop *) {
        right: -30px;
        bottom: 100px !important;
        padding-right: 52px;
    }

    #canvasdivref > div:is(.mobile *) {
        right: 2px;
        bottom: 10px !important;
        padding-left: 25px;
    }

    #canvasdivref > div > div.fas.fa-play:is(.desktop *),
    #canvasdivref > div > div.fas.fa-step-backward:is(.desktop *),
    #canvasdivref > div > div.fas.fa-step-forward:is(.desktop *) {
        background: #f8f9fb;
        color: #5b7387;
        border: 1px solid #5b7387;
        border-radius: 20px;
        font-size: 0.875rem;
        padding: 11px 20px;
        line-height: 100%;
    }

    #canvasdivref > div > div.fas.fa-play:is(.mobile *),
    #canvasdivref > div > div.fas.fa-step-backward:is(.mobile *),
    #canvasdivref > div > div.fas.fa-step-forward:is(.mobile *) {
        background: #f8f9fb;
        color: #5b7387;
        border: 1px solid #5b7387;
        border-radius: 20px;
        font-size: 0.875rem;
        line-height: 100%;
        padding: 12px 10px 12px 15px;
        height: 40px;
        width: 40px;
        min-width: 40px;
        min-height: 40px;
    }

/* #region RULER */

.fas.fa-ruler-vertical {
    cursor: pointer;
    opacity: 0.8 !important;
    pointer-events: all;
    position: relative;
    width: 64px !important;
    height: 34px !important;
    min-width: 64px !important;
    min-height: 34px !important;
    display: inline-block;
    background-color: #555555 !important;
}

.fa-ruler-vertical.selected:before {
    content: "\f548";
    background-color: orangered;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 32px;
    bottom: 3px;
    height: 26px;
    width: 26px;
    animation: activateSwitch 0.5s, changeColorToActive 0.5s;
}

.fa-ruler-vertical:before {
    content: "\f548";
    background-color: whitesmoke;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 4px;
    bottom: 3px;
    height: 26px;
    width: 26px;
    animation: deactivateSwitch 0.5s, changeColorToInactive 0.5s;
}

.btn-group-vertical.container-fluid .dropdown-menu.show {
/*    position: relative;*/
    border: 1px solid black;
}

.form-group {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.popup-checkout-body:is(.desktop *) {
    min-width: 500px;
}
.popup-checkout-body:is(.mobile *) {
    min-width: 75dvw;
}

@keyframes changeColorToActive {
    0% {
        background-color: whitesmoke;
    }

    100% {
        background-color: orangered;
    }
}

@keyframes changeColorToInactive {
    0% {
        background-color: orangered;
    }

    100% {
        background-color: whitesmoke;
    }
}

@keyframes activateSwitch {
    from {
        transform: translateX(-32px)
    }

    to {
        transform: translateX(0px)
    }
}

@keyframes deactivateSwitch {
    from {
        transform: translateX(32px)
    }

    to {
        transform: translateX(0px)
    }
}

/* #endregion RULER */


.footer > .btn.btn-secondary.btn-menu-header {
    background-color: gray;
    margin: 5px;
    margin-top: 10px;
}

.activeMenuItem[ConfiguratorLayout] {
    overflow: auto;
}

button.btn.btn-secondary.btn-menu-header {
    margin-top: 6px;
    height: 29px;
    width: 29px;
    padding-left: 5px;
    padding-top: 3px;
    border: 1px solid black;
    color: black;
}

p.font-weight-bold.option-selector-header.option-selector-header-custom {
    margin-top: 1rem;
}

button.btn.btn-light.single-select-option-btn {
    background-color: transparent;
    border: 1px solid lightgrey;
}

[associatedmediaobjectsviewer].associated-media-obj-viewer-item {
    padding: 20px;
}

.option-selector-container {
    position: relative;
}

.addProductModalContentList[ProductSelector] {
    height: 100vh;
    max-height: 100vh;
}

.product-selector-header-cardview[ProductSelector] {
    margin-top: 20px;
}

.diomex-item-list-container {
    width: 100%;
}

button:focus {
    outline: 0px;
}

.option-selector-message-error-bottom {
    position: sticky !important;
    bottom: 2.5%;
    width: 100% !important;
    top: unset !important;
}

@media(min-width:575px) {

    .configuration-overview-container[ConfigurationOverview] {
        max-height: 85vh;
        overflow: scroll;
        scroll-behavior: smooth;
    }
}

@media(max-width:575px) {

    #canvasdivref {
        height: 100%;
        position: absolute !important;
    }

    .configuration-overview-container[ConfigurationOverview] {
        max-height: 72vh;
        overflow: scroll;
        scroll-behavior: smooth;
    }

    .d-flex .col,
    .d-flex .row {
        font-size: medium;
    }
}

[button].panelHeader {
    padding: 0px;
}

@media (max-width: 540px) {
    .panelSelector .caption[Label] {
        display: none;
    }
}

.panelSelector [Button].root [Label].root {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

[Button].root.checked [Label].root {
    line-height: 20px;
    min-height: 54px;
    font-weight: 400;
    background-color: transparent;
    color: #607386;
    font-family: OpenSans-Bold;
    opacity: 1;
}

[Button].root:not(.checked) [Label].root:hover {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: #607386;
}

.footer[PopUp]:not(:empty) {
    padding: 15px;
}

.header[PopUp]:not(:empty) {
    padding: 15px;
}


.activeMenuItemOpenButton[configuratorlayout] {
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-color: var(--accentColor2);
    color: white;
    min-height: 40px;
    max-height: 40px;
    text-align: center;
    font-size: medium;
    font-weight: 500;
    padding: 0px;
    transform: none;
    width: 100%;
    line-height: 40px;
}

.activeMenuItemCloseButton[ConfiguratorLayout] {
    background-color: var(--accentColor2);
    color: white;
    min-height: 40px;
    max-height: 40px;
    text-align: center;
    font-size: medium;
    font-weight: 500;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px !important;
    left: 0px;
    line-height: 40px;
}

#configurationstatuspanel:is(.tablet *) {
    top: 50%;
    right: 0%;
    position: absolute;
    transform: translateY(-50%);
    margin-right: 10px;
}

#configurationstatuspanel:is(.mobile *) {
    float: right;
    position: relative;
    margin: 11px;
}

[ConfiguratorLayout] .menu:is(.mobile *):has(.activeMenuItemOpenButton) {
    padding-bottom: 45px;
    position: relative;
}

[ConfiguratorLayout] .activeMenuItem:is(.mobile *):has(.activeMenuItemCloseButton) {
    padding-top: 40px;
}

[ConfiguratorLayout].footer:is(.desktop *) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

[ConfiguratorLayout].footer:is(.mobile *) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[Label].menuItemGroupCaption {
    background-color: var(--accentColor1);
    width: 100%;
}

[ConfiguratorLayout] [Label].menuPopupHeadline {
    margin-bottom: 0px;
}

.property-viewer-header-wrapper .composed-image-container {
    display: flex;
    justify-content: center;
}

[StartpageLayout].appMenu {
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    align-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid lightgrey;
    padding: 10px;
}


    [StartpageLayout].appMenu [Button].root {
        border-style: solid;
        border-width: 0.1rem;
        border-color: var(--color2);
        border-radius: 10px;
        flex-flow: column;
        cursor: pointer;
        aspect-ratio: 1;
        height: 32px;
    }

        [StartpageLayout].appMenu [Button].root [Label].root {
            padding-top: 0px;
            padding-bottom: 0px;
            cursor: pointer;
            min-height: unset !important;
        }

.grid {
    margin-top: 30px;
}

.col-width-small .catalog-entity-item-image-container > .composed-image-container > img[ComposedImage] {
    object-fit: contain;
}

.catalog-entity-item-image-container > .composed-image-container > img[ComposedImage] {
    object-fit: cover;
}


.addProductModalContentList .diomex-item-list > .diomex-item-list-item-container:is(.desktop *)[ItemList] {
    max-width: none;
}


.catalog-entity-item-container:is(.desktop *)[CatalogEntityItem] {
    width: 100%;
}

.menuItemGroup[ConfiguratorLayout]:not(:has(button)) {
    display: none;
}

/* Sonderregel für HideMainMenu - wenn nur ein Button existiert blenden wir ihn im Desktop aus */
.menu:is(.desktop *) .menuButton:only-child {
    display: none;
}

/*#endregion BaseRedesign*/
