@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('IBM Plex Mono'), local('IBMPlexMono'),
		url(/static/IBM-Plex-Mono.ttf) format('truetype');
}

body {
	margin: 0;
	padding: 0;
	font-family: 'IBM Plex Mono';
}

.wrap {
	padding: 20px 30px;
	max-width: 1024px;
}

@media print {
	* {
		display: none;
	}
	#barcode_output {
		display: block;
	}
}

a:visited, a:active, a:link {
	color: #222;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #888;
}

h5 {
	font-weight: 400
}

h5 a {
	font-weight: 600;
}

h3, h4 {
	text-transform: uppercase;
}

.share-icon, .barcode-icon {
	width: 36px;
	height: 36px;
	background: #222;
	border-radius: 18px;
	margin: 5px;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease-in-out;
}

.share-icon a, .barcode-icon a {
	width: 100%;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.barcode-icon:hover {
	background: #999;
}

.share-icon.email:hover {
	background: #ea4335;
}

.feedback {
	font-size: 80%;
}

.header {
	text-align: center;
	padding-bottom: 1rem;
	border-bottom: 2px solid #222;
	margin-bottom: 1rem;
}

.footer {
	padding: 0;
	border-top: 2px solid #222;
}

.footer p {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 1.5;
}

.main {
	height: 60%;
}

.logo {
	max-width: 120px;
	margin: 0 auto;
}

.header-share {
	display: none;
}

.footer-share {
	margin-top: 1rem;
}

.footer-share h4 {
	margin-bottom: 0.5rem;
}

.barcode-types {
	margin-bottom: 1rem;
}

.barcode-types a {
	display: inline-block;
	padding: 6px 10px;
	border: 1px solid #EEE;
	font-size: 1rem;
	margin: 5px 5px 5px 0;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.barcode-types a:hover, .barcode-types a.active {
	background-color: #222;
	color: #EEE;
}

.display-barcode {
	margin-top: 0.25rem
}

.barcode-text-input {
	font-size: 24px;
	font-weight: 400;
	font-family: 'IBM Plex Mono';
	border: 0;
	outline: none;
	padding: 0.5rem 1rem;
	border-bottom: 2px solid #222;
	/*border: 1px solid #EEE;*/
	text-align: left;
	/*border-radius: 2rem;*/
	width: 100%;
}

.barcode-text-input:invalid:focus {
	border-bottom: 2px solid #990000;
	color: #CC0000;
}

.barcode-text-input-clear, .button, .button-green {
	font-family: 'IBM Plex Mono';
	width: 100%;
	border-radius: 1.5rem;
	background: #222;
	padding: 1rem;
	/*height:36px;*/
	margin: 0;
	outline: none;
	color: #FFF;
	border: 0;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
	margin-bottom: 1rem;
}

.button:hover {
	background: #2e7bca;
}

.button-green:hover {
	background: #27a46a;
}

button:disabled, button[disabled] {
	background: #999;
	pointer-events: none;
}

[type="file"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

[type="file"]+label {
	cursor: pointer;
	display: inline-block;
	font-family: 'IBM Plex Mono';
	outline: none;
	color: #FFF;
	width: 100%;
	background: #222;
	padding: 1rem;
	border-radius: 1.5rem;
	text-align: center;
	background: #222;
	font-size: 13px;
	color: #FFF;
	font-weight: 600;
	box-sizing: border-box;
	transition: background-color 0.2s ease-in-out;
	margin-bottom: 1rem;
}

[type="file"]:focus+label, [type="file"]+label:hover {
	background: #2e7bca;
}

[type="file"]:focus+label {
	outline: 1px dotted #2e7bca;
}

.bulk-barcodes p {
	margin-bottom: 1rem;
}

.bulk-barcodes p.small {
	font-size: 11px;
}

.bulk-barcodes h2 img {
	position: relative;
	top: 3px;
	padding-right: 10px;
}

.barcode-text-input-clear:hover {
	background: #ea4335;
}

.docs-link {
	font-size: 16px;
	font-weight: 600;
	margin-top: 1rem;
}

.docs-link a {
	text-decoration: none;
}

.docs-link span {
	padding: 0;
	display: inline-block;
	position: relative;
}

.docs-icon {
	padding-right: 10px;
	position: relative;
}

.docs-icon img {
	position: relative;
	top: 3px;
}

.bulk-upload {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (hover:none), (hover:on-demand), (max-width: 500px) and (-webkit-min-device-pixel-ratio: 2) {
  /* custom css for "touch targets" */
  .bulk-upload {
    display: none;
  }
}

.bulk-barcodes {
	max-width: 640px;
	margin-bottom: 4rem;
}

.bulk-barcodes p {
	text-align: left;
	margin-bottom: 2rem;
}

.text-link {
	font-size: 14px;
}

.text-link:hover img.icon-last {
	padding-left: 8px;
}

.text-link img.icon-last {
	padding-left: 4px;
	width: 12px;
	height: 12px;
	position: relative;
	top: 2px;
	transition: all 0.2s ease-in-out;
}

.text-link img.icon-first {
	padding-left: 0;
	padding-right: 6px;
	height: 14px;
	width: 14px;
	top: 3px;
	position: relative;
}

.select-type {
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	display: none;
	margin-bottom: 0.5rem;
	background-color: #F7F7F7;
	border-bottom: 1px solid #222;
}

.select-type:after {
	content: "";
	position: absolute;
	background-image: url("/img/arrow_drop_down.svg");
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	right: 10px;
	top: 2px;
	transition: transform 0.2s ease-in-out;
	pointer-events: none;
}

.select-type.open:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select-type a {
	width: 100%;
	display: block;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	padding: 0.5rem 1rem;
}

.barcode-types {
	display: block;
}

.text-file-table {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.text-file-table .heading-text div {
	padding: 0.25rem;
	color: #222;
	background: #EEE;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}

.text-file-table .attribute div {
	padding: 0.25rem;
	background: #FFF;
	color: #222;
	text-align: center;
	font-size: 12px;
}

@media only screen and (max-width: 600px) {
	.barcode-types a {
		width: calc(50% - 30px);
		margin-bottom: 0;
		float: left;
	}
	.barcode-types {
		display: none;
	}
	.barcode-types.open {
		display: block;
	}
	.select-type {
		display: block;
	}
	.choose-barcode-type {
		margin-bottom: 1rem;
	}
	.text-file-table .attribute div.optional, .text-file-table .heading-text div.optional
		{
		display: none;
	}
}

@media only screen and (max-width: 450px) {
	.bulk-upload-form .col-xs-6 {
		flex-basis: 100%;
		max-width: 90%;
	}
}

/* between sm and xs */
@media only screen and (min-width: 600px) {
	.logo {
		max-width: 140px;
		margin: 0;
		padding: 1rem 0;
	}
	.text-file-table .attribute div.default, .text-file-table .heading-text div.default
		{
		flex-basis: 25%;
		max-width: 25%;
	}
}

/* equal to sm breakpoint */
@media only screen and (min-width: 768px) {
	.logo {
		max-width: 198px;
		margin: 0;
	}
	.header-share {
		display: flex;
	}
	.footer-share {
		display: none;
	}
	.header {
		margin-bottom: 2rem;
	}
}

#barcode_wrapper, #frame {
	position: relative;
}

@
keyframes fadeOut {
	from {opacity: 1;
}

to {
	opacity: 0;
}

}
@
keyframes pulseBg { 0% {
	border-color: #222;
}

50%
{
border-color
:
 
#EEE
;
 
}
100%
{
border-color
:
 
#222
;
 
}
}
#message {
	display: none;
	padding: 10px;
	border: 1px solid #CCC;
	background: #FFF;
	color: #222;
	text-align: center;
	width: 200px;
	left: -100px;
	box-sizing: border-box;
	margin: 1rem auto 0 50%;
	position: absolute;
	font-size: 13px;
	line-height: 19px;
	z-index: 1000;
}

#barcode_image_link {
	position: absolute;
	left: -1999em;
}

#message.message-fade {
	display: block;
}

.message-fade {
	animation-name: fadeOut;
	animation-duration: 0.5s;
	animation-delay: 2s;
	animation-iteration-count: 1;
}

.pulse-bg {
	animation-name: pulseBg;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.pulse-bg:focus {
	animation-play-state: paused;
	border-color: #222;
	animation: 0
}

#input_wrapper {
	width: 100%;
}

#barcode_output {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 1rem 0;
}

#barcode_outout[src=""] {
	display: none;
}

#barcode_options {
	margin: 0 0 2rem 0;
}

#barcode_print_button {
	width: 50%;
	text-align: center;
	float: left;
}

#barcode_print_content {
	display: block;
	height: 24px;
}

#barcode_download_button {
	width: 50%;
	text-align: center;
	float: right;
}

#barcode_print_content {
	display: block;
	height: 24px;
}

#optional_column_text {
	float: right;
}

#licenses {
	text-align: left;
}


/** tooltip **/

#tooltip {
  text-align: center;
  color: #fff;
  background: #222;
  position: absolute;
  z-index: 10000;
  padding: 10px;
  border-radius: 0.125rem;
  -webkit-transition: 100ms ease;
  -moz-transition: 100ms ease;
  -o-transition: 100ms ease;
  -ms-transition: 100ms ease;
  transition: 100ms ease;
  font-family: 'IBM Plex Mono';
  font-size: 14px;
  line-height: 20px;
}

#tooltip:after /* triangle decoration */ {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #222;
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}