﻿/* POPUP */
#POPUP { background-color: #FFF; border-radius: 3px; box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5); box-sizing: border-box; color: #000000; display: inline-block; font-family: Roboto Condensed; font-weight: 400; font-size: 18px; text-align: center; left: calc(50% - 200px); padding: 35px 35px 35px 35px; position: fixed; top: calc(50% - 80px); width: 400px; z-index: 999999999; overflow: hidden; }
	#POPUP .barra { display: block; position: absolute; left: 0px; top: 0px; width: 100%; height: auto; }
	#POPUP .exit { background-image: url('../img/EXIT2.png'); background-position: left bottom; background-repeat: no-repeat; background-size: 25px; cursor: pointer; float: right; height: 35px; width: 35px; opacity: 0.4; }

/* CARICAMENTO */
.BOX_Bkg { position: fixed; right: 0px; bottom: 0px; left: 0px; z-index: 9000000; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); top: 0px; }
	.BOX_Bkg .BOX_caricamento { background-color: #FFFFFF; border: none; height: auto; left: 50%; margin-left: -165px; margin-top: -55px; padding: 28px 0px 28px 0px; position: fixed; text-align: center; top: 50%; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5); width: 320px; z-index: 9000010; }
		.BOX_Bkg .BOX_caricamento .TXT_caricamento { display: inline-block; padding-top: 2px; color: #CC0000; vertical-align: middle; word-spacing: 4px; font-size: 20px; font-family: Oswald; text-transform: uppercase; }
	.BOX_Bkg #BOX_Gestione { padding: 24px 15px 15px 15px; box-shadow: 0px 0px 20px #000; background-color: #FFFFFF; height: 600px; left: 50%; margin: -300px 0px 0px -300px; position: absolute; top: 50%; width: 600px; z-index: 9000010; }
