html,
	body {
		margin:0;
		padding:0;
		height:100%;
		min-width: 720px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: normal;
		

	}
	#container {
		min-height:100%;
		position:relative;
		background: #F5F5F5;
	}
	#header {
		background:#36365A;
		background: -webkit-linear-gradient(left top, #36365A, #5D090E); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(bottom right, #36365A, #5D090E); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(bottom right, #36365A, #5D090E); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to bottom right, #36365A, #5D090E); /* Standard syntax (must be last) */
		padding-top:50px;
		padding-bottom:110px;
		padding-left:50px;
		padding-right:50px;
	}
	#body {
		
		margin-top:10px;
		margin-right:1%;
		margin-left:1%;
		padding:50px;
		padding-bottom:360px; /* Height of the footer + margin*/
		background: #F5F5F5;
		
		
	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:60px;			/* Height of the footer */
		background:#36365A;
		background: -webkit-linear-gradient(left top, #36365A, #5D090E); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(bottom right, #36365A, #5D090E); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(bottom right, #36365A, #5D090E); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to bottom right, #36365A, #5D090E); /* Standard syntax (must be last) */
	}
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
		font-size:x-small;
		color: #ffffff;
	}

a {
    color: #B5121B;
}
::selection {
  background: #E7B1B4; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background:  #E7B1B4; /* Gecko Browsers */
}

	
/* headings*/

	#heading {
	font-size: 20pt;
	margin-bottom: 0px;
	color: #696969;
	}

	#subheading {
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-size: 15pt;
	font-weight: normal;
	color: gray;
	}

	#body h2 {
	font-size: 17pt
	}
	#body h3 {
	font-size: 15pt;
	font-weight: bold;
	
	}

/* Text structures*/

#parain {
    margin-left: 50px
}
.parain {
    margin-left: 50px
}

/* delete image border in IE*/	
a img {
   border:0;
}


/*textarea */

textarea {
    width: 100%;
	height: 200px;
    -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
       -moz-box-sizing: border-box; /* FF1+ */
            box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
	

}

	
/* menu code */
ul.menu
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:visible;
	min-width: 1024px;
	@media only screen and (min-device-width: 720px) and (max-device-width: 1024px) and (orientation:landscape)
}
ul.menu li
{
	float:left;
}
ul.menu a:link,ul.menu a:visited
{
display:block;
width:160px;
font-weight:bold;
font-size: 150%;
color:#FFFFFF;
background-color:none;
text-align:center;
padding:10px;
text-decoration:none;
text-transform:uppercase;
}
ul.menu a:hover,ul.menu a:active
{
background-color:none;
border-bottom: medium solid #808080;

}
.selected{
background-color:none;
border-bottom: medium solid #FFFFFF;

}



/*search box*/

.searchbox{
float:right;

}
.textinput{
		 -webkit-appearance:none;
		 padding:10px;
		background-color:rgba(0, 0, 0, 0);
         border:0px solid #dbdbdb;
		  border-bottom: solid white;
		font-family: 'Source Sans Pro', sans-serif;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 150%;
		width: 160px;
	}
.button {
		 -webkit-appearance:none;
		 position:relative;
         background: url(../docs/img/searching0.png)center no-repeat;
		 border: 0;
		 height: 18px;
		width: 18px;
	}

.button:hover{
	background: url(../docs/img/searching.png)center no-repeat;
}	

	

	
/* structuring elements*/	
	
div.box_left
{
width:50%;
padding:10px;
border:5px solid gray;
margin:0px;
background-color: #FFFFFF;
box-shadow: 10px 10px 5px #888888;
}
div.box_right
{
width:50%;
padding:10px;
border:5px solid gray;
margin:0px;
background-color: #FFFFFF;
box-shadow: 10px 10px 5px #888888;
position:relative;
right:-40%;
}


div.scroll {
    width: 100%;
    height: 200px;
    overflow: scroll;
}


/*table*/


.sortable {
border-collapse: collapse;
width: 100%;   
}
table.sortable th, td {
    padding: 8px;
    text-align: left;
	border-bottom: 1px solid #ddd;
}
table.sortable tr:hover {background-color:#f5f5f5;}

table.gridtable {
	
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}


/*another table*/

}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	background-color:#d3e9ff;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #0f3963;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:15px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #295887 5%, #295887 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #295887), color-stop(1, #295887) );
	background:-moz-linear-gradient( center top, #295887 5%, #295887 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#295887", endColorstr="#295887");	background: -o-linear-gradient(top,#295887,295887);

	background-color:#295887;
	border:0px solid #0f3963;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #295887 5%, #295887 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #295887), color-stop(1, #295887) );
	background:-moz-linear-gradient( center top, #295887 5%, #295887 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#295887", endColorstr="#295887");	background: -o-linear-gradient(top,#295887,295887);

	background-color:#295887;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/**number in circle**/
.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 14px;
    height: 14px;
    padding: 7px;

    background: #F5F5F5;
    border: 3px solid #B4B4B4;
    color: #B4B4B4;
    text-align: center;

    font: 15px Arial, sans-serif;
	font-weight:bold;
}
/** MATHEMATICAL EQUATIONS**/
td.upper_line { border-top:solid 1px black; }
table.fraction { text-align: center; vertical-align: middle;
    margin-top:0.5em; margin-bottom:0.5em; line-height: 2em; }

/**CAPITALS**/		
.caps { font-variant: small-caps;}

/** Hiding of checked/unchecked elements in forms**/


.hidecontent-input {
    display: inline-block;

} /*Hide input element*/

.hidecontent-content {
 margin-top: 1em
}
.hidecontent-input:not(checked) ~ .hidecontent-content {
    padding-left: 0em;
    opacity: 0.1;
    transition: 0.5s;
}
.hidecontent-input:checked ~ .hidecontent-content {       
     opacity: 1;
}
/**dynamic search **/
.search{ 
	font-family: Verdana, Geneva, sans-serif;
	background-color: white;
	overflow-y:hidden;
	max-height: 90%;
	width: 310px;
	position: absolute;
	z-index: 5;
}
div.search a:link {
		text-decoration: none;
		color: dimgray;
	}

div.search a:visited {
		text-decoration: none;
		color: dimgray;
	}

div.search a:hover {
		text-decoration: none;
		color: dimgray;
		background-color: #e1f0c1
		
	}

div.search a:active {
		text-decoration: none;
		color: dimgray;
	}	


/*TOOLTIPS*/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background:#36365A;
	background: -webkit-linear-gradient(left top, #36365A, #5D090E); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #36365A, #5D090E); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #36365A, #5D090E); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #36365A, #5D090E); /* Standard syntax (must be last) */
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -120px;
	font-size: 14px;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}
.tooltip .tooltiptext1 {
    visibility: hidden;
    width: 480px;
    background:#36365A;
	background: -webkit-linear-gradient(left top, #36365A, #5D090E); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #36365A, #5D090E); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #36365A, #5D090E); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #36365A, #5D090E); /* Standard syntax (must be last) */
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -240px;
	font-size: 14px;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}



.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltiptext1::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip a,
.tooltip a:link,
.tooltip a:visited {
	color: hotpink;
	
}

/*iframe*/

.myiframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}

.mycontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

/*R code displyed*/

.rcode {
   
    position: absolute;
    right: 240px;
	
    
}
