/* .ui-page { background: #000000; } */

.selectable {
   -ms-user-select: auto;
   -moz-user-select: auto;
   -khtml-user-select: auto;
   -webkit-user-select: text;
   user-select: text;
}

body {
    margin: 0px;
    font-family: Helvetica;
    width: auto;
    height: auto;
    min-height: 0px;
}

#TitreSimulation {
	font-family: HelveticaNeue-UltraLight, Helvetica Neue Ultra Light;
	text-align: center;
	font-size: 2em;
}

#SimulationBox {
    border-width: 0px;
    border-color: black;
    width: 636px; /*924 + 10 */
    height: 645px; /*645px + 10 */
    position: absolute;
    bottom: 0px;
    margin: auto;
    right: 0px;
    left: 0px;
    top: 0px;
    
    background-color: #FFF;
    
/*
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0.3);
*/
}
#SimulationCanvas {
/*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
*/
    position: absolute;
    top: 5px;
    left: 5px; /*5 + 288 + 30*/
    
    width: 380px; 
    height: 380px;
    margin-right: auto;
    margin-bottom: auto;
    
    border-style: solid;
    border-width: 0px;
    border-color: rgba(0,0,0,0.3);
    padding: 0px;
}



#ParametersBox {
    border-color: black;
    border-width: 1px;
    position: absolute;
    width: 180px;
    height:auto;
    opacity: 1;
/*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
*/
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    right: 0px;
    top: 0px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    padding: 10px;
/*     background-color:rgba(0,0,0,0.05) */
}

p.subsection 
{
    font-family: 'Avenir Black', 'Open Sans',  sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #B00D48;
    text-align: left;
	margin-top: 0px;
}

#InformationText 
{
    position: absolute;
    top: 5px;
    left: 5px;
    
    width: 288px;
    height: 615px;
    
    margin-right: auto;
    resize: none;
	overflow-y: scroll;
	overflow-x: hidden;
    max-height: 635px;  
    background-color: white;
    font-family: 'Avenir', 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: justify;
}

#InformationText a
{
    font-family: 'Avenir Black', 'Open Sans', sans-serif;
}


#ContextualText
{
	position: absolute;
    top: 390px;
    left: 5px; /*5 + 288 + 30*/
    
    height: 200px;
    width: 350px;
    margin: auto;

    padding: 20px;

    background-color: white;
    
    text-align: justify;
    font-family: 'Avenir', 'Open Sans', sans-serif;
    font-size: 15px;
    
/*     border-left:1px solid #828282; */
}


