.Center {
    max-width: 1024px;
    margin: 0 auto;
}
    .ShellMainContent .Center {
    padding: 50px 12px;
}
.ShellHeader .Center{
    text-align:center;
    display: flex;
    align-items: center;
}
.ShellHeader h2 {
    font-size:20px;
    font-weight:bold;
    margin-top:10px;
    padding:0 15px;
}
.ShellMainContent {
    min-height:500px;
}.ShellCreateAccount {
    display: none;
}
.ShellHeader {
    position: relative;
    display: table;
    width: 100%;
    box-shadow: 0px 0px 5px #a0a0a0;
}
Header .Logo img{
    max-width:200px;
    width:100%;
    padding:10px;
}
.descButtons
{
    display:none;
}

.DisableLink {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}
.ShellFooter {
    float: left;
    width: 100%;
    margin-top: 50px;
}
footer{
    padding:15px;
    text-align:center;
    border-top:1px solid #9d9d9d;
}

#Store_content_OrderHistoryBttn
{
	display: none !important;
}

.ShellLoginPage{
    margin-top:50px;
}
.ShellStoreMainContent.webpayconfirmation a.btn.btn-default {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.webpayconfirmation .Payments.col-xs-6 {
    clear: both;
}

.webpayconfirmation .Invoice.row.row {
    margin: 10px 0;
}
.ContrastBackground, .btn-default, .btn-primary {
    background-color: #A32439 !important;
    border-color: #A32439 !important;
    color: #fff !important;
}
.CompanyInfo{
    margin-top:30px;
}
.CompanyInfo label {
    display: block !important;
}

#CompanyName{
	font-size: 20px;
}

a.FirstTimeLink.ComplimentarySmallLink {
    float: right;
    margin-top: 20px;
    font-size: 12px !important;
}

.WelcomeMessage {
    font-weight: bold;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .CompanyInfo{
        display:none;
    }
}

/* Optional: Style for the overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

.popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 20px;
    width: 400px;
    text-align: center;
    display: none; /* Initially hide the popup */
}
/* Style for the show/hide button */
.toggle-button {
    cursor: pointer;
}
