/******************** APARTADO MIS PRODUCTOS **********************/
.item-list{
    border-left: 3px solid #2196f3!important;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
}

.item-list-header{
    background: #f0f0f0;
    cursor: pointer;
}

.item-list .referencia{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
    max-height: 21px;
}

/* .mano-obra-icon, .productos-icon{
    width: 50px;
} */

.item-filter{
    background-color: #f4f4f4;
}

.border-ponmadera{
    border-color: #cd7a17!important;
}

/******************** FIN APARTADO MIS PRODUCTOS *******************/


/* .item-presupuesto{
    border: 1px solid #cfcfcf;
    border-radius: 3px;

    border-left: 3px solid #909090;
    color: #4b4b4b;
    position: relative;
    margin-top: 5px;
}
.item-presupuesto[estado='consulta'], .item-presupuesto[estado='revision']{
    border-left: 3px solid #a95d01;
}
.item-presupuesto[estado='pdp']{
    border-left: 3px solid #ffa500;
}
.item-presupuesto[estado='proceso']{
    border-left: 3px solid #2196f3;
}
.item-presupuesto[estado='finalizado']{
    border-left: 3px solid #4caf50;
}


.item-presupuesto-header{
    display: flex;
    width: 100%;
    padding: 3px 5px 3px 5px;
    background: #f0f0f0;
    cursor: pointer;
}
.item-presupuesto-header > div{
    display: inline-flex;
    align-items: center;
}

.item-presupuesto-header > div:nth-child(1){
    width: 85px;
}
.item-presupuesto-header > div:nth-child(2){

    width: calc(100% - 485px);
}
.item-presupuesto-header > div:nth-child(3){
    width: 200px;
}
.item-presupuesto-header > div:nth-child(4){
   width: 85px;
   justify-content: center;
}

.item-presupuesto-header > div:nth-child(5){
    width: 115px;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.item-presupuesto-content{
    background: white;
}

.item-presupuesto-content table{
    margin: 0;
} */