﻿.publication .content-page {
    padding: 15px 0 55px;
}


.report-card {
    border-top: 2px solid #7a9cc4;
    box-shadow: 1.678px 2.487px 2.7px 0.3px rgba(0, 0, 0, 0.1);
}

.report-card .head-box {
    background: #fff;
    padding: 20px 10px 0;
}

.head-box .title-report {
    margin: 0;
    font-weight: 500;
    font-size: 1.45em;
    line-height: 1.3em;
    display: block;
    text-align: justify;
}

.links-to-files {
    padding-top: 10px;
}

.links-to-files .file-link {
    padding: 10px 0;
    border-bottom: 1px solid #d6dde4;
}

.links-to-files .file-link:last-child {
    border: none;
}

.file-link .title-file {
    font-weight: 500;
    margin-top: 6px;
    display: inline-block;
    width:80px;
}

.file-link .file {
    width: 25px;
    height: 30px;
    float: left;
    margin-right: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ltrDir .file-link .file{
    float: right;
}

.ltrDir .icon-arrow-left:before{
    content: "\e905";
}

.ltrDir .floatPos{
    float: left;
}



.file-link .icon-doc {
    background-image: url('../imgs/icon-doc.png');
}

.file-link .icon-pdf {
    background-image: url('../imgs/icon-pdf.png');
}

.file-link .icon-zip {
    background-image: url('../imgs/icon-zip.png');
}

.report-card .bottom-box {
    padding: 10px;
    background: #f0f7fc;
}

.field {
    padding: 6px 0;
}

.field .title-field {
    font-weight: 500;
    min-width: 100px;
    display: inline-block;
}

.field .text-field {
    font-weight: 300;
    font-size: 1.071em;
    display: inline-block;
}

.section {
    margin-top: 40px;
}

.section hs span
{
    color: #000000 !important;
}

.section-content {
    margin-top: 25px;
    border-top: 1px solid #b9cade;
}

.introduction {
    padding: 20px 10px 0;
}

.introduction-content {
    max-height: 320px;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
    text-align: justify;
    font-weight: 300;
    font-size: 1.071em;
    color: #000000 !important;
}

.introduction.open .introduction-content {
    max-height: none !important;
    transition: max-height 0.25s ease-in;
}

.introduction .toggle-more {
    width: 100%;
    border: none;
    padding: 11px;
    font-size: 1.143em;
    background-color: #eef0f2;
    border-top: 2px solid #d3dae1;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.09);
}

.introduction .toggle-more .text-more {
    display: inline-block;
}

.introduction .toggle-more .text-close {
    display: none;
}

.introduction .toggle-more .icon-arrow-big {
    font-size: 10px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.introduction.open .toggle-more .text-close {
    display: inline-block;
}

.introduction.open .toggle-more .text-more {
    display: none;
}

.introduction.open .toggle-more .icon-arrow-big {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table-of-contents {
    padding-top: 5px;
}

.category {
    margin-top: 4px;
}

.categories-list li a {
    height: 50px;
}

.categories-list li a > span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.category .category-title {
    display: block;
    color: #ffffff;
    font-size: 1.143em;
    padding: 0 10px;
    background: #3b72b3;
}

.category .category-title.collapsed {
    color: #393939;
    background: #e9ebee;
}

.category .category-title.collapsed .category-title-icon:before {
  content: "\e90e";
}

.category-title .category-title-icon {
    float: right;
    font-size: 11px;
    margin-left: 9px;

}

.category-title .category-title-text {
    float: right;
    width: calc(100% - 20px);
}

.ltrDir .category-title .category-title-icon,
.ltrDir .category-title .category-title-text{
    float: left;
}

.category-list {
    background: #a3bfe1;
    border-bottom: 1px solid #4d86c9;
}

.category-list li {
    border-bottom: 1px solid #c6d5e8;
}

.category-list li:last-child {
    border: none;
}

.category-list li a {
    display: block;
    color: #393939;
    font-size: 1.143em;
    padding: 0 25px 0 10px;
}

.category-list li .text {
    float: right;
    max-height: 50px;
    overflow: hidden;
    width: calc(100% - 20px);
}

.ltrDir .category-list li .text{
    float: left;
}

.category-list li .icon-arrow-left {
    float: left;
    font-size: 12px;
}

.ltrDir .category-list li .icon-arrow-left{
    float: right;
}

.publication .content-page.ltrDir {
    direction: ltr;
}

@media (min-width: 768px) {
    .publication .content-page {
        padding: 30px 0 110px;
    }
    .report-card {
        border-top-width: 4px;
    }

    .report-card .head-box {
        padding: 40px 20px 0;
    }

    .head-box .title-report {
        font-size: 2.857em;
    }

    .links-to-files {
        padding-top: 20px;
    }
    
    .links-to-files .file-link {
        padding: 20px 0;
    }

    .file-link .title-file {
        font-size: 2em;
        margin-top: 12px;
        width:135px;
    }

    .file-link .file {
        width: 51px;
        height: 60px;
        margin-right: 20px;
    }

    .report-card .bottom-box {
        padding: 20px;
    }

    .field {
        padding: 10px 0;
    }

    .field .title-field {
        font-size: 2em;
        min-width: 200px;
    }

    .field .text-field {
        font-size: 2.143em;
    }

    .section {
        margin-top: 80px;
    }

    .section-content {
        margin-top: 50px;
    }

    .introduction {
        padding: 40px 20px 0;
    }

    .introduction-content {
        /*max-height: 640px;*/
        font-size: 2.143em;
    }
    .introduction.open .introduction-content {
        max-height: none !important;
    }
	
    .introduction .toggle-more {
        font-size: 2.286em;
    }
    
    .introduction .toggle-more .icon-arrow-big {
        font-size: 18px;
    }

    .categories-list li a {
        height: 100px;
    }

    .category .category-title {
        font-size: 2.286em;
        padding: 0 15px;   
    }

    .category-title .category-title-icon {
        font-size: 22px;
        margin-left: 12px;

    }

    .category-title .category-title-text {
        width: calc(100% - 35px);
    }

    .category-list li a {
        font-size: 2.286em;
        padding: 0 50px 0 20px;
    }

    .category-list li .text {
        max-height: 100px;
        width: calc(100% - 30px);
    }

    .category-list li .icon-arrow-left {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .publication .content-page {
        padding: 20px 0 80px;
    }
    .report-card {
        position: relative;
        border-top-width: 2px;
    }

    .report-card .report-card-img  {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 272px;
    }
    .ltrDir .report-card .report-card-img {
        left: inherit;
        right: 20px;
    }

    .report-card .report-card-img img {
        width: auto;        
        height: 336px;
    }

    .report-card .head-box {
        min-height: 250px;
        padding: 30px 20px 25px;
    }

    .report-card .bottom-box {
        min-height: 100px;
    }

    .content-report-card {
        min-height:286px;
        width: 72%;
    }

    .content-report-card .title-report {
        font-size: 2.5em;
        padding-left: 10px;
        line-height: 1.1em;
    }
    .ltrDir .content-report-card .title-report{
        padding-left: 0px;
        padding-right: 10px;
    }

    .links-to-files {
        padding-top: 10px;
    }

    .links-to-files .file-link {
        border: 0;
        padding: 0;
        margin-top: 10px;
        margin-left: 35px;
        display: inline-block;
    }

    .ltrDir .links-to-files .file-link{
         margin-left: 0px;
         margin-right: 35px;
    }

    .links-to-files .file-link:last-child {
        margin: 10px 0 0;
    }

    .file-link .title-file {
        font-size: 1em;
        margin-top: 4px;
        margin-left: 2px;
        width:80px;
    }

    .file-link .file {
        width: 21px;
        height: 25px;
        margin-right: 5px;
    }

    .report-card .bottom-box {
        padding: 16px 20px;
    }

    .report-info {
        width: 67%;
    }

    .field {
        padding: 7px 0;
    }

    .field .title-field {
        font-size: 1em;
        min-width: 100px;
    }

    .field .text-field {
        font-size: 1.143em;
    }

    .section {
        margin-top: 80px;
    }

    .section-content {
        margin-top: 23px;
    }

    .introduction-content {
        /*max-height: 230px;*/
        font-size: 1.143em;
        padding-left: 8%;
        padding-right: 8%;
    }

    .introduction.open .introduction-content {
        max-height: none !important;
    }

    .introduction .toggle-more {
        font-size: 1.286em;
    }
    
    .introduction .toggle-more .icon-arrow-big {
        font-size: 10px;
    }
    .introduction.richhtmlfield h2{
      color: #0072C6;
    }
    .introduction.richhtmlfield ul li {
        list-style-type: disc;
    }
    .introduction.richhtmlfield ol li{
        list-style-type: decimal;
    }
    .richhtmlfield h1 {
    line-height: 1.4;
    color: #0072C6;
    }
    .richhtmlfield h2 , .richhtmlfield h3 ,.richhtmlfield a{
      color: #0072C6;
    }
    .richhtmlfield ul li {
        list-style-type: disc;
    }
    .richhtmlfield ol li{
        list-style-type: decimal;
    }
    .section-content.introduction .header-icon
    {
     position: relative;
        float: right;
        top: -60px;
        left: -454px;
        width: 40px;
    }
    .categories-list li a {
        height: 52px;
    }

    .category .category-title {
        font-size: 1.286em;
        padding: 0 10px;   
    }

    .category-title .category-title-icon {
        font-size: 14px;

    }

    .category-title .category-title-text {
        width: calc(100% - 26px);
    }

    .category-list li a {
        font-size: 1.286em;
        padding: 0 35px 0 20px;
    }

    .category-list li .text {
        max-height: 52px;
        width: calc(100% - 20px);
    }

    .category-list li .icon-arrow-left {
        font-size: 15px;
    }
}

@media (min-width: 1200px){
    .report-card .report-card-img  {
        width: 272px;
        height:336px;
    }
    .report-card .report-card-img .ImageDiv {
        width: 241px;
        overflow: hidden;
        height: 321px;
        direction: ltr;   
        display: flex;
        margin-right: auto;
    }    
}