/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #D3D3D3;
	margin:10px 0pt 15px;

	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #D3D3D3;
	border: 1px solid #FFF;

	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}


H2{
	color:#575759;
}
.form-horizontal
.control-label {
	width:250px;
	padding-right:5px;
	color:blue;
}
#pdf_view{
height: 800px;
box-align:center;
min-width: 600px;
width: 98%;
 margin: auto;
width: fill-available;
padding-right: 20px;
}

#form-suivi-envoi .date-inline {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

#form-suivi-envoi {
	margin: 0;
}

.pr-15 {
	padding-right: 15px !important;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.bold {
	font-weight: bold;
}

.m-0 {
	margin: 0;
}

.ml-15 {
	margin-left: 15px;
}

.p-0 {
	padding: 0;
}

.active-customer {
	font-weight: bold;
	font-size: 15px;
}

.active-tab {
	border: 1px solid transparent;
	background: #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.supplies-list {
	margin: 0px 0px 15px 0px;
}

.supplies-list > li {
	display: flex;
	align-items: center;

}

.supplies-list > li label {
	font-size: 17px;
}

.wrap-supply-form {
	display: flex;
	align-items: center;
}

.waiting-validation {
	color: lightsalmon;
}

.wrap-form-btn {
	margin-top: 30px;
}
