.accounts-mobile {
    padding: 0 10px;
}
.account-h1 {
    font-size: 26px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #333;
    font-weight: 900;
}
.accounts-mobile .account-h1 {
    text-transform: none;
    font-family: Lato, sans-serif;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.account-sidebar-links {
    margin-bottom: 20px;
}
.account-sidebar-link, .account-sidebar-link:visited {
    display: block;
    color: #000;
    padding: 8px 6px;
    margin-bottom: 6px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
}
.account-sidebar-link:hover {
    background: #d9e8f344;
    text-decoration: none;
    color: #000;
}
.account-sidebar-link.account-sidebar-link-active {
    background: #d9e8f3;
    font-weight: 600;
}
.account-card-image {
    margin: 15px 0 25px 0;
}
.account-card {
    display: inline-block;
    border: 1px solid #e6e8ed;
    border-radius: 6px;
    padding: 15px 25px;
    margin-bottom: 20px;
}
.account-card p {
    margin-bottom: 10px;
}
.account-card.account-card-center {
    text-align: center;
}
.account-card.account-card-full-width {
    display: block;
    width: auto;
}
.account-card.account-card-no-border {
    border-color: transparent;
    padding: 0 25px 0 25px;
}
.account-header {
    margin: 0;
    color: #333;
    font-weight: 900;
    font-size: 22px;
    line-height: 24px;
}
.account-sub-header {
    margin: 0;
    color: #333;
    font-weight: 900;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 12px;
}
.account-card-separator {
    display: block;
    border: none;
    border-bottom: 1px solid #e6e8ed;
    margin: 0 0 18px 0;
}
.account-card-form {}
.account-card-form label {
    color: #757575;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 6px;
    display: block;
}
.account-card-form input, .account-card-form select {
    color: #353535;
    border: 1px solid #d1d5de;
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 18px;
    display: block;
    padding: 8px 10px;
    min-width: 460px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}
.account-card-form ::placeholder {
    color: #bbb;
}
.account-card-form input[type=submit]:active, .account-card-form button:active {
    position: relative;
    top: 1px;
}
.account-card-form input[type=submit], .account-card-form button {
    border: 0 !important;
    background: #e7742e;
    display: inline-block;
    min-width: 460px;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    margin: 0;
    margin-bottom: 10px;
}
.account-card-form input[type=submit]:hover, .account-card-form button:hover {
    background: #e7742eee;
}
.account-card-form input[type=submit]:disabled, .account-card-form button:disabled {
    background: #e7742e88;
    pointer-events: none;
}
.account-card-errors {
    display: block;
    margin-bottom: 18px;
}
.account-card-errors div {
    color: #dc3545;
    font-weight: 900;
    font-size: 15px;
    line-height: 17px;
    margin: 0;
}
.account-mini-card {
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
    padding: 16px 16px;
    margin-bottom: 18px;
    display: block;
    color: #757575;
    background: #fffbf3;
}
.account-mini-card a {
    color: #e7742e !important;
    font-weight: bold !important;
    text-decoration: underline !important;
    text-transform: uppercase !important;
}
.account-card-form.account-card-form-inline input, .account-card-form.account-card-form-inline select {
    display: inline-block;
    min-width: 250px;
}
.account-card-form.account-card-form-inline input[type=submit], .account-card-form.account-card-form-inline button {
    min-width: auto;
    background: #0666b0;
    margin: 0 15px;
}
.account-card-form.account-card-form-inline input[type=submit]:hover, .account-card-form.account-card-form-inline button:hover {
    background: #0666b0ee;
}
.account-card-form.account-card-form-inline input[type=submit]:disabled, .account-card-form.account-card-form-inline button:disabled {
    background: #0666b088;
    pointer-events: none;
}
.account-weird-offset {
    margin-bottom: 15px;
}
.account-loading {
    width: 70px;
}
#order_info {
    background-color: #fff;
}
#displayorders .order_start {
    border-top: 1px solid #999;
    padding-top: 10px;
    text-align: center;
}
.desktop-div {
    border: 1px solid #e6e8ed;
    padding: 12px;
    border-radius: 3px;
}
.underline {
    padding-top: 5px;
    padding-bottom: 5px;
}
.order_header {
    width: 100%; 
    background-color: #333; 
    color: #FFF;
}
.more-info {
    color: #0066B3;
    padding-left: 4px;
}
.tr-line {
    border-top: 1px solid #e6e8ed;
    border-bottom: 1px solid #e6e8ed;
}
.td-view-details {
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    font-weight: bold;
    color: #0666b0;
}
.shop-now-button {
    border: 1px solid #e7742e;
    background: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #e7742e !important;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    margin: 0;
    letter-spacing: 1px;
    text-decoration: none;
    vertical-align: text-top;
    margin-top: -10px;
}
.shop-now-button:active {
    position: relative;
    top: 1px;
}
.shop-now-button:hover {
    color: #e7742e;
    text-decoration: none;
    background: #e7742e11;
}
.shop-now-button:disabled {
    border: 1px solid #e7742e88;
    color: #e7742e88;
    pointer-events: none;
}

