/*Module Da Entreprise*/
.subvention-info {
	margin-bottom: 30px;
	border: 1px solid #dfdfdf;
	padding: 9px 8px 11px 18px;
}

.new-employee {
	background: #43b754 none repeat scroll 0 0;
	color: #fff; 
}

.block-employees {
	margin-bottom: 2em;
}

.subvention_config .subvention-select {
	display: inline-block;
	width: auto;
}

.subvention_config .max-by-category-wrapper {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.subvention_config .max-by-category-label {
	margin-top: 7px;
}

#block-subvention .block-title {
	font-weight: bold;
	font-size: 1.1em;
	display: block;
}

#block-subvention .subvention-label {
	display: block;
}

.table-selection {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.table-selection td {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.table-selection td.table-selection-name {
	width: 80%;
}

.table-selection td.table-selection-input {
	text-align: center;
}

div.editEmployee {
	width: 500px;
}

.error {
	color: red;
}

.subvention-price {
	font-size: 0.7em;
	display: block;
}

.subvention-price span {
	font-weight: bold;
	font-size: 1em;
	color: #039be5;
}

.subvention-price-product-list {
	display: block;
	color: #039be5;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.subvention-line-total {
	display: block;
}

.company_status0 {
	background-color: #f2dede;
	color: #a94442;
}

.company_status1 {
	background-color: #fcf8e3;
	color: #8a6d3b;
}

.company_status2 {
	background-color: #dff0d8;
	color: #3c763d;
}