/* page layout */

#main_content {
	background-color: #ececec;	
}

#top_megalug {
	position: absolute;
	top: 15px;
	right: 45px;
}	

.font_white {
	color: white;
}

.font_stroke_white {
	/*-webkit-text-fill-color: white;  Will override color (regardless of order) */
  -webkit-text-stroke-width: 0.25px;
  -webkit-text-stroke-color: white;
}

.subpage_wrapper {
	width: 920px;
	margin: 30px;
}

	.subpage_top_angler {
		display: inline-block;
		min-width: 300px;
		height: 43px;
		position: relative;
		background-color: #0077c0;
	}
	
	.domestic_first .subpage_top_angler {
		background-color: #C81918;	
	}

		.subpage_top_angler > h1, .subpage_top_angler > h2 {
			margin: 11px 20px 0px;	
			color: white;
			text-transform: uppercase;
			font-size: 18px;
			font-weight: normal;
		}

		.subpage_top_angler > img {
			position: absolute;
			top: 0px;
			right: -43px;
		}

	.subpage_contents {
		width: 860px;
		min-height: 323px;
		position: relative;
		padding: 0px 30px 30px;
		background-color: white;	
	}

.subpage_contents_background {
	background-image: url('../images/spotlight/Spotlight-Banner.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center;
	background-position: top;
}
	
	.subpage_contents.short {
		min-height: 0px;	
		padding-top: 1px; /* fix for margin-spacing issue on documents page */
	}

		.subpage_sub_category {
			position: absolute;
			top: 10px;
			left: 20px;
			font-size: 11px;
			color: #989798;
		}
		
			.subpage_sub_category h2 {
				margin: 0px;	
				font-weight: normal;
			}

		.subpage_image_col {
			width: 320px;
			height: 320px;
			
			float: left;
		}
		
		.domestic_first .subpage_image_col {
			height: 190px;	
		}

			.subpage_image_wrapper {
				width: 300px;
				height: 248px;
				margin-top: 0px;
				position: relative;
				
				float: left;
			}

				.subpage_image_box {
					width: 300px;
					height: 248px;
					
					position: absolute;
					top: 0px;
					left: 0px;
					z-index: 20;
					
					background-image: url('/images/subpages/pic_window.png');
					background-repeat: no-repeat;
					background-position: top left;
				}
				
				.subpage_image {
					position: absolute;
					top: 0px;
					left: 2px;
					width: 295px;
					height: auto;
					max-width: 295px;
					max-height: 244px;
					z-index: 10;	
				}
				
		.subpage_details_col {
			width: 100%;	
			padding-top: 40px;
			/*margin-left: 30px;*/
		}
		
			.subpage_details_col > h2, .subpage_long_content > h2 {
				margin: 0px;
				font-size: 28px;
				font-weight: normal;
				color: #0077c0;	
			}
		
			.subpage_details_col > img.separator {
				/*width: 500px;*/	
			}
		
			.subpage_text_col.constrained {
				max-width: 530px;
				float: left;
			}
			
				.subpage_text_col h3, #product_page_list h3 {
					margin-top: 10px;
					font-size: 18px;	
					font-weight: normal;
					color: #0077c0;	
				}
				
				.subpage_long_content {
					font-size: 14px;
					line-height: 22px;
					color: #60696d;
				}
				
				.domestic_first .subpage_long_content .domestic_first_heading {
					margin-bottom: 50px;	
					font-size: 24px;
					line-height: 29px;
					color: #C81918;
				}
				
	.subpage_bottom_angler {
		width: 920px;
		height: 28px;	
		
		background-image: url('/images/subpages/bottom_angler.png');
		background-repeat: no-repeat;
		background-position: top right;
	}
.spotlight-product {
	margin-left: -30px;
	margin-right: -30px;
}
	
/* Label Maker Log-in */

.invalid_login {
	width: 290px;
	padding: 5px;
	margin: 16px 0;
	border: 2px solid red;	
}

#login_form {
	width: 300px;
}

