.statistics-list-group {
	padding-right: 72px;
}

.statistics-profile-container {
	margin-top: 10px;
	padding-right: 16px;
}

.statistics-date-search {
	padding-left: 0px;
}

.statistics-custom-date-btn {
	margin-left: 5px;
	margin-top: 7px;
	-webkit-border-radius: 5px;
}

.chart-container {
	margin-top:40px;
}

.statistics-date-list {
	width: 100%;
}

.statistics-total-container {
	border: 1px solid #dddddd;
	background: #F8F8F8;
	margin-bottom: 7px;
}

.statistics-total-value-message-container {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
}

.statistics-total-value-container {
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: 1px solid #dddddd;
	text-align: right;
	padding-right: 0px;
}

.statistics-date-input {
	padding: 6px 4px;
	border-style: groove;
}

.report-statistics-date-input {
	padding: 6px 4px;
	border-style: groove;
}

.statistics-btn-date {
	border: 1px solid #dddddd !important;
	width: 9%;
	background: #F8F8F8;
	color: #333 !important;
}

.report-statistics-btn-date {
	border: 1px solid #dddddd !important;
	width: 9%;
	background: #d14836;
	color: white !important;
	margin-left: 5px;
	margin-top: 7px;
}

.body-wrapper a.statistics-selected-url {
	color: #279fbb;
}

@media ( min-width : 1200px ) {
	.statistics-total-container {
		margin-left: 110px;
		margin-top: 9px;
	}
	
	.statistics-date-input {
		width: 41%;
	}
	
	.statistics-btn-date {
		width: 9%;
	}
	
	.report-statistics-date-input {
		width: 16%;
	}
	
	.report-statistics-btn-date {
		width: 4%;
	}
}

@media (min-width : 992px ) and ( max-width : 1199px ){
	.statistics-total-container {
		width: 80%;
		margin-left: 106px;
		margin-top: 9px;
	}
	
	.statistics-date-input {
		width: 39%;
	}
	
	.statistics-btn-date {
		width: 12%;
	}
	
	.report-statistics-date-input {
		width: 16%;
	}
	
	.report-statistics-btn-date {
		width: 4%;
	}
}

@media (max-width : 991px) {
	.statistics-date-input {
		width: 41%;
	}
	
	.statistics-btn-date {
		width: 9%;
	}
	
	.report-statistics-date-input {
		width: 25%;
	}
	
	.report-statistics-btn-date {
		width: 6%;
	}
}

@media (min-width : 768px) and (max-width : 991px) {
	.statistics-total-container {
		margin-left: 108px;
		width: 83%;
		margin-top: 49px;
	}
	
	.statistics-error-container {
		margin-top: 40px;
	}
}

@media (max-width : 767px) {
	.statistics-total-container {
		width: 100%;

		height: 32px;
	}
}