.overview
{
  width: 650px;
}
.overview ol
{
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px dotted #666;
}
.overview li
{
  padding: 1px 2px 1px 2px;
}
#container
{
  width:100%;
	font-size: 10px;
  padding: 0px;
}
#fixed
{
  width: 145px;
}

#scrollable
{
  /* width:500px; */
  overflow:auto;
  position:relative;
  padding:0 1em 0 0;
  margin: 0px;
  margin-right:40px;
  /*set a temporary set height to allow browsing in chrome beta*/
  height: 600px;
}
#scrollable li {
  white-space: nowrap;
}
.visit
{
	position:absolute;
	width:55px;
	top:0px;
	text-align: center;
}
.overview .even
{
  background: #fff;
  color: #444;
  border-left:1px solid #ccc;
}
.overview .odd
{
  /*background: #FDF6D4;*/
  background: #fff;
  color: #444;
  border-left:1px solid #ccc;
}
.overview .empty
{
  height: 18px;
}
.overview .over
{
  background: #999;
}

/**** auto complete class **/


.template_container
{
}
.template
{
  float: left;
  margin: 2px;
  padding: 2px;
  clear: left;
  font-size: 11px;
}
.template_header
{
 padding-top: 0px;
 padding-bottom: 0px;
 height: 12px;
 line-height: 12px;
}
.doc
{
  background: #FDF6D4 !important;
}
.patient
{
  /*
  background: #333 !important;
  color: #fff !important;
  */
}
.lab
{
  /*
  background: #333 !important;
  color: #fff !important;
  */
}
.yearly
{
  /*
  background: #333 !important;
  color: #fff !important;
  */
}
.template table
{
  width: 290px;
}
.template table, .template th, .template td, .template input
{
  font-size: inherit;
}
.text
{
  float: left;
  clear: both;
  width: 150px;
  line-height: 12px;
  height: 12px;
}
.right
{
  position: relative;
  float: right;
  clear: right;
}
.commands
{
  border-top: 1px solid #333;
  width: 600px;
  background: #eeffee;
  float: left;
  clear: both;
  text-align: right;
}
.audit
{
  float: left;
  clear: both;
  text-align: left;
  color: #666;
  font-size: 80%;
  background: #F7F7F0;
  border-color: #D7D7D7 #999999 #999999 #D7D7D7;
  border-style: solid;
  border-width: 1px;
  margin: 2px;
  width: 100%;
}
.commands table
{
  width: 100%;
}

.overview_headline li
{
  text-indent: 10px;
  white-space: nowrap;
}
.monitored_disabled
{
  color: #ccc;
  background: #fefefe;
}
.monitored_enabled
{
  color: #333;
  background: #fef;
}



/************************ DAS-classes. general since they are used at different places in the app ******************/
.das_inactive {
  /*white*/
  background-color: #FFF;
}
.das_active_low {
  /* green */
  background-color: #7F7;
}
.das_active_plus {
  /* yellow */
  background-color: #FF6;
}
.das_active {
  /* red */
  background: #F66;
}

.basdai_active {
  background-color: #FFC742;
}
.basdai_inactive {
  background-color: #FFFFFF;
}

.asdas_1, .basdai_1 {background-color:#7F7}
.basmi_90th_percentile_yellow, .asdas_2, .basdai_2 {background-color:#FF6}
.asdas_3 {background-color:#FFC742}
.basmi_97_5th_percentile_red, .asdas_4, .basdai_3 {background-color:#F66}

.sledai-lldas-doris-Ja {
  background-color: #009444;
  color: white;
}
.sledai-lldas-doris-Nej {
  background-color: #BC3939;
  color: white;
}