/* --- ICONS --- */

.report .fa-pencil, .report .fa-map-marker, .report .fa-home, .report .fa-arrows-h, .report__block-heading .fa-plus {
    align-items: center;
    background-color: rgba(118, 137, 168, 0.14);
    border-radius: 50%;
    color: #7689A8;
    display: flex;
    font-size: 10px;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.report .fa-pencil {
    cursor: pointer;
    font-size: 19.3px;
    height: 40px;
    margin-bottom: 26.2px;
    margin-top: 17px;
    width: 40px;
}

.report .fa-arrows-h {
    transform: rotate(325deg);
}

.report table {
    border-collapse: collapse;
    border: 1px solid rgba(118, 137, 168, 0.102);
}

.report__table thead {
    background-color: rgba(81, 128, 199, 0.04);
    color: rgba(131, 152, 186, 0.6);
}

.report td, .report th {
    border: 1px solid rgba(118, 137, 168, .102);
    max-width: 180px;
    vertical-align: middle;
}

@media screen and (max-width: 1445px) {

    .report td, .report th {
        max-width: none;
    }
}


.report__optimization th h6 {
    line-height: 16px;
}


#optimization-measures thead th:nth-child(2) {
    min-width: 120px;
}

.report__optimization thead th:nth-child(5), .report__optimization thead th:nth-child(6), .report__optimization thead th:nth-child(7) {
    /* width: 10%; */
    /* min-width: 90px; */
}

.report__optimization thead th:nth-child(3) {
    /* width: 20%; */
    /* min-width: 150px; */
}

.report__optimization thead th:nth-child(7),
.report__optimization thead th:nth-child(8), .report__optimization thead th:nth-child(9), .report__optimization thead th:nth-child(10) {
    /* width: 5%; */
    /* min-width: 75px; */
}

.report__optimization tbody td:nth-child(3) {
    padding: 3px 10px;
    text-align: start;
}

.report__center h4:first-child {
    margin-bottom: 15px;
    white-space: pre-line;
}

.report__center h4:last-child {
    color: #4BD1FE;
    cursor: pointer;
    font-family: 'Figtree-SemiBold', sans-serif;
}

.report__general .report__block {
    background-repeat: no-repeat;
    background-size: cover;
}

.report__general .report__block:first-child {
    background-image: url('../img/bg1.png');
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 22px 40px 30px;
}

.report__general .report__block:last-child {
    background-image: url('../img/bg2.png');
    display: flex;
}

.report__center {
    margin: auto;
    text-align: center;
}

.report__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.report__info h4 {
    display: grid;
    grid-gap: 6px;
    grid-template-columns: 20px auto;
}

.report__stars {
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(6, auto);
}

.report__stars .fa {
    color: #59AB32;
    font-size: 15px;
}

.report__col:last-child {
    align-items: flex-end;
}

.report__col:last-child h4 {
    color: #59AB32;
}

.report__title {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 45px;
}

.report__line-wrap {
    position: relative;
}

.report__line {
    display: grid;
    grid-template-columns: 1fr auto;
    position: absolute;
    right: -45px;
    top: -32px;
    width: 100%;
    overflow: hidden;
}

.report__line #wave-bg {
    fill: #E4EBF6;
}

.report__blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.report__table{
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
}


.report__block {
    -moz-box-shadow: 0px 4px 20px 0px rgba(49,65,91,0.16);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(49,65,91,0.16);
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(49,65,91,0.16);
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 200px;
    position: relative;
}

.report__blocks .report__block {
    width: calc(50% - 20px)
}

.report__chart {
    max-width: 100%;
}

.report__legend {
    border-top: 1px solid rgba(118, 137, 168, 0.10);
    display: grid;
    padding: 16px 55px 17px 40px;
    align-content: space-between;
}

.report__overall-potential {
    display: grid;
}

.report__legend .report__overall-potential ul {
    margin-left: unset;
    margin-right: auto;
}

.report__legend ul {
    display: grid;
    grid-gap: 33px;
    grid-template-columns: auto auto;
}

.report__legend li {
    cursor: pointer;
    transition: .3s linear opacity, .3s linear filter;
}

.report__legend h6 {
    align-items: center;
    color: rgba(131, 152, 186, 0.6);
    display: flex;
    font-family: 'Figtree-SemiBold', sans-serif;
    font-weight: 900;
    line-height: 14px;
    margin-bottom: 5px;
}

.legend-hidden {
    opacity: .5;
    filter: blur(1px);
}

.report__legend h6 span{
    border-radius: 50%;
    height: 9px;
    margin-right: 9px;
    width: 9px;
}

.report__legend h5 {
    color: #425168;
    line-height: 19px;
    font-family: 'Figtree-Regular', sans-serif;
}

.report__legend h5 b {
    font-family: 'Figtree-SemiBold', sans-serif;
    font-weight: bolder;
}

