html, body {
	background: #f3f3f3;
	min-height: 100%;
}
* {
	font-family: 'Roboto', sans-serif !important;
}
.fullheight {
	height: 100%;
	min-height: 300px;
}
#Chart1 {
    width: 100%;
    position: relative;
    border: 1px solid #d6d6d6;
}
#Chart1 .highcharts-container {
	max-width: 100%;
}
.metricblock {
    max-width: 400px;
    width: 100%;
    max-height: 500px;
    margin-top: 10px;
    padding: 10px 0px;
    position: relative;
    z-index: 2;
    overflow-y: auto;
}
.metricblock div {
    padding: 5px 0px 0px 0px;
    margin: 5px 0px;
    border-bottom: 1px solid #ccc;
}
.metricblock div input, .metricblock div label {
	display: inline-block;
}
.metricblock div label {
	width: calc(100% - 25px);
	line-height: 100%;
	margin-left: 5px;
	vertical-align: top;
}
.metricblock div input {
	vertical-align: top;
}
.container {
	max-width: 1300px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}
h1 {
	margin: 0;
	padding: 20px 0px;
}
.loginblock {
	margin: 0 auto;
    max-width: 500px;
    background: white;
    padding: 0 25px 30px 25px;
    margin-top: 50px;
    border-radius: 5px;
}
.loginblock input[type=text], .loginblock input[type=password] {
	width: 100%;
    padding: 5px;
    margin-top: 0px;
}
.loginblock input[type=submit] {
	background: #444444;
    border: 0;
    padding: 10px 25px;
    font-size: 16px;
    color: white;
    margin-top: 15px;
    border-radius: 3px;
}
#datatable1 {
	background: white;
}
#datatable1_wrapper {
	padding-bottom: 50px;
}
.page-link {
	color: #444444;
}
.page-link:hover {
	color: black;
}
.page-item.active .page-link {
	background-color: #444444;
    border-color: #444444;
    color: white;
}
.toptitle {
	position: relative;
}

.topMenu
{
	position: absolute;
	right: 0;
    top: 30px;
}
.toptitle a {
	
    
    color: #76c0c1;
}
}
@media (max-width: 1023px) {
	.metricblock {
		max-height: 300px;
	}	
}