﻿.rwd .l3-masthead-component .l3-masthead-content .blade-image.samples-recycling-image {
	background-size: 170px 138px;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 991px) and (min-width: 768px) {
	.rwd .l3-masthead-component .l3-masthead-content .blade-image.samples-recycling-image {
		background-size: 218px 177px;
	}
}
.rwd .steps div.step.samples-recyclng-step{
	float: left;
	display: inline-block;
	margin-right: 48px;
}
.rwd .samples-recyclng-step .circle {
	width: 30px;
	height: 30px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px;
	font-size: 20px;
	font-weight: bold;
	display:inline-block;
	margin-right: 10px;
	text-align: center;
}
.rwd .samples-recyclng-step .circle.active {
	color: #fff;
	background-color:#00aeef;
}
.rwd .samples-recyclng-step .circle.unavailable {
	color: #fff;
	background-color:#b5b5b5;
}
.rwd .samples-recyclng-step .circle.complete {
	color: #fff;
	background-color:#0071c5;
}

.rwd .delete-row, tbody .photo img{
	cursor:pointer;
}
.rwd .samples-recycling .hover-over {
	width: 18px;
	height: 20px;
}
.rwd .samples-recycling .hover-over img {
	display: inline;
	margin: 0;
	height: 17px;
}
.rwd .samples-recycling .hover-over span {
	background: none repeat scroll 0 0 #f3f3f3;
	border: 1px solid #bcbbba;
	color: #53565a;
	font-size: 0.875em;
	font-weight: 600;
	line-height: 2.75em;
	margin: 0 auto;
	position: absolute;
	top: -0.75em;
	display: none;
	padding: 10px;
	width: 200px;
	z-index:999;
}
.rwd .samples-recycling .hover-over span.one-line {
	line-height:1.5em;
	top: 0;
}
.rwd .samples-recycling .hover-over span.three-lines {
	top: -2.25em;
}
.rwd .samples-recycling .hover-over span.wide {
	width:350px;
}
.rwd .samples-recycling .hover-over:hover span {
	display: block;
}
.rwd .samples-recycling .hover-over span:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	border-bottom: 1px solid #bcbbba;
	border-right: 1px solid #bcbbba;
	background: #f3f3f3;
	top: 50%;
	margin-top: -4px;
	left: -6px;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.rwd .samples-recycling-add {
	background-image: url('/App_Shared/Images/Samples-Recycling/photo.png');
	height: 32px;
	width: 32px;
	display: block;
	margin-left: 7px;
	cursor:pointer;
}
.rwd .samples-recycling-photo {
	background-image: url('/App_Shared/Images/Samples-Recycling/photo-uploaded.png');
	height: 32px;
	width: 32px;
	display: block;
	margin-left: 7px;
	cursor:pointer;
}
.rwd .file-upload-input {
	display: none;
}
.rwd .photo ul{
	padding: 0;
	margin: 0;
}
.rwd .contact-information-component .left-component {
	border-right: 1px solid #d7d7d7;
}
.rwd .contact-information-component main, .thank-you-component div.left-component {
    padding-right: 60px;
	margin-top:30px;
}
.rwd .contact-information-component main h1, .material-list-outer h1 {
	margin-top: 3px;
	margin-bottom:15px;
}
.rwd .material-list-outer h1 {
	margin-top: 33px;
}
.rwd .contact-information-component main p {
    padding-right: 20px;
	margin-bottom: 15px;
}
.rwd .contact-information-component #contact-information {
    max-width: 350px;
    color: #555;
    padding-bottom: 20px;
}
.rwd .contact-information-component .form .form-control, .rwd .contact-information-component textarea {
    color: #555;
}
.rwd .contact-information-component textarea#comments {
	margin-bottom: 0.6em;
    height: 190px;
}
@media (max-width:767px) {
	.rwd .contact-information-component textarea#comments {
		max-width: 350px;
	}
}
.rwd .contact-information-component .form input[type="text"], .contact-information-component .form input[type="password"], .contact-information-component .form select, .contact-information-component textarea{
    margin-bottom: 0.6em;
}
.rwd .contact-information-component .form input[type="text"]:-ms-input-placeholder {
    color: #aaa;
  }
