
/* finestra di dialogo (popup) */
#alertdialogbox{
	z-index:4147483651;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Lato', sans-serif, sans-serif, Verdana, Arial !important;
    overflow: hidden;
}

#alertdialogbox_menu{
	width: 100%;
	font-size: 5px;
	float: left;
	background: #223164 /*007852*/;
	color:#ffffff;
	font-weight: 300;
	padding: 0;
	-moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	box-sizing: border-box;
	height:30px;
	text-align:right;
	
}


#alertdialogbox_menu_msg{
	width: 100%;
	font-size: 22px;
    line-height: 44px;
    text-transform: uppercase;
	float: left;
	background: #223164/*#027852*/;
	color:#ffffff;
	font-weight: 400;
	padding: 5px 30px 5px 30px !important;
	-moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:left;
	height: 50px;
    box-sizing: border-box;
}

#dialogbox_menu{
    position:absolute;
    right:30px;
    top:15px;
    cursor: pointer;
}

#alertdialogbox_msg{
	padding:30px 30px;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	color:#4d4d4d;
	float:left;
	box-sizing: border-box;
	width: 100%;
}

#alertdialogbox_button{
	width: 100%;
    float:left;
	box-sizing: border-box;
    padding: 0 0 30px 0;
	/*text-align:center;*/
}

.dialog_button_msg{
    float:left;
    width: 48%;
    box-sizing: border-box;
    
}
.dialog_button_01{
    border: 1px solid #223164 /*e64c18*/;
    background: #fff;
    color: #223164 /*e64c18*/ !important;
    border-radius: 0;
    font-size: 18px;
    line-height: 40px;
    float:right;
    text-align: center;
    margin: 0 15px 0 0;
    height: 40px;
    display: block;
    width: 100px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.dialog_button_02{
    border: 1px solid #223164 /*e64c18*/;
    background: #223164 /*e64c18*/;
    color: #fff !important;
    border-radius: 0;
    font-size: 18px;
    line-height: 40px;
    float:left;
    text-align: center;
    margin: 0 0 0 15px;
    height: 40px;
    display: block;
    width: 180px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.dialog_button a, .dialog_button a:hover, .dialog_button a:visited{
    color: #e54c19;
}

.dialog_button_msg a, .dialog_button_msg a:hover, .dialog_button_msg a:visited{
    color: #e54c19;
}


.alertdialogartbox_ct{
	width:100%;
	float:left;
	background:#b1b1b1;
	
}

.alertdialogartbox_ct p{
	padding:0 20px 6px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.alertdialogartbox_top{
	width:100%;
	float:left;
	background:#223164 /*007852*/;
	color:#ffffff;
	font-size:14px;
	text-align:center;
}

.alertdialogartbox_bottom{
	width:100%;
	float:left;
	background:#223164 /*007852*/;
	color:#ffffff;
	font-size:14px;
	text-align:center;
}

.alertdialogartbox_bottom a{
	color:#ffffff;
}

.alertdialogartbox_orange{
	width:100%;
	float:left;
	background:#223164 /*e64c18*/;
	margin:3px 0 0 0;
	padding:10px 0 10px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color:#ffffff;
	font-size:14px;
	text-align:center;
}

.alertdialogartbox_orange a{
	color:#ffffff;
}

.ui-widget.ui-widget-content{
    padding: 0 !important;
    margin: 0 !important;
}

.ui-dialog .ui-widget .ui-dialog-titlebar .ui-widget-header  {
    position: absolute;
    /*left: 500px;
    top: 500px;*/
   /* width: 200px;
    height: 100px;*/
    z-index: 2;
    width: 100%;
   
}
#menu_art{
    width: 100%;
    float:left;
}
    
#fake {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border: none;
}


/* fine finestra di dialogo (popup) */

