.modalUlOrdine {
    display:none; 
    z-index: 0;
    width:85%;
      
    background: #cce7ff;;
    position: absolute;
    float:none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid gray;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    border-radius: 5px 5px 5px 5px;
  
    overflow-x:auto;
    min-width: 600px;
    
  
    }
  
  .modal-c {  
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.2s ease-out;
  }
  
  .modal-dialog-c {  
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  
  .modal.fade-c .modal-dialog-c {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  
  .modal.show-c .modal-dialog-c {
    transform: none;
  }
  .modal.modal-static-c .modal-dialog-c {
    transform: scale(1.02);
  }
  
  .modal-dialog-scrollable-c {
    height: calc(100% - 1rem);
  }
  .modal-dialog-scrollable-c .modal-content-c {
    max-height: 100%;
    overflow: hidden;
  }
  .modal-dialog-scrollable-c .modal-body-c {
    overflow-y: auto;
  }
  
  .modal-dialog-centered-c {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-content-c {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  
  .modal-backdrop-c {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .modal-backdrop.fade-c {
    opacity: 0;
  }
  .modal-backdrop.show-c {
    opacity: 0.5;
  }
  
  .modal-header-c { 
    background: #337AB7;  
    border-bottom: 1px solid #797979;
    text-align: center;
    padding-bottom: 0.5rem;     
  }
  .modal-header-c h3{
    color: rgb(255, 255, 255);
    font-weight: bold;
  }
  
  .modal-header-c .btn-close-c {
    
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
  }
  
  .modal-title-c {
    margin-bottom: 1px;
    line-height: 1.5;
  }
  
  .modal-body-c {
    position: relative;
    flex: 1 1 auto;
    padding: 0.1em;
    
  }
  
  .modal-footer-c {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  .modal-footer-c > * {
    margin: 0.25rem;
  }
  
  .table-articoli-modale
  {    
      width: 100%;
      min-width: 400px;    
      margin: 0 auto;    
  }
  
  .table-articoli-modale tr
  {
      border: 1px solid #ddd;
      padding: 1px;
      
  }
  
  .table-articoli-modale th, .table-articoli-modale td
  {
      padding: 10px;
      text-align: center;
      border: 1px solid #ccc;
  }
  
  .table-articoli-modale th
  {
      padding: 10px;
      text-align: center;
      border: 1px solid #ccc;
      background-color: #337AB7;
      color: #ffffff;
  }
  
  .table-articoli-modale tfoot
  {
      padding: 10px;
      text-align: center;
      border: 1px solid #ccc;
      background-color: #337AB7;
      color: #ffffff;
      font-weight: bold;
  }
  
  .btnModale{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 5px 5px 5px 5px;
  }
  
  .textquant{
    text-align: center;
     width: 50px;
  }

  .posizione {
    position: fixed;
    top:10px;
    right:20px;
}

/* Select nel modale utlimo ordine*/

.select-carrello{  
    position: relative;
    bottom: 2em;
    display: flex;
    justify-content: flex-end;
    right: 10px;
}

.select-carrello label{  
    display: inline-block;
    margin-right: 10px;
    color: white;
}

.select-carrello select{  
    width: 223px;
    display: inline-block;
}