/* Inherited from Icefaces modern styling */
html {
    font-size: 11px;
    font-family: var(--font-family);
}


/* Miscellaneous -------------------------------------------------------------------------------- */

.realUserName {
    color: var(--red-500);
    font-weight: bold;
}

.noWrap {
    white-space: nowrap;
}

.transparent {
    background-color: transparent;
}

.topAligned {
    vertical-align: top;
}

.centered {
    text-align: center;
}

.error {
    color: red;
}

/* Goal: table columns with size restricted to content width */
td.minimalWidth {
    width: 1px;
}

.fixedFont {
    font-family: 'Courier new',monospace;
    font-size: 11px;
}

.italicFont {
    font-style: italic;
}

.columnSpacer {
    width: 0;
    margin: 0;
    padding: 0;
    padding-right: 5px;
}

.browserCheckBox {
    margin: 2px 0px 0px 0px;
    padding: 0px;
    height: 14px;
}

.appTitle {
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}


/* Context title */
.contextPath  {
    font-weight: bold;
    text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50); /* IE */
}

.contextPath:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100); /* IE */
}

.contextTitle {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1px 0 1px 0.3em;
    margin-bottom: 0.75rem;
    height: 20px;
    background: transparent;
}

.announcement {
    font-weight: normal;
    padding-bottom: 5px;
}

.announcementIndicator.unread {
    animation: throbber 1s linear infinite;
}

.warning {
    color: var(--red-600);
}

.faded {
    color: var(--text-color-secondary);
}

input.warning, input.ssButton.warning {
    border-color: var(--red-600);
    border-width: 1.5px;
    border-style: solid;
}

/* Attempt to use "disabled" opacity for all readonly fields */
body input.ui-inputfield:read-only:not(.ui-state-disabled),
textarea:read-only:not(.ui-state-disabled) {
    opacity: 0.6;
}

/* Remove "glow" on focused readonly fields */
body .ui-inputfield.ui-state-focus:read-only {
    box-shadow: none;
}

/* Datepicker --------------------------------------------------------------------------------*/

.ui-datepicker-calendar-container > table > tbody > tr > td > span {
    opacity: 0.4;
}

body .ui-datepicker .ui-datepicker-calendar td {
    padding: 0.2rem;
}

body .ui-datepicker .ui-datepicker-buttonbar {
    padding: 0;
}

td .ui-datepicker-today > a:not(.ui-state-active) {
    color: inherit !important;
    background: initial !important; /* lost het niet op */
}

.ui-datepicker a.preferredDate, .ui-datepicker a.highlight {
    background-color: lightgreen;
}

.ui-datepicker a.preferredDate, .ui-datepicker a.highlightUsedDate {
    background-color: lightgrey;
}

.ui-datepicker a.nonPreferredDate {
    background-color: darksalmon;
}

