/**
 * CSS for Batch Ops form
 */

form[id^="CRUDForm-BizConfig"] {
	
}

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

		/* fill column width for staff containers */
		body#ViewWrapper-Timesheets form[id^="CRUDForm-BizConfig"] > section > div.subcontainer.scroll:not(.flexrows) > div.PayPeriods > label {
			break-inside: avoid-column;
			width: calc( 100% - 20px );
			margin: auto;
			color: rgba(0,0,0,.75);
		}
		
		/* first in new year */
		body#ViewWrapper-Timesheets form[id^="CRUDForm-BizConfig"] > section > div.subcontainer.scroll:not(.flexrows) > div.PayPeriods > label.new-year {
			font-weight: bold;
			color: black;
		}
		
		/* first in new sequence */
		body#ViewWrapper-Timesheets form[id^="CRUDForm-BizConfig"] > section > div.subcontainer.scroll:not(.flexrows) > div.PayPeriods > label.new-sequence {
			font-weight: bold;
			color: blue;
		}