/* Minification failed. Returning unminified contents.
(40,28): run-time error CSS1038: Expected hex color, found '#0000'
 */
#navbarSupportedContent ul {
	width: 100% !important;
}

nav.navbar-light {
	background-color: #eee;
}

.avatar {
	vertical-align: middle;
	width: 61px;
	height: 45px;
	border-radius: 0;
	padding: 0;
	display: inline !important;
	margin-right: 9px;
}

body .navbar-light .navbar-brand {
	color: #333;
	font-size: 30px;
	font-weight: 200;
}

.navbar-nav a {
	font-size: 24px;
	color: #333 !important;
	font-weight: 400;
}

.navbar-nav img {
	max-width: 42px;
	max-height: 42px;
	border-radius: 100px;
	object-fit: cover;
}

body .dropdown-toggle::after {
	border-top: 0.3em solid #8c8c8c;
	border-right: 0.2em solid #0000;
	border-left: 0.2em solid #f0595900;
	top: 4px !important;
	position: relative;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	min-width: 210px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
	font-size: 16px;
}
/* General */

.container {
    max-width: 800px;
}

body {
    font-family: 'Open Sans', sans-serif;
}

/*Set padding to keep content from hitting the edges */
.body-content {
    padding: 70px 15px 60px 15px;
}

.text-danger {
    font-size: 13px;
}

footer {
    position: fixed;
    bottom: 13px;
    color: #000;
    width: 100%;
    left: 0;
    right: 0;
    height: 30px;
    text-align: center;
    color: #777;
    font-size: 12px;
    font-weight: 300;
}

.item-divider-strong {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid black !important;
}

.item-divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #c8c8c8;
}

.description-text {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    width: 97%;
    margin: 0 auto;
}

.content-border {
    background-color: #fefefe;
    border: 1px solid #999;
    width: 100%;
    border-radius: 5px;
}

.content-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
    min-height: 21px;
}

.content-padding {
    padding-top: 30px;
}

.content-label strong {
    color: #5b5b5b;
    font-weight: 700;
}

.content-h3 {
    font-size: 30px;
    font-weight: 300;
    color: #333333;
}

.content-h3 strong {
    font-weight: 600;
}

.content-h4 {
    font-size: 28px;
    font-weight: 400;
    color: #333333;
}

@media(min-width: 576px) {
    .flex-responsive-column {
        flex-direction: column;
    }

    .flex-responsive-column .pad-left,
    .flex-responsive-column .pad-right {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
}

@media(min-width:768px) {
    .flex-responsive-column {
        display: flex;
        flex-direction: row;
    }

    .flex-responsive-column .pad-left {
        padding-left: 6px;
        width: 50%;
    }

    .flex-responsive-column .pad-right {
        padding-right: 6px;
        margin-top: 3px;
        width: 50%;
    }
}

.text-input {
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #3f3f3f;
    width: 100%;
    padding: 12px 20px;
    margin: 0px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.text-input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    font-size: 16px;
    height: auto;
    min-height: auto;
}

.confirm-buttons {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    padding: 20px 0 0;
}

.confirm-buttons .btn-secondary {
    background-color: transparent;
    color: black;
    font-size: 16px;
    min-width: 82px;
    border: none;
}

.confirm-button {
    margin-right: 15px;
}

.shaded-hover:hover {
    background-color: #eee !important;
}

sup {
    color: red;
    margin-left:3px;
}

.indent-p {
    padding-left: 18px;
    font-weight: 300;
    font-size: 14px;
}

.svg {
    color: #666;
}

/* Login / Register pages */

.loginForm {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: transparent;
    padding-top: 60px;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.login-logo {
    margin: 0 auto;
    display: table;
}

.login-content {
	background-color: #fefefe;
	margin: 2.5% auto;
	width: 100%;
	padding: 17px 25px;
	max-width: 535px;
}

/* Forgot Password */

#forgotPasswordForm .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
    min-height: 21px;
}

/* Login Page */

.psw a {
    text-decoration: none;
    color: #007bff;
    font-weight: 400;
}

/* Name Page */

.required {
    margin-top: 2ex;
    margin-left: 2ex;
    font-size: 12px;
    font-weight: 400;
    color: #333;
}

/* Pages with passwords */

.password-icon {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    color: #666;
}

/* Avatar Page */

.custom-file-input {
    cursor: pointer;
}

/* Index Pages */
/* Shared */

.index-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.index-link {
    width: 100%;
    max-width: 100%;
    display: flex;
    padding: 27px 0px 27px 15px;
    align-items: center;
}

.index-link h4 {
    color: #666 !important;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.index-link span {
    color: #434343;
    font-weight: 400;
    font-size: 16px;
}

.index-link img {
    height: auto;
    width: auto;
    max-height: 30px;
    max-width: 100%;
}

.index-link:hover {
    text-decoration: none;
}

.span-break::after {
    content: "\a";
    white-space: pre;
}

/* Profile index page */

.profile-avatar-container {
    min-width: 20%;
    max-width: 20%;
    padding-right: 10px;
}

.profile-avatar-container img {
    margin-top: 20px;
    max-width: 100%
}
