li{
	list-style-type: none;
}
#message{
	z-index: 1;
}
.tabbar-wrapper{
    height: 75px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.tabbar-wrapper.tabbar-footer-visible{
	height: 120px;
}
.tabbar-wrapper.footer-visible{
	height: 120px;
}
.tabbar-container{
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.tabbar-header{
    height: 30px;
    z-index: 3;
    background-color: #232323;
}
.tabbar{
    height: 45px;
    background: rgb(53,53,53);
    z-index: 2;
    background-image: url(/img/tabbar.png);
    background-repeat: repeat-x;
}
.tabbar-footer-visible .tabbar{
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.tabbar-wrapper.footer-visible .tabbar{
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.tabbar-inside{
    position: fixed;
    left: 0;
    top: 30px;
    width: 10000px;
}
.tabbar-border-top{
    border-top: 1px solid rgb(78,78,78);
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.tabbar-header-left{
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1;
	height: 30px;
	overflow: hidden;
}
.tabbar-header-right{
    background-color: #232323;
	z-index: 2;
	padding: 0 20px 0 30px;
	height: 30px;
}
.tabbar-header-logo{
    display: inline-block;
    height: 30px;
    width:100px;
	background-size: 100px 30px;
	background-position: center;
    text-indent: -9999px;
    /*background-image: url(/svg/logo.svg?25);*/
    /*background-image: url(/svg/logo.2017.svg?v=3);*/
    /*background-image: url(/svg/logo.suica.svg?v=1);*/
    /*background-image: url(/svg/logo.olympic.svg?v=1);*/
    /*background-image: url(/svg/logo.halowin.svg?v=1);*/
    background-image: url(/svg/logo.christmas.svg?v=1);
    background-repeat: no-repeat;
    line-height: 25px;
}

.tabbar-header-message{
    font-size: 12px;
    margin-left: 20px;
    color: rgb(212, 212, 212);
}
.tabbar-header-menu{
    line-height: 26px;
}
.tabbar-header-menu > li{
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.tabbar-header-menu-link{
    color: white;
    opacity: 0.9;
    font-size: 11px;
    display: inline-flex;
    line-height: 12px;
}
.tabbar-header-menu > li:hover > .tabbar-header-menu-link{
    color: white;
    opacity: 1.0;
    text-decoration: none;
}
.tabbar-header-menu-link > i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: 0 0;
    margin: 1px 0  0 1px;
}
.tabbar-header-menu-dropdown{
    width: 180px;
    position: absolute;
    top: 25px;
    right: 0px;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
    background-color: rgba(0,0,0,0.98);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.32), inset 0px 1px 4px rgba(0,0,0,0.4);
}
.tabbar-header-menu-dropdown-link{
    color: rgb(240,240,240);
    padding: 2px 20px;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
	font-weight: bold;
}
.tabbar-header-menu-dropdown-link:hover{
    color: white;
    background-color: rgb(46,46,46);
    text-decoration: none;
}
.tabbar-left-action{
    display: inline-block;
    height: 45px;
    z-index: 2;
    padding: 0 20px;
}
.tabbar-left-action-avatar{
    height: 100%;
}
.tabbar-left-action-avatar-image{
    width: 26px;
    height: 26px;
    border-radius: 6px;
    margin-top: 9px;
}
.tabbar-left-action-toggle{
    line-height: 45px;
    margin-left: 10px;
}
.tabbar-left-action-toggle > span{
    color: rgb(216,216,216);
    font-size: 15px;
    display: inline-block;
    max-width: 160px;
    font-weight: bold;
}
.tabbar-left-action-toggle > i{
    width: 15px;
    height: 15px;
    display: inline-block;
    background-position: 0 -27px;
    opacity: 0.9;
    margin: 15px 0 0 5px;
}
.tabbar-left-action-toggle.fold > i{
    background-position: 0 -12px;
}
.tabbar-left-action-toggle:hover > span,
.tabbar-left-action.selected .tabbar-left-action-toggle > span{
    color: white;
}
.tabbar-left-action-toggle:hover > i,
.tabbar-left-action.selected .tabbar-left-action-toggle > i{
    opacity: 1.0;
}
.tabbar-left-action-link:hover{
	text-decoration: none;
}
.tabbar-left-action-dropdown{
    position: absolute;
    top: 45px;
    left: 0;
    width: 200px;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
    background-color: rgba(30,30,30,0.98);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.32), inset 0px 1px 4px rgba(0,0,0,0.4);
}
.tabbar-left-action-dropdown-link{
    color: rgb(216,216,216);
    padding: 10px 20px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
}
.tabbar-left-action-dropdown-link:hover{
    color: white;
    background-color: rgb(46,46,46);
    text-decoration: none;
}
.tabbar-items{
    z-index: 2;
}

.tabbar-items > li{
    display: inline-block;
    position: relative;
}
.tabbar-item-link{
    font-weight: bold;
    height: 45px;
    text-decoration: none;
    color: rgb(216,216,216);
    line-height: 44px;
    padding: 0 14px;
    display: inline-flex;
    font-size: 15px;
}
.tabbar-item-link.selected,
.tabbar-left-action.selected,
.tabbar-left-action:hover,
.tabbar-item-link:hover{
    color: rgb(248,248,248);
    text-decoration: none;
    background: rgb(33,33,33);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(33,33,33,1) 34%, rgba(17,17,17,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(34%,rgba(33,33,33,1)), color-stop(100%,rgba(17,17,17,1)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(33,33,33,1) 34%,rgba(17,17,17,1) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(33,33,33,1) 34%,rgba(17,17,17,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(33,33,33,1) 34%,rgba(17,17,17,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(33,33,33,1) 34%,rgba(17,17,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#111111',GradientType=1 );
}
.tabbar-item-link > span{
    display: inline-block;
}
.tabbar-item-link > i{
    width: 15px;
    height: 15px;
    display: inline-block;
    background-position: 0 -12px;
    opacity: 0.9;
    margin: 14px 0 0 5px;
}
.tabbar-item-link.selected > i{
    opacity: 1.0;
}
.tabbar-item-link-badge{
    font-size: 12px;
    background-color: #ddd;
    color: black;
    padding: 4px 8px;
    border-radius: 10px;
    height: 13px;
    line-height: 12px;
    margin: 12px 0 0 6px;
}
.tabbar-item-dropdown{
    position: absolute;
    top: 45px;
    left: 0;
    width: 240px;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
    background-color: rgba(30,30,30,0.98);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.32), inset 0px 1px 4px rgba(0,0,0,0.4);
}
.tabbar-item-dropdown-link{
    color: rgb(216,216,216);
    padding: 10px 20px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
}
.tabbar-item-dropdown-link:hover{
    color: white;
    background-color: rgb(46,46,46);
    text-decoration: none;
}
.tabbar-item-settings{
	position: absolute;
	top: 0;
	right: 5px;
	opacity: .8;
}
.tabbar-item-settings > .tabbar-item-link{
	display: inline-block;
	width: 45px;
	height: 45px;
}
.tabbar-item-settings:hover{
	opacity: 1;
}
.tabbar-item-settings-icon{
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(/svg/settings.svg?v=1);
	background-size: 22px 22px;
	position: absolute;
	top: 12px;
	left: 25px;
}
.tabbar-item-settings-dropdown{
	right: 0;
	width: 300px;
	left: auto;
}
.tabbar-item-settings-header{
	color: white;
	font-size: 14px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.tabbar-item-settings-selections{
	margin-bottom: 5px;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
.tabbar-item-settings-selections-radiobutton{
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(/svg/radio_button.svg);
	background-repeat: no-repeat;
	background-size: 18px 36px;
	overflow: hidden;
    top: 8px;
    left: 15px;
	opacity: .8;
}
.tabbar-item-settings-selections-item:hover > .tabbar-item-settings-selections-radiobutton{
	opacity: 1;
}
.tabbar-item-settings-selections-item.selected > .tabbar-item-settings-selections-radiobutton{
	opacity: 1;
	background-position: 0 -18px;
}
.tabbar-item-settings-selections-item.selected > .tabbar-item-settings-link{
    color: white;
    background-color: rgb(46,46,46);
}
.tabbar-item-settings-link{
	padding-left: 40px;
	color: rgb(200,200,200);
}
.tabbar-footer{
	height: 45px;
	background-color: rgba(255,255,255,1.0);
	z-index: 1;
	text-align: center;
}
.tabbar-footer-inside{
	height: 100%;
}
.tabbar-footer-menu{
	min-width: 700px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	height: 100%;
}
.tabbar-footer-menu-item{
	display: inline-block;
	height: 42px;
	margin-right: 10px;
}
.tabbar-footer-menu-item:after{
	position: relative;
	content: "";
	display: inline-block;
	height: 20px;
	width: 1px;
	border-right: 1px solid #DDD;
	top: 4px;
	left: 5px;
}
.tabbar-footer-menu-item:hover,
.tabbar-footer-menu-item.selected{
	border-bottom: 4px solid #333;
}
.tabbar-footer-menu-item-link{
	display: inline-block;
	height: 28px;
	line-height: 27px;
	color: #222;
	border-radius: 4px;
	margin-top: 10px;
	padding: 0 10px;
	font-size: 16px;
}
.tabbar-footer-menu-item-link:hover{
	color: #222;
	text-decoration: none;
}
.tabbar-footer-menu-item.selected > .tabbar-footer-menu-item-link{
	color: black;
	font-weight: bold;
}
.tabbar-footer-menu-item.selected > .tabbar-footer-menu-item-link:hover{
	background-color: white;
}