

html {
  overflow-x: auto;
  overflow-y: auto;
}


#loginBody {
width: 100%; height: 100%; top: 0; left: 0;
background: url(/images/logo_home.jpg) no-repeat center top; position: fixed; z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}

a {
text-decoration: none;
color:#13294B;
}
a:hover {
color:#3DB1C8;
}

.tableFixHead {
        overflow-y: auto;
        height: 560px;
}
.tableFixHead thead th {
        position: sticky;
        top: 0;
		z-index:101;
}

@media print {
	.no-print {
		display: none !important;
	}		
}

@media only screen and (max-width: 600px) {
  body {
    /* background-color: lightblue; */
  }
}

.fade-out {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.fadeout2{

    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
    opacity: 0;
	.semiTrasparenteRgb{  background:rgba(19,41,75,0.3);}
}

.savingModal{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:999998;
	display:none;
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4);
	padding-top: 100px;
	overflow:auto;
}

.savingModal-content{
	background-color: #fefefe;
	margin:auto;
	z-index:999;
	width:80%;
	padding:20px;
	border: 1px solid #888;
	position:absolute;top:50%;left:50%;height:70px;margin-left:-40%;margin-top:-40px;
}



.semiTrasparente{
  padding: 10px;
  background:rgba(19,41,75,0.9);
  color: #000;
  opacity: 0.9;
}

