/* 
	Blu Fresenius Kabi			#0063be	
	Blu Fresenius Kabi - chiaro	#66a1d8	
	Blu Fresenius Kabi - scuro	#003862	
	Verde B Brown				#00b482
	Blu Baxter					#003399
	Arancione					#FF8F17
*/

@font-face {
	font-family: 'Verdana';
	src: url('../webfonts/verdana.ttf') format('truetype');
}
@font-face {
	font-family: 'Verdana-b';
	src: url('../webfonts/verdanab.ttf') format('truetype');
}
@font-face {
	font-family: 'Verdana-i';
	src: url('../webfonts/verdanai.ttf') format('truetype');
}
@font-face {
	font-family: 'Verdana-bi';
	src: url('../webfonts/verdanabi.ttf') format('truetype');
}

.nascosto{
	display:none;
}

h1,h2,h3{
	font-family: 'Verdana-b';
}
i,em{
	font-family: 'Verdana-i';
}


body{
	font-family: 'Verdana',Arial,sans-serif;
}


.ui-mobile .ui-page {
    height: 100%;
	overflow-x: hidden;
}
div[data-role=page] > div{
	width: 85%;
	margin: 0 auto;
	max-width: 1300px;
}
span.pul, .menuInf > div, .colSX, .lista > div, .submenu > span, .lista div.rimuovi,.pdf,div.pul_home{
	cursor: pointer; 
}
#marketShare .lista > div,#ex_marketShare .lista > div{
	cursor: unset; 
}
h1,h2{
	color:#0063be;
}
h3{
	color:#0063be;
}
.b{
	font-weight:bold;
}

span.un{
	color: #6c6c6c;
    font-size: 0.9em;
}

/*BASE*/

div[data-role=page] > div.tit{
    padding: 5px;
}
#base{
	background-image:url('../img/home_sfondo.png');
    background-repeat: no-repeat;
    background-position: top right;
	background-size: 20% auto;
}
#base a {
    display: inline-block;
	margin: 10px;
    flex-grow: 1;
    width: 40%;
    position: relative;
}
#base a > div {
	background: #ffffffba;
    font-size: 1.5em;
    line-height: 1.1em;
    color: #003862;
    width: 100%;
    display: inline-block;
    text-shadow: none;
    text-align: center;
    padding: 10px 0;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    height: 60px;
}
#base a:hover  {
	opacity:0.8;
}
#base a:hover > div {
    color: #0063be;
}
#base a > div > span {
margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*BIM*/

.top{
	min-width: 926px;
	height: 110px;
	padding: 10px 0;
    display: flex;
    margin-top: 12px !important;
}
div.pul_home{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px #44444461;
    background-image: url(../img/pul_home.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
	margin-right: 20px;
}
div.pul_home:active{
    background-color:#d1e1f0;
}
.top h2{
	margin-bottom: 5px;
}
.top p{
	margin: 0px 0px 15px 0px;
}
.top .righina::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 30%;
    background-color: #0063be;
}
.top .righina::after {
    content: '';
    position: relative;
    background-color: #f9f9f9;
    top: -12px;
    float: right;
    width: 25px;
    height: 25px;
    margin-right: 70px;
    border-right: 3px solid #0063be;
    border-top: 3px solid #0063be;
    transform: rotate(135deg);
}
table{
	border-collapse: collapse;
}
th{
	color:#003862;
	padding:10px 5px;
	border-bottom: 2px solid #003862;
}
td{
	border-bottom: 1px solid #00386240;
	padding:4px;
	text-align:center;
}
tr:last-child td {
	border-bottom: 2px solid #003862;
}
tr td:first-child {
	text-align:left;
}
div[data-role=page] > div.contenuto,
.contenuto > div .pag{
	width:926px;
	height: 490px;
}

#contenutoBIM div .pag{
    width: 908px;
    margin-right: 10px;
    padding: 0px 6px;
}
#contenutoBIM div.w100p{
	width: 900px;
}

