ol.sortable .nested_button {
    cursor: pointer;
    float: right;
}

ol.sortable .nested_label{
    width:250px;
    text-align: left;
}

ol.sortable .nested_value{
    width:120px;
    text-align: left;
}

ol.sortable .nested_label, ol.sortable .nested_value {
    display: inline; 
    float: left;
    margin-left: 5px; 
    margin-right: 20px; 
    cursor: move;
}

ol.sortable li {
    float: none !important;;
}

.import{
    width:95%;
    text-align: right;
}

.import_seguiment{
    background-color: #fff;
}

.import_total{
    background-color: #ccc;
}

.dades_totals_seguiment{
    width: 12%;
    text-align: left;
    color:green;
}

.dades_partida_seguiment{
    width: 12%;
    text-align: left;
    color:orange;
}

#contenidorSeguiment .taula_st {
    width: 95%;
    overflow-x: scroll;
}

#contenidorSeguiment .taula_st tr:hover { 
    background: #DEFDDE; 
}

#contenidorSeguiment td.item_level_1 { 
    padding-left: 8px;
}

#contenidorSeguiment td.item_level_2 { 
    padding-left: 16px;
}

#contenidorSeguiment td.item_level_3 { 
    padding-left: 24px;
}

#contenidorSeguiment td.item_level_4 { 
    padding-left: 32px;
}