 //Request Repair

/*  Existing - TO BE UPDATED  */
#asc-search {display: none;}
#stepSU {display: none !important;}
.su-on {display: none !important;}

.p-bottom-20 {padding-bottom: 20px;}
.p-top-30 {padding-top: 30px;}

.su-microsection-heading > * {font-size: 3rem;}

.repair-option-button-holder {padding-bottom: 10px;}
/* .repair-option-button-holder:first-child {border-bottom: 1px solid #ccc;} */



.su-us #stepSU, .su-us #stepSU .container, .su-us #stepSU .container .step-content, .su-us .su-on {display: block !important;}
.su-us .su-off, .su-us .edit-btn, .onsite .shipin-only, .shipin .onsite-only {display: none !important;}

.ua-us #stepSU, .su-us #stepSU .container, .su-us #stepSU .container .step-content, .ua-us .ua-on, .ua-us.mobile .unavailable-product.mobile, .ua-us.b2b .unavailable-product.b2b, .ua-us.other .unavailable-product.other {display: block !important;}
.ua-us .ua-off, .ua-us .edit-btn, .onsite .shipin-only, .shipin .onsite-only {display: none !important;}

.ua-us.mobile .unavailable-product:not(.mobile), .ua-us.b2b .unavailable-product:not(.b2b), .ua-us.other .unavailable-product:not(.other) {display: none !important;}


/***   NEW BELOW HERE   ***/ 


//Request Repair 

/********************/
/*  Header          */
/********************/
.support-title .background-image {
	max-height: 200px;
}



/********************/
/*  OR Text         */
/********************/
.lgeai-or-text:before, .lgeai-or-text:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	z-index: 1;
	background: url(/lg4-common/img/support/repair/bg_repair_center_line.png) 0 50% no-repeat;
}
.lgeai-or-text > span {
	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    z-index: 30;
    font-size: 20px;
    margin: -30px 0 0 -25px;
    padding-top: 12px;
    width: 50px;
    height: 50px;
}
.lgeai-or-text .icon {
	position: absolute;
    top: 1px;
    left: 0;
    z-index: -1;
    color: #a5a5a5;
    font-size: 50px;
    font-size: 5rem;
}
.lgeai-or-text:after {
	margin-right: -1px;
}



/********************/
/*  Tip Area        */
/********************/
.tip h3 {text-align: center;}


/********************/
/*  Track Bar       */
/********************/
.result-detail .track-process-step .step-03 strong {top:0px !important;}
.result-detail .track-process-step .step-04 strong {top:10px !important;}

.result-detail {
    top: 0;
    z-index: 100;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 60px;
    padding-left: 30px;
    box-sizing: border-box;
    border-bottom: solid 1px #e1e1e1;
}

.support-content .track-process-step {
    position: relative;
    display: block;
    margin: 0;
    max-width: 1200px;
    margin: 0 auto;
}
.sticky{
	position: fixed;
	top:0;
	width: 100%;
}


/********************/
/*  Step Section    */
/********************/
.step-list > .step.oow-change.active {
	background: transparent;
	
} 
.step-list.su-us > .step.oow-change.active.done {
	box-shadow: inset 0 5px 15px -5px rgba(0,0,0,.08);
	
} 



