/*@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-black-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'chivoblack_italic';
    src: url('../fonts/chivo/chivo-blackitalic-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-blackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-bold-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-bolditalic-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'chivoextrabold_italic';
    src: url('../fonts/chivo/chivo-extrabolditalic-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-extrabolditalic-webfont.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-italic-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-light-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-medium-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-mediumitalic-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-mediumitalic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-regular-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-thin-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-thin-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Chivo';
    src: url('../fonts/chivo/chivo-thinitalic-webfont.woff2') format('woff2'),
    url('../fonts/chivo/chivo-thinitalic-webfont.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}*/

body
{
    padding: 0px 0;
    font-family: 'Chivo', sans-serif;
}

#mainheader {
    position: relative;
}
.btn
{
    font-weight: bold;
    /*font-size: 110%;*/
    letter-spacing: -0.5px;
}

.form-group {
    margin-bottom: 15px;
}
label { font-weight: bold; }
.navbar
{
    margin-bottom: 0;
    max-height: 46px;
}
.footer
{
    margin-top: 50px;
    width: 100%;
    /*height: 50px;*/
    padding: 15px 0;
    text-align: center;
    background-color: #f7f7f7;
}
.footer p { margin-bottom: 0; }

.modal { position: absolute }
.modal-loading
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba( 255, 255, 255, 0.5 );
    border-radius: 10px;
    background-image: url( "../images/loading.gif" );
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
}
#main_header h1 { font-size: 22px; min-height: 53px; line-height: 53px; margin: 8px 0;}
.container-main
{
    padding: 0;
    position: relative;
}
.container .jumbotron,
.container-fluid .jumbotron
{
    padding: 16px 0 12px 8px;
    /*margin: 0 -15px 30px -15px;*/
    color: #111;
    border-radius: 0;
}

.jumbotron { margin-bottom: 30px; }

.jumbotron h1
{
    font-size: 26px;
    font-weight: bold;
}

.contactAddressConfirm
{
    font-weight: bolder;
    font-size:18px;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 15px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Chivo', sans-serif;
    letter-spacing: -0.5px;
}
h1 { font-size: 250% }
h2 { font-size: 225% }
h3 { font-size: 200% }
h4 { font-size: 175% }
.modal-title
{
    font-family: 'Chivo', sans-serif;
    font-size: 115%;
}
.modal-title > h3
{
    font-family: 'Chivo', sans-serif;
    font-size: 220%;
}

div.contentLeft
{
    box-sizing: border-box;
    float: left;
    padding: 10px;
}
.form-signin-heading
{
    text-align: center;
}
div.contentRight
{
    position: absolute;
    right: 20px;
    top: 20px;
    bottom: 20px;
    width: 400px;

    padding: 20px;
    margin: 10px;
    overflow: hidden;

    background-color: #ddd;
    border-radius: 10px;
}



/*  General common definitions  */

