@import url('https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic&subset=latin,latin-ext&display=swap');

@font-face {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

:root {
    --page-width: 1280px;
    --blueDS: #232C79;
    --greenDS: #00923C;
    --base-font-size: 16px;
    --base-font: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    --base-font-weight: 400;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 0.3em;
}

p {
    margin-bottom: 1em;
    line-height: 1.5em;
}

a {
    color: var(--blueDS);
    text-decoration: none;
}

h1 { font-size: calc(var(--base-font-size) * 2.6)!important }
h2 { font-size: calc(var(--base-font-size) * 2.2)!important }
h3 { font-size: calc(var(--base-font-size) * 2) !important}
h4 { font-size: calc(var(--base-font-size) * 1.5)!important }
h5 { font-size: calc(var(--base-font-size) * 1.25)!important }

.hidden { display: none; }

body {
    font-size: var(--base-font-size);
    font-family: var(--base-font);
    background-color: #F9F9F9;
    color: #666;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: sticky;
    z-index: 9000;
    top: -1px;
    left: 0px;
    width: 100%;
    background-color: rgba(255,255,255, 99%);
    margin: 0 auto;
}

.header--center, .header--center--responsive {
    width: 100%;
    /*max-width: var(--page-width);*/
    margin: 0 auto;
    /*padding: 0px 16px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header .logo {
    height: 75px;
    width: 200px;
    margin-top: 0px;
    margin-right: 40px;
}

.header--center > h1, .header--center > h2,
.header--center > h3, .header--center > h4,
.header--center > h5, .header--center > h6 {
    /*text-align: left;*/
    text-align: center;
    margin: 0 auto 8px auto;
    /*font-size: calc(var(--base-font-size) * 1.4);*/
    /*font-size: calc(var(--base-font-size) * 1.1);*/
}

.header--center > .subtitles-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 auto;
    text-align: center;
}

.header--center > .subtitles-wrapper-v2, .header--center--responsive > .subtitles-wrapper-v2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 2;
    align-items: center;
    margin: 0 auto 0 auto;
    padding: 20px 80px;
    text-align: center;
    background-color: var(--blueDS);
}

.header--center > .login-wrapper {
    margin-left: 40px;
}
.header--center h5, .header--center--responsive h5 {
    color: #d3d4df;
}

.header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 9000;
    height: 200px;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

div.content {
    min-height: calc(100vh - 200px - 125px);
    background-color: #f9f9f9;
    width: 100%;
    padding-top: 0px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.content--center {
    width: calc( 100% - 48px );
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0px 24px;
}

.green-button, .green-button-moved {
    border: 1px solid var(--greenDS);
    background-color: var(--greenDS);
    color: white;
    height: 30px;
    max-width: 280px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    padding: 5px 10px;
    border-radius: 8px;
}

.partners-green-button {
    border: 1px solid var(--greenDS);
    background-color: var(--greenDS);
    color: white;
    height: 30px;
    max-width: 280px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    padding: 0px 3px;
    border-radius: 8px;
}

.reverse-green-button {
    border: 1px solid var(--greenDS);
    background-color: white;
    color: var(--greenDS) !important;
    height: 30px;
    max-width: 280px;
    cursor: pointer !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    padding: 5px 10px;
    border-radius:8px;
}

blue-button {
    border: 1px solid var(--blueDS);
    background-color: var(--blueDS);
    color: white;
    height: 30px;
    max-width: 280px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    padding: 5px 10px;
    border-radius: 8px;
}

.reverse-blue-button {
    border: 1px solid var(--blueDS);
    background-color: white;
    color: var(--blueDS);
    height: 30px;
    max-width: 280px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    padding: 5px 10px;
    border-radius: 8px;
}

.white-box {
    background-color: white;
    padding: 20px 10px 10px 30px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #C6C6C6;
}

.nav-menu {
    display: flex;
    background: #fff;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    list-style-type: none;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 7px 10px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 7px 10px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 7px 10px 1px rgba(0,0,0,0.1);
}

.nav-menu-item {
    font-family: var(--base-font);
    font-size: var(--base-font-size);
    font-weight: var(--base-font-weight);
    cursor:pointer;
}

.nav-menu-item-caret {
    /*font-size: 20px;
    font-weight: 900;
    color: #0f8e38;*/
    display:none !important;
  /*  padding-right: 7px;
    font-weight: 900;*/
}

.nav-menu-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    list-style-type: none;
    margin-bottom: 10px;
}

