﻿@media screen and (min-width: 769px) {
    body {
        background-color: antiquewhite;
        width: 1000px;
        height: 100%;
        margin: 0 auto;
        font-family: 'Oswald', 'Open Sans', sans-serif;
    }

    header {
        padding: 30px;
        background-color: #031f73;
        color: white;
        font-size: 50px
    }

    main {
        border: 1px solid gray;
    }

    main .content {
        padding: 20px 20px 30px;
        min-height: 300px;
    }
        main .content.homepage {
            padding: 0;
            min-height: unset;
        }

    footer {
        background-color: #031f73 !important;
        font-size: 18px;
        display: block;
        width: 100%;
    }

        footer ul {
            list-style: none;
            display: flex;
            flex-direction: row;
            margin: 0;
        }

            footer ul li {
                margin: 20px;
                text-transform: uppercase;
            }

    .aNavigation {
        color: white;
        text-decoration: none;
    }

    .title {
        font-size: 30px;
        border: none;
        padding: 20px 0;
        font-weight: 600;
        text-transform: uppercase;
    }

    .formButton {
        cursor: pointer;
        max-height: 43px;
        min-height: 43px;
        height: 43px;
        border-width: 0px;
        border-style: none;
        padding-left: 45px;
        padding-right: 45px;
        font-family: 'Oswald', 'Open Sans', sans-serif !important;
        font-size: 18px !important;
        font-weight: 300;
        border-radius: 6px;
        border: 1px solid #ffffff !important;
        color: white !important;
        background-color: #009fde;
    }

    .formButtonDisabled {
        cursor: text;
        max-height: 43px;
        min-height: 43px;
        height: 43px;
        border-width: 0px;
        border-style: none;
        padding-left: 45px;
        padding-right: 45px;
        font-family: 'Oswald', 'Open Sans', sans-serif !important;
        font-size: 18px !important;
        font-weight: 300;
        border-radius: 6px;
        border: 1px solid #ffffff !important;
        background-color: #afafaf;
        color: #ffffff;
        border-color: #cfcfcf;
    }

    .dropDownPaymentMethod {
        font-weight: 600 !important;
        display: block !important;
        padding: 0px;
        padding: 9px 10px;
        text-decoration: none !important;
    }

    .home-image-mobile {
        display: none;
    }

    .home-image {
        height: 450px;
        background-image: url('/images/HeroMilano.jpg');
        background-size: cover;
    }

        .home-image div {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            height: 100%;
            align-items: flex-end;
        }

            .home-image div ul {
                margin-right: 25px;
                list-style: none;
            }

                .home-image div ul li {
                    height: 43px;
                    padding: 25px 0;
                    text-align: center;
                }

                    .home-image div ul li div.redirect-message {
                        height: unset;
                    }

                        .home-image div ul li div.redirect-message div {
                            width: 300px;
                            border: solid;
                            border-width: 1px;
                            background-color: antiquewhite;
                            text-align: center;
                            padding: 10px;
                            border-radius: 5px;
                            display: block;
                        }


    .home-image.WWC2025 {
        background-image: url('/images/HeroWrestling.jpg');
    }

    .btnPayNow {
        background-color: yellow;
        color: #031f73 !important;
        font-weight: bold;
        border: 1px solid #1c1c1c !important;
    }

    .privacy-policy {
        border: solid;
        border-width: 1px;
        height: 60vh;
        overflow-y: scroll;
        padding: 0 20px;
    }

    .terms-conditions {
        border: solid;
        border-width: 1px;
        height: 60vh;
        overflow-y: scroll;
        padding: 0 20px;
    }

        .terms-conditions.purchase {
            height: 30vh;
        }

    .terms-condition-form td {
        padding: 6px;
    }

    .terms-condition-form .label {
        font-weight: 600;
    }

    .formTextTerms {
        font-style: italic;
        font-size: 32px;
        font-weight: bold;
        height: 45px;
        width: 200px;
        text-align: center;
    }

    .payment {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
        font-size: 16px;
    }

        .payment .paymentblock {
            padding: 0;
            margin-right: 20px;
            margin-bottom: 20px;
        }

        .payment .paymentblock:last-child {
            margin-right: 0px;
        }

            .payment .paymentblock .billto, .payment .paymentblock.selectpayment, .payment .paymentblock.wtinstruct {
                padding: 0;
            }

                .payment .paymentblock .billto .title, .payment .paymentblock.selectpayment .title, .payment .paymentblock.wtinstruct .title {
                    padding: 0;
                    font-size: 16px;
                    text-transform: none;
                    min-width: 190px;
                }

                .payment .paymentblock.selectpayment .text, .payment .paymentblock.wtinstruct .text {
                    padding: 0;
                    font-size: 16px;
                    margin-top: 18px;
                }

    .total-section {
        padding: 0;
        display: flex;
        justify-content: flex-end;
        background: #fffaa4;
        padding: 12px;
        vertical-align: middle;
        border: 1px solid lightgrey;
    }

        .total-section .TotalAmountBox {
            font-weight: 500;
            padding: 0;
        }

            .total-section .TotalAmountBox .TotalAmountBoxBlock {
                padding: 0;
            }

                .total-section .TotalAmountBox .TotalAmountBoxBlock.storecredit {
                    margin-bottom: 15px;
                }

                .total-section .TotalAmountBox .TotalAmountBoxBlock .title {
                    font-size: 16px;
                    padding: 0;
                    text-align: right;
                }

                .total-section .TotalAmountBox .TotalAmountBoxBlock .text {
                    font-size: 18px;
                    padding: 0;
                    text-transform: none;
                    text-align: right;
                }

    .paymentbuttonblock {
        display: flex;
        padding: 20px 0;
        justify-content: space-between;
    }

    .paymentbuttonblock div {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    body {
        background-color: antiquewhite;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        font-family: 'Oswald', 'Open Sans', sans-serif;
    }

    header {
        padding: 20px;
        background-color: #031f73;
        color: white;
        font-size: 30px
    }

    main {
        padding-bottom: 143px;
    }

        main .content {
            margin: 0 20px;
        }

        main .content.homepage {
            margin: 0;
        }

    footer {
        background-color: #031f73 !important;
        font-size: 15px;
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        margin: 0;
        z-index:101;
    }

        footer ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            padding: 15px 0 20px 20px;
            margin: 0;
        }

            footer ul li {
                margin: 5px;
                text-transform: uppercase;
            }

    .aNavigation {
        color: white;
        text-decoration: none;
    }

    .title {
        font-size: 25px;
        border: none;
        padding: 20px 0;
        font-weight: 600;
        text-transform: uppercase;
    }


    .formButton {
        cursor: pointer;
        max-height: 43px;
        min-height: 43px;
        height: 43px;
        border-width: 0px;
        border-style: none;
        padding-left: 45px;
        padding-right: 45px;
        font-family: 'Oswald', 'Open Sans', sans-serif !important;
        font-size: 18px !important;
        font-weight: 300;
        border-radius: 6px;
        border: 1px solid #ffffff !important;
        color: white !important;
        background-color: #009fde;
    }

    .formButtonDisabled {
        cursor: text;
        max-height: 43px;
        min-height: 43px;
        height: 43px;
        border-width: 0px;
        border-style: none;
        padding-left: 45px;
        padding-right: 45px;
        font-family: 'Oswald', 'Open Sans', sans-serif !important;
        font-size: 18px !important;
        font-weight: 300;
        border-radius: 6px;
        border: 1px solid #ffffff !important;
        background-color: #afafaf;
        color: #ffffff;
        border-color: #cfcfcf;
    }

    .dropDownPaymentMethod {
        font-weight: 600 !important;
        display: block !important;
        padding: 0px;
        padding: 9px 10px;
        text-decoration: none !important;
    }

    .home-image-mobile {
        margin: 0;
        background-image: url('/images/HeroMilano.jpg');
        height: 200px;
        background-size: contain;
    }

    .home-image-mobile.WWC2025 {
        background-image: url('/images/HeroWrestling.jpg');
    }

    .home-image div ul {
        list-style: none;
        margin: 0;
        padding: 0 15px;
    }

        .home-image div ul li {
            height: 43px;
            margin: 12px auto;
            text-align: center;
        }

            .home-image div ul li div.redirect-message {
                width: 100%;
                display: block;
                text-align: center;
            }


                .home-image div ul li div.redirect-message div {
                    background-color: antiquewhite;
                    max-width: 280px;
                    border: solid;
                    border-width: 1px;
                    padding: 10px 0;
                    border-radius: 5px;
                    margin: 0 auto;
                }


    .btnPayNow {
        background-color: yellow;
        color: blue !important;
        font-weight: bold;
        min-width: 250px;
    }

    .privacy-policy {
        border: solid;
        border-width: 1px;
        height: 60vh;
        overflow-y: scroll;
        padding: 0 10px;
    }

    .terms-conditions {
        border: solid;
        border-width: 1px;
        height: 60vh;
        overflow-y: scroll;
        padding: 0 10px;
    }

        .terms-conditions.purchase {
            height: 30vh;
        }

    .numguests-save {
        text-align: center;
    }

    .terms-condition-form td {
        text-align: center;
        padding: 6px;
    }

    .terms-condition-form .label {
        font-weight: 600;
        padding-top: 15px;
    }

    .formTextTerms {
        font-style: italic;
        font-size: 30px;
        font-weight: bold;
        height: 50px;
        width: 100%;
        text-align: center;
    }

    .payment {
        display: flex;
        flex-direction: column;
        padding: 0;
        font-size: 14px;
        margin: 0;
    }

        .payment .paymentblock {
            padding: 0;
            margin: 0;
        }

            .payment .paymentblock .billto, .payment .paymentblock.selectpayment, .payment .paymentblock.wtinstruct {
                padding: 0;
                margin: 0;
            }

                .payment .paymentblock .billto .title, .payment .paymentblock.selectpayment .title, .payment .paymentblock.wtinstruct .title {
                    padding: 0;
                    font-size: 14px;
                    text-transform: none;
                    margin: 0;
                }

                .payment .paymentblock.selectpayment .title, .payment .paymentblock.wtinstruct .title {
                    padding-top: 10px;
                    border-top: 1px solid black;
                }

                .payment .paymentblock.selectpayment .text, .payment .paymentblock.wtinstruct .text {
                    padding: 0;
                    font-size: 16px;
                    margin: 18px 0;
                }

    .total-section {
        padding: 0;
        display: flex;
        justify-content: flex-end;
        background: #fffaa4;
        padding: 12px;
        vertical-align: middle;
        border: 1px solid lightgrey;
        margin: 0;
    }

        .total-section .TotalAmountBox {
            font-weight: 500;
            padding: 0;
        }

            .total-section .TotalAmountBox .TotalAmountBoxBlock {
                padding: 0;
            }

                .total-section .TotalAmountBox .TotalAmountBoxBlock.storecredit {
                    margin-bottom: 15px;
                }

                .total-section .TotalAmountBox .TotalAmountBoxBlock .title {
                    font-size: 14px;
                    padding: 0;
                    text-align: right;
                }

                .total-section .TotalAmountBox .TotalAmountBoxBlock .text {
                    font-size: 18px;
                    padding: 0;
                    text-transform: none;
                    text-align: right;
                }

    .paymentbuttonblock {
        display: flex;
        padding: 15px 0;
        /*justify-content: space-between;*/
        flex-direction: column-reverse;
    }

        .paymentbuttonblock div {
            padding: 10px 0 0 0;
            text-align: center;
        }

        .paymentbuttonblock .makepayment {
            margin-bottom:15px;
        }
}
/*

    .TotalAmountBox {
        background: #fffaa4;
        padding: 12px;
        margin-top: 6px;
        vertical-align: middle;
    }

    .cartTotalTitle {
        font-size: 18px;
        font-weight: 600;
        max-width: 305px !important;
        width: 305px !important;
        clear: left;
        display: block;
        font-family: 'Oswald', sans-serif !important;
    }

    .cartTotalValue {
        font-size: 29px;
        font-weight: 600;
        max-width: 305px !important;
        width: 305px !important;
        clear: left;
        display: block;
        font-family: 'Oswald', sans-serif !important;
    }

    */

    .formText {
        max-height: 32px;
        min-height: 32px;
        box-shadow: inset rgba(165,165,165,.35) 1px 1px 5px;
        border-width: 1px;
        border-style: solid;
        max-width: 500px;
        padding-left: 6px;
        background-color: #ffffff !important;
        font-size: 12px !important;
        font-weight: normal;
        font-family: 'Open Sans', sans-serif !important;
        color: #111111;
        border-color: #d3d3d3;
    }


    .loader {
        border: 16px solid #f3f3f3; /* Light grey */
        border-top: 16px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 80px;
        height: 80px;
        animation: spin 2s linear 4s;
        animation-duration: 3s;
        animation-iteration-count: 2;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .dropDownMenuList {
        font-weight: 600 !important;
        display: block !important;
        padding: 0px;
        padding-top: 9px;
        padding-bottom: 9px;
        text-decoration: none !important;
        text-transform: uppercase;
        padding-left: 25px;
    }

.modaloverlay {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

    .modaloverlay .content {
        font-size: 30px;
        max-width: 350px;
        top: 25%;
        margin: 0 33%;
        position: fixed;
        cursor: pointer;
        text-align: center;
    }

/* SYSTEM NOTIFICATIONS */
.invalidcard-container {
    display:none;
    margin: 0;
    padding: 0
}

.message-container {
    padding: 0px;
    margin: 0 0 18px 0;
}

.normal {
    background-repeat: no-repeat;
    background-position: 140px 9px !important;
    background-color: Transparent;
}

.warningLight {
    background-image: url('/images/warning.png') !important;
    background-repeat: no-repeat;
    background-position: 140px 9px !important;
    background-color: Transparent;
}

.critical {
    background-image: url('/images/critical.png') !important;
    background-repeat: no-repeat;
    background-position: 140px 9px !important;
    background-color: Transparent;
}

.error, .notice, .success, .warning {
    border: 1px solid;
    background-repeat: repeat-x;
    background-position: top;
    padding: 12px;
    vertical-align: middle;
    display: block;
    margin: 0 0 10px 0;
}

.homeContentBoxGray .error, .homeContentBoxGray .notice, .homeContentBoxGray .success, .homeContentBoxGray .warning {
    padding-left: 12px !important;
}

.innerContentBox .error, .innerContentBox .notice, .innerContentBox .success, .innerContentBox .warning {
    padding-left: 12px !important;
}

.empty {
    border: 1px solid transparent;
    padding: 12px;
    width: 90%;
    vertical-align: middle;
    margin: 0px;
    display: block;
    margin-bottom: 15px;
}

.error img, .notice img, .success img, .warning img {
    padding-right: 12px;
    vertical-align: middle;
}

.divTable {
    display: table;
    padding: 0;
}

.divRow {
    display: table-row;
    padding: 0;
}

.divCell {
    display: table-cell;
    padding: 0;
}

.smClose {
    float: right;
    margin-top: -12px;
    margin-right: -6px;
    right: 0;
    top: 0;
}

.error {
    background-color: #ffc8c8;
    border-color: #f59f9f;
    color: #5f5f5f;
}

.success {
    background-color: #c8ffcb;
    border-color: #9ff5a5;
    color: #5f5f5f;
}

.notice {
    background-color: #c8f0ff;
    border-color: #9fd8f5;
    color: #5f5f5f;
}

.warning {
    background-color: #fcffc8;
    border-color: #f5f49f;
    color: #5f5f5f;
}


    .smClose a {
        color: Gray;
    }
/* SYSTEM NOTIFICATIONS */