/* SPDX-FileCopyrightText: (C) 2022 Avnet Embedded GmbH */
/* SPDX-License-Identifier: MIT */

.ci-status {
    display: none
}

.md-header {
    background-color: #001F63
}

html[data-theme="light"] {
    --pst-color-primary: #001F63;
    --pst-color-link-hover: #001F63;
    --pst-color-secondary: #001F63;
    --sd-color-secondary-highlight: #001F63;
    --sd-color-secondary: #001F63;
    --pst-color-accent: #001F63;
    --pst-color-table-row-hover-bg: #97999B;

    #pst-back-to-top:hover {
        background-color: #001F63;
    }

    details>.tabs {
        background-color: gainsboro;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-bottom: 5px;
    }

    --userjourney_section_bg_color: #001F63;
    --userjourney_section_bg_color_active: #FF00A3;
    --userjourney_section_txt_color: white;
    --userjourney_section_txt_color_active: black;
    --userjourney_step_bg_color: #00A1BE;
    --userjourney_step_bg_color_active: #C8C9C7;
    --userjourney_step_txt_color: black;
    --userjourney_step_txt_color_active: black;
    --userjourney_subsection_bg_color: #97999B;
    --userjourney_subsection_bg_color_active: #53565A;
    --userjourney_subsection_txt_color: black;
    --userjourney_subsection_txt_color_active: white;
}

html[data-theme="dark"] {
    --pst-color-primary: #001F63;
    --pst-color-link-hover: #FF00A3;
    --pst-color-link: #97999B;
    --pst-color-secondary: #FF00A3;
    --sd-color-primary: #97999B;
    --pst-color-primary: #C8C9C7;
    --sd-color-secondary-highlight: #001F63;
    --sd-color-secondary: #001F63;
    --pst-color-accent: #001F63;
    --pst-color-table-row-hover-bg: #97999B;

    #pst-back-to-top:hover {
        background-color: #FF00A3;
        color: black;
    }

    details>.tabs {
        background-color: transparent;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-bottom: 5px;
    }

    --userjourney_section_bg_color: #001F63;
    --userjourney_section_bg_color_active: #FF00A3;
    --userjourney_section_txt_color: white;
    --userjourney_section_txt_color_active: black;
    --userjourney_step_bg_color: #00A1BE;
    --userjourney_step_bg_color_active: #C8C9C7;
    --userjourney_step_txt_color: black;
    --userjourney_step_txt_color_active: black;
    --userjourney_subsection_bg_color: #97999B;
    --userjourney_subsection_bg_color_active: #53565A;
    --userjourney_subsection_txt_color: black;
    --userjourney_subsection_txt_color_active: white;
}

nav.bd-links li>a:hover {
    text-decoration: none;
}

a {
    text-decoration: underline;
}

.md-tabs {
    background-color: black;
    color: #fff;
}

.dropdown-content {
    background-color: #FF00A3;
    border-radius: 3px;
    margin-top: 5px;
}

.md-tabs__inner {
    font-weight: bold;
}

.landing-simplecore-bsp {
    background-image: url('../images/expert_alternative.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    min-height: 52px;
    padding-top: 8px;
}

.landing-simplecore-simpleswitch {
    background-image: url('../images/SimpleSwitch.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    min-height: 52px;
    padding-top: 8px;
}

.landing-simplecore-distro {
    background-image: url('../images/Intermediate.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    min-height: 52px;
    padding-top: 8px;
}

.landing-simplecore-scotty {
    background-image: url('../images/Scotty_beginner.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    min-height: 52px;
    padding-top: 8px;
}

.section-known-issues {
    background-image: url('../images/icon_known_issues.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    min-height: 52px;
    padding-top: 8px;
}

.section-test-report {
    background-image: url('../images/icon_test_report.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    min-height: 52px;
    padding-top: 8px;
}

.section-examples {
    background-image: url('../images/icon_examples.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    min-height: 52px;
    padding-top: 8px;
}

.section-appdev {
    background-image: url('../images/app_dev_icon.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    min-height: 52px;
    padding-top: 8px;
}

.simplecore-nav-icons {
    height: 30px;
    padding-left: 10px;
    padding-right: 5px;

}

.incubator-title-bar {
    background: none;
}

details.sd-dropdown {
    --sd-color-info: none;
    --sd-color-success: none;
}


details>* {
    margin-left: 30px;
}

details>summary {
    background: linear-gradient(90deg, rgba(0, 31, 99, 0) 0%, rgba(0, 58, 117, 0.6) 2%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: 5px;
    margin-left: 0px;
    font-weight: bold;
}

