/*@import "_virtual-reset";*/
body * {
  font-family:'Roboto Condensed', sans-serif !important;
  line-height: 30px;
}
body,
html {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}

body {
  background-image: url(../img/virtual_background.png) !important;
  /*background-repeat: no-repeat !important;*/
  background-attachment: fixed !important;
  background-position-y: 79px !important;
  background-position-x: 0px !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  height: 65% !important;
  background-color: #000 !important;
}
#wrapper-virtual {
  position: relative;
  min-height: 100%;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
#header,
#page {
  position: relative;
  display: block;
}
#header {
  position: fixed;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 10%;
  background-color: #000;
  
}
#header-image {
  position: relative;
  padding: 0;
  height: 50px;
  width: 15%;
  margin-left: 48%;
  margin-top: 0.75%;
}
@media (max-width:1540px){
	#header-image {
		position: relative;
		padding: 0;
		height: 49px;
		width: 18%;
		margin-left: 48.25%;
		margin-top: 1%;
	}
}
#logo{
	width: 11%; 
	top: 25%; 
	left: 37%; 
	position: absolute;
}
@media (max-width:1540px){
	#logo {
		width: 13%;
		top: 25%;
		left: 34.75%;
		position: absolute;
	}
}
#footer-image {
  position: relative;
  width: 70%;
  margin: 0;
  padding: 0;
  height:150px;
}
@media (max-width:1080px){
	#footer-message {
	  color: #666;
	  height: 233px;
	  background: black;
	  z-index:2
	}
}
#footer {
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  height: 150px;
  background-color: #000;
}
.header-box {
  position: relative;
  margin-bottom: 13px;
  border-bottom: solid 1px #afb0b0;
  padding: 5px 10px;
  /* colore barra login-registrazione */
  background: #BCCD6D;
  color: #fff;
}
.form-box {
  margin-top: 80px;
  margin-bottom: 40px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.74);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.21);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.21);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.21);
}
.form-box table {
  margin: 13px 10px;
}
.form-box td {
  padding: 2px 5px;
  position: relative;
}
.form-box input[type=text],
.form-box input[type=password] {
  padding: 2px 5px;
  width: 250px;
  line-height: 20px;
}
.header-box > .header-title {
  background-image: url("../img/lock-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  line-height: 20px;
}
.form-box-submit {
  margin: 11px 0;
}
.form-box-info-right {
  text-align: right;
  font-size: 12px;
  margin: 0;
  margin-top: 5px;
}
.form-box-error {
  color: red;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
.center {
  margin: 0 auto;
}
.info {
  font-style: italic;
  color: #333;
  font-size: 12px;
}
.login-type {
  font-size: 14px;
  padding-left: 4px;
  color: #333;
}
.login-type > input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}
.curriculum-messages {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.text-center {
  text-align: center;
}
.annuncio-box {
  // width: 600px !important;
  padding-left: 10%;
  padding-right: 10%;
}
.annuncio-box > tbody > tr > td {
	text-align: center;
}
.virtual-title {
  color: red;
}
#login-info {
  font-size: 14px;
  font-style: italic;
  color: #666;
}
.mandatory {
  color: red;
}
.login-forgot,
.login-singin {
  font-size: 14px;
}
#virtual-error {
  color: red;
  font-size: 14px;
  font-weight: bold;
}
#login-message {
  color: #8E2727;
  font-size: 14px;
  font-weight: bold;
}
#breadcrump-table {
  border: solid 2px #E73518;
  border-right: hidden 0px;
}
#breadcrump-container > td {
  text-align: center;
  padding: 10px;
  border-right: solid 2px #E73518;
  font-size: 14px;
  cursor: pointer;
}
#breadcrump-container > td.valid {
  color: #000;
  background: #FBE1E1;
}
#breadcrump-container > td.valid:hover {
  color: #fff;
  background: #EF6969;
}
#breadcrump-container > td.active {
  color: #fff;
  background: #FF3939 !important;
}
#breadcrump-table {
  float: left;
}
#breadcrump-label {
  margin-left: 10px;
}
#attributi-container > table.hidden {
  display: none;
}
#attributi-container {
  padding-top: 20px;
}
#attributi-container > table > tbody > tr> td {
	// text-align:center;
}
.input-error {
  border: solid 1px #FF3939;
}
#annunci-candidatura-spontanea {
  // padding-left: 30px;
}
#annunci-candidatura-spontanea > table > tbody > tr > td,
#applications-container > tbody > tr > td{
	text-align:center;
}
#footer-message {
  color: #666;
  // font-style: italic;
}
#virtual-menu {
  position: absolute;
  top: 25%;
  right:5px;
  margin: 0;
  padding: 0;
  text-align:center;
}
@media (max-width: 1900px){
	#virtual-menu {
	  position: absolute;
	  right: 5px;
	  top: 25%;
	  margin: 0;
	  padding: 0;
	}
}