.rwd .contact-information-component .form select.form-control {
	padding-left: 8px;
}
.rwd form .control-label {
    display: block;
    margin-bottom: 0px;
    cursor: pointer;
}
.rwd form .group-label-text {
	margin: 1em 0 1em;
	font-weight: 500;
}
.rwd input[type="radio"], .rwd input[type="checkbox"] {
    margin: 4px 0px 0px;
    line-height: normal;
}
.rwd input[type="checkbox"], .rwd input[type="radio"] {
    padding: 0px;
    box-sizing: border-box;
}
.rwd .gray {
	color: #aaa !important;
}
.rwd .material-list-outer {
	padding-left: 45px;
}
.rwd .material-list {
	border-top: 1px solid rgb(215, 215, 215);
	display: table;
	width: 100%;
	margin-bottom: 35px;
}
.rwd .material-row {
	display: table-row;
}
.rwd .material-list-quantity, .rwd .material-list-identifier  {
	display:table-cell;
	color: #555;
	padding: 15px 12px;
	vertical-align: middle;
	border-bottom: 1px solid rgb(215, 215, 215);
}
.rwd .material-list-quantity {
	font-weight: bold;
	padding: 15px 0 15px 12px;
}
.rwd .identifier-main, .rwd .identifier-secondary {
	display:block;
}
.rwd .identifier-secondary {
	color: #b1babf;
}
@media (max-width:767px) {
	.rwd .contact-information-component main {
		border-right: none;
	}
	.rwd .material-list-outer, .rwd .questions-comments{
		padding-left: 0;
	}
}
.rwd .thank-you-component {
	margin-bottom: 200px;
}
.rwd .thank-you-component h1 {
	margin-top: 0!important;
}
.rwd .thank-you-component .right-component {
	border-left: 1px solid #d7d7d7;
	margin-top: 33px;
}
.rwd .error, .rwd .error-company, .rwd .error-first-name, .rwd .error-last-name, .rwd .error-email, .rwd .error-phone, .rwd .error-country, .rwd .error-street-address, .rwd .error-city, .rwd .error-postal-code, .rwd .error-state, .rwd .error-collection-first-name, .rwd .error-collection-last-name, .rwd .error-collection-email, .rwd .error-collection-phone {
	color: red;
}
.rwd .error-company, .rwd .error-first-name, .rwd .error-last-name, .rwd .error-email, .rwd .error-phone, .rwd .error-country, .rwd .error-street-address, .rwd .error-city, .rwd .error-postal-code, .rwd .error-state, .rwd .error-collection-first-name, .rwd .error-collection-last-name, .rwd .error-collection-email, .rwd .error-collection-phone {
	padding-left: 5px;
}
.rwd .feedback {
	margin-bottom: 50px;
	margin-top: 22px;
	padding-bottom: 15px;
}
.rwd .feedback h1 {
	margin-bottom: 22px;
	margin-top: 0;
}
.rwd .collectionInformation {
	margin-bottom: 15px;
}
.rwd .emphasized {
	font-weight:bold;
}
.rwd .responsive-table-component.samples-recycling .quantity {
	width:85px;
}
.rwd .responsive-table-component.samples-recycling .quantity div {
	width:73px;
}
.rwd .responsive-table-component.samples-recycling .quantity .placeholder {
	display:block;
	height: 40px;
	width: 65px;
}
.rwd .responsive-table-component.samples-recycling .quantity input[type=text]{
	width: 40px;
	display:inline-block;
}
@media(min-width:1650px) {
	.rwd .responsive-table-component.samples-recycling .sticky-column .quantity {
		width: 119px;
	}
	.rwd .responsive-table-component.samples-recycling .sticky-column .quantity div {
		width: 100px;
	}
	.rwd .responsive-table-component.samples-recycling .sticky-column .quantity input[type=text] {
		width: 72px;
	}
}
.rwd .responsive-table-component.samples-recycling .quantity img{
	display:inline-block;
	padding-left: 10px;
}

.rwd .responsive-table-component.samples-recycling header h1 {
	margin-top: 0;
}
.rwd .responsive-table-component.samples-recycling .container {
	position: relative;
}
.rwd .responsive-table-component.samples-recycling table {
	z-index: 10;
	width: 100%;
	font-size: 14px;
	border: 2px solid #e0e0e0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.rwd .responsive-table-component.samples-recycling .sticky-column {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 20;
	width: auto;
	border-right: 0;
}
.rwd .responsive-table-component.samples-recycling table thead tr th {
	padding: 0;
	vertical-align: top;
	background-color: #e0e0e0;
	border-top: 0;
	border-right: 2px solid #fff;
	border-bottom: 0;
	width:135px;
}
.rwd .responsive-table-component.samples-recycling table thead tr th.mm-number {
	width: 97px;
}
.rwd .responsive-table-component.samples-recycling th {
	border-right: 2px solid #fff!important;
}
.rwd .responsive-table-component.samples-recycling .table-responsive {
	overflow: visible;
	position:static;
}
@media (max-width: 1199px) {
	.rwd .responsive-table-component.samples-recycling .table-responsive {
		overflow-x: scroll;
	}
}
.rwd .responsive-table-component.samples-recycling .table-responsive th:last-child {
	border-right: none!important;
}
.rwd .responsive-table-component.samples-recycling table thead tr th:last-child {
	border-right: 2px solid #e0e0e0;
}
.rwd .responsive-table-component.samples-recycling table.feature-table thead tr th, .rwd .responsive-table-component.samples-recycling table.feature-table tbody tr td {
	text-align: left;
	vertical-align: middle;
	border: 0;
}
.rwd .responsive-table-component.samples-recycling table.feature-table thead tr th {
	padding: 8px;
	border-bottom: 1px solid #d7d7d7;
}
.rwd .responsive-table-component.samples-recycling table.feature-table thead tr th:last-child {
	border-right: 2px solid #e0e0e0;
}
.rwd .responsive-table-component.samples-recycling table tbody tr td {
	padding: 10px 5px;
	overflow: hidden;
	white-space: normal!important;
	border-top: 0;
	border-right: 2px solid #e0e0e0;
	width:135px;
}
.rwd .responsive-table-component.samples-recycling table tbody tr:nth-child(odd) td {
	background-color: #f7f7f7;
}
.rwd .responsive-table-component.samples-recycling table tbody tr:nth-child(even) td {
	background-color: #fff;
}
.rwd .responsive-table-component.samples-recycling table tbody tr td:first-child {
	max-width: 200px;
}
.rwd .responsive-table-component.samples-recycling table.feature-table thead tr th, .rwd .responsive-table-component.samples-recycling table.feature-table tbody tr td {
	text-align: left;
	vertical-align: middle;
	border: 0;
	height: 41px;
}
.rwd .responsive-table-component.samples-recycling table.feature-table tbody tr td {
	text-align: left;
	border-right: 2px solid #e0e0e0;
}
.rwd .responsive-table-component.samples-recycling .dotted-border {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 100;
	width: 4px;
	height: 100%;
	background-image: url(/App_Shared/Images/Samples-Recycling/table-shadow-vertical.png);
	display:none;
}

