body { background: center top;background-repeat: repeat;}

/*  KK's Header needs to stretch the length of the page since it has a black banner stretching across it. */
body.KK { background: center top;background-repeat: repeat-x;}

	div#outerframe { width: 822px;}
	div#headerpush {display:none;} 
	
body #header { height: 129px;}

body #footer {height: 63px; padding-top:15px;}

/* New for WCAG Next Button, Back Button */
input#NextButton {
	border-style: none;
	background-color: transparent;
	color: White;
	font-weight: bold;
	height: 35px;
	width: 115px;
	margin-left: 5px;
	margin-right: 5px;
}

/* Simple Radio Button & Checkbox */
body.ALF .checkboxSimpleInput { background: url(../images/ALF/WSE_Checkboxes_@1x.png) no-repeat;}
body.GM .checkboxSimpleInput { background: url(../images/GM/WSE_Checkboxes_@1x.png) no-repeat;}
body.SD .checkboxSimpleInput { background: url(../images/SD/WSE_Checkboxes_@1x.png) no-repeat;}
body.KK .checkboxSimpleInput { background: url(../images/KK/WSE_Checkboxes_@1x.png) no-repeat;}
body.UE .checkboxSimpleInput { background: url(../images/UE/WSE_Checkboxes_@1x.png) no-repeat;}

/* Alt. Background Color */
.InputRowEven { background-color: #EEEEEE; }
#content { margin:0 15px !important;} /* Required for Privacy Policy */
h2 {font-size: 1.2em;} /* Required for ADA Compliant Header Sizing */

#footerCRT {
	padding: 0px 6px 0px 0px;
	margin: 0;	
	position: relative;
}

#footerCRT li {
	list-style-type: none;
	float: left;
	text-align: right;
	/* -.3em top margin to center the copyright text. - Play around with this if your copyright needs to be moved up.  CFA_ONESI is a good example to lok at for the copyright (Baxter's setup) */
	margin: -.3em 0 0 1em;
}

body.es-US #footerCRT li {
	list-style-type: none;
	float: left;
	text-align: right;
	/* -.3em top margin to center the copyright text. - Play around with this if your copyright needs to be moved up.  CFA_ONESI is a good example to lok at for the copyright (Baxter's setup) */
	margin: .3em 0 0 1em;
}

/* Translations will have lengthier text.  We can use this for US or en-GB text as well to help format the footer links. */
body.es-US #footer {padding:4px 15px 0 15px !important;}
body.es-US #footerCRT, body.es-US #footerL {padding:8px 0px 0 0px !important;}
#footerL {padding-right:14px !important;}

div#footerframe { background-image:url(../../../Common/images/BottomLogoBlack.png);}

body.IndexPage #surveyEntryForm, body.IndexPage div#Buttonholder {text-align:left;}

/* **** Finish Page *****/
div#finishContainer {text-align:left;margin:auto;}

div#connectContent ul {padding:0;margin:auto;}
div#connectContent ul li {display:inline;margin:0 auto;list-style:none;}

.ConnectOn p.connectHeader, .ConnectOn p.FinishHeader {font-weight:bold;font-size:1.4em;margin:auto;}

.ConnectOn div#finishIncentiveHolder
{
	padding:15px;
	margin:5px;
}
 
/* Change the background-color here to match the drop shadow of your Homepage/Loyalty button on the finish page. */
.ConnectOn div#finishConnectHolder {
	border: solid 1px #d1d1d1;
	padding: 15px;
	margin: 5px;
	background-color: #E4E4E4;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-border-radius: .2em;
}
.ConnectOn div#finishIncentive {float:left;width:63%;}
.ConnectOn div#finishConnect {float:left;width:37%;text-align:center;}
.ConnectOn div#finishIncentive hr, .ConnectOn div#finishConnect hr {border:none;background-color:#cccccc;height:1px;margin:1em auto;}
.ConnectOn hr.connectHeaderRule {margin-top:.5em !important;}
.ConnectOn div#finishConnect div#connectContent div#connectSocial {text-align:center;padding-left:1.5em;padding-right:20px;}
.ConnectOn div#finishConnect div#connectContent div#connectSocial li {padding: 0 .25em;}

