/* Minification failed. Returning unminified contents.
(4,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(8,18): run-time error CSS1039: Token not allowed after unary operator: '-hr-color'
(61,31): run-time error CSS1039: Token not allowed after unary operator: '-hr-color'
(81,32): run-time error CSS1039: Token not allowed after unary operator: '-logo-bg'
(109,25): run-time error CSS1039: Token not allowed after unary operator: '-hr-color'
(110,22): run-time error CSS1039: Token not allowed after unary operator: '-hr-color'
(116,17): run-time error CSS1039: Token not allowed after unary operator: '-font-color'
(119,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(166,17): run-time error CSS1039: Token not allowed after unary operator: '-transparancy-options-link-text-color'
(171,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(198,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(215,26): run-time error CSS1039: Token not allowed after unary operator: '-filter-options-bg-color'
(262,17): run-time error CSS1039: Token not allowed after unary operator: '-form-text-color'
(276,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
 */
html, body {
    margin: 0px !important;
    padding: 0px !important;
    background: var(--bg-color);
}

hr {
    border: var(--hr-color);
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input.disabled {
    background-color: #E2E2E2;
    border: 1px solid #c5c5c5;
}

.help_titles {
    padding: 5px 3px;
}

.domainList {
    width: 365px;
}

.popup {
    display: none;
}

    .popup ul li {
        margin-left: 2px;
        margin-top: 5px;
    }

    .popup input {
        width: 100%;
    }

.mainContainer {
    margin: 40px auto 40px auto;
    width: 500px;
}

    .mainContainer > ul > li {
        display: inline;
        float: left;
        margin-left: 2px;
    }

        .mainContainer > ul > li:not(:first-child) {
            border-left: var(--hr-color);
        }

.container {
    height: 400px;
    width: 300px;
}

.loginBox {
    margin-left: 5px;
}

    .loginBox img.brand,
    .customLogo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--logo-bg)
    }

    .loginBox > ul > li {
        margin-left: 2px;
        margin-top: 5px;
    }

    .loginBox input {
        width: 100%;
    }

.header {
    background-color: #000;
    color: #ffffff;
    height: 25px;
    line-height: 2;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

    .header span {
        font-size: 13px !important;
        font-weight: bold;
    }

.footer {
    border-bottom: var(--hr-color);
    border-top: var(--hr-color);
    line-height: 2;
    overflow: hidden;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    color: var(--font-color) !important;
    bottom: 0px;
    position: fixed;
    background: var(--bg-color) !important;
}

    .footer span {
        font-size: 9.5px;
        padding: 0px 15px;
        display: block;
        word-wrap: break-word;
    }

.popupColumnOptionsBlocker {
    height: 100vh !important;
}

@media only screen and (min-width:768px) {
    .login-col {
        display: table;
    }

        .login-col > [class*="col-"] {
            float: none;
            display: table-cell;
            vertical-align: middle;
        }

        .login-col .border-right {
            border-color: #c5c5c5 !important;
        }
}

@media only screen and (max-width: 740px) {
    .mainContainer {
        height: auto;
        margin-left: auto;
        position: relative;
        top: 0px !important;
        width: 280px;
    }

    .login-col .border-right {
        border-color: transparent !important;
    }
}

.btn-forgot-pw {
    font-size: 12px;
    text-decoration: underline;
    color: var(--transparancy-options-link-text-color) !important;
}

.btn-forgot-pw:hover {
    cursor: pointer;
    color: var(--primary-color);
}

.mfa-setup-dialog {
    text-align: center;
    font-family: Arial, sans-serif;
}

.mfa-qr-code {
    margin: 15px 0;
}

    .mfa-qr-code img {
        max-width: 260px;
        height: auto;
    }

.mfa-instructions {
    text-align: left;
    margin: 15px;
    padding: 15px 0px;
    font-size: 14px;
}

    .mfa-instructions h2 {
        margin-top: 0;
        font-weight: 400;
        color: var(--primary-color);
    }

    .mfa-instructions ol {
        margin: 10px 0;
        padding-left: 20px;
    }

    .mfa-instructions li {
        margin: 5px 0;
    }

    .mfa-instructions ul {
        list-style: circle;
    }

    .mfa-secret {
        background: var(--filter-options-bg-color);
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 11px;
        word-break: break-all;
        font-weight: 500;
        margin: 10px 0;
    }

.mfa-verification {
    margin: 20px 0;
}

    .mfa-verification input[type="text"] {
        padding: 8px;
        border: 2px solid #ddd;
        border-radius: 4px;
        text-align: center;
        font-size: 18px;
        text-align: center;
        font-size: 28px;
        width: 125px;
        height: 50px;
    }

    .mfa-verification button {
        padding: 10px 20px;
        margin: 5px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
    }

.btn-secondary {
    background-color: #6c757d;
    color: white;
}

    .btn-secondary:hover {
        background-color: #545b62;
    }

.mfa-manual-entry {
    margin: 15px 0;
    font-size: 12px;
    color: var(--form-text-color);
}

/* Ensure dialog is hidden by default */
#mfaSetupDialog {
    display: none;
}

.green-circle {
    display:inline-block;
    width: 22px;
    height: 22px;
    line-height: 24px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    font-size: 12px;
}

@media only screen and (max-width: 430px) {
    .footer span {
        width: 250px;
    }

    .mfa-instructions {
        margin: 4px;
        padding: 4px;
    }

    .mfa-qr-code {
        margin: 0px;
    }

        .mfa-qr-code img {
            width: 160px;
        }
}

@media only screen and (max-width: 425px) {
    .footer span {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}


