/*
	This file has been auto-generated by a tool at 03/06/2026 08:23:20
	Any changes made will be overwritten the next time it is regenerated.
*/

/*














*/


/*
	~/StyleSheets\Shared.css
*/

/*
	This file has been auto-generated by a tool at 03/06/2026 08:23:20
	Any changes made will be overwritten the next time it is regenerated.
*/

/*

    GENERIC:
    --------

    




    BASE FONT(S) / COLOUR(S):
    -------------------------








    HYPERLINKS:
    -----------




    BUTTONS:
    --------




    INPUTS:
    -------











    TOOLTIPS:
    ---------



    
    MODALS:
    -------







    EMAILS:
    -------




    PROMPTS:
    --------







    HEADER:
    -------






    NAVIGATION:
    -----------





    FOOTER:
    -------





    TABS:
    -----






    DATE PICKER:
    ------------








*/



/* Root styles */

*
{
    margin: 0; padding: 0;
}

html, body
{
    background: #fff;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

table.wordbreak td, table .wordbreak td 
{
    word-break: break-all;
}

table td.wrap, table .centered td.wrap {
    white-space: break-spaces;
}

table td.nowrap
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 1px;
}

table .centered td, table .centered th
{
    text-align: center;
    white-space: nowrap;
}

table .bordered, table .bordered td, table .bordered th
{
    border: 1px solid black !important; 
}
    table .bordered td, table .bordered th
    {
        padding: 4px;
    }

table.guidelineTable {
    border: 1px solid black;
    width: 90%;
    table-layout: fixed;

    & th {
        white-space: break-spaces;
    }
}

hr {
    color: #ccc;
    border: 1px solid #ccc;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
    cursor: not-allowed;
}

.loading {
    opacity: 0.2 !important;
}

.anchorWhite {
    color: white;
}

.anchorWhite:hover {
    color: black;
}

/* Selected text styles */

::selection 
{
    background: #1D3160 none no-repeat scroll 0 0;
    color: #fff;
}
::-moz-selection 
{
    background: #1D3160 none no-repeat scroll 0 0;
    color: #fff;
}



/* Headings and text content */

h1, h2, h3, h4, h5, h6
{
    font-size: 200%;
    font-weight: 700;
    line-height: 1.2;
    margin: 12px 0;
}
h2 { font-size: 150%; }
h3 { font-size: 117%; }
h4 { font-size: 100%; }
h5 { font-size: 83%; }
h6 { font-size: 75%; }

p
{
    margin: 32px 0;
}

.content p 
{
    margin: 16px 0;
}


/* Hyperlinks */

a
{
    color: #7C3A92;
    text-decoration: none;
    transition: color 0.25s;
    white-space: nowrap;
}
.noTouchEvents a:hover
{
    color: #000;
    text-decoration: underline;
}
a:active
{
    color: #1D3160;
    text-decoration: underline;
}

@media (max-width: 768px) {
    a {
        white-space: normal;
    }
}

/* Input controls */

input, select, textarea,
.what3WordsContainer what3words-autosuggest > .what3words-autosuggest > .what3words-autosuggest-input-wrapper > input {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 1;
    padding: 0 4px;
    transition: background 0.25s, border 0.25s, color 0.25s;
}

.checkBox input, .checkBoxList input, .radioButton input, .radioButtonList input
{
    transform: scale(1.25);
    height: auto !important;
}
.checkBoxList tr td input, .checkBoxList tr td label, .radioButtonList tr td input, .radioButtonList tr td label
{
    display: inline;
}
.checkBoxList tr td, .radioButtonList tr td
{
    padding: 0 20px !important;
}
.checkBoxList.error tr td, .radioButtonList.error tr td
{
    padding: 10px 20px !important;
}

input.error, select.error, textarea.error, .checkBox.error, .checkBoxList.error, .radioButtonList.error
{
    background-color: #fff !important;
    border: 2px solid red !important;
    color: #1D3160 !important;
}
input.warning, select.warning, textarea.warning, .checkBox.warning, .checkBoxList.warning, .radioButtonList.warning {
    background-color: #fff !important;
    border: 2px solid orange !important;
    color: #1D3160 !important;
    font-weight: normal !important;
}
input.completed, select.completed, textarea.completed, .checkBox.completed, .checkBoxList.completed, .radioButtonList.completed
{
    border: 2px solid green !important;
}
.noTouchEvents input:hover, .noTouchEvents select:hover, .noTouchEvents textarea:hover
{
    background-color: #fff;
    border: 2px solid #808080;
    color: #000;
    box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
}
input:focus, select:focus, textarea.focussed, input.focussed, select.focussed, textarea.focussed
{
    background-color: #FAFFBD !important;
    border: 2px solid #808080;
    color: #1D3160;
}

input.readOnly, select.readOnly, textarea.readOnly
{
    background-color: #eee;
    border: 2px solid #000;
    color: #000;
}

input:disabled, select:disabled, textarea:disabled
{
    background-color: #eee !important;
    border: 2px solid #000;
    color: #000;
}

textarea
{
    height: 100px;
    line-height: 1.2;
    padding: 6px 4px;
}

.fa {
    font-size: 120%;

    &.fa-hexagon:before {
        display: inline-block;
        rotate: 90deg;
    }
}

    .fa.fa-compact-disc:before {
        display: inline-block;
        rotate: 230deg;
    }

a.fa {
    border: 2px solid #7C3A92;
    color: #7C3A92;
}
.noTouchEvents a.fa:hover, .noTouchEvents a.fa:focus {
    background-color: #000;
    color: #fff;
}

.fa.male { color: blue; }
.fa.female { color: magenta; }

.col > .Framework_Pod {
    margin: 16px 0 !important;
}

.error {
    color: red;
}

.warning {
    background-color: orange;
    font-weight: bold;
}

.alert {
    background-color: red;
    color: white;
    width: 100%;
    padding: 10px;
    margin: -8px 0 0px -8px;

    &:has(+ .alert) {
        margin-bottom: 8px;
    }

    & a {
        color: white;
        text-decoration: underline;
        &:hover {
            color: black;
        }
    }
}

.footerSeperator {
    text-align: left; 
    border-left: 2px solid #000; 
    padding-left: 40px;
}

.footerHorizontalRule {
    border: 1px solid #000;
}

.notices {
    background-color: #D2A552;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 6px;
}
    .notices a, .notices a:hover {
        color: #000;
    }
    .notices tr:hover a {
        color: #000;
        text-decoration: none;
    }    

    @media (max-width: 768px)
    {
        .notices {
            overflow: auto;
        }

        .notices table {
            width: 100%;
        }

        .notices table td {
            text-align: left !important;
        }
    }

.charityLogo, .partnerLogo {
    background-color: #fff; 
    padding: 10px; 
    border-radius: 8px; 
    margin-bottom: 10px;
    max-width: 100%;
}
    .charityLogo:hover, .partnerLogo:hover {
        box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
        text-decoration: underline;
        color: #000;
    }

.steps a {
    text-decoration: none !important;
}

.stepsIcon {
    background-color: #fff; 
    padding: 10px; 
    border-radius: 50px; 
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 300%;
}
    .stepsIcon:hover, .stepsIcon.active {
        box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
        text-decoration: underline;
        color: #000;
    }
    .stepsIcon.active {
        background-color: #000;
        color: #fff;
    }
    .stepsIcon.navigation {
        background-color: #e7e7e7;
    }

.smallSteps {
    padding: 4px;
    float: left;
}

.stepsNavigation {
    padding: 6px 10px; 
    margin: -10px 10px 10px 10px; 
    text-decoration: none !important;
    background: #D2A552;
    border: 2px solid #000;
    border-radius: 4px;
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    display: inline-block; 
    white-space: normal;
}
    .stepsNavigation:hover, .stepsNavigation.active {
        background: #fff;
        border: 2px solid #000;
        color: #000 !important;
        box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
    }

.Framework_HintText
{
    color: #aaa;
    text-align: left;
}

/*
    Framework and Custom buttons
*/

.customButton {
    background: #201c1d !important;
    color: #fff !important;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    width: auto;
    transition: background 0.25s, border 0.25s, color 0.25s;
    padding: 0 8px;
    text-decoration: none !important;
}

.Framework_IconButton
{
    background: #000;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    transition: background 0.25s, border 0.25s, color 0.25s;
    max-width: 100%;
}

.Framework_IconButton:has(img) {
    height: auto;
    line-height: 0;
}

.Framework_IconButton img {
    padding: 0 5px 5px;
}

.noTouchEvents .Framework_IconButton:hover,
.noTouchEvents .customButton:hover
{
    background: #fff;
    border: 0 none;
    box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
    color: #000;
}
.noTouchEvents .bookingQuestion .Framework_IconButton:not(.infoButton):hover {
    background: green;
}
.Framework_IconButton:active, .Framework_IconButton.Framework_IconButton_Active
{
    background: #fff !important;
    border: 2px solid #000 !important;
    color: #fff !important;
    cursor: default;
    box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
}

    .Framework_IconButton .Framework_IconButton_Inner
    {
        background: transparent none no-repeat scroll 0 0;
    }

    .Framework_IconButton:has(img) .Framework_IconButton_Inner {
        margin: 5px 0;
    }

    .Framework_IconButton .Framework_IconButton_Text {
        border-right: 1px solid #fff;
    }
    .Framework_IconButton .Framework_IconButton_NoIcon
    {
        border-right: 0 none !important;
    }

