/* Palette generated by Material Palette - materialpalette.com/red/light-blue */
.dark-primary-color {
	background: #D32F2F;
}

.default-primary-color {
	background: #e21f28;
}

.font-default-primary-color {
	color: #e21f28;
}

.light-primary-color {
	background: #FFCDD2;
}

.text-primary-color {
	color: #FFFFFF;
}

.accent-color {
	background: #00b3f6;
}

.primary-text-color {
	color: #212121;
}

.secondary-text-color {
	color: #727272;
}

.divider-color {
	border-color: #B6B6B6;
}

.background-grey {
	background: #e5e5e5;
	height: calc(100% - 56px);
	width: 100%;
	position: absolute;
}

.background-grey {
	
}

.background-white {
	background: #FFFFFF;
}