#virtual-menu li {
  list-style-type: none;
  margin: 0 5px;
  padding: 0;
  float: left;
  background-color: #E7321E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 2px 4px -1px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 2px 4px -1px rgba(50, 50, 50, 0.6);
}
#virtual-menu li:hover {
  background-color: #D62B18;
}
#virtual-menu:hover::after {
    opacity: 1;
}
#virtual-menu li:active {
  margin-top: 1px;
  -webkit-box-shadow: 0px 1px 4px -1px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 1px 4px -1px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 1px 4px -1px rgba(50, 50, 50, 0.6);
}
#virtual-menu li a {
  line-height: 40px;
  padding: 10px 8px;
  color: white;
  font-weight: bold;
  font-size:14px
}
#page-container {
	position: relative;
	display: block;
	margin-top: 36rem;
	padding-top: 25px !important;
	padding-bottom: 185px !important;
}
@media ( max-width:1540px){
	#page-container {
	  position: relative;
	  display: block;
	  margin-top: 30.75%;
	  padding-top: 25px !important;
	  padding-bottom: 185px !important;
	}
}
@media ( max-width:1280px){
	#page-container {
	  position: relative;
	  display: block;
	  margin-top: 412px;
	  padding-top: 25px !important;
	  padding-bottom: 185px !important;
	}
}
@media (max-width:1080px){
	#page-container {
	  position: relative;
	  display: block;
	  margin-top: 360px;
	  padding-top: 25px !important;
	  padding-bottom: 185px !important;
	}
}
@media ( max-width:980px){
	#page-container {
	  position: relative;
	  display: block;
	  margin-top: 335px;
	  padding-top: 25px !important;
	  padding-bottom: 185px !important;
	}
}
#privacy-container {
  display: none;
}
#privacy-container textarea {
  text-align: left;
}
#guide-line-container {
  position: absolute;
  top: 50px;
  right: 50%;
  margin-right: 320px;
  width: 200px;
}
#guide-line {
  text-align: justify;
}
.summary-group {
    font-size: 14px;
    padding-top: 10px;
    display: block;
}
/*# sourceMappingURL=virtual-style.css.map */

#banner-shader{
	background-color: rgba(0, 0, 0, 0.5) !important;
	  position: absolute;
	  width: 100%;
	  top: -500px;
	  left: 0px;
	  height: 31.25rem;
	  z-index: 1;
}

@media (max-width:1540px){
	
	#banner-shader{
		background-color: rgba(0, 0, 0, 0.5) !important;
		position: absolute;
		width: 100%;
		top: -480px;
		left: 0px;
		height: 480px;
		z-index: 1;
	}
}
@media (max-width:1280px){
	
	#banner-shader{
		background-color: rgba(0, 0, 0, 0.5) !important;
		position: absolute;
		width: 100%;
		top: -412px;
		left: 0px;
		height: 412px;
		z-index: 1;
	}
}

@media (max-width:1280px){
	
	#banner-shader{
		background-color: rgba(0, 0, 0, 0.5) !important;
		position: absolute;
		width: 100%;
		top: -412px;
		left: 0px;
		height: 412px;
		z-index: 1;
	}
}

#recruit-page{
	color: #FFF;  
	text-transform: uppercase;  
	position: absolute;  
	top: -24rem;  
	text-align: center;  
	left: 38.25%;
	z-index: 2;
	font-size: 40px !important;
	position: absolute;
  background-image: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/liniettabianca.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 40px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}
