body,form,
.TableHeader,#ifLookup
{
  background:#ffffff;
}

TABLE.stdform input[type="text"], TABLE.stdform optgroup, TABLE.stdform select, TABLE.stdform textarea,
TABLE.stdlist input[type="text"], TABLE.stdlist optgroup, TABLE.stdlist select, TABLE.stdlist textarea {
    color: black;
}

table.mainTimeoutTable {
  border: 2px solid #1063a0;
  background-color:white;
}

.sortheader
{
  color:white;
}

.colourborderround {
  
  border: 3px solid; 
  border-radius: 10px;
  color: #1063a0;
}

A
{
  COLOR: #1063a0;
}

A:hover, u:hover,
.TableFooter a:hover
{
  COLOR: #0092FF;
}

BODY.menupopup,
DIV.menupopup
{
  background:#0075CC;
  color:white;
  font-weight:bold;
}

.actionBtnSelected
{
  background-color: #0075CC;
}

.menupopup div.over:hover
{
  background:#76aee3;
}

BODY.menupopup .over, DIV.menupopup .over,
TABLE.stdform TD.subactions .over
 {
    background-color: #76aee3 !important;
}

BODY.menupopup DIV.rule,
DIV.menupopup DIV.rule
 {
  border-bottom: 1px solid #E1F1FC;
}


BODY.menupopup A,
DIV.menupopup TD,
DIV.menupopup A
{
  color: #050;
}

BODY.menupopup .over A,
DIV.menupopup .over A
TABLE.stdform TD.subactions .over A
{
  color: #82CD9B
}


TABLE.stdform TD.subactions A
{
  color: #ffffff;
}


TABLE.stdform LI.selected
{
  background-color: #CCCC99 !important;
}

.stdbtn,input.navgbtn
{
    color:white;
    background-color: #1063a0;
}

.btnFavLink,.btnNewsLink
{
  background:#1063a0;
  color:white;
}

.stdbtn:hover, input.navgbtn:hover

{
  background-color: #0092FF;
}

.btnFavLink:hover,.btnNewsLink:hover
{
  background:#0092FF;
}


input.stdbtnred
{
  color: #ffffff;
  background-color: #B31E26;
}

input.stdbtngreen
{
  color: #ffffff;
  background-color: #00A300;
  border: 1px solid white;
}

input.error
{
  background-color: #ffcccc;
}

.fixedwidtherror
{
  background-color: #ffcccc !important;
}

select.error
{
  background-color: #ffcccc !important;
}

textarea.error
{
  background-color: #ffcccc !important;
}

TABLE.stdlist TD .info,
TABLE.stdlist TD .info A
{
  color: green;
}


TABLE.stdlist TD .hilite,
TABLE.stdlist TD .hilite A,
.hilite
{
  color: #ca0000;
}


TABLE.stdlist TBODY TR.toggle,
TABLE.stdlist TBODY TR.toggle2
{
   background:#E1F1FC;
}

.toggle
{
  background:#E1F1FC;
}

 .stdform .toggle
{
  background:#E1F1FC;
}

.hasPendingOrdersRow,
.hasEpisodeWithProf
{
  background:#FFFFD1;
}

.hasNoEpisodes
{
  background:#FFFFFF;
}

table.stdlist tr.toggle td.b0001,
table.stdlist tr.toggle td.b0010,
table.stdlist tr.inactive td.b0001,
table.stdlist tr.inactive td.b0010
{
  background:none;
}


TABLE.stdlist TBODY TR.inactive,
.TableRow .inactive
{
  background:#D8D8D8;
}

TABLE.stdform TBODY TR.inactive,
TABLE.stdform TBODY TR TD.inactive
{
  background-color: #D8D8D8 ;
}

TABLE.stdlist THEAD TR,
TABLE.stdlist TBODY .HEAD,
TABLE.stdlist TBODY .HEAD1,
TABLE.stdlist TBODY .HEAD2,
.head,
.pageTitle
{
  background-color: #1063a0;
  color:white;
}

TABLE.stdlist THEAD TR TD,
TABLE.stdlist .head TD,
TABLE.stdlist .head,
TABLE.stdform THEAD TR TD,
TABLE.stdform .head TD,
TABLE.stdform .head
{
  color: #ffffff;
  background:#1063a0;
}

