body,
td {
  font-family: "adelle-sans", "Helvetica", "Arial", sans-serif, "Symbola";
  margin: 0;
  font-size: 16px;
}

body {
  color: #555;
  margin-bottom: 50px;
}

.ui-tooltip,
div.loginInfo {
  background: #555;
  border-radius: 5px;
  color: white;
  text-align: center;
  border: thin solid #555;
  box-shadow: none;
  font-size: 16px;
  word-break: loose;
}

.ui-datepicker {
  z-index: 100000 !important;
}

/*form fields*/
label {
  padding: 4px 4px 4px 0;
}

form {
  margin: 0px;
}

input {
  font-size: 100%;
  font-family: "adelle-sans", "Helvetica", "Arial", sans-serif;
  color: #555;
  padding: 2px;
  outline-color: #999 !important;
  outline-width: 1px;
}

input.standard {
  width: 16ex;
}

input.disabled {
  background-color: #efefef !important;
  border: solid thin #efefef !important;
  color: #555 !important;
}

input.date {
  width: 16ex;
}

input.datetime {
  width: 20ex;
}

.inputFile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputFile + label {
  color: #fff;
  background: #666 url(upload.png) no-repeat 2px 50%;
  line-height: 32px;
  text-indent: 32px;
  padding: 1px 10px;
  display: inline-block;
  cursor: pointer;
}

.inputFile + label:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

input.fullWidth {
  width: 99%;
}

input.longstring {
  width: 90%;
  max-width: 50ex;
}

input.number {
  width: 12ex;
  text-align: right;
}

input.smallnumber {
  width: 8ex;
  text-align: right;
}

input.string {
  width: 24ex;
}

input.postalCode {
  width: 6em;
}

input.phoneNumber {
  width: 10em;
}

input.tinynumber {
  width: 4ex;
  text-align: right;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:disabled {
  filter: grayscale(1%) brightness(58%) saturate(1) contrast(34);
  /* filter: grayscale(218%) brightness(67%) hue-rotate(170deg) saturate(131%) contrast(371%); */
}

input.delete_button {
  background: transparent url(delete_button.png) no-repeat;
  border: 1px solid transparent;
  height: 32px;
  width: 32px;
}

input.delete_button:hover {
  border: 1px dotted #aaa;
}

input.select_dates_button {
  background: transparent url(calendar.png) no-repeat 2px 50%;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 1px 3px 1px 34px;
}

input.select_dates_button:hover {
  border: 1px dotted #aaa;
}

input.select_button {
  border: 0;
  background-color: #666;
  color: #fff;
  cursor: pointer;
  padding: 3px 3px 3px 10px;
  max-width: none;
}

input.select_button:hover {
  background-color: #ccc;
}

input:disabled {
  background-color: #ddd;
  color: #aaa;
}

select,
textarea {
  font-family: "adelle-sans", "Helvetica", "Arial", sans-serif;
  color: #555;
  padding: 2px 2px 2px 2px;
  outline-color: #999;
  outline-width: 1px;
  font-size: 100%;
}

textarea.WYSIWYGEditor {
  width: 98%;
}

textarea.WYSIWYGReadOnly {
  width: 98%;
}

select.standard {
}

/* GUIUtils - MULTI-SELECTS SHOW ALL selections onfocus (behave like a single select)*/
/*the max lines set to 5 to ensure always display ok*/
/*does not apply to multi-selects showing all selections like in the program manager*/
div.multiSelect {
  height: 13ex;
  overflow: hidden;
  display: inline-block;
}

div.emptyMultiSelect {
  height: 17ex;
  width: 500px;
}

select.absoluteMulti {
  margin-top: 2px;
}

select.absoluteMulti:focus {
  z-index: 10000;
}

select option {
  color: #555;
}

select option:hover {
  background-color: #f9db82 !important;
}

select option:disabled {
  color: #ddd !important;
}

select#idSelectReport,
select#idSelectReportOrg {
  max-width: inherit !important;
}

textarea.autosize {
  height: 17px;
  margin: 0;
  padding: 2px;
}

textarea.standard {
  width: 16ex !important;
}

textarea.fullWidth {
  width: 99%;
}

/*<a> and .hyperlink*/
a,
a:visited,
a:active {
  color: #666666;
}

a:hover {
  color: #666666;
  text-decoration: none;
}

a:focus {
  border-color: #407e91;
}

a.disabled {
  background-color: transparent !important;
  color: #aaa !important;
}

.hyperlink {
  color: #666666;
  text-decoration: underline;
  cursor: pointer;
}

.hyperlink:hover {
  color: #666666;
  text-decoration: none;
}

.disabledHyperlink {
  text-decoration: line-through;
  color: #777;
}

.hListHeader {
  font-size: 90%;
  text-align: center;
  vertical-align: bottom !important;
}

table.hList td.fieldLabel {
  width: 30em !important;
}

table.hList td.fieldInput,
table.hList td.fieldInputStatic {
  display: none;
}

table.hList td.uiListItemSelected,
table.hList td.uiListItem,
table.hList td.uiListItemSelectedRO,
table.hList td.uiListItemRO {
  text-align: center;
}

table.hList {
  border-bottom: 1px solid #ccc;
}

table.hList div.shortDesc {
  text-indent: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

td.wysiwygNotes ul {
  margin: 1em !important;
  list-style: inherit !important;
  padding-left: 1.2em !important;
}

td ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}

td .content ul {
  padding: revert;
  list-style: disc;
}

td ul li {
  margin-bottom: 5px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  font-size: 16px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #ccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 16px;
  color: #ccc;
}

/*<b>*/
b {
  font-weight: normal;
}

/*<hr>*/
hr {
  border-top: 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}

hr.separator {
  border-bottom: 1px solid #666;
}

/*<img>*/
img {
  border: none;
  vertical-align: middle;
  margin: 0;
}

img.logo {
  max-height: 200px;
  max-width: 400px;
}

img.clickable {
  border: 1px dotted transparent;
}

img.clickable:hover {
  border: 1px dotted #aaa;
}

img.img_button {
  cursor: pointer;
  height: 24px;
  width: 24px;
}

img.small_icon {
  height: 24px;
  width: 24px;
}

img.empty_icon {
  height: 24px;
  width: 1px;
}

img.column_title_icon {
  height: 32px;
  width: 32px;
}

img.extra_small_icon {
  height: 20px;
  width: 20px;
}

img.extra_extra_small_icon {
  height: 16px;
  width: 16px;
}

img.eLibraryPicture {
  position: relative;
  width: initial !important;
  height: initial !important;
  max-width: 100px;
  max-height: 130px;
  padding: 2px;
}

img.sizedUp {
  position: absolute;
  z-index: 2000;
  width: initial !important;
  height: initial !important;
  max-width: 100%;
  max-height: 100%;
}

img.profilePicture {
  max-width: 150px;
  max-height: 200px;
}

img.dashboardPicture {
  max-width: 200px;
  max-height: 150px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table#idButtonViewLog img.small_icon {
  height: 32px;
  width: 32px;
}

/*<button>*/
table.button {
  border-spacing: 0;
}

/*<label>*/
label:hover,
label.selected:hover {
  background-color: #f9db82;
}

label.selected {
  background-color: #cce67c !important;
}

label.displayBlock {
  margin-bottom: 1em;
}

label.displayBlock input {
  margin: 1px 1em 1px 1px;
  padding: 0;
}

label.checklistItem {
  float: left;
  width: 20em;
}

label.disabled,
label.disabled:hover {
  background-color: #fff !important;
  color: #777 !important;
}

label.noHover:hover {
  background-color: inherit;
  color: inherit;
}

/*table cellpadding cellspacing width*/
table.nil {
  border-collapse: collapse;
  border-spacing: 0;
}

table.nil td,
td.nil {
  margin: 0;
  padding: 0;
}

table.nilSpacing td {
  margin: 0;
  border-spacing: 0;
  padding: 2px;
}

table.nilPadding td {
  padding: 0;
}

table.nilTop,
table.nilTop td {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

table.normal {
  border-spacing: 1px;
  font-weight: inherit;
}

table.normal td {
  margin: 1px;
  padding: 2px;
}

table.cellBorderBottom td {
  border-bottom: 1px solid #eee;
}

/*alignment*/
.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.vAlignTop {
  vertical-align: top !important;
}

.vAlignBottom {
  vertical-align: bottom !important;
}

.vAlignMiddle {
  vertical-align: middle !important;
}

tr.vAlignTop td {
  vertical-align: top;
}

tr.vAlignBottom td {
  vertical-align: bottom;
}

tr.vAlignMiddle td {
  vertical-align: middle;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

/*global classes*/
.content {
  padding: 5px;
}

.primary {
  font-weight: bold;
  color: #fff;
  background-color: #555;
}

.primary td {
  color: #fff;
}

.primary a,
.primary .hyperlink {
  color: #fff;
}

.primary a:hover {
  color: #ccc;
  text-decoration: underline;
}

.primaryText {
  color: #fff;
}

.secondary {
  background-color: #666;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
}

.secondary a {
  color: #fff;
}

.secondary a:hover {
  background-color: #fefefe;
}

.header {
}

.subheader {
  border-bottom: 1px solid #555;
  margin: 5px;
}

.mandatory {
  font-weight: bold;
}

.optional {
  font-weight: normal;
}

.noSpace {
  margin: 0;
  padding: 0;
}

.doubleLine {
  line-height: 2em;
}

.nobr {
  white-space: normal !important;
}

.normal {
  font-weight: normal !important;
}

span.normal {
  font-weight: normal !important;
}

.notice,
.notice input {
  color: #bc181b;
}

.noticeBg {
  background-color: #bc181b !important;
  color: #fff !important;
}

.noticeGreen,
.noticeGreen input {
  color: #218247 !important;
}

.noticeOrange,
.noticeOrange input {
  color: #e87400 !important;
}

.noticeYellow,
.noticeYellow input {
  color: #ddc026 !important;
}

.noticeRed,
.noticeRed input {
  color: #bc181b !important;
}

.noticeBgGreen {
  background-color: #218247 !important;
}

.noticeBgBlue {
  background-color: #78d2df !important;
}

.noticeBgOrange {
  background-color: #e87400 !important;
}

.noticeBgYellow {
  background-color: #ddc026 !important;
}

.noticeBgRed {
  background-color: #bc181b !important;
}

th.baseline {
  background-color: #78d2df !important;
}

th.current {
  background-color: #e87400 !important;
}

th.previous {
  background-color: #ddc026 !important;
}

td.baseline {
  border: 1px solid #78d2df !important;
}

td.current {
  border: 1px solid #e87400 !important;
}

td.previous {
  border: 1px solid #ddc026 !important;
}
.emphasize {
  color: #f9db82;
}

.oblique {
  font-style: oblique;
}

.reference {
  color: #aaa;
}

.french,
input.french,
textarea.french {
  color: #630;
}

span.french {
  color: #999;
  font-size: 85%;
}

.subLabel {
  font-size: 90%;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.displayBlock {
  display: block;
}

.displayNone {
  display: none;
}

.clickable {
  cursor: pointer;
}

.nonClickable {
  cursor: default !important;
}

.info {
  cursor: default;
}

.info:hover {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}

.break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.static {
}

.default {
  color: #448ea9;
  font-style: oblique;
}

.staticDefault {
  color: #448ea9;
  font-style: oblique;
  font-size: 90%;
}

.listDivider {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-bottom: 50px;
}

.title {
  color: #666666;
  font-size: 125%;
}

.bold {
  font-weight: bold;
}

.printonly {
  display: none;
}

.disabled,
.disabled td {
  background-color: #eee !important;
  color: #aaa !important;
  border-color: #eee !important;
  font-weight: normal !important;
}

.expired {
  text-decoration: line-through;
}

.fill {
  background-color: #fff;
}

.grey {
  background-color: #dedede !important;
}

.new {
  color: #ff0000;
}

.highlight {
  background-color: #f9e13b;
}

.copyright {
  font-size: 65%;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  position: fixed;
  bottom: 0px;
  z-index: 199;
  height: 30px;
  width: 100%;
  background: #ffffff;
  padding-top: 1em;
}

.hideShow {
  font-weight: normal;
  background: transparent url(restore_button.png) no-repeat 0 50%;
  padding-right: 10px;
  padding-left: 19px;
  color: #666666;
}

.hideShow:hover {
  background-image: url(restore_button_hover.png);
  color: #fb3;
}

.hiddenLabel {
  display: none;
}

.group {
  margin-bottom: 0.5em;
  page-break-inside: avoid;
}

.bottomBorder,
tr.bottomBorder td {
  border-bottom: 1px solid #999;
}

.bottomBorderLight,
tr.bottomBorderLight td {
  border-bottom: 1px dashed #ccc;
}

.fullWidth {
  width: 100%;
}

.fullHeight {
  height: 100%;
}

.fullBorder {
  border: 1px solid #ddd;
}

.legend {
  font-size: 90%;
  border: 1px solid #ddd;
  padding: 4px;
}

.legend td {
  font-size: inherit;
}

td.label {
}

/*Header*/
img.orgLogo {
  max-height: 50px;
  max-width: 220px;
  margin: 1px;
}

div#idDivHeaderDetailsBar {
  position: absolute;
  right: 22px;
  top: 64px;
}

td#idTdMenu_client {
  min-width: 217px;
}

input.clientSearch {
  width: 130px;
  padding: 7px 5px 7px 5px !important;
  border: 1px solid #e5e7eb !important;
  border-radius:5px;
  background-color: #ECECEE;
}
input.clientSearch::placeholder {
  font-size: 13px !important;
}

td.emhwareLogo {
  text-align: right;
}

div#idDivSubHeaderMenu img.small_icon,
div#idDivMainMenuBar img.small_icon {
  height: 22px;
  width: 22px;
}

