/**
 * @filename	global-credentials-front.css
 * @purpose		To provide styles for the credentials pages on PSBA (Login/Register/Forgotten Password/Reset Password/Activation Code)
 * @project     PlayStation Brand Ambassador
 * @author      Will Roberts
 * @copyright   2017 PixelBeard.co
 * @contact		helloworld@pixelbeard.co
 *
 * @PlayStation Blue				- #003791 - Pantone 287C
 * @PlayStation Secondary Blue		- #0078c8 - Pantone 285C
 * @PlayStation Silver				- #84888b - Pantone 877C
 * @PlayStation Cool Grey Light		- #B1B3B3 - Pantone Cool Gray 5C
 * @PlayStation Cool Grey Dark		- #63666A - Pantone Cool Gray 10C
 * @PlayStation Black				- #222223 - Pantone Black
 */

/** PlayStation Font Faces **/
@font-face { font-family: SST; src: url('../psba-fonts/SST-Roman.ttf'); }
@font-face { font-family: SSTBold; src: url('../psba-fonts/SST-Bold.ttf'); }
@font-face { font-family: SSTHeavy; src: url('../psba-fonts/SST-Heavy.ttf'); }
@font-face { font-family: SSTLight; src: url('../psba-fonts/SST-Light.ttf'); }

/** Reset Sheet */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ***************************************************************************************************************************************/
/** D E F A U L T ************************************************************************************************************************/
/* ***************************************************************************************************************************************/


body, html {
	width: 100%;
	height: 100%;
	font-family: SST;
	overflow: hidden;
}

/* ***************************************************************************************************************************************/
/** C R E D E N T I A L S ****************************************************************************************************************/
/* ***************************************************************************************************************************************/

#credentials-wrapper-left {
	width: 0%;
	height: 0px;
	overflow: hidden;
}
#credentials-wrapper-right {
	width: 100%;
	height: 100%;
/*	background-image: url("../psba-images/sony-flow-large.svg");*/
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	float: left;
	background-color: white;
	overflow: hidden;
}

/* ***************************************************************************************************************************************/
/** F O R M ******************************************************************************************************************************/
/* ***************************************************************************************************************************************/
#theSignUpForm {
	clear: both;
}
#form-holder {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	overflow: hidden;
	max-width: 400px;
	margin-top: 20px;
/*	background-color: green;*/
}
#form-holder li {
	width: 44%;
	margin-left: 3%;
	margin-right: 3%;
	float: left;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 3px solid;
	font-size: 14px;
	letter-spacing: 3.3px;
	margin-bottom: 20px;
}
#form-holder li:hover {
	cursor: pointer;
}
#form-holder .selected {
	width: 44%;
	margin-left: 3%;
	margin-right: 3%;
	float: left;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 3px solid #0068be;
/*	background-color: blue;*/
}
.form-note {
	line-height: 20px;
	font-size: 14px;
	height: 80px;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}
.form-note section {
	top: 50%;
	top: 0;
	transform: translateY(-50%);
	position: relative;
}
.form-note section .form-note-content {
	position: absolute;
	top: 0;
}
.selected {
	border-bottom: 3px solid #0068be;
}
.the-form {
	clear: both;
}

#psba-login-button {
	clear: both;
	margin-top: 20px !important;
}
#psba-next-button {
	margin-top: 20px !important;
}
#psba-back-button {
	margin-top: 20px !important;
}
h1 {
	font-size: 40px;
	line-height: 1.4;
	font-family: SSTLight;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#theWelcomeNote p {
	line-height: 1.5;
	font-size: 16px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* **************************************************************************************************************************************/
/** A L E R T S *************************************************************************************************************************/
/* **************************************************************************************************************************************/
.alert {
	position: fixed;
	right: 0;
	top: 20px;
	width: 370px;
	height: 70px;
	padding: 8px;
	background-color: #030b16;
	box-shadow: -2px 1px 7px 0 rgba(0, 0, 0, 0.22);
	border: solid 1px #3c3c3c;
	z-index: 999;
}
.alert .icon {
	width: 50px;
	height: 50px;
	float: left;
	background-color: #3c3c3c;
}
.alert span {
	float: left;
	font-size: 11px;
	color: white;
	letter-spacing: 2.6px;
	display: block;
	margin-left: 20px;
	line-height: 12px;
	margin-top: 8px;
	font-family: SSTBold;
}
.alert .alert-small-text {
	color: white;
	font-family: SST;
}
.alert .red {
	color: #ff001f;
	font-size: 22px;
	font-family: SSTHeavy;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

/* ***************************************************************************************************************************************/
/** E L E M E N T S **********************************************************************************************************************/
/* ***************************************************************************************************************************************/
.logo {
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 20px;
	border: 0px;
	border-bottom: 1px solid;
	display: block;
}
.logo img {
	max-width: 320px;
}
#form-holder hr {
	border: 1px solid #B1B3B3;
	margin-top: 40px;
	margin-bottom: 20px;
}
#form-holder ul {
	clear: both;
}
#mobile-header {
	display: none;
}
.pac-container {
	background-color: #FFFFFF;
	border: 1px solid #B1B3B3;
}
.pac-item {
	padding: 10px;
}
#psba-selected-address {
	border: 1px solid;
}
#address-close-button {
	float: right;
	font-size: 18px;
	height: 30px;
	margin: 10px 10px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	cursor: pointer;
}
#address-text {
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 70%;
}
/*#theWelcomeNote {
	width: 200px;
	height: calc(100%);
	position: relative;
}*/
/* ***************************************************************************************************************************************/
/** R E S P O N S I V E ******************************************************************************************************************/
/* ***************************************************************************************************************************************/


