﻿:root {
    --main-color: #00858a;
    --secondary-color: #fff; /* Should be #fff or #000 depending on if main color is light or dark */
    --btn-text-hover; /* Should be set if using a light main color */
}

.footer {
    background-color: var(--main-color);
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--secondary-color);
    width: 100%;
    left: 0px;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

    .footer p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.display-inline-block {
    display: inline-block;
}

.footer a {
    color: var(--secondary-color);
    text-decoration: none;
}

    .footer a:hover {
        color: var(--secondary-color);
        text-decoration: none;
    }

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.customer-name {
    background: var(--main-color);
}

.main-header-text {
    color: var(--secondary-color);
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 400;
}

.user-btn {
    background-color: var(--main-color);
    border: 0px;
    color: var(--secondary-color);
    padding: 10px;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.login {
    text-decoration: none;
    color: var(--secondary-color);
    padding: 10px;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

    .login:hover {
        text-decoration: none;
        color: var(--secondary-color);
    }

.top-bar {
    width: 100%;
    margin-bottom: 32px;
}

.docs-btn {
    padding: 12px;
    text-decoration: none;
}

.docs-btn-container {
    margin-top: 1.5rem;
    margin-bottom: 32px;
}

.login-form {
    margin-bottom: 24px;
}

    .login-form label {
        margin-right: 12px;
    }

.submit-btn {
    padding: 8px 16px;
    margin-left: 8px;
}

.error-text {
    color: #cc0000;
}

.logo {
    max-height: 60px;
}

.pb-3 {
    margin-bottom: 48px;
    min-height: 20rem;
}

.form-btn {
    padding: 8px 16px;
    margin-left: 8px;
}

.btn {
    color: var(--secondary-color) !important;
    background-color: var(--main-color) !important;
    border: solid 2px var(--main-color) !important;
    border-radius: 4px;
}

    .btn:hover {
        color: var(--btn-text-hover, var(--main-color)) !important;
        background-color: #fff !important;
    }

.hidden {
    display: none !important;
}

.form > .row {
    margin-bottom: 0.5rem;
}

.form-label {
    text-align: right;
}

.form-input {
    text-align: left;
}

.form-input input {
    width: 80%;
}

.navbar > div {
    min-height: calc(50px + 0.625rem);
    margin-left: 1rem;
}

.required-symbol {
    color: #bb0000;
}

.flyout-user {
    position: absolute;
    right: 0.75rem;
    padding: 0rem;
    z-index: 100;
}

    .flyout-user ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
        border: 2px solid #fff;
        border-radius: 0.125rem;
        background-color: #fff;
    }

    .flyout-user li > a {
        padding: 0.75rem 1rem;
        display: flex;
        position: relative;
        cursor: pointer;
        text-decoration: none;
        color: #000;
    }

        .flyout-user li > a:hover {
            background-color: #e7e7e7;
        }

.flyout-cms {
    position: absolute;
    padding: 0rem;
    z-index: 100;
}

    .flyout-cms ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
        border: 2px solid #fff;
        border-radius: 0.125rem;
        background-color: #fff;
    }

    .flyout-cms li > a {
        padding: 0.75rem 1rem;
        display: flex;
        position: relative;
        cursor: pointer;
        text-decoration: none;
        color: #000;
    }

        .flyout-cms li > a:hover {
            background-color: #e7e7e7;
        }

.top-menu {
    min-width: 15rem;
}

.user-menu {
    float: right;
}

.gear-btn {
    background-color: var(--main-color);
    border: 0px;
    padding: 0 1rem 0 0;
    margin: 0;
    cursor: pointer;
}

.info {
    background-color: #e7e7e7;
    padding: 1rem;
}

.error {
    color: #842029;
    background-color: #f8d7da;
    padding: 1rem;
}

.success {
    color: #208429;
    background-color: #d7f8da;
    padding: 1rem;
}

input.login-form-control {
    display: inline-block;
    max-width: 15rem;
}
