

	:root {
		--main-color: #04c65d;
		--main-color-80: #04c65dcc;
		--main-color-60: #04c65daa;
		--main-color-40: #04c65d66;
		--main-color-20: #04c65d33;
	}
		

	.btn {
		border-radius: none !important;
		-moz-border-radius: none !important;
		-webkit-border-radius: none !important;
	}

	.btn-yellow {
				color: #fff !important;
							background: #04c65d !important;
			border: 2px solid #04c65d !important;
			}
	.btn-yellow:hover,
	.btn-yellow:focus {
		background: #fff !important;
								color: #04c65d !important;
						border: 2px solid #04c65d !important;
			}

	
	.fr {
		float: right;
	}
	.sidebar_menu ul li a {
		padding: 7px 0 7px 20px;
	}
	.sidebar_menu ul li.has-sub:after {
		content: '\f053';
		right: auto;
		left: 0;
	}
		.sidebar_menu ul li ul {
			right: 106%;
			top: -17px;
			left: auto;
		}
	
