/* === Reset ======================== */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	vertical-align: baseline;
	background: transparent;
	line-height: 20px;
	color: #333;
}

#myrs-login-phone .myrs-section h1
{
	font-size: 24px;
	line-height: 1em;
}

h1 .myrs-quiet {
	font-size: 11px;
	line-height: 2em;
}

body {
	overflow: auto;
}

ol, ul {
	list-style: none;
}

.myrs-unordered-list {
	list-style-type:disc;
	margin-left: 20px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
/*	outline: 0; // No Thanks Eric! */
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* === Sticky Footer ========================= */

html, body {
	height: 100%;
}

#myrs-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
}

#myrs-wrapper:after {
  content: "";
  display: block;
}

/*#myrs-footer {
	height: 20px;
}*/

/* === Base ========================= */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
.ie6 .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html {
	background-color: #ddd;
}

body {
	font-family: "Arial", "Helvetica", "FreeSans", sans-serif;
}

body.ie6,
body.ie7 {
	font-size: 62.5%;
}

.ie7 input[type=submit] {
	overflow: visible;
	padding: 0 0.25em;
}

.myrs-quiet {
	text-transform: uppercase;
	color:#999;
}

/* === Layout ======================= */

#myrs-spacing {
	padding-top: 150px;
}

#myrs-container {
	background-color: white;
	width: 680px;
	margin: 0 auto;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
	/*margin-top: 150px;*/
	padding-top: 30px;
	padding-bottom: 30px;
}

#myrs-login
{
	padding: 40px 0;
	font-size: 13px;
}

#myrs-login-phone
{
	padding: 10px 0;
	font-size: 13px;
}

#myrs-header {
	position: absolute;
	width: 270px;
	height: 100%;
}

input.myrs-form-submit-disable
{
	cursor: pointer;
	margin: 0;
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	padding: 1px 10px 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	background-color: #a60004;
	border-color: #a60004;
	color: #fff;
	background: #d81436;
	background: -moz-linear-gradient(top,#d81436 0,#a60004 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d81436),color-stop(100%,#a60004));
	background: -webkit-linear-gradient(top,#d81436 0,#a60004 100%);
	background: -o-linear-gradient(top,#d81436 0,#a60004 100%);
	background: -ms-linear-gradient(top,#d81436 0,#a60004 100%);
	background: linear-gradient(top,#d81436 0,#a60004 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d81436',endColorstr='#a60004',GradientType=0);
}

input.myrs-form-submit-disable:hover
{
	background: #d81436;
	background: -moz-linear-gradient(top,#d81436 0,#c40022 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d81436),color-stop(100%,#c40022));
	background: -webkit-linear-gradient(top,#d81436 0,#c40022 100%);
	background: -o-linear-gradient(top,#d81436 0,#c40022 100%);
	background: -ms-linear-gradient(top,#d81436 0,#c40022 100%);
	background: linear-gradient(top,#d81436 0,#c40022 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d81436',endColorstr='#c40022',GradientType=0);
}

input.myrs-form-submit-disable:active
{
	background-color: #c40022;
	background-image: none;
	box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.5);
}

.ie6 #myrs-header {
	margin-left: 15px;
}

#myrs-torso {
	/*float: right;
	width: 320px;
	margin: 30px 30px 30px 0;
	padding-left: 30px;
	border-left: 1px solid #ddd;
	box-shadow: 1px 0 0 #fff inset;
	-moz-box-shadow: 1px 0 0 #fff inset;
	-webkit-box-shadow: 1px 0 0 #fff inset;*/
}

.ie6 #myrs-torso {
	margin-right: 15px;
}

#myrs-logo {
	background: url(../../images/layouts/auth/myrs-logo-bg.png) center center no-repeat transparent;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#myrs-logo-new {
	background: url(../../images/layouts/myrk_logo.svg) center center no-repeat transparent;
	width: 80%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#myrs-logo a,
#myrs-logo-new a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#myrs-phone {
	width: 616px;
	margin: 0 auto;
}

#myrs-phone a {
	display: block;
}

#myrs-links-wrapper {
	margin: 0 auto;
	margin-top: 10px;
	width: 680px;
	text-align: center;
}

#myrs-links {
	margin: 0 auto;
	width: 300px;
	clear: both;
	padding-top: 40px;
  padding-bottom: 80px;
}

#myrs-links li {
	float: left;
}

#myrs-links li a {
	font-size: 13px;
	line-height: 29px;
	display: block;
	text-decoration: none;
	color: #1d71bf;
}

#myrs-links-phone a {
	background: url(../../images/layouts/auth/myrs-links-phone-bg.png) left center no-repeat;
	padding-left: 20px;
}

