.lightpick__footer_rd {
	font-style: oblique;
	color: white;	
	vertical-align: middle;
	text-align: center !important;
}

@media all and (min-width:500px){
	
}

@media all and (min-width:601px){ /* schermo Medio */

}

@media all and (min-width:750px){
	
}

@media all and (min-width:993px){ /* schermo Large */
	
}

@media all and (min-width:1200px){
	
}

@media all and (min-width:900px){
	
}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Fix por dialog */
.w3-modal{
	z-index: 10011;
}


.col-container-sh {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.w3-display-container .w3-image{max-width: 60%; height:auto;}



.rd-ricerca-filiale {
	min-height: 60px;
  font-size: 14px;
}
.rd-ricerca-filiale.margin-left-right {
	margin-left: 10px;
  margin-right: 10px;
}

.rd-border-radius {
	border-radius: 10px!important;
}

.filiali-container-filter {
	z-index: 1000;
    position: relative;
}

#rd-loading-screen
{  
  z-index: 2000;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  color: #FFF;  
  text-align: center;
  padding-top: 350px;
  background-color: rgba(0, 0, 0, .5);
  box-sizing: border-box;
}

.rd-loader {
  border: 10px solid #f1f1f1;
  border-radius: 50%;
  border-top: 10px solid #003077;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}

.w3-badge, .w3-badge:hover{ border-radius: 8px; background-color: #616161!important; color: white!important; }


.rd-title-start{display: none;}


@media screen and  (min-width: 993px) {
	.margin-for-large{ margin-left: calc(100% / 24) }
}