﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,900,700italic,900italic);
* {
	font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%
}

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
}

body,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
}

::-moz-selection {
	background: #909090;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #888888;
	color: #fff;
	text-shadow: none;
}

a,a:link {
	color: #fe8220;
	font-weight: 500;
	cursor: pointer;
}

a:visited {
	color: inherit;
}

a:hover {
	color: inherit;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

table button,
table input {
	*overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo-left {
	background-image: url(../images/mock-logo-light.png);
	background-repeat: no-repeat;
	padding-top: 100px;
	background-position: left 170px;
}

h1 {
	font-size: 56px;
	line-height: 1.35;
	letter-spacing: -.02em;
	margin: 24px 0
}

h1,
h2 {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400
}

h2 {
	font-size: 45px;
	line-height: 48px
}

h2,
h3 {
	margin: 24px 0
}

h3 {
	font-size: 34px;
	line-height: 40px
}

h3,
h4 {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400
}

h4 {
	font-size: 24px;
	line-height: 32px;
	-moz-osx-font-smoothing: grayscale;
	margin: 24px 0 16px
}

h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .02em
}

h5,
h6 {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	margin: 24px 0 16px
}

h6 {
	font-size: 16px;
	letter-spacing: .04em
}

h6,
p {
	font-weight: 400;
	line-height: 24px
}

p {
	font-size: 14px;
	letter-spacing: 0;
	margin: 0 0 16px
}

blockquote {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	position: relative;
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.35;
	letter-spacing: .08em
}

blockquote:before {
	position: absolute;
	left: -.5em;
	content: '“'
}

blockquote:after {
	content: '”';
	margin-left: -.05em
}

mark {
	background-color: #f4ff81
}

dt {
	font-weight: 700
}

address {
	font-size: 12px;
	line-height: 1;
	font-style: normal
}

address,
ul,
ol {
	font-weight: 400;
	letter-spacing: 0
}

ul,
ol {
	font-size: 14px;
	line-height: 24px
}

.font-thin {
	font-weight: 200 !important;
}

.visible-xs {
	display: none;
}

.welcome-subheader {
	font-size: 24px;
}

.layout-full::before {
	position: fixed;
	top: 0px;
	left: 0px;
	content: "";
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: cover !important;
	z-index: -1;
	background-image: url(../images/login-bg-citrislife.jpg);
	
}

.page-login .page-brand-info {
	margin: 0px 100px 0 90px;
}

.page-login .page-brand-info .brand-img {
	vertical-align: middle;
}

.page-login .page-brand-info .brand-text {
	display: inline-block;
	vertical-align: middle;
	margin: 11px 0 11px 20px;
}

.page-login .page-brand-info p {
	opacity: 0.8;
	max-width: 650px;
	color: white;
	font-size: 18px;
	margin-left: 15px;
	margin-top: 195px;
	font-weight: 600;
}

.page-login .page-login-main {
	width: 600px;
	position: absolute;
	right: 0;
	top: 0;
	height: auto;
	min-height: 100%;
	padding: 150px 60px 10px;
	color: #757575;
	background: #fff;
	border-left: 8px solid #FE8220;
}

.page-login .page-login-main .brand {
	margin-bottom: 60px;
}

.page-login .page-login-main .brand-img {
	vertical-align: middle;
}

.page-login .page-login-main .brand-text {
	display: inline-block;
	vertical-align: middle;
	margin: 11px 0 11px 20px;
	color: #3f51b5;
}

.page-login form {
	width: 100% !important;
	margin: 0;
	padding-bottom: 45px;
}

.page-login form a {
	margin-left: 0;
}

@media (min-width:992px) {
	.page-login .page-content {
		padding-right: 500px;
	}
}

@media (max-width:768px) {
	.page-login .page-login-main {
		padding-top: 60px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.page-login .page-login-main {
		padding-top: 80px;
	}
	.page-login .page-brand-info > p {
		opacity: 0;
		color: transparent;
	}
	.page-login .page-brand-info {
		margin: 0px 100px 0px 10px;
	}
	.logo-right {
		background-image: url(../images/mock-logo.png) !important;
		background-repeat: no-repeat;
		height: 100px;
	}
	.logo-left {
		background-image: none !important;
	}
}

@media (max-width:767px) {
	.page-login .page-login-main {
		padding-top: 30px;
		width: 100%;
		border-top: 8px solid #FE8220;
		border-left: none !important;
		top: 60px !important;
	}
	.page-login form {
		width: 100%;
	}
	#Table2,
	#Table1 {
		width: 100% !important;
		margin-left: 0px;
	}
	.logo-right {
		background-image: url(../images/mock-logo.png) !important;
		background-repeat: no-repeat;
		height: 100px;
	}
}

@media (max-width:480px) {
	.page-login .page-login-main {
		padding: 30px 20px;
	}
	.page-login form {
		width: 100%;
	}
	.page-login .page-content {
		padding-right: 0px;
	}
	#Table2,
	#Table1 {
		width: 100% !important;
		margin-left: 0px;
	}
	.page-login .page-login-main .brand {
		margin-bottom: 30px !important;
	}
	.logo-right {
		background-image: url(../images/mock-logo.png) !important;
		background-repeat: no-repeat;
		height: 100px;
		background-size: 300px;
	}
	.layout-full::before {
		background-position: 444px -310px;
	}
	table#Table5.LostPasswordTable {
		width: 100% !important;
		font-size: 12px !important;
	}
	table#Table5.LostPasswordTable td {
		padding: 5px !important;
	}
}


