.ajustTextInCell{
width: 210px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.align-two-line-form-table{
	margin-left:30px;
	padding-right:5px;
	padding-bottom:9px;
	padding-top:9px;
}

.bigButton {
   font-family: Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight: bold;
   color: Black;
   cursor: pointer;
   margin-bottom: 10px;
   margin-top: 10px;
   padding-bottom: 0px;
   padding-top: 0px;
   margin-left: 5px;
   margin-right: 0px;
   border-top: 1px solid #D9F2EA;
   border-right: 1px solid #6896B5;
   border-bottom: 1px solid #6896B5;
   border-left: 1px solid #D9F2EA;
   background: linear-gradient(#9AC3DF, #FFFFFF);
}

.bigButton-disabled {
   font-family: Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight: bold;
   color: #708090;
   cursor: default;
   margin-bottom: 10px;
   margin-top: 10px;
   padding-bottom: 0px;
   padding-top: 0px;
   margin-left: 5px;
   margin-right: 0px;
   border-top: 1px solid #D9F2EA;
   border-right: 1px solid #6896B5;
   border-bottom: 1px solid #6896B5;
   border-left: 1px solid #D9F2EA;
   background: linear-gradient(#9AC3DF, #FFFFFF);
}

.bigShortButton {
   font-family: Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight: bold;
   margin-bottom: 0px;
   margin-top: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
   margin-left: 5px;
   margin-right: 0px;
}

/* Used within all document areas with text elements  Also can be applied to <input > fields*/
.bodycopy{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
}

.def-padding{ padding-left: 8px; }

.def-margin{ margin:8px; }

.bodycopy-grey{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #808080; 
}
.bodycopy-blue{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #003366; 
}
.bodycopy-off {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFFF;
}
.bodycopyNotes{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   background-color: #FFFFCC;
}
.bodycopy-bold{
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   color: Black;
}

.bodycopyOdd-off {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:white;
}

.bodycopyOdd-on {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: white;
   background-color:slategray;
}

.bodycopyOdd-over {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFCC;
}

.subsetSelected-off {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:white;
}

.subsetSelected-on {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #003366;
   background-color:LightSteelBlue;
}

.mainNav {
   	border-collapse: separate;
    border-spacing: 2px 0;
    padding: 0 15px 0 15px;
    height: 38px;
}

.commandBTN-off{
   text-align:center;
   font-weight: bold;
   font-size: 11px;
   color: Black;
   cursor: pointer;
   border-top: 1px solid #D9F2EA;
   border-right: 1px solid #6896B5;
   border-bottom: 1px solid #6896B5;
   border-left: 1px solid #D9F2EA;
   background: linear-gradient(#9AC3DF, #FFFFFF);
   background-color: #005A8C;
}

.dropdown-menu {
	margin: 0;
}
.rm-dropdown-submenu {
	top: 0;
	margin-left: 139px;
}
.btn .caret {
  margin-left: 4px;
}
.admin-menu-item {
  display: inline-block;
  width: 95%;
}
.dropdown-menu > li > a {
	font-size: 12px;	
}
.logout-link {
	color: #fff;
	font-size: 12px;
}
.logout-link:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}

/* submenu classes */

.dropdown-submenu {
    position:relative;
}
.rm-btn-vertical {
	width: 139px;
 	max-width: 150px;
}
a:hover,a:active {
	text-decoration: underline;
}
.rm-a-menu-vertical {
	padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4285;
    text-align: left;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 140px;
    max-width: 170px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    position: relative;
    display: inline-block;
    vertical-align: middle;
	float: left;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

*:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu >.dropdown-menu {
    padding-bottom:0px;
} 

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


.rm-table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #d9edf7;
}




a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
}



.btn {
	font-size: 12px;
}
/* Font-Awesome custom */
.fa {
	font-size: 14px;
	padding-left: 4px;
	padding-right: 4px;
}
.fa-font-small:before {
  content: "\f031";
  font-size: 12px;
}
.fa-font-med:before {
  content: "\f031";
  font-size: 16px;
}
.fa-font-large:before {
  content: "\f031";
  font-size: 20px;
}
.font-btn > .fa-font-small{	
  padding: 7px;
}
.font-btn > .fa-font-med{	
  padding: 6px;
}
.font-btn > .fa-font-large{	
  padding: 4px;
}
.font-btn {
	padding: 0;
}

/* Styles for checkboxes  */
.new-checkbox {
	display: none;
}

.new-checkbox + label {
	background-image: url(../images/cbxnotchecked.png);
	background-repeat:no-repeat;
	height: 20px;
	display: inline-block;
	padding: 0 0 0 0px;
}
.new-checkbox:checked + label {
	background-image: url(../images/cbxchecked.png);
	background-repeat:no-repeat;
	height: 20px;
	display:inline-block;
	padding: 0 0 0 0px;
}

#RemoveSelectedButton {
	margin: 5px;
}
.worklistIncludeLbl {
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}
.worklistControls {
	padding: 5px;
}

/*adding styles to tabs menu*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0px 3px 0px 0px;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu {
  width: auto;
  border-bottom: 3px solid #337ab7;
  line-height: 1;
}
#cssmenu ul {
  background: #ffffff;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
#cssmenu > ul > li > a {
  z-index: 2;
  padding: 10px 17px 4px 17px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #444444;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
#cssmenu > ul > li.active > a:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
  background: #286090;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #d9d9d9;
}

/*Adding color and pointer to icons from awesome set*/
.icon-green{
	color:green;
/* 	text-shadow: 1px 1px 1px #ccc; */
	font-size: 1.3em;
	cursor:pointer;
}
.icon-red{
	color:red;
	font-size: 1.4em;
	cursor:pointer;
}
/*
.icon-blue{
	color:blue;
	font-size: 1.4em;
	cursor:pointer;
}
*/
.icon-blue {
    color: #37474F;
    font-size: 1.4em;
    cursor: pointer;
}

.icon-black{
	color:black;
	cursor:pointer;
}

.btn-nav-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-nav-primary:focus,
.btn-nav-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-nav-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}


/* Primary Button GTM */
.btn-primary {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #000000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-primary:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #DDDDDD;
  border-color: #333;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}


/* Secondary Button GTM */
/*.btn-scnd {
    color: #fff;
    background-color: #66c0db;
    border-color: #68aec9;
}
.btn-scnd:hover {
    color: #fff;
    background-color: #66b3cb;
    border-color: #68a4bc;
    outline: none;
}
*/
.btn-scnd {
    color: #37474F;
    background-color: #C3C5CD;
    border-color: #ccc;
    border: none;
}

.btn-scnd:hover {
    color: #37474F;
    background-color: #E1E2E6;
    border: none;
}
/*
.btn-scnd {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-scnd:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
*/

.btn-scnd:focus,
.btn-scnd:active,
.btn-scnd.active,
.open > .dropdown-toggle.btn-scnd {
    color: #fff;
    background-color: #66c0db;
    border-color: #68aec9;
    outline: none;
}
.btn-scnd:active,
.btn-scnd.active,
.open > .dropdown-toggle.btn-scnd {
    background-image: none;
    outline: none;
}
.btn-scnd .badge {
    color: #fff;
}
.btn-scnd:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.btn-scnd-2 {
    color: #fff;
    float: left;
    margin-right: 10px;
    background-color: #66c0db;
    border-color: #68aec9;
}
.btn-scnd-2:hover {
    color: #fff;
    background-color: #66b3cb;
    border-color: #68a4bc;
}
.btn-scnd-2:focus,
.btn-scnd-2:active {
    color: #fff;
    background-color: #66b3cb;
    border-color: #68a4bc;
}

/* Disabled Button */

.btn-dsbld {
    color: #fff;
    background-color: #cbcbcb;
}
.btn-dsbld:hover,
.btn-dsbld:focus,
.btn-dsbld:active,
.btn-dsbld.active,
.open > .dropdown-toggle.btn-dsbld {
    color: #fff;
    background-color: #cbcbcb;
}
.btn-dsbld:active,
.btn-dsbld.active,
.open > .dropdown-toggle.btn-dsbld {
    background-image: none;
}
.btn-dsbld.disabled,
.btn-dsbld[disabled],
fieldset[disabled] .btn-dsbld,
.btn-dsbld.disabled:hover,
.btn-dsbld[disabled]:hover,
fieldset[disabled] .btn-dsbld:hover,
.btn-dsbld.disabled:focus,
.btn-dsbld[disabled]:focus,
fieldset[disabled] .btn-dsbld:focus,
.btn-dsbld.disabled:active,
.btn-dsbld[disabled]:active,
fieldset[disabled] .btn-dsbld:active,
.btn-dsbld.disabled.active,
.btn-dsbld[disabled].active,
fieldset[disabled] .btn-dsbld.active {
    background-color: #cbcbcb;
}
.btn-dsbld .badge {
    color: #fff;
}

.btn-link:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

.table-spacing {
  border-spacing: 4px;
  cellspacing: 4px;
  border-collapse: separate;
}
.row{
	display: inline-block; 
	margin-left: -5px;
	margin-right: -8px;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color:black;
  text-align: left;
}

#productListHeader { 
	padding-left: 47px; 
}


