html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

html, body {
    height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


body {
    margin-bottom: 60px;
    background: #eff3f8;
    font-family: "Open Sans",sans-serif;
}


.wide-box {
    background-color: #ffffff;
    padding: 60px !important;
}

.form-signin {
    max-width: 520px;
}

.separator-vert {
    border-right: solid 2px #E1E1E1;
    padding-right: 24px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input {
    margin-bottom: 10px;
}

.form-signin input[type="email"] {
    margin-bottom: 10px;
    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;
}

#pagemaincontent {
    background-color: #ffffff;
    padding: 20px;
    min-height: 800px;
    margin-bottom: 100px;
    padding-bottom: 100px;
}

#menubar {
    color:#ffffff;
    background-color: #444d58;
    padding-top:10px;
    padding-bottom:10px;
}

#menubar a {
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    font-size:1.1em;
}

.personname {
    padding-top: 0.3em;
    padding-bottom: 0.2em;
    font-size: 19px;
    color:#24369a;
}

.personcategory {
    color: #8B8B8B;
    margin-top: -7px;
}

#topbar {
    padding-top:10px;
    padding-bottom:10px;
}

.logout-icon {
    height: 40px;
}

norows {
    padding-top:40px;
    padding-bottom:40px;
    text-align:center;
    margin:0 auto;
    font-size:1.3em;
    font-weight:200;
    opacity:0.7
}

.form-label, .control-label {
    font-weight: bold;
}



.breadcrumb {
    margin-top: .5rem;
    margin-bottom: 1.2rem;
    font-weight: normal;
    line-height: 0.7;
    font-size: 1.1rem;
}
.breadcrumb > .separator {
    color: #444d58;
    margin: 0 0.8rem;
}

.breadcrumb > a {
    text-decoration: none;
    color: #004db6;
}
.breadcrumb > a:hover{
    text-decoration:underline;
}

.form-label {
    margin-top: 0.5rem !important;
    margin-bottom: 0.1rem !important;
}

h2 {
    color:#444d58
}

h3 {
    color: #808080
}

.no-break {
    white-space: nowrap;
}