﻿@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	margin: 0;
	background-color: #ffffff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

header {
	background: url('../images/header.jpg');
	background-size: 100% 100%;
	height: 350px;
	background-position: center;
}
.none{
	display:none;
}

.logo-eos {
	padding-top: 242px
}

#rcp-btn {
	margin-top: 40px;
	background-color: #00b299;
	color: white;
	padding: 5px 20px;
	font-size: 28px;
    cursor: pointer;
}

.title {
	text-align: center;
	font-size: 36px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 10px solid #00b299;
	border-bottom: 10px solid #00b299;
	margin-top: 7px;
	color: #00b299;
	text-transform: capitalize;
}

.CookieReportsLink{
color: #667075!important;
width: 10%;
background: lightgray;
padding: 15px;
margin-top: 10px;
color: white;
margin-left: 80%;
}
#section-1 {
	background: url('../images/woman_2.jpg');
	background-size: 100% 100%;
	height: 682px;
	background-position: center;
	margin-top: 45px
}

.btn-container1{
	vertical-align: middle!important
}
.max-width-25{
	/* max-width:25% */
}

#section-2, #section-3 {
	margin-top: 65px;
	margin-bottom: 20px; /* MODIFICA*/
}

#main-container {
	padding-left: 50px;
	padding-right: 50px;
}


a, a:hover, a:focus {
	text-decoration: none;
	color: #00b299;
}

.line-green {
	border: 4px solid #00b299;
}

.line-red {
	border: 4px solid #ad2673;
}

.nav-pills .nav-link.active {
	color: #fff;
	background-color: #ad2673;
	height: 100%;
	/* border-color: #dee2e6 #dee2e6 #fff; */
}

.nav-pills .nav-link {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.nav-pills .nav-item {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

#myTab {
	border-bottom: 1px solid #ad2673;
}

#myTab .nav-item {
	font-size: 33px;
	background: linear-gradient(#f1f1f1, #d9d9d9);
	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image: -webkit-linear-gradient(top, #f1f1f1, #d9d9d9);
	/* Firefox 3.6 - 15 */
	background-image: -moz-linear-gradient(top, #f1f1f1, #d9d9d9);
	/* Opera 11.1 - 12 */
	background-image: -o-linear-gradient(top, #f1f1f1, #d9d9d9);
	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	background-image: linear-gradient(to bottom, #f1f1f1, #d9d9d9);
}

.tab-content {
	background: linear-gradient(#fefefe, #f1f1f1);
	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image: -webkit-linear-gradient(top, #fefefe, #f1f1f1);
	/* Firefox 3.6 - 15 */
	background-image: -moz-linear-gradient(top, #fefefe, #f1f1f1);
	/* Opera 11.1 - 12 */
	background-image: -o-linear-gradient(top, #fefefe, #f1f1f1);
	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	background-image: linear-gradient(to bottom, #fefefe, #f1f1f1);
	padding: 72px 32px 32px;
}

.bottom-text-tab {
	color: #333f47;
	font-size: 30px;
	margin-top: 100px;
}

.calcolatore {
	height: 233px;
	padding: 0 25px;
}

#input1 {
	/* display: table-cell;
    vertical-align: middle;
	height: 100%;
    border: 1px solid red;
	width: 30%; */
}

#input1 input::-webkit-input-placeholder, #input1 input::-moz-placeholder, #input1 input::-ms-input-placeholder, #input1 input::-moz-placeholder {
	font-size: 2vw;
	font-weight: bold;
	/* color: red; */
	color: rgba(51, 63, 71, 0.25);
	/* Firefox */
	text-align: center;
	white-space: pre-line;
	position: relative;
	top: -25px;
}

#input1 input::placeholder {
	font-size: 2vw;
	font-weight: bold;
	/* color: red; */
	color: rgba(51, 63, 71, 0.25);
	/* Firefox */
	text-align: center;
	white-space: pre-line;
	position: relative;
	top: -25px;
}

#input2 input::-webkit-input-placeholder, #input2 input::-moz-placeholder, #input2 input::-ms-input-placeholder, #input2 input::-moz-placeholder, #input3 input::-webkit-input-placeholder, #input3 input::-moz-placeholder, #input3 input::-ms-input-placeholder, #input3 input::-moz-placeholder {
	font-size: 1.5vw;
	font-weight: bold;
	/* color: red; */
	color: rgba(51, 63, 71, 0.25);
	opacity: 1;
	/* Firefox */
	text-align: center;
	white-space: pre-line;
	position: relative;
	top: -25px;
}

#input2 input::placeholder, #input3 input::placeholder {
	font-size: 1.5vw;
	font-weight: bold;
	/* color: red; */
	color: rgba(51, 63, 71, 0.25);
	opacity: 1;
	/* Firefox */
	text-align: center;
	white-space: pre-line;
	position: relative;
	top: -25px;
}

#input1 input, #input2 input, #input3 input {
	border: 5px solid #00b299;
	border-radius: 0;
	height: 130px;
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(209, 209, 209, 1);
	-moz-box-shadow: inset 0px 0px 14px 0px rgba(209, 209, 209, 1);
	box-shadow: inset 0px 0px 14px 0px rgba(209, 209, 209, 1);
	color: #00b299;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
}
#input2 input, #input3 input {
	 /*font-size: 2.7vw;*/
}

/* #risultato {
	border: 5px solid #e3e3e3;
	border-radius: 0;
	height: 130px;
	background-color: #f1f1f1;
	font-size: 2.5vw;

	color: rgb(51, 63, 71, 0.25);
	opacity: 1;

	text-align: center;
	position: relative;
} */

#testo-risultato {
	font-size: 1.5vw;
	height: 45px;
}

.text-total {
	color: rgba(174, 33, 115, 1);
	opacity: 0.9;
	font-size: 3vw
}
#total_leuco{
    font-size: 2.2vw;
}

#risultato {
	border: 5px solid #e3e3e3;
	border-radius: 0;
	height: 130px;
	background-color: #f1f1f1;
	font-size: 2.5vw;
	/* color: red; */
	color: rgba(51, 63, 71, 0.25);
	opacity: 1;
	/* Firefox */
	text-align: center;
	position: relative;
}

