/* vers 1.2*/

html {
	-khtml-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
@media screen and (orientation:portrait) {
	body {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		transform-origin: left top;
		width: 100vh;
		height: 100vw;
		overflow-x: hidden;
		position: absolute;
		top: 100%;
		left: 0;
	}
}
body, input {
	font-family: 'Maven Pro', sans-serif;
	font-display: auto;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0;
}
body {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: 250px auto;
	background-position: top center;
}
p {
	margin: 0;
}
.sx {
	text-align: left !important;
}
.dx {
	text-align: right !important;
}

.cn {
	text-align: center !important;
}
.b {
	font-weight: bold;
}
hr{
	border: 0;
	height: 2px;
	background: #efefef;
}
body>form.intro {
	width: 500px;
	margin: 0;
	padding: 25px;
	border-radius: 8px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 20px #4141414d;
}
body>form.intro p {
	margin: 10px 0;
}
body>form.intro .indicazioni {
	color:gray;
	font-size:0.8em;
}
form.intro input[type=submit] {
	min-width: 100px;
	padding: 5px;
}
form.intro input[type=text], form.intro input[type=password], form.intro input[type=email] {
	width: 80%;
	margin: 7px 0;
	padding: 10px;
	border: 1px solid #b3adad;
}
form.intro a {
	text-decoration: none;
	font-weight:bold;
	color: #d50e3c;
}
form.intro a:hover,
form.intro a:active {
	color: #a62341;
}
body>form.intro h2 {
	font-size: 130%;
	margin-bottom: 20px;
}
div.content.registra {
	padding:2%;
	max-width: 1275px;
	overflow-y: unset;
}
.registra form  {
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom: 2px solid rgb(185, 185, 185);
}
.registra form p.sub > div {
	width:100px;
}
.registra form p > div {
	min-width:200px;
	width: 22%;
	max-width: 300px;
	margin:10px;
}
.registra form p > div input{
	padding:10px;
}
#welcome {
	display: block;
	position: absolute;
	z-index: 1;
	top:0;
	text-align: center;
	text-shadow: none;
	font-size: 80%;
	width:100%;
	color: #ffffff;
}
#welcome > span {
	display: inline-block;
	width:1320px;
	text-align: right;
}
@media only screen and (max-width: 1380px) {
	#welcome > span {
		width: 980px;
	}
}
#welcome input[type="submit"], #welcome a {
	align-items: unset;
	text-align: unset;
	background-color: unset;
	box-sizing: unset;
	border-style: none;
	border-image: none;
	color: #f9f9f9;
	padding: 6px 5px 3px 5px;
	margin: 0 2px;
	font-weight: bold;
	border: 1px solid #ffffff40;
	border-radius: 0px 0px 2px 2px;
	font-size: 0.9em;
	line-height: 1.3;
	text-decoration: none;
	border-top: unset;
}
#welcome input[type="submit"]:hover,
#welcome input[type="submit"]:hover,
#welcome a:hover,
#welcome a:hover {
	cursor: pointer;
	background-color: #ffffff54;
	border-style: none;
	border-bottom: 1px solid #ffffff40;
	border-right: 1px solid #ffffff40;
	border-left: 1px solid #ffffff40;
}
span#aggiungi {
	font-size: 15px;
	float: right;
	background: #ffffffeb;
	padding: 10px 15px;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	text-align: center;
	margin: 5px 10px 0 0;
	animation: loopAggiungi 1.5s infinite;
}
@keyframes loopAggiungi {
	0% {
		margin-top: 5px;
	}
	50% {
		margin-top: 15px;
	}
	100% {
		margin-top: 5px;
	}
}
span#aggiungi img {
	height: 2em;
	vertical-align: middle;
}
.header.homeBIM {
	background-image: url(../img/header.png);
}
.content.homeBIM {
	display: flex; /* or inline-flex */
	flex-direction: row;
	max-height:290px;
	justify-content:center;
	padding: 70px 30px;
}
.homeBIM > a{
	display: inline-block;
	border: 1px solid #d5d5d5;
	margin: 38px 2%;
	min-width: 210px;
	text-align: center;
	padding-top: 148px;
	text-decoration: none;
	font-size: 24px;
	line-height:25px;
	color: #3a4c5a !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 119% 77%;
}
.homeBIM > a:hover{
	opacity:0.8;
}
.homeBIM > a > span{
	font-size: 20px;
	color: #aaaaaa;
	font-weight: 100;
}
.homeBIM > a.gilteritinib {
	background-image: url(../includes/gilteritinib/img/ico.png);
}
.homeBIM > a.enzalutamide {
	background-image: url(../includes/enzalutamide/img/ico.png);
}
.homeBIM > a.roxadustat_BIM {
	background-image: url(../includes/roxadustat_BIM/img/ico.png);
}
.homeBIM > a.roxadustat_calcolatore {
	background-image: url(../includes/roxadustat_calcolatore/img/ico.png);
}