
.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  margin-top: 25px; */
}
			#pagewrap svg {
				width: 50%;
				height: 50%;
				
			}
			
			.button {
				background-color: #e85113;
				border: none;
				color: white;
				padding: 5px 10px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				font-size: 13px;
				margin:13px 2px 4px 2px;
				cursor: pointer;
				float:right;
				margin-left:20px;
			}
			.head{
				width:calc(100% - 65px);
				display: inline-block;
				border-bottom: 1px solid #757a7f;
				margin-bottom:20px;
				
			}
			.left{
				float:left;
			}
			.right{
				float:right;
			}
			.userLogged{
				color:#e85113;
				font-weight:bold;				
			}
			.userLogged:before{
				content: " ";
				background-image: url('/immagini_layout/icone/ico_Intranet_SVG/ico_user.svg');
				background-size: cover;
				display: inline-block;
				width: 15px;
				height: 20px;
				margin-right: 10px;
			}			
			.stripe {
				padding-top: 10px;
			}
			.backhomeIntranet{
				color:#757a7f;
				font-weight:bold;
			}
			ol.accordion {
				padding-left: 21px;
			}
			a.toggle {
				color: #757a7f;
			}			
			.linkIntranet{
				color: #757a7f;
				font-size: 15px;
				margin-left:30px;
				text-decoration:underline;
			}
			
.login {
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.login.loading button {
  max-height: 100%;
  padding-top: 50px;
}
.login.loading button .spinner {
  opacity: 1;
  top: 40%;
}
.login.ok button {
  background-color: #8bc34a;
}
.login.ok button .spinner {
  border-radius: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 20px;
  animation: none;
  transform: rotateZ(-45deg);
}
.login input {
  display: block;
  /* padding: 15px 10px; */
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ddd;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #000000;
}
.login input + i.fa {
  color: #fff;
  font-size: 1em;
  position: absolute;
  margin-top: -47px;
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
/* .login input:focus {
  outline: none;
  color: #444;
  border-color: #2196F3;
  border-left-width: 35px;
} */
/* .login input:focus + i.fa {
  opacity: 1;
  left: 30px;
  transition: all 0.25s ease-out;
} */
.login a {
  font-size: 0.8em;
  color: #e85113;
  text-decoration: none;
}
.login .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.login button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #e85113;
  color: #fff;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  transform: rotateZ(0deg);
  transition: all 0.1s ease-out;
  border-bottom-width: 7px;
}
.login button .spinner {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 4px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  left: 50%;
  top: 0;
  opacity: 0;
  margin-left: -20px;
  margin-top: -20px;
  animation: spinner 0.6s infinite linear;
  transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.login:not(.loading) button:hover {
  box-shadow: 0px 1px 3px #2196F3;
}
.login:not(.loading) button:focus {
  border-bottom-width: 4px;
}

/* STRUCTURE */


ul#multi,ul#multi li{margin:0;padding:0;list-style:none}

ul#multi{
	/* width: 100%; */
	overflow: hidden;
    padding: 1em 0;
    line-height: 1;
	display: inline-block;
}

ul#multi li{
	float: left;
    width: 155px;
    height: 210px;
    margin-right: 35px;
    display: inline;
    border: solid 1px black;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background: #efefef;
}
ul#multi li>p{
	line-height: 1.4;
	word-wrap: break-word;
}

ul#multi li h3 {
    font-size: 1.7em;
    margin-top: 12px;
	margin-bottom: 16px;
}
ul#multi li h4 {
    font-size: 0.9em;
    margin-top: 14px;
	margin-bottom: 16px;
	color: #757a7f;
}
ul#multi li:hover {
    background: #e74e0f;
    cursor: pointer;
    color: #fff !important;
}

#multi li:hover h3, #multi li:hover div h4{
	color:#fff !important;
	text-decoration:underline;

}
#multi li:hover h3{
	text-decoration:none !important;
}

#multi li:hover div svg g *{
	fill:#ffffff;

}

.img_center {
	text-align:center;
}
.img_center p{
    color:#757a7f;
	font-weight:bold;
}

.upper{
	text-transform: uppercase;
}

ul#multi-moduli,ul#multi-moduli li{margin:0;padding:0;list-style:none}

ul#multi-moduli{
	/* width: 100%; */
	overflow: hidden;
    padding: 1em 0;
    line-height: 1;
	display: inline-block;
}

