.blue
{
    background-color: lightblue;
}
.vBox
{
    display: inline-block;
    vertical-align: text-top;
    padding-left: 5px;
}
.hideable
{
    border: 1px solid black;
    width: 300px;
    padding: 10px;
    overflow: scroll;
    height: 300px;
    display: none;
}
.boxTitle
{
    border: 2px solid black;
    width: 300px;
    padding: 10px;
    cursor: pointer;
}
.box
{
    border: 2px solid black;
    width: 300px;
    padding: 10px;
}
h2.subTitle
{
    padding-top: 12px;
}
p.title
{
    font-weight: bold;
    font-size: 1.2em;
}
p.subTitle
{
    font-weight: bold;
    font-size: 1.1em;
}
/* icon links */
.link-pdf, .link-excel, .link-powerpoint, .link-word, .link-email, .link-mp, .link-internet
{
    background-repeat: no-repeat;
    background-position: 2px center;
    padding-left: 22px;
}
.link-pdf
    { background-image: url(../images/PDF.png); }
.link-excel
    { background-image: url(../images/Excel.png); }
.link-powerpoint
    { background-image: url(../images/PowerPoint.png); }
.link-word
    { background-image: url(../images/Word.png); }
.link-email
    { background-image: url(../images/Email.png); }
.link-film
    { background-image: url(../images/Film.png); }
.link-mp
    { background-image: url(../images/mp.png); }
.link-internet
    { background-image: url(../images/Internet.png); }
    
.spkbl-ctrl--pause, .spkbl-ctrl--progress, .spkbl-ctrl--stop
{
    display: none !important;
}
.spkbl-ctrl--play
{ 
    background-image: url(../images/Speaker-volume-sound.png); 
    width: 27px;
    height: 29px;
    float: right;
}

/*
#feedback 
{ 
    font-size: 14px;
}
#selectable .ui-selecting 
{ background: #FECA40; }
#selectable .ui-selected 
{ background: #F39814; color: white; }
#selectable 
{ list-style-type: none; margin: 0; padding: 0; width: 750px;}
#selectable li 
{ 
    margin: 3px; 
    padding: 1px; 
    float: left; 
    width: 350px; 
    height: 30px; 
    font-size: 1.5em; 
    text-align: center;
}


#sortablef, #sortableg { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#sortablef, #sortableg li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
#sortablef, #sortableg li span { position: absolute; margin-left: -1.3em; }
*/
  #sortablef, #sortableg {
    border: 1px solid #eee;
    width: 302px;
    min-height: 1400px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
  }
  .sortableSent {
    border: 1px solid #eee;
    /*width: 280px;*/
    min-height: 20px;
    list-style-type: none;
    margin: 0 0 10px 10px;
    padding: 5px 5px 5px 5px;
    float: left;
  }
  #sortablef li, #sortableg li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 270px;
    height: 30px;
    cursor: grab;
  }
  .sortableSent li {
    margin: 2px;
    padding: 4px 4px 0px 4px;
    font-size: 1.2em;
    height: 30px;
    float: left;
    background-color: white;
    cursor: grab;
    list-style-type: none;
  }
  #sortableSent li 
  {
      list-style-type: none;
  }
  
button.big
{
    font-size: 1.2em; 
}
button.sentenceChaos
{
    margin: 10px 9px 24px 9px;
}
button.speak
{
    float: right;
    background: url(../images/Speaker-volume-sound.png) no-repeat;
    width: 30px;
    height: 30px;
}
span.input
{
    display: none;
}
.french .word
{
    cursor: pointer;
}
#dialog
{
    width: 98% !important;
}
header, #secondColumn, div[data-dz-ui="adv-halfpage"], div[data-dz-ui="goto-mobile"]
{
    display: none !important;
}