.search-barcode-top-bar {
	background-color: #d0c17e;
	padding: 20px;
	cursor: pointer;
}

.search-barcode-top-bar .fa-arrow-left {
	cursor: pointer;
}

.page-tool-SearchBarCode .form-search-barcode .camera-barcode {
	border: 0;
}

@media only screen and (max-width: 575px) {
	.page-tool-SearchBarCode .form-search-barcode {
    	display: none;
    }
}

#html5-qrcode-button-camera-permission,
#html5-qrcode-button-camera-start,
#html5-qrcode-button-camera-stop {
    text-indent: -9999px;
    line-height: 0;
    margin-bottom: 10px;
	border-radius: 5px;
	border: 0;
	padding: 8px 15px;
	background-color: #343a40;
	color: #fff;
}

#html5-qrcode-button-camera-permission:after {
    content: "Solicitar permissões de câmera";
    text-indent: 0;
    display: block;
    line-height: initial;
}

#html5-qrcode-button-camera-start:after {
    content: "Escanear";
    text-indent: 0;
    display: block;
    line-height: initial;
}

#html5-qrcode-button-camera-stop:after {
    content: "Parar";
    text-indent: 0;
    display: block;
    line-height: initial;
}
