﻿@import url(../fonts/OpenSans.css);

:root {
    --primary-color: #e0e8ed;
    --primary-font: 'Open Sans';
    --bgcolor1: #004a9b;
    --bgcolor2: #3068E0;
    --container-maxwidth: 1600px;
}

html {
    height: 100%;
    min-width: 800px;
    max-width: 100%;
}

body {
    background: white;
    color: black;
    font-family: var(--primary-font);
    line-height: 1.2;
    font-size: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

h1 {
    margin: 10px 0;
    font-weight: bold;
    line-height: 1;
    font-size: 32px;
    text-align: left;
}

h2 {
    margin: 10px 0;
    font-size: 34px;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
}

h3 {
    margin: 10px 0;
    font-size: 32px;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
}

h4 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.75;
    font-weight: normal;
    text-align: left;
}

h5 {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.75;
    font-weight: normal;
    text-align: left;
}

h6 {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: normal;
    text-align: left;
}

a {
    color: var(--bgcolor1);
    text-decoration: none;
}

a:focus, a:hover {
    color: var(--bgcolor1);
    text-decoration: underline;
    outline: 0;
}

[data-tooltip]:hover {
    text-decoration: none;
    cursor: help;
}

[data-tooltip]:hover::after {
    display: block;
    position: absolute;
    content: attr(data-tooltip);
    border: 1px solid #ccc;
    background: #f4f4f4;
    padding: .25em;
    text-transform: none;
    font-weight: 400;
    color: black;
}

.container {
    max-width: var(--container-maxwidth);
    position: relative;
    margin: 0 auto;
    padding: 0 12px;
}
/**/
ol.normal-list {
    list-style: decimal outside;
}

ul.normal-list {
    list-style: disc outside;
}

ol.normal-list > li,
ul.normal-list > li {
    padding-left: 10px;
    margin-left: 20px;
}

ol.normal-list > li + li,
ul.normal-list > li + li {
    margin-top: 10px;
}
/* MAIN */
#main {
    margin-top: 30px;
    margin-bottom: 30px;
}

#main_colCenterContainer {
    width: 100%;
}

#main_colCenter {
    margin: 0;
    vertical-align: top;
}

body.showLeftColumn #main_colCenter {
    border-left: 1px solid var(--bgcolor1);
    width: calc(100% - 230px);
    vertical-align: top;
    padding-left: 10px;
}

body.showRightColumn #main_colCenter {
    border-right: 1px solid var(--bgcolor1);
    width: calc(100% - 230px);
    vertical-align: top;
    padding-right: 10px;
}

body.showLeftColumn.showRightColumn #main_colCenter {
    width: calc(100% - 226px - 226px);
}

body.mainpage #main {
    margin-top: 0;
    margin-bottom: 0;
}

#header {
    height: 116px;
    background: var(--bgcolor2);
    position: relative;
}

#header::before {
    position: absolute;
    content: " ";
    width: 50%;
    left: 50%;
    background: var(--bgcolor1);
    height: 100%;
}

#header .container {
    background: var(--bgcolor2);
    height: 116px;
    position: relative;
}

#header .container::before {
    position: absolute;
    right: 0;
    height: 0;
    content: " ";
    border-top: 116px solid var(--bgcolor1);
    border-left: 116px solid transparent;
    width: 170px;
}

#header .logo {
    float: left;
    position: relative;
    height: 116px;
    display: flex;
    align-items: center;
    max-width: calc(100% - 200px);
}

#header .logo .text {
    font-size: 32px;
    color: white;
    padding-left: 10px;
    text-decoration: none !important;
}

#header .head-buttons {
    float: right;
    position: relative;
    text-align: right;
    margin-top: 37px;
}

#header .logo img {
    height: 70px;
}

#header .head-buttons ul {
    margin: 0;
    padding: 0;
}

#header .head-buttons li {
    display: inline-block;
    list-style: none;
    padding-left: 20px;
}


#footer {
    background-color: var(--bgcolor1);
    height: 160px;
    margin-top: 20px;
    position: relative;
}

