﻿:root {
    --esg-from-color: rgba(0,175,112,1);
    --esg-to-color: rgba(0,96,153,1);
    --shadow: #848484;
    --headerHeight: 10vh;
    --footerHeight: 20vh;
    --headerHeightp2: 5vh;
    --footerHeightp2: 5vh;
}

.CarbonFootprintContainerP2 {
    height: calc(100vh - var(--headerHeightp2) - var(--footerHeight) * 0.9);
    overflow-y:auto;
}

.obs_topp2 {
    padding: 0;
    margin: 0;
    height: var(--headerHeightp2);
    width: 100%;
    box-shadow: 13px 3px 5px 6px #ccc;
    /*background: #1C4676;*/
    z-index: 3;
    /*background-image: linear-gradient(90deg, var(--esg-from-color), var(--esg-to-color));*/
}

.obs_top {
    padding: 0;
    margin: 0;
    height: var(--headerHeight);
    width: 100%;
    box-shadow: 13px 3px 5px 6px #ccc;
    /*background: #1C4676;*/
    z-index:3;
    /*background-image: linear-gradient(90deg, var(--esg-from-color), var(--esg-to-color));*/
}
.map {
    height: 100%;
    width: 100%;
}

.obs_middle {
    position: relative;
    left: calc((100vw - 1920px) / 2);
    height:78vh;
    width: 1920px;
    max-width: 1920px;
}

.obs_bottom {
    height: 12vh;
}

.bubble_container {
    position: absolute;
    pointer-events: none;
    min-width: 5vw;
    background: white;
    margin: 0 auto;
    border-radius: 20px;
  /*  margin-left:20px;*/
    padding:20px;
    font-size: 80%;
    text-align: center;
    box-shadow: 5px 5px 8px #888888;
    z-index:3;
}

.h-60 {
    height:60%!important;
}
.h-10 {
    height: 10% !important;
}

.obs_details_container {
    position:relative;
    top:0;
    height: 100%;
    /*max-height: 35vh;*/
    overflow-y: auto;
}

.obs_pilars {
    position:relative;
    /*height:11vh;*/
    height:100%;
    width:100%;
}

.obs_metric {
    height: 22px;
    width: 100%;
    overflow: hidden;
}

.obs_EsgIcon {
    height: 30px;
    width: 30px;
    padding-right: 0vw;
    margin-left: 3vw;
    margin-right: 3vw;
    box-shadow: 0px 0px 5px #808080;
    -moz-box-shadow: 0px 0px 5px #808080;
    -webkit-box-shadow: 0px 0px 5px #808080;
    -khtml-box-shadow: 0px 0px 5px #808080;
}

.criteriaGray {
    font-size: 0.8rem;
    color: #a0a0a0;
}

/*.obs_averageScore {
    color: #03639a;
    font-weight:bold;
    font-size:120%;
}*/

.obs_overachievers {
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px #ccc;
    padding: 5px;
    line-height: 20px;
}

.obs_overachiever_container {
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px #ccc;
    padding: 5px;
    line-height: 20px;
}


* {
    box-sizing: border-box;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 20px;
    padding-left: 100%;
    box-sizing: content-box;
}

    .ticker-wrap .ticker {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        white-space: nowrap;
        padding-right: 100%;
        box-sizing: content-box;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 600s;
        animation-duration: 600s;
    }

    .ticker-wrap .ticker__item {
        display: inline-block;
        padding: 0 5px;

    }

    .bubble_title {
        font-size:1.5vh;
        font-weight:bold;
        text-align:left;
    }




.obs_ESGButton {
    color: white;
    border-radius: 5px;
    border-style: none;
    min-width: 200px;
    padding: 0.4rem;
    text-align: center;
    transition: all 250ms linear;
    box-shadow: 0px 5px 8px #888888;
    text-decoration: none;
    display: inline-block;
}

    .obs_ESGButton:hover {
        color: white;
        text-decoration: none;
        filter: brightness(0.85);
        transition: all 250ms linear;
    }

    .obs_ESGButton:active {
        transform: translateY(4px);
    }


