﻿.nuh-pagination-link {
    color: #1A5966;
    font-weight: 700;
    border: 1px solid #E1E4E7;
    border-radius: 2px;
    text-decoration: none;
    background-color: white;
    margin-left: 2px;
    margin-right: 2px;
}

.pt-btn-inline {
    background-color: #0390ad;
    color: white;
    display: inline-block;
    text-align: right;
    float: right;
    min-width: 113px;
}

.nuh-cancel-btn {
    background-color: white;
    color: #0390ad;
    border-color: #0390ad;
}

.main-content-background {
    background-color: #F9F9FA !important;
    margin-top: 74.5px;
    margin-left: 16.66666667%;
}

.PillList-item {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 12px 12px 0;
}

.PillList-item input[type="checkbox"] {
    display: none;
}

.PillList-item input[type="checkbox"]:checked + .PillList-label {
    background-color: #53575A;
    border: 1px solid #53575A;
    color: #fff;
    padding-right: 16px;
    padding-left: 16px;
}

.PillList-label {
    border: 1px solid #E1E4E7;
    border-radius: 2px;
    display: block;
    padding: 7px 28px;
    text-decoration: none;
}

.PillList-item
input[type="checkbox"]:checked + .PillList-label
.Icon--checkLight {
    display: inline-block;
}

.PillList-item input[type="checkbox"]:checked + .PillList-label .Icon--addLight,
.PillList-label .Icon--checkLight,
.PillList-children {
    display: none;
}

.PillList-label .Icon {
    width: 14px;
    height: 14px;
    margin: 0 0 0 12px;
}

.PillList-item-filter {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 0px;
    margin: 1px 0 0 6px;
}

.PillList-item-filter input[type="checkbox"] {
    display: none;
}

.PillList-item-filter input[type="checkbox"]:checked + .PillList-label {
    background-color: #53575A;
    border: 1px solid #53575A;
    color: #fff;
    padding-right: 16px;
    padding-left: 16px;
}

    .PillList-item-filter
    input[type="checkbox"]:checked + .PillList-label
    .Icon--checkLight {
        display: inline-block;
    }

    .PillList-item-filter input[type="checkbox"]:checked + .PillList-label .Icon--addLight,
    .PillList-label .Icon--checkLight,
    .PillList-children {
        display: none;
    }


.Icon {
    background: transparent;
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    position: relative;
}

.sub-header {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #686D72;
}

.sub-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #686D72;
}

p {
    color: #686D72;
}

nav {
    background-color: white;
}

.nav-link {
    color: #686D72 !important;
    font-weight: bold;
    font-size: small;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-link:hover {
    background-color: #EFFAFC;
    border-right: solid;
    border-width: 4px;
}

.nav-link:active {
    background-color: #949a9b;
    border-right: solid;
    border-width: 4px;
}

.nav-link.selected {
    background-color: #EFFAFC !important;
    border-right: solid;
    border-width: 4px;
}

.nav-link-tabs {
    background-color: #FFFFFF;
    border-bottom: solid;
    border-width: 4px;
    border-color: #E1E4E7;
}

.nav-link-tabs:active {
    background-color: #FFFFFF;
    border-bottom: solid;
    border-width: 4px;
    border-color: #36B9D6;
}

.nav-link-tabs.selected {
    background-color: #FFFFFF;
    border-bottom: solid;
    border-width: 4px;
    border-color: #36B9D6;
}

.nav-link-title {
    color: #686D72;
    font-size: small;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-link-import {
    color: #686D72;
    font-size: small;
}

.card, .accordion-item {
    border-radius: unset;
}

.nuh-filter-block {
    display: inline-block;
    padding: 2px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ebf8fb;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: -1px;
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    min-height: 39px;
}

.nuh-filter-label {
    display: inline-block;
    text-align: left;
    float: left;
    line-height: 30px;
    color: #686D72;
    margin-top: 1px;
    margin-left: 8px;
}

.w-0 {
    width: 0px;
}

.cursor-pointer {
    cursor: pointer;
}

.vertical-navbar {
    position: fixed;
    height: 100vh;
    z-index: 1;
    margin-top: 73.5px;
}

.horizontal-navbar {
    position: fixed;
    height: 73.5px;
    width: 100%;
    z-index: 6;
    background-color: white;
}

/* add padding  */
.input-group-text-info {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: white;
    border-radius: 0 0.25rem 0.25rem 0;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}

.border-right-0 {
    border-right: 0;
}

#tooltip {
    background: #686D72;
    color: white;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
}

#tooltip[data-popper-placement^='top'] > #arrow {
    bottom: -4px;
}