.ConnectOff p.connectHeader {display:none;}
.ConnectOff div#connectContent ul li {padding-right:1em;}
.ConnectOff div#finishConnect {text-align:center;}
.ConnectOff div#finishIncentive hr, .ConnectOff div#finishConnect hr {display:none;}
.SocialOff div#finishIncentive {float:none;margin:auto;}

/* **** Branded Looks **** */
body.KK #footerCRT, body.KK #footerCRT a, body.KK #footerL, body.KK #footerL a { color:#000000; }

body.ALF { background-image: url(../images/ALF/bg.png);}
body.GM { background-image: url(../images/GM/bg.png);}
body.KK { background-image: url(../images/KK/bg.png);}
body.SD { background-image: url(../images/SD/bg.png);}
body.UE { background-image: url(../images/UE/bg.png);}

body.ALF #header { background-image:url('../images/ALF/Header.png');}
body.GM #header { background-image:url('../images/GM/Header.png');}
body.KK #header { background-image:url('../images/KK/Header.png'); background-color:black}
body.SD #header { background-image:url('../images/SD/Header.png');}
body.UE #header { background-image:url('../images/UE/Header.png');}

body.ALF #footer { background-image:url('../images/ALF/Footer.png');}
body.GM #footer { background-image:url('../images/GM/Footer.png');}
body.KK #footer { background-image:url('../images/KK/Footer.png');}
body.SD #footer { background-image:url('../images/SD/Footer.png');}
body.UE #footer { background-image:url('../images/UE/Footer.png');}

body.ALF div#Progress { background-image:url('../images/ALF/ProgressBar.png');}
body.GM div#Progress { background-image:url('../images/GM/ProgressBar.png');}
body.KK div#Progress { background-image:url('../images/KK/ProgressBar.png');}
body.SD div#Progress { background-image:url('../images/SD/ProgressBar.png');}
body.UE div#Progress { background-image:url('../images/UE/ProgressBar.png');}

body.ALF input#NextButton { background-image: url('../images/ALF/Button.png');}
body.GM input#NextButton { background-image: url('../images/GM/Button.png');}
body.KK input#NextButton { background-image: url('../images/KK/Button.png');color:#000000;}
body.UE input#NextButton { background-image: url('../images/UE/Button.png');}
body.SD input#NextButton { background-image: url('../images/SD/Button.png');}

/* Used to add padding to the Social buttons on the finish page for WCAG now that they use <span> */
a img {padding: 4px 4px !important;}

/* WCAG - control the color of the radio buttons (https://confluence.smg.com/pages/viewpage.action?spaceKey=WSE&title=Upgrading+to+WCAG+survey+setup) */

input[type="radio"] ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	color: #ea2730;
}
input[type="radio"]:checked ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	color: #ea2730;
}

body.ALF input[type="radio"] ~ label.radioSimpleInput:before {
	color: #ea2730;
}
body.ALF input[type="radio"]:checked ~ label.radioSimpleInput:before {
	color: #ea2730;
}

body.GM input[type="radio"] ~ label.radioSimpleInput:before {
	color: #ed2e38;
}
body.GM input[type="radio"]:checked ~ label.radioSimpleInput:before {
	color: #ed2e38;
}

body.SD input[type="radio"] ~ label.radioSimpleInput:before {
	color: #006bb3;
}

body.SD input[type="radio"]:checked ~ label.radioSimpleInput:before {
	color: #006bb3;
}

body.KK input[type="radio"] ~ label.radioSimpleInput:before {
	color: #000000;
}

body.KK input[type="radio"]:checked ~ label.radioSimpleInput:before {
	color: #000000;
}

body.UE input[type="radio"] ~ label.radioSimpleInput:before {
	color: #964a26;
}

body.UE input[type="radio"]:checked ~ label.radioSimpleInput:before {
	color: #964a26;
}
