/* _content/CRM/Pages/Index.razor.rz.scp.css */
/*.Logo {
    width: 30%;
}

@media screen and (max-width: 500px) {
    .Logo {
        width: 70%;
    }
}*/
/* _content/CRM/Pages/IndividualNote.razor.rz.scp.css */
.Editor[b-xdybeqvrru] {
    overflow-y: auto;
    height: 300px;
    /*font-size: medium;*/
}
/* _content/CRM/Pages/Individuals.razor.rz.scp.css */
body[b-6rk1mtin9g] {
    background: #94b5c0;
}

.table[b-6rk1mtin9g] {
    background: #ee99a0;
    border-radius: 0.2rem;
    width: 100%;
    padding-bottom: 1rem;
    color: #212529;
    margin-bottom: 0;
}

/*.table th:first-child,
.table td:first-child {
    position: sticky;
    left: 0;
    background-color: #ad6c80;
    color: #373737;
} */  


.table > tbody > tr > td:nth-child(1)[b-6rk1mtin9g] {
    position: sticky;
    left: 0;
    background-color: #ad6c80;
    color: #373737;
}

.table > tbody > tr > td:nth-child(2)[b-6rk1mtin9g] {
    position: sticky;
    left: 35px;
    background-color: #ad6c80;
    color: #373737;
}

.table > tbody > tr > td:nth-child(3)[b-6rk1mtin9g] {
    position: sticky;
    left: 75px;
    background-color: #ad6c80;
    color: #373737;
}

.table > tbody > tr > td:nth-child(4)[b-6rk1mtin9g] {
    position: sticky;
    left: 165px;
    background-color: #ad6c80;
    color: #373737;
}

table thead th:first-child[b-6rk1mtin9g] {
    position: sticky;
    left: 0;
    background-color: slategrey;
}

table thead th:nth-child(2)[b-6rk1mtin9g] {
    position: sticky;
    left: 25px;
    background-color: slategrey;
}

table thead th:nth-child(3)[b-6rk1mtin9g] {
    position: sticky;
    left: 65px;
    background-color: slategrey;
}

table thead th:nth-child(4)[b-6rk1mtin9g] {
    position: sticky;
    left: 160px;
    background-color: slategrey;
}

.table td[b-6rk1mtin9g] {
    white-space: nowrap;
}
/* _content/CRM/Shared/MainLayout.razor.rz.scp.css */
footer[b-07md7x04w0] {
    height: 30px;
    text-align: center;
    color: white;
    background-color: rgb(52, 160, 188);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px;
}

.footerUrl[b-07md7x04w0] {
    color: rgb(62, 64, 149) !important;
}
/* _content/CRM/Shared/NavMenu.razor.rz.scp.css */
.navbar-light[b-n0qv22z9b9] {
    background-color: rgb(52, 160, 188) !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.nav-item span[b-n0qv22z9b9] {
    color: whitesmoke;
    font-size: 20px;
    font-family: 'Mina', sans-serif;
}

.nav-item span:hover[b-n0qv22z9b9]{
    color: #00cccc;
}

.MenuItem:hover[b-n0qv22z9b9] {
    background-color: #324e7d;
    border-radius: 5px;
}

.navbar-toggler[b-n0qv22z9b9] {
    background-color: whitesmoke;
}

/*DROP-DOWN*/
.dropdown-menu[b-n0qv22z9b9] {
    background-color: rgb(52, 160, 188) !important;
    border-radius: 5px;
}

.navbar-nav li a[b-n0qv22z9b9] {
    font-size: 20px;
    color: white;
    font-family: 'Mina', sans-serif;
}

.navbar-nav li a:hover[b-n0qv22z9b9] {        
    color: #00cccc;
    background-color: white;
    border-radius: 5px;
}

/*Navbar Drop-down Items*/
.dropdown-menu li a:hover[b-n0qv22z9b9] {
    color: floralwhite;
    background-color: whitesmoke;
    border-radius: 5px;
}

.dropdown-submenu li a:hover[b-n0qv22z9b9] {
    color: #00cccc;
}

.dropdown-menu li[b-n0qv22z9b9] {
    position: relative;
}

.dropdown-menu .dropdown-submenu[b-n0qv22z9b9] {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left[b-n0qv22z9b9] {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu[b-n0qv22z9b9] {
    display: block;
}
