html {
  /* So 100% means 100% */
  box-sizing: border-box;
}

html, body {
/*  font-family: 'Roboto', sans-serif;	*/
/*  font-family: sans-serif;	*/
/*  font-family: monospace;	*/

   font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
/*
	 font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
*/
/*
	 font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
*/
/*
	 font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
*/
/*
	 font-family: 'IBM Plex Serif', 'Georgia', Times, serif;
*/
  
  height: 100%;
  background: #f6f7f5;
/*
  text-shadow: 1px 1px #eee;
*/
  font-size: 0.9rem;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 20px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
	 text-decoration: none;
}
.new-account
{
    display: block;
    margin-top: 12px;
	 text-decoration: none !important;
}

.upLogo {
	margin-top: 16px;
	text-align: center;
}
/*
@media only screen and (max-width: 800px) {
  .upLogo {
	 margin-left: -18px;
	}
}
*/
.myFooter {
	display: block;
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 0.6em;
	font-family: 'Ubuntu', sans-serif;
}

@media only screen and (max-width: 800px) {
  .myFooter {
    display: none;
	}
}

#preAlertMsg {
  visibility: hidden;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 20em;
}

@media only screen and (max-width: 800px) {
  #preAlertMsg {
    padding: 8em; 
	}
}

#alertMsg {

  position: absolute;
  top: 80%;
  left: 50%;
  margin: -25px 0px 0px -22px;
  padding: 24px;
/* 	forza a bianco su nero
  color: #fff;
  background: #000;
*/
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8; 

}

#for-info {
  display: none;
  color: #ffffff;
  background: #000000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  text-align: center;
text-shadow: none;
text-decoration: none;
  border: 0;
  margin: 0;
  padding: 20em;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8; 
}

@media only screen and (max-width: 800px) {
  #for-info {
    padding: 3em;
	 font-size: 1rem;
	}
}

.flip-container {
	perspective: 1000px;
}

.flip-container, .front {
	width: 380px;
	height: 380px;
}

@media only screen and (max-width: 360px) {
  .flip-container, .front {
	  width: 330px;
	  height: 330px;
  }
}

.back {
	transform: rotateY(180deg);
  width: 600px;
  right: -120px;
	backface-visibility: hidden;
	position: absolute;
}

@media only screen and (max-width: 360px) {
  .back {
    width: 360px;
    right: -16px;
	}
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	text-align: center;
}

.front {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

.flip-container.flip .flipper {
	transform: rotateY(-180deg);
}

.myHead {
	width: 95%;
	float: left;
	font-size: 36px;
	margin: 12px 0 0 42px;
	position: fixed;
	top: 0;
}

#changePassword {
	margin-top: 24px;
	float: right;
}

#Modal {
	background-color: rgba(0,0,0,0.6);
}

#login {
	margin-top: 20px;
}

.modal-header .close {
	margin: -1rem -1rem -1rem -1rem;
}

.cliccabile:hover {
	background-color: rgba(221,221,221,0.6);

}

.clicme {
  font-family: monospace;
	padding : 4px 0 4px 0;
}

.clicme:hover {
	cursor: pointer;
	color: #d72d75;
  text-shadow: none;
}

.popup {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 36px;
	width: 160px;
	background: #000;
	color: #f5f5f5;
	z-index: 10;
	padding: 4px 0 6px;
	text-align: center;

	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;

  -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.7);

	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.popup::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 80px;
	margin-left: -5px;

	transform: rotate(180deg);

	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;

}

.container {
	max-width: 1300px;
}

#xpdf {
	margin-right: 1px solid #ccc;
	cursor: pointer;
}

#xpdf:hover {
	background-color: rgba(221,221,221,0.6);
	cursor: pointer;
}

#xtxt {
	margin-right: 1px solid #ccc;
	cursor: pointer;
}

#xtxt:hover {
	background-color: rgba(221,221,221,0.6);
	cursor: pointer;
}

#vidAccount {
	margin-bottom: 36px;
}


#site-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

#logo {
  padding-left: 10px;
}

#site-menu {
  color: #f5f5f5;
  width: 320px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -320px;
  padding: 15px;
  background: #002e62;  /* + chiaro #428bca */
/*	background-image: linear-gradient(to top, #FFFFFF 0%, #428bca 100%); */
  box-shadow: 4px 0px 8px 3px #888888;
}

#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}

#site-canvas {

	-webkit-transition: 300ms ease-out all;
  transition: 300ms ease-out all;
/*
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
*/
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.show-nav #site-canvas {
  -webkit-transform: translateX(300px);  
  transform: translateX(300px);  
}