.text-inside-calc {
	font-size: 1.5vw;
	height: 45px;
}



#moltiplica {
	font-size: 3vw;
	color: #00b299;
}

.abs-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pointer {
	cursor: pointer;
}

footer {
	width: 100%;
	/* background-color: #667075; */
}

.footer-img {
	padding-left: 35px;
	padding-right: 35px;
}

.footer-info {
	background-color: #667075;
	color: #ffffff;
	padding: 35px 50px 27px;
	font-size: 12px;
}

.footer-info a {
	color: #ffffff;
}




@media (min-width:1360px)  {
	header {

		background-size: cover;
        
	}

	/* da testare */
    #btn-conversione, #btn-conta {
        height:45%;
    }


}

	/* MODIFICA */
	@media (min-width:992px) and (max-width:1359px)  {


		.btn-container1 img{
			height: 40% !important;
            margin-right: 9%;
		}

		#section-2 {
			padding-left: 10px;
			padding-right: 10px;
			margin-bottom: 20px;
		}
		/* da testare */
		#btn-conversione, #btn-conta {
			height:40%;
		}

	}



@media (min-width:768px) and (max-width: 991px) {
	header {
		background: url('../images/header_mobile.jpg');
		background-size: 100% 100%;
		height: 228px;
		background-position: center;
	}

	.logo-eos {
		padding-top: 154px
	}

	.btn-container1{
		vertical-align: bottom!important
	}
	.btn-container1 img{
		max-width: 48%;
		padding: 0 15px 60px;
		height: 35% !important;
	}


	.calcolatore {
		height: auto;
	}
	#input1, #input2, #input3 {
		width: 50%;
		margin: 0 auto;
	}
	#risultato {
		border: 5px solid #e3e3e3;
		border-radius: 0;
		height: 130px;
		background-color: #f1f1f1;
		font-size: 4.5vw;
		/* color: red; */
		color: rgba(51, 63, 71, 0.25);
		opacity: 1;
		/* Firefox */
		text-align: center;
		position: relative;
		width: 50%;
		margin: 0 auto;
	}



	.text-total {
		color: rgba(174, 33, 115, 1);
		opacity: 0.9;
		font-size: 8vw
	}



	.text-inside-calc {
		font-size: 3vw;
		height: auto;
	}
	#moltiplica {
		font-size: 4vw;
		margin-top: 30px;
	}
	#myTab .nav-item {
		font-size: 4vw
	}
	#section-1 {
		background: url('../images/woman_mobile.jpg');
		background-size: 100% 100%;
		height: 777px;
		background-position: center;
		margin-top: 45px
	}
	#section-1 .pb-custom{
		padding-bottom: 65px
	}
	#section-2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	#input1 input::-webkit-input-placeholder, #input1 input::-moz-placeholder, #input1 input::-ms-input-placeholder, #input1 input::-moz-placeholder {
		font-size: 3.5vw;
		text-align: center;

	}

	#input1 input::placeholder {
		font-size: 3.5vw;
		text-align: center;
	}
	#input2 input::-webkit-input-placeholder, #input2 input::-moz-placeholder, #input2 input::-ms-input-placeholder, #input2 input::-moz-placeholder, #input3 input::-webkit-input-placeholder, #input3 input::-moz-placeholder, #input3 input::-ms-input-placeholder, #input3 input::-moz-placeholder {
		font-size: 3.5vw;

	}

	#input2 input::placeholder, #input3 input::placeholder {
		font-size: 3.5vw;

	}
	.footer-info {

		padding: 22px 20px 22px;

	}
	.footer-img {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-img img{
		max-width: 40%!important;
	}
}
@media (max-width:767px)  {
.CookieReportsLink{margin-left:0px!important;}
	header {
		background: url('../images/header_mobile.jpg');
		background-size: 100% 100%;
		height: 228px;
		background-position: center;
	}
	#main-container {
	 padding-left: 15px; /* MODIFICA */
	 padding-right: 15px; /* MODIFICA */
	}
	.logo-eos {
		padding-top: 154px
	}
	.btn-container1{
		vertical-align: bottom!important
	}
	.btn-container1 img{
		max-width: 48%;
		padding: 0 15px 60px;
	}

	.calcolatore {
		height: auto;
		padding: 0;
	}
	.arrow{
		max-width: 100%;
	}
	#input1, #input2, #input3 {
		width: 100%;
		margin: 0 auto;
	}
	.text-inside-calc {
		font-size: 3vw;
		height: auto;
	}
	#moltiplica {
		font-size: 4vw;
		margin-top: 30px;
	}
	#myTab .nav-item {
		font-size: 4vw
	}
	#section-1 {
		background: url('../images/woman_mobile.jpg');
		background-size: cover;
		height: 777px;
		background-position: center;
		margin-top: 45px
	}
	#section-2 {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px; /* MODIFICA */
	}
	#section-1 .pb-custom{
		padding-bottom: 65px
	}
	#input1 input::-webkit-input-placeholder, #input1 input::-moz-placeholder, #input1 input::-ms-input-placeholder, #input1 input::-moz-placeholder {
		font-size: 3.5vw;
	}

	#input1 input::placeholder {
		font-size: 3.5vw;
	}
	#input2 input::-webkit-input-placeholder, #input2 input::-moz-placeholder, #input2 input::-ms-input-placeholder, #input2 input::-moz-placeholder, #input3 input::-webkit-input-placeholder, #input3 input::-moz-placeholder, #input3 input::-ms-input-placeholder, #input3 input::-moz-placeholder {
		font-size: 3.5vw;

	}

	#input2 input::placeholder, #input3 input::placeholder {
		font-size: 3.5vw;

	}

	.footer-img {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-img img{
		max-width: 40%!important;
	}
	.footer-info {

		padding: 22px 20px 22px;

	}

	#risultato {

		font-size: 4.5vw;
		/* color: red; */

		width: 100%;

	}

     #total_leuco {
        font-size: 8vw;
    }

	.text-total {
		color: rgba(174, 33, 115, 1);
		opacity: 0.9;
		font-size: 8vw
	}
}