#footer:before {
    position: absolute;
    content: " ";
    width: 50%;
    left: 50%;
    background: var(--bgcolor2);
    height: 100%;
}

#footer .copy {
}

#footer .counters {
}

#footer .container {
    background-color: var(--bgcolor1);
    height: 100%;
    overflow: hidden;
    position: relative;
    display:flex;
    gap: 0 20px;
    color:white;
    font-size:16px;
    line-height:1.5;
}

#footer .container:before {
    position: absolute;
    right: 0;
    content: " ";
    border-left: 160px solid transparent;
    border-bottom: 160px solid var(--bgcolor2);
    width: 318px;
}
#footer .container > div {
    padding: 16px 0;
    flex-grow: 10;
    position: relative;
}
#footer .phone::before {
    content: url(/Content/Skin40pib/img/phone.png);
    padding-right: 8px;
    vertical-align: middle;
}
#footer .email::before {
    content: url(/Content/Skin40pib/img/mail.png);
    padding-right: 8px;
    vertical-align: middle;
}

#footer p {
    margin: 0;
}

#mainrow {
    flex-grow: 1;
}

#menurow {
    height: 75px;
    background: white;
    background: linear-gradient(to top, white 70%, #c4c4c4);
}

div#emenu {
    z-index: 101;
    border-bottom: 1px solid var(--bgcolor1);
}

#emenu ul.level0 ul {
    display: none;
}

#emenu ul.level0 {
    max-width: 100%;
    display: table;
    margin: 0;
}

#emenu ul.level0 > li {
    display: table-cell;
    height: 75px;
    max-width: 410px;
    vertical-align: middle;
}

#emenu ul.level0 > li + li {
    padding-left: 20px;
}

#emenu ul.level0 > li > div > a {
    color: black;
    text-decoration: none !important;
    display: table-cell;
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    height: 75px;
    vertical-align: middle;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
}

#emenu ul.level0 > li:hover {
    position: relative;
    z-index: 3;
}

#emenu ul.level0 > li:hover > div {
    position: relative;
    z-index: 2;
}

#emenu ul.level0 > li:hover > div > a {
    color: var(--bgcolor1);
    border-bottom-color: var(--bgcolor1);
}

#emenu ul.level0 li.expandable:hover > ul {
    position: absolute;
    display: block;
    background: white;
    z-index: 1;
    border: 2px solid #8CC63E;
    box-shadow: 0px 4px 6.57px 2.43px rgba(94,153,213,0.38);
    margin-top: -80px;
    margin-left: -30px;
    padding: 80px 30px 30px 30px;
    min-width: 100%;
}

#emenu ul.level0 li.last.expandable:hover > ul {
    /*right:-20px;*/
}

#emenu ul.level0 li.expandable:hover > ul > li > div {
    padding: 0px 0px;
}

#emenu ul.level0 li.expandable:hover > ul > li > div > a {
    padding: 13px 0px 13px 15px;
    max-width: 350px;
    min-width: 200px;
    display: block;
    color: black;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none !important;
}

#emenu ul.level0 li.expandable:hover > ul > li > div > a > img {
    display: none;
}

#emenu ul.level0 li.expandable:hover > ul > li:hover > div:before,
#emenu ul.level0 li.expandable:hover > ul > li.active > div:before {
    content: "\25cf";
    float: left;
    margin-top: 13px;
    color: var(--bgcolor1);
}

#emenu ul.level0 li.expandable:hover > ul > li:hover > div > a,
#emenu ul.level0 li.expandable:hover > ul > li.active > div > a {
    color: var(--bgcolor1);
}

#emenu ul.level0 ul > li.expandable {
    position: relative;
}

#emenu ul.level0 ul > li.expandable:hover > ul {
    top: 0;
    left: 0;
    margin-left: 100%;
}
/**/
#breadcrumbsrow {
    background: linear-gradient(to bottom, #c4c4c4, #ffffff 25px);
    border-bottom: 2px solid #EFEFEF;
}

.moduletype_breadcrumbs ul {
    padding: 10px 0 10px 0;
    margin: 0;
}

