#prim{
    background-image: linear-gradient(rgb(238, 155, 0), rgb(52, 55, 134));
    color: #d7ffe1;
    background-repeat: no-repeat;
}

#contenitore{
    background-color: rgba(0, 0, 0, 0.8);
}

#topage{
    margin: 0 -15px;
}

.foot{
    border-top: solid rgb(44, 44, 44) 2px;
    margin-top: 30px;
    padding-top: 10px;
}

html, body{
    min-height: 100%;
    cursor: default;
}

.input-group-text{
    min-width: 140px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.descAll textarea{
    resize: none; 
}

.descAll label{
    color: black;
}

.ant-allergene{
  max-width: 50px;
  width:100%;
  display: inline-block;
}

.logout{
    color: white;
}

.allPreview{
    max-height: 45px;
    margin-right: 5px;
}

.prezzo{
    float:right;
    font-size: 20px;
    font-weight: bold;
}

.anteprimaMenu{
    border: 4px black solid;
}

.testoVerticale{
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.testoVerticale span{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}


.listaAll{
    margin-right: 30px;
}

.cursorDrag{
    cursor: move;
}
.prodAperto{
    cursor:default;
}
.prodottoInLista.dragging{
    opacity: .5;
}