:root {
    --dsw-primary-color: #009FE3;
}

@media (max-width: 768px) {
    .prop-text {
        text-align: center;
    }

    .prop-caption {
        color: grey;
        text-align: center;
    }
}

.dsw-autocomplete {
    position: absolute;
    top: 100%;
    width: 100%;
    /*height: 200px;*/
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.dsw-autocomplete-item {
    display: block;
    padding: 0px 12px 2px 12px; /* top right bottom left*/}

    .dsw-autocomplete-item:hover:not(.disabled) {
        background-color: #ddd;
    }

    .dsw-autocomplete-item:focus {
        background-color: #ddd;
        border: none;
        outline: none;
    }

    .dsw-autocomplete-item.active {
        background-color: #ddd;
    }

    .dsw-autocomplete-item > div {
        font-size: 0.8em;
    }

.background-secondary {
    background-color: #f2f2f2
}

.rgba-black-strong, .rgba-black-strong:after {
    background-color: rgba(0, 0, 0, 0.7);
}

@media print {
    body {
        padding-bottom: 100px;
        height: 100%;
    }

        body::after {
            content: "Datenbank StahlWissen - © Dr. Sommer Werkstofftechnik GmbH";
            display: block;
            position: fixed;
            bottom: 0;
            width: 100%;
            text-align: left;
            font-size: 10pt;
        }

    .container {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    * {
        font-size: 10pt;
    }

    @page {
        margin-top: 1cm;
        margin-bottom: 1cm;
    }

    .col-print-4 {
        width: 33%
    }

    .print-hide-background {
        background-image: none !important;
        background-color: transparent !important;
    }

    .print-watermark-logo {
        display: block !important;
        height: 3em !important;
        margin-bottom: 0.0em;
        position: absolute !important;
        right: 0% !important;
        top: 0% !important;
    }
    /*Kein Seitenumbruch direkt nach einer Überschrift*/
    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }
    /*Kein Seitenbruch innerhalb von figure und table*/
    .avoid-page-break-inside {
        page-break-inside: avoid;
    }

    figure {
        page-break-inside: avoid;
    }

    table {
        page-break-inside: avoid;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }

    .print-page-break-after {
        page-break-after: always;
    }

    .print-page-break-before {
        page-break-before: always;
    }

    .print-color-black {
        color: black !important;
    }
}

/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local(''), url('/webfonts/roboto-v30-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/webfonts/roboto-v30-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-100italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: local(''), url('/webfonts/roboto-v30-latin-100italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/webfonts/roboto-v30-latin-100italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('/webfonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/webfonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local(''), url('/webfonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/webfonts/roboto-v30-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('/webfonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/webfonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local(''), url('/webfonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/webfonts/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('/webfonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/webfonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: local(''), url('/webfonts/roboto-v30-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/webfonts/roboto-v30-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('/webfonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/webfonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local(''), url('/webfonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/webfonts/roboto-v30-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.h-60px {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
}

.analysis-preview-elementname {
    color: black;
    font-size: smaller;
}

.analysis-preview-element {
    width: 90px;
    display: block;
    padding-right: 0.3rem;
}

.analysis-preview {
    flex-wrap: wrap !important;
    display: flex !important;
    /*padding-left: 0.3rem;*/
}

.documentation section .code-toolbar {
    position: relative;
}

.code-toolbar {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@font-face {
    font-family: "Nidus Sans";
    src: url("/webfonts/nidsans-webfont.woff2") format("woff2"), url("/webfonts/nidsans-webfont.woff") format("woff")
}

.home-title {
    font-family: "Nidus Sans";
}

/* Required for full background image */
div.view-large-image {
    height: 70vh;
}

div.view-large-image-30 {
    height: 40vh;
}

.input-validation-error {
    margin-bottom: 1rem;
    background-image: none;
    border-color: #f93154;
}

.field-validation-error,
.validation-summary-errors {
    color: red;
    font-size: smaller;
}
    .validation-summary-errors > ul {
        list-style-type: none;
        padding-left: 0;
    }
/* Damit das Nav-Dropdown nicht von Scrollspy überlappt wird */
.nav-item {
    z-index: 1021;
}
/* Material Tables - Begin*/
table.table.materialTable td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

table.table.materialTable th {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .3rem;
    padding-right: 1rem;
}

/* Material Tables - End*/
.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #00b1fd;
}

.switch label input[type="checkbox"]:checked + .lever {
    background-color: #00b1fd30;
}

/* Remove default bullets */
.tree ul {
    list-style-type: none;
    padding-inline-start: 0;
}

.tree li {
    padding-left: 1rem;
    padding-top: 5px;
    padding-bottom: 4px;
    /*margin-left: 15px;*/
}

/* Remove margins and padding from the parent ul */
.tree {
    margin: 0;
    padding: 0;
    font-size: .875rem;
}

    /* Style the caret/arrow */
    .tree .caret {
        cursor: pointer;
        user-select: none; /* Prevent text selection */
    }

        /* Create the caret/arrow with a unicode, and style it */
        .tree .caret::before {
            font-family: "Font Awesome 5 Free";
            font-size: 0.875rem;
            font-weight: 600;
            content: "\f054";
            color: black;
            display: inline-block;
            margin-right: 6px;
        }

    /* Rotate the caret/arrow icon when clicked on (using JavaScript) */
    .tree .caret-down::before {
        transform: rotate(90deg);
        transition-duration: 100ms;
    }

    /* Hide the nested list */
    .tree .nested {
        display: none;
    }

    /* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
    .tree .active {
        display: block;
    }

    .tree .link-active {
        border-width: 1px;
        background-color: #DDDDDD;
    }

    .tree a {
        color: black;
    }
        .tree a:hover {
            text-decoration: underline;
            color: black;
        }

html {
    scroll-behavior: smooth;
}

/* Normenstatus  - Begin */

.status-current::before {
    background-color: #3f7567
}

.status-withdrawn::before {
    background-color: #f44336;
}

.status::before {
    content: "";
    display: inline-block;
    width: 1.785em;
    height: .6em;
    margin-right: 0.5125rem;
    position: relative;
    bottom: 0.00em;
}

/* Normenstatus  - End */

/* Navigations-Link - Begin */

.dsw-navitem {
    padding: 1rem;
    text-align: center;
    margin-right: .5rem;
    display: inline;
    border-bottom: 0;
    color: #4d4d4d;
}

.dsw-navitem-active {
    border-bottom: 3px solid;
    color: #009FE3;
}
/* Navigations-Link - End */

/* Start Legierungseinfluss*/
#alloyInfluence-range .slider-selection {
    background: #009FE3;
}

#alloyInfluence-range .tooltip-inner {
    background: #DDDDDD;
    color: black;
}

#alloyInfluence-range .arrow {
    display: none;
}

#alloyInfluence-range .slider-handle {
    background: #009FE3;
}

#alloyInfluence-step .slider-selection {
    background: transparent;
}

#alloyInfluence-step .tooltip-inner {
    background: #DDDDDD;
    color: black;
}

