﻿#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    .actionButton {
        width: 80px;
    }

body {
   /* zoom: 95%;*/
}

.remoteScreen {
    width: 100% !important;
}

.smallLoader {
    height: 100px !important;
}

.dropdown {
    position: absolute !important;
    top: 100%; /* Position the dropdown right below the input */
    left: 0;
    width: 100%;
    z-index: 999; /* Ensure it's above other content */
    background-color: white;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2);
    display: none; /* Initially hidden */
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    border: 1px solid #ccc;
}

    .dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .dropdown ul li {
            padding-left: 6px;
            padding-right: 6px;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            cursor: pointer;
            font-size: 18px;
        }

            .dropdown ul li:hover {
                background-color: grey;
                color: white !important;
            }

                .dropdown ul li:hover .smallText {
                    color: white !important;
                }

.search-box {
    width: 89% !important;
    text-align: left !important;
}

.searchable-dropdown-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .searchable-dropdown-wrapper button {
        position: absolute;
        right: 0px;
        height: 100%;
        border: 2px solid #4c6272;
        width: 10%;
        font-weight: bold;
        font-size: 18px;
    }

        .searchable-dropdown-wrapper button:hover {
            background-color: #ccc;
        }

        .searchable-dropdown-wrapper button:active {
            background-color: #d8dde0;
        }