h1
{
    font-size: 1.8em;
    margin: 0px 0px 8px 0px;
}
h2
{
    font-size: 1.5em;
    margin: 0px 0px 8px 0px;
}
a
{
    color: #0083bf;
}
input[type=submit]:disabled
{
    color: #999;
}
textarea
{
    height: 100px;
}
.autoWidth
{
    width: auto;
}
input.submit
{
    padding: 5px 10px 5px 10px;
    width: auto;
    background: #eee;
    background: linear-gradient( #fff, #ddd );
    border-radius: 5px;
    font-weight: bold;
}
.button
{
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    background: #eee;
    background: linear-gradient( #fff, #ddd );
    border-radius: 5px;
    font-weight: bold;
    color: #555;
    border: 1px solid #999;
}



/*  Status messages shown after a user input operation,
    e.g. sending a message.  */

p.statusMsg
{
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
}
.statusSuccess
{
    color: green;
    margin-right: 5px;
    font-weight: bold;
}
.statusAlert
{
    color: #df6600;
    margin-right: 5px;
    font-weight: bold;
}
.statusFailure
{
    color: red;
    margin-right: 5px;
    font-weight: bold;
}
.statusConfirmed
{
    color: #090;
    font-weight: bold;
}
.statusCancelled
{
    color: #b00;
    font-weight: bold;
}


/*  Top-level page element definitions  */
#containerBox
{
    width: 1000px;
    min-height: 100%;
    position: relative;
    margin: 0px auto;
    background-color: #f6f6f6;
}
#innerContainerBox
{
    position: relative;
    padding: 10px 20px;
    overflow: auto;
    min-height: 350px;
}
#pageHeading
{
    padding: 10px 20px 0px 20px;
}
#logoContainerLoginScreen
{
    position: block;
    width: 300px;
    height: 120px;
    right: 0;
    left: 0;
    margin: 0px auto;
    padding: 30px;
    text-align: center;

}

#logoContainer
{
    position: relative;
    height: 130px;
    background-color: transparent;
}

#logo
{
    height: 53px;
    margin: 8px 0;
}
#logo img
{
    max-height: 45px;
}
#logoText
{
    padding: 4px 8px;
    background-color: transparent;
    border-radius: 5px;

    position: absolute;
    right: 0px;
    bottom: 3px;
    white-space: nowrap;
    font-size: 0.9em;
    color: #999;
}

.contactMethodContainer { margin-right: 5px; }
.contactMethodContainer label { font-weight: 400; margin-left: 5px; }

#userDetailsTopNav
{
    position: absolute;
    left: 20px;
    top: 20px;
    color: #777;
}

#footer
{
    position: relative;
    height: 20px;
    padding: 10px;
    text-align: center;
    color: #333;
}
#login
{
    margin: 0 auto;
    padding: 50px 30px;
    height: 225px;
}
#login p
{
    text-align: center;
}

div.toolbar
{
    text-align: center;
    margin-top:15px;
}

div.toolbar.text-center
{
    text-align: center;
}

.survey-intro { font-size: 16px; }
table.survey { width: 100%;/*border-spacing: 10px; border-collapse: separate;*/ }
table.survey tr { background: #fff; border-bottom: 1px solid #eee; }
table.survey tr:nth-child(2n+1) { /*background: #efefef*/; }

table.survey .response textarea,
table.survey .response input[type=text],
table.survey .response select { width: 100%; }
table.survey .questionNumber {}
table.survey .question { font-size: 15px; font-weight: 500; }
table.survey td { padding: 10px 15px; }

.form-group-dob select
{
    float: left;
    width: auto;
    padding: 6px 8px;
    margin-left: 2px;
}

#locationList, #calendarKey { margin-bottom: 30px; }
#locationList a.locationEntry  { cursor: pointer; display:block; }
#calendarKey > div { padding-top: 10px; }

#locationDetails { margin-bottom: 30px; }

@media (max-width: 768px) {
    #locationDetails { margin-top: 20px; }
}

/*  Dialogue box definitions  */

.dialogBox
{
    position: relative;
    padding: 30px;
    background-color: #eee;
    border-radius: 10px;
    width: 500px;
    height: 350px;
}

.dialogBox > h1
{
    font-size: 1.4em;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -1px;
    padding: 8px;
    border-radius: 10px 10px 0px 0px;
    background: #999;
    color: white;
    text-align: center;
}

.dialogBox .toolbar
{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0px;
    padding: 5px;
    border-radius: 0px 0px 10px 10px;

    text-align: center;
    border-top: 2px dotted #ccc;
}

div.dialogHelpPanel
{
    position: absolute;
    left: 600px;
    right: 20px;
    top: 0px;
    bottom: 70px;
    min-height: 330px;
    border-radius: 10px;
    padding: 25px;
    background-color: white;
    border: 1px solid #ccc;
}
div.dialogHelpPanel li
{
    margin-bottom: 8px;
    font-size: 1.1em;
}

/*  Revised dashboard page "panel" items.  */
#ulMessages
{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.liDashboardPanel
{
    display: inline-block;
    color: white;
    text-decoration: none;
    height: 200px;
    vertical-align: top;
}
.liDashboardPanelMobile
{
    display: inline-block;
    color: white;
    text-decoration: none;
    height: 100px;
    vertical-align: top;
}
.panel-messages
{
    background-color: #79b;
}
.panel-appointments
{
    background-color: #d95;
}
.panel-information
{
    background-color: #dc3;
}
.panel-account
{
    background-color: #d6d7db;
}
.panel-password
{
    background-color: #90af27;
}
ul.panel a
{
    color: white;
    text-decoration: none;
}


/*  Form field tables  */
table.details
{
    background-color: transparent;
    width: 100%;
    font-size: 1em;
    border-collapse: collapse;
    margin-bottom: 20px;
    /*margin-top: 20px;*/
}
table.details tr
{
    vertical-align: text-bottom;
    border-bottom: 1px solid #eee;
}
table.details td
{
    padding: 11px 7px;
}
table.details td.label
{
    color: #079;
    font-weight: bold;
    width: 33%;
    min-width: 150px;
    font-size:14px;
}
table.details td.data
{
    width: 66%;
}
table.details td.status  /*  Will display tick or cross for form validation  */
{
    min-width: 48px;
}
table.details input
{
    width: 100%;
}
table.details tr.semiHighlighted
{
    background-color: #ddd;
    font-weight: bold;
}
table.details tr.semiHighlighted td.data
{
    color: #888;
    text-shadow: 1px 1px 0px #eee;
}
table.details tr.highlighted
{
    background-color: white;
    font-weight: bold;
}
table.details div.attachmentsField
{
    margin-bottom: 10px;
}
span.status
{
    min-width: 48px;
}

.survey-table-row
{
    cursor: pointer;
}
.survey-table-row-unopened
{
    font-weight: bold;
}

.label-account-data
{
   display: block;
}

.form-signin
{
    width: 320px;
    margin: 0 auto;
}

.form-signin p, .form-signin h2
{
    text-align: center;
}

.message-table-new
{
    font-weight: bold;
}

.mandatoryIndicator
{
	color:red;
	font-weight:strong;
}
#cookieConfirmationDialog {
   /* height: 50px;*/
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 14px;
   /* line-height: 22px;*/
    padding-top: 7px;
    padding-bottom: 7px;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:99;
}
#cookieConfirmationDialog a {
    color: #fff;
    text-decoration: underline;
}
#cookieConfirmationDialog .dialog-container {
    margin: 0 auto;
    padding: 0 23px;
    position: relative;
}
#cookieConfirmationDialog .dialog-close {
    position: absolute;
    right: 7px;
    border-radius: 6px;
    background: #fff;
    color: #333;
    top: 0;
    width: 23px;
    height: 23px;
}