#myrs-links-mobile {
	margin-left: 30px;
}

#myrs-links-mobile a {
	background: url(../../images/layouts/auth/myrs-links-mobile-bg.png) left center no-repeat;
	padding-left: 24px;
}

#myrs-footer {
	background-color: #333;
	padding: 10px 0;
	color: #999;
	width: 100%;
	min-width: 1024px;
	overflow: hidden;
	position: relative;
}

#myrs-footer a {
	color: #eee;
	text-decoration: none;
	padding: 3px;
}

#myrs-footer > .clearfix {
	padding: 0 20px;
}

#myrs-footer a:hover {
	background: #0069ab;
}

#myrs-footer-copyright {
	float: left;
	opacity: 0.5;
	color: #999;
	font-size: 13px;
	line-height: 20px;
}

#myrs-footer-version {
	float: right;
	opacity: 0.5;
	color: #999;
}

#myrs-footer:hover #myrs-footer-copyright,
#myrs-footer:hover #myrs-footer-version {
	opacity: 1.0;
}

#myrs-debug-info {
	width: 678px;
	margin: 0 auto;
	background-color: #eee;
	border: 1px #fff solid;
	border-top: 1px #ddd solid;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
}

#myrs-debug-info-header
{
	padding: 10px 10px 10px 50px;
	background: #f5f5f5 url(../../images/common/icons/bullet_arrow_right.png) no-repeat 30px center;
	cursor: pointer;
}

#myrs-debug-info-header.myrs-debug-header-open
{
	background: url(../../images/common/icons/bullet_arrow_down.png) no-repeat 30px center;
}

#myrs-debug-info-header:hover
{
	background-color: #eaeaea;
}

#myrs-debug-info ul
{
	display: none;
	padding: 10px 10px 20px;
}

.ie6 #myrs-debug-info,
.ie7 #myrs-debug-info {
	background: #EEE;
}

#myrs-debug-info li {
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

#myrs-debug-info li strong {
	width: 235px;
	text-align: right;
	margin-right: 20px;
	display: inline-block;
	font-weight: normal;
	color: #666;
}

#myrs-debug-info a {
	color: #1d71bf;
	text-decoration: none;
}

#myrs-debug-info a:hover {
	text-decoration: underline;
}



/* === Common ======================= */

.myrs-form dt {
	color: #666;
	margin-bottom: 5px;
}

.ie6 .myrs-form dt,
.ie7 .myrs-form dt {
	position: relative;
}

.ie6 .myrs-form dt a,
.ie7 .myrs-form dt a {
	position: absolute;
	right: 0;
	bottom: 0;
}

.myrs-form dt label {
	cursor: pointer;
}

.myrs-form dt a {
	float: right;
	color: #1d71bf;
	text-decoration: none;
	transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-webkit-transition: opacity 0.25s linear;
}

.myrs-form dt a:hover {
	text-decoration: underline;
}

.myrs-form dd {
	margin-bottom: 12px;
}

.myrs-form dd input {
	color: #333;
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	padding: 4px;
	font-size: 14px;
	outline: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
}

.myrs-form dd input:focus {
	box-shadow: 0 0 4px #0069ab;
	-moz-box-shadow: 0 0 4px #0069ab;
	-webkit-box-shadow: 0 0 4px #0069ab;
	border: 1px solid #99C8E6;
}

.ie8 .myrs-form dd input:focus,
.ie7 .myrs-form dd input:focus {
	border: 1px solid #99C8E6;
}

.ie9 .myrs-form dd input:focus {
	box-shadow: 0 0 6px #0069ab;
}

