﻿.modalPopup {
    background-color: #fff !important;
    -moz-opacity: 0.9;
    opacity: 1;
    filter: alpha(opacity=90);
    width: 880px;
    height: 514px;
}
.wh {
    height: 32px;
    width: 120px;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.txtsession {
    color: #1A1A1A;
    font-family: 'ESKlarheitGrotesk-Rg';
    font-size: 22px;
    text-align: center;
}

#btnYes {
    background: #004C86 !important;
    border-radius: 4px;
    border-color: #004C86;
    border-width: 1px;
    opacity: 1;
    margin: 0px 20px;
    color: white;
    font-size: 16px;
    font-family: 'ESKlarheitGrotesk-Rg';
    padding: 3px 15px;
}

#btnNo {
    background: #fff !important;
    border-radius: 4px;
    border-color: #004C86;
    border-width: 1px;
    opacity: 1;
    margin: 0px 20px;
    color: #004C86;
    font-size: 16px;
    font-family: 'ESKlarheitGrotesk-Rg';
    padding: 3px 15px;
}

.cbnavbar {
    background-color: #1A1A1A !important;
    margin-bottom: 0px;
    border-radius: 0px;
}

.displayblock {
    display: block;
    width: 7%;
    margin-left: 15px;
}

.logoimg {
    margin-left: 9px;
}

.welcomeround {
    margin-right: 55px;
}

.divusername {
    display: inline-block;
}

.navlihelp {
    margin-left: -2px;
    margin-right: 20px;
}

.colorwhite {
    color: white;
}

.navclose {
    margin-left: 20px;
    margin-right: 50px;
}

.orangestrip {
    margin-bottom: 0px !important;
}

.menulist {
    border-radius: 0px !important;
    background-color: #F4F4F4 !important;
}

.displaynone {
    display: none;
}

.popheader {
    text-align: center;
    margin-top: 40px;
}

.popbody {
    text-align: center;
    margin-top: 30px;
}

.txtsession {
    text-align: center;
    margin-top: 10px;
}

.popfooter {
    text-align: center;
    margin-top: 60px;
}

.inerpopbody {
    text-align: center;
    margin-top: 30px;
}

.inpopfooter {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.lgttxt {
    color: #fff;
    margin-left: 0px;
    margin-top: 10px;
    font-weight: 500;
}

.logout-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}

    .logout-link .clsLogout {
        margin-right: 8px; /* Adjust as needed for spacing */
    }