TABLE.stdform .head1 TD,
TABLE.stdform .head1,
TABLE.stdform .head2 TD,
TABLE.stdform .head2,
TABLE.stdlist .head1 TD,
TABLE.stdlist .head1,
TABLE.stdlist .head2 TD,
TABLE.stdlist .head2
{
  color: #ffffff;
  background:#1063a0;
}


TABLE.stdform TABLE TD,
TABLE.stdlist TABLE TD
{
    color: black;
}

.stdlist .head a,
.stdform .head a,
.stdlist .head1 a,
.stdform .head1 a,
.stdlist .head2 a,
.stdform .head2 a
{
  color:white;
}

.stdlist .head a:hover,
.stdform .head a:hover
{
  color:#0092FF;
}

TABLE.stdform TD .info,
TABLE.stdform TD .info A
{
  color: green;
}

TABLE.stdform TD .hilite,
TABLE.stdform TD .hilite A,
.hilite
{
  color: #ca0000;
}

TABLE.stdform TD.label
{
  background:transparent;
}

TABLE.stdlist TD.data  /**Could be tiara css**/
{


  /*background-color: #ddd;
  background: -webkit-gradient(linear, 0% 0%,0% 0%, from(#eee), to(#eee));
  background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background: -moz-linear-gradient(top, #FFFFFF , #eeeeee   );
  background: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background: -o-linear-gradient(top, #FFFFFF , #eeeeee   );
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffffff', EndColorStr='#ffeeeeee');*/
}





div.smalltext
{
	color: silver;
}

span.OAMErrorClass
{
   color: #ff0000;
}

/* diary category background */
TABLE.stdform TBODY TR.diarycat
{
  background-color: #eeeaff;
}

/* today/diary new patient flag */
TABLE.stdform TBODY .diarynewpat
{
  background-color: #ff9922;
  color: #000000;
}

