/* Utiliser la classe tab-print en plus de tab-pane pour marquer le souhait d'imprimer un onglet  */
@media print {
	.tab-content > .tab-print {
	    display: block !important;
	    opacity: 1 !important;
	    visibility: visible !important;
	}

	.tab-content {
		border-style: none;
	}

	.title-print {
		font-size: 24px;
		font-weight: bold;
		display: block !important;
	}

	.panel {
		border-style: none;
	}

	.panel-heading {
		padding: 5px;
		border-bottom-style: solid 2px black !important;
		font-weight: bold;
		font-size: 1.2em;
	}

	.panel-body {
		padding: 0px;
	}
	
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		padding:2px;
	}
	
	body {
		font-size : 10px;
	}

	.myRadioButton > span > input[type=radio]:checked + label {
		font-weight: bold;
		text-decoration: underline;
	}

	.modal {
		position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible!important; 
	}

	.modal-body {
		width: auto;
		height: auto;
		overflow: visible !important;  
   }

	.modal-content {
		width: auto;
		height: auto;
		overflow: visible !important;  
	}

	.modal-controller {
		width: auto;
		height: auto;
		overflow: visible !important;  
	}
	
}

.title-print {
	display: none;
}


