@charset "UTF-8";
/* CSS Document */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

.menuButton {
	text-align: center;
	padding: 5px;
}

/* override to show clear arrow on input  */

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: searchfield-cancel-button;
}

.searchBar {
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}

.tpListHeading {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	float: left;
	color: white;

	margin-left: 5px;
}

.tpButtonHeading {
	float: right;
}

.editData label {
	font-size: 12px;
	margin: 0px;
}

.form-group {
	margin-bottom: 5px;
}

.slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slide {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	float: left;
	position: absolute;
}

.table {
	margin-bottom: 0px;
}

#results {
	list-style: none;
	position: absolute;
	max-height: 15h;

	overflow-y: auto;
	z-index: 99;

	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#results li {
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	padding: 6px 12px;
}
#results li:hover {
	background-color: #0053c0;
	color: white;
	cursor: pointer;
}

#resultsInventory {
	list-style: none;
	position: absolute;
	max-height: 15h;

	overflow-y: auto;
	z-index: 99;

	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#resultsInventory li {
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	padding: 6px 12px;
}
#resultsInventory li:hover {
	background-color: #0053c0;
	color: white;
	cursor: pointer;
}

@media all and (min-width: 800px) {
	.desktop {
		display: block;
	}
	.mobile {
		display: none;
	}

	.panel-list {
		padding: 0px;
		max-height: 75vh;
		overflow-y: scroll;
	}

	.custContList td:nth-of-type(5) {
		display: none;
	}
	.custContList td:nth-of-type(6) {
		display: none;
	}
}

@media all and (max-width: 799px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}

	.panel-list {
		padding: 0px;
		max-height: 95vh;
		overflow-y: scroll;
	}

	.custList td:nth-of-type(2) {
		display: none;
	}
	.custList td:nth-of-type(3) {
		display: none;
	}
	.custList td:nth-of-type(4) {
		display: none;
	}
	.custContList td:nth-of-type(1) {
		display: none;
	}

	.custContList td:nth-of-type(2) {
		display: none;
	}
	.custContList td:nth-of-type(3) {
		display: none;
	}
	.custContList td:nth-of-type(4) {
		display: none;
	}

	.quotes td:nth-of-type(3) {
		display: none;
	}
	.quotes td:nth-of-type(4) {
		display: none;
	}

	/* .NotesTable td:nth-of-type(1) {
    display: none;
  }
  .NotesTable td:nth-of-type(2) {
    display: none;
  } */

	.dt {
		display: none;
	}
}

dt:not(:first-child) {
	margin-top: 1rem;
}

legend {
	font-size: 14px;
	font-weight: bold;
	border: none;
	margin: 0;
}
