﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*#region MainLayout*/

:root {
    --backgroundColor2: rgb(247, 248, 252);
}

html, body {
    font-family: Lato, Helvetica, Arial, sans-serif;
    color: rgb(91, 115, 135);
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#background {
    /*    left: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    filter: blur(7px);
    -webkit-filter: blur(8px);*/
}

.column-background {
    background-color: #F7F8FC;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    display: table;
}

.option-selector-panel {
    border-radius: 0px;
}
/*#endregion*/

/*#region Disabled Option Values */

.btn-light.cardview-single-select-option.list-group-item-warning,
.btn.single-select-option-modal-body-list-item.single-select-option-value-disabled {
    border: 1px solid #FF5D00;
}

.list-group-item-warning div,
.single-select-option-value-disabled div {
    border: none !important;
}

.single-select-option-value-disabled[SingleSelectOptionValue] {
    color: #FF5D00 !important;
}

/*#endregion Disabled Option Values */

/*#region Tabbar*/
.red-border {
    display: none;
}
/*#endregion*/

/*#region Loading-Circle*/

.lds-ring div {
    border: 6px solid #006ba9;
    border-color: #006ba9 transparent transparent transparent;
}

/*#endregion*/

/*#region Modal*/

.modal-content {
}

/*#endregion*/

/*#region Catalog Entity Item*/

.catalog-entity-item-text-title-info {
    color: #006ba9;
}

.catalog-entity-item-carousel-image-container-selected {
    border: 5px solid #006ba9;
}

.catalog-entity-item-carousel-image-container:hover {
    border: 5px solid rgba(0,107,169, 0.5);
}

.catalog-entity-item-fa-filter {
    color: #006ba9;
}

/*#endregion*/

/*#region Configuration Wizard*/

.conf-wiz-product-list-filtered-product-name {
    color: #006ba9;
}

/*#endregion*/

/*#region Classification System Filter*/

.class-sys-filter-category-selector-li:hover {
    background-color: #006ba9;
    color: white;
    cursor: pointer;
}

.class-sys-filter-category-selector-li-active {
    background-color: #006ba9;
    border-radius: 0px;
    color: white;
    cursor: pointer;
}

/*#endregion*/

/*#region Common*/

.diomex-btn-primary:hover {
    background-color: #006ba9;
}

/*#endregion*/

/*#region Multi-Range-Slider*/

[slider] > div > [range] {
    background-color: #006ba9;
}

/*#endregion*/

/*#region Switch*/

input:checked + .slider-switch {
    background-color: #006ba9;
}

/*#endregion*/

/*#region Cardview*/

.cardview[ProductSelector] {
    border-radius: 0px;
    -webkit-transition: background-color 0.0s ease-out;
    -moz-transition: background-color 0.0s ease-out;
    -o-transition: background-color 0.0s ease-out;
    transition: background-color 0.0s ease-out;
}

.cardview-selected {
    background-color: #006ba9 !important;
    color: white !important;
}

/*#endregion*/

/*#region Buttons*/

.custom-btn-primary {
    color: #ffffff;
    background-color: #006ba9;
    border-color: #006ba9;
    border-radius: 4px;
    transition: color .0s ease-in-out, background-color .0s ease-in-out, border-color .0s ease-in-out, box-shadow .0s ease-in-out;
}

    .custom-btn-primary:hover {
        cursor: pointer;
        background-color: #003b5d;
        border-color: #003b5d;
        color: white;
    }

.custom-btn-success {
    color: #28a745;
    background-color: white;
    border: 1px solid #28a745;
    border-radius: 0px;
    transition: all .3s;
}

    .custom-btn-success:hover {
        background-color: #28a745;
        border-color: #28a745;
        color: white;
    }

