@charset "utf-8";
 /* Scroll bar custom per Firefox
------------------------- */	  
* {
  scrollbar-width: auto;
  scrollbar-color: darkorange white;
}
	 
/* Scroll bar custom per altri browser
------------------------- */
*::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
*::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
*::-webkit-scrollbar-thumb {
  background-color: darkorange;
  border-radius: 15px;
  border: 0px solid black;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #E97604;
  border: 1px solid white;
}
	 
 /* Controllo titoli di pagina responsive
------------------------- */

/* Small devices (vertical phones, 120px and up) */
@media (min-width: 120px) {  
	.titolo {font-size: 7vw;}
	.sottotitolo {font-size: 4vw;}
	#cercaBtn {text-align: center;}
	#salvaBtn {margin-top: 0px;}
} 
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
	.titolo {font-size: 4vw;}
	.sottotitolo {font-size: 3vw;}
	#cercaBtn {text-align: center;}
	#salvaBtn {margin-top: 0px;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
	.titolo {font-size: 3vw;}
	.sottotitolo {font-size: 3vw;}
	#cercaBtn {text-align: left;}
	#salvaBtn {margin-top: 0px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.titolo {font-size: 3vw;}
	.sottotitolo {font-size: 2vw;}
	#cercaBtn {text-align: left;}
	#salvaBtn {margin-top: 0px;}
}  
/* Extra Large devices (desktops, 1224px and up) */
@media (min-width: 1224px) { 
	.titolo {font-size: 3vw;}
	.sottotitolo {font-size: 2vw;}
	#cercaBtn {text-align: left;}
	#salvaBtn {margin-top: 0px;}
}	

#salvaBtn{
	display: none;
}

#schedaTecnica .row-no-border{
	border-top: none;
}

#schedaTecnica .col-specifiche{
	width: 50%;
	height: 30px;
	font-size: 15px;
	padding: 5px;
}

#theadCat{
	width: 70%;
}

#theadLogo{
	width: 30%;
}

#DSElogo{
	max-height: 90px;
	float: right;
}

#schedaTecnica thead{
	background-color: black; 
	color: white;
}

#schedaTecnica thead td{
	border-top: none;
}

#schedaTecnica>tbody {
	overflow-x: hidden;
	display: block;
}

#schedaTecnica>tfoot{
	background-color: darkorange; 
	color: black;
}

#schedaTecnica tfoot td{
	border-top: none;
	height: 15px;
	padding: 5px;
}
	 
#schedaTecnica>thead,tbody, tfoot,tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}



