.nav-tab {
    float: left;
    border: 1px solid #e8e8e8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.71428571;
    font-weight: 600;
    background: linear-gradient(to bottom, #fff, #f6f7f7);
    color: #50575e;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.nav-tab-wrapper {
    border-bottom: 1px solid #c3c4c7;
    margin: 0;
    padding-bottom: 35px;
    line-height: inherit;
    padding-left: 0;
    list-style: none;
    margin-bottom: 1px;
}

.nav-tab-wrapper li {
    display: inline;
    padding: 5px  15px;
    margin-left: 0px;
}

.nav-tab-active,
.nav-tab-wrapper li:hover {
    background: linear-gradient(to bottom, #fff, #ecdfb0);
    color: #000;
}

.container_hidden {
    display: none;
}

.container_visible {
    display: block;
}

.button {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px 15px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 10px;
    white-space: nowrap;
    box-sizing: border-box;
}

.solea-button {
    background-color: #ffffff !important;
    color: #0a4b78 !important;
}

.cancel {
    background-color: #f8c79d !important;
    color: #e81313 !important;
}

.warning {
    background-color: #f4e696 !important;
    color: #8a7442 !important;
}

.solea-event-action-button {
    border-radius: 5px;
    margin-bottom: 10px !important;
    width: 250px;
    text-align: center;
}

.solea-button:hover {
    color: #ffffff !important;
    background-color: #0a4b78 !important;
}

.solea-link {
    color: #679ecd;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 9pt;
}

.solea-label-sm {
     font-size: 9pt;
}

.cancel:hover {
    color: #f8c79d !important;
    background-color: #e81313 !important;
}

.warning:hover {
    color: #000000 !important;
    background-color: #fbdb1b !important;
}

.solea_table_search_field {
    width: 100%;
    text-align: right
}

table {
    font-size: 12pt;
}

table tbody {
    font-size: 11pt;
    color: #606060;
}

/* Grundstil für Tabellen */
table.widefat {
    border-spacing: 0;
    width: 100%;
    clear: both;
    margin: 0;
    border: 1px solid #dfe3e8;
    background-color: #fff;
    word-wrap: break-word;
}

/* Tabellen-Zebra-Streifen – für .striped */
.striped > tbody > :nth-child(odd),
.striped > tbody > :nth-child(odd) > td {
    background-color: #fafafa;
}

/* Hover-Effekt */
.widefat tbody tr:hover {
    background-color: #f0f0f1;
}

/* Tabellenkopf */
.widefat thead th {
    border-bottom: 1px solid #c3c4c7;
    background: linear-gradient(to bottom, #fff, #f6f7f7);
    text-align: left;
    font-weight: 600;
    padding: 8px 10px;
}

/* Tabellenzellen */
.widefat td {
    border-bottom: 1px solid #eee;
    padding: 8px 10px;
}

.solea_link {
    color: #679ecd;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 9pt;
}

.red {
    color: #e81313;
}

.red-background {
    background-color: #f8c79d !important;
}

.yellow {
    color: #b6a024;
}

.yellow-background {
    background-color: #f4e696 !important;
}

.green {
    color: #008000;
}

.tox-statusbar__branding,
.tox-promotion {
    display: none !important;
}

.solea_participant_modal_textbox,
.solea_mail_subject_box {
    width: 50vw;
    color: #606060;
    padding: 10px;
    font-size: 12pt;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    margin-bottom: 10px;
}

.solea_participant_modal_textbox {
    width: 90%;
}

.tox {
    width: 51vw;
}

.solea_mail_recipient_box {
    width: 50vw;
    height: 40px;
    color: #606060;
    padding: 10px;
    font-size: 12pt;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    margin-bottom: 10px;
}

.solea_mail_content_box {
    width: 50vw;
}

@media screen and (max-width: 1024px) {
    .solea_mail_recipient_box,
    .solea_mail_subject_box{
        width: 75vw !important;
    }

    .tox {
        width: 81vw !important;
    }
}

.ta-center {
    text-align: center;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.input_element_valid {
    background-color: #ffffff !important;
    color: #c0c0c0 !important;
}

.input_element_error {
    background-color: #fd9393 !important;
    color: red !important;
}

.solea-event-meta-data-table {
    margin-top: 10px;
}

.solea-event-meta-data-table tr td:first-child {
    width: 250px;
    vertical-align: top;
}

.solea-payment-table tr:first-child td:first-child {
    width: 175px;
}

.center {
    text-align: center;
}

.girocode-label {
    font-size: 8pt; width: 100%; text-align: center; margin-top: -20px;
}