﻿@font-face {
    font-family: 'KdG';
    font-style: normal;
    font-weight: normal;
    src: local('KdG'), url('/Content/KdG-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'Proxima';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima'), url('/Content/proxima.otf') format('truetype');
}

body {
    min-height: 100vh;
    display: grid;
    grid-template-rows: 1fr auto;
    font-family: Proxima;
    font-size: 16px;
}

footer {
    margin-top: auto;
}

.footerBgColor {
    background-color: #141618;
}
html {
    font-family: Proxima;
}

.bgKdgBlue {
    background-color: #34BEDC;
}

.bgWhite {
    background-color: #fff;
}

.kdgBlue {
    color: #34BEDC !important;
}

.kdgDarkBlue {
    color: #0094BA;
}

nav {
    height: 96px;
}

    nav ul li a {
        vertical-align: middle;
        height: 96px;
        line-height: 96px;
    }

    nav ul li {
        vertical-align: middle;
        height: 96px;
        line-height: 96px;
    }

.navItem a:hover {
    color: #fff;
}

.noHoverColor:hover {
    color: #fff;
}

a {
    color: #000;
    /*font-weight: bold;*/
}

.darkBg {
    color: #fff;
    /*font-weight: bold;*/
}
a {
    /*color: #5078be;*/
    color: #0094BA;
}
a:hover {
    color: #34BEDC;
    /*font-weight: bold;*/
}

    a.sidenav-trigger {
        display: none;
    }

.nav-wrapper li.navItem a:hover {
    border-bottom: 3px solid #34BEDC;
    margin: -3px 0px 0px 0px;
}

.kdg {
    font-family: 'KdG', serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'KdG', serif;
}

.topWhiteSpace{
    /*margin-top: 64px;*/
    margin-top: 0;

    margin-bottom: 60px;
}

.itemLink {
    font-size: 1.5em;
}

.measureNav {
    position: fixed;
    top: 180px;
    left: 50%;
    margin-left: -250px;
}

.measureNavLink {
    /*color: #34BEDC;*/
}

.breadcrumbContainer {
    /*position: absolute;*/
    padding: 20px 0px 0px 0px;
}

    .breadcrumbContainer a {
        color: #0094BA;
        font-size: 0.8em;
        height: 40px;
    }
        .breadcrumbContainer a:hover {
            color: #34BEDC;
        }
.breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    display: inline-block;
    font-size: 0.9em !important;
}

    .breadcrumb:last-child {
        font-weight: bold;
        color: #0094BA;
    }

    .breadcrumb:before {
        color: #0094BA;
        font-size: 1.1em !important;
    }

.linkAsButton {
    display: inline;
}

.linkAsButton:hover {
    color:white;
}

#risksContainer {
    display: none;
    position: fixed;
    top: 122px;
    z-index: 998;
    padding: 20px;
}

#risksContainerMobile {
    padding: 0 32px;
    display: none;
}

    #risksContainerMobile div {
        display: flex;
        margin: 10px 0px;
        align-items: center;
        height: 32px;
        line-height: 32px;
    }

    #risksContainerMobile div i {
        font-size: 32px;
        margin-right: 10px;
    }

.risksContainerMobileRisk {
    color: #000000DE;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-align:left;
}

.input-field .prefix.active {
    color: #34BEDC;
}


/*#searchContainer {
    display: none;
    background-color: #424242;
    position: fixed;
    top: 122px;
    z-index: 998;
    padding: 20px;*/
    /* position: absolute;
        right: 0px;
        z-index: 999;
        top: 100px;
        display: hidden;
        padding: 10px;
        width: 450px;
        border: 1px solid #000;
        padding: 5px 10px;
        border-radius: 15px;*/
/*}*/


.material-symbols-outlined {
    display: inline-flex;
    vertical-align: top;
}

    .material-symbols-outlined.md-light {
        color: rgba(255, 255, 255, 1);
    }

        .material-symbols-outlined.md-light.md-inactive {
            color: rgba(255, 255, 255, 0.3);
        }

    .material-symbols-outlined.md-36 {
        font-size: 36px;
        vertical-align: middle;
    }

table#riskTable {
    width: 100%;
    table-layout: fixed;
}

table a.risk {
    color: #fff;
}

table#riskTable td a {
    text-wrap: wrap;
    color: #fff;
    font-size: 14px;
}

