@font-face {
  font-family: 'Montserrat', sans-serif;		  
}
html{
	height: 100%;
}
body{			
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;			
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000;			
	opacity: 0.98;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 98);			
	filter: alpha(opacity = 98);
}
.Legend div{
	margin-left:5px;
	width:16px;
	border:1px solid #808080;
	display:inline-block;
}
.ie7 .Legend div{
	display:inline;
	zoom:1;			
}
.button {
  border: 0 none;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 7px 10px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 16.795%;
  /* auto */
  text-align: center;
  /* DELETE WHEN WIDTH AUTO */
}
.button.red {
  background: none repeat scroll 0 0 #E0645C;
  color: #FFFFFF;
}
.button.red:hover {
  background: none repeat scroll 0 0 #999999;
  color: #FFFFFF;
}
.button.dark {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}
.button.dark:hover {
  background: none repeat scroll 0 0 #2DB6CF;
  color: #FFFFFF;
}
.button.light {
  background: none repeat scroll 0 0 #999999;
  color: #FFFFFF;
}
.button.light:hover {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}
.button.green {
  background: none repeat scroll 0 0 #46b98a;
  color: #FFFFFF;
}
.button.green:hover {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}
.button.blue {
  background: none repeat scroll 0 0 #2DB6CF;
  color: #FFFFFF;
}
.button.blue:hover {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}


.I {background-color: hsl(150, 50%, 50%);}
.B {background-color: hsl(250, 50%, 50%);}
.P {background-color: hsl(350, 50%, 50%);}
.tooltip {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  border-radius: 3px;
  text-align: center;
  pointer-events: none;
  color: white;
  transition: opacity .1s ease-out;
}
.p-profile{
	position: absolute;
	z-index: 1;
	top: -12%;
	left: 1%;
}

.tooltip.tooltip-hidden {
  opacity: 0;
}
.ct-chart-wrapper{
	height: 40%;
}
.ct-chart{
	height: 90%;
	bottom: 0px;
}
.ct-label{
	fill: hsl(129, 60%, 20%) !important;	
}
#progress-bar {background-color: #12CC1A;height:20px;color: #FFFFFF;width:0%;-webkit-transition: width .3s;-moz-transition: width .3s;transition: width .3s;  margin-left: auto; margin-right:auto;}
#progress-div {border:#0FA015 1px solid;padding: 5px 0px;margin:30px 0px;border-radius:4px;text-align:center; width:30%;margin-left: auto; margin-right:auto;}}		


#table_streams_params a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
#table_streams_params a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
#table_streams_params a:active,
#table_streams_params a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
#table_streams_params {
	margin-left: auto; 
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
#table_streams_params th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
#table_streams_params th:first-child {
	text-align: left;
	padding-left:20px;
}
#table_streams_params tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
#table_streams_params tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
#table_streams_params tr {
	text-align: center;
	padding-left:20px;
}
#table_streams_params td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
#table_streams_params td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
#table_streams_params tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
#table_streams_params tr:last-child td {
	border-bottom:0;
}
#table_streams_params tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
#table_streams_params tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
#table_streams_params tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

#table_gops_length td {text-align: center; background-color: #8585B9;height:20px;color: white;width:0%;-webkit-transition: width .3s;-moz-transition: width .3s;transition: width .3s;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;}

#intro{
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 90%;
	font-size: 0.75vw;
	text-align: left;
	border: 1px rgb(89,89,89) solid;
	background: rgb(227, 255, 252);
	-moz-box-shadow: inset 0px 0px 10px 0px rgb(250, 205, 205);
	-webkit-box-shadow: inset 0px 0px 10px 0px rgb(250, 205, 205);
	box-shadow: inset 0px 0px 10px 0px rgb(250, 205, 205);
}

#intro > p {
	/*padding: 0 0 0 0;
	margin: 0 0 0 0;*/
}	

#show_help{
	position: fixed;
	top: 2%;
	right: 2%;
	width: 5%;
}
#contact_us{
	position: fixed;
	top: 2%;
	right: 8%;
	width: 4.5%;
	text-decoration:none;
}
#p_error_url{
	color: red;
}