/* Clearfix */
	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

/* Flotchart */

.demo-container {
	box-sizing: border-box;
	width: 100%;
	height: 450px;
	padding: 20px 15px 15px 15px;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}
.legend table {
	border-spacing: 5px;
}

/* Styles */
.tool--input, .tool--outputValue, .tool--button, .tool-dropdown-menu{
	/*float: right;*/
}

.tool--button{
	margin: 10px 0;
}

.tool-tab-container{
	padding-top: 10px;
	padding-bottom: 20px;
}
.tool--sharedcolumn, .tool--callcolumn, .tool--putcolumn{
	text-align: center;
}
.active .tool--tab{
	max-width: none;
}
.tool--tab{
	-o-text-overflow: ellipsis;   /* Opera */
    text-overflow:    ellipsis;   /* IE, Safari (WebKit) */
	overflow: hidden;
	max-width: 110px;
	white-space: nowrap;
}
.tool--glyphicon-arrow-right{
	top: 3px;
}
.tool-bigger-spacing{
	margin: 20px 0;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.tool-h1-margin{
	margin: 20px 0 10px 0;
}
.no-border{
	border: 0 !important;
}
#footer{
	border-top: 1px solid #ddd;
	width: 100%;
	text-align: right;
	margin-bottom: 40px;
	padding-top: 10px;
}
#footer a{
	padding: 0 5px;
}

.panel-heading{
	padding: 5px 15px;
}
#tool-ajax-placeholder{
	margin-top: 20px;
}
.info-icon{
	cursor: pointer;
	font-size: 18px;
	margin: 10px 0;
	border-radius: 16px;
}
.info-icon:hover{
	background-color: white;
	color: #428bca;
	
}
.heading-margin{
	margin-top: 20px;
	margin-bottom: 10px;
}