.red{
	background-color:#d71920 !important
}
.red-text{
	color:#d71920 !important
}
.white-text{
	color:#fff !important
}
blockquote{
	margin:20px 0;
	padding-left:1.5rem;
	border-left:5px solid #000
}

.side-nav span.badge.new::before,
.collapsible span.badge.new::before{
	content:'';
	position:absolute;
	top:10px;
	right:0;
	bottom:10px;
	left:0;
	background-color:#fff;
	border-radius:2px;
	z-index:-1
}

@font-face{
	font-family:"Roboto";
	src:local(Roboto Thin),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Thin.eot");
	src:url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Thin.woff2") format("woff2"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Thin.woff") format("woff"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Thin.ttf") format("truetype");
	font-weight:200
}

@font-face{
	font-family:"Roboto";
	src:local(Roboto Light),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Light.eot");
	src:url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Light.woff2") format("woff2"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Light.woff") format("woff"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Light.ttf") format("truetype");
	font-weight:300
}

@font-face{
	font-family:"Roboto";
	src:local(Roboto Regular),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Regular.eot");
	src:url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Regular.woff2") format("woff2"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Regular.woff") format("woff"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Regular.ttf") format("truetype");
	font-weight:400
}

@font-face{
	font-family:"Roboto";
	src:url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Medium.eot");
	src:url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Medium.woff2") format("woff2"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Medium.woff") format("woff"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Medium.ttf") format("truetype");
	font-weight:500
}

@font-face{
	font-family:"Roboto";
	src:url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Bold.eot");
	src:url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Bold.woff2") format("woff2"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Bold.woff") format("woff"),
	url("http://cms.reaframework.com.au/scripts/materializecss/fonts/roboto/Roboto-Bold.ttf") format("truetype");
	font-weight:700
}
html{
	line-height:1.5;
	font-family:"Roboto", sans-serif;
	font-weight:normal;
	color:rgba(0,0,0,0.87)
}

.btn-floating{
	display:inline-block;
	color:#fff;
	position:relative;
	overflow:hidden;
	z-index:1;
	width:40px;
	height:40px;
	line-height:40px;
	padding:0;
	background-color:#26a69a;
	border-radius:10%;
	transition:.3s;
	cursor:pointer;
	vertical-align:middle
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]){
	border-bottom:1px solid #000000;box-shadow:0 1px 0 0 #000000;
}

/* WAVES */
.collapsible{
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	margin:0rem 0 0rem 0
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=datetime]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label{
	color:#000000
}
.pagination li.active{
	background-color: #d71920;
}