.popup-card-background {
    z-index: 199998;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 28, 38, 0.65);
}
.popup-card {
    z-index: 199999;
    display: block;
    position: fixed;
    top: 25%;
    left: 50%;
    width: 270px;
    margin-left: -165px;
    background: #fff;
    color: #333;
    border-radius: 8px;
    padding: 30px;
}
.popup-card-close {
    position: relative;
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: -10px;
    margin-right: -5px;
    font-weight: normal;
    font-size: 32px;
    line-height: 34px;
    text-decoration: none !important;
    color: #888;
}
.popup-card-close:hover {
    color: #666;
    text-decoration: none !important;
}
.popup-card-close:active {
    position: relative;
    top: 1px;
}
.popup-card-close::after { content: ''; display: table; clear: both; }
.popup-card-content {}
.popup-card-title, .popup-card-error, .popup-card-bottom, .popup-card-group { margin-bottom: 20px; }
.popup-card-title {
    margin-top: 24px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
}
.popup-card-error { position: relative; border: 1px solid #ccc; border-radius: 4px; }
.popup-card-error::after { content: ''; display: table; clear: both; }
.popup-card-error-critical { border-color: #fe573a; }
.popup-card-error-critical .popup-card-error-image { background: #fe573a; }
.popup-card-error-caution { border-color: #feab2f; }
.popup-card-error-caution .popup-card-error-image { background: #feab2f; }
.popup-card-error-image i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.popup-card-error-image {
    display: table;
    height: 100%;
    float: left;
    width: 17%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    position: absolute;
    bottom: 0;
}
.popup-card-error-text {
    width: 83%;
    float: right;
    font-size: 14px;
    line-height: 16px;
}
.popup-card-error-text div { padding: 10px 20px 12px 20px; }

.popup-card button {
    border: 0 !important;
    background: #e7742e;
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    margin: 0;
    letter-spacing: 1px;
}
.popup-card button:active {
    position: relative;
    top: 1px;
}
.popup-card button:hover {
    background: #e7742eee;
}
.popup-card button:disabled {
    background: #e7742e88;
    pointer-events: none;
}
.popup-card input, .popup-card select {
    display: block;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
    color: #444;
    border: 1px solid #d0d5de;
    border-radius: 4px;
}
.popup-card input:disabled, .popup-card select:disabled, .popup-card input:read-only, .popup-card select:read-only {
    color: #222;
    background: #edeef2;
    border-color: #edeef2;
}
.popup-card label {
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    color: #777;
    margin-bottom: 5px;
    display: inline-block;
}
.popup-card ::placeholder {
    color: #bbb;
}
.popup-card input:disabled ::placeholder, .popup-card select:disabled ::placeholder, .popup-card input:read-only ::placeholder, .popup-card select:read-only ::placeholder {
    color: #999;
}
.popup-card-float-right {
    float: right;
}
.popup-card-link {
    margin: 0 5px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 88%; /*mph*/
    text-decoration: underline;
}
.popup-card-bottom {
    font-size: 13px;
    line-height: 15px;
}
.account-dropdown-links {
    width: 100%;
    margin-bottom: 20px;
    background: #02355e;
    color: #fff;
    font-weight: bold;
    padding: 12px 5px;
    box-sizing: border-box;
    border: none;
    border-radius: 2px;
}
.accounts-mobile .account-card-form #email_address {
    width: 100%;
    box-sizing: border-box;
    min-width: auto;
    display: block;
}
.accounts-mobile .account-card-form input[type=submit], .accounts-mobile .account-card-form button {
    width: 100%;
    box-sizing: border-box;
    min-width: auto;
    display: block;
    margin: 0 0 25px 0;
}
.accounts-mobile .account-card {
    margin-bottom: 50px;
}
.account-float-left { float: left; }
.account-float-right { float: right; }
.accounts-mobile .shop-now-button {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.accounts-mobile .account-float-left { display: block; float: none; margin-bottom: 30px; }
.accounts-mobile .account-float-right { display: block; float: none; }
.account-width-20 { width: 20%; }
.accounts-mobile .account-width-20 { width: 40%; }
.account-width-full { width: 100%; }
.accounts-mobile .account-order-details { display: block; margin-top: 10px; }
.accounts-mobile .account-order-details * { vertical-align: middle; }
.accounts-mobile .account-order-details img { margin: 0 6px 0 0 !important; padding: 0 !important; }
.accounts-mobile .account-card { width: 100%; min-width: 100%; box-sizing: border-box; }
.accounts-mobile .account-card-form { width: 100%; min-width: 100%; box-sizing: border-box; }
.accounts-mobile .account-card-form table { width: 100%; min-width: 100%; box-sizing: border-box; }
.accounts-mobile .account-card-form input { width: 100%; min-width: 100%; }
.accounts-mobile .account-card-form select { width: 100%; min-width: 100%; }
.ui-mobile-viewport .popup-card { top: 5% !important;}
.ui-mobile-viewport .popup-card-title { margin-top: 5px !important; }
.popup-x {
    float: right;
    padding: 1px;
    color: #0066B3;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    visibility: hidden;
    width: 308px;
    background-color: #fff;
    color: #333333;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 8px 16px 16px 16px;
    position: absolute;
    z-index: 1;
    top: 140%;
    left: 74%;
    margin-left: -100px;
    box-shadow: 2px 3px 3px rgba(50, 50, 50, 1);
}
.popup .popuptext::after {
    content: "";
    position: absolute;
    transform: rotate(180deg);
    top: -16px;
    left: 5%;
    margin-left: 6px;
    border-width: 8px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}


.accounts-mobile .popup .popuptext {
    left: 0%;
    margin-left: -200px;
}

.accounts-mobile .popup .popuptext::after {
    left: 80% !important;
}
.resend-booking-confirmation {
    display: inline-block;
    background-color: #0666b0;
    text-transform: uppercase;
    border-radius: 5px;
    color: #FFF;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    margin: 5px 0 0 0;
    cursor: pointer;
    border: none;
}
.resend-booking-confirmation i {
    margin: 0 0 0 6px;
    font-size: 12px;
}
.accounts-mobile .resend-booking-confirmation {
    padding: 8px;
}
.resend-booking-confirmation:disabled {
    background: #0666b088 !important;
    cursor: default;
}
.resend-booking-confirmation:hover {
    text-decoration: none;
    background: #0666b0ee;
}