/* normal form styles*/

.login-FormTD {
	background: rgba(255, 255, 255, 0.9) !important;
}

#lblLogin,
#lblPassword,
#lblCountry,
.LostPasswordText {
	color: #393939 !important;
	margin-right: 10px;
	display: block;
}

.login-TextBox,
.login-DropDown,
#txtDealerURL,
#txtLostEmailAddress,
#txtDealerID,
#txtRPDealerID,
#txtRPDealerURL,
#Password,
#cboCountry {
	border: #a9a9a9 1px solid !important;
	border-radius: 0 !important;
	background-color: none !important;
	color: #464646 !important;
	width: 100% !important;
	margin-bottom: 15px !important;
	padding-left: 10px !important;
	height: 35px !important;
	font-size: 16px !important;
	height: 45px !important;
}

#lblCountry {
	display: none !important;
}

.login-LabelTD {
	padding-bottom: 11px !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	font-style: normal !important;
}

#btnLogin,
#btnLogin:visited {
	background-color: #fe8220 !important;
	border: none !important;
	padding: 10px 30px !important;
	width: 64% !important;
	font-size: 16px !important;
	color: white !important;
	cursor: pointer !important;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-delay: 0.2s !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)!important;
}

#btnLogin:hover {
	background-color: #d06e21 !important;
	border: none !important;
}

#btnLogin:active {
	box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.3) !important;
	transition-delay: 0s !important;
	background-color: #fe8220 !important;
}

#Table2 {
	background: #fff !important;
}

#Table1 td {
	vertical-align: middle !important;
}

.CenteredLoginBox {
	top: 10% !important;
	width: 100%;
}

.login-ContextLabel {
	display: none !important;
}

span#lblMsg.login-Error {
	width: 100% !important;
	background-color: rgba(255, 0, 0, 0.7) !important;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12) !important;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	margin-bottom: 15px
}

.login-Error {
	color: #fff !important;
	text-align: center;
	font-size: 16px !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

.LoginMustHaveCookies {
	font-size: 11px !important;
	padding-bottom: 0px;
	color: #464646 !important
}

#LoginLinkDiv a:link {
	color: #c14242 !important;
	text-decoration: none !important;
}

#LoginLinkDiv a:hover,
#LoginLinkDiv a:visited,
#LoginLinkDiv a:active {
	color: #86af5c !important;
	text-decoration: none !important;
}

.login-TitleTD {
	display: none !important;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title {
	padding-top: 20px;
}


/* ==== non-semantic helper classes ============================== */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 768px) {
	/* ====================
    WIDE: CSS3 Effects
   ==================== */
	#header-container,
	#main aside {
		-webkit-box-shadow: 0 5px 10px #aaa;
		-moz-box-shadow: 0 5px 10px #aaa;
		box-shadow: 0 5px 10px #aaa;
	}
	/* ============
    WIDE: Menu
   ============ */
	#title {
		float: left;
	}
	nav {
		float: right;
		width: 38%;
	}
	/* ============
    WIDE: Main
   ============ */
	#main article {
		float: left;
		width: 57%;
	}
	#main aside {
		float: right;
		width: 28%;
	}
}

@media only screen and (min-width: 1140px) {
	/* ===============
    Maximal Width
   =============== */
	.wrapper {
		width: 1026px;
		/* 1140px - 10% for margins */
		margin: 0 auto;
	}
}

