@import './cxi-variables.css';

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.page {
    display: block !important; /* Ensure block layout */
}

header, main {
    width: 100%; /* Ensure both elements take full width */
    display: block; /* Ensure block layout */
}

header {
    clear: both; /* Clear any floats */
}

a, .btn-link {
    color: #006bb7;
}

i.required {
    color: #E51D33;
    font-size: .5em;
    margin-left: 5px !important;
    vertical-align: super;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}

.content {
    padding-top: 1.1rem;
}

.cxi-green-link {
    color: var(--cxi-green);
    text-decoration: none;
}
    .cxi-green-link:hover {
        color: var(--cxi-ltgreen);
    }

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}


.cxi-blue {
    color: var(--cxi-blue);
}

.cxi-mdblue {
    color: var(--cxi-mdblue);
}

.cxi-mdblue-darker1 {
    color: var(--cxi-mdblue-darker1);
}

.cxi-mdblue-darker2 {
    color: var(--cxi-mdblue-darker2);
}

.cxi-mdblue-darker3 {
    color: var(--cxi-mdblue-darker3);
}

.cxi-ltblue {
    color: var(--cxi-ltblue);
}

.cxi-green {
    color: var(--cxi-green);
}

.cxi-green-darker1 {
    color: var(--cxi-green-darker1);
}

.cxi-green-darker2 {
    color: var(--cxi-green-darker2);
}

.cxi-green-darker3 {
    color: var(--cxi-green-darker3);
}

.cxi-ltgreen {
    color: var(--cxi-ltgreen);
}

.cxi-red {
    color: var(--cxi-red);
}

.cxi-blue-bkgrd {
    background-color: var(--cxi-blue);
}

.cxi-mdblue-bkgrd {
    background-color: var(--cxi-mdblue);
}

.cxi-ltblue-bkgrd {
    background-color: var(--cxi-ltblue);
}

.cxi-green-bkgrd {
    background-color: var(--cxi-green);
}

.cxi-ltgreen-bkgrd {
    background-color: var(--cxi-ltgreen);
}

.cxi-ltgrey {
    color: var(--cxi-ltgrey);
}

.cxi-grey {
    color: var(--cxi-grey);
}

.cxi-grey-bkgrd {
    background-color: var(--cxi-grey);
}

.cxi-drkgrey {
    color: var(--cxi-drkgrey);
}

.cxi-drkgrey-bkgrd {
    background-color: var(--cxi-drkgrey);
}

.cxi-golden {
    color: var(--cxi-golden);
}

.cxi-body-color {
    color: var(--cxi-body-color);
}

.cxi-emphasis-color {
    color: var(--cxi-emphasis-color);
}

.cxi-subtle-color {
    color: var(--cxi-subtle-color);
}

.cxi-primary {
    color: var(--cxi-primary);
}

.cxi-success {
    color: var(--cxi-success);
}

.cxi-danger {
    color: var(--cxi-danger);
}

.cxi-warning {
    color: var(--cxi-warning);
}

.cxi-info {
    color: var(--cxi-info);
}


/* --- Modal Section --- */
.cxi-modal-header-blue {
    background: var(--cxi-blue);
}

.cxi-modal-header-mdblue {
    background: var(--cxi-mdblue);
}

.cxi-modal-header-green {
    background: var(--cxi-green);
}

.cxi-modal-content-border-blue {
    border: 1px solid var(--cxi-blue);
}

.cxi-modal-content-border-green {
    border: 1px solid var(--cxi-green);
}

.cxi-modal-content-border-drkgrey {
    border: 1px solid var(--cxi-drkgrey);
}
/* --- Modal Section End--- */

/*.nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}*/

.menu-icon {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
}

.cxi-btn-green {
    color: #fff;
    background-color: var(--cxi-green);
    border-color: var(--cxi-green-darker3);
}

    .cxi-btn-green:hover {
        color: #fff;
        background-color: var(--cxi-green-darker1);
        border-color: var(--cxi-green-darker3);
    }

    .cxi-btn-green:focus, .cxi-btn-green.focus {
        box-shadow: 0 0 0 0.2rem rgba(51, 153, 51, 0.5);
    }

    .cxi-btn-green.disabled, .cxi-btn-green:disabled {
        color: #fff;
        background-color: var(--cxi-green-disabled);
        border-color: var(--cxi-green-darker1);
    }

    .cxi-btn-green:not(:disabled):not(.disabled):active, .cxi-btn-green:not(:disabled):not(.disabled).active,
    .show > .cxi-btn-green.dropdown-toggle {
        color: #fff;
        background-color: var(--cxi-green-darker3);
        border-color: #000;
    }

        .cxi-btn-green:not(:disabled):not(.disabled):active:focus, .cxi-btn-green:not(:disabled):not(.disabled).active:focus,
        .show > .btn-c3green.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(51, 153, 51, 0.5);
        }

.cxi-btn-outline-green {
    color: var(--cxi-green);
    background-color: transparent;
    background-image: none;
    border-color: var(--cxi-green);
}

    .cxi-btn-outline-green:hover {
        color: #fff;
        background-color: var(--cxi-green);
        border-color: var(--cxi-green-darker3);
    }

    .cxi-btn-outline-green:focus, .btn-outline-green.focus {
        box-shadow: 0 0 0 0.2rem rgba(51, 153, 51, 0.5);
    }

    .cxi-btn-outline-green.disabled, .cxi-btn-outline-green:disabled {
        color: var(--cxi-green);
        background-color: transparent;
    }

    .cxi-btn-outline-green:not(:disabled):not(.disabled):active, .cxi-btn-outline-green:not(:disabled):not(.disabled).active,
    .show > .btn-outline-c3green.dropdown-toggle {
        color: #fff;
        background-color: var(--cxi-green);
        border-color: var(--cxi-green-darker3);
    }

        .cxi-btn-outline-green:not(:disabled):not(.disabled):active:focus, .cxi-btn-outline-green:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-c3green.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(51, 153, 51, 0.5);
        }