div.tableHeader img.small_icon,
div.detailsButtonBar img.small_icon {
  height: 32px;
  width: 32px;
}

div#idDivSubHeaderMenu img.empty_icon,
div#idDivMainMenuBar img.empty_icon,
div#idDivOverflowMenu img.empty_icon {
  height: 32px;
  width: 1px;
}

div.tableHeader img.empty_icon,
div.detailsButtonBar img.empty_icon {
  height: 32px;
  width: 1px;
}

td.tableHeaderHeight {
  height: 42px;
}

td.header_button {
  width: 32px !important;
  padding: 0;
  margin: 0;
}

#idTRHeaderMenu a {
  font-size: 14px;
  padding-right: 3px;
}

#idTRHeaderMenu .tabSelected a,
#idTRHeaderMenu .tabSelected a:hover {
  color: #555555;
  text-decoration: none;  
}
#idTRHeaderMenu .tabSelected {
  background:#CCCCCC;
  border-radius: 7px;
}

#idTableOverflowMenu a {
  color: #666666;
}
#idSpanGlobalMenu {
  font-size: 14px;
}

#idDivOverflowMenu > table > tbody > tr > .tab {
  padding: 2px 5px;
  border: 1px solid #fff;
  font-size: 14px;
}

#idDivOverflowMenu > table > tbody > tr > .tab:hover {
  background:#CCCCCC !important;
  color: #666666 !important;
  border-radius: 7px;
  opacity: 1 !important;
  border: 1px solid #fff
}

#idTableOverflowMenu .tabSelected a {
  color: #555555;
}

td.tab,
td.tabSelected {
  cursor: pointer;
  width: 125px;
  height: 34px;
  padding: 2px 4px;
  margin: 0;
  white-space: nowrap;
}

td.tab {
  border-right: 1px solid #fff;
  border-bottom-width: 0px;
}

td.tabSelected {
  border-right: 1px solid #fff;
  border-bottom-width: 0px;
}

td.emptyTab {
  min-width: 125px;
  height: 0;
  padding: 2px 4px;
  margin: 0;
  white-space: nowrap;
  border-right: 1px solid #aaa;
  border-bottom-width: 0px;
}

td.tab {
  background-color: #fff !important;
  color: #0a0a0a !important;
}

td.tab a,
td.tab a:visited,
td.tab a:active {
  text-decoration: none;
}

td.tab:hover,
td.tabSelected:hover { 
  color: #706767;
}
#idTRHeaderMenu > .tab:hover {
  opacity: 0.8;
}

td.Selected {
  color: #555;
  background-color: #fff;
}

td.primary a:hover {
  color: #555;
  background-color: #fff;
}

/*missing tab selected input*/
td.tab input,
td.tabSelected input {
  display: inline-block;
  margin: 0 3px;
  padding: 0 0 0 2px;
  color: #555;
}

/*set max size for images */
td.tab img,
td.tabSelected img {
  max-width: 25px;
  max-height: 25px;
}

#idTdOverflowTab {
  width: 32px;
  cursor: pointer;
  background-color: #666;
  border-right: 1px solid #aaa;
  border-bottom-width: 0px;
  padding: 0 15px 0 15px;
}

#idTdOverflowTab:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#idDivOverflowMenu {
  position: fixed;
  top: 65px;
  z-index: 40000;
  border: 1px solid #ebe0e0;
  max-height: 90%;
  overflow: auto;
  direction: ltr;
  border-radius: 7px;
  padding: 2px;
  background: #fff;
  right:160px;
}

#idNotificationList {
  position: fixed;
  top: 60px;
  z-index: 40000;
  border: 1px solid #ebe0e0;
  max-height: 90%;
  overflow: auto;
  direction: ltr;
  border-radius: 7px;
  padding: 10px;
  background: #fff;
  right:200px;
}

#idNotificationList > table > tbody > tr > .tabn {
  padding: 8px;
  border: 1px solid #fff;
  font-size: 14px;
}

#idNotificationList > table > tbody > tr > .tabn:hover {
  color: #7a7878 !important;
  border-radius: 7px;
  opacity: 1 !important;
  border: 1px solid #fff;
  cursor: pointer;
}
.tabn > a {
  text-decoration: none;
}

#idNotificationList > table > tbody > tr > .danger-text {
 background-color: #d0d0d4 !important;
}



#idNotificationList > table > tbody > tr > .tabn:hover > a {
  color: #7a7878 !important;
  text-decoration: none;
}

.noti-btn {
  margin-left: 6px;
  font-size: 12px;
  text-decoration : none;
}

.noti-btn:hover {
  text-decoration : underline;
}


.notification-icon {
  position: relative;
  font-size: 24px;
  color: #333;
}

.badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 3px 6px;
  font-size: 11px;
}

#idTdOrgLogo > img {
  padding: 13px 0px 0px 10px;
}

.notification-list tbody {
  display: block;
  max-height: 180px;
  overflow-y: scroll;
}

#idTableOverflowMenu td.tab,
#idTableOverflowMenu td.tabSelected {
  min-width: 165px;
  text-align: left;
  padding: 0 5px;
}

#idTableOverflowMenu td.tabSelected {
  background-color: #CCCCCC;
  border-radius: 7px;
}

#idDivMainMenuBar {
  position: fixed;
  top: 0;
  right: 0px; /*hiding last right border*/
  width: 100%;
  height: 100px;
  background-color: #FCFCFC;
  z-index: 4000;
}

#idDivMainMenuBar table.mainBar {
  background-color: #FCFCFC;
}

#idTableHeaderMenu {
  padding-top:10px;
  font-size: 14px;
}

#idDivMainMenuBar td.primary a,
#idDivMainMenuBar td.primary a:visited,
#idDivMainMenuBar td.primary a:active {
  color: #555;
}

#idDivMainMenuBar td.hl7 a,
#idDivMainMenuBar td.hl7 a:visited,
#idDivMainMenuBar td.hl7 a:active {
  color: #555;
}

#idDivMainMenuBar td.referrals a,
#idDivMainMenuBar td.referrals a:visited,
#idDivMainMenuBar td.referrals a:active {
  color: #555;
}

#idDivSubHeaderMenu {
  position: fixed;
  top: 100px;
  left: 0;
  vertical-align: bottom !important;
  width: 100%;
  min-height: 42px;
  background-color: #666;
  color: #fff;
  z-index: 2001;
}

#idDivSubHeaderMenu select {
  font-size: 100%;
}

#idDivSubHeaderMenu a,
#idDivSubHeaderMenu a:visited,
#idDivSubHeaderMenu a:active {
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

#idDivSubHeaderMenu a:hover {
  text-decoration: underline;
}

#idDivSubHeaderMenu td.subHeaderLabel {
  white-space: nowrap;
  width: 7em;
  padding: 0 6px;
  font-weight: bold;
  height: 42px;
}

#idDivSubHeaderMenu td.subHeaderLabel td {
  font-weight: bold;
}

#idDivSubHeaderMenu td.subHeaderSearchLabel {
  height: 42px;
  white-space: nowrap;
  font-weight: bold;
}

#idDivSubHeaderMenu td#idTdSubHeaderFiller {
  width: 90%;
}

#idDivSubHeaderMenu td.toggle {
  width: 19px;
  padding-left: 5px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

#idDivSubHeaderMenu td.clientBar {
  white-space: nowrap;
  background-color: #666666;
  color: #fff;
}

#idDivSubHeaderMenu td.clientBar img {
  margin: 0 2px;
  vertical-align: bottom;
}

#idDivSubHeaderMenu td.clientFlags img {
  margin: 0 !important;
  height: 24px;
  width: 24px;
}

.unlockTaskReason {
  min-width: 100% !important;
  /*height: 100% !important;*/
}

.task,
.task_selected {
  background-color: #94938d;
  color: #fff;
}

.calls {
  background-color: #66a2b5;
  color: #fff;
}

.target_tracking {
  background-color: #eca01f;
  color: #fff;
}

.target_tracking_request {
  margin: 1em;
  padding: 0.5em;
  border: 1px solid #eca01f;
}

#idDivSubHeaderMenu td.consent,
#idDivSubHeaderMenu td.cntrct,
#idDivSubHeaderMenu td.summary,
#idDivSubHeaderMenu td.appointments,
#idDivSubHeaderMenu td.contacts,
#idDivSubHeaderMenu td.calls,
#idDivSubHeaderMenu td.scheduled_workers,
#idDivSubHeaderMenu td.casedata,
#idDivSubHeaderMenu td.casenotes,
#idDivSubHeaderMenu td.payments,
#idDivSubHeaderMenu td.task,
#idDivSubHeaderMenu td.bed,
#idDivSubHeaderMenu td.consent_selected,
#idDivSubHeaderMenu td.chymh_selected,
#idDivSubHeaderMenu td.cntrct_selected,
#idDivSubHeaderMenu td.summary_selected,
#idDivSubHeaderMenu td.appointments_selected,
#idDivSubHeaderMenu td.contacts_selected,
#idDivSubHeaderMenu td.calls_selected,
#idDivSubHeaderMenu td.casedata_selected,
#idDivSubHeaderMenu td.casenotes_selected,
#idDivSubHeaderMenu td.payments_selected,
#idDivSubHeaderMenu td.task_selected,
#idDivSubHeaderMenu td.bed_selected {
  width: 100px;
  white-space: nowrap;
  color: #fff;
  padding: 0 7px;
}

#idImg_idButtonClientMenu,
#idDivSubHeaderMenu td.consent img,
#idDivSubHeaderMenu td.appointments img,
#idDivSubHeaderMenu td.contacts img,
#idDivSubHeaderMenu td.calls img,
#idDivSubHeaderMenu td.scheduled_workers img,
#idDivSubHeaderMenu td.casedata img,
#idDivSubHeaderMenu td.casenotes img,
#idDivSubHeaderMenu td.consent_selected img,
#idDivSubHeaderMenu td.chymh_selected img,
#idDivSubHeaderMenu td.appointments_selected img,
#idDivSubHeaderMenu td.contacts_selected img,
#idDivSubHeaderMenu td.calls_selected img,
#idDivSubHeaderMenu td.casedata_selected img,
#idDivSubHeaderMenu td.casenotes_selected img {
  min-width: 22px;
}
#idDivSubHeaderMenu .clientBar.clientFlags img {
  min-width: 24px;
}

#idDivSubHeaderMenu td.cntrct img,
#idDivSubHeaderMenu td.summary img,
#idDivSubHeaderMenu td.payments img,
#idDivSubHeaderMenu td.task img,
#idDivSubHeaderMenu td.bed img,
#idDivSubHeaderMenu td.cntrct_selected img,
#idDivSubHeaderMenu td.summary_selected img,
#idDivSubHeaderMenu td.payments_selected img,
#idDivSubHeaderMenu td.task_selected img,
#idDivSubHeaderMenu td.bed_selected img,
#idDivSubHeaderMenu #idTdClientSummaryTab img {
  min-width: 32px;
}