.moduletype_breadcrumbs li {
    display: inline-block;
    color: #555555;
    line-height: 24px;
}

.moduletype_breadcrumbs li + li {
}

.moduletype_breadcrumbs li + li:before {
    content: ">";
    padding: 0 5px;
}

.moduletype_breadcrumbs li a {
    color: var(--bgcolor1);
    font-size: 13px;
    text-decoration: none;
}

.moduletype_breadcrumbs li a:hover {
    color: var(--bgcolor1);
    text-decoration: underline;
}
/**/
.page_content > .menu_items_list > ul,
.lastnews ul,
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
    gap: 36px;
    align-items: stretch;
    padding: 0 0;
}

.lastnews ul > li span.date {
    font-size: 90%;
    color: #666;
}

.lastnews ul > li span.date_line:before {
    content: url("images/icon_calendar.png");
    padding-right: 3px;
}

.page_content > .menu_items_list > ul > li,
.events-grid .events-item,
.lastnews ul > li {
    text-align: left;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    page-break-inside: avoid;
    position: relative;
    min-height: 100px;
    max-width: 450px;
    min-width: 300px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
}

.lastnews ul > li .contentimage {
    text-align: center;
    display: block;
    overflow: hidden;
}

.lastnews ul > li .contentimage > img,
.events-grid .event-img {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.lastnews ul > li .date_line {
    display: block;
    padding: 15px 15px;
    color: #999;
    font-size: 14px;
    line-height: 21px;
}

.page_content > .menu_items_list > ul > li a,
.lastnews ul > li .title {
    display: block;
    flex-grow: 1;
    padding: 5px 16px 16px;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-black);
    text-align: left;
}

.page_content > .menu_items_list > ul > li a {
    padding-top: 16px;
}

.lastnews ul > li .title a {
    color: inherit;
}

.lastnews ul > li .details {
    margin-top: 15px;
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #009adc;
}

.lastnews ul > li .details a:hover {
    text-decoration: underline;
}

.lastnews ul > li .content_files_block {
    padding: 5px 16px 16px;
}

.lastnews ul > li span.tags {
    padding-top: 10px;
    display: block;
}

.lastnews ul > li span.tags a:before,
.lastnews ul > .one_content span.tags a:before {
    content: '#';
    display: inline;
    font-weight: bolder;
}

.lastnews ul > li .is_link_to_file img.lnk_image {
    display: none;
}

.lastnews ul > li .is_link_to_file .lnk_fileextnsize:before {
    content: attr(data-type);
    padding: 6px 10px;
    background: #E33F3A;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}

.lastnews ul > li .is_link_to_file .lnk_titlensize {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 20px;
}

.lastnews ul.image-contain > li {
    justify-content: space-between;
}

.lastnews ul.image-contain > li .contentimage {
    flex-grow: 1;
}

.lastnews ul.image-contain > li .contentimage > img {
    object-fit: contain;
    height: auto;
    max-height: 800px;
}

.lastnews ul.image-contain > li .title {
    min-height: 4em;
    flex-grow: 0;
}

/**/
div.content_files_block div.file_block + div.file_block,
.lastnews .title + .content_files_block,
.lastnews .desc + .content_files_block {
    margin-top: 10px;
}

/**/
table.maphint div.report_meta {
    display: none;
}
/**/
.glossary_letters a {
    color: #fff;
}
/**/
#main_colCenter > h3,
.page_content > h3 {
    text-align: left;
    font-size: 40px;
    color: black;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    margin: 10px 0px 20px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #888;
}

#main_colCenter .module > .module_title {
    text-align: center;
    font-size: 28px;
    color: black;
    line-height: 1;
    font-weight: bold;
    margin: 10px 0px;
}
/**/
.menu_items_list.iconicpanels ul {
    margin: 60px auto 40px auto;
    text-align: center;
    font-size: 16px;
}

.menu_items_list.iconicpanels ul > li {
    display: inline-block;
    position: relative;
    width: 541px;
    height: 193px;
    border-radius: 0;
    vertical-align: top;
    margin: 0 0 11px 0;
    padding: 0;
}

