.dashboardoverview {
	
}

.dashboardoverview .overviewTitle,
.dashboardoverview .overviewTotal {
	display: inline-block;
}
.dashboardoverview .noActivity {
	height: 300px;
    text-align: center;
    padding-top: 140px;
    width: 100%;
}

.dashboardoverview .mainFrame {
	background-color: white;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	padding: 5px 10px;
	box-shadow: 0px 2px 5px #888888;
}

.dashboardoverview .tablesContainer {
	width: 90%;
	margin: auto;
	margin-top: 10px;
}


.dashboardoverview .periodButton {
	display: inline-block;
	width: 120px;
	border: 1px solid black;
	background-color: white;
	margin-left: 5px;
	text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.dashboardoverview .periodButton:hover,.dashboardoverview .periodButton.active {
	color: white;
	background-color: #19a5de;
}


.dashboardoverview .row {
	width: 100%;
	margin: auto;
}

.dashboardoverview .filtersContainer, .dashboardoverview .periodContainer {
	display: inline-block;
}

.dashboardoverview .right {
	float: right;
}