#printPdf .areaContentHeader {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
}
#printPdf .areaContentHeader .header-label > img {
    padding-left: 25px;
    padding-top: 5px;
}
#printPdf .areaContentHeader > div{
    display: flex;
}
#printPdf .areaContentHeader .header-label{
    flex-direction: row;
    align-self: center;
    justify-content: space-between;
    height: 50px;
    background-color: #92D050;
}
#printPdf .areaContentHeader .header-space{
    flex-direction: column;
    background-color: white;
    height: 50px;
}
#printPdf .areaContentHeader .header-space > div:first-child{
    height: 7px;
    background-color: #92D050;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#printPdf .areaContentHeader .header-space .space-inner-txt{
    padding-top: 5px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 25px;
    color: black;
}
#printPdf .areaContentHeader .header-label .label-inner-txt,
#printPdf .areaResultHeader  .header-label .label-inner-txt
{
    align-self: center;
    font-size: 27px;
    font-weight: bold;
    color: white;
    padding-left: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}