@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body, html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

body {
    overflow-x: hidden;
    background-color: #F5f5f5;
}

.header {
    background: #444444;
}

.logos {
    float: right;
}

.logo {
    float: left;
}

.logo.sdg-logo {
    border-left: 1px solid #AAAAAA;
}

.ksh-logo img {
    width: 92px;
    height: 45px;
    padding-right: 10px;
}

.ffi .sdg-logo img {
    padding: 4px 0;
    width: 92px;
    height: 40px;
}

.sdg .sdg-logo img {
    padding: 4px 0;
    width: 92px;
    height: 40px;
}

.sdg .logo.sdg-logo a,
.ffi .logo.sdg-logo a{
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.sdg .logo.sdg-logo a div {
    background: #3ba1a5;
    width: 150px;
    height: 100%;
    line-height: 45px;
    margin-right: -12px;
}

.ffi .logo.sdg-logo a div {
    background: #1AA2DD;
    width: 150px;
    height: 100%;
    line-height: 45px;
    margin-right: -12px;
}

.mainTitle {
    text-transform: uppercase;
    color: #ffffff;
    line-height: 40px;
    font-size: 20px;
    margin: 0;
    font-weight: normal;
}

.menuIcon {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.searchIcon {
    width: 35px;
    height: 35px;
    display: inline-block;
}

.searchInput {
    width: 67%;
    margin-top: 7px;
}

.white {
    background: rgba(255, 255, 255, 1.0);
}

.font-white {
    color: #ffffff;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page {
    height: auto;
}

.title {
    font-size: 1.8em;
    margin: 15px 0;
}

.sdg .subTitle {
    font-size: 1em;
    margin-top: 10px;
}

.contentsNavbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 36px 0 12px 0;
    background: #F5f5f5;
}

div.sticky-top {
    top: -36px;
    z-index: 2;
}

.textBoxButton {
    flex-shrink: 0;
    flex-grow: 1;
    background: #ffffff;
    cursor: pointer;
    color: #444444;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-top: 8px;
    margin-right: 8px;
}

.textBoxButton:last-of-type {
    margin-right: 0;
}

.textBoxButton:hover {
    background: #cccccc;
    cursor: pointer;
    color: #ffffff;
}

.menuNavbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    height: 40px;
    margin-bottom: 12px;
}

.arrows {
    background: #ffffff;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.arrows:hover img {
    opacity: 0.6;
}

.arrows.disable {
    cursor: not-allowed;
}

.arrows.disable img {
    opacity: 0.1;
}

.leftArrow {
    margin-right: 8px;
}

.chartBoxButton {
    background: #ffffff;
    cursor: pointer;
    color: #444444;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-right: 8px;
    padding: 0 35px;
}

.chartBoxButton:last-of-type {
    margin-right: 0;
}

.chartBoxButton:hover {
    background: #cccccc;
    cursor: pointer;
    color: #ffffff;
}

.chartBoxShow {
    background: #444444;
    color: #ffffff;
}

div.chartBoxFrame {
    padding: 10px;
    min-height: 550px;
}

div.chartBoxFrame img {
    max-width: 100%;
}

.textBox {
    padding: 20px;
    background: #ffffff;
}

.textBoxShow {
    background: #444444;
    color: #ffffff;
}

.textBox>.textBoxContent {
    padding: 0 25px 0 25px;
}

.textBox >.textBoxContent > h2 {
    font-style: italic;
    text-transform: uppercase;
    font-family: Roboto-Bold, Roboto;
    font-weight: 700;
    color: #444444;
}

h2.lightsType {
    margin-top: 15px;
    font-size: 20px;
}

.lightsBoxContainer {
    margin: 15px 0;
    display: block;
    height: 35px;
}

.lightsBoxDateOne, .lightsBoxDateTwo {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    padding-left: 15px;
    
    margin-right: 15px;
}

.lightsBox {
    display: block;
    float: left;
}

.redLight, .yellowLight, .greenLight {
    border-radius: 100px;
    width: 20px;
    height: 20px;
    opacity: 0.06;
}

.redLight {
    background: red;
}

.yellowLight {
    background: orange;
}

.greenLight {
    background: green;
}

div.lightsBox.red > .redLight {
    opacity: 1.0;
}

div.lightsBox.yellow > .yellowLight {
    opacity: 1.0;
}

div.lightsBox.green > .greenLight {
    opacity: 1.0;
}

.lightCenter {
    display: inline-block;
}

.lightsLegennds {
    background: #ffffff;
    padding: 0 45px;
}

.lightsLegennds > .redLight, .lightsLegennds > .yellowLight, .lightsLegennds > .greenLight {
    opacity: 1.0;
    float: left;
}

.lightsText {
    margin-left: 30px;
}

