.cards-forms-synthesis {
    background: white;
}

.cards-forms-synthesis .synthesis-type {
    margin : 0px 20px;
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.cards-forms-synthesis .synthesis-description {
    margin: 10px;
    text-align: center;
    font-size: 16px;
}

.cards-forms-synthesis .synthesis-download-pdf {
    margin-top: 30px;
}

.cards-forms-synthesis .score-container {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.cards-forms-synthesis .score-container .score.hoverable:hover {
    cursor: pointer;
}

.cards-forms-synthesis .score-container .score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    font-size: 18px;
}

.cards-forms-synthesis .score-container .score .score-name {
    flex-grow: 1;
    padding: 0px 10px;
}

.cards-forms-synthesis .score-container .score .score-name .italic {
    font-style: italic;
}

.cards-forms-synthesis .synthesis-bottom-button-container {
    padding-bottom: 10px;
}

.cards-forms-synthesis .synthesis-bottom-button:hover {
    cursor: pointer;
}

.cards-forms-synthesis .synthesis-bottom-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px;
    width: fit-content;
    margin: 10px auto;
    margin-top: 30px;
}

.cards-forms-synthesis .description-level {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.cards-forms-synthesis .score-container .score .menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.cards-forms-synthesis .score-container .score .menu .chevron-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.cards-forms-synthesis .score-container .score .menu .indicator-0 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cards-forms-synthesis .score-container .score .menu .indicator-2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.cards-forms-synthesis .score-container .wrapper {
    overflow: hidden;
    width: 100%;
}

.cards-forms-synthesis .score-container .wrapper .wrapper-content {
    padding: 20px 20px 0px 60px;
}
.cards-forms-synthesis .score-container .wrapper.closed {
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.cards-forms-synthesis .score-container .score .tipsheet:hover {
    cursor: pointer;
}

.cards-forms-synthesis .score-container .score .tipsheet {
    padding-bottom: 20px;
    text-decoration: underline;
}

.cards-tipsheet {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tipsheet-part {
    margin-bottom: 30px;
    width: 100%;
}

.tipsheet-part > div {
    background: white;
    margin: 10px;
    box-shadow: 0px 2px 7px 0px #d6d5d5;
}

.tipsheet-part .tipsheet-part-title,
.tipsheet-part .tipsheet-content .tipsheet-content-title,
.cards-forms-synthesis .synthesis-description.bold {
    font-weight: bold;
}

.tipsheet-part .tipsheet-part-title {
    padding: 10px 20px;
}

.tipsheet-part .tipsheet-content {
    font-size: 16px;
    padding: 20px;
}

.tipsheet-part .tipsheet-content .tipsheet-content-title-indication {
    font-style: italic;
}

.tipsheet-part .tipsheet-content .tipsheet-content-button:hover {
    cursor: pointer;
}

.tipsheet-part .tipsheet-content .tipsheet-content-button {
    float: right;
    padding: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    width: 90px;
    text-align: center;
}

.tipsheet-part .tipsheet-content .tipsheet-content-button.tipsheet-grey-button {
    background-color: #BACFC7;
    color: white;
}

.tipsheet-button-container {
    display: flex;
}

.tipsheet-button-container .tipsheet-button:hover {
    cursor: pointer;
}

.tipsheet-button-container .tipsheet-button {
    text-transform: uppercase;
    padding: 10px;
}

.tipsheet-part .tipsheet-content .tipsheet-content-info {
    font-size: 16px;
    color: grey;
}

.tipsheet-part .tipsheet-content .tipsheet-content-info p {
    margin: 5px 0px;
}

div.card-title-tipsheet > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_advice_nobg.svg");
    background-repeat: no-repeat;
}

div.array-container {
    box-shadow: 0px 2px 7px 0px #d6d5d5;
    margin: 10px;
    margin-top: 30px;
    padding: 10px;
    font-size: 16px;
}

div.array-container .legend-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

div.array-container span.legend-element {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px 10px 0px;
}

div.array-container span.inner-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    height: 20px;
    width: auto;
    padding: 0px 10px;
}

div.array-container span.side-text {
    margin-right: 10px;
    word-break: break-all;
}

div.array-container span.inner-text.empty-cell {
    border: solid thin black;
}

div.array-container .synthesis-array {
    width: 100%;
    display: flex;
    flex-direction: row;
}

div.array-container .synthesis-array .synthesis-array-first-part {
    display: flex;
    flex-direction: column;
}

div.array-container .synthesis-array .synthesis-array-second-part {
    overflow-x: auto;
}

div.array-container .synthesis-array .synthesis-array-first-column {
    width: 150px;
    max-width: 150px;
}

div.array-container .synthesis-array .synthesis-array-second-part .synthesis-array-row {
    display: flex;
    flex-direction: row;
}

div.array-container .synthesis-array .synthesis-array-second-part .synthesis-array-value {
    min-width: 100px;
    max-width: 100px;
}
div.array-container .synthesis-array .synthesis-array-second-part.max-width {
    width: 100%;
}
div.array-container .synthesis-array .synthesis-array-second-part .synthesis-array-value.max-width {
    width: 100%;
    max-width: 100%;
}

div.array-container .synthesis-array .synthesis-array-cell {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin: 1px;
}

div.array-container .synthesis-array .synthesis-array-cell.synthesis-array-left {
    justify-content: left;
    text-align: left;
}

.synthesis-indicator {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 12px;
    font-style: italic;
}

.synthesis-indicator .fa-info {
    margin-right: 5px;
}

.synthesis-bottom-button-container:hover {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    div.array-container .synthesis-array .synthesis-array-first-column {
        width: 180px;
        max-width: 180px;
    }
}

@media screen and (max-width: 1200px) {
    .cards-forms-synthesis .description-level {
        font-size: 18px;
    }
    .cards-forms-synthesis .score-container .score .menu {
        padding: 16px;
    }
    .synthesis-indicator {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
