/*body { } .itemFamTable { width: 100%; margin-bottom: 1rem; background-color: #f7fbff; } .itemFamTable tbody tr { background-color: #fff; } .itemFamTable tr { padding-top: 0.5rem; margin-top: 0.5rem; border-radius: 1rem; } .intestazione, .contenuto { display: flex; justify-content: space-between; } .intestazione { font-weight: bold; background-color: #ebf2fd; padding: 0.5rem; border-radius: 0.5rem; color: #a2adbd; //box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.4); } .labelsStyle { display: flex; align-content: center; flex-wrap: wrap; } .buttonCol { display: flex; justify-content: space-between; width: 17%; } .categoria { width: 25%; .labelsStyle; } .categoria input { background-color: transparent; border: none; width: 100%; } .categoria input:focus { outline: 0 } .numArt { width: 20%; .labelsStyle; } .idUni { width: 20%; .labelsStyle; } .contenuto {*/ /*background-color: #fff;*/ /*border-radius: 0.5rem;*/ /*margin-top: 0.5rem; margin-bottom: 0.5rem;*/ /*//border-bottom: 0.1px solid rgb(189, 195, 199);*/ /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);*/ /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; margin: 0.45rem 0 0 0; } .contenuto div { margin: 0 0.5rem 0 0.5rem;*/ /*padding: 0.5rem;*/ /*//border-right: 0.1px solid rgb(189, 195, 199); //border-left: 0.1px solid rgb(189, 195, 199); } .contenuto { border-radius: 0.5rem; background: linear-gradient(to left, white 50%, rgba(92, 122, 255, 0.2) 50%) right; background-size: 200%; transition: 1s cubic-bezier(0.5,0.25,0,1); } .contenuto:hover { //background-position: left; } .but2 { .buttonCol; text-align: end; } .button1, .button2 { margin-inline: 0.5rem; border: none; border-radius: 0.2rem;*/ /*box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);*/ /*padding: 0.4rem; } .button1 {*/ /*transform: rotate(0);*/ /*transition: 0.5s; background-color: transparent; color: rgb(149, 165, 166); } .button1:hover { //transform: rotate(-90deg); } .button2 { background-color: rgb(152, 38, 73); color: #fff; } .butAddDiv { text-align: end; } .searchBar { background-color: transparent; border: none; border-bottom: 1px solid #D1D1D1; width: 75%; transition: border cubic-bezier(0.49, 0.17, 0.43, 0.26) 0.3s; } .searchBar:focus { outline: none; border-color: #3547d4; } .hoverOptions {*/ /*background-color: #FF0000;*/ /*height: 100%; width: 100%; opacity: 0; transition: visibility 0s, opacity 0.5s linear; display: flex; padding: 0; } .buttonDet, .buttonEdit { width: 4rem; height: 4rem; display: flex; align-content: center; flex-wrap: wrap; } .buttonDet button { background-color: rgba(86,184,167,0.2); border: none; padding: 0; text-align: center; border-radius: 50%; height: 75%; width: 75%; color: #56b8a7; } .buttonEdit button { background-color: rgba(254,152,83,0.2); border: none; padding: 0; text-align: center; border-radius: 50%; height: 75%; width: 75%; color: #fe9853; } .visualBlock { display: flex; } .editBlock { display: none; } .dropDownNew { background-color: transparent; border-radius: 1rem 0 1rem 1rem; border: 0.3rem solid #27ae60; position: absolute; height: 0; z-index: 99999; right: 2.5rem; opacity: 0; width: 0; transition: opacity 0.1s linear, top 0.2s cubic-bezier(0.34, 0.57, 0.33, 0.96), width 0.2s linear 0.3s, height 0.2s linear 0.3s;*/ /*transition: top 0.8s cubic-bezier(0.34, 0.57, 0.33, 0.96); transition: width 1s linear; transition: height 1.2s linear;*/ /*top: 0; } .dropDownContent { display: flex; flex-wrap: wrap; justify-content: center; height: 100%; align-items: center; opacity: 0; transition: opacity 0.2s linear 0.3s; } .dropDownContent input { background-color: transparent; margin: 1rem; border: none; border-bottom: 1px solid #000; } .dropDownContent div { margin: 1rem; } .dropDownContent input:focus { outline: none; }*/ body { width: 100%; } td { height: 3.8rem; } .buttonGlobal { border-radius: 50%; padding: 0.5rem; width: 2.8rem; height: 2.8rem; border: none; padding: 0; text-align: center; } .btnEdit { border-radius: 50%; padding: 0.5rem; width: 2.8rem; height: 2.8rem; border: none; padding: 0; text-align: center; background-color: rgba(254, 152, 83, 0.2); color: #fe9853; } .btnDet, .btnAccept { border-radius: 50%; padding: 0.5rem; width: 2.8rem; height: 2.8rem; border: none; padding: 0; text-align: center; background-color: rgba(86, 184, 167, 0.2); color: #56b8a7; } .btnDel, .btnDecline { border-radius: 50%; padding: 0.5rem; width: 2.8rem; height: 2.8rem; border: none; padding: 0; text-align: center; background-color: rgba(192, 57, 43, 0.2); color: #C0392B; } .buttonNew { border: none; border-radius: 0.4rem; padding: 0.2rem; background-color: #27ae60; color: #fff; } input, textarea { border: none; border-bottom: 1px solid #000; background: none; } input:focus, textarea:focus { outline: none; }