ul#multi-moduli li{
	float: left;
    width: 155px;
    height: 210px;
    margin-right: 35px;
    display: inline;
    border: solid 1px black;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background: #333333;
}
ul#multi-moduli li>p{
	line-height: 1.4;
	word-wrap: break-word;
}

ul#multi-moduli li h3 {
    font-size: 1.7em;
    margin-top: 12px;
	margin-bottom: 16px;
}
ul#multi-moduli li h4 {
    font-size: 0.9em;
    margin-top: 14px;
	margin-bottom: 16px;
	color: #fff;
}
ul#multi-moduli li:hover {
    background: #e74e0f;
    cursor: pointer;
    color: #fff !important;
}

#multi-moduli li:hover h3, #multi li:hover div h4{
	color:#fff !important;
	text-decoration:underline;

}
#multi-moduli li:hover h3{
	text-decoration:none !important;
}

#multi-moduli li:hover div svg g *{
	fill:#ffffff;

}

.img_center {
	text-align:center;
}
.img_center p{
    color:#fff;
	font-weight:bold;
}

.upper{
	text-transform: uppercase;
}

    }
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media only screen and (max-width: 980px){
	ul#multi li {
    float: left;
    width: 35%;
    margin-left: 15%;
    display: inline;
    min-height: 200px;
	}
	
	ul#multi li>p{
	line-height: 1.4;
	word-wrap: break-word;
	}
}
@media only screen and (max-width: 768px){
	ul#multi li {
    float: left;
    width: 35%;
    margin-left: 15%;
    display: inline;
    min-height: 200px;
	}
	
	ul#multi li>p{
	line-height: 1.4;
	word-wrap: break-word;
	}
}
@media only screen and (max-width: 680px){
	ul#multi li {
    float: left;
    width: 35%;
    margin-left: 15%;
    display: inline;
    min-height: 200px;
	}
	
	ul#multi li>p{
	line-height: 1.4;
	word-wrap: break-word;
	}
	
	
}
@media only screen and (max-width: 490px){
	ul#multi li{
	float:left;
	width:80%;
    margin-left: 8%;
	display: inline;
}
	ul#multi li>p{
	line-height: 1.2;
}
	.head{
		width:100%;
		display: inline-block;
		border-bottom: 1px solid #757a7f;
		margin-bottom:20px;
		
	}
	.stripe {
    padding-top: 45px;
    padding-right: 10px;
    padding-bottom: 45px;
    padding-left: 10px;
}
#pagewrap svg {
    width: 30%;
    height: 30%;
}
}

@media only screen and (max-width: 980px){
	ul#multi-moduli li {
    float: left;
    width: 35%;
    margin-left: 15%;
    display: inline;
    min-height: 200px;
	}
	
	ul#multi-moduli li>p{
	line-height: 1.4;
	word-wrap: break-word;
	}
}
@media only screen and (max-width: 768px){
	ul#multi-moduli li {
    float: left;
    width: 35%;
    margin-left: 15%;
    display: inline;
    min-height: 200px;
	}
	
	ul#multi-moduli li>p{
	line-height: 1.4;
	word-wrap: break-word;
	}
}
@media only screen and (max-width: 680px){
	ul#multi-moduli li {
    float: left;
    width: 35%;
    margin-left: 15%;
    display: inline;
    min-height: 200px;
	}
	
	ul#multi-moduli li>p{
	line-height: 1.4;
	word-wrap: break-word;
	}
	
	
}
@media only screen and (max-width: 490px){
	ul#multi-moduli li{
	float:left;
	width:80%;
    margin-left: 8%;
	display: inline;
}
	ul#multi-moduli li>p{
	line-height: 1.2;
}
	.head{
		width:100%;
		display: inline-block;
		border-bottom: 1px solid #757a7f;
		margin-bottom:20px;
		
	}
	.stripe {
    padding-top: 45px;
    padding-right: 10px;
    padding-bottom: 45px;
    padding-left: 10px;
}
#pagewrap svg {
    width: 30%;
    height: 30%;
}
}

/* for 980px or less */
/* @media screen and (max-width: 980px) {
	
	ul#multi {
		width: 94%;
	}
	#content {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}

} */

/* for 700px or less */
/* @media screen and (max-width: 600px) {

	#content {
		width: auto;
		float: none;
	}
	
	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}

} */


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    // IE10+ CSS here
	
	ul#multi li h3 {
		font-size: 1.7em;
		margin-top: 12px;
		margin-bottom: -30px;
	}

	ul#multi li h4 {
		font-size: 0.9em;
		margin-top: -30px;
		margin-bottom: 16px;
		color: #757a7f;
	}
}