/********************/
/*  Boxs            */
/********************/
.signin-area {
	height: 400px;
}
.signin-area.extra-height {
	height: 650px;
}
.signin-area.ai {
	height: auto;
}
.signin-area.ai .txt-list .inner.guest-box {
	padding: 3rem 5rem;
}
.su-us .signin-area.extra-height {
	height: 400px;
}
.support-content .txt-list.txt-list-left {
	float: left;
}
.support-content .txt-list {
	width: 46%;
	border-width: 1px;
}
.support-content .txt-list .inner {
	padding-left: 2rem;
	padding-right: 2rem;
}
.support-content .txt-list .inner.ai {
	height: 100%;
	padding: 0;
}
.repair-option-icon {
	position: relative;
	height: 10%;
}
.repair-option-icon > img {
	max-width: 20%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.repair-option-title {
	height: 40%;
	padding: 0 2rem;
	text-align: center;
	display: flex;
	align-items: center;
}
.repair-option-title > h3 {
	width: 100%;
}
.repair-option-desc {
	height: 50%;
	background: #f5f5f5;
	padding: 2rem;
}
.repair-option-desc.full-height {
	height: 100%;
}
.repair-option-desc.full-height h3:not(.content-title) {
	color: #333;
	padding: .6em 0 .2em 0;
	text-align: center;
}
.repair-option-desc.full-height .repair-option-text {
	height: 20%;
	color: #666;
}
.extra-height .repair-option-desc.full-height .repair-option-text {
	height: 10%;
	text-align: center;
}
.repair-option-desc .repair-option-text {
	height: 60%;
	padding: .2rem;
	margin-top: 0;
}
.repair-option-desc.full-height .repair-option-btn {
	height: 40%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.repair-option-desc.full-height .repair-option-btn > * {
	flex-basis: 100%;
}
.repair-option-desc.full-height .repair-option-btn .btn {
	margin: 0 auto;
}
.repair-option-desc .repair-option-btn {
	text-align: center;
}

@media screen and (max-width: 1250px) {
	.signin-area:not(.ai):not(.rar) {
		height: 300px;
	}
	.repair-option-icon {
		height: 15%;	
	}
	.repair-option-title {
		height: 35%;	
	}
	.repair-option-desc {
		padding: 1rem;	
	}
	.support-content p.repair-option-text {
		height: 50%;
		margin-top: 0;	
		font-size: medium;
	}
}

/*  TS Area in Box  */
.step-list .step-content .repair-option-desc.full-height .three-column .column {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
}
.step-list .product-symptom .step-content .descriptionColumn .characters-total strong {
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
}



/********************/
/*  PoP/Webcam      */
/********************/
.support-content .txt-list .pop-tabs-ai ul {
    min-height: auto;
    display: flex;
}
.support-content .txt-list .pop-tabs-ai ul li {
    padding-bottom: 1rem;
    text-align: center;
    border-bottom: 3px solid #e5e5e5;
    display: block;
    margin: 0 .5rem;
    cursor: pointer;
    width: 100%;
    transition: all .5s ease-in-out;
}
.support-content .txt-list .pop-tabs-ai ul li:not(.active):hover {
    border-bottom: 3px solid #a50034;
}
.support-content .txt-list .pop-tabs-ai ul p {
    width: 40%;
    padding: .5rem;
    margin: 0;
    text-align: center;
}
.support-content .txt-list .pop-tabs-ai ul li.active {
    border-bottom: 3px solid #a50034;
}
.support-content .txt-list .pop-tabs-ai ul li a {
    color: #666;
    text-decoration: none;
}
.support-content .txt-list .pop-tabs-ai ul li img {
    width: 20%;
    margin-right: .5rem;
    transition: all .5s ease-in-out;
}
.support-content .txt-list .pop-tabs-ai ul li.active img.active-off {
    display: none;
}
.support-content .txt-list .pop-tabs-ai ul li:not(.active) img.active-on {
    display: none;
}
.pop-tab {
    display: none;
}
.pop-tab.active {
    display: block;
}
.pop-tab .photo-titles {
	display: flex;
}
.pop-tab .photo-titles > * {
    width: 100%;
    text-align: center;
}
.pop-tab .photo-titles > * > p {
    margin-bottom: 0;
    font-size: 2.4rem;
    color: #555;
}
.pop-tab .photo-wrap {
    display: flex;
    margin-top: 1rem;
}
.pop-tab .photo-wrap > * {
    width: 100%;
    text-align: center;
}
.pop-tab .photo-wrap #my_camera, .pop-tab .photo-wrap #my_result {
    height: auto;
    margin: .5rem;
    margin-bottom: 10px;
    width: auto;
    position: relative;
    left: 0;
}
.pop-tab .photo-wrap #my_camera video {
    border-radius: 10px;
}
.pop-tab .photo-wrap #my_result #webcamImg {
    border-radius: 10px;
}
.pop-tab .take-a-photo {
    display: flex;
    width: 30%;
}
.pop-tab .take-a-photo img {
    width: 20%;
    margin-right: 1rem;
}
.pop-tab .capture-box {
    display: flex;
    align-items: center;
}
.pop-tab .capture-box input {
    width: 70%;
    margin-right: 1rem;
}


