@font-face {
    font-family: BarCode39;
    src: url('/assets/fonts/BarCode39Lesbar-3yDM.ttf') format("truetype");
}

img {
	max-width: 100%;
}

span#barcode {
	font-family: BarCode39;
	font-size: 150%;
}

.nav-col {
	background-color: #eee;
	padding: 0;
	height: 100vh;
	position: fixed;
}

.nav-col #logo {
	margin: 20px auto;
	text-align: center;
}

.nav-col #logo img {
	width: 200px;
	height: auto;
	max-width: 90%;
}

.nav-col #user {
	background-color: #555;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.nav-col ul.nav li {
	padding: 0;
	border-bottom: 1px solid #555;
}

.nav-col ul.nav li a {
	padding: 12px 20px 12px 36px;
	color: #555;
}

.nav-col ul.nav li a:hover {
	background-color: #ccc;
}

.nav-col ul.nav li a.active {
	background-color: #ccc;
	color: #000;
}

.nav-col #copyright {
	color: #555;
	text-align: center;
	padding: 60px 0;
}

.body-col {
	background-color: #fff;	
	padding: 40px;
	min-height: 70vh;
	margin-left: 300px;
}

select.form-select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

pre {
	border: 1px solid #000;
	padding: 20px;
	background-color: #ffc;
}

h1 {
	padding-bottom: 5.rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2rem;
	font-size: 2rem;
}

button i {
	padding-left: 10px;
}

.modal-open .modal.modal-xl {
	width: 100%;
	max-width: 100%;
}

.modal-open .modal.modal-xl .modal-dialog {
	width: 1600px;
	max-width: 90%;
}


.modal-header, .modal-footer {
	background-color: #eee;
}

.spinner-border {
	width: 75px;
	height: 75px;
}

form .inputs {
	max-width: 100%;
	width: 60rem;
	padding: 1rem 1rem .1rem 1rem;
	margin-bottom: 2rem;
	background-color: #dfece7;
}

form .inputs h5 {
	background-color: #555;
	color: #fff;
	margin: -1rem -1rem 1rem -1rem;
	padding: .5rem;
}

form .inputs label {
	font-weight: bold;
	padding-top: .5rem;
}

form .input-ctas {
	margin-top: 2rem;
}

form .input-ctas a {
	margin-right: .5rem;
}

form .inputs label.form-check-label {
	font-weight: normal;
	padding-top: 0;
}

form .inputs textarea.messages {
	height: 6rem;
}

table.alert-table {
	width: unset;
	margin: 0 auto;
}

table.alert-table tr th {
	text-align: center;
}

table.alert-selectors tr td {
	cursor: pointer;
}

tr.alert-row td {
	padding: .75rem;
	color: #fff;
	opacity: 1;
}

/*
tr.alert-row.red td { background-color: red; }
tr.alert-row.yellow td { background-color: yellow; }
tr.alert-row.green td { background-color: green; }
tr.alert-row.blue td { background-color: blue; }
tr.alert-row.purple td { background-color: purple; }
tr.alert-row.pink td { background-color: pink; }
*/

tr.alert-row[color="red"] td { background-color: red; }
tr.alert-row[color="orange"] td { background-color: orange; }
tr.alert-row[color="yellow"] td { background-color: yellow; }
tr.alert-row[color="green"] td { background-color: green; }
tr.alert-row[color="blue"] td { background-color: blue; }
tr.alert-row[color="purple"] td { background-color: purple; }
tr.alert-row[color="pink"] td { background-color: pink; }
tr.alert-row[color="gray"] td { background-color: gray; }
tr.alert-row[color="white"] td { background-color: white; }
tr.alert-row[color="black"] td { background-color: black; }

tr.alert-row.off td {
 	opacity: 0.25;
}

tr.alert-row.on td {
 	opacity: 1;
}

tr.alert-row td.alert-toggle span {
	border: 2px solid #000;
	background-color: #fff;
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	border-radius: 50%;
}

tr.alert-row.on td.alert-toggle span {
	background-color: #000;
	border-color: #fff;
}

tr.alert-row td.alert-title {
	text-transform: uppercase;
	font-weight: bold;
}

tr.alert-row td.alert-color {
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 200%;
	border-right: 1px solid #fff;
	text-align: center;
}

tr.alert-row td.alert-icon {
	cursor: pointer;
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
	text-align: right;
	padding: 1rem;
	border-left: 1px solid #fff;
}

/*
tr.alert-row.pink td { color: purple; }
tr.alert-row.yellow td { color: black; }
*/

tr.alert-row[color="pink"] td { color: purple; }
tr.alert-row[color="yellow"] td { color: black; }
tr.alert-row[color="orange"] td { color: black; }
tr.alert-row[color="white"] td { color: black; }

tr.alert-row td .form-control {
	width: 8rem;
	line-height: 1.25rem;
}

tr.alert-row td .form-select {
	width: 10rem;
}

tr.alert-row td.alert-color .form-select {
	width: 8rem;
}

tr.alert-row td.alert-source .form-select {
	width: 15rem;
}

tr.alert-row td.alert-letter .form-control {
	width: 5rem;
	text-align: center;
}

tr.alert-row.pink td .form-control, tr.alert-row.pink td .form-select { border-color: purple; }
tr.alert-row.yellow td .form-control, tr.alert-row.yellow td .form-select { border-color: black; }