﻿body {
	/*font-size: 11px !important;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
	font-size: 12px !important;
    color: #232323;
	background-color: #fff;
}

th {
    background-color: #0076BE;
    border: 1px solid #acacaf !important;
    color: #f1f0f0;
} 

.table-nonfluid {
   width: auto !important;
}

.chart-size {
	height:400px;
	width:400px;
}

.div-keepleft {
	margin-left:15px !important;
}

.search-bar {
	height: 36px;
	background-color: #6c6d71;
    -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	position:relative;
	width:150px;
        margin-top:10px;
	margin-bottom:10px;
        display: inline-block;
}

.search-bar .search {
	position:absolute;
	right:12px;
	top: 10%;
    width:25px;
    height:25px;
}

.search-bar .calendar {
	position:absolute;
	right:45px;
	top: 10%;
        width:25px;
        height:25px;
}

.search-bar-week {
	height: 36px;
	background-color: #6c6d71;
    -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	position:relative;
	width:220px;
	margin-bottom:10px;
}

.search-bar-week .search {
	position:absolute;
	right:12px;
	top: 10%;
    width:25px;
    height:25px;
}

.search-bar-week .calendar {
	position:absolute;
	right:45px;
	top: 10%;
    width:25px;
    height:25px;
}

.sfield {
	float: left;
	margin: 7px 0 0 15px;
	font-size: 14px !important;
    font-weight: bold;
	color: #f1f0f0;
	height: 20px;
	line-height: 18px;
	padding: 0;
	background: transparent;
	border: 0;
}

.data-loader {
	height: 20px;
	width: 20px;
}

.legend {
	display:table-cell;
	padding-top:40px;
	/*padding-left:40px;*/
}

.legendinnerdiv {
    padding: 20px 20px 20px 20px;
    background-color: lightgray;
}

.emissiondata {
	float:left;
	width: 50%;
    min-width: 250px;
	margin-right: 25px;
    text-align:justify;
}

div.tab {
	overflow: hidden;
	/*border: 1px solid #FFFFFF;*/
	background-color: #FFFFFF;
    color: #0076BE;
}

div.tab button {
	background-color: #FFFFFF;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

div.tab button:hover {
	background-color: #0076BE;
    color: #ffffff;
}

div.tab button.active {
	background-color: #0076BE;
    color: #ffffff;
}

.tabcontent {
	display: none;
	padding: 6px 12px;
	/*border: 1px solid #ccc;*/
	border-top: none;
	/*border-bottom:0 !important;*/
}

.pagetopdiv {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
    width: 100%;
}

.fixed-table-container {
    border: none !important;
}

.tablinks {
    font-weight: bold;
}
