.white-container {
    padding: 20px;
    border: 2px #dfdfdd solid;
    border-radius: 20px;
    background: #fff;
}

body.single-projects .tabs-links {
    display: flex;
    justify-content: space-between;
}
body.single-projects .tabs-links > a {
    display: flex;
    align-items: center;
    font-size: 23px;
    padding: 12px;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    flex: 1 0 25%;
}
body.single-projects .tabs-links > a img {
    width: 30px;
    height: 30px;
    margin-left: 15px;
}
.single-projects-group .panel--big .row_note span.note_content_span_placeholder {
    display: none;
    color: #bbbcc1;
}
.single-projects-group .panel--big .row_note:hover {
    cursor: pointer;
}

#projects-group-panel-row .panel--big--padding {
    min-height: 192px;
}

#project-group-report .data-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
    padding-top: 30px;
}

#project-group-report .row + .row:not(.report_tab_row):not(.no-padding-top-row) {
	align-items: initial;
    padding-top: inherit;
    padding-bottom: 30px;
}

#project-group-report .data-row > * {
    padding: 0;
    display: flex;
    flex-direction: column;
}
#project-group-report .data-row > * > * {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#project-group-report #project-data .general {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border: 2px #dfdfdd solid;
    border-radius: 20px;
    background: #fff;
    width: 100%;
}
#project-group-report #project-data {
    width: 55%;
}
#project-group-report #project-data .general:last-child {
    margin: 0;
}
#project-group-report .general__row:first-child .general__col {
    border-bottom: 2px solid #d6d4d3;
    margin: 0 18px;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 10px;
}

#project-group-report #general-comments {
    display: flex;
    flex-direction: column;
    width: 43%;
}
#project-group-report #general-comments > * {
    width: 100%;
    flex: 1 1 100%;
}
#project-group-report #general-comments .section-comments {
    padding: 0;
}
#project-group-report .white-container {
    height: 100%;
}

#project-group-report .js-scroll > div {
	max-height: 340px;
}
#project-group-report .js-scroll > div .scrollbar-inner[style*="margin-bottom: -17px"] {
	max-height: 340px !important;
}

#project-group-report #reports-summary > section {
    padding: 0;
}
#project-group-report #project-general {
    width: 100%;
}
#project-group-report #project-general .general__data {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    overflow: auto hidden;
}
#project-group-report #project-general .general__data > .general__row > .general__col {
    min-width: 70px;
    margin: 0 18px;
    line-height: normal;
}
#project-group-report #project-general .genetal_total__row {
    background: #ededed;
    border-radius: 6px;
}
#project-group-report #project-general .genetal_total__row > .general__col {
    background: none;
}
@media screen and (max-width: 1140px) {
    body.single-projects .tabs-links > a {
        font-size: 1.2em;
        text-wrap-mode: wrap;
    }
}
@media screen and (max-width: 800px) {
    body.single-projects .tabs-links > a {
        font-size: 1em;
    }
    body.single-projects .tabs-links {
        flex-direction: column;
    }
    body.single-projects .tabs-links > a {
        font-size: 20px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
        border: 2px #dfdfdd solid;
    }

    body.single-projects .no-padding-top-row .row.projects-group-panel-row {
        border-radius: 10px;
        border: 2px #dfdfdd solid;
        padding: 20px;
    }
    body.single-projects .single-projects-group .projects-group-panel-row .flex {
        margin: 0 0 50px;
    }
    body.single-projects .single-projects-group .projects-group-panel-row .flex:last-child {
        margin: 0;
    }

    #project-group-report .data-row {
        flex-direction: column;
    }
    #project-group-report .data-row > * {
        width: 100% !important;
    }
    #project-group-report #project-data .general:last-child {
        margin-bottom: 30px;
    }
}