#idDivSubHeaderMenu table.button {
  font-weight: normal;
  font-size: initial;
  border-collapse: collapse;
  border-spacing: 0;
}

#idDivSubHeaderMenu label {
  font-weight: normal;
}

#idDivSubHeaderMenu label:hover,
#idDivSubHeaderMenu label.selected:hover {
  background: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

table.subheaderBar {
  background-color: #555;
}

/*Master status & Details message boxes*/
#idMasterStatusMessage {
  display: table-cell;
  height: 42px;
  vertical-align: middle;
}

#idDetailsMessage {
  position: fixed;
  top: 184px;
  right: 15px;
  overflow: auto;
  background: transparent url(transparency.png);
  padding-left: 15px;
  max-height: 50%;
}

#idDetailsMessage li {
  display: block;
}

/*details button bar initial look*/
div.detailsButtonBar {
  background: transparent url(transparency.png);
  z-index: 2222;
  border-radius: 2px;
}

/*details message display in client file*/
td.clientPageContent #idDetailsMessage {
  top: 235px;
}

div.topButtonBar {
  position: fixed;
  right: 15px;
  top: 70px;
  z-index: 4000;
}

table.pageContent {
  margin-top: 142px;
  background: transparent;
  margin-bottom: 60px;
}

table.portalContent {
  margin-top: 142px;
  background: transparent;
}

td.clientPageContent {
  position: relative;
  z-index: 100;
  background-color: #fff;
  padding: 42px 0px 0px 0px;
}

td.clientPageContent div.detailsButtonBar {
  position: fixed;
  right: 0;
  top: 185px;
}

td.clientPageContent div#idDivDetailsContent.ocan {
  margin-top: 10px;
}

td.reportPageContent {
  position: relative;
  z-index: 100;
  background-color: #fff;
}

td.reportPageContent div.detailsButtonBar {
  background-color: #666;
  color: #fff;
}

td.reportPageContent td.fieldInput {
  width: auto;
}

td.reportPageContent td.fieldInputStatic {
  width: auto;
}

table.eLibraryPageContent {
  margin-top: 84px;
  background: transparent;
}

td.pageContent,
td.noHeaderPageContent,
td.lightHeaderPageContent,
td.eLibraryPageContent {
  padding: 0;
  position: relative;
  z-index: 100;
  background-color: #fff;
}

td.pageContent div.detailsButtonBar,
td.portalContent div.detailsButtonBar,
td.eLibraryPageContent div.detailsButtonBar {
  position: fixed;
  right: 0;
  top: 142px;
  overflow: auto;
}

table.popupContent {
  margin-top: 50px;
  background: transparent;
}

td.popupContent div.detailsButtonBar {
  position: fixed;
  right: 0;
  top: 0;
  overflow: auto;
}

table.popupContent #idDetailsMessage {
  top: 35px;
}
.completed,
.completed td {
  color: #26a426 !important;
}

.overdue,
.overdue td {
  color: red !important;
}

.due,
.due td {
  color: orange !important;
}

div#idDivReferralHeader {
  margin-top: 40px;
}

div#idDivReferralHeader div.detailsButtonBar {
  position: fixed;
  right: 0;
  top: 0;
}

div#idDivReferralHeader div.detailsButtonBar #idDetailsMessage {
  position: fixed;
  top: 48px;
  right: 27px;
  max-height: none;
}

div.detailsButtonBar div.referralLinks {
  margin-top: 7px;
}

td.noHeaderPageContent div.detailsButtonBar {
  position: fixed;
  right: 15px;
  top: 2px;
}

td.lightHeaderPageContent div.detailsButtonBar {
  position: fixed;
  right: 0;
  top: 0;
}

td.lightHeaderPageContent div#idDetailsMessage {
  top: 40px;
}

body.popupWindow div.detailsButtonBar {
  position: fixed;
  right: 0;
  top: 0;
}

body.popupWindow div#idDetailsMessage {
  top: 40px;
}

/*Previous/Next buttons*/
#idDivContentHeader {
  height: 42px;
  font-weight: bold;
}

/*Search*/
div#idDivSearchSection {
  padding: 5px;
}

table.searchTable {
  padding: 32px 0px 5px 0px;
  background-color: #ededed;
}

table.fourColumns {
  display: block;
}

td.param {
  display: block;
  break-inside: avoid;
  break-after: auto;
}

table.param {
  width: 100%;
}

table.param td.label {
  text-align: left;
}

div.customColumns td {
  vertical-align: top !important;
}

div.searchParam,
div.columnItem,
table.columnItem {
  overflow-wrap: normal;
  word-wrap: normal;
  -ms-word-break: normal;
  word-break: normal;
  break-inside: avoid-column;
  width: 100%;
}

div.searchParam select,
div.searchParam input {
  max-width: 330px;
}

td.searchLabel,
table.searchTable td.label {
  white-space: normal;
  padding: 5px;
  text-align: right;
}

table.searchTable td.mandatory {
  color: #555;
}

td#idTdSearchParams td.mandatory {
}

#idDivSearchResults {
  border-top: 5px;
}

table.searchResultsBar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: 32px;
}

table.searchResultsBar td {
  margin: 0;
  padding: 0 5px;
  vertical-align: middle;
}

table.searchResultsBar img.small_icon {
  width: 28px;
  height: 28px;
}

table.searchResultsBar a {
  color: #fff;
}

table.searchResultsBar a:hover,
table.searchResultsBar a:active {
  color: #fff;
}

td.searchResults {
  vertical-align: middle !important;
  padding-left: 5px;
  height: 32px;
}

td.searchResults img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

table.searchResultsTable {
  width: 100%;
  border-spacing: 0;
}

table.searchResultsTable td {
  height: 20px;
  padding-top: 5px;
}

tr#idTREmptyRow td {
  vertical-align: middle;
  padding-left: 5px;
}

td.searchResults {
  vertical-align: middle !important;
  cursor: pointer;
}

table.searchResultsTable td {
  border-left: 1px dotted #ccc;
  padding: 5px 2px 0 2px;
}

table.searchResultsTable tr.primary {
  font-size: 90%;
  color: #fff;
  background-color: #666;
}

table.searchResultsTable tr.secondary {
  font-size: 90%;
  color: #fff;
  background-color: #777;
}

table.searchResultsTable tr.primary .hyperlink,
table.searchResultsTable tr.secondary .hyperlink {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

table.searchResultsTable tr.header td {
  font-weight: normal;
}

/*tbody#idTBodyMasterList td{ border-right:1px solid #eee; }*/
.searchResultsTable ul {
  margin: 0;
  padding: 1px;
}

.searchResultsTable ul li {
  list-style-position: inside;
  list-style-type: square;
  display: compact;
  white-space: nowrap;
}

#idDivReportBodyResults .searchResultsTable ul li {
  white-space: normal;
}

.searchResultsTable tr {
  min-height: 25px;
}

tr.searchResultsTableHeader {
  background-color: #666;
  color: #eee;
  height: 34px;
}

tr.searchResultsTableHeader td {
  padding-bottom: 5px;
}

tr.searchResultsTableHeader td,
tr.searchResultsTableHeader img {
  vertical-align: bottom !important;
  font-size: 85%;
}

tr.searchResultsTableHeader a {
  color: #eee;
}

tr.searchResultsTableHeader a:hover {
  color: #ffffff;
}

tr.searchResultsTableHeader .hyperlink {
  color: #eee;
}

tr.searchResultsTableHeader .hyperlink:hover {
  color: #ffffff;
}

table.searchResultsSubTable {
  width: 100%;
  border: 1px solid #aaa;
  font-size: 95%;
  margin-bottom: 5px;
}

tr.searchResultsTableSubHeader td {
  background-color: #aaa;
  color: #fff;
  vertical-align: bottom;
  font-size: 95%;
}

tr.searchResultsTableSubHeader img {
  height: 20px;
  width: 20px;
}

tr.searchResultsSubHeader td {
  background-color: #eee;
  vertical-align: bottom;
}

.searchResultsTable img {
  height: 24px;
  width: 24px;
  padding: 0;
  margin: 0;
}

div.readonlySearchParameters {
  margin: 2px 5px;
  background-color: #eee;
}

div.readonlySearchParameters td.label {
  font-weight: bold;
}

div.readonlySearchParameters td {
  display: inline-block;
}

/*Header light & external referrals*/
table.pageLogo {
  height: 5.5em;
  padding-left: 140px;
}

/*Menus*/
div.pageNav {
  position: fixed;
  padding: 0;
  max-height: 70%;
  max-width: 80%;
  overflow: auto;
  z-index: 2001;
  background-color: #ccc;
  margin: 0;
  padding: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

div.menuWrapper {
  padding-bottom: 7px;
  min-width: 15em;
  background-color: #fff;
}

div.hoverMenu {
  position: fixed;
  overflow: auto;
}

/*div.hoverMenu .menuHeader{ display:none; }*/
div.menuWrapper div.hoverMenu {
  margin-left: 14em;
  margin-top: -32px;
}

div.menuWrapper div.tableFooter {
  background-color: #fff;
}

div.menuWrapper table td {
  padding: 0;
  margin: 0;
}

div.menuWrapper div.menuHeader {
  font-weight: bold;
  background-color: #666;
  color: #fff;
  padding: 8px 10px;
}

div.menuWrapper a.hyperlink {
  display: block;
  float: left;
  width: 5em;
  padding: 1px 10px;
  text-align: left;
  color: #666666;
  text-decoration: none !important;
}

div.menuWrapper a.hyperlink:hover {
  background-color: #ffffff;
  color: #666666;
  text-decoration: none !important;
}

div.menuItem,
div.menuItemSelected,
div.menuItemDisabled,
div.menuItemWarning {
  min-height: 32px;
  padding: 0 10px;
  cursor: pointer;
}

#idDivSubHeaderMenu div.menuItem {
  text-decoration: none !important;
  color: #555;
}

div.menuItem:hover {
  background-color: #ccc;
}

div.menuItemWarning {
  text-decoration: none !important;
  color: #bc181b;
  font-weight: bold !important;
  cursor: pointer;
}

div.menuItemWarning a {
  color: #bc181b !important;
  font-weight: bold !important;
}

div.menuItemWarning:hover {
  text-decoration: none !important;
}

div.menuItem .warning,
div.menuItemSelected .warning {
  font-weight: normal;
}

div.menuItemSelected {
  text-decoration: none !important;
  color: #555;
  background-color: #ddd;
}

div.menuItemDisabled {
  text-decoration: none !important;
  color: #ccc;
}

div.menuItemDisabled img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#idDivSubHeaderMenu div.menuList a.menuItem,
span.menuItem {
  text-decoration: none !important;
  color: #555 !important;
}

#idDivSubHeaderMenu span.menuItem:hover {
  text-decoration: none !important;
}

a.subMenuItem {
  display: block;
  padding-left: 2em;
  color: #666666;
}

a.subMenuItem:hover {
  color: #ddd;
}

/*Spinner*/
.spinner {
  background-color: transparent;
}

/*Signature*/
div.signature {
  width: 200px;
  height: 35px;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
  page-break-inside: avoid !important;
}

div.signatureWindow {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: transparent url(bg_transparency.png);
  z-index: 5000;
}

div.signatureParent {
  background-color: #fff;
  border: 1px solid #333;
  margin: 147px 30px 0 30px;
  padding: 10px;
}

td.notes {
  width: 600px;
}

div.shadowBox {
  box-shadow: 5px 10px 15px rgba(34, 34, 34, 0.7);
}

td.image {
  width: 19px;
  text-align: center;
  white-space: nowrap;
}

td.optionalImage {
  max-width: 19px;
  padding: 0 !important;
  margin: 0 !important;
}

td.optionalImage table {
  display: inline-block;
  max-width: 19px;
  margin: 0;
  padding: 0;
  text-align: center;
}

table.searchTable img {
  width: 20px;
  height: 20px;
}

td.eLibraryPicture {
  min-width: 104px;
  min-height: 134px;
  width: 104px;
  height: 134px;
}

.eventtype {
  min-width: 10em;
}

.eventtype label {
  color: #000;
}

.eventtype label:hover {
  background-color: transparent;
  color: #fff;
}

span.info {
  border-bottom: thin dashed #999;
  padding: 2px 2px 0 2px;
}

td.chymhRow {
  padding-left: 25px;
}