#base >div {
	width:800px;
}
#contenutoBIM .contenuto > div .pag{
	margin-right: -6px;
}
.w100p{
	width:950px;
	height:440px;
}
.mt30{
	margin-top:30px;
}
.mt60{
	margin-top:60px;
}
.mb30{
	margin-bottom:30px;
}
.cn{
	text-align:center
}
.perc::after{
	content:"%";
	margin-left:3px;
}
.euro::after{
	content:"€";
	margin-left:3px;
}
div.flex{
	display: flex;
	flex-wrap: wrap;
}
.menuInf{
    border-top: 1px solid #cdcdcd;
    padding: 20px 0 0 0;
}
#BIM .base::after{
    content: '';
    background-color: #d8edf4;
    width: 50%;
    height: 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 18px;
    z-index: 1;
	max-width: 840px;
}
.menuInf > div,
.menuInf > span{
	flex: 1;
    text-align: center;
    display: block;
    z-index: 3;
}
.menuInf > span{
	color:#003862ab;
	font-size:0.8em;
	max-width: 110px;
}
.menuInf > span::before{
    content: '';
    background: #f9f9f9;
    width: 95px;
    height: 36px;
    position: relative;
    z-index: 2;
    display: inline-block;
    background-image: url(../img/pesce_azzurro.png);
    background-position: center;
    background-size: 80% auto;
    background-repeat: no-repeat;
}
.menuInf > span.sel{
	color:#FF8F17;
	font-weight:bold;
}
.menuInf > span.sel::before{
    content: '';
	background-image:url(../img/pesce_arancione.png);
	background-size: 90% auto;
    background-repeat: no-repeat;
}
.menuInf > div.inattivo,
#begin.inattivo{
	opacity:0.2;
	cursor:initial;
}
.menuInf > div > i{
	color: #003862;
    display: inline-block;
    width: 54px;
    height: 55px;
    border-radius: 35px;
    border: 2px solid #003862;
    font-size: 2.2em;
    line-height: 1.5em;
}
.menuInf > div:not(.inattivo):hover > i{
	background: #d1e1f0;
}
.fa-chevron-left:before {
    margin-right: 6px;
}
.fa-chevron-right:before {
    margin-left: 6px;
}
.contenuto {
	overflow: hidden;
}
#patientPopulation.ICU tr th:nth-child(3),
#patientPopulation.ICU tr td:nth-child(3){
	display:none;
}
.contenuto.sc > div {
	width:12000px;
	position: relative;
}
.contenuto > div .pag{
	position: relative;
	display:inline-block;
	vertical-align: top;
}
.pag > h3,
.pag > p{
	padding-left:5px;
	margin-top:0px;
	margin-bottom:8px;
}
.col{
	width: 590px;
    margin: auto;
    margin: 0;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}
span.pul{
	flex: 1;
	text-align:center;
	padding:13px;
	font-size:1.2em;
	border-radius:9px;
	border:2px solid #66a1d8;
	color:#003862;
	margin: 10px;
}
div span.pul:first-child{
	margin-left: 0px;
}
div span.pul:last-child{
	margin-right: 0px;
}
.pul.ar{
	background:#FF8F17;
	border:unset;
	color:#ffffff;
	font-weight:bold;
	text-shadow:none;
}
span.pul.sel{
	background:#003862cc;
	border:3px solid #003862cc;
	color:#ffffff;
	text-shadow: none;
}
#contenutoBIM > div .pag > div{
	display:inline-block;
}
.w100p{
	overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #6969dd #e0e0e0;
}
.colSX::-webkit-scrollbar,
.w100p::-webkit-scrollbar {
    width: 6px;
}
.colSX::-webkit-scrollbar-track,
.w100p::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
}
.colSX::-webkit-scrollbar-thumb,
.w100p::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.colSX{
    width: 20%;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 530px;
    border: 1px solid #325f80;
	margin-left: 5px;
	margin-top: 10px;
	position: absolute;
}
.contenuto .colSX h4{
	padding: 0.5em 0;
}
.lista{
	float:right;
    width: 76%;
    display: inline-block;
	margin-right: 6px;
}
.colSX > div.tit{
	background: #003862;
    color: #ffffff;
    padding: 3px 5px;
    text-shadow: none;
	font-size:0.8em;
	font-weight: bold;
}
.colSX > div.tit > div{
font-size: 0.8em;
    float: right;
    vertical-align: middle;
    margin-top: 3px;
	    font-weight: normal;
}
.filtro > div span{
	border-top: 1px solid #00386224;
	padding: 5px;
    width: 94%;
    display: inline-block;
}
.filtro > div span:after{
	content:"\25BE";
	display:inline-block;
	font-size:1.5em;
	float:right;
	line-height: 0.8em;
}
.filtro > div.ap span:after{
	content:"\25B4";
}
/*
	.colSX > div.cl ul{
	display:none;
}*/
.filtro > div ul{
    margin: 0;
    padding: 6px;
	display:none;
}
.filtro > div li{
	list-style: none;
	padding:3px 0;
}
.filtro > div li:before {
    content:"\25CE";
    font-size:1.8em;
    vertical-align:middle;
    line-height:0.9em;
	margin-right:5px;
}
.filtro > div li.sel:before {
    content:"\25C9";
}
#ex_3CB .filtro > div[f="manufacturer"],
#ex_lipidEmulsion .filtro > div[f="manufacturer"]{
	display:none;
}
.lista > div{
    background: #ffffff;
    box-shadow: 0px 0px 10px #44444440;
    margin: 10px 0;
    padding: 5px 0 5px 100px;
    background-repeat: no-repeat;
    background-size: 80px auto;
    background-position: 10px center;
}

