body {
	font-family: sans-serif;
    background-color: #767676;
}

button#print {
	float: right;
}

.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
}

.tabulator .tabulator-col[tabulator-field="2"], .tabulator .tabulator-row .tabulator-cell[tabulator-field="2"],
.tabulator .tabulator-col[tabulator-field="3"], .tabulator .tabulator-row .tabulator-cell[tabulator-field="3"],
.tabulator .tabulator-col[tabulator-field="4"], .tabulator .tabulator-row .tabulator-cell[tabulator-field="4"], 
.tabulator .tabulator-col[tabulator-field="5"], .tabulator .tabulator-row .tabulator-cell[tabulator-field="5"], 
.tabulator .tabulator-col[tabulator-field="6"], .tabulator .tabulator-row .tabulator-cell[tabulator-field="6"],
.tabulator .tabulator-col[tabulator-field="7"], .tabulator .tabulator-row .tabulator-cell[tabulator-field="7"] {
	background-color:rgba(0, 0, 0, 0.1);
}

.tabulator .tabulator-col[tabulator-field="8"], .tabulator .tabulator-row .tabulator-cell[tabulator-field="8"] {
	background-color:rgba(112, 230, 158, 0.1);
}


.tabulator .tabulator-col[tabulator-field="9"], .tabulator .tabulator-row .tabulator-cell[tabulator-field="9"] {
	background-color: rgba(159, 129, 72, 0.1);
}

.tabulator .tabulator-col[tabulator-field="10"], .tabulator .tabulator-row .tabulator-cell[tabulator-field="10"] {
	background-color: rgba(159, 72, 129, 0.1);
}