/*contract$ module*/
.wage {
  background-color: #ffffff;
}

.cntrct_expense {
  background-color: #ffffff;
}

.overBudget {
  color: #ff0000;
}

.onBudget {
  color: #01a42d;
}

.other {
  border-bottom: 1px dashed #ccc;
  margin-top: 0.2em;
}

td.borderLeft {
  border-left: 1px solid #ccc;
}

div.other img {
  margin-right: 0.2em;
  margin-bottom: -0.2em;
}

/*Table Rows*/
tr.rep td,
tr.rep1 td,
tr.rep2 td,
tr.row td,
tr.row1 td,
tr.row2 td,
tr.repSelected td {
  height: 25px;
}

tr.rep td {
  background-color: #ffffff;
  color: #555;
  vertical-align: top;
}

tr.rep:hover td:not(:last-child) {
  background-color: #f9db82;
  color: #555;
  cursor: pointer;
  vertical-align: top;
}

tr.rep1 td {
  background-color: #ffffff;
  color: #555;
  vertical-align: top;
}

tr.rep1:hover td {
  background-color: #f9db82;
  color: #555;
  cursor: pointer;
  vertical-align: center;
}

tr.rep2 td {
  background-color: #eee;
  color: #555;
  vertical-align: top;
}

tr.rep2:hover td {
  background-color: #f9db82;
  color: #555;
  cursor: pointer;
  vertical-align: top;
}

tr.rowOdd td {
  background-color: #ffffff;
  color: #555;
  vertical-align: top;
}

tr.rowEven td {
  background-color: #eee;
  color: #555;
  vertical-align: top;
}

tr.row td {
  background-color: #eee;
  color: #555;
  vertical-align: top;
}

tr.row1 td {
  background-color: #eee;
  color: #555;
  vertical-align: top;
}

#idFormGoalPlan tr.row1 td {
  word-break: break-word;
  text-align: justify;
}

#idFormGoalPlan tr.row2 td {
  word-break: break-word;
  text-align: justify;
}

#idFormGoalPlan tr.row td {
  word-break: break-word;
  text-align: justify;
}

tr.row2 td {
  background-color: #ddd;
  color: #555;
  vertical-align: top;
}

tr.repHighlight td {
  background-color: #ddd;
  color: #555;
  vertical-align: top;
}

tr.repSelected td {
  background-color: #f9db82;
  color: #555;
  vertical-align: top;
}

tr.deprecated td,
tr.deprecated td select,
tr.deprecated td input {
  color: #555 !important;
}

td.newLink {
  width: 15px;
  background: #fff url(new_button.png) no-repeat 50% 50% !important;
}

td.newLinkHeader {
  background-color: #fff !important;
}

div.highlightClickable {
  background-color: #ddd;
  color: #555;
  cursor: pointer;
}

div.highlightSelected {
  background-color: #ddd;
  color: #555;
}

/*alignment of input fields inside forms like case data*/
td.fieldInput {
  width: 70%;
  text-align: left;
}

td.fieldInput select {
}

td.fieldInput textarea {
  width: 90%;
  min-width: 25em;
  max-width: 40em;
  height: 15px;
}

td.fieldInputStatic {
  width: 70%;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dashed #ccc;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  min-height: 1em;
  page-break-inside: avoid !important;
}

table.searchTable td.fieldInput,
table.searchTable td.fieldInputStatic {
  width: 30%;
}
table.searchTable td.rightCol {
  min-width:30% !important;
}

td.fieldLabel {
  text-align: right;
  width: 30%;
  vertical-align: top;
}

.fieldLabelSub {
  font-size: 12px;
  font-style: italic;
}

td.fieldLabelDisabled {
  text-align: right;
  width: 45ex;
  color: #777;
}

td.fieldLabelNarrow {
  width: 25ex;
  text-align: right;
}

td.fieldLabelWide {
  width: 35ex;
  text-align: right;
}

div.addOnCycle td.fieldLabel,
div.addOnCycle td.fieldInput,
div.addOnCycle td.fieldInputStatic {
  display: block;
  text-align: left;
  width: 100%;
}

div.addOnCycleSection {
  border-right: 1px dashed #666;
  border-bottom: 1px dashed #666;
  border-left: 1px dashed #666;
  padding-bottom: 2px;
  background-color: #ffffff;
}

td.contract {
  background-color: #ffffff;
}

td.contactClient,
td.apptClient {
  border-bottom: 1px dashed #666;
}

td.staticInput {
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
}

span.staticInput {
  text-align: left;
  vertical-align: top;
  border: 1px solid #ddd;
  border-top: 1px solid #aaa;
  padding: 1px 3px;
}

div.fieldInputMsg {
  color: #600;
}

td.fieldStatic {
}

td.listLabel {
  padding-top: 5px;
  vertical-align: top;
}

td.errorIcon {
  width: 0 !important;
  vertical-align: top;
  font-size: 90%;
}

td.result {
  font-size: 90%;
  width: 26px;
  padding: 0;
  margin: 0;
}

div.result {
  min-width: 25px;
  min-height: 18px;
  border: 1px solid #999;
  background-color: #fff;
  padding: 5px 2px;
  text-align: center;
}

td.rolodex {
  text-decoration: none;
  text-align: center;
  background-color: #82b5c4;
  color: #fff;
  cursor: pointer;
  padding: 2px 7px;
}

td.rolodexOn {
  text-decoration: none;
  text-align: center;
  background-color: #666666;
  color: #fff;
  cursor: pointer;
  padding: 2px 7px;
}

td.rolodexSelected {
  text-decoration: none;
  text-align: center;
  background-color: #666666;
  color: #fff;
  cursor: pointer;
  padding: 2px 7px;
}

table.rolodex {
  background: #ffffff;
}

table.org_report td.fieldLabel {
  width: 25em;
}

table.org_report td.fieldInputStatic {
  border: 1px solid #ccc;
  min-width: 2em;
}

table.org_report th.fieldInputStatic {
  background-color: #ccc;
  padding: 2px;
}

td.multiLine {
  vertical-align: top;
}

table.pageContent {
  background: transparent;
}

td.date,
td.checkbox,
td.boolean,
td.id {
  text-align: center;
  white-space: nowrap;
}

td.number,
td.numberFormat {
  text-align: right;
  white-space: nowrap;
  width: 50px;
}

td.address {
  min-width: 250px;
}

td.checkbox {
  width: 25px;
}

td.id {
  width: 50px;
}

tr.header td {
  white-space: normal;
  font-weight: bold;
}

td.date {
  min-width: 10ex;
}

div.tableHeader {
  text-align: left;
  margin: 0px;
  font-weight: bold;
  min-height: 42px;
  padding-left: 5px;
  vertical-align: middle;
}

div.tableHeader td {
  vertical-align: middle !important;
}

div.tableHeader a,
div.tableHeader a:visited,
div.tableHeader a:active {
  text-decoration: none;
}

div.tableSubHeader {
  text-align: left;
  margin: 4px;
  padding: 4px;
}

div.tableMiddleHeader {
  text-align: left;
  min-height: 32px;
  margin-bottom: 3px;
  padding-left: 5px;
}

div.tableMiddleHeader table {
  height: 100%;
}

div.tableMiddleHeader table td {
  vertical-align: middle !important;
}

div.tableFooter {
  padding: 0;
  text-align: left;
  background-color: transparent;
}

.primaryBorderSide {
  padding-left: 5px;
}

div.quickSearch {
  padding: 5px 5px;
}

div.error {
  color: #bc181b;
  line-height: 120%;
}

div.errorMsg {
  color: #bc181b;
}

div.error a,
td.error,
span.error {
  color: #bc181b !important;
  text-decoration: none;
}

.deleted {
  text-decoration: line-through !important;
}

div.warning,
span.warning {
  color: #bc181b;
}

div.error ul {
  list-style-type: circle;
  margin: 3px 0px;
}

div.error ul li {
  padding: 2px 0px;
}

div.error .hyperlink {
  color: #bc181b !important;
}

div.spacer {
  padding: 0.25em;
  clear: both;
}

div.smallSpacer {
  padding: 0.1em;
  clear: both;
}

table.button td {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border-width: 0 !important;
}

table.buttonOff td,
table.buttonOn td {
  font-weight: normal;
  border-width: 0 !important;
}

table.buttonOff {
  border: 1px dotted transparent;
}

table.buttonOn,
table.buttonOff:hover {
  cursor: pointer;
  border: 1px dotted #ddd;
}

div.modalDialog_contentDiv table.buttonOn,
div.modalDialog_contentDiv table.buttonOff:hover {
  color: #ddd;
}

span.headerButtonOff {
}

span.headerButtonOn {
}

span.headerButtonOff:hover {
  border: 1px dotted #aaa;
  color: #aaa;
  cursor: pointer;
}

div.statusMessage {
  text-align: center;
  color: #bc181b;
}

tr.rep1 td select,
tr.rep2 td select {
  font-family: "adelle-sans", "Helvetica", "Arial", sans-serif;
  font-size: 100%;
}

div.multiSelectButtons {
  font-size: 90%;
}

div.multiSelectButtons input {
  font-size: 100%;
  border: 0;
  background: none;
  color: #666666;
  text-decoration: underline;
  cursor: pointer;
}

div.multiSelectButtons input:hover {
  font-size: 100%;
  color: #ddd;
}

div.radioGroup {
}

table.helpContent {
  position: absolute;
  background: transparent url(close_button.png) 3px 3px no-repeat;
  padding-top: 25px;
  font-size: 90%;
  margin: -22px 20px 0 -22px;
}

table.helpContent td {
  background-color: #fff;
  padding: 2px 4px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  padding-right: 30px;
}

table.helpContent td.header {
  background: #666666 url(primary_bar.png) repeat-x 0 0;
  color: #fff;
  font-size: 100%;
}

table.helpContent td.subheader {
  background: #98a4ad url(secondary_bar.png) repeat-x 0 0;
  color: #000;
  font-size: 100%;
}

div.helpContent {
  padding: 1px 5px 1px 5px;
}

div.helpSection ul {
  margin-top: -1em;
}

div.helpSectionTitle {
  font-size: 150%;
  margin-left: 1em;
}

div.helpSectionTop {
  float: right;
  margin-right: 1em;
}

div.helpSectionTop a {
  text-decoration: none;
}

p.helpImportantTip {
  font-style: italic;
  padding: 0px 7% 0px 7%;
}

p.helpImportantTip b {
  font-style: normal;
  text-transform: UPPERCASE;
}

ul.helpNav {
  list-style-type: circle;
}

div.whatsNew table td {
  border-bottom: 1px solid #ddd;
}

div.reportTitle {
  font-size: 125%;
  text-align: center;
}

div.reportTime {
  font-size: 65%;
  float: right;
  line-height: 1em;
}

div.reportResource {
  width: 100%;
}

div.reportResource p {
  text-align: center;
}

div.reportResource object {
  width: 98%;
  height: 25em;
}

div.reportResourceObjectAlt {
  text-align: center;
}

div.reportResourceObjectAlt a {
  font-size: 125%;
}

table.reportButtonBar {
  vertical-align: middle;
}

.pageHeader {
  vertical-align: middle;
}

.pageHeaderLogo {
  width: 33%;
}

.pageHeaderTitle {
  font-size: 125%;
}

td.uiListItemSelected {
  cursor: pointer;
  background-color: #cce67c;
}

td.uiListItemSelected:hover {
  background-color: #f9db82;
}

td.uiListItemSelectedRO {
  /* background-color: #CCE67C; */
  cursor: default;
}

td.uiListItem {
  cursor: pointer;
}

td.uiListItem:hover {
  background-color: #f9db82;
}

div.uiLongQuestionLabel {
  margin: 3px 3px;
}

td.ocanListItemSelected {
  cursor: pointer;
  background-color: #cce67c;
}

td.ocanListItemSelected:hover {
  background-color: #ccc;
}

td.ocanListItemSelectedRO {
  background-color: #cce67c;
}

td.ocanListItem {
  cursor: pointer;
}

td.ocanListItem:hover {
  background-color: #ccc;
}

div.listItemSelected {
  cursor: pointer;
  background-color: #cce67c;
  padding-right: 5px;
}

div.listItemSelected:hover {
  background-color: #ccc;
}

div.listItem {
  cursor: pointer;
  padding-right: 5px;
}

div.listItem:hover {
  background-color: #ccc;
}

