div.card > div.card-title-education {
}

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

div.measures-item {
    font-size:32px;
    padding: 6px;
    padding-left:10px;
    display: table;
    width:100%;
    border-bottom: 1px solid #e0e0e0;
}
div.measures-item > * {
    display: table-cell;
    vertical-align: middle;
}

div.education-scoresel {
    width: 100%;
    padding-left:10px;
    font-size: 16px;
}

div.measures-icon {
    min-width:40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

div.measure-number, div.measure-unit {
    width: 5px;
}
div.measure-number {
    font-weight: bold;
    padding-left: 5px;
}
div.measure-unit {
    font-size:24px;
}
div.measure-average {
    font-size:0.5em;
    color:darkgrey;
    border:0px;
    text-align: center;
    padding-left:15px;
}

img.measure-chevron {
    width: 42px;
}

.chevron-measure {
    float:right;
    padding-top:8px;
}

div.education-scores div.measures-item:nth-child(8n+1) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_score_blue.svg");
}
div.education-scores div.measures-item:nth-child(8n+1) div.measure-unit,
div.education-scores div.measures-item:nth-child(8n+1) div.measure-number {
    color: #2e3192;
}
div.education-scores div.measures-item:nth-child(8n+2) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_score_magenta.svg");
}
div.education-scores div.measures-item:nth-child(8n+2) div.measure-unit,
div.education-scores div.measures-item:nth-child(8n+2) div.measure-number {
    color: #d91b5c;
}
div.education-scores div.measures-item:nth-child(8n+3) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_score_yellow.svg");
}
div.education-scores div.measures-item:nth-child(8n+3) div.measure-unit,
div.education-scores div.measures-item:nth-child(8n+3) div.measure-number {
    color: #FFE600;
}
div.education-scores div.measures-item:nth-child(8n+4) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_score_green.svg");
}
div.education-scores div.measures-item:nth-child(8n+4) div.measure-unit,
div.education-scores div.measures-item:nth-child(8n+4) div.measure-number {
    color: #37B34A;
}
div.education-scores div.measures-item:nth-child(8n+5) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_score_purple.svg");
}
div.education-scores div.measures-item:nth-child(8n+5) div.measure-unit,
div.education-scores div.measures-item:nth-child(8n+5) div.measure-number {
    color: #90278E;
}
div.education-scores div.measures-item:nth-child(8n+6) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_score_orange.svg");
}
div.education-scores div.measures-item:nth-child(8n+6) div.measure-unit,
div.education-scores div.measures-item:nth-child(8n+6) div.measure-number {
    color: #f7941e;
}
div.education-scores div.measures-item:nth-child(8n+7) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_score_red.svg");
}
div.education-scores div.measures-item:nth-child(8n+7) div.measure-unit,
div.education-scores div.measures-item:nth-child(8n+7) div.measure-number {
    color: #ef3e36;
}
div.education-scores div.measures-item:nth-child(8n+0) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_score_skyblue.svg");
}
div.education-scores div.measures-item:nth-child(8n+0) div.measure-unit,
div.education-scores div.measures-item:nth-child(8n+0) div.measure-number {
    color: #50CDEF;
}

div.card-education-score-detail {
    min-height: calc(100vh - 54px);
}

div.card-education-score-detail div.education-last-value {
    text-align: center;
    padding-top: 10px;
}
div.card-education-score-detail div.education-last-value > span.big {
    color: #f7941e;
    font-size: 72px;
    font-weight: bold;
}
div.card-education-score-detail div.education-last-value > span.subtitle {
    color: #c0c0c0;
    font-size: 18px;
}

div.card-education-score-detail div.education-no-value {
    padding:10px;
}

div.card-education-score-detail .card-inside-measure-no-data {
    padding:10px;
    font-style: italic;
}

div.card-education-score-detail div.education-actions {
    text-align: center;
    padding: 15px 0px;
}
div.card-education-score-detail div.education-actions > .btn {
    display: inline-block;
    background-color: rgb(0, 174, 239); /* @primary */
    border: 1px solid rgb(0, 174, 239); /* @primary */
    color: white;
    font-size:18px;
    padding:5px;
    margin-left: 10px;
}

div.card-education-score-detail div.education-info-block {
    padding-top: 15px;
    font-size: 16px;
}
div.card-education-score-detail div.education-info-block span.info-title {
    color: rgb(0, 174, 239); /* @primary */
    font-size: 20px;
}

div.card-measures-detail div.measures-actions > .btn.measure-button-disabled {
    background: #ddd;
    border-color: #ddd;
}

div.card-measures-detail div.measures-actions > span.measures-action-info {
    color: #666;
    font-style: italic;
}

