.table-checkbox-inner {
	padding-right: 10px;
	overflow-y: auto;
	background-color: transparent;
	box-shadow: none;
}

#priceRangeSlider,
#zipcodeRangeSlider {
	margin-top: 10px;
}

#minPriceInput,
#maxPriceInput,
#minZipcodeInput,
#maxZipcodeInput {
	width: 60px;
	margin-top: 5px;
}

#partId {
	width: 259px;
	displa: inline-block;
	position: absolute;
	content: "";
	border-left: 2px solid black;
	border-top: 2px solid black;
	padding: 5px;
	right: 10px;
	top: 20%;
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 5px 50px 5px 10px;
	border: 1px solid #ccc;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	/* -webkit-transform: rotate(-135deg); */
	/* transform: rotate(-135deg); */
}

.dialog-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.dialog-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

/* Custom CSS */
#partsTable {
	color: #969696 !important;
}

#partsTable thead tr th.sorting {
	font-size: 1rem;
	font-weight: 500;
	border: 1px solid #b5b5b5;
	vertical-align: top;
	/*white-space: nowrap;*/
}

th.sorting {
	white-space: nowrap;
}

#partsTable thead tr th.sorting div {
	overflow-y: auto;
	max-height: 200px;
	background-color: transparent;
}

.table-checkbox-inner {
	font-weight: normal;
	font-size: 0.9rem;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	/*
min-width: 225px;
*/
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 0;
	border-bottom: none;
}

.param-header {
	padding: 1rem 0.5rem;
	display: inline-block;
	background-color: #009899;
	color: #fff;
	width: 100%;
	border-bottom: solid 1px #b5b5b5;
	height: 80px;
	text-align: center;
}

th.sorting>div {
	padding: 1rem 0.5rem;
}

.table-checkbox-inner>input {
	margin-right: 0.3rem;
}

table.dataTable.display tbody tr>.sorting_1 {
	text-align: left;
}

table.dataTable.display tbody tr>td {
	text-align: center;
	border: 1px solid #b5b5b5;
	white-space: nowrap;
	color: #969696 !important;
}

table.dataTable.no-footer {
	border-bottom: none;
}

.table-buttons {
	margin-top: 2rem;
	margin-bottom: 2rem;
	position: relative;
}

.table-buttons button {
	border: 1px solid #b5b5b5;
}

.dataTables_length {
	margin-bottom: 2rem;
}

.partId.sorting {
	text-align: center;
}

#partsTable thead tr>th.sorting:nth-of-type(1) {
	min-width: 300px;
	background-color: #fff !important;
}

#partsTable thead tr>th.sorting:nth-of-type(1) .param-header {
	background-color: #fff;
	color: #009899;
}

span.part-number {
	min-width: 150px;
	display: inline-block;
	text-align: left;
}

span.part-number a {
	text-decoration: underline;
	color: #009899;
}

.info-icon {
	padding-left: 10px;
	padding-right: 10px;
}

table.dataTable.display tbody tr>td:nth-of-type(1) {
	text-align: left;
}

.dummy-scrollbar {
	overflow-x: auto;
	overflow-y: hidden;
	height: 20px;
	/* height of the scrollbar */
}

.table-container {
	width: auto;
}

.table-container::-webkit-scrollbar {
	display: none;
	/* hide the default scrollbar for webkit browsers */
}

.dummy-content {
	/* Set this width to be the same as your table's width when it overflows. 
You might need to adjust this value based on your actual table width. */
	width: 2790px;
	height: 1px;
}

.dummy-scrollbar-top,
.dummy-scrollbar-bottom,
.table-container {
	overflow-x: scroll;
	overflow-y: hidden;
}

.dummy-scrollbar-top {
	height: 20px;
	margin-bottom: 20px;
}

.dummy-scrollbar-bottom {
	height: 20px;
}

.dummy-content-top,
.dummy-content-bottom {
	height: 20px;
}

.partsTable_wrapper {
	height: 200px;
	background-color: #88ff88;
	overflow: auto;
}

.table-container::-webkit-scrollbar {
	display: none;
}

table.dataTable thead .sorting_asc span {
	background-image: url("https://cdn-icons-png.flaticon.com/128/8572/8572573.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 15px 15px;
	border-right: 5px solid transparent;
	padding-right: 15px;
}

table.dataTable thead .sorting_desc span {
	background-image: url("https://cdn-icons-png.flaticon.com/128/8572/8572572.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 15px 15px;
	border-right: 5px solid transparent;
	padding-right: 15px;
}

table.dataTable thead .sorting {
	background-image: none !important;
}

#partCountVal {
	background-image: none !important;
}

.GFG {
	color: white;
	background: green;
	padding: 5px 10px;
}

.tooltip-text {
	position: absolute;
	z-index: 2;
	color: white;
	font-size: 12px;
	background-color: #192733;
	border-radius: 10px;
	padding: 5px 5px 5px 5px;
	width: 350px;
}

.tooltip-text a {
	color: white;
	text-decoration: bold;
}

#fadetip {
	opacity: 0;
	transition: opacity 1s;
}

