

#titulo_albaranes {
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    border-bottom-left-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
    background: #587ffc;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#th_albaranes_detail {
    background: #587ffc;
}

.no_albaran{
    background:#dc354542;
    border-top-right-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;


}

.card_albaran{
    border: 1px solid #ebebeb;
    border-bottom-left-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    background-color: #fff;
    /* box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px; */
    box-shadow: rgb(0 0 0 / 10%) 0 1px 2px 0;
}

.cuerpo_albaranes {

    background:#fff;
  /*  padding: 20px;*/
    border-bottom-left-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
   /* background: rgb(251 251 251);*/
 /*  box-shadow: 0 2px 6px rgb(100 100 100 / 30%);*/
}

