/*
STYLESHEET
*/
html, body, form {
	height: 100%;
}

td {
	padding: 0px;
}

.ui-widget {
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: 300;
}

.body {
	margin: 0px;
}

.dishBackground {
	background-image: url('/shm-ui/images/nest_background_2.png');
	border-radius: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: inherit;
	width: 100%;
	padding: 0px;
	border: none;
}

.centerPanel {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: rgba(0, 0, 0, .85);
	width: 50%;
	min-width: 110px;
	width: 90%;
	max-width: 455px;
	border-radius: 5px;
	border: none;
}

.logoPanel {
	height: 20%;
	width: 100%;
}

.footer {
	height: 5%;
	width: 100%;
	bottom: 2px;
}

.dishLogo {
	width: 120px;
	left: 7px; 
	position: relative;
	margin-top: 8px;
}

.googleLogo {
	width: 120px;
	float: right;
	position: relative;
	margin-top: 8px;
}

.inputField {
	position: relative;
	margin: auto;
	margin-bottom: 4px;
	margin-top: 12px;
	display: block;
	width: 30%;
	min-width: 126px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold !important;
	border: none !important;
	background: #fffdf9 !important;
	letter-spacing: 2px;
}

.labelDefault {
	display: block;
	position: relative;
	text-align: center;
	color: #fffdf9;
	margin: 10px;
}

.labelSuccess {
	display: block;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #42b917;
	margin: 10px;
	font-size: 1.2em !important;
}

.labelSuccessSubtext {
	display: block;
	position: relative;
	text-align: center;
	color: #fffdf9;
	margin: 10px;
}

.labelError {
	display: block;
	position: relative;
	text-align: center;
	color: #f11446;
	margin: 10px;
	font-weight: 400;
}

.labelDisplayNone {
	display: none;
}

.labelDisclaimer {
	display: block;
	position: relative;
	text-align: center;
	color: #77848c;
	font-size: .6em !important;
}


.labelLink {
	display: block;
	position: relative;
	text-align: center;
	color: #77848c;
	margin: 10px;
	cursor: pointer;
}

.panelGrid {
	height: 100%;
	width: 100%;
	padding: 15px;
}

.ui-widget-content {
	color: #707175;
}

.noPadding {
	padding: 0;
}

.labelPointer {
	cursor: pointer;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fffdf9;
}

.activatePanel {
	width: 100%;
	min-width: 100px;
}

.activatePanel:hover {
	width: 100%;
	min-width: 100px;
	border-radius: 4px !important;
	background: #fc4770;
	filter: drop-shadow(0px 2px 2px #6f7683);
}

.activatePanel:active {
	width: 100%;
	min-width: 100px;
	border-radius: 2px !important;
	filter: drop-shadow(0px 4px 4px #6f7683);
	background: #a31535;
}

.backPanel {
	margin-top: 12px;
	width: 100%;
	min-width: 100px;
	margin-bottom: 12px;
}

.backPanel:hover {
	width: 100%;
	min-width: 100px;
	border-radius: 4px !important;
	background: #fc4770;
	filter: drop-shadow(0px 2px 2px #6f7683);
}

.backPanel:active {
	width: 100%;
	min-width: 100px;
	border-radius: 2px !important;
	filter: drop-shadow(0px 4px 4px #6f7683);
	background: #a31535;
}



.redButton {
	text-decoration: none;
	background: #f11446;
	position: relative;
	margin: auto;
	display: block;
	width: 30%;
	min-width: 134px;
	border-radius: 3px !important;
	font-weight: normal !important;
}


::-webkit-input-placeholder {
	font-size: .9em !important;	
	letter-spacing: 0px !important;
	text-transform: none !important;
	font-weight: normal !important;
}

/** firefox **/
:-moz-placeholder {
	font-size: .9em !important;	
	letter-spacing: 0px !important;
	text-transform: none !important;
	font-weight: normal !important;
}

/** IE **/
.ui-watermark {
	font-size: .9em !important;	
	letter-spacing: 0px !important;
	text-transform: none !important;
	font-weight: normal !important;
}


/*MOBILE*/
@media only screen and (max-width: 602px) {
	.dishBackground {
		background-image: url('/shm-ui/images/nest_background_mobile.png');
		background-position: top;
	}
	.inputField {
		min-width: 126px;
	}
	.ui-widget {
		font-size: 1em;
	}

	.dishLogo {
		width: 100px;
	}

	.googleLogo {
		width: 100px;
	}
	
	
	.labelWithGoogle {
		font-size: .8em !important;
	}
}

@media only screen and (max-width: 446px) {
	.dishBackground {
		background-position: center;
	}
	.centerPanel {
		min-width: 300px;
	}
	.inputField {
		min-width: 126px;
	}
	.ui-widget {
		font-size: .9em;
	}
}