
#part_pricing h4{
  color: #000;
}
.clear {
	clear:both;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  max-height: 200px;
}

.ui-widget {
	font-size:11pt;
}

.ui-helper-hidden-accessible {
  display:none;
}

form#cake_feeder {
	font-family: Roboto, "Open Sans", sans-serif;
}

form#cake_feeder .section {
	margin:0px;
	padding:10px;
}

form#cake_feeder .section:first-child {
	border-top:none;
}

form#cake_feeder .section.last{
	border-bottom:none;
}

form#cake_feeder h4 {
	font-size:16px;
	font-weight:bold;
}

form#cake_feeder button {
	padding:7px 15px 5px !important;
	position:relative;
	margin:10px 5px 0 5px;
	background: rgb(0, 133, 186);
	border-radius: 8px;
	color: #fff;
	font-weight: 500;
	border-width: 0;
}

form#cake_feeder button:hover {
	background: #00a7ef;
	transition: all 0.3s ease;
}

form#cake_feeder input, form#cake_feeder select, form#cake_feeder textarea {
	background-color: #fff;
}

form#cake_feeder, form#cake_feeder button, form#cake_feeder input, form#cake_feeder select, form#cake_feeder textarea {
	font-size:11pt;
}

form#cake_feeder select {
	width: auto;
	/*max-width: 24rem;*/
}

form#cake_feeder label {
	color: #000;
}

form#cake_feeder input {
	border:1px solid #000;
	border-radius:5px;
	padding:2px 5px 1px 5px;
}

form#cake_feeder input:focus {
	box-shadow:0px 0px 3px #F60;
	-moz-box-shadow:0px 0px 3px #F60;
	-webkit-box-shadow:0px 0px 3px #F60;
}

form#cake_feeder .item {
	margin:10px 0;
}

form#cake_feeder .item.done {
	background:#999;
}

form#cake_feeder .section.top {
	display:none;
	border-top:none;
	height:50px;
}

#startOver {
	display:none;
	position:relative;
	margin-top: 20px;
	background: rgb(0, 133, 186);
	border-radius: 8px;
	color: #fff;
	font-weight: 500;
	border-width: 0;
	font-family: Roboto, "Open Sans", sans-serif;
	padding:7px 15px 5px !important;
	font-size: 11pt;
}

#startOver:hover {
	background: #00a7ef;
	transition: all 0.3s ease;
}

/*------------------- Configurator Product Images ------------------*/

#helicopter_tank_parts {
	margin-top:20px;
}

#helicopter_tank_parts h4 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}

#helicopter_tank_parts img {
	width: 100%;
	max-width:700px;
	text-align:center;
	position:relative;
}

#helicopter_tank_parts img#tank {
	display:none;
}

#helicopter_tank_parts img#saddle {
	display:none;
}

#helicopter_tank_parts img#bar {
	display:none;
}

#helicopter_tank_parts img#undercarriage {
	display:none;
}

#helicopter_tank_parts #part_pricing, #helicopter_tank_parts #part_details {
	display:none;
}

#helicopter_tank_parts #part_pricing p, #helicopter_tank_parts #part_details p {
	font-size:12pt;
	color: #000;
}

#helicopter_tank_parts #part_pricing p.part_number, #helicopter_tank_parts #part_pricing p.part_price, #helicopter_tank_parts #part_pricing p.tank_number, #helicopter_tank_parts #part_pricing p.tank_price {
	position:relative;
}

#helicopter_tank_parts #part_pricing p.total {
	text-align:right;
	position: relative;
}

#helicopter_tank_parts #part_pricing p.left {
	float:left;
	position:relative;
	width:400px;
}

#helicopter_tank_parts #part_pricing p.right {
	float:right;
	right: 93px;
	text-align: right;
	position:relative;
	width:280px;
}

#helicopter_tank_parts .total {
	font-weight:bold;
}

#helicopter_tank_parts #partNotes {
	border:1px solid #333;
	border-radius:3px;
	padding:10px;
	max-width:700px;
}

#helicopter_tank_parts #part_details img {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}

#helicopter_tank_parts #part_details {
	margin-bottom:60px;
}

#helicopter_tank_parts #part_details img.front_mount {
	width: 50%;
}

#helicopter_tank_parts #part_details img#tank.front_mount, #helicopter_tank_parts #part_details img#saddle.front_mount {
	position:relative;
}

