﻿	.ºtable .petitionNew{
		--cell-color: 0, 153, 0;
	}
	.ºtable .petitionMod{
		--cell-color: 0, 153, 255;
	}
	.ºtable .petitionDel{
		--cell-color: 153, 0, 0;
	}
	
	.ºtable.petitions td{
		background: rgba(var(--cell-color), .025);
		border-bottom: 1px solid rgba(var(--cell-color), .25);
	}
		.ºtable.petitions td.head{
			color: rgb(var(--cell-color));
			background: rgba(var(--cell-color), .1);
		}	
	.ºtable.petitions td.ghost{
		color: var(--color-text-3);
	}

.ºtable .head.statusCell::after{
	content: none;
}	
	
.fa-petition::before{
	font-weight: 900;
	font-size: 20px;
}
	.fa-petition.p0:before{ content: '\f059'; color: #009aff; }
	.fa-petition.p1:before{ content: '\f057'; color: #c70000; }
	.fa-petition.p2:before{ content: '\f058'; color: #009a00; }
	.fa-petition.p3:before{ content: '\f0aa'; color: #c700af; }
	.fa-petition.p4:before{ content: '\f06a'; color: #e6a000; }	

	
	.petition.p0{ color: #009aff; }
	.petition.p1{ color: #c70000; }
	.petition.p2{ color: #009a00; }
	.petition.p3{ color: #c700af; }
	.petition.p4{ color: #e6a000; }

.head .fa-petition-status{
	display: inline-block;
}
	.head .fa-petition-status:before{
		display: flex;
		align-items: center;
		justify-content: center;		
		width: calc(var(--control-height) - 3px);
		height: calc(var(--control-height) - 3px);
		margin: 0 var(--size-2) 0 calc(var(--size-2) * -1);
		color: var(--color-12);
	}
	.fa-petition-status.p0:before{ content: '\3f'; background: #009aff; }
	.fa-petition-status.p1:before{ content: '\f00d'; background: #c70000; }
	.fa-petition-status.p2:before{ content: '\f00c'; background: #009a00; }
	.fa-petition-status.p3:before{ content: '\f062'; background: #c700af; }
	.fa-petition-status.p4:before{ content: '\21'; background: #e6a000; }	
	
	
	
.petition-line-status{
	
}

.ºgrid.petitions .subitem .ºlabel{
	--control-height: var(--size-3);
}
.ºgrid.petitions .subitem .ºtextbox textarea{
	height: 75px;
}
.ºgrid.petitions .subitem .ºtable{
	--control-height: var(--size-4);
}
	.ºgrid.petitions .subitem .ºtable th:not(:last-child):after{
		height: 1em;
	}
.ºgrid.petitions .subitem .comment{
	padding-left: var(--size-3);
	font-weight: 400;
}