﻿.occurrence-title {
    font-weight: bold;
    margin-top: 16px;
}

.attendees-loader-wrapper {
    display: flex;
}

.attendees-loader {
    position: relative;
}

.button-action {
    background-color: transparent;
    padding: 10px;
    cursor: pointer;
}
.button-delete {
    color: #e22c60;
}

.button-add, .button-save {
    color: #39d38b;
}
    .button-save:hover {
        color: #39d38b;
        background-color: transparent;
    }

.button-save:disabled {
    color: #ded4cf;
    background-color: transparent;
}

.add-panel {
    margin-bottom: 32px;
    margin-top: 16px;
    display: flex;
    align-items: start;
}

.add-panel_search {
    flex: 1;
}

.add-panel_action {
    flex: 0 0 auto;
    padding-top: 36px;
    width: 60px;
    display: flex;
    justify-content: center;
}

.umb-table-cell--small {
    width: 60px;
    max-width: 60px;
}

.table-wrapper {
    overflow-x: auto;
}

table {
    width: 100%;
    table-layout: fixed;
}

td, th {
    overflow-wrap: anywhere;
}

.umb-table {
    width: 100%;
    border-collapse: collapse;
    display: block;
}

    .umb-table th,
    .umb-table td {
        border-bottom: 1px solid #e9e9eb;
        text-align: left;
        vertical-align: middle;
        font-size: 14px;
        color: #817f85;
        padding: 6px 16px;
        min-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .umb-table th:last-child,
        .umb-table td:last-child {
            width: 40px;
            text-align: right;
            white-space: nowrap;
        }

    .umb-table th {
        font-weight: 600;
        /*color: #a2a1a6;*/
        color: #1b264f;
        background: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        text-wrap-mode: nowrap;
        cursor: pointer;
    }

    .umb-table tr {
        display: table-row;
    }

    .umb-table__footer__add {
        min-height: 40px;
        min-width: 40px;
    }