@media (max-width:1540px){
	#recruit-page{
		color: #FFF;  
		text-transform: uppercase;  
		position: absolute;  
		top: -39.5%;  
		text-align: center;  
		left: 35%;
		z-index: 2;
		font-size: 40px !important;
		position: absolute;
		  background-image: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/liniettabianca.svg);
		  background-repeat: no-repeat;
		  background-position: center bottom;
		  background-size: 40px auto;
		  padding-top: 0px;
		  padding-right: 0px;
		  padding-bottom: 20px;
		  padding-left: 0px;
	}
}
@media (min-width:981px) and (max-width:1280px) and (orientation:landscape){
	#recruit-page{
		color: #FFF;  
		text-transform: uppercase;  
		position: absolute;  
		top: -27%;  
		text-align: center;  
		left: 27%;
		z-index: 2;
		font-size: 40px !important;
		position: absolute;
		  background-image: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/liniettabianca.svg);
		  background-repeat: no-repeat;
		  background-position: center bottom;
		  background-size: 40px auto;
		  padding-top: 0px;
		  padding-right: 0px;
		  padding-bottom: 20px;
		  padding-left: 0px;
	}
	
	#header{
		height:15%
	}
	
  	#logo{
		top:21%;
	}
	
	#virtual-menu{
		top:50%
	}
	
	body{
		background-position-y: 22% !important;
	}
	 #page-container {
		margin-top: 36.5%;
	  }
}

@media (min-width:920px) and (max-width:980px) and (orientation:portrait){
	#recruit-page{
		color: #FFF;  
		text-transform: uppercase;  
		position: absolute;  
		top: -15.5%;  
		text-align: center;  
		left: 27%;
		z-index: 2;
		font-size: 40px !important;
		position: absolute;
		  background-image: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/liniettabianca.svg);
		  background-repeat: no-repeat;
		  background-position: center bottom;
		  background-size: 40px auto;
		  padding-top: 0px;
		  padding-right: 0px;
		  padding-bottom: 20px;
		  padding-left: 0px;
	}

	#header{
		height:8%
	}
	
  	#logo{
		top:17%;
	}
	
	#virtual-menu{
		top:50%
	}
	
	body{
		background-position-y: 9% !important;
	}
	 #page-container {
		margin-top: 43%;
	  }
	 #header-image {
		width: 20%;
		width: 20%;
	  }
}

@media (device-width:810px) and (device-height:1080px){
	#recruit-page{
		color: #FFF;  
		text-transform: uppercase;  
		position: absolute;  
		top: -27.5%;  
		text-align: center;  
		left: 27%;
		z-index: 2;
		font-size: 40px !important;
		position: absolute;
		  background-image: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/liniettabianca.svg);
		  background-repeat: no-repeat;
		  background-position: center bottom;
		  background-size: 40px auto;
		  padding-top: 0px;
		  padding-right: 0px;
		  padding-bottom: 20px;
		  padding-left: 0px;
	}

	#header{
		height:8%
	}
	
  	#logo{
		top:23%;
	}
	
	#virtual-menu{
		top:50%
	}
	
	body{
		background-position-y: 11% !important;
	}
	 #page-container {
		margin-top: 38%;
	  }
	 #header-image {
		width: 20%;
		width: 20%;
	  }
}

@media (min-width:915px) and (max-width:950px) and (orientation:portrait){
	#recruit-page{
		color: #FFF;  
		text-transform: uppercase;  
		position: absolute;  
		top: -9.5%;  
		text-align: center;  
		left: 27%;
		z-index: 2;
		font-size: 40px !important;
		position: absolute;
		  background-image: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/liniettabianca.svg);
		  background-repeat: no-repeat;
		  background-position: center bottom;
		  background-size: 40px auto;
		  padding-top: 0px;
		  padding-right: 0px;
		  padding-bottom: 20px;
		  padding-left: 0px;
	}

	#header{
		height:6%
	}
	
  	#logo{
		top:17%;
	}
	
	#virtual-menu{
		top:50%
	}
	
	body{
		background-position-y: 9% !important;
	}
	 #page-container {
		margin-top: 43%;
	  }
	 #header-image {
		width: 20%;
		width: 20%;
	  }
}
@media (min-width:915px) and (max-width:980px) and (orientation:landscape){
	#recruit-page{
		color: #FFF;  
		text-transform: uppercase;  
		position: absolute;  
		top: -27.5%;  
		text-align: center;  
		left: 27%;
		z-index: 2;
		font-size: 40px !important;
		position: absolute;
		  background-image: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/liniettabianca.svg);
		  background-repeat: no-repeat;
		  background-position: center bottom;
		  background-size: 40px auto;
		  padding-top: 0px;
		  padding-right: 0px;
		  padding-bottom: 20px;
		  padding-left: 0px;
	}

	#header{
		height:30%
	}
	
  	#logo{
		top:17%;
	}
	
	#virtual-menu{
		top:50%
	}
	
	body{
		background-position-y: 71% !important;
	}
	 #page-container {
		margin-top: 39.5%;
	  }
	 #header-image {
		width: 20%;
		width: 20%;
	  }

}

@media (min-width:813px) and (max-width:800px){
	#recruit-page{
		color: #FFF;  
		text-transform: uppercase;  
		position: absolute;  
		top: -21%;  
		text-align: center;  
		left: 28%;
		z-index: 2;
		font-size: 40px !important;
		position: absolute;
		  background-image: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/liniettabianca.svg);
		  background-repeat: no-repeat;
		  background-position: center bottom;
		  background-size: 40px auto;
		  padding-top: 0px;
		  padding-right: 0px;
		  padding-bottom: 20px;
		  padding-left: 0px;
	}
}

@media (max-width:812px){
	#header{
		height:8%
	}
	
  	#logo{
		top:35%;
	}
	
	#virtual-menu{
		top:20%
	}
	
	body{
		background-position-y: 10% !important;
	}
	 #page-container {
		margin-top: 36.5%;
	  }
}
.annuncio-box > tbody > tr >td >h4 > span,
.annuncio-box > tbody > tr >td >h1 > span{
	font-size:35px; 
	color: #D70003;
	font-weight: 400 !important;
	text-transform: uppercase; 
	background-image: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/h2_bg.svg);
	background-repeat: repeat-y;
	background-position: left center;
	background-size: 30px auto;
	padding-left: 30px;
}
.euresys-style table.auto {
  width: 100% !important;
}
.euresys-style * {
  font-size: 20px;
}

#footer-image-logo{
  background-image: url(https://www.maflex.it/wp-content/themes/maflex/img/logo.svg);
  background-position: 80px 50px;
  background-repeat: no-repeat;
  background-size: 200px auto;
  padding-top: 95px;
  width: 285px;
  float: left;
  margin-left: 1rem;
}

.footer-text > div > ul > li > a {
transition:color 1s ease;/*i just moved this from anchor*/
color: white
}

.footer-text > div > ul > li:hover a{
color:red;
}

#social li a {
  padding-left: 51px;
  height: 50px;
  display: block;
  background-image: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/social.svg);
  filter: grayscale(1);
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: 538px 461px;
  transition: all 0.5s;
}
#login-form > tbody > tr > td{
	text-align:center;
}

.footer-data > h3{
line-height:18px !important;
}
.footer-data > ul{
list-style-type: none;padding-left: 0px !important;
margin-top: 9px;
}
.footer-data > ul >li, 
.footer-data > ul >li > a{
	line-height:18px !important;font-size:14px !important

}

#linkedin{
	padding-left: 51px;
  height: 100px;
  display: block;
	background: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/social.svg) 31% 0%;
  filter: grayscale(1);
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: 856px 682px;
  transition: all 0.5s;
}
#youtube{
	padding-left: 51px;
  height: 100px;
  display: block;
	background: url(https://www.maflex.it/wp-content/themes/maflex/css/../img/social.svg) 95% 0%;
  filter: grayscale(1);
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: 856px 682px;
  transition: all 0.5s;
}
#linkedin:hover,
#youtube:hover{
  filter: grayscale(0);
    opacity: 1;
}