/*
body{
	background:#ddd;
	text-align: center;
	margin: 0;
	padding: 0;
	width:100%;
}

html{
	margin: 0;
	padding: 0;
	width:100%;
}
*/

#main{
	background: #fff;
	margin: 0 auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.3);
	margin-top: 25px;
	margin-bottom: 50px;
	min-width: 768px;
	padding-bottom: 20px;
	padding-top: 10px;
	display: inline-block;
}

/*
.container{
	width: 750px;
	text-align: left;
}

@media (max-width: 800px) {
	#main{
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
		min-width:0;
	}

	.container{
		width: 100%;
	}

	.github-banner{
		display: none;
	}
}
*/

#userInput{
	/*
	height: 35px;
	*/
	height: 38px;
}

#barcode{
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#title{
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 90%;
}

#title a:link{
	text-decoration: none;
	color: #000;
}

#title a:visited {
	text-decoration: none;
	color: #000;
}

#title a:hover {
	text-decoration: underline;
	color: #000;
}

#title a:active {
	text-decoration: underline;
	color: #000;
}

#invalid{
    display: none;
	position: absolute;
	height: 140px;
	/*
    margin-top:10px;
	*/
	padding: 5px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    justify-content: center;
    align-items: center;
	text-align: center;
    font-size: 14pt;
	color: #DE0000;
	background-color: #f0f0f0;
}

#barcodeType{
    /*
    height:35px;
    */
    height:38px;
}

.barcode-container{
	height: 200px;
	line-height: 200px;
	text-align: center;
	vertical-align: middle;
	margin-left: 25px;
	margin-right: 25px;
}

.description-text{
	height: 42px;
}

.description-text p{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.value-text{
	height: 42px;
	text-align: right;
}

.value-text p{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-bar{
	margin-bottom: 20px;
}

.slider-container{
	margin-top: 17px;
}

.input-container{
	margin-top: 5px;
}

.barcode-select{
	border-color: #ccc;
}

.barcode-container-bg {
	display: block;
	position: relative;
	margin-bottom: 30px;
	background: #f0f0f0;
	overflow: hidden;
}
.barcode-container-bg .btn {
	min-width: 5rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
.barcode-container {
	width: 100%;
	height: auto;
	line-height: 20px;
	margin: 0;
	/*
	padding: 15px;
	*/
	padding: 10px 5px 15px;
	
	text-align: center;
	overflow-x: auto;
}
.barcode-frame {
	display: block;
	height: auto;
}
.download-button-container {
	display: block;
	margin: 10px 0 20px;
	text-align: center;
}
#barcodeType {
	text-align: left;
}
.custom-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.5rem center;
	background-size: 16px 12px;
	cursor: pointer;
}
.input-group-append {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-right: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	flex-direction: column;
	justify-content: center;
}
/*
#userInput, #barcodeType {
	font-size: 14px;
	line-height: 1.42857143;
}
*/
.value-text {	
	padding-left: 0;
}
.value-text p {	
	float: right;
}


#display-method {
	background: #28a745 url(../images/full-screen.png) no-repeat center center;
	background-size: 2rem auto;
}

#display-method.full {
	background-image: url(../images/actual-size.png);
}

#svg-download-button, #png-download-button {
	/*
	background: #28a745 url(../images/download.png) no-repeat center center;
	*/
	background-size: 2rem auto;
}



/* collection page */
.barcode_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.barcode_list .item {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
}
.barcode_list .item a {
	display: block;
	padding: 6px;
	line-height: 22px;
	color: #333;
	background: #ebebeb;
	text-decoration: none;
}