/* 
	Generic Styling, for Desktops/Laptops 
	*/
.tabelle_carrello .sottotabella.tableresponsive {
	width: auto;
}
.tabelle_carrello .tableresponsive .field_module {
	width: 200px;
}
.tableresponsive .prezzo_totale, .prezzo_totale {
	font-size: 20px;
	padding: 0px;
	    color: #fdb825;
	font-weight: 500;
}
.disponibilita_yes {
	font-weight: bold;
	width: 15px;
	height: 15px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #03e003;
	position: relative;
	margin-right: 10px;
	top: 3px;
}
.tableresponsive .disponibilita_yes, .tableresponsive .disponibilita_no {
	float: left;
	top: 0px;
	left: 5px;
}
.disponibilita_no {
	font-weight: bold;
	width: 15px;
	height: 15px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: red;
	position: relative;
	margin-right: 5px;
	float: left;
	top: 3px;
}
.disponibilita_yes, .disponibilita.yes, .yes {
	color: #03e003 !important;
	font-weight: 500
}
.disponibilita_no, .disponibilita.no, .no {
	color: red !important;
	font-weight: 500
}
.tableresponsive td span {
	margin: 7px 2px;
	color: #666;
	font-size: 15px;
	font-weight: 500;
}
.tableresponsive td:nth-child(6), .tableresponsive td:nth-child(10) {
	text-align: center
}
/*.tableresponsive td:nth-child(4), .tableresponsive td:nth-child(6), .tableresponsive td:nth-child(7) {
	text-align: left;
}*/
table.tableresponsive {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 20px;
	padding:0px 20px;
}
.tableresponsive tr:nth-of-type(odd) {
/*	background-color: rgba(66, 66, 66, 0.33)*/
}
.tableresponsive.sottotabella th {
	background: #ffffff;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}
.tableresponsive th {
	background: #666666;
	color: #ffffff;
	border: none;
	text-align: left;
	line-height: 14px;
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
}
.tableresponsive .field_module, .tableresponsive .minifield_module input[type="text"] {
	padding: 3px;
	background: #FFFFFF;
	font-size: 14px;
	float: inherit;
	width: 37px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0px;
	font-weight: 500;
	color: #666666;
	text-align: left;
	border: 1px solid #ccc;
}
.tableresponsive .minifield_module input[type="number"] {
	padding: 6px 10px;
	width: 60px;
	top: 0px;
	position: relative;
}
.tableresponsive td, .tableresponsive th {
	text-align: left;
	border: 1px solid #ccc;
}
.tableresponsive.sottotabella th {
	padding: 10px;
}
.tableresponsive td {
	color: #c5c5c5;
	font-size: 13px;
	padding: 5px;
}
.tableresponsive a {
	    color: #fdb825;
	text-decoration: underline;
}
.tableresponsive a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 778px) {
	
	
	table.tableresponsive {
	padding:0px 0px;
}

	
	.tableresponsive tr:nth-of-type(odd) {
	background-color: rgba(66, 66, 66, 0.33)
}
.tableresponsive tr {
 
    border-bottom: 1px solid #fdb825 !important;
}

.tableresponsive td:nth-child(6), .tableresponsive td:nth-child(10) {
	text-align: left;
}
.tableresponsive.sottotabella th, .tableresponsive th {
	display: none !important
}
.tableresponsive .minifield_module input[type="number"] {
	top: -6px;
}
.tableresponsive td:nth-child(4) {
	text-align: left;
	min-width: 100px;
	max-width: inherit;
}
.tableresponsive.sottotabella {
	width: 100%;
}
.tableresponsive td {

}
.tabelle_carrello .minifield_module {
	height: 40px;
}
/* Force table to not be like tables anymore */
	    
table.tableresponsive, .tableresponsive thead, .tableresponsive tbody, .tableresponsive th, .tableresponsive td, .tableresponsive tr {
	display: block;
}
table.tableresponsive {
	border: 1px solid #ccc;
	border-bottom: none;
}
/* Hide table headers (but not display: none;, for accessibility) */
	    
.tableresponsive thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.tableresponsive tr {
	border-bottom: 2px solid #ccc;
}
.tableresponsive.sottotabella tr {
	border-bottom: 1px solid #ccc;
}
.tableresponsive td {
	min-height: 50px;
	border: none;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-left: 30% !important;

	padding-top: 11px;
	letter-spacing: 0px;
}
.tableresponsive td:before {
	position: absolute;
	top: 13px;
	left: 11px;
	width: 30%;
	padding-right: 10px;
	white-space: nowrap;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0px;
}
.tableresponsive.sottotabella td:before {
	position: absolute;
	top: 13px;
	left: 11px;
	width: 30%;
	padding-right: 10px;
	white-space: nowrap;
	color: #666;
	font-weight: 500;
	letter-spacing: 0px;
}
.tabelle_carrello fieldset .btn {
	margin-left: 0px;
	width: 100%;
	margin-bottom: 5px;
	font-size: 22px;
}
.tabelle_carrello tr td .btn {
	width: auto;
}
.tableresponsive td, .tableresponsive th {
	min-height: 45px;
	    width: 100% !important;
}
.tableresponsive .disponibilita_no, .tableresponsive .disponibilita_yes {
	float: left;
}
.tableresponsive td span {
	margin: 0px 2px;
}
.tableresponsive td img {
	float: left;
	max-height: 28px;
}
.tableresponsive .minifield_module {
	margin-bottom: 0px;
}
.tableresponsive.sottotabella {
	width: 100% !important;
}
.tabelle_carrello table tr td img {
	max-height: 27px;
	position: relative;
}
}



@media only screen and (max-width: 600px) {
.tableresponsive td {
		padding-left: 43% !important;
}

.tableresponsive td:before {
    top: 10px;
}

}