@media (max-width: 576px)  {

.CookieReportsLink{margin-left:0px!important;}
	header {
		background: url('../images/header_mobile.jpg');
		background-size: 100% 100%;
		/* height: calc(100vw / 258 * 100); */
		height: 140px;
		background-position: center;
	}
	.logo-eos {
		padding-top: 95px;
		width: 100px;
	}
	.title {

		font-size: 25px;

	}
	#rcp-btn {

		font-size: 20px;
	}
	.text-inside-calc {
		font-size: 4vw;
		height: auto;
	}
	.text-total {

		font-size: 13vw
	}
	#risultato {

		font-size: 8.5vw;

	}
	#moltiplica {
		font-size: 8vw;

	}
	#input1 input::-webkit-input-placeholder, #input1 input::-moz-placeholder, #input1 input::-ms-input-placeholder, #input1 input::-moz-placeholder {
		font-size: 6.5vw;
	}

	#input1 input::placeholder {
		font-size: 6.5vw;
	}
	#input2 input::-webkit-input-placeholder, #input2 input::-moz-placeholder, #input2 input::-ms-input-placeholder, #input2 input::-moz-placeholder, #input3 input::-webkit-input-placeholder, #input3 input::-moz-placeholder, #input3 input::-ms-input-placeholder, #input3 input::-moz-placeholder {
		font-size: 6.5vw;

	}

	#input2 input::placeholder, #input3 input::placeholder {
		font-size: 6.5vw;

	}
    #input1 input, #input2 input, #input3 input {
	 font-size: 13vw;
    }
    #total_leuco {
    font-size: 10vw;
    }
 }

