@import "../page.css";

#logoImg {
	visibility: visible !important;
}

body {
	background: #63ae70;
	/* background: #cde39f; */
}

#contenitore {
	padding-bottom: 0px;
}

#footerFixPage {
	margin-top: -2px !important;
}

#footerFix_banner {
	padding: 10px 130px 14px 130px;
}

.iframe-container {
  overflow: hidden;
  /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) */
  padding-top: 56.25%;
  position: relative;
  /* border: 1px solid #aaaaaa; */
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.popupFrame {
	overflow: hidden !important;
}


#WrapTextBox1727369094485 {
	background-color: #231f20;
}



@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');


.chips_CapTitleText {
	margin-top: 10px;
	text-align: center;
}

.chips_CapText {
	font-size: x-large;
	/* font-weight: bold; */
	text-align: center;
	
}

.sloganFix_banner_title_wrap {
	position: fixed;
	height: 40px;
	width: 100%;
	margin-left: 0;
	/* margin-right: auto; */
	/* left: 30%; */
	z-index: 2000000000;
	background-color: #2a2b2e;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
	letter-spacing: 2px;
	font-size: x-large;
	font-weight: bold;
	background-repeat: no-repeat;
	cursor: default;
}

.controlPanelWrap_box {
	
}

.controlPanelWrap {
	background-color: #2a2b2e;
	position: fixed;
	top: 0;
	right: 0;
	width: 24%;
	height: 100%;
	padding: 0px 0px;
	padding-top: 70px;
	/* overflow-y: auto; */
}

.controlPanel {
	padding: 60px 10px 20px 10px;
}

.panoWindows {
	padding-top: 30px;
}

.sloganFix_banner_popup {
	height: auto;
	width: 76%;
	margin-left: 0;
	/* margin-right: auto; */
	/* left: 30%; */
	z-index: 2000000000;
	background-color: #7e7870;
	background-color: #1a1b1d;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
	letter-spacing: 2px;
	font-size: x-large;
	font-weight: bold;
	background-repeat: no-repeat;
	cursor: default;
}

.chips_Config_wrap {
	position: relative;
	padding-top: 46.25%;
	width: 100%;
	margin-left: 0;
	/* per finestra più piccola
	width: 90%;
	margin-left: auto;
	margin-right: auto;
 	*/
}

.chips_Config_frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.chips_TextBox {
	position: relative;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 18px;
	padding: 2px 15px;
}

#footerFix {
	/* display: none !important; */
}

#cookiesPolicy_box, #footerBox, #extraBottomBar {
	/* display: none; */
}

















@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}









@media screen and (min-width: 768px) and (max-width: 1140px) {
	@keyframes click-wave {
	  0% {
		height: 20px;
		width: 20px;
		opacity: 0.35;
		position: relative;
	  }
	  100% {
		height: 100px;
		width: 100px;
		margin-left: -40px;
		margin-top: -40px;
		opacity: 0;
	  }
	}

	#bloccoOpzioni .option-input {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  -ms-appearance: none;
	  -o-appearance: none;
	  appearance: none;
	  position: relative;
	  top: 13.33333px;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  height: 20px;
	  width: 20px;
	  transition: all 0.15s ease-out 0s;
	  background: #ffffff;
	  border: none;
	  color: #fff;
	  cursor: pointer;
	  display: inline-block;
	  margin-right: 0.5rem;
	  outline: none;
	  position: relative;
	  z-index: 1000;
	}
	#bloccoOpzioni .option-input:hover {
	  background: #9faab7;
	}
	#bloccoOpzioni .option-input:checked {
	  background: #40e0d0;
	}
	#bloccoOpzioni .option-input:checked::before {
	  height: 20px;
	  width: 20px;
	  position: absolute;
	  content: '✔';
	  font-family: 'Roboto', sans-serif;
	  display: inline-block;
	  font-size: 16.66667px;
	  text-align: center;
	  line-height: 20px;
	}
	#bloccoOpzioni .option-input:checked::after {
	  -webkit-animation: click-wave 0.65s;
	  -moz-animation: click-wave 0.65s;
	  animation: click-wave 0.65s;
	  background: #40e0d0;
	  content: '';
	  display: block;
	  position: relative;
	  z-index: 100;
	}
	#bloccoOpzioni .option-input.radio {
	  border-radius: 50%;
	}
	#bloccoOpzioni .option-input.radio::after {
	  border-radius: 50%;
	}

	#bloccoOpzioni  {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: box;
	  background: #2a2b2e;
	  color: #ffffff;
	  font-family: "Open Sans", "Helvetica", "Roboto", "Arial", sans-serif;
	  text-align: center;
	}
	#bloccoOpzioni  div {
	  padding: 4px;
	  margin-bottom: 20px;
	}
	#bloccoOpzioni  label {
	  display: block;
	  line-height: 20px;
	  float: left !important;
	}

	#bloccoOpzioni i {
	  /* display: none; */
	  color: #aaaaaa;
	  font-size: 14px;
	  margin-left: 6px;
	  cursor: pointer;
	}

	#stampa_config i {
	  /* display: none; */
	  color: #a9a196;
	  font-size: 26px;
	  margin-left: 6px;
	  cursor: pointer;
	}

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	#sloganFix {
		/* padding-top: 110px !important; */
	}
}

@media only screen and (max-width: 767px) {

	.sloganFix_banner_title_wrap {
		display: none !important;
	}
	
	#footer	{
		margin-left: 0px !important;
	}

	.chips_Config_wrap {
		position: relative;
		padding-top: 86.25%;
		width: 100%;
		margin-left: 0;
		/* margin-right: auto; */
	}

	.chips_Config_frame {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}