div.queryList {
  padding-bottom: 1px;
  padding-right: 1px;
}

table.staffRatingHeader {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.staffRatingHeader td {
  padding: 5px;
}

table.staffRatingTitle {
  width: 100%;
}

table.staffRatingTitle td:first-child {
}

table.staffRatingTitle td:first-child + td {
  width: 50px;
  text-align: center;
}

table.staffRatingTitle input {
  width: 4ex;
  text-align: right;
}

table.staffRatingPri {
  width: 100%;
}

table.staffRatingPri td {
  vertical-align: top;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

table.staffRatingPri td.selectable:hover {
  background-color: #ccc;
  cursor: pointer;
}

table.staffRatingPri td:first-child {
  width: 10%;
  border-right: 1px solid black;
}

table.staffRatingPri td:first-child + td,
table.staffRatingPri td:first-child + td + td {
  width: 27%;
  border-right: 1px solid black;
  padding-left: 10px;
}

table.staffRatingPri td:first-child + td + td + td {
  width: 27%;
  border-right: 1px solid black;
  padding-left: 10px;
}

table.staffRatingPri td:first-child + td + td + td + td {
  width: 10%;
  padding-left: 10px;
}

table.staffRatingSec {
  width: 100%;
}

table.staffRatingSec td {
  vertical-align: top;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

table.staffRatingSec td.selectable:hover {
  background-color: #ccc;
  cursor: pointer;
}

table.staffRatingSec td:first-child {
  width: 10%;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

table.staffRatingSec td:first-child + td,
table.staffRatingSec td:first-child + td + td,
table.staffRatingSec td:first-child + td + td + td {
  width: 27%;
  border-right: 1px solid black;
  padding-left: 10px;
}

table.staffRatingSec td:first-child + td + td + td + td {
  width: 10%;
  padding-left: 10px;
}

table.staffRatingSec ul {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

table.staffRatingSec ul li {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

td.staffRatingSelected {
  background-color: #cce67c;
}

td.staffRatingSelectedTemp {
  background-color: #cc7ce6;
}

table.selfNeed {
  width: 100%;
}

table.selfNeed td.selfNeedLegend {
  width: 10%;
  text-align: center;
  font-size: 90%;
  vertical-align: bottom;
  font-weight: bold;
}

table.selfNeed td.selfNeedNumber {
  border: 1px solid black;
  text-align: center;
  width: 10%;
  padding: 2px 2px;
}

table.selfNeed td.selfNeedLabel {
  border-top: 1px solid black;
  padding: 2px 2px 2px 4px;
}

table.selfNeed td.selfNeed {
  border-left: 1px solid black;
  border-top: 1px solid black;
  vertical-align: middle;
  width: 10%;
  text-align: center;
}

table.selfNeed td.selfNeedEnd {
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  vertical-align: middle;
  width: 10%;
  text-align: center;
}

table.selfNeed td.selfNeedSelecteable {
  border-left: 1px solid black;
  border-top: 1px solid black;
  vertical-align: middle;
  width: 10%;
  text-align: center;
  cursor: pointer;
}

table.selfNeed td.selfNeedSelecteableEnd {
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  vertical-align: middle;
  width: 10%;
  text-align: center;
  cursor: pointer;
}

table.selfNeed td.selfNeedSelected {
  background-color: #cce67c;
}

table.selfNeed td.selfNeedSelecteable:hover,
table.selfNeed td.selfNeedSelecteableEnd:hover {
  background-color: #ccc;
}

table.selfNeed td.selfNeedComment {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
}

table.selfNeed td.selfNeedComment div {
  padding: 2px 2px;
}

table.selfNeed textarea {
  width: 96%;
  height: 5em;
}

td.ocanStatusBarSection {
  width: 33%;
  cursor: pointer;
}

td.ocanStatusBarSection:hover {
  background-color: #ccc;
}

td.ocanStatusBarIcon {
  width: 19px;
}

td.ocanStatusBarDomainCd {
  width: 19px;
  text-align: right;
}

td.ocanStatusBarDomainLabel {
  text-align: left;
  white-space: nowrap;
  color: #fff;
}

div.ocanLongQuestionLabel {
  margin: 3px 3px;
  font-weight: bold;
}

td.ocanLongQuestionField {
  width: 100%;
}

td.ocanLongQuestionField textarea {
  width: 96%;
  height: 5em;
}

tr.drugRow:hover {
  background-color: #ccc;
}

td.ocanDrugLabel {
  width: 70%;
}

td.ocanDrug {
  cursor: pointer;
  text-align: center;
  width: 15%;
}

td.ocanDrugRO {
  text-align: center;
  width: 15%;
}

td.ocanDrugSelected {
  background-color: #cce67c;
}

#popitmenu {
  position: absolute;
  background-color: white;
  z-index: 10000 !important;
  border: 1px solid #ccc;
  padding-bottom: 5px;
}

#popitmenu td.contacts,
#popitmenu td.contacts,
#popitmenu td.appointments,
#popitmenu td.casenotes,
#popitmenu td.casedata,
#popitmenu td.payments {
  color: #fff !important;
  vertical-align: top;
}

div.infowin {
  position: absolute;
  z-index: 100;
  background-color: white !important;
  display: none;
  padding: 7px 12px;
  min-width: 20em;
  max-width: 35em;
  text-align: left;
  font-size: 110%;
}

div.popupMenuHeader {
  background-color: #666;
  color: #fff;
}

td.popupMenuHeaderContent {
  height: 32px;
  vertical-align: middle;
  padding: 0 5px;
  text-align: right;
}

div.popupMenuDivider {
  border-top: 1px solid #666;
}

div.popupMenuItem {
  padding: 5px;
}

div.popupMenuItem:hover {
  background-color: #cce67c;
  color: #555;
  cursor: pointer;
}

a.popupMenuItem {
  text-decoration: none;
  color: #555;
}

td.mainFieldLabel {
  font-size: 90%;
  text-transform: uppercase;
}

td.mainFieldHeader {
  font-size: 90%;
  text-align: right;
  text-transform: uppercase;
}

td.warning {
  background: transparent url(required_button.png) no-repeat 0 2px;
  padding-left: 25px;
}

td.subFieldLabel {
  font-size: 90%;
  padding-left: 5ex;
}

td.subFieldHeader {
  font-size: 90%;
  padding-left: 5ex;
  text-align: right;
}

td.mainFieldLabel,
td.subFieldLabel {
  text-align: right;
  color: #555;
  width: 50%;
}

td.clientField {
  color: #666666;
}

td.mainFieldLabelStatic {
  font-size: 90%;
  text-transform: uppercase;
}

td.mainFieldLabelStatic div.readOnlyShortDesc {
  text-transform: capitalize;
  font-weight: normal;
  font-style: oblique;
}

td.subFieldLabelStatic {
  font-size: 90%;
  padding-left: 5ex;
}

td.subFieldLabelStatic div.readOnlyShortDesc {
  font-weight: normal;
  font-style: oblique;
}

td.mainFieldLabelStatic,
td.subFieldLabelStatic {
  text-align: right;
  color: #555;
  width: 50%;
}

tr.secondary td.mainFieldLabelStatic {
  text-align: left;
  padding-left: 5px;
}

tr.cap,
tr.scale {
  background-color: #ddd;
}

td.capTitle {
  width: 35%;
  padding: 2px 4px;
}

td.capResult {
  font-size: 90%;
  border: 1px solid #bbb;
  padding: 2px;
  font-style: oblique;
}

td.capResultCode,
td.triggerResultCode {
  font-size: 90%;
  width: 20px;
  padding: 0 2px;
  margin: 0;
}

td.capResultCode div.result,
td.triggerResultCode div.result {
  width: 20px;
  min-height: 19px;
  padding: 4px 1px;
  text-align: center;
}

td.capCode {
  width: 25px;
}

td.capCode div.result {
  border: none;
  font-size: 90%;
}

td.fieldCode,
div.fieldCode {
  white-space: nowrap;
  max-width: 3em;
  border: 1px solid #999;
}

td.trigger,
td.triggerResult {
  margin: 0;
  padding: 2px;
}

td.trigger,
td.scale {
  border-bottom: 1px dashed #bbb;
  text-align: right;
}

td.triggerResult {
  font-size: 90%;
  font-style: oblique;
}

td.triggerResultCode div.result {
  border: 1px dashed #bbb;
  min-width: 25px;
  min-height: 18px;
  padding: 5px 2px;
  text-align: center;
}

td.capAction {
  padding: 4px 0;
  margin: 0;
}

td.capAction input {
  max-width: 10ex;
  font-size: 90%;
  margin: 1px;
  border: none;
  background: transparent url(transparency.png);
}

td.capAction textarea {
  margin: 1px;
  font-size: 90%;
  height: 25px;
  border: none;
  background: transparent url(transparency.png);
}

th.capAction {
  vertical-align: bottom !important;
}

td.trigger td {
  border: none;
}

td.scaleResult {
  text-align: center;
  font-size: 90%;
  border: 1px solid #bbb;
  padding: 2px;
}

.fieldGroupDescription,
.mainFieldGroupDescription,
.subFieldGroupDescription {
  color: #555;
  background-color: #eee;
}

div.fieldGroupDescription {
  padding: 5px 10px;
}

div.shortDesc {
  color: #555;
  font-size: 90%;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-style: oblique;
}

#idDivAlert {
  z-index: 400;
}

table#idDivAlert td {
  vertical-align: middle;
}

table#idDivAlert table {
  max-width: 600px;
  z-index: 400;
}

#alertMessage {
}

#idDivAlert table.buttonOff,
#idDivAlert table.buttonOn {
  margin-top: 5px;
}

div.pwdHints {
  padding-left: 20px;
}

div.pwdHints ul,
div.ocanSubError ul {
  list-style-type: circle;
  margin: 5px 0px 5px 0px;
}

div.pwdHints ul li,
div.ocanSubError ul li {
  padding: 2px 0px;
}

div#idDivNotificationPopup {
  position: fixed;
  left: 5px;
  bottom: 10px;
  width: 14em;
  z-index: 2000;
  border: 2px solid #999;
  padding: 2px;
  background-color: #ddd;
}

div#idDivRefreshNotificationPopup {
  position: fixed;
  left: 5px;
  bottom: 10px;
  width: 14em;
  z-index: 2000;
  border: 2px solid #999;
  padding: 2px;
  background-color: #ddd;
}

div.notificationPopup {
  background-color: #fff;
  padding: 3px 10px;
  font-size: 90%;
  color: #bc181b;
}

div#idDivAppLogContents pre {
  white-space: normal;
}

table.readOnlyTable {
  width: 100%;
}

table.readOnlyTable td {
  font-size: 90%;
  border-bottom: 1px solid #a7a77c;
  text-align: left;
}

div.readOnlyShortDesc {
  color: #555;
}

#Field_CHA_G_1_a_p,
#Field_CHA_G_1_a_c,
#Field_CHA_G_1_b_p,
#Field_CHA_G_1_b_c,
#Field_CHA_G_1_c_p,
#Field_CHA_G_1_c_c,
#Field_CHA_G_1_d_p,
#Field_CHA_G_1_d_c,
#Field_CHA_G_1_e_p,
#Field_CHA_G_1_e_c,
#Field_CHA_G_1_f_p,
#Field_CHA_G_1_f_c,
#Field_CHA_G_1_g_p,
#Field_CHA_G_1_g_c,
#Field_CHA_G_1_h_p,
#Field_CHA_G_1_h_c,
#Field_CHA_G_2_a_p,
#Field_CHA_G_2_a_c,
#Field_CHA_G_2_b_p,
#Field_CHA_G_2_b_c,
#Field_CHA_G_2_c_p,
#Field_CHA_G_2_c_c,
#Field_CHA_G_2_d_p,
#Field_CHA_G_2_d_c,
#Field_CHA_G_2_e_p,
#Field_CHA_G_2_e_c,
#Field_CHA_G_2_f_p,
#Field_CHA_G_2_f_c,
#Field_FS_K_2_a_a,
#Field_FS_K_2_a_b,
#Field_FS_K_2_b_a,
#Field_FS_K_2_b_b,
#Field_FS_K_2_c_a,
#Field_FS_K_2_c_b,
#Field_FS_K_2_d_a,
#Field_FS_K_2_d_b,
#Field_FS_K_2_e_a,
#Field_FS_K_2_e_b,
#Field_FS_K_2_f_a,
#Field_FS_K_2_f_b,
#Field_FS_K_2_g_a,
#Field_FS_K_2_g_b,
#Field_FS_K_2_h_a,
#Field_FS_K_2_h_b,
#Field_FS_M_1_a_1,
#Field_FS_M_1_a_2,
#Field_FS_M_1_b_1,
#Field_FS_M_1_b_2,
#Field_FS_M_1_c_1,
#Field_FS_M_1_c_2,
#Field_FS_M_1_d_1,
#Field_FS_M_1_d_2 {
  text-align: right;
}

