@charset "utf-8";
/* CSS Document */

.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#vendasConf td{
	padding: 2px 5px;
	cursor: pointer;
}
/*efeito do botão menu principal*/
.dropdown-item:hover{
	background-color:#428BCA;
	color: white;
}  
.dropdown-ini:hover{
	background-color:#530053;
	display: block;
	height: 30px;
	padding: 5px 10px;
	color: #fff;
}  
.dropdown-ini div:hover{
	color: #fff;
}
.dropdown-ini a{
	text-decoration: none;
	color: #000;
}
/*titulos fixos das opções*/
.faixa-subTit{
	border:0px #CCCCCC solid;
}
.subTit{
	background-color: #ccc;
	font-family: Arial Black,' sans-serif';
	padding: 5px;
	color: #530053;
	border: 1px #000 solid;
}
.botao-subTit{
	background-color:#4285F4; 
	color: white;
}
/*titulos dos popup que abrem*/
.titPopRola{
	background-color: #B3B386; 
	height: 35px; 
	padding: 0px; 
	margin: 0px;
}
.titPopRola h3{
	font-size: 20px;
	margin-left: 5px;
	margin-top: 3px;
}
.botao-titPopRola{
	color: #fff; 
	background-color: #98090B; 
	display: block;
	width: 35px; 
	height: 35px; 
	font-size: 25px;
	margin: 0px; 
	padding: 3px 0px;
	border: none;
	cursor: pointer;
}
/*-especifico para adicionar produto --- pedidos ---*/
.titPopRola2{
	background-color: #B3B386; 
	height: 35px; 
	padding: 0px; 
	margin: 0px;
}
.titPopRola2 h3{
	font-size: 20px;
	margin-left: 5px;
	margin-top: -13px;
}
.botao-titPopRola2{
	color: #fff; 
	background-color: #98090B; 
	display: block;
	width: 35px; 
	height: 35px; 
	font-size: 25px;
	padding: 3px 0px;
	margin: -16px -16px 0 0;
	border: none;
	cursor: pointer;
}
.botao-titPopRola2:hover{
	background-color: #FF0004; 
}