@media (min-width:992px) and (max-width: 1024px) {

     #input2 input, #input3 input {
	 font-size: 3vw;
    }
}

@media (min-width: 1200px) {
    body {
    width:80%;
    height:80%;
    margin-left:10%;
    }

	.text-inside-calc{
		font-size: 1.2vw;

	}

	#input1 input, #input2 input, #input3 input {
		font-size: 3vw;
	 }

	 #contaValue{
		 font-size: 2vw !important;
	 }

	 #EOSPercentuale{
		 font-size: 2vw !important;
	 }

	 #total_leuco{
		 font-size: 1.5vw;
	 }

	#totalEOS{
		font-size: 2vw;
	}

	 #risultato_leuco{
		 font-size: 1.5vw !important;
	 }

	 #risultatoEOS{
		 font-size: 2vw;
	 }

	 #row_UM{
		 margin-top: 20px;
	 }

}

	/* ------------------------------------------------ */
	/* novembre 2020  - aggiunte per il calcolatore OCS */

	.first-title {
		font-size: 36px;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 10px solid #00b299;
		margin-top: 7px;
		color: #333f47;
	}


	#rcp-btn2 {
		margin-top: 20px;
		background-color: #00b299;
		color: white;
		padding: 5px 20px;
		font-size: 28px;
		cursor: pointer;
	}


	.title-color2 {
		border-top: 10px solid #ad2673;
		border-bottom: 10px solid #ad2673;
		color: #ad2673;
	}

	#convert_from {
		padding: 20px;
		height: 90px;
		background: #ad2673;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
		font-size: 33px;
		text-align: center;
		color: white;		 
	}

	#convert_to {
		padding: 20px;
		height: 90px;		
		background: #d9d9d9;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
		font-size: 33px;
		text-align: center;
		color: #00b299;		 
	}

	.ocs-list {
		color: #333f47;
		font-size: 30px;
	}

	.bg-content {
		background: linear-gradient(#fefefe, #f1f1f1);
		background-image: -webkit-linear-gradient(top, #fefefe, #f1f1f1);
		background-image: -moz-linear-gradient(top, #fefefe, #f1f1f1);
		background-image: -o-linear-gradient(top, #fefefe, #f1f1f1);
		background-image: linear-gradient(to bottom, #fefefe, #f1f1f1);
		padding-bottom: 10px;
	}

	#reset_ocs {
		width: 100%;
		background: #ad2673;
		font-size: 20px;
		text-align: center;
		color: white;
		border-style: solid;
		border-color: #ebbed8;
		border-width: 4px;
		padding: 10px;		
	}

	#eosinofili_sx {
		position: absolute;
		top:0;
		height: 100%;
		width: 50%;
		left: 0;
		cursor: pointer;
	}

	#ocs_dx {
		position: absolute;
		top:0;		
		height: 100%;
		width: 50%;
		right: 0;
		cursor: pointer;		
	}

	#select-tool {
		margin-top: 40px;
		margin-bottom:40px;		
		position: relative;
	}


	.selectable_ocs_sx,.selectable_ocs_dx {
		color: #333f47;
		padding: 5px;
		padding-left: 20px;
	}

	.selectable_ocs_sx.selected,.selectable_ocs_dx.selected {
		background: #00b299;
		color:white;
		width: 80%;
	}

	.calc_selected {
		border-radius: 50%;
		box-shadow: 3px 5px 16px 18px #ffffff;
		-webkit-box-shadow: 3px 5px 16px 18px #ffffff;
  		-moz-box-shadow: 3px 5px 16px 18px #ffffff;
	}

	#logo_ocs,#logo_eos {
		cursor: pointer;	
	}

	#OCSInput,#OCSOutput,.ocs-row {
		height:90px !important;
	}

	#calcolaOCS {
		top: -35px;
		z-index: 9;
	}

	.mg {
		font-size: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}

	#right_list {
		padding-left:10px !important;
		cursor: pointer;
	}

	#left_list {
		cursor: pointer;		
	}

	.ocs-row {
		margin-left:0;
	}

	#input1OCS input::-webkit-input-placeholder, #input1OCS input::-moz-placeholder, #input1OCS input::-ms-input-placeholder, #input1OCS input::-moz-placeholder {
		font-size: 17px;
		font-weight: bold;
		color: rgba(51, 63, 71, 0.25);
		text-align: center;
		white-space: pre-line;
		position: relative;
		top: -25px;
	}

	#input1OCS input::placeholder {
		font-size: 17px;
		font-weight: bold;
		color: rgba(51, 63, 71, 0.25);
		text-align: center;
		white-space: pre-line;
		position: relative;
		top: -25px;
	}

	#input1OCS input {
		border: 5px solid #00b299;
		border-radius: 0;
		height: 130px;
		-webkit-box-shadow: inset 0px 0px 14px 0px rgba(209, 209, 209, 1);
		-moz-box-shadow: inset 0px 0px 14px 0px rgba(209, 209, 209, 1);
		box-shadow: inset 0px 0px 14px 0px rgba(209, 209, 209, 1);
		color: #00b299;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}


	#OCSOutput {
		margin-right: -30px;
		width: 120px;
		border: 5px solid #e3e3e3;
		border-radius: 0;
		height: 130px;
		background-color: #f1f1f1;
		color: rgba(51, 63, 71, 0.25);
		opacity: 1;
		text-align: center;
		position: relative;	
	}

	#risultatoOCS{
		 font-size: 20px;
	}

	#totalOCS{
		font-size: 2vw;
	}

	#reset_ocs {
		cursor: pointer;
	}

	.ocs_block {
		height: 460px;;
	}


@media (max-width: 991px) {
	.ocs_block {
		height: 100%;
		padding-bottom: 200px;
	}

	#left_list {
		margin-top: 120px;
	}

	#right_list {
		margin-top: 10px;
	}

	#convert_to {
		margin-top: 468px;
	}

	#convert_from {
		margin-bottom: 20px;
	}

	#calcolaOCS {
		margin-top: 500px;
	}

	#OCSOutput {
		margin-top: 500px;
		background-color: white;
		width: 180px;		
	}

	#input1OCS input::placeholder {
		font-size: 22px;
		top:0px;
	}
	#input1OCS input::-webkit-input-placeholder, #input1OCS input::-moz-placeholder, #input1OCS input::-ms-input-placeholder, #input1OCS input::-moz-placeholder {
		font-size: 22px;
		top:0px;
	}

	#totalOCS {
		font-size: 40px;
	}

	#mg-dx {
		display: block;
		margin-top: 505px;
		margin-left: 40px;				
	}

	.mg {
    	padding-top: 25px;		
	}

	.selectable_ocs_sx.selected {
		width:100%;
	}

	/* #logo_ocs img, #logo_eos img {
		width:50%;
	} */

}