/* 
    Created on : 4 d’abr. 2023, 10:41:03
    Author     : arnau
*/
#shortcodeTaulaMides .description {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px;
}
#taulaMides {
    width: 100%;
}
#taulaMides th img {
    vertical-align: bottom;
}
#taulaMides th {
    min-width: 50px;
    padding: 0 !important;
}
#taulaMides th.text {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
}
#taulaMides th.atributs {
    font-size: 10px;
    max-width: 75px;
    min-width: 50px;
}
#taulaMides th.text.vertical {
    /*
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    min-width: 90px;
    text-align: left;
    padding-top: 10px !important;
    */
    vertical-align: bottom;
    padding: 0 5px 10px !important;
    max-width: 100px;
}
#taulaMides th .tr-text {
    font-weight: 400;
    color: #666;
}
#taulaMides th.taronga {
    color: #e8863b;
    font-size: 20px;
    font-weight: 600;
}
#taulaMides td {
    font-size: 0.8em;
    text-align: center;
    padding: 4px 10px !important;
    line-height: 1.3;
    color: #666;
}
#taulaMides td.porta {
    color: black;
    min-width: 80px;
    cursor: pointer;
}
#taulaMides .models:nth-child(odd) {
    background-color: #f3f3f3;
}
#taulaMides .models.bustia-si {
    background-color: #f3c6a4;
}
#taulaMides .models.bustia-si:nth-child(even) {
    background-color: #f3c6a480;
}
#taulaMides .models.Esquerre {
    background-color: #fee1ae;
}
#taulaMides .models.Esquerre:nth-child(even) {
    background-color: #fee1ae80;
}
.models .llegenda {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    font-size: 12px;
}
.models .llegenda div {
    padding: 2px 25px;
    display: none;
}
.models .llegenda .ap-izq {
    background-color: #fee1ae;
}
.models .llegenda .buzon {
    background-color: #f3c6a4;
}