﻿* { padding:0; margin: 0; }

body {
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  color:#000;
  font-size:15px;
  background:#fff ;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em;
  margin-top: .5em;
}

div.WhiteBox {
  background-color: #fff;
  padding: .5em;
}

div.Instructions {
  margin-bottom: .7em;
  text-align: center;
}

div.SuccessMessage {
  color: #009900;
  font-weight: bold;
  margin-bottom: .7em;
  text-align: center;
}

div.ErrorMessage {
  color: #990000;
  font-weight: bold;
  margin-bottom: .7em;
  text-align: center;
}

div.ClearAll {
  border: 0;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}

/******************************************************************************
 * Hamburger Icon                                                             *
 ******************************************************************************/

/* Hide the nav-trigger checkbox so only the hamburger appears */
.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.box-shadow-menu {
  background-image: url("/images/hamburger_30x30_link.png");
  background-size: contain;
  cursor: pointer;
  display: none;
  height: 30px;
  width: 30px;
}
.box-shadow-menu:checked {
  background-image: url("/images/hamburger_30x30_active.png");
}
.box-shadow-menu:hover {
  background-image: url("/images/hamburger_30x30_hover.png");
}

.optionsButton {
  border: .1em solid #006;
  background: #9cf;
  cursor: pointer;
  display: none;
  font-size: 1.1em;
  margin-left: 1em;
  padding: .1em .3em;
}
.OptionsMenuTrigger:checked + label[for=OptionsMenuTrigger] {
  background: #705;
  border: 2px solid #070;
  color: #fff;
}
.optionsButton:hover {
  background: #705;
  border: 2px solid #070;
  color: #fff;
}

/******************************************************************************
 * Selector styles.                                                           *
 ******************************************************************************/

#SelectorForm {
  border-top: .15em solid #000;
  background-color: #ffffff;
  display: block;
  height: auto;
  overflow: hidden;
  padding: .5em .3em;
}

#SelectorForm * {
  display: block;
  float: left;
  font-size: 1.1em;
  font-family: Arial;
}
#SelectorForm form {
  margin-top: .6em;
}
#SelectorForm label {
  margin-top: .3em;
  padding-left: .5em;
  padding-right: .5em;
  vertical-align: middle;
}
#SelectorForm input, select{
  background-color: #ffffcc;
  margin: 0 .1em;
  padding: .1em;
}
#SelectorForm input[type="submit"]{
  border: .1em solid #006;
  background: #9cf;
  margin-left: 1em;
  padding: .1em .3em;
}
#SelectorForm input[type="submit"]:hover{
  background: #705;
  border: 2px solid #070;
  color: #fff;
}
#SelectorForm input[type="submit"]:active{
  background: #705;
  border: 3px solid #666;
  color: #555;
}
#SelectorForm .ListAllSelector {
  margin: 0;
  padding: 0;
}
#SelectorForm .ListAllSelector li {
  border: 0 solid #000000;
  border-collapse: collapse;
  float: none;
  line-height: .2em;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#SelectorForm .ListAllSelector input[type=radio], #SelectorForm .ListAllSelector label {
  display: inline;
  float: none;
  font-size: .6em;
  margin: 0;
  padding: 0;
}
.HoverNoDataMsg {
  background-color: antiquewhite;
  border: .1em solid #666600;
  box-shadow: 0 .4em 1em .4em rgba(0,0,0,0.2);
  color: #990000;
  font-weight:bold;
  left: 20%;
  margin: .3em auto;
  padding: .7em;
  position: absolute;
  top: 6em;
  right: 20%;
  text-align: center;
  vertical-align: middle;
  z-index: 10;
}
.PushToBack {
  z-index: 0;
}

/******************************************************************************
 * Account Tools styles.                                                      *
 ******************************************************************************/

form.AccountTools {
  width:20em;
  margin:2.4em auto;
  border-radius:0.4em;
  border:.1em solid #e0e0e0;
  overflow:hidden;
  position:relative;
  box-shadow: 0 .4em 1em .4em rgba(0,0,0,0.2);
}

form.AccountTools:after {
  content:"";
  display:block;
  position:absolute;
  height: .1em;
  width:10em;
  left:20%;
  top:0;
}

