﻿body.full-width .page-banner {
    margin-bottom: 0;
}

body.fixed-width>.wrap .page-banner {
    margin-top: -1rem;
}

.page-banner.has-image {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
    /*padding-bottom: 50%;*/
    padding-bottom: 40%;
    background: #002b5c;
}

header.site-header img.horizontal-logo {
    margin-left: 5vw;
}

header.site-header .breadcrumb nav.breadcrumbsheader li:first-child:before {
    content: " ";
    }

    .breadcrumbs ul li:first-child:before
    {
        content: " ";
    }

.rounded-circle {
    border-radius: 50% !important;
}

.img-profile {
    height: 3rem !important;
    width: 3rem !important;
}

.no-arrow .dropdown-toggle::after {
    display: none;
}

.user-info {
    list-style-type: none;
    /* Remove bullets */
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margins */
}

input[type="radio"],
input[type="checkbox"],
input[type="textarea"] {
    width: 1em;
    height: 1rem;
    accent-color: #018489;
}

label[disabled], input[disabled] {
    cursor: not-allowed !important;
}

[disabled] {
    cursor: not-allowed;
}

/* .breadcrumbs ul li
{
    display: inline;
}

.footer-breadcrumb  ul li {
    padding: 0;
} */

#appointment-form-container .form-check {
    width: max-content;
    display: flex;
    justify-content: flex-start;
    padding: 10px 30px;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    background-color: #fff;
    color: initial;
}

#appointment-form-container .active {
    /* border: 1px solid rgb(105, 207, 105); */
    background-color: #6c757d;
    color: #fff;
    transition: background-color 0.5s;
}

#appointment-form-container .form-check-input {
    /* border: 1px solid #D3D3D3; */
    margin-top: .2rem;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

#appointment-form-container .onhold input,
#appointment-form-container .onhold label:disabled {
    cursor: not-allowed !important;
}

#appointment-form-container .form-check-label {
    margin-left: 4px;
    cursor: pointer;
}

#appointment-form-container input[type="radio"] {
    /* appearance: none; */
    width: 20px;
    height: 20px;
}

.js div#appointment-form-container input[type="radio"]:checked {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
}

.js div#appointment-form-container input[type="radio"]:checked::before {
    color: #fff !important;
    content: "\00A0\2713\00A0" !important;
    font-weight: bolder;
    font-size: 23px;
    position: absolute;
    top: -6px;
}

#appointment-form-container .appointment-onhold {
    font-weight: bold;
}

hr.hr-muted {
    border-top: 1px solid #ccc;
}

.js #countdown .digit{
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    font-family: monospace;
}

.js #countdown .seconds-red {
    color: #ff0000;
}

.js #countdown span:nth-of-type(1)
{
    margin-left: 2px;
}

.js .patient{
    opacity: 0;
}

.js .patient.fadeIn{
    opacity: 1;
    transition: opacity 1s;
}

#appointment-panel {
    overflow: auto;
    max-height: 20rem;
    padding-right: 5px;
    max-width: fit-content;
    margin-bottom: 10px;
}

.picked-appointment {
    width: max-content;
    display: flex;
    justify-content: flex-start;
    padding: 10px 10px;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
}

.page-banner.has-image:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002b5c;
    background: linear-gradient(10deg, #002b5c 20%, rgba(0, 43, 92, .25) 100%);
    z-index: 2;
}


.page-banner.has-image h1 {
    color: #fff;
}

.page-banner.has-image .container {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    padding: 0 1.5rem;
}

.page-banner.has-image>img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-banner h1 .superscript {
    display: block;
    font-size: .6em;
}

.footer-breadcrumb .breadcrumbs ul {
    padding-left: 1.5rem;
}

@media (max-width: 576px) {
    #appointment-panel {
        font-size: smaller;
    }
    
    .picked-appointment{
        max-width: fit-content;
    }
}

@media (min-width: 768px) {

    .page-banner.has-image .container {
        bottom: 1.5rem;
        padding-left: 30px;
    }
}

@media (max-width: 768px) {

    .page-banner.has-image .container {
        bottom: 1.5rem;
        padding-left: 20px;
    }

    .page-banner {
        margin-bottom: 1.5rem;
    }

    .page-banner .container {
        margin-top: 1.5rem;
    }

    .page-banner h1 {
        position: relative;
        margin-bottom: 0;
    }

    .unify-username {
        margin-top: 3px;
    }

    .unify-username,
    .unify-username:hover {
        color: white;
    }
}

@media (min-width: 992px) {
    .user-info {
        position: absolute;
        right: 45px;
        z-index: 1000;
    }

    .page-banner.has-image {
        height: 350px;
        padding-bottom: 0;
    }

    .page-banner h1 {
        font-size: 3rem;
    }
}

@media (max-width: 992px) {

    #userDropDownMenu {
        top: 40px;
    }

    .img-profile {
        max-height: 40px;
        max-width: 40px;
    }

    .img-profile-nav {
        max-height: 30px;
        max-width: 30px;
        position: absolute;
        top: 10px;
        right: 45px;
        z-index: 101;
        cursor: pointer;
    }


    /* header.site-header .breadcrumb nav.breadcrumbsheader li, .footer-breadcrumb li {
        padding: 0;
    } */

    .unify-username,
    .unify-username:hover {
        color: white;
    }
}

@media (min-width: 1600px) {
    .page-banner.has-image {
        height: 400px;
    }
}