table#riskTable td:nth-child(odd) {
    width: 50px;
}

.center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.stretch {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.dropShadow {
    filter: drop-shadow(10px 10px 5px grey);
}

#spot a {
    display: inline-flex;
}

#spot ul{
    display: block;

}

#spot li {
    display: flex;
}

#spot li span a{
    display: inline;
}


#spot li ul {
    padding-inline-start: 40px !important;
    display: block;
}

    #spot li ul li {
        list-style-type: disc;
        display: list-item;
    }


#spot li ul .material-symbols-outlined {
    display: none;
}

.measureCategoryTitle{
    font-size: 1.2em;
    font-weight: bold;
}


/*QUESTIONAIRE*/
.questionCategory {
    font-family: Proxima;
    font-size: 30px;
}

.question {
    font-family: Proxima;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: bold;
}

.questionExplanation {
    font-size: 0.8em;
}

.infoBox {
    border: solid black 1px;
    padding: 5px;
    display: flex;
}

    .infoBox tr {
        border: none;
    }

    .infoBox td:first-child {
        vertical-align: top;
    }

    .infoBox p {
        margin: 0;
        vertical-align: middle;
    }

    .infoBox img {
        width: 44px;
        height: 44px;
    }

.explanationText ul li {
        list-style-type: disc;
        list-style-position: inside;
    }

.question-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;

    /*border: solid 1px;
    padding: 10px;
    border-radius: 5px;*/ /*temp box*/
}

.dividerLine {
    border-top-color: #D5D6D6;
}

.dividerLine {
    border-top-color: #D5D6D6;
}

.requiredSign, #requiredError {
    color: red;
    display: none;
}

#requiredError {
    margin-top: 50px;
}

    /*DROPDOWN*/
    .select-wrapper {
    box-sizing: content-box;
    width: calc(100% - 6px);
    border: 3px solid #ccc;
    padding: 0;
}

    .select-wrapper:focus-within {
        border: 3px solid #34BEDC;
    }

    .select-wrapper input.select-dropdown {
        padding: 10px;
        padding-right: 20px;
        margin: 0px;
        border-bottom: 0px;
        /*font-weight: bold;*/
        width: calc(100% - 30px);
        font-size: 14px;
    }

        .select-wrapper input.select-dropdown:focus {
            border-bottom: 0px;
        }

    .select-wrapper ul {
        box-sizing: content-box;
        block-size: fit-content;
        border-bottom: 3px solid #34BEDC;
        border-left: 3px solid #34BEDC;
        border-right: 3px solid #34BEDC;
        position: absolute;
        top: 62px !important;
        left: -3px !important;
        right: -3px;
        width: 100% !important;
        height: inherit !important;
        background-color: rgba(255, 255, 255, 255);
    }

        .select-wrapper ul li > span {
            color: #000;
            font-weight: bold;
            font-size: 14px;
        }

            .select-wrapper ul li > span:hover {
                color: #fff;
                background-color: #34BEDC;
                z-index: 9999;
            }

    .select-wrapper select {
        /*font-weight: bold;*/
    }

    .select-wrapper .caret path{
        margin-top: 0;
        margin-bottom: 0;
    }

/*RADIOBUTTONS*/
.radioWrapper {
    padding-left: 32px;
    padding-right: 32px;
    flex-basis: 50%;
}

    .radioWrapper .radio {
        margin: 10px 0;
    }

    .radioWrapper .radio label {
        color: black;
        font-size: 14px;
    }

    .radioWrapper input, [type="radio"]:not(:checked), [type="radio"]:checked {
        opacity: 1;
        position: relative;
        width: 15px;
        height: 15px;
    }

        .radioWrapper input::before {
            content: "";
            display: block;
            visibility: visible;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            border: 3px solid #ccc;
            border-radius: 50px;
        }

        /*.radioWrapper input::after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            display: block;
            background: #34BEDC;
        }*/

        .radioWrapper input.hover:hover::before {
            border-color: #0080A1;
        }

        .radioWrapper input.hover:checked::before {
            border-color: #34BEDC;
        }

        .radioWrapper input.hover:checked::after {
            visibility: visible;
        }

    .radioWrapper label {
        font-size: 18px;
        font-family: Proxima;
        line-height: 27px;
    }

    .radioWrapper .disabled {
        opacity: .35;
    }