footer {
	text-align: center;
	padding: 20px 0;
	border-top: solid 1px #ddd;
	margin-top: 20px;
	width: 100%;
}

.copyright {
	width: 100% !important;
	position: absolute !important;
	background-color: transparent;
	left: 0px;
	bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.page-copyright .social a {
	margin: 0 10px;
	text-decoration: none !important;
	color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26) !important;
}

.page-copyright .social .icon {
	font-size: 16px;
	color: #fff;
	margin: -1px 0px 0px;
}

.page-copyright .social .icon:focus,
.page-copyright .social .icon:hover {
	color: #fff;
}

.page-copyright .social .icon.active,
.page-copyright .social .icon:active {
	color: #fff;
}

.page-copyright-inverse {
	color: #fff
}

.page-copyright-inverse .social .icon {
	color: #fff
}

.page-copyright-inverse .social .icon:active,
.page-copyright-inverse .social .icon:hover {
	color: rgba(255, 255, 255, .8)
}

.social-facebook {
	color: #fff;
	background-color: #3b5998!important
}

.social-facebook:focus,
.social-facebook:hover {
	color: #fff;
	background-color: #4c70ba!important
}

.social-facebook.active,
.social-facebook:active {
	color: #fff;
	background-color: #2d4373!important
}

.bg-facebook {
	background-color: #3b5998
}

.social-twitter {
	color: #fff;
	background-color: #55acee!important
}

.social-twitter:focus,
.social-twitter:hover {
	color: #fff;
	background-color: #83c3f3!important
}

.social-twitter.active,
.social-twitter:active {
	color: #fff;
	background-color: #2795e9!important
}

.bg-twitter {
	background-color: #55acee
}

.social-google-plus {
	color: #fff;
	background-color: #dd4b39!important
}

.social-google-plus:focus,
.social-google-plus:hover {
	color: #fff;
	background-color: #e47365!important
}

.social-google-plus.active,
.social-google-plus:active {
	color: #fff;
	background-color: #c23321!important
}

.bg-google-plus {
	background-color: #dd4b39
}

.btn-round {
	border-radius: 50%;
	padding: 10px;
	font-size: 16px;
	line-height: 1em;
	display: inline-block;
}


/*------------*/

#btnGetPassword,
#btnGetPassword:visited {
	background-color: #fe8220 !important;
	border: none !important;
	padding: 10px 30px;
	width: 64%;
	font-size: 16px;
	color: white;
	cursor: pointer !important;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.2s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

#btnGetPassword {
	width: 100%;
}

#btnGetPassword:hover {
	background-color: #d06e21 !important;
	border: none !important;
}

#btnGetPassword:active {
	box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.3);
	transition-delay: 0s;
	background-color: #fe8220 !important;
}

.LostPasswordText {
	color: #393939 !important;
	padding-bottom: 11px !important;
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
}

.LostPasswordTable {
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	border-bottom: none !important;
}

.LostPasswordTable td {
	background-image: none !important;
	vertical-align: middle;
}

.LostPasswordHeader {
	font-size: 26px;
	font-weight: 300;
	color: #fe8220 !important;
	padding-bottom: 30px;
	padding-top: 20px;
	text-align: center;
	display: block;
}

.ShoppingCartLoginExistingDealerTable {
	border-top: 8px solid #fe8220 !important;
}

.ShoppingCartLoginExistingDealerTable a#lnkClose {
	background-color: #fff;
	font-size: 15px;
	padding: 10px;
	width: 100%;
	display: block;
	position: absolute;
	right: 0;
	text-decoration: none;
	color: #82d827 !important;
	font-weight: 500;
	border-top: solid 1px #ddd;
}

span#lblLostPasswordInstructions.LostPasswordTinyText {
	display: block;
	margin-top: 10px;
	font-size: 13px !important
}

.ShoppingCartLoginExistingDealerTable {
	background-color: #fff;
}

#lblErrorMessage {
	width: 100% !important;
	position: absolute !important;
	top: 8px !important;
	background-color: rgba(255, 0, 0, 1) !important;
	height: auto !important;
	box-shadow: 0px 1.5px 4px rgba(0, 0, 0, 0.24), 0px 1.5px 6px rgba(0, 0, 0, 0.12) !important;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

#lblErrorMessage {
	color: #fff;
	padding: 10px;
	font-size: 15px;
}

.LostPasswordTinyText {
	font-size: 11px;
	padding-bottom: 30px;
	color: #464646 !important;
}