form.AccountTools:before {
  content:"";
  display:block;
  position:absolute;
  width:.7em;
  height:.4em;
  border-radius:50%;
  left:34%;
  top:-.6em;
  box-shadow: 0 0 .5em .3em #fff;
}

form.AccountTools .inset {
  padding:1.6em;
  border-top: .1em solid #e1e1e1;
}

form.AccountTools h1 {
  font-size:1.5em;
  text-shadow:0 .1em 0 #fff;
  text-align:center;
  padding:1.3em 0;
  border-bottom:.1em solid rgba(255,255,255,1);
  position:relative;
}

form.AccountTools label {
  color:#777;
  display:block;
  padding-bottom:.8em;
}

form.AccountTools input[type=text],
form.AccountTools input[type=password],
form.AccountTools select {
  border:.1em solid #eee;
  border-radius:0.3em;
  box-shadow: 0 .1em 0 rgba(0,0,0,0.1);
  font-size: 1.1em;
  margin-bottom:1.6em;
  padding:.7em .4em;
  width:100%;
}

form.AccountTools input[readonly], form.AccountTools input[readonly="readonly"] {
  border: none;
  box-shadow: none;
  margin-bottom: 1em;
  padding: .2em .4em;
}

form.AccountTools label[for=remember]{
  color:#000;
  display:inline-block;
  padding-bottom:0;
  padding-top:.4em;
}

form.AccountTools input[type=checkbox] {
  display:inline-block;
  vertical-align:top;
}

form.AccountTools .buttons {
  padding:0 1.6em 1.6em 1.6em; 
}

form.AccountTools .buttons:after {
  clear:both;
  display:table;
  content:"";
}

form.AccountTools .buttons span {
  display:block;
  float:left;
  color:#0d93ff;
  padding-top:.7em;
}

form.AccountTools .buttons input[type=submit] {
  background:#0184ff;
  border:.1em solid rgba(0,0,0,0.4);
  box-shadow:
    inset 0 .1em 0 rgba(255,255,255,0.3),
    inset 0 .85em .85em rgba(255,255,255,0.1);
  border-radius:0.3em;
  color:white;
  cursor:pointer;
  font-size:1em;
  font-weight:bold;
  height: 3em;
  margin-top: .3em;
  padding:.4em 1.7em;
  text-shadow:0 -.1em 0 rgba(0,0,0,0.4);
  width: 100%;
}

form.AccountTools .buttons input[type=submit]:hover {
  box-shadow:
    inset 0 .1em 0 rgba(255,255,255,0.3),
    inset 0 -.85em .85em rgba(255,255,255,0.1);
}

form.AccountTools .buttons input#forgot {
  font-weight:normal;
  font-size:.85em;
}

form.AccountTools input[type=text]:hover,
form.AccountTools input[type=password]:hover,
form.AccountTools label:hover ~ input[type=text],
form.AccountTools label:hover ~ input[type=password] {
  background:#d6d4d2;
}

form.AccountTools input[type=checkbox] {
  float: left;
  height: 25px;
  margin: 0 .5em 0 0;
  padding: 0;
  width: 25px;
}

table.AlertRecipientsTable {
  background: none;
  border: 0 none #000000;
  border-collapse: collapse;
  margin: 1em auto;
  padding: 0;
}

table.AlertRecipientsTable thead th, table.AlertRecipientsTable thead td, table.AlertRecipientsTable tbody th, table.AlertRecipientsTable tbody td {
  background: none;
  border: 0 none #000000;
  border-collapse: collapse;
  font-weight: normal;
  margin: 1em auto;
  padding: .2em .3em;
  text-align: center;
}

table.AlertRecipientsTable tbody th, table.AlertRecipientsTable tbody td {
  border-bottom: .1em solid #cccccc;
  border-top: .1em solid #cccccc;
}

table.AlertRecipientsTable thead th {
  font-weight: bold;
  border-right: .1em solid #000000;
}

table.AlertRecipientsTable thead tr th:last-of-type {
  border-right: 0 none #000000;
}

table.AlertRecipientsTable thead .top {
  text-align: left;
}

table.AlertRecipientsTable thead .bottom {
  text-align: right;
}

table.AlertRecipientsTable thead .rotate {
  /* FF3.5+ */
  -moz-transform: rotate(-90.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90.0deg);
  /* IE6,IE7 */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(-90.0deg);
}

