﻿.WorkerRestrictionsForm {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.WorkerRestrictionsForm-firstRow {
    flex-grow: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.WorkerRestrictionsForm-formGroup {
    padding-top: 15px;
    width: 50%;
}

.WorkerRestrictionsForm-formGroup label {
    padding-left: 0;
}

.WorkerRestrictionsForm-formGroup .FormGroup-body {
    padding-left: 0;
}

.WorkerRestrictionsForm-body {
    flex-grow: 1;
    width: 100%;
    overflow-y: auto;
    max-height: 100%;
}

.WorkerRestrictionsForm-table {
    width: 100%;
}

.WorkerRestrictionsForm-tableBody {
    line-height: 2.5;
}

.WorkerRestrictionsForm-forDeletion {
    text-decoration: line-through;
}

.WorkerRestrictionsForm-tabContent {
    padding-top: 15px;
    padding-left: 15px;
    height: 100%;
    overflow-x: hidden;
}

.WorkerRestrictionsForm-actionsColumnHeader {
    cursor: none;
    pointer-events: none;
}