.nav-menu-item-2 {
    font-family: var(--base-font);
    font-size: var(--base-font-size);
    font-weight: var(--base-font-weight);
    cursor: pointer;
}


/*.nav-menu-item-caret:before {
    padding-right: 7px;
}*/

.title-container {
    max-width: 31%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.title-container-long {
    max-width: 65%;
}

.title {
    font-size: 44px;
    text-transform: uppercase;
    color: #2E2D7F;
    font-weight: 700;
    border-bottom: 1px solid #108b3a;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

.material-selected {
    /*text-decoration: underline !important;*/
    /*border-bottom:2px solid;*/
    font-weight: bold;
    color: var(--greenDS) !important;
}

.menu-selected{
    font-weight:bold;
    color:var(--greenDS) !important;
}

.material-not-selected {
    filter: brightness(0.8);
}
.text-title {
    color: var(--greenDS);
    margin-bottom: 1em;
}
.text-title-index {
    color: var(--greenDS);
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 1em;
}

.title-grey {
    color: black;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 1em;
    margin-top: 0.6em;
}
.header-value-chain {
    position: sticky;
    top: 123px;
    background-color: #f9f9f9;
    /*z-index: 9000;*/
}

.separator-blue {
    border-bottom:1px solid var( --blueDS);
}

.flex-row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex-row-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.align-center{
    text-align:center;
}

.subissue-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 1.3em;
    margin: 0px 5px 3px 5px;
}

.subissue-text {
    padding: 0px 5px 10px 5px;
    flex: 0 1 auto;
    text-align: center;
    /*position: relative;*/
}

.subissue-border {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 0px 10px 2px 10px;
    background-color: #c6e4fe;
}

.issue-title {
    margin-right: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--greenDS);
}

.issue-title-2 {
    margin-right: 20px;
    font-weight: bold;
    color: var(--greenDS);
}

.pointer-button{
    cursor:pointer;
}

.text-description {
    padding: 0px 20px;
}

.text-description-thin {
    padding: 0px 200px;
}

.table-ds {
    line-height: 25px;
    width: auto;
    text-align: center;
}

/*.tabla-bicolor tr:nth-child(even) {
    background: #FFF;
}
.tabla-bicolor tr:nth-child(odd) {
    background: #c6e4fe;
}*/
.table-ds tr th {
    vertical-align: middle;
    padding-left:10px;
    padding-right:10px;
    /*border-left:1px solid #d4d4d4;*/
}
.table-ds tr td {
    vertical-align: middle;
    padding-left:10px;
    padding-right:10px;
    /*border-left:1px solid #d4d4d4;*/
}

.table-ds tr td:first-child {
    border-left:none;
}

.table-border-top {
    border-top:1px solid black;
}

.table-border-bottom {
    border-bottom: 1px solid black !important;
}

.table-border-light {
    border-bottom: 1px solid #ddd;
}

.content .nav-menu {
    /*margin: 0;*/
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.content .nav-menu-item {
    display: block;
    color: #414141;
    padding: 5px 5px 5px 15px;
    text-decoration: none;
    background-color: white;
}
 
.content li a:hover,
.content .menu-btn:hover {
  background-color: rgba(0, 0, 0, 0.10);
}

.content .nav-menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}
 
/* menu icon */
.menu-div {
    width: 100%;
    position: sticky !important;
    top: 77px;
    padding-bottom: 10px;
    z-index: 9000;
}
.content .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    user-select: none;
}
 
