.menubar{
	*zoom: 1;
	list-style-type: none;
	max-width: 800px;
	min-width: 750px;
	width: 100%;
	margin: 0px auto 20px;
	padding: 0;
}
.menubar:before, .menubar:after{
	content: "";
	display: table;
}
.menubar:after{
	clear: both;
}
.menubar li {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.menubar li a{
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	height: 31px;
	line-height: 31px;
	background: #E8F5E9;
	color: #1B5E20;
	font-size: 13px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menubar li a .off{
	display: inline-block;
	vertical-align: 5px;
}
.menubar li a .on{
	display: none;
	vertical-align: 5px;
}
.menubar .c-icon {
	display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
}
.menubar .mail {
	transform: translateY(-1px);
}

.menubar li:hover > a{
	background: #1B5E20;
	color: #ffffff;
}
.menubar li:hover > a .on{
	display: inline-block;
}
.menubar li:hover > a .off{
	display: none;
}

.menubar a.router-link-active {
	background: #1B5E20 !important;
	color: #ffffff !important;
}

.menubar a.router-link-active .on {
	display: inline-block !important;
}
.menubar a.router-link-active .off {
	display: none !important;
}

#f-menu {
	z-index: 100;
}
#f-menu .v-tabs {
	width: 100%;
	min-width: 320px;
}
#f-menu .v-tabs .v-tabs__div {
	min-width: 54px;
	width: calc((100% - 50px) / 5);
}
#f-menu .v-tabs .v-tabs__div.other {
	min-width: 50px;
	width: 50px;
}
#f-menu .v-tabs .v-tabs__item {
	padding: 4px;
}
#f-menu .v-tabs a {
	color: #fff;
	font-size: 10px;
	text-transform: lowercase !important;
}

#f-menu .other_wrap {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#f-menu .c-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#f-menu i.mdi-email-outline {
	-ms-transform: translateY(3px);
    -webkit-transform : translateY(3px);
    transform : translateY(3px);
    font-size: 21px;
    transition: none;
}
#f-menu svg.talk {
	-ms-transform: translateY(-1px);
    -webkit-transform : translateY(-1px);
    transform : translateY(-1px);
    width:22px;
    height:22px;
}
#f-menu svg.photo {
	-ms-transform: translateY(-1px);
    -webkit-transform : translateY(-1px);
    transform : translateY(-1px);
    width:19px;
    height:19px;
}
#f-menu svg.c-calendar {
	-ms-transform: translateY(-2px);
    -webkit-transform : translateY(-2px);
    transform : translateY(-2px);
    width:17px;
    height:17px;
}
#f-menu svg.group {
	-ms-transform: translateY(-2px);
    -webkit-transform : translateY(-2px);
    transform : translateY(-2px);
    width:22px;
    height:22px;
}