.lista > p > img{
    width:90px;
}

.lista > div.FreseniusKabi{
    border-left:5px solid #0063be;
	background-image: url("../img/FreseniusKabi.png");
}
.lista > div.BBraun{
    border-left:5px solid #00b482;
	background-image: url("../img/BBraun.png");
}
.lista > div.Baxter{
    border-left:5px solid #003399;
	background-image: url("../img/Baxter.png");
}
.lista > div.FreseniusKabi h4{
    color:#0063be;
}
.lista > div.BBraun h4{
    color:#00b482;
}
.lista > div.Baxter h4{
    color:#003399;
}
#marketShare .lista > div,
#ex_marketShare .lista > div{
	background-image: unset;
	padding-left: 10px;
}
.lista > div h4{
	font-size:0.9em;
	margin: 0 0 4px 0;
}
.lista > div p{
	font-size:0.8em;
	margin:0 0 3px 0;
	color: gray;
}
.lista > div.sel{
	border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    background-color: #ff8f1714;
    border-color: #FF8F17;
	margin-bottom: 10px;
}
.lista > div .edit{
	display: inline-block;
    float: right;
    margin: 2px 8px 0 10px;
}
.lista > div .edit > div.input {
    width: 60px;
    font-size: 1em;
	vertical-align: middle;
	margin-right:10px;
}
.lista > div .edit > div.euro {
    width: 90px;
}
.lista > div .edit > div.rimuovi{
	background: #0063be;
    text-shadow: none;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 20px;
    text-align: center;
    line-height: 0.95;
    color: #ffffff;
}
.lista > div .edit > div.rimuovi:after{
	content: "\00D7";
    font-size: 1.4em;
    display: inline-block;
}
.lista > div .edit > div.rimuovi:hover{
	opacity:0.8;
}
.totMarketShare{
	font-size: 2.5em;
    font-weight: bold;
    color: green;
    margin: 0;
    line-height: 0.9em;
    border-bottom: 1px solid gray;
    padding-bottom: 0.2em;
}
.totMarketShare.err {
	color:red;
}
.no_pr{
	text-align:center;
	margin-top:25%
}
.no_pr > i{
	font-size: 2.8em;
    margin-right: 18px;
    vertical-align: sub;
}
#costs .input{
	width:145px;
}
#pagBIM{
	overflow-y: auto;
}
#titBIM > span{
	color:#0063be;
}
#contenutoBIM > div #pagBIM > div,
.submenu {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
#productInformation .submenu {
    width: 98%;
}
#contenutoBIM > div #pagBIM > .submenu {
	margin-top:35px;
	margin-bottom:25px;
}
.submenu > span{
    flex: 1;
    text-align: center;
    display: block;
    padding: 12px 0;
    border: 1px solid gray;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #6a6a6a;
    text-shadow: none;
    line-height: 1.2em;
	margin: 0 6px;
}
.submenu > span:active,
.submenu > span.sel{
    background:#FF8F17;
	color:#ffffff;
	border:1px solid #FF8F17;
	text-shadow: 1px 1px 2px #0000004f;
}
.submenu > span.sel::after {
	content: '';
    position: relative;
    background-color: #ff8f17;
    width: 14px;
    height: 14px;
    border: none;
    transform: rotate(135deg);
    margin: 0px auto -22px auto;
    display: flex;
    top: 4px;
}
#pagBIM .subpag .barra > div.val{
	height:30px;
	width:5%;
	display: inline-block;
}
#pagBIM .subpag .barra{
	display:inline-block;
    width: 100%;
    margin: 15px auto;
}
#pagBIM .subpag .barra > p{
	margin:0 0 5px 0;
	color: #0063be;
	font-weight:bold;
}
#pagBIM .subpag .barra > div.sf{
	height:40px;
	width:100%;
	background:#eeeeee;
	-moz-box-shadow: inset 0 0 8px #999999;
	-webkit-box-shadow: inset 0 0 8px #999999;
	box-shadow: inset 0 0 8px #999999;
	border-radius:24px;
}
#pagBIM .subpag .barra > div.sf > div.br{
	display: inline-block;
	height:40px;
	width:30%;
	background:#0063be;
	-moz-box-shadow: 0 0 4px 0px #999999;
	-webkit-box-shadow: 0 0 4px 0px #999999;
	box-shadow: 0 0 4px 0px #999999;
	border-radius:24px;
}
#pagBIM .subpag .barra > div.sf > div.br > span {
    position: relative;
    text-shadow: 1px 1px 2px #043058;
    color: #ffffff;
    font-weight: bold;
    background: #0063be6b;
    padding: 0px 4px;
    margin-left: 24px;
    border-radius: 2px;
	top: 10px;
}
#pagBIM .subpag.sm .barra{
	margin-bottom:0
}
#pagBIM .subpag.sm .barra > div.sf,
#pagBIM .subpag.sm .barra > div.sf > div.br{
	height:30px;
}
#pagBIM .subpag.sm .barra > p{
	font-size:0.9em;
}
#pagBIM .subpag.sm .barra > div.sf > div.br > span{
	top: 6px;
}
#pagBIM .subpag.sm .barra > div.sf > div.br > span.neg{
	background: #b71717;
}



