/*
    NOTE: PHI_CTL's look mimics the YRI_PH_CSI ProjectBreeze Look as of version 1.0.6.
    TP, 2020-02-13
*/
body { background: center top; background-image: url(../images/bg.png);background-repeat: repeat; text-align:center !important; background-color:white; }
    div#outerframe { width: 822px;}
	div#headerpush {display:none;} 
	div#header { background-image:url('../images/Header.png'); height: 28px; background-repeat: no-repeat;}
	div#middle { background-image:url('../images/Middle.png'); }	
	div#footer { background-image:url('../images/Footer.png'); height: 87px;}
    
	div#Progress {	background-image:url('../images/ProgressBar.png'); }		
	input#NextButton {
		background-image:url('../images/Button.png');
		border-style:none; 
		background-color:transparent;
		color:White;
		font-weight:bold;
		height:35px;
		width:155px;		
	}


.checkboxBranded {background-image: url(../images/checkbox.png) !important;}
.radioBranded {background-image: url(../images/radio.png)  !important;}

/* Simple Radio Button & Checkbox */
.checkboxSimpleInput { background: url(../images/WSE_Checkboxes_@1x.png) no-repeat;}
.radioSimpleInput { background: url(../images/WSE_Radio_@1x.png) no-repeat; } 

/* Alt. Background Color */
.InputRowEven {background-color: #f1f3f5;}
#content { margin:0 15px !important;} /* Required for Privacy Policy */

#footer  {padding:40px 15px 0 15px;}
li#footerCR {width:35% !important;}


body.IndexPage #surveyEntryForm, body.IndexPage div#Buttonholder {text-align:left;}

div#footerframe { background-image:url(../../../Common/images/BottomLogoBlack.png);}
#footer, #footer a { color:black !important;}


/* **** IndexPage PickLanguageLinks **** */
ul.languageOption {width:100%;text-align:left;padding:0;margin:0;}
ul.languageOption li {display:block;margin-right:1em;}

/* **** 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;
}

.ConnectOn div#finishConnectHolder {
    border: solid 1px #c2c3c5;
    padding: 15px;
    margin: 5px;
    background-color: #f1f3f5;
    -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:left;padding-left:1.5em;}
.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;}


/*OnePage*/
body {
    text-align: center;
}

/* Controls */
html, body, select, textarea {line-height: .9em;}

.wse-tile-list .cataList, .wse-rb-tile-list .rbList {
    width: 40em;
}


.custom-radio-scale-image {
    width: 72px;
    height: 72px;
    margin: 0 10px 0 10px;
}

.wse-rb-tile, .wse-tile {
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 2px;
    border-radius: .5em;
}

/* Wraps the text, makes the scale lower-case for the scale text */
.custom-radio-scale-text, .custom-radio-scale-text-for-fill {
    text-transform: none !important;
    font-weight: bold;
    max-width: 60px;
    padding: 0 15px 0 15px;
}

/* This adds a deeper shadow around the rectangle boxes when R000004 is selected. */
.wse-rb-tile.selected, .wse-tile.selected {
    box-shadow: inset 0px 0px 8px rgba(0,0,0,0.3) !important;
}


/* Font Awesome Star Color */
/* before selected */
.fa-custom-radio-scale-off::before {
    color: #d8d8d8;
}

/* after selected */
.fa-custom-radio-scale-on::before {
    color: #6b6e79;
}

/* Center the Stars/Responses */
.radio-custom {
    text-align: center;
}

/* Button Stacking Proof of Concept - long rectangle like YRI_PH_CSI */
.wse-rb-tile, .wse-tile {
    width: 28em;
    height: 3em;
}

/* Commented out 2020-02-26 because this was messing up test.  This will align for local testing but will push the text down on "test.". */
/* Controls the vertical alignment of the "Yes" "No" text inside the button for R000004. */
/*.wse-rb-tile label {
    margin-top: 10px;
}*/

.wse-tile-image-container, .wse-rb-tile-image-container {
    font-size: 0;
}


/* Font Awesome Circle Color (R000006) */
/* before selected */
.fa-custom-radio-scale-off::before {
    color: #f6f6f6; /*padding: 4px 11px !important;*/
    font-size: 60px;
}

/* after selected - fills radio button with red */
.fa-custom-radio-scale-on::before {
    color: #70a401; /*padding: 4px 11px !important;*/
    font-size: 60px;
}

















