div.options-table {
	width: 100%;
    display: none;
}
div.disabled-overlay {
	height: 100%;
	overflow: visible;
	pointer-events: none;
	background: none !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.disabled-overlay.option {
	background: transparent;
	opacity: .5;
}
ul.option-column {
	list-style-type: none;
}
div.options-table li {
	width: 100%;
	list-style-type: none;
}
div.listContainer li {
	width: 250px;
}
div.options-table li.options {
	line-height: 2.0em;
	margin-bottom: 20px;
    width: 100%
}
div.options-table ul,
div.options-table li {
    margin: 0;
    padding: 0;
}
div.options-table li {
    margin-bottom: 10px;
    padding: 0;
}
div.options-table div.part-builder-column-wrapper {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.part-builder-column.landscape {
	color: #000000;
	display: inline-block;
	width: 33%;
}
div.options-table ul.option-column.spacer {
	width: 33%;
	height: 75px;
}

div.options-table ul.options-column {
    display: block;
}
div.options-table ul.options-column.no-section-header {
	width: 33%;
}
div.options-table li.section-header-label {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding-top: 20px;
}
div.options-table span.section-header-label.landscape {
	width: 100%;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding-top: 20px;
	display: block;
}
div.options-table div.section-header-label {
	width: 100%;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding-top: 20px;
	display: block;
}
div.options-table ul.options-column {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
	text-align: left;
}
div.options-table div.portrait ul.options-column {
    width: 100%;
}
div.options-table ul.options-column.no-section-header {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
	text-align: left;
}

div.options-table li.ui-tabs-tab {
	width: auto;
}
div.options-table li.tab-complete {
	font-style: italic;
	font-weight: bold;
	background-color: #71BC41;
	height: 34px;
}
div.options-table li.tab-required-complete {
	font-style: italic;
	font-weight: bold;
	background-color: #c4cb29;
}
div.options-table li.tab-required-complete a,
div.options-table li.tab-required-complete {
	height: 34px;
}
div.options-table li.tab-required-incomplete a::before {
	content: '* ';
	color: red;
	font-size: 16px;
	padding: 0 2px 0 0;
	vertical-align: -25%;
}
div.options {
	width: auto;
	overflow: hidden;
}
ul.option-column {
	vertical-align: top;
	display: inline-block;
}
ul.options-list.option-column {
	text-align: left;
    display: block;
    padding: 0 15px;
}
span.part-builder-section.landscape {
	display: inline-block;
}
textarea.option-textarea {
	width: 100%;
}
div.options {
	overflow: hidden;
}
div.options.select {
	position: relative;
}
select.option {
	font-size: 13px;
	padding: 5px;
	border: thin solid #22AC00;
	background: #E7E7E7 url(../../images/site/dropdown_arrow.jpg) no-repeat right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
    width: 100%;
}
select::-ms-expand {
	display: none;
}
input.option[type="text"] {
    font-size: 13px;
    padding: 5px;
	border: thin solid #22AC00;
	background-color: #E7E7E7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
	width: 100%;
}
input.option.calculated[type="text"] {
	border: thin solid #000000;
}
input.option[type="radio"],
input.option[type="checkbox"] {
	color: black;
	display: inline-block;
    vertical-align: middle;
	width: 16px;
}
textarea {
	background-color: #E7E7E7;
	border: thin solid #22AC00;
    min-width: 100%;
}
label.sort-by-label {
	font-weight: bold;
	font-size: 15px;
	margin-right: 10px;
}
div.sort-by {
	margin: 15px auto;
}
div.sort-by-block {
	display: inline-block;
	padding: 0 25px;
}
label.option-label {
	margin-left: 0px;
	color: #A39D9A;
	font-size: 12px;
	font-weight: bold;
}
label.option-label.disabled {
	font-style: italic;
	font-weight: bold;
}
label.radio,
label.checkbox {
    display: inline-block;
    padding: 0 10px;
}
input.input-button {
    height: 25px;
}
.part-formatted-price {
	font-size: 13px;
	font-weight: bold;
	color: #A39D9A;
}
#part-number {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.partnumber-placeholder {
	display: inline-block;
	color: #dd0000;
}
.part-builder-heading,
#part-number-container {
	min-height: 15px;
	margin: 10px 25px;
	font-size: 20px;
	font-weight: bold;
	color: #A39D9A;
}
.part-builder-section {
	display: inline-block;
	margin-top: 20px;
}
.part-builder-section.landscape {
	width: 100%;
	display: block;
}
#part-builder-buttons {
	float: left;
	width: 270px;
	margin-top: 25px;
}
#required-message {
	font-size: 15px;
	font-weight: bold;
	color: #A39D9A;
}
.qty,
.qty-label {
	display: block;
	font-weight: 700;
	margin-bottom: 15px;
}

