﻿/*
<remarks>2014.02.18 - KS - #3602:Shrink the Patient Header Bar a little to add more vertical real estate - adjusted font-sizes and total header height</remarks>
<remarks>2014.02.20 - KS - #3610:Bootstrap Dialog/modal needs to mimic previous functionality and gray out the menu/header when displaying - Tweaked ui-widget-overlay opacity so it's a little more obvious</remarks>
<remarks>2015.10.07 - JDM - #7621: Icons not displaying on Patient Demographics screen - - Added new styles for use by PatientIcons.ascx</remarks>
 */
.container {
  width: 100% !important;
}
body {
  margin-left: 0 !important;
}
.layoutHeaderBar {
  background-color: #d6d5d4;
  color: #404040;
  padding: 10px 0;
  height: 40px;
  font-size: 12px;
}
.layoutPatientBar {
  /*background-color: #eae9e9;
    color: #404040;*/
  /*padding: 6px 0;*/
  /*width:100%;
    padding: 0;*/
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aaaaaa;
  opacity: 0.5;
  /* change the opactity a little so it's a little more obvious when it's over a gray background */
  filter: alpha(opacity=50);
  z-index: 10000;
}
.pat-name {
  font-size: 18px;
  display: inline-block;
  font-weight: 300;
  margin: 6px 6px 6px 0;
  cursor: default;
}
.pat-name a {
  font-size: 18px;
  margin-left: 10px;
  cursor: default;
  min-width: 50px;
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 0.8;
}
.pat-name a:hover {
  text-decoration: none;
  color: #428bca;
  cursor: default;
}
a.search-result {
  max-width: 250px !important;
}
.pat-info {
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 4px;
  font-size: 13px;
}
.pat-info li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  color: #606060;
  cursor: default;
}
.pat-icons {
  display: inline;
  padding-left: 0px;
  margin-bottom: 4px;
}
.pat-icons li {
  display: inline;
  list-style-type: none;
  padding-right: 0px;
  cursor: default;
}
.pat-icons li span {
  white-space: nowrap;
}
span.prfx {
  color: #333333;
  padding-right: 3px;
  cursor: default;
}
span.prfx2 {
  padding-right: 2px;
  cursor: default;
}
.pull-left {
  cursor: default;
}
#c_FullName {
  cursor: default;
}