#menu-left{
	background: rgb(34, 45, 51) none repeat scroll 0% 0%;
	border-color: rgb(34, 45, 51);
	color: rgb(170, 170, 170);
	margin: 43px 0px 0px;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 0;
	min-width: 140px;
	max-width: 200px;
	padding: 0px;
	display: block;
	width: 80%;
	overflow: hidden;
}

.sidebar-nav{
background: inherit;
border-color: inherit;
-webkit-overflow-scrolling: touch;
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
box-sizing: border-box;
margin: 0;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;	
}

#menu-left .nav-list a {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding: 8px;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 15px 10px 35px;
	margin: 0;
	font-size: 13.5px;
	margin-left: -20px;
	margin-right: -15px;
}
#menu-left .nav-list a:hover{
	color:white;
	background:#6d5eac;
}
#menu-left .nav-list a.accordion-toggle{
	padding-left:35px;
	margin-right: 0px;
	padding-right: 10px;
}
#menu-left .nav-list li:last-child{
	border-bottom: 0px;
}
.nav-list > li > a, .nav-list .nav-header{
	text-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
}
#content{
	position: relative;
	margin-left: 200px;
	/*width: auto !important;*/
}
.accordion-inner{
	border-top: 1px solid rgba(0,0,0,0.1);
	background: rgba(0, 0, 0, 0.05);
	padding-left:20px;
}
li.master {
    padding: 5px 10px 5px 30px;
    text-transform: uppercase;
    margin-left: -10px;
    font-size: 12px;
    background: #1a2225;
    color: #48555d;
    margin-left: -20px;
    margin-right: -15px;
    padding-left: 35px;
}
li.master  a{
	padding: 2px 2px 4px 4px !important;
}
.sidebar-nav > ul.nav.nav-list{
	padding:0px;
}
.lab-result-abnormal{
	font-weight: bold !important;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

a#showhideleftmenu{
float: left;
display: inline;
background-image: none !important;
border-radius: 0px;
border-color: transparent;
box-shadow: unset;
margin-left: -15px;
}
a#showhideleftmenu:hover{
	background-color:transparent;	
}
.accordion-toggle span .icon-angle-down {
    margin-top: 3px;
}
span.new-review-status{
	display:inline-block;
	width:40px;
	text-align:center;
}
.img-circle{
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.avatar-initials {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);*/
	display:inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.quick_link{
	font-size:85% !important;
}
td.purple-td, tr.purple-td > td
{
	/*background-color: #ad84c6;
	color:#F5F5F5;*/
	background-color: #f5f5f5;
	color: #666;
}
sup.notification{
	margin: -0.4em;
}

sup.notification > span.badge
{
	z-index: 1;
	width: 20px;
	height: 20px;
	font: 10px / 20px Arial;
	color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	padding: 0px !important;
	background: #e85490;
	animation: bellClapper 2.2s linear infinite;
  transform-origin: 50% 0%;
	margin: -0.7em;
}
span.strong{
	font-weight:normal;
	color:#333;
}
span.small{
	font-size:88%;
	font-weight:normal;
	color:#777;
	text-transform:uppercase;
}
@keyframes bell {
  0%, 25%, 75%, 100% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  55% {
    transform: rotate(8deg);
  }
  60% {
    transform: rotate(-8deg);
  }
}
@keyframes notification {
  0%, 25%, 75%, 100% {
    opacity: 1;
  }
  30%, 70% {
    opacity: 0;
  }
}
@keyframes bellClapper {
  0%, 25%, 75%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-0.15em);
  }
  45% {
    transform: translateX(0.15em);
  }
  55% {
    transform: translateX(-0.1em);
  }
  60% {
    transform: translateX(0.1em);
  }
}
.navbar-search input.search-query {
	/*background:mediumpurple;*/
	background:lavender;
	border: lavender;
	height: 20px;
	/*background-image: url('/images/search_icon_white_18px.png');*/
	background-position: left 6px bottom 5px;
	background-repeat: no-repeat;
	padding-left: 28px;
	color: #555;
	margin-bottom:0px !important;
}
.navbar-search input.search-query:focus{
	padding:4px 9px 4px 28px;
	background:lavender;
	color: #555;
	/*background-image: url('/images/search_icon_black_18px.png');*/
	background-position: left 6px bottom 5px;
	background-repeat: no-repeat;
}
.nav-collapse{
		margin-left:200px;
}
.avatar-div {
	color: #ffffff;
	padding: 4px 6px 4px 5px;
	border: 1px solid darkgray;
	margin: 3px;
	border-radius: 16px;
}
.avatar-div b.caret{
	vertical-align: middle;margin-left: 20px;margin-top: 9px;margin-right: 4px;color: white;border-top-color: #ffffff;border-bottom-color: #ffffff;
}
.avatar-div > a{
	padding:0px !important;
}
sup.notification{
	position: absolute;z-index: 1;top: 13px;
}
ul.dropdown-menu.notification-menu > li > a {
    padding: 8px 16px;
    font-size: 90%;
}
ul.dropdown-menu.notification-menu > li > a:last-child{
	padding:4px 15px;
}
ul.dropdown-menu.notification-menu li>a:hover, ul.dropdown-menu.notification-menu .active>a, ul.dropdown-menu.notification-menu .active>a:hover {
	text-decoration: none;
	background-color: lavender;
	color: rebeccapurple;
}
#user_notifications{
	margin-top: 5px;
	margin-bottom: -4px;
}
.navbar .divider-vertical {
	border-right: 1px solid #6a6a6a;
	background-color: #6e5EB0;
}
table.table-header td{
	vertical-align:top;
	border:0px;
}
table.table-header td.bold{
	font-weight:bold;
}

@media(max-width:767px){
	.nav-collapse{
		margin-left:0px;
	}
	a#showhideleftmenu{
		margin-left:0px;		
	}
	#menu-left{
		display: none;
	}
	#content{
		margin-left:0px;
		width:auto !important;
	}
}