#delay {
	opacity: 0;
	transition: opacity 5s;
	transition-delay: 3s;
}

.hover-text:hover #fadetip {
	opacity: 1;
}

.hover-text:hover #delay {
	opacity: 1;
}

.hover-text {
	position: relative;
	display: inline-block;
}

.hover-text a {
	color: #009899;
	font-weight: bold;
}

.closePModal {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	width: 40px;
}

.p-search .modal-header {
	border-bottom: none;
	border-right: 1px solid #8c8c8c;
	border-radius: 0;
}

.p-search .modal-dialog {
	max-width: 750px;
	margin: 2.75rem auto;
}

.pdfdocicon .tooltip-pdf {
	visibility: hidden;
	width: 320px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
}

.pdfdocicon:hover .tooltip-pdf {
	visibility: visible;
}

.carticon .tooltip-pdf {
	visibility: hidden;
	width: 250px;
	background-color: black;
	color: #fff;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
}

.carticon:hover .tooltip-pdf {
	visibility: visible;
}

.tooltip-pdf a {
	color: #009899;
	font-weight: bold;
}

.new_product {
	color: #ffffff;
	background: #009899;
	padding-right: 4px;
	padding-left: 4px;
}

.compare-checkbox {
	vertical-align: bottom;
	position: relative;
	top: -5px;
	*: ;
	overflow: hidden;
}

.topbuttonlist,
.dt-button {
	font-family: 'titillium web';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	color: #ffffff;
	background-color: inherit;
	margin: 0 0 0 0;
	padding: 10px 20px 10px 20px;
	border: none;
	border: 1px solid #333;
	letter-spacing: 1.4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	background-image: none;
	color: #ffffff !important;
	background-color: #333 !important;
}

div.dt-buttons>.dt-button:first-child {
	position: absolute;
	right: 0;
	margin-right: 2px;
}

.buttons-columnVisibility {
	background-color: #ffffff !important;
	color: #333 !important;
	font-size: 13px;
}

.helpTextHeader {
	font-family: 'titillium web';
	text-align: left;
	font-size: 16px;
}

/* The Modal (background) */
.helpContent {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1100px;
	height: auto;
	text-align: left;
	background-color: #fff;
	box-sizing: border-box;
	/* border-block-color: red; */
	border: 1px solid #009899;
	z-index: 100;
	display: none;
	font-size: 14px;
}

.helpContent h3 {
	background-color: #009899;
	padding-left: 15px;
	color: #fff;
}

.helpContent li {
	padding-left: 13px;
}

.helpClose-btn {
	position: absolute;
	right: 10px;
	top: 5px;
	background-color: black;
	color: white;
	border-radius: 5%;
	padding: 4px;
	cursor: pointer;
}

/*
ADJUSTED FOR THE STICKY HEADER STARTS HERE
*/
/*
.table-container {
width: auto;
}
*/
.table-container {
	width: auto;
	max-height: 1500px;
	/* Adjust this height as needed */
	overflow-y: auto;
	position: relative;
}

thead th {
	position: sticky;
	top: 0;
	background-color: #f8f9fa;
	z-index: 10;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}

/*
ADJUSTED FOR THE STICKY HEADER ENDS HERE
*/

/* Range Slider Styling */
.range-slider-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1px 0;
	height: 150px;
	position: relative;
	background-color: rgba(0, 153, 154, 0.05);
}

.range-slider {
	height: 120px;
	margin: 10px 15px;
}

.ui-slider-vertical {
	width: 8px;
	overflow-y: initial !important;
}

.ui-slider-vertical .ui-slider-handle {
	width: 20px !important;
	height: 10px !important;
	border-radius: 2px !important;
	left: 50% !important;
	margin-left: -10px !important;
	background: #00999a !important;
	border: 1px solid #007777 !important;
	cursor: pointer !important;
}

.ui-slider-handle:hover {
	background: #00b3b4 !important;
}

.min-value-display,
.max-value-display {
	margin: 5px 0;
	font-size: 12px;
	text-align: center;
	width: 100%;
	padding-left: 15px;
}

#partsTable th,
#partsTable td {
	box-sizing: border-box;
	padding: 8px;
	margin: 0;
}



/* A class that sets fixed positioning but starts invisible. */
.parametrics-search--fixed {
  position: fixed;
  top: 0;
  left: 0;         
  z-index: 22;
  background: #fff;

  /* Start hidden and fade in/out with a transition. */
  opacity: 0;
  transition: opacity 0.3s ease; 
}

/* A second class that simply toggles opacity from 0 to 1. */
.parametrics-search--fixed.parametrics-search--visible {
  opacity: 1;  
}




table.dataTable thead th, table.dataTable thead td {
	padding: 0 !important;
}
table#partsTable {
    font-size: 14px;
}