@media (min-width: 768px) {
 .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
 
   .navbar ul {
    float: none;
    display: block;
  }
   .navbar li {
    float: none;
    display: block;
  }
   .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
}

.numberCircle {
    //border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    //width: 36px;
    //height: 36px;
    //padding: 8px;
    background: #fff;
    //border: 2px solid black;
    //color: black;
    text-align: center;
    font: 12px Arial, sans-serif;
    display: inline-block;
}

.form-group .help-block {
  display: none;
}

.form-group.has-error .help-block {
  display: block;
}


        .bgRed{
            background-color:red;
        }
        .bgRedDark{
            background-color:#800000;
        }
		 .bgOrange{
            background-color:orange;
        }
		 .bgGreen{
            background-color:green;
        }
        .bgGreenDark{
            background-color:#006600;
        }
        .bgAdvanced{
        	background-color:#6218ff;
        }
        .bgAConsumo{
        	background-color:#18dfff;
        }
        
        .bgYellow{
            background-color:yellow;
        }
        .bgCelesteChiaro{
        	background-color:#7fffd4;
        }
        .bgViola{
        		background-color:#ee82ee;
        }
        	
        .bgPremiumAcquisti{
            background-color:#E0FFC0;
        }
        .bgPassAcquisti{
            background-color:#FFEDBD;
        }
        .bgLightGrey{
         background-color: #D3D3D3;
        }
/*.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    position: fixed;
    bottom: 50px !important;
    height: initial !important;
    max-height: 99999999px !important;
}*/
md-autocomplete {
  flex: 0 1 300px;
}

.autocomplete-custom-template li {
  border-bottom: 1px solid #ccc;
  height: auto !important;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}
.autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}

.autocomplete-custom-template .vm-auto {
  display:flex;
  flex-direction: column;
}

.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
  display: block;
  line-height: 2;
}
.autocomplete-custom-template .item-title md-icon {
  height: 18px;
  width: 18px;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
     width:500px !important;
}
.circular-progress-button {
    height: 30px;
    color: #fff;
	background-color: #337ab7 !important;
	  border-color: #2e6da4 !important;
	  border-radius: 5px !important;
}

.my-invia-notifiche {
    height: 40px;
    color: #fff;
	background-color: orange !important;
	  border-color: orange !important;
	  border-radius: 5px !important;
}

.circular-progress-button>md-progress-circular {
    margin: auto;
    margin-top: -6px; /* If circular does not appear at the center, change this value. */
}


.circular-progress-button>md-progress-circular .md-half-circle {
    border-top-color: white !important;
}

.circular-progress-button>md-progress-circular .md-left>.md-half-circle {
    border-left-color: white;
}

.circular-progress-button>md-progress-circular .md-right>.md-half-circle {
    border-right-color: white;
}

.clearfix{
	overflow: auto;
}	
.dropzone {
  position: relative;
  height: 100px;
  border: 2px dashed #b3b3b3;
  border-radius: 4px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone2 {
  position: relative;
  
  height: 60px;
  width: 120px;
  border: 2px dashed #b3b3b3;
  border-radius: 4px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone_large{
  position: relative;
  height: 100px;
  width: 300px;
  border: 2px dashed #b3b3b3;
  border-radius: 4px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone .msg{
	font-size: 20px;
	font-weight: bold;
	color: #c3c3c3;
	padding: 0 10px;
}
.dropzone2 .msg{
	font-size: 15px;
	font-weight: bold;
	color: #c3c3c3;
	padding: 0 10px;
}
input.fileUpload{
	display: block;
}
.preview{
	margin: 10px 0;
	padding: 5px;
}
.previewData img{
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px;
} 
.previewDetails{
	 display: inline-block;
    float: left;
    margin: 5px;
    padding: 8px;
}
.detail{
	  font-family: arial;
    padding: 5px;
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.previewControls{
	display: inline-block;
	float: left;
	margin: 40px 30px;
}
.circle{
	border: 2px solid #5B93F5;
    border-radius: 20px;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 5px;
    cursor: pointer;
    color: #5B93F5;
}
.circle.upload:hover{
	border: 2px solid green;	
}
.circle.upload:hover i.fa-check{
	color: green;
}
.circle.remove:hover{
	border: 2px solid red;	
}
.circle.remove:hover i.fa-close{
	color: red;
}
.circle i{
	position: relative;
	font-size: 14px;
}
.circle i.fa-check{
	top: 3px;
	left: 5px;
}
.circle i.fa-close{	
	top: 2px;
	left: 7px;
}

.modal{
    display: block !important; /* I added this to see the modal, you don't need this */
}

/* Important part */
.modal-dialog{
    overflow-x: initial !important
}
.modal-body{
    height: 550px;
    overflow-x: auto;
}

#map { height: 680px; }

#mapTavoli { height: 680px; }


.pagination-container {
    display: flex;
    gap: 5px;
    align-items: center;
}

.pagination-container button {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    cursor: pointer;
    border-radius: 4px;
}

.pagination-container button.active {
    font-weight: bold;
    background: #007bff;
    color: white;
}

.pagination-container button:disabled {
    background: #e9e9e9;
    cursor: not-allowed;
}

