﻿
.mreq{
    border-color: red;
    border-width: 2px;
}
body {
    background-color: #f7f7f7;
}
/*************************************************************************************************************************************/
    /* ACCOUNT */
/*************************************************************************************************************************************/
.account-container {  
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
.nav-tabs {
    margin-bottom: 20px;
}
.nav-tabs a {
    color: #555;
    font-family: gibson-semibold;
}
@media (min-width: 1440px) {
    .account-wrapper {
        width: 1440px;
        margin: 0 auto;
    }
}

/*************************************************************************************************************************************/
    /* ACCOUNT - PROFILE */
/*************************************************************************************************************************************/

.acc-save-btn {
    width: 100%;
    background-color: #3e454c;
    height: 40px;
    margin-top: 20px;
}
.profile-label {
    color: #999;
    margin: 0;
    font-weight: unset;
    display: block;
    margin-bottom: -3px;
}
.profile-field {
    margin-bottom: 6px;
}
.acc-contact-details {
    margin: 20px auto;
}
@media (min-width: 768px) {
    .accProfileBlock {
        padding-bottom: 20px;
    }
    .accProfileBlock img {
        display: inline-block;
        margin: 0 0 0 20px;
        width: 40%;
        vertical-align: top;
    }
    .acc-profile-content {
        display: inline-block;
        width: 52%;
    }
    .acc-personal-details, .acc-contact-details {
        width: 100%;
        margin: 0;
    }
    .acc-personal-details {
        margin: 0 !important
    }
    .acc-contact-details { 
        margin-top: 10px;
    }   
}
@media (min-width: 1200px) {
    .account-wrapper {
        width: 1200px;
        margin: 0 auto;
    }   
    .accProfileBlock img {
        width: 21%;   
    }   
    .acc-profile-content {
        width: 74%;
    }   
    .acc-personal-details, .acc-contact-details {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }
    .acc-contact-details {
        margin-top: 0 !important;
        float: right;
        margin-right: 10px !important;
    }
    .acc-contact-details {
        margin: 0;
    }
    .acc-save-btn {
        margin-top: 28px;
        height: 35px;
    }
}

/*************************************************************************************************************************************/
    /* ACCOUNT - BOOKING */
/*************************************************************************************************************************************/
.acc-booking-title {
    color: #42474d;
    font-size: 20px; 
}
/* TICKET */
.ticket {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}
.ticket-box-shadow {
    border-radius: 0 10px 10px 0;
}
.ticket-num-section-vertical {
    display: none;
}
.ticket-container { 
    padding: 20px 14px; 
}
.ticket-header{
    margin-bottom:10px;
}
.ticket-header-title {
    display: inline-block;
    margin-left: 10px;
}
.ticket-header-title h6 {
    font-weight: unset;
    font-size: 14px;
    color: #5d5f60;
    font-family: gibson-semibold;
}
.ticket-header-title p {
    font-size: 10px;
    color: #74a13e;
    text-transform: uppercase;
    font-weight: unset;
    font-family: gibson-semibold;
}
.rstatusColorConfirmed {
    color: #74a13e !important;
}
.rstatusColorCancelled {
    color: red !important;
}
.rstatusColorPending {
    color: orange !important;
}
p.Platinum {
    color: #B2B6B9;
}
.ticket-pickup img, 
.ticket-destination img {
    display: inline-block;
    width: 10px;
    height: 13px;
    vertical-align: top;
}
.ticket-pickup img {
    margin-top: 2px;
}
.ticket-destination img {
    margin-top: 1px;
}
.ticket-pickup p, 
.ticket-destination p { 
    display: inline-block;
    width: 90%;
    vertical-align: top;
    color: #333;
    font-size: 13px;
}
.ticket-comment-section span {
    display: block;
    font-size: 11px;
    font-weight: unset;
}
.ticket-comment-label {
    font-weight: 900;
    width: 100%;
    vertical-align: top;
    color: #999;
    font-size: 12px;
}
.ticket-notes {
    width: 100%;
    font-size: 10px;
    color: #333;
    font-size: 12px;
}
.ticket-info {
    margin: 10px 0 0 0;
}
.ticket-info-block {
    background-color: #b5ce49;
    border-radius: 5px;
    display: inline-block;
    width: 32%;
    padding: 4px;
    vertical-align: top;
    margin-bottom: 6px;
}
.ticket-info-block.Platinum {
    background-color: #B2B6B9;
}
.ticket-info-block p {
    margin-bottom: 5px;
    font-size: 9px;
    text-align: center;
}
.ti-info-data {
    background-color: #fff;
    text-align: center;
    padding: 6px 4px 6px 4px;
}
.ti-info-data h4 {
    font-weight: unset;
    margin-bottom: 4px;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
}
.ti-info-data p {
    color: #333;
    margin-bottom: 0;
    text-transform: uppercase;
}
.ti-month-year {
    text-transform: uppercase;
}
.ti-day {
    padding-bottom: 2px;
}
.ttd-container {
    margin-top: 2px;
}
.ticket-time-dest {
    color: #333;
    font-size: 9px;
}
.ticket-time-dest-icon {
    width: 20px;
    height: 10px;
    vertical-align: top;
}
.ticket-pax {
    padding-bottom: 14px;
}
.ticket-cost-section {
    padding: 10px;
}
.ticket-status-image-Confirmed, 
.ticket-status-image-Cancelled  {
    display: inline-block;
    width: 20%;
    background-image: url(/Images/ticket-complete-icon.svg);
    background-repeat: no-repeat;
    height: 50px;
}
.ticket-status-image-Cancelled  {
    background-image: url(/Images/ticket-cancelled-icon.svg);
}
.ticket-amount-container {
    display: inline-block;
    float: right;
}
.ticket-amount-container span {
    font-size: 26px; font-weight: 600;
}
.ticket-dollar-sign {
    color: #999;
    font-size: 28px;
    font-weight: unset;
    font-family: gibson-regular;
}
.ticket-total-amount {
    color: #333;
    font-size: 28px;
    letter-spacing: -0.5px;
    font-weight: unset;
    font-family: gibson-semibold;
}
.ticket-number-section {
    padding: 20px 14px;
}
.ticket-number-section img {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.ticket-number-container {
    display: inline-block;
    text-align: right;
    float: right;
    margin-right: 10px;
    margin-top: 4px;
}
.ticket-number-section p, 
.ticket-number-section span {
    color: #333;
    margin-bottom: 0;
}
.ticket-number-section p {
    font-size: 9px;
    display: inline-block;
    width: 40%;
    line-height: 10px;
    text-align: left;
    font-weight: unset;
    color: #999;
}
.ticket-number-section span {
    vertical-align: top;
    font-size: 16px;
    line-height: 15px;
    color: #5d5f60;
    font-weight: unset;
}
.ticket-cost-section-md {
    display: none;
}
.ticket-previous-section {
    margin-top: 20px;
}
p.ticket-number-label {
    margin-right: 20px;
    font-weight: unset;
    color: #999;
}

@media (min-width: 375px) {
    .account-booking-container {
        width: 337px;
    }
}
@media (min-width: 768px) {
    .account-booking-container {
        display: inline-block;
        width: 691px;
    }
    .ticket {
        float:left;
        height: 100%;
        display: flex;
        box-shadow: none;
    }
    .platinum-ticket {
        background-color: #fff;
        
    }
    .ticket-num-section-vertical {
        display: block;
        float: left;
        width: 52px;
        border-radius: 0 10px 10px 0;
        background-color: #fff;
        margin-right: 3px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .ticket-num-section-vertical p {
        color: #999;
        margin-bottom: 0;
        font-size: 9px;
        display: block;
        width: 100%;
        line-height:10px;
        text-align: left;
        font-weight: unset;
    }
    .ticket-number-container {
        width: 0px;
        position: absolute;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 25px;
        margin-top: 95px;
    }
    .ticket-number-container p {
        width: 100px;
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: top;
        font-size: 16px;
        line-height: 15px;
        height: 100%;
        color: #333;
    }
    .ticket-number-label {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-top: 130px;
    }
    .ticket-num-section-vertical img {
        display: block;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 30px;
        margin-top: 45px;
        margin-left: 10px;
    }   
    .ticket-box-shadow {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .ticket-container {
        float:left;
        width: 80%;
        background-color: #fff;
        border-radius: 10px 0 0 10px;
    }
    .ticket-container-left {
        display: inline-block;
        width: 40%;
    }
    .ticket-info {
        display: inline-block;
        width: 52%;
        vertical-align: top;
        margin: 0 0 0 20px;
    }
    .ticket-cost-section {
        float:left; 
        display: block;
        vertical-align: top;
        width: 20%;
        height: 100%;
    }
    .ticket-status-image-Confirmed, 
    .ticket-status-image-Cancelled  {
        display: block;
        width: 70px;
        height: 70px;
        margin: 30px auto 24px auto;
    }
    .ticket-amount-container {
        display: block;
        float: none;
        text-align: center;
    }
    .ticket-number-section {
        display: none;
    }
}
@media(min-width: 1080px) {
    .account-booking-container {
        width: 1060px;
    }
    .accTicket {
        width: 800px;
    }
    .ticket-box-shadow { 
        width: 100%;
    }
    .ticket-container {
        height: 100%;
    }
    .ticket-info {
        margin: 0;
        width: 44%;
        float: right;
    }
    .ticket-num-section-vertical {
        width: 52px;
    }
    .ticket-container-left {
        width: 52%;
    }
    .ticket-num-section-vertical img {
        margin-top: 45px;
        margin-left: 10px;
        margin-bottom: 10px;
    } 
    .ticket-cost-section  {
        height: 100%;
    }
    .ticket-status-image  {
        width: 100px;
        height: 100px;
    }
}

/*************************************************************************************************************************************/
    /* ACCOUNT - PAYMENT */
/*************************************************************************************************************************************/

.payment-add-btn {
    border: 1px dashed #888c90;
    color: #888c90;
    background-color: transparent;
    height: 153px;
    width: 253px;
    border-radius: 15px;
    margin-bottom: 20px;
    vertical-align: top;
}
.payment-add-btn:hover {
    border: 1px dashed #000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.2s ease-in;
}
.payment-card-delete-btn {
    border-radius: 5px;
    border: 0;
    height: 22px;
    padding-bottom: 3px;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    margin-top: 16px;
}
.payment-card-form-container {
    padding: 20px;
    width: 288px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}
.paymentButtons button:nth-of-type(1) {
    background-color: #3e454c;
}
#payment-card-year-picker li a:hover {
    background-color: rgba(181, 206, 73, 0.5);
}
/* SAVED CARD */
.payment-card {
    display: inline-block;
    width: 253px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 
        1px 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 
        1px 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px; 
}
.payment-card-logo {
    border-radius: 20px 20px 0 0;
    /*background-color: #3e454c;*/
    background-color: #fff;
    background-image: url(/Images/pay-method-card-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100px;
    padding: 20px 0 0 20px;
}
.payment-card-logo img {
    width: 60px;
    border-radius: 2px;
}
.payment-card-details {
    /*background-color: #fff;*/
    background-color: #5c5d5e;
    border-radius: 0 0 20px 20px ;
    height: 53px;
    padding: 10px 0 0 20px;
}
.payment-card-details h6, 
.payment-card-details p {
    color: #42474d;
    color: #fff;
}
.payment-card-details h6 {
    font-size: 15px;
}

/*************************************************************************************************************************************/
    /* ACCOUNT - SECURITY */
/*************************************************************************************************************************************/
.account-security-container {
    position: relative;
}
@media (min-width: 425px) {
   .account-security-container {
        width: 382px;
    } 
}
