.table-holder table{margin-top:1em;width:100%;border-spacing:0}.table-holder th{font-size:1.2em;text-align:left;position:sticky;top:0;background-color:var(--table-header-color)}.table-holder td{height:3.5em;text-align:left}.table-holder thead th{height:3.5em;border-bottom:2px solid var(--light-grey)}.table-holder th:first-child,.table-holder td:first-child{padding-left:var(--padding)}.table-holder:not(.basic-table) tr:nth-child(even){background-color:var(--light-grey)}.table-holder:not(.basic-table) tr:hover{background:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))}table.selectable tr.focused{background:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))}.table-holder table:not(.show-field-labels) .input label,.table-holder table:not(.show-field-labels) .input:focus-within label{display:none}.table-holder table:not(.show-field-labels) .input input{background:none;height:inherit}.table-holder table:not(.show-field-labels) .table-holder .floating .floating-input{padding:1.5em 0}.table-holder table:not(.show-field-labels) .floating .floating-input[type=date]{max-width:12em}.table-holder table:not(.show-field-labels) table .input input:focus{border:1px solid var(--light-blue)}.table-holder table.selectable{cursor:pointer}.table-holder table.selectable tr.selected{background-color:#9fb4c9}.select-row.selected{background-color:var(--light-blue)}.table-holder .floating{margin:0}.table-holder table.selectable.has-actions[data-select-multiple=true] th:first-child input[type=checkbox],.table-holder table.selectable.has-actions[data-select-multiple=true] th:first-child label,.table-holder table.selectable.has-actions[data-select-multiple=true] td:first-child input[type=checkbox],.table-holder table.selectable.has-actions[data-select-multiple=true] td:first-child label{cursor:pointer;font-size:11px}.table-holder table.selectable.has-actions[data-select-multiple=true] th:first-child input[type=checkbox],.table-holder table.selectable.has-actions[data-select-multiple=true] td:first-child input[type=checkbox]{cursor:pointer;width:17px;height:17px;margin-left:15px;display:block}.table-holder table.selectable.has-actions[data-select-multiple=true] thead tr:first-child th{cursor:auto}.table-holder table.selectable.has-actions[data-select-multiple=true] thead tr:nth-child(2) th{position:sticky;top:4.2em}.table-holder table.selectable.has-actions[data-select-multiple=true] button{font-size:13px;height:34px;line-height:33px}.selectable-selected-count{display:inline-block}