@CHARSET "UTF-8";

input[type='number'] {
	-moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

#table_achat td, #table_achat th{
	text-align:right;
}

#panneau_fixe table tr{
	height: 27px;
}

.red{
	color:red;
}

#panneau_fixe{
	position:fixed;
	left:33%;
	top:98px;
	width:65.812%;
}

tr.active td{
	background-color:#f5f5f5;;
}

#lien_scenario{
	cursor : pointer;
}

.empty {
	color:white;
}

.ligne_vide {
	height:31px;
}

.btn-group .active{
	background-color: #006DCC;
	color: #FFFFFF;
	text-shadow: none;
}

@media (max-width: 1024px) {
	#panneau_fixe {
		position:relative;
		left:0% !important;
		width:100%;
	}
	#resultat {
		position:fixed !important;
		left:0% !important;
		bottom:0px;
		background-color:#F7F8F9;
		z-index :3;
	}
	.block_resultat {
		text-align: center !important;
		padding:5px;
	}

	.modal-footer{
		visibility : hidden !important;
	}
	td{
		width:50%;
	}
	.ligne_vide {
		display : none;
	}
}
