/* Style the body */


/* Style the list */
ul.breadcrumb {
    padding: 8px 8px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 15px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.page_100_width_HIDE {
    width: 95% !important;
    position: absolute !important;
    margin-left: 40px !important;
    margin-right: 100px !important;
}

.hide_left_menu_HIDE {
    display: none !important;
}

.notification {
    font-size: 25px;
    border-radius: 3px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 5px 20px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, .9);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, .6);
    background: #EF4923;
    animation-name: color-change;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes color-change {
    0% {
        color: white;
        background-color: #EF4923;
    }
    50% {
        color: #333;
        background-color: #EF4923;
    }
    100% {
        color: yellow;
        background-color: #EF4923;
    }
}

.mobile-logo {
    width: 25%;
}

.nav-option {
}

.mobile-menu {
}

.temp-sub-menu-move {
}

.patient-icon {
    font-size: 45px;
    width: 50px;
    display: inline-block;
    padding: 10px;
}

/* FIX for rounded corners on dropdown menu */
.rounded .dropdown-menu {
    border-radius: 0 !important;
}

.card-border-override {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

/* WCAG 2.1 Guidelines Sidebar styles */
.wrapper {
    display: flex;
    margin-right: -60px;
}

.side-panel-toggle {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    position: fixed;
    right: 200px;

    color: #FFFFFF;
    background-color: #6c9e37;
    border: none;
    border-radius: 10px 0 0 10px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    z-index: 1;
}

.side-panel-toggle.closed {
    right: 0 !important;
}

.side-panel-toggle:hover {
    background-color: #6c9e37;
}

.icon-close {
    display: none !important;
}

.side-panel {
    display: none;
    position: fixed;
    right: 0;
    width: 200px;
    height: 285px;
    flex-shrink: 0;
    padding: 20px;
    color: #FFFFFF;
    background-color: #6c9e37;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.side-panel-open .side-panel {
    display: initial;
    z-index: 11;
}

.side-panel-open .icon-open {
    display: none !important;
}

.side-panel-open .icon-close {
    display: initial !important;
}

.wcag-list {
    list-style-type: square;
    items-align: center;
}

.wcag-elem-first-dark {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wcag-elem-first-light {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wcag-elem {
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.icon-sidebar {
    padding-right: 5px;
}

.side-panel-link {
    color: #FFFFFF;
    background: none !important;
    border: none;
    padding: 0 !important;
}

.side-panel-link:hover {
    /* font-weight: bold; */
    color: #1F1F1F;
}

#lightmode-btn {
    display: none;
}

#darkmode-btn {
    display: block;
}

#default-contrast-btn {
    display: none;
}

#high-contrast-btn {
    display: block;
}

#default-links-btn {
    display: none;
}

#visible-links-btn {
    display: block;
}

#default-font-btn {
    display: none;
}

#readable-font-btn {
    display: block;
}

.darkModeFonts {
    color: #969696 !important;
}

.lightModeFonts {
    color: #212529 !important;
}

.highContrastFonts {
    color: yellow !important;
}

.visibleLinks {
    text-decoration: underline;
    font-weight: bold;
}

.defaultLinks {
    text-decoration: none;
    font-weight: normal;
}

.readableFonts {
    font-family: Georgia, Times, Times New Roman, serif !important;
    letter-spacing: 3px !important;
}

.defaultFonts {
    font-family: "Nunito", sans-serif;
}

.darkLogo {
    width: 15%;
    height: 120px;
    background: #232323;
    padding: 10px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    text-align: center;
}

.lightLogo {
    width: 15%;
    height: 120px;
    background: white;
    padding: 10px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    text-align: center;
}

.exp-menu.darkmode {
    color: #969696;
}

/* High Contrast Theming */
.side-panel-toggle.high-contrast {
    width: 40px;
    height: 40px;
    flex-shrink: 0;

    color: #030303 !important;
    background-color: yellow !important;
    border: none;
    border-radius: 10px 0 0 10px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    z-index: 1;
}

