
.titulo_orcar{
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: viconfont;
  font-size: 30px;
  color: #787878;
  vertical-align: super;
  width: 100%;
  text-align: center;
}

.formulario{
  width: 100%;
  padding-top: 50px;
}

.pedidos{
  border-spacing: 0px;
  border-collapse: collapse;
  font-family: viconfont;
  font-size: 13px;
  width: 65%;
  margin: auto;
  text-align: center;
}

.pedidos th{
	background-color: rgba(0,0,0,0.1);
	text-transform: uppercase;
}

.pedidos td, th{
  border: 1px solid #cfcfcf;
  padding: 5px;
}

.pedidos input{
  width: 50px;
  text-align: right;
}

.pedidos button{
  background-color: inherit;
  outline: none;
  border: none;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

#atualizar {
  background-image: url("/img/icones/refresh16grey.png");
  background-position: center;
  background-repeat: no-repeat;
}

#atualizar:hover{
  background-image: url("/img/icones/refresh16red.png");
  background-position: center;
  background-repeat: no-repeat;
}

#remover {
  background-image: url("/img/icones/close16red.png");
  background-position: center;
  background-repeat: no-repeat;
}

#remover:hover{
  background-image: url("/img/icones/close16grey.png");
  background-position: center;
  background-repeat: no-repeat;
}


.formulario img{
  padding-left: 10px;
}

.pecas-detalhes-buttons {
  cursor: pointer;
  vertical-align: middle;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
}

.pecas-detalhes-buttons img {
  padding-top: 15px;
  width: auto;
}

.pecas-carrinho-buttons {
  cursor: pointer;
  vertical-align: middle;
  display: block;
  width: 75%;
  text-align: center;
  margin: auto;
}

.pecas-carrinho-buttons img {
  padding-top: 15px;
  width: auto;
}


.display-pecas {
  text-align: center;
  padding-top: 5px;
}

.labelform {
	display: block;
}

.col-qtde {
	min-width: 85px;
}

@media (max-width:525px) {
	.scrolltable{
		/*margin-left: 15px;
		margin-right: 15px;*/
		max-width: 100%;
		/*display: flex;*/
		flex-wrap: nowrap;
		overflow-x: auto;
		/*-webkit-overflow-scrolling: touch;
		background-color: none;*/
		padding: 10px;
		overflow-y: hidden;
		width: 100%
	}

	.scrolltable::-webkit-scrollbar{
		height: 6px;
	}

	.scrolltable::-webkit-scrollbar-button{
		display: none;
	}

	.scrolltable::-webkit-scrollbar-thumb{
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #c0c0c0;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	}
}



@media (max-width:900px) {
	.scrolltable{
		/*margin-left: 15px;
		margin-right: 15px;*/
		max-width: 80%;
		/*display: flex;*/
		flex-wrap: nowrap;
		overflow-x: auto;
		/*-webkit-overflow-scrolling: touch;
		background-color: none;*/
		padding: 10px;
		overflow-y: hidden;
		margin: auto;
	}
  .titulo_orcar{
    width: auto;
  }

  .formulario{
    width: 100%;
    margin-right: -4px;
  }

  .pedidos{
    width: 80%;
	position: relative;
	font-size: 60%;
  }

  .pecas-detalhes-buttons {
    display: contents;
  }
  
  .pecas-carrinho-buttons {
    text-align: center;
	float: none;
  }
}

}

@media (max-width:525px) {
  .btns{
    display: grid;
  }
}

@media (max-width:350px) {
  .formulario img{
    margin-left: 5%;
  }

}
