.container {
	background: #fff;
	position: fixed;
	left: 0;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	width: 100%;
}
.container.higher {
	bottom: 65px;
}
.LoginDiv {
	margin: 0 auto;
	top: 150px;
	position: relative;
}

.container.higher .LoginDiv {
	width: 506px;
}

.LoginDiv form {
	margin: 0 auto;
}

.LoginDiv.higher form {
	width: 475px;
}

.userNameSpan {
	display: inline-block; 
	margin-bottom: 10px;
	width:150px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	float: left;
	text-align: left;
	height: 30px;
	margin-top: 3px;
}

.marketplace {
	background-image: url(/images/banner-grey.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 3em;
	position: fixed;
	right: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	width: 40%;
}
.marketplace-content {
	font-family: 'Proxima Nova', Arial, sans-serif;
	position: relative;
	top: 200px;
}
.marketplace-content p {
	padding: 0 2em;
	text-align: justify;
}
.ad-link {
	background: #0075BD;
	padding: 2em;
	margin: 1em;
	display: inline-block;
	color: #fff;
	border-radius: 8px;
}

a {
	text-decoration: underline;
	color: #506A83;
}

ul.eulaList li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0;
	margin: 0.5em 0 0.5em 3em;
}

ol.eulaList li {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0;
	margin: 0.5em 0 0.5em 3em;
}

h1.eulaHeader, h2.eulaHeader {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
}

h2.eulaHeader {
	font-size: 14px;
}

/*	LOGO IMAGE	*/
.branding {
	background: url(/images/plus.png) 0 0 no-repeat;
    background-size: contain;
	height: 218px;
	margin: 0 auto;
	width: 415px;
}

.branding.lytec {
	background: url(/images/lytec.png) 0 0 no-repeat;
	background-size: contain;
    height: 221px;
    margin: 0 auto;
    width: 426px;
    margin-bottom: 2em;
}

.branding.medisoft {
	background: url(/images/medisoft.png) 0 0 no-repeat;
	background-size: contain;
    height: 159px;
    margin: 0 auto;
    width: 426px;
    margin-bottom: 2em;
}

/*	LOGIN FORM	*/
input {
	float: left;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 5px;
}

.loginForm {
	margin: auto auto;
	padding: 5px;
	width: 405px;
	list-style-type: none;
}

#resetForm {
	width: 500px;
}

#register {
	float: left;
	width: 330px;
}

.loginForm li input {
	width: 260px;
	cursor: text;
}

#register li input {
	width: 130px;
}

input.emailAddress {
	width: 237px;
}

.loginForm li {
	margin: 0 0;
	padding: 0 0;
}

.loginForm li label {
	width: 130px;
	margin-top: 3px;
}

.loginForm li input#inputEmailAddress {
	width: 225px;
}

#register li label,
#resetForm li label {
	width: 175px;
}

#btnLoginWrapper {
	position: relative;
	left: 130px;
	float: left;
}

#resetPasswordWrapper {
	margin: 10px 0;
}

#newCaptchaImage {
	vertical-align: top;
}

.btnInlineLeft {
	margin: 0 0 0 3px;
}

#btnNewSession {
	/* override global */
	margin-left: 0;
	margin-top: 0;
}

.newSession {
	display: inline;
	float: left;
	margin-left: 8px !important;
	padding: 2px 0;
	width: 100px;
}

a:hover {
	text-decoration: none;
}

.resetPassword {
	margin: 0 4px 0 175px;
}

#btnConfirmPassword {
	margin-left: 180px;
}

/*	MESSAGES */
#alertMsg {
    margin: 5px;
	display: block;
}

#alertMsg.error {
	border: solid 1px #e3000f;
}

#alertMsg div {
	padding: 5px 8px;
	display: block;
	color: #000;
	clear: both;
	min-height: 15px;
	text-align: center;
}

li#itmCaptcha {
	padding-bottom: 20px;
}

/*	DISABLED LABEL STYLE for forgot password screen add to input id=inputEmailAddress */
.disabledLabel {
	border: 1px solid transparent;
	color: #8A8A8A;
}

.pswdConvention {
	font-size: 14px;
	display: block;
	margin: 0 0 10px;
	text-align: center;
}

.secondaryMessage {
	display: block;
	clear: both;
}

.lockedLogin input.loginPswd {
	width: 200px;
}

/** Security Pin styles **/
.pinWrapper {
	float: right;
	width: 166px;
}

.pinWrapper button {
	display: inline-block;
	font-size: 1.8em;
	font-weight: bold;
	height: 40px;
	margin: 5px;
	padding: 0;
	width: 40px;
}

.backButton {
	background: url(/images/black_back_arrow.png) center center no-repeat transparent;
	display: block;
}

#register .resetPassword {
	margin: 15px 4px 0 115px;
}

.clearfooter {
	clear: both;
}

#disclaimer {
	border: 1px solid #ccc;
	color: #bbb;
	font-size: 9px;
	margin: 0 20px;
	padding: 5px;
	position: absolute;
	bottom: 20px;
	left: 0;
	cursor: default;
	-moz-box-shadow: 5px 5px 5px #bbb;
	-webkit-box-shadow: 5px 5px 5px #bbb;
	box-shadow: 5px 5px 5px #bbb;
	background: #fff;
	z-index: 10;
}

#disclaimer:hover {
	color: #333;
	border-color: #888;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

.message {
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
}

	.message .details {
		color: #666;
		font-style: italic;
	}

#eula {
	border: 1px solid;
	height: 300px;
	margin: 20px 0;
}

#eula .heading {
	background-color: #EBF4FA;
	border-bottom: 1px solid;
	padding: 10px;
	height: 14px;
}

#eula .content {
	padding: 10px;
	height: 245px;
	overflow-y: auto;
	white-space: pre-wrap;
	text-align: left;
	overflow-x: hidden;
}

input[type="checkbox"] {
	margin: 2px 10px 2px 0;
}

#lblAccepted.disabled {
	color: GrayText;
}


@media (max-width: 800px) {
	.container {
		width: 100%;
		height: auto;
		float: none;
		position: relative;
		overflow: hidden;
		float: left;
	}

	.LoginDiv {
		top: 50px;
		min-height: 400px;
	}

	.marketplace {
		position: relative;
		background-image: none;
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.marketplace-content {
		top: 0;
	}

	#disclaimer {
		position: relative;
		bottom: initial;
	}
}