﻿.tblCredentials{
    width: 100%;
}

.btnBorder {
    border: 1px solid #ccc !important;
}

#btnPasskeyLogin {
    border: none;
    margin: 5px 0;
    background: unset !important;
}

    #btnPasskeyLogin input {
        background: unset !important;
        margin-top: 2px !important;
    }

table:has(.divUserInfo) {
    overflow: visible !important;
}

.divUserInfo a.mniUser,
.divUserInfo a.mniUser.rmSelected {
    background: inherit;
}

.divUserInfo a.mniUser:not(.rmExpanded) span::after {
    content: "▲";
    margin-left: 5px;
}

.divUserInfo a.mniUser.rmExpanded span::after {
    content: "▼";
    margin-left: 5px;
}

#rwForgotPwd {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 5px;
}

.connectionDivider {
    color: var(--font-color);
    margin: 5px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .connectionDivider::before,
    .connectionDivider::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid var(--font-color); /* Adjust color and thickness */
        margin: 0 10px; /* Adjust spacing around the text */
    }

    .connectionDivider span {
        white-space: nowrap; /* Prevent text wrapping */
    }

.RadButton.primaryLoginButton {
    background: unset !important;
    border: none !important;
    width: 100%;
    font-size: 16px !important;
}

    .RadButton.primaryLoginButton input {
        background-color: var(--link-color) !important;
        color: var(--info-font-color) !important;
        border: solid 1px var(--link-color) !important;
        border-radius: 4px !important;
        width: 100% !important;
        text-align: center !important;
        height: 30px !important;
        margin-left: 0 !important;
    }


    .RadButton.primaryLoginButton:hover input {
        color: var(--info-font-color) !important;
    }

.RadButton.secondaryLoginButton {
    background: var(--controller-background-color) !important;
    width: 100%;
    font-size: 20px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
    border: solid 1px var(--link-color) !important;
    border-radius: 4px !important;
    padding: 0 !important;
    margin: 5px 0;
}

    .RadButton.secondaryLoginButton input {
        background-color: transparent !important;
        text-align: center !important;
        margin-left: 0 !important;
        color: var(--link-color) !important;
        padding: 0 !important;
    }


    .RadButton.secondaryLoginButton:hover {
        color: var(--link-color) !important;
    }

#lblMessageText, #lnkExpandDetails, #lblAdditionalText {
    display: inline-block;
    margin-bottom: 15px;
}

#btnMessageOk {
    width: unset !important;
}

#lnkExpandDetails {
    color: var(--link-color);
    border: none;
    background: none;
    margin: 15px 0;
    padding: 0px;
    font-size: 14px;
}



    #lnkExpandDetails.closed::after {
        content: ' \2228';
        font-size: 11px;
        display: inline-block;
        margin: 2px 5px;
    }

    #lnkExpandDetails.open::after {
        content: ' \2227';
        font-size: 11px;
        display: inline-block;
        margin: 2px 5px;
    }
#tblConnections{
        width: 100%;
}


.RadButton.rbSkinnedButton {
    height: 35px !important;
}

.RadButton .rbPrimaryIcon {
    width: 26px !important;
    height: 26px !important;
    display: block !important;
    position: inherit !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px 20px !important;
    top: 1px;
}

a#lbtnForgotPassword:hover {
    color: var(--link-color) !important;
}