.m-top-10 {
	margin-top: 10px;
}

.m-top-20 {
	margin-top: 20px;
}

.m-top-30 {
	margin-top: 30px;
}

.m-top-40 {
	margin-top: 40px;
}

.m-top-50 {
	margin-top: 50px;
}

.m-top-60 {
	margin-top: 60px;
}

.m-top-70 {
	margin-top: 70px;
}

.m-top-80 {
	margin-top: 80px;
}

.m-top-90 {
	margin-top: 90px;
}

.m-top-100 {
	margin-top: 100px;
}

.m-top-110 {
	margin-top: 110px;
}

.m-top-120 {
	margin-top: 120px;
}

.no-padding {
	padding:1px;
}
.button_medium {
	width:100%;
}

#searchresult {
	position: relative;
}
#stock {
	background-color:#eee;
	padding:8px;
	border:1px solid #000;
	
}
.txtStock {
	text-align:center;
	font-size:150%;
	font-weight:bold;
	
}
#stock h4 {
	text-align:center;
}
.btn-produit {
	padding:5px;
}
.btn-produit span {
	background-color:#444;
	border-radius:20%;
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
}
.btn-produit .stoqt {
	background-color: #a7d10e;
	color:black;
	font-weight: bold;
	padding:2px 5px;
	border-radius:5px;
	margin:0px 2px;
	font-size:13px;

}
.btn-produit .resqt {
	background-color: #119ff9;
	color:black;
	font-weight: bold;
	padding:2px 5px;
	border-radius:5px;
	margin:0px 2px;
	font-size:13px;

}

.btn-produit .stoandresqt {
	background-color: #fff;
	color:black;
	font-weight: bold;
	padding:2px 5px;
	border-radius:5px;
	margin:0px 2px;
	font-size:13px;

}

.rowproduit {
	padding-bottom:10px;
}
.rowproduit:hover {
	background-color:#dddddd
}
/* R20190914 : ajout du prix dans l'écran stock */
#header {
	font-size: 80%;
	text-align: center;
}
.colPrix {
	display: none;
}
.txtProdAHTVA, .txtProdFacteurMultiplicateur, .txtProdVTVAC {
	text-align: right;
	height:40px;
}
.txtProdFacteurMultiplicateur {
	font-size:80%;
}
.bold {
	font-weight:bold;
}
.red {
	color:red;
}
.btn-produit span.red,.txtStock.red {
	background-color:red;
	color:white;
}
.modal-body  {
	font-size: 0.8rem;
}
.invRow:hover {
	background-color: #fafafa;
}
.prodStockMini {
	width: 50px;
	text-align: center;
	padding: 0px;
	line-height: 1rem;
	background-color: transparent;
	border: 1px dashed #cccccc;
	color: white;
}

.fa-refresh-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}
	to {
		transform: scale(1) rotate(360deg);
	}
}
