body{

background: url('../cdt100_images/sf_cielo.jpg') no-repeat ;background-size: cover;

}


div.window {
    color: WindowText;
    position: absolute;
    width: 300px; height: 200px;   /* dimensioni finestra senza bordi */
    border: solid #3399ff 1px;       /* effetto 3d ai bordi */
	//border: 1px Highlight;  box-sizing:border-box;
	padding-bottom: 25px;          /* compenso la barra del titolo altrimenti ildiv contenuto esce fuori*/
	min-width: 200px;
	box-shadow: 2px 2px 6px #000000;
}

div.barratitolo {  
    overflow: hidden;
    position: absolute;
    top: 0px; height: 19px;    /* barratitolo è alto 18px + i suoi padding e bordi=25 */
    width: 100%;              /* 290 + 5px padding on left and right = 300 */
    background-color: ffffff;  /* uso il colore di sistema per la barra del titolo */
    border-bottom: solid WindowFrame 1px;  /* barratitolo has border on bottom only */

	padding: 3px 0px 2px 2px;  /* padding di: top, right, bottom, left */
    font: caption;             /* uso il font di sistema per la barra del titolo */
	cursor: default;
	white-space: nowrap;
	font-size: 12px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */	
	
}

div.barratitoloR {  
    overflow: hidden;
    position: absolute;
	height: 19px;    /* barratitolo è alto 18px + i suoi padding e bordi=25 */
    width: 100%;              /* 290 + 5px padding on left and right = 300 */
    background-color: #ffffff;  /* uso il colore di sistema per la barra del titolo */
    border-bottom: solid WindowFrame 1px;  /* barratitolo has border on bottom only */
    padding: 3px 0px 2px 2px;  /* padding di: top, right, bottom, left */
    font: caption;             /* uso il font di sistema per la barra del titolo */
	cursor: default;
	white-space: nowrap;
	font-size: 12px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */	
	
}


/*serve per correggere problemi di sbordamenti della barra del titolo in caso di ombra per la finestra, se non c'è ombra può non essere inserito*/
div.OmbraCorr{
    border: 0px solid #000000;	
	margin-right: 2px; 
	position:relative;
}

div.icona{
	background: ;
	background-size: 0px;
    float: left;
    width: 0px;
    height: 0px;
}

div.content {   /* Specifies size, position and scrolling for window content */
    color: 000000;
	font-size: 12px;
	font-family: arial;
    pos_ition: relative;        
    t_op: 25px;                 /* 18px title+2px border+3px+2px padding */
    height: 100%;             /* il div contenuto si adatta all'altezza della finestra in automatico per lo spessore della barra del titolo compenso con il padding della finestra*/
    width: 100%;              /* il div contenuto si adatta in larghezza alla finestra, non servono altre compensazioni */
    margin-top: 25px;              /* abbasso il div  contenuto della alrghezza della barra del titolo */
    overflow: auto;            /* se occorrono spuntano le scrollbar */
    background-color: #f0f0f0; /* un colore di default per la finestra */
	position: relative;
}


div.contentR {   /* Specifies size, position and scrolling for window content */
    color: #000000;
	font-size: 12px;
	font-family: arial;
    pos_ition: relative;        
    t_op: 25px;                 /* 18px title+2px border+3px+2px padding */
    height: 100%;             /* il div contenuto si adatta all'altezza della finestra in automatico per lo spessore della barra del titolo compenso con il padding della finestra*/
    width: 100%;              /* il div contenuto si adatta in larghezza alla finestra, non servono altre compensazioni */
    margin-top: 25px;              /* abbasso il div  contenuto della alrghezza della barra del titolo */
    overflow: auto;            /* se occorrono spuntano le scrollbar */
    background-color: #9cce94; /* un colore di default per la finestra */
}


.max_min_button{
    border: solid 0px;
    width: 10px;
    height: 20px;
    float: right;
    cursor: pointer;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: courier;
	font-size: 15px;
	padding-right: 5px;padding-left: 5px;
	position: relative;
	font-family: 'Courier New', Courier, monospace  ;
	background-color: #e6ebee; 
	padding-top: 4px;
	border-left: solid #3399ff 1px;
}

