.pub_note_link {
    position: relative;
    border-bottom: 1px dotted black;
    font-size: 70%;
    color: navy !important;
    top: -.6em;
    line-height: 100%;
    cursor: pointer;
}

h1 .pub_note_link {
    font-size: 45%;
    top: -1em;
}

h2 .pub_note_link {
    font-size: 50%;
    top: -.7em;
}

.pub_note_text {
    display: none;
    font-size: 90%;
    background-color: #F0F7FF;
    text-align: left;
    border-radius: 6px;
    border: solid 1px #A3CAF3;
    margin: .2em;
    padding: .2em 1em;
    font-weight: normal;
}

h1 .pub_note_text {
    font-size: 45%;
    line-height: 180%;
}

h2 .pub_note_text {
    font-size: 65%;
}

h5 .pub_note_text {
    font-size: 80%;
}

.pub_note_text_visible {
    display: table-cell;
    transition: display 5s, transform 2s;
}

.pub_img_left {
    float: left;
    clear: left;
    margin-right: 1em;
    margin-bottom: .3em;
    margin-top: .6em;
    cursor: pointer;
    object-position: 4px 0px;
}

.pub_grafice_centru_ra .pub_img_left,
.pub_grafice_centru_ra .pub_img_right,
.pub_grafice_centru_ra .pub_img_full {
    object-position: 0px 0px;
}

.pub_grafice_dreapta .pub_img_left {
    float: right;
    clear: right;
    margin-left: 1em;
}

.pub_grafice_centru .pub_img_left,
.pub_grafice_centru_ra .pub_img_left,
.pub_grafice_centru .pub_img_full,
.pub_grafice_centru_ra .pub_img_full {
    float: none;
    margin-left: 0;
    margin-right: 0;
}

.pub_grafice_centru .pub_img_left_container,
.pub_grafice_centru .pub_img_full_container,
.pub_grafice_centru_ra .pub_img_left_container,
.pub_grafice_centru_ra .pub_img_full_container {
    text-align: center;
}

.pub_img_title, .pub_img_title span.pub_hyphen, .pub_tab_title, .pub_tab_title span.pub_hyphen {
    color: #1d449b;
    font-family: "Myriad Pro", "Myriad", "Open Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 75;
    font-size: 14px !important;
}
.pub_img_title .pub_note_text span.pub_hyphen, .pub_tab_title .pub_note_text span.pub_hyphen {
    font-size: 90% !important;
}
.pub_tab_title {
    display: block;
    margin-bottom: .5em !important;
}

.pub_img_title b, .pub_tab_title b {
    font-family: "Myriad Pro", "Myriad", "Open Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 75;
    font-size: 14px !important;
}

.pub_img_title i, .pub_tab_title i {
    font-family: "Myriad Pro", "Myriad", "Open Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-variation-settings: "wdth" 75;
    font-size: 14px !important;
}

.pub_img_left_container .pub_img_title {
    max-width: 267px;
    margin: 0 auto;
    text-align: left;
}

.pub_img_full_container .pub_img_title {
    max-width: 535px;
    margin: 0 auto;
    text-align: left;
}