/* Correction on PF theme for disabled dates: */
body .ui-datepicker .ui-datepicker-calendar td span {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

/* fieldset ------------------------------------------------------------------------------------- */

body .ui-fieldset {
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem;
}

/* Override PF default */
body .ui-fieldset .ui-fieldset-legend {
    border: none;
    padding: 0.5rem;
    margin-bottom: -0.25rem;
    margin-top: 0.25rem;
}

body .ui-fieldset-legend:empty {
    display: none;
}
/* End of fieldset */

/* invisibleHeightFix is used to make sure a table row gets the height of the (hidden) component */
.ui-inputfield.invisibleHeightFix {
    visibility: hidden;
    width: 0 !important;
    min-width: 0 !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

input[type="checkbox"] {
    /* Attempt to make checkbox+label left-align with other components above/below */
    margin-left: 0;
}


body .ui-panel {
    margin-bottom: 0.75rem;
}

body .ui-panel .ui-panel-titlebar {
    padding: 0.5rem;
}
body .ui-panel .ui-panel-content {
    padding: 0.75rem;
}


/* START: Attempt to make input fields as wide as their container allows */
.ssFlex .ui-selectmenu.selector:not(.restrictedWidth):not(.imposedWidth),
.ssFlex .ui-autocompleteentry.selector:not(.restrictedWidth) > span:first-child,
.ssFlex .ui-autocompleteentry.selector:not(.restrictedWidth):not(.imposedWidth) .ui-inputfield,
.ssFlex .ui-combobox.selector:not(.restrictedWidth):not(.imposedWidth),
.ssFlex .ui-selectonemenu.selector:not(.restrictedWidth):not(.imposedWidth),
.ssFlex .ui-autocomplete.selector:not(.restrictedWidth):not(.imposedWidth),
.ssFlex .ui-inputtextarea:not(.restrictedWidth):not(.imposedWidth),
.ssFlex .p-datepicker
{
    min-width: 135px;
    width: 100% !important;
}

.ssFlex .ui-autocomplete-input:not(.restrictedWidth):not(.imposedWidth) {
    width: calc(100% - 2.357rem); /* - width of dropdown button */
}

.ssFlex .ui-inputfield.ui-inputtext:not(.restrictedWidth):not(.invisibleHeightFix),
.ssFlex .ui-inputfield.ui-inputmask:not(.restrictedWidth),
.ssFlex input[type="password"].ui-inputfield:not(.restrictedWidth) {
    width: calc(100%) !important;
}

.ssFlex .referenceTable:not(.restrictedWidth) {
    width: 100% !important;
}

.ssFlex .ui-selectmenu:not(.imposedWidth) .ui-selectmenu-value {
    width: 100% !important;
}

.ssFlex .p-datepicker .ui-inputfield.ui-widget {
    min-width: 55px !important;
}

.ssFlex .p-datepicker.ui-trigger-calendar .ui-inputfield {
    width: calc(100% - 2.357rem); /* - width of dropdown button */
}

.ssFlex .p-datepicker:not(.ui-trigger-calendar) .ui-inputfield {
    width: 100%;
}

/* END: Attempt to make input fields as wide as their container allows*/

/* SSButton ------------------------------------------------------------------------------------- */

body .ssButton {
    border: 0px;
    margin: 1px 2px 1px 1px;
}

body .ssButton.labeled {
    min-width: 50px;
    min-height: 22px;
}

body .ui-button-text,
body .ui-button.ui-button-text-only .ui-button-text {
    padding: 0.3rem 0.8rem;
}

.ssButton.image {
    width: 20px;
    padding: 0;
    height: 20px;
    margin-right: 0;
    background-color: transparent;
    background-position: center center !important;
}

.ssButton.image.narrow {
    width: 16px;
}

.ui-button {
    background-repeat: no-repeat !important;
}

.ssButton.combined {
    background-position: 2px center !important;
    padding-left: 10px;
}

.ssButton:focus {
    /* TODO: Primefaces themes: make more obvious which button has focus
    /* outline: 1px dotted var(defaultColor) !important; */
}

body .ui-colorpicker .ui-button {
    background-color: transparent;
}

textArea.singleLine {
    max-height: 3rem;
}

textArea.multiLine {
    max-height: 12rem;
}

/* Footer */
.pageFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid var(--primary-color);
    background-color: var(--surface-200);
    padding: 0 9px 1px 9px;
    font-style: italic;
    z-index: 2;
}

.pageFooter .separator {
    border-right: 1px solid var(--primary-color);
    margin: 0 5px 0 5px;
}

td.componentButton {
    width: 1.5rem;
}

.componentButton input,  .componentButton img {
    margin: 0 0 0 2px;
    vertical-align: middle;
    min-height: 1rem;
}

/* Shapeshifter CellTable --------------------------------------------------- */

.cellTable.ssScrollable {
    border: 1px solid var(--surface-500);
    width: 100%;
}

.cellTable #firstBodyRow {
    height: 0px;
}

div.dataTables_wrapper {
    width: 1000px;
    margin: 0 0;
}

.cellTable.jqScrollable {
    border-collapse: collapse;
}

.cellTable.ssScrollable .headerTable {
    border-collapse: separate;
    width: 100%;
}

.cellTable.ssScrollable .bodyTable {
    border-collapse: separate;
    width: 100%;
}

.cellTable .columnHeader {
    padding: 1px 0px;
}

.cellTable .columnHeader, .cellTable .column {
    border: 1px solid var(--surface-500);
    border-top: none;
    border-left: none;
}

.cellTable .column {
    border-color: transparent;
    padding: 1px 0 1px 2px;
    border-bottom: none;
}

.cellTable .columnHeader .cellText {
    padding: 0px 2px;
}