.cxi-btn-mdblue {
    color: #fff;
    background-color: var(--cxi-mdblue);
    border-color: var(--cxi-mdblue-darker3);
}

    .cxi-btn-mdblue:hover {
        color: #fff;
        background-color: var(--cxi-mdblue-darker1);
        border-color: var(--cxi-mdblue-darker3);
    }

    .cxi-btn-mdblue:focus, .cxi-btn-mdblue.focus {
        box-shadow: 0 0 0 0.2rem var(--cxi-mdblue-shadow);
    }

    .cxi-btn-mdblue.disabled, .cxi-btn-mdblue:disabled {
        color: #fff;
        background-color: var(--cxi-mdblue-disabled);
        border-color: var(--cxi-mdblue-darker1);
    }

    .cxi-btn-mdblue:not(:disabled):not(.disabled):active, .cxi-btn-mdblue:not(:disabled):not(.disabled).active,
    .show > .cxi-btn-mdblue.dropdown-toggle {
        color: #fff;
        background-color: var(--cxi-mdblue-darker3);
        border-color: #000;
    }

        .cxi-btn-mdblue:not(:disabled):not(.disabled):active:focus, .cxi-btn-mdblue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-mdblue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem var(--cxi-mdblue-shadow);
        }

.cxi-btn-outline-mdblue {
    color: var(--cxi-mdblue);
    background-color: transparent;
    background-image: none;
    border-color: var(--cxi-mdblue);
}

    .cxi-btn-outline-mdblue:hover {
        color: #fff;
        background-color: var(--cxi-mdblue);
        border-color: var(--cxi-mdblue-darker3)
    }

    .cxi-btn-outline-mdblue:focus, .btn-outline-mdblue.focus {
        box-shadow: 0 0 0 0.2rem var(--cxi-mdblue-shadow);
    }

    .cxi-btn-outline-mdblue.disabled, .cxi-btn-outline-mdblue:disabled {
        color: var(--cxi-mdblue);
        background-color: transparent;
    }

    .cxi-btn-outline-mdblue:not(:disabled):not(.disabled):active, .cxi-btn-outline-mdblue:not(:disabled):not(.disabled).active,
    .show > .btn-outline-mdblue.dropdown-toggle {
        color: #fff;
        background-color: var(--cxi-mdblue);
        border-color: var(--cxi-mdblue-darker3);
    }

        .cxi-btn-outline-mdblue:not(:disabled):not(.disabled):active:focus, .cxi-btn-outline-mdblue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-mdblue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem var(--cxi-mdblue-shadow);
        }

.cxi-btn-blue {
    color: #fff;
    background-color: var(--cxi-blue);
    border-color: var(--cxi-blue-darker3);
}

    .cxi-btn-blue:hover {
        color: #fff;
        background-color: var(--cxi-blue-darker1);
        border-color: var(--cxi-blue-darker3);
    }

    .cxi-btn-blue:focus, .cxi-btn-blue.focus {
        box-shadow: 0 0 0 0.2rem var(--cxi-blue-shadow);
    }

    .cxi-btn-blue.disabled, .cxi-btn-blue:disabled {
        color: #fff;
        background-color: var(--cxi-blue-disabled);
        border-color: var(--cxi-blue-darker1);
    }

    .cxi-btn-blue:not(:disabled):not(.disabled):active, .cxi-btn-blue:not(:disabled):not(.disabled).active,
    .show > .cxi-btn-blue.dropdown-toggle {
        color: #fff;
        background-color: var(--cxi-blue-darker3);
        border-color: #000;
    }

        .cxi-btn-blue:not(:disabled):not(.disabled):active:focus, .cxi-btn-blue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-blue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem var(--cxi-blue-shadow);
        }

.cxi-btn-outline-blue {
    color: var(--cxi-blue);
    background-color: transparent;
    background-image: none;
    border-color: var(--cxi-blue);
}

    .cxi-btn-outline-blue:hover {
        color: #fff;
        background-color: var(--cxi-blue);
        border-color: var(--cxi-blue-darker3)
    }

    .cxi-btn-outline-blue:focus, .btn-outline-blue.focus {
        box-shadow: 0 0 0 0.2rem var(--cxi-blue-shadow);
    }

    .cxi-btn-outline-blue.disabled, .cxi-btn-outline-blue:disabled {
        color: var(--cxi-blue);
        background-color: transparent;
    }

    .cxi-btn-outline-blue:not(:disabled):not(.disabled):active, .cxi-btn-outline-blue:not(:disabled):not(.disabled).active,
    .show > .btn-outline-blue.dropdown-toggle {
        color: #fff;
        background-color: var(--cxi-blue);
        border-color: var(--cxi-blue-darker3);
    }

        .cxi-btn-outline-blue:not(:disabled):not(.disabled):active:focus, .cxi-btn-outline-blue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-blue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem var(--cxi-blue-shadow);
        }