@media print {
	a[href]:after {
		content: none !important;
	}
	
	.breadcrumb, .btn, .nav-container, .ranking-sidebar, #top-buttons, .hidden-xs, .lead , #back-to-top, #years-bar, #range0, footer{
		display: none !important;
	}
	
	#print-header {
		margin-top: -75px;
	}
	
	h2 {
		font-size:18px;
	}
	
	.slider-text {
		font-size: 12px !important;
		margin-bottom: 0px !important;
	}
	
	#tb1 {
		margin-top: -120px;
		margin-left: -130px !important;
		margin-bottom: -20px !important;
		page-break-after: avoid !important;
	}
	
	#big{
		page-break-before: avoid !important;
		position: absolute !important;
		top: -20% !important;
	}
	
	#graph-container {
		margin-left: -20px !important;
	}
	
	svg{
		transform: scale(0.8);
		overflow: hidden !important;
	}
	
	/* .footer-text {
		font-size: 11px !important;
	}
	
	footer {
		page-break-before: always !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	} */
	
	#fter {
		position: relative;
		top: 80%;
	}
	
	.row , .container, label, fieldset{
		margin-bottom: -10px !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;
}

.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-slide2 {
	padding: 0;
	margin: 3px 3px 3px 3px;
	background: #FFF;
	border-radius: 0;
	background-image: none;
}
.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 .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-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{
	//position:absolute;
	font-size: 24px;
	font-weight: bold;
	color:#c8c8c8;//#707070;
	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 {
	//margin:10px;
	border:0;
	//border-radius: 5px;
	//width:80%;
	//overflow:hidden;
	background: #ffffff;
	//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;
}
.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;
}

.behind{
	z-index:-1000;
	pointer-events: none;
}
.axis text {
//font-family: sans-serif;
	font-size: 14px;
}
fieldset.scheduler-border {
	border: 1px solid #eee !important;
	padding: 0 0.4em 0.4em 0.4em !important;
	margin: 0 0 0.1em 0 !important;height:44px;
	-webkit-box-shadow:  0px 0px 0px 0px #000;
			box-shadow:  0px 0px 0px 0px #000;
	color:#aaa;
}

legend.scheduler-border {
	font-size: 1.0em !important;
	font-weight: light !important;
	text-align: left !important;
	width:auto;
	padding:0 1px;
	border-bottom:none;color:#aaa;
}
.upward {
transform: translate(0px, -25px);
-webkit-transform: translate(0px, -25px);
-moz-transform: translate(0px, -25px);
-o-transform: translate(0px, -25px);
-ms-transform: translate(0px, -25px);
}
.upwardFF {
transform: translate(0px, -25px);
-webkit-transform: translate(0px, -25px);
-moz-transform: translate(0px, -21px);
-o-transform: translate(0px, -25px);
-ms-transform: translate(0px, -25px);
}
.upward2 {
transform: translate(-35px, -12px);
-webkit-transform: translate(-35px, -12px);
-moz-transform: translate(-35px, -12px);
-o-transform: translate(-35px, -12px);
-ms-transform: translate(-35px, -12px);
}
.rightward {
transform: translate(25px, 0px);
-webkit-transform: translate(25px, 0px);
-moz-transform: translate(25px, 0px);
-o-transform: translate(25px, 0px);
-ms-transform: translate(25px, 0px);
}
.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;
}

.span-text {
	font-weight: bold;
}

.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;
}

#var-pop {
	margin-left: 14%;
	float:left;
}

#var-order {
	margin-left: 3%;
	float:left;
}

#years-bar {
	height:68px;
	padding-top:49px;
	padding-bottom:45px;
}

.slider-text {
	pointer-events: none;
	font-size:24px;
	font-weight:bold;
	margin-bottom: 15px;
}

.ranking-sidebar {
	min-width: 13em;
}

.ranking-sidebar-button {
	font-size:10px;
	padding: 0 12px;
	margin-left: 3px;
	margin-right: 3px; 
	margin-top: 4px;
	margin-bottom: 4px;
	width:135px;
}

.footer-text {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	color:#6f828e;
}