@media (max-width: 1199px) {
	.rwd .responsive-table-component.samples-recycling .dotted-border {
		display: block;
	}
	.rwd .samples-recycling .table-responsive {
		width: 100%;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.rwd .samples-recycling .table-responsive > .table {
		margin-bottom: 0;
	}
	.rwd .samples-recycling .table-responsive>.table>thead>tr>th, .rwd .samples-recycling .table-responsive>.table>tbody>tr>th, .rwd .samples-recycling .table-responsive>.table>tfoot>tr>th, .rwd .samples-recycling .table-responsive>.table>thead>tr>td, .rwd .samples-recycling .table-responsive>.table>tbody>tr>td, .rwd .samples-recycling .table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}
}
.rwd .responsive-table-component.samples-recycling table.overflowed {
	cursor: ew-resize;
}
.rwd .responsive-table-component.samples-recycling input[type=text]{
	width: 125px;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.rwd .responsive-table-component.samples-recycling table tbody tr .intel-product-code {
	width: 205px;
}
.rwd .responsive-table-component.samples-recycling table tbody tr .mm-number {
	width: 95px;
}
.rwd .responsive-table-component.samples-recycling .intel-product-code input[type=text]{
	width: 195px;
}
.rwd .responsive-table-component.samples-recycling .mm-number input[type=text]{
	width: 85px;
}
@media(min-width:1650px) {
	.rwd .responsive-table-component.samples-recycling .EDC-form-table input[type=text]{
		width: 100%;
	}
}
.rwd .responsive-table-component.samples-recycling .photo {
	width:60px;
}
.rwd .responsive-table-component.samples-recycling td.photo img {
	margin-left: 7px;
}
.rwd .responsive-table-component.samples-recycling table tbody tr{
	height: 56px !important;
}
.rwd .responsive-table-component.samples-recycling table tbody tr td .delete-row {
	height: 17px;
	width: 28px;
	vertical-align: middle;
	margin: 0;
}
.rwd .responsive-table-component.samples-recycling table tbody tr td.photo input {
	display: none;
}
.rwd .responsive-table-component.samples-recycling table tbody tr td.photo li.file-list-item {
	height: 32px !important;
}
.rwd .contact-information-component .right {
	float: right;
}
.rwd .contact-information-component .btn {
	padding: 0.3em 1em;
}
.rwd .contact-information-component .btn-back {
	background-color: #ebebeb;
	color: #555555;
}
.rwd .contact-information-component .btn-back:hover,.rwd .contact-information-component .btn-back:focus,.rwd .contact-information-component .btn-back:active,.rwd .contact-information-component .btn-back.active,.rwd .contact-information-component .open .dropdown-toggle.btn-back{
	color:#555555;
	background-color:#b5b5b5;
	border-color:#c7c7c7;
}
.rwd .contact-information-component .left-component .control-label {
	font-weight: normal;
}
.rwd .chat-component.samples-recycling-chat-component {
	margin-top:40px;
}
.rwd .contact-information-component input, .rwd .contact-information-component select {
	max-width: 350px;
}
.rwd .samples-recyling-admin .form div {
	margin-top: 25px;	
}
.rwd .samples-recyling-admin .form div .btn {
	margin-bottom: 25px;
}
.rwd .samples-recyling-admin .download-report {
	margin-bottom: 25px;
}