﻿/* global forms sheet */
/* Global Form styling */
.form-message{
    margin: 20px 0 20px 0;
    text-align:center;
}
.form-message h3{
    color:red;
}
.title strong {
    margin: 20px 0;
}

.fieldset .title {
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: 'Playfair Display', serif;
    color: #000000;
}

    .fieldset .title strong {
        font-weight: 800;
        font-size: 20px;
    }

/* Login */
.html-login-page .page-title {
    text-align: center;
}

.html-login-page .buttons {
    text-align: center;
}


/*Register page*/
.html-registration-page .page-title {
    text-align: center;
    margin-bottom: 50px;
}
.html-registration-page .fieldset .title {
    background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(255,204,5,1) 100%);
}

.html-registration-page .title {
    margin-bottom: 20px;
}

    .html-registration-page .title strong {
        font-weight: bold;
    }


/* Trekker Index*/

.html-trekker-page .page-body .title p{
    font-size: 20px;
    font-weight: 700;
}
.html-trekker-page .trekker-name{
    font-weight:700;
}


/* Trekker Payment*/
.html-payment-page .payment-page{
    margin-left: 10%;
    margin-right: 10%;
}
.html-payment-page .payment-main-title {
    margin-top: 24px;
}
.html-payment-page .payment-main-title p {
    font-size: 25px;
    font-family: 'Playfair Display', serif;
    color: #000000;
    font-weight: 700;
}

.html-payment-page .page-title .row p {
    font-size: 17px;
    font-weight: 600;
}
.html-payment-page .page-title .row h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
}

.html-payment-page .page-title .row .col-md-6 p {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    color: #000000;
    font-weight: 700;
}


.html-payment-page .page-title div:last-child {
    align-items: flex-end;
}

.html-payment-page .page-title .row div:last-child {
    text-align: right;
}

.html-payment-page .table-title {
    /*background-color: #223BCB !important;*/
    background-color: #000865 !important;
    color: white;
    font-weight: 700;
    padding: 0 !important;
}
.html-payment-page .table-title div {
    /*text-align: center !important;*/
    /*padding: 10px 0;*/
    padding-top: 10px;
    padding-bottom: 10px;
}
/*.html-payment-page .table-title div:nth-child(2n) {
    color:black;
    height:100%;
    background-color: #ffff6a;
}*/

.table-statement .row:last-child .col-3:nth-child(3),
.table-statement .row:last-child .col-3:nth-child(4) {
    /*background-color: #223BCB;*/
}

.table-statement, .table-payment {
    border: 1px solid black;
    border-radius: 4px;
    margin: 20px 0;
    overflow: hidden;
}

.table-statement {
    margin-top: 0px;
}

.table-statement .row, .table-payment .row {
    border-bottom: 1px solid black;
    padding: 10px 0;
}

.table-statement .row:last-child, .table-payment .row:last-child {
    border-bottom: none;
}


.table-statement .row:nth-child(2n+1), .table-payment .row:nth-child(2n+1) {
    background-color: #f6f6f6;
}

.html-payment-page .row.table-title {
    /*background-color: #223BCB !important;*/
    background-color: #4169E1;
    color: white;
    padding: 10px 0;
    font-weight: 700;
}

.table-statement .row .col-2, .table-payment .row .col-2 {
    text-align: center;
}

.table-statement .row, .table-payment .row {
    align-items: center;
}

.table-statement .row div:nth-child(3),
.table-statement .row div:nth-child(4),
.table-payment .row div:nth-child(3) {
    text-align: right;
}
/*.table-payment .row div:nth-child(4){
    text-align:center;
}*/
.table-statement .row:last-child{
    font-weight:700;
}
.table-statement .row:last-child, .table-payment .row:last-child {
    /*background-color: #f7f743;*/
    background-color: #d6d6d7;
    font-weight: 500;
    /*color: #fff;*/
}

.table-payment .button-container {
    width: 100%;
    max-width: initial;
}

.table-payment .button-1:disabled {
    opacity: 0.4;
}

.table-payment .button-1 {
    color: white;
    background-color:black;
    padding: 10px 30px;
    border-radius: 10px;
    /*border: 0.1px solid #6b380d;*/
    margin-top: 10px;
    width: 100%;
    /*background-color: transparent;*/
    transition-duration: 0.3s;
}

    .table-payment .button-1:hover {
        background-color: #000865;
        color: white;
    }

@media(min-width:768px) {
    .table-payment .button-container {
        align-content: flex-end;
    }

    .table-payment .button-1 {
        margin-top: 0px;
        max-width: 160px;
    }
}

/* Final Pay button */
.html-payment-page .amount .button-1 {
    color: white;
    background-color: black;
}
    .html-payment-page .amount .button-1:hover {
        background-color: #000865;
    }


/* Trekker Health */
.html-health-page .title h3:first-child {
    margin-bottom: 10px;
}
.html-health-page .fieldset .title:not(:first-of-type) {
    background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(255,204,5,1) 100%);
}
.html-health-page .form-fields .button-1 {
    padding: 5px 10px;
    text-decoration: none;
    font-weight: normal;
}

.html-health-page .inputs div span {
    display: flex;
    flex-direction: row;
    align-content: center;
}

.html-health-page input[type="radio"] {
    margin: 0 5px;
}

.html-health-page .inputs.checkbox input[type="checkbox"] {
    transform: scale(1.3);
    margin-left: 5px;
}

.html-health-page #activity-div .row .inputs{
    display:flex;
    flex-direction:column;
}
.html-health-page #activity-div .row .inputs div{
    flex:1;
}
.html-health-page #activity-div .row .inputs div label{
    margin-top:auto;
}
.html-health-page .inputs.checkbox{
    display:flex;
    margin-bottom:0;
}
.html-health-page .inputs.checkbox input{
    margin-top: 5px;
    margin-right: 10px;
}
.html-health-page .inputs.checkbox .required{
    margin-right: 10px;
    margin-left:-5px;
}
.html-health-page span label{
    margin: 0;
}

/* Trekker Legal form */
.html-legal-page .title h3{
    margin-bottom: 10px;
}

.html-legal-page .form-fields.row{
    margin:0;
}

.html-legal-page .form-fields.row > p{
    color:red;
}
.html-legal-page .inputs.checkbox {
    display:flex;
    flex-direction: row;
}
.html-legal-page .inputs.checkbox .required{
    margin-right:10px;
}
/* Trekker Gear Rental */
.html-gear-rental-page .input-sleepingbag {
    margin: 5px;
}
.html-gear-rental-page .input-sleepingbag input{
    margin: 0 5px 5px 0;
}
.down-jacket span label, .rain-jacket span label, .snow-glove span label {
    margin: 0 20px 0 5px;
}

/* Trekker Personal Form */
.html-personal-page .fieldset .title:not(:first-of-type) {
    background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(255,204,5,1) 100%);
}

.html-gear-rental-page .fieldset .title:not(:first-of-type) {
    background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(255,204,5,1) 100%);
}

/* Trekker Itinerary*/
.html-itinerary-page h1, .html-itinerary-page h3 {
    font-family: 'Playfair Display', serif;
}

.html-booking-page .waitlist {
    /* Warning: Remember to update global.css .clr-red class. */
    border: 1px solid #b90000;
}
.html-booking-page .radio-list label {
    margin: 0;
}