.content .menu-icon .navicon {
  background: #fff;
  display: block;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
 
.content .menu-icon .navicon:before,
.content .menu-icon .navicon:after {
  background: #fff;
  /*content: '';*/
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
 
.content .menu-icon .navicon:before {
  top: 5px;
}
 
.content .menu-icon .navicon:after {
  top: -5px;
}
 
/* menu btn */
 
.content .menu-btn {
  display: none;
}

.content .menu-btn:checked ~ .nav-menu {
    max-height: 604px;
    min-width: 375px;
}
 
.content .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
 
.content .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
 
.content .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
 
.content .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.content .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.letter-list {
    /*list-style-type: disc;*/
    list-style:none;
    padding-left:40px;
}

.letter-list li{
    display:list-item !important;
    line-height: 1.5em;
}
.letter-list li::before {
    color: var(--blueDS);
    content: "\f054";
    font-family:'Font Awesome 5 Free';
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em;
}

.text-description-thin.letter-list {
    padding-left: 200px;
}
.text-description-thin.letter-list li::before {
    color: white;
    content: "\2022";
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em;
}

.bold{
    font-weight:bold;
}

/* BackToTop
----------------------------------------------------------------------------*/
#BackToTop {
    z-index: 1;
    position: fixed;
    bottom: 20px !important;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#BackToTop span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 14px;
    top: 12px;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#BackToTop:hover {
    background: rgba(0, 0, 0, 0.9);
}

#BackToTop:hover i {
    color: #fff;
    top: 5px;
}

/*Tooltips*/
.tooltip {
    z-index: 9005;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
}

    .tooltip.show {
        opacity: 1;
    }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

.tooltip-inner {
    max-width: 300px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #5c5c5c;
    border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.filters-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filters-content-item {
    flex:1;
    display: flex;
    flex-direction: column;
    min-width:20%;/*Va a dividirse en 4 como máximo la fila*/

}

.analytics-filters-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.analytics-filters-content-item {
    display: flex;
    flex-direction: column;
    width: 50%; /*Va a dividirse en 2 como máximo la fila*/
}

.chosen-container{
    width:90% !important;
}
.table-info
{
    display:flex;
    flex-direction:column;
}
.table-info-title {
    /*width: 100%;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: var(--blueDS);
    color: white;
    padding: 10px 0px 10px 5px;
    text-align:center;
    font-weight:bold;
}
.table-info-item {
    /*width: 100%;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5px 0px 5px 5px;

}

.color-row-claro{
    background-color:#fff;
}

.color-row-oscuro{
    background-color:#ccc;
}

.text-table {
    padding: 0px 5px;
}

.right-container {
    display: flex;
    justify-content: flex-end;
}
/*Dropdown menu*/
.dropbtn {
    /*background-color: #04AA6D;
    color: white;*/
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdownPrivate {
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #f1f1f1;*/
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        /*color: black;*/
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #ddd;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content, .dropdownPrivate:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}

canvas {
    /*max-width: 300px !important;*/
    max-height: 300px !important;
}

.collapsible {
    cursor: pointer;
}

.collapsible::after {
    content: '\002B';
    
    font-weight: bold;
    /*float: right;*/
    margin-left: 5px;
}

.collapsible.active::after {
    content: "\2212";
}
.content-collapsible
{
    display:none;
}

.icon-chain{
    height:30px;
    width:30px;
}

.anchor {
    padding-top: 200px;
    color:var(--greenDS);
}

.anchor:hover {
    background-color:transparent !important;
}

.anchor2 {
    padding-top: 235px;
    color: var(--greenDS);
}

.anchor2:hover {
    background-color: transparent !important;
}

.anchor3 {
    padding-top: 355px;
    color: var(--greenDS);
}

.anchor3:hover {
    background-color: transparent !important;
}

.table-subtitle{
    background:#C6C6C6 !important;
    text-align:left;
}

.link-cell {
    background-color: #fff;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    width: 240px;
    height: 240px;
    text-align: center;
    border: 1px solid #d3d4df;
    border-radius: 8px;
    cursor:pointer;
}

.link-cell-half {
    background-color: #fff;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    width: 200px;
    height: 200px;
    text-align: center;
    border: 1px solid #d3d4df;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 10px;
}

.link-cell-green {
    background-color: var(--greenDS);
    color:white;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    width: 185px;
    height: 130px;
    text-align: center;
    border: 1px solid #d3d4df;
    border-radius: 8px;
    cursor: pointer;
}

.link-cell-green-width {
    background-color: var(--greenDS);
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    width: 200px;
    height: 130px;
    text-align: center;
    border: 1px solid #d3d4df;
    border-radius: 8px;
    cursor: pointer;
}

.text-centered{
    text-align:center;
}

.panel-grey {
    background-color: #dbdbdb;
    border-radius: 10px;
}

.background-image-1 {
    display: flex;
    justify-content: space-evenly;
    background-image: url('../img/fondo-1.jpg');
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-position: center;
}

.background-image-2 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url('../img/fondo-2.jpg');
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    color: white !important;
}

.background-image-3 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/fondo-3.jpg');
    padding-top: 100px;
    background-position: center;
    color: white !important;
    background-size: cover;
}

.background-image-4 {
    background-image: url('../img/fondo-4.jpg');
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    color: white !important;
}


.background-image-5 {
    background-image: url('../img/fondo-5.jpg');
    padding-top: 50px;
    /*padding-bottom: 50px;*/
    background-position: center;
    color: white !important;
    background-size: cover;
}
.title-home {
    background: linear-gradient(0, rgb(255,255,255,0.6),rgb(255,255,255,0.6));
    width: 100%;
}

.div-headers-home {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headers-text-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    background: linear-gradient(0, rgb(0,0,0,0.4),rgb(0,0,0,0.4));
}

.glossary-menu {
    position: sticky;
    top: 210px;
    background-color: white;
}

.smaller-glossary-menu {
    position: sticky;
    padding-top: 10px;
    top: 123px;
    background-color: white;
}

.background-image-2 a {
    color: white !important;
}

.show-transicion {
    opacity: 1;
    transition: opacity 1s;
}

.hide-transicion {
    opacity: 0;
    transition: opacity 1s;
}

.smaller-logo > a > img {
    height: 93%;
}

.smaller-rightBox {
    height: 55px !important;
}

.movedGreenButton {
    margin-top: 0px !important;
}

.div-phases-home {
    display: flex; 
    flex-wrap:wrap; 
    justify-content: space-between; 
    flex-direction:column;
}

.phases-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-phase {
    display: block;
    flex: 1;
    flex-basis: 0px;
    cursor: pointer;
}

.methodologyDiv {
    display: flex;
    justify-content: space-between;
}

.content-flex-4{
    flex:4;
}
.content-flex-5 {
    flex: 5;
}

.div-license-img-3 {
    display: flex;
    margin-top: 100px;
    justify-content: flex-end;
    width: 100%;
    font-size:13px;
}

.div-license-img-3 a{
    color:#484848;
}
.div-license-img-5 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 13px;
    margin-top: 37px;
}

.div-license-img-5 a {
    color: #484848;
}

.dropdown > #listMenuMaterialResponsive, .dropdownPrivate > #listMenuMaterialResponsive {
    display: flex;
    flex-direction: column;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    min-width: 195px;
    background-color: white;
    margin-top: 8px;
}

