/*USED IN ALL PROSERVICE*/
h4 {
	margin: 0;
	padding: 6px;
	background-color: #b2b2b2;
}
hr {
	margin: 15px 0;
}
label {
	margin-top: 16px;
	margin-bottom: 5px;
}
input.button, button.button {
	background-color: #006699;
	border: 1px solid #000000;
	border-radius: 4px;
	padding: 2px 5px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 5px;
	font-size: 11px;
}
select:disabled {
	background-color: rgb(235, 235, 228);
}
/*------------------------*/
/*MENU ADMIN*/
nav {
	background-color: #006699;
	color: white;
	position: fixed;
	padding-top: 90px;
	top: 0;
	text-align: center;
	width: 150px;
	height: 100%;   
}
nav ul {
	list-style-type: none;
	text-align: left;
}
nav ul li a {
	color: white !important;
}
/*END MENU ADMIN*/
/*form validator*/
.is-invalid,
.is-invalid:focus {
	background-color: #f8d7da !important;
	border-color: red;
}
/*end form validator*/
div.container {
	font-size: 11px;
	margin-right: 5px;
	margin-left: 155px !important;
}
div.section-form {
	border: 1px solid #0099CC;
	background-color: #F5F5F5;
	padding: 5px;
}
div.section-form label {
	font-size: 12px;
	display: inline-block;
}
div#infoCompany label {
	width: 130px;
}
table.form-table-taux {
	background-color: #ddd;
}
table.form-table-taux caption {
	padding: 5px;
	background-color: #b2b2b2;
}
table.form-table-taux th {
	padding-top: 5px;
}
table.form-table-taux td {
	padding: 5px;
}
div#infoCompany label.info-fact-lbl {
	width: 270px;
}
.form-table,
.form-table-taux {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-spacing: 0px;
}
.form-table {
	width: 100%;
	margin-bottom: 5px;
}
.form-table thead {
	background-color: #ddd;
	color: #000;
	text-align: left;
}
.form-table thead th {
	height: 30px;
	padding-left: 7px;
}
.form-table td {
	padding: 5px 0px;
}
div#contact table select,
div#contact table input {
	width: 200px;
}
div.section-form form {
	margin-bottom: 0;
}