
body {
	background-color: #fcfcfc;
	font: 9pt/1.5em Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
}
body.bizmo {
	background-image: url('../../img/login/bg-bizmo.jpg');
	background-repeat: no-repeat;
	background-color: #292933;
	background-size: cover;
}
#container {
	width: 520px;
	margin: 0 auto;
}
#container .logo {
	margin: 40px auto 30px;
}
#container .logo img {
	display: block;
	margin: 0 auto;
	max-width: 140px;
	max-height: 140px;
}
h1 {
	text-align: center;
	font-size: 18pt;
	text-shadow: 0 1px 0 #fff;
	margin: 30px 0;
}
.bizmo h1 {
	text-shadow: none;
	color: #fff;
}
h2 {
	margin: 0;
	font-size: 12pt;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hide {
	display: none !important;
}
button {
	width: auto; 
	overflow: visible; 
}
.clearfix {
  #display: inline-block;
  _height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.apGenericError {
	margin: 20px auto;
	width: 420px;
	background-color: #fec;
	padding: 25px 30px;
	border-radius: 5px;
	color: #640;
}
.apGenericErrorTitle {
	margin: 0;
	font-size: 18pt;
	font-weight: normal;
	line-height: 1.2em;
	text-shadow: 0 -1px 0 #ffc;
}
.apGenericErrorMessage {
	margin: 1em 0 0;
	font-size: 10pt;
}
.box {
	border: 1px solid #bbb;
	border-top-color: #ccc;
	border-bottom-color: #999;
	background: #f6f6f6 url("../../img/login/box-bg.gif") repeat-x bottom left;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	text-shadow: 0 1px 0 #fff;
	position: relative;
}
.box .box_inner {
	margin: 0;
	padding: 20px 20px 15px;
	border-top: 1px solid #fff;
	border-radius: 3px;
}
.box hr {
	margin: 1em -20px;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
#message.error {
	background-color: #fff;
	border: 2px solid #fc0;
	text-align: left;
	width: 360px;
	margin: 100px auto;
	padding: 40px;
	color: #666;
	border-radius: 5px;
}
.box #message.confirm {
	background-color: #def4cc;
	padding: 10px 20px 8px;
	margin: 1.5em -20px 1.5em;
	text-align: center;
	color: #460;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	text-shadow: none;
}
.box #message.notice {
	background: url("../../img/login/noticebg.png");
	padding: 10px 20px 8px;
	margin: 0 -20px 1.5em;
	text-align: center;
	color: #640;
	border-bottom: 1px solid #fff;
	text-shadow: none;
}
.box #message.errorbubble {
	padding: 0 5px 5px;
	font-size: 8pt;
	color: #fff;
	text-shadow: none;
	background: url("../../img/login/errorbubble.gif") no-repeat bottom left;
	position: absolute;
	z-index: 1;
}
.box ul.error_list {
	margin: 0;
	padding: 0 5px 5px;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 8pt;
	line-height: 100%;
	background: url("../../img/login/errorbubble.gif") no-repeat bottom left;
}
.box ul.error_list li {
	color: #fff;
	text-shadow: none;
	white-space: nowrap;
	margin: 0;
	padding: 2px 0 3px;
}
ul.form {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.form li {
	margin: 0.5em 0;
}
ul.form li .field {
	position: relative;
}
ul.form li > label:first-child,
ul.form li > .field > label:first-child {
	font-weight: bold;
	color: #666;
}
ul.form li .description {
	color: #999;
	font-size: 8pt;
}
ul.form li table { border-collapse: collapse; }
ul.form li table td {	
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#environments {
	margin-top: 80px;
}
#environments p {
	color: #666;
}
#environments .list {
	background-color: #fff;
	margin: 0 -20px;
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
#environments .list ul {
	background-color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}
#environments .list ul li {
	padding: 0.5em 20px;
	border-bottom: 1px solid #eee;
	position: relative;
}
#environments .list ul li em { color: #999; }
#environments .list ul li .dijitButton {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -0.8em;
}
#environments .list p {
	text-align: center;
	margin: 0;
	padding: 2em 0;
	border-bottom:  1px solid #eee;
	font-size: 11pt;
	color: #999;
}
#login h2 { display: none; }
#login #message.errorbubble { top: 2px; }
#login label {
	display: block;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}
#login label.checkbox {
	display: inline;
	font-weight: normal;
}
#login input.text {
	margin: 0 0 0.25em 0;
	font-size: 13pt;
	padding: 3px;
	width: 10.5em;
	height: 20px;
}
.dijitLtr #login input.text {
	margin-right: 10px;
}
.dijitRtl #login input.text {
	margin-left: 10px;
}
#login input.checkbox {
	vertical-align: 1px;
	margin-left: 0;
}
#login button {
	margin: 0;
	border: 1px solid #999;
	background: #f6f6f6 linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	padding: 0;
	white-space: nowrap;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0 1px 0 #fff;
}
#login button .inner {
	height: 24px;
	border-top: 1px solid #fff;
	padding: 1px 15px 2px;
	font: 10.5pt/24px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #555;
	text-shadow: 0 1px 0 #f6f6f6;
	border-radius: 2px;
	outline: none;
}
#login button:active {
	background-color: #ddd;
}
#login button:active .inner {
	border-top-color: #ccc;
	text-shadow: none;
}
#retrieve .box_inner { background: url("../../img/login/retrieve-cloud.png") no-repeat 20px 20px; }
#retrieve h2 { margin: 0 0 0 48px; }
#retrieve p.intro { margin: 0.5em 0 1.5em 48px; }
#retrieve ul.form { margin-left: 48px; }
#retrieve label {
	display: block;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}
