﻿@charset "utf-8";
/* CSS Document */
.tabelle_carrello fieldset .modal-dialog  li span,
.tabelle_carrello fieldset.dati .modal-dialog li {
    text-align: left;
}
.content .modal-dialog h2 {
	border-bottom: none;
	margin-bottom: 0px;
	color: #4ccaca;
	margin: 0px;
	font-size: 26px;
	font-weight: 500;
	line-height: 40px;
	text-align: left;
}
fieldset .modal-dialog ul li span {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.tabelle_carrello fieldset .modal-dialog .field_module {
	float: inherit;
	margin-bottom: 0px;
}
#topnav .modal-dialog h1 {
	padding: 0px;
	color: #ae1a1f;
	text-transform: uppercase;
}
.modal-dialog table.table_responsive {
	margin: 20px 0px;
}
.modal-header .tableresponsive.sottotabella h1 {
	padding: 0px;
	color: #ae1a1f;
	text-transform: uppercase;
}
.modal-dialog .table_responsive input[type="text"] {
	pointer-events: none;
}
.modal-dialog .btn.btn-big {
	font-size: 15px;
	padding: 15px 20px;
	min-width: 100px;
}
.modal-dialog .btn-close {
	color: #aaa;
	font-size: 30px;
	text-decoration: none;
	position: absolute;
	right: 20px;
	top: 10px;
}
.modal-dialog .btn-close:hover {
	color: #333;
	text-decoration: none
}
.modal:before {
	content: "";
	display: none;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.modal:target:before {
	-webkit-transition: -webkit-transform 0.9s ease-out;
	-moz-transition: -moz-transform 0.9s ease-out;
	-o-transition: -o-transform 0.9s ease-out;
	transition: transform 0.9s ease-out;
	z-index: 9999999;
	background: rgba(0, 0, 0, 0.6);
	display: block;
}
.modal:target + .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 10%;
}
.modal-body .field_module {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.modal-body a {
	text-decoration: none;
}
.modal-body a:hover {
	text-decoration: none;
}
.modal-body a.btn {
	color: white;
	text-decoration: none;
}
.modal-body .label_module {
	padding-top: 10px;
}
.modal-dialog {
	z-index: 99999999;
	max-height: 90%;
	overflow-y: auto;
	background: #ffffff;
	border: #333 solid 1px;
	border-radius: 5px;
	position: fixed;
	left: 20%;
	top: -100%;
	width: 60%;
	-webkit-transform: translate(0, -500%);
	-ms-transform: translate(0, -500%);
	transform: translate(0, -500%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal-body {
	padding: 20px;
	text-align: left !important;
	padding-top: 0px;
}
.modal-header, .modal-footer {
	padding: 10px 20px;
}

.poppromo .modal-header {
    color:#ca4c4c;
}

.poppromo .tableresponsive tr:nth-child(2) {
font-weight:600
}
.poppromo .tableresponsive td:nth-child(1),
.poppromo .tableresponsive td:nth-child(2) {
    color:#ca4c4c;
    font-size:19px;
}
.poppromo .tableresponsive td:nth-child(3) {
    color:#000;
    font-size:19px;
    text-decoration:line-through
}


.poppromo .tabelle_carrello tr th {
border:none
}


.modal-header {
	border-bottom: #eee solid 1px;
	margin-bottom: 20px;
}
.modal-header h2 {
	font-size: 20px;
}
.modal-footer {
	border-top: #eee solid 1px;
	text-align: right;
}
.riservata .articolo .modal-dialog h1 {
	font-size: 30px;
	margin-bottom: 0px;
	padding: 0px 20px;
}
.riservata .articolo .modal-dialog h2 {
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.riservata .articolo .modal-dialog p {
	margin-bottom: 3px;
}

@media (max-width:768px) {
.tabelle_carrello fieldset .modal-dialog .field_module {
	margin-bottom: 5px;
}
.modal-dialog {
	left: 10%;
	width: 80%;
}
.modal-dialog table.table_responsive {
	margin: 20px 0px;
	width: 100%;
}
.modal-dialog table.table_responsive.carrello2 {
	width: 100% !important;
}
}

@media (max-width:500px) {
.modal-dialog table.table_responsive {
	margin: 20px 0px;
	width: 100%;
}
}
