/* Your app styles here */
.themeColor{
	background-color:rgb(87,184,77);
}

.themeFontColor {
	color: rgb(87,184,77)!important;
}

.whiteColor{
	color:#fff;
}

.swiperImg{
	width: 100%;
	height: 100%;
	background-size: cover;
}

.font10 {
	font-size: 10px;
}

.font14{
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}
.h40{
	height: 40px;
}

.p15{
	padding: 15px;
}

.p5 {
	padding: 5px;
}

.p0{
	padding: 0px;
}

.m15{
	margin: 15px;
}

.m0{
	margin: 0px;
}

.mr10{
	margin-right:10px;
}

.ml30 {
	margin-left: 30px;
}

.whiteBg{
	background-color: #fff;
}

.bgImg{
	background:url(../img/bg.jpg) repeat;
}

.toolbar .tab-link-active {
	background-color: #fff;
	color: rgb(87,184,77);
	font-weight: 700;
}

.toolbar .tab-link{
	/*background-color:#fff;*/
	/*color:#8bc34a;*/
}

.bottomMenu{
	position: fixed;
	bottom: 0;
	width: 100%
}

.button-active {
	background-color: rgb(87,184,77);
}
.no-active {
    background-color: aliceblue;
}
/*:root {
	--f7-theme-color: #f00;
	--f7-theme-color-shade: #d60000;
	--f7-theme-color-tint: #ff2929;
	--f7-theme-color-rgb: 255, 0, 0;
}*/