﻿.card { 
	border: 1px solid #eee;
	border-radius: .5rem;
	padding: 1rem;
}

.badge-covid { 
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f9b200;
	color: #fff;
	z-index: 1;
	padding: 2px 8px;
	border-radius: 20px;
	transform: translate(0%, -50%);
	cursor: pointer;
	text-shadow: none;
}

.badge-covid-big { 
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	background-color: #f9b200;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	padding-left: 5px;
}

.badge-discount-big { 
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	background-color: #f95c00;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}
.card-discount-big {
	position: relative; 
	padding: 10px 25px; 
	max-width: 340px;
	border-color: #f95c00;
}


/*----------------------VERTICAL ALIGNAMENT------------------------*/
.valign-middle-container{
	display: table;
}
.valign-middle-container .valign-middle-object{
	vertical-align:middle; 
	display: table-cell;
}

/*----------------------VARI----------------------------------------*/
.required-field{
	color: #ff3300;
}

.height-auto{
	height: auto;
}

.testo-descrizione-offerta{
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.8rem;
}

.separator-descrizione-offerta{
	margin: 0.5rem 0 0.5rem 0;
}

.pb-60 {
	padding-bottom: 6rem;
}


/*----------------------IMG ILLUSTRAZIONE------------------------*/
.img-illustrazione {
	width: 200px;
}

.img-illustrazione-absolute {
	position: absolute;
	width: 200px;
}

.img-illustrazione-verticale-absolute {
	position: absolute;
	height: 100px;
}

.container-illustrations .container-illustration{
	height: 160px;
}

/*--------------------MONITOR SMARTPHONE-------------------------*/

.container-img-monitor-smartphone {
	min-height: 210px;
	margin: 1rem 0 1rem 0;
}

@media (min-width: 1200px){

	.monitor-view {
		position: absolute;
		left:1.5rem;
		top: 0;
		height: 210px;
		transition:all 0.5s ease-in-out;
		-webkit-transition:all 0.2s ease-in-out;
	}

	.smartphone-view {
		position: absolute;
		left: 230px;
		top: 70px;
		height: 140px;
		transition:all 0.5s ease-in-out;
		-webkit-transition:all 0.2s ease-in-out;
	}

	.monitor-view:hover {
	z-index: 1;	
	transform: scale(1.01);
}

.smartphone-view:hover {
	z-index: 1;	
	transform: scale(1.01);
}

}

@media (max-width: 1200px){

	.monitor-view {
		position: relative;
		height: 210px;
		transition:all 0.5s ease-in-out;
		-webkit-transition:all 0.2s ease-in-out;
	}

	.smartphone-view {
		position: relative;
		height: 140px;
	}

	.contenitor-img-monitor-smartphone{
		text-align: center;
	}

	.monitor-view:hover {
	z-index: 1;	
	transform: scale(1.02);
}

.smartphone-view:hover {
	z-index: 1;	
	transform: scale(1.02);
}

}

@media (max-width: 400px){

	.monitor-view {
		height: 150px;
	}

	.smartphone-view {
		height: 100px;
	}

}

/*--------------------CARD-------------------------*/

.card-step-container {
	padding: 0;
	margin: 0;
	/*background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/imgServizi/imgECommerceFarmacie/amaWeb-abstract.png);*/
}

@media (min-width: 1046px){

	.card-step {
	margin: 1rem;
	display: inline-block;
	width: 25rem;
}
	
	.card-step .card-step-title {
	height: 5rem;
	padding: 1rem;
	width: 10rem;
	margin: auto;
	border-radius: 10rem 10rem 0rem 0rem;
	background-color: #f9b200;
	color: #ffffff;
	text-align: center;
	font-size: 2.5rem;
	box-shadow: 0px 6px 8px 0 rgba(0, 0, 0, 0.2);
}

.card-step .card-step-text {
	margin: 0;
	padding: 22px;
	border: 1px solid rgba(0,0,0,.125);
	/*border-radius: .5rem .5rem .5rem .5rem;*/
	background-color: #ffffff;
	box-shadow: 0px 6px 8px 0 rgba(0, 0, 0, 5%);
}

.card-step .card-step-text .card-step-header {
	width: 100%;
	margin: auto;
	margin: 0 0 2rem 0;
	padding: 0 0 2rem 0;
	color: #ffffff;
	text-align: center;
	font-size: 2.5rem;	
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-step .card-step-text .card-step-body {
	padding: 0 0 1rem 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.card-step .card-step-text .card-step-footer {
	padding: 0;
	text-align: center;
}

}

@media (max-width: 1046px){

	.card-step {
	margin: 2.2rem 1rem;
	display: inline-block;
	width: 25rem;
	
}

	.card-step .card-step-title {
	height: 5rem;
	padding: 1rem;
	width: 10rem;
	margin: auto;
	border-radius: 10rem 10rem 0rem 0rem;
	background-color: #f9b200;
	color: #ffffff;
	text-align: center;
	font-size: 2.5rem;
	box-shadow: 0px 6px 8px 0 rgba(0, 0, 0, 0.2);
}

.card-step .card-step-text {
	margin: 0;
	padding: 1rem;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 1rem 1rem 1rem 1rem;
	background-color: #ffffff;
	box-shadow: 0px 6px 8px 0 rgba(0, 0, 0, 0.2);
}

.card-step .card-step-text .card-step-header {
	width: 100%;
	margin: auto;
	padding: 0 0 1rem 0;
	color: #ffffff;
	text-align: center;
	font-size: 2.5rem;	
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-step .card-step-text .card-step-body {
	padding: 0 0 1rem 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.card-step .card-step-text .card-step-footer {
	padding: 0;
	text-align: center;
}

}



button.btnSubmit {
	position: relative;
	width: 100%;
    font-weight: 400;
	padding: 1rem;
	border: 0px;
	border-radius: .5rem;
	background-color: #f9b200;
	color: #ffffff;
}

.btnSubmit {
	display: block;
    text-align: center;
	position: relative;
	width: 100%;
    font-weight: 400;
	padding: 1rem;
	border: 0px;
	border-radius: .5rem;
	background-color: #f9b200;
	color: #ffffff;
}

button.btnSubmit:hover {
	background-color: #f9bb1f;
}
.btnSubmit:hover {
	background-color: #f9bb1f;
	color: #ffffff;
}.btnSubmit:focus {
	color: #ffffff;
}

/*------------------------TABLE CONFRONTO OFFERTE--------------------------------*/
.confronto-row-title-mt {
	margin-top: 10px;
}

.confronto-row-title-my {
	margin-top: 10px;
	margin-bottom: 10px;
}

.confronto-row-descrizione {
	font-size: 13px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.4);
}

.confronto-check {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 30px;
	line-height: inherit;
	color: #f9bb1f;
}
.confronto-times {
	text-align: center;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.4);
}

.confronto-check-text {
	text-align: center;
	font-weight: bold;
}


/*---------------------VARI MA IN FONMOD-------------------------*/
.hover-shadow-increase{
	transition:all 0.5s ease-in-out;
		-webkit-transition:all 0.2s ease-in-out;
}
.hover-shadow-increase:hover{
	box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.4);
}


/*-----------------------VERTICAL TABS--------------------------------*/
/* Style the tab */
.tab {
  float: left;
  border: 0px solid #ccc;
  background-color: none;
  /*height: 250px;*/
}

/* Style the buttons inside the tab */
.tab button.btnSubmit {
  display: block;
  background-color: #F2F2F2;
  color: #4A525F;
  padding: 1.5rem;
  margin: 0 0 1rem 0;
  width: 100%;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button.btnSubmit:hover {
  background-color: #f9b200;
  color: #ffffff;
}

/* Create an active/current "tab button" class */
.tab button.btnSubmit.active {
  background-color: #f9b200;
  color: #ffffff;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0 2rem;
  border-left: none;
  /*height: 250px;*/
}

/*--------------------------Container Vari------------------------------*/
.container-important{
	background-color: #F2F2F2;
	/*border-radius: 1rem;*/
	padding: 3rem;
	width: 100%;
	cursor: pointer;

	-webkit-transition: all .50s ease-in-out;
		-moz-transition: all .50s ease-in-out;
		-ms-transition: all .50s ease-in-out;
		-o-transition: all .50s ease-in-out;
		transition: all .50s ease-in-out;
}

.container-important:hover {
	box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.4);
}

/*-------------------------------------------header bg white----------------------------------------------*/

.tooltips-header {
    position: relative;
    display: inline-block;
	cursor: pointer;

	-webkit-transition: all .50s ease-in-out;
		-moz-transition: all .50s ease-in-out;
		-ms-transition: all .50s ease-in-out;
		-o-transition: all .50s ease-in-out;
		transition: all .50s ease-in-out;
}

.tooltips-header:hover {
	box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.4);
}

.tooltips-header .tooltips-body {
    visibility: hidden;
	opacity: 0;
  width: 100%;
  background-color: rgba(241, 241, 241, 0.8);
  color: #808080;
  text-align: center;
  border: 1px solid #F2F2F2;
  border-radius: 1rem;
  padding: 1rem;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 11;
  top: 102%;
  left: 0;

  -webkit-transition: all .50s ease-in-out;
		-moz-transition: all .50s ease-in-out;
		-ms-transition: all .50s ease-in-out;
		-o-transition: all .50s ease-in-out;
		transition: all .50s ease-in-out;

}

.tooltips-header:hover .tooltips-body {
    visibility: visible;
	opacity: 1;
  box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.4);
}

.tooltips-header .tooltips-body::after {
    content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #F2F2F2 transparent;
}
