﻿.dropdown-menu > li > span {
    display: block;
    width: 100%;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

body{
    display:flex;
    flex-direction:column;
}

.footer {
    flex: 1 1 auto;
}

.footer, .footer a {
    color: #ffffff;
}

    .footer p {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .footer a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 200;
        font-size: 0.9em;
    }

        .footer a:hover {
            text-decoration: underline;
            color: #ffffff;
        }

    .footer h3 {
        color: #ffffff;
    }

    .footer h4 {
        font-size: 1.1em;
        color: #ffffff;
        font-weight: bold;
    }

    .footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer li {
        margin: .75em 0;
    }

.footer-col {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}

.footer-bottom {
    padding-top: 60px;
    padding-bottom: 15px;
    min-height: 600px;
    height:100%;
    background: url('https://www.cogencyglobal.com/hubfs/IC%202017/footer/cogency-footer-logo.png?t=1498745174089');
    background-position: -50px bottom;
    background-repeat: no-repeat;
    background-color: var(--slate);
}

    .footer-bottom a {
        color: #ffffff;
        text-decoration: none;
    }

.divider-big {
    border-bottom: 2px solid var(--lime);
    padding-top: 15px;
    margin-bottom: 25px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

#accountNumTextBox input,
#orderInoviceNo input {
    text-transform: uppercase;
}

.accountLabel,
.accountButtonHolder,
.orderInvoiceTextHolder,
.orderInvoiceButtonHolder {
    margin-bottom: 15px;
}

.singleAccountTextBox {
    padding: 10px;
    margin: 0 -15px;
    height: 45px;
}

.hide {
    display: none;
}

.group-heading.bigTitle {
    font-size: 22px;
}

.group-heading-transactional {
    border-bottom-color: var(--lime);
}

.group-heading.bigTitle::before {
    margin-top: 15px;
}

.searchDiv {
    font-size: 18px;
}

    .searchDiv .leftColumn {
        padding-left: 0;
    }

    .searchDiv .rightColumn {
        padding-right: 0;
    }

    .searchDiv .centerColumn {
        padding-top: 5px;
        text-align: center;
        font-size: 12px;
    }

.fa-warning {
    color: #f0ac4e;
}

.headerUnderline {
    border-bottom: 2px solid var(--lime);
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 22px;
}

.headerBlue {
    color: var(--cogency-blue);
}

.card-body > a {
    height: 90px;
    margin-bottom: 20px;
}

.card-body > a > i {
    color: var(--cogency-blue);
    margin-bottom: 20px;
}

.login-field {
    margin-bottom: 20px;
    margin-top: 10px;
}

[data-loggedin='false'] .hide-loggedOut {
    display: none;
}

.signUpText {
    margin-bottom: 15px;
}

.fullWidth {
    width: 100%;
}

.service-category-1 {
    color: var(--skylight);
    font-size: 13px;
}

.service-category-2 {
    color: var(--lime);
    font-size: 13px;
}

.service-category-3 {
    color: var(--tangerine);
    font-size: 13px;
}

.sidebarListItem {
    margin-bottom: 10px;
}

.internalApps {
    padding-bottom: 20px;
}

.error-container {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .footer-col {
        width: 100%;
    }

        .footer-col > p {
            text-align: center;
        }
}

@media (max-width: 767px) {
    .searchDiv .leftColumn {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .searchDiv .rightColumn {
        padding-left: 0;
    }

    .searchDiv .centerColumn {
        padding-top: 0;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .accountTextHolder .dx-textbox {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #accountLoadButton.dx-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
        margin: 0;
    }

    .hide-md {
        display: none;
    }

    .leftMargin-md {
        margin-left: 50px;
    }
}

.no-access {
    color: #f0ad4e;
    font-size: 1.1em;
    float: right;
    cursor: pointer;
}

#clientResultsGrid tr {
    cursor: pointer;
}

#searchClientName {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#searchClientNameBtn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    margin: 0;
}

.alert {
    margin-bottom: 5px;
}

#outdatedBrowserAlert {
    display: none;
}

/* These tighten up the gaps between panels. */
.pl {
    padding-left: 5px;
}

.pr {
    padding-right: 5px;
}

.welcomeText {
    font-size: 11pt;
    font-weight: bold;
}

.longAppName {
    /* Update this based on the media query, otherwise this uses the default .col padding. */
}

