@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: TomboulChord;
    src: url(/tomboulChords.ttf);
}

.accordBB {
	font-family:TomboulChord;
	border:solid 3px #000000;	
	border-collapse: collapse;
	margin:5px;
}

.vide_BB {
	background-color:#999999;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;	
}
.click_BB {
	width:25%;
	white-space: nowrap;
} 
.click_BB {
	width:50%;
	white-space: nowrap;
} 
#transpBtn_BB {
	background-color:#9999FF;
	box-shadow: 2px 2px 0px #000000; 
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;	
	cursor:pointer;
	padding:5px;
	border:solid 1px rgb(0,0,0);
	border-radius: 3px;
}

.td_BB {
	border:solid 1px #000000;
	background-color:#FFFFFF;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;	
}
.td_BB.playing {
	background-color:#f53232 !important;
}
.cell_BB {
	width:100%;
	border-collapse:collapse;
	font-size:inherit;
}
.structB_BB {
	background-color:rgb(153,255,102) !important;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;	
}
.structA_BB {
	background-color:#66FFFF !important;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;	
}
.yellow_BB,.title_BB {
	background-color:#FFFF00 !important;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;	
}

.col_BB {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;	
}
.title_BB {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	border:solid 3px #000000;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;	
}
.col_BB {
	border-right: 3px solid;
  	padding-right: 3px;
  	padding-left: 3px;
}
select.diaPDF {
	width:95%;
}
@font-face {
    font-family: TomboulChord;
    src: url(/tomboulChords.ttf);
}
.popInfo {
    /* Necessary: */
    position: absolute;
    display: none;
    z-index: 10000;

    /* Additional styling: */
/*    width: 136px;*/
    font-size: xx-small;
	color: #FFFFFF;
    background-color: #000000;
    border: thin solid #000000;
/*    opacity: .85;*/
/*    filter: alpha(opacity=85);*/
}

.titre {
	color: #FFFF00;
	font-size: large;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;	
}
.titreAgenda {
	color: #003366;
	font-size: large;
}
select ,
input ,
body {
    font-family:        Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.pointer {
	cursor:pointer;
}
.pl {
	position:absolute;
	z-index:auto;
	cursor:pointer;
}

.pli {
	width:15px;
	height:15px;
	z-index:auto;
	cursor:pointer;
}

.plf {
	position:absolute;
	z-index:auto;
	cursor:pointer;
}
.pld {
	position:absolute;
	z-index:auto;
	cursor:pointer;
}
body {
	background-color:#000022;
}
.addRealb {
	cursor:pointer;
}
#overviewMedia {
	height:100%;
}
#mediaViewMb {
	height:100%;
}

@font-face {
  font-family: 'petalumaScript';
  src: url('/petalumascript-webfont.woff2') format('woff2'),
    url('/petalumascript-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'robotoSlab';
    src: url('/robotoslab-webfont.woff2') format('woff2'),
         url('/robotoslab-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.elDrag {
	cursor: move;
}

#dataVextab {
    background: url(http://i.imgur.com/2cOaJ.png);
	background-attachment: local;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 10px;
    border-color:#ccc;
	line-height: 16px;
	font-size: 13px;
}

.diaparm {
	padding: 5px;
}

#musicxml {
	position: relative;
}

.noteAera {
	opacity: 0.5;
}

.lyricText {
	font-family: 'petalumaScript';
	font-size: 20px !important;
	font-weight: bold;
	font-style: normal;
	float: left;
	cursor: move;
}

.staveLyric {
	position:absolute;
	border: 1px solid black;
	width: 100%;
	left: 0px;
	height: 20px;
}


.unknownChord {
	color:rgb(155, 155, 155);
	font-size: 12px;
}
    
.lyricCont {
	position: relative;
}

.lyricAccord {
	user-select: all;
	font-size: 16px;
	font-family: 'Arial Black';
}

.firstNote {
	font-size: 14px;
	font-family: 'Arial';
	color: blue;
}

.accordInLyric {
	color: red;
}
.textInLyric {
	text-align: right;
}

h1 {
	user-select: text;
}