
.ts-flex-element, .ts-flex-container, input, .ts-member-div,
.tsMemberBox , .tsMemberNameBox, #ts-flex-right-content {
    border-radius: 3px;
}
#maintable td {
    width: 50%;
}
.tsMessages:empty {
    display: none;
}
#ts-new-registration-div {
    display: flex;
    gap: 20px; /* optional */
}

@media (max-width: 768px) {
    #ts-new-registration-div {
        flex-direction: column;
    }

    #ts-flex-left,
    #ts-flex-right {
        flex: none;
        width: 100%;
    }
}
 
.ts-flex-container {
    display: flex;
    flex-direction:row;
    gap: 20px;
 flex-wrap: wrap;
}
.ts-flex-element {
    background-color: #eeeeee;
    margin: 0 10px 10px 0;
    padding: 20px;
//flex-grow: max();
//width: 500px;
}
#ts-flex-left {
    flex: 2;
}
#ts-flex-right {
//height: 300px;
    flex: 1;
    border: none !important;
    background-color: white !important;
    padding: 0 !important;
}
#ts-flex-right-content {
    position: fixed;
    background-color: #eeeeee !important;
    padding: 20px;
    width: 30%;
    min-width: 250px;
}
@media screen and (max-width: 782px) {
    #ts-flex-right-content {
        position: absolute;
    }
}
#ts-data-protection {
    margin: 13px 0 20px 0;
}
input {
    margin: 10px 0;
}

.ts-group, .tsGroup, .ui-widget {
    margin-bottom: 0 !important;
    font-family: inherit !important;
}

#registration-coupon-code-info {
    color:green;
}
#registration-coupon-code-info-error {
    color:red;
}
#registration-coupon-code {
    width: 70%; min-width: 200px;
}
#ts-selected-members-wrapper .ts-member-div {
//background-color: #eeeeee !important;
//color: white;
}

#ts-imported-members-wrapper,
#ts-selected-members-wrapper {
    display: flex;
    flex-flow: wrap;
}
#ts-account-data .ts-flex-element {
    padding: 0;
    width: 50%
}
.ts-edit-icon {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
.fa-edit {
    color: #999999;
}
.ts-purple .ts-edit-icon {
    color: #ffffff !important;
}
#ts-account-data .ts-flex-element > div {
    background-color: white !important;
    border: 1px grey solid;
    padding: 10px;
}
.ts-member-div {
    width: 32%;
    min-width: 180px;
    color: black;
    border: 1px grey solid;
    background-color: white !important;
    padding: 10px 10px 30px 15px;
    margin: 0 5px 5px 0;
    position: relative;
    font-size: 14px;
}

.tsMemberNameBox,
.tsMemberBox {
    float: left !important;
    width: 100%;
}

.tsMemberNameBox li,
.tsMemberBox li {
    list-style: none;
}
.ts-label-mini {
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
}
.ts-select-member-button,
.ts-deselect-member-button {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 20px;
    padding: 0 0 2px 0;
    font-size: 12px;
    border: none;
    border-top: 1px grey solid;
    width: 100%;
    border-radius: 0;
}
#registration-inv-number {
    widthx: 300px; margin-top: 0;
}
#coupon-check {
    font-size: 16px;
}
#coupon-check-button {
    cursor: pointer;
    color: #FFF;
    background-color: #4599d4;
}
#ts-imported-members-wrapper {
    margin-top: 5px;
}
.ts-select-member-button {
    color: white;
    background-color: #4599d4 !important;
}
.ts-deselect-member-button {
    color: black;
    background-color: #ffffff !important;
}
.ts-deselect-member-button:hover {
    color: black !important;
}
#ts-selected-members-wrapper .ts-select-member-button {
    background-color: #ffffff !important;
}
.ts-member-just-registered .ts-select-member-button {
    background-color: #ffeeee !important;
}
.ts-member-just-registered {
    background-color: #ffffff !important;
}
.ts-button-disabled {
    background-color: #eeeeee !important;
}
#ts-summary-label {

}
#ts-summary-participants-div {
    font-size: 13px;
}
#registration-coupon-code-info {
    margin-top: 7px;
    font-size: 13px;
}
#registration-coupon-code-info-error {
    font-size: 13px;
    margin-top: 7px;
}
#ts-summary-price-per-participant {
    font-size: 13px;
}
#ts-summary-price {
    font-weight: bold;
}
#ts-summary-mwst-label {

}
#ts-register-button {
    display: none;
}
h4 {
    font-size: 20px;
    font-weight: bold;
}
.ts-purple {
    background-color: #4599d4 !important;
    color: white;
}
table#maintable td {
    padding: 5px 10px 5px 0 !important;
    background-color: #eeeeee;
    border: none;
}
table#maintable input {
    margin: 0 !important;
}
#dia-error-display:empty {
    display: none;
}
#dia-error-display {
    color: red;
}
#error_email_exists {
    color: red;
    max-width: 350px;
}