/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 24 mag 2022, 11:46:57
    Author     : sal
*/
/*
.footer-error {
    position: absolute;
    bottom: 125px;
    width: 100%;
    z-index:1001;	
}
*/
html, body {
    margin: 0;
    height:100%;
    width:100%;
    padding:0;
    background-color: #1F375F;
      
    /*cursor: url(cursor.png), none !important;*/
      
}


/*
.sectionVertical {
    display: block;
    background: #CFF;
    height:100%;
    width:100%;
    padding: 60px;
    padding-left: 120px;
    box-sizing:border-box;
}*/

.flex-container {
    display: flex;
    gap: 10px;
    gap: 10px 20px; /* row-gap column gap */
    row-gap: 0.75rem;/* 30px;*/
    column-gap: 30px;
    flex-wrap: wrap;
    border-bottom: white;
    border-bottom-style: solid;
    border-bottom-width: initial;
}

.padding-card
{
    padding-left: 20px !important;
    padding-top: 5px !important;
    padding-right: 20px !important;
    padding-bottom: 5px !important;  
    text-align: center;
    word-break: break-word;
}
.size-card{
    width:128px;
}

.padding-card-row-sub
{
    padding-left: 0px !important;
    padding-right: 0px !important;  
    text-align:unset !important;
}

.articolo-submenu
{
    padding: 0px !important;
}

.no-bkg
{
    background-color: transparent !important;
    height: 100%;
}

.padding-card-left-right
{
    padding-left: 3px !important;
    padding-right: 3px !important;  
}

.titolo-dettaglio {
    font-style: italic;
    font-size: x-large;
    font-weight: 800;
    color: black;
}

.modal-dettaglio{
    width:80% !important;
    max-height: 80% !important;
}
.padding-top-3rem{
    padding-top: 1rem;
}

.pagination li a {
    font-size: 3rem !important;
    padding: 0.5rem !important;
}

.pagination li{
    height: auto !important;
}

.pagination li i {
    font-size: 3rem;
}

.fixed-action-btn {
    position: fixed;
    left: 10px;
    bottom: 5px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 1100;
}

/*.btn-emettitore {
    width:342px !important;
    height:100px !important;
    border-radius: 0% !important;
    margin-right: 1rem;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: normal;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 40px;
}*/

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

/* If the text has multiple lines, add the following: */
.center p {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding-top: 2.5rem;
}



.pagination li.disabled {
    font-size: 2.5rem;
}
.modal-ricerca {
    height: 250px !important;
}

/*
.fixed-action-btn-volantino {
    position: fixed;
    right: 10px;
    top: 10px;
    padding-top: 1rem;
    margin-bottom: 0;
    z-index: 997;
}
*/
.logo-volantino {
    border-radius: 5% !important;
    height: 6rem !important;
    width : 10rem !important;
    padding : 0px !important;
}

.logo {
    width : 10rem !important;    
}

.label-barcode-error{
    font-size: 2.0rem !important;
    color: red !important;
}
/*
.modal { 
    width: 60% !important ; 
    height: 50% !important ; 
    margin-top: 5rem !important;
}*/ 


.animated-progress {
  width: 300px;
  height: 30px;
  border-radius: 5px;
  margin: 20px 10px;
  border: 1px solid rgb(189, 113, 113);
  overflow: hidden;
  position: relative;
  /*25.09.2023*/
  background-color: #ffffff;
  /*27.09.2023*/
  margin-left:auto;
  margin-right:auto;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: rgb(255, 251, 251);
  line-height: 30px;
  position: absolute;
  text-align: end;
  padding-right: 5px;
}


.progress-green span {
  background-color: green;
}


.logomenu
{
    /*background-color: white;*/
    border-radius: 4px;
    padding: 5px;
    margin:6px;
    height:68px;    
}

.flags
{
    height:70px;
    margin: 5px;
    /*box-shadow: 5px 5px grey;*/
    border-radius: 35px;
    border: 3px;
    border-style: groove;
}

.flags-mobile
{
    height:50px;
    margin: 5px;
    /*box-shadow: 5px 5px grey;*/
    border-radius: 35px;
    border: 3px;
    border-style: groove;
}