/* Print screen styles */

@media print{
	/* Hide URL links */
	a[href]:after {
		display:none !important;
	}

	/* General layout changes */
	#navbar_main {
		display: block !important;
	}

	#navbar_main .navbar-header {
		float: unset;
		text-align: center;
	}

	#navbar_main > .container .navbar-brand {
		float: unset;
		display: inline-block;
	}

	#navbar_main .navbar-brand > img {
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
	}

	.btn {
		display:none !important;
	}

	.basket_room {
		border-top: 2px solid black;
		border-bottom: 2px solid black;
	}

	/* Print specific classes */
	.col-print-1 { width: 8%;  float: left; }
	.col-print-2 { width: 16%; float: left; }
	.col-print-3 { width: 25%; float: left; }
	.col-print-4 { width: 33%; float: left; }
	.col-print-5 { width: 41%; float: left; }
	.col-print-6 { width: 50%; float: left; }
	.col-print-7 { width: 58%; float: left; }
	.col-print-8 { width: 66%; float: left; }
	.col-print-9 { width: 75%; float: left; }
	.col-print-10 { width: 83%; float: left; }
	.col-print-11 { width: 91%; float: left; }
	.col-print-12 { width: 100%; float: left; }

	.hidden-print {
		display: none !important;
	}
}