/*Altro*/

.references{
	margin:20px 0 0 30px;
}
#landing .contenuto::before{
	content: "";
    width: 52%;
    height: 20px;
    display: inline-block;
    background: #0063be;
	margin-left: 80px;
}
#landing .contenuto{
	height: 102%;
    background-image: url(../img/home.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#disclaimer .contenuto{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pul-disclaimer{
	color:#ffffff !important;
	width:300px;
	float: right;
	margin-top:40px;
	text-align: center;
    padding: 13px;
    font-size: 1.2em;
    border-radius: 9px;
	text-decoration:none;
}
.pul_ar:hover,
.pul-disclaimer:hover{
	opacity:0.8;
}
.pul_ar{
	width: 90px;
    height: 90px;
    border-radius: 50px;
    background: #FF8F17;
    color: #ffffff !important;
    font-weight: normal !important;
    text-shadow: none;
    text-decoration: unset;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
}
.pul_ar::after{
	content: "";
	width: 50px;
    height: 50px;
    border-radius: 30px;
    display: inline-block;
    background: #ff8f17;
    line-height: 2em;
    position: relative;
    top: -27px;
    right: -27px;
    background-image: url(../img/pul_ar.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75%;
}
.pag.flex{
	column-gap:20px;
}
.contenuto .txt{
	display: inline-block;
    margin: 5px;
    flex-grow: 1;
    width: 47%;
    position: relative;
    vertical-align: top;
}
.contenuto .txt.or{
    width: 98%;
}
.contenuto .txt img.rivista{
	width: 90px;
    border-radius: 50px;
    height: auto;
    border: 1px solid #d3d3d3;
    position: absolute;
    top: -1px;
    right: 25px;
    display: inline-block;
}
.contenuto .txt img.cover{
	width:70%;
	height:auto;
	margin-top: 10px;
    border: 1px solid #d3d3d3;
}
.contenuto .txt img.img{
	width:100%;
}
.contenuto h4 {
	margin:0;
}
ol.styled  {
	list-style-type: none;
    list-style-position: inside;
}
ol.styled li {
	counter-increment: list-number;
    padding-left: 6px;
    padding-bottom: 5px;
}
ol.styled.cn6 {
    counter-reset: list-number 6;
}
ol.styled.cn8 {
    counter-reset: list-number 8;
}
ol.styled.cn15 {
    counter-reset: list-number 15;
}ol.styled.cn22 {
    counter-reset: list-number 22;
}
ol.styled li::before {
    content: counter(list-number);
    background: url(../img/oval.png) no-repeat;
    background-size: 100%;
    position: absolute;
    height: 23px;
    width: 23px;
    text-align: center;
    left: 10px;
    line-height: 1.55em;
    font-size: 0.85em;
}
.styled.biblio li {
    font-size: 0.75em;
	margin-bottom: 6px;
}
.styled.biblio li::before {
	line-height: 2.1em;
}
.PI-list-text > li {
    list-style: none;
	margin-bottom:8px;
}
.PI-list-text > li::before {
background: url(../img/check.png) no-repeat;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    background-size: 100% auto;
}
.mt50{
	margin-top:50px;
}
#productInformation .home{
	width: 80%;
}
#productInformation .home .menuInf{
	border-top:none;
	margin-top: 60px;
}
#productInformation .home .menuInf > div{
	width:33.3%
}
#productInformation .home .menuInf > div img{
    width: 70%;
}
#productInformation .home .menuInf > div span{
	width: 100%;
    display: inline-block;
    font-size: 1.5em;
    color: #0063be;
}
#productInformation .home .menuInf div.cerchio_ar{
    background: url(../img/cerchio_ar.png) no-repeat;
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    margin-top: 100px;
    background-size: 100% auto;
    border-radius: 50%;
    background-color: #FF8F17;
}
span.cerchio_sf{
	display: inline-block;
    width: 500px;
    height: 500px;
    background: #cfeaf33d;
    position: absolute;
    border-radius: 50%;
}
#productInformation .home .menuInf div.cerchio{
    background: url(../img/cerchio.png) no-repeat;
    content: "";
    width: 230px;
    height: 230px;
    display: inline-block;
    position: relative;
    margin-top: -180px;
    background-size: 100% auto;
    z-index: -3;
}
#productInformation .home .menuInf div.cerchio:nth-child(1)::after{
	transform: rotate(80deg);
}
#productInformation .home .menuInf div.cerchio:nth-child(2)::after{
	transform: rotate(30deg);
}
#productInformation h3 {
	font-weight:normal;
	font-size: 17px;
}
#productInformation table {
	width: 650px;
}
#productInformation table tr:first-child td {
    border-top: 2px solid #003862;
}
#productInformation table td {
	text-align:left;
}
#productInformation .PI-list-text{
	width:605px;
}
#productInformation .PI-list-text > li {
    margin-bottom: 0;
}
.rigaPI {
    display: inline-block;
    height: 3px;
    width: 520px;
    background-color: #0063BE;
    position: absolute;
    margin-left: 10px;
    margin-top: 17px;
}
.rigaPI::after {
	content: '';
    float: right;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #0063BE;
    margin-top: -3px;
}
img.prodotto{
	width: 240px;
    height: 420px;
    /*float: right;*/
    position: absolute;
    right: 0;
}
div.electrolyte {
    width: 90px;
    height: 90px;
    position: fixed;
    margin-left: 720px;
    top: 20px;
    background: white;
    border-radius: 50%;
    text-align: center;
    font-size: 8.5px;
    border: 3px solid #0063be;
    color: #0063be;
    vertical-align: bottom;
    padding: 5px;
}
div.electrolyte p{
	margin: 5px 0;
}
.pdf{
    color: #FF8F17;
    display: inline-block;
    position: absolute;
	bottom: 15px;
    right: 60px;
}
.pdf:hover{
	opacity:0.8;
}
.pdf > i {
    text-align: center;
    content: "\f054";
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 1.65em;
    font-size: 1.3em;
    margin-left: 10px;
    box-shadow: 0px 0px 10px #44444461;
}