/* Override */
.support-content .txt-list .pop-tab .file-upload.cam {
    padding: 0;
    margin-right: 0;
    margin-top: 3rem;
    position: relative;
}
.support-content .txt-list .pop-tab .file-upload.cam:after {
    content: "";
    display: table;
    clear: both;
}
.support-content .txt-list .pop-tab .file-upload.cam input {
    height: 5rem;
}
.support-content .txt-list .pop-tab .file-upload.cam .btn.btn-upload {
    position: absolute;
    margin: .5rem;
}






/***************************************/
/*                                     */
/*           MOBILE STYLES             */
/*                                     */
/***************************************/


/********************/
/*  OR Text         */
/********************/
.is-mobile .signin-area {
	margin-bottom: 40px;
}
.is-mobile .lgeai-or-text {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}
.is-mobile .lgeai-or-text:before, .is-mobile .lgeai-or-text:after {
	left: 0;
	width: 100%;
	height: 1px;
	background-image: -webkit-linear-gradient(left,#fff 5%,#e1e1e1 50%,#fff 95%);
    background-image: linear-gradient(to right,#fff 5%,#e1e1e1 50%,#fff 95%);
}
.is-mobile .lgeai-or-text > span {
    top: 0;
    font-size: 18px;
    margin: -20px 0 0 -20px;
    padding-top: 9px;
    width: 40px;
    height: 40px;
}
.is-mobile .lgeai-or-text .icon {
    font-size: 40px;
    font-size: 4rem;
}
.is-mobile .lgeai-or-text:after {
	margin-top: -1px;
}



/********************/
/*  Tip Area        */
/********************/
.is-mobile .support-title .title .title-body {display: none;}
.is-mobile .support-content .tip {display: none;}
.is-mobile .support-content .tip.ai {display: block; padding: 0;}
.is-mobile .tip h3 {text-align: center; padding: 2rem 0; font-size: 4rem;}



/********************/
/*   TS Area        */
/********************/
.is-mobile .step-list .product-symptom .step-content .descriptionColumn {
	padding: 15px 0 0;
}



/********************/
/*  Boxs            */
/********************/
.is-mobile .signin-area {
	height: auto;
}
.is-mobile .signin-area.ai {
	width: 90%;
	margin: .5em auto;
	margin-bottom: 2em;
	background: #f5f5f5;
	border: 1px solid #666;
	border-radius: 7px;
	padding: 0;
}
.is-mobile .su-us .signin-area.extra-height {
	height: auto;
}
.is-mobile .signin-area .field-inner {
	background: transparent;
}
.is-mobile .support-content .txt-list .inner.ai {
	padding: 2rem;
	padding-bottom: 0;
}
.is-mobile .support-content .txt-list .inner.guest-box {
	text-align: center;
}
.is-mobile .support-content .txt-list .inner.guest-box strong {
	line-height: 80%;
}
.is-mobile .support-content .txt-list ul {
	min-height: auto;
}
.is-mobile .support-content .txt-list.txt-list-left {
}
.is-mobile .support-content .txt-list {
	float: none;
	height: auto;
	width: 90%;
	margin: .5em auto;
	margin-bottom: 2em;
	background: #f5f5f5;
	border: 1px solid #666;
	border-radius: 7px;
	padding: 0;
}
.is-mobile .repair-option-icon {
}
.is-mobile .repair-option-icon > img {
	max-width: 23%;
	position: absolute;
	top: -5px;
	left: -1%;
	transform: translate(-50%, -50%);
}
.is-mobile .repair-option-title {
}
.is-mobile .repair-option-title > h3 {
}
.is-mobile .repair-option-desc h3:not(.content-title) {
	font-size: 35px;
	font-size: 3.5rem;
	padding: 0 0 .2em 0;
}
.is-mobile .repair-option-desc .repair-option-text {
	display: none;
}
.is-mobile .repair-option-desc .repair-option-btn {
	margin-bottom: .5em;
}
.is-mobile .step-list .rar.contact-information .step-content {
    margin: 0;
}







/* TEST SECTION */

.center-text {text-align: center;}
#step04.active {background: #fff;} 
#step04.active > .container {height: auto !important; margin-top: -3%;}
#warranty_chosen {display: none;}
.accept-description {display: none;}
.check-area {color: #666; padding-top: 10px;}
.signin-area.auto-height {height: auto;}
.signin-area.vertical > * {width: 100%; margin-bottom: 2rem;}
.support-content .signin-area.vertical .txt-list.txt-list-left {float: none; margin-bottom: 5rem;}
.step-list .contact-information .styled-checkbox {margin-right: .8rem;}
.step-list .contact-information .step-content label {display: inline; font-size: 2.2rem;}
.step-list #step04 .step-content .two-column .column {padding: 10px; padding: 1rem;}
.step-list #step04 .step-content .two-column.with-border {padding: 2rem; border: 1px solid #d5d5d5;}
.step-list #step04 .step-content .two-column.with-border .column:first-child {border-right: 1px solid #d5d5d5;}
.step-list #step04 .btn-right-box {padding-bottom: 2rem; text-align: right;}
#dmsAble .policy-title, #dmsAvailable .policy-title {padding: 1rem;}
#dmsAvailable {padding: 2rem;}
#dmsAble {margin-bottom: 3rem; border: 1px solid #d5d5d5; background: #fff; padding: 2rem;}
.white-bg {background: #fff;}
.with-border {border: 1px solid #d5d5d5;}
.margin-bottom {margin-bottom: 3rem;}
.repair-option-desc {padding: 2rem 4rem;}
.support-content .txt-list {position: relative; z-index: 2;}
.inner.dmsAvailable > p > * {display: inline-block !important;}
#step04 .step-result .inner:not(.dmsAvailable) > p {padding-top: 0;}
.edit-step04 {display: none;}

.repair-option-desc {padding: 1rem 4rem 4rem 4rem;}



/********************/
/*  OR Text         */
/********************/
.signin-area.vertical {
	margin-bottom: 40px;
}
.signin-area.vertical .lgeai-or-text {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}
.signin-area.vertical .lgeai-or-text:before, .signin-area.vertical .lgeai-or-text:after {
	left: 0;
	top: 45%;
	width: 100%;
	height: 1px;
	background-image: -webkit-linear-gradient(left,#fff 5%,#e1e1e1 50%,#fff 95%);
    background-image: linear-gradient(to right,#fff 5%,#e1e1e1 50%,#fff 95%);
}
.signin-area .lgeai-or-text.and-text:before, .signin-area .lgeai-or-text.and-text:after {
	left: 0;
	top: 49%;
	width: 100%;
	height: 3px;
	background-image: -webkit-linear-gradient(left,#fff 5%,#e1e1e1 50%,#fff 95%);
    background-image: linear-gradient(to right,#fff 5%,#e1e1e1 50%,#fff 95%);
}
.signin-area.vertical .lgeai-or-text.and-text:before, .signin-area.vertical .lgeai-or-text.and-text:after {
    display: block;
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    width: 3px;
    height: 200px;
    z-index: 0;
    background: url(/lg4-common/img/support/repair/bg_repair_center_line.png) 0 0 no-repeat;
}
.signin-area.vertical .lgeai-or-text > span {
    top: 0;
    font-size: 18px;
    margin: -20px 0 0 -20px;
    padding-top: 9px;
    width: 40px;
    height: 40px;
}
.signin-area.vertical .lgeai-or-text .icon {
    top: -4px;
    left: -4px;
}
.signin-area.vertical .lgeai-or-text:after {
	margin-top: -1px;
}



/*  MOBILE  */

.is-mobile .step-list #step04 .step-content .two-column.with-border .column:first-child {border-bottom: 1px solid #d5d5d5; border-right: 0;}
.is-mobile .step-list #step04 .btn-right-box {padding: 2rem;}
.is-mobile .step-list #step04 .btn-right-box .btn {width: 100%;}

.is-mobile #dmsAble .policy-title, .is-mobile #dmsAvailable .policy-title {font-size: 2rem;}

.is-mobile .support-content .txt-list .inner.ai {padding: 1.5rem;}

.is-mobile .repair-option-desc {padding: 0;}


.is-mobile .lgeai-or-text.and-text:before, .is-mobile .lgeai-or-text.and-text:after {
    display: block;
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    width: 3px;
    height: 200px;
    z-index: 0;
    background: url(/lg4-common/img/support/repair/bg_repair_center_line.png) 0 0 no-repeat;
}




input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #aaa;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #fefefe inset;
  transition: background-color 5000s ease-in-out 0s;

}

div.new-quick-menu[data-menu-type=new].active .new-quick-btn .icon span {
		width: 1px;
		height: 1px;
		display: block;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		color: #000;
	}