body.staging::before {
	content: "STAGING VERSION";
	display: block;
	position: fixed;
	top: 3em;
	right: -5em;
	padding: 1em 5em;
	background-color: #d00;
	color: #fff;
	z-index: 9000;
	transform: rotate(45deg);
	text-align: center;
}
/*
fieldset {
	background-color:#eee;
	border-radius:1em;
	padding:.5em 1em;
}
legend {
	font-size:1.5em;
	font-weight:bold;
}
fieldset fieldset {
	background-color:#e0e0e0;
	margin:.5em 1em;
}
fieldset fieldset legend {
	font-size:1rem;
	font-weight:normal;
}
.input-row {
	margin:.5em 1em;
}
*/

/** hide these elements **/
.apfield,
.ui-controlgroup-controls .input-radioset-label {
	display:none;
}

.password-info-btn {
  background-color: transparent !important;
  border: none !important;
  margin: 0;
}

/* Embedded Egnyte Iframe */
#patient-data {
	width:100%;
	height:100%;
}

/** Form Styles **/
.input-required-indicator {
	font-size:1.5em;
	font-weight:bold;
	line-height:1rem;
	color:#F00;
}

fieldset.ui-body-d {
	border:thin solid #eee;
	padding:1em;
	border-radius:1em;
}
.form-section-legend {
	font-size:1.5em;
	margin:.5em 0;
}
fieldset > legend {
  font-size: 120%;
  font-weight: bold;
}
/* Form success messages */
.success {
	border-width: thin thin thin thick;
	border-style: solid;
	border-color: #0c0;
}
/* Form error messages */
.ui-state-error {
	padding:0 1em;
	margin: 0 0 2em;
}
.error,
.ui-state-error {
	background-color:#fee;
	color:#300;
	text-shadow:none;
	border:thin solid #900;
}
.ui-state-error h4 {
  color: #900;
  margin: 0.5em 0;
}
.field-help {
	display: block;
	font-size: 80%;
	color:#666;
	font-style: italic;
}

/** branding header **/
.branding h1 {
	margin:0.67em auto 0;
	padding:0;
	font-size:2em;
	height:1.3em;
	text-indent:-999em;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	background:url('/interface/template/images/webapp/eec-logo.svg') center center no-repeat;
	background-size:contain;
	overflow:hidden;
}
.branding h2 {
	margin:0 auto 2em;
	text-align:center;
}

/** home screen **/
#home-screen,
.logged-out {
/*	background: #bdd6f3 url(/interface/template/images/webapp/home-screen-bkg.png) center center repeat;
	box-shadow: inset 0px 0px 300px #5a6573; blue color scheme */
	background: #eee url(/interface/template/images/webapp/home-screen-bkg.png) center center repeat;
	box-shadow: inset 0px 0px 300px #ccc;
}

#home-menu .ui-btn-icon-left:after,
#home-menu .ui-btn-icon-right:after,
#home-menu .ui-btn-icon-top:after,
#home-menu .ui-btn-icon-bottom:after,
#home-menu .ui-btn-icon-notext:after {
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 0;
  top:0;
  left:0;
  margin-top:0;
  width:2.5em;
  height:100%;
}
/*#home-menu .ui-icon {
	background:none !important;
	border-radius:0;
	height: 30px;
	line-height: 1;
	width: 30px;
	font-size:20px;
}*/
#home-menu .ui-icon:not(.ui-icon-loading), .ui-icon-searchfield:after {
	color: #333;
	font-weight: normal;
	text-shadow: none;
}
sub {
	font-size:40%;
}


.input-row-canvaspad fieldset {
	float: right;
	width: 20%;
}


/** Device Optimization **/
@media only screen and (min-width: 320px) {
  /* 320 =================================================== */
}
@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
	#home-screen h1 {
	}
	#pwreset-form,
	#login-form {
		width:50%;
		max-width:300px;
		margin:0 auto;
	}
}
@media only screen and (max-width: 600px) {
  /* 600 =================================================== */
	#home-screen,
	.logged-out {
		box-shadow: inset 0px 0px 100px #ccc;
	}
	#home-screen h1,
	.logged-out h1 {
	}
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
	#home-screen h1,
	.logged-out h1 {
		font-size:3em;
	}
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
	#home-screen h1,
	.logged-out h1 {
		font-size:4em;
	}
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
}
@media only screen and (min-width: 1382px) {
  /* 1382 =================================================== */
  body {
    max-width: 1440px;
  }
}