.input-xs {
  height: 25px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-toolbar {
	margin-top: 3px;
	padding-left: 3px;
}
.search-criteria-container {
    padding-top: 5px;
}
.required-field-star {
    padding-left: 2px;
    vertical-align: top;
    color: red;
    font-size: larger;
    font-weight: bold;
}
A {
    cursor: pointer;
}
.col-sm-12 {
	padding-top: 5px;
	padding-left: 0px;
}
.titleInputContainer {
	vertical-align: super; 
	margin-right: 10px;
	font-family:  Arial, Helvetica, sans-serif;
   	font-size: 11px;
   	color: Black;
}

.secondaryHeader {
	color: #337ab7;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
}
.pageSecondaryHeader {
	font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 16px;
   background-color: #E8E8E8;
}

.patientImageTD {
	width: 135px;
	padding-left: 10px;
}
.singleIcon {
	padding-left: 0px;
}
.ui-widget-header {
	background-color: #E8E8E8;
	background-image: none;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: inherit;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
}

.ui-dialog .ui-dialog-title {
    font-size: 16px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

[disabled].form-control, fieldset[disabled] .form-control .input-readonly {
	cursor: text;
	border: 0;
	background: none;
	box-shadow: none;
}

.centerButtonHeader {
	margin-top:7px;
	margin-right:4px;
	margin-left:14px;
}

/*New Style*/
/* Additions to rm-edgestyles16.css */
.lh-nav {
	background-color: #ccc;
	border-right:#7b7b7b;
	vertical-align: top;
}
.lh-nav-td {
	
}
.lh-nav-btn {

	margin: 2px 3px;
}
.lh-nav-link {
	color: #337ab7 !important;
	background-color:#FFFFFF;
    font-size: 12px;
	border-radius: 4px;
	padding: 5px 10px 4px 10px;
	line-height: 1.42857143;
	margin: 1px 3px;
}
.lh-nav-link:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #337ab7;
    color: #ffffff !important;
}
.lh-nav-section {
	color: #333 !important;
	background-color: #ccc;
	font-size: 12px;
	cursor:text;
	font-weight: bold;
	padding: 3px 11px;
	line-height: 1.7;
	border: none;
}
.lh-nav-section:hover, .nav > li > a:focus {
    color: #333;
	background-color: #ccc !important;
	text-decoration: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #337ab7;
    color: #ffffff;
}

.leftNavBootstrap-Div {
    background-color: #ccc;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.intercualRef {
    background-color: #ccc;
    display : none;
}

a.list-group-item, button.list-group-item {
    color: #337ab7;
	margin: 1px 3px;
	padding: 5px 10px 4px 10px;
}
.lh-nav-link-active {
	font-size:12px;
	padding: 5px 10px 4px 10px;
}
.small {
	font-size: 12px;
}
.fa-flush-left {
	padding-left: 0px;
}


/* Changes to rm-edgestyles16.css */
.leftNavBootstrap-BKG {
    background-color: inherit;
    border: none;
}


.hl7data {
	border-collapse: separate;
}
.hl7data td, th {
	padding: 5px;
	border-spacing: 5px;
}

.tablePadding{
	margin-left: 50px;
	margin-top: 20px;
}

.labelAlignedRight{
	text-align:right; 
	padding-right:7px;
	padding-top:8px;
	padding-bottom:8px;
	width:200px;
}

.calendarBorder{
	border: 1px solid #ccc;
}

.form-select-box{
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 5px;
	width:200px;
	display: inline-block;
} 

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  
  input[type="date"].input-xs,
  input[type="time"].input-xs,
  input[type="datetime-local"].input-xs,
  input[type="month"].input-xs,
  .input-group-xs input[type="date"],
  .input-group-xs input[type="time"],
  .input-group-xs input[type="datetime-local"],
  .input-group-xs input[type="month"] {
    line-height: 25px;
  }
  
 
 
}

