#content-pay {
    margin-bottom: 30px;
}

form {
    min-width: 420px !important;
}

.form {
    min-width: 470px;
    margin: auto;
    width: 50%;
    margin-top: 2%;
}

.form-data {
    padding: 16px;
    min-width: 470px;
}

.form-data>p {
    font-size: 20px;
}

#payment {
    min-width: 320px;
}

#payment::after {
    clear: right;
}

#valuePayment,
#valuePayment.payed {
    margin-top: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
}

#valuePayment {
    color: #ED6116;
}

#valuePayment.payed {
    color: #13903d;
}

.left,
.mid,
#info.info {
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
}

.left {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 40%;
}

.mid,
#info.info {
    margin-left: 25%;
    margin-right: 25%;
    max-width: 50%;
}

.mid {
    margin-top: 10px;
}

.left:last-of-type::after {
    clear: both;
}

#inlineInfo {
    display: none;
    width: 100%;
    text-align: center;
    margin: auto;
}

#inlineInfo h4 {
    text-align: left;
}

.photo {
    height: 60px;
    margin: 5px;
    float: left;
}

.photo::after {
    clear: both;
}

#info.info {
    font-size: 80%;
    text-align: justify;
}

/*TABLE*/
.table-responsive {
    overflow-x: auto;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table thead {
    display: none;
}

.responsive-table tr {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    display: block;
}

.responsive-table td {
    display: block;
    text-align: right;
    padding: 0.4rem;
    border-bottom: 1px dotted #ccc;
}

.responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 767px) {
    .pay-button {
        width: 70%;
        height: 3.2rem;
        font-size: 1.4rem !important;
    }
    .responsive-table tr {
        margin-bottom: 2rem;
      }
}

@media (min-width: 768px) {
    .responsive-table thead {
        display: table-header-group;
    }

    .responsive-table tr {
        display: table-row;
        padding-bottom: 0.4rem;
    }

    .responsive-table td {
        display: table-cell;
        text-align: center;
        border-bottom: 0;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .responsive-table td::before {
        display: none;
    }

    .col-index {
        width: 8%;
    }

    .col-date {
        width: 27%;
    }

    .col-zone {
        width: 20%;
    }

    .col-price {
        width: 20%;
    }

    .col-button {
        width: 25%;
    }
}

/*TABLE*/


#info-footer {
    padding-top: 16px;
    margin-top: 20px;
    padding-left: 4%;
    padding-right: 4%;
}

@media screen and (max-width: 768px) {
    form {
        min-width: 320px !important;
    }

    .form,
    .form-data {
        min-width: 320px;
        width: 90%;
    }

    .left,
    .mid,
    #info.info {
        margin-left: 5%;
        margin-right: 5%;
        max-width: 90%;
    }
}