.qty input {
	height: 30px;
	font-size: 15px;
	width: 50px;
	padding: 5px;
	border: none;
	color: #A39D9A;
	font-weight: bold;
}
.filter-edit-table {
	width: 1150px;
}
#bottom-table {
	width: 100%;
}
#bottom-table td {
	width: 350px;
}

#bottom-table table#part-builder-buttons td {
	padding-left: 7px;
}

.builder-header {
	font-size: 30px;
	color: #A39D9A;
	padding: 40px 0 0px 0px;
}
div.specification-pdf {
	color: #3E5567;
	display: table-cell;
	float: right;
	vertical-align: middle;
	margin-top: -1px;
	right: 10px;
	position: relative;
}
#part-number.complete {
	color: black;
	font-style: italic;
	font-weight: bold;
}
img.value-type-image {
    height: 24px;
    width: 24px;
    vertical-align: middle;
}
.chosen {
	color: black;
	font-weight: bold;
}
.notchosen {
	color: black;
}
div.conditional {
	/*color: red !important;*/
}
div.files-images {
	display: inline-block;
}
a.value-image {
	display: inline-block;
}
#image-collage {
	max-height: 250px;
	font: 0/0 a;
	width: 640px;
	position: relative;
}
#image-collage:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-bottom: 40px;
}
.required-image {
	margin-top: -3px;
	color: #ff0000;
}
#part-image {
	display: flex;
	vertical-align: middle;
}
#part-image img {
	max-height: 150px;
}
a.part-image {
	padding-right: 20px;
}
div.left-image,
div.center-image,
div.right-image {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
}
div.left-image {
	left: 0;
}
div.right-image {
	right: 0;
}
div.center-image {
	left: 250px;
}
img.collage-images {
	max-width: 100% !important;
}
#cart-buttons {
	display: none;
	margin-bottom: 20px;
}
.pb_button_rfq, .pb_button_buy, .pb_button_preview {
    background-color: #71BC41;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.pb_button_rfq:hover, .pb_button_buy:hover, .pb_button_preview:hover {
    background-color: #407BAF;
    color: #FFFFFF;
    text-decoration: none;
}
#load_form,
#save_form {
	display: none;
}
.configuration-load-form,
.configuration-save-form {
	display: block;
	padding-bottom: 10px;
}
.load-configuration,
.save-configuration,
.reset-filters {
	padding: 5px;
	display: inline-block;
}
.configuration-date-saved {
	width: 117px;
}
.save-configuration {
	display: none;
}
input.save-input-description {
	width: 260px;
}
.pb_button_reset {
    background-color: #4D4D4D;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width:190px;
    display: inline-block;
    text-align: center;
}
.pb_button_reset:hover {
    background-color: #407BAF;
    color: #FFFFFF;
    text-decoration: none;
}
span.option-name {
	font-weight: bold;
}
span.value-value {
	margin-left: 50px;
}
.option-textarea-char-count {
}
/* Value Specific Classes */
div.options.option-button {
	display: flex;
	flex-wrap: wrap;
}
.option.button {
	width: 25px;
	height: 25px;
	margin: 2px;
	border: 2px outset #000000;
}
.image.button-label {
	text-align: center;
	font-weight: 700;
}
.btn.option.selected {
	width: 35px;
	height: 35px;
}
.option.button.image {
	width: 150px;
	height: 150px;
	margin: 10px;
}
.option.button.image.hover:after {
	content: attr(hover-image);
}
.option.button.image.disabled {
	border: 2px dotted #ff0000;
}
.option.button.image.selected {
	border: 2px inset #f7f7f7;
}
i.help {
	color: #008000;
}
/* Red Variants */
.pink-button {
    background-color: #febfbf;
}
.light-coral-button {
    background-color: #ff8080;
}
.indian-red-button {
    background-color: #bf6060;
}
.red-button {
    background-color: #ff0000;
}
.free-speech-red-button {
    background-color: #bf0000;
}
.light-maroon-button {
    background-color: #7f0000;
}
.maroon-button {
    background-color: #5f0000;
}
/* End of Red Variants */
/* Blue Variants */
.lavender-blue-button {
    background-color: #bfbffe;
}
.light-slate-blue-button {
    background-color: #8080ff;
}
.slate-blue-button {
    background-color: #6060bf;
}
.blue-button {
    background-color: #0000ff;
}
.medium-blue-button {
    background-color: #0000bf;
}
.light-navy-blue-button {
    background-color: #00007f;
}
.navy-blue-button {
    background-color: #00005f;
}
/* End of Red Variants */
/* Green Variants */
.fringy-flower-button {
    background-color: #bffebf;
}
.light-green-button {
    background-color: #80ff80;
}
.fern-button {
    background-color: #60bf60;
}
.green-button {
    background-color: #00ff00;
}
.islamic-green-button {
    background-color: #00bf00;
}
.hunter-green-button {
    background-color: #007f00;
}
.dark-green-button {
    background-color: #005f00;
}
/* End of Green Variants */
/* Cyan Variants */
.pale-turquoise-button {
    background-color: #bffefe;
}
.electric-blue-button {
    background-color: #80ffff;
}
.fountain-blue-button {
    background-color: #60bfbf;
}
.cyan-button {
    background-color: #00ffff;
}
.iris-blue-button {
    background-color: #00bfbf;
}
.teal-button {
    background-color: #007f7f;
}
.mosque-button {
    background-color: #005f5f;
}
/* End of Cyan Variants */
/* Magenta Variants */
.snuff-button {
    background-color: #febffe;
}
.fuchsia-pink-button {
    background-color: #ff80ff;
}
.fuchsia-button {
    background-color: #bf60bf;
}
.magenta-button {
    background-color: #ff00ff;
}
.deep-magenta-button {
    background-color: #bf00bf;
}
.purple-button {
    background-color: #7f007f;
}
.palatinate-purple-button {
    background-color: #5f005f;
}
/* End of Magenta Variants */
/* Yellow Variants */
.cumulus-button {
    background-color: #fefebf;
}
.witch-hazel-button {
    background-color: #ffff80;
}
.wild-willow-button {
    background-color: #bfbf60;
}
.yellow-button {
    background-color: #ffff00;
}
.la-rioja-button {
    background-color: #bfbf00;
}
.olive-button {
    background-color: #7f7f00;
}
.fiji-green-button {
    background-color: #5f5f00;
}
/* End of Yellow Variants */
/* Black Variants */
.silver-button {
    background-color: #bfbfbf;
}
.gray-button {
    background-color: #808080;
}
.zambezi-button {
    background-color: #606060;
}
.charchoal-button {
    background-color: #484848;
}
.night-rider-button {
    background-color: #303030;
}
.nero-button {
    background-color: #242424;
}
.black-button {
    background-color: #000000;
}
/* End of Black Variants */
/* White variations */
.whitesmoke-button {
    background-color: #F5F5F5;
}
.gainsboro-button {
    background-color: #DCDCDC;
}
.light-gray-button {
    background-color: #D3D3D3;
}
.dark-gray-button {
    background-color: #A9A9A9;
}
/* End White Variations */
/* End Value Specific Classes */
/* Color Picker Overrides */
.sp-replacer {
	width: 225px;
}
.sp-preview {
	width: 200px;
}
/* End Color Picker Overrides */
.reset-button {
	display: inline-flex;
	vertical-align: middle;
	font-size: 10px;
}
.reset-button button {
	border-bottom: 1px solid #77AD0B;
	border-right: 1px solid #75AA16;
	font-size: 12px;
	display: inline-flex;
	vertical-align: middle;
}
.button-line-break::before {
	display: block;
	content: "\A";
}
.dropdown-image {
	background-size: auto 90px;
	background-repeat: no-repeat;
	display: block;
	font-size: 13px;
	padding: 5px;
	border: thin solid #22AC00;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	height: 95px;
	width: 315px;
}
span.ui-selectmenu-button {
	font-size: 13px;
	color: #000000;
	padding: 5px;
	border: thin solid #22AC00;
	background-color: #E7E7E7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	height: 40px;
	width: 225px !important;
	margin: auto 0;
}
div.options span.ui-selectmenu-text {
	font-weight: normal;
	margin: auto 0;
	font-size: 13px;
	padding: 5px;
	background: #E7E7E7 url(../../images/site/dropdown_arrow.jpg) no-repeat right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	width: 225px;
}
div.options span.ui-selectmenu-text.selected {
	font-weight: bold;
}
div.options span.ui-selectmenu-button {
	display: flex;
	margin: auto 0;
}
div.options span.ui-selectmenu-button.selected span.ui-selectmenu-text {
	font-weight: bold;
}
img.imageset-hover-image {
	border: thin solid #22AC00;
}
span.option-dialog-span {
	cursor: pointer;
}
a.option-reset-link {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}
a.option-reset-link.chosen {
	color: #22AC00;
	font-style: italic;
}
a.option-reset-link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #407BAF;
}
a.option-reset-link.calculated {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}
a.option-reset-link.chosen.calculated {
	color: #000000;
	font-style: italic;
}
a.option-reset-link.calculated:hover {
	text-decoration: none;
	cursor: default;
	color: #000000;
}
div.min-qty-error {
	display: none;
	color: #ff0000;
}
