﻿/* Defaults */
* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important;
    font-size: 16px !important;
    margin: 0px !important;
    background-color: hsl(0, 0%, 98%);
}
/* Chrome input override */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f0f2f3 inset !important;
    box-shadow: 0 0 0px 1000px #f0f2f3 inset !important;
    background-color: #f0f2f3 !important;
    color: hsl(210, 10%, 10%) !important;
}

a {
    color: hsl(210, 10%, 10%) !important;
}
/* Alert */
.alert {
    border-radius: 4px !important;
    text-align: left;
    margin: 8px 0 12px;
    padding: 8px;
    border: none;
    border-left: 8px solid transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1em;
    font-weight: 400;
    color: hsl(210, 10%, 10%);
}

.alert-danger {
    background-color: hsl(0, 90%, 90%) !important;
    border-color: hsl(0, 100%, 40%) !important;
}

.alert-warning {
    background-color: hsl(50, 100%, 90%) !important;
    border-color: hsl(40, 90%, 45%) !important;
}
/* General wrappers */
.page-login,
.page-recover,
.page-twofactor,
.page-redirect {
    height: 100%;
}

.outer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.inner,
.inner-wide {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    width: 100%;
}
/* Header logo */
md-card-header img {
    max-height: 56px;
}

md-card {
    background-color: #ffffff;
    padding: 16px !important;
    margin: 0 !important;
    border-radius: 4px;
    border: 1px solid hsl(210,10%,90%) !important;
    box-shadow: none !important;
}

@media (max-width: 480px) {
    md-card {
        padding: 0 !important;
    }
}

md-input-container {
    margin: 16px 0 0 !important;
}

    md-input-container .md-input {
        border: none;
        border: 1px solid #f0f2f3 !important;
        background: #f0f2f3 !important;
        padding: 8px 16px !important;
        line-height: 26px;
        height: 44px;
        border-radius: 4px !important;
        margin-top: 8px;
    }

.form-control {
    box-shadow: none;
}

    .form-control:focus {
        box-shadow: none !important;
        border-color: rgba(0, 0, 0, .12) !important;
    }
/*Hides the required symbol*/
md-input-container label.md-required:after {
    display: none !important;
}

md-card-actions {
    margin: 16px 0 !important;
    padding: 0 16px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    md-card-actions.recover,
    md-card-actions.unlock,
    md-card-actions.readmore {
        justify-content: flex-start;
    }

.pointer {
    cursor: pointer
}

.username,
.password,
.email,
.ssn {
    width: 100%;
}

.caps-lock {
    color: red;
    display: flex;
    gap: 4px;
    padding-top: 8px;
}

.md-errors-spacer {
    min-height: 36px !important;
}

.usernameText {
    padding: 8px 16px !important;
    margin-top: 10px;
}

.hint {
    position: absolute;
    left: 2px;
    right: auto;
    bottom: 7px;
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    color: rgba(0, 0, 0, 0.54);
}

.suffix {
    position: absolute;
    right: 9px;
    top: 18px;
}

.ng-hide.ng-hide-animate {
    display: none;
}

label {
    margin-bottom: 0 !important;
}

.login-remember {
    margin-top: 0 !important;
    padding-left: 2px !important;
}

    .login-remember input {
        display: none !important;
    }

.forgot {
    display: inherit !important;
    text-align: center !important;
    margin-top: 16px;
}

.instruction-wrapper {
    margin-top: 34px;
    text-align: left;
    background-color: #f1f2f4;
    display: flex;
    width: 1000px;
}

.instruction {
    font-family: Tahoma, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important;
    margin-top: 90px;
    margin-right: 0px;
    margin-left: 60px;
    width: 400px;
}

    .instruction h1 {
        font-family: Tahoma, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important;
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.screenshot {
    width: 400px;
    margin: 60px;
}

.button-wrapper {
    width: 400px;
    margin: auto;
}

ol {
    padding-left: 20px;
}

li {
    padding-left: 10px;
    line-height: normal;
}

md-dialog {
    max-width: 90% !important;
}

    md-dialog .md-actions, md-dialog md-dialog-actions {
        padding: 0 24px 16px !important;
    }

        md-dialog .md-actions, md-dialog md-dialog-actions .md-button {
            margin: 0 !important;
        }

.md-button,
.md-button:focus {
    width: 100% !important;
    background: hsl(210, 10%, 10%);
    color: #ffffff !important;
    min-height: 48px !important;
    line-height: 48px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    font-size: 1em;
    padding: 0 8px !important;
    text-transform: none;
}

    .md-button._md-nav-button {
        background: transparent !important;
        padding: 0 8px !important;
        width: 100% !important;
        color: hsl(210, 10%, 10%) !important;
        font-weight: 600 !important;
        font-size: 14px;
    }

button._md-nav-button.md-accent.md-button.ng-scope.md-ink-ripple.md-active.md-primary {
    background-color: transparent !important;
}

.md-button._md-nav-button:hover,
.md-button._md-nav-button:focus {
    background: transparent !important;
    color: hsl(210, 10%, 10%) !important;
}

.md-button[disabled],
.md-button[disabled]:hover {
    color: rgb(187, 187, 187);
    background-color: rgba(215, 215, 213, 0.96) !important;
}

md-nav-bar.md-default-theme md-nav-ink-bar,
md-nav-bar md-nav-ink-bar {
    color: hsl(210, 10%, 10%);
    background: hsl(210, 10%, 10%);
    height: 1px !important;
}

.md-nav-item:first-of-type {
    margin: 0 !important;
}

.md-nav-item:last-of-type {
    margin-left: auto !important;
}

md-checkbox {
    line-height: 24px !important;
    margin-bottom: 0px;
}

    md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon,
    md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
        background-color: hsl(210, 10%, 10%);
    }

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input,
md-input-container:not(.md-input-invalid).md-input-focused .md-input,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input,
md-input-container:not(.md-input-invalid).md-input-resized .md-input {
    border-color: hsl(210, 10%, 10%);
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label,
md-input-container:not(.md-input-invalid).md-input-focused label,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-icon,
md-input-container:not(.md-input-invalid).md-input-focused md-icon {
    color: hsl(210, 10%, 10%);
}

.buttonSpacer {
    flex-grow: 1;
    visibility: hidden;
}

.buttonMiddle {
    width: 16px;
}

@media (max-width: 767px) {
    .mobile-only {
        display: block;
    }

    .pc-only {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .pc-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    .outer {
        height: 100%;
        margin-top: 0;
    }

    .inner {
        min-width: 450px;
        max-width: 450px;
    }

    .inner-wide {
        min-width: 450px;
        max-width: 1032px;
    }

    md-dialog {
        max-width: 500px !important;
    }

        md-dialog .md-actions, md-dialog md-dialog-actions .md-button {
            max-width: 200px !important;
        }

    md-card-content, md-card-actions {
        padding: 0 !important;
    }
}

md-radio-button .md-off {
    border-color: rgba(96,125,139,0.87);
}

md-radio-button .md-on {
    background-color: rgba(96,125,139,0.87);
}

md-backdrop.md-opaque {
    background-color: rgba(33,33,33,1.0);
}

md-dialog {
    border-radius: 4px;
    background-color: rgb(255,255,255);
    color: rgba(0,0,0,0.87);
}

.hide-if-empty:empty {
    display: none !important;
}