#firebaseui-auth-container {
	margin-top: 100px;
	/*display: none;*/
}

h2 {
	text-align: center;
}

.mdl-layout__header {
	background-color: #202763;
}

.mdl-layout-icon {
	width: 48px;
	margin-right: 10px;
}

.mdl-layout-title {
	display: flex;
	font-weight: bolder;
	margin-left: -7px;
	/*padding-left: 5px !important;*/
	background-color: #202763;
	color: rgba(255, 255, 255, 1);
}

.material-icons {
	font-size: 32px;
}

.userIcon {
	font-size: 64px;
}

.userProfile {
}

.whenLogged {
	display: none;
}

.notConfigured {
	display: none;
}

.notConfigured p {
	text-align: center;
	font-family: "Helvetica","Arial",sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.firebaseui-idp-facebook,.firebaseui-idp-facebook:hover,.mdl-button.firebaseui-idp-facebook:active,.mdl-button.firebaseui-idp-facebook:focus {
    background-color: #3b5998
}

.firebaseui-idp-password,.firebaseui-idp-password:hover,.mdl-button.firebaseui-idp-password:active,.mdl-button.firebaseui-idp-password:focus {
    background-color: #db4437;
}

.firebaseui-idp-google,.firebaseui-idp-google:hover,.mdl-button.firebaseui-idp-google:active,.mdl-button.firebaseui-idp-google:focus {
    background-color: #fff
}

.loggedin #firebaseui-auth-container {
	display: none;
}

.mdl-layout__content {
	background-color: gainsboro;
}

.logo-container {
	text-align: center;
}

.chart-container {
	width:100% !important;
	/*height: 100%;*/
	/*height:50vh !important;*/
}

.chart-legend {
	display: flex;
	justify-content: space-around;
	align-content: space-between;
	width: 100%;
	bottom: 10%;
	margin-top: 2em;
	flex-wrap: wrap;
}

.chart-legend .mdl-chip {
	font-size: 1em;
}

.mdl-layout__header-row {
	padding-left: 56px;
}

.button_download_data {
	margin-left: 10px;
}

/*
.chart-legend span {
	width: auto;
	margin: 10px 4px;
	padding: 5px 10px;
	border-radius:13px;
	color:white;
	font-weight: bold;
	font-size: .6em;
	mix-blend-mode: difference;

	z-index:2;
}
*/

.no-results {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: black;
}

.mdl-progress {
	margin: auto;
}

.chart_container {
	width: 75%;
	height: auto;
	margin: auto;
}