.jstree-default .jstree-wholerow-clicked{
	background: #009688;
}
.jstree-anchor.jstree-hovered{
	color: #009688;
}
body.page-login-v3:before {
	background: #c7e0de;
}
body.page-register-v3:before {
	background: #c7e0de;
}
.radio-primary input[type=radio]:checked+label::before {
	border-color: #009688;
}
.btn-group.open .btn-select, .btn-select:focus {
	border-color: #009688 !important;
}
.checkbox-primary input[type=radio]:checked+label::before,
.checkbox-primary input[type=checkbox]:checked+label::before {
	background-color: #009688;
	border-color: #009688;
}
.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
	float: none;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#009688),to(#009688)),-webkit-gradient(linear,left top,left bottom,from(#e0e0e0),to(#e0e0e0));
	background-image: -webkit-linear-gradient(#009688,#009688),-webkit-linear-gradient(#e0e0e0,#e0e0e0);
	background-image: -o-linear-gradient(#009688,#009688),-o-linear-gradient(#e0e0e0,#e0e0e0);
	background-image: linear-gradient(#009688,#009688),linear-gradient(#e0e0e0,#e0e0e0);
}
.form-material .form-control:focus ~ .floating-label, .form-material .form-control.focus ~ .floating-label {
	color: #009688;
}
.select2-container--material .select2-selection {
	background-image: linear-gradient(#009688,#009688),linear-gradient(#e0e0e0,#e0e0e0);
}
.select2-container--material .select2-dropdown {
	border-color: #009688;
}
.color-green-custom {
	color: #539e97;
}
.box-shadowed {
	box-shadow: 0 4px 6px 0 rgba(0,0,0,.3);
}
.site-menu {
	border-right: 1px solid #dedede;
}
.panel-line > .panel-heading {
	border: none;
	border-top: 3px solid transparent;
	border-top-color: #539e97!important;
	color: #539e97!important;
	background: 0 0;
	border-bottom: none!important;
}
.panel-line > .panel-heading > .panel-title {
	color: #539e97!important;
	font-weight: 600!important;
}
.sub-panel-heading {
	border-bottom: solid 1px #ccc !important;
}
.text-green-custom {
	color: #539e97 !important;
}
.site-menu-item.hover .site-menu-sub .is-shown a{
	color: #424242!important;
}
.site-menu-item.hover .site-menu-sub .hover.is-shown a{
	color: #8a7b7b!important;
}
.site-menu-item.active .site-menu-sub .hover a{
	color: #8a7b7b!important;
}
.site-menu-item.active .site-menu-sub a{
	color: #424242!important;
}