.X_button{
    border: solid 0px;
    width: 10px;
    height: 20px;
    float: right;
    cursor: pointer;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: courier;
	font-size: 15px;
	padding-right: 5px;
	position: relative;
	font-family: 'Courier New', Courier, monospace  ;
	background-color: #e6ebee; 
	padding-top: 4px;
}

.O_button{
    border: solid 0px;
    width: 10px;
    height: 20px;
    float: right;
    cursor: pointer;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: courier;
	font-size: 15px;
	padding-right: 5px;
	position: relative;
	font-family: 'Courier New', Courier, monospace  ;
	background-color: #e6ebee; 
	padding-top: 4px;
}

.resizer{width: 10px; height: 10px; background-color: #3399ff; border-radius: 4px; position:absolute; right: -7; bottom: -7; cursor: se-resize; border: #ffffff solid 1px;}
.rivolta{width: 10px; height: 10px; background-color: #3399ff; border-radius: 4px; position:absolute; right: -7; bottom: 5; cursor: pointer; border: #ffffff solid 1px;}


/* stile menu in popup ######################################################################### */
.PopupMenu{
	position: absolute;
	width: 200px;
	padding: 2px;
	visibility: hidden;
	background-color: #ffffff;
	border: 1px solid #3399ff;
	padding-right: 4px;	
	
	/*https://www.cssmatic.com/border-radius*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
 }

.PopupMenuItem{
	padding top: 2px;
	padding-bottom: 2px;
	padding-left: 2px; 
	width: 100%;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
	font-weight: normal;
    cursor: pointer;
}

.PopupMenuItem:hover{
	background-color: blue;
	color: #ffffff;
	/*https://www.cssmatic.com/border-radius*/
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

/* stile finestra in popup ######################################################################### */
.SfondoBloccaDesk {
	position: absolute;
	margin: 0px; padding: 0px; 
	/*background-color: #000000;
	-khtml-opacity:.40; 
	-moz-opacity:.40; 
	-ms-filter:"alpha(opacity=40)";
	filter:alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.4);
	opacity:.40; */
	background: url('../cdt100_images/sf_nuvola.png') no-repeat ;background-size: cover;background-color: rgba(0, 0, 0, 0.7);
	align: center; text-align: center; vertical-align: middle;top:0; left:0; bottom:0; right:0;
}
.MexSuDeskBloccato {
	/*background-color: #ffffff !important;
   -khtml-opacity:1 !important; 
	-moz-opacity:1 !important; 
	-ms-filter:"alpha(opacity=100)" !important;
	filter:alpha(opacity=100) !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1) !important;
	opacity:1;*/
	background: rgba(255, 0, 0, 1) !important;
	position:absolute; height:250px;width: 250px; margin: auto; top:0; left:0; bottom:0; right:0;
	border: 1px solid #000000;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	padding: 20px;

}

.MexSuDeskBloccato table tr td {
	font-size: 14px;
	font-family: verdana;
	color: #ffffff;
	font-weight: bold;
}

.MexSuDeskBloccato table tr td button{
	font-size: 14px;
	font-family: verdana;
	color: #ffffff;
	font-weight: bold;
	background: #373737;
	color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 10px;
}



/* bottoni start ######################################################################### */
.StartDestroAlto{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 41px;
	height: 41px;
	bo-rder: 1px #000000 solid;
	
	border-radius: 0px 0px 0px 40px;
	-moz-border-radius: 0px 0px 0px 40px;
	-webkit-border-radius: 0px 0px 0px 40px;
/*
	-webkit-box-shadow: -10px 10px 20px 0px #ff0000;
	-moz-box-shadow: -10px 10px 20px 0px #ff0000;
	box-shadow: -10px 10px 20px 0px #ff0000;
*/
	background: #0000ff;
	background: -moz-linear-gradient(45deg, #ffffff 0%, #0000ff 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #ffffff), color-stop(100%, #0000ff));
	background: -webkit-linear-gradient(45deg, #ffffff 0%, #0000ff 100%);
	background: -o-linear-gradient(45deg, #ffffff 0%, #0000ff 100%);
	background: -ms-linear-gradient(45deg, #ffffff 0%, #0000ff 100%);
	background: linear-gradient(45deg, #ffffff 0%, #0000ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0000ff', GradientType=1 );

	cursor: pointer;
}

.StartSinistroAlto{
    position: absolute; overflow: hidden; border: 0px #ffffff solid;
	pos-ition: fixed;
	left: 0px;
	top: 0px;
	width: 41px;
	height: 41px;
	bo-rder: 1px #000000 solid;
	
	border-radius: 0px 0px 40px 0px;
	-moz-border-radius: 0px 0px 40px 0px;
	-webkit-border-radius: 0px 0px 40px 0px;
/*
	-webkit-box-shadow: 10px 10px 20px 0px #ff0000;
	-moz-box-shadow: 10px 10px 20px 0px #ff0000;
	box-shadow: 10px 10px 20px 0px #ff0000;
*/
	background: #0000ff;
	background: -moz-linear-gradient(-45deg, #0000ff 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #0000ff), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(-45deg, #0000ff 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(-45deg, #0000ff 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(-45deg, #0000ff 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(135deg, #0000ff 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#ffffff', GradientType=1 );

	cursor: pointer;
}

.StartDestroBasso{
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 41px;
	height: 41px;
	bo-rder: 1px #000000 solid;
	
border-radius: 40px 0px 0px 0px;
-moz-border-radius: 40px 0px 0px 0px;
-webkit-border-radius: 40px 0px 0px 0px;
/*
-webkit-box-shadow: -10px 10px 20px 15px rgba(255,0,0,1);
-moz-box-shadow: -10px 10px 20px 15px rgba(255,0,0,1);
box-shadow: -10px 10px 20px 15px rgba(255,0,0,1);
*/

background: #0000ff;
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, #0000ff 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, #0000ff));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, #0000ff 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, #0000ff 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, #0000ff 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, #0000ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0000ff', GradientType=1 );


	cursor: pointer;
}

.StartSinistroBasso{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 41px;
	height: 41px;
	bo-rder: 1px #000000 solid;
	
border-radius: 0px 40px 0px 0px;
-moz-border-radius: 0px 40px 0px 0px;
-webkit-border-radius: 0px 40px 0px 0px;
/*
-webkit-box-shadow: 20px -20px 20px -3px rgba(255,0,0,1);
-moz-box-shadow: 20px -20px 20px -3px rgba(255,0,0,1);
box-shadow: 20px -20px 20px -3px rgba(255,0,0,1);
*/
background: #0000ff;
background: -moz-linear-gradient(45deg, #0000ff 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #0000ff), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(45deg, #0000ff 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(45deg, #0000ff 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(45deg, #0000ff 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(45deg, #0000ff 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#ffffff', GradientType=1 );



	cursor: pointer;
}

.win3dA{

  transform: perspective(300px) rotateX(-45deg) rotate(390deg) ;
  -ms-transform: perspective(300px) rotateX(-45deg) rotate(390deg);
  -moz-transform: perspective(300px) rotateX(-45deg) rotate(390deg);
  -webkit-transform: perspective(300px) rotateX(-45deg) rotate(390deg);
  -o-transform: perspective(300px) rotateX(-45deg) rotate(390deg));  
  //transform: perspective(300px) rotateX(-45deg) ;
  transition-property: transform;
  transition-duration: 1s;

 /*
   transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -webkit-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
 
 */
 
 
 /*
 -webkit-transition-property: width, opacity, margin-left, border-width, transform;
 -webkit-transition-duration: 2s;
         
 -o-transition-property: width, opacity, margin-left, border-width, transform;
 -o-transition-duration: 2s;
         
 -moz-transition-property: width, opacity, margin-left, border-width, transform;
 -moz-transition-duration: 2s;*/
}

.win3dA:hover{
	/*transform: perspective(0px) rotateX(0deg) rotate(0deg) ;*/
}

.attendi{
position: absolute;

background: rgba(0, 0, 0, 0.7) url('../cdt100_images/fin_ajLoad.gif') no-repeat;
background-repeat: none;
background-position: center center;
background-size: 64px 64px;
width: 100%;
height: 100%;
height: calc(100% - 25px);
left: 0px;
top: 25px;
margin-bottom: -50px;
overflow:hidden;
border: 0px solid #c0c0c0;

}