.side-panel.high-contrast {
    width: 210px;
    height: 285px;
    flex-shrink: 0;
    padding: 20px;
    color: #030303;
    background-color: yellow;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.side-panel-link.high-contrast {
    color: black;
    border: none;
    padding: 0 !important;
}

.side-panel-link.high-contrast:hover {
    background-color: black !important;
    color: white;
}

.navbar.high-contrast {
    background: black;
    height: 100px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
}

a.text-danger.high-contrast {
    color: #6c9e37 !important;
    border: #6c9e37 2px solid !important;
}

a.text-danger.high-contrast:hover {
    color: #6c9e37 !important;
    border: #6c9e37 2px solid !important;
}

div.card.mb-4.progress-banner.high-contrast {
    background-image: none;
    background: rgba(0, 0, 0, 0.5);
    border: yellow 2px solid;
}

div.card.mb-4.progress-banner.high-contrast:hover {
    color: black;
    background: rgba(0, 0, 0, 0.5);
    background-color: yellow;
    border: yellow 2px solid;
    transition: background-color .6s;
}

p.lead.text-white.high-contrast {
    color: yellow !important;
}

div.card.mb-4.progress-banner.high-contrast:hover p.lead.text-white.high-contrast {
    color: black !important;
    transition: color .6s;
}

.iconsminds-next-1.mr-2.text-white.align-text-bottom.d-inline-block.high-contrast {
    color: yellow !important;
}

div.card.mb-4.progress-banner.high-contrast:hover .iconsminds-next-1.mr-2.text-white.align-text-bottom.d-inline-block.high-contrast {
    color: black !important;
    transition: color .6s;
}

div.card-body.high-contrast {
    background-color: black;
    border: none;
}

.nav-link.high-contrast {
    background-color: black !important;
    color: yellow !important;
    border: none !important;
}

.nav-link.active.high-contrast {
    background-color: black !important;
    color: white !important;
    border: none !important;
}

.nav-link.high-contrast.active.show {
    background-color: black !important;
    color: white !important;
    border: none !important;
}

.card-body.card.col-3.m-2.item-center.high-contrast {
    background-color: black;
}

.h1.m-2.high-contrast {
    color: white;
}

.h1.m-2.mt-4.high-contrast {
    color: white;
}

a.page-link.high-contrast {
    color: black !important;
}

a.page-link.high-contrast:hover {
    background-color: yellow !important;
    transition: background-color .4s !important;
}

div.card-body.darkmode {
    background-color: #232323;
    border: none;
}

.nav-link.darkmode {
    background-color: #232323 !important;
    color: gray !important;
    border: none !important;
}

.nav-link.active.darkmode {
    background-color: black !important;
    color: darkgray !important;
    border: none !important;
}

.nav-link.darkmode.active.show {
    background-color: black !important;
    color: darkgray !important;
    border: none !important;
}

.card-body.card.col-3.m-2.item-center.darkmode {
    background-color: #232323;
}

.h1.m-2.darkmode {
    color: darkgray;
}

.h1.m-2.mt-4.darkmode {
    color: darkgray;
}

div.card-body.justify-content-between.d-flex.flex-row.align-items-center.row.darkmode.unstyled {
    background-color: transparent !important;
}

div.card-body.justify-content-between.d-flex.flex-row.align-items-center.row.high-contrast.unstyled {
    background-color: transparent !important;
}

/* Focus section */
/* Pseudoclass 'focus' allows implementation of better visible links via keyboard navigaiton */
.navbar-logo:focus {
    background-color: #6c9e37;
    transition: background-color .4s;
}

.card.logo.p-0.rounded-0:focus {
    /* border: 2px solid #6c9e37; */
    background-color: white;
    transition: background-color .4s;
}

.header-icon.btn.btn-empty.nav-btn.rounded-0:focus {
    border: 2px solid #6c9e37;
}

a.text-danger:focus {
    border: 2px solid #DC3545;
}

li a:not(.nav-link):focus {
    background-color: #6c9e37;
    color: #FFFFFF !important; /* Sketchy way of doing it */
    transition: background-color .4s;
}

a.col-lg-4:focus {
    border: 2px solid #6c9e37;
    padding-top: 1.5rem;
    border-radius: .75rem;
}

.side-panel-toggle:focus {
    background-color: #6c9e37;
    transition: background-color .4s;
    color: black;
}

.side-panel-link:focus {
    /* font-weight: bold; */
    border-bottom: 2px solid black;
}

:focus {
    border: 2px solid #6c9e37;
}

h2.thick {
    font-weight: bold;
}

.footer {
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    padding: 10px 5px 5px;
    float: right;
}

.card.footer .card-body {
    padding: 10px;
}

.footer .img-fluid {
    height: 80px;
}

main {
    min-height: 68vh;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: gray;
    background-color: transparent;
}



/* Nowe menu */

.left-menu-box {
    margin-bottom: 15px;
    width: 37%;
    display: flex;
    align-items: center;
}

.right-menu-box {
    margin-right: 3%;
    width: 33%;
    display: flex;
    justify-content: flex-end;
}

.navbar.navbar-expand-lg.navbar-light {
    font-size: 16px;
    background: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.btn-group.right-menu {
    display: none;
}


@media screen and (max-width: 767px){
    .header-icon.btn.btn-empty.text-danger.font-weight-bold.rounded-0.nav-btn {
        font-size: 10px;
        padding: 0px;
    }

    .left-menu-box {
        margin-bottom: 30px;
    }

    .right-menu-box {
        margin-right: 0%;
        width: 30%;
    }

    .navbar.navbar-expand-lg.navbar-light {
        display: none;
    }

    .btn-group.right-menu {
        display: flex;
        justify-content: flex-end;
        margin-right: 30px;
        margin-bottom: 40px;
    }

    .card.logo.p-0.rounded-0 {
        height: 95px;
        width: 170px;
        margin-bottom: 15px;
        background-color: #fff;
    }

    .logo4 {
        height: 100px;
        width: 170px;
    }
}

@media screen and (min-width: 768px) and (max-width: 875px){
    .header-icon.btn.btn-empty.text-danger.font-weight-bold.rounded-0.nav-btn {
        font-size: 10px;
        margin-bottom: 5px;
        padding: 0px;
    }

    .left-menu-box {
        margin-bottom: 15px;
    }

    .right-menu-box {
        margin-right: 0%;
        width: 30%;
    }

    .navbar.navbar-expand-lg.navbar-light {
        display: none;
    }

    .btn-group.right-menu {
        display: flex;
        justify-content: flex-end;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .card.logo.p-0.rounded-0 {
        height: 95px;
        width: 170px;
        margin-bottom: 15px;
        background-color: #fff;
    }

    .logo4 {
        height: 100px;
        width: 170px;
    }
}

@media screen and (min-width: 876px) and (max-width: 991px){
    .header-icon.btn.btn-empty.text-danger.font-weight-bold.rounded-0.nav-btn {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .left-menu-box {
        margin-bottom: 15px;
    }

    .right-menu-box {
        margin-right: 0%;
        width: 30%;
    }

    .navbar.navbar-expand-lg.navbar-light {
        display: none;
    }

    .btn-group.right-menu {
        display: flex;
        justify-content: flex-end;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .card.logo.p-0.rounded-0 {
        height: 95px;
        width: 170px;
        margin-bottom: 15px;
        background-color: #fff;
    }

    .logo4 {
        height: 100px;
        width: 170px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1121px){
    .header-icon.btn.btn-empty.text-danger.font-weight-bold.rounded-0.nav-btn {
        margin-bottom: 5px;
    }

    .header-icon.btn.btn-empty {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .navbar.navbar-expand-lg.navbar-light {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .card.logo.p-0.rounded-0 {
        height: 95px;
        width: 170px;
        margin-bottom: 15px;
        background-color: #fff;
    }

    .logo4 {
        height: 100px;
        width: 170px;
    }
}

@media screen and (min-width: 1122px) and (max-width: 1300px){
    .header-icon.btn.btn-empty.text-danger.font-weight-bold.rounded-0.nav-btn {
        margin-bottom: 0px;
    }

    .header-icon.btn.btn-empty {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .navbar.navbar-expand-lg.navbar-light {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .card.logo.p-0.rounded-0 {
        height: 95px;
        width: 170px;
        margin-bottom: 15px;
        background-color: #fff;
    }

    .logo4 {
        height: 100px;
        width: 170px;
    }
}
