﻿.FacilityTitle, a.FacilityTitle:hover, a.FacilityTitle:hover
{
	font-size: 20px;
}

.aspForm
{
    margin: 0px;
}
/* Start Header */
#header-container
{
    padding-top: 20px;
}
#body-container 
{
    background-color: #FFFFFF;	
}
.search-query {
    border-radius: 10px !important;
}
#lnkFacilityname
{
    font: 20px Arial, Helvetica, sans-serif Regular !important;
    color: #666666 !important;
}
#statusstrip a, #statusstrip a:visited
{
    font: 12px Arial, Helvetica, sans-serif Bold;
    text-decoration: none;
    color: #00B2E2 !important;
}
#StatusBar, #WelcomeMessage-container 
{
    margin-bottom: 10px;
}

.InboxRow 
{
    width: 510px;
    transform: translate(-30px);
}

#WelcomeMessage
{
    background-color: #000000;
    padding: 5px 10px 5px 10px;
    font: 12px Arial, Helvetica, sans-serif Bold;
    color: #FFFFFF;
}
.top-nav-bar
{
    margin: 10px 0px 0px 0px;
    width: 1008px;
}
.top-nav-bar ul
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.top-nav-bar li
{
    float: left;    
    /*background-color: #0EBBE6;*/
    width: 144px;
    border-style: none;
    
    background: rgb(23,184,226); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /* Moved to IE9-gradient.css so we can keep it from breaking IE7
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3YjhlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzE4YjVkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAyYWJjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMmFiYzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    */
    background: -moz-linear-gradient(top,  rgba(23,184,226,1) 0%, rgba(24,181,216,1) 49%, rgba(2,171,200,1) 51%, rgba(2,171,200,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,184,226,1)), color-stop(49%,rgba(24,181,216,1)), color-stop(51%,rgba(2,171,200,1)), color-stop(100%,rgba(2,171,200,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(23,184,226,1) 0%,rgba(24,181,216,1) 49%,rgba(2,171,200,1) 51%,rgba(2,171,200,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(23,184,226,1) 0%,rgba(24,181,216,1) 49%,rgba(2,171,200,1) 51%,rgba(2,171,200,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(23,184,226,1) 0%,rgba(24,181,216,1) 49%,rgba(2,171,200,1) 51%,rgba(2,171,200,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(23,184,226,1) 0%,rgba(24,181,216,1) 49%,rgba(2,171,200,1) 51%,rgba(2,171,200,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17b8e2', endColorstr='#02abc8',GradientType=0 ); /* IE6-8 */
}
.top-nav-bar ul  :last-child
{
    border-top-right-radius: 15px;    
}
.top-nav-bar ul  :first-child
{
    border-top-left-radius: 15px;
}
.top-nav-bar a, .top-nav-bar a:visited
{
    color: #FFFFFF !important;
    font: 16px Arial, Helvetica, sans-serif Bold;
    display: block;
    text-align: center;
    padding: 20px;
    text-decoration: none;
}
.top-nav-bar-active
{    
    background: url("../../images/bg-active-nav-bar-full.png");
    background-size: 110px 40px;
    background-repeat: no-repeat;
    background-position: 17px 10px;
}
.top-sub-nav-bar
{
    margin-left: 0px;
    width: 983px;
}
.top-sub-nav-bar ul
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.top-sub-nav-bar li
{
    float: left;    
    background-color: #006D81;
    width: 16.6%;
    border-style: none;
}
.top-sub-nav-bar a
{
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 10px 0px;
}
.top-sub-nav-bar a:hover
{
    color: #006D81;
}
.top-sub-nav-bar li:hover
{
    background-color: #FFFFFF;
}

.top-sub-nav-bar-mainmenu-imitator 
{
    padding-top: 18px;
    background: white;
}
.tab-sub-nav-container
{
    width:850px;
    margin: 0 auto;
    position: relative;
    text-align:left;
    /*left: -20px;*/
}
.tab-sub-nav-item
{
    display:inline-block;
    *display: inline;
    *zoom: 1;
    float:none;
    width:280px;
    height:55px;
    text-align:center;
}
.tab-sub-nav-item a
{
    width:180px;
    min-height:30px;
    line-height:30px;
    text-decoration: none;
}
.tab-sub-nav-item a:visited 
{
    color: #FFFFFF !important;
}

.tab-sub-nav-item-inbox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    width: 200px;
    height: 55px;
    text-align: center;
}

    .tab-sub-nav-item-inbox a {
        width: 100px;
        min-height: 30px;
        line-height: 30px;
        text-decoration: none;
}

.tab-sub-nav-clear
{
    clear:both;
    width:100%; 
    height:1px;
}  

.tab-sub-nav-active{background-color: #006573;background-image: linear-gradient(to bottom, #006573, #006573);}
.tab-sub-nav-active:hover{background-color: #006573;background-image: linear-gradient(to bottom, #006573, #006573);}

/* End Header */

/* Start Footer */
#footer 
{
    min-height: 25px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0px 30px 0px;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 0px;
    background: url("../../images/iheal-footerBackground.png") repeat;
    color: #FFFFFF;
}
.footer-left
{
    margin: 0px 0px 20px 100px;
}
.footer-right
{
    margin: 0px 100px 20px 0px;
}
/* End Footer */

/* Start Body */

#main-body-container
{
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 600px;
    width: 1014px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
}
#report-main-body-container
{
    padding-bottom: 20px;
    min-height: 600px;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    border-top: 0px;
}
/* End body */

/* Start Generic Utility Classes */
.no-text-underline 
{
    text-decoration: none;
}
.disabled-link, .disabled-link:hover
{
    color: #999999;
}
.NonVisible
{
    display: none;
}
/* End Generic Utility Classes */

/* Start Workflow Step Styles */

.workflowGroup {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;    
    border-color: #BBBBBB #BBBBBB #A2A2A2;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 8px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    border-radius: 4px;
}

.btn-WorkflowGroup
{
    color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);
    /*
     background-color:#49afcd;
     background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);
     background-image:-webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
     background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);
     background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);
     background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);
     background-repeat:repeat-x;
*/
     background-color: #72b1c8;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
     border-color:#2f96b4 #2f96b4 #1f6377;
     border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
     *background-color:#2f96b4;
     border-radius: 4px 4px 4px 4px !important;
     filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
 }
 
.btn-WorkflowGroup :hover
{
    color:#fff;background-color:#2f96b4;
    background-color:#2a85a0
}

.workflowGroup-Item {
    background-color: #49AFCD;
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.workflowGroup-item-active
{
    background-color: #006573;
    background-image: linear-gradient(to bottom, #006573, #006573); 
}

.workflowGroup-item-activeR {
    float: left;
    background: #8CC63E;
}

.workflowGroup-item-notactive {
    float: left;
    background: #FF0000;
}
.workflowGroup-item-active :hover{background-color: #006573;background-image: linear-gradient(to bottom, #006573, #006573);}
.workflowGroup-item-activeR :hover {
    background-color: #8CC63E;
}
.workflowGroup-item-notactive :hover {
    background-color: #FF0000;
}


.workflowStep-item
{
    float:left;
    width:150px;
    height:55px;
    text-align:center;
    margin-right: 15px;
}
.workflowStep-item a
{
    width:100px;
    min-height:30px;
    line-height:30px;
    text-decoration: none;
}
.workflowStep-item a:visited 
{
    color: #FFFFFF !important;
}

.workflowStep-item-active{background-color: #006573;background-image: linear-gradient(to bottom, #006573, #006573);}
.workflowStep-item-active:hover{background-color: #006573;background-image: linear-gradient(to bottom, #006573, #006573);}

/* Start Breadcrumb styles */
.breadcrumb-active-not-viewed, .breadcrumb-active-not-viewed div {
    float: left;
    background: #FD8813;   
}

.breadcrumb-active-not-viewed-left {
    width: 17px;
    height: 42px;
    background: url('../../images/ActiveNotViewedEnd.png') no-repeat !important;      
}

.breadcrumb-active-not-viewed-middle {
    margin-top: 9px;
    padding: 0 10px;
    background: #FD8813; 
    color: #fff; 
}

.breadcrumb-active-not-viewed-right {
    position: relative;
    left: 10px;
    float: right;
    width: 10px;
    height: 42px;
    background: url('../../images/ActiveNotViewedArrow.png') no-repeat !important;        
}

.breadcrumb-active, .breadcrumb-active div {
    float: left;
    background: #FFFF66;
    font-weight: bold;
}

.breadcrumb-active-left {
    width: 17px;
    height: 42px;
    background: url('../../images/ActiveEnd.png') no-repeat !important;      
}

.breadcrumb-active-middle {
    margin-top: 9px;
    padding: 0 10px;
    background: #FFFF66; 
    color: #666666;
}

.breadcrumb-active-middle {    
    color: #FFFFFF;    
}

.anchorMiddle
{
  color: #FFFFFF !important;
}

.anchorMiddle:visited
{
  color:#FFFFFF !important;
}

.breadcrumb-active-middle .anchorMiddle {    
    color: #666666 !important;
    text-decoration: none;
}

.breadcrumb-active-right {
    position: relative;
    left: 10px;
    float: right;
    width: 10px;
    height: 42px;
}
.breadcrumb-active-right-background
{
    background: url('../../images/ActiveArrow.png') no-repeat !important;        
}

.breadcrumb-active-not-visited, .breadcrumb-active-not-visited div {
    float: left;
    background: #999999;   
}

.breadcrumb-active-not-visited-left {
    width: 17px;
    height: 42px;
    background: url('../../images/ActiveNotVisitedEnd.png') no-repeat !important;      
}

.breadcrumb-active-not-visited-middle {
    margin-top: 9px;
    padding: 0 10px;
    background: #999999; 
    color: #fff; 
}

.breadcrumb-active-not-visited-right {
    position: relative;
    left: 10px;
    float: right;
    width: 10px;
    height: 42px;
    background: url('../../images/ActiveNotVisitedArrow.png') no-repeat !important;        
}

.breadcrumb-next, .breadcrumb-next div {
    float: left;
    background: #8CC63E;   
}

.breadcrumb-next-left {
    width: 17px;
    height: 42px;
    background: url('../../images/NextEnd.png') no-repeat !important;      
}

.breadcrumb-next-middle {
    margin-top: 9px;
    padding: 0 10px;
    background: #8CC63E; 
    color: #fff; 
}

.breadcrumb-next-right {
    position: relative;
    left: 10px;
    float: right;
    width: 10px;
    height: 42px;
    background: url('../../images/NextArrow.png') no-repeat !important;        
}
/* End Breadcrumb styles */
.quicklink
{
  padding-bottom: 5px;
  text-decoration: none;
}
.btn-quicklink
{
  width: 200px; 
  text-align: left;
  text-decoration: none;
  font-style: normal;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
}
.quicklink-plus-sign
{
  float:right;
}
#lblQuickLinks
{
  float: left; 
  margin-top: 0%;
  font-style: normal;
  font-family: Arial; 
  font-size: 14px; 
  color:#666666; 
  font-weight: bold;
}

#divHistoryForms
{
  color: #666666 !important;
  background-color: White !important;
}

.fakeDropDown li a
{
  color: #666666 !important;
  background-color: White !important;
}
.fakeDropDown 
{
  color: #666666 !important;
  background-color: White !important;  
  border-color:#738EAC black black #A0A8B3;
  border-style:solid;
  border-width:1px;
  margin-left: 1px !important;
}
.fakeDropDown ul
{
    margin: 5px;
}
/* Start Switch Facility / Patient Search List Menu */
#divUserFacilities, #divPatientsListID, #debugCenterDivs
{
    background-color: #FFFFFF;
    border: #0EBBE6 solid medium;
}
#switch-facility-menu a, #divPatientsListID a, #debugCenterDivs a
{
    background: none !important;
    display:block;
}
#switch-facility-menu li:hover a, #divPatientsListID li:hover a, #debugCenterDivs li:hover a
{
    text-decoration: none;
    background-color: #00B2E2 !important;
    color: #FFFFFF !important;
}
/* End Switch Facility Menu */

.fakeDropDown li.VisitListPending, .fakeDropDown li a.VisitListPending
{
	color: #00BCE4!important;
	font-size: 12px;
}

.fakeDropDown li.VisitListMade, .fakeDropDown li a.VisitListMade
{
	color: #717073!important;
	font-size: 12px;
}

.fakeDropDown li.VisitListMissed, .fakeDropDown li a.VisitListMissed
{
	color: #8B0000!important;
	font-size: 12px;
}

.criticalFieldRequired 
{
    background-color: #FF9999 !important;
}

div.modal-header
{
    font-size: 24px;
    line-height: normal;
    padding-top: 12px;
    padding-bottom: 10px;
}

div.modal-footer
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.tight
{
    margin-bottom: 0px !important;
}

.SearchResultsEdit td, .SearchResultsEdit th, .SearchResultsEdit table, .SearchResultsEdit tr
{
	border: none;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.SearchResultsEdit .cpBorder 
{ 
	border:solid thin #808080; 
}

 .SearchResultsEdit 
{		
	border-top: none!important;
	border-bottom: none!important;
	/*border-left: 1px solid #c5cad0!important;	
	border-right: 1px solid #c5cad0!important;	*/	
}

tr.SearchResultsEdit th.CalendarHeader
{
	background-image: url(../../images/th_bg.gif);
	background-color: #aaa;
	color: #fff;		
	height: 25px;
	
	text-decoration: none;	
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

a.external-link, a.external-link:visited, .iHealTable1 td a.external-link, .iHealTable1 td a.external-link:visited
{
    color: Blue !important;
    text-decoration: underline !important;
}

.ddl-max-width {
    display: inline !important;
    width: auto !important;
}
.help-manual-item
{
  margin-bottom: 20px;
}
.topic-header .ContentGroupTitle
{
  border-bottom: #0EBBE6 solid medium;
}

.VisitMade,
a.VisitMade, 
a.VisitMade:link,  
a.VisitMade:hover, 
a.VisitMade:visited, 
a.VisitMade:active {
	color: #717073 !important;  
}

.VisitPending,
a.VisitPending, 
a.VisitPending:link,  
a.VisitPending:hover, 
a.VisitPending:visited, 
a.VisitPending:active {
	color: #00bce4 !important;  
}

.warningLabel
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 2px outset #e5e5e5;		
	width: 300px;
	margin: 5px auto;
}

.warningLabel span
{
	color: Red;
	display: block;	
	padding-right: 0;
}
.warningLabel label
{
	display: block;
	margin-top: 10px;
}

.ButtonAsLink
{
    background-color:transparent;
    border:none;
    color:#00b2e2;
    cursor:pointer;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
}
.postProcedureVitalsToolTip{
    font-weight:bold;
    font-size: 18px;
}
.scribeStyleCheckbox label {
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
}

.hspAmountColor {
    color: red;
}