.userTableMargin {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.formSelectorItems {
    font-size: 14px !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.validation-errors {
    color: #d5281b;
    font-weight: bold;
}

.redBlack {
    color: red;
    font-size: 20px;
}

.uploadCloud {
    font-size: 26px;
    color: slategrey;
    float: right;
}

.nhsuk-card__content {
    user-select: none;
    -webkit-user-select: none; /*Safari*/
    -moz-user-select: none; /*Firefox*/
}

.filterTags {
    margin: 5px;
    user-select: none;
    -webkit-user-select: none; /*Safari*/
    -moz-user-select: none; /*Firefox*/
}
/*    .filterTags:hover {
        cursor: pointer;
    }*/

.actionColumn {
    width: 100px;
}

.statusColumn {
    white-space: nowrap;
    text-align: center;
}

.paginationSelectors {
    margin: 5px;
    font-size: 14px;
}

td, th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: 15px !important;
    vertical-align: middle !important;
}

div {
    font-size: 16px;
}

.nhsuk-tag {
    font-size: 14px !important;
}

.width10pc {
    width: 10%;
}

.width100px {
    width: 100px;
}

.formTypeFilters {
    display: flex;
}

.formTypeFilter {

}

.formTypeFilterButtons {
    margin-left: auto;
    order: 2;
    min-width: 100px !important;
    margin-top: 4px;
    text-align: center;
}

.width20pc {
    width: 20%;
}

.width30pc {
    width: 30% !important;
}


.width70pc {
    width: 70%;
}

.width80pc {
    width: 80% !important;
}

.width15pc {
    width: 15% !important;
}

.width5pc {
    width: 5%;
}

.width100pc {
    width: 100% !important;
}

.width49pc {
    width: 49%;
}

.width60pc {
    width: 60%;
}

.latestNoteClass {
    width: 300px !important;
}

.demographics {
    color: black;
    font-weight: bold;
}

.alignRight {
    text-align: right !important;
}

.alignLeft {
    text-align: left !important;
}

.notFound {
    font-weight: bold;
    color: red;
}

.found {
    font-weight: bold;
    color: #007f3b;
}

.search {
    height: 30px !important;
    width: 25% !important;
}

.editFormTextAreas {
    font-size: 15px !important;
    height: 110px !important;
}

.editFormTextBoxes {
    font-size: 15px !important;
}

.editFormInputs {
    font-size: 15px !important;
    width: 100% !important;
    height: 100% !important;
}

.paginationButtons {
    width: 120px;
}

.filterRows {
    margin-bottom: 30px;
}

table {
    margin-bottom: 2px;
}

.nhsuk-card {
    margin-bottom: 10px !important;
}

.nhsuk-card--clickable:hover {
    border: 1px grey solid !important;
    border-bottom-width: 4px !important;
    cursor: pointer !important;
    /*background: repeating-linear-gradient( -45deg, #f5f5f5, #f5f5f5 5px, white 5px, white 10px ) !important;*/
}

.greenText {
    color: #007f3b !important;
    font-weight: bold;
    font-size: 19px;
}

.greenHeading {
    color: #007f3b !important;
    font-weight: bold;
    font-size: 20px;
}

.greyText {
    color: #949494 !important;
}

.redText {
    color: #d5281b !important;
    font-weight: bold;
}

.nhsuk-table__caption {
    color: #007f3b !important;
    font-size: 20px !important;
}

.timelineLabel {
    color: #007f3b !important;
    font-size: 17px !important;
    font-weight: bold;
}

.greyText {
    color: grey;
    font-size: 14px !important
}

.smallerButtons {
    font-size: 14px !important;
    height: 30px !important;
    padding: 4px !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
    width: 82px !important;
}

.submitAndClose {
    font-size: 14px !important;
    height: 30px !important;
    padding: 4px !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
}

.formEditTable {
    margin-bottom: 50px;
}

.formBuilderTable tbody > tr {
    height: 250px !important;
}

.optionTable {
    width: 500px;
    text-align: center;
    margin: 50px;
}

.mce-edit-focus {
    outline: 0 !important;
}

html {
    scroll-behavior: smooth;
}

.FormAnswerCells {
    padding: 10px !important;
    width: 50% !important;
    font-weight: bold !important;
}
    .FormAnswerCells > label {
        font-size: 16px !important;
    }

.FormQuestionCells {
    padding: 10px !important;
    width: 50% !important;
}
    .FormQuestionCells > label {
        font-size: 16px !important;
    }


.ConsentFormCells {
    padding: 10px !important;
    width: 50% !important;
}

    .ConsentFormCells > label {
        font-size: 15px !important;
        font-weight: bold;
    }

.ConsentFormAnswerCells {
    padding: 10px !important;
    width: 50% !important;
    /*text-align: center;*/
    user-select: none !important;
    -webkit-user-select: none !important; /*Safari*/
    -moz-user-select: none !important; /*Firefox*/
}

    .ConsentFormAnswerCells > label {
        font-size: 15px !important;
        font-weight: bold !important;
    }

    .ConsentFormAnswerCells > .nhsuk-radios {
        margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
    }

.nhsuk-radios__item {
    text-align: left;
}


.ConsentDescription {
    color: #007f3b;
    font-weight: normal !important;
    font-size: 14px !important;
    margin-top: 5px;
}

.consentFormRadios {
    margin-left: 80px !important;
}

.consentFormNavHeader {
    position: sticky;
    top: -1px;
    background-color: #f0f4f5;
    z-index: 998 !important;
}
    .consentFormNavHeader > td {
        border-bottom: 3px solid #007f3b !important;
    }

.embeddedFormColor {

}

.consentFormNavFooter {
    position: sticky;
    top: 0;
    background-color: #f0f4f5;
    z-index: 998 !important;
}
    .consentFormNavFooter > td {
        border-top: 3px solid #007f3b !important;
        border-bottom: 0px !important;
    }


.isNotValid {
    color: #d5281b !important;
}

.nhsuk-radios__label {
    font-size: 15px !important;
    font-weight: bold !important;
}

.copyLoader {
    height: 40px !important;
}

.reportLoader {
    height: 80px !important;
    margin-top: -15px;
    margin-left: 50px;
}

.exportExcel {
    height: 60px !important;
    margin-top: -15px;
    float: right;
}

    .exportExcel:hover {
        cursor: pointer;
    }

.sortHeaders:hover {
    cursor: pointer;
}

.exportBCP {
    height: 45px !important;
    margin-top: -7px;
    float: right;
}

    .exportBCP:hover {
        cursor: pointer;
    }

.downloadingExcel {
    width: 55px !important;
}

.downloadAttachmentLoader {
    height: 31px !important;
}

.pdsTraceLoader {
    width: 70px !important;
    margin-top: -20px;
    margin-left: 20px;
}

.fileUploadInput {
    font-size: 12px !important;
}


.exportMessage {
    float: right;
    font-size: 14px;
}

.nhsuk-button {
    user-select: none !important;
    -webkit-user-select: none !important; /*Safari*/
    -moz-user-select: none !important; /*Firefox*/
}

.contactLink {
    text-decoration: underline;
}
    .contactLink:hover {
        cursor: pointer;
    }

.nhsuk-button--warning {
    background-color: #c9002e !important;
    box-shadow: 0 4px 0 #263139 !important;
}

    .nhsuk-button--warning:hover {
        background-color: red !important;
    }

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}