/* Better Performing Method */
#site-canvas {
  -webkit-transform: translate3d(0);
  transform: translate3d(0);
}
.show-nav #site-canvas {
  -webkit-transform: translate3d(300px, 0, 0);  
  transform: translate3d(300px, 0, 0);  
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size)
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
*/
#closeMenu {
/*    display: inline-block; */
	display: none;
	cursor: pointer;
	margin: 6px 30px;
	z-index: 9999;				/* 	deve restare SEMPRE visibile	*/
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px;
    transition: 0.8s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.voceMenu {
	color: #f5f5f5;
	transition: 0.5s;
	min-height: 42px;
	text-shadow: -1px -1px #333;
	line-height: 2rem;
}

.voceMenu:hover {
	cursor: pointer;
	font-size: 1.2em;	
/*
	color: #36229D;
	text-shadow: 1px 1px #2B3BAD; 
	text-shadow: none;
*/
}

.menuAdmin {
	color: #4289c7; 
}

.menuIBM {
	color: #006; 
	text-shadow: 1px 1px #4246c7;
}

.fa-li {
	text-shadow: 1px 1px #99b2cc;
}


.finestra {
	background-color: #ccc;
	border-radius: 5px;
	box-shadow: inset 2px 2px 5px 0 #888;
	padding: 12px;
}

/*
#whoAmI {
	text-shadow: 1px 1px #2888a6;
	color: #2E1878;
}
*/
/* Tooltip container */
.tltp {
    width: 100%;
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tltp .tltptxt {
    visibility: hidden;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
	 margin-top: 20px;
}

.tltp:hover .tltptxt {
    visibility: visible;
}

/*
tbody {
	display: block;
	height: 640px;
	overflow-y: auto;
	overflow-x: hidden;
}

thead, tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

thead tr {
	background: #4580ff;
	color: #212529;
	text-shadow: 1px 1px #5EB5FF;
}

*/
#_List {
	height: 100%;
	overflow-x: auto;
}
/*
.modal-dialog {
	min-width: 600px;
}
*/
/*		modale per immagine articoli
*/

.imgModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.imgModal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 400px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.imgModal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.imgModalClose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.imgModalClose:hover,
.imgModalClose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .imgModal-content {
        width: 100%;
    }
}

button, select {
    text-transform: none;
    font-size: 0.9em;
}

.image {
	border-radius: 5px;
	transition: 0.3s;
}

.image:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	cursor: pointer;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.3);
}

.desc {
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
}

.bianco {
	background: #fff;
	color: #000;
}

.nero {
	background: #000;
	color: #fff;
}

.grigio {
	color: #888;
}

#listaServizi {
	font-size: 0.8em;
	margin-top: 1rem;
}

.spunta {
	margin-left: -52px;
	color: #28a745;
	z-index:11;
}

a.nav-link {
	font-size: 1.50rem;
}

#testoPrivacy {
	margin: 1rem;
}

.container-griglia {
	height: 30rem;
}

.spazio {
	margin: 1.25rem;
}

.container-griglia {
  box-sizing: border-box;
}

.griglia {
	display: grid;
	grid-template-areas: 
		"left right"
		"left right"
		"left right"
		"left right"
		"gridFooter gridFooter";
	grid-column-gap: 1px;
}

.left,
.right {
	text-align: center;
	padding: 3rem 1rem;
}

.left {
	grid-area: left;
}

.right {
	grid-area: right;
}

.megaButton:hover {
	background-color: #ccc;
	cursor: pointer;
}

.gridFooter {
	grid-area: gridFooter;
	text-align: center;
	padding: 3rem 1rem;
}

.gridFooter:hover {
	background-color: #ccc;
	cursor: pointer;
}

media only screen and (max-width: 800px) {
  .megaButton {
		padding: 0.5rem 0.2rem;
	}
}

.puntoPrivacy {
	text-shadow: 1px 1px #fff;
}

.puntoPrivacy:hover {
	text-shadow: 1px 1px #ddd;
}

.titoloPrivacy {
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.btn-primary {
	background-color: #002e62;
	border-color: #002e62;	
}


/* sfondo nero */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
/*	background: url(bubble.png) top left; */
  background-color: rgba(0, 0, 0, 0.8);
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
/*	background: url(bubble.png) bottom right; */
}

/* sfondo personalizzato */

.custom::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	margin-left: -5px;

	transform: rotate(180deg);

	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;

}

.video {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  padding-bottom: 180px;
  padding-left: 32px;
  padding-right: 32px;
}

@media only screen and (max-width: 360px) {
  .video {
    padding-bottom: 240px;
	}
}

.custom {
  color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
  padding: 4px 12px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;

  -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.7);
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