.mainIndicator a, .subIndicator a {
    font-size: 20px;
    text-decoration: none;
    color: #544e4e;
}

.mainIndicator, .subIndicator {
    margin: 35px 0;
}

.mainIndicator div, .subIndicator div {
    display: inline-block;
}

.mainIndicatorTitle {
    background: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    width: 65%;
    text-align: left;
    height: 40px;
    line-height: 36px;
    padding-left: 10px;
}

.subIndicatorTitle {
    background: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    width: 80%;
    text-align: left;
    height: 40px;
    line-height: 36px;
    padding-left: 10px;
}

.arrowIcon {
    width: 40px;
    height: 40px;
    opacity: 0.9;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.arrowIcon:hover {
    opacity: 1.0;
}

.informationBox {
    display: block;
    float: left;
    color: #ffffff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 10px;
    font-size: 25px;
    font-weight: 900;
    text-decoration: none;
    background: #444444;
    padding: 10px;
    margin-left: 20px;
    margin-top: -6px;
}

.informationBox:hover {
    background: #cccccc;
    color: #ffffff;
}

.iconBar,
.IconBarImage {
    cursor: pointer;
}

.iconBar img,
.iconBarImage a img {
    display: block;
    float: left;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #444444;
    margin: 0 1em 1em 0;
    padding: 0.5em;
}

.iconBarIcon:hover {
    background: #cccccc;
}

.iconBarIcon {
    height: 42px;
    margin: 10px 0;
}

.iconBarIcon-white {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.iconBar> a >.iconBarIcon:hover {
    fill: #4fbcbf;
}

div.stickyMenu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.chartBoxPrio {
    padding-left: 8px;
    font-size: 18px;
    border-left: 10px solid #444444;
    clear: both;
}

.categoriesIcon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.mainindicatorsIconBox {
    width: 100%;
    max-width: 120px;
    height: auto;
}

img.indicatorIcon {
    width: 100%;
    height: auto;
}

.bg-emberi {
    background: #3BA1A5;
}

.bg-tarsadalmi {
    background: #FEA43D;
}

.bg-termeszeti {
    background: #C7D506;
}

.bg-gazdasagi {
    background: #51BAE6;
}

/* ----------------------- Modal ----------------------- */

.modal {
    backdrop-filter: blur(2px);
}

.modal-open {
    overflow-y: scroll;
}

button.close {
    border: none;
    font-size: 25px;
    background: #ffffff;
}

/* ----------------------- Modal END ----------------------- */

.extraBottom {
    display: block;
    height: 200px;
    background: #ffffff;
    padding: 40px;
}

/* ----------------------- SideBar ----------------------- */

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
}

/* ----------------------- Wrappers ----------------------- */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 620px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 620px;
    width: 0;
    height: 100%;
    margin-left: -620px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #444444;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-right: 0 !important;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 620px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -620px;
}

/* ----------------------- Sidebar nav styles ----------------------- */

.navbar {
    padding: 0;
}

.sidebar-nav {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    width: 100%;
}