.menu_items_list.iconicpanels ul > li.grow1 {
    margin-left: 45px;
}

.menu_items_list.iconicpanels ul > li > a {
    display: table;
    width: 593px;
    text-decoration: none;
    position: relative;
    background: url(img/forma_01_menu.png) no-repeat 50% 0%;
    position: absolute;
    left: -26px;
}

.menu_items_list.iconicpanels ul > li:nth-child(4n-2) > a,
.menu_items_list.iconicpanels ul > li:nth-child(4n-1) > a {
    background: url(img/forma_02_menu.png) no-repeat 50% 0%;
}

.menu_items_list.iconicpanels ul > li > a:hover {
    text-decoration: none;
}

.menu_items_list.iconicpanels ul > li > a img {
    position: absolute;
    top: 45px;
    right: 50%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
}

.menu_items_list.iconicpanels ul > li:nth-child(4n-2) > a img,
.menu_items_list.iconicpanels ul > li:nth-child(4n-1) > a img {
    right: 0;
    left: 50%;
}

.menu_items_list.iconicpanels ul > li > a span {
    display: table-cell;
    height: 193px;
    vertical-align: middle;
    text-align: center;
    padding: 0 55px 0 305px;
    font-size: 21px;
    color: white;
    line-height: 1;
}

.menu_items_list.iconicpanels ul > li:nth-child(4n-2) > a span,
.menu_items_list.iconicpanels ul > li:nth-child(4n-1) > a span {
    padding: 0 325px 0 55px;
}
/**/
div.report_meta {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    color: #AEAEAE;
}

div.report_meta .meta {
    height: 35px;
}

div.report_meta div.actual_date {
    float: left;
    width: 85%
}

div.report_meta div.created_date {
    float: right;
}

.module.module-margin-top {
    margin-top: 20px;
    border-top: 1px dotted #aeaeae;
    padding-top: 10px;
}

.module.moduletype_dataview .table_wrapper.custom {
    width: 100%;
    overflow-x: auto;
}
/**/
div.one_content div.published {
    text-align: left;
}

div.one_content img {
    max-width: 100%;
    height: auto !important;
}

div.one_content div.desc {
}

div.one_content div.fulltext {
}

div.one_content div.content_files_block span.file_block {
    display: block;
    margin-bottom: 5px;
}

/**/
div.tabbed_report_container {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 100%;
}

div.tabbed_report_container div.tab {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    color: #666666;
    border-bottom: 1px dashed #666666;
}

div.tabbed_report_container div.tab.active {
    color: #222222;
    border-bottom: 0px;
}

div.tabbed_report.passive {
    display: none;
}

div.tabbed_report.active {
    display: block;
}

.reporttabs {
    border-radius: 3px;
}

.reporttabs_btns {
    position: relative;
    z-index: 2;
}

.reporttabs_btn {
    background: #eff2f5;
    font: 700 14px/30px 'PT Serif',serif;
    color: #788a9c;
    float: left;
    height: 30px;
    margin-top: 10px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 10px;
    cursor: pointer;
}

.reporttabs_btn + .reporttabs_btn {
    border-left: 1px solid #d9d9d9;
}

.reporttabs_btn:first-child {
    border-radius: 3px 0 0 0;
    border-left: 1px solid #d9d9d9;
}

.reporttabs_btn:last-child {
    border-radius: 0 3px 0 0;
    border-right: 1px solid #d9d9d9;
}

.reporttabs_btn.active {
    height: 37px;
    margin-top: 0px;
    background: #ffffff;
    border-top: 5px solid #008ddf;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 0px;
    font: 700 18px/37px 'PT Serif',serif;
    color: #333333;
}

.reporttabs_tab.passive {
    display: none;
}

.reporttabs_tab_body.passive {
    display: none;
}

.reporttabs_tab.active {
    display: block;
    position: relative;
    top: -1px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 3px !important;
    z-index: 1;
}
/**/
div#budget_costs_by_type div.chart_legend_ext {
    height: 200px;
}

.report_mo .report_title {
    text-align: center;
    font-size: 24px;
    color: black;
    line-height: 1;
    font-weight: bold;
    margin: 30px 0px 20px 0;
}