/*********might not need this***********/
/* popup calendar */
td.calCursor        { background-color: #0f9671 }
td.calCursor A      { color: #000000 }
td.calToday         { background-color: #fadf42 }
td.calToday A       { color:#000000 }
td.calThisMonth     { }
td.calThisMonth A   { color:#82CD9B }
td.calOtherMonth    { }
td.calOtherMonth A  { color:#7f7f7f }


/* patient sex based colouring */
TABLE.stdform td.sexM,
TABLE.stdform td.sexM A,
TABLE.stdlist td.sexM,
TABLE.stdlist td.sexM A
{
  background:#c1d4e6;
  color:black;
}


TABLE.stdform td.sexF,
TABLE.stdform td.sexF A,
TABLE.stdlist td.sexF,
TABLE.stdlist td.sexF A
{
  background:#FFCCFF;
  color:#000000;
}

TABLE.stdlist td.sexF A:hover,
TABLE.stdform td.sexF A:hover,
TABLE.stdlist td.sexM A:hover,
TABLE.stdform td.sexM A:hover
{
  color:#0092FF;
}

TABLE.stdform td.sexNA,
TABLE.stdform td.sexNA A,
TABLE.stdlist td.sexNA,
TABLE.stdlist td.sexNA A
{
  /**NA BAckground**/
  background:#cfe8cf;
}

/* horizontal rule */
TABLE.stdform TD HR
{
  color: #82CD9B;
}

/*Journey Planning - AM/PM/2Man colours*/
.JnyDAY { background-color:#F1FAE8;}
.JnyAM { background-color:#D5F1B9;}
.JnyPM { background-color:#B9E88B;}
.Jny2man { background-color:#ECE8F1;}
.Jny2mAM { background-color:#C7B9D5;}
.Jny2mPM { background-color:#A28BB9;}


table.epwtpath td { zzzfont-weight: normal; }
td.epwtpath_sameday,  tr.epwtpath_sameday td  { zzzborder-top: 1px solid #bbbbbb !important; }
td.epwtpath_none,     tr.epwtpath_none td     { background-color:#ffffff; color:black; }
td.epwtpath_inactive, tr.epwtpath_inactive td { background-color:#cccccc; color:black; }
td.epwtpath_clock,    tr.epwtpath_clock td    { background-color:#aaebf9; color:black; }
td.epwtpath_default,  tr.epwtpath_default td  { background-color:#ffffff; color:black;}
td.epwtpath_wait,     tr.epwtpath_wait td     { background-color:#ffffb7; color:black; }
td.epwtpath_target,   tr.epwtpath_target td   { background-color:#7f007f; color:white !important;}
td.epwtpath_overdue,  tr.epwtpath_overdue td  { background-color:#f99d9d; color:black; }
td.epwtpath_suspend,  tr.epwtpath_suspend td  { background-color:#c5f7ac; color:black; }


#spinnerRoot
{
  background-color:blue;
}

.submenuEmpty
{
  background-color:red;
}


.subActBtn
{
    background-color:#1063a0;
}

.subActBtn a
{
  color:white;
}

.subActBtn a:hover, .subActBtn a:focus
{
  color:white;
}

DIV.actionBtn
{
    color:white;
    background-color:#1063a0;
}

DIV.actionBtn a
{
  color:white;
}
.subActBtnSelected
{
  background-color: #0092FF;
}


div.actionlist
{
    color: white;
}

#ActionRow
{
    background:#1063a0;
}

.MessageOfTheDay
{
    color:#000066;
}

.LoginInfo
{
  color:#000066;
}

#mname
{
  color:#000066;
  background:transparent;
}

.menutitleRed
{
  color:red;
  border:1px solid red;
}


.newstable
{
  /*background-color: #ddd;
  background: -webkit-gradient(linear, 0% 0%,0% 0%, from(#eee), to(#eeeeee));
  background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background: -moz-linear-gradient(top, #FFFFFF , #eeeeee);
  background: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background: -o-linear-gradient(top, #FFFFFF , #eeeeee   );
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffffff', EndColorStr='#ffeeeeee'); **Displays a white background**/

}

.newstable thead td
{
  color:#ffffff;
  background-color:#1063a0;
}

.newsblock
{
  background-color:#E1F1FC;
}

.newslineSum
{
  background-color:#1063a0;
  color:#eee;
}
.newslineDesc
{
  color:#1063a0;
}

.newslineDetail
{
  color:#black;
}

.Updated
{
  color: blue
}

.Error,
.Error a
{
  color: red ;
}

.menupopup div a
{
  color:white;
}

form,
.TableHeader
{
  background:white;
}

.TableRow .TableHeader
{
  color:white;
  background:#1063a0;
}
.TableRow .TableHeader td
{
  color:white;
}

A.TableHeaderLink
{
  COLOR: #FFFFFF;
}
A.TableHeaderLink:Visited
{
  COLOR: #FFFFFF;
}

A.TableHeaderLink:hover
{
  COLOR: #0092FF;
}


.TableFooter,.TableFooter a
{
  background-color: #1063a0;
  color:white;
}

.TableRow
{
  background:transparent;
}


#StdCell
{
  background-color: #dddddd;
  background: -webkit-gradient(linear, 0% 0%,0% 0%, from(#ffffff), to(#eeeee));
  background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background: -moz-linear-gradient(top, #FFFFFF , #eeeeee);
  background: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background: -o-linear-gradient(top, #FFFFFF , #eeeeee);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffffff', EndColorStr='#ffeeeeee');
}


.DispClient
{
  color:black;
}
.DispClientDec
{
  COLOR: #FF0000;
  background-color:#ff4;

}

.loginerror
{
  color:red;
}

td.head td.menuname
{
  background-color:#eee;
}


.promptheader,
.PopUpMainHeader
{
  background:#1063a0;
  color:white;
}

.popupouter h1
{
    background:transparent;
}

.popupouter h2
{
  color:white;
  background:#1063a0;
}

.popupresults .TableHeader
{
  background: #1063a0;
  color:white;
}
.popupcodenote
{
    color:#666;
}

iframe.ifLookup,
#ifLookup
{
  background:white;
  border: 6px solid #1063a0;
}

BODY.reflookup
{
  background-color:#eee;
}

TR.reflookuptitle TD
{
    background-color:#ddd;
}
TR.reflookupform TD
{
    background-color:#eee;
}
TR.reflookuphead TD
{
    background-color:#ddd;
}
TR.reflookupdata TD
{
  background-color: #ddd;
  background: -webkit-gradient(linear, 0% 0%,0% 0%, from(#ffffff), to(#eeeeee));
  background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background: -moz-linear-gradient(top, #FFFFFF , #eeeeee   );
  background: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background: -o-linear-gradient(top, #FFFFFF , #eeeeee   );
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffffff', EndColorStr='#ffeeeeee');
}


BODY.reflookup TABLE.Stdform
{
  margin:0;
}

TABLE.stdlist TR.b10 TD,
TABLE.stdlist TR.b11 TD
{
  border-top-color: #888888
}

TABLE.stdlist TR.b01 TD,
TABLE.stdlist TR.b11 TD
{
  border-bottom-color: #888888
}

TABLE.stdlist TD.b1000,
TABLE.stdlist TD.b1001,
TABLE.stdlist TD.b1010,
TABLE.stdlist TD.b1011,
TABLE.stdlist TD.b1100,
TABLE.stdlist TD.b1101,
TABLE.stdlist TD.b1110,
TABLE.stdlist TD.b1111
{
  border-top-color: #888888;
}

TABLE.stdlist TD.b0100,
TABLE.stdlist TD.b0101,
TABLE.stdlist TD.b0110,
TABLE.stdlist TD.b0111,
TABLE.stdlist TD.b1100,
TABLE.stdlist TD.b1101,
TABLE.stdlist TD.b1110,
TABLE.stdlist TD.b1111
{
  border-bottom-color: #888888;
}

TABLE.stdlist TD.b0010,
TABLE.stdlist TD.b0011,
TABLE.stdlist TD.b0110,
TABLE.stdlist TD.b0111,
TABLE.stdlist TD.b1010,
TABLE.stdlist TD.b1011,
TABLE.stdlist TD.b1110,
TABLE.stdlist TD.b1111
{
  border-left-color: #888888;
}

TABLE.stdlist TD.b0001,
TABLE.stdlist TD.b0011,
TABLE.stdlist TD.b0101,
TABLE.stdlist TD.b0111,
TABLE.stdlist TD.b1001,
TABLE.stdlist TD.b1011,
TABLE.stdlist TD.b1101,
TABLE.stdlist TD.b1111
{
  border-right-color: #888888;
}


table.stdform .H1 td, table.stdform  .h1 ,
table.stdform .H2 td, table.stdform  .h2
{
  border:none;
  font-size:100%;
  /*border-bottom: 1px solid white;  */
}

TABLE.stdform TR.b10 TD,
TABLE.stdform TR.b11 TD
{
  border-top-color: #888888
}

TABLE.stdform TR.b01 TD,
TABLE.stdform TR.b11 TD
{
  border-bottom-color: #888888
}

TABLE.stdform TD.b1000,
TABLE.stdform TD.b1001,
TABLE.stdform TD.b1010,
TABLE.stdform TD.b1011,
TABLE.stdform TD.b1100,
TABLE.stdform TD.b1101,
TABLE.stdform TD.b1110,
TABLE.stdform TD.b1111
{
  border-top-color: #888888;
}

TABLE.stdform TD.b0100,
TABLE.stdform TD.b0101,
TABLE.stdform TD.b0110,
TABLE.stdform TD.b0111,
TABLE.stdform TD.b1100,
TABLE.stdform TD.b1101,
TABLE.stdform TD.b1110,
TABLE.stdform TD.b1111
{
  border-bottom-color: #888888;
}

TABLE.stdform TD.b0010,
TABLE.stdform TD.b0011,
TABLE.stdform TD.b0110,
TABLE.stdform TD.b0111,
TABLE.stdform TD.b1010,
TABLE.stdform TD.b1011,
TABLE.stdform TD.b1110,
TABLE.stdform TD.b1111
{
  border-left-color: #888888;
}

TABLE.stdform TD.b0001,
TABLE.stdform TD.b0011,
TABLE.stdform TD.b0101,
TABLE.stdform TD.b0111,
TABLE.stdform TD.b1001,
TABLE.stdform TD.b1011,
TABLE.stdform TD.b1101,
TABLE.stdform TD.b1111
{
  border-right-color: #888888;
}

TABLE.stdform TD.b2000,
TABLE.stdform TD.b2002,
TABLE.stdform TD.b2020,
TABLE.stdform TD.b2022,
TABLE.stdform TD.b2200,
TABLE.stdform TD.b2202,
TABLE.stdform TD.b2220,
TABLE.stdform TD.b2222
{
  border-top-color: #888888;
}

TABLE.stdform TD.b0200,
TABLE.stdform TD.b0202,
TABLE.stdform TD.b0220,
TABLE.stdform TD.b0222,
TABLE.stdform TD.b2200,
TABLE.stdform TD.b2202,
TABLE.stdform TD.b2220,
TABLE.stdform TD.b2222
{
  border-bottom-color: #888888;
}

TABLE.stdform TD.b0020,
TABLE.stdform TD.b0022,
TABLE.stdform TD.b0220,
TABLE.stdform TD.b0222,
TABLE.stdform TD.b2020,
TABLE.stdform TD.b2022,
TABLE.stdform TD.b2220,
TABLE.stdform TD.b2222
{
  border-left-color: #888888;
}

TABLE.stdform TD.b0002,
TABLE.stdform TD.b0022,
TABLE.stdform TD.b0202,
TABLE.stdform TD.b0222,
TABLE.stdform TD.b2002,
TABLE.stdform TD.b2022,
TABLE.stdform TD.b2202,
TABLE.stdform TD.b2222
{
  border-right-color: #888888;
}


#CollapsableBar.sticky td,
#CollapsableBar tr td,
#CollapsableBar.head td,
#thOrderSearch .head td,
#CollapsableBar.TableHeader td a
{
  color:white;
}

#CollapsableBar.sticky td:hover,
#CollapsableBar tr td:hover,
#CollapsableBar.head td:hover,
#thOrderSearch .head td:hover,
#CollapsableBar.TableHeader td a:hover
{
  color:0092FF;
}

.sticky td
{
  background-color: #1063a0;
  color:white;
}

#BottomLine
{
  border-bottom: 3px solid #1063a0;
}

.DataTRDark
{
  background:#E1F1FC;
}


.DataTRLight
{
  background:white;
}

.TableRowHighLight
{
  color:black;
}

.TableRowHighLight a
{
  color:black;
}

.RadioBackground
{
  background:#1063a0;
  color:white;
}

#msguimg
{
  background:red;
}

.icon_background
{
  background:#1063a0;
}

.icon_background:hover
{
  background:#0092FF;
}

.stdform thead a
{
  color:white;
}

.stdform thead a:hover
{
  color:#0092FF;
}

.Normal .TableHeader
{
  background:#1063a0;
  color:white;
}

.RequiredField
{
  color:red;
}

.tddocument
{
  background: #0092FF;
  color:white;
}

table.TableRow a.sortheader
{
  color:#FFFFFF;
}

.PatientOverdue
{
  background:#EA99D5;
}

.PatientOverdue:hover
{
  background:#e7c3de;
}

.PatientReview
{
  background:#CFF5CD;
}

.PatientReview:hover
{
  background:#e7c3de;;
}

.SubHeading,.SubHeading a
{
  background:#0092FF;
  font-weight:bold;
}

/** Calender stuff goes here**/

table.jacs,
table.jacsStatic
{
  background:#1063a0 !important;
}

td.jacsWeek
{
  color:white !important;
}

td.jacsCells
{
  background:#0092FF !important;
  color:white !important;
}

td.jacsCellsWeekend
{
  background:#0092FF !important;
  color:#990000 !important;
}

td.jacsCellsExMonth
{
  background:#E1F1FC !important;
}

td.jacsCells:hover,
td.jacsCellsHover,
td.jacsCellsHighlighted:hover,
td.jacsCellsHighlightedHover,
td.jacsCellsHighlightedWeekend:hover,
td.jacsCellsHighlightedWeekendHover
{
  background:#E1F1FC !important;
}

td.jacsNow:hover, td.jacsNowHover
{
  color:#0092FF !important;
}

/**Stock View page**/
.stkBlock
{
  background:#e3f1f0;
}


/**Login Page**/

#divloginbottom
{
  border-top: 1px solid #1063a0;
}


.linkbtn
{
  color:blue;
}


#loginSignUpNew a
{
  color:blue;

}

/**Report Page**/

div#reportTitle
{
  border:1px solid black;
}

#reportlist ul li
{
  border:1px solid white;
}

li.rlCategory
{
  background:#1063a0;
  color:white;
 }
li.rlSubCat
{
  background:#0092FF;
  color:white;
}

li.rlName
{
  background:#E1F1FC;
  color:black;
}

li.rlNameSelect
{
  background: #E1F1FC;
  color:black;
  border:1px solid black !important;
}



span.rangeSliderLower {
  background-color: #1063a0
}
span.rangeSliderThumb {
  border: 1px solid #1063a0;
  background-color: white
}
span.rangeSliderHigher {
  background-color: #E1F1FC
}

.survStart
{
  font-size:36pt;
  border-top-left-radius:1.5em;
  border-top-right-radius:1.5em;
  border-bottom-left-radius:1.5em;
  border-bottom-right-radius:1.5em;
  border-width:6px;
  font-weight:900;
  border-color:red;
  background-color:#FFFED4;
  color:blue;
}

.touchbuttonsquarehilite,
.touchbuttonhilite
{
  font-size:36pt;
  border-top-left-radius:1.5em;
  border-top-right-radius:1.5em;
  border-bottom-left-radius:1.5em;
  border-bottom-right-radius:1.5em;
  border-width:1px;
  border-style: solid;
  font-weight:900;
  border-width:3px;
  border-color:red;
  background-color:#FFFED4;
  color:blue;
}

.touchbuttonsquareclick,
.touchbuttonclick
{
  font-size:36pt;
  border-top-left-radius:1.5em;
  border-top-right-radius:1.5em;
  border-bottom-left-radius:1.5em;
  border-bottom-right-radius:1.5em;
  border-width:3px;
  border-style: solid;
  font-weight:900;
  border-width:2px;
  border-color:blue;
  background-color: rgb(219, 239, 253);
  color:blue;
}

.touchbuttonsquare,
.touchbutton
{
  font-size:36pt;
  border-top-left-radius:1.5em;
  border-top-right-radius:1.5em;
  border-bottom-left-radius:1.5em;
  border-bottom-right-radius:1.5em;
  border-width:1px;
  border-style: solid;
  font-weight:900;
  border-color:blue;
  background-color:#FFFED4;
  color:blue;
}

.touchbuttonsquarehilite,
.touchbuttonsquareclick,
.touchbuttonsquare {
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
}

.survQ
{
  font-size:36pt;
  color:blue;
}

.AccessDenied {
    box-sizing: content-box;
    width: 50%;
    height: 25%;
    padding: 30px;
    color: #FF0000 !important;
}

.HomeBtn {
    background-color: #1063a0;
    color: #fff;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.HomeBtn:hover{
  text-decoration:none;
  color: yellow;
  transition: 0.1s;

 }

 #addpopup {
  display:none;
  z-index: 999;
  position:fixed;
  top: 20%;
}

#addpopup input[type=checkbox] {
  margin-left:0px;
}

#addpopup table {
   border-collapse: collapse;
}

#infopopup {
  display:none;
  z-index: 999;
  position:fixed;
  top: 20%;
}

#infopopup table {
   border-collapse: collapse;
}

#infopopup input[type=checkbox] {
  margin-left:0px;
}

#addpopup input[type=checkbox] {
  margin-left:0px;
}

.bg_lightBlue {
  background-color:#e2f1fc;
}

.bg_headerBlue {
  background-color:#20639e;
  color:white;
}

.hasNoRecordsFlag
{
  margin:4px 2px 4px 2px;
  display:inline-block;
  border:1px solid #1063a0;
  background:white;
  width:8px;
  height:8px;
  cursor:pointer;
}

/**HasPendingOrders**/
.hasPendingOrders,
.hasEpisodeWithProfFlag
{
  margin:4px 2px 4px 2px;
  display:inline-block;
  background:Gold;
  width:10px;
  height:10px;
  cursor:pointer;
}

/**HasNoActiveOrders**/
.hasNoActiveOrders,
.hasClosedEpisodeFlag
{
  margin:4px 2px 4px 2px;
  display:inline-block;
  background:grey;
  width:10px;
  height:10px;
  cursor:pointer;
}

.hilitePASUpdate {
  padding-left:5px;
  padding-right:5px;
  display:inline-block;
  background: lightyellow;
  border: 1px solid grey;
}
