:root{
	--busy-color : #ededed;
}

a.gpaoplus-btn {
	cursor: pointer;
	margin-left: 3px;
	color: #ccc; /* pour correspondre au standard Dolibarr; todo: utiliser variable? */
}
a.gpaoplus-btn:hover {
	text-decoration: none;
	color: #444; /* pour correspondre au standard Dolibarr; todo: utiliser variable? */
}

/* cacher les boutons quickeditline des lignes avec nomenclatures */
tr.hide-quick-edit-extras .quick-edit-extras {
	display: none;
}

.gpaoplus-iframe {
	border: none;
}

.box-flex-item.--gpao-kanban {
	max-width: 350px;
	min-width: 320px;
	padding-left: 10px;
	padding-right: 10px;
	--colorbacktitle1 : rgba(237, 238, 240,0);
}

.box-flex-item.--gpao-kanban .info-box-icon {
	opacity: 1;
	filter: none;
}

.box-flex-item.--gpao-kanban img.photoref, .box-flex-item.--gpao-kanban  div.photoref{
	-webkit-box-shadow:none;
	box-shadow: none;
}

.box-flex-item.--gpao-kanban.--busy .info-box  {
	background-image: linear-gradient(45deg, #e5e5e5 16.67%, #ffffff 16.67%, #ffffff 50%, #e5e5e5 50%,#e5e5e5 66.67%, #ffffff 66.67%, #ffffff 100%);
	background-size: 21.21px 21.21px;
	-webkit-animation: errorBg 30s linear infinite;
	-moz-animation: errorBg 30s linear infinite;
	animation: errorBg 30s linear infinite;
}

@keyframes errorBg {
	0% {
		background-position: 100% 0%
	}
	50% {
		background-position: 15% 100%
	}
	100% {
		background-position: 100% 0%
	}
}

.box-flex-container {
	justify-content: center;
}

.gpaoplus_qty {
	background-color: grey;
	font-size: 0.9em;
	color: white;
	padding: 2px;
	border-radius: 3px;
}

.gpao-start-consumption{
	display: inline-block;
	margin-top: 5px;
	background-color: #f8f9fa;
	border: 1px solid #f8f9fa;
	border-radius: 4px;
	color: #3c4043;
	cursor: pointer;
	font-family: arial,sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	min-width: 54px;
	padding: 3px 16px;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	text-decoration: none;
	/*white-space: pre;*/
}

.gpao-start-consumption:not(.--busy):hover {
	border-color: rgba(0, 71, 185, 0.5);
	background-color: #437094;
	box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
	color: #ffffff;
}

.gpao-start-consumption:not(.--busy):hover .fa{
	color: inherit;
}

.gpao-start-consumption.--busy{
	cursor: wait ;
}


.gpao-start-consumption:focus {
	border-color: #4285f4;
	outline: none;
}