@charset "utf-8";
/* CSS Document */
/**/
/*================================== BOOT ===============================================*/
body {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 500;
	color:#323232;
	padding-top:105px;
	background-color: #60564A;
}
main{background-color: #FFF;padding-top:50px}
a{text-decoration: none}
.cmsForm {}
.cmsForm .error {
	color: #C30
}
strong{font-weight: 700}
.fw-500{font-weight: 500!important;}
#alert {
	display: none;
	position: fixed;
	z-index: 10001;
	font-size: 14px;
	color: #000;
	background-color: rgba(0, 45, 71, 0.90);
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#alert .testoAlert {
	margin: 10px;
	color: #FFF;
	padding: 20px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader {
	/*width: 100%;*/
	height: 16px;
	animation: l3-0 2s infinite alternate;
}
.loader:before, .loader:after {
	content: "";
	width: 16px;
	height: 100%;
	background: #3FB8AF;
	display: inline-block;
	animation: l3-1 1s infinite alternate;
}
.loader:after {
	background: #FF3D7F;
	--s: -1;
}
@keyframes l3-0 {
	0%, 40% {
		transform: rotate(0);
	}
	80%, 100% {
		transform: rotate(.5turn);
	}
}
@keyframes l3-1 {
	80%, 100% {
		transform: translate(calc(var(--s, 1) * 14px));
	}
}
/*================================== SITE ===============================================*/
.img-fluid{max-height: 100%; max-width: 100%}
.thumb-sm { height: 36px; width: 36px; }
.thumb-md { height: 48px; width: 48px; }
.thumb-lg { height: 88px; width: 88px; }
.thumb-xl { height: 120px; width: 120px; }
h1{font-size: 24px; font-weight: 700; color:#60564A}
h2{font-size: 20px; font-weight: 700; color:#60564A}

.blu{color:#60564A!important}
.celeste{color:#C49C82!important}
.arancio{color:#FF9300!important}
.verde{color:#2B9F00!important}
.grigio{color:#BDC3C4!important}
.rosso{color:#F00!important}
.b-rosso{border-color:#F00!important}
.b-giallo{border-color:#DBAE35!important; color:#DBAE35!important}
.b-giallo:hover{border-color:#DBAE35!important; color:#FFF!important; background-color:#DBAE35!important }
.modal-content{border-radius:0}

header{
	position: fixed;
	z-index: 500;
	width: 100%;
	top: 0;
	background-color: #FFF;
	/*border-bottom: 2px solid #E1E5E5;*/
}
header .menu{
	padding: 0px 24px;
	border-bottom-width: 0px;
}
header .menu a{color:#C49C82; font-weight: 700;}
header .menu a.selected{
	background-image: url(../img/icon_triangolo.svg);
	background-position: center 39px;
	background-repeat: no-repeat;
	color: #60564A;
}
header .search{border-radius:26px;box-shadow: 0px 0px 10px #E1E5E5; display: inline-block; padding:5px 10px!important; margin:0 5px; cursor: pointer;background-color: #FFF;}
header .search .formSearch{border:none; color: #8C9799}
header .barraHeader{background-color:#60564A;padding:0px 24px; font-size: 14px; font-weight: 700;}
header .barraHeader .sezione{color:#C49C82; font-size:37px; font-weight:700; margin-right:30px}
header .barraHeader a{color:#FFF; margin:0 15px}
header .barraHeader a:hover,header .barraHeader a.current{color:#C49C82;}
header .barraHeader .notifica{ background-color:#FF0004; border-radius:20px;padding:5px 10px}

ul.contestMenu{
	margin: auto 0;
	padding: 0;
	list-style-type: none;
	position: relative
}
ul.contestMenu.Up{margin-top:17px}
ul.contestMenu li{display:inline-block;position: relative;}
ul.contestMenu li a{display: inline-block; padding:14px 0}
ul.contestMenu ul{
	display: none;
	position: absolute;
	padding:20px;
	top: 44px;
	left: -100px;
	width: 380px;
	background-color: #FFF;
	color:#60564A;
	box-shadow: 0px 8px 16px #e1e5e5;
}

ul.contestMenu li.glass{position: absolute;top:61px}
ul.account{top: 50px!important;left: auto !important;right:0px}
ul.contestMenu p{padding:0 0px; text-align: center; font-size: 12px}
ul.contestMenu h2{padding:10px; text-align: center; font-weight: 700; font-size: 36px}
ul.contestMenu h3{font-size: 16px; text-align: center; font-weight: 700}
ul.contestMenu hr{background-color: #E1E5E5; height: 2px; margin:10px -20px}
.btn2{ cursor: pointer; border-radius:20px; background-color: #C49C82; color:#FFF; border:none; padding:5px 15px; font-weight: 700}
.btn2:hover{color:#60564A}

.sidebar{width: 280px;position:absolute;top:0}
.leftMenu{}
.leftMenu .btn-toggle{
	position: relative;
	display: block;
	width: 100%;
	background-color:#C49C82;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	padding:15px;
	margin-bottom: 5px;
	border-radius: 4px;
	border:none;
}
.leftMenu .btn-toggle.inner{
	background-color:#60564A;
	border-radius:0;
}
.leftMenu .btn-toggle-nav{box-shadow: 0px 0px 20px #E1E5E580; padding:0px 20px!important;}

.leftMenu .btn-toggle-nav li a{color:#60564A; font-weight: 700; display: block; padding-bottom:0px; padding-top:10px}
.leftMenu .btn-toggle-nav li:last-child{padding-bottom:10px}
.leftMenu .btn-toggle:after {
  position: absolute;
	right:15px;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: 50% 50%;
	display: inline-block;
}

.leftMenu .btn-toggle[aria-expanded="true"]:after{
  transform: rotate(90deg)!important;
}
.leftMenu .btn-toggle[aria-expanded="true"]{
  border-radius: 4px 4px 0 0;
}
.leftMenu .btn-toggle.inner[aria-expanded="true"]{
  margin-bottom: 0px;
	border-radius:0;
}
.leftMenu .btn-toggle:hover {background-color:#C49C82;color:#FFF}
.leftMenu .btn-toggle.inner:hover {background-color:#60564A;color:#FFF}

ul.menuSX{
	list-style-type: none;
	padding:0;
	margin:0 0 16px 0
}
ul.menuSX li{padding:0px 0 0px 20px}

ul.menuSX li a{color:#60564A!important; font-weight: 700; display: block; margin:0;}
ul.menuSX li.hasChildren {padding:0px!important}
ul.menuSX li.hasChildren > a{position: relative;
	display: block;
	width: 100%;
	background-color:#C49C82;
	color: #FFF!important;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	padding:15px;
	margin-bottom: 5px;
	border-radius: 4px;
	border:none;}
ul.menuSX li.hasChildren > a:after{position: absolute;
	right:15px;
	font-family: "Font Awesome 6 Pro";
	content: "\f077";
	transition: transform .35s ease;
  transform-origin: center;
	/*transform: rotate(90deg);*/
	display: inline-block;}
ul.menuSX li.hasChildren > a.expand{color:#FFF!important}
ul.menuSX ul{display: none;list-style-type: none;margin:0;padding:0}
ul.menuSX ul li{padding-top:10px}
ul.menuSX ul li:last-child{padding-bottom:10px}
ul.menuSX ul li.hasChildren > a{background-color:#60564A;border-radius:0;padding:9px 15px}
ul.menuSX ul ul li.hasChildren > a.expand{color:#60564A!important}
ul.menuSX ul ul li {background-color:#e1e5e5; margin-bottom:5px; padding-bottom:10px}
ul.menuSX ul ul li.hasChildren > a{background-color:#E1E5E5;color:#60564A!important}
ul.menuSX ul ul li.hasChildren > a:after{position: absolute;
	right:15px;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,75,155,1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}
ul.menuSX ul ul li a.expand{
	margin-bottom: 0px;
	border-radius:0;
color:#8C9799!important}
ul.menuSX ul ul {box-shadow: 0px 0px 20px #E1E5E580;}
ul.menuSX ul ul ul {box-shadow: 0px 0px 20px #E1E5E580; padding:0px 0px!important;}
ul.menuSX ul ul ul li {background-color: #FFF; margin-bottom:0}
ul.menuSX ul ul ul li:last-child{padding-bottom:10px;}
ul.menuSX ul ul ul li a{background-color:#FFF;color:#60564A!important; font-weight: 700; display: block; margin:0;padding:0px 0 0px 0}
ul.menuSX a.expand:after,ul.menuSX a.current:after{
	transform: rotate(180deg)!important;
	 
}
ul.menuSX ul ul ul li a.expand{color:#8C9799!important}
ul li.expand > ul{display:block}
.modal-dialog {
  width: fit-content;
	max-width: 850px!important;
	min-width: 500px;
}

/* FOOTER */
footer{
	bottom:0;
	background-color: #60564A;
	padding:30px 0;
	margin-top:120px;
	color:#FFF;
}
/* END FOOTER */

/* SLIDER */
#carouselExampleIndicators{
	margin-bottom:70px
}
.carousel-indicators [data-bs-target]{
	width:	15px;
	height: 15px;
	border-radius: 10px;
	background-clip: inherit;
	border: 0;
	background-color:#C49C82;
	opacity: 1;
}
.carousel-indicators .active{
	background-color:#60564A;
}
.carousel-indicators{
	margin-bottom:-40px;
}
.carousel-caption{z-index: 10;}
.maschera{position:absolute; z-index: 2; width: 100%; height: 100%; background-color: rgba(0,0,0,.4); top:0}
.carousel-caption{text-align:center; font-size:16px}
.carousel-caption p{margin:0;padding:0}
.carousel-caption h2{font-size: 60px; line-height: 60px; font-weight: 700;margin:0; padding:0; color:#FFF}
.carousel-caption h3{font-size:28;padding:0;margin:0;color:#FFF}
.carousel-item:after{position: absolute;}
.carousel-control-prev,.carousel-control-next{z-index:20}
/* END SLIDER*/

/* PRODOTTI */
#prodotti {min-height: 400px}
#prodotti .nav-tabs {
    border: none;
}

#prodotti .nav-tabs .nav-item a.nav-link {
    color: #C49C82;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0;
    margin-right: 10px;
    border: 2px solid #C49C82;
    border-radius: 4px;
    background-color: #FFFFFF;
		padding:5px 10px
}

#prodotti .nav-tabs .nav-item a.nav-link:hover {
    color: #FFF;
    background-color: #60564A;
    border-color: #60564A;
}

#prodotti .nav-tabs .nav-item a.nav-link.active{
    background-color: #60564A;
    border-color: #60564A;
	color:#FFF;
}
#prodotti .doc-wrapper {
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0px 0px 20px #E1E5E57D;
	height: 100%;
	position: relative;
}

#prodotti .categoria{color:#8C9799;font-size: 12px;}
#prodotti .titolo{color:#C49C82; font-size: 16px; font-weight: 700}
#prodotti .sottotitolo{color:#60564A; font-size: 16px; font-weight: 700; height: 45px}
#prodotti .preferito,#prodotti .campagne {
    background-color: #E1E5E5;
    border-radius: 8px 0 8px 0;
    color: white;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    padding: 7px;
    position: absolute;
    z-index: 5;
    width: 36px;
    height: 36px;
  left:-3px;
	top:-2px!important;
	cursor: pointer;
}
.big{font-size:24px!important}

#prodotti .preferito.attivo,#prodotti .preferito:hover {
    background: #C49C82;
    color: #FFF;
}

#prodotti .preferito a {
    color: inherit;
    text-decoration: none;
}
.scarsa{color:#F1A33B}
a.btn,.btn{
	border: 2px solid #C49C82;
	color:#C49C82;
	background-color: #FFF;
	font-weight: 700;
	font-size: 16px;
	padding:4px 20px;
	border-radius: 4px
}
a.full,.btn.full{width: 100%}
a.btn:hover,.btn:hover{color:#FFF;background-color: #C49C82}
.documenti a{color:#60564A; font-size:14px; font-weight: 700; text-decoration: underline}
a.delete{color:#F00;; font-weight: 700}
.bg-rosso,.bg-arancio,.bg-verde,.bg-blu{ padding:0 15px; font-size: 16; font-weight: 700; border-radius: 4px 4px 0 0;border:none!important; color:#FFF!important}
.bg-rosso{background-color: #FF0000!important;}
.bg-arancio{background-color: #FF9300!important;}
.bg-giallo{background-color: #F0B400!important; color:#FFF!important; border:none;}
.bg-verde{background-color: #2B9F00!important;}
.bg-azzurro{background-color: #60564A;color:#FFF!important; border:none;}
.bg-celeste{background-color: #C49C82!important;color:#FFF!important}
.bg-celeste:hover{background-color: #60564A!important;}
.bg-blu{background-color: #60564A;color:#FFF!important;}
.bg-rosso a{color:#FFF}
.bg-grigio {background-color:#E1E5E5!important; color:#60564A}
.zoom,.zoom2 {
    position: absolute;
    z-index: 5;
    font-size: 20px;
    color: #438ADC;
    bottom: 10px;
    right: 10px;
	cursor: pointer
}
.scontistica{
	position: absolute;
	z-index: 5;
	font-size: 15px;
	top: -20px;
	right: -20px;
	width: 60px;
	height: 60px;
	background-image: url(../img/linguetta.svg);
	background-repeat: no-repeat;
	color:#F0B400;
	font-weight: 700;
	padding-top: 10px;
	padding-left:20px
}
.scontistica span{transform: rotate(45deg); display: block}
/* END PRODOTTI */

/* SLICK */
.slick-prev,.slick-next,.slick-prev:hover,.slick-next:hover{background-color: #E1E5E5; width: 36px; height: 36px;border-radius: 4px;z-index: 100;}

.slick-prev::before,.slick-next::before{ font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;}
.slick-prev::before{content: '\f053';}
.slick-next::before{content: '\f054';}
.slider .slidePr{
	border: 1px solid #F4F4F4;
	background-color: #FFF;
}
.slider .doc{height: 150px!important;  padding:10px!important; border-radius: 0!important}

/* END */

/* CARRELLO */

.listaCarrello{ border-radius:0 0 4px 4px;box-shadow: 0px 0px 20px #E1E5E580; margin-bottom: 30px}
.listaCarrello .colonna {
	border-right: 2px solid #E1E5E5;
	padding:20px;
}
.listaCarrello .colonna:last-child{border:none}
.listaCarrello .colonna .titolo{color:#60564A; font-size: 14px; font-weight: 700}
.listaCarrello .colonna .big{font-size: 24px;}
.listaCarrello .colonna p{margin-bottom: 3px}
.foto {
  background-color: #F4F4F4;
  border-radius: 8px;
  padding: 10px;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px
}
.chekout{
	background-color: #EDEDED;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px #E1E5E5;
}
.chekout h2{
	color: #438ADC;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;	
}
.chekout .importi{
	color:#60564A;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px
}
.chekout hr{background-color: #FFF; height: 3px; border: none}
.barra{width: 100%; height: 10px; border-radius:5px; line-height: 0;overflow: hidden;}
.barra_1{background-color: #60564A;display: inline-block; height: 10px}
.barra_2{background-color: #2B9F00; display: inline-block; height: 10px}
.barra_3{background-color: #F00; display: inline-block; height: 10px}
.barra_4{background-color: #E1E5E5; display: inline-block; height: 10px}
.dropdown-toggle::after{position:absolute; right:10px; top:15px}
.dropdown-toggle:hover{ color:#60564A}
.dropdown-menu{background-color:#60564A;
	width: 100%;
  border-radius: 0 0 5px 5px;
  border: none;
top: -2px !important;}
.dropdown-menu li a{color:#FFF; font-weight: 700}
.dropdown-item:hover{ cursor: pointer;background-color:#60564A; color:#C49C82}

.filtriCampagna .btn{border: 2px solid #e1e5e5; background-color: #f4f4f4; }
.filter-option-inner-inner{color:#60564a}
.filtriCampagna .dropdown-toggle:hover{ color:#004b9b}
.filtriCampagna .dropdown-menu{background-color:#f4f4f4;
	width: 100%;
  border-radius: 0 0 5px 5px;
  border: none;
top: -2px !important;}
.filtriCampagna .dropdown-menu li a{ font-weight: 500;color:#60564a;font-size:12px}
.filtriCampagna .dropdown-item:hover{ cursor: pointer;background-color:#60564a; color:#FFF}
.filtriCampagna .filter-option{font-size:13px}

.accordion-header{	border: 1px solid #E1E5E5;}
.accordion-button{font-weight: 700}

.accordion-button:not(.collapsed){ background-color: #E1E5E5}
.accordion-button:focus-visble{border:none}
.accordion-button:focus{border:none }
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-button::after {
  filter: invert(95%) sepia(85%) saturate(803%) hue-rotate(87deg) brightness(83%) contrast(93%);
}
.accordion-danger .accordion-button::after {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%) !important;
}
.accordion-danger .accordion-button:not(.collapsed)::after {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%) !important;
}
.ricercaOrdini{background-color: #E1E5E5; padding:25px 25px 0 25px}
.select{padding: 9px 15px; background-color: #FFF; border:none; border-radius:5px;margin-bottom: 20px; max-width: 170px; font-size: 12px}

.formData{
	border-radius: 5px!important;
   border: none!important;
	padding: 5px 8px;
	margin-bottom: 20px;
	 font-size: 12px
}
.input{
	border-radius: 5px;
	border: 1px solid #E1E5E5;
	padding: 5px 8px;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 20px;
}
.bordato{
	background: #F4F4F4;
	border: 2px solid #E1E5E5;
	color:#60564A;
	font-weight: 700;
	width: 100%;
}
.bordato::placeholder {color:#60564A;}
.pagination {justify-content: center !important; padding:20px 0}
.page-link{
	margin: 0 10px;
	border-radius: 4px;
	border-color: #C49C82;
	border-width: 3px;
	color:#C49C82;
	font-weight: 700;
	padding:2px 10px
}
.active > .page-link{background-color: #60564A; border-color:#60564A;}
.disabled{display: none}
/* END CARRELLO*/

/* RICERCA */
.ricerca{
font-weight: 600!important;
}
.ricerca .input{
	border-radius: 5px;
	border: 1px solid #E1E5E5;
	width: 100%;
	padding: 5px 8px;
	font-weight: 600;
	font-size: 14px;
}
.ricerca .select{
    border-radius: 5px;
    border: none;
	width: 100%;
	padding:5px 8px;
	font-size: 14px;
	background-color: #E1E5E5;
	color: #60564A;
}


@media (max-width: 749px) {
	.foto{ height: auto}
}

/* PLAN */
.timeline-container {
      position: relative;
      border-bottom: 1px solid #ddd;
			padding:0;
    }

    .month-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      position: relative;
      height: 30px;
			border-bottom: 1px solid #ddd;
    }

    .month-label {
      text-align: center;

    }

    .timeline-row {
      position: relative;
      height: 40px;
    }

    .vertical-lines {
      position: absolute;
      top: 30px;
      bottom: 0;
      width: 100%;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      z-index: 0;
    }

    .vertical-lines div {
      border-right: 1px solid #ddd;
    }
.vertical-lines div:first-child{border-left: 1px solid #ddd;}
    .bar {
      position: absolute;
      height: 24px;
      color: white;
      display: flex;
      align-items: center;
      padding-left: 10px;
      font-weight: bold;
      z-index: 1;
			font-size: 9px
    }

    .bar-1 { background-color: #999999; }
    .bar-2 { background-color: #60564A; }
		.bar-3 {background-color: #36c3b7;}
.bar-4 {background-color: #ff9300;}
a.bar:hover{color: #FFF; backgreond-color:#DDD!important}
.azione{border-radius:4px;box-shadow: 0px 0px 10px #E1E5E5;overflow: hidden}
.bannerAzione{overflow: hidden; position: relative}
.bannerAzione .caption{position: absolute; z-index: 15;bottom: 15%;top:20%;
  width: 100%;
  text-align: center; color:#FFF; font-size: 24px}
.bannerAzione .caption h1{color:#FFF; font-weight: 700; font-size: 48px;}
.azioneContenuto{}
.azioneContenuto h4{margin:0; margin-top:10px;color:#60564A; font-size: 16px; font-weight: 700  }
.azioneContenuto strong{color:#60564A}
.azioneContenuto .blocco{box-shadow: 0px 0px 10px #E1E5E5;padding:15px; margin-bottom: 15px}
ul.documenti{margin:0;padding:0; list-style-type: none}
ul.documenti li{padding:3px 0px}
ul.documenti li a{
	text-decoration: none;
}
ul.inc{margin:0;padding:0; list-style-type: none}
ul.inc li{margin-left:25px;position: relative}
ul.inc li.vincitori:before{content:"\f091"; font-family: "Font Awesome 6 Pro"; position: absolute;left:-25px; color:#C49C82;font-weight: 700}
ul.inc li.meccanica:before{content:"\f085"; font-family: "Font Awesome 6 Pro"; position: absolute;left:-25px; color:#C49C82;font-weight: 700}
#budget{padding:0}
#budget .nav-item{width:50%;}
#budget .nav-link{border-bottom-width: 0px;width:80%; background-color: #C49C82!important; font-size:16px; color:#FFF;font-weight: 700; text-align: left!important }
#budget .nav-link.active{background-color:#E1E5E5!important; color:#60564A!important; margin-bottom:0}
#budgetContent{padding:0}
#budgetContent .tab{background-color: #E1E5E5;padding:10px}
#budgetContent .form{background-color: #F4F4F4; padding:20px 10px;font-weight: 700}
#budgetContent .totali{font-size: 20px; font-weight: 700}
#budgetContent .barra,#budgetContent .barra_1,#budgetContent .barra_3{ height: 20px}
#budgetContent .barra{border-radius:20px}

#budgetContent table{font-weight: 700;padding:30px}
#budgetContent table tr{}
#budgetContent table th{background-color:#E1E5E5;padding:10px; text-align: center; color:#323232; font-weight: 600; font-size: 12px}
#budgetContent table td{
	padding: 15px 10px;
	border-bottom: 1px solid #E1E5E5;
	text-align: right;
}
#budgetContent .tab-pane{box-shadow: 0px 0px 20px #E1E5E599;background-color: #FFF; color:#60564A; text-align: right}
#budgetContent.listaVsm table td,#budgetContent.listaVsm table th{text-align: left}
#budgetContent.right table td,#budgetContent.right table th{text-align: right; font-weight: 500}

table.table-tl-auto {table-layout: auto;}
table.table-tl-fixed {table-layout: fixed;}
table.table-gap-sm {
	& tr td {
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #E1E5E5;
	}
}
table.table-std {font-weight: 700;padding:30px}
table.table-std tr{}
table.table-std th{background-color:#E1E5E5;padding:10px; text-align: center; color:#323232; font-weight: 600; font-size: 12px}
table.table-std td{
	padding: 10px 0px;
	border-bottom: 1px solid #E1E5E5;
	text-align: right;
}
.shadow{box-shadow: 0px 0px 20px #E1E5E59A!important;}
.cellaOmbra{
	box-shadow: 4px 0px 4px -1px rgba(50,50,50,0.15)!important;
}
/* END PLAN*/

/* DEMOTOOL */

/* END DEMOTOOL*/
