.noColor{
	color: black;
}
.firstColor{
	color: #FA793A !important;
}
.secondColor {
	color: #27A87A;
}
.firstColorBG{
	background-color: #FA793A !important;
}
.secondColorBG {
	background-color: #27A87A;
}
p[id^="error_"] {
	color:red;
}
.bold {
	font-weight: bold;
}
.noDisplay {
	display:none;
}
.disabled {
	color: grey;
}
.noMargin {
	margin: 0px;
}
.noPadding {
	padding: 0px !important;
}
.btn-floating {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#topBarIcon {
	height: 24px;
    margin-top: 16px;
}
nav.fixed {
	position: fixed;
	top: 0px;
	z-index:99;
}
.underNavFixed {
	margin-top: 70px;
}
footer.fixed {
	position: fixed;
	bottom: 0px;
	z-index:99;
	width: 100%;
	background-color: #FA793A;
	padding-top: 1px;
}
[type="checkbox"]:checked+span:not(.lever):before {
    	border-right: 2px solid #EE964B;
	border-bottom: 2px solid #EE964B;
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