#helicopter_tank_parts #part_details img#tank.front_mount {
	height: auto;
	align-self: start;
}

#helicopter_tank_parts #part_details img#saddle.front_mount {
	height: auto;
	align-self: start;
}

#helicopter_tank_parts #part_details img#undercarriage.front_mount {
	position:relative;
	height: auto;
	align-self: start;
}

#helicopter_tank_parts #part_details #part_image_tank_wrapper.front_mount {
	display: flex;
	justify-content: flex-end;
}

#helicopter_tank_parts #part_details #part_image_sbu_wrapper.front_mount {
	display: flex;
	flex-direction: row-reverse;
}

#dimensions_btn:hover{
	text-shadow: 2px 2px 5px #333;
}

#mount_type_modal_btn:hover{
	text-shadow: 2px 2px 5px #333;
}

#bar_style_modal_btn:hover{
	text-shadow: 2px 2px 5px #333;
}

.dimensionsModal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 70%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
}

.mountTypeModal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 70%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
}

.barStyleModal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 70%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
}

#modal_image{
	width: 100%;
	display:block;
	margin: 0 auto;
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.your_tractor_wrapper,
.part_number_wrapper,
.tank_number_wrapper {
	position: relative;
	max-width: 680px;
	text-align: center;
}

.your_tractor_wrapper {
	display: flex;
	justify-content: space-between;
}

.tank_price, .part_price, .total {
	text-align: center !important;
}

.total_number_wrapper {
	display: flex;
	justify-content: center;
	max-width: 680px;
}

@media screen and (min-width: 600px) {
	.your_tractor_wrapper,
	.part_number_wrapper,
	.tank_number_wrapper {
		display: flex;
		justify-content: space-between;
		text-align: inherit;
	}

	.tank_price, .part_price, .total {
		text-align: right;
	}

	.total br {
		display: none;
	}

	.total_number_wrapper {
		justify-content: flex-end;
	}

	.item br {
		display: none;
	}
}

.part_image_wrapper {
	max-width: 680px;
}


p.hide{
	display:none;
}
.item.hide{
	display:none !important;
}
div.total_number_wrapper{
	max-width:100%;
}
.bigtext{
	font-size: 1.5em;
	font-weight: bold;
}
span#primary-trailer-number-text{
	font-size: 1.1em;
}


/*
.item{
	position: relative;
}
.option_wrapper{
	max-width: 680px;
	position: absolute;
	top: 0;
	right: 0;
	width:400px;
	z-index:0;
}

.option_wrapper .price{
	width: 100%;
	text-align: right;
	top: 0;
}
.option_wrapper .part_number{
	position:absolute;
	right: 20%;
}
.item .input-container{
	position:relative;
	z-index:2;
}
*/




.item.option {
	position: relative;
	justify-content: space-between;
	display:block;
}
.option_wrapper .price{
	display:inline-block;
	margin-left:2em;
}
.option_wrapper{
	width: 20%;
	display: flex;
	position: relative;
	height:1.2em;
}



@media screen and (min-width:48em){
	.item.option{
		display:flex;
	}

	.option_wrapper{
		width: 20%;
		display: flex;
		position: relative;
		height:1.2em;
		justify-content:space-between;
	}
	.option_wrapper .part_number{
	}
	.option_wrapper .price{
		margin: 0;
	}
}

#helicopter_tank_parts .centered-text{
	text-align:center;
}
#helicopter_tank_parts .no-freight-price{
	font-size: 12pt;
	color: #000;
}



div.tooltips{
	display:inline-block;
}
img.tooltip-img{
	display:none;
	position:absolute;
	z-index:1;
	background: #000000aa;
	padding:5px;
	left:0;
}

div.tooltips:hover img{
	display:block;
}

@media screen and (min-width: 48em) {
	form#cake_feeder .item.option{
		justify-content: space-between;
	}
	form#cake_feeder .item.option .input-container{
		width:100%;
	}
	form#cake_feeder .item.option.partnumber-display .left{
		width:100%;
	}
}

/* Try to fix extra spacing when adding via elementor shortcode */
form#cake_feeder .item > p{
	display:inline-block;
}
form#cake_feeder .item.option .input-container > p{
	display:inline-block;
}

#helicopter_tank_parts #part_pricing #merged_part_number{
	margin-right: 2em;
	font-weight: bold;
	color: #0085ba;
	font-size: 1.25em;
}

form.configurator .hide{
	display:none !important;
}