.myrs-form .full {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.myrs-form .myrs-form-actions {
	margin-top: 15px;
}

.myrs-section {
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #fff;
}

.myrs-section p {
	font-size: 13px;
	line-height: 1.618em;
}

.myrs-section .myrs-form-description {
	margin-bottom: 10px;
}

.myrs-section.phone-section {
	margin-bottom: 0px;
	text-shadow: 0 1px 0 #fff;
	padding: 0 0 0 20px;
}

.myrs-section.phone-section p {
	margin: 0 0 10px 0;
}

.myrs-alert {
	padding: 10px;
	margin-bottom: 20px;
	background: #eee;
	box-shadow:
		0 1px 0 rgba(255,255,255,0.5) inset,
		0 1px 0 #fff
	;
	border: 1px solid #999;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#myrs-login .myrs-alert
{
	margin-bottom: 20px;
}

#myrs-page
{
	margin-left: 272px;
	width:305px;
	padding: 0 50px;
	border-left: 1px solid #DDD;
}

.myrs-alert a {
	color: #333;
}

.myrs-alert p {
	font-size: 12px;
	line-height: 1.3em;
}

.myrs-alert ul {
	margin-top: 10px;
	margin-left: 15px;
}

.myrs-alert ul li {
	font-size: 11px;
	margin-bottom: 3px;
	list-style-type: disc;
}

.myrs-alert p img {
	vertical-align: text-bottom;
	margin-right: 5px;
	display: none;
}

.myrs-alert.error {
	background-color: #F5CCD3;
	border-color: #E498A3;
}

.myrs-alert.warning {
	background-color: #ffe4d1;
	border-color: #F1BE9D;
}

.myrs-alert.success {
	background-color: #D9EFD0;
	border-color: #B1DC9E;
}

.myrs-alert.validation {
	background-color: #fcfcd2;
	border-color: #EDEC9D;
}

.myrs-alert.information {
	background-color: #e5f2f8;
	border-color: #B1D7E5;
}

.myrs-form-submit-disable-spinner {
	vertical-align: middle;
	margin-left: 5px;
	display: none;
}

#myrs-error-beast-cookie,
#myrs-error-beast-javascript {
	display: block;
	width: 198px;
	height: 250px;
	margin-bottom: 20px;
}

#myrs-error-beast-cookie {
	background: url(../../images/layouts/auth/myrs-error-beast-cookie.png) top left no-repeat;
}

#myrs-error-beast-javascript {
	background: url(../../images/layouts/auth/myrs-error-beast-javascript.png) top left no-repeat;
}

/* added for password help text */
.pass-rotation-text {
  font-size: 12px;
  color: #888;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	div#myrs-container {
		background-color: transparent;
		width: auto !important;
		height: 0% !important;
		margin: 0 !important;
		padding: 0 !important;
		padding-bottom: 0px !important;
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	#myrs-header {
		position: static !important;
		width: 100%;
		height: 40px !important;
		padding: 10px 0 10px 0 !important;
		margin: 20px 0 !important;
	}

	#myrs-spacing {
		padding-top: 100px;
	}

	input.myrs-form-submit-disable {
		line-height: 26px;
		font-size: 20px;
		text-align: center;
		padding: 10px 15px;
		width: 100%;
		margin-bottom: 15px;
	}
	div#myrs-logo {
		background: url(../../images/layouts/auth/myrs-logo-bg.png) top left no-repeat transparent;
		width: 175px;
		height: 37px;
		overflow: hidden;
	}
	div#myrs-logo-new {
		background: url(../../images/layouts/myrk_logo.svg) top left no-repeat transparent;
		width: 20rem;
		height: 3rem;
		overflow: hidden;
	}
	#myrs-debug-info-header {
		display: none;
	}
	div#myrs-login {
		padding-right: 10px !important;
		padding-left: 10px !important;
		height: 100% !important;
	}
	#myrs-login .myrs-alert {
		margin-bottom: 5px;
	}
	.myrs-alert p {
		font-size:  19px;
		line-height: 1.3em;
	}
	.myrs-section {
		margin: 0 auto 20px auto;
	}

	.myrs-section p {
		font-size: 16px;
		line-height: 1.5em;
		color: #333;
	}
	.myrs-form {
		padding: 0 !important;
		width: 70%;
		margin: 0 auto;
	}
	.myrs-form dd {
		margin-bottom: 0;
	}
	.myrs-form dd:last-child {
		margin-bottom: 20px;
	}
	.myrs-form dd input {
		width: 100% !important;
		padding: 12px !important;
		font-size: 22px !important;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-top: 1px solid #BFBFBF;
		border-left: 1px solid #BFBFBF;
		border-bottom: 1px solid #D8D8D8;
		border-right: 1px solid #D8D8D8;
	}
	input#account {
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		border-bottom: 0;
	}
	input#username {
		border-bottom: 0;
		border-top: 1px solid #e1e1e1;
	}
	input#password {
		border-top: 1px solid #e1e1e1;
		-webkit-border-bottom-right-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		margin-bottom: 15px;
	}
	.myrs-form dd label, .myrs-form dt label {
		clear: auto;
		font-size: 13px;
		background: transparent;
		line-height: 20px;
		color: #333;
	}
	.myrs-form .full {
		margin: 0;
		padding-right: 15px !important;
	}
	.myrs-form dt {
		margin: 0;
	}
	div#myrs-container {
		padding: 0 !important;
		height: 0% !important;
	}
	div#myrs-page {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
		height: 0% !important;
		border: none !important;
	}
	#myrs-debug-info {
		display: none;
	}
	#myrs-debug-info-header {
		display: none;
	}
	#myrs-footer-version {
		display: none;
	}
	#myrs-links {
		display: none;
	}
	#myrs-links-wrapper {
		display: none;
	}
	#myrs-footer {
		display: none;
	}
}