.tooltip-inner ul {
    list-style:none;
}

.tooltip-inner li
{
    text-align:left;
    /*display:list-item !important;*/
    display:flex;
    flex-direction:row;
    line-height:1.5em;
    justify-content:center;

}
.tooltip-inner li::before {
    align-items:center;
    font-size:6px;
    font-family:'Font Awesome 5 Free';
    content: "\f111";
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: 1em;
    margin-right:5px;
}

.pager-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
}
.pager-container > div{
    margin: 0px 4px;
    font-size: 18px;
    background: none;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border: 1px solid var(--greenDS);
    cursor: pointer;
}

.currentPage {
    background-color: var(--greenDS) !important;
}

.currentPage > a{
    color: white;
}

.container-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 42px 42px 42px 42px 42px 42px;
    padding: 0px 20px 20px 20px;
    align-items: center;
    /*grid-column-gap: 2px;*/
    grid-row-gap: 1px;
    flex: 10;
}

.item-severity {
    height: 244px;
    /*flex: 1;*/
    text-align: center;
    background-color: #dddddd;
    color: var(--greenDS);
    /* height: 100%; */
    border: 1px solid #cccccc;
    width: 40px;
    /*margin-top: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-likelihood {
    /*grid-column: 1 / 7;
    grid-column-start: 3;
    grid-column-end: 8;
    grid-row-start: 7;
    grid-row-end: 7;*/
    text-align: center;
    background-color: #dddddd;
    color: var(--greenDS);
    height: 40px;
    border: 1px solid #cccccc;
    margin: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.risk-level {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    height: 40px;
    border: 1px solid #d6efaa;
}
.low-risk {
    background-color: #d6efaa;
    height: 40px;
    border:1px solid white;
}

.medium-risk {
    background-color: #fae884;
    height: 40px;
    border: 1px solid white;
}

.high-risk {
    background-color: #fab782;
    height: 40px;
    border: 1px solid white;
}

.list-issues{
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
}

.list-issues-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 15px;
}
.list-issues-item:hover {
    background-color: #f3f3f3;
}