#Field_DB_F_1_a_1,
#Field_DB_F_1_a_2,
#Field_DB_F_1_b_1,
#Field_DB_F_1_b_2,
#Field_DB_F_1_c_1,
#Field_DB_F_1_c_2,
#Field_DB_F_1_d_1,
#Field_DB_F_1_d_2,
#Field_DB_F_1_e_1,
#Field_DB_F_1_e_2,
#Field_DB_F_1_f_1,
#Field_DB_F_1_f_2,
#Field_DB_F_1_g_1,
#Field_DB_F_1_g_2,
#Field_DB_F_1_h_1,
#Field_DB_F_1_h_2,
#Field_DB_I_1_a_p,
#Field_DB_I_1_a_c,
#Field_DB_I_1_b_p,
#Field_DB_I_1_b_c,
#Field_DB_I_1_c_p,
#Field_DB_I_1_c_c,
#Field_DB_K_1_a_a,
#Field_DB_K_1_a_b,
#Field_DB_K_1_b_a,
#Field_DB_K_1_b_b,
#Field_DB_K_1_c_a,
#Field_DB_K_1_c_b,
#Field_DB_K_1_d_a,
#Field_DB_K_1_d_b,
#Field_DB_K_1_e_a,
#Field_DB_K_1_e_b,
#Field_DB_K_1_f_a,
#Field_DB_K_1_f_b,
#Field_DB_K_1_g_a,
#Field_DB_K_1_g_b,
#Field_DB_K_1_h_a,
#Field_DB_K_1_h_b,
#Field_DB_K_1_i_a,
#Field_DB_K_1_i_b,
#Field_DB_K_1_j_a,
#Field_DB_K_1_j_b,
#Field_DB_K_1_k_a,
#Field_DB_K_1_k_b,
#Field_DB_K_1_l_a,
#Field_DB_K_1_l_b,
#Field_DB_K_1_m_a,
#Field_DB_K_1_m_b,
#Field_DB_K_1_n_a,
#Field_DB_K_1_n_b,
#Field_DB_K_1_o_a,
#Field_DB_K_1_o_b,
#Field_DB_K_1_p_a,
#Field_DB_K_1_p_b {
  text-align: right;
}

#idCHA_G_1_aRow {
  display: none;
}

#idFS_F_1Row,
#idFS_G_1Row,
#idFS_K_2Row,
#idFS_M_1Row,
#idFS_M_1_cRow,
#idFS_K_1Row,
#idFS_D_2_a_1Row {
  display: none;
}

#idMHS_F_2Row {
  display: none;
}

#idDB_F_1Row,
#idDB_F_1_bRow,
#idDB_I_1Row,
#idDB_K_1Row,
#idDB_B_1Row,
#idDB_B_13Row {
  display: none;
}

#idRow_datis_SubRecord,
#idRow_datis_prescription_details,
#idRow_datis_ckbAssessment,
#idRow_datis_ckbDemographic,
#idRow_datis_agency_gambling_id {
  display: none;
}

tr.rep0 td {
  background-color: white;
  color: black;
  font-size: 200%;
}

/* TODO find a better name */
#idDivHelpMenu {
  -webkit-columns: 3 350px; /* Chrome, Safari, Opera */
  -moz-columns: 3 350px; /* Firefox */
  columns: 3 350px;
}

.twoColumns {
  -webkit-columns: auto 2;
  -moz-columns: auto 2;
  columns: auto 2;
}

.threeColumns {
  -webkit-columns: auto 3;
  -moz-columns: auto 3;
  columns: auto 3;
}

.fourColumns {
  -webkit-columns: auto 4;
  -moz-columns: auto 4;
  columns: auto 4;
}

.fiveColumns {
  -webkit-columns: auto 5;
  -moz-columns: auto 5;
  columns: auto 5;
}

.sixColumns {
  -webkit-columns: auto 6;
  -moz-columns: auto 6;
  columns: auto 6;
}

.smallColumns {
  -webkit-columns: 150px auto;
  -moz-columns: 150px auto;
  columns: 150px auto;
}

.mediumColumns {
  -webkit-columns: 250px auto;
  -moz-columns: 250px auto;
  columns: 250px auto;
}

.largeColumns {
  -webkit-columns: 350px auto;
  -moz-columns: 350px auto;
  columns: 350px auto;
}

.xLColumns {
  -webkit-columns: 450px auto;
  -moz-columns: 450px auto;
  columns: 450px auto;
}

.noBreak {
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
  page-break-inside: avoid; /* Theoretically FF 20+ */
  break-inside: avoid-column; /* IE 11 */
  display: table; /* Actually FF 20+ */
  width: 100%;
}

td.width10 {
  width: 10%;
}

td.width20 {
  width: 20%;
}

td.width30 {
  width: 30% !important;
}

td.width40 {
  width: 40%;
}

td.width50 {
  width: 50%;
}

td.width60 {
  width: 60%;
}

td.width70 {
  width: 70%;
}

td.width80 {
  width: 80%;
}

td.width90 {
  width: 90%;
}

td.width100 {
  width: 100%;
}

table.helpTable td {
  border: 1px solid #a7a77c;
  padding: 3px;
  margin: 0;
}

div.libraryName {
  color: #666666;
  text-decoration: underline;
}

div.libraryNameEditable {
  color: #666666;
  text-decoration: none;
  border: 1px solid #aaa;
}

div.libraryName:hover {
  color: #bc181b;
}

a.changed {
  color: #bc181b !important;
}

table.dataTable {
  width: 90%;
}

table.dataTable tr {
  margin: 0;
  padding: 0;
}

table.dataTable th {
  background-color: #eee !important;
  font-weight: bold;
  margin: 0;
  padding: 2px;
  border: 1px solid #555;
}

table.dataTable td {
  background-color: #fff !important;
  margin: 0;
  padding: 2px;
  border: 1px solid #555;
}

div.triggeredScaleCap {
  background-color: #c1ce7d;
  color: #555;
  margin: 0px 5px;
  padding: 2px;
}

div.triggeredScale {
  background-color: #fdf599;
  color: #555;
  margin: 0px 5px;
  padding: 2px;
}

div.triggeredCap {
  background-color: #a7c9d6;
  color: #555;
  margin: 0px 5px;
  padding: 2px;
}

tr.triggeredScaleCap {
  background-color: #c1ce7d;
  color: #555;
  margin: 0px 5px;
  padding: 2px;
}

tr.triggeredScale {
  background-color: #fdf599;
  color: #555;
  margin: 0px 5px;
  padding: 2px;
}

tr.triggeredCap {
  background-color: #a7c9d6;
  color: #555;
  margin: 0px 5px;
  padding: 2px;
}

td.valuetriggerLevelGreen {
  width: 16px;
  background-color: #218247 !important;
}

td.valuetriggerLevelOrange {
  width: 16px;
  background-color: #e87400 !important;
}

td.valuetriggerLevelYellow {
  width: 16px;
  background-color: #ddc026 !important;
}

td.valuetriggerLevelRed {
  width: 16px;
  background-color: #8c0000 !important;
}

.triggerLevelMissing {
  color: #aaa !important;
}

.triggerLevelGreen {
  color: #218247 !important;
  font-weight: bold;
}

.triggerLevelOrange {
  color: #e87400 !important;
  font-weight: bold;
}

.triggerLevelYellow {
  color: #ddc026 !important;
  font-weight: bold;
}

.triggerLevelRed {
  color: #8c0000 !important;
  font-weight: bold;
}

.chymhReportPrimary {
  background-color: #666;
  color: #fff;
  text-align: left;
  padding: 5px 10px 5px 10px;
}

td.mandatory input,
td.mandatory select,
td.mandatory textarea {
  border-width: 2px;
}

td.optional input,
td.optional select,
td.optional textarea {
}

#idDivSectionMenu {
  position: relative;
  background-color: #fff;
  line-height: 2em;
}

#idDivSectionMenu a {
  color: #666 !important;
  text-decoration: underline;
}

#idDivLoginFields,
#idDivLoginFields input,
#idDivLoginFields td {
  color: #555;
}

#idDivLoginFields input {
  font-size: 150%;
  border: none;
  outline: none;
}

#idDivLoginFields div.inputText {
  font-size: 150%;
}

input#idInputPwd,
input#idPassKey {
  width: 100%;
}

#idDivLoginFields a,
#idDivLoginFields a:visited,
#idDivLoginFields a:active {
  color: #82b5c4;
  text-decoration: none;
}

#idDivLoginFields a:hover {
  text-decoration: underline;
}

#idDivLoginFields a.french,
#idDivLoginFields a.french:visited,
#idDivLoginFields a.french:active {
  color: #bbb;
  text-decoration: none;
}

#idDivLoginFields a.french:hover {
  text-decoration: underline;
}

#idDivLoginFields .french {
  font-size: 80%;
  color: #bbb;
}

#idDivLoginFields span.hyperlink {
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}

#idDivLoginFields span.hyperlink:hover {
  text-decoration: none;
  background-color: #fff;
}

#idDivLogin a,
#idDivLogin a:visited,
#idDivLogin a:active {
  color: #82b5c4;
  text-decoration: none;
}

#idDivLogin a:hover {
  text-decoration: underline;
}

#idDivLogin a.french,
#idDivLogin a.french:visited,
#idDivLogin a.french:active {
  color: #bbb;
  text-decoration: none;
}

#idDivLogin a.french:hover {
  text-decoration: underline;
}

#idDivLogin .french {
  font-size: 80%;
  color: #bbb;
}

#idDivLogin span.hyperlink {
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}

#idDivLogin span.hyperlink:hover {
  text-decoration: none;
  background-color: #fff;
}

#idButtonLoginContinue {
  background: transparent url(sign_in.png) no-repeat;
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
}

#idButtonLoginContinue:focus {
  background-image: url(sign_in_active.png);
}

#idButtonLoginContinue:hover {
  background-image: url(sign_in_hover.png);
}

#idDivLoginBtn {
  color: #82b5c4 !important;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #555;
  border: solid #555 2px !important;
  outline: none;
}

#idDivLoginBtn:hover {
  background-color: #ccc !important;
  border-color: #ccc !important;
}

#idDivLoginBtn:focus {
  border-color: #82b5c4 !important;
}

div.loginInfo {
  padding: 5px;
  max-width: 325px;
}

table.loginField {
  border-bottom: 1px solid #82b5c4;
  background-color: #fff;
  width: 100%;
}

td.loginFieldDisabled {
  background-color: #ddd;
}

table.loginFieldDisabled {
  background-color: inherit;
  border: none;
  width: 100%;
}

table.loginFieldDisabled td {
  color: #aaa !important;
}

table#idTableLoginInfo {
  padding-right: 5px;
  width: 100%;
}

table#idTableLoginForm td {
}

#idDivTerms {
  text-align: justify;
  width: 100%;
}

div.searchBar {
  text-align: left;
  padding: 2px 5px 1px 0;
  font-weight: bold;
  background-color: #ddd;
}

div.searchBar .button {
  font-weight: normal;
  font-size: initial;
}

table.searchBar {
  padding: 0 2px;
}

td.searchBar {
  cursor: pointer;
  color: #555;
}

td.searchBar:hover {
  text-decoration: underline;
}

.appointments_disabled,
.contacts_disabled,
.casedata_disabled,
.casenotes_disabled,
.payments_disabled {
  background-color: #ddd !important;
}

span.clientLabel {
  font-weight: normal;
}

#idDivWorkerClientList {
  position: fixed;
  top: 38px;
  right: 0;
  z-index: 40001;
  max-height: 70%;
  width: 50%;
  overflow: auto;
  background-color: #fff;
}

#idDivWorkerClientList div.twoColumns {
  margin-top: 5px;
  -webkit-columns: 2 200px; /* Chrome, Safari, Opera */
  -moz-columns: 2 200px; /* Firefox */
  columns: 2 200px;
}