.oro { background:#FFA520; }
.lavanda { background:#E6E6FA; }
.lavandaScura { background:#B0C4DE; }
.azzurroscuro { background:#55CBCD; }
.azzurro { background:#A2E1DB; }
.azzurrochiaro { background:#D4F0F0; }

.SiriusScuro{ color:#13294B; }
.SiriusMedio{ color:#0076A5; }
.SiriusChiaro{ color:#3DB1C8; }


.sfondoSiriusScuroRgb{   background:rgba(19,41,75); }
.sfondoSiriusScuro{   background:#13294B; }

.sfondoSiriusMedioRgb{   background:rgba(0,11,165); }
.sfondoSiriusMedio{   background:#0076A5; }

.sfondoSiriusMedioChiaro{   color:#147FAA; }

.sfondoSiriusChiaroRgb{   background:rgba(61,177,200); }
.sfondoSiriusChiaro{   background:#3DB1C8; }

.sfondoGrigioScuro{  background:#202020;}
.sfondoGrigioMedio{  background:#9C9C9C;}
.sfondoGrigioChiaro{  background:#D0D0D0;}
.sfondoGrigioChiarissimo{  background:#F5F5F5;}
.sfondoBianco{  background:#FFFFFF;}
.sfondoVerdeChiaro{  background:#90EE90;}
.sfondoGialloChiaro{  background:#FFD700;}

.GrigioScuro{   color:#202020;}
.GrigioMedio{  color:#909090;}
.GrigioChiaro{  color:#D0D0D0;}
.GrigioChiarissimo{  color:#F5F5F5;}

.cella_certificato_mancante {background: #ff82a0;}
.cella_certificato_scaduto {background: #ff82a0;}
.cella_certificato_facoltativo_scaduto {background: #00BFFF;}
.cella_certificato_discrezionale_scaduto {background: #FFD700;}
.cella_certificato_scadenza {background: #ffff80;}
.cella_certificato_valido {background: #c2ff91;} 
.cella_certificato_blu_notte {background: #4b0082;} 
.cella_certificato_verde_scuro {background: #008000;} 
.cella_certificato_verde_medio {background: #00E000;} 
.cella_certificato_obbligatorio {background: #FECDC3;} 
.cella_certificato_facoltativo {background: #FEFCC3;} 

.sfondo_PEF1 {background: #FF82A0;} 
.sfondo_PEF2 {background: #FFF380;} 
.sfondo_PEF3 {background: #FFFFFF;} 
.sfondo_PEF4 {background: #C3FDB8;} 
.sfondo_PEF5 {background: #3CB371;} 

.vietato {
	border-botton:3px #ff0000 solid;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ToolbarPulsanteOn{   
	background:#13294B; 
	color:#F0F0F0;
	cursor:pointer;
}

.ToolbarPulsanteOff{   
	background:#F5F5F5; 
	color:#13294B;
}


.titolotabellareportHR{
  background:#AFEEEE;
  border-left:1px #000000 solid;
  border-bottom:1px #000000 solid;
  border-top:1px #000000 solid;
  color:#000000;
}
.cellareportHR{
  background:#FFFFFF;
  border-left:1px #000000 solid;
  border-bottom:1px #000000 solid;
  color:#000000;
}
.RN{
  border-right:1px #000000 solid;
}
.Blink { animation: blinker 0.1s cubic-bezier(.5, 0, 1, 1) infinite alternate; }
@keyframes blinker { from { opacity: 1; } to { opacity: 0; } }

.sfondoRosso{
  background:#3DB1C8;
}

.sfondoRossoScuro{
  background:#A52A2A;
}

.sfondoRossoChiaro{
  background:#FF7F50;
}

.carattereStandard{
  font-family:Calibri,Verdana,Arial;
}

.carattereArial{
  font-family:Arial,Calibri,Verdana;
}

.carattere12{
  font-size:12px;
}

.carattere9{
  font-size:9px;
}

.carattere10{
  font-size:10px;
}

.carattere_piccolo{
  font-size:12px;
}

.carattere14{
  font-size:14px;
}
.carattere16{
  font-size:16px;
}
.carattere18{
  font-size:18px;
}

.carattere20{
  font-size:20px;
}

.lista_singola{
  height:24px;
 }

.bianco{ color:#FFFFFF; }
.rosso{ color:#FF7F50; }
.nero { color:#000000; }

.RinaScuroRgb{  color:rgba(19,41,75); }
.RinaScuro{   color:#13294B; }

.RinaMedioRgb{  color:rgba(0,118,165); }
.RinaMedio{   color:#0076A5; }

.RinaMedioChiaro{   color:#147FAA; }

.RinaChiaroRgb{  color:rgba(61,177,200);}
.RinaChiaro{   color:#3DB1C8; }


.button:hover,
.button:focus {
    background: #0053BA;
}

.button:focus {
    outline: 1px solid #fff;
    outline-offset: -4px;
}

.button:active {
    transform: scale(0.99);
}

.listaMenu:hover,
.listaMenu:focus {
    background: #E0E0E0;
	cursor:pointer;
}


.d270
{
	 
	float:center;
	margin-left:0px;
	transform: rotate(270deg);
	
	-webkit-transform: rotate(270deg); 
	-moz-transform: rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);	

}

.d270_bottom
{
	 
	float:left;
	margin-left:0px;
	transform: rotate(270deg);
	
	-webkit-transform: rotate(270deg); 
	-moz-transform: rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);	

}


.d270_normal
{
	 

	transform: rotate(270deg);
	
	-webkit-transform: rotate(270deg); 
	-moz-transform: rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);	

}


.d180
{
	 
	float:center;
	margin-left:0px;
	transform: rotate(180deg);
	
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);	

}


/* STILE MESGBOX */

.webnots-notification-box {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #ffffff;
font-family: verdana, 'open sans', sans-serif;
margin-bottom: 25px;
padding: 10px 14px 10px 44px;
position: relative;
box-shadow: 0px 1px 5px #999;
/* width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content; */
}
.webnots-notification-box:before {
font-family: FontAwesome;
font-size: 21px;
left: 14px;
position: absolute;
margin-top:-6px;
}
.webnots-success {
background-color: #2ecc71;
}
.webnots-success:before {
content: "\f00c";
margin-left: -2px;
}
.webnots-failure {
background-color: #e74c3c;
}
.webnots-failure:before {
content: "\f00d";
}
.webnots-warning {
background-color: #e67e22;
}
.webnots-warning:before {
content: "\f12a";
margin-left: 5px;
}
.webnots-information {
background-color: #3498db;
}
.webnots-information:before {
content: "\f129";
margin-left: 4px;
}
.webnots-question {
background-color: #f1c40f;
}
.webnots-question:before {
content: "\f128";
margin-left: 2px;
}
.webnots-tip {
background-color: #16a085;
}
.webnots-tip:before {
content: "\f0eb";
margin-left: 2px;
}
.webnots-notice {
background-color: #bea474;
}
.webnots-notice:before {
content: "\f0a1";
margin-left: -1px;
}


/* FINE */



/* STILE MENU CONTESTUALE */



.menu_navbar {
  overflow: hidden;
  background-color: #13294B;
  cursor:pointer;
}

.menu_navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 6px 12px;
}

.menu_navbar a:hover, .menu_dropdown:hover .menu_dropbtn {
  background-color: #3DB1C8;
  margin:0px;
}


.menu_dropdown {
  float: left;
  overflow: hidden;
}

.menu_dropdown .menu_dropbtn {
  font-size: 10px;  
  border: none;
  outline: none;
  color: white;
  padding: 3px 7px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.menu_dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  color: black;
}

.menu_dropdown-content a {
  float: none;
  color: black;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.menu_dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.menu_dropdown:hover .menu_dropdown-content {
  display: block;
  color: black;
}

/* STILE MENU CONTESTUALE */

	
.navigationPanelIcon {
	width:20px;
	min-width:20px;
	max-width:20px;
	font-size:14px;
	padding:3px;
	color:#f0f0f0;
	display: inline-block;
	border:none;
	cursor:pointer;
	text-decoration: none;
}

.navigationPanelIcon:hover, navigationPanelIcon:focus {
    color: #3DB1C8;
}


.menu_dropdown_contextual {
  float: left;
  overflow: hidden;
}

.menu_dropdown_contextual .menu_dropbtn_contextual {
  font-size: 10px;  
  padding: 2px 5px;
  border: none;
  outline: none;
  color: #FF0000;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.menu_dropdown_contextual-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  color: black;
  font-size: 12px;  
  cursor:pointer;
}

.menu_dropdown_contextual-content a {
  float: none;
  color: black;
  padding: 3px 5px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.menu_dropdown_contextual-content a:hover {
  background-color: #ddd;
  color: black;
  display: block;
}

.menu_dropdown_contextual:active .menu_dropdown_contextual-content {
  display: block;
  color: black;
}

/* (active) FINE STILE MENU CONTESTUALE */


.card {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #d3d3d3;
}

.cardheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #0076A5;
  color: #fff;
}

.menuCard {
  position: absolute;
  z-index: 97;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #d3d3d3;
 }

 .menuCardEditTable {
  position: absolute;
  z-index: 97;
  text-align: left;
 }

.menuCardheader {
  padding: 4px;
  cursor: move;
  z-index: 98;
  background-color: #13294B;
  color: #fff;
}

.menuCardclose {
  color: #d0d0d0;
  float: right;
  font-size: 12px;
  font-weight: bold;
  padding-top:3px;
  padding-right:5px;
}
.menuCardclose:hover {
    color: #FFFFFF;
}

.settings_top {
	position:fixed;top:0px;left:0px;width:620px;height:35px;border:0px;background-color:#F0F4F8;border-bottom:2px #A0A0A0 solid;
	overflow: hidden;
	z-index:20;
}

.settings_sx {
	position:fixed;top:35px;left:0px;width:220px;height:500px;border:0px;background-color:#F0F4F8;
	overflow-y: hidden;
	z-index:10;
}


.settings_dx {
	position:absolute;top:35px;left:220px;width:100%;height:100%;border:0px;background-color:#FFFFFF;
	overflow-y: scroll;
	display:none;
	z-index:10;
	margin-left:5px;
}

.settings_dx_old {
	position:absolute;top:35px;left:220px;width:380px;height:460px;border:0px;background-color:#FFFFFF;
	overflow-y: scroll;
	display:none;
	z-index:10;
	max-height:460px;
	margin-left:5px;
	max-width:380px;
}

.list_settings_sx {
	background-color:#F0F4F8;border-bottom:1px #c0c0c0 solid;cursor:pointer;padding:6px;;
}

.listaMenu:focus {
    outline: 1px solid #fff;
    outline-offset: -4px;
}

.listaMenu:active {
    transform: scale(0.99);
}

.ombreggiato {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/* box-shadow: 10px 10px 5px grey; */
}

.inputText {
	border:none;
    width: 250px;
    padding: 2px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.inputTextQuality {
	padding:1px;
	height:24px;
	font-size:14px;
	border:1px #c0c0c0 solid;
}

.flatButton {
	display: inline-block;
	border:none;
	cursor:pointer;
	text-decoration: none;
}	

.flatButton:hover, flatButton:focus {
    background: #3DB1C8;
}

.flatButtonToolbarPulsanti {
	display: inline-block;
	border:none;
	cursor:pointer;
	text-decoration: none;
}	

.flatButtonToolbarPulsanti:hover, flatButtonToolbarPulsanti:focus {
    background: #13294B;
	color:#F0F0F0;
}

.disabilitatoButton {
	display: inline-block;
	border:none;
	cursor:not-allowed;
	text-decoration: none;
	background: #E0E0E0;
}	

.disabilitatoButton:hover, flatButton:focus {
    background: #E0E0E0;
}


.flatButtonRosso {
	display: inline-block;
	border:none;
	cursor:pointer;
	text-decoration: none;
	background: #D00000;
}	

.flatButtonRosso:hover, flatButtonRosso:focus {
    background: #FF7F50;
}

.titoloArticolo {
	border-bottom:1px #c0c0c0 solid;
	background-color:#f5f5f5;
}

.rounded {

	border-radius: 3px;
    -moz-border-radius: 3px; /* firefox */
    -webkit-border-radius: 3px; /* safari, chrome */
    text-decoration: none;
}

    
.roundedWizard {
        
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
}
.roundedWizardBanner {
        
    border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    
    border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
   
}



.blackscreen {
  position:fixed;
  background:#000;
  width:100%;
  height:100%;
  opacity: .6
}

#popupfullscreen{
  position:absolute;
  width:100%;
  height:180px;
  background:#fff;
  top:50%;
  left:0px;
  padding:20px 0;
  //margin-left:-10px; /* height/2 + padding-top */
  margin-top:-150px; /* height/2 + padding-top */
  text-align:center;
 }
 
/*.B { border-bottom: 1px solid #d3d3d3;}
.T { border-top: 1px solid #d3d3d3;}
.L { border-left: 1px solid #d3d3d3;}
.R { border-right: 1px solid #d3d3d3;}
.SO { padding-left: 5px; padding-right:5px;}*/

.B { border-bottom: 1px solid #a0a0a0;}
.T { border-top: 1px solid #a0a0a0;}
.L { border-left: 1px solid #a0a0a0;}
.R { border-right: 1px solid #a0a0a0;}
.SO { padding-left: 2px; padding-right:2px;}


.BC { border-bottom: 1px solid #0076A5;}
.TC { border-top: 1px solid #0076A5;}
.LC { border-left: 1px solid #0076A5;}
.RC { border-right: 1px solid #0076A5;}
.BB { border-bottom: 1px solid #FFFFFF;}
.TB { border-top: 1px solid #FFFFFF;}
.LB { border-left: 1px solid #FFFFFF;}
.RB { border-right: 1px solid #FFFFFF;}

.BCD { border-bottom: 3px double #0076A5;}
.TCD { border-top: 3px double #0076A5;}
.LCD { border-left: 23px double #0076A5;}
.RCD { border-right: 3px double #0076A5;}


div#superseed {
	-ms-transform: rotate(-20deg); /* IE 9 */
	transform: rotate(-20deg); /* Standard syntax */
	color:#ff0000;
	font-family:Calibri,Verdana,Arial;
	font-size:48px;
	position:absolute;
	top:50px;
	left:120px;
	opacity: 0.3;
	
}

.roundedBox {

	border-radius: 6px;
    -moz-border-radius: 6px; /* firefox */
    -webkit-border-radius: 6px; /* safari, chrome */
    text-decoration: none;
}

.opaco {

	opacity: 0.5;
	font-weight: bold;
	
}

.ball {

	border-radius: 15px;
    -moz-border-radius: 15px; /* firefox */
    -webkit-border-radius: 15px; /* safari, chrome */
    text-decoration: none;
}

 #circle {
      width: 100px;
      height: 100px;
      background: red;
      border-radius: 50%
    }
	
#triangle-topright {
      width: 0;
      height: 0;
      border-top: 100px solid red;
      border-left: 100px solid transparent;
    }
	
#hexagon {
      width: 100px;
      height: 55px;
      background: red;
      position: relative;
    }

	#hexagon:before {
      content: "";
      position: absolute;
      top: -25px;
      left: 0;
      width: 0;
      height: 0;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-bottom: 25px solid red;
    }

	#hexagon:after {
      content: "";
      position: absolute;
      bottom: -25px;
      left: 0;
      width: 0;
      height: 0;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-top: 25px solid red;
    }
	
#pointer {
      width: 200px;
      height: 40px;
      position: relative;
      background: red;
    }
    #pointer:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 20px solid white;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
    }
    
	#pointer:before {
      content: "";
      position: absolute;
      right: -20px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 20px solid red;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
    }

/* https://css-tricks.com/the-shapes-of-css/ */
	
.titolo {
	
	font-size:24px;
	}

	
	
.avviso {
	background-color:#FFFACD;
	width:150px;
	position:fixed;
	right:5px;
	top:5px;
	z-index:100;
	display:none;
	font-size:10px;
	padding:3px;
	margin:auto;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
    -moz-border-radius: 6px; /* firefox */
    -webkit-border-radius: 6px; /* safari, chrome */
    text-decoration: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
	
}

/* .slideTwo */

.slideTwo {
  width: 46px;
  height: 22px;
  background: #eee;
  /* margin: 20px auto; */
  position: relative;
  border-radius: 50px;
  /* box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2); */
  border: 1px #ddd solid;
}

.slideTwo label {
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 4px;
  background: #fcfff4;
  border-radius: 50px;
  transition: all 0.4s ease;
  /* box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); */
  /* background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); */
}

.slideTwo label:after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: -1px;
  left: -5px;
  background: #fff;
  border-radius: 50px;
  /* box-shadow: inset 0px 1px 1px black, 0px 1px 0px rgba(255, 255, 255, 0.9); */
   border: 1px #ddd solid;
}
.slideTwo input[type=checkbox] {
  visibility: hidden;
}
.slideTwo input[type=checkbox]:checked + label {
  left: 28px;
}
.slideTwo input[type=checkbox]:checked + label:after {
  background: #3e95cd;
  /*activeColor*/
}

/* end .slideTwo */

/* .slideTwoSmall */

.slideTwoSmall {
  width: 32px;
  height: 15px;
  background: #eee;
  /* margin: 20px auto; */
  position: relative;
  border-radius: 38px;
  /* box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2); */
  border: 1px #ddd solid;
}

.slideTwoSmall label {
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 4px;
  background: #fcfff4;
  border-radius: 38px;
  transition: all 0.4s ease;
  /* box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); */
  /* background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); */
}
.slideTwoSmall label:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: -1px;
  left: -4px;
  background: #fff;
  border-radius: 50px;
  /* box-shadow: inset 0px 1px 1px black, 0px 1px 0px rgba(255, 255, 255, 0.9); */
   border: 1px #ddd solid;
}
.slideTwoSmall input[type=checkbox] {
  visibility: hidden;
}
.slideTwoSmall input[type=checkbox]:checked + label {
  left: 21px;
}
.slideTwoSmall input[type=checkbox]:checked + label:after {
  background: #3e95cd;
  /*activeColor*/
}

/* end .slideTwoSmall */
