/**
	@author: Matthieu Barrailler and Thibaut Dufour;
	PFE 2014/2015 : VaR and ES
**/

body{
	font-family: 'Roboto', sans-serif;
	margin: 0px;

	background-color: #00ACED;

}

#input{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

section{
	margin-left: 0px;
	margin-bottom: 0.5%;
}

h1{
	font-family: 'Roboto', sans-serif;
	margin-left: 5%;
	color: #FFFFFF;
	font-size: 350%;
}

#PNS{
	width: 18%;
	height: 11%;
	float:right;
	margin-right:5%;
	margin-top:-1%;
}

#KPMG{
	width: 14%;
	height: 18%;
	float:right;
	margin-right: 5%;
	margin-top: -1%;
}

#example{
	display: inline;
	width:30%;
	height: 30%;
}

#example{
	margin-left: 5%;
	font-weight: bold;
	/*display:none;*/
	visibility: hidden;
}

#Tips{
	margin-left: 5%;
}

#Tips:hover{
  cursor: pointer;
}

input{
	font-family: 'Roboto Slab', sans-serif;
	border: 1px solid #00ACED;
	border-radius:4px;
}

textarea {
	width: 400px;
	height: 120px;
	max-height: 120px;
	max-width:400px;
	margin-left: 5%;
	border: 1px solid #00ACED;
	border-radius:20px;
	padding: 5px;
	font-family: 'Roboto Slab', sans-serif;
}

ESConfidence{
	margin-left: 5%;
	font-size: 90%;
	font-family: 'Roboto Slab', sans-serif;
	color: #666666;

}

VaRConfidence{
	margin-left: 5%;
	font-size: 90%;
	font-family: 'Roboto Slab', sans-serif;
	color: #666666;
}

Notional{
	margin-left: 5%;
	font-size: 90%;
	font-family: 'Roboto Slab', sans-serif;
	color: #666666;
}

Variation{
	margin-left: 10%;
	font-size: 90%;
	font-family: 'Roboto Slab', sans-serif;
	color: #666666;
}

option{
	font-family: 'Roboto Slab', sans-serif;
	color: #666666;
}

percentage{
	font-weight: bold;
	color: #00ACED;
}

.percentageInput{
	width: 10%;
}

#percentageInput{
	margin-left: 6.5%;
}

#percentageInputVAR{
	margin-left: 5.5%;
}

#Notional{
	margin-left: 11%;
}

#ratioButton{
	margin-left: 5%;
}
#submitButton{
	width: 10%;
	background-color: #00ACED;
  	color: #FFFFFF;
  	margin-left: 12%
}

#dataOutput{
	color: #FFFFFF;
	font-size: 350%;
	margin-left: 5%;
	background-color: #00ACED;
}

result{
 	font-family: 'Roboto', sans-serif;
	/*position: fixed;*/
}

result2{
	margin-left: 35%;
}

small{
	font-size:16px;
}

footer{
	font-size:14px;
	font-family: 'Roboto Slab', sans-serif;
	text-align:center;

	width:100%;
	background-color: #FFFFFF;
	margin-top: 3%;
	z-index: 95;
	right: 0px;
	color: #00ACED;
}