#idDivWorkerClientList div.menuItem {
  min-height: 1.2em;
  break-inside: avoid;
  margin-bottom: 2px;
}

.red {
  color: red;
}

.green {
  color: green;
}

td.pageContent div#idDivMainDetailsButtonBar {
  position: fixed;
  width: 100%;
  top: 142px;
}

td.clientPageContent div#idDivMainDetailsButtonBar {
  position: fixed;
  width: 100%;
  top: 110px;
}

td.ocanClientPageContent div#idDivMainDetailsButtonBar,
td.ocanStaffClientPageContent div#idDivMainDetailsButtonBar {
  top: 184px;
}

.fixed {
  position: fixed;
  width: auto;
  display: none;
  border: none;
}

.scrollMore {
  margin-top: 600px;
}

td.pageMenu {
  width: 25px;
}

div#idDivUpBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 2000;
  width: 35px;
  cursor: pointer;
  background-color: transparent;
}

div#idDivUpBtn:hover {
  width: 35px;
  background-color: white;
}

div#idDivDownBtn {
  display: none;
  position: fixed;
  top: 52px;
  right: 0;
  z-index: 10000;
  width: 20px;
  cursor: pointer;
  background-color: transparent;
}

div#idDivDownBtn:hover {
  width: 50px;
  background-color: white;
}

div#idDivToggleBtn {
  position: fixed;
  bottom: 10px;
  right: 190px;
  z-index: 5000;
  height: 20px;
  width: 70px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  background-color: #5e82ae;
  color: #fff;
  font-size: 110%;
  border-radius: 4px;
}

div#idDivHelpBtn {
  position: fixed;
  bottom: 10px;
  right: 120px;
  z-index: 5000;
  height: 20px;
  width: 53px;
  text-align: center;
  padding: 5px 0 5px 5px;
  cursor: pointer;
  background-color: #5e82ae;
  color: #fff;
  font-size: 110%;
  border-radius: 4px;
}

div#idDivHelpBtn:hover {
  width: 53px;
}

div#idDivLanguageBtn {
  position: fixed;
  bottom: 10px;
  right: 40px;
  z-index: 5000;
  height: 20px;
  width: 70px;
  text-align: center;
  padding: 5px 0 5px 5px;
  cursor: pointer;
  background-color: #666;
  color: #fff;
  border-radius: 4px;
}

div#idDivLanguageBtn:hover {
  width: 70px;
}

div.customNav {
  z-index: 5000;
  height: 20px;
  width: 30px;
  text-align: center;
  padding: 2px 0 2px 2px;
  cursor: pointer;
  font-size: 90%;
}

div.customNav:hover {
  width: 45px;
}

td#idTdClientHeaderFiller {
  background-color: #fff;
}

#idDivWebLogContents,
#idDivAppLogContents {
  font-family: Consolas, "Andale Mono", "Lucida Console",
    "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

/*.account, .account_selected { background-color:#666; color:#fff !important; }*/
/*.account a, .account a:visited, .account a:active { color:#fff !important; }*/
/*.administration, .administration_selected { background-color:#666; color:#fff !important; }*/
/*.administration a, .administration a:visited, .administration a:active { color:#fff !important; }*/
/*.address_book, .address_book_selected { background-color:#666; color:#fff !important; }*/
/*.address_book a, .address_book a:visited, .address_book a:active { color:#fff !important; }*/
/*.allergies, .allergies_selected { background-color:#666; color:#fff !important; }*/
/*.allergies a, .allergies a:visited, .allergies a:active { color:#fff !important; }*/
/*.attachments, .attachments_selected { background-color:#666; color:#fff !important; }*/
/*.attachments a, .attachments a:visited, .attachments a:active { color:#fff !important; }*/
/*.cha, .cha_selected { background-color:#666; color:#fff !important; }*/
/*.cha a, .cha a:visited, .cha a:active { color:#fff !important; }*/
/*.client_groups, .client_groups_selected { background-color:#666; color:#fff !important; }*/
/*.client_groups a, .client_groups a:visited, .client_groups a:active { color:#fff !important; }*/
/*.dataset, .dataset_selected { background-color:#666; color:#fff !important; }*/
/*.dataset a, .dataset a:visited, .dataset a:active { color:#fff !important; }*/
/*.datis, .datis_selected { background-color:#666; color:#fff !important; }*/
/*.datis a, .datis a:visited, .datis a:active { color:#fff !important; }*/
/*.dsm, .dsm_selected { background-color:#666; color:#fff !important; }*/
/*.dsm a, .dsm a:visited, .dsm a:active { color:#fff !important; }*/
/*.eval, .eval_selected { background-color:#666; color:#fff !important; }*/
/*.eval a, .eval a:visited, .eval a:active { color:#fff !important; }*/
/*.event, .event_selected { background-color:#666; color:#fff !important; }*/
/*.event a, .event a:visited, .event a:active { color:#fff !important; }*/
/*.housing, .housing_selected { background-color:#666; color:#fff !important; }*/
/*.housing a, .housing a:visited, .housing a:active { color:#fff !important; }*/
/*.medication, .medication_selected { background-color:#666; color:#fff !important; }*/
/*.medication a, .medication a:visited, .medication a:active { color:#fff !important; }*/
/*.mh, .mh_selected { background-color:#666; color:#fff !important; }*/
/*.mh a, .mh a:visited, .mh a:active { color:#fff !important; }*/
/*.ocan, .ocan_selected { background-color:#666; color:#fff !important; }*/
/*.ocan a, .ocan a:visited, .ocan a:active { color:#fff !important; }*/
.portal,
.portal_selected {
  background-color: #666 !important;
  color: #fff !important;
}

.portal a,
.portal a:visited,
.portal a:active {
  background-color: #666 !important;
  color: #fff !important;
}

/*.privacy, .privacy_selected { background-color:#666; color:#fff !important; }*/
/*.privacy a, .privacy a:visited, .privacy a:active { color:#fff !important; }*/
/*.program_history, .program_history_selected { background-color:#666; color:#fff !important; }*/
/*.program_history a, .program_history a:visited, .program_history a:active { color:#fff !important; }*/
/*.referrals, .referrals_selected { background-color:#666; color:#fff !important; }*/
/*.referrals a, .referrals a:visited, .referrals a:active { color:#fff !important; }*/
/*.residence, .residence_selected { background-color:#666; color:#fff !important; }*/
/*.residence a, .residence a:visited, .residence a:active { color:#fff !important; }*/
.appointments,
.appointments_selected {
  background-color: #9fbd74;
  color: #fff;
}

.appointments a,
.appointments a:visited,
.appointments a:active {
  color: #fff;
}

/*.chymh { background-color:#00A199; }
.chymh a, .chymh a:visited, .chymh a:active { color:#555; }
td.chymh:hover, td.chymh table.buttonOn { color:#00A199; background-color:#ccc; }
.mhqcy { background-color:#004F5A; }
.mhqcy a, .mhqcy a:visited, .chymh a:active { color:#555; }
td.mhqcy:hover, td.mhqcy table.buttonOn { color:#004F5A; background-color:#ccc; }*/
.consent,
.consent_selected {
  background-color: #db7556;
}

.consent a,
.consent a:visited,
.consent a:active {
  color: #fff;
}

.cntrct,
.cntrct_selected {
  background-color: #1d6d84;
  color: #fff;
}

.cntrct a,
.cntrct a:visited,
.cntrct a:active {
  color: #fff;
}

.casedata,
.casedata_selected {
  background-color: #9174bd;
  color: #fff;
}

.casedata a,
.casedata a:visited,
.casedata a:active {
  color: #fff;
}

.casenotes,
.casenotes_selected {
  background-color: #bd748f;
  color: #fff;
}

.casenotes a,
.casenotes a:visited,
.casenotes a:active {
  color: #fff;
}

.contacts,
.contacts_selected {
  background-color: #83bbde;
  color: #fff;
}

.contacts a,
.contacts a:visited,
.contacts a:active {
  color: #fff;
}

.payments,
.payments_selected {
  background-color: #2fa85e;
  color: #fff;
}

.contpaymentsacts a,
.payments a:visited,
.payments a:active {
  color: #fff;
}

.summary,
.summary_selected {
  background-color: #82b5c4;
}

.summary a,
.summary a:visited,
.summary a:active {
  color: #fff;
}

.searchBar,
.searchBar_selected {
  background-color: #fff;
}

/*OCAN*/
div#idDivOcanHelp,
div#idOCANStatusBarBody {
  position: fixed;
  height: 100%;
  width: 24px;
  transition: width 0.75s ease 0.4s;
  overflow: hidden;
  white-space: nowrap;
}

div#idDivOcanHelp {
  left: 0;
}

div#idDivOcanHelp ul,
div#idOCANStatusBarBody ul {
  margin-right: 5px;
}

div#idDivOcanHelp ul li,
div#idOCANStatusBarBody ul li {
  margin: 0;
}

div#idDivOcanHelp ul li:hover,
div#idOCANStatusBarBody ul li:hover {
  background-color: #999;
}

div#idDivOcanHelp {
  background-color: #666;
  color: #fff;
}

div#idDivOcanStaffStatusBar div.tableHeader {
  margin-left: 24px;
}

div#idOCANStatusBarBody {
  background-color: #555;
  color: #fff;
  padding-left: 2px;
}

div#idDivOcanHelp:hover,
div#idOCANStatusBarBody:hover {
  width: 500px;
  overflow: auto;
  transition: width 1s ease 0s;
}

div#idDivOcanHelp img,
div#idOCANStatusBarBody img {
  width: 20px;
  height: 20px;
}

div#idDivOcanHelp a {
  text-decoration: none;
  color: #fff !important;
}

div#idDivOcanHelp a:hover {
  text-decoration: none;
  color: #fff !important;
}

div#idDivOcanHelp table tr {
  display: block;
}

div#idDivOcanHelp table tr:hover {
  background-color: #999;
}

div#idDivOcanHelpHeader {
  display: none;
  font-weight: bold;
}

div#idDivOcanHelpFooter {
  display: none;
  font-weight: bold;
}

div#idOcanAssistant td {
  vertical-align: middle;
}

table.ocanHelp {
  width: 100%;
  border-collapse: collapse;
}

table.ocanHelp a.jumper {
  white-space: nowrap;
}

table.ocanHelp td {
  padding: 0 3px 0 2px;
  margin: 0;
}

table.pageContent td.ocanPageContent,
table.pageContent td.ocanClientPageContent {
  padding-left: 24px;
}

td.ocanPageContentReadOnly {
}

td.pageContent form.ocanStaffForm {
  padding-top: 42px;
  margin-left: 24px;
}

td.pageContent form.ocanStaffFormReadOnly {
  padding-top: 42px;
  margin-left: 26px;
}

td.clientPageContent form.ocanStaffForm {
  margin-left: 24px;
  padding-top: 42px;
}

td.clientPageContent form.ocanStaffFormReadOnly {
  margin-left: 26px;
  padding-top: 42px;
}

td.ocanClientPageContentReadOnly div#idDivMainDetailsButtonBar {
  top: 184px;
}

td.ocanClientPageContent form.ocanStaffForm {
  margin-left: 21px;
  padding-top: 42px;
}

td.clientPageContent form.ocanStaffFormReadOnly {
  margin-left: 21px;
  padding-top: 42px;
}

td.ocanStaffClientPageContent {
  padding: 24px;
}

td.ocanStaffClientPageContentReadOnly {
  padding: 24px;
}

td.ocanClientMode div.detailsButtonBar {
  top: 77px;
}

td.ocanClientMode {
  padding-top: 77px;
  padding-left: 24px;
}

.ocanSelfInstructions {
  padding-top: 24px;
  padding-left: 24px;
  width: 435px;
  white-space: normal;
  font-size: 90%;
}

div#idDivSubmissionMsg {
  color: #555;
  padding: 5px 10px;
}

div#idDivSearchResultsLinks {
  padding-bottom: 2px;
}

td.summaryOfActionsOrder {
  text-align: center;
  white-space: nowrap;
  width: 5em;
}

td.summaryOfActionsDomain {
  text-align: center;
  white-space: nowrap;
  width: 20em;
}

div#idDivOcanStaffStatusBar {
  background-color: #555;
}

td.eLibraryPageContent div.eLibraryHeader {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2000;
}

