@import url('bootstrap/open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #212529;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.footer-divider {
    height: 3rem;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }


.page[main] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[main] {
    flex: 1;
}

.sidebar[main] {
    background-color: #f7f7f7;
    border-right: 1px solid #d6d5d5;
}

.top-row[main] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[main]  a, .top-row .btn-link[main] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[main] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[main] {
        display: none;
    }

    .top-row.auth[main] {
        justify-content: space-between;
    }

    .top-row a[main], .top-row .btn-link[main] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[main] {
        flex-direction: row;
    }

    .sidebar[main] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[main] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[main] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[nav] {
    background-color: #41464b;
}

.top-row[nav] {
    height: 3.5rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
}

.navbar-brand[nav] {
    color: #212529;
    font-size: 1.1rem;
    margin-left: 1.5rem;
}

.oi[nav] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[nav] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[nav] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[nav] {
        padding-bottom: 1rem;
    }

    .nav-item[nav]  a {
        color: #212529;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[nav]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: #212529;
}

.nav-item[nav]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: #212529;
}

@media (min-width: 641px) {
    .navbar-toggler[nav] {
        display: none;
    }

    .collapse[nav] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
  }
  
  .form-signin .checkbox {
    font-weight: 400;
  }
  
  .form-signin .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }