


/* RECHERCHE */

#form_search {
	padding-bottom: 0;
}

#form_search .form-group {
    display: grid;
    grid-template-columns: auto 260px;
    margin-bottom: 0;
}

#form_search .form-control {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

#form_search label {
    color: white;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#form_search .input-sm{
    font-size: 14px;
    height: 20px;
    line-height: 16px;
    padding: 1px 4px;
}

#form_search .grid {
    display: grid;
    grid-template-columns: 50px 60px 60px 120px;
    grid-gap: 10px;
    margin-bottom: 0;
}

#form_search .btn-sm {
    font-size: 14px;
    height: 20px;
    line-height: 16px;
    padding: 1px 10px;
}

#form_search .btn-default {
	color: #333;
}

.chosen-container-multi .chosen-choices {
	border-radius: 3px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	height: 20px;
	line-height: 20px;
}


/* SELECTION */
.glyphicon-copy:hover {
	background-color: white;
	color: blue;
}

.panel-default {
	background-color : transparent;
	border: none;
	box-shadow: none
}

.panel-default .panel-body {
	padding: 0;
}
body {

	padding-bottom: 1000px;

}

.sticky {

	position: relative;
	position: sticky;
	position: -webkit-sticky;
	height:60px;
	top: 0;
	background-color: yellow;
	z-index: 100;
	
}

.sidebar {
	display: inline-block; 
	height: 900px;
	overflow: hidden;
}


/*

#chantapp {
	box-sizing: border-box;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	max-width: 290px;
	padding: 0;
	width: 100%;
	margin-top: 74px;
	z-index: 10;
	overflow-y: scroll;
	transition: max-height 0.4s linear;
}

#chantapp ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#chantapp h5 {
	padding: 0 0 0 4px;
	margin-top: 0;
}

#chantapp ul li {
	font-size: 11px;
	padding: 2px 4px;
}

#chantapp ul li:nth-child(odd) {
	background-color: rgba(249, 249, 249, 0.3);
}
#chantapp ul li:nth-child(even) {
	background-color: rgba(204, 204, 204, 0.4);
}
*/
/* REPERTOIRE */

td.original { color: red; }

.table-condensed>tbody>tr>td {
	padding: 5px;
}

header .links {
	position: relative;
	top: 12px;
}

.titre_court {
	display: none;
}

.titre_large {
	display: inline;
}

#louange_chant_liste_table td.titre {
	min-width: 60%;
	max-width: 60%;
	width: 60%;
}

#louange_chant_liste_table td:nth-child(4) {
	min-width: 10%;
	max-width: 10%;
	width: 10%;
}

#louange_chant_liste_table th {
	text-align: center;
}

#louange_chant_liste_table th.numero {
	width: 30px;
}

#louange_chant_liste_table td {
	padding: 0 5px;
	font-size: 14px;
	line-height: 16px;
}

#louange_chant_liste_table td.numero {
	text-align: right;
	padding-right: 20px;
}

#louange_chant_liste_table .label {
	padding: 1px 4px;
}

/* PRINT */

@media print {
	@page {
		margin: 0.5cm;
	}

	header, footer { display:none; }
	.content > .row:first-child { display:none; }
	span.glyphicon { display: none; }
	input { display: none; }
	a::after { display: none; }
	.printable {
	  display: block !important;
	}


	td {
		font: 9pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3;
		border-top: 0px;
	}

	.table>tbody>tr>td { border: none; }
}