.cellTable {
    color: var(--text-color)
}

.cellTable a {
    color: var(--primary-color);
}

.cellTable .ui-widget-header {
    background-color: var(--surface-50);
}

.cellTable .bodyTable tr.row {
    vertical-align: top;
    border: none;
}

.cellTable .bodyTable tr.row.row1 {
    background-color: var(--surface-50);
}

.cellTable .bodyTable tr.row.row2 {
    background-color: var(--surface-100);
}

.cellTable .bodyTable tr.row:hover {
    outline: 1px dotted;
}

.cellTable .row1.note > td, .cellTable .row2.note > td {
    /* TODO: Primefaces themes: make notes different from normal text,
     * but not with ---primary-color, since this is not very readable
     */
    background-color: var(--surface-50);
}

/* Slightly opaque text for comments  */
.cellTable .cellText.comment {
    opacity: 0.8;
    filter: alpha(opacity=80); /* IE */
}

.cellTable .expandable {
    cursor: pointer;
    /* Avoid underline: the content may be html */
}

.cellTable .cellText.svgValue svg {
    max-width: 100px;
    height: auto;
}

.blinking {
    animation: blinker 1s linear infinite;
}

.throbbing {
    animation: throbber 1s linear infinite;
}

.textLabel {
    font-weight: bold;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes throbber {
    50% {
        transform: scaleX(1.7) scaleY(1.7);
    }
}

/* START Primefaces */

body .ui-selectonemenu-row * {
    vertical-align: middle;
}

body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-selectonemenu-row > td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.3rem;
}

body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-selectonemenu-row > td span {
    padding-left: 0.2rem;
}

body .ui-selectonemenu .ui-selectonemenu-label {
    min-height: 1em;
}

body .ui-selectonemenu-panel .ui-selectonemenu-items {
    padding: 0;
    margin-top: 0.5rem;
}

/*
body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item {
    padding-top: 1px;
   padding-bottom: 1px;
   border-bottom: 1px solid lightgrey;
}
*/

body .ui-panel.shrinkToContent .ui-panel-content  {
    padding: 0;
    border: 0;
}
/* PF Datatable */

th.ui-sortable-column:not(.ui-state-active) .ui-sortable-column-icon {
    visibility: hidden;
}

/* Override PF default */

body .ui-datatable .ui-paginator {
    padding: 0.1rem;
    text-align: left;
}
.ui-datatable  table {
    table-layout: auto;
}

.ui-datatable .tableRowSelector {
    width: 1.25rem !important;
}

.ui-datatable th.iconColumn,
.ui-datatable tbody.ui-datatable-data > tr > td.iconColumn,
.ui-datatable tbody.ui-datatable-data-empty > tr > td.iconColumn {
    /* Avoid unneeded extra width for icon columns */
    margin-left: 0;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
}

.ui-datatable tbody.ui-datatable-data > tr > td,
.ui-datatable tbody.ui-datatable-data-empty > tr > td {
    padding: 0.4rem 0.3rem;
    height: 16px;
}

body .ui-datatable thead th {
    padding: 0.4rem 0.3rem;
}

/* Avoid applying PF rules for tables inside dataTable cells */
.ui-datatable table table th, .ui-datatable table table td {
    border: none;
    padding: 0;
}

.ui-datatable-data > tr > td {
    vertical-align: top;
}

body .ui-treetable .ui-treetable-data > tr > td .ui-treetable-toggler {
    margin-right: 1rem;
}

.ui-datatable .ui-sortable-column {
    vertical-align: top;
}

.ui-paginator * {
    vertical-align: middle !important;
}

/* Treetable: */

body .ui-treetable.ui-treetable-sm .ui-treetable-data > tr > td {
    padding: 0.25rem 0.25rem;
}
/* Workaround for misalignment of header column widths for scrollable treeTable (from internet) */
body .ui-treetable .ui-treetable-scrollable-header {
    background: transparent;
}
body .ui-treetable-scrollable-header-box {
    margin-right: 15px !important;
}

body .ui-treetable-scrollable-body {
    overflow-x: clip;
}

/* Spreadsheets */
.spreadsheet .ui-datatable.ui-datatable-striped .ui-datatable-data > tr.ui-datatable-even
    > td:not(.pinnedColumn) {
    background: #eecccc;
}

