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:#848484;
		background: -webkit-linear-gradient(left top, #848484, #000000); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(bottom right, #848484, #000000); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(bottom right, #848484, #000000); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to bottom right, #848484, #000000); /* 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:#848484;
		background: -webkit-linear-gradient(left top, #848484, #000000); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(bottom right, #848484, #000000); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(bottom right, #848484, #000000); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to bottom right, #848484, #000000); /* 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: hotpink;
}
::selection {
  background: #00eaff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background:  #00eaff; /* 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:#00eaff;
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 #00eaff;

}
.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*/


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:'Source Sans Pro', sans-serif;
	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:'Source Sans Pro', sans-serif;
	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;
}




/**tiles**/

.pagina{
  position: relative;
  right:-0%;
 
}
 
.linha{
    width:auto;
    padding:5px;
    height:auto;
    display:table; 
	
}
.titulo{
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-size: 25pt;
	font-weight: normal;
	color: white;
	left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
}		
.subtitulo{
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: normal;
	color: #d9d9d9;
	top: 60%;
	width: 100%;
}
.tile{
    height:250px;  
	width:250px; 
    float:left;
    margin:0 5px 0 0;
    padding:2px;
	text-align: center;
	  
	
}
  
.tileLargo{
    width:510px;
	height:160px
}

.amarelo{
    background:#DAA520;
}
  
.vermelho{
    background:#CD0000; 
}
  
.azul{
    background:#4682B4;
}
  
.verde{
    background-color: #2E8B57;
}

.purple{
    background-color: #8C489F;
}
.selecionado{
    background-color: #483D8B;
}

/*TOOLTIPS*/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: black;
    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-color: black;
    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;
	
}
/* butons for download*/
.myButton {
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background-color:transparent;
	border-radius:6px;
	border:1px solid #14396a;
	display:inline-block;
	cursor:pointer;
	color:#14396a;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
}
.myButton:hover {
	background-color:transparent;
}
.myButton:active {
	position:relative;
	top:1px;
}

.container {
   position: relative;
   margin: 0 auto;
   line-height: 200px;
   text-align: center;
}

.container .circle {
    height: 200px;
    width: 200px;
    background-color: lightgray;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;

}
.container .padding {
    height: 0px;
    width: 40px;
    display: inline-block;
    margin: 0 auto;