html,
body
{
	width: 100%;
	height: 100%;
}

body
{
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

	.text-vertical-center h1
	{
		margin: 0;
		padding: 0;
		font-size: 4.5em;
		font-weight: 700;
	}

/* Custom Button Styles */

.btn-dark
{
	border-radius: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
}

	.btn-dark:hover,
	.btn-dark:focus,
	.btn-dark:active
	{
		color: #fff;
		background-color: rgba(0,0,0,0.7);
	}

.btn-light
{
	border-radius: 0;
	color: #333;
	background-color: rgb(255,255,255);
}

	.btn-light:hover,
	.btn-light:focus,
	.btn-light:active
	{
		color: #333;
		background-color: rgba(255,255,255,0.8);
	}

/* Custom Horizontal Rule */

hr.small
{
	max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper
{
	z-index: 1000;
	position: fixed;
	right: 0;
	width: 250px;
	height: 100%;
	transform: translateX(250px);
	overflow-y: auto;
	background: #222;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.sidebar-nav
{
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.sidebar-nav li
	{
		text-indent: 20px;
		line-height: 40px;
	}

		.sidebar-nav li a
		{
			display: block;
			text-decoration: none;
			color: #999;
		}

			.sidebar-nav li a:hover
			{
				text-decoration: none;
				color: #fff;
				background: rgba(255,255,255,0.2);
			}

			.sidebar-nav li a:active,
			.sidebar-nav li a:focus
			{
				text-decoration: none;
			}

	.sidebar-nav > .sidebar-brand
	{
		height: 55px;
		font-size: 18px;
		line-height: 55px;
	}

		.sidebar-nav > .sidebar-brand a
		{
			color: #999;
		}

			.sidebar-nav > .sidebar-brand a:hover
			{
				color: #fff;
				background: none;
			}

#menu-toggle
{
	z-index: 1;
	position: fixed;
	top: 0;
	right: 0;
}

#sidebar-wrapper.active
{
	right: 250px;
	width: 250px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.toggle
{
	margin: 5px 5px 0 0;
}

/* Header */

.header
{
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/* About */

.calculatorparameters
{
	padding: 50px 0;
}

.faq
{
	padding: 50px 0;
}

/* Services */

.services
{
	padding: 50px 0;
}

.service-item
{
	margin-bottom: 30px;
}

/* Callout */

.callout
{
	display: table;
	width: 100%;
	height: 400px;
	color: #fff;
	background: url(../img/callout.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/* Portfolio */

.portfolio
{
	padding: 50px 0;
}

.portfolio-item
{
	margin-bottom: 30px;
}

.img-portfolio
{
	margin: 0 auto;
}

	.img-portfolio:hover
	{
		opacity: 0.8;
	}

/* Call to Action */

.call-to-action
{
	padding: 50px 0;
}

	.call-to-action .btn
	{
		margin: 10px;
	}

/* Map */

.map
{
	height: 500px;
}

@media(max-width:768px)
{
	.map
	{
		height: 75%;
	}
}

.map iframe
{
	pointer-events: none;
}

/* Footer */

footer
{
	padding: 100px 0;
}

#to-top
{
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
}


.flot-chart
{
	display: block;
	height: 200px;
}


	.flot-chart.dashboard-chart
	{
		display: block;
		height: 180px;
		margin-top: 40px;
	}

.flot-chart-content
{
	width: 100%;
	height: 100%;
}

.flot-chart-pie-content
{
	width: 200px;
	height: 200px;
	margin: auto;
}


.calculatorparameters span[data-toggle="tooltip"]
{
	padding-left: 0.3em;
}

	.calculatorparameters span[data-toggle="tooltip"].tooltipunderline
	{
		padding-left: 0em;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: darkgray;
	}


.MinHeight350
{
	min-height: 350px;
}


.radio,
.checkbox
{
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 0px;
}

	.radio label,
	.checkbox label
	{
		display: inline-block;
		cursor: pointer;
		position: relative;
		padding-left: 25px;
		margin-right: 15px;
		min-width: 17px;
		min-height: 17px;
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 0;
	}

		.radio label:before,
		.checkbox label:before
		{
			-webkit-box-sizing: inherit;
			box-sizing: border-box;
			content: "";
			display: inline-block;
			width: 17px;
			height: 17px;
			margin-right: 10px;
			position: absolute;
			left: 0px;
			background-color: #fff;
			border: 1px solid #d0d0d0;
		}

	.radio label
	{
		margin-bottom: 6px;
	}

		.radio label:before
		{
			bottom: 2.5px;
			border-radius: 99px;
			-webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
			transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
		}

	.radio input[type=radio]:checked + label:before
	{
		border-width: 5px;
	}

	.radio input[type="radio"]:focus + label
	{
		color: #2c2c2c;
	}

		.radio input[type="radio"]:focus + label:before
		{
			background-color: #e6e6e6;
		}

	.radio input[type=radio]
	{
		opacity: 0;
		width: 0;
		height: 0;
	}

		.radio input[type=radio][disabled] + label
		{
			opacity: 0.65;
		}

	.radio.radio-success input[type=radio]:checked + label:before
	{
		border-color: #10cfbd;
	}

	.radio.radio-primary input[type=radio]:checked + label:before
	{
		border-color: #6d5cae;
	}

	.radio.radio-info input[type=radio]:checked + label:before
	{
		border-color: #3b4752;
	}

	.radio.radio-warning input[type=radio]:checked + label:before
	{
		border-color: #f8d053;
	}

	.radio.radio-danger input[type=radio]:checked + label:before
	{
		border-color: #f55753;
	}

	.radio.radio-complete input[type=radio]:checked + label:before
	{
		border-color: #48b0f7;
	}

	.checkbox + .checkbox,
	.radio + .radio
	{
		margin-top: -5px;
	}

	.checkbox input[type=radio][disabled] + label:after
	{
		background-color: #e6e6e6;
	}

	.checkbox label
	{
		transition: border 0.2s linear 0s, color 0.2s linear 0s;
	}

		.checkbox label:before
		{
			top: 1.4px;
			border-radius: 3px;
			transition: border 0.2s linear 0s, color 0.2s linear 0s;
		}

		.checkbox label::after
		{
			display: inline-block;
			width: 16px;
			height: 16px;
			position: absolute;
			left: 3.5px;
			top: 0px;
			font-size: 11px;
			transition: border 0.2s linear 0s, color 0.2s linear 0s;
		}

		.checkbox label:after
		{
			border-radius: 3px;
		}

	.checkbox input[type=checkbox]
	{
		opacity: 0;
		width: 0;
		height: 0;
	}

	.checkbox.checkbox-circle label:after
	{
		border-radius: 99px;
	}

	.checkbox.checkbox-circle label:before
	{
		border-radius: 99px;
	}

	.checkbox input[type=checkbox]:checked + label:before
	{
		border-width: 8.5px;
	}

	.checkbox input[type=checkbox]:checked + label::after
	{
		font-family: 'FontAwesome';
		content: "\F00C";
		color: #fff;
	}

	.checkbox input[type="checkbox"]:focus + label
	{
		color: #2c2c2c;
	}

		.checkbox input[type="checkbox"]:focus + label:before
		{
			background-color: #e6e6e6;
		}

	.checkbox input[type=checkbox][disabled] + label
	{
		opacity: 0.65;
	}

		.checkbox input[type=checkbox][disabled] + label:before
		{
			background-color: #eceff3;
		}

	.checkbox.right label
	{
		margin-right: 35px;
		padding-left: 0 !important;
	}

		.checkbox.right label:before
		{
			right: -35px;
			left: auto;
		}

	.checkbox.right input[type=checkbox]:checked + label
	{
		position: relative;
	}

		.checkbox.right input[type=checkbox]:checked + label::after
		{
			font-family: 'FontAwesome';
			content: "\F00C";
			position: absolute;
			right: -27px;
			left: auto;
		}



#chart
{
	/*position: relative;*/
	/*display:inline-block;*/
	left: 40px;
}
#chart_container
{
	/*position: relative;*/
}
#y_axis
{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
}

#x_axis
{
	position: relative;
	left: 40px;
	height: 40px;
	overflow:hidden;
}

.LegendSwatch
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px 0 0;
}

.LegendLabel
{
	display: inline-block;
}

.LegendLine
{
	display: inline-block;
	margin: 0 0 0 30px;
}