.h-45 {
    height: 45% !important;
}


    .box {
    /*    position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);*/
        display:inline-block;
        padding-right:1rem;
    }

    select option {
        margin: 40px;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }

    .box select {
        background-color: transparent;
        color: white;
        padding: 12px;
        /*width: 250px;*/
        border: none;
        font-size: 20px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
        -webkit-appearance: button;
        appearance: button;
        outline: none;
    }

    .box::before {
        content: ""; /*\f0ac\f078*/
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        top: 0;
        right: 0;
        /*width: 20%;*/
        height: 100%;
        text-align: center;
        font-size: 28px;
        line-height: 45px;
        color: rgba(255, 255, 255, 0.5);
        background-color: rgba(255, 255, 255, 0.1);
        pointer-events: none;
    }

    .box:hover::before {
        color: rgba(255, 255, 255, 0.6);
        background-color: rgba(255, 255, 255, 0.2);
    }

    .box select option {
        padding: 30px;
    }

    .obs_filter_exceptional {
        filter: brightness(0) saturate(100%) invert(31%) sepia(18%) saturate(4184%) hue-rotate(140deg) brightness(98%) contrast(102%);
    }

    .obs_filter_laggard {
        filter: brightness(0) saturate(100%) invert(17%) sepia(85%) saturate(3267%) hue-rotate(344deg) brightness(96%) contrast(82%);
    }

    .c-exceptional {
        color: #43AA8B;
    }

    .c-laggard {
        color: #FA6163;
    }

.overlay-text {
    position:absolute;
    left:34%;
    top:37%;
    font-weight:bold;
    font-size:1rem;
}

.obs_header_cat {
    position:relative;
    background:transparent;
    border:0;
    color:white;
    font-size:2.0vh;
    top:20%;
}

.obs_header_cat:hover {
    font-weight:bold;
}

.obs_header_dot {
    font-size:140%;
}

.obs_submit_button {
    position:relative;
    top: -10px;
    color: white;
    font-weight: bold;
    font-size:2vh;
    padding-left: 40px;
    padding-right: 40px;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #43AA8B, #18A494);
    margin-right:20px;
}

    .obs_submit_button:hover {
        color: white;
        text-decoration: none;
        filter: brightness(0.85);
        transition: all 250ms linear;
    }

.obs_lang {
    height: 4vh;
    width:4vh;
    border:0;
    background:transparent;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

    .obs_lang:hover {
        text-decoration: none;
        filter: brightness(0.85);
        transition: all 250ms linear;
    }

.obs_lang_en {
    background-image: url(../images/uk-flag-round-circle-icon.svg);
}

.obs_lang_gr {
    background-image: url(../images/GR.svg);
}




.obs_inputBottomLine {
    outline: 0 !important;
    border-width: 0 0 0px !important;
    border-color: #8896a9 !important;
    background: rgba(0,0,0,0) !important;
    color: black;
    text-align-last: right;
}

    .obs_inputBottomLine::-webkit-input-placeholder { /* Edge */
        color: #8896a9;
        font-size: 60%;
        font-weight: bold;
        background: rgba(0,0,0,0) !important;
    }

    .obs_inputBottomLine:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #8896a9;
        font-size: 60%;
        font-weight: bold;
        background: rgba(0,0,0,0) !important;
    }

    .obs_inputBottomLine::placeholder {
        color: #8896a9;
        font-size: 60%;
        font-weight: bold;
        background: rgba(0,0,0,0) !important;
    }


