﻿
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-variablefont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'gijgo-material';
    src: url('gijgo/fonts/gijgo-material.ttf') format('truetype');
}

@font-face {
    font-family: 'gijgo-material';
    src: url('gijgo/fonts/gijgo-material.woff') format('woff');
}

@font-face {
    font-family: 'gijgo-material';
    src: url('gijgo/fonts/gijgo-material.eot') format('embedded-opentype');
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 16px;
    min-height: 650px;
}

.card {
    border-color: white;
}

.bg-opcare {
    background-color: #314c94 !important;
    border-radius: 0.5em;
}

.bg-opcare-no-corners {
    background-color: #314c94 !important;
}

.bg-opcare-small {
    background-color: #314c94 !important;
    border-radius: 0px;
}

.btn-blue-on-white {
    background-color: white;
    color: #314c94;
    border-color: #314c94;
}

.jumbotron {
    padding: 2rem 4rem 2rem 4rem;
}

.tab-inner-header {
    margin-bottom: 6px;
}

.field-validation-error {
    white-space: normal;
    text-align: left;
}

.top-padding-4 {
    padding-top: 4px;
}

.app-summary-left {
    float: left;
    width: 200px;
}

.app-summary-right {
    float: left;
    width: 400px;
}

.date-of-birth-surround {
    width: 292px !important;
}

.date-of-birth-day {
    width: 67px !important;
}

.date-of-birth-month {
    width: 140px !important;
}

.change-password-button {
    margin-bottom: 16px;
}