.spreadsheet .ui-datatable.ui-datatable-striped .ui-datatable-data > tr.ui-datatable-odd
    > td:not(.pinnedColumn) {
    background: #ccaaaa;
}

.spreadsheet .singleLine {
    height: unset !important;
}

/* Datatables with pinned (fixed) columns: */
.pinnedColumn  {
    position: sticky;
    position: -webkit-sticky;
    z-index: 1;
}

table > tbody > tr.ui-datatable-even > .pinnedColumn {
    background: #EEE;
    background-clip: padding-box;
}

table > tbody > tr.ui-datatable-odd > .pinnedColumn  {
    background: #CCC;
    background-clip: padding-box;
}

table > tbody > tr.ui-datatable-even:hover > .pinnedColumn,
table > tbody > tr.ui-datatable-odd:hover > .pinnedColumn {
    background: #AAA;
    background-clip: padding-box;
}

/* End PF datatable */

.ui-datalist-data {
    margin: 0;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header {
    padding: 0.5rem 1rem;
}

body .ui-tabs .ui-tabs-panels .ui-tabs-panel {
    padding: 5px;
}

body .toolbar {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

body .toolbar > * {
    vertical-align: middle;
    margin: 1px;
}

body .toolbar > .referenceSelector {
    display: inline-block;
}

body .toolbar .ui-selectonemenu {
    min-width: 80px !important;
    max-width: 160px;
    min-height: 20px;
    max-height: 20px;
}

.ui-selectonemenu-label {
    text-overflow: ellipsis;
    padding-top: 2px !important;
}

body .iconComboBox {
    background-repeat: no-repeat !important;
    background-position: 1px center;
    padding-left: 16px;
}

body .toolbar .iconComboBox label {
    /* Improve vertical alignment */
    margin-top: -1px;
}

body .ui-dialog .ui-dialog-titlebar {
    padding: 0.3rem;
    /*border-bottom: 0.5px solid;*/
}

body .ui-dialog .ui-dialog-content {
    padding: 0 1rem 1rem 1rem;
}

body .ui-inputfield, body .ui-autocomplete .ui-autocomplete-input.ui-autocomplete-dd-input,
body .ui-fluid .ui-selectonemenu-label, body .ui-button.ui-button-icon-only .ui-button-text,
body .ui-button-icon-only .ui-button-text,
body .ui-trigger-calendar .ui-datepicker-trigger.ui-button .ui-button-text {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}

/* Make sure the "empty" option is high enough */
.ui-autocomplete-panel .ui-autocomplete-list-item {
    min-height: 1.5rem;
}

.ui-autocomplete-input.ui-inputfield.ui-state-focus {
    box-shadow: none;
}

/* Make sure drop-down button is not shown on next line: */
span.ui-autocomplete {
    white-space: nowrap;
}

.compactTree .ui-treenode-content {
    height: 18px;
}

.compactTree .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-treenode-label.ui-state-highlight {
    background: inherit;
    box-shadow: none;
}

.ui-datatable-empty-message {
    display: none;
}

/* Start PF menus */

.ui-menu {
    width: auto;
}

.ui-menu .ui-menu-parent .ui-menu-child {
    width: 25em;
}

.ui-menu * {
    background-repeat: no-repeat;
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
    padding: 2px 10px 2px 20px;
}

body .ui-menu.nativeIcons .ui-menu-list .ui-menuitem .ui-menuitem-link {
    padding-left: 12px;
}

body .ui-menuitem-icon {
    min-width: 16px;
    min-height: 16px;
}

body .ui-menu .ui-menu-list .ui-menuitem.ss-icon .ui-submenu-link {
    background-image: inherit;
}

body .ui-menu.ui-menubar {
    padding-top: 0;
    padding-bottom: 0;
}

body .ui-menu .ui-menu-list .ui-menuitem.mainMenuButton > .ui-menuitem-link {
    padding-left: 15px;
    background-color: transparent;
}

.ui-menuitem, .ui-menuitem * {
    background-position: 2px center !important;
    background-repeat: no-repeat !important;
}


/* End PF menus */

/* Grid layout */
div.grid div.label {
    display: table;
    /*text-align: right;*/
}

div.grid div.label label {
    display: table-cell;
    vertical-align: middle;
}

div.grid div[class^="col-"] {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.ui-fieldset-content > .grid {
    margin-top: 0;
}

body .ui-fileupload .ui-fileupload-buttonbar {
    display: none;
}

body .ui-fileupload .ui-fileupload-content {
    padding: 0;
    border: none;
    width: 95%;
}

.ui-fileupload-files {
    margin: 0;
}

.ui-fileupload-row > .ui-fileupload-filename {
    display: none;
}

/* In some themes a selected row in a table will be highlighted with the primary color.
 * The color of a  link is also the primary color. This means that if there is a table containing
 * links the links will not be visible when selecting a row. Set the color of a link in the selected
 * row to the primary text color to avoid this issue (primary text color != primary color).
 */
div.theme-luna .ui-datatable-data > tr.ui-state-highlight .ui-commandlink,
div.theme-nova .ui-datatable-data > tr.ui-state-highlight .ui-commandlink,
div.theme-bootstrap4 .ui-datatable-data > tr.ui-state-highlight .ui-commandlink {
    color: var(--primary-color-text);
    /*font-style: italic;*/
}

.ui-datatable-data .ui-commandlink {
    text-decoration: underline;
}

.ui-datatable-data .ui-commandlink:hover {
    text-decoration-thickness: 2px;
}

/* Text editor */
.ql-editor {
    padding: 0.3rem 0.3rem;
}

.hiddenUntilMouseOverContainer:not(:hover) .hiddenUntilMouseOver {
     visibility: hidden;
 }
.report {
    border: none;
}


.cellTable.reportTable .row.prescription td {
    background: var(--surface-200);
}

.cellTable.reportTable .prescription .description {
    font-weight: bold;
    font-style: italic;
}

.cellTable.reportTable .sample .description {
    font-weight: bold;
    font-style: italic;
}

.cellTable.reportTable .discipline .description,
.cellTable.reportTable .testHierarchyNode .description {
    font-weight: bold;
}

.cellTable.reportTable .sampleType .description {
    font-weight: bold;
    font-style: italic;
}

.cellTable.reportTable .orderTest .description {
    font-style: italic;
}

.cellTable.reportTable .description {
    white-space: pre-wrap;
}

.cellTable.reportTable .description .expandable:hover {
    text-decoration: underline;
}

.cellTable.reportTable .value {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.cellTable.reportTable .value.html {
    word-wrap: none;
    white-space: normal;
}

.cellTable.reportTable .preliminary {
}

.cellTable.reportTable .marker img {
    margin-top: 1px;
    max-width: 11px;
    max-height: 11px;
}

.textValueRenderer {
    margin: 10px 40px 15px 40px;
    white-space: pre-wrap;
}

.orderEntryFormTabSet .ui-tabs-panel {
	padding: 0px;
}

.orderEntryPanel {
    height: auto;
    width:100%;
    overflow:hidden;
}

.orderEntryForm {
    height: 100%;
    overflow:auto;
    padding: 5px;
}

.orderEntryForm.maximized {
    height: 385px;
}

table.orderEntryFormCnt  {
    padding: 3px;
    margin: 0;
    width: max-content;
}

table.orderEntryFormCnt td .text, table.panelConfirmation td .text,
table.orderEntryFormCnt td .ui-panel-title {
    /* No automatic wrapping allowed: */
    white-space: pre;
    padding: 0px;
}

.orderEntryFormCnt .capColor, .panelConfirmation .capColor {
    width: 8px;
    min-width: 8px;
}

.orderEntryFormCnt .checkbox, .panelConfirmation .checkbox {
    margin: 2px 2px 3px 2px;
    vertical-align: middle;
    padding: 0;
}

/* Added for nihdi-indicator */
.orderEntryFormCnt img, .panelConfirmation img {
    vertical-align: middle;
}

table.orderEntryFormCnt span.text, table.panelConfirmation span.text {
    margin-left: 0;
    margin-right: 2px;
    vertical-align: middle;
}

table.orderEntryFormCnt span.text.indent, table.panelConfirmation span.text.indent {
    margin-left: 10px;
}

table.orderEntryFormCnt .separator, table.panelConfirmation .separator {
    width: 2px;
    min-width: 2px;
}

table.orderEntryFormCnt span.expandable:hover, table.panelConfirmation span.expandable:hover {
    cursor: pointer;
    text-decoration: underline;
}

.orderEntryFormCnt, .orderEntryFormCnt .iceCmdLnk, .orderEntryFormCnt .iceOutLbl, .orderEntryFormCnt .iceOutTxt {
    color: black;
}

.orderEntryFormCnt div.ui-panel .ui-panel-titlebar {
    border-bottom: 0px;
}

.orderEntryFormCnt .ui-widget-header, .orderEntryFormCnt .ui-panel-titlebar-icon.ui-corner-all.ui-state-default {
    background-color: transparent;
}

.orderEntryFormCnt .ui-panel.testOrderFormSection {
    border: 1px solid lightgrey;
}
body .orderEntryFormCnt .ui-panel.testOrderFormSection .ui-panel-titlebar,
body .orderEntryFormCnt .ui-panel.testOrderFormSection .ui-panel-content {
    background: none;
    padding: 2px;
    border: none;
    min-width: 100px;
}

body .orderEntryFormCnt .ui-panel.testOrderFormSection .ui-panel-titlebar {
    color: inherit;
}

.testOrderFormSection > table,  .testOrderFormSection > table > tbody > tr > th {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
}

.pricingRuleOverview * {
    /* Slightly larger text, because full sentences may be harder to read */
    font-size: 1.1rem;
}

.pricingRuleOverview h1 {
    font-size: 1.5rem;
}

.pricingRuleOverview a {
    text-decoration: underline;
    /*color: inherit;*/
}

/* Probably not needed anymore (covered by ssFlex 100% rules?):
.informationPanel .ui-inputfield.ui-widget, .informationPanel .ui-combobox,
.informationPanel .ui-selectmenu {
    width: 100% !important;
    min-width: 10px !important;
    box-sizing: border-box;
}
*/

.informationPanel .ui-datatable tbody.ui-datatable-data > tr > td {
    padding-left: 2px;
    padding-right: 2px;
}

.overviewTree > .ui-widget-content {
	border: 0px;
}

.graphLegendElementRect {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.graphLegendSpan {
    white-space:nowrap;
}

.graphLegendElementContainer {
    display: inline-block;
    margin-right:2px;
    margin-left:2px;
}

.graphLegend {
    margin: 0px auto 5px auto;
}

.graphSvg {
    margin:5px;
}

div.tooltip {
    position: absolute;
    text-align: center;
    padding: 2px;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    z-index: 5000;
}

.mapContainer {
    position: absolute;
    top: 70px;
    bottom: 20px;
    left: 9px;
    right: 9px;
}

.geoMap {
    position: relative;
    height: 100%;
    width: 100%;
}


.transfusionBackgroundRed,
.transfusionBackgroundRed > .ui-fieldset-legend{
    background-color: #ff8e84 !important;
}

.transfusionBackgroundGreen,
.transfusionBackgroundGreen > .ui-fieldset-legend {
    background-color: #97e07f !important;
}

.scanBloodUnitsBarcodeFields {
    width: 200px;
    display: block;
    padding-top: 15px;
    padding-left: 9px;
    box-sizing: border-box;
}

.scanBloodUnitsBarcodePlaceholder {
    text-align: center;
    color: gray;
    border: 1px solid gray;
}

.scanBloodUnitsLabel {
    position: absolute;
    margin: 5px;
    left: 10px;
    right: 10px;
    background: white;
}

.myCareNetInvoicesTabSet fieldset {
    height: 500px;
    overflow-y: auto;
}


.ui-datatable.prescriptionTable td > div.testResult {
    max-width: 150px;
    max-height: 80px;
    overflow: hidden;
    white-space: pre-line;
}



/* latin-ext */@font-face {  font-family: 'Fira Sans';  font-style: normal;  font-weight: 400;  src: url(https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VvmYjLeTY.woff2) format('woff2');  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face {  font-family: 'Fira Sans';  font-style: normal;  font-weight: 400;  src: url(https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5Vvl4jL.woff2) format('woff2');  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* Couleurs */:root {  --lhub-darkblue: #0B4F96;  --lhub-lightblue: rgba(11, 79, 150, 0.3);  --lhub-green: #028458;  --ibc-darkblue: #3283C7;  --font-sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}/* Base styles */body .ui-widget, body .ui-button-text {  font-family: var(--font-sans), "Source Sans Pro";  font-size: 1.1rem;  text-decoration: none;}body .contextTitle {  font-family:  "Fira Sans", var(--font-sans);  font-size: 1.3rem;}body .ui-panel-title {  font-family:  "Fira Sans", var(--font-sans);}/* Form-Alert */body div#lhub-form-alert {	border: 1px solid var(--ibc-darkblue);	margin-left: 10px;	padding: 5px;}body span#lhub-form-btn-validate {	padding: 3px;	!border: 1px solid var(--lhub-green);	background-color: var(--lhub-green);	color: white;	margin-left: 2px;	margin-right: 3px;	font-weight: bold}/* Panels rubriques dans pages de prescription */body .orderEntryFormCnt .ui-panel.testOrderFormSection .ui-panel-titlebar {	padding: 5px;}body .orderEntryFormCnt .ui-panel.testOrderFormSection .ui-panel-titlebar,body .orderEntryFormCnt .ui-panel.testOrderFormSection .ui-panel-title {	font-family: "Arial";	background-color: var(--ibc-darkblue);	color: white;	border-radius: 0px;}body .orderEntryFormCnt .ui-panel.testOrderFormSection .ui-panel-titlebar .ui-panel-titlebar-icon {	color: white;	box-shadow: none;}body .orderEntryFormCnt .ui-panel.testOrderFormSection input[type="checkbox"] {	accent-color: var(--ibc-darkblue);}body .orderEntryFormCnt .ui-panel.testOrderFormSection input[type="checkbox"] + span {	padding-left: 4px;}body .orderEntryFormCnt .ui-panel.testOrderFormSection input[type="checkbox"]:checked + span {	padding-left: 6px	;	font-weight: bold;}body .orderEntryFormCnt .ui-panel.testOrderFormSection input[type="checkbox"]:checked:disabled + span {	color: darkgrey;	font-weight: normal;	font-style: italic;	padding-left: 8px;}/* Remove border radius */body .ui-fieldset, body .ui-inputfield, body .ui-selectonemenu, body .ui-button {  border-radius: 0;}/* Button styles */body .ui-button {  background: var(--lhub-lightblue);  color: var(--lhub-darkblue);  border: 1px solid var(--lhub-darkblue);  margin: 0;  outline: 0 none;  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;}body .ui-button.ui-state-hover.labeled,body .ui-button.ui-state-hover.ui-datepicker-trigger,body .ui-button.ui-state-hover.ui-autocomplete-dropdown,body .ui-button.ui-state-hover.ui-button-icon-only {  background: var(--lhub-darkblue);  border-color: var(--lhub-lightblue);  color: #fff;}/* Button variations */body .ui-button.ssButton.image:not(.labeled) {  background: none;}body .ss-button {  border: 1px solid transparent;}body .ssButton {  border: 0;  margin: 1px 2px 1px 1px;}body .ssButton.labeled {  min-width: 50px;  min-height: 22px;}.ssButton.image {  width: 20px;  height: 20px;  padding: 0;  margin-right: 0;  background-color: transparent;  background-position: center center !important;}/* Button text */body .ui-button-text,body .ui-button.ui-button-text-only .ui-button-text {  padding: 0.3rem 1rem;}/* Input fields */body .ui-inputfield.ui-state-hover, body .ui-selectonemenu.ui-state-hover {  border-color: var(--lhub-lightblue);}body .ui-button.ui-state-focus,body .ui-button.ui-state-active {  outline:0 none;  outline-offset:0;  box-shadow:0 0 0 .1em var(--lhub-lightblue);  background-color: var(--lhub-darkblue);  color: white;}body .ui-button:visited {	color: white;}body .ui-inputfield.ui-state-focus, body .ui-selectonemenu.ui-state-focus {  border-color: var(--lhub-green);  outline: 0 none;  !box-shadow: 0 0 0 0.2em var(--lhub-lightblue);  box-shadow: none;}/* Links and tabs */body .ui-commandlink, body .ui-commandlink:hover,body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a, body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header.ui-state-active,body .ui-datatable thead th.ui-state-active,body .ui-datatable thead th.ui-state-active.ui-state-hover {  color: var(--lhub-darkblue);  border-color: var(--lhub-darkblue);}body .ui-datatable-data .ui-commandlink {  text-decoration: none;}/* Layout */body .toolbar > * {  vertical-align: middle;  margin: 1px;}/* Patient panel */body .ui-fieldset.panel_patient {  !font-size: 1.2em;  !color: #555;  padding-top: 15px;}body .orderEntryFormCnt {	width: max-content;!important}body .ui-splitbutton .ui-button:first-child,body .ui-splitbutton .ui-button:last-child {	border-radius: 0px;}.page_editPrescription button[id$=ok_button],.page_editPrescription button[id$=ok_menuButton] {	background-color: var(--lhub-green);	border: 1px solid var(--lhub-green);	border-radius: 0px;	color: white;	font-weight: bold;}.page_editPrescription button[id$=ok_menuButton] {	border-left: 1px solid white;}.page_editPrescription button[id$=ok_menuButton]:visited {	border-left: color: white;}/*body table.bodyTable tbody tr.resultTest.note td.fixedFont {	padding-left: 50px;}*/body table.bodyTable tbody tr.resultTest.note td {	!padding-left: 50px;	font-family: 'Courier New', monospace;}body g text {	font-family: var(--font-family);	!font-size: 1.1rem;}span#lhub-microbio-alert {   color: red;   font-size: 14px;}/********************//*** VERSION 4.2 ***Â¨//********************//*** FranÃ§ais ***//* Bouton Valider feuille de prescription .page_editPrescription .ssButton[value="Valider"]{	!background-color: inherit;	!border: none;	!color: var(--lhub-lightblue);	!font-size: large;	!font-weight: bold;	!padding-top: 0;	!padding-bottom: 0;	!margin-top: -5px;	!  -moz-border-radius: 5px; ! -webkit-border-radius: 5px;!  border-radius: 5px;	}.page_editPrescription .ssButton[value="Valider"]:hover {  background-color: var(--lhub-green);  color: #FFFFFF;  transform: scale(1.1);  !-moz-border-radius: 5px;  !-webkit-border-radius: 5px;  !border-radius: 5px;}*//*** Anglais ***//* Bouton OK feuille de prescription .page_editPrescription .ssButton[value="OK"]{	background-color: inherit;	border: none;	color: var(--lhub-lightblue);	font-size: large;	font-weight: bold;	padding-top: 0;	padding-bottom: 0;	margin-top: -5px;	!-moz-border-radius: 5px;    !-webkit-border-radius: 5px;    !border-radius: 5px;	}.page_editPrescription .ssButton[value="OK"]:hover {  background-color: var(--lhub-green);  color: #FFFFFF;  transform: scale(1.1);  ! -moz-border-radius: 5px;  !-webkit-border-radius: 5px;  ! border-radius: 5px;}/********************//*** VERSION 4.3 ***Â¨//********************//*** FranÃ§ais ***//* Bouton Valider feuille de prescription .editPrescriptionPanel .bottomToolbar .ssButton[value="Valider"] {	background-color: inherit;	border: none;	color: #3CB371;	font-size: large;	font-weight: bold;	padding-top: 0;	padding-bottom: 0;	margin-top: -5px;	  -moz-border-radius: 5px;  -webkit-border-radius: 5px;  border-radius: 5px;	} .editPrescriptionPanel .bottomToolbar .ssButton[value="Valider"]:hover {  background-color: #3CB371;  color: #FFFFFF;  transform: scale(1.1);  -moz-border-radius: 5px;  -webkit-border-radius: 5px;  border-radius: 5px;}.editPrescriptionPanel .bottomToolbar .ssButton[value="OK"] {	background-color: inherit;	border: none;	color: #3CB371;	font-size: large;	font-weight: bold;	padding-top: 0;	padding-bottom: 0;	margin-top: -5px;	  -moz-border-radius: 5px;  -webkit-border-radius: 5px;  border-radius: 5px;	} .editPrescriptionPanel .bottomToolbar .ssButton[value="OK"]:hover {  background-color: #3CB371;  color: #FFFFFF;  transform: scale(1.1);  -moz-border-radius: 5px;  -webkit-border-radius: 5px;  border-radius: 5px;}*/
#cssLoadingIndicator { display: none !important; }