@font-face { font-family: Arial Bold; src: url('FontsFree-Net-arial-bold.ttf'); 
} 
body {
	margin: 0;
}
form {
	margin: auto;

}

.info-center {
			background-color: #fff;
			padding: 1em;
			margin-left: -10px;
			margin-right: -10px;
		}

		.info-center h1, h3 {
			color: green;
		}

.page-title {
	color: #fff;
	text-transform: capitalize;
}

nav {
	height: auto;		
	padding: 1px 2px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;			
}

main {
	width: auto; /*99%;*/
	margin-top: auto;
	margin-left: 1px;
	margin-right: 1px;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid transparent;
}

label {
	font-size: 1.2em;
}

.menu-group {
	display: block;
/*	width: 100% !important;*/
padding: 10px;
background-color: skyblue;
border-top: none;
border-bottom: 2px solid #ccc;

/*position: sticky;*/
top: 0;
}

.btn {
	padding: 5px 5px;
	margin-right: 1em;
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: bold;
	border: 2px solid gray;
	width: auto;
	border-radius: 7px;
}

.btn:hover {
	background-color: rgba(100, 150, 200, 0.7);
	color: #fff;
	animation-name: breathe;
	animation-duration: 1s;
	animation-fill-mode: revert;
	animation-iteration-count: infinite;
}

.printed-link {
	float: right !important;
	margin-right: 10px;
	text-decoration: none;
	display: flex;
	align-self: flex-end;
}

.control {
	font-size: 1.1em;
	border-radius: 5px;
	padding: 5px;
	margin: 0;
	margin-bottom: 3px;

	width: 90%;
}




.control-group {
	margin:  5px;
}

/*#paint-type {
margin-right: 20px;
}*/

#code-display {			
	background-color: #fff;
	color: navyblue;
	margin-left: 2px;

}

.sticker {
	font-family: "Arial";
	background: #fff;/*linear-gradient(to bottom, rgb(70, 210, 255, 0.07), #fff);*/
	height: 82px;
	width: 160px;
	display: inline;
	border: 2px solid #000; /*rgba(10, 10, 255, 1);*/
	border-radius: 7px;
	text-align: center;
	padding: 3px 5px;
}

.sticker-head {
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
/*			text-shadow: 1.3px 1.3px #000;*/
font-family: "Arial";

}

.sticker-color {
	margin-top: 0;			
	margin-bottom: 0;
	font-weight: bold;
	font-family: "Arial";
}

.sticker-code {
	margin-top: 0.1px;
	font-size: 11px;
	margin-bottom: 1.5px;
	font-weight: bold;
}

.sticker-date {
	display: block;
	margin-top: 0.1px;
	margin-bottom: 0.8px;
	font-size: 11px;
/*			float: left;*/
font-weight: bold;
/*			margin-left: 2.5px;*/
font-family: "Arial";

}
.sticker-batch {
	display: block;
	margin-top: 0.5px;
	font-size: 12px;
/*			float: right;*/
font-weight: bold;
/*			margin-right: 2.5px;*/
font-family: "Arial";
}






#page {
	width: auto;/*205mm;*/
	height: 286mm;
	border-top: none;
	display: grid;
	grid-template-columns: auto auto auto  auto;
/*			grid-gap: 0.1px 0.4px;*/
grid-template-rows: repeat(10, 110px);
padding-left: 0.5px;
padding-right: 0.5px;
padding-top: 0.5px;
padding-bottom: 0px;
margin:auto;

}
#type {
	display: inline !important;
}


@keyframes breathe {

	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1.0);
	}
}

@media only screen and (max-width: 768px) {
	#page {
		width: auto;/*205mm;*/
		height: 286mm;
		border-top: none;
		display: grid;
		grid-template-columns: auto auto;
		grid-template-rows: repeat(10, 110px);
		padding-left: 0.5px;
		padding-right: 0.5px;
		padding-top: 0.5px;
		padding-bottom: 0px;
		margin:auto;

	}
}

@media only screen and (max-width: 265px) {
	body {
		min-width: 180px !important;
	}
	#page {
		width: auto;/*205mm;*/
		height: 286mm;
		border-top: none;
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: repeat(10, 110px);
		padding-left: 0.5px;
		padding-right: 0.5px;
		padding-top: 0.5px;
		padding-bottom: 0px;
		margin:auto;

	}
	.control {
		font-size: 1.1em;
		border-radius: 5px;
		padding: 5px;
		margin: 0;
		margin-bottom: 3px;

		width: 90%;
	}
	nav {
		width: 100%;
	}
}

@media print {
	body {
/*width: 2480px;*/
max-height: 3508px;
}
section {
	display: none !important;
}

nav {
	display: none!important;
}

.menu-group {
	display: none !important;
}

main {
	margin:0;
	width: 99%;
}

/*#page {				
height: auto;
display: grid;
grid-gap: 0.5px 0.5px;
padding-left: 2px;
padding-top: 2px;				
}*/

#page {
	width: 205mm;
	height: 286mm;
	border-top: none;
	display: grid;
	grid-template-columns: auto auto auto  auto;
/*grid-gap: 0.1px 0.4px;*/
grid-template-rows: repeat(11, 100px);
padding-left: 0.5px;
padding-right: 0.5px;
padding-top: 0.5px;
padding-bottom: 0px;
margin:auto;				
}

.sticker {
	font-family: "Arial";
	background: #fff;/*linear-gradient(to bottom, rgb(70, 210, 255, 0.07), #fff);*/
	height: 75px;
	width: 160px;
	display: inline;
	border: 2px solid #000; /*rgba(10, 10, 255, 1);*/
	border-radius: 7px;
	text-align: center;
	padding: 3px 2px;
}

}