.report__table {
    width: 100%;
}

.report__overall {
    display: grid;
    grid-template-columns: auto 1fr;
    max-height: 400px;
}

.report__information {
    display: grid;
    margin-left: 6%;
    padding: 28px 0px 22px 0px;
}

.report__date, .report__overall-current, .report__overall-potential {
    padding-left: 14.5px;
}

.report__overall-current {
    margin-bottom: 22px;
    /* border-bottom: 1px solid rgba(118, 137, 168, 0.10); */
}

.report__overall-current h3 {
    margin-bottom: -3px;
    text-transform: uppercase;
    text-align: start;
}

.overall-current__system {
    font-size: 32px;
    margin-left: 10%;
    font-family: 'Figtree-SemiBold', sans-serif;
    color: #425168;
    margin-left: 0;
}

.overall-current__level {
    font-size: 26px;
    font-family: 'Figtree-SemiBold', sans-serif;
    color: #425168;
}

.tablesorter-header {
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 4px 18px 6px 4px;
    text-align: center;
    text-transform: uppercase;
    transition: background-image .3s linear;
    white-space: normal;
}

.tablesorter-headerUnSorted {
    background-image: url('../img/UnSorted.svg');
}

.tablesorter-headerDesc {
    background-image: url('../img/headerDesc.svg');
}

.tablesorter-headerAsc {
    background-image: url('../img/headerAsc.svg');
}

.tablesorter-headerRow {
    height: 40px;
}

.sorter-false {
    background-image: unset;
    cursor: auto;
    padding-right: 5px;
}

.report__overall-potential {
    padding-top: 20px;
}

.report__overall-potential h4 {
    margin-bottom: 38px;
    text-align: start;
}

.report__date {
    display: grid;
    grid-gap: 41px;
    grid-template-columns: auto auto;
    justify-content: start;
}

.report__date h5 {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    text-align: start;
}

.report__information .report__legend {
    border-top: unset;
    padding: unset;
}

.report__block-heading {
    align-items: center;
    border-bottom: 1px solid rgba(118, 137, 168, 0.1);
    display: grid;
    grid-template-columns: auto 1fr auto;
    padding: 13px 30px;
}

.report__block-icon {
    width: 34px;
    height: 34px;
}

.report__block-heading h5,
.report__optimization-heading h5 {
    color: #8398BA;
    font-family: 'Figtree-SemiBold', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: start;
    margin-left: 16px;
}

.report__block-heading .fa-plus {
    cursor: pointer;
    font-size: 11px;
    margin-left: auto;
    transform: rotate(45deg);
}

.report__optimization-heading {
    align-items: center;
    background: white;
    display: flex;
    justify-content: space-between;
    min-height: 60px;
}

.report__optimization-heading .optimization-status__save {
   height: 32px;
   font-size: 16px;
}

.chart-singular {
    max-width: 180px;
    min-height: 100%;
    padding: 23px 0;
}

.report__number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
}

.report__number img {
    margin-right: 10px;
    width: 34px;
    height: 34px;
}

.report__impact {
    border-radius: 2px;
    line-height: 26px;
    margin: auto;
    max-width: 50px;
    font-weight: 700;
}

.report__cost-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.report__cost {
    border-radius: 2px;
    color: #333;
    font-family: 'Figtree-SemiBold', sans-serif;
    line-height: 26px;
    margin: 0;
    min-width: 50px;
    max-width: 90px;
    padding: 0 5px;
}

.report__cost_yellow {
    color: #F7C34C;
}

.report__cost_red {
    color: #FA657C;
}

.report__cost_green {
    color: #60C674;
}

.report__simple-table td {
    line-height: 18px;
    padding: 21px;
}

.report__optimisation-status {
    width: 80px;
    margin: auto;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.report__optimisation-status--implement {
    padding: 4px 20px 4px 0px;
    color: #FFFFFF;
    width: 100px;
    background-color: #72CC83;
    position: relative;
    cursor: pointer;
}

.report__optimisation-status--implement::before {
    content: "+";
    position: absolute;
    height:5px;
    width: 5px;
    font-size:20px;
    top: 2px;
    right: 12px;
    font-weight:bold;
    font-family:courier;
    color:white;
}

.report__optimisation-status--checked {
    padding: 0;
}

.report__optimisation-status--checked > h5 {
    padding: 4px 6px;
    background:rgb(114, 204, 131, .15);
    border-radius: 2px;
    color: #72CC83;
}

.implement-cancel {
    padding: 2px 6px;
    background-color: #FA657C26;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    display: none;
}

.implement-cancel:before {
    content: url('/img/cancel_red.svg');
}

.measure-row--highlighted {
    background-color: #EFFBFF;
}

@media only screen and (max-width: 1500px) {

    .report__line {
        right: -15px;
    }

}