.black {
    background: #1D1D1B;
    color: #fff;
}

    .black .radio.disabled {
        opacity: .20;
    }

/*GRAPHS*/
.graphTitle {
    margin: 40px 0 20px 0;
}

#graphSpot {
    padding-top: 100px;
}

.bigGraph {
    display: flex;
}

    .bigGraph #my_dataviz {
        position: relative
    }

.legend {
    position: relative;
    width: auto;
    height: auto;
}

.legend h5 {
    font-family: Proxima;
}

.riskLegend {
    margin-top: 140px;
    height: 450px;
}

.riskLegendCategory {

}

.riskLegendCategoryTitle {
    display: flex;
    vertical-align: middle;
}

    .riskLegendCategoryTitle a {
        font-family: Proxima;
        margin: 0;
        margin-top: 5px;
        font-size: 1.3em;
    }

.legendLink {
    display: block;
}

.riskCircle {
    border-radius: 20px;
    height: 1.3em;
    margin-top: 5px;
    margin-right: 5px;
    aspect-ratio: 1;
}

.alarm {
    background-color: rgba(195, 14, 98, 0.5);
    box-shadow: 0px 0px 0px 0.1em rgba(195, 14, 98, 1);
}

.alarmText {
    color: rgba(195, 14, 98);
}

.heightendDanger {
    background-color: rgba(237, 131, 83, 0.5);
    box-shadow: 0px 0px 0px 0.1em rgba(237, 131, 83, 1);
}

.heightendDangerText {
    color: rgba(237, 131, 83);
}

.restRisks {
    background-color: rgba(153, 153, 153, 0.5);
    box-shadow: 0px 0px 0px 0.1em rgba(153, 153, 153, 1);
}

.restRisksText {
    color: rgba(153, 153, 153);
}


.individualRisk {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.individualGraphGroup h5 {
    font-family: Proxima;
    margin-top: 75px;
}

.individualGraph {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.individualGraph .individualGraphTitleContainer {
    height: 50px;
    width: 266px;
    margin: auto;
}

    .individualGraph .individualGraphTitleContainer h5 {
        font-family: Proxima;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.3em;
        margin-top: 1.09333rem;
    }

.individualGraph .graphSpace {
    justify-content: center;
    display: flex;
}

.individualGraph .dangers {
    width: 266px;
    margin: auto;
}

.individualGraph .dangers ul li {
    list-style-type: disc;
    list-style-position: inside;
}

        .individualRestRiskGraph {
            padding-bottom: 25px;
        }


.buttonPrimary {
    font-family: Proxima;
    background-color: #0080A1;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 10px;
}

    .buttonPrimary:hover {
        background-color: #34BEDC;
    }

    .buttonPrimary:disabled {
        background-color: #CCCCCC;
    }

.buttonContainer {
    text-align: center;
}

.bubbles:hover {
    /*stroke: black;*/
    fill-opacity: 1;
}

/*FOR DEBUGGING*/

.debugRisk {
    font-family: Proxima;
}

.used {
    color: green;
    margin: 0;
}

.notUsed {
    color: red;
    margin: 0;
}

.underScoredHeader {
    margin-top: 18px;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 2.0em;
    /*border-bottom: 7px solid #d8e2f3;*/
    border-bottom: 7px solid #34BEDC;
    margin-bottom: 10px;
}

.marginTop {
    margin-top: 128px;
}

.collapsible-header:hover {
    color: #0094BA;
}

.riskBox {
    border: solid black 1px;
    padding: 5px;
    border-collapse: unset !important;
}

.showForPDFDownload{
    display: none;
}

.riskBox td {
    vertical-align: top;
}

@media  (max-width: 768px) {
    /* For mobile phones: */
    .hide-on-large-only {
        float: none !important;
        margin: auto;
    }

    .individualRisk {
        display: block;
    }

        .individualRestRiskGraph {
            margin-bottom: 50px;
        }

    .bigGraph {
        display: block;
    }

    #my_dataviz svg {
        width: 100%;
    }

    .riskLegend {
        margin-top: 0;
        height: auto;
    }

    .buttonPrimary {
        display: block;
    }

    a.sidenav-trigger {
        display: inline;
    }

    a.risksToggle {
        display: none;
    }
}