/**
* Boxes
*/

#main .conteneur_box h4 {
font-size : 1.3em;
color : #1E6CC0;
border-bottom : 1px solid rgb(194,213,254);
margin-bottom : 15px;
padding-left : 20px;
text-align : left;
}

#main .conteneur_box .st_box_text {
padding-left : 25px; 
margin-bottom: 0.5em;
}

.st_box_form {
text-align: center;
padding: .5em;
}

/**
* Tests 
*/
#step2_datas .box {
overflow-x : scroll;
}

.math { 
 font-size: 1.5em; 
 font-family: symbol, 'Standard Symbols L', serif;	
 font-style: italic;
 color: #666;
}

.maths sub {
 font-size: 0.7em;
}

.series {
	margin-left: .3em;
}

#step1_presentation .table_hypo {
padding : 5px;
border : 1px solid #E3E7EC;
text-align : left;
margin-left : 0px;
background-color : white;
}

#step1_presentation .list-disc > li{
list-style-type : disc;
}

#step1_presentation .list-circle > li{
list-style-type : circle;
}

#step2_datas table {
border : 1px solid #E3E7EC;
background-color : white;
}

#step3_error_risk .box {
display : none;
}

#slider_alpha {
width : 200px;
margin : auto;
}

#show_results_button {
text-align : center;
margin-top : 10px;
}

#step3_error_risk .st_box_form {
border : 1px solid #E3E7EC;
background-color : white;
width : 350px;
margin : auto;
}

#step4_results_and_conclusion  {
display : none;
overflow-x : auto;
}

#loader {
text-align : center;
width : 100px;
height : 100px;
}

#main .formule {
position : relative;
bottom : -7px;
}

#results table {
 background-color : white;
}

#results td {
 padding: .7em;
 border-collapse: collapse;
 border: 1px dashed #E6E6E6; 
}

#results img {
 vertical-align: middle;
}

#DatasInputs {
 text-align: center;
 margin: 0.5em 1em;
 width: 95%;
}

/* Caption of DataTable */
#main .datatable-table caption {
background-color: #7484AD;
color: white;
font-size: 1.1em;
}

span.warn {
 padding: .5em;
 background-color: #FFCCCC;
}

/* end #DatasInputs */

.error {
background-color : white;
border : 1px dotted black;
margin : 50px;
text-align : center;
padding : 10px;
}

#loading {
text-align: center;
}

.error_reason {
color : red;
}

.r_command {
 margin: 1.5em;
 padding: .5em;
 background-color: #FFF;
 color: #000033;
 border: 3px solid #EEE;
}

.doc {
 cursor: pointer;
 border-bottom: 1px dashed #CCC;
 color: #666;
}

/* Test specific css */
#surv_type list {

}