body {
	height: 100%;
}

.dashboard .inline-block {
	display: inline-block;
}

.dashboard .view-community {
	font-size: 12px;
    font-weight: bold;
}
.dashboard .group-container {
	width: 90%;
	border-top: 1px solid black;
	margin: auto 5%;
}

.dashboard .group-container .title {
	font-size: 25px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}

.dashboard .group-container .org {
	width: 300px;
	height: 300px;
	display: inline-block;
}

.dashboard .postsContainer {
	width: 100%;
	display: inline-block;
	overflow: scroll;
	border-top: 1px solid;
	margin-top:5px;
}

.dashboard .com {
	width: 300px;
	display: inline-block;
	border: 1px solid;
	border-radius: 5px;
	margin: 5px;
	cursor: pointer;
}

.dashboard .com .image {
	margin: 5px;
	width: 50px;
	height: 50px;
	display: inline-block;
}

.dashboard .com .image img{
	width: 100%;
}

.dashboard .com .name {
	display: inline-block;
	margin: 5px;
}

.dashboard .navbarContainer {
	position: fixed;
	z-index: 9999;
	height: 60px;
	background-color: white;
	width: 100%;
	display: flex;
	box-shadow: 0px 2px 5px #888888;
}

.dashboard .logout {
	position: absolute;
	right: 0;
	line-height: 60px;
	margin: 11px auto;
}

.dashboard .updateDefault {
	cursor: default;
	color: #cccccc;
	display: inline-block;
	line-height: 60px;
	font-size: 16px;
}

.dashboard .updateDefault.active {
	cursor: pointer;
	color: #19a5de;
}

.dashboard .updateDefault.active:hover {
	color: #1c4b5e;
}

.dashboard .logout img{
	height: 40px;
	width: 40px;
	margin: auto 10px;
	display: inline-block;
	border-radius: 50%;
	background-size: contain;
}

.dashboard .breadcrumbContainer,.dashboard .logout {
	margin: auto 0;
}

.main-container .chart,.main-container .tableContainer {
	display: block;
}

.main-container.active .chart,.main-container.active .tableContainer {
	display: block;
}

.chart, .tableContainer {
    width: 90%;
    margin: 10px auto;

}

.chart {
	background-color: white;
}

.chart svg tspan,.chart svg text{
	font-size: 14px;
}

.tableContainer {
	
}

.dashboard .dropdownbutton .dropbtn {
	background-color: #19a5de;
    color: white;
    width: 200px;
    text-align: center;
    vertical-align: top;
    height: 60px;
    padding: 0;
    line-height: 60px;
    cursor: pointer;
}

.dashboard .dropdownbutton .dropdown-btn-content {
	text-align: center;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dashboard .dropdownbutton .dropbtn:hover, .dropdownbutton .dropbtn:focus {
    background-color: #1c4b5e;
    color: white;
}

.dashboard .dropdownbutton .dropdown-btn-content .item:hover {
	color: white;
	background-color: #1c4b5e
}

.select-message {
	text-align: center;
	margin-top: 15%;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
}

.select-message, .reportingContainer,.overviewContainer {
	display: none;
}

.main-container.overview .overviewContainer, .main-container.select .select-message, .main-container.reporting .reportingContainer {
	display: block;
}
.filterBtn {
	width: 85px;
    text-align: center;
    background-color: white;
    margin-left: 10px;
    cursor: pointer
}

.big-table {
	width: 90%;
	background-image: url(/modules/assets/images/dashboard/table.png);
/*	background-color: white;
*/	height: 645px;
	margin: auto;
	margin-top: 10px;
	background-size: contain;
}

.mid-table {
	width: 90%;
	background-image: url(/modules/assets/images/dashboard/table2.png);
	height: 304px;
	margin: auto;
	background-size: contain;
	margin-top: 10px;
}




.dashboard .report-period.current .current
.dashboard .report-period.older .older, {
	display: block;
}

.dashboard .report-period .current
.dashboard .report-period .older, {
	display: none;
}

.dashboard .activeItem {
	color: white;
}
.dashboard .actionButtonsContainer {
	text-align: right;
    width: 100%;
}
    
.dashboard .dashboard-button {
	cursor: pointer;
    margin-top: 9px;
    font-size: 36px;
    z-index: 9999;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.dashboard .dashboard-button:hover {
	color: #c5e2e2;
}

/* iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.dashboard .updateDefault {
		display: none;
	}

	.dashboard .chart,.dashboard .tableContainer {
	    width: 95%;
	}

	.overview1, .overview2, .overview3, .overview4, .overview5 {
	    width: 95%;
	}
}