/* The following synchronize panels' height at different displays. */
@media (min-width: 320px) {
    .pr {
        padding-left: 5px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .orderInvoiceTextHolder .dx-textbox {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .orderInvoiceButtonHolder #orderInvoiceNoBtn.dx-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
        margin: 0;
    }

    .card-primary {
        min-height: 264px;
    }

    .resetBtnDiv {
        display: inline-block;
        float: none;
    }
}

@media (min-width: 912px) {
    .card-primary {
        min-height: 239px;
    }

    .resetBtnDiv {
        display: inline-block;
        float: right;
    }
}

@media (min-width: 1200px) {
    .card-primary {
        min-height: 264px;
    }

    .longAppName {
        padding: 12px 5px 10px 5px;
    }

    .pr {
        padding-right: 15px;
    }

    .pl {
        padding-left: 15px;
    }
}

@media (min-width: 1398px) {
    .card-primary {
        min-height: 240px;
    }

    .longAppName {
        padding: 10px 15px 10px 5px;
    }

    .pr {
        padding-right: 15px;
    }

    .pl {
        padding-left: 15px;
    }
}

/* Login/Logout Page Styles */
.loginButtonHolder {
    width: 150px;
    margin: auto;
}

.loginButtonHolder > input {
    margin-left: 0;
    margin-right: 0;
}

.form-col {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .navbar-brand {
        display: none;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .form-col {
        height: initial;
    }
}

@media (min-width: 768px) {
    .form-col {
        height: 100%;
    }
}

/* Heatmap */

.heatmapTips {
    font-size: 16px;
}

/* Registered Agent Contact Form */
.clickable {
    cursor: pointer;
}

.unbold {
    font-weight: normal;
}

.upload-error {
    color: red;
    display: none;
}

@media (min-width: 992px) {
    .padBottom {
        padding-bottom: 20px;
    }

    .dx-field {
        display: flex;
        align-items: center;
    }
}

/* login and application list buttons */
button:focus, input:focus.btn {
    outline: 0 !important;
    box-shadow: 0 0 0 1.5px black;
}

#feedbackText {
    height: 300px;
    max-height: 600px;
    resize: none;
}

/* Popups on small screens */
@media (max-width: 767px) {
    .button-wrapper.visible-xs {
        padding: 0 20px 0 20px;
    }

        .button-wrapper.visible-xs button {
            margin-bottom: 0px;
        }

    #messagePopup .button-wrapper,
    .popup-alert .button-wrapper {
        padding: 5px;
    }

    @media (orientation: portrait) {
        #errorPopupText {
            max-height: 200px;
            overflow: scroll;
        }

        #feedbackText {
            height: 200px;
            max-height: 400px;
        }

        .popup-alert .dx-toolbar-label .dx-toolbar-item-content > div {
            padding-left: 0px;
        }
    }

    @media (orientation: landscape) {
        #errorPopupText {
            max-height: 80px;
            overflow: scroll;
        }

        #feedbackText {
            height: 100px;
            max-height: 200px;
        }

        #warningPopupText {
            margin-bottom: 0px;
        }
    }
}

/* Fix panel display in Firefox */
@-moz-document url-prefix() {
    body {
        line-height: 1.4;
    }
}

.alert .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.dx-fieldset .row {
    padding: 0 12px;
}

/* Luminant Logo */
.luminant-logo {
    max-height: 80px;
}

.userInfoButtons {
    width: min-content;
    text-align: center;
}

.gap10
{
    gap:10px;
}

.mfa-container {
    max-width: 800px;
    min-height: 400px;
    margin: auto;
}

.mfa-list-item {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
    width: 600px;
    border: 1px solid var(--cool-grey);
    padding-inline: 20px;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .mfa-list-item {
        width: 90vw;
    }
}

.mfa-list-item-button {
    margin-bottom: 20px;
    transform: translateY(5px);
}

.mfa-list-item-check {
    font-size: 18px;
}

.mfa-setup-container {
    max-width: 800px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.mfa-verify-code-container {
    max-width: 800px;
    padding: 10px;
}

.mfa-qrcode-container {
    margin: 20px 0;
}

.mfa-qrcode-image {
    width: 150px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.mfa-text-container {
    background-color: #eef;
    border: 1px solid #dde;
    border-radius: 4px;
    padding: 10px;
    width: fit-content;
}

.mfa-text {
    font-family: monospace;
    color: #333;
}

.mfa-setup {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: auto;
    padding: 10px;
    border-radius: 4px;
}

    .mfa-setup h4 {
        text-align: center;
        color: var(--slate);
    }

.mfa-setup-steps {
    list-style-type: none;
    padding: 0;
}

    .mfa-setup-steps li {
        margin-bottom: 10px;
        background: white;
        border: 1px solid var(--cool-grey);
        border-radius: 4px;
        padding: 10px;
    }

.mfa-setup-step-instruction {
    margin-top: 5px;
    font-style: italic;
    color: var(--slate);
}

.mfa-code-container
{
    margin-bottom:1rem;
}

.mfa-popup-text
{
    padding:10px;
    font-size: 14px;
}

#MfaCode input {
    text-align: center;
}

.disable-instruction-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.disable-instruction-text {
    flex-grow: 1;
    flex-basis: 160px;
}

.disable-instruction-input {
    flex-basis: 120px;
    width: 100%;
}

.disable-instruction-input input {
    width: 120px;
}

div[data-lastpass-root],
div[data-lastpass-icon-root] {
    display: none;
}

[label=Password] .dx-button[aria-label=eyeopen] {
    margin: 1px;
}

.footer .social-icon:not(:first-of-type) {
    padding-left: 15px;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-logo {
        padding-left: 20px;
    }

    /* border-right white */
    .brw {
        border-right: 1px solid white;
    }

    .footer .social-icon {
        padding-left: 25px;
    }
}

.footer a.social-icon:hover {
    text-decoration: none;
    text-decoration-line: none;
}

@media (min-width: 768px) {
    .icon-menubar > li > .dropdown-menu:before {
        left: auto;
        right: 5%;
        content: unset; /* Remove box until we figure out what broke in the Style Guide update. */
    }
}