.sidebar-nav li:hover:before, .sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-header {
    text-align: left;
    padding-left: 55px;
    font-size: 26px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.sidebar-brand {
    height: 70px;
    position: relative;
    padding-top: 0.5em;
    color: #ffffff;
    font-weight: bold;
}

.sidebar-brand a {
    color: #dddddd;
}

.sidebar-brand a:hover {
    color: #ffffff;
    text-decoration: none;
}

.dropdown-header {
    text-align: center;
    font-size: 1em;
    color: #dddddd;
    background: #212531;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

.dropdown-menu.show {
    top: 0;
}

.ffi .sidebar-nav li a {
    display: block;
    color: #dddddd;
    text-decoration: none;
    padding: 0;
    height: 44px;
}

.sdg .sidebar-nav li a {
    display: block;
    color: #dddddd;
    text-decoration: none;
    padding: 0;
}

.ffi .dropdownName {
    display: block;
    float: left;
    padding-left: 10px;
    line-height: 35px;
    width: 380px;
}

.sdg .mainMenu > .dropdownName {
    padding-left: 18px;
    margin-left: 50px;
    min-height: 60px;
    line-height: 52px;
}

.ffi .dropdownIcon {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #ffffff;
}

.sdg .dropdownIcon {
    display: block;
    float: left;
    text-align: center;
    color: #ffffff;
}

.ffi .dropdownIcon .indicatorSmallIcon {
    display: inline-block;
    height: 35px;
    margin: 5px auto;
}

.sdg .dropdownIcon .indicatorSmallIcon {
    display: inline-block;
    height: 60px;
    margin: 0 auto;
}

a.subsubMenuText.subSubMenu {
    padding-top: 10px !important;
}

a.subSubMenu >.dropdownIcon {
    width: 22px;
    height: 22px;
    margin-left: 22px;
}

.ffi .subSubMenu > .dropdownName {
    line-height: 24px;
}

.sdg .subSubMenu > .dropdownName {
    min-height: 20px;
}

/* ----------------------- FFI sidebar menu colors ----------------------- */

a.emberi > .dropdownIcon {
    background: #3BA1A5;
}

a.emberi.subMenu > .dropdownIcon {
    background: #4FBCBF;
}

a.emberi.subSubMenu > .dropdownIcon {
    background: #E5F5F6;
}

a.tarsadalmi > .dropdownIcon {
    background: #FEA43D;
}

a.tarsadalmi.subMenu > .dropdownIcon {
    background: #FFC88A;
}

a.tarsadalmi.subSubMenu > .dropdownIcon {
    background: #FBF0E4;
}

a.termeszeti > .dropdownIcon {
    background: #C7D506;
}

a.termeszeti.subMenu > .dropdownIcon {
    background: #D6E075;
}

a.termeszeti.subSubMenu > .dropdownIcon {
    background: #F7F9D9;
}

a.gazdasagi > .dropdownIcon {
    background: #51BAE6;
}

a.gazdasagi.subMenu > .dropdownIcon {
    background: #69CBED;
}

a.gazdasagi.subSubMenu > .dropdownIcon {
    background: #E8F3F8;
}

/* ----------------------- FFI sidebar menu colors END ----------------------- */

.sdg a.subMenu > .dropdownIcon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 40px;
}

.sdg a.subMenu > .dropdownName {
    margin-left: 65px;
}

a.subMenu.szegenyseg > .dropdownIcon {
    background: #e5243b;
}

a.subMenu.ehezes > .dropdownIcon {
    background: #dda63a;
}

a.subMenu.egeszseg > .dropdownIcon {
    background: #4c9f38;
}

a.subMenu.oktatas > .dropdownIcon {
    background: #c5192d;
}
a.subMenu.nemek > .dropdownIcon {
    background: #ff3a21;
}
a.subMenu.viz > .dropdownIcon {
    background: #26bde2;
}

a.subMenu.energia > .dropdownIcon {
    background: #fcc30b;
}

a.subMenu.munka_gazd > .dropdownIcon {
    background: #a21942;
}

a.subMenu.ipar_innov > .dropdownIcon {
    background: #fd6925;
}

a.subMenu.egyenlotlen > .dropdownIcon {
    background: #dd1367;
}

a.subMenu.fennt_varosok > .dropdownIcon {
    background: #fd9d24;
}

a.subMenu.felelos_fogy > .dropdownIcon {
    background: #bf8b2e;
}

a.subMenu.eghajlatvalt > .dropdownIcon {
    background: #3f7e44;
}

a.subMenu.ocean_tenger > .dropdownIcon {
    background: #0a97d9;
}

a.subMenu.szarazfold > .dropdownIcon {
    background: #56c02b;
}

a.subMenu.group > .dropdownIcon {
    background: #00689d;
}

a.subMenu.partnerseg > .dropdownIcon {
    background: #19486a;
}

.sdg ul#subGroup li#dropdown {
    margin-bottom: 12px;
}

.sdg ul#subGroup li:last-child {
    margin-bottom: 15px;
}

.sdg ul#subGroup li:first-child {
    margin-top: 15px;
}

/* ----------------------- Hamburger-Cross ----------------------- */

.hamburger {
    position: absolute;
    top: 8px;
    z-index: 2;
    display: block;
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    color: #ffffff;
}

.hamburger:hover, .hamburger:focus, .hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .15s ease-in-out;
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .15s ease-in-out;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
    background-color: #ffffff;
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .15s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .15s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 2px;
    -webkit-transition: all .15s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 2px;
    -webkit-transition: all .15s ease-in-out;
}

.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    background-color: #ffffff;
}

.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamb-text {
    margin-left: 35px;
}

.stadatTablesFrame {
    background: #444444;
    color: #ffffff;
    padding: 20px;
    margin: 0 25px;
}

.stadatTablesFrame h3 {
    font-size: 18px;
}

.stadatTablesFrame a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
    margin-top: 12px;
    margin-left: 10px;
}

.stadatTablesFrame a::first-line {
    text-indent: -10px;
}

.stadatTablesFrame a img {
    width: 13px;
    height: 13px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

h1.imageTitle {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
}

.legendTable {
    border-collapse: collapse;
}

.legendTable td {
    padding: 0;
    text-align: center;
}

.legendTable span {
    padding-bottom: .1em;
    border-bottom : 1px solid #333;
}

.legendTableBorderBottom {
    border-bottom : 1px solid #333333;
}

.legendTableBorderBottom {
    border-bottom : 1px solid #333333;
}

.itIsImage {
    display: block;
    margin: 0 auto;
}
