.flowweb-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    font-size: 12px;
    line-height: 1.2;
    background: #fff;
}

.flowweb-table th {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    padding: 6px 8px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}

.flowweb-table td {
    font-size: 12px;
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.flowweb-table tbody tr:hover {
    background: #fafafa;
}

.flowweb-button {
    font-size: 12px !important;
    padding: 4px 8px !important;
    min-height: 26px !important;
    line-height: 1.2 !important;
    border: 1px solid #bdbdbd !important;
    background: #e6e6e6 !important;
    color: #333 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block;
}

.flowweb-input,
.flowweb-select,
.flowweb-textarea {
    font-size: 12px;
    padding: 4px 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.flowweb-modal-overlay {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
}

.flowweb-modal-box {
    background: #fff;
    max-width: 800px;
    max-height: 85vh;
    overflow-y: auto;
    margin: 5vh auto;
    padding: 25px;
    border-radius: 8px;
    position: relative;
    font-size: 12px;
}

.flowweb-modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
}

.flowweb-muted {
    color: #666;
    font-size: 12px;
}

.flowweb-page {
    max-width: 1400px;
}

.flowweb-section {
    margin-bottom: 24px;
}

.flowweb-table {
    margin-top: 10px;
}

.flowweb-button:hover {
    background: #d9d9d9 !important;
}

.flowweb-table th {
    background: #f7f7f7;
}

.flowweb-table tbody tr:hover {
    background: #f5f5f5;
}



.flowweb-table th {
    background: #f7f7f7;
}

.flowweb-table tbody tr:hover {
    background: #f5f5f5;
}

.flowweb-button:hover {
    background: #d9d9d9 !important;
}

.flowweb-table {
    margin-top: 10px;
}

.flowweb-toolbar {
    margin: 10px 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.flowweb-table-wrap {
    overflow-x: auto;
    width: 100%;
}

.flowweb-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 12px;
    font-size: 12px;
}


.flowweb-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 12px;
    font-size: 12px;
    margin-top: 12px;
}


.flowweb-success {
    color: green;
}

.flowweb-error {
    color: #b00020;
}

.flowweb-warning {
    color: #9a6700;
}

.flowweb-search {
    width: 360px;
    max-width: 100%;
}

.flowweb-badge {
    display: inline-block;
    padding: 2px 6px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    font-size: 11px;
    line-height: 1.2;
}

.flowweb-account-tabs {
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
}

.entry-content > .flowweb-account-tabs:first-child {
    margin-top: 0 !important;
}

.entry-content > p:empty {
    display: none !important;
}

.entry-content > br {
    display: none !important;
}


.entry-content > p:empty + .flowweb-account-tabs {
    margin-top: 0 !important;
}

.flowweb-account-tabs {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
    padding-top: 0 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
}


/* Account dashboard */

.flowweb-account-dashboard {
    max-width: 760px;
    margin: 6px 0 0 0;
    padding: 0;
    font-size: 14px;
}

.flowweb-account-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}

.flowweb-account-row label {
    width: 220px;
    min-width: 220px;
    font-size: 14px;
    font-weight: 600;
}

.flowweb-account-row input,
.flowweb-account-row select {
    width: 340px;
    max-width: 340px;
    height: 34px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.3;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    box-shadow: none;

    box-sizing: border-box;
}

.flowweb-account-verified {
    font-size: 13px;
    margin-left: 8px;
    color: #777;
}

.flowweb-account-actions {
    margin-left: 230px;
    margin-top: 12px;
}

.flowweb-account-dashboard button,
.flowweb-account-dashboard input[type="submit"] {
    font-size: 13px;
    padding: 7px 14px;
    min-height: 34px;
}

/* Thin grey borders for FlowWeb form fields and search bars */

.flowweb-account-dashboard input,
.flowweb-account-dashboard select,
.flowweb-input,
.flowweb-select,
.flowweb-textarea,
.flowweb-toolbar input,
.flowweb-toolbar select,
.flowweb-antibody-search input,
.flowweb-antibody-search select,
#flowweb-admin-antibody-search,
#flowweb-antibody-filter-text,
#flowweb-antibody-filter-column {
    border: 1px solid #cfcfcf !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 2px !important;
}

.flowweb-dt-controls {
    margin: 12px 0 8px 0;
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
}

.flowweb-dt-controls input,
.flowweb-dt-controls select,
.flowweb-dt-bottom select {
    min-height: 28px;
    padding: 3px 6px;
    font-size: 12px;
}

.flowweb-dt-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    flex-wrap: wrap;
    font-size: 12px;
}

.dt-paging-button {
    margin: 0 2px;
    font-size: 12px;
}