/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}






@media (min-width: 300px) {
	#form-holder {
		margin-top: 20px;
	}
	#theWelcomeNote p {
		font-size: 14px;
	}
	#mobile-header {
		height: 80px;
		display: block;
	}
	#mobile-header img {
		top: 20px;
		margin-left: 20px;
		display: block;
		position: relative;
	}
	.logo {
		display: none;
	}
	#credentials-wrapper-right {
		height: calc(100% - 80px);
	}
}

/** iPhone 7+ - Mobile Devices*/
@media (min-width: 400px) {
	#form-holder {
		margin-top: 20px;
	}
	#theWelcomeNote p {
		font-size: 14px;
	}
	#mobile-header {
		height: 80px;
		display: block;
	}
	#mobile-header img {
		top: 20px;
		margin-left: 20px;
		display: block;
		position: relative;
	}
	.logo {
		display: none;
	}
	#credentials-wrapper-right {
		height: calc(100% - 80px);
	}
	#theWelcomeNote {
		width: calc(100%);
		height: calc(100%);
	}
}

/* Larger than phablet - iPad also */
@media (min-width: 600px) {
	#form-holder { margin-top: 20px; }
	.logo { display: none; }
	#mobile-header {
		height: 80px;
		display: block;
	}
	#mobile-header img {
		top: 20px;
		margin-left: 20px;
		display: block;
		position: relative;
	}
	#form-holder.vcenter {
	    position: relative !important;
	    top: calc(50% - 200px) !important;
	    transform: translateY(-50%) !important;
	}

}

/* Larger than tablet */
@media (min-width: 800px) { /* iPad */
	#credentials-wrapper-left {
		width: 100%;
		height: 400px;
	}
	#credentials-wrapper-right {
		width: 100%;
		overflow: hidden;
	}
	#form-holder { margin-top: 20px; }
	.logo { display: block; }
	#mobile-header { display: none; }
	#form-holder.vcenter {
	    position: relative !important;
	    top: calc(50% - 200px) !important;
	    transform: translateY(-50%) !important;
	}

}
/* Larger than desktop */
@media (min-width: 1000px) { /* Desktop */
	#credentials-wrapper-left,
	#credentials-wrapper-right {
		width: 50%;
		height: 100%;
	}
	#credentials-wrapper-left {
		float: left;
	}
	#form-holder {
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
	#form-holder {
/*		margin-top: 120px;*/
	}
	.logo { display: block; }
	#mobile-header { display: none; }


}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	.logo img {
		width: 75%;
	}
	#credentials-wrapper-left {
		width: 50%;
	}
	#credentials-wrapper-right {
		width: 50%;
		height: 100%;
	}
	.logo { display: block; }
	#mobile-header { display: none; }

}

/* ***************************************************************************************************************************************/
/** A N I M A T I O N S ******************************************************************************************************************/
/* ***************************************************************************************************************************************/
.alert {
	right: -370px;
	opacity: 0;
}
.alert-active {
	right: 0px;
	opacity: 1;
}
.alert-animation {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/** Button Animations */

/*.next-button,
.prev-button {
	height: 50px;
	line-height: 50px;
	background-color: #003791;
	color: #fff;
	text-align: center;
	letter-spacing: 3.4px;
	font-size: 15px;
}*/

.next-button {
	width: 100%;
	float: right;
}
.next-button-active {
	width: 49%;
	margin-left: 1%;
}
.next-button-animation {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prev-button {
	width: 0%;
	float: left;
	opacity: 0;
}
.prev-button-active {
	width: 49%;
	margin-right: 1%;
	opacity: 1;
}
.prev-button-animation {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#step-one-description {
	position: absolute;
	top: 0;
	opacity: 1;
}
#step-two-description,
#step-three-description,
#step-four-description,
#step-five-description,
#step-six-description,
#step-seven-description,
#step-eight-description {
	position: absolute;
	top: 0;
	left: 0%;
	opacity: 0;
}
.step-one-show,
.step-two-show,
.step-three-show,
.step-four-show,
.step-five-show,
.step-six-show,
.step-seven-show,
.step-eight-show {
	opacity: 1 !important;
	left: 0;
}
.step-one-hide,
.step-two-hide,
.step-three-hide,
.step-four-hide,
.step-five-hide,
.step-six-hide,
.step-seven-hide,
.step-eight-hide {
	opacity: 0 !important;
	left: 0;
}
.step-one-fade-animation,
.step-two-fade-animation,
.step-three-fade-animation,
.step-four-fade-animation,
.step-five-fade-animation,
.step-six-fade-animation,
.step-seven-fade-animation,
.step-eight-fade-animation {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#form-holder.vcenter {
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.vcenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.da-img span.title {
	display: block;
/*	background: #00102B;
*/	padding: 20px;
	font-size: 70px;
	color: #fff;
/*	background: rgb(0, 16, 43);
	background: rgba(0, 16, 43, .5);
*/	margin-left: auto;
	margin-right: auto;
	width: 75%;
	font-family: SSTBold;
	text-shadow: 2px 2px 8px #000;
}
.da-img span.subtitle {
	clear: both;
	display: block;
	background: #00102B;
	width: 300px;
	font-size: 15px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-top: 10px;
	letter-spacing: 3.3px;
	box-shadow: -2px 1px 7px 0 rgba(0, 0, 0, 0.22);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.credentials-message {
	line-height: 20px;
	font-size: 14px;
	padding-top: 20px;
	clear: both;
	margin-bottom: 20px;
}
.privacy-links {
	padding: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
