html, body{
	height: 100%;
	width: 100%;
	font-family: 'Google sans', sans-serif;
	margin: 0;
}
body{
	background: #f5f5f5;
}
.animate{
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
h1, h2, h3, p{
	color: #595959;
}
h2{
	margin: 0 0 5px 0;
	color: #595959;
}
h3{
	margin: 0;
	color: #595959;
}


/*-----------------------------
header
-----------------------------*/

.header{
	/*box-shadow: 0px 0px 89px 0px rgba(0,0,0,0.75);*/
	width: 100%;
	padding-right: 10px;
	background: #00658b;
}
.header_logo{
	float: left;
	display: block;
	padding: 0px 5px;
	padding-top: 7px;
	margin-left: 15px;
}
.header_logo_img{
	height: 25px;
}
.header_menu{
	float: right;
	margin: 0;
	padding: 0;
	max-height: 44px;
}
.header_menu_item{
	display: inline-block;
	float: right;
}
	.header_menu_item a{
		color: rgba(255,255,255,0.5);
		display: block;
		padding: 12px 20px;
		text-decoration: none;
	}
	.header_menu_item a:hover{
		color: #fff;
		transition: color 0.25s ease-out;
	}
	.timebutton_header{
		visibility: hidden;
	}

.header_icon-bar{
	display: block;
	float: right;
	padding: 10px;
	display: none;
}
.header_icon-bar span{
	display: block;
	height: 3px;
	width: 30px;
	background: #fff;
	margin-bottom: 5px;
}
.main{
	width: 80%;
	height: auto;
	margin: 20px auto;
	background: none;
}
.main_kibana{
	width: 80%;
	height: auto;
	margin: 20px auto;
	background: none;
}
.timepicker_bar{
	width: calc(100% - 18px);
	margin: auto;
	height: 40px;
	background: #00658b;
	border-radius: 6px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
}
	.select_timebutton{
		color: rgba(255,255,255,0.5);
		background: none;
		text-decoration: none;

		width: auto;
		padding: 10px 20px;
		float: left;
	}
	.select_timebutton_div{
		height: 8px;
		border-right: solid 0.5px #004059;
		margin-top: 4px;
	}
	.select_timebutton:hover{
		color: white;
		transition: color 0.15s ease-in-out;
	}
	.timepicker_bar_icon{
		display: block;
		background: #004059;
		border-radius: 5px 0 0 5px; 
		float: left;
		height: 100%;
		width: 40px;
	}
.timepicker_view{
	background: none;
	height: auto;
	width: calc(100% - 350px);
	margin: 0 auto;
	float: left;
}
	.timepicker_view_text{
		height: auto;
		width: auto;
		background: none;
		display: block;
		float: left;
		margin-bottom: 20px;
		border-left: 1px solid #ddd;
		padding-left: 18px;
		margin-left: 8px;
	}
.timepicker_icon{
	height: 100%;
	width: 40px;
	background: none;
	display: block;
	float: left;
	margin-right: 2px;
	padding-left: 8px;
}
.icons_view{
	height: 25px;
	margin-top: 3px;
	margin-left: 8px;
	background: none;
}
.icons_view_bar{
	height: 25px;
	margin-top: 8px;
	margin-left: 8px;
}

.planticon{
	width: 25%;
	max-width: 300px;
	height: 178px; /*93+78*/
	float: right;
	margin-right: 9px;
	position: relative;
}

.line_sep{
	height: 20px;
	border-left: 1px solid rgba(255,255,255,0.3);
	width: 2px;
	margin-top: 10px;
	float: right;
}
.line_sep.left{
	float: left;
}
.kibana{
	width: 100%;
	height: 100%;
	float: left;
	margin-bottom: 20px;
}
/*-----------------------------
Footer
-----------------------------*/

.footer{
	background: #00658b;
	border-top: 1px solid #004059;
	padding: 15px;
	float: left;
	width: 100%;
}
	.footer p{
		margin-bottom: 0;
		text-align: center;
		font-size: 80%;
	}

/*-----------------------------
Varie
-----------------------------*/

/* clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

/* content padding */

.content_padding{
	width: 80%;
	height: 100%;
	margin: auto;
	background: none;
}

.line_sep{
	height: 20px;
	border-left: 1px solid rgba(255,255,255,0.3);
	width: 2px;
	margin-top: 10px;
	float: right;
}

/*-----------------------------
Smartphone
-----------------------------*/

@media (max-width: 767px){

	.header{
		min-height: 50px;
		position: fixed;
		background: rgba(0,101,139,0.9);
		z-index: 2000;
		width: 100%;
		padding-top: 5px;
		padding-right: 0;
		margin: 0;
		border-bottom: 1px solid #00658b;
	}
	.header_icon-bar{
		display: block;
		padding: 10px 15px 0 0 ;
	}

	.header_menu{
		width:100%;
		height: 0px;
		max-height: none;
		overflow: hidden;
		text-align: right;
	}
	.header_menu_item{
		display: block;
		float: none;
	}
		.header_menu_item a{
			color: #fff;
			opacity: 1;
			border-right: 2px solid rgba(255,255,255,0.8);
			margin-right: 15px;
			margin-bottom: 10px;
			padding: 5px 10px 5px 0;
		}
		.line_sep{
			border-left: none;
		}
	.is-open{
		height: auto;
		padding: 20px 0;
		overflow: auto;
		width: 100%;
		z-index: 2000;

		-webkit-box-shadow: 0px 61px 72px -5px rgba(0,0,0,0.28);
		-moz-box-shadow: 0px 61px 72px -5px rgba(0,0,0,0.28);
		box-shadow: 0px 61px 72px -5px rgba(0,0,0,0.28);
	}
	.timebutton_header{
		visibility: visible;
	}
	.content_padding{
		width: 100%;
	}
	.main{
		width: 100%;
		min-height: 100%;
		margin-top: 0;
		padding-top: 49px;
		border-top: 0px;
	}
	.timepicker_bar{
		height: 49px;
		width: 100%;
		border-radius: 0px;
		margin-bottom: 10px;
		box-shadow: none;
		background: #fff;
		border-bottom: 1px solid rgba(59,59,59,0.3);
		padding: 7px 0 0 0;
	}
	.icon_view_bar{visibility: hidden;}
	.select_timebutton{
		color: #595959;
		float: left;
	}
		.select_timebutton:hover{
			color: black;
		}
	.line_sep.left{
		border-left: 1px solid rgba(59,59,59,0.2);
		float: left;
	}
	.searchbar{
		height: auto;
		visibility: visible;
		display: block;
		margin: 5px 0 0 10px;
		color: white;
		float: left;
		background: #00658b;
		text-decoration: none;

		width: auto;
		padding: 10px 15px;
		border-radius: 6px;
		border: 1px solid #004059;
		text-align: right;
	}
	.timepicker_bar_icon{
		visibility: hidden;
		width: 0;
	}
	.timepicker_view{
		width: 95%;
		padding-left: 5px;
	}
	.timepicker_view_text{
		border-left: 1px solid #ddd;
		margin-left: 5px;
	}
	.timepicker_icon{
		padding-left: 0px;
	}
	.icons_view{
		margin-left: 7px;
	}
	.planticon{
		float: left;
		margin: 20px 0 20px 20%;
		width: auto;
	}
	.kibana_cover{
		width: 100%;
		height: 100%;
		background: none;
	}
	.kibanaframe{
		z-index: 0;
	}

	h2{
		margin: 0 0 5px 0;
		color: #595959;
		font-size: 100%;
	}
	h3{
		margin: 0;
		color: #828282;
		font-size: 100%;
	}
	.footer{
		font-size: 10px;
	}
}



* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}