:root {
	--color-default: #018D03;
	--color-default-dark: #018D03;
}

html {
	font-size: 13px;
}

body {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	background: whitesmoke;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body > main.container {
	background: white;
}

div.logo img {
	max-height: 150px;
	max-width: 50%;
}

/* * * * * * * * * * * * * * * breadcrumb * * * * * * * * * * * * * * */

.breadcrumb {
	background-color: var(--color-default);
}

.breadcrumb .breadcrumb-item:not(.active) {
	color: white;
	opacity: 0.8
}

.breadcrumb .breadcrumb-item.active {
	color: white;
	font-weight: bold;
}

.breadcrumb .breadcrumb-item::before {
	color: white;
	opacity: 0.7;
}

/* * * * * * * * * * * * * * * main description * * * * * * * * * * * * * * */

div.card.bg-dark {
	background-color: #585a63 !important;
}


/* * * * * * * * * * * * * * * buttons * * * * * * * * * * * * * * */

form button[type=submit].btn-primary {
	background-color: var(--color-default) !important;
	border-color: var(--color-default-dark) !important;
}

form button[type=submit].btn-primary:focus,
form button[type=submit].btn-primary:active {
	background-color: var(--color-default-dark) !important;
}

/* * * * * * * * * * * * * * * products * * * * * * * * * * * * * * */

table.table-products input[type=number] {
	width: 30px;
}