a.load_link.button {
    margin: 5px 0;
}

a.button, button.button, input.button, div.button {
    color: white;
    background-color: var(--bgcolor2);
}

a.button:hover, button.button:hover, input.button:hover, div.button:hover {
    color: white;
    background-color: var(--bgcolor1);
}

div.moviewer.selector select {
    background-color: #2962ff !important;
}

.chart_container {
    background: linear-gradient(45deg,#fafaff,#f0f0ff);
}

.fusioncharts-container svg {
    background: rgba(0, 0, 255, 0) !important;
}

.fusioncharts-container rect {
    fill: rgba(0, 0, 255, 0) !important;
}

.actual_date > select {
    width: 90%;
}

div.ui-dialog {
    z-index: 999;
}

.register_dicsussion_user_container {
    width: 500px;
}
/**/
.simpleborder {
    border-bottom: 1px solid #e0e0e0;
}

.simpleborder TD:last-child, .simpleborder TH:last-child {
    border-right: 1px solid #e0e0e0;
}

.simpleborder TD, .simpleborder TH {
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 5px 7px;
}
#component_pib .simpleborder {
    width:100%;
}
/**/
#component_pib .rate-row {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 20px;
    margin-bottom: 10px;
    padding: 8px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

#component_pib .rate-row:hover {
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    background-color: #f8f8f8;
}

#component_pib .rate-row .rate-value,
#component_pib .rate-row .rate-value select {
    text-align: center;
}

#component_pib .rate-row .rate-value.editable {
    font-weight: bold;
}

#component_pib .rate-row .rate-value.editable::after {
    content: "*";
}
/**/
#profile_info a,
#profile_info a.button {
    display: inline-block;
    background: var(--bgcolor2);
    color: white;
    border: 0;
    border-radius: 6px;
    font-size: 16px;
    padding: 8px 12px;
    text-align: center;
}

#profile_info a:hover,
#profile_info a.button:hover {
    text-decoration: none;
}

#profile_info a {
    margin-bottom: 1em;
}

#profile_info ul,
#profile_info ul {
    padding: 0;
    margin: 0;
}

#profile_info br {
    display: none;
}
/**/
#component_pib .project .subtitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 110%;
    margin: 8px 0;
}

#component_pib .project .subtitle.desc {
    font-size: 100%;
    text-transform: none;
}

#component_pib .project .subtitle::after {
    content: ":";
}
/**/
.info-panel2 {
    padding:25px;
    background:#f7f9fc;
    font-size:110%;
    line-height:1.1;
    color:#888;
}
.info-panel2 h5 {
    font-size: 130%;
    font-weight: bold;
    line-height: 1.1;
    color:black;
    margin-bottom:10px;
}
/**/
#FixedFiles.grid {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 50%);
    gap: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
#FixedFiles.grid .kvinfo {
    display: contents;
}
#FixedFiles.grid .kvinfo:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#FixedFiles.grid .kvinfo .key {
    font-weight: 600;
}

#FixedFiles.grid .kvinfo .value > span {
    display: block;
    margin-bottom: 5px;
    word-break: break-word;
}

#FixedFiles.grid .kvinfo .value span.info {
    font-size: 80%;
    color: #888;
}

@media (max-width: 768px) {
    #FixedFiles.grid .kvinfo {
        grid-template-columns: 1fr;
    }
}
/**/
.pib-header-buttons {
    float: right;
}

.pib-header-buttons span {
    cursor: pointer;
}

.pib-header-buttons span.print::before {
    content: url(../images/icons/print.png);
    padding-right: 5px;
    vertical-align: middle;
}
/**/
@media print {
    #menurow,
    #footer,
    #header .head-buttons,
    .no-print,
    .no-print * {
        display: none !important;
    }

    #header,
    #header .container {
        background: none !important;
        height: auto !important;
    }

    #header .logo {
        margin-top: 0 !important;
    }

    #header .logo .text {
        color: black !important;
    }

    #header::before,
    #header .container::before {
        border: 0 !important;
        background: none;
    }
}