.obs_esg {
    position: absolute;
    top: 0px;
    /*    height: 12vh;
    width: calc(12vh * 2.08);*/
    width:250px;
    height: calc(250px / 2.08);
    cursor: pointer;
    overflow: visible;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

/*.obs_environmental {
    left:20%;
    top:0px;
    height:100%;
}

.obs_social {
    left: calc(20% + 3vw);
    top: 0px;
    height: 100%;
}

.obs_governance {
    left: calc(20% + 6vw);
    top: 0px;
    height: 100%;
}*/


.obs_environmental_selected {
    left: 20%;
    background-image: url(../images/Environmental.svg);
}
.obs_environmental_unselected {
    left: 20%;
    top: 0px;
    /*    height: 12vh;
    width: calc(12vh * 2.08);*/

    background-image: url(../images/Environmental_blank.svg);
    overflow: visible;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

    .obs_environmental_unselected:hover {
        transition: all 250ms linear;
        color: white;
        background-image: url(../images/Environmental.svg);
    }

    .obs_social_selected {
        left: calc(20% + 70px);
        background-image: url(../images/Social.Svg);
    }

.obs_social_unselected_left {
    left: calc(20% + 70px);
    background-image: url(../images/Social_blank_left.svg);
}

    .obs_social_unselected_left:hover {
        transition: all 250ms linear;
        color: white;
        background-image: url(../images/Social_right.Svg);
    }

    .obs_social_unselected {
        left: calc(20% + 70px);
        background-image: url(../images/Social_blank.svg);
    }

        .obs_social_unselected:hover {
            transition: all 250ms linear;
            color: white;
            background-image: url(../images/Social.svg);
        }

        .obs_governance_selected {
            left: calc(20% + 140px);
            background-image: url(../images/Governance.svg);
        }

.obs_governance_unselected {
    left: calc(20% + 140px);
    background-image: url(../images/Governance_blank.svg);
}

    .obs_governance_unselected:hover {
        transition: all 250ms linear;
        color: white;
        background-image: url(../images/Governance_right.svg);
    }

    .obs_esg_index1 {
        z-index: 10;
    }

.obs_esg_index2 {
    z-index: 9;
}

.obs_esg_index3 {
    z-index: 8;
}
.obs_esg_text {
    position: relative;
    left: 23%;
    color: #00639B;
    font-weight:bold;
    font-size:1rem;
}

.obs_related_text {
    color: #00639B;
    font-weight: bold;
    font-size: 1rem;
}
.obs_filter_text {
    color: #00639B;
    font-weight: bold;
    font-size: 1rem;
}

.obs_metric_text {
    position: absolute;
    left: 5%;
    bottom: 24%;
    font-weight: bold;
    font-size: 1rem;
    pointer-events: none;
}

.metric_color_white {
    color: white;
}

.metric_color_gray {
    color: #E5E5E5;
}

.obs_metric_text_right {
    position: absolute;
    font-size: 1rem;
    right: 3%;
    bottom: 15%;
    
    font-weight: bold;
    pointer-events: none;
}

.obs_combo {
    font-size:1rem;
}





.obs_disclaimer {
    position: relative;
    top: 55%;
    margin-left: 2rem;
    z-index: 3;
    font-size: 1.5vh;
}

.obs_kpi_text {
    font-size: 1rem;
}

.obs_kpi_i_text {
    font-size: 1rem;
}

.dashboard-container {
    /*height: calc(100vh - var(--headerHeight) - var(--footerHeight) / 8.0);*/
    height: calc(100vh - var(--headerHeight) )!important;
    width: 100vw !important;
    overflow-x: hidden;
    overflow: auto;
}



.dashboardOverview {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 6px;
    border: 1px solid #EBEBEB;
    padding: 1rem;
    backdrop-filter: blur(10px);
}



.dashboardOverviewText {
    color: #1C4676;
    font-size: 1.1rem;
    font-weight: bold;
}

.dashboardComingSoon {
    /*    background-color: #F6F6F6;*/
    color: #A7A7A7;
    border-radius: 6px;
    border: 1px solid #EBEBEB;
    height: 30%;
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 5rem;
}


.esGeniusContainer {
    width: 100%;
    max-height: calc(100vh - var(--headerHeight) - var(--footerHeight) - 6vh);
    overflow: auto;
    -webkit-box-shadow: -10px 0px 13px -7px #888888, 10px 0px 13px -7px #888888, 10px 0px 11px -2px rgba(135,135,135,0);
    box-shadow: -10px 0px 13px -7px #888888, 10px 0px 13px -7px #888888, 10px 0px 11px -2px rgba(135,135,135,0);
    border-radius: 6px;
    /*background-color:white;*/
    backdrop-filter: blur(10px);
}


.esGeniusContainer1 {
    width: 100%;
    overflow: auto;
    -webkit-box-shadow: -10px 0px 13px -7px #888888, 10px 0px 13px -7px #888888, 10px 0px 11px -2px rgba(135,135,135,0);
    box-shadow: -10px 0px 13px -7px #888888, 10px 0px 13px -7px #888888, 10px 0px 11px -2px rgba(135,135,135,0);
    border-radius: 6px;
    /*background-color:white;*/
    backdrop-filter: blur(10px);
}


.dashboardp2-container {
    height: calc(100vh - var(--headerHeight) - var(--footerHeight) * 0.2 - 40px - 2.25rem);
    overflow-y:auto;
}

.dashboardp1-container {
    height: calc(100vh - var(--headerHeight) - var(--footerHeight) * 0.4 - 40px - 2.25rem);
    overflow-y: auto;
}
.submissionsBodyContainer {
    padding-left: 2rem !important;
    /*height: calc(100vh - var(--headerHeight) - var(--footerHeight) * 0.2 - 25px - 2.25rem);*/
    height:100%;
    overflow-y: auto;
    overflow-x: hidden;
    backdrop-filter: blur(10px);
}

.submissionsBodyContainerAuditor {
    padding-left: 3rem !important;
    /*height: calc(100vh - var(--headerHeight) - var(--footerHeight) - 20vh);*/
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    backdrop-filter: blur(10px);
}


.submissionsBodyContainerAdmin {
    height: calc(100vh - var(--headerHeight) - var(--footerHeight) - 15vh);
    overflow-y: scroll;
    overflow-x: hidden;
    backdrop-filter: blur(10px);
}


.auditorCommentCloud {
    font-size: 0.8rem;
}


.fontsize200 {
    font-size: 2.0rem !important;
}

.fontsize190 {
    font-size: 1.9rem !important;
}

.fontsize180 {
    font-size: 1.8rem !important;
}

.fontsize170 {
    font-size: 1.7rem !important;
}
.fontsize160 {
    font-size: 1.6rem !important;
}

.fontsize150 {
    font-size: 1.5rem !important;
}
.fontsize140 {
    font-size: 1.4rem !important;
}

.fontsize130 {
    font-size: 1.3rem !important;
}

.fontsize120 {
    font-size: 1.2rem !important;
}

.fontsize110 {
    font-size: 1.1rem !important;
}

.fontsize90 {
    font-size: 0.9rem!important;
}

.fontsize80 {
    font-size: 0.8rem !important;
}
.fontsize70 {
    font-size: 0.7rem !important;
}

.fontsize60 {
    font-size: 0.6rem !important;
}

.fontsize50 {
    font-size: 0.5rem !important;
}

table.esGeniusTable {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 4px;
    border-spacing: 0px;
}

    table.esGeniusTable thead {
        display: table-header-group;
        vertical-align: middle;
        border-color: inherit;
        border-collapse: separate;
    }

        table.esGeniusTable thead tr {
            display: table-row;
            vertical-align: inherit;
            border-color: inherit;
        }

        table.esGeniusTable thead th, table.esGeniusTable thead td {
            padding: 5px 4px 6px 4px;
            text-align: center;
            vertical-align: top;
            border: 1px solid #ddd;
        }

    table.esGeniusTable td {
        border: 1px solid #ddd;
        text-align: center;
    }

    table.esGeniusTable thead:first-child tr:first-child th:first-child, tbody:first-child tr:first-child td:first-child {
        border-radius: 4px 0 0 0;
    }

    table.esGeniusTable thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td:first-child {
        border-radius: 0 0 0 4px;
    }

.lock-icon {
    margin-left: 0.2rem;
    height: 0.9rem;
    width: 0.9rem;
    display: inline-block;
    background-image: url(../images/lock-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.notificationsWindowP2 {
    position: absolute;
    right: 70px;
    border-radius: 10px;
    box-shadow: 5px 5px 8px #888888;
    z-index: 3;
    padding: 2rem;
    white-space: nowrap;
    transition: 0.6s ease all;
    overflow-y: auto;
}