@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	font-family: 'Numans', sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Play', sans-serif;
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
}

label {
	color: #999;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	width: 100%;
}

input {
	border: 1px solid #ccc;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
	padding: 10px 3%;
	width: 93%;
	-webkit-appearance: none;
}

.button {
	border: 1px solid #58b957;
	background-color: #58b957;
	color: #fff;
	font-weight: 700;
	width: 100%;
}

.button.blue {
	border: 1px solid #007db9;
	background-color: #007db9;
}

.wrapper {
	margin: 20px auto;
	text-align: center;
	width: 90%;
	max-width: 768px;
}

.logo {
	margin: 0px auto 30px;
	text-align: center;
	width: 90%;
}

.sitelinks {
	position: relative;
	font-size: 15px;
	padding: 20px;
	color: #66acd1;
}

.sitelinks a {
	text-decoration: none;
	color: #66acd1;
}

.linkleft {
	position: absolute;
	left: 0px;
	width: 50%;
	text-align: left;
	margin-left: 15px;
}

.linkright {
	position: absolute;
	right: 0px;
	width: 50%;
	text-align: right;
	margin-right: 15px;
}

.request-code-wrapper {
	margin-bottom: 30px;
}

.intro-wrapper {
	margin-bottom: 20px;
}

.thank-you-wrapper {
	margin-bottom: 40px;
}

.red {
	color: #c1272d;
}

.equipment-top h2 {
	color: #007db9;
	margin: 0.5em 0 0.25em 0;
}

.equipment-top h3 {
	margin: 0 0 1em 0;
}

.equipment-photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 10px;
}

.equipment-photos div {
	margin: 0px 1%;
}

.equipment-table {
	margin-bottom: 20px;
	width: 100%;
}

.equipment-table td {
	padding: 4px 6px;
	text-align: left;
}

.equipment-table td:last-child {
	text-align: right;
}

.equipment-table tr:nth-child(even) {
	background-color: rgba(0, 125, 185, .15)
}

.equipment-table tr:nth-child(odd) {
	background-color: rgba(0, 125, 185, .05)
}

.equipment-table tr.et-header {
	background-color: #fff !important;
	font-family: 'Play', sans-serif;
	font-weight: 700;
}

.panel-table {
	font-size: 11px;
	margin: auto;
	width: 98%;
	border-spacing: 2px;
}

.panel-table td {
	padding: 4px;
	text-align: center;
}

.panel-table tr.pt-header, .panel-table tr.pt-header td {
	background-color: #eee !important;
	border-radius: 0px !important;
	font-family: 'Play', sans-serif;
	font-weight: 700;
}

.panel-table td:first-child {
	text-align: right;
}

.panel-table td:last-child {
	text-align: left;
}

.panel-table td:nth-child(2), .panel-table td:nth-child(8) {
	background-color: rgba(0, 125, 185, .5);
	border-radius: 4px;
}

.panel-table td:nth-child(3), .panel-table td:nth-child(7) {
	background-color: rgba(88, 185, 87, .5);
	border-radius: 4px;
}

div.equipment_sticker_code {
	display: flex;
	flex-wrap: nowrap;
	margin: 0.25em 0 0.75em 0;
}

div.equipment_sticker_code span {
	padding: 1em 0 0 0;
}

div.equipment_sticker_code input {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

/* hides stepper
table.equipment_sticker_code input::-webkit-inner-spin-button {
	display: none;
}
 */

td.error {
	background-color: #faa;
}

div.error_message {
	background-color: #f2dede;
	color: #c22c33;
	border: 1px solid #f0d7da;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 0 5%;
	width: 90%;
}

@media print {

	.top-wrapper {
		page-break-after:always;
	}

	.equipment-photos div {
		width: 17.5%;
	}

	.panel-table {
		border-spacing: 2px 5px !important;
	}

	.button {
		display: none !important;
	}

}
