﻿.tab {
    cursor: pointer;
    padding: .75rem 1.25rem;
    color: #fff;
    text-transform: uppercase;
}

.tab.active {
    background-color: #9995A4;
    cursor: default;
}

@media screen and (min-width: 768px) {
    .container {
        padding: 0 5rem;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.my-profile-menu {
    background-color: #6C6972;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .my-profile-menu {
        margin-bottom: 5rem;
    }
}

.wrapper {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .wrapper {
        flex-direction: row;
    }
}

#myProfileContainer, #myTicketsContainer {
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    #myProfileContainer, #myTicketsContainer {
        border-left: 1px solid #ccc;
        padding: 0 5rem;
    }
}

.side-bar-nav {
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    .side-bar-nav {
        margin-top: 5rem;
        max-width: 15rem;
    }
}

.side-bar-nav .row {
    margin-bottom: 1.5rem;
}

.side-bar-nav .row a {
    text-decoration: underline;
    text-decoration-line: underline;
    color: #272727;
}

.partial-link.active {
    font-weight: bold;
    text-decoration: none !important;
}

.partial-link.active:hover {
    cursor: default;
    color: unset;
}

.my-account-container {
    font-size: 1.54rem;
    line-height: 1.59;
}

.account-alert {
    background: #fff;
    border: 1px solid #423e4c;
    padding: 1rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .account-alert {
        margin-top: 6rem;
    }
}

.account-alert-container .ace-login-forgot-btn:last-child {
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {

    .account-alert-container .ace-login-forgot-btn {
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    #my-profile-details .column-one {
        width: 40%;
    }

    #my-profile-details .column-two {
        width: 60%;
    }
}

#myProfileContainer h2.ace-login-heading {
    text-align: left;
}

.account-alert-container .ace-login-forgot-btn a {
    color: unset;
}

.large-action-button {
    display: inline-block;
    max-width: unset;
}

#myTicketsContainer .ace-accounthistory-section-grid > div{
    flex-basis: 50%;
}

#myProfileContainer .ace-updateaddress-item-address {
    display: flex;
}

#myProfileContainer .ace-updateaddress-item-actions {
    margin: 0 .5rem;
}