#alloyInfluence-step .arrow {
    display: none;
}

#alloyInfluence-step .slider-handle {
    background: #009FE3;
}
/* Ende Legierungseinfluss*/
.premium-function {
    color: #d49219
}

/*Admin-Bereich, aktive Benutzer - Begin*/

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

.animate-flicker {
    animation: fadeIn 1s infinite alternate;
}

/*Admin-Bereich, aktive Benutzer - End*/

.blue-grey.lighten-5 {
    background-color: #eceff1 !important;
}

/*Chips für die Suche*/
.search-chip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    background-color: #eceff1;
    border-radius: 16px;
    transition: opacity 0.3s linear;
    word-wrap: break-word;
    white-space: nowrap;
    box-shadow: none;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .search-chip:hover {
        box-shadow: none;
    }

    .search-chip:active, .search-chip.active {
        background-color: #cacfd1;
        transition: 0.3s ease all;
    }

    .search-chip img {
        width: inherit;
        height: inherit;
        border-radius: 100%;
        margin: 0 8px 0 -12px;
    }

    .search-chip .close {
        float: right;
        padding-left: 8px;
        font-size: 16px;
        cursor: pointer;
        transition: opacity 0.15s linear;
        opacity: 0.53;
    }

        .search-chip .close:hover {
            color: #262626;
        }

    .search-chip .close-opacity {
        opacity: 0;
    }

.search-chip-outline {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-chip.search-chip-md {
    height: 42px;
    border-radius: 21px;
}

.search-chip.search-chip-lg {
    height: 52px;
    border-radius: 26px;
}

.search-chip[contenteditable='true'] {
    outline: none;
    border: 3px solid #b2b3b4;
    background-color: #fff;
}

/* nur für die Elementsuche, damit die Fehlermeldung in einem eigenem div unterhalb der row angezeigt werden kann */
.dsw-invalid-feedback {
    color: var(--mdb-danger);
    font-size: small;
    position: relative !important;
    font-size: small;
    margin-top: -0.75rem;
}

/* Css-Klassen für das SimpleImageCarousel - Begin */
.simple-image-carousel-prev.selected {
    border: solid;
    border-color: var(--dsw-primary-color);
    border-width: 2px;
}

/* Css-Klassen für das SimpleImageCarousel - End */
.btn-default {
    color: #fff;
    background-color: #2bbbad !important;
}

    .btn-default:hover {
        color: #fff !important
    }

.mask-custom {
    background-color: rgba(46, 44, 48, 0.5);
}

.form-outline > .invalid-feedback2 {
    position: absolute;
    /*margin-top: -0.75rem;*/
}

.invalid-feedback2 {
    /*display: none;*/
    width: auto;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #f93154;
    /*background-color: white;*/
}

.form-control.is-invalid {
    margin-bottom: 0px;
}

/* für DataTable.ts notwendig, damit Zeilen aus auchgewählt werden können */
.table tbody tr.active {
    background-color: var(--mdb-table-active-bg);
}

/* Tooltip-Einstellungen für dxChart in PartHeattreatment */
.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 180px;
}

    .tooltip-body .series-name {
        font-weight: normal;
        /*opacity: 0.6;*/
        display: inline-block;
        line-height: 1.5;
        padding-right: 10px;
        width: 100px;
    }

    .tooltip-body .value-text {
        display: inline-block;
        line-height: 1.5;
        width: 60px;
    }