/*Css*/
@media only screen and (min-width: 600px) {
	/* For tablets: */
	.pull-button {
		float: left !important;
	}
}
@media only screen and (min-width: 768px) {
	/* For desktop: */
	.pull-button {
		float: right !important;
	}
}

.btn-orange {
	color: #fff !important;
	background-color: #F9B110 !important;
	border-color: #F9B110 !important;
}

.btn-orange:hover {
	color: #fff !important;
	background-color: #f9b110bf !important;
	border-color: #f9b110bf !important;
}

.not-active-link {
	pointer-events: none;
	cursor: default;
}

.row-pdf {
	line-height: 50px;
}

.line-firm {
	border: solid 1px black;
}

@media print
{    
	.btn-print {
		display: none !important;
	}
	.footer {
		display: none !important;
	}
}

.li-chip {
	border: solid 1px black;
	margin: 30px;
	padding: 10px;
}