table.AlertRecipientsTable tbody th {
  font-weight: normal;
  text-align: left;
}

table.AlertRecipientsTable tbody td input[type=checkbox] {
  height: 20px;
  margin: 0 .5em 0 0;
  padding: 0;
  width: 20px;
}

table.AlertRecipientsTable input[type=submit], form.AlertRecipientsForm .buttons input[type=submit] {
  background:#0184ff;
  border:.1em solid rgba(0,0,0,0.4);
  box-shadow:
    inset 0 .1em 0 rgba(255,255,255,0.3),
    inset 0 .85em .85em rgba(255,255,255,0.1);
  border-radius:0.3em;
  color:white;
  cursor:pointer;
  font-size:1em;
  font-weight:bold;
  height: 3em;
  margin-top: .3em;
  padding:.4em 1.7em;
  text-shadow:0 -.1em 0 rgba(0,0,0,0.4);
}

table.AlertRecipientsTable input[type=submit], form.AlertRecipientsForm .buttons input[type=submit]:hover {
  box-shadow:
    inset 0 .1em 0 rgba(255,255,255,0.3),
    inset 0 -.85em .85em rgba(255,255,255,0.1);
}

.QueryError {
  border: 0;
  font-family:'Courier New';
  font-size: .8em;
  margin: .3em 0 .75em 2em;
  padding: 0;
}


/******************************************************************************
 * SysInfo styles.                                                            *
 ******************************************************************************/

table.SystemInfo {
  border-collapse: collapse;
  border: #000 solid 1px;
  margin: 0;
  padding: 0;
}
table.SystemInfo th, table.SystemInfo td {
  border-collapse: collapse;
  border: #000 solid 1px;
  font-size: .8em;
  font-weight: normal;
  vertical-align: middle;
  margin: 0;
  padding: 0 .5em;
  text-align: center;
  white-space: nowrap;
}
table.SystemInfo th {
  font-weight: bold;
  vertical-align: bottom;
  white-space: normal;
}

table.SystemInfo td.Good {
  background-color: #ccffcc;
}

table.SystemInfo td.Warn {
  background-color: #ffff00;
}

table.SystemInfo td.Err {
  background-color: #ffcccc;
}

table.SystemInfo td.X10Addresses {
  border: #000 solid 1px;
  font-size: .6em;
  text-align: left;
}

table.SystemInfo td.MattressType {
  white-space: normal;
}

table.SystemInfo td div.SiteInfo {
  border: 0;
  margin: 0;
  padding: 0;
}

