/* _content/ClinicPortal/Pages/Shared/_Layout.cshtml.rz.scp.css */
@* For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 *@ @ {
}

a.navbar-brand[b-u5pudmxw79] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-u5pudmxw79] {
    color: #0077cc;
}

#logo[b-u5pudmxw79] {
    background-color: white;
    padding: 10px;
    font-weight: 1200;
}

#clinic[b-u5pudmxw79] {
    color: white;
}

#potal[b-u5pudmxw79] {
    color: deeppink;
    font-style: italic;
    position: relative;
    left: -30px;
    top: 10px;
}

.btn-primary[b-u5pudmxw79] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-u5pudmxw79], .nav-pills .show > .nav-link[b-u5pudmxw79] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-u5pudmxw79] {
    border-top: 1px solid #e5e5e5;
}

.border-right[b-u5pudmxw79] {
    border-top: 1px solid #e5e5e5;
    box-shadow: black 1px 0px 5px;
}

.border-bottom[b-u5pudmxw79] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-u5pudmxw79] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-u5pudmxw79] {
    font-size: 1rem;
    line-height: inherit;
}

#topbar[b-u5pudmxw79] {
    background-color: #0d6efd;
    color: white;
}

.topbar[b-u5pudmxw79] {
    background-color: #0d6efd;
    color: white;
}

#sidebar[b-u5pudmxw79] {
    background-color: #0d6efd;
    color: white;
    height: 90vh;
}

li :hover[b-u5pudmxw79] {
    background-color: deeppink;
}

.footer[b-u5pudmxw79] {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #0d6efd;
    white-space: nowrap;
    line-height: 60px;
}
/* _content/ClinicPortal/Pages/Shared/_SideLayout.cshtml.rz.scp.css */
@*
    For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
*@
@{
}
a.navbar-brand[b-tas73m65z3] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-tas73m65z3] {
    color: #0077cc;
}

#logo[b-tas73m65z3] {
    background-color: white;
    padding: 10px;
    font-weight:1200;
}

#clinic[b-tas73m65z3] {
    color: white;
}

#potal[b-tas73m65z3] {
    color: deeppink;
    font-style:italic;
    position: relative;
    left: -30px;
    top: 10px;
}

.btn-primary[b-tas73m65z3] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-tas73m65z3], .nav-pills .show > .nav-link[b-tas73m65z3] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-tas73m65z3] {
    border-top: 1px solid #e5e5e5;
}

.border-right[b-tas73m65z3] {
    border-top: 1px solid #e5e5e5;
    box-shadow: black 1px 0px 5px;
}

.border-bottom[b-tas73m65z3] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tas73m65z3] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-tas73m65z3] {
    font-size: 1rem;
    line-height: inherit;
}

#topbar[b-tas73m65z3] {
    background-color: #0d6efd;
    color: white;
}

#sidebar[b-tas73m65z3] {
    background-color: #0d6efd;
    color: white;
    height: 90vh;
}

li :hover[b-tas73m65z3] {
    background-color:deeppink;
}

.footer[b-tas73m65z3] {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #0d6efd;
    white-space: nowrap;
    line-height: 60px;
}

@media only screen and (max-width: 575px) {
    #sidebar[b-tas73m65z3] {
        display: none;
        position: relative;
        top: 0;
    }
}

@media only screen and (min-width: 576px){
    #sidebarToggle[b-tas73m65z3] {
        display: none
    }
}