.chosen-choices{
    border-radius:8px;
}

.input-contains {
    border-radius: 8px;
    border: 1px solid #aaa;
    height: 25px;
    width:90%;
}

.input-contains:hover {
    border: 1px solid #5897fb;
}

.loading-low {
    top: 55% !important;
}

.evidenceSubtitle {
    font-weight: 900;
    margin-right: 20px;
    color: var(--greenDS);
}

.evidenceSubtitle2 {
    font-weight: 900;
    margin-right: 20px;
    color: #585858;
}

.evidenceBox {
    margin-top: 15px;
}

.flex-jump {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.flex-jump-column {
    width: 50%;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.flex-market-half {
    flex: 2;
    display: inline-block;
    max-width: 47%;
    min-width: 265px;
}

.flex-market-half-column {
    flex: 2;
    display: inline-block;
    min-width: 265px;
}

.flex-market-half2 {
    flex: 2;
    display: inline-block;
    max-width: 47%;
    min-width: 265px;
    margin-right: 5px;
}

.flex-market-full {
    display: inline-block;
    max-width: 99%;
    min-width: 265px;
}

.flex-market-total {
    min-width: 265px;
    width: 80%;
}

.flex-market-total2 {
    width: 100%;
}

.flex-jump-space {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.login-container {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-title {
    letter-spacing: 2px;
    padding-bottom: 12px;
    color: #262d8a;
    border-bottom: 1px solid #0f8e38;
    line-height: normal;
    margin-bottom: 70px;
    text-align: center;
    width: 100%;
}

.login-input {
    height: 50px;
    font-size: 14px;
    background-color: #eee;
    border: 1px solid #dadcd8;
    border-radius: 8px;
    width: 88%;
    display: block;
    padding: 0 22px;
    margin-bottom: 40px;
}

.login-input:focus {
    border-color: rgba(15,142,56,0.4);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(15 142 56 / 40%);
    outline: none;
}

.login-button {
    display: inline-block;
    width: 110px;
    background-color: #0f8e38;
    border-color: #0f8e38;
    color: #fff;
    font-size: 20px;
    height: 45px !important;
    cursor: pointer;
    transition: all .2s ease-out;
}

.filter-contains-icon, .risk-title-help-icon {
    display: flex;
}

.filter-contains-icon > i {
    color: #02923c;
    margin-left: 5px;
    margin-top: 2px;
}

.leyend-container {
    display: flex;
    justify-content: space-around;
    margin-top:10px;
}

.legend-item {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-left: 10px;
    border-radius: 8px;
}

.legend-item-group {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
}

.legend-no-risk {
    opacity: 0.8;
    background-color: #e0e0e0;
    cursor:default !important;
}

.icon-list-div {
    display: flex;
    justify-content: space-evenly;
}


.risk-title-help-icon > i {
    color: #02923c;
    margin-left: 5px;
    margin-top: 3px;
}

.selectedRiskIssue {
    background-color: #e5e5e5;
    color: var(--greenDS);
    height: 40px;
    padding: 0px 10px;
    display: flex;
}

.div-results-list-risk {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mapresults {
    padding: 16px 8px;
    font-size: var(--base-font-size);
    font-family: var(--base-font);
    background: white;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    max-height: 250px;
    min-width: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

#close {
    float: right;
    display: inline-block;
    padding: 8px;
    font-size: 0px;
    height: 24px;
    width: 24px;
    color: transparent;
    background: none;
    position: relative;
}

    #close::before,
    #close::after {
        content: '';
        height: 18px;
        width: 2px;
        background-color: #999;
        border-radius: 2px;
        display: block;
        position: absolute;
        top: 10px;
        left: 18px;
        transform: rotate(45deg);
    }

    #close::after {
        transform: rotate(-45deg);
    }

.heat-map-cell-container {
    position: relative;
    text-align: center;
    color: white;
}

.center-text-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight:bold;
}