#idIFrameQuickView {
  position: relative;
  z-index: 1;
}

table.cymh td.fieldInput,
table.cymh td.fieldInputStatic,
td.cymh,
td.cymhField,
div.cymh {
  background-color: #ddd;
}

.cymhbi {
  background-color: #ddd;
}

.rangeSliderLeftLabel {
  float: left;
  max-width: 22%;
  font-size: 90%;
  font-weight: normal;
}

.rangeSliderRightLabel {
  float: right;
  max-width: 22%;
  font-size: 90%;
  font-weight: normal;
}

.rangeSlider {
  width: 50%;
  height: 100%;
}

/* (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background: #fff;
  outline: none;
  max-width: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #cce67c;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #cce67c;
  cursor: pointer;
}

.slider:disabled {
  background-color: #fff;
}

.slider:disabled::-webkit-slider-thumb {
  cursor: default;
}

.slider:disabled::-moz-range-thumb {
  cursor: default;
}

.bodyDiagramWrapper {
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bodyDiagram {
  position: absolute;
  left: 0;
  top: 0;
  cursor: crosshair;
}

.diagram {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

#canvas {
  position: absolute;
  width: 480px;
  height: 600px;
  top: 0;
  left: 0;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-size: 40px 40px;
}

.color-bar {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  width: 490px;
  padding: 0;
}

.color-bar .color {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 2, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.1, 2, 0.5, 1);
}

.color-bar .color:hover {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.color-bar .color.active {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  cursor: default;
}

.color-bar .color:nth-child(1) {
  background-color: black;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.6);
}

.color-bar .color:nth-child(2) {
  background-color: purple;
  box-shadow: 0 7px 25px rgba(128, 0, 128, 0.6);
}

.color-bar .color:nth-child(3) {
  background-color: blue;
  box-shadow: 0 7px 25px rgba(0, 0, 255, 0.6);
}

.color-bar .color:nth-child(4) {
  background-color: green;
  box-shadow: 0 7px 25px rgba(0, 128, 0, 0.6);
}

.color-bar .color:nth-child(5) {
  background-color: cyan;
  box-shadow: 0 7px 25px rgba(0, 255, 255, 0.6);
}

.color-bar .color:nth-child(6) {
  background-color: orange;
  box-shadow: 0 7px 25px rgba(255, 165, 0, 0.6);
}

.color-bar .color:nth-child(7) {
  background-color: red;
  box-shadow: 0 7px 25px rgba(255, 0, 0, 0.6);
}

div#idDivQuickViewer {
  width: 100%;
}

div#idDivQuickView {
  position: absolute;
  z-index: 10000;
  background-color: #000;
  color: #fff;
}

#idIFrameQuickView {
  border: none;
  margin: 5px;
  padding: 0px;
  background-color: #fff;
}

.ui-slider-horizontal {
  border: 1px solid #ddd !important;
  border-radius: 0;
  height: 25px;
  padding: 2px;
  margin: 0;
  width: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
  top: auto;
  right: auto;
  background-color: #cce67c !important;
  outline-color: #999 !important;
  width: 12px !important;
  height: 25px !important;
  cursor: pointer !important;
}

.ui-slider-horizontal .ui-slider-handle:hover {
  background-color: #f9db82 !important;
}

div.ui_tpicker_hour_slider,
div.ui_tpicker_minute_slider {
  margin-left: -25px;
}

div#idDivCaseNotePreview {
  position: fixed;
  z-index: 9999999;
  left: 25%;
  bottom: 5%;
  width: 50%;
  max-height: 90%;
  overflow: auto;
}

div.printHeader td {
  font-size: 85%;
}

div.printHeader img.logo {
  max-height: 100px;
}

div.parameter {
  float: left;
  margin: 0.5em;
}

div.parameterTitle {
  border-bottom: 1px dashed #555;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
}

div.parameterValueList {
}

div.parameterValue {
  float: left;
  margin: 0.1em 0.4em;
  min-width: 20em;
}

div.floatLeft {
  float: left;
}

div.floatRight {
  float: right;
}

.medication {
  font-weight: bold;
  border: 2px solid #555;
  font-size: 1.2em;
  display: inline-block;
}

.nondisconprn {
  font-weight: normal; 
  background-color: #FFFF00;
}

.prn {
  color: green;
  border-color: green;
}

.held {
  font-weight: normal;
  color: #bc181b;
  border-color: #bc181b;
}

.discontinued {
  font-weight: normal;
  color: #bc181b;
  border-color: #bc1818;
}


.repeatFieldLabel {
  min-width: 12em;
}

.repeatDescription {
  min-width: 18em;
  max-width: 36em;
  border: 1px solid #555;
}

div#idDivDashboardFlagWindow {
  z-index: 2500;
  position: fixed;
  width: 50em;
  right: 10px;
  bottom: 21px;
  background-color: #fff;
  border: 1px solid #555;
  padding: 10px;
  overflow: auto;
  display: none;
}

#idTableDashboard div.dashboardFlag {
  margin-top: 0;
  margin-bottom: 0;
}

div.flagContent {
  padding: 1px 1px 2px 1px;
  font-size: 90%;
}

td.clientPageContent div#idDivDashboardFlagWindow {
  top: 195px;
}

td.reportPageContent div#idDivDashboardFlagWindow {
  top: 145px;
}

#idTableDashboard div.dashboardFlagContent {
  width: auto;
  height: initial;
  overflow: hidden;
  transition: none;
}

#idTableDashboard div.dashboardFlagContent:hover {
  overflow: hidden;
  transition: none;
}

#idFlagMessage {
  position: absolute;
  right: 15px;
  margin-left: 15px;
  background: transparent url(transparency.png);
}

.reportClientContent {
  min-width: 200px;
}

.ui-sortable {
  cursor: move !important;
}

.inlineBlock {
  display: inline-block;
}

.lightGreyBg {
  background-color: #ededed;
}

@media print {
  body {
    margin-bottom: auto;
  }

  body,
  td {
    font-size: 90%;
    color: #333;
  }

  .noprint,
  pageNav {
    display: none !important;
  }

  .printonly {
    display: inline;
  }

  .pagebreak {
    page-break-after: always;
  }

  .noPagebreak {
    page-break-after: avoid;
  }

  div.printHeader {
    margin-bottom: 0px;
  }

  thead.dataTableHeader {
    display: table-header-group;
  }

  tfoot {
    display: table-footer-group;
  }

  thead.dataTableHeader td,
  tfoot td,
  div.printHeader td {
    font-size: 85% !important;
  }

  thead.dataTableHeader tr td {
    border-bottom: 1px solid #333;
  }

  td.dataTableFooter {
    border-top: 1px solid #333;
  }

  .pageNav,
  div.buttonBar,
  div.copyright {
    display: none !important;
  }

  table.pageContent,
  td.pageContent {
    padding-left: 0;
    margin: 0;
  }

  table.popupContent,
  td.popupContent {
    padding-left: 0;
    margin: 0;
  }

  .niftycorners,
  b.niftyfill,
  b.r1,
  b.r2,
  b.r3,
  b.r4 {
    display: none !important;
    border: none;
  }

  tr {
    page-break-inside: avoid !important;
  }

  tr.breakinside {
    page-break-inside: auto !important;
  }

  tr.breakinside table tr {
    page-break-inside: avoid !important;
  }

  #idDivSubHeaderMenu,
  #idMasterStatusMessage {
    display: none;
  }

  .primary {
    background-color: #999;
  }

  td.fieldInputStatic {
    -ms-word-break: normal;
    word-break: normal;
  }
}

td[title="Next"] .buttonText {
  font-size: x-large;
}

#idImg_idButtonUpdateAmount {
  height: 36px;
  width: 36px;
}

#idFormSearch input[type="text"] {
  max-width: 25em;
}

#idDivCallLogCallDetails {
  background-color: #efefef;
}

#idDivCallLogCallDetails td.fieldInputStatic,
#idDivCallLogCallDetails td.fieldInput {
  width: 80%;
}
#idDivCallLogCallDetails td.fieldLabel {
  width: auto;
}

@media screen, handheld, projection, tv {
  div.printHeader {
    padding: 0px 10px;
    background-color: #fff;
    margin-bottom: 10px;
  }
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/*Only for safari*/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    div.searchParam,
    div.columnItem,
    table.columnItem {
      display: inline-block;
    }
  }
}

td[title="Next"] .buttonText {
  font-size: x-large;
}
#idImg_idButtonUpdateAmount {
  height: 36px;
  width: 36px;
}
.remove br {
  display: inline;
  content: " ";
  padding: 0 3px;
}

.contact_info_section br {
  display: inline;
  content: " ";
  padding: 0 3px;
}
div.manualsData table td,
th {
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
}
div.manualsData table tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.manualsData {
  margin-top: 20px;
}
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.preferred_name {
  color: #82b5c4;
  font-weight: bold;
  text-decoration: underline;
}

.input-dd-field {
  cursor: pointer;
}
@font-face {
  font-family: "Image Uploader Icons";
  src: url(../fonts/iu.eot);
  src: url(../fonts/iu.eot) format("embedded-opentype"),
    url(iu.ttf) format("truetype"), url(../fonts/iu.woff) format("woff"),
    url(iu.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*="iui-"],
[class^="iui-"] {
  font-family: "Image Uploader Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iui-close:before {
  content: "\e900";
}
.iui-cloud-upload:before {
  content: "\e901";
}
.image-uploader {
  min-height: 10rem;
  width: 70%;
  border: 1px solid #d9d9d9;
  position: relative;
}
.image-uploader.drag-over {
  background-color: #f3f3f3;
}
.image-uploader input[type="file"] {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.image-uploader .upload-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.image-uploader .upload-text i {
  display: block;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.image-uploader .upload-text span {
  display: block;
}
.image-uploader.has-files .upload-text {
  position: relative;
  padding-bottom: 20px;
}
.image-uploader .uploaded {
  padding: 0.5rem;
  line-height: 0;
}
.image-uploader .uploaded .uploaded-image {
  display: inline-block;
  width: calc(16.6666667% - 1rem);
  padding-bottom: calc(16.6666667% - 1rem);
  height: 0;
  position: relative;
  margin: 0.5rem;
  background: #f3f3f3;
  cursor: default;
}
.image-uploader .uploaded .uploaded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.image-uploader .uploaded .uploaded-image #filename {
  position: absolute;
  width: 10vw;
  bottom: 0px;
  line-height: normal;
  margin: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.image-uploader .uploaded .uploaded-image .delete-image {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  border-radius: 50%;
  padding: 0.3rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  border: none;
}
.image-uploader .uploaded .uploaded-image:hover .delete-image {
  display: block;
}
.image-uploader .uploaded .uploaded-image .delete-image i {
  display: block;
  color: #fff;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1rem;
}
@media screen and (max-width: 1366px) {
  .image-uploader .uploaded .uploaded-image {
    width: calc(20% - 1rem);
    padding-bottom: calc(20% - 1rem);
  }
}
@media screen and (max-width: 992px) {
  .image-uploader .uploaded {
    padding: 0.4rem;
  }
  .image-uploader .uploaded .uploaded-image {
    width: calc(25% - 0.8rem);
    padding-bottom: calc(25% - 0.4rem);
    margin: 0.4rem;
  }
}
@media screen and (max-width: 786px) {
  .image-uploader .uploaded {
    padding: 0.3rem;
  }
  .image-uploader .uploaded .uploaded-image {
    width: calc(33.3333333333% - 0.6rem);
    padding-bottom: calc(33.3333333333% - 0.3rem);
    margin: 0.3rem;
  }
}
@media screen and (max-width: 450px) {
  .image-uploader .uploaded {
    padding: 0.2rem;
  }
  .image-uploader .uploaded .uploaded-image {
    width: calc(50% - 0.4rem);
    padding-bottom: calc(50% - 0.4rem);
    margin: 0.2rem;
  }
}

.pt-8 {
  padding-top: 8em;
}
.pb-1 {
  padding-bottom: 1em;
}

li.bullet {
  list-style: initial;
}

.pl-20 {
  padding-left: 20px;
}

.differenceDisplayer {
  color: red;
}

.field_label_mhqcy>td.fieldLabel {
  text-align: left;
}

.flexContainer {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.flexContainer input[type="checkbox"] {
  margin-right: 8px;
}

.dateLabel {
  width: 80px;
}
