/**
 * Ticket types selection
 */

.vtd-registration .vtd-ticketType > label {
    display: none;
}

.vtd-registration .vtd-ticketType li {
    display: block;
    margin-bottom: 1em;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    min-height: 44px;
}

.vtd-registration .vtd-ticketType li:focus,
.vtd-registration .vtd-ticketType .active {
    box-shadow: inset 0 0 0 2px #e99424;
}

.vtd-registration .vtd-ticketType input {
    margin: 23px 0 0 20px;
}

.vtd-registration .vtd-ticketType li label {
    display: block;
    margin-left: 50px;
    padding: 20px 10px 20px 0;
}

/**
 * Participants table
 */

.vtd-participants thead {
    float: left;
    width: 26%;
    margin-right: 4%;
}

.vtd-participants th,
.vtd-participants tr,
.vtd-participants td {
    display: block;
    width: 100%;
}

.vtd-participants thead th {
    margin: .9em 0 2em;
    background-color: transparent;
}

.vtd-participants .type-checkbox_group {
    margin-top: 1.3em;
}

.vtd-participants .icon {
    box-sizing: content-box;
    cursor: pointer;
    background-color: #fff;
}

.vtd-participants .rowdata-checkboxgroup input {
    float: none;
    vertical-align: initial;
}

/** Saved participants */
.vtd-participants .nodefault {
    padding: 1em 0.3em;
    border-bottom: 1px solid #ccc;
    background-color: #ffedd3;
}

.vtd-participants .nodefault td {
    display: block;
    vertical-align: initial;
}

.vtd-participants .nodefault .edit,
.vtd-participants .nodefault .remove {
    display: inline;
}

.vtd-registration .fe-dataRow {
    width: 100%;
}

.vtd-registration .fe-dataRow tbody td [class*='w-'],
.vtd-registration select,
.vtd-registration .proFormText,
.vtd-registration input[type='text'],
.vtd-registration .type-text input {
    width: 100%;
    max-width: 30em;
}

.vtd-participants .fe-dataRow td:last-child {
    text-align: left;
}

@media (min-width: 768px) {
    .vtd-participants .type-checkbox_group {
        width: 230px;
    }

    .vtd-participants .nodefault td {
        display: table-cell;
        width: auto;
    }
}

/** Edit Ken 25/11/2022
* Remove "Locatie van de stand
 */
#sectionPreferences,
.vtd-participants > .subtitle,
#participants_4_defaultValue,
#participants_4_defaultValue + label,
#participants_4,
#participants_4_locked,
#participants_4_lock,
#participants_4_unlock,
#single_participant_section {
    position: absolute;
    visibility: hidden;
    display: none;
}

/** checkbox */
#participants_5_1 {
    margin-right:.5rem;
    margin-top: 5px;
}

#participants_5_1 + label {
    font-size:16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