.triage-error-row {
    color: red;
    font-weight: bold;
}

.disableCheckboxes {
    pointer-events: none !important;
}

.disabled {
    
}

.validationError {
    font-size: 15px !important;
    font-weight: bold;
    color: #d5281b;
}

.nhsuk-error-summary {
    margin-top: 10px !important;
}

.nhsuk-error-summary__body {
    margin-bottom: 0px !important;
}

    .nhsuk-error-summary__body > ul {
        margin-bottom: 0px !important;
    }

.emptyPatientTable {
    border: 3px solid #007f3b;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 375px;
}

.emptyTable {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 375px;
}

.fixedTableDiv {
    height: 385px !important;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
}

    .fixedTableDiv thead th {
        position: sticky;
        top: 0;
        background-color: #f0f4f5;
    }

.pageToolbar {
    position: sticky;
    top: 0;
    background-color: #f0f4f5;
    border: 3px solid #005eb8;
    height: 90px !important;
    padding: 15px !important;
    z-index: 9998;
    margin-bottom: 20px;
    text-align: center;
}

    .pageToolbar > button {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

.formDesignerContainer {
    height: 700px;
}

.formDesignerDraggableTables {
    height: 45px !important;
}

.formDesignerDiv {
    max-height: 600px;
    overflow: auto;
}

.formDesignerTable {
    table-layout: fixed;
}

    .formDesignerTable td {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;  
    }

.questionPreview {
    margin-left: 15%;
    margin-right: 15%;
    border: 2px dashed green;
}

.hidden {
    visibility: hidden;
}

.inlineSlider {
   margin-top: 1px !important;
}

.rz-colorpicker {
    border: 2px solid #4c6272 !important;
    border-radius: 0px !important;
    height: 40px !important;
}

.rz-colorpicker:focus {
    border: 2px solid #212b32;
    box-shadow: inset 0 0 0 2px;
    outline: 4px solid #ffeb3b;
    outline-offset: 0;
}

.tox-editor-container {
    z-index: 1109 !important
}

.questionPreview td {
    border-bottom: none !important;
}

    .questionPreview table {
        margin: 0px !important;
        padding: 30px;

    }

.hideTableBorder td {
    border-bottom: none !important;
}

.batchNumberDiv {
    border: 2px solid #007f3b;
    padding: 10px;
    margin-top: 10px;
}

.batchbuttonDiv {
    margin-top: 10px;
}

.vaccineIcon {
    font-size: 70px;
    text-shadow: 0 0 3px #000;
    color: #d8dde0;
}

.schoolIcon {
    font-size: 70px;
    text-shadow: 0 0 3px #000;
    color: #d8dde0;
    text-align: right;
}

.vaccineDiv {
    width: 25%;
    display: inline-block
}

.batchInfoDiv {
    width: 70%;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}

.batchNumberRow {
    display: none;
}

.expires {
    color: black;
    font-weight: bold;
}

.backButton {
    width: 300px;
    position: fixed;
    right: -50px;
    bottom: 10px;
    text-align: center;
    z-index: 55555;
}

.newUserClass, .newUserClass:hover {
    background-color: darkgrey !important;
    height: 100px !important;
    padding: 10px !important;
}

.addNoteForm {
    padding: 24px !important;
    font-weight: bold;
}

.separator {
    border: 2px dashed lightgrey;
    margin: 10px !important;
}

.schoolSearchSelect {
    position: absolute;
    width: 800px;
    height: 200px !important;
    right: 300px;
}

.schoolSearchSelect > select {
    height: 200px !important;
}

.smallText {
    color: #007f3b;
    font-size: 14px;
}

.addedDate {
    font-size: 12px !important;
}

.duplicateWarning {
    border: 3px solid #d5281b !important;
}

.otherVaccination {
    border: 2px solid #007f3b;
    padding: 10px;
    font-weight: bold;
    margin: 20px;
}

.smallTag {
    font-size: 12px !important;
}

.width200px {
    width: 200px !important;
}

.success {
    border: 4px solid #007f3b !important;
    padding: 30px;
}

.duplicate {
    border: 4px solid #f16210 !important;
    padding: 30px;
}

.editForm {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.vaccineSelectorsText {
    margin-bottom: 3px;
}

.vaccineSelectorsSelected {
    border: 2px grey dashed !important;
    cursor: default !important;
    background: repeating-linear-gradient( -45deg, #f5f5f5, #f5f5f5 5px, white 5px, white 10px ) !important;
}

.vaccineSelectorsDuplicate {
    background-color: #ff0000 !important;
}

.ragMessage {
    margin: 20px;
    padding: 20px !important;
    font-weight: bold !important;
    text-align: center !important;
}

.dsdTotal {
    font-size: 60px !important;
}

.sectionTotal {
    font-size: 40px !important;
}

.roomName {
    min-height: 100px;
    margin-bottom: 0px;
}

.inlineFormTotal {
    font-size: 30px !important;
}

.viewRecordSections {
    height: 75vh;
    overflow-y: auto;
}

.viewRecordContactSection {
    height: 75vh;
    overflow-y: hidden;
}

.height80pc {
    height: 80%;
}

.actionCards {
    margin-bottom: 5px !important;
    cursor: pointer;
}

    .actionCards > .nhsuk-card__content {
        padding: 13px !important;
        font-size: 15px;
    }

/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    margin-top: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4c6272;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #263139;
    }


.popupModalMessage {
    text-align: center;
    margin-top: 10px;
}

.popupModalMessageContainer {
    width: 80%;
    border: 3px solid #005eb8;
    z-index: 99999;
    background-color: #f0f4f5;
    padding: 10px;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.popupModal {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px;
}

.verticalScroll {
    height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.container {
    width: 80%;
    height: 95%;
    border: 5px solid #005eb8;
    z-index: 1000;
    background-color: #f0f4f5;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 4px;
}

.formPreviewContainer {
    text-align: center;
    height: 100%;
    width: 95% !important;
    display: inline-block;
}

.mobilePreviewContainer {
    text-align: center;
    height: 100%;
    width: 400px !important;
    display: inline-block;
}

.mobilePreviewView {
    height: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: scroll;
    container-type: inline-size;
    background-color: #f0f4f5;
}

.formPreviewView {
    height: 100% !important;
    overflow-y: auto;
    background-color: #f0f4f5;
    padding-left: 20px;
    padding-right: 20px;
}

.greenDashedBorder {
    border: 2px dashed green;
    margin: 5px;
    height: 90%;
}

@container (max-width: 800px) {
    .ConsentFormCells {
        width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: center !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

        .ConsentFormCells label {
            font-size: 18px !important;
        }


    .ConsentFormAnswerCells {
        width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: center !important;
    }

        .ConsentFormAnswerCells label {
            font-size: 14px !important;
        }

    .consentFormNavHeader td {
        text-align: center !important;
    }

    .consentFormNavFooter td {
        text-align: center !important;
    }

    .sliderMinLabelText {
        font-size: 12px !important;
    }

    .sliderMaxLabelText {
        font-size: 12px !important;
    }

    .pageTitle {
        float: none;
    }

    .consentFormNavHeaderButtons {
        float: none !important;
        margin-top: 10px;
    }
}



.smallModalContainer {
    width: 50%;
    border: 5px solid #005eb8;
    z-index: 1000;
    background-color: #f0f4f5;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 4px;
}

.closeButton {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.confimModalButtons {
    text-align: center;
    margin-top: 10px;
}

.keyContactTable {
    margin-top: 10px;
}

.keepNewLines {
    white-space: pre-line;
}

@media (max-width: 800px) {
    .ConsentFormCells {
        width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: center !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

        .ConsentFormCells label {
            font-size: 18px !important;
        }


    .ConsentFormAnswerCells {
        width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: center !important;
    }

        .ConsentFormAnswerCells label {
            font-size: 14px !important;
        }

    .consentFormNavHeader td {
        text-align: center !important;
    }

    .consentFormNavFooter td {
        text-align: center !important;
    }

    .sliderMinLabelText {
        font-size: 12px !important;
    }

    .sliderMaxLabelText {
        font-size: 12px !important;
    }

    .consentFormNavHeaderButtons {
        float: none !important;
        margin-top: 10px;
    }

    .floatLeft {
        float: none;
    }

    table {
        table-layout: initial !important;
        width: 100%;
    }
}



.attachmentCloseButton {
    background-color: white;
    border: 1px solid;
    padding: 1px;
    display: inline-block;
    width: 15px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}

.selectedAttachmentClass {
    font-weight: bold;
    border-color: #aeb7bd !important;
}

.downloadAttachment {
    height: 25px;
    cursor: pointer;
}

.attachmentTableContainer {
    min-height: 350px;
}

.attachmentTable {
    table-layout: fixed;
    width: 100%;
}

    .attachmentTable td {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

.accessDenied {
    margin-top: 100px;
    margin-bottom: 300px;
}

.file-drop-zone {
    display: flex;
    width: 100%;
    border: 3px dotted grey;
    align-items: center;
    margin-bottom: 2px;
    height: 100px
}

.hover {
    border: 3px solid #007f3b;
    background-color: lightgreen;
}

.pseudoHyperlink {
    cursor: pointer;
}

.profilePicture {
    height: 50px;
    border-radius: 50%;
    margin-right: 15px
}

.profilePictureSmall {
    height: 30px;
    border-radius: 50%;
}

.profilePictureTitle {
    height: 70px;
    border-radius: 50%;
    border: #005eb8 4px solid;
    margin-top: 10px;
}

.profileInitialsTitle {
    height: 70px;
    border-radius: 50%;
    border: #005eb8 4px solid;
    font-size: 30px;
    padding: 10px;
    margin-top: 10px;
    background-color: #d8dde0;
}

.profilePictureLarge {
    height: 150px;
    border-radius: 50%;
    border: #005eb8 4px solid;
}


input[type=file] {
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.formPanelSummary {
    padding: 5px 5px 10px 5px !important;
}

.formPanelSummaryText {
    font-size: 15px !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.formPanelDetailsText {
    padding: 10px !important;
}

.formPanelExpander {
    margin-bottom: 5px !important;
}

.circleStrong {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    font-size: 11px !important;
    padding: 0px !important;
}

.circleStrongSmall {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    padding: 0px !important;
}

.circleStrongTiny {
    border-radius: 50%;
    height: 17px;
    width: 10px;
    line-height: 10px !important;
}

.staffingCell {
    max-width: 15px !important;
    text-align: center;
}

.staffingTitle {
    width: 100px !important;
}

.staffingTable {
    margin-top: 50px !important;
}

.pageTitle {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.emsSliderContainer {
}

.sliderMinLabelText {
    font-size: 12px !important;
}

.sliderMaxLabelText {
    font-size: 12px !important;
}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 98%;
    background: none;
    outline: none;
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    margin-top: 4px;
    cursor: pointer;
    text-align: center;
    opacity: 0.8;
    border: 2px solid black;
    border-radius: 20px;
    padding: 5px;
}

    /* Mouse-over effects */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 20px; /* Set a specific slider handle width */
        height: 20px; /* Slider handle height */
        background-color: darkgrey; /* Green background */
        cursor: pointer; /* Cursor on hover */
        border-radius: 10px;
        border: 2px solid black;
    }

    .slider::-moz-range-thumb {
        width: 20px; /* Set a specific slider handle width */
        height: 20px; /* Slider handle height */
        background: #04AA6D; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

.dashboardPanels {
    max-height: 30pc;
}

.embeddedFormDetails {
    margin-bottom: 5px !important;
    font-size: 16px !important;
}

.embeddedFormDetails p {
    margin-bottom: 5px !important;
    font-size: 15px !important;
}


.expressionValueConfig {
    height: 750px;
    overflow-y: auto;
}

.expressionDescription {
    height: 100px;
    white-space: pre-wrap;
}

.expressionBuilderOptions {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin-bottom: 10px
}

    .expressionBuilderOptions .filterTags {
        margin: 5px;
        user-select: none;
        -webkit-user-select: none; /*Safari*/
        -moz-user-select: none; /*Firefox*/
        font-size: 12px !important;
    }

        .expressionBuilderOptions .filterTags:hover {
            cursor: pointer;
        }


.popupPatientViewContainer {
    width: 80%;
    border: 5px solid #005eb8;
    z-index: 99999;
    background-color: #f0f4f5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 4px;
    min-height: 50%;
    max-height: 95%;
    overflow-y: auto;
}

.popupWaitingListContainer {
    width: 35%;
    border: 5px solid #005eb8;
    z-index: 9999;
    background-color: #f0f4f5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 4px;
    min-height: 50%;
    max-height: 95%;
    overflow-y: auto;
}

.beingDragged {
    color: #005eb8;
    border: 2px dashed #005eb8 !important;
    cursor: move;
    background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 5px, white 5px, white 10px) !important;
}

.alignMiddle {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.popupEmbeddedFormContainer {
    width: 60%;
    border: 5px solid #005eb8;
    z-index: 99999;
    background-color: #f0f4f5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 4px;
    min-height: 50%;
    max-height: 95%;
    overflow-y: auto;
}

/*    .popupEmbeddedFormContainer table tr:hover {
        background-color: #f0f4f5 !important;
    }

    .popupEmbeddedFormContainer .consentFormNavHeader {
        background-color: #f0f4f5 !important;
    }

    .popupEmbeddedFormContainer .consentFormNavFooter {
        background-color: #f0f4f5 !important;
    }*/



.popupEmbeddedFormHeading {
    padding: 13px;
    font-weight: bold;
    color: white;
    width: 100%;
    height: 50px;
    background-color: #005eb8;
    border-radius: 4px;
    margin-bottom: 20px;
}

.closeFormButton {
    margin-right: 15px;
    margin-top: -2px;
    width: 30px !important;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    backdrop-filter: blur(5px);
}

.navbarExpand {
    max-width: 80% !important;
}


.emptyNavBar {
    background-color: #005eb8;
    display: block;
    margin: 0 auto;
    height: 51px;
}

/* Dropdown Button */
.dropbtn {
    padding-right: 10px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px;
    z-index: 99998;
    background-color: #fff;
    padding: 10px;
    left: 85px;
    top: 3px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: lightgrey;
}

.embeddedTable {
    margin-top: 40px;
    margin-bottom: 40px !important;
}

.patientSearch {
    margin-bottom: 3px;
}

.dynamisLogo {
    float: right;
}

    .dynamisLogo > svg {
        color: #005eb8;
        height: 90px;
    }

.nhsuk-header__logo {
    float: left !important;
    margin-top: 5px;
}

.dynamisFooter {
    font-family: 'Changa', sans-serif;
    font-size: 16px;
}

.dynamisFooterBrand {
    color: #005eb8;
    cursor: pointer;
}


.nhsuk-main-wrapper {
    min-height: 450px;
}

.actionContact {
    font-weight: bold;
    color: #005eb8
}


.dynamisMeaning {
    font-family: 'Changa', sans-serif;
}

.dynamisMeaningHeader {
    font-size: 42px;
    color: #005eb8;
}

.dynamisMeaningPronounce {
    font-size: 22px;
    color: #b6b6b6;
    margin-top: -10px;
    font-style: italic;
}


.dynamisMeaningSubHeader {
    font-size: 22px;
    color: #b6b6b6;
    margin-top: 60px;
}

.dynamisMeaningText {
    font-size: 28px;
    color: #4c6272;
}


.dynamisMeaningLogo {
    float: right;
    margin-right: 80px;
    margin-top: 40px;
}

    .dynamisMeaningLogo > svg {
        color: #005eb8;
        height: 120px;
    }


body {
    background: none !important;
    background-color: #f0f4f5 !important;
}

.calendarDiv {
    height: 750px !important;
}


.rz-event:hover {
    cursor: pointer;
    opacity: 0.7;
}

.fa-bars {
    cursor: grab;
}

.fa-bars:active {
    cursor: grabbing;
}

input {
    color: black !important;
}


.footerContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bedTitleOccupied {
    background-color: #ffbcbc;
    color: black;
}

.bedTitleBlocked {
    background-color: #ffd652;
    color: black;
}


.bedTitleUnOccupied {
    background-color: #cff2ac;
    color: black;
}

.nhsuk-grid-column-one-eighth {
    float: left;
    width: 12.5%;
    padding: 1px;
}

    .nhsuk-grid-column-one-eighth .nhsuk-card__content {
        padding: 10px;
    }

.embeddedWrapperClass {
    padding-top: 30px;
    padding-bottom: 20px;
}