.Framework_IconButton_IconFirst .Framework_IconButton_Text { border-left: 1px solid #fff; border-right: 0 none; }

/*.Framework_IconButton {
    overflow: hidden;
}*/

.Framework_IconButton:not(.Framework_IconButton_FA) .Framework_IconButton_Text {
    max-width: calc(100% - 56px);
}

.Framework_IconButton:not(.Framework_IconButton_FA):has(.fa-none) .Framework_IconButton_Text {
    max-width: 100%;
    border-right: none;
}

.Framework_IconButton:not(.Framework_IconButton_FA) .fa-none {
    display: none;
}

.greenButton.Framework_IconButton
{
    background: green !important;
    color: white !important;
}
.orangeButton.Framework_IconButton
{
    background: orange !important;
    color: white !important;
}
.redButton.Framework_IconButton
{
    background: red !important;
    color: white !important;
}
.greyButton.Framework_IconButton
{
    background: grey !important;
}

.greenButton .fa, .greenButton .Framework_IconButton_Text, .greenButton .Framework_IconButton_Icon,
.orangeButton .fa, .orangeButton .Framework_IconButton_Text, .orangeButton .Framework_IconButton_Icon,
.redButton .fa, .redButton .Framework_IconButton_Text, .redButton .Framework_IconButton_Icon,
.greyButton .fa, .greyButton .Framework_IconButton_Text, .greyButton .Framework_IconButton_Icon {
    color: white !important;
}

@media (min-width: 374px ) and (max-width: 769px) {
    .testSelection .Framework_IconButton.testMoreInformation {
        height: auto;
    }

    .Framework_IconButton {
        height: 100%;
    }

        .Framework_IconButton .Framework_IconButton_Inner {
            height: initial;
            min-height: 28px;
            line-height: initial;
        }

        .Framework_IconButton:not(.Framework_IconButton_FA) .Framework_IconButton_Text {
            white-space: break-spaces;
            height: 100% !important;
            max-width: 32ch;
        }
}

@media (max-width: 373px) {
    .Framework_IconButton:not(.Framework_IconButton_FA) .Framework_IconButton_Text {
        max-width: calc(100% - 57px);
    }
}

/* Framework prompts */
.Framework_Prompt_Container {
    border-radius: 4px;
    box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.Framework_Prompt_Container_TitleBar
{
    background: #7C3A92;
    color: #fff;
    line-height: 48px;
}
.Framework_Prompt_Container_TitleBar_Left, .Framework_Prompt_Container_TitleBar_Right, .Framework_Prompt_Container_TitleBar_Center
{
    background: transparent none no-repeat scroll 0 0;
}

.Framework_Prompt_Title
{
    font-size: 120%;
    line-height: 48px;
    color: #fff;
}

.Framework_Prompt_Container_Middle
{
    background: #fff;
    color: #000;
}
.Framework_Prompt_Container_Middle_Left, .Framework_Prompt_Container_Middle_Right, .Framework_Prompt_Container_Middle_Center
{
    background: transparent none no-repeat scroll 0 0;
}

.Framework_Prompt_Container_Bottom
{
    background: #fff;
    color: #000;
}
.Framework_Prompt_Container_Bottom_Left, .Framework_Prompt_Container_Bottom_Right, .Framework_Prompt_Container_Bottom_Center
{
    background: transparent none no-repeat scroll 0 0;
}

    .Framework_Prompt_Container .Framework_IconButton
    {
        background: #1D3160;
        border: 2px solid #fff;
        border-radius: 4px;
        color: #fff;
    }
    .noTouchEvents .Framework_Prompt_Container .Framework_IconButton:hover
    {
        background: #000;
        border: 2px solid #fff;
        box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
        color: #fff;
    }
        .Framework_Prompt_Container .Framework_IconButton .Framework_IconButton_Text
        {
            border-right: 1px solid #fff;
        }

.Framework_Prompt_Confirm #Framework_Prompt_OkButton
{
    background-color: #008000;
    color: white;
}

.noTouchEvents .Framework_Prompt_Confirm #Framework_Prompt_OkButton:hover
{
    background-color: #000;
    color: white;
}

.Framework_Prompt_Confirm #Framework_Prompt_CancelButton
{
    background-color: #ff0000;
    color: white;
}

.noTouchEvents .Framework_Prompt_Confirm #Framework_Prompt_CancelButton:hover
{
    background-color: #000;
    color: white;
}

.Framework_Prompt_Alert .Framework_Prompt_Container_Content
{
    background-image: url(../Images/Icons/notification-cross.png);
}
.Framework_Prompt_Confirm .Framework_Prompt_Container_Content
{
    background-image: url(../Images/Icons/notification-confirm.png);
}
.Framework_Prompt_Success .Framework_Prompt_Container_Content
{
    background-image: url(../Images/Icons/notification-tick.png);
}
.Framework_Prompt_Info .Framework_Prompt_Container_Content
{
    background-image: url(../Images/Icons/notification-information.png);
}


/* Framework modals */

.Framework_Modal_Container
{
    border-radius: 4px;
    box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.Framework_Modal_Container.Framework_Modals_TransitionMode_Slide
{
    border-radius: 0;
    box-shadow: none;
}

.Framework_Modal_Container_TitleBar
{
    background: #7C3A92;
    color: #fff;
    line-height: 48px;
}
.Framework_Modal_Container_TitleBar_Left, .Framework_Modal_Container_TitleBar_Right, .Framework_Modal_Container_TitleBar_Center
{
    background: transparent none no-repeat scroll 0 0;
}
.Framework_Modal_Title
{
    font-size: 120%;
    line-height: 48px;
}


.Framework_Modal_Container_Middle
{
    background: #fff;
    color: #000;
}
.Framework_Modal_Container_Middle_Left, .Framework_Modal_Container_Middle_Right, .Framework_Modal_Container_Middle_Center
{
    background: transparent none no-repeat scroll 0 0;
    padding: 0;
}

.Framework_Modal_Container_Bottom
{
    display: none;
}



/* Framework tables */

table.Framework_ClickableRows>tbody>tr>td { cursor: pointer; }
.noTouchEvents table.Framework_ClickableRows>tbody>tr:not(.Framework_ClickableRows_Exempt):hover>th { background-color: #000; color: #fff; }
.noTouchEvents table.Framework_ClickableRows>tbody>tr:not(.Framework_ClickableRows_Exempt):hover>td { background-color: #e0e0e0; color: #000; }
.noTouchEvents table.Framework_ClickableRows>tbody>tr.Framework_ClickableRows_Exempt>td { background-color: #fff; cursor: initial; color: #000; }
table.Framework_ClickableRows>tbody>tr.Framework_ClickableRows_Exempt>td { background-color: #fff; cursor: initial; color: #000; }
table.Framework_ClickableRows>tbody>tr.Framework_ClickableRows_Exempt.alternate>td { background-color: #000; }
table.Framework_ClickableRows>tbody>tr.Framework_ClickableRows_Focus>td { background-color: #faffbd !important; cursor: initial; }
table.Framework_ClickableRows>tbody>tr.Framework_ClickableRows_Highlight>td { background-color: #c0ffc0 !important; }

table.Framework_ClickableRows>tbody>tr.Framework_ClickableRows_Focus { border: 2px solid black; }

.noTouchEvents table.Framework_ClickableRows>tbody>tr.Framework_ClickableRows_Faded>td { opacity: 0.5; }

/* Framework tooltip */

#Framework_Tooltip
{
    background: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.5);;
    color: #000;
    overflow: hidden;
}


/* Framework loading animation */

#Framework_Core_Loading_Loading { background: transparent url(../Images/CSS/loading.png) no-repeat scroll center center; height: 100%; left: 0; min-height: 0; min-width: 0; position: fixed; top: 0; width: 100%; }
.Framework_Modal_Loading { background: transparent url(../Images/CSS/loading.png) no-repeat scroll center center; height: 100%; left: 0; min-height: 0; min-width: 0; position: fixed; top: 0; width: 100%; }
.Framework_Prompt_Loading { background: transparent url(../Images/CSS/loading.png) no-repeat scroll center center; height: 100%; left: 0; min-height: 0; min-width: 0; position: fixed; top: 0; width: 100%; }


/* Default Text Box styles */

.memoTextBox { width: 100%; }
.longTextBox { width: 100%; }
.mediumTextBox { width: 50%; max-width: 300px; min-width: 200px; }
.shortTextBox { width: 20%; max-width: 200px; min-width: 120px; }
.smallTextBox { width: 10% !important; max-width: 60px !important; min-width: 60px !important; }
.singleTextBox { width: 10% !important; max-width: 30px !important; min-width: 30px !important; }
.standardTextBox { width: 25%; min-width: 200px; }
.numericTextBox { width: 20%; max-width: 120px; min-width: 100px; }
.fullwidthTextBox { width: 100% !important; }



/* AJAX Text Box */

.Framework_AJAXTextBox
{
    
}

.Framework_AJAXTextBox_Options
{
    background: #555;
    border: 2px solid #000;
    border-top: 0 none;
    border-radius: 0 0 0 0;
    margin: -0 0 0;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
}

.Framework_AJAXTextBox_Options a
{
    color: #ccc;
    display: block;
    line-height: 1.2;
    padding: 6px 4px;
}

.Framework_AJAXTextBox_Options a.selected, .noTouchEvents .Framework_AJAXTextBox_Options a:hover, .Framework_AJAXTextBox_Options a .highlight
{
    background: #1D3160 none no-repeat scroll 0 0;
    color: #fff;
}



/* Additional Framework Styles */

.Framework_Table .Framework_Table_Cell
{
    display: inline-block;
    padding: 5px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.Framework_Table .Framework_Table_IconCell
{
    float: left;
    padding-left: 36px;
}

.Framework_Table .Framework_Table_Cell div {
    display: inline-block;
}

.Framework_Table .Framework_Table_Cell img
{
    border: none;
    height: 28px !important; 
    width: 28px !important;
    vertical-align: middle;
    margin: 0 5px 0 0;
    width: auto;
}

.Framework_Table .Framework_Table_IconCell img
{
    float: left;
    margin: 4px 0 0 -32px;
}

.Framework_CompactTable th, .Framework_CompactTable td
{
    padding: 6px !important;
}

.Framework_Navigation .Framework_IconButton
{
    display: inline-block;
    width: auto;
}

.Framework_Header .Framework_Navigation
{
    line-height: 36px;
}

.headerBookings, .headerOrders, .headerResults {
    float: right;
    margin: 5px 0 0 20px;
    margin-left: 20px !important;
}

@media (max-width: 1023px) {
    .headerNavigation {
        float: right;
    }

    .headerBookings, .headerOrders, .headerResults {
        margin: 30px -50px 0 0;
    }
}

@media (max-width: 1024px) {
    .headerBookings, .headerOrders, .headerResults {
        margin: 25px 0 0;
    }
}

/* Date picker */

.ui-datepicker
{
    background: @SecondaryColour !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
}

.ui-datepicker-title {
    font-family: 'Open Sans', sans-serif;    
}

.ui-datepicker-year {
    font-family: 'Open Sans', sans-serif !important;    
}

.ui-widget-header
{
    background: #000 !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.ui-widget-header a
{
    background: #000;
    border: 2px solid #000;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}
.ui-datepicker .ui-datepicker-prev-hover
{
    left: 2px;
    top: 2px;
}
.ui-datepicker .ui-datepicker-next-hover
{
    right: 2px;
    top: 2px;
}
.ui-widget-header .ui-icon
{
    height: 20px;
    margin: -10px 0 0 -10px !important;
    width: 20px;
}
.ui-widget-header .ui-icon-circle-triangle-e
{
    background-image: url(../Images/Icons/Icon-ArrowHeadRight.png);
    background-position: center;
}
.ui-widget-header .ui-icon-circle-triangle-w
{
    background-image: url(../Images/Icons/Icon-ArrowHeadLeft.png);
    background-position: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background: #000;
    border: 2px solid #000;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover
{
    background: #6A97C8;
    border: 2px solid #6A97C8;
    color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    background: #1D3160;
    border: 2px solid #1D3160;
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    background: #6A97C8;
    border: 2px solid #000;
    color: #000;
}

.ui-datepicker table
{
    margin: 4px 0;
}

.ui-datepicker-calendar thead tr th
{
    background: transparent none no-repeat scroll 0 0;
    border: 0 none;
    padding: 0 0 2px;
}

.ui-datepicker-calendar thead tr th span
{
    background: #6A97C8;
    border: 0 none;
    color: #000;
    display: block;
    padding: 4px;
}

.ui-datepicker-calendar thead tr th:first-child span
{
    border-radius: 0 0 0 0;
}
.ui-datepicker-calendar thead tr th:last-child span
{
    border-radius: 0 0 0 0;
}

/* Tab container */

.ajax__tab_xp .ajax__tab_outer, .ajax__tab_xp .ajax__tab_outer .ajax__tab_inner, .ajax__tab_xp .ajax__tab_tab, .ajax__tab_xp .ajax__tab_active .ajax__tab_tab
{
    background: transparent none no-repeat scroll 0 0 !important;
    height: auto !important;
    line-height: 1.7;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
}

.ajax__tab_xp .ajax__tab_tab
{
    background: #000 none no-repeat scroll 0 0 !important;
    border: 2px solid #000;
    border-radius: 0 0 0 0;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: auto !important;
    line-height: 1.7;
    padding: 4px 8px 2px !important;
    transition: background-color 0.25s, color 0.25s;
}

.noTouchEvents .ajax__tab_xp .ajax__tab_tab:hover
{
    background-color: #6A97C8 !important;
    border: @TabHoverBorder!important;
    color: #fff !important;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_tab, .noTouchEvents .ajax__tab_xp .ajax__tab_active .ajax__tab_tab:hover
{
    background-color: #fff !important;
    border: 2px solid #000 !important;
    border-bottom: 0 none !important;
    color: #000 !important;
    padding: 4px 8px 4px !important;
}

.ajax__tab_xp .ajax__tab_header
{
    background: transparent none no-repeat scroll 0 0 !important;
    border: 0 none !important;
    margin: 0 0 -2px;
    position: relative;
    z-index: 2;
}

.ajax__tab_header .ajax__tab_outer
{
    margin: 0 2px 0 0 !important;
}

.ajax__tab_xp .ajax__tab_body
{
    background: transparent none no-repeat scroll 0 0 !important;
    border: 2px solid #000 !important;
    padding: 16px !important;
}


/* Default aspNet styles */

.aspNetDisabled, .noTouchEvents .aspNetDisabled:hover, .aspNetDisabled a, .aspNetDisabled tr, .aspNetDisabled th, .aspNetDisabled td, .aspNetDisabled label,
input:disabled, select:disabled, textarea:disabled, label:disabled { 
    cursor: not-allowed !important; 
}
.aspNetDisabled.Framework_IconButton, .noTouchEvents .aspNetDisabled.Framework_IconButton:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
    cursor: not-allowed !important;
}


/* Responsive modals */

#Framework_Modal_Padding
{
    padding: 8px;
}

.Framework_User
{
    max-width: 100%;
    margin: 0 auto;
    width: 768px;
}

@media (max-width: 767px)
{
    #Framework_Modal_Padding .Framework_Form_Row_Label, #Framework_Modal_Padding .Framework_Form_Row label
    {
        display: block;
        float: none;
        width: auto;
    }

    #Framework_Modal_Padding .Framework_Form_Row_Input
    {
        display: block;
        float: none;
        width: auto;
    }

    #Framework_Modal_Padding .Framework_Form_Row_Input .left
    {
        display: block;
        float: none !important;
        margin: 4px 0 0;
        width: auto !important;
    }
    #Framework_Modal_Padding .Framework_Form_Row_Input .left:first-child
    {
        margin: 0;
    }

    #Framework_Modal_Padding .Framework_Form_Row_Input .left input, #Framework_Modal_Padding .Framework_Form_Row_Input .left select, #Framework_Modal_Padding .Framework_Form_Row_Input .left textarea
    {
        float: none !important;
    }
}

/*
    Pods    
*/

.Framework_Pod {
    border-radius: 4px;
    box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
    margin: 0 0 8px;
}

    .Framework_Pod_TitleBar {
        background-color: #fff;
        color: #000;
        font-size: 120%;
        padding: 8px;
    }
    .Framework_Pod_FillTitleBar .Framework_Pod_TitleBar {
        background-color: #7C3A92;
        color: #fff;
    }
        .Framework_Pod_TitleContent {
            margin: 0 8px;
        }
        .Framework_Pod_Refresh {
            color: #000;
            margin-right: 8px;
        }
        .Framework_Pod_FillTitleBar .Framework_Pod_Refresh {
            color: #fff;
        }

    .Framework_Pod_TitleBar .Framework_Pod_Title {
        margin: 0;
    }

    .Framework_Pod_Content {
        background-color: #fff;
        padding: 8px;
    }

        .Framework_Pod_WithoutTitleBar a {
            background-color: #fff;
        }

/*
    Collapsing header
*/

.Framework_CollapseHeader {
    height: 110px;
}
.Framework_CollapsedHeader .Framework_CollapseHeader {
    height: 0;
}
.noTouchEvents .Framework_CollapsedHeader:hover .Framework_CollapseHeader {
    height: 110px;
}

@media (max-width: 1023px) {
    .Framework_CollapsedHeader .Framework_CollapseHeader {
        height: 110px;
    }
}




.Framework_IconButton.left {
    margin-top: 12px;
}
.Framework_IconButton.right {
    margin-top: 12px;
}

/*
.Framework_IconButton {
    font-size: 0;
    height: 32px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.Framework_IconButton_FA {
    width: 32px;
}
.Framework_IconButton_IconFirst .Framework_IconButton_Icon {
    margin: 0 !important;
}
.Framework_IconButton:not(.Framework_IconButton_FA) .Framework_IconButton_Text {
    font-size: 14px !important;
    font-weight: 700 !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 8px !important;
    max-width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Framework_IconButton:not(.Framework_IconButton_FA) .Framework_IconButton_Text.Framework_IconButton_NoIcon {
    max-width: none;
}
.Framework_IconButton .Framework_IconButton_Icon {
    box-sizing: content-box!important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 8px !important;
}
.Framework_IconButton_Disabled{
    cursor: not-allowed;
}
.Framework_IconButton.left {
    margin-right: 4px;
}
.Framework_IconButton.right {
    margin-left: 4px;
}

    .Framework_IconButton .Framework_IconButton_Inner {
        height: 28px;
        margin: 0;
        padding: 0;
    }
        .Framework_IconButton .Framework_IconButton_Inner .Framework_IconButton_Text {
            height: 30px;
            line-height: 30px;
            margin: 0;
            padding: 0;
            font-size: 22px;
        }

        .Framework_IconButton .fa {
			line-height: 28px;
            vertical-align: baseline;
        }
*/

.Framework_Main .wrapper, .Framework_Content .wrapper {
    background-color: #dddddd;
    padding: 20px 0;
}
    .Framework_Main .wrapper .container, .Framework_Content .wrapper .container {
        max-width: 990px;
    }

    .Framework_Main .wrapper .container a, .Framework_Content .wrapper .container a {
        color: #000;
        text-decoration: underline;
    }

    .Framework_Main .wrapper .container a:hover, .Framework_Content .wrapper .container a:hover {
        color: #000;
        text-decoration: underline;
    }

.Framework_Content .container {
    max-width: 990px;
}

.Framework_Main .container {
    max-width: 100%;
}

/* Events table */
.eventDetails .iconLabel {
    margin-bottom: 6px;
}

.eventsTable td {
    padding: 15px;
}

.eventsTable td iframe {
    max-width: 100%;
}

.eventMap iframe {
    height: 100px;
}

.eventName span {
    display: block;
    line-height: 20px;
}

@media (min-width: 769px) and (max-width: 1140px) {
    .eventsTable .eventMap {
        display: none;
    }
}

@media (max-width: 768px) {
        .eventsTable table {
            width: 100%;
        }

        .eventsTable table tr {
            display: flex;
            flex-wrap: wrap;
        }

            .eventsTable table td {
                box-sizing: border-box;
                display: block;
                flex: 1 0 50%;
            }

                .eventsTable table td iframe {
                    max-width: 100%;
                }

        .eventsTable table .orderBooking {
            flex-basis: 100%;
        }

        .eventsTable .eventButtons a {
            margin-bottom: 5px;
        }

        .eventsTable .eventButtons a.show_Sma, span.show_Sma {
            display: inline-block !important;
        }
}

@media (max-width: 575px) {

    .eventsTable table td {
        display: block;
        max-width: 100%;
    }

    .eventImage {
        float: right;
    }

    .eventName {
        float: left;
    }

    .eventsTable table .eventMap {
        display: none;
    }
}

/* Results Table */

@media (min-width: 769px) and (max-width: 878px) {
    .resultsTable tr {
        display: flex;
        flex-wrap: wrap;
    }

        .resultsTable tr:has(.eventButtons) .eventBooking {
            flex: 1 100%;
            display: block;
            order: 1;
        }

        .resultsTable tr:not(:has(.eventButtons)) .eventBooking {
            flex: 4;
        }

    .resultsTable td {
        flex: 1;
    }

    #resultLabels {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    #resultLabels .iconLabel {
        flex: 1 0 30%;
    }
}


/* Event Profile */

.eventProfile {
    padding: 12px 12px;
}

@media (max-width: 768px) {
    .eventProfile {
        padding: 2px;
    }
}

.eventProfile .eventHeading {
    min-height: 100px;
    margin: 0 0 24px;
    padding: 0 0 0 124px;
    position: relative;
}

.eventProfile .eventHeading .headingImage {
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
}

.eventProfile .eventHeading .headingDetails {

}

.eventProfile .eventHeading .headingName {
    margin: 0 0 6px;
}

.eventProfile .eventDetailContent {
    margin: 0 0 24px;
    min-height: 140px;
}

.eventProfile .eventDetailContent .notes.noWrap {
    white-space: nowrap;
}
    .eventProfile .eventDetailContent .notes.noWrap br {
        display: none;
    }

.eventProfile .eventDetailLinks {
    margin: 0 0 24px;
}

.eventProfile .eventDetailContent .iconLabel,
.eventProfile .eventDetailLinks .iconLabel {
    display: block;
}

.eventProfile.cancelled {
    color: red;
}

@media (max-width: 480px) {
    .eventProfile .eventDetailContent {
        min-height: 0;
    }

    .eventProfile .eventDetailLinks {
        padding: 0;
    }
}

/* Table Settings */
.tableSettings {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    border: 1px solid #ccc
}

.tableSettingsNarrow {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.tableSettings .settingNote {
    grid-column: 1 / -1;
    text-align: center;
}

.tableSettings .tableSetting {
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.tableSetting select, .tableSetting input {
    width: fit-content;
    float: none !important;
}

.tableSetting .iconLabel {
    margin-bottom: 0;
    vertical-align: middle;
}

/* Approval Table */
.approvalTable tr th, .approvalTable tr td{
    vertical-align: middle;
}

/* Text */
.ellipsis {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

ul, ul {
    list-style: inside;
    margin-left: 10px;
}

ol.showMarker {
    list-style: inside decimal;
    margin-left: 10px;
}

/* Icon Label */
.iconLabel {
    box-sizing: border-box;
    display: block;
    margin: 0 0 12px;
    max-width: 100%;
    line-height: 1.6em;
    min-height: 1.6em;
    padding: 0 0 0 1.9em;
    position: relative;
}

span.iconLabel {
    display: inline-block;
    margin-right: 12px;
}

.iconLabel i {
    left: 0;
    height: 1.2em;
    line-height: 1.2em;
    position: absolute;
    top: 0;
    text-align: center;
    width: 1.2em;
}

    .iconLabel i:has(.iconText) {
        width: unset;
    }

.iconLabel .iconTypes i {
    border: 2px solid black;
}

.iconLabel span {
    display: block;
}

.iconLabel .iconTypes {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

a.iconLabel,
a.iconLabel:hover {
    margin: 0 0 6px;
    overflow: hidden;
    text-decoration: none;
}

a.iconLabel i,
a.iconLabel:hover i {
    text-decoration: none;
}

a.iconLabel span {
    word-break: normal;
    word-wrap: normal;
    white-space: normal;
}

a.iconLabel:hover span {
    text-decoration: underline;
}

.iconTypes .fa .iconText {
    font-family: 'Open Sans';
    display: inline;
    margin-left: 5px;
    font-size: 14px;
}

/* Administration */

.adminCounter {
    cursor: help; 
    white-space: nowrap; 
    border: 2px solid white; 
    background-color: black; 
    color: white; 
    border-radius: 16px; 
    padding: 8px; 
    text-align: center; 
    font-weight: bold;
}

    .adminCounter:hover {
        position: relative;
    }

/* News articles */

.newsArticle {
    background-color: #fff;
	color: #000;
    padding: 10px 20px; 
    border: 1px solid grey; 
    flex-basis: 50%; 
    flex-shrink: 0; 
    flex-grow: 0;
    border-radius: 4px;
    box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
    margin: 0 0 8px;
}

/* Event booking */

.bookingQuestion {
    box-sizing: border-box;
}

.bookingCode td {
    vertical-align: middle;
    text-align: center !important;
}

.bookingCode .code {
    word-break: break-all;
}

.bookingCode .code_PSPA, .bookingCode .code_ISP, .bookingCode .code_LIPP, .bookingCode .code_TF, .bookingCode .code_TF2, .bookingCode .code_U\/E, .bookingCode .code_TKID, .bookingCode .code_CREA, .bookingCode .code_LFT, .bookingCode .code_GFCM, .bookingCode .code_GFMT, .bookingCode .code_GFMP, .bookingCode .code_GFCV, .bookingCode .code_VITD, .bookingCode .code_B12, .bookingCode .code_TLFT, .bookingCode .code_TCU,
.bookingCode .code_TPSA, .bookingCode .code_XLIPIDS, .bookingCode .code_U-E, .bookingCode .code_RP9, .bookingCode .code_25OH_VITD, .code_SST {
    background-color: #FFD100;
    font-weight: bold;
    color: #000;
}
.bookingCode .code_GHB, .bookingCode .code_XDNA, .bookingCode .code_XMOT,
.bookingCode .code_HBA1_NEW, .bookingCode .code_STK3, .bookingCode .code_PCX, .code_EDTA {
    background-color: #DDA3CE;
    font-weight: bold;
    color: #000;
}
.bookingCode .code_XDNA, .bookingCode .code_XMOT {
    background-color: #CD87BB;
}

.bookingCode .code_SAVE {
    background-color:lightgreen;
    font-weight: bold;
    color: #000;
}

.bookingCode .code_GFC1, .bookingCode .code_GFC2 {
    background: linear-gradient(90deg, #FFD100 50%, #DDA3CE 50%);
    background-image: -webkit-linear-gradient(0deg, #FFD100 50%, #DDA3CE 50%);
    font-weight: bold;
    color: #000;
}

.bookingTestTypes td, .bookingTestTypes th {
    width: 10%;
}
.checkBoxList.error + .bookingTestTypesSummary {
    display: none;
}
.bookingTestTypesSummary td {
    width: auto !important;
}
.bookingTestTypesSummary td:first-child {
    width: 50px !important;
}

@media (max-width: 460px)
{
    .bookingTestTypes tr {
        display: grid;
    }
    .bookingTestTypes td, .bookingTestTypes th {
        width: auto;
    }
}

@media only screen and (min-device-width: 461px) and (max-device-width: 767px){
    .bookingTestTypes tr{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 10px;
    }
}

@media only screen and (max-device-width: 767px){
    .bookingTestTypes #dvTestTypesInfo{
        display: none !important;
    }
}

@media (max-width: 768px)
{
    .bookingQuestion {
        margin: 0 !important;
        width: auto !important;
    }

    .bookingQuestion .Framework_IconButton,
    .bookingQuestion .Framework_IconButton .Framework_IconButton_Inner,
    .bookingQuestion .Framework_IconButton:not(.Framework_IconButton_FA) .Framework_IconButton_Text {
        margin: 0 0 6px;
        width: 100%;
    }

        .bookingQuestion .Framework_IconButton:not(.Framework_IconButton_FA) .Framework_IconButton_Text {
            max-width: calc(100% - 60px);
        }
}

.bookingSlotsAvailability .Framework_IconButton .fa
{
	color: white !important;
}

.bookingSlotsSummary .reserved,
.bookingSlotsAvailability .reserved {
    background-color: grey;
    color: white;
}

.bookingSlotsSummary .available,
.bookingSlotsAvailability .available {
    background-color: green;
    color: white;
}

.bookingSlotsSummary .booked,
.bookingSlotsAvailability .booked {
    background-color: red;
    color: white;
}

.bookingSlotsAvailability .limitedAvailable {
    background-color: orange;
    color: white;
}

.eventRegister .bookingSlotsSummary .available {
    background-color: white;
}

.eventRegister .bookingSlotsSummary .booked {
    background-color: orange;
}

.eventRegister .bookingSlotsSummary .attended {
    background-color: green;
}

.eventRegister .bookingSlotsSummary .faded {
    opacity: 0.5;
}

.agreementSection {
    margin-bottom: 20px;
}

    .agreementSection h3, .agreementSection h4, .agreementSection p{
        padding: 0 20px; 
    }

    .agreementSection img:first-of-type {
        float: right;
        margin-right: 20px;
        max-height: 60px;
    }

/* Results */

.resultsSummary .resultsNavigation {
    padding: 4px 0;
}

    .resultsSummary .resultsNavigation center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .resultsSummary .resultsNavigation .Framework_IconButton {
        margin: 4px;
        flex: 0 0 12%;
        min-width: fit-content;
    }

    .resultsSummary .resultsNavigation .Framework_IconButton_Text {
        white-space: nowrap;
    }

    .resultsSummary .resultsNavigation .Framework_IconButton:active, .resultsSummary .resultsNavigation .Framework_IconButton.Framework_IconButton_Active {
        border: none !important;
    }

.resultsSummary .resultsTable td.category {
    padding: 0;
}

.resultsSummary .resultsTable th.categoryTest {
    width: 80px;
    background-color: #7C3A92;
    color: #fff;
}

.resultsSummary .resultsTable th.categoryTestAlt {
    width: 80px;
}

.resultsSummary .categoryResult {
    padding: 0 12px;
}

    .resultsSummary .categoryResult .categoryChartPod {
        padding: 0 12px;
    }

        .resultsSummary .categoryResult .categoryChartPod .resultTest {
            padding: 12px;
        }

        .resultsSummary .categoryResult .categoryChartPod .resultTest, .resultsSummary .categoryResult .categoryChartPod .resultScoreValue {
            font-size: 120%;
            font-weight: bold;
        }

        .resultsSummary .categoryResult .categoryChartPod:has(.chartNotes) .resultChart {
            height: 120px;
            margin-bottom: 50px;
        }

        .resultsSummary .categoryResult .categoryChartPod:not(:has(.chartNotes)):has(.resultHistory svg) .resultChart, .resultsSummary .categoryResult .categoryChartPod:has(.resultHistory svg) .chartNotes {
            height: 120px;
            margin-bottom: 120px;
        }

        .resultsSummary .categoryResult .categoryChartPod .resultNote {
            padding: 8px 0 16px;
            font-weight: bold;
        }

        .resultsSummary .categoryResult .categoryChartPod .resultHistory td {
            transform: rotate(90deg);
            text-align: left;
            line-height: 1.2;
            padding: 4px 0;
        }

        .resultsSummary .categoryResult .categoryChartPod .resultHistory {
            padding: 12px;
        }

.resultChartPod {
    page-break-inside: avoid;
}

/* Research questionnaire */

.researchStep {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid grey;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.1), 0 2px 8px 1px rgba(0, 0, 0, 0.15);
}

.researchStepIcon {
    margin: 0 12px;
}
    .researchStepIcon a {
        display: inline-block;
        margin-bottom: -10px;
    }
    .researchStepIcon .completed .fa-check-circle {
        color: green; 
        font-size: 200%; 
        position: absolute; 
        margin: 40px 0 0 12px;
    }
    .researchStepIcon .pending {
        opacity: 0.5;
    }
        .researchStepIcon .pending .fa-check-circle {
            display: none;
        }
    .researchStepIcon .finished {
        pointer-events: none;       
    }
    .researchStepIcon .stepsIcon {
        box-sizing: border-box;
        height: 60px;
        width: 60px;
    }
        .researchStepIcon .stepsIcon i {
            text-align: center;
            font-size: 80%; 
            display: block;
            margin-top: 2px;
        }
        .researchStepIcon a, .researchStepIcon .stepsIcon, .researchStepIcon .stepsIcon i {
            text-decoration: none !important;
        }

.researchButton {
    margin: 20px;
}
    .researchButton .Framework_IconButton, .Framework_IconButton_Inner {
        color: #fff;
    }
    .researchButton .Framework_IconButton:hover, .researchButton a:hover {
        background-color: #000 !important;
    }

.researchInformation {
    color: #808080;
}
    .researchInformation i {
        margin: 10px;
        font-size: 200%;
        float: left;
    }

.researchTable table th.rotate, .researchTable table td.rotate {
  height: 190px;
  vertical-align: bottom;
  white-space: nowrap;
  text-align: center;
  width: 30px;
}

.researchTable table th.rotate > div, .researchTable table td.rotate > div {
  transform: 
    translate(0, 0)
    rotate(270deg);
  width: 30px;
}
.researchTable table th.rotate > div > span, .researchTable table td.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.researchSignature a {
    color: #fff !important;
    text-align: center;
}
    .researchSignature a:hover {
        color: #000 !important;
    }

/* Events map */

@media (max-width: 460px)
{
    .eventsMapSearchBox {
        width: 100px;
    }
}

/* Password Strength */

.PasswordStrength {
    clear: both;
    display: inline-block;
    float: left;
    margin: 4px 0 8px 0 !important;
    padding: 0 80px 0 0 !important;
}

/* Printing */

.printlabel, .printlabel_A4LABEL {
    border: 2px dotted #eee;
    padding: 8px;
    height: 100px;
    font-size: 80%;
    margin: 12px;
    line-height: 1.2;
}

.printlabel_A4LABEL, .printlabel_A4LABEL-E, .printlabel_A4LABEL-E-X, .printlabel_A4LABEL-F, .printlabel_A4LABEL-T, .printlabel_A4LABEL-H, .printlabel_A4LABEL-HC {
    width: 150px !important;
    margin: 92px 92px 34px 0 !important;
    position: relative;
}

.printlabel_A4LABEL-E-X {
    position: relative;
}

    .printlabel_A4LABEL-E-X:has(.labelBarcode) strong,
    .printlabel_A4LABEL-E:has(.labelBarcode) strong {
        background-color: white;
        border-bottom: 5px solid white;
        z-index: 1;
        display: block;
        position: relative;
    }

.printlabel_A4LABEL-E {
    & .labelBookingCode,
    & .labelQrcode,
    & .labelBarcode {
        display: none;
    }
}

.printlabel_A4LABEL-E-X {
    & .labelFirstName,
    & .labelAddress1,
    & .labelAddress2,
    & .labelPostcode,
    & .labelBookingSlot {
        display: none;
    }

    & .labelBarcode {
        height: 70px;
        padding: 6px 12px 12px;
        position: absolute;
        left: 0;
        bottom: -5px;
    }

    & .labelQrcode {
        height: 70px;
        padding: 6px 12px 12px;
        position: absolute;
        left: 75px;
        bottom: -5px;
    }
}

.pageHeaderBookingCodes_A4LABEL-E_PCaSO .qrcodeData,
.pageHeaderBookingCodes_A4LABEL-E_PCaSO .barcode,
.pageHeaderBookingCodes_A4LABEL-F_CTS .barcode,
.pageHeaderBookingCodes_A4LABEL-E_IOW .qrcodeUId,
.pageHeaderBookingCodes_A4LABEL-E_IOW .barcode,
.pageHeaderBookingCodes_A4LABEL-F_CTSVC .qrcodeUId,
.pageHeaderBookingCodes_A4LABEL-F_CTSVC .barcode,
.pageHeaderBookingCodes_A4LABEL-E_GFCT .qrcodeUId,
.pageHeaderBookingCodes_A4LABEL-E_GFCT .barcode,
.pageHeaderBookingCodes_A4LABEL-E-X_GFCT .qrcodeUId,
.pageHeaderBookingCodes_A4LABEL-E-X_GFCT .barcode {
    display: none;
}

.pageHeaderBookingCodes_A4LABEL-E_PCaSO .bookingUId, .pageHeaderBookingCodes_A4LABEL-F_CTS .bookingUId{
    display: inline !important;
}

.printlabel_A4LABEL-F #labelHeader {
    display: block;
}

.printlabel_A4LABEL-F #labelDetails {
    max-width: 75px;
    display: inline-block;
}

.printlabel_A4LABEL-F #labelBookingCode {
    display: none;
}

.printlabel_A4LABEL-F.printlabel_CTS #labelDetails {
    display: none !important;
}

.printlabel_A4LABEL-F.printlabel_CTS #labelBookingCode {
    display: inline-block;
}

.printlabel_A4LABEL-F.printlabel_CTS .pageHeadingQRCode {
    float: right;
}

.pageHeaderBookingCodes_A4LABEL-E_IOW .bookingUId {
    display: inline !important;
}

.printlabel_PCASO .labeltext_A4LABEL-T .address_A4LABEL-T {
    display: none;
}

.printlabel_A4LABEL-E, .printlabel_A4LABEL-E-X, .printlabel_A4LABEL-F {
    height: 96px;
    margin-top: 96px !important;
}

.printlabel_A4LABEL-T, .printlabel_A4LABEL-H , .printlabel_A4LABEL-HC {
    width: 300px !important;
    margin: 16px 6px !important;
    height: 110px !important;
}

.printlabel_A4LABEL-H, .printlabel_A4LABEL-HC {
    margin-top: -10px !important;
    padding: 30px;
    padding-left: 15px;
    max-width: 252px;
    margin-left: 52px !important;
    height: 105px !important;
}

    .printlabel_A4LABEL-H .labeltext_A4LABEL-H,
    .printlabel_A4LABEL-HC .labeltext_A4LABEL-HC {
        margin-top: -130px !important;
    }
    .printlabel_A4LABEL-H .labeltext_A4LABEL-H .address_A4LABEL-H,
    .printlabel_A4LABEL-HC .labeltext_A4LABEL-HC .address_A4LABEL-HC {
        display: none;
    }

    .printlabel_A4LABEL-H .barcode{
        margin-left: 125px !important;
        margin-top: 15px
    }

    .printlabel_A4LABEL-H .qrcode {
        margin-left: 125px !important;
    }

    .printlabelpage {
        padding: 40px;
        margin-bottom: 26px;
    }
        .printlabelpage:has(.grid-labels) {
            padding: 24px 43px 56px 37px;
        }

            .printlabelpage:has(.grid-labels):not(:has( + table)) {
                padding: 24px 43px 35px 37px;
                margin: 0;
            }

        #printlabelpage_A4LABEL-E {
            padding: 70px 40px 10px;
        }

.printlabel:has(.cutLabel) {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    max-width: 297px;
    height: 165px !important;
    padding: 0px;
}

    .printlabel .cutLabel {
        border: 2px dotted #eee;
        flex: 1 100px;
        position: relative;
        overflow: hidden
    }

        .printlabel .cutLabel .labelTextOverlay {
            position: absolute;
            bottom: 0;
            left: 15px;
            width: 135px;
            height: 80px;
        }

    .printlabel .cutLabel .labelTextOverlay:has(.barcode):before {
        content: ' ';
        width: 124px;
        height: 40px;
        background-color: white;
        position: absolute;
        top: -5px;
    }

.printlabel .cutLabel .barcode {
    margin: 0 !important;
    height: 75px;
}

        .printlabel .cutLabel .qrcode {
            position: absolute;
            bottom: 0;
            right: 0;
            height: 55px;
            padding: 12px;
        }

.printlabel_A4LABEL-H .cutLabel .labeltext_A4LABEL-H,
.printlabel_A4LABEL-HC .cutLabel .labeltext_A4LABEL-HC{
    z-index: 1;
    position: absolute;
    margin-top: 5px !important;
}

    .printlabel_A4LABEL-H .cutLabel .labeltext_A4LABEL-H strong,
    .printlabel_A4LABEL-H-C .cutLabel .labeltext_A4LABEL-HC strong {
        max-width: 18ch;
        display: inline-block;
        overflow: hidden;
        line-height: 12px;
    }

.grid-labels {
    display: grid;
    justify-items: center;

    & .printlabel {
        margin: 0 !important;
    }
}

.labels-6 {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 34px;
}


.pageForm {
    min-width: 1000px;
}

.pageForm .pageFormType_A4LABEL-T h4.pageHeading,
.pageForm .pageFormType_A4LABEL-H h4.pageHeading,
.pageForm .pageFormType_A4LABEL-HC h4.pageHeading {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 500px;
}

    .pageForm .pageFormType_A4LABEL-H h4.pageHeading,
    .pageForm .pageFormType_A4LABEL-HC h4.pageHeading {
        max-width: 555px;
        height: 306px;
        margin-left: -50px;
        margin-bottom: 0;
    }

        .pageForm .pageFormType_A4LABEL-H h4.pageHeading span.pageHeadingName,
        .pageForm .pageFormType_A4LABEL-HC h4.pageHeading span.pageHeadingName {
            display: inline !important;
        }

        .pageForm .pageFormType_A4LABEL-H h4.pageHeading span.pageHeadingDOB::before,
        .pageForm .pageFormType_A4LABEL-HC h4.pageHeading span.pageHeadingDOB::before {
            content: " | ";
        }

        .pageForm .pageFormType_A4LABEL-H h4.pageHeading span.pageHeadingDOB,
        .pageForm .pageFormType_A4LABEL-HC h4.pageHeading span.pageHeadingDOB {
            display: inline !important;
        }

        .pageForm .pageFormType_A4LABEL-H h4.pageHeading span.pageHeadingClient,
        .pageForm .pageFormType_A4LABEL-H h4.pageHeading span.pageHeadingClient {
            display: none;
        }

        .pageForm .pageFormType_A4LABEL-H h4.pageHeading span.pageHeadingEvent,
        .pageForm .pageFormType_A4LABEL-H h4.pageHeading span.pageHeadingVenue,
        .pageForm .pageFormType_A4LABEL-H h4.pageHeading span.pageHeadingBookingSlot,
        .pageForm .pageFormType_A4LABEL-HC h4.pageHeading span.pageHeadingEvent,
        .pageForm .pageFormType_A4LABEL-HC h4.pageHeading span.pageHeadingVenue,
        .pageForm .pageFormType_A4LABEL-HC h4.pageHeading span.pageHeadingBookingSlot {
            position: relative;
            top: 236px;
        }

.pageForm .pageFormType_A4LABEL-H h4.pageHeading hr,
.pageForm .pageFormType_A4LABEL-HC h4.pageHeading hr {
    position: relative;
    top: 229px;
}

    .pageForm .datetable_A4LABEL-H,
    .pageForm .datetable_A4LABEL-HC {
        margin-top: -5px;
    }

    .pageForm .contacttable_A4LABEL-H,
    .pageForm .contacttable_A4LABEL-HC {
        margin-top: -35px;
    }

.printableTable, .printableTable tr, .printableTable td, .printableTable th {
    page-break-inside: avoid !important;
}

.pageForm .deleted, .pageForm.deleted, .bookingsTable .deleted, .searchResultsTable .deleted td:not(:last-child), .searchResultsTable .deleted th:not(:last-child) {
    opacity: 0.2;
}

.searchResultsTable .deleted td:last-child a:not(.restore) {
    opacity: 0.2;
}

.pageForm .faded {
    opacity: 0.2;
}

.provider_tdl span:has(> .fa-cut),
.provider_ccl span:has(> .fa-cut),
.provider_randox span:has(> .fa-cut),
.provider_edx span:has(> .fa-cut) {
    display: none;
}

.pagePrint, .letterPrint {
    max-width: 1200px;
    margin: 16px;
}

.pagePrint .resultReferral .gfctCollab {
    display: none;
}

.reducedTextMargin p {
    margin: 8px 0;
}

.pageSpacing + .pageSpacing,
br + .pageSpacing {
    display: none;
}

.scrollTo {
    position: fixed; 
    right: 40px; 
    bottom: 35px; 
    z-index: 90;
    opacity: 0.3;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;}

    .scrollTo:hover {
        opacity: 1.0;
    }

.rounddivs {
    border-radius: 25px;
    border: 2px solid;  
    height: 100%;
}

.testDetails {
    scroll-margin-top: 50px;
}

.informationNavigation .fa{
    color: #000;
}

.testTitle i {
    float: right;
    color: #000;
    font-size: 28px;
}

.dvInformation .wrapper:nth-child(even) {
    background-color: #fff;
    background-image: none;
    color: #000;
}

.dvInformation .informationNavigation {
    padding: 0px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

    .dvInformation .informationNavigation .testNavigation {
        flex: 0 0 118px;
    }

    .dvInformation .informationNavigation .testNavigation a {
        text-decoration: none;
    }

    @media screen and (max-width: 1023px) {
        .dvInformation .informationNavigation .testNavigation{
            flex: 0 0 140px;
        }
    }

    @media screen and (max-width: 768px) {
        .dvInformation .informationNavigation {
            display: block;
        }

        .dvInformation .informationNavigation .testNavigation .stepsIcon {
            margin-bottom: 5px;
        }

        .dvInformation .informationNavigation .testNavigation strong {
            margin-bottom: 20px;
        }
    }

.testDescription{
    min-width: 300px;
    position: relative;
    padding-bottom: 20px;
}

.testDescription .testMoreInformation{
    position: absolute;
    bottom: 0;
    right: 0;
}

.dvInformation #Contact .stepsNavigation {
    flex: 1;
}

.informationMobileButtons .stepsNavigation{
    max-width: max-content;
}

.informationMobileButtons {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 5%;
    left: min(20%, 20vw);
    right: min(20%, 20vw);
}

@media only screen and (max-width: 500px){
    .informationMobileButtons {
        display: block;
    }

    .informationMobileButtons .stepsNavigation:first-child{
        margin-bottom: 20px;
    }

    .informationMobileButtons .stepsNavigation {
        max-width: initial;
    }
}

.rowTestTypes .steps, .referralSteps .steps {
    min-height: 185px;
}

.testSelection .rowTestTypes, .referralSteps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    background-color: #e7e7e7;
    padding: 30px 0px;
    border-radius: 4px;
    border: 1px solid black;
    margin: 12px;
}

    .testSelection .rowTestTypes .steps {
        flex: 0 0 300px;
        min-height: 100%;
        padding-bottom: 50px;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }
    .referralSteps .steps {
        flex: 0 0 300px;
        min-height: 100%;
        position: relative;
        text-align: center;
    }

.referralStep.complete .stepsIcon {
    border: 2px solid green;
    position: relative;
}

.referralStep .check {
    display: none;
}

.referralStep.complete .check {
    display: initial;
    color: green;
    font-size: 25px;
    float: right;
    position: absolute;
    padding: 10px;
}

.testSelection .rowTestTypes .steps a {
    color: black;
    cursor: pointer;
}

.testSelection .rowTestTypes .steps .testMoreInformation {
    position: absolute;
    bottom: 0;
    width: max-content;
    transform: translateX(-57%);
    margin: 10px;
}

.testSelection .rowTestTypes .steps a .check {
    color: green;
    font-size: 25px;
    float: right;
    position: absolute;
    padding: 10px;
}

.testSelection .rowTestTypes .steps a .discountable,
.testSelection .rowTestTypes .steps a .discounted {
    font-size: 20px;
    float: right;
    position: absolute;
    padding: 10px;
    right: 15px;
    top: 0px;
}

.testSelection .rowTestTypes .steps a .discountable {
    color: darkgoldenrod;
}
.testSelection .rowTestTypes .steps a .discounted {
    color: green;
}

.testSelection .rowTestTypes .steps a .highlightInvalid .check,
.testSelection .rowTestTypes .steps a .highlightInvalid .discountable {
    color: red !important;
}

.testSelection .rowTestTypes .steps .stepsIcon.highlight {
    outline: 2px solid green;
}

.testSelection .rowTestTypes .steps .stepsIcon.highlightInvalid {
    outline: 2px solid red;
}

.paypal-button-container {
    max-width: 500px;
    display: inline-block;
    width: 100%;
}

.KAVSImage {
    background-color: white;
    padding: 10px;
}

.BannerHeader {
    padding: 10px;
}

.dvResearchQuestionairres {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

    .dvResearchQuestionairres .dvresearchQuestionnaire {
        flex: 0 0 344px;
        border: 2px solid black;
        border-radius: 15px;
        padding: 2% 5%;
    }

.Framework_IconButton.researchQuestionnaire:hover {
    background: #e7e7e7;
}

.Framework_IconButton.researchQuestionnaire {
    width: 100%;
    background-color: #e7e7e7;
    border-radius: 50px;
    height: 32px;
    padding: 5% 0;
}


    .Framework_IconButton.researchQuestionnaire .Framework_IconButton_Inner .Framework_IconButton_Text {
        color: black;
        font-size: 3.5rem;
    }

.NHSLink {
    margin-top: 10px;
    width: 200px;
    height: 32px;
}

.dvNINHS {
    grid: display;
    grid-template-columns: repeat(2, 1fr);
}

.dvNHS {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-device-width: 1050px) {
    .dvNINHS {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
    }
}

.resultChart, .chartNotes {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    position: relative;
}
    .resultChart .chartMarker {
        display: block;
        position: relative;
        height: 30px;
    }

        .resultChart .chartMarker .chartScore {
            position: absolute;
            left: 35%;
            transform: translateX(-50%);
            top: -10px;
            font-weight: bold;
        }

        .resultChart .chartMarker .chevron {
            position: absolute;
            display: block;
            content: "";
            border: 15px solid transparent;
            top: 40%;
            border-top-color: #000;
            left: 35%;
            transform: translateX(-50%);
        }

    .resultChart .chartBar {
        display: block;
        content: "";
        height: 20px;
        outline: 2px solid black;
        border-radius: 15px;
        font-size: 3rem;
        position: relative;
    }

    .resultChart .chartFigures {
        position: relative;
        display: block;
    }

        .resultChart .chartFigures span {
            position: absolute;
            transform: rotate(90deg);
            font-weight: bold;
            transform-origin: 0 0;
            top: 12px;
            margin-left: 12px;
        }

        @media only screen and (max-device-width: 1324px) {
            .resultChart .chartFigures .chartFigureHide {
                display: none;
            }
        }

.resultChart .medicationMarker .chevron {
    top: -95%;
    transform: translateX(-50%) rotate(180deg);
    border-width: 25px;
}

.resultChart .chevronInner::before {
    content: ' ';
    display: block;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    border: 15px solid transparent;
    top: -21px;
    border-top-color: black;
}

.resultChart .chevronInnergreen::before {
    border-top-color: green;
}

.resultChart .chevronInnerorange::before {
    border-top-color: orange;
}

.resultChart .chevronInnerred::before {
    border-top-color: red;
}

.resultChart .medicationMarker .chartScore {
    top: 60%;
}

.letterPrint .chartNotes {
    margin-top: 10px;
}

.chartNotes .chartNote {
    display: flex;
    align-items: flex-start;
}

.chartNotes .noteMarker {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: black;
    margin-right: 10px;
    border-radius: 50%;
    box-sizing: border-box;
}

.chartNotes .noteText {
    width: calc(100% - 1rem);
}

.reportCharts {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 15px;
    gap: 5px;
}
    .reportCharts > div:not(:first-of-type):not(:last-of-type) {
        flex-grow: 1;
        flex-basis: 786px;
    }

        .reportCharts > div:not(:first-of-type):not(:last-of-type) > div > div[dir="ltr"] {
            width: auto !important;
        }

    .reportCharts > div:last-of-type {
        flex-grow: 1;
        flex-basis: 100%;
    }

.reportsTable td{
    vertical-align: middle;
}

.reportsTable td p{
    margin: initial;
}

.reportContainer {
    width: inherit;
    overflow-x: auto;
    padding-right: 50px;
    box-sizing: border-box;
}

    .reportContainer .reportTable {
        width: calc(100% + 100px);
        max-width: fit-content;
    }

.reporting .reportFilters {
    width: fit-content;
    min-height: 50px;
}

    .reporting .reportFilters > * {
        margin-right: 5px;
    }

    .reporting .reportFilters .right {
        margin-top: initial;
    }

.reportGdpr {
    margin-top: auto;
}

.referralHead {
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
}

.referralHead h2{
    flex: 1;
    margin: 0;
}

.referralAuthentication {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

/* Paypal Checkout Styles */
#card-form,
#card-billing-address,
.Framework_PayPal_Buttons {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

/* Tasks and Expanders */

.manageTasks {
    border-bottom: 2px solid #ccc;
    padding-bottom: 24px;
    margin-bottom: 6px;
}

.expanderTitle {
    display: inline-block;
    font-size: 135%;
}

.expandingSection:not(:nth-child(1)) .expanderTitle {
    padding-left: 12px;
}

.profileDataTitle {
    display: inline-block;
}

.expandTasks, .expandSettings, .dataExpander {
    font-size: 22px;
    cursor: pointer;
}

.expandSettings {
    margin-left: 4px;
}

.expandTasks, .dataExpander {
    margin-left: 10px;
}

    .expandTasks[data-expandmode="collapse"] .fa-expand, .dataExpander[data-expandmode="collapse"] .fa-expand {
        display: none;
    }

    .expandTasks[data-expandmode="expand"] .fa-compress, .dataExpander[data-expandmode="expand"] .fa-compress {
        display: none;
    }

    .expandingSection:has(.dataExpander[data-expandmode="expand"]) {
        display: inline-block;
    }

.Framework_Pod_WithoutTitleBar .tasksTable .deleteTask {
    background-color: black;
    float: right;
    margin-left: 10px;
}

.tasksTable .openTasks, .dvNotes .openNotes {
    position: sticky;
    z-index: 90;
    opacity: 0.3;
    width: 20px;
    height: 20px;
    display: block;
    background-color: #838387;
    color: white;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    padding: 5px;
    bottom: 5px;
}

    .dvNotes .openNotes {
        right: 5px;
    }

    .tasksTable .openTasks:hover, .dvNotes .openNotes:hover {
        opacity: 1;
    }
    .tasksTable .task {
    padding: 20px;
    box-shadow: 0px -2px 5px 0px #0000005c;
}

    .tasksTable .task:nth-child(2n) {
        background-color: #f1f1f1;
    }

    .tasksTable .task.complete {
        background-color: #00800030;
    }

.tasksTable .taskField {
    display: grid;
    grid-template-columns: repeat(auto-fit, 63ch);
    gap: 0;
}

.taskFieldPanel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 320px;
    align-content: flex-start;
}

.fieldSpan2, .fieldSpan3 {
    max-width: unset;
}

.taskFieldSection:has(.fieldSpan2) {
    grid-column: span 2;
}

.taskFieldSection:has(.fieldSpan3) {
    grid-column: span 3;
}

@media screen and (max-width:680px) {
    .tasksTable .taskField {
        display: initial;
    }
}

.tasksTable .taskField .taskFieldSection {
    width: inherit;
    box-shadow: 0px 0px 2px #00000045;
    padding: 10px;
}

@media screen and (min-width: 740px) {
    .tasksTable .taskField .taskFieldSection {
        display: grid;
        grid-template-columns: repeat(auto-fit, 20ch minmax(0, 100%));
        gap: 10px;
    }
}

    .tasksTable .taskField input[type="text"]:not(.datePicker):not(.time), .tasksTable .taskField textarea {
        width: 100%;
    }

    .tasksTable .taskField .address {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .tasksTable .taskField .completeDate {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
    }

        .tasksTable .taskField .completeDate span{
            flex-basis: 100%;
        }

    .taskTitle {
        font-size: 18px;
    }

        .taskTitle .completeTask {
            color: white;
            font-size: 20px;
            border: 2px solid #cccccc;
            box-sizing: border-box;
            border-radius: 4px;
            width: 32px;
            height: 32px;
            text-align: center;
            display: block;
            float: right;
            cursor: pointer;
        }
        .taskTitle .completeTask:hover {
            box-shadow: 0 0 2px black;
        }

            .taskTitle .completeTask.completed {
                background-color: green;
                border: 2px solid green;
            }

        .taskTitle .completeTask .complete {
            display: none;
        }

        .taskTitle .completeTask.completed .complete {
            display: initial;
        }

        .taskTitle .completeTask.completed .inprogress {
            display: none;
        }

.pnlTasks {
    display: none;
}

.userData {
    padding: 10px 25px 25px;
}

    .userData .detailsHeader {
        display: inline-block;
        margin-right: 30px;
    }

    .userData .pnlUserData {
        box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
        padding: 10px;
    }

    .userData .profileDetails {
        columns: 3;
        gap: 5px;
    }

        .userData .profileDetails .profileDetail,
        .dvNotes{
            box-sizing: border-box;
            height: min-content;
            break-inside: avoid;
            display: block;
        }
            .userData .profileDetails .profileDetail:has(> *:nth-child(10)) {
                column-span: all;
            }

            .userData .profileDetails .profileDetail > span {
                display: flex;
                flex-direction: column;
            }

            .userData .profileDetails .profileDetail strong,
            .dvNotes strong {
                background-color: #d4d4d4;
                padding: 10px;
                display: block;
            }

            .userData .profileDetails .profileDetail p,
            .dvNotes p {
                padding: 5px 10px;
                margin: 0;
            }

            .dvNotes div {
                padding: 10px;
                margin: 0;
                position: sticky;
                top: 43px;
                background-color: white;
            }

                .userData .profileDetails .profileDetail p:nth-child(2n - 1),
                .dvNotes > *:nth-child(2n - 1):not(strong):not(.openNotes) {
                    background-color: #f0f0f0;
                }

                .dvNotes strong {
                    position: sticky;
                    height: 23px;
                    top: 0;
                }

            .dvNotes > * > :first-child {
                width: 75%;
                display: inline-block;
            }


            .dvNotes > * > span:last-child {
                font-weight: bold;
            }

            .dvNotes a, .dvNotes > * > span:last-child {
                vertical-align: top;
                margin-left: 10px;
            }

.clientDownloadsLink {
    white-space: break-spaces;
}

.sideLabel {
    margin-left: 2ch;
    display: inline-block !important;
}

@media (max-width: 460px) {
    .sideLabel {
        margin-left: 1ch;
    }
}

/* Partners Search */

@media (max-width: 460px) {
    .partnersSearchBox {
        width: 100px;
    }
}

.partners {
    display: flex;
    flex-wrap: wrap;
}

.partnerSearchHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dotted {
    border: 2px dotted #333 !important;
    padding: 10px 0;
}

/* Download Panel */
#Framework_Modal_Padding:has(.downloadPanel),
#Framework_Modal_Padding:has( > .forceFullHeight) {
    height: 100%;
    box-sizing: border-box;
}

.forceFullHeight {
    height: 100%;

    & > div {
        height: 100%;
    }
}

.downloadPanel {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    gap: 3px;
}

    .downloadPanel .downloads .downloadFilesExpand {
        display: none;
    }

    .downloads .downloadFiles {
        height: 100%;
    }

.downloads:hover .downloadFiles {
    opacity: 1;
}

.downloadFiles tr td {
    padding: 10px 6px;
}

.downloadFiles tr td {
    max-width: 50ch;
}

.downloadFiles span {
    word-break: break-word;
}

.downloadPanel .downloadView {
    flex: 1;
}

@media (min-width: 801px) {
    .downloadPanel .downloads {
        width: 30%;
        max-height: 100%;
        position: relative;
        transition: 0.3s all ease-in;
    }

    .downloadPanel .downloads.collapse {
        width: 0;
    }

        .downloadPanel .downloads .downloadFilesExpand {
            display: initial;
            min-width: 32px;
            position: absolute;
            top: 50%;
            right: -20px;
            color: white;
            text-align: center;
            transition: 0.3s all ease-in;
            transform: translateY(-50%);
        }

        .downloadPanel .downloads.collapse .downloadFilesExpand {
            right: -30px;
        }

    .downloads .downloadFiles {
        height: 100%;
        transition: 0.4s all ease-in;
    }

    .downloads:hover .downloadFiles {
        opacity: 1;
    }
}

@media (max-width: 800px) {
    .downloadPanel {
        flex-direction: column;
    }

        .downloadPanel .downloads {
            width: 100%;
        }

    .downloads .downloadFiles {
        max-height: 150px;
    }
}

/* Test Type Key */
.testKeys {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.testKey {
    display: flex;
    flex-direction: column;
}

    .testKey span {
        padding: 5px;
    }

    .testKey .testHeader {
        background-color: #ccc;
        font-weight: bold;
    }

    .testKey .testName {
        border: 1px solid #ccc;
        flex-grow: 1;
    }

/* Info Pills */
.infoPill {
    border: 2px solid white;
    border-radius: 16px;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    margin: 4px;
    background-color: #1D3160;
    color: #fff;
}

    .infoPill.clickPill:hover,
    .infoPill.activePill {
        outline: 2px solid #1d3160;
    }

.pillExtraPadding {
    padding: 8px 18px;
}

.helpPill {
    cursor: help;
}

.clickPill {
    cursor: pointer;
}

.blackPill {
    background-color: black;
    color: white;
}

    .blackPill.clickPill:hover,
    .blackPill.activePill {
        outline: 2px solid black;
    }

.greyPill {
    background-color: grey;
    color: white;
}

    .greyPill.clickPill:hover,
    .greyPill.activePill {
        outline: 2px solid grey;
    }

.lightGreyPill {
    background-color: lightgrey;
    color: black;
}

    .lightGreyPill.clickPill:hover,
    .lightGreyPill.activePill {
        outline: 2px solid lightgrey;
    }

.greenPill {
    background-color: green;
    color: white;
}

    .greenPill.clickPill:hover,
    .greenPill.activePill {
        outline: 2px solid green;
    }

.orangePill {
    background-color: orange;
    color: white;
}

    .orangePill.clickPill:hover,
    .orangePill.activePill {
        outline: 2px solid orange;
    }

.redPill {
    background-color: red;
    color: white;
}

    .redPill.clickPill:hover,
    .redPill.activePill {
        outline: 2px solid red;
    }

.bluePill {
    background-color: blue;
    color: white;
}

    .bluePill.clickPill:hover,
    .bluePill.activePill {
        outline: 2px solid blue;
    }

.editEventNotes {
    width: 100%;
}

.floatingAction {
    position: fixed;
    right: 14px;
    bottom: -10px;
    z-index: 90;
    margin: 20px;
    padding: 5px;
    border-radius: 40px;
    cursor: pointer;
    height: initial;
    transition: opacity 0.5s ease-in;
}

.addressLookup {
    background-color: #eee;
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #000000;
    border-radius: 5px;
}

/* Display Flex */
.colFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.flexCenter {
    align-items: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .flexCenter_Med {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .flexCenter_Sma {
        align-items: center;
        justify-content: center;
    }
}

.edxAgreementHTML label {
    display: inline;
}

/* Holding Page */
#progressWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: none;
}

#progressContainer {
    width: 75%;
    height: 30px;
    background-color: #b0b0b0;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}

#progressBar {
    height: 100%;
    width: 0%;
    background-color: #000;
    transition: width 1s linear;
}

.svg-spinner {
    width: 100px;
    height: 100px;
    animation: rotate 2s linear infinite;
}

.spinner-track {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
}

.spinner-head {
    fill: none;
    stroke: #000;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -125;
    }
}


/*
	~/StyleSheets\Override.css
*/

/*
	This file has been auto-generated by a tool at 03/06/2026 08:23:20
	Any changes made will be overwritten the next time it is regenerated.
*/

.psaRiskInformation {
    font-weight: bold;
    display: none;

    .pageLetterGFCT & {
        display: block;
    }
}

.letterGreen_InfoExercise {
    display: none;

    .pageLetterSPCI & {
        display: block;
    }
}

div.pageLetterSPCI {
    & .testType_XEDX,
    & .testList,
    & .pageLetter_Empty,
    & .pageLetter_Pending,
    & .pageLetter_NoResult:not(.pageLetter_PSPA),
    &:has(.pageLetter_XPCX.pageLetter_Pending) .testType_XPCX,
    &:has(.pageLetter_XPCX.pageLetter_NoResult) .testType_XPCX,
    & .testType_XRDX, & .pageLetter_XRDX,
    & .pageUserAddress {
        display: none;
    }
}

div.pageLetterPCASO, div.pageLetterPCASODOR {
    & .pageLetter_PSPA,
    & .pageBreak:has(+ .pageLetter_PSPA) {
        display: none !important;
    }
}


.client_SPCI.labcode_RANDOX,
.client_SPCI.result_noResult { 
    display: none;
}



#Framework_Core_Loading_Overlay #Framework_Core_Loading_Loading,
.Framework_Modal_Overlay .Framework_Modal_Loading {
    background-image: url('../Images/Logos/Logo-HealthTests.png') !important;
}

#Framework_Core_Loading_Overlay svg path,
.Framework_Modal_Overlay svg path {
    stroke: #7C3A92;
}

h1 { color: #7C3A92; }
h2 { color: #000; }

.NavigationContainer
{
    background: #7C3A92;
}
.Framework_Navigation
{
    background: #7C3A92;
}
    .Framework_Navigation .Framework_IconButton
    {
        background: #D2A552;
        border: 2px solid #000;
        color: #000;
    }
    .Framework_Header .Framework_IconButton:hover {
        background: #fff !important;
        border: 2px solid #000;
        color: #000;
    }
    .noTouchEvents .Framework_Navigation .Framework_IconButton:hover
    {
        background: #fff;
        border: 2px solid #000;
        color: #000;
    }

.Framework_IconButton {
    background: #D2A552;
    border: 2px solid #000 !important;
    color: #000;
}

.Framework_IconButton_Text  {
    color: #000;
    border-right: 1px solid #000 !important;
}

Framework_IconButton_Inner {
    background: #D2A552;
    border: 2px solid #000 !important;
    color: #000;
}

.Framework_Pod_FillTitleBar .Framework_Pod_TitleBar {
    background: #7C3A92;
}

a .fa {
    color: #7C3A92 !important;
}

.stepsIcon.active .fa {
    color: #fff !important;
}

.Framework_IconButton:active, .Framework_IconButton.Framework_IconButton_Active
{
    background: #fff !important;
    border: 2px solid #000 !important;
    color: #fff !important;
}

.Framework_Footer
{
    background: #eee;
    color: #000;
}
    .Framework_Footer a
    {
        color: #000;
    }
    .noTouchEvents .Framework_Footer a:hover
    {
        color: #000;
    }
    .Framework_Footer a:active
    {
        color: #000;
    }

.Framework_Main .wrapper, .Framework_Content .wrapper {
    background-color: #e7e7e7; 
}

.Framework_Header .Framework_IconButton
{
    background: #D2A552;
    border-color: #D2A552;
}

.Framework_Header input:focus, .Framework_Header select:focus, .Framework_Header textarea:focus
{
    border: 2px solid #7C3A92 !important;
}

.noTouchEvents .Framework_Header input:hover, .noTouchEvents .Framework_Header select:hover, .noTouchEvents .Framework_Header textarea:hover 
{
    border: 2px solid #7C3A92 !important;
}
::selection {
    background: #7C3A92;
}

.researchButton.green .Framework_IconButton_Text, .researchButton.grey .Framework_IconButton_Text, .researchButton.green .fa, .researchButton.grey .fa {
	color: #fff !important;
}

#CL_AcceptButton {
	color: #fff !important;
}

.Framework_Main .wrapper .container a .fa, .Framework_Content .wrapper .container a .fa {
    color: #7C3A92;
}

.Framework_Prompt_Container .Framework_IconButton_Text {
    color: #fff;
}

.Framework_Prompt_Container.Framework_Prompt_Alert .Framework_IconButton, .Framework_Prompt_Container .Framework_IconButton {
    background-color: #D2A552;
}

.Framework_Prompt_Container .Framework_IconButton:active, .Framework_Prompt_Container .Framework_IconButton_Text:active, .Framework_Prompt_Container .Framework_IconButton_Icon:active, .Framework_Prompt_Container .Framework_IconButton_Inner:active {
    background-color: #000;
    color: #fff;
}

.Framework_Modals_CloseButton.Framework_IconButton:hover {
    background-color: #000;
    color: #fff;
}
