#solea_event_overview_table th {
    text-align: left;
    padding-right: 20px;
}


.solea_event_overview {
    display: grid;
    grid-template-areas:
    "content menu";

    grid-template-columns: 3fr 1fr;
    gap: 5px;
    padding: 5px;
}

.solea_event_settings_parent {
    display: grid;
    grid-template-areas: "settings  localgroup";
    grid-template-columns: 2fr 1fr;
    gap: 5px;
    padding: 5px;
}

.solea_event_settings_common {
    grid-area: settings;
}

.solea_event_settings_local_groups {
    grid-area: localgroup;
}

.solea_event_overview_header {
    grid-area: header;
    height: 40px;
}

.solea_event_overview_details {
    grid-area: content;
}


.solea_event_overview_control {
    grid-area: menu;
    border-left-color: #c0c0c0;
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 10px;
}

.solea-page {
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
    box-shadow: 5px 5px 10px #e0e0e0;
    width: 95%;
    border-radius: 10px;
    margin: 50px auto;
    padding: 5px;
    background-color: #ffffff;
}

.solea-page table {
    width: 100%;
}

.solea-page table tr td {
    vertical-align: top;
}

.solea-page table tr td:first-child {
    width: 250px;
}

.solea-div-selector {
    background-color: #ffffff;
}

.solea-page h3 {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e7eb;
    border-radius: 10px;
    padding: 0 60px 5px 20px;
    border-left-width: 40px;
    font-size: 12pt;
    position: relative;
    left: 25px;
    width: 40%;
    top: -35px;
}

.solea-page select,
.solea-page table input[type="date"],
.solea-page input[type="text"],
.solea-page input[type="email"],
.solea-page input[type="number"],
.solea-page textarea {
    width: 250px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #525c63;
    font-size: 13pt;
    line-height: 1.4em;
    padding: 5px;
    margin-top: 10px;
}

.solea-page textarea {
    height: 150px;
}

.solea-page select {
    padding: 7px;
    width: 263px;

}

.sb_large {
    width: 335px !important;
}

.tb_large {
    width: 320px !important;
}

.tb_small {
    width: 60px !important;
}


.solea-page table {
    width: 100%;
}
.solea-page table td {
    padding: 5px 15px;
    font-size: 12pt;
}

.solea-page table td:first-child {
    width: 200px;
}

.solea_event_settings_local_groups ul,
.solea_event_settings_common ul {
    padding: 5px;
}

.solea_event_settings_local_groups ul li,
.solea_event_settings_common ul li,
.solea-event-management-page ul li{
    list-style-type: none;
    padding-bottom: 10px;
}

.solea_event_settings_local_groups ul li label,
.solea_event_settings_common ul li label,
.solea-event-management-page ul li label {
    padding-left: 10px;
    cursor: pointer;
}

.solea-participation-fees-table-readonly tr td:nth-child(2) input[type="text"] {
    width: 50px;
    border-style: none;
    cursor: default;
}

.solea-participation-fees-table-readonly tr td:nth-child(3) input[type="text"] {
    width: 450px;
    border-style: none;
    cursor: default;
}

.solea-participation-fees-table tr td:nth-child(2) input[type="text"] {
    width: 50px;

}

.solea-participation-fees-table tr td:nth-child(3) input[type="text"] {
    width: 450px;

}

#solea_new_event_basic_data {
    width: 600px;
}