#pestanyes {
    border-bottom: 2px solid #2d5099;
    font-size: 1.3rem;
}

#pestanyes button {
    color: #2d5099;
    border: none;
    border-bottom: 1px solid #2d5099;
    border-radius: 0px;
}

#pestanyes button.active,
#pestanyes button:hover {
    color: white;
    background-color: #2d5099;
}

.secBorder {
    border: 1px solid lightgray;
    clear: both;
}

.tooltipOffCanvas {
    background-color: white;
    border: 2px solid lightgray;
    display: block;
    padding: 15px;
    border-radius: 2px;
}

.tooltipOffCanvas tr th{
    padding-bottom: 6px;
}

.tooltipOffCanvas .square{
    margin-top: 2px;
}

.iconCursor {
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-left: -1px;
}

.infoText {
    font-size: 0.8rem;
    color: #454545;
    font-style: italic;
}

.legItem {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 0.8rem;
}

.legItem span {
    bottom: -1px;
    position: relative;
}

.dataIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: right;
}

.anySel {
    background-color: #2d5099;
    color: white;
    border: 2px solid #2d5099;
    padding: 4px 12px;
    font-size: 0.9rem;
    transition: all linear 50ms;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
    display: block;
    float: left;
}

.anySel:hover,
.anySel.actiu {
    color: #2d5099;
    background-color: white;
    cursor: pointer;
}

.anySel[disabled] {
    cursor: not-allowed;
}

.titolSeccio {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.totalEur {
    background-color: #2d5099;
    color: white;
    padding: 8px;
    white-space: nowrap;
}

.totalEur span.sm {
    font-size: 0.8rem;
}

#graficGeneral {
    margin-top: 15px;
}

.table.desglos td {
    padding: 10px;
}

tr.collapsed {
    display: none;
}

tr:hover td {
    background-color: rgb(228, 228, 228);
}

.iconTable {
    width: 16px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: transform linear 50ms;
}

.actiu .iconTable {
    transform: rotate(180deg);
}

.square {
    height: 13px;
    width: 13px;
    background-color: black;
    border-radius: 2px;
    display: inline;
    float: left;
    margin-top: 6px;
    margin-right: 4px;
}