#login_form > label {
	margin: 5px 0;
	width: 60px;
	float: left;
	clear: both;	
}

#login_form > input[type=text], #login_form > input[type=password] {
	margin: 5px 0;
	width: 200px;
	float: left;
	margin-left: 30px;	
}

#login_form > input[type=submit] {
	margin-top: 10px;	
}

/* captcha */

#captcha_error {
	display: none;
	width: auto;
	border: 1px solid red;
	padding: 20px;	
}

/* media request */

.media_item {
	float: left;
	width: 48%;	
	margin-top: 40px;
}

	.media_image {
		float: left;
		width: 36%;	
		text-align: center;
	}
	
		.media_image img {
			max-width: 150px;
			width: auto;
			max-height: 150px;	
		}
	
	.media_text {
		float: right;
		width: 60%;
	}
	
		.media_text h3 {
			margin: 0;	
		}
		
		.media_text p {
			margin: 8px 0;
		}
		
#lit_form {
	margin-bottom: 40px;	
}
	
.lit_img {
	border: 1px solid black;
	box-shadow: 3px 3px 5px #999;	
}
		
#media_form {
	margin: 40px 0;		
}

	#media_form_sep {
		margin-bottom: 40px;	
	}

	#media_form .error_output {
		margin-bottom: 40px;	
	}
	
	#media_form .right_col label {
		float: none;
		width: 100%;
	}
	
	#media_request_notes {
		width: 100%;
		min-height: 200px;	
	}
	
#trace_form {
	margin: 40px 0;
}

	#trace_form .error_output {
		margin-bottom: 40px;	
	}
	
#trace_form table td {
	padding: 3px 10px;
	text-align: center;	
}
	
#trace_form table input, #trace_form table select, #trace_form table label {
	float: none;
	width: auto;	
}

#expansion_coefficient td {
	width: 50%;
	padding: 4px 14px;
	text-align: center;	
}

#expansion_coefficient td {
	border-bottom: 1px dotted gray;	
}

#expansion_coefficient .light {
	background-color: #e7f5fc;
}

#expansion_coefficient .dark {
	background-color: #d4ebf6;	
}

#expansion_result {
	display: inline-block;
	padding: 10px;
	margin-bottom: 20px;	
	border: 1px solid black;
}

.responsive-image {
	width: 100%;
    max-width: 920px;
    height: auto;
}

.subpage_li_bottom {
	margin-bottom: 50px;
}

/* CERT FORM OCT 2024 */

.product-list-item .select2 {
  width: 49% !important;
}

.lit_form_section:not(.active) {
  display: none;
}

#lit_form_1 label.required,
.request_form .radios_label {
  width: 24%;
}

.lit_form_radio [type="radio"] {
  float: none;
  width: auto;
  margin-right: 6px;
}

.lit_form_radios,
.request_form .radios_column {
  float: right;
  width: 74%;
}

.lit_form_radio label {
  float: none;
  width: auto;
}

#state_dot_form_section {
  display: none;
}

.product-item-comments {
  width: 100%;
  height: 80px;
}

.validation-processing.complete {
	display: none;
}

.validation-complete:not(.complete) {
	display: none;
}

.product-description textarea {
	width: 100%;
	height: 70px;
	box-sizing: border-box;
}

.include-all-in-po-section {
	margin: 20px 0 30px;
}

.manual_products_section {
	display: none;
}

.manual-item-code-label a:visited {
	color: blue;
}

.po-item {
	padding: 30px 0;
	background-color: #f6f6f6;
	position: relative;
}

.po-item::before,
.po-item::after {
	content: '';
	width: 30px;
	background-color: inherit;
	position: absolute;
	top: 0;
	bottom: 0;
}

.po-item::before {
	right: 100%;
}

.po-item::after {
	left: 100%;
}

.po-item:not(:first-child) {
	margin-top: 20px;
}

.po-item .section {
	margin: 0;
}

.po-item .section:first-child > h3 {
	margin-top: 0;
}

.po-lookup-notice {
	clear: both;
}