.sorting { background: url('../images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }

/* Note Buttons */ 

.ntbtn-note {
    color: #2a699e;
    background-color: #a7c1d9;
    border-radius: 2px;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-note:hover,
.ntbtn-note:focus,
.ntbtn-note.focus,
.ntbtn-note:active,
.ntbtn-note.active {
    color: #2a699e;
    background-color: #8cabc7;
}

.ntbtn-note.rec {
    color: #7E7E7E;
    background-color: #e3e3e3;
    border: 1px solid #d1d1d1;
    padding-right: 10px;
}
.ntbtn-note.rec:hover,
.ntbtn-note.rec:focus,
.ntbtn-note.rec.focus,
.ntbtn-note.rec:active,
.ntbtn-note.rec.active {
    color: #6F6F6F;
    background-color: #d4d4d4;
}
.ntbtn-cnote {
    color: #fff;
    background-color: #51b9aa;
    border-radius: 2px;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-cnote:hover,
.ntbtn-cnote:focus,
.ntbtn-cnote.focus,
.ntbtn-cnote:active,
.ntbtn-cnote.active {
    color: #fff;
    background-color: #3b9b8d;
}
.ntbtn-rnote {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 2px;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-rnote:hover,
.ntbtn-rnote:focus,
.ntbtn-rnote.focus,
.ntbtn-rnote:active,
.ntbtn-rnote.active {
    color: #fff;
    background-color: #c9302c;
}

.ntbtn-renote {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 0 6px;
    cursor: text;
}
.ntbtn-suprnote {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
	border-radius: 1px;
    font-size: 10px !important;
	line-height: 1;
	padding: 0.5px 2px;
}
.ntbtn-suprnote:hover,
.ntbtn-suprnote:focus,
.ntbtn-suprnote.focus,
.ntbtn-suprnote:active,
.ntbtn-suprnote.active {
    color: #fff;
    background-color: #c9302c;
}
.r-icon-align {
      position: relative;
      top: -2px;
}

.ntbtn-tnote {
    color: #fff;
    background-color: #16a77c;
    border-radius: 2px;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-tnote:hover,
.ntbtn-tnote:focus,
.ntbtn-tnote.focus,
.ntbtn-tnote:active,
.ntbtn-tnote.active {
    color: #fff;
    background-color: #139a72;
}

.ntbtn-qnote {
    color: #794f12;
    background-color: #f0ad4e;
    border-radius: 2px;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-qnote:hover,
.ntbtn-qnote:focus,
.ntbtn-qnote.focus,
.ntbtn-qnote:active,
.ntbtn-qnote.active {
    color: #794f12;
    background-color: #dd942b;
}
.ntbtn-pnote {
    color: #9a7001;
    background-color: #faca4b;
    border-radius: 2px;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-pnote:hover,
.ntbtn-pnote:focus,
.ntbtn-pnote.focus,
.ntbtn-pnote:active,
.ntbtn-pnote.active {
    color: #9a7001;
    background-color: #ecbf47;
}
.ntbtn-2xnote {
    color: #fff;
    background-color: #6BC8DF;
    border-radius: 2px;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-2xnote:hover,
.ntbtn-2xnote:focus,
.ntbtn-2xnote.focus,
.ntbtn-2xnote:active,
.ntbtn-2xnote.active {
    color: #fff;
    background-color: #44a8c0;
}
.ntbtn-unote {
    color: #fff;
    background-color: #2a2a2a;
    border-radius: 2px;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-unote:hover,
.ntbtn-unote:focus,
.ntbtn-unote.focus,
.ntbtn-unote:active,
.ntbtn-unote.active {
    color: #fff;
    background-color: #1f1f1f;
}
.ntbtn-unnote {
    color: #c79b23;
    background-color: #ffe49b;
    border-radius: 2px;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-unnote:hover,
.ntbtn-unnote:focus,
.ntbtn-unnote.focus,
.ntbtn-unnote:active,
.ntbtn-unnote.active {
    color: #c79b23;
    background-color: #f2d486;
}
.ntbtn-lenote {
    color: #a94442;
    background-color: #fff;
    border-radius: 2px;
    border-color: #ccc;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-lenote:hover,
.ntbtn-lenote:focus,
.ntbtn-lenote.focus,
.ntbtn-lenote:active,
.ntbtn-lenote.active {
    color: #a94442;
    background-color: #e6e6e6;
}
.ntbtn-dnote {
    color: #fff;
    background-color: #cbcbcb;
    border-radius: 2px;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-dnote:hover,
.ntbtn-dnote:focus,
.ntbtn-dnote.focus,
.ntbtn-dnote:active,
.ntbtn-dnote.active {
    color: #fff;
    background-color: #cbcbcb;
}

.ntbtn-2mn-note {
    color: #fff;
    background-color: #EA40AC;
    border-radius: 2px;
    font-size: 11px !important;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.ntbtn-2mn-note:hover,
.ntbtn-2mn-note:focus,
.ntbtn-2mn-note.focus,
.ntbtn-2mn-note:active,
.ntbtn-2mn-note.active {
    color: #fff;
    background-color: #F07AC5;
}

/* Form Controls */
.height-fix {
	height: 30px;
	}
.two-line-form-label {
  position: relative;
  text-align: right;
}
.table {
	margin-bottom: 0;
}
.table-no-padding > thead > tr > th,
.table-no-padding > tbody > tr > th,
.table-no-padding > tfoot > tr > th,
.table-no-padding > thead > tr > td,
.table-no-padding > tbody > tr > td,
.table-no-padding > tfoot > tr > td {
  padding: 0;
}

.button-table-exception {
	position: relative;
	border-radius: 0 3px 3px 0;
	height: 35px;
}



.health-analytics-table{
	border: 1px solid #ddd !important;
	width: 100%;
	max-width:100%;
	margin-top:9px;
	margin-bottom:9px;
}


/*fin edgestyle16---------------------------------------*/
P.sectionHeader {
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}
/*
	Stop superscript <sup> from changing line spacing. Lower them to slightly above the top element on the line.
*/
sup.reference {
	font-size: 0.83em;
	line-height: 1.4;
	position: relative;
	top: -0.4em;
	vertical-align: top;
}
td.scenario {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}

table.scenario {
	border-style: solid;
	border-width: 0px;
	border-color: gray;
}
table.gapAnalysisSubHeader, table.qna, table.scenario {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.qna {
	width: 100%;
}
div.centerContents {
	text-align: center;
}
table.scenario {
	margin-bottom: 9px;
}
table.gapAnalysisSubHeader, table.scenario {
	margin-top: 9px;
	width: 98%;
}
tr.qnaBlank {
	height: 10px;
}
tr.qna, tr.scenario, tr.scenarioChoice {
	height: 18px; /* height used when note reference superscripts are shown. images will also fit: tallest contained image (15px) + top padding (1px) + bottom padding (1px) */
}
.qna, .scenario,
img.qnaClickable,
td.qnaHighlight, td.qnaSmall,
td.scenarioChoice, td.scenarioChoiceHeader, td.scenarioChoiceSmall,
td.scenarioHeader, td.scenarioRecommendedWithTitle,
td.scenarioResponse, td.scenarioResponseHeader,
td.scenarioRule, td.scenarioTextResponse, td.scenarioTitle {
	vertical-align: baseline;
	text-align: left;
}

td.scenarioChoiceSmall, td.scenarioRecommendedWithTitle {
	padding-right: 4px;
	text-align: right;
}
td.scenarioResponse, td.scenarioResponseHeader, td.scenarioRule, td.scenarioTextResponse {
	text-align: center;
}
td.scenarioResponse, td.scenarioRule, td.scenarioTextResponse {
	width: 50%;
}
td.scenarioResponseHeader {
	width: 15%;
}
td.scenarioChoiceHeader {
	width: 70%;
}

td.scenarioResponseTableContainer {
	width: 30%;
	vertical-align: top;
}

td.qnaSmall, td.scenarioChoiceSmall {
	width: 20px;
}
td.scenarioRecommendedWithTitle, td.scenarioTitle {
	width: 150px;
}
img.qnaClickable {
	cursor: pointer;
}
span.scenarioFlag {
	font-style: italic;
}
td.qnaHighlight, td.scenarioRecommendedWithTitle, td.scenarioResponseHeader, td.scenarioRule, td.scenarioTitle {
	font-weight: bold;
}
span.gapAnalysisHeaderRecommendation, td.scenarioRecommendedWithTitle {
	color: #337ab7;
}

.hyplink {
   cursor:pointer;
   text-decoration:underline;
   font-size: 17px;	
}

.notelink {
   cursor:pointer;
   text-decoration:underline;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
}

.privacynotice {
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    text-decoration:underline;
}
.privacynotice:hover {
     text-decoration:underline;
}

.H1 {
   margin:0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight:bold
}
.H1-grey {
   margin:0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px; 
   font-weight:bold;
   color: #808080;
}
.commandBTN-BKG {
}

.commandBTN-over{
   text-align:center;
   font-weight: bold;
   font-size: 11px;
   color: Black;
   cursor: pointer;
   border-top: 1px solid #D9F2EA;
   border-right: 1px solid #6896B5;
   border-bottom: 1px solid #6896B5;
   border-left: 1px solid #D9F2EA;
   background: linear-gradient(#C2DDF0, #FFFFFF);
}
.commandBTN-down{
   text-align:center;
   font-weight: bold;
   font-size: 11px;
   color: Black;
   cursor: pointer;
   border-top: 1px solid #6896B5;
   border-right: 1px solid #D9F2EA;
   border-bottom: 1px solid #D9F2EA;
   border-left: 1px solid #6896B5;
   background: linear-gradient(#FFFFFF, #C2DDF0);
}
.commandBTN-disabled{
   text-align:center;
   font-weight: bold;
   font-size: 11px;
   color: #708090;
   cursor: default;
   border-top: 1px solid #D9F2EA;
   border-right: 1px solid #6896B5;
   border-bottom: 1px solid #6896B5;
   border-left: 1px solid #D9F2EA;
   background: linear-gradient(#9AC3DF, #FFFFFF);
}
/*used for the header at the top of pages*/

.pageHeader {
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 16px;
   color: black;
   background-color:#E8E8E8;
   border: 1px solid #A8ADB3;
}
.columnHeader {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #000000;
   background-color: #E4E4E4;
   border-top: 2px solid #EFEFEF;
   border-right: 2px solid #CCCCCC;
   border-bottom: 2px solid #CCCCCC;
   border-left: 2px solid #EFEFEF;
}

.dataHeader, .dataHeader-over {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #000000;
   cursor: pointer;
}
.gapAnalysisHeader, .gapAnalysisHeaderReviewSummary {
	height: 22px;
	font-weight: bold;
	vertical-align: middle;
}
.gapAnalysisHeaderReviewSummary {
    text-align: center;
}
.dataHeader, .gapAnalysisHeader {
   background-color: #E4E4E4;
   border-top: 2px solid #EFEFEF;
   border-right: 2px solid #CCCCCC;
   border-bottom: 2px solid #CCCCCC;
   border-left: 2px solid #EFEFEF;
}
.dataHeader-over {
   background-color: #DDDCDC;
   border-top: 2px solid #CCCCCC;
   border-right: 2px solid #EFEFEF;
   border-bottom: 2px solid #EFEFEF;
   border-left: 2px solid #CCCCCC;
}

.bodycopyEven-over {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFCC;
}
.bodycopyEven-off{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFFF;
}
.bodycopyEven-on {
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: white;
   background-color:slategray;
}



/*bodycopyOdd & bodycopyEven are classes that can be applied to data elements. See the Data Header item for an example*/
TR.bodycopyOdd{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#EDEDED;
   border-bottom: 1px solid #EFEEEE;
   border-left: 1px solid #EFEEEE;
   border-right: 1px solid #EFEEEE;
}
TABLE.bodycopyOdd{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#EDEDED;
   border-bottom: 1px solid #EFEEEE;
   border-left: 1px solid #EFEEEE;
   border-right: 1px solid #EFEEEE;
}
TABLE.bodycopyEven{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFFF;
   border-bottom: 1px solid #EFEEEE;
   border-left: 1px solid #EFEEEE;
   border-right: 1px solid #EFEEEE;
}
TR.bodycopyEven{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFFF;
   border-bottom: 1px solid #EFEEEE;
   border-left: 1px solid #EFEEEE;
   border-right: 1px solid #EFEEEE;
}
TR.bodycopyEven-grey{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #808080; 
   background-color:#FFFFFF;
   border-bottom: 1px solid #EFEEEE;
   border-left: 1px solid #EFEEEE;
   border-right: 1px solid #EFEEEE;
}


.criteriabodycopy-bold{
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   color: Black;
}

.H1WhiteBackground {margin:0;font-family: Arial, Helvetica, sans-serif; color: #000000; background-color: white; font-size: 11px;font-weight:bold }

.splashAppTitle {
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold
}

.splashTM {
	font-size:11px;
	font-weight:normal
}

TD.criteria-BKG {
	background-color: #F5F5F5;
	padding: 3px 5px;
}

TD.criteria-BKG-border{
   background-color:#DADADA;
   border: 2px;
   padding: 0;
   border-style: solid;
   border-width: 2px;
   border-color:#CCCCCC;
}

TD.selected, TD.selected-on, TD.selectedOdd-on, TD.selectedEven-on {
    color: #003366;
    background-color: LightSteelBlue;
}

TD.border{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   padding-left:5px;
}
TD.border-on{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #003366;
   background-color:LightSteelBlue;
   padding-left:5px;
}
TD.border-off{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFFF;
}
TD.border-over{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFCC;
}
TD.borderEven-on{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #003366;
   background-color:#82d8ff;
   padding-left:5px;
}
TD.borderEven-off{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFFF;
   padding-left:5px;
}
TD.borderEven-over{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFCC;
}

TD.borderOdd-on{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #003366;
   background-color:LightSteelBlue;
   padding-left:5px;
}
TD.borderOdd-off{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#EDEDED;
}
TD.borderOdd-over{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFCC;
}
TD.borderEven{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: Black;
   background-color:#FFFFFF;
   padding-left:5px;
}
TD.borderOdd{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #003366;
   background-color:#EDEDED;
   padding-left:5px;
}
TH.border{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
}
TD.borderbold{
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   padding-left:5px;
}
TD.borderThick {
   border-top: 2px solid #EFEFEF;
   border-right: 2px solid #CCCCCC;
   border-bottom: 2px solid #CCCCCC;
   border-left: 2px solid #EFEFEF;
}

INPUT.inputBorder{
    border: 1px solid #CCCCCC;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.tableBorder {
    padding: 0;
    border: 1px solid #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    spacing: 0;
    font-size: 11px;
}

.crittableBorder{
   padding: 0;
   border: 1px solid #CCCCCC;
   font-family:  Arial, Helvetica, sans-serif;
   spacing: 0;
   font-size: 11px;
}
.crittableBorderPad{
   padding: 3px;
   border: 1px solid #CCCCCC;
   font-family:  Arial, Helvetica, sans-serif;
   spacing: 0;
   font-size: 11px;
}
.crittableColumnHeader {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #000000;
   background-color: #E4E4E4;
   border-top: 2px solid #EFEFEF;
   border-right: 2px solid #CCCCCC;
   border-bottom: 2px solid #CCCCCC;
   border-left: 2px solid #EFEFEF;
}
.headerTable{
   border-top: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
}
.detailTable{
   border-left: 1px solid #cccccc;
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
}
.splitTD{
   border-bottom: 1px solid #cccccc;
}
TR.criteria-BKG{
   background-color:#DADADA;
}
TABLE.criteria-BKG{
   background-color:#DADADA;
   padding: 0;
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
}
TABLE.criteria-BKG-border{
   background-color:#DADADA;
   border: 2px;
   padding: 0;
   border-style: solid;
   border-width: 2px;
   border-color:#CCCCCC;
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
}
/*To be used within the background of the buttons at the top of the applicaiton.
Gives a green and white gradient to the background of the buttons.*/

.mainNav-BKG {
   	background-color: #005A8C;
   	font-weight: bold;
   	font-size: 11px;
   	color: #003366;
}

.mainNav-BKGB {
	background: #005A8C; /*blue shade*/
}
/*To be applied to a single button within the main navigation at the top of the application during its  innactive state.*/
.mainNav-off{
    /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); */
    opacity: 1.0;
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   color:AliceBlue ;
   padding: 3px;
   cursor: pointer;
   white-space: nowrap;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #FFFFFF;
}
.mainNav-over{
   /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); */
   opacity: 1.0;
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   color: #003366;
   padding:3px;
   cursor: pointer;
   white-space: nowrap;
   background-color: LightSteelBlue;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #FFFFFF;
}
.mainNav-on{
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   color: #003366;
   padding:3px;
   cursor: pointer;
    white-space: nowrap;
   background-color: #83CDB5;
   border-top-width: 1px;
   border-right-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-left-color: #000000;
}

.documentToolbar-over{
   font-family:  Arial, Helvetica, sans-serif;
   cursor:pointer;
   font-size: 11px;
   border-top:2px solid darkgray ;
   border-left:2px solid darkgray ;
   border-right:2px solid darkgray ;
   border-bottom:2px solid darkgray ;
   background-color:burlywood  ;
   font-weight:normal ;
   color: black ;
   text-decoration: underline ;
   
}
.importantField {
	background:Beige ;
}
.documentToolbar-off{
   font-family:  Arial, Helvetica, sans-serif;
   cursor:pointer;
   font-size: 11px;
   background-color:bisque;
   font-weight:normal ;
   border-top:2px solid #ffffff;
   border-left:2px solid #ffffff ;
   border-right:2px solid gray ;
   border-bottom:2px solid gray ;
}
.documentToolbar-BKG{
}

.dividerVert {

   border-right-style: inset;
   border-right-color: #DADADA;
}
/*This class will be used within the tree navigation.  Not to applied on the actual tree elements*/

.leftNav-BKG{
   background-color: white;
   border-right-width: 1px;
   border-right-style: solid;
   border-right-color: #000000;
}
/*This class will be used within the tree navigation.  To be applied to the first row from the top.*/

.leftNav-Div {
   background-color:white;
   height:100%;
   width:100%;
   overflow:auto;
}

.leftNav-justBKG{
    background-color: #ccc;
    min-width:250px;
    max-width:250px;
}
.leftNav-Header{
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   padding:3px;
   color: Black;
   background-color: Lightblue;
}
/*This class will be used within the tree navigation.
To be applied to an item within the tree during its inactive state.*/
.leftNav-off{
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   padding:3px;
   color: #003366;
   cursor: pointer;
   background-color: FloralWhite;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width:1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: Lightblue;
   border-right-color: Lightblue;
   border-bottom-color: Lightblue;
   border-left-color: #FFFFFF;
}
/*This class will be used within the tree navigation.
To be applied to an item within the tree when a user hovers the mouse over an item.*/
.leftNav-over{
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   padding:3px;
   cursor: pointer;
   background-color: LightSkyBlue;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #003366;
   border-bottom-color: #003366;
   border-left-color: #FFFFFF;
}
/*This class will be used within the tree navigation.
To be applied to an item within the tree after a user has clicked on an item.*/
.leftNav-on{
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   color: #003366;
   padding:3px;
   cursor: pointer;
   background-color: LightBlue;
   border-top-width: 1px;
   border-right-width: 1px;
   border-left-width: 1px;
   border-bottom-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
    border-left-style: groove;
   border-top-color: #003366;
   border-right-color: #003366;
   border-left-color: #003366;
}
/*This class will be used within the tree navigation.
To be applied to an item within the tree during its inactive state.*/
.leftNav-disabled{
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   padding:3px;
   color: #003366;
   cursor: pointer;
   background-color: lightgrey;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width:1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: Lightblue;
   border-right-color: Lightblue;
   border-bottom-color: Lightblue;
   border-left-color: #FFFFFF;
}
/*This class will be used within the tree navigation.
To be applied to an item within the tree for linking to Help.*/
.leftNav-Help{
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   padding:3px;
   background-color: LightSkyBlue;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #003366;
   border-bottom-color: #003366;
   border-left-color: #FFFFFF;
   cursor: pointer;
}
.leftNav-Help-NoCursor{
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   padding:3px;
   background-color: LightSkyBlue;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #003366;
   border-bottom-color: #003366;
   border-left-color: #FFFFFF;
}

.searchTable{
   padding: 2px;
   spacing: 0;
}
/*To be used as the background of the note section (lite-yellow color)*/

.notesBKG {
	font-family:  Arial, Helvetica, sans-serif;
    background-color: #F7F7F7;
    font-size: 11px;
}

.headerBKG{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #333333;
   border-right-color: #333333;
   border-bottom-color: #ccc;
   border-left-color: #333333;
   color: Black;
   background-color:#E8E8E8;
}
.headerBKG-on{
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #333333;
   border-right-color: #333333;
   border-bottom-color: #333333;
   border-left-color: #333333;
   color: Black;
}
IMG.disabled{
    /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=45); */
   opacity: 0.45;
   cursor: default;
}
.Indent0 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   padding:3px;
   color: black;
   cursor: pointer;
}
.Indent1 {
  padding-left:2em;
   text-indent:5px;
   margin:0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding:3px;
   color: #000000;
   cursor: pointer;
}

.Indent2 {
   padding-left:3.5em;
   text-indent:11px;
   margin:0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding:3px;
   color: #000000;
   cursor: pointer;
}

.Indent3 {
   padding-left:5em;
   text-indent:15px;
   margin:0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding:3px;
   color: #000000;
   cursor: pointer;
}
.Indent4 {
   padding-left:6.5em;
   text-indent:20px;
   margin:0;

   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding:3px;
   color: #000000;
   cursor: pointer;
}
.Indent5 {
   padding-left:8em;
   text-indent:25px;
   margin:0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding:3px;
   color: #000000;
   cursor: pointer;
}
.Indent6 {
   padding-left:9.5em;
   text-indent:30px;
   margin:0;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 11px;
   padding:3px;
   color: #000000;
   cursor: pointer;

}
.Indent7 {
   padding-left:11em;
   text-indent:35px;
   margin:0;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 11px;
   padding:3px;
   color: #000000;
   cursor: pointer;
}
.Indent8 {
   padding-left:12.5em;
   text-indent:40px;
   margin:0;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 11px;
   padding:3px;
   color: #000000;
   cursor: pointer;
}

DIV.scroll {
   height:100%;
   width:100%;
   overflow:auto;
}
DIV.verticalScroll {
   height: 100%;
   width: 100%;
   overflow-y: auto;
   padding-right: 4px;
}

/* Used with tree component */
.treeNodeSelected {
/*
   font-family:  Arial, Helvetica, sans-serif;
   font-size: 11px;
 */
   color: #003366;
   cursor: default;
   background-color: #FFF5DB; /*LightSteelBlue;*/
}
.treeLineBack {
   background-repeat: repeat-y;
   background-image: url('../images/vertline.gif');
   background-position: center top;
   width:20px;
   height:26px;
   display: inline-block;
}
.treeBlankBack {
   background-repeat: repeat-y;
   background-image: url('../images/treeblank.gif');
   background-position: center top;
   width:20px;
   height:26px;
   display: inline-block;
}

/* Used for displaying criteria */
.criteriaText {
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight: normal;
   border-style:none;
}

.criteriaTextBold {
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight: bold;
   border-style:none;
}

.criteriaTextBold12 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: bold;
   border-style:none;
}

.criteriaTextBold20 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:20px;
   font-weight: bold;
   border-style:none;
}

.criteriaTextArea {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: normal;
   border-style:inset;
}

.criteriaMetIndicator-Met,
.criteriaMetIndicator-NotMet,
.criteriaMetIndicator-InProgress,
.criteriaMetIndicator-PartiallyMet,
.criteriaMetIndicator-Partial {
   border: 1px solid #ccc;
   padding: 6px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   border-radius:3px;
   margin-top: 3px;
   margin-bottom: 3px;
   padding-bottom:6px;
}

.criteriaMetIndicator-Met {
   background-color: green;
   color: white;
}

.criteriaMetIndicator-NotMet {
   background-color: red;
   color: white;
}

.criteriaMetIndicator-InProgress {
   background-color: yellow;
   color: black;
}

.criteriaMetIndicator-PartiallyMet {
   background-color: dodgerblue;
   color: black;
}

.criteriaMetIndicator-Partial {
   background-color: #FFC197;   
   color: white;
}

.resultMessage{
   font-family: Arial, Helvetica, sans-serif;
   color: red;
   font-size:11px;
}
.simpleSelection-off {
   font-size:11px;
}

/*
.simpleSelection-on {
   mmd_p00051306 - change color to SteelBlue to make item more visible when marked disabled 
   mmd_p00052432 - change color from SteelBlue to Cornsilk to make highlight more readable 
	background-color: Cornsilk;
	font-size:11px;
}
*/
.simpleSelection-on {
    background-color: #FFF5DB;
    font-size: 11px;
}
.simpleSelection-over {
	font-size:11px;
}

.hyplinkSelection-off {
   cursor:pointer;
   text-decoration:underline;
   font-size: 17px;	
}

.hyplinkSelection-on {
	background-color:LightSteelBlue;
	cursor:pointer;
	text-decoration:underline;
        font-size: 17px;	
}

.hyplinkSelection-over {
   cursor:pointer;
   text-decoration:underline;
   font-size: 17px;	
}


/* LOOKUP STYLES */

.lookupListDiv {
    overflow: hidden;
    cursor: pointer;
    height:15px;
    background-color: whitesmoke;
    color: slategray;
}

.lookupListDiv:hover {
    background-color: slategray;
    color: whitesmoke;
}

.lookupDivHeader {
	border: slategray 1px solid;
	OVERFLOW: visible;
	WIDTH: 100%;
	COLOR: #546470;
	BACKGROUND-COLOR: lightgrey;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
}

.lookupInstruction {
	FONT-WEIGHT: bold;
}

.lookupList {
	COLOR: slategray;
	BACKGROUND-COLOR: whitesmoke;
	HEIGHT: 180px;
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	OVERFLOW: auto;
	SCROLLBAR-FACE-COLOR: #BDBDBD;
    SCROLLBAR-HIGHLIGHT-COLOR: #A9A9A9;
    SCROLLBAR-SHADOW-COLOR: #A9A9A9;
    SCROLLBAR-3DLIGHT-COLOR: #999;
    SCROLLBAR-ARROW-COLOR: #000;
    SCROLLBAR-TRACK-COLOR: #f7f7f7;
    SCROLLBAR-DARKSHADOW-COLOR: #999;
}

.lookupStatus {
    /* inherits from container .lookupDivHeader */
}

.lookupResultsRow {
	height: 175px;
}

.lookupResultsDiv {
	position: absolute;
	top: 0;
}

.lookupResultsTable {
	width: 100%;
}

.tabBTN-BKG {
}
.tabBTN-off{
    /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#C2DDF0');*/
    BACKGROUND-COLOR: #cccccc;
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    BORDER-LEFT: #999999 1px solid;
    CURSOR: pointer;
    COLOR: #333333;
    BORDER-TOP: #999999 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BORDER-BOTTOM: #999999 1px solid;
    background: linear-gradient(#FFFFFF, #C2DDF0);
}
.tabBTN-over{
    /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#C2DDF0');*/
    BORDER-RIGHT:  #000000 1px solid;
    BORDER-TOP:  #000000 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    BORDER-LEFT:  #000000 1px solid;
    CURSOR: pointer;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    background-color: #E4E4E4;
    BORDER-BOTTOM: #999999 1px solid;
    background: linear-gradient(#FFFFFF, #C2DDF0);
}
.tabBTN-down{
    /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#C2DDF0');*/
    BACKGROUND-COLOR:WHITE;
    BORDER-RIGHT: #999999 1px solid;
    BORDER-BOTTOM: #ffffff 1px solid;
    BORDER-TOP: white 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    /*BACKGROUND-IMAGE: url(../images/a_tabactbg.gif);*/
    BORDER-LEFT: #999999 1px solid;
    CURSOR: default;
    COLOR: black;
    BORDER-TOP: #c4c4c4 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    background: linear-gradient(#FFFFFF, #C2DDF0);
}

html.mainPage {
    overflow: hidden;
}

body {
    SCROLLBAR-FACE-COLOR: #BDBDBD;
    SCROLLBAR-HIGHLIGHT-COLOR: #A9A9A9;
    SCROLLBAR-SHADOW-COLOR: #A9A9A9;
    SCROLLBAR-3DLIGHT-COLOR: #999;
    SCROLLBAR-ARROW-COLOR: #000;
    SCROLLBAR-TRACK-COLOR: #f7f7f7;
    SCROLLBAR-DARKSHADOW-COLOR: #999;
}

.captionBand {
	padding:5px;
	background-color:gainsboro;
   	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

.title-BKG {
	margin:0;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	background-color: #C0C0C0; 
	font-size:8pt; 
}

.leftRightMargin {
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.leftRightMarginForCheckboxes {
	padding-left:200px;
	padding-right:5px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.criterialeftRightMargin {
	padding-left:5px;
	padding-right:5px;
	font-size: 11px;
    white-space: normal;
}
/* dhtml select box styles */
.select  {
	border: 0 inset buttonface;
	width: 100px;
/*	font: icon; */
	cursor: default;
	position: relative;
	left: 0;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
}

.selected  {
	border : 0 inset buttonface;
	background : window;
	padding : 0;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	word-break: break-all;
}

.selectTable  {
	height: 100%;
	width: 100%;
	border: 2px inset buttonhighlight;
	background: buttonface;
	z-index: inherit;
	text-align: left;
}

.option  {
	padding : 1px 3px;
	width : 100%;
	z-index: 0;
	
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.dropDown  {
	position : absolute;
	visibility : hidden;
	width : 100%;
	border : 1px solid windowtext;
	padding : 0;
	background : window;
	color : windowtext;
	top : auto;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}



.select .button  {
	width : 14px;
	font-size: 2px;
	padding : 0;
	border: 2px outset buttonhighlight;
	background-image: url(../images/a_down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: windowtext;
}
.selinvisible {
}

a {
   color: #337ab7;
   text-decoration: none;
}

.ui-widget-content a {
    color: #337ab7;
}

/*  The following styles are used for displaying criteria and criteria notes.
DO NOT CHANGE THESE STYLES
*/

P.tightSpacing {    
	MARGIN-BOTTOM: 0px;
    MARGIN-TOP: 5px;
    MARGIN-LEFT: 15px;
    MARGIN-RIGHT: 30px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    font-weight:normal;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
}

TABLE.displaynobordernoback	{	font-family: Arial, Helvetica, sans-serif; 
											color: #000000; 
											font-size:11px; 
											font-weight: normal; 
											border-style:none
										}	


/*  The following styles are used for displaying criteria and criteria notes.
DO NOT CHANGE THESE STYLES
*/
.I2Tight	{	padding-left:3.5em;
				text-indent:-2em;
				margin:0;
			 	PADDING-BOTTOM: 0px;
				PADDING-TOP: 0px;
				font-family: Arial, Helvetica, sans-serif;
				font-size:11px	}
.I3Tight	{	padding-left:5em;
				text-indent:-2em;
				margin:0;
				PADDING-BOTTOM: 0px;
				PADDING-TOP: 0px;
				font-family: Arial, Helvetica, sans-serif;
				font-size:11px	}
				
.I4Tight	{	padding-left:6.5em;
				text-indent:-2em;
				margin:0;
				PADDING-BOTTOM: 0px;
				PADDING-TOP: 0px;
				font-family: Arial, Helvetica, sans-serif;
				font-size:11px;
					}
.I5Tight	{	padding-left:8em;
				text-indent:-2em;
				margin:0;
				PADDING-BOTTOM: 0px;
				PADDING-TOP: 0px;
				font-family: Arial, Helvetica, sans-serif;
				font-size:11px;
					}
.I6Tight	{	padding-left:9.5em;
				text-indent:-2em;
				margin:0;
				PADDING-BOTTOM: 0px;
				PADDING-TOP: 0px;
				font-family: Arial, Helvetica, sans-serif;
				font-size:11px;
					}

/*  The following styles are used for displaying criteria and criteria notes.
DO NOT CHANGE THESE STYLES
*/
.I1	{	padding-left:2em;
			text-indent:-2em;
			margin:0;font-family: Arial, Helvetica, sans-serif;
			font-size:11px	}
			
.I2	{	padding-left:3.5em;
			text-indent:-2em;
			margin:0;font-family: Arial, Helvetica, sans-serif;
			font-size:11px	}
			
.I3	{	padding-left:5em;
			text-indent:-2em;
			margin:0;
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px	}
			
.I4	{	padding-left:6.5em;
			text-indent:-2em;
			margin:0;
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px	}
			
.I5	{	padding-left:8em;
			text-indent:-2em;
			margin:0;
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px	}
			
.I6	{	padding-left:9.5em;
			text-indent:-2em;
			margin:0;
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px	}
			
.I7	{	padding-left:11em;
			text-indent:-2em;
			margin:0;
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px	}

P.tight	 {
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px
}

.H1Red {
	margin:0;
	font-family: Arial, Helvetica, sans-serif; 
	color: Red; 
	font-size: 10pt;
	font-weight:bold 
}

.Lookup {
	BORDER-RIGHT: slategray 1px solid; 
	BORDER-TOP: slategray 1px solid; 
	OVERFLOW: hidden; 
	BORDER-LEFT: slategray 1px solid; 
	COLOR: slategray; 
	BORDER-BOTTOM: slategray 1px solid; 
	HEIGHT: 19px; 
	BACKGROUND-COLOR: whitesmoke;
    DISPLAY: inline-block;
}

.LookupEdit {
	TOP:0px;
	FONT-WEIGHT: normal;	
	LEFT: 1px;	
	FONT-FAMILY: Arial, Helvetica, sans-serif;	
}

.LookupDisplay{
    BORDER-RIGHT: slategray 1px solid;
    BORDER-TOP: slategray 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    LEFT: 0px;
    BORDER-LEFT: slategray 1px solid;
    COLOR: black;
    BORDER-BOTTOM: slategray 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    POSITION: relative;
    TOP: 0px;
    BACKGROUND-COLOR: whitesmoke;
}

.LookupHeader {
	BORDER-RIGHT: slategray 1px solid; 
	BORDER-TOP: 0px ; 
	OVERFLOW: hidden; 
	BORDER-LEFT: slategray 1px solid; 
	BORDER-BOTTOM: slategray 1px solid; 
	BACKGROUND-COLOR: lightgrey
}

.LookupHeaderTable {
	width:100%; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #546470; 
	FONT-FAMILY: Arial, Helvetica, sans-serif
}




.LookupHeaderWarning {
	font-weight: normal;
	font-size: 11px;
	color: red;
}

.citationClass {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px;
}

.citationClassDesc {
	FONT-SIZE: 11px;
}

/*
END OF CRITERIA STYLES
*/

.ltree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}

.ltree img {
	border: 0px;
	cursor: default;
	vertical-align: middle;
}

.ltree input {
	color: #333;
	cursor: default;
	text-decoration: none;
}

.ltree input.node, .ltree input.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.ltree input.node:hover, .ltree input.nodeSel:hover {
	color: #333;
/* 	text-decoration: underline; */
}
/*
.ltree input.nodeSel {
	background-color: #c0d2ec;
}
*/
.ltree span {
	color: #333;
	cursor: default;
	text-decoration: none;
}

.ltree span.node, .ltree span.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.ltree span.node:hover, .ltree span.nodeSel:hover {
	color: #333;
/* 	text-decoration: underline; */
}

.ltree span.nodeSel {
	background-color: #c0d2ec;
}

.ltree .clip {
	overflow: hidden;
}

table.inline {
	display: inline;
	vertical-align: text-bottom;
}

.nccn {
	color: #153E7E;
	text-align:center;
	font-size: 11px;
}

.nccnSmall {
	color: #153E7E;
	text-align:center;
	font-size: 10px;
}

.viz {
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight: normal;
   border-style:none;
   color: #4169E1;
}

.vizDisabled {
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight: normal;
   border-style:none;
   cursor: default;
   color: #808080;
}

a.viz:link { 
color: #4169E1;
font-family: Arial, Helvetica, sans-serif;
}

a.viz:visited { 
color: #4169E1;
font-family: Arial, Helvetica, sans-serif;
}

a.viz:hover{
color: #4169E1;
font-family: Arial, Helvetica, sans-serif;
}

a.viz:active{
color: #4169E1;
font-family: Arial, Helvetica, sans-serif;
}

/* Used for CriteriaView */
table.cv-mq-rulesTable {
   width: 90%;
   border: 1px solid gray;
   border-radius: 10px;
   margin-left: 25px; 
   background-color: #F0FFFF;
}

/* Used for CriteriaView */
li.cv-rules {
	MARGIN-BOTTOM: 0px;
    MARGIN-TOP: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    font-weight:normal;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
    }



.wordwrap {
    word-break: break-all;
}

.parentDiv {
    position: relative;
}

.childDiv {
    position: absolute;
}

.subsetSearchDiv {
	border-style: inset;
	border-width: 1px;
	border-top-color: #E0E0E0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #E0E0E0;
}

.subsetSearchTD {
	width: 25%;
	padding: 3px;
	border-style: inset;
	border-width: 1px;
	border-top-color: #E0E0E0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #E0E0E0;
}

.subsetSearchTable {
	width: 100%;
	border-spacing: 0px;
	border-style: outset;
	border-width: 1px;
	border-color: #F0F0F0;
}


.ts_fixed {
	display: block;
	position: relative;
}

.ts_fluid {
	display: block;
	overflow: auto;
	width: 100%;
	height: 420px;
}

.ts_fixed_headers{
  table-layout: fixed;
  border-collapse: collapse;
}

.ts_div_wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

.ts_div_wrapper tbody { 
	height: auto; 
}

.fixed_headers {
  table-layout: fixed;
  border-collapse: collapse;
}
  
.fixed_headers thead > tr {
  	   display: block;
	   position: relative;
  }
  
.fixed_headers tbody {
	display: block;
	overflow: auto;
	width: 100%;
	height: 100%;	
}

.labelAlignedInjuryCareFolder{
	text-align:right; 
	padding-right:7px;
	padding-top:8px;
	padding-bottom:8px;
	width:180px;
}

/*Use for Care Management Note Slider*/


.noteTabs_li {
	display: inline;
}
.noteSliderWrapper {
   position:absolute;
   height:100%;
   width:372px;
   top:0px;
   overflow-x: auto;
   overflow-y: hidden;
   right:0px;
   z-index:1;
}

.noteSliderBtnWrapper {
   position:absolute;
   top:0px;
   overflow-y: hidden;
   width:372px;
   z-index:1;
   right:0px;
}

.noteSliderPanel {
   float:right;
   margin:0;
   background: #fff;
   width:100%;
}

.verticalSliderBtnSpan-off {
   background-image: url('../images/cmi_open.png');
   background-repeat: no-repeat;
   background-position: top;
   display: block;
   white-space: nowrap;
   text-align:center;
   font-size: 14px;
   color: #333;
   cursor: pointer;
   border: 1px solid #ddd;
   background-color: #f5f5f5;
   padding: 10px 15px;
}

.verticalSliderBtnSpan-over {
   background-image: url('../images/cmi_open.png');
   background-repeat: no-repeat;
   background-position: top;
   display: block;
   white-space: nowrap;
   text-align:center;
   font-weight: bold;
   font-size: 14px;
   color: #333;
   cursor: pointer;
   border: 1px solid #ddd;
   background-color: #f5f5f5;
   padding: 10px 15px;
}
.horizontalSliderBtnSpan-off {
   background-image: url('../images/cmi_cross.png');
   background-repeat: no-repeat;
   background-position: right 20px top 10px;
   background-position-y: center;
   display: block;
   writing-mode: lr-tb;
   text-align:center;
   font-size: 12px;
   color: #333;
   cursor: pointer;
   background-color: #f5f5f5;
   border: 1px solid #ddd;
   padding: 10px 15px;
}
.horizontalSliderBtnSpan-over {
   background-image: url('../images/cmi_cross.png');
   background-repeat: no-repeat;
   background-position: right 20px top 10px;
   background-position-y: center;
   display: block;
   writing-mode: lr-tb;
   text-align:center;
   font-weight: bold;
   font-size: 12px;
   color: #333;
   cursor: pointer;
   background-color: #f5f5f5;
   border: 1px solid #ddd;
   padding: 10px 15px;
}
.noteTabs {
	list-style-type: none;
	margin: 52px 0 0 0;
	padding: 0 1em 0.3em 0;
	background: #fff;
	white-space: nowrap;
}

.noteTabs_li {
	display: inline;
}
.noteTabs_li_a {
   color: #42454a;
   background-color: #dedbde;
   border: 1px solid #c9c3ba;
   border-bottom: none;
   padding: 0.3em;
   text-decoration: none;
   cursor: pointer;
}
.selectedTab {
   color: #333;
   position:relative;
   background-color: #ebebeb;
   border: 1px solid #ddd;
   border-bottom-color: #ebebeb;
   border-radius: 4px 4px 0 0;
   font-size: 12px !important;
   padding: 10px 15px;
   cursor: pointer;
   z-index: 4;
}
.selectedTab:hover {
	color: #333;
	text-decoration: none;
}
.unSelectedTab {
   position:relative;
   background-color: #fff;
   font-size: 12px !important;
   border: 1px solid #ddd;
   border-bottom-color: transparent;
   border-radius: 4px 4px 0 0;
   padding: 10px 15px;
   cursor: pointer;
}
.unSelectedTab:hover {
	background-color: #eee;
	border: 1px solid #eee;
}
div.tabContent {
   position: relative;
   top: 5px;
   padding: 0.5em;
   background-color: #ebebeb;
   border: 1px solid #ddd;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   display: block;
}
div.tabContent.hide {
   display: none;
}
.notesContent {
	padding-top: 10px;
}

.dataTables_filter {
    float: left;
    margin-left: 4px;
    margin-top: 4px;
}

.dataTables_filter input {
    border: 1px solid #ccc;
}

.dataTables_info {
    clear: both;
    float: left;
    margin-left: 4px;
    margin-top: 4px;
    font-weight: normal;
}

/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}
.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	color: #333 !important;
}

/* Full number pagination */
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;  
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;  
}
.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;		
}
.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}
a.current {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
i.normal_font{
	font-style:normal;
}

.leftRightMargin1{
	padding-left: 3px;
	padding-right:3px;
}

.success-nonbtn:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    cursor: text;
}

.warning-nonbtn:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    cursor: text;
}

.success-nonbtn[disabled],
.warning-nonbtn[disabled] {
    opacity: 1;
}

.resultsTD{
	width: 100%;
	height: 100%;
}

.parentTDResults{
	vertical-align: top;
}

.titleTDAlignment{
	vertical-align: top;
	width: 100%;
	padding-left: 30px;
}

.buttonsMargins{
	margin-bottom: 5px;
	margin-left: 0px;
}
/*Overwrite the rule @-ms-viewport to remove vertical scrollbar*/
@-ms-viewport {
   width: auto; 
}

.panel-body {
  padding: 5px;
}
.panel-heading {
  padding: 10px 5px;
}

.dataTable > thead  {
  background-color: #f7f7f7;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ededed;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}

.table-hover > tbody > tr {
  cursor: pointer;
}
.table-hover > tbody > tr:hover {
  background-color: LightSteelBlue;
}

/*Reducing height on Advanced Search pane for Find Documents workspace*/
.panel-heading-DropDownPanel{
	padding: 0px 8px;
}

.panel{
	margin-bottom: 0px;
}

a.list-group-item, button.list-group-item {
    color: #337ab7;
}

.col-sm-11 {
  padding: 5px;
  margin-left: -8px;
  padding-left: 0px;
}

.alignBeforeImageTD{
	display:flex;
	justify-content:center;
	align-items:center;
}

.los-rec-container {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.los-rec-btn,
.los-rec-btn:active:focus,
.los-rec-btn:focus,
.los-rec-btn:hover {
    color: #337ab7;
}
.los-rec-btn:disabled {
    cursor: text;
    opacity: 1;
}
.los-rec-desc {
    padding-left: 4px;
    flex-grow: 1;
    width: 1px;
}
.los-rec-bed {
    font-size: 18px;
}
.los-nav-bed {
    font-size: 18px;
    padding-right: 0;
}
.los-dialog-title {
    font-size: 12px;
    font-style: italic;
}

.dialog-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 14px;
}

.dialog-label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-align: left;
	padding-left: 14px;
	color: black;
}

.dialog-line {
	height: 1px;
	border: 0;
	box-shadow: 0 1px 1px -1px #8c8b8b inset;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dialog-lookup {
	width: 250px;
}

.dialog-btn {
	height: 25px;
	padding:3px 10px;
}

.dialog-toolbar {
	padding-left: 14px;
}
.ui-datepicker-week-end a {
    color: red !important;
}
.ui-widget{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
	font-family: Arial, Helvetica, sans-serif;
}
.ui-datepicker-trigger{
    background:none;
 }
.ui-datepicker-trigger:disabled {
    display: none;
}
.ui-datepicker {
	z-index: 2;
}

 /* jquery ui dialog is setting z-index plus than 1000 when it displays this makes
 these indexes pointless to add them on findlookups controls, simply their won't work*/ 
 .input-group .form-control{
 	  position: relative;
	  z-index: 0;
	  float: left;
	  width: 100%;
	  margin-bottom: 0;
 }
 
 .input-group .form-control:focus {
 	z-index: 0;
}

 .datepicker-input{
 	display:inline-block;
 	cursor:pointer;
 	width:100px !important;
 }
/* just in case we want to hightlight current selected date.*/
/*.ui-datepicker-current-day .ui-state-active {  */
/* 	background: blue;  */
/* } */

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.message-box-image {
    margin-right: 1em;
}

#settingLogoutDiv {
    color: white;
    font-weight: normal;
    font-size: 12px;
    margin-left: auto;
    margin-top: 9px;
    margin-right: 15px;
}

#settingLogoutDiv a {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
}

.table-top > thead > tr > th,
.table-top > tbody > tr > th,
.table-top > tfoot > tr > th,
.table-top > thead > tr > td,
.table-top > tbody > tr > td,
.table-top > tfoot > tr > td {
    vertical-align: top;
}

.medium {
	font-size: 16px;
}

.pageTitleSpan,
#pageTitleSpan {
    padding-left: 1em;
    vertical-align: middle;
}

form.form-horizontal > div.form-group > div {
    display: flex;
    align-items: center;
}

.disabledAnchor {
    cursor: not-allowed;
}

.disabledAnchor a {
    pointer-events: none;
    color: #c3c5cd;
    background-color: #CAF0FF;    
}

.enabledAnchor {
    cursor: default;
}

.enabledAnchor a {
    pointer-events: auto;
}

#seletedItemInfoLabel {
	padding-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis; 
	display: inline-block;
	overflow: hidden;	
}

/* Toggle swtitch  -- may have some dup stuff */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 18px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c3c5cd;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4cc6ff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 8px;
}

.slider.round:before {
  border-radius: 50%;
}

abbr[title] {
    border-bottom-color: currentColor;
    border-bottom-style: dashed;
    text-decoration: none;
}

span.subset-redirect {
    font-style: italic;
    font-weight: bold;
}

.ohc-btn-icon {
    background-color: #FFFFFF;
    border-color: #2EA28F;
    padding-top: 11px;
    padding-bottom: 11px;
}

.ohc-btn-text {
    background-color: #2EA28F;
    border-color: #2EA28F;
    color: #FFFFFF;
    text-align: left;
}