table.SystemInfo td div.SiteInfo h3 {
  border: 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

table.SystemInfo td div.SiteInfo p {
  border: 0;
  font-size: .8em;
  margin: 0;
  padding: 0;
}

table.SystemInfo td div.BedDetails {
  font-size: .9em;
  text-align: center;
  white-space: normal;
}

table.SystemInfo td dl {
  border: 0;
  font-size: .9em;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 23em;
}

table.SystemInfo td dl dt {
  font-weight: bold;
  padding-top: .4em;
}

table.SystemInfo td dl dd {
  margin-left: 1em;
  padding-bottom: .4em;
  white-space: normal;
}

ul.ResidentStatus {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

ul.ResidentStatus li {
  background-color: #ffffff;
  border: solid 1px #000000;
  border-collapse: collapse;
  border-radius: 2px;
  display: inline;
  margin: 0;
  padding: 0 .1em;
}

ul.ResidentStatus li.Good {
  background-color: #00aa00;
}

ul.ResidentStatus li.Warn {
  background-color: #ffff00;
}

ul.ResidentStatus li.Err {
  background-color: #ff0000;
  color: #ffff00;
  font-weight: bold;
}

ul.ResidentStatus li.Dis {
  background-color: #cccccc;
  border-color: #666666;
  color: #666666;
  font-weight: normal;
}

ul.ResidentStatus li a {
  color: #000000;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

ul.ResidentStatus li.Err a {
  color: #ffff00;
  font-weight: bold;
}

ul.ResidentStatus li.Dis a {
  color: #666666;
  font-weight: normal;
}

table.ResidentDates {
  background-color: transparent;
  border-collapse: collapse;
  border: 0 solid #000000;
  margin: 0;
  padding: 0;
}

table.ResidentDates th {
  background-color: transparent;
  border-collapse: collapse;
  border: 0 solid #000000;
  font-size: .7em;
  font-weight: normal;
  margin: 0;
  padding: 0 .1em;
  text-align: left;
  white-space: nowrap;
}

table.ResidentDates td {
  background-color: transparent;
  border-collapse: collapse;
  border: 0 solid #000000;
  font-size: .7em;
  font-weight: normal;
  margin: 0;
  padding: 0 .1em;
  text-align: left;
  white-space: nowrap;
}

/******************************************************************************
 * Site Info.                                                                 *
 ******************************************************************************/

table.SiteInfo {
  border-collapse: collapse;
  border: #000 solid 1px;
  margin: 0;
  padding: 0;
}
table.SiteInfo th, table.SiteInfo td {
  border-collapse: collapse;
  border: #000 solid 1px;
  font-size: .8em;
  font-weight: normal;
  vertical-align: middle;
  margin: 0;
  padding: 0 .5em;
  text-align: center;
  white-space: nowrap;
}
table.SiteInfo th {
  font-weight: bold;
}
table.SiteInfo td table {
  border-collapse: collapse;
  border: 0;
  margin: .1em;
  padding: 0;
}
table.SiteInfo td table th, table.SiteInfo td table td {
  border-collapse: collapse;
  border: 0;
  font-size: .8em;
  font-weight: normal;
  vertical-align: top;
  margin: 0;
  padding: 0 .5em;
  text-align: left;
  white-space: nowrap;
}
table.SiteInfo td table td {
  font-weight: bold;
}

table.SiteInfo td table td.Notes {
  font-weight: normal;
  white-space: normal;
}

/******************************************************************************
 * Gait.                                                                      *
 ******************************************************************************/

.tickLabel {
  font-size: 80%
}

.gaitChart {
  background-color: #ffffff;
  border-radius:15px;
  border-style:solid;
  border-width:1px;
  display: inline-block;
  height: 355px;
  margin-right: 10px;
  margin-top: 25px;
  padding: 10px;
  position: relative;
  width:665px;
}

.gaitChart.detail {
  height: 300px;
  margin: 0 auto;
  width: 645px;
}

.gaitChart.overview {
  height: 35px;
  margin: 0 auto;
  width: 645px;
}

div.gaitLegend {
  background-color: #ffffff;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  margin-right: 0;
  margin-top: 25px;
  padding: 0 10px 10px 10px;
  position: absolute;
  vertical-align: top;
  width: 230px;
}

div.gaitLegend label {
  border: 0;
  display: block;
  margin: .67em 0 0 0;
  padding: 0;
}

div.gaitOptionDesc {
  border: 0;
  font-size: .75em;
  margin: .2em 0 0 1.3em;
  padding: 0;
}

#gaittooltip {
  background-color: #eef;
  border: .1em solid #ccf;
  display: none;
  max-width: 20em;
  opacity: 1.0;
  padding: .2em;
  position: absolute;
  z-index: 105;
}

.FallAlertToolTip {
  border: 0;
  color: red;
  font-weight: bold;
  margin: .1em 0 0 0;
  padding: 0;
}

.CumAlertToolTip {
  border: 0;
  color: #ac16f2;
  font-weight: bold;
  margin: .1em 0 0 0;
  padding: 0;
}

.GaitAlertToolTip {
  border: 0;
  font-weight: normal;
  margin: .2em 0 0 0;
  padding: 0;
}
/******************************************************************************
 * Annotations.                                                               *
 ******************************************************************************/

div.AnnotationID {
  position: fixed; 
  top: 20%; 
  left: 2%; 
}


/******************************************************************************
 * Alerts.                                                                    *
 ******************************************************************************/

form.AlertSelector {
  border: 0 none #000000;
  color: #000000;
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin: 0 auto 1em auto;
  padding: 0;
  text-align: left;
  width: 700px;
}

form.AlertSelector ul {
  border: 0 none #000000;
  display: block;
  float: left;
  margin: 0;
  padding: 0 3em;
}

form.AlertSelector ul li {
  border: 0 none #000000;
  display: block;
  margin: 0;
  padding: 0;
}

form.AlertSelector ul li input[type='checkbox'] {
  border: 0 none #000000;
  height: 1.1em;
  margin: 0;
  padding: 0;
  width: 1.1em;
}

div.AlertList {
  border: 0 none #000000;
  color: #000000;
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 700px;
}

div.AlertList div.AlertBox {
  border: .1em solid #000000;
  color: #666666;
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin: .4em 0;
  padding: .5em;
  text-align: left;
}

div.AlertList div.AlertItemOdd {
  background-color: #F6FBFF;
}

div.AlertList div.AlertItemEven {
  background-color: #F9EBD7;
}

div.AlertList div.NeedsFeedback {
  border: .2em solid #aaaa00;
  color: #333333;
}

div.AlertList div.NotViewed {
  border: .2em solid #ff0000;
  color: #000000;
}

div.AlertList div.AlertBox h1 {
  border: 0 none #000000;
  color: inherit;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
}

div.AlertList div.AlertBox h2 {
  border: 0 none #000000;
  color: #666666;
  font-size: .9em;
  font-weight: normal;
  margin-top: -.1em;
  margin-bottom: .6em;
  padding: 0;
  text-align: left;
}

div.AlertList div.AlertBox div {
  border: 0 none #000000;
  color: inherit;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: .3em;
  padding: 0;
  text-align: left;
}

div.AlertList div.AlertBox table {
  border: 0 none #000000;
  border-collapse: collapse;
  color: inherit;
  margin: 0 0 1em 1em;
  padding: 0;
}

div.AlertList div.AlertBox table th {
  border: 0 none #000000;
  border-collapse: collapse;
  color: inherit;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: .2em;
  text-align: left;
}

div.AlertList div.AlertBox table td {
  border: 0 none #000000;
  border-collapse: collapse;
  color: inherit;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: .2em;
  text-align: left;
}

div.AlertList div.AlertBox ul.Links {
  border: 0 none #000000;
  border-collapse: collapse;
  color: inherit;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  margin-bottom: .3em;
  padding: 0;
  text-align: left;
}

div.AlertList div.AlertBox ul.Links li {
  display: inline;
  margin: .1em .2em;
  padding: 0;
}

div.AlertList div.AlertBox ul.Links li a {
  background-color: #A0AFB9;
  border: 1px solid #000000;
  border-collapse: collapse;
  color: inherit;
  display: inline;
  font-size: 1em;
  font-weight: normal;
  margin: .1em;
  padding: .2em;
  text-align: center;
  text-decoration: none;
}

  div.AlertList div.NotViewed ul.Links li a.ViewData {
    background-color: #00ff00;
  }

  div.AlertList div.IsViewed ul.Links li a.ViewData {
  }

  div.AlertList div.NeedsFeedback ul.Links li a.SubmitFeedback {
    background-color: #00ff00;
  }

  div.AlertList div.HasFeedback ul.Links li a.SubmitFeedback {
  }

/******************************************************************************
 * Rewind.                                                                    *
 ******************************************************************************/

div#DepthVideoPlayer {
  background-color: #0f0;
  display: block;
  float: left;
  height: 600px;
  margin-right: 1em;
  width: 800px;
}

div#DepthVideoPlayer video.rewind-video {
  height: 600px;
  width: 800px;
}

div#DepthVideoList {
  display: block;
}

div#DepthVideoList ul {
  height: 480px;
  margin-top: .1em;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 13em;
}

div#DepthVideoList ul a li {
  background-color: #ccf;
  border: .1em solid #999999;
  display: block;
  margin: 0;
  padding: .2em;
  text-decoration: none;
  width: 10em;
}

div#DepthVideoList ul li.NotFound {
  font-weight: bold;
  margin-top: 1em;
}

div#DepthVideoList ul a li div.DateTime {
  color: #666666;
  display: block;
  font-size: .8em;
  text-align: center;
}

div#DepthVideoList ul a li div.VideoType {
  color: #666666;
  display: inline-block;
  font-size: .6em;
  text-align: left;
  width: 50%;
}

div#DepthVideoList ul a li div.VideoSize {
  color: #666666;
  display: inline-block;
  font-size: .6em;
  text-align: right;
  width: 50%;
}

