body, h1, h2, h3, h4, h5, h6
{
  font-family: Arial, Helvetica, sans-serif;
}
.fenetre
{
  padding: 10px;
}
.separate
{
  position: relative;
  left: 0px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #a0a0a0;
  margin-top: 40px;
  margin-bottom: 20px;
}
.involvPers
{
  margin-top: 5px;
  border: 2px solid white;
  background-color: white;
}
.involvPers:hover
{
  background-color: #e9e9e9;
}
.reliz_involvPers
{
  margin-top: 5px;
  border: 2px solid white;
  background-color: white;
}
.reliz_involvPers:hover
{
  background-color: #e9e9e9;
}
.importPers
{
  margin-top: 5px;
  border: 2px solid white;
  background-color: white;
}
.addedPerson
{
  padding: 5px;
  background-color: #f9f9f9;
  box-shadow: 2px 2px 2px #a0a0a0;
  border-radius: 5px;
  cursor: grab;
}
.groupLabel
{
  display:inline;
  width: 70%;
  border: none;
  padding: 5px;
  padding-left: 5px;
  background-color: white;
  border: 1px solid #e0e0e0;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: grab;
  color: black;
}
.groupLabel:hover
{
  background-color: #f0f0f0;
}
.groupLyricistsLabel
{
  background-color: #ddffff;
  color: black;
}
.groupLyricistsLabel:hover{
  background-color: #2196F3;
  color: white;
}
.groupMove
{
  background-color: #f0f0f0;
  color: #b0b0b0;
}
.groupOver
{
  box-shadow: 0px 0px 3px #909090;
}
.groupInputs
{
  border: hidden;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px;
  padding-left: 5px;
}
.groupInputs:focus
{
  border: hidden;
  outline: none;
  border-bottom: 1px solid #a0a0a0;
}
.addGroupInput
{
  border: hidden;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px;
  padding-left: 5px;
}
.addGroupInput:focus
{
  border: hidden;
  outline: none;
  border-bottom: 1px solid #a0a0a0;
}
.lyricistContainer
{
  background-color: #ddffff;
  border: 2px solid white;
}
.track
{
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #909090;
  border-radius: 10px;
  cursor: grab;
}
.trackFunctions
{
  position: relative;
  left: 10px; 
  top: -4px;
  padding: 0px;
}
.overvTracks
{
  color: black;
  cursor: pointer;
}
.overvTracks:hover
{
  color: #2196F3;
}
.overvThumb
{
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 2px #b0b0b0;

}
.overvThumb:hover
{
  border: 3px solid #909090;
  box-shadow: 0px 0px 4px #a0a0a0;
}
.starring
{
  color: #909090;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}