.date-of-birth-year {
    width: 85px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.validation-summary-errors {
    margin-bottom: 4px;
    padding: 0px;
    display: block;
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .validation-summary-errors li {
        padding: 2px;
        white-space: normal;
        text-align: left;
    }

.btn-move-up {
    margin-top: -8px;
    margin-bottom: 8px;
}

.welcome-link {
    color: rgba(255, 255, 255, 0.5);
}

    .welcome-link:hover {
        color: white;
        text-decoration: none;
        font-weight: 600;
    }

li.welcome-link {
    padding-top: 7px;
    padding-right: 8px;
}

.btn-below-input {
    margin-top: 4px;
}

.navbar-collapse li {
    white-space: nowrap;
}

.navbar.navbar-expand .btn-log-off {
    margin-top: 0px;
}

ul.typeahead {
    padding: 0px;
}

    ul.typeahead li {
        padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    }

        ul.typeahead li.active {
            background-color: lightgray
        }

        ul.typeahead li a {
            color: #495057;
        }

.hidden {
    display: none !important;
}

div.spinner span {
    margin-top: 10px;
}

.button-spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;
    transition: opacity 0.25s, max-width 0.45s;
}

.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .button-spinner {
        opacity: 1;
        max-width: 50px;
    }

.multi-select {
    position: relative;
}

    .multi-select > .multi-select-overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

        .multi-select > .multi-select-overlay.active {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

.multi-select-dropdown {
    max-height: 200px;
    position: absolute;
    overflow: auto;
    border: 1px solid #555555;
    background-color: white;
    z-index: 2147483641;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.multi-select-item {
    padding: 4px 16px 4px 16px;
}

    .multi-select-item.readonly {
        background-color: lightgray;
    }

    .multi-select-item:hover {
        background-color: #007bff;
        color: white;
    }

    .multi-select-item.active {
        background-color: #007bff;
        color: white;
    }

.multi-select-checkbox-surround {
    float: left;
    width: 24px;
    pointer-events: none;
    margin-top: -4px;
}

.multi-select-checkbox {
    width: 24px;
    height: 24px;
    margin-top: 4px;
    pointer-events: none;
}

.multi-select-text {
    padding-left: 32px;
    text-overflow: ellipsis;
    text-wrap: none;
    width: 100%;
    pointer-events: none;
}

.multi-select-text-inactive {
    color: gray;
}


.input-group-central {
    display: flex;
    margin-left: -1px;
    margin-right: -1px;
}

    .input-group-central label {
        border-radius: 0px !important;
    }

.from-to-dates .gj-datepicker {
    width: calc(49% - 46px);
}

    .from-to-dates .gj-datepicker input, button {
        border-radius: 0px;
        border-color: rgb(206, 212, 218) !important;
    }

.from-to-dates .gj-timepicker {
    width: calc(49% - 46px);
}

    .from-to-dates .gj-timepicker input, button {
        border-radius: 0px;
        border-color: rgb(206, 212, 218) !important;
    }

.from-to-dates-separate .gj-datepicker input, button {
    border-color: rgb(206, 212, 218) !important;
}

.from-to-dates-separate .gj-timepicker input, button {
    border-color: rgb(206, 212, 218) !important;
}

div.collapsible {
    cursor: pointer;
    padding-left: 38px;
}

    div.collapsible:not(.collapsed):before {
        font-family: FontAwesome;
        content: "\f078";
        position: absolute;
        top: 11px;
        left: 20px;
    }

    div.collapsible.collapsed:before {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        top: 12px;
        left: 24px;
    }

.card {
    margin-top: 15px;
}

.font-weight-unset {
    font-weight: unset;
}

.bg-opcare-midblue {
    background-color: #40ACE1 !important;
    padding: 5px;
    height: 40px;
    width: 113px;
}

.bg-dark-background {
    background-color: #314c94 !important;
}

.bg-light-blue-background {
    background-color: #EDF2F9;
}

.bg-rounded-button-Send {
    border-radius: 0.5em;
    font-weight: 550;
}

    .bg-rounded-button-Send:hover {
        background-color: white !important;
        color: #314c94;
    }


.bg-rounded-button:hover {
    background-color: white !important;
    color: #314c94;
    border-color: #314c94 !important;
}

.bg-rounded-button {
    border-radius: 0.5em;
    font-weight: 550;
    vertical-align: middle;
    padding: 7px;
}

#loginLink:hover {
    background-color: white !important;
    color: #314c94;
}

.validation-orange {
    background-color: orangered;
    color: white;
    font-weight: 500;
}

*:not(.fa):not(.gj-icon) {
    font-family: Montserrat !important;
}

.footer-text {
    color: white;
    font-size: 12px;
    margin-left: 80px;
}

.footer-text-medium {
    font-size: 10px;
}

.footer-text-small {
    font-size: 8px;
}

.brand-logo {
    margin-left: 8%;
}

.brand-logo-loggedin {
    margin-left: 2.5%;
}

.footer-investor {
    margin-top: 25%;
}

img {
    max-width: 100%;
}

.card-header {
    border-top-left-radius: 0.5em !important;
    border-top-right-radius: 0.5em !important;
    font-weight: 550;
    padding-top: 1em;
}


.nav-loggedin {
    font-size: 14px;
    background-color: #EDF2F9 !important;
    border-bottom-left-radius: 0.5em !important;
    border-bottom-right-radius: 0.5em !important;
    border-color: #314c94 !important;
}


.nav-loggedin-link {
    color: #314c94 !important;
    font-weight: 550;
}

.nav-link.nav-loggedin-link:hover {
    background-color: #40ACE1 !important;
    color: white !important;
}

.nav-loggedin-link.active {
    background-color: #40ACE1 !important;
    color: white !important;
}

.nav-loggedin .nav-item:not(:last-child) {
    border-right: 1px solid #314c94;
}


.validation-summary-valid {
    display: none;
}

.booking-failure-message {
    margin-bottom: 8px;
    text-align: center;
    color: red;
}

.rounded-corners {
    border-radius: 0.5em;
}

.rounded-corners-card {
    border-radius: 0.8em;
}


.rounded-corners-card-bottom {
    border-bottom-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
    margin-left: -2px;
}

.btn {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}


.opcare-centre-getInTouch {
    color: #314c94 !important;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.titles {
    color: #314c94 !important;
    font-weight: 700;
}

.titles-thin {
    color: #314c94 !important;
    font-weight: 550;
}

.enquiry {
    height: 150px !important;
}


#clinicDetails {
    min-height: 335px !important;
}

.privacy-policy {
    max-width: 50px;
}

.privacy-policy-checkBox {
    height: 20px;
}

.footer-small {
    min-height: 70px;
    border-radius: 0px;
    margin-bottom: -11px;
}

.footer-images {
    height: 75px;
}

.header-small {
    margin-top: 4px;
}

.navbar-toggler {
    padding: 3px;
    border-color: #40ACE1 !important;
    background-color: #40ACE1;
}

.user-logo {
    float: left !important;
    width: 30px !important;
}

.navbar-toggler:hover {
    background-color: white;
}

.navbar-toggler-icon {
    width: 35px;
    padding: 10px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(images/burger-white.png);
    background-color: #40ACE1;
    border-radius: 0.5px;
}

    .navbar-dark .navbar-toggler-icon:hover {
        background-image: url(images/burger-blue.png);
        background-color: white;
        border-radius: 0.5px;
    }

.user-custom {
    background-image: url(images/login-white.png);
    height: 25px;
    width: 25px;
    display: inline-block;
}

.bg-rounded-button:hover .user-custom {
    background-image: url(images/login-blue.png);
}


.logOff-text {
    padding: 5px;
}

.text-dark-blue {
    color: #314c94;
    font-weight: 450;
}

.bg-select-centre {
    background-color: #314c94 !important;
}

    .bg-select-centre:hover {
        background-color: #40ACE1 !important;
        color: white !important;
    }

.select-centre-button {
    border-radius: 0.5em;
    font-weight: 450;
}

.body-content-width {
    max-width: 992px;
}

.font-weight-500 {
    font-weight: 500;
}

.resend-code {
    height: 96%;
    padding: 0;
}

    .resend-code:hover {
        background-color: lightgray;
    }

.verify-code {
    border: 1px solid #ced4da;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
    filter: none;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 40rem white inset;
}

.background-white {
    background-color: white;
}

.app-awaiting-header {
    margin-bottom: -7px;
}

.book-appointment-small {
    height: 30px;
    float: right;
    padding: 2px 5px 2px 5px;
    width: 150px;
}

.home-attention {
    padding-left: 1.8em;
    padding-top: 3px;
}

.home-update-details {
    padding: 0.75rem 0.5rem;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: left;
    font-weight: 550;
}

.home-update-button {
    background-color: orangered;
    height: 40px;
    font-weight: 550;
    height: 30px;
    display: inline-flex;
    align-items: center;
    border-color: orangered;
}

.home-update-button-small {
    background-color: orangered;
    font-weight: 550;
    align-items: center;
    border-color: orangered;
}

.pat-details-address {
    background-color: #e9ecef !important;
    border: 1px solid #ced4da;
    padding: 10px;
    color: #495057;
}

.find-new-requirements-button {
    width: fit-content;
}

.home-update-button:hover {
    background-color: white;
    color: #314c94;
}

.home-update-button-small:hover {
    background-color: white;
    color: #314c94;
}

.awaiting-booking-header-small {
    height: 30px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px !important;
}

.awaiting-booking-small {
    background-color: white;
}

div.collapsible-left:not(.collapsed):before {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    top: 5px;
    right: 10px;
}

div.collapsible-left.collapsed:before {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 6px;
    right: 10px;
}

.awaiting-appointments-cards {
    border: solid;
    border-width: thin;
    background-color: white;
    font-size: 12px;
    font-weight: 500;
}

.appointment-home-tables, .table th, .table td:not(:first-child) {
    border-collapse: separate !important;
    border-spacing: 0px 6px !important;
    padding-top: 6px !important;
    padding-bottom: 5px !important;
    vertical-align: middle !important;
}

.badge {
    border-radius: 0;
    padding: 2px;
}

.book-appointment {
    width: 137px;
}

.col-centred {
    padding: 0px;
    text-align: center;
}

.appt-confirmation-buttons {
    margin-top: 12px;
}

.tabbed-card-header {
    padding: 0px;
    background-color: transparent;
}

.nowrap {
    white-space: nowrap;
    display: inline-block;
}

.tabbed-card-tab {
    float: left;
    padding: 8px 16px 8px 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #314c94;
    color: #314c94;
    cursor: pointer;
}

    .tabbed-card-tab.active {
        background-color: #314c94;
        color: white;
        cursor: default;
        pointer-events: none;
    }

.card-bottom-right {
    float: right;
    margin-top: 8px;
    margin-left: 8px;
}

.card-bottom-left {
    margin-top: 8px;
}

.no-results {
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
}

.select-gp-button {
    white-space: nowrap;
}

@media only screen and (max-width: 993px) {
    .navbar {
        min-height: 0;
    }

    .navbar-nav {
        background-color: white;
    }

    .small-login {
        background-color: #314c94;
    }

    .body-content {
        padding-left: 0;
        padding-right: 0;
        min-height: 770px !important;
    }

    .nav-loggedin {
        background-color: white !important;
    }

    .navbar-light {
        height: 0;
    }

    .nav-item {
        width: 200px;
    }

    .navbar-collapse {
        position: relative;
        top: 0;
        padding: 0px;
        width: 200px;
        transition: all 0.2s ease;
        display: block;
        height: 0px;
        z-index: 10;
    }

        .navbar-collapse.collapsing {
            height: auto !important;
            display: none;
        }

    .nav-loggedin-link {
        color: white !important;
        font-weight: 550;
        background-color: #40ACE1 !important;
        margin: 2px;
        height: 35px;
        padding-left: 5px !important;
    }

    .nav-loggedin .nav-item:not(:last-child) {
        border-right: none;
    }

    .nav-link.nav-loggedin-link:hover {
        color: #314c94 !important;
    }

    .active-small {
        color: #314c94 !important;
    }

    .navbar-collapse.show {
        margin-left: calc(100vw - 240px);
    }
}

@media (max-width: 450px) {
    .time-filter-button {
        height: 64px;
        line-height: 48px;
    }
}

@media (max-width: 576px) {

    .card {
        margin-top: 0;
    }

    .verify-resend-button {
        margin-top: 10px;
        text-align: center;
    }

    .loggedout-background {
        background-color: white;
        padding: 0px !important;
    }

    .home-div-picture {
        text-align: center;
    }
}

@media only screen and (max-width: 769px) and (min-width: 577px) {

    .card {
        margin-top: 0;
    }

    .verify-resend-button {
        margin-top: 10px;
        text-align: center;
    }

    .login-user {
        margin-left: 45px;
    }

    .home-div-picture {
        text-align: center;
    }
}


@media only screen and (max-width: 993px) and (min-width: 769px) {

    .login-user {
        margin-left: 225px;
    }
}

.home-address{
    height:400px;
    display:none;
}