.mobile .pub_img_left,
.mobile .pub_img_right,
.mobile .pub_img_full {
    float: none;
    clear: both;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.mobile .pub_grafice_dreapta .pub_img_left,
.mobile .pub_grafice_dreapta .pub_img_right,
.mobile .pub_grafice_dreapta .pub_img_full {
    float: none;
    clear: both;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.pub_img_right {
    float: right;
    margin-left: 1em;
    margin-bottom: .3em;
    margin-top: .6em;
    object-position: 4px 0px;
}

.pub_img_full {
    text-align: center;
    /*float: left;*/
    clear: both;
    cursor: pointer;
    margin-right: 2em;
    margin-bottom: .3em;
    margin-top: .6em;
    object-position: 4px 0px;
}

.pub_img_full_container {
    text-align: center;
}

.pub_grafice_dreapta .pub_img_full {
    /*float: right;*/
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

div.pub_caseta {
    clear: both;
    display: block;
    border: solid 1px #D1D3D4;
    border-radius: 6px;
    background-color: #E9EDF6;
    padding: .4em 1em;
    overflow: hidden;
}

.pub_caseta_subtitlu {
    font-weight: bold;
}

.pub_caseta_text_suplimentar {
    display: none;
}

.pub_caseta_text_suplimentar_afisat .pub_caseta_text_suplimentar {
    display: inline;
}

.pub_caseta_text_suplimentar_afisat a.pub_caseta_text_suplimentar_link {
    display: none;
}

a.pub_caseta_text_suplimentar_hide {
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.mobile a.pub_caseta_text_suplimentar_hide {
    text-align: right;
    display: block;
    position: relative;
    width: 100%;
}

.pub_intro {
    border-left: 3px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-color: #657FBB;
    display: block;
    border-style: solid;
    padding-left: .5em;
    margin-left: 0.5em;
    font-weight: bold;
}

h1.pub_h1 {
    padding-bottom: .6em;
    font-size: 1.8em !important;
    display: inner-block;
    width: 100%;
    font-weight: bolder !important;
    clear: both;
    margin-top: 1em;
}

h1.pub_h1_tree {
    margin-top: 0.2em !important;
}

h2.pub_h2_tree {
    margin-top: 0.2em !important;
    margin-bottom: 0.2em !important;
}

.pub_tgl .tgl_title_left {
    padding-top: 2px;
}

.pub_tgl .tgl_content_style {
    display: none;
}

.pub_tgl .tgl_content_style_visible {
    display: block !important;
}

.pub_tgl .tgl_content {
    border-width: 0;
}

h2.pub_h2 {
    display: block;
    width: 100%;
    clear: both;
}

h5.pub_h5 {
    color: #000;
    font-size: 12pt;
    text-align: left;
    margin-bottom: .7em;
    margin-top: .7em;
}

h5.pub_tab_title {
    color: #1A459D;
    font-size: 13pt;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

h6.pub_h6 {
    margin-bottom: .7em;
    margin-top: .3em;
}

.pub_table_container {
    text-align: center;
    width: 100%;
    overflow-x: auto;
}

    .pub_table_container table {
        margin-left: auto;
        margin-right: auto;
        line-height: normal;
    }
    
    .pub_table_container table.pub_table_fw {
        width: 100%;
    }
    
    .pub_table_container th.pub_col_40 {
        width: 40%;
    }

    .pub_table_container th.ra_notopbottom, .pub_table_container td.ra_notopbottom {
        background-color: transparent;
        border-top: none;
        border-bottom: none;
        width: .5em;
    }

    .pub_table_container th.ra_noleftright, .pub_table_container td.ra_noleftright {
        background-color: transparent;
        border-left: none;
        border-right: none;
        height: .5em;
    }

    .pub_table_container table.pub_tab_full_width {
        width: 100%;
    }

h1.pub_toc_h1_hidden {
    display: none;
}

h3.pub_toc_no_break {
    margin-top: .7em;
    position: relative;
    vertical-align: .7em;
    display: inline !important;
}

div.pub_grafice_centru,
div.pub_grafice_centru_ra {
    margin-right: 21%;
    hyphens: none !important;
    overflow: hidden;
}

    div.pub_grafice_centru h3
    div.pub_grafice_centru_ra h3 {
        font-size: 1.2em !important;
    }

.pub_tab_head {
    font-size: 1.1em;
    font-weight: 600;
    color: navy;
    margin: 0.7em 0px;
}


.pub_tab_right {
    text-align: right !important;
    font-weight: normal;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    background-color: transparent;
}

.pub_tab_footnote {
    font-weight: normal;
    font-style: italic;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    background-color: transparent !important;
}

.pub_tab_footnote:hover {
    color: inherit;
}

.pub_table_container table tr > td:first-child {
    text-align: left;
    min-width: 150px;
    vertical-align: middle;
}

.pub_table_container table.first_col_no_min_width tr > td:first-child {
    text-align: left;
    min-width: 0px;
}

.pub_table_container table td.pub_text {
    text-align: left;
    min-width: 90px !important;
    width: auto;
}

.pub_table_container table th.pub_nowrap {
    text-wrap: nowrap;
}

.pub_table_container table td {
    text-align: center;
    background-color: #fafafa;
    vertical-align: middle;
}

.pub_table_container table th {
    vertical-align: middle;
}

.mobile div.pub_grafice_centru,
.mobile div.pub_grafice_centru_ra {
    margin-right: 0;
}

.mobile .pub_img_full {
    max-width: unset !important;
}

.mobile .pub_img_full_container {
    width: 100%;
    overflow: auto !important;
}

.mobile .pub_table_container {
    overflow: auto !important;
    width: 95%;
}

.mobile div.pub_grafice_centru p,
.mobile div.pub_grafice_centru_ra p {
    text-align: justify;
}

/* TOC */

.sticky_toc {
    position: static;
    top: 0;
    overflow-y: scroll;
    background-color: white;
    z-index: 1;
}

.sticky_toc_sticky {
    position: fixed;
    top: 0;
    width: 22.5%;
    margin: 5px 0 30px 0;
}

a.toc_padding_1 {
    padding-left: 1em;
    display: inline-block;
}

a.toc_padding_2 {
    padding-left: 2em;
    display: inline-block;
}

a.toc_padding_3 {
    padding-left: 3em;
    display: inline-block;
}

.mobile ul.toc-list {
    padding-left: 0.7em;
    padding-right: 2em;
}

    .mobile ul.toc-list ul.toc-list {
        padding-left: 1em;
    }

ul.toc-list li {
    list-style: none;
}

    ul.toc-list li.is-active-li a.is-active-link {
        color: #fff !important;
        font-weight: bold;
        background-color: #657FBB;
        display: inline-block;
        width: 100%;
    }

.mobile ul.toc-list li.is-active-li a.is-active-link {
    color: #E9994A !important;
    background-color: #9d9ea1;
    width: 95%;
    width: calc(100% - 50px);
}

table th.rai_termen {
    white-space: nowrap;
}

.rai_caseta_ref_titlu {
    font-weight: bold;
}
div.rai_caseta_ref_text p {
    margin-bottom: 0.2em;
}

/* MOBILE */

.mobile .sticky_toc {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Calibri, 'Calib', Arial, sans-serif !important;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    background-color: #9d9ea1;
    color: #fff;
    position: relative;
    overflow: hidden;
    line-height: 18px;
    width: 100%;
    z-index: 1199;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mobile .sticky_toc_sticky {
    position: fixed;
    top: 0;
    width: 95%;
    width: calc(100% - 20px);
}

.mobile .sticky_toc_visible {
    display: block;
    height: auto;
}

.mobile .sticky_toc .toc {
    height: 1.5em;
    padding: 8px 0;
}

.mobile .sticky_toc_visible .toc {
    height: 100vh;
    overflow: scroll;
}

.mobile ul.toc-list {
    display: block;
    height: 1.5em;
    position: static;
}

.mobile .sticky_toc_sticky ul.toc-list {
    display: block;
    height: 1.5em;
    position: fixed;
    top: 0.5em;
}

.mobile .sticky_toc_visible ul.toc-list {
    display: block;
    height: auto;
    position: static;
    top: 0px;
}

.mobile ul.toc-list li {
    list-style: none;
    display: block;
    position: static;
    width: 100%;
    height: 0;
    font-size: 14px !important;
    color: #6d6e71;
    z-index: 89;
}

.mobile .sticky_toc_sticky ul.toc-list li {
    overflow: hidden;
    padding-right: 2em;
}

.mobile .sticky_toc_visible ul.toc-list li {
    position: static;
    color: white;
    height: auto;
    min-height: 1.5em;
    display: block;
}

.mobile ul.toc-list li.is-active-li {
    z-index: 90;
    height: 1.5em;
}

.mobile .sticky_toc_visible ul.toc-list li.is-active-li {
    position: static;
    color: yellow;
    height: auto;
}

.mobile ul.toc-list li a {
    color: #6d6e71;
    height: 1.5em;
    width: 100%;
    font-size: 0px;
    overflow: hidden;
}

    .mobile ul.toc-list li a:hover {
        text-decoration: none;
    }

.mobile .sticky_toc_visible ul.toc-list li a:hover {
    background-color: #E9994A;
}

.mobile .sticky_toc_visible ul.toc-list li a {
    display: block;
    color: white;
    font-size: 14px;
    min-height: 1.8em;
    height: auto;
    margin-bottom: 2px;
    padding-top: 0.5em;
}

.mobile ul.toc-list li.is-active-li a.is-active-link {
    color: #fff !important;
    z-index: 91;
    display: inline;
    position: static;
    font-size: 14px;
    z-index: 2000;
}

.mobile .sticky_toc_visible ul.toc-list li.is-active-li a.is-active-link {
    position: static;
    background-color: #E9994A;
    display: block;
}

.mobile .toc_title {
    display: none;
}

.mobile .toc_toggle_button {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    line-height: 18px;
    z-index: 100 !important;
    position: relative;
}

.mobile .sticky_toc .nav-button:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -3px;
    pointer-events: none;
}

.mobile .sticky_toc .nav-button {
    content: "";
    width: 24px;
    height: 24px;
    background: transparent;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
    padding: 0;
    right: 9px;
}

.mobile .sticky_toc_sticky .toc-toggle-button {
    position: fixed;
    right: 4px;
}

.mobile .fancybox__container {
    z-index: 3000;
}

span.pub_hyphen {
    white-space: nowrap;
}

ol.lower-roman-bnr {
    counter-reset: list;
}

ol.lower-roman-bnr > li {
    list-style-type: none;
    text-indent: -1.2em;
}

ol.lower-roman-bnr > li:before {
    content: "(" counter(list, lower-roman) ") ";
    counter-increment: list;
    text-indent: -1em;
    width: 1em;
    display: inline-block;
    text-align: right;
    padding-right: .2em;
}

ul.dash-bnr {
    counter-reset: list;
}

ul.dash-bnr > li {
    list-style-type: none;
    text-indent: -1.2em;
}

ul.dash-bnr > li:before {
    content: "\2014  ";
    text-indent: -1em;
    width: 1em;
    display: inline-block;
    text-align: right;
    padding-right: .2em;
}

.pub_hr_ca {
    float: left;
    margin-right: 1em;
}

.pub_hr_guv img, .pub_hr_ca img {
    display: block;
    max-height: 340px;
    object-fit: cover;
    object-position: 0px 0px;
}

tr.pub_td_highlight td, td.pub_td_highlight, th.pub_td_highlight {
    /*background-color: #D9DDE6 !important;*/
}

th.pub_th_title {
    color: #1A459D !important;
}

td.pub_td_title, tr.pub_td_title td {
    color: #1A459D;
}

tr.pub_td_bold td, td.pub_td_bold {
    font-weight: bold;
}

tr.pub_td_summary td:first-of-type {
    color: #333 !important;
}

tr.pub_td_summary td, td.pub_td_summary {
    color: #1A459D !important;
}

tr.pub_td_summary_bold td {
    color: #1A459D;
    font-weight: bold;
}

tr.pub_td_header td, td.pub_td_header {
    font-weight: bold;
}

tr.pub_td_header td i, td.pub_td_header i {
    font-weight: normal;
}

tr.pub_td_padleft td:first-of-type, td.pub_td_padleft {
    padding-left: 2em;
}

td.pub_td_list_item {
    padding-left: 3em !important;
}

td.pub_td_left {
    text-align: left !important;
}

td.td_out_ref {
    background-color: #D9DDE6 !important;
}

div.div_out_ref {
    background-color: #D9DDE6 !important;
    position: relative;
    top: .7em;
    height: 5px;
    width: 1em;
    display: inline-block;
    margin-right: .5em;
}

div.pub_gen_images h5 {
    clear: both;
    display: block;
}