.d-none-not-important {
	display: none;
}
.gc-container {
    /* margin-bottom: 2rem; */
    padding-left: 15px;
    padding-right: 15px;
}
.gc-container .table-label {
	color: #1791ba;
	grid-column: 1;
	margin-top: 3px;
	background-color: white!important;
	text-transform: uppercase;
	font-size: 1.1rem!important;
}
.gc-container .header-tools {
	border-top: 1px solid #DDDDDD;
}
table.table-content td.content{
	padding: 0;
}
table.table-content .btn{
	margin: 5px 0;
}
.report-div {
	color:#ffffff;
	font-weight: normal;
}
.report-div a {
	color:#0b3d4d;
}

table .col_precommandes_qte {
	width:70px;
	max-width:70px;
}
table .col_precommandes_clients, table .col_offres_clients {
	width:130px;
	max-width:130px;
}
table .col_offres_paliers {
	width:100px;
	max-width:100px;
}
table .col_precommandes_actions, table .col_offres_actions {
	width:80px;
	max-width:80px;
}
/* mobile screen sizes */
@media screen and (max-width: 768px) {
	.sidebar-content {
		margin-bottom: 75px;/*Equilibrer la marge top pour un scroll complet*/
	}
}

div.sidebar-bg {
	min-height:100%;
}