.chartOptions {
	display: inline-block;
	float: right;
}

.chartOptions .chartOption {
	display: inline-block;
	#float: right;
}

.chartOptions .chartOption img {
	width: 21px;
	border: 1px solid #000;
	margin-left: 2px;
	border-radius: 4px;
    padding: 2px;
    cursor: pointer;
}

.chartOption.active img {
    background-color: #fff;
    -webkit-filter: invert(.9);
    filter: invert(.9);
}

.timeRange {
	margin-top: 10px;
}

.timeRange span {
	font-weight: bold;
	padding-right: 5px;
}

.statisticHeader {
	font-weight: bold;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 8px;
}

.statisticChartContainer {
	display: inline-block;
	width: 100%;
}

.statisticFactsContainer {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.statisticFactsHeader {
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px solid #000;
	display: inline-block;
	width: 100%;
	margin-bottom: 7px;
}

#languagesChart, #uniqueusersChart, #timesChart, #registrationsChart {
	height: 450px;
}

.factsBlock {
	width: 210px;
	height: auto !important;
	background-color: #eee;
	padding: 12px;
	text-align: right;
	float: left;
	margin-right: 10px;
}

.factsBlock .factsBlockValue {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}

.factsBlock .factsBlockLabel, .factsBlock .factsBlockSubValue {
	padding-bottom: 10px;
	font-size: 110%;
}

.factsBlock .factsBlockDescription {
	display: none;
}

.statisticDatatableContainer {
	
}


.statisticDatatableContainer table {
	width: 100%;
	margin-bottom: 10px;
}

.statisticDatatableContainer table th, .statisticDatatableContainer table td {
	border: 1px solid #dddddd;
	text-align: right
}

.statisticDatatableContainer table th {
	color: #006ec7;
    font-weight: bold;
}


.statisticDatatableContainer table td:first-child, .statisticDatatableContainer table th:first-child {
	text-align: left;
}

.statisticDatatableContainer table tr.sum td {
	background-color: #8fd400;
	color: #006ec7;
	font-weight: bold;
}

#loader {
	width: 100%;
    height: 100%;
    background: rgba(125,125,125,0.8);
    z-index: 9999;
    position: absolute;
    margin: -24px 0px 0 -24px;	
}
#loaderBar{
    opacity: 0.8;
    position: absolute;
    top: 55%;
    left: 35%;
    min-width: 30%;
    height: 8%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border: 5px solid black;
    text-align: center;
}

#loaderBarValue{
    position: absolute;
    width: 0%;
    height: 100%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
    background-color: lightgreen;
}

#loaderBarText{
  	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #000;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
    font-weight: 400;	
}




















