@media print {
	a[href]:after {
		content: none !important;
	}
	
	.breadcrumb, .btn, .nav-container, .stacked-sidebar, #colorblind-checkbox, #top-buttons, .hidden-xs, .lead , #back-to-top, .footer-text {
		display: none !important;
	}
	
	#print-header {
		margin-top: -90px !important;
	}
	
	h2 {
		font-size:18px;
	}
	
	#slidertext {
		font-size: 12px !important;
	}
	
	#tb1 {
		margin-top: -120px;
		margin-left: -150px !important;
	}
	#graph-container {
		margin-left: -170px !important;
		margin-bottom: -20px !important;
	}
	
    svg{
		transform: scale(.9);
	}
	
	@page {size: landscape}
	
	.page {
		-webkit-transform: rotate(-90deg); 
		-moz-transform:rotate(-90deg);
		filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
	
	footer {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	.row {
		margin-bottom: 0px !important;
	}
}

.switch2 {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100px;
	height: 28px;
	padding: 0px;
	margin: 0 0px 0px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch2-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch2-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	//text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch2-label:before, .switch2-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch2-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch2-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch2-input:checked ~ .switch2-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch2-input:checked ~ .switch2-label:before {
	opacity: 0;
}
.switch2-input:checked ~ .switch2-label:after {
	opacity: 1;
}
.switch2-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch2-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch2-input:checked ~ .switch2-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch2-label, .switch2-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.switch-slide2 {
	padding: 0;
	margin: 3px 3px 3px 3px;
	background: #FFF;
	border-radius: 0;
	background-image: none;
}
.switch-slide2 .switch2-label {
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.switch-slide2 .switch2-label:after, .switch-slide2 .switch2-label:before {
	width: 100%;
	height: 100%;
	top: 5px;
	left: 0;
	text-align: center;
	padding-top: 10%;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-slide2 .switch2-label:after {
	color: #000000;
	//background: #87CEEB;
	background: #A9F5A9;//#eceeef;
	left: -100px;
}
.switch-slide2 .switch2-label:before {
	background: #eceeef;
}
.switch-slide2 .switch2-handle {
	display: none;
}
.switch-slide2 .switch2-input:checked ~ .switch2-label {
	background: #FFF;
	border-color: #0088cc;
}
.switch-slide2 .switch2-input:checked ~ .switch2-label:before {
	left: 100px;
}
.switch-slide2 .switch2-input:checked ~ .switch2-label:after {
	left: 0;
}






.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 80px;
	height: 28px;
	padding: 0px;
	margin: 0 0px 0px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 12px;
	//text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #000000;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #000000;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.switch-slide {
	padding: 0;
	margin: 5px 0 0;
	background: #FFF;
	border-radius: 0;
	background-image: none;
}
.switch-slide .switch-label {
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.switch-slide .switch-label:after, .switch-slide .switch-label:before {
	width: 100%;
	height: 100%;
	top: 5px;
	left: 0;
	text-align: center;
	padding-top: 10%;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-slide .switch-label:after {
	color: #000000;
	//background: #87CEEB;
	background: #eceeef;
	left: -100px;
}
.switch-slide .switch-label:before {
	background: #eceeef;
}
.switch-slide .switch-handle {
	display: none;
}
.switch-slide .switch-input:checked ~ .switch-label {
	background: #FFF;
	border-color: #0088cc;
}
.switch-slide .switch-input:checked ~ .switch-label:before {
	left: 100px;
}
.switch-slide .switch-input:checked ~ .switch-label:after {
	left: 0;
}

#slidertext{
	float:left;
	pointer-events: none;
	font-size:24px;
	font-weight:bold;
	margin-bottom: 15px;
	margin-left: 30px;
	color:#c8c8c8;
	transform: translate(0px, -25px);
	-webkit-transform: translate(0px, 5px);
	-moz-transform: translate(0px, 5px);
	-o-transform: translate(0px, 5px);
	-ms-transform: translate(0px, 5px);
}

#graph-container {
	z-index:20000;
	border:0;
	width:95%;
	background: #ffffff;
	/*margin:10px;
	border-radius: 5px;
	overflow:hidden;
	box-shadow: 2px 2px 2px 0px #a6a6a6;*/
}

.hidden {
	display: none;
}

div.tooltip {
	color: #222;
	background: #fff;
	padding: .1em;
	text-shadow: #f5f5f5 0 1px 0;
	border-radius: 2px;
	box-shadow: 0px 0px 2px 0px #a6a6a6;
	opacity: 0.9;
	position: absolute;
	font-size: small;
	line-height: 100%;
	z-index:1000;
	width:100px;
}

.bbt{
	font-size: small;
	font-weight: normal;
}

.bbt2{
	font-size: small;
	font-weight: normal;
}

#grby {color:#aaa;padding:0;padding-right:5px;border:1px solid #eee}

#grby2 {color:#aaa;padding:0;padding-right:5px;border:1px solid #eee}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  //display: none;
}

.label {
		fill: white;
		font-size: 16px;
	  }

.behind{
	z-index:-1000;
	pointer-events: none;
}
.axis text {
//font-family: sans-serif;
	font-size: 14px;
}

.leftward2 {
transform: translate(-45px, 0px);
-webkit-transform: translate(-45px, 0px);
-moz-transform: translate(-45px, 0px);
-o-transform: translate(-45px, 0px);
-ms-transform: translate(-45px, 0px);
}

.float-left {
	float:left;
}

.float-right {
	float: right;
}

.event-callout-select {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.footer-text {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	color:#6f828e;
}

#var-pop {
	margin-left: 17%;
	float:left;
}

.stacked-sidebar {
	min-width: 13em;
}

.stacked-sidebar-button {
	font-size:10px;
	padding: 0 12px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	width:135px;
}

#legend-table {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
}

.legend-cell {
	border: 1px solid #DDDDDD;
}

.current-legend-cell {
	height:50px;font-weight:bold;
}

.alt-legend-cell {
	height:50px;
}

.firstimage {
	text-align: center;
	max-height:50px;
}