#retrieve input {
	margin: 0 0 0.25em 0;
	font-size: 13pt;
	padding: 3px;
	width: 10.5em;
	height: 20px;
}
.dijitLtr #retrieve input {
	margin-right: 10px;
}
.dijitLtr #retrieve input {
	margin-left: 10px;
}
#retrieve button {
	margin: 0;
	border: 1px solid #999;
	background: #f6f6f6 linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	padding: 0;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 1px 0 #fff;
}
#retrieve button .inner {
	height: 24px;
	border-top: 1px solid #fff;
	padding: 1px 15px 2px;
	font: 10.5pt/24px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #555;
	text-shadow: 0 1px 0 #f6f6f6;
	border-radius: 2px;
	outline: none;
}
#retrieve button:active {
	background-color: #ddd;
}
#retrieve button:active .inner {
	border-top-color: #ccc;
	text-shadow: none;
}
#retrieve p.notice {
	border-bottom: 1px solid #fff;
	margin: 1.5em -20px 1em;
	padding: 10px 68px;
	background: #fff0b2 url("../../img/login/noticebg.png") repeat-x top left;
	color: #640;
	text-shadow: none;
}
#retrieve p.back { margin: 0; }
#retrieve #message {
	top: -22px;
	left: 5px;
}
#changepassword { margin-top: 160px; }
#changepassword h2 { margin: 0 0 1em; }
#changepassword #message.errorbubble { top: 2px; }
#changepassword .apOverLabelTextBox { margin-right: 5px; }
#changepassword ul.error_list { top: -20px; }
#join p.switch {
	margin: 1em -20px;
}
#join p.switch a {
	padding: 10px 20px 10px 57px;
	display: block;
	height: 26px;
	line-height: 26px;
	background: #edf4f8 url("../../img/login/join-switchbtns.png") no-repeat 25px 10px;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
#join p.switch a:active {
	background-color: #dce9f1;
}
#join .firstname,
#join .password { margin-right: 10px; }
#join .firstname .dijitTextBox { width: 170px; }
#join .lastname .dijitTextBox { width: 282px; }
#join .username .dijitTextBox,
#join .password .dijitTextBox { width: 226px; }
#join .status {
	font-weight: bold;
	color: #999;
	margin-left: 5px;
	vertical-align: middle;
}
#join .status.correct { color: #690; }
#join .status.wrong { color: #c00; }
#join .username .error_list {
	right: 245px;
}
#join .buttons { text-align: center; }
#join .buttons p {
	margin: 0 0 1em;
	font-size: 8pt;
	line-height: 1.5em;
}
#join .buttons .field {
	position: relative;
}
#join .buttons .error_list {
	top: -2em;
	left: 0.1em;
	width: 5em;
	margin: 0;
}
#join .buttons .dijitButtonContents {
	width: 200px;
}
#joinexisting h2 {
	margin-bottom: 1.5em;
}
#joinexisting #message {
	top: 3em;
}
#joinexisting .apOverLabelTextBox {
	margin-right: 10px;
	margin-bottom: 0.5em;
	width: 188px;
}
#joinexisting .field label.checkbox,
#joinexisting .field a {
	font-size: 8pt;
}
#joinexisting p.back {
	margin-bottom: 0;
}
#wrongdomain {
	background-color: #fff;
	border: 2px solid #fc0;
	text-align: left;
	width: 360px;
	margin: 100px auto;
	padding: 40px;
	border-radius: 5px;
}
#wrongdomain h1 {
	margin: 0;
	text-align: left;
	font-size: 16pt;
	line-height: 1.3em;
}
#wrongdomain p {
	margin-bottom: 0;
	color: #666;
}
.nothing-to-do {
	font-size: 1rem;
	line-height: 1.5;
	background:#feb linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50px);
	padding: 2rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.nothing-to-do > *:first-child {
	margin-top: 0;
}
.nothing-to-do > *:last-child {
	margin-bottom: 0;
}
#customDomainReady {
	background-color: #fff;
	border: 2px solid #24B00D;
	text-align: left;
	width: 360px;
	margin: 100px auto;
	padding: 40px;
	border-radius: 5px;
}
#customDomainReady h1 {
	margin: 0;
	text-align: left;
	font-size: 16pt;
	line-height: 1.3em;
}
#customDomainReady p {
	margin-bottom: 0;
	color: #666;
}