.justify-between { display: flex; justify-content: space-between; }

@media screen and (max-width:750px) {
    #logo { position: relative; /*padding: 10px;*/ top: 0; right: 0; max-width: 100%; height: auto; max-height: 60px; }
    div.calendarContainer.unpopulated { padding-left: 0; }
    .jumbotron h1 {
        font-size: 22px;
    }
    #locationList { margin-top: 30px; }
    table.survey td.response { width: 50%; }
    #main_header h1 { font-size: 18px; line-height: normal; display: flex; justify-content: center; flex-direction: column; }
    #main_header > .container > .row { align-items: center; display: flex; }

    .d-sm-none { display: none; }
}

.service-card {
    -webkit-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
    height: calc(100% - 2rem);
}

.service-box { cursor: pointer; width:100%;background:#fff;font-size: 18px;border: 1px solid #e4e4e4;border: 1px solid #b5bfd9; border-radius: 6px; box-shadow: 0 20px 60px rgba(0, 0, 0, .08); padding: 30px; }
.service-box:hover { border-color: #2260ff; }
.service-box.cursor-default { cursor: default; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .selection-checkbox-wrapper input[type=checkbox] {
        --active: #275EFE;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #275EFE;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .selection-checkbox-wrapper input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .selection-checkbox-wrapper input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .selection-checkbox-wrapper input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    .selection-checkbox-wrapper input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    .selection-checkbox-wrapper input[type=checkbox]:disabled + label {
        cursor: not-allowed;
    }
    .selection-checkbox-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    .selection-checkbox-wrapper input[type=checkbox]:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    .selection-checkbox-wrapper input[type=checkbox]:not(.switch) {
        width: 21px;
    }
    .selection-checkbox-wrapper input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }
    .selection-checkbox-wrapper input[type=checkbox]:not(.switch):checked {
        --o: 1;
    }
    .selection-checkbox-wrapper input[type=checkbox] + label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }

    .selection-checkbox-wrapper input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }
    .selection-checkbox-wrapper input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }
    .selection-checkbox-wrapper input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
}

.selection-checkbox-wrapper * {
    box-sizing: inherit;
}
.selection-checkbox-wrapper *:before,
.selection-checkbox-wrapper *:after {
    box-sizing: inherit;
}

.d-flex { display: flex; flex-wrap: wrap;}

@media (max-width: 640px) {
    .d-flex .col-sm-6 { width: 100%; flex: 0 0 auto; }
}


.loader {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    clip-path: inset(0 3ch 0 0);
    animation: l4 1s steps(4) infinite;
}
.loader:before {
    content:"Loading..."
}
@keyframes l4 {to{clip-path: inset(0 -1ch 0 0)}}