#tooltip[data-popper-placement^='bottom'] > #arrow {
    top: -4px;
}

#tooltip[data-popper-placement^='left'] > #arrow {
    right: -4px;
}

#tooltip[data-popper-placement^='right'] > #arrow {
    left: -4px;
}

#tooltip {
    /* ... */
    display: none;
}

#tooltip[data-show] {
    display: block;
}

.nuh-patient-overview-text-3 {
    position: static;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #686D72;
    order: 1;
    flex-grow: 1;
    display: inline-block;
}


.nuh-data-incomplete-warning {
    text-align: center;
    background-color: #f1bbbb;
    font-weight: 500;
    font-size: larger;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 8px;
}


.graph-parent {
    display: grid;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    min-height: 100px;
}
  .graph-middle-dot {
    background-color: #DA4343;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .graph-middle-green-dot {
    background-color: #1AA179;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .graph-outer-dot {
    background-color: #a5b3b6;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
  }

.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}

.w-33 {
    width: 33% !important;
}


.pagination-paragraph{
    vertical-align: middle;
    float: right;
}

.lh-38{
    line-height: 38px;
}

.lh-40{
    line-height: 40px;
}

.margin-r-1{
    margin-right: 1rem;
}


#info-tooltip {
    background: #686D72;
    color: white;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
}

#arrow,
#arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

#arrow {
    visibility: hidden;
}

#arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
}

#info-tooltip[data-popper-placement^='top'] > #arrow {
    bottom: -4px;
}

#info-tooltip[data-popper-placement^='bottom'] > #arrow {
    top: -4px;
}

#info-tooltip[data-popper-placement^='left'] > #arrow {
    right: -4px;
}

#info-tooltip[data-popper-placement^='right'] > #arrow {
    left: -4px;
}
#info-tooltip {
    /* ... */
    display: none;
}
#info-tooltip[data-show] {
    display: block;
}

.fulltable {
    display: table;
    width: 100%;
}

#collapsabletext p.collapse:not(.show) {
    max-height: 6ex !important;
    overflow: hidden;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#collapsabletext p.collapsing {
    min-height: 6ex !important;
}

#collapsabletext a.collapsed:after  {
    content: '+ Read More';
}

#collapsabletext a:not(.collapsed):after {
    content: '- Read Less';
}

.show-more-button {
    color: #aaa;
}

.show-more-button:hover {
    color: #aaa;
    text-decoration: underline;
}

.nav-link:active {
    color: #aaa;
    text-decoration: underline;
}

.nav-link.selected {
    color: #aaa;
    text-decoration: underline;
}

.red-triangle {
    color: #AE3636;
}

.date {
    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
    width: 174px;
    height: 14px;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.day {
    /*width: 76px;*/
    height: 14px;
    /* Bold small */

    /*font-family: 'Public Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    /* Cyan/800 */

    color: #1A5966;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}



/* Patient Pathway Filter Modal */
.modal.right .modal-dialog {
    position: fixed;
    left: 0;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal.right .modal-content {
    height: 100vh !important;
    overflow-y: auto;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
}

.modal.left .modal-body {
    padding: 15px 15px 30px;
}

.modal.left.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    -ms-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
    box-shadow: 0 0 19px #000000;
}

@media (min-width: 576px) {
    .modal.left .modal-dialog {
        max-width: 100%;
    }
}

.btninfo {
    --bs-btn-color: #EFFAFC;
    --bs-btn-bg: #EFFAFC;
    --bs-btn-border-color: #EFFAFC;
    --bs-btn-hover-color: #EFFAFC;
    --bs-btn-hover-bg: #EFFAFC;
    --bs-btn-hover-border-color: #EFFAFC;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #EFFAFC;
    --bs-btn-active-bg: #EFFAFC;
    --bs-btn-active-border-color: #EFFAFC;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #EFFAFC;
    --bs-btn-disabled-bg: #EFFAFC;
    --bs-btn-disabled-border-color: #EFFAFC;
    text-align: center;
    color: #087990;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

.btn-check:checked, :not(.btn-check) + .btn:first-child:active, .btn.active, .btn.show, .btninfo:hover {
    color: #087990;
}

.select-box {
    width: 154px;
    height: 40px;
}

.yes-no-button {
    width: 72.5px;
    height: 40px;
}

.comments-textarea {
    width: 740px;
    height: 62px;
}


.label-heading {
    color: #686D72;
    font-size: 16px;
    font-family: Public Sans;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word
}

.filters-section-heading {
    display: flex;
    height: 2rem;
    padding: 1rem 0rem;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
    border-bottom: 1px solid var(--Border-Colours-border-default, #E1E4E7);
    background: var(--White, #FFF);
}