.custom-btn-primary-selected {
    color: #ffffff;
    background-color: #006ba9;
    border-color: #006ba9;
    border-radius: 0px;
    transition: color .0s ease-in-out, background-color .0s ease-in-out, border-color .0s ease-in-out, box-shadow .0s ease-in-out;
}

    .custom-btn-primary-selected:hover {
        cursor: pointer;
        background-color: #003b5d;
        border-color: #003b5d;
        color: white;
    }

.custom-btn-secondary {
    color: #5B7387;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #5B7387;
    transition: all .3s;
}

    .custom-btn-secondary:hover {
        background-color: #5B7387;
        color: #ffffff;
    }

.custom-btn-danger {
    color: #E24100;
    background-color: #FFFFFF;
    border-radius: 0px;
    border: 1px solid #E24100 !important;
    transition: all .3s;
}

    .custom-btn-danger:hover {
        background-color: #E24100;
        color: white !important;
    }

.custom-btn-danger-select-option {
    color: #E24100;
    background-color: #FFFFFF;
    border-radius: 0px;
    transition: color .0s ease-in-out, background-color .0s ease-in-out, border-color .0s ease-in-out, box-shadow .0s ease-in-out;
}

    .custom-btn-danger-select-option:hover {
        color: #E24100 !important;
    }

.btn-light {
    -webkit-transition: background-color 0.0s ease-out;
    -moz-transition: background-color 0.0s ease-out;
    -o-transition: background-color 0.0s ease-out;
    transition: background-color 0.0s ease-out;
    border: 0px solid white;
}

    .btn-light:hover {
        color: black;
        cursor: pointer;
    }

.btn.btn-default.btn-border-radius.btn-back.btn-back-color.flyout-back-btn {
    background-color: #5B7387;
}

.modal-btn-remove-article {
    -webkit-transition: background-color 0.0s ease-out;
    -moz-transition: background-color 0.0s ease-out;
    -o-transition: background-color 0.0s ease-out;
    transition: background-color 0.0s ease-out;
    border-radius: 4px;
    background-color: #bd2130;
    color: white;
    border: 0px;
    position: absolute;
    margin: 1px;
    padding: 2px;
    width: 28px;
    height: 28px;
    box-shadow: 0px 4px 14px 3px rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08)
}

    .modal-btn-remove-article:hover {
        cursor: pointer;
    }

[Button].root [Label].root {
    border-radius: 0px;
    font-weight: 400;
    line-height: 20px;
    min-height: 54px;
    background-color: transparent;
    color: #3F4C58;
    font-family: OpenSans-Regular;
    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;
    filter: alpha(opacity = 50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -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;
}


[ConfiguratorLayout] .footer {
    border-right-width: 0.1rem;
    border-right-color: var(--color3);
    border-right-style: solid;
}

.product-selector-list-item-container:first-child[ProductConfigurationList] {
    margin-top: 0px;
}


/*#endregion*/

/*#region Configuration Status Panel*/

.configuration-status-panel {
    background-color: transparent !important;
    border-radius: 0px;
    width: max-content;
}

.configuration-status-text {
    color: black;
}

.configuration-status-sign {
    border-radius: 0px;
}

.configuration-overview-column-header {
    color: black;
    font-size: 20px;
    vertical-align: top;
}

.option-selector-container #background {
    animation-name: none;
}

/*#endregion*/

/*#region Media-Width*/
@media (max-width: 1050px) {
    /*region Overview Configurator */
    .configuration-overview-column-header {
        font-size: 15px;
    }
    /*endregion Overview Configurator */
}

@media (max-width: 540px) {
    .configuration-status-panel {
        background-color: rgb(44 41 37);
        width: 100%;
    }
}

@media (max-width: 449.97px) {
    .option-selector-header {
        font-size: 16px;
    }

    .custom-btn-vertical-group-top {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }

    .custom-btn-vertical-group-middle {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .custom-btn-vertical-group-bottom {
        border-bottom-right-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
}

@media (min-width: 450px) {
    .main .top-row {
        display: none;
    }
}

.single-select-option-modal-body-list-row {
    background-color: white;
}
/*#endregion*/
