/**
 * CSS for Batch Ops form
 */

form[id^="CRUDForm-batchops"] {
	
}
	form[id^="CRUDForm-batchops"] > section:first-of-type {
		/* margin-top: 13px !important; */
	}

	/* error messages */
	form[id^="CRUDForm-batchops"] > section div.entryError {
		text-align: center !important;
		margin-bottom: 20px;
	}

	/* staff selection list */
	body#ViewWrapper-Timesheets form[id^="CRUDForm-batchops"] > section div.Staff {
		column-count: 5;
		column-width: 20%;
	}

		/* fill column width for staff containers */
		body#ViewWrapper-Timesheets form[id^="CRUDForm-batchops"] > section > div.subcontainer.scroll:not(.flexrows) > div.Staff > label {
			width: calc( 100% - 20px );
			margin: auto;
		}
			/* filtering applied: hide */
			body#ViewWrapper-Timesheets form[id^="CRUDForm-batchops"] > section > div.subcontainer.scroll:not(.flexrows) > div.Staff > label.hide {
				display: none;
			}
			
	body#ViewWrapper-Timesheets form[id^="CRUDForm-batchops"] > section button {
		margin-left: 10px;
	}
	
	body#ViewWrapper-Timesheets form[id^="CRUDForm-batchops"] > section tr.hide {
		display: none;
	}