/*
	--------------------------------
	TABLE OF CONTENTS
	--------------------------------
	*. 1 - sidebar ...................
	--------------------------------
	--------------------------------
*/


.lf_nav{
	position: relative; 
	overflow: hidden; 
	width: auto; 
	height: 100%;
	background: #1b1b23;
}

.nav_div{
	overflow: hidden;
    height: 100%;
	width:294px !important;
	float: right !important;
    position: relative;
	overflow: scroll;
    height: 100%;
	margin-bottom: 30px!important;
	-webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
	margin: 0 !important;
	padding: 0 !important;
}


.sidebar {
	width: 299px;
	position: absolute;
	margin-top: 104px;
	z-index: 1010;
	-webkit-transform: translateZ(0);
}
.sidebar,
.sidebar-bg {
	left: 0;
	top: 0;
	bottom: 0;
}
.sidebar-bg {
	background: #2d353c;
	position: fixed;
	width: 280px;
	z-index: 1000;
}
.sidebar .nav > li:after,
.sidebar .nav > li:before,
.sidebar .nav > li > a:after,
.sidebar .nav > li > a:before {
	content: "";
	clear: both;
	display: table;
}
.sidebar .nav > li > a {
	padding: 8px 20px;
	line-height: 20px;
	color: #a8acb1;
}
.sidebar.sidebar-grid .nav > li > a {
	border-bottom: 2px solid #000;
	border-top: 1px solid #383f46;
}
.sidebar.sidebar-grid .nav > li.active > a {
	border-color: #2d353c;
	z-index: 10;
}
.sidebar.sidebar-grid .nav > li + li {
	margin-top: -1px;
}
.sidebar .nav > li.expand > a,
.sidebar .nav > li > a:focus,
.sidebar .nav > li > a:hover {
	background: #232a2f;
	color: #a8acb1;
}
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover {
	color: #fff;
	background: #00acac;
}
.sidebar .nav > li.active > a .badge.badge-success,
.sidebar .nav > li.active > a .label.label-success {
	background: #008a8a;
}
.sidebar .nav > li > a i {
	float: left;
	margin-right: 15px;
	width: 14px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.sidebar .nav > li > a i[class*="ion-"] {
	margin-right: 11px;
	width: 18px;
	font-size: 18px;
}
.sidebar .nav > li > a .badge {
	margin-top: 1px;
	padding: 3px 8px;
	background: #1b1f24;
	font-weight: 300;
	font-size: 10px;
}
.sidebar .nav > li > a .caret {
	float: right;
	margin-top: 9px;
}
.sidebar .has-sub.active > .sub-menu {
	display: block;
}
.sidebar .sub-menu {
	list-style-type: none;
	padding: 1px 0 3px 42px;
	margin: 0;
	background: #25292c;
	color: #fafafa;
	position: relative;
}
.sidebar .sub-menu:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #10181f;
}
.sidebar .sub-menu .sub-menu:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: none;
}
.sidebar .sub-menu .sub-menu {
	padding: 0;
	background: none;
}
.sidebar .sub-menu > li > a {
	padding: 18px 10px;
	display: block;
	font-weight: 100;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.sidebar .sub-menu > li > span {
	position: absolute;
	left: 21px;
	font-size: 7px;
	background-color: #424242;
	border-radius: 50%;
	border: 1px solid #171e26;
	width: 20px;
	height: 20px;
	top: 17px;
}
.sidebar .sub-menu .sub-menu > li > span {
	content: "";
	font-family: "Malgun Gothic", FontAwesome;
	position: absolute;
	left: 0;
	font-size: 7px;
	color: #889097;
	top: 50%;
	margin-top: -4px;
}
.sidebar .sub-menu > li.active > a,
.sidebar .sub-menu > li.active > a:focus,
.sidebar .sub-menu > li.active > a:hover,
.sidebar .sub-menu > li > span:focus,
.sidebar .sub-menu > li > span:hover {
	background: #2d353c;
	background: linear-gradient(180deg, #2d353c, #222);
	color: #fc0;
}
.sidebar .sub-menu > li.active > a:before {
	color: #00acac;
}
.sidebar .nav .sub-menu > li > a .caret {
	float: right;
	margin-top: 7px;
}
.sidebar .sub-menu-white {
	background: #fff;
	color: #000;
}
.sidebar .sub-menu-white > li > a {
	color: #000;
}
.sidebar .sub-menu-white > li > span {
	background-color: #fff;
	border: 2px solid #171e26;
}
.sidebar .sub-menu-white1 {
	background: #fff;
	color: #000;
}
.sidebar .sub-menu-white1 > li > a {
	color: #000;
}
.sidebar .sub-menu-white1 > li > span {
	background-color: #fff;
	border: 2px solid #171e26;
}
.sidebar .sub-menu-yellow3 {
	background: #23295d;
	color: #fff;
}
.sidebar .sub-menu-yellow3 > li > a {
	color: #fff;
}
.sidebar .sub-menu-yellow3 > li > span {
	background-color: #fff;
	border: 2px solid #000;
}
.sidebar .sub-menu-blue2 {
	background: #101010;
	color: #fff;
}
.sidebar .sub-menu-blue2 > li > a {
	color: #fff;
}
.sidebar .sub-menu-blue2 > li > span {
	background-color: #fff;
	border: 2px solid #000;
}
.sidebar .sub-menu-orange1 {
	background: #1e2a3a;
	color: #fff;
}
.sidebar .sub-menu-orange1 > li > a {
	color: #fff;
}
.sidebar .sub-menu-orange1 > li > span {
	background-color: #434341;
	border: 2px solid #1b232e;
}
.sidebar .sports-category.sub-menu {
	list-style-type: none;
	padding: 1px 0 3px 24px;
	margin: 0;
	background: #1d2225;
	color: #fafafa;
	position: relative;
}
.sidebar .sports-category.sub-menu:before {
	content: "";
	position: absolute;
	left: 23px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #10181f;
}
.sidebar .sports-category.sub-menu.bg-grey33:before {
	content: "";
	position: absolute;
	left: 23px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: grey;
}
.sidebar .sports-category.sub-menu .sports-category.sub-menu:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: none;
}
.sidebar .sports-category.sub-menu .sports-category.sub-menu {
	padding: 0;
	background: none;
}
.sidebar .sports-category.sub-menu > li > a {
	padding: 5px 10px;
	display: block;
	font-weight: 100;
	color: #889097;
	text-decoration: none;
	position: relative;
	border-top: 1px solid #282f34;
	border-bottom: 1px solid #111;
}
.sidebar .sports-category.sub-menu > li > a:before {
	content: "\f10c";
	font-family: "Malgun Gothic", FontAwesome;
	position: absolute;
	left: 2px;
	font-size: 7px;
	color: #889097;
	top: 35%;
	margin-top: -4px;
	margin-left: -6px;
}
.sidebar .sports-category.sub-menu .sports-category.sub-menu > li > a:before {
	content: "";
	font-family: "Malgun Gothic", FontAwesome;
	position: absolute;
	left: 0;
	font-size: 7px;
	color: #889097;
	top: 50%;
	margin-top: -4px;
}
.sidebar .sports-category.sub-menu > li.active > a,
.sidebar .sports-category.sub-menu > li.active > a:focus,
.sidebar .sports-category.sub-menu > li.active > a:hover,
.sidebar .sports-category.sub-menu > li > a:focus,
.sidebar .sports-category.sub-menu > li > a:hover {
	background: #2d353c;
	background: linear-gradient(180deg, #2d353c, #222);
	color: #fc0;
}
.sidebar .nav > li li.has-sub.active > a {
	color: #fc0;
}
.sidebar .sports-category.sub-menu > li.active > a:before {
	color: #00acac;
}
.sidebar .nav > li.nav-header {
	margin: 0;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 11px;
	color: #6d7983;
}
.sidebar .nav > li.nav-header a {
	padding: 0;
	margin: 0;
	display: inline;
}
.sidebar .nav > li.nav-header a:focus,
.sidebar .nav > li.nav-header a:hover {
	background: none;
	color: #fff;
}
.sidebar .nav > li.nav-header a i {
	float: none;
	margin: 0;
}
.sidebar .nav > li.nav-profile {
	padding: 20px;
	color: #fff;
	background: #1a2229;
}
.sidebar .nav > li.nav-profile a {
	padding: 0;
}
.sidebar .nav > li.nav-profile .image {
	float: left;
	width: 34px;
	height: 34px;
	margin-top: 2px;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 50%;
}
.sidebar .nav > li.nav-profile .image img {
	max-width: 100%;
	max-height: 100%;
}
.sidebar .nav > li.nav-profile .info {
	font-size: 14px;
}
.sidebar .nav > li.nav-profile .info small {
	display: block;
	color: #889097;
}
.sidebar .nav > li.nav-widget {
	padding: 10px 20px;
}
.sidebar .nav > li.nav-widget i {
	margin-right: auto;
}
.sidebar-minify-btn {
	margin: 10px 0;
	float: right;
	padding: 5px 20px 5px 10px !important;
	background: #1b1f24;
	color: #fff;
	border-radius: 20px 0 0 20px;
}
.sidebar-minify-btn i {
	margin: 0 !important;
	color: #fff;
}




.sidebar.sidebar-transparent,
.sidebar.sidebar-transparent .sub-menu {
	background: none;
}
.sidebar.sidebar-transparent + .sidebar-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.sidebar.sidebar-transparent .nav > li.nav-header {
	color: #fff;
}





.sidebar-left-icon-orange {
	color: #fc6200;
}
.sidebar-left-icon-orange1 {
	color: #f50;
}
.sidebar-left-icon-purple {
	color: #fff;
}
.sidebar-left-icon-blue {
	color: #1f8fff;
}
.sidebar-left-icon-blue1 {
	color: #11358b;
}
.sidebar-left-icon-blue2 {
	color: #2e7de5;
}
.sidebar-left-icon-blue3 {
	color: #ffc105;
}
.sidebar-left-icon-blue5 {
	color: #4c6f87;
}
.sidebar-left-icon-yellow {
	color: #f8d346;
}
.sidebar-left-icon-yellow1 {
	color: #d40511;
}
.sidebar-left-icon-white {
	color: #fc6200;
}
.sidebar-left-icon-red {
	color: #c80002;
}
.sidebar-left-icon-white1 {
	color: #ed765e;
}
.sidebar-left-icon-gold {
	color: #ffa863;
}
.sidebar-left-icon-gold1 {
	color: #f7b800;
}
.sidebar-left-icon-gold2 {
	color: #000;
}
.sidebar-left-icon-grey {
	color: #fc6200;
}
.sidebar-left-icon-green {
	color: #79e80d;
}






.sidebar-bg-blue,
.sidebar-bg-grey,
.sidebar-bg-orange,
.sidebar-bg-yellow2 {
	background: #161c22 !important;
}
.sidebar-bg-grey1 {
	background: #151515 !important;
}
.sidebar-bg-blue2 {
	background: #1b1b23 !important;
}
.sidebar-bg-gold,
.sidebar-bg-yellow,
.sidebar-bg-yellow1 {
	background: #111 !important;
}
.sidebar-bg-yellow3 {
	background: #0a0d29 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.sidebar-bg-white,
.sidebar-bg-white1 {
	background: #dedede !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.sidebar-bg-blue1,
.sidebar-bg-blue5,
.sidebar-bg-red,
.sidebar-bg-silver {
	background: #202020 !important;
}
.sidebar-bg-blue3,
.sidebar-bg-purple1 {
	background: #121212 !important;
}
.sidebar-bg-blue4 {
	background: #1a1b22 !important;
}
.sidebar-bg-purple {
	background: #202020 !important;
}
.sidebar-bg-gold1 {
	background: #1f2b37 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.sidebar-bg-gold2 {
	background: #111 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.sidebar-bg-orange1 {
	background: #081a30 !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.sidebar-bg-orange2 {
	background: #141517 !important;
}
.sidebar-board-bg-orange {
	background: #2d353c !important;
}
.sidebar-board-bg-purple,
.sidebar-board-bg-purple1 {
	background: #1b1b23 !important;
}
.sidebar-board-bg-blue {
	background: #2d353c !important;
}
.sidebar-board-bg-blue1 {
	background-image: linear-gradient(90deg, #000518 0, #003f82 30%, #2693cc 50%, #003f82 60%, #000518) !important;
	font-weight: 900;
}
.sidebar-board-bg-blue2 {
	background: #2d353c !important;
}
.sidebar-board-bg-blue3,
.sidebar-board-bg-blue5 {
	background: #1b1b23 !important;
}
.sidebar-board-bg-yellow,
.sidebar-board-bg-yellow1 {
	background: #2d353c !important;
}
.sidebar-board-bg-yellow3 {
	background: #0a0d29 !important;
}
.sidebar-board-bg-white,
.sidebar-board-bg-white1 {
	background: none !important;
}
.sidebar-board-bg-gold,
.sidebar-board-bg-red,
.sidebar-board-bg-silver {
	background: #2d353c !important;
}
.sidebar-board-bg-gold1,
.sidebar-board-bg-gold2 {
	background: none !important;
}
.sidebar-board-bg-grey,
.sidebar-board-bg-grey1 {
	background: #2d353c !important;
}
.sidebar-board-orange {
	background: #fc6200 !important;
	color: #fff;
}
.sidebar-board-purple {
	background: #0037ce !important;
	color: #fff;
}
.sidebar-board-purple1 {
	background-image: linear-gradient(90deg, #642b73 0, #c6426e) !important;
	color: #fff;
}
.sidebar-board-blue {
	background: #1f8fff !important;
	color: #fff;
}
.sidebar-board-blue1 {
	background: none !important;
	color: #fff;
	border: 1px solid #dbbe58 !important;
}
.sidebar-board-blue2 {
	background-image: linear-gradient(90deg, #0c294e 0, #2e7de5) !important;
	color: #fff;
}
.sidebar-board-blue3 {
	background: #082481 !important;
}
.sidebar-board-blue3,
.sidebar-board-blue5 {
	color: #fff;
	border: 1px solid #000 !important;
}
.sidebar-board-blue5 {
	background: #232323 !important;
}
.sidebar-board-yellow {
	background: #f8d346 !important;
	color: #fff;
}
.sidebar-board-yellow1 {
	background: #d40511 !important;
	color: #fff;
}
.sidebar-board-yellow3 {
	background-image: linear-gradient(90deg, #171a40 0, #0d0f29) !important;
	color: #fff;
}
.sidebar-board-white {
	background: #f1c80d !important;
	color: #000;
}
.sidebar-board-white1 {
	background: #ed765e !important;
	color: #000;
}
.sidebar-board-red {
	background-image: linear-gradient(90deg, #c80000 0, #ba0100 20%, #a90100 50%, #850001 80%, #760000) !important;
	color: #fff;
}
.sidebar-board-silver {
	background-image: linear-gradient(90deg, #bdc3c7 0, #9c9ea0 30%, #c4c4c4 70%, #7d7979) !important;
	color: #000;
}
.sidebar-board-gold {
	background-image: linear-gradient(to bottom right, #ffa560 0, #ffa664 20%, #fed989 50%, #ffa664 80%, #ffa560) !important;
	color: #000;
}
.sidebar-board-gold1 {
	background-image: linear-gradient(to bottom right, #f7b800 0, #e88b00) !important;
	color: #000;
}
.sidebar-board-gold2 {
	background-image: linear-gradient(to bottom right, #e30908 0, #ea5614) !important;
	color: #fff;
}
.sidebar-board-grey {
	background: #fca301 !important;
	color: #fff;
}
.sidebar-board-grey1 {
	color: #fff;
}
.sidebar-money-orange {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-purple {
	background: #9225fc !important;
	color: #fff;
	border: 1px solid #053566 !important;
}
.sidebar-money-purple1 {
	background: #3b3d49 !important;
	color: #fff;
}
.sidebar-money-blue {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-blue1 {
	background-image: linear-gradient(90deg, #8d6813, #d9af5d) !important;
	color: #000;
	border: 1px solid #2693cc !important;
}
.sidebar-money-blue2 {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-blue3 {
	background: #191516 !important;
	color: #fff;
}
.sidebar-money-blue5 {
	background: #232323 !important;
	color: #fff;
}
.sidebar-money-yellow,
.sidebar-money-yellow1 {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-yellow3 {
	background-image: linear-gradient(90deg, #ffdb00, #ffb700) !important;
	color: #000;
	border: 1px solid #8a700a !important;
}
.sidebar-money-white,
.sidebar-money-white1 {
	background: #ebebeb !important;
	color: #000;
}
.sidebar-money-red {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-silver {
	background-image: linear-gradient(90deg, #4b6cb7, #182848) !important;
}
.sidebar-money-gold {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-gold1 {
	background: #17283c !important;
	color: #fff;
}
.sidebar-money-gold2 {
	background: #f29200 !important;
	color: #fff;
}
.sidebar-money-grey {
	background: #20262c !important;
	color: #fff;
}
.sidebar-money-grey1 {
	background: #1b1b1b !important;
	color: #fff;
}
#sidebar-hamburg-orange {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-orange:hover .img-hamburg {
	content: url(/image/Home/orange/hamburg-on.png);
}
div#sidebar-hamburg-orange:hover .img-sidebutton {
	content: url(/image/Home/orange/side-button-on.png);
}
#sidebar-hamburg-orange1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-orange1:hover .img-hamburg {
	content: url(/image/Home/orange1/hamburg-on.png);
}
div#sidebar-hamburg-orange1:hover .img-sidebutton {
	content: url(/image/Home/orange1/side-button-on.png);
}
#sidebar-hamburg-purple {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-purple:hover .img-hamburg {
	content: url(/image/Home/purple/hamburg-on.png);
}
div#sidebar-hamburg-purple:hover .img-sidebutton {
	content: url(/image/Home/purple/side-button-on.png);
}
#sidebar-hamburg-purple1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-purple1:hover .img-hamburg {
	content: url(/image/Home/purple1/hamburg-on.png);
}
div#sidebar-hamburg-purple1:hover .img-sidebutton {
	content: url(/image/Home/purple1/side-button-on.png);
}
#sidebar-hamburg-blue {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-blue:hover .img-hamburg {
	content: url(/image/Home/blue/hamburg-on.png);
}
div#sidebar-hamburg-blue:hover .img-sidebutton {
	content: url(/image/Home/blue/side-button-on.png);
}
#sidebar-hamburg-blue1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-blue1:hover .img-hamburg {
	content: url(/image/Home/blue1/hamburg-on.png);
}
div#sidebar-hamburg-blue1:hover .img-sidebutton {
	content: url(/image/Home/blue1/side-button-on.png);
}
#sidebar-hamburg-blue2 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
#sidebar-hamburg-blue2 .b_one img{
	position: fixed;
	left: 13px;
}
#sidebar-hamburg-blue2 .b_two {
	position: fixed;
	top: 0;
	right:0;
}
div#sidebar-hamburg-blue2:hover .img-hamburg {
	content: url(/image/Home/blue2/hamburg-on.png);
}
div#sidebar-hamburg-blue2:hover .img-sidebutton {
	content: url(/image/Home/blue2/side-button-on.png);
}
#sidebar-hamburg-blue3 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-blue3:hover .img-hamburg {
	content: url(/image/Home/blue3/hamburg-on.png);
}
div#sidebar-hamburg-blue3:hover .img-sidebutton {
	content: url(/image/Home/blue3/side-button-on.png);
}
#sidebar-hamburg-blue5 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-blue5:hover .img-hamburg {
	content: url(/image/Home/blue5/hamburg-on.png);
}
div#sidebar-hamburg-blue5:hover .img-sidebutton {
	content: url(/image/Home/blue5/side-button-on.png);
}
#sidebar-hamburg-yellow {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-yellow:hover .img-hamburg {
	content: url(/image/Home/yellow/hamburg-on.png);
}
div#sidebar-hamburg-yellow:hover .img-sidebutton {
	content: url(/image/Home/yellow/side-button-on.png);
}
#sidebar-hamburg-yellow1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-yellow1:hover .img-hamburg {
	content: url(/image/Home/yellow1/hamburg-on.png);
}
div#sidebar-hamburg-yellow1:hover .img-sidebutton {
	content: url(/image/Home/yellow1/side-button-on.png);
}
#sidebar-hamburg-yellow2 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-yellow2:hover .img-hamburg {
	content: url(/image/Home/yellow2/hamburg-on.png);
}
div#sidebar-hamburg-yellow2:hover .img-sidebutton {
	content: url(/image/Home/yellow2/side-button-on.png);
}
#sidebar-hamburg-yellow3 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-yellow3:hover .img-hamburg {
	content: url(/image/Home/yellow3/hamburg-on.png);
}
div#sidebar-hamburg-yellow3:hover .img-sidebutton {
	content: url(/image/Home/yellow3/side-button-on.png);
}
#sidebar-hamburg-white {
	width: 50px;
	background-color: #dedede !important;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-white:hover .img-hamburg {
	content: url(/image/Home/white/hamburg-on.png);
}
div#sidebar-hamburg-white:hover .img-sidebutton {
	content: url(/image/Home/white/side-button-on.png);
}
#sidebar-hamburg-white1 {
	width: 50px;
	background-color: #dedede !important;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-white1:hover .img-hamburg {
	content: url(/image/Home/white1/hamburg-on.png);
}
div#sidebar-hamburg-white1:hover .img-sidebutton {
	content: url(/image/Home/white1/side-button-on.png);
}
#sidebar-hamburg-red {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-red:hover .img-hamburg {
	content: url(/image/Home/red/hamburg-on.png);
}
div#sidebar-hamburg-red:hover .img-sidebutton {
	content: url(/image/Home/red/side-button-on.png);
}
#sidebar-hamburg-silver {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-silver:hover .img-hamburg {
	content: url(/image/Home/silver/hamburg-on.png);
}
div#sidebar-hamburg-silver:hover .img-sidebutton {
	content: url(/image/Home/silver/side-button-on.png);
}
#sidebar-hamburg-gold {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-gold:hover .img-hamburg {
	content: url(/image/Home/gold/hamburg-on.png);
}
div#sidebar-hamburg-gold:hover .img-sidebutton {
	content: url(/image/Home/gold/side-button-on.png);
}
#sidebar-hamburg-gold1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-gold1:hover .img-hamburg {
	content: url(/image/Home/gold1/hamburg-on.png);
}
div#sidebar-hamburg-gold1:hover .img-sidebutton {
	content: url(/image/Home/gold1/side-button-on.png);
}
#sidebar-hamburg-gold2 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-gold2:hover .img-hamburg {
	content: url(/image/Home/gold2/hamburg-on.png);
}
div#sidebar-hamburg-gold2:hover .img-sidebutton {
	content: url(/image/Home/gold2/side-button-on.png);
}
#sidebar-hamburg-grey {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-grey:hover .img-hamburg {
	content: url(/image/Home/grey/hamburg-on.png);
}
div#sidebar-hamburg-grey:hover .img-sidebutton {
	content: url(/image/Home/grey/side-button-on.png);
}
#sidebar-hamburg-grey1 {
	width: 50px;
	background-color: #2e343a;
	height: 100%;
	border: 1px solid #111315;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 10px #000;
	cursor: pointer;
}
div#sidebar-hamburg-grey1:hover .img-hamburg {
	content: url(/image/Home/grey1/hamburg-on.png);
}
div#sidebar-hamburg-grey1:hover .img-sidebutton {
	content: url(/image/Home/grey1/side-button-on.png);
}


.sidebar-container {
	transition: width 0.28s;
	width: 180px !important;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
}
.sidebar-container a {
	display: inline-block;
	width: 100%;
}
.sidebar-container .svg-icon {
	margin-right: 16px;
}
.sidebar-container .el-menu {
	border-right: 0 !important;
}
.hideSidebar .sidebar-container,
.hideSidebar .sidebar-container .el-menu {
	width: 64px !important;
}
.hideSidebar .main-container {
	margin-left: 64px;
}
.hideSidebar .submenu-title-noDropdown {
	padding-left: 10px !important;
	position: relative;
}
.hideSidebar .submenu-title-noDropdown span {
	height: 0;
	width: 0;
	overflow: hidden;
	visibility: hidden;
	transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	opacity: 0;
	display: inline-block;
}
.hideSidebar .submenu-title-noDropdown:hover span {
	display: block;
	border-radius: 3px;
	z-index: 1002;
	width: 140px;
	height: 56px;
	visibility: visible;
	position: absolute;
	right: -145px;
	text-align: left;
	text-indent: 20px;
	top: 0;
	background-color: #1f2d3d !important;
	opacity: 1;
}
.hideSidebar .el-menu {
	border-right: 0 !important;
}
.hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow,
.hideSidebar .el-submenu > .el-submenu__title > span {
	display: none;
}
.hideSidebar .el-submenu .nest-menu .el-submenu__icon-arrow {
	display: block !important;
}
.hideSidebar .el-submenu .nest-menu span {
	display: inline-block !important;
}



.page-sidebar-fixed .sidebar,
.page-with-two-sidebar.page-sidebar-fixed .sidebar.sidebar-right {
	position: fixed;
}
.page-with-two-sidebar .sidebar-bg.sidebar-right,
.page-with-two-sidebar .sidebar.sidebar-right {
	right: 0;
	left: auto;
}
.page-with-two-sidebar .content {
	margin-right: 299px;
}
.page-with-two-sidebar .content-orange2 {
	margin-right: 289px;
	display: flex;
	justify-content: center;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar-bg.sidebar-right,
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar.sidebar-right {
	right: -280px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .content {
	margin-right: 0;
}



.sidebar-bg-betinput-orange,
.sidebar-bg-betinput-orange1 {
	background: #191919 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-purple,
.sidebar-bg-betinput-purple1 {
	background: #050505 !important;
	border: 1px solid #3c3c3c !important;
	height: 36px;
}
.sidebar-bg-betinput-blue,
.sidebar-bg-betinput-blue1,
.sidebar-bg-betinput-blue2 {
	background: #191919 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-blue3,
.sidebar-bg-betinput-blue4,
.sidebar-bg-betinput-blue5 {
	background: #050505 !important;
	border: 1px solid #3c3c3c !important;
	height: 36px;
}
.sidebar-bg-betinput-yellow,
.sidebar-bg-betinput-yellow1,
.sidebar-bg-betinput-yellow2 {
	background: #191919 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-yellow3 {
	background: #0d0f28 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-white,
.sidebar-bg-betinput-white1 {
	background: #fff !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-gold,
.sidebar-bg-betinput-red,
.sidebar-bg-betinput-silver {
	background: #191919 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-gold1 {
	background: #112236 !important;
	border: 1px solid #0b0b0c !important;
	height: 36px;
}
.sidebar-bg-betinput-gold2 {
	background: #111 !important;
	border: 1px solid #464445 !important;
	height: 36px;
}
.sidebar-bg-betinput-grey {
	background: #242a30 !important;
}
.sidebar-bg-betinput-grey,
.sidebar-bg-betinput-grey1 {
	border-top: 1px solid #32383d;
	border-bottom: 1px solid #000 !important;
	height: 32px;
}
.sidebar-bg-betinput-grey1 {
	background: #151515 !important;
}
.sidebar-bg-betbutton-orange,
.sidebar-bg-betbutton-orange1 {
	background: #161c22 !important;
}
.sidebar-bg-betbutton-orange2 {
	background: #1f2124 !important;
}
.sidebar-bg-betbutton-blue,
.sidebar-bg-betbutton-blue1,
.sidebar-bg-betbutton-blue2,
.sidebar-bg-betbutton-blue3,
.sidebar-bg-betbutton-blue4,
.sidebar-bg-betbutton-blue5,
.sidebar-bg-betbutton-purple,
.sidebar-bg-betbutton-purple1,
.sidebar-bg-betbutton-yellow,
.sidebar-bg-betbutton-yellow1,
.sidebar-bg-betbutton-yellow2,
.sidebar-bg-betbutton-yellow3 {
	background: #161c22 !important;
}
.sidebar-bg-betbutton-white,
.sidebar-bg-betbutton-white1 {
	background: none !important;
}
.sidebar-bg-betbutton-gold,
.sidebar-bg-betbutton-gold1,
.sidebar-bg-betbutton-red,
.sidebar-bg-betbutton-silver {
	background: #161c22 !important;
}
.sidebar-bg-betbutton-gold2 {
	background: #111 !important;
}
.sidebar-bg-betbutton-grey,
.sidebar-bg-betbutton-grey1 {
	background: #161c22 !important;
}
.sidebar-quick-item {
	height: 44px;
	padding: 12px 8px;
	border-radius: 8px;
	cursor: pointer;
	width: 100%;
	display: table;
	transition: background-color 0.1s ease-out 0s;
	white-space: nowrap;
}
.sidebar-quick-item:hover {
	background: #292929;
}
.sidebar-quick-item-text {
	float: left;
	padding-left: 24px;
	width: calc(100% - 16px);
}
.sidebar-quick-item-blue4 {
	padding: 8px 32px;
	border-radius: 8px;
	cursor: pointer;
	width: 100%;
	display: table;
	transition: background-color 0.1s ease-out 0s;
	white-space: nowrap;
	color: #fff;
}
.sidebar-quick-item-blue4:hover {
	background: #202028;
}
.sidebar-quick-item-text-blue4 {
	float: left;
	padding: 4px 0 0 16px;
	width: calc(100% - 26px);
}


.sidebar-total-bet-orange,
.sidebar-total-bet-orange1 {
	background-image: linear-gradient(180deg, #292a2b 0, #252627 50%, #202122);
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-orange2 {
	background: #1f2124;
}
.sidebar-total-bet-purple,
.sidebar-total-bet-purple1 {
	background: #121212;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-blue,
.sidebar-total-bet-blue1,
.sidebar-total-bet-blue2 {
	background-image: linear-gradient(180deg, #292a2b 0, #252627 50%, #202122);
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-blue3,
.sidebar-total-bet-blue4,
.sidebar-total-bet-blue5 {
	background: #121212;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-yellow,
.sidebar-total-bet-yellow1,
.sidebar-total-bet-yellow2 {
	background-image: linear-gradient(180deg, #292a2b 0, #252627 50%, #202122);
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-yellow3 {
	background: #0d0f28 !important;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-white {
	margin-bottom: 1px;
}
.sidebar-total-bet-white,
.sidebar-total-bet-white1 {
	background: #eee !important;
	color: #000;
	font-weight: 900;
	border: 1px solid #0b0b0c !important;
}
.sidebar-total-bet-gold,
.sidebar-total-bet-red,
.sidebar-total-bet-silver {
	background-image: linear-gradient(180deg, #292a2b 0, #252627 50%, #202122);
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-gold1 {
	background: #112236 !important;
}
.sidebar-total-bet-gold1,
.sidebar-total-bet-gold2 {
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
}
.sidebar-total-bet-gold2 {
	background: #111 !important;
}
.sidebar-total-bet-grey {
	background: linear-gradient(180deg, #1e2737, #0b1423);
}
.sidebar-total-bet-grey,
.sidebar-total-bet-grey1 {
	color: #fff;
	border-top: 1px solid #383f46 !important;
	border-bottom: 1px solid #000 !important;
}
.sidebar-total-bet-grey1 {
	background: #161616;
}
.sidebar-limit-bet-orange,
.sidebar-limit-bet-orange1 {
	background: #2a2b2c;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-orange2 {
	background: #1f2124;
	color: #fff;
	font-size: 12px;
}
.sidebar-limit-bet-purple,
.sidebar-limit-bet-purple1 {
	background: #121212;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-blue,
.sidebar-limit-bet-blue1,
.sidebar-limit-bet-blue2 {
	background: #2a2b2c;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-blue3,
.sidebar-limit-bet-blue4,
.sidebar-limit-bet-blue5 {
	background: #121212;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-yellow,
.sidebar-limit-bet-yellow1,
.sidebar-limit-bet-yellow2 {
	background: #2a2b2c;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-yellow3 {
	background: #0d0f28;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-white,
.sidebar-limit-bet-white1 {
	background: #eee !important;
	color: #000;
	font-weight: 900;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-gold,
.sidebar-limit-bet-red,
.sidebar-limit-bet-silver {
	background: #2a2b2c;
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-gold1 {
	background: #112236 !important;
}
.sidebar-limit-bet-gold1,
.sidebar-limit-bet-gold2 {
	color: #fff;
	border: 1px solid #0b0b0c !important;
	margin-bottom: 1px;
	font-size: 11px;
}
.sidebar-limit-bet-gold2 {
	background: #111 !important;
}
.sidebar-limit-bet-grey {
	background: #242a30;
}
.sidebar-limit-bet-grey,
.sidebar-limit-bet-grey1 {
	color: #a0a0a0;
	border-top: 1px solid #383f46 !important;
	border-bottom: 1px solid #000 !important;
	font-size: 11px;
}
.sidebar-limit-bet-grey1 {
	background: #161616;
}

#sidebar-right .sidebar-total-bet-blue2 span.pull-left,
#sidebar-right .sidebar-total-bet-blue2 span.pull-right,
#sidebar-right .sidebar-limit-bet-blue2 span.pull-left,
#sidebar-right .sidebar-limit-bet-blue2 span.pull-right {
    font-size: 13px !important;
}
.sidebar-limit-bet-blue2 .text-center {
    text-align: left !important;
}


.btn.btn-scroll-to-top,
.label.label-theme,
.navbar.navbar-inverse .navbar-brand,
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover {
	background: #ff5b57;
}

.sidebar .sub-menu > li.active > a:before,
.text-theme {
	color: #ff5b57;
}


.sidebar .sports-category.sub-menu > li.active > a,
.sidebar .sports-category.sub-menu > li.active > a:focus,
.sidebar .sports-category.sub-menu > li.active > a:hover,
.sidebar .sports-category.sub-menu > li > a:focus,
.sidebar .sports-category.sub-menu > li > a:hover {
	background: #2d353c;
	background: linear-gradient(180deg, #2d353c, #222);
	color: #fc0;
}


.lf_m1{
	background: #161c22 !important;
	position:relative;
	z-index:1;
}


.lf_close{
	position: absolute;
	top: 0;
    right: 0;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	padding: 10px!important;
	cursor: pointer;
	
}


#sidebar-right{
	z-index:2008;
	transition: all 0.5s ease-out 0s;
}
.cart_toggle{
	right:0px !important;
}
.right_wrap{
	/* height:801px; */
}




.nav_toggle{
	width:297px !important;
	transition: all 0.5s ease-out 0s;
}
#sidebar{
	transition: all 0.5s ease-out 0s
}
#sidebar-hamburg-blue2{
	transition: all 0.5s ease-out 0s
}





.left-top-menu-t > div{
    width: 33.3%;
    padding-top: 8px !important;
    float: left;
    border: 1px solid #000;
    font-size: 12px;
}
.left-top-menu-t .low-menu {
	padding-top: 0 !important;	
	display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    line-height: normal;	
}
/*
	.left-top-menu-t .low-menu:first-child:nth-last-child(1) , .left-top-menu-t .low-menu:first-child:nth-last-child(1) ~ .low-menu {width:100%;}
	.left-top-menu-t .low-menu:first-child:nth-last-child(2) , .left-top-menu-t .low-menu:first-child:nth-last-child(2) ~ .low-menu {width:50%;}
	.left-top-menu-t .low-menu:first-child:nth-last-child(3) , .left-top-menu-t .low-menu:first-child:nth-last-child(3) ~ .low-menu {width:50%;}
	.left-top-menu-t .low-menu:first-child:nth-last-child(4) , .left-top-menu-t .low-menu:first-child:nth-last-child(4) ~ .low-menu {width:33.33%;}
	.left-top-menu-t .low-menu:first-child:nth-last-child(5) , .left-top-menu-t .low-menu:first-child:nth-last-child(5) ~ .low-menu {
    width: 25%;
	
	}
*/

.left-top-menu-t .low-menu:first-child:nth-last-child(1) , .left-top-menu-t .low-menu:first-child:nth-last-child(1) ~ .low-menu {width:100% !important;}
.left-top-menu-t .low-menu:first-child:nth-last-child(2) , .left-top-menu-t .low-menu:first-child:nth-last-child(2) ~ .low-menu {width:100%;}
.left-top-menu-t .low-menu:first-child:nth-last-child(3) , .left-top-menu-t .low-menu:first-child:nth-last-child(3) ~ .low-menu { width:50%;   }
.left-top-menu-t .low-menu:first-child:nth-last-child(4) , .left-top-menu-t .low-menu:first-child:nth-last-child(4) ~ .low-menu {width:50%;}
.left-top-menu-t .low-menu:first-child:nth-last-child(5) , .left-top-menu-t .low-menu:first-child:nth-last-child(5) ~ .low-menu {width:50%;}
.left-top-menu-t .low-menu:first-child:nth-last-child(6) , .left-top-menu-t .low-menu:first-child:nth-last-child(6) ~ .low-menu {width:50%;}
.left-top-menu-t .low-menu:first-child:nth-last-child(7) , .left-top-menu-t .low-menu:first-child:nth-last-child(7) ~ .low-menu {width:33.33%;}

.left-top-menu-t.even-child-count .low-menu:last-child {
    width: 100% !important;
}



.left-top-menu-l > div{
	/* display: inline-block; */
	width:33.3%;
	/* line-height:42px; */
	float:left;
	border:1px solid #000;
	/* font-weight:700; */
	/* font-size:11px; */
	display:flex;
	justify-content: center;
    align-items: center;    line-height: 14px;
}


.tkb-only,
.left-top-menu-t > .tkb-only {
  display: none;
}


#sidebar .lf_sports ,
.lf_bar ,
#sidebar .left-top-menu-l {
    float: left;
    width: 100%;
}



img[alt*="banner_sidebar"] {
    width: 100%;
}

#sidebar .lf_cat > a > div:nth-child(3) {
    line-height: 27px;
}


.lf_sports{
	background: #2d353c !important;	
	padding: 0 !important;
	margin: 0 !important;
}
.lf_sports .cat_ul{
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.lf_sports .cat_ul > .lf_cat,.lf_sports .cat_ul > .lf_cat > a{
	position: relative;
    display: block;
	cursor: pointer;
}
.lf_sports .cat_ul > .lf_cat > a{
	padding: 8px 20px;
    line-height: 20px;
    color: #a8acb1;
	white-space: nowrap;
	height: 42px !important;
	font-size: 12px !important;
	padding-left: 13px!important;
	padding-right: 10px!important;
}

.lf_cat > a > div:nth-child(1){
	font-weight: 100 !important;
	float: right !important;
	font-size: 12px !important;
	padding-bottom: 5px!important;
	padding-top: 5px!important;
	padding: 0 !important;
	margin-top: 1px!important;
}
.lf_cat > a > div:nth-child(2){
	width: 12.5%;
	float: left;
    box-sizing: border-box;
}
.lf_cat > a > div:nth-child(3){
	color: #fff !important;
	padding-top: 2px !important;
	padding: 3px !important;
	width: 70.83333%;
	float: left;
    box-sizing: border-box;
}
.cat_sub{
	list-style-type: none;
    padding: 1px 0 3px 24px;
    margin: 0;
    background: #1d2225;
    color: #fafafa;
    position: relative;
	background: #1b1b23 !important;
	padding-bottom: 2px !important;
	padding-top: 0 !important;
}
.cat_sub:before{
	content: "";
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: grey;
}

.lf_sports .cat_ul > .lf_cat > a:hover{
	background: #4269b2;
    color: #a8acb1;
}

.cat_ul:after, .cat_ul:before, .cat_ul > a:after, .cat_ul > a:before {
    content: "";
    clear: both;
    display: table;
}
.cat_country div{
	padding-left: 10px!important;
	padding-bottom: 4px !important;
	padding-right: 10px !important;
	padding-top: 4px !important;
}
.cat_country div span{
	background: #1b1b23;
	width: 35px !important;
	font-weight: 100 !important;
	float: right !important;
	font-size: 11px !important;
	margin-top: 1px !important;
	text-align: center;
}
.cat_country div div{
	padding: 2px !important;
}
.cat_country div div img{
	margin-top:-3px;
}
.cat_country div:before{
	display: table;
	content: "";
}
.cat_league{
	padding: 0;
    background: none;
	list-style-type: none;
    margin: 0;
    background: #1d2225;
    color: #fafafa;
    position: relative;
	background: #2d353c !important;
}
.cat_league li a{
	padding: 5px 10px;
    display: block;
    font-weight: 100;
    color: #889097;
    text-decoration: none;
    position: relative;
    border-top: 1px solid #282f34;
    border-bottom: 1px solid #111;
	background: #39383e !important;
    border-top: 1px solid grey !important;
    color: #fff !important;
}
.cat_league li a span{
	width: 35px !important;
	font-weight: 100 !important;
	float: right !important;
	font-size: 11px !important;
	margin-top: 1px!important;
	display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
	background: #1b1b23;
}
.cat_league:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: none;
}
.cat_league li a:before{
	content: "";
    font-family: "Malgun Gothic", FontAwesome;
    position: absolute;
    left: 0;
    font-size: 7px;
    color: #889097;
    top: 50%;
    margin-top: -4px;	
}
.cat_lname{
	width: 80%;
}
.cat_lname div{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 100% !important;
	padding: 2px !important;
}
.cat_lname div i{
	font-size: 9px !important;
	margin-right: 5px !important;
}



.lf_ggame {
	background: #1a1b22 !important;
	border-radius:5px !important;
	display: inline-block !important;
	width: 98% !important;
	font-size: 13px !important;
	padding-left: 5px !important;
	padding-bottom: 5px !important;
	padding-right: 5px !important;
	margin-left: 3px !important;
	margin-bottom: 9px !important;
	margin-right: 3px !important;
    margin-top: 9px !important;
}

.ggame_title{
	border-top: 1px solid #14151a;
    border-bottom: 3px solid #111;
    background: #14151a !important;
    color: #fff;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	
}
.ggame_title span{
	float:left !important;
}
.ggame_title img{
	float:left !important;
	margin-left:10px !important;
	margin-right:10px !important;
}
.ggame_title:before,.ggame_body:before{
	display: table;
	content: "";
}
.ggame_title:after,.ggame_body:after{
	clear: both;
	display:table;
	content: "";
}
.ggame_body{
	background: #25262a;
    border-bottom: 1px solid #111;
	cursor: pointer;
	padding-left:16px !important;
	padding-bottom:10px !important;
	padding-right: 16px !important;
	padding-top: 10px !important;
	margin-bottom: 1px !important;
}
.ggame_body > div > div:nth-child(1){
	color: #fff;
	padding-top: 9px !important;
	width: 16.66667%;
	float: left;
    box-sizing: border-box;
}
.ggame_body > div > div:nth-child(2){
	padding-left: 5px !important;
	width: 16.66667%;
	float: left;
    box-sizing: border-box;
}
.ggame_body > div > div:nth-child(3){
	color: #fff;
	width: 66.66667%;
	float: left;
    box-sizing: border-box;
}
.ggame_body > div > div:nth-child(3) div{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	box-sizing: border-box;
	position: relative;
}
.ggame_body > div > div:nth-child(3) div div{
	float:left !important;	
}


.ggame_body > div > div:nth-child(2) img{
	margin-top: 8px !important;
}



#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px 6px;
	position: relative;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td {
	padding-left: 11px;
	border-top: 1px solid #282F34;
	border-bottom: 1px solid #111;
	margin: 0;
	transition: all 0.15s ease;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td>span.snip._sports_snip {
	padding-left: 8px;
}

/*
	#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td>span.snip._sports_snip:before {
	font-family: Fonticons;
	position: absolute;
	left: 15px;
	font-size: 7px;
	color: #889097;
	margin-top: 1px;
	margin-left: -7px;
	content: "\e901";
}*/

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail #league-detail tbody>tr>td>span.snip._sports_snip {
	padding-left: 20px;
	width: 70%;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail #league-detail tbody>tr>td>span.snip._sports_snip:before {
	font-family: Fonticons;
	position: absolute;
	left: 20px;
	font-size: 7px;
	color: #889097;
	margin-top: 0px;
	margin-left: 0px;
	content: "\e94b";
	font-weight: bold;
}



#menu_sports tr#sp_mini #sports-detail tbody>tr>td {
	padding-left: 20px;
}

#menu_sports tr#sp_mini #sports-detail tbody>tr>td:before {
	font-family: Fonticons;
	position: absolute;
	left: 15px;
	font-size: 7px;
	color: #889097;
	margin-top: 1px;
	margin-left: -7px;
	content: "\e901";
}

#menu_sports #sports-detail #league-detail tbody>tr>td {
	border: none;
	padding: 0 4px 0 0px;
	background: #2d353c;
	color: #889097;
}

#menu_sports #sports-detail #league-detail tbody>tr>td:hover {
	background: #2D353C;
	background: url(linear-gradient.png) 0 0 repeat-x;
	background: -webkit-linear-gradient(180deg, #2D353C, #222);
	background: -moz-linear-gradient(180deg, #2D353C, #222);
	background: -ms-linear-gradient(180deg, #2D353C, #222);
	background: -o-linear-gradient(180deg, #2D353C, #222);
	background: linear-gradient(180deg, #404c56, #22282d);
	color: #ffcc00;
}


#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tr {
	width: 100%;
	border: none;
	border-top: 1px solid #282F34;
	border-bottom: 1px solid #111;
	background: #1D2225;
	font-size: 9pt;
	color: #889097;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail td._sports_:hover {
	background: #2D353C;
	background: -webkit-linear-gradient(180deg, #2D353C, #222);
	background: -moz-linear-gradient(180deg, #2D353C, #222);
	background: -ms-linear-gradient(180deg, #2D353C, #222);
	background: -o-linear-gradient(180deg, #2D353C, #222);
	background: linear-gradient(180deg, #2D353C, #222);
	color: #ffcc00;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #league-detail td._sports_:hover {
	background: #2D353C;
	background: -webkit-linear-gradient(180deg, #2D353C, #222);
	background: -moz-linear-gradient(180deg, #2D353C, #222);
	background: -ms-linear-gradient(180deg, #2D353C, #222);
	background: -o-linear-gradient(180deg, #2D353C, #222);
	background: linear-gradient(180deg, #2D353C, #222);
	color: #ffcc00;
}

#content #left-content .sports-menu #menu_sports ._sports_ ._sports_snip {
	max-width: 200px !important;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tr:last-of-type {
	width: 100%;
	border: 0px solid;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px 6px;
	position: relative;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td {
	padding-left: 11px;
	border-top: 1px solid #282F34;
	border-bottom: 1px solid #111;
	margin: 0;
	transition: all 0.15s ease;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td>span.snip._sports_snip {
	padding-left: 8px;
}

/*
	#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail tbody>tr>td>span.snip._sports_snip:before {
	font-family: Fonticons;
	position: absolute;
	left: 15px;
	font-size: 7px;
	color: #889097;
	margin-top: 1px;
	margin-left: -7px;
	content: "\e901";
}*/

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail #league-detail tbody>tr>td>span.snip._sports_snip {
	padding-left: 20px;
	width: 70%;
}

#content #left-content #left-sports-menu .sports-menu #menu_sports #sports-detail #league-detail tbody>tr>td>span.snip._sports_snip:before {
	font-family: Fonticons;
	position: absolute;
	left: 20px;
	font-size: 7px;
	color: #889097;
	margin-top: 0px;
	margin-left: 0px;
	content: "\e94b";
	font-weight: bold;
}




#menu_sports #sports-detail tbody>tr>td {
	padding-left: 20px;
}


#menu_sports #sports-detail #league-detail tbody>tr>td {
	border: none;
	padding: 0 4px 0 0px;
	background: #2d353c;
	color: #889097;
}

#menu_sports #sports-detail #league-detail tbody>tr>td:hover {
	background: #2D353C;
	background: url(linear-gradient.png) 0 0 repeat-x;
	background: -webkit-linear-gradient(180deg, #2D353C, #222);
	background: -moz-linear-gradient(180deg, #2D353C, #222);
	background: -ms-linear-gradient(180deg, #2D353C, #222);
	background: -o-linear-gradient(180deg, #2D353C, #222);
	background: linear-gradient(180deg, #404c56, #22282d);
	color: #ffcc00;
}

#menu_sports td {
	padding: 0;
	border: 0px;
}


#menu_sports tr:hover {
	background: #232a2f;
	color: #a8acb1;
}



#menu_sports #league-detail {
	width: 100%;
	font-size: 13px;
	color: darkgrey;
	background: #1D2225;
}

#menu_sports #league-detail td {
	background: #293135;
}

#menu_sports #league-detail td:hover {
	color: #ffcc00;
}

#menu_sports li> a > div:first-child.menu-p-0 {
    padding: 0 !important;
}
#menu_sports ._asian_ .fa-solid {
	width: 20px;
    height: 22px;
    margin: 4px 10px 4px 10px;font-size: 22px;
}



#menu_sports #sports-detail #league-detail tbody>tr>td {
    height: auto !important;
    display: block;
    background: #39383e !important;
    white-space: normal;
    border-bottom: 1px solid #595959;
    overflow: hidden;
    color: #c8c8c8;
    margin: 6px 0;
}


#menu_sports #sports-detail #league-detail ._sports_ ._sports_snip {
    width: calc(100% - 55px);
    float: left;
    white-space: normal;
    font-size:12px;
}


#sports-detail{
	width:100%;
}

table#sports-detail:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #10181F;
}


#sports-detail .none {
    flex-flow: column nowrap;
}


#sports-detail .sports-detail-country {
	padding: 5px 10px;
	display: block;
	font-weight: 100;
	color: #889097;
	text-decoration: none;
	position: relative;
	border-top: 1px solid #282f34;
	border-bottom: 1px solid #111;
}	

#sports-detail .sports-detail-country ._sports_ .menu-flag {
	margin-top:0px !important;
}	

#sports-detail .sports-detail-country ._sports_{
	display:block;
}	


#sports-detail .sports-detail-country .match_cnt{
	background: #1b1b23;
	width: 35px !important;
	font-weight: 100 !important;
	float: right !important;
	font-size: 11px !important;
	margin-top: 1px !important;
	text-align: center;
}




#copyright-text-login {
  font-size: 11px;
  text-align: center;
  padding: 3px 5px;
}





#sidebar-right{
	right:0 !important;
	left:initial;
}




/*Tiwgdv2486*/

.r_nav{
	position: relative; 
	overflow: hidden; 
	width: auto; 
	height: 100%;
	background-color: #1b1b23;
	padding-right:8px;
	margin-bottom: 30px !important;
}
.r_nav_div{
	overflow: hidden; 
	width: auto; 
	height: 100%;
	overflow: hidden;
    height: 100%;
    position: relative;
	overflow: scroll;
    height: 100%;
	margin-bottom: 30px!important;
	-webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
	margin: 0 !important;
	padding: 0 !important;
	z-index:999;
}
.r_nav_div::-webkit-scrollbar { 
	display: none; 
}



.r_info{
	margin-bottom:9px !important;
}
.r_info_box{
	background: #2d353c !important;
	padding: 2px !important;
	border: none;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	    max-height: 138px;
}
.r_info_box strong {
    letter-spacing: 1px;
}
.r_info_box table{
	width:100%; 
	background:#161c22
}
.r_nick{
	border-bottom: 1px solid #000;
	padding: 1px 6px;
	color: #2e7de5;
}
.ci_type{
	border-bottom: 1px solid #000;
	padding:0px 1px 2px 4px; 
	width:20px;
}
.c_type{
	border-bottom: 1px solid #000; 
	color:#fff; 
	width:65px;
    padding: 1px 6px;	
}
.r_cash{
	border-bottom: 1px solid #000;
	padding-right:9px; 
	text-align:right; 
	color:#fff;
}
.r_cash span{
	color:#2e7de5
}
.ci_type:nth-last-child,.c_type:nth-last-child,.r_cash:nth-last-child{
	border-bottom: 0px solid #000;
}
.lv_box{
	width:81px; 
	height:90px; 
	border: 1px solid #000; 
	padding:4px 15px;
	vertical-align: middle;
}

.lv_img{
	background-size: 100% 100%;
    width: 40px;
    height: 40px;
	margin:0 auto;
}
.lv_num{
	background-size: 100% 100%;
    width: 70px;
    height: auto;
    text-align: center;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
}
.i_lv1{
	background-image: url(/image/level/1.png);
}
.i_lv2{
	background-image: url(/image/level/2.png);
}
.i_lv3{
	background-image: url(/image/level/3.png);
}
.i_lv4{
	background-image: url(/image/level/4.png);
}
.i_lv5{
	background-image: url(/image/level/5.png);
}
.i_lv6{
	background-image: url(/image/level/6.png);
}
.i_lv7{
	background-image: url(/image/level/7.png);
}
.i_lv8{
	background-image: url(/image/level/8.png);
}
.i_lv9{
	background-image: url(/image/level/9.png);
}
.i_lv10{
	background-image: url(/image/level/10.png);
}
.i_lv21{
	background-image: url(/image/level/21.png);
}
.i_lv22{
	background-image: url(/image/level/22.png);
}
.i_lv23{
	background-image: url(/image/level/23.png);
}
.i_lv24{
	background-image: url(/image/level/24.png);
}
.i_lv25{
	background-image: url(/image/level/25.png);
}
.i_lv26{
	background-image: url(/image/level/26.png);
}
.i_lv27{
	background-image: url(/image/level/27.png);
}
.i_lv28{
	background-image: url(/image/level/28.png);
}
.i_lv29{
	background-image: url(/image/level/29.png);
}
.i_lv30{
	background-image: url(/image/level/30.png);
}

.n_lv1{
	background-image: url(/static/image/level/blue/3.png?2);
}


.cart_box{
	-webkit-border-radius: 3px;
	padding: 0;
    margin-bottom: 9px !important;
	animation-name: fadeInRightBig;
}
.cart_head{
	background: #161c22 !important;
	padding: 2px;
	border: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.cart_head table{
	width: 100% !important;
	border-bottom: 3px solid #aeaeae;
	background:#25262a;
    padding: 0 !important;
	margin: 0 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}

.cart_head table td:nth-child(1){
	color: #fff !important;
    text-align: left !important;
    padding: 2px 5px 2px 7px;
    margin: 0 !important;
    width: 96px;
    margin-top: 5px!important;
    font-weight: 700;
    line-height: 25px;
    font-size: 13.4px;
	
}

.cart_head table td:nth-child(1) > span{
	font-family: arial;
    border-radius: 50%;
    display: block;
    background: #2e7de5;
    color: #fff;
    border: 2px solid #fff;
    opacity: 0.9;
    cursor: pointer;
    width: 21px !important;
    height: 21px !important;
    font-weight: 700 !important;
    text-align: center !important;
    font-size: 12px !important;
    padding: 0 !important;
    line-height: 1.5;
    float: right;
}

.cart_head table td:nth-child(2){
	color: #fff !important;
	text-align: right !important;
	cursor: pointer;
	padding-left: 1px !important;
	padding: 7px !important;
	margin: 0 !important;
}
.cart_head table td:nth-child(2) > i{
	margin-right:5px !important;
}
.cart_bet{
	text-align: center;
}
.none_bet{
	padding:35px;
	background-color: #1b1b23;
	color:#fff;
}
.in_bet{
    border-top: 1px solid #32383d;
	padding-right: 4px !important;
	padding: 2px !important;
	box-sizing: border-box;
	position: relative;
}

.in_bet:before,.in_bet:after{
	display: table;
	content: "";
}
.in_bet:after{
	clear: both;
}
.in_bet.show-message::after {
    content: "선택된 배팅내역이 없습니다";
    width: 100%;
    text-align: center;
    display: block;
    font-size: 12px;
    color: rgb(177, 177, 177);
    position: relative;
    padding: 30px 0px;
    background: rgb(1, 1, 1);
}


.bet_box{
	background: #25262a;
	clear: both;
    width: 251px;
    height: 67px;
    text-align: left;
    margin: 1px 0 3px 1px;
    overflow-x: hidden;
    overflow-y: hidden;
	-webkit-border-radius: 3px;
	width: 100% !important;
	position:relative;
}
.bet_typeA{
	float: left;
    width: 210px;
    min-width: 210px;
    font-family:  "Malgun Gothic", dotum;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
	color: #fff;
    font-size: 8pt;
    padding: 0;
    margin: 7px 0 0 4px;
}
.bet_typeA:nth-child(2){
	font-weight: 700 !important;
	margin-top: 0 !important;
}
.bet_typeB{
	color: #2e7de5 !important;
	float: left;
    width: 190px;
    min-width: 190px;
    font-size: 12px;
    font-family:  "Malgun Gothic", dotum;
    height: 17px;
    line-height: 17px;
    padding: 0;
    overflow-x: hidden;
	margin: 1px 0 0 4px;
	font-weight: 700 !important;
}
.bet_odd{
	background-image: linear-gradient(90deg, #2e7de5 0, #124b93) !important;
	color: #fff !important;
	float: right;
    font-weight: 700;
    font-family:  "Malgun Gothic", dotum;
    height: 17px;
    line-height: 17px;
    border-radius: 3px;
	font-size: 9pt;
    background-color: #d75809;
    padding: 0 3px;
    margin: 0 6px 0 0;
}
.bet_x{
	float: right;
    color: #d20000;
    font-size: 19px;
    font-family:  "Malgun Gothic", dotum;
    line-height: 17px;
    padding: 5px 10px 10px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;
}
.bet_x > i:before{
	content: "\f00d";
}
.bet_cash{
    height: 36px;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.cash_title{
	text-align: center !important;
	padding: 7px !important;
	margin: 0 !important;
	width: 50px;
	float: left;
    box-sizing: border-box;
}
.cash_title span{
	color: #fff !important;
	font-weight: 700 !important;
	float: left !important;
    font-size: 12px !important;
    margin-left: 4px !important;
    text-align: center !important;
    white-space: nowrap;
    line-height: 20px;
}
.cash_input{
	text-align: right !important;
	padding: 0px 5px !important;
	margin: 0 !important;
}
.cash_input button{
	color: #fff;
	background: none !important;
	font-size: 18px !important;
	margin-right: 2px !important;
	font-weight: 300;
	border-radius: 3px;
	border: none !important;
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 0 !important;
}
.cash_input input{
	width: 160px;
    height: 26px;
    background: #191919;
    border: 2px solid #2e7de5;
    padding: 3px 8px 3px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
	text-align: right !important;
}

.calc_box{
	padding-left:2px !important;
    margin-bottom: 7px;
}
.calc_box > table{
	background: #161c22 !important;
	width: 100% !important;
	padding: 0 !important;
    margin-bottom: 4px !important;	
	margin: 0 !important;
	margin-bottom: 2px;
}
.calc_box > table  td{
	vertical-align: middle !important;
	width: 16.6% !important;
	text-align: center !important;
	padding-bottom: 2px !important;
	padding-right: 2px !important;
	padding-top: 1px !important;
	padding: 0 !important;
	margin: 0 !important;	
}
.calc_box > table td button{
	color: #fff;
    background: #25262a;
    border-color: #0ab8fd;
	border-radius: 5px !important;
	width: calc(100% - 4px) !important;
	font-size: 12px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
	padding: 4px 0 4px 0 !important;
	margin-right: 2px !important;
	margin-left: 0 !important;
	display: inline-block;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    margin:0;
}
.calc_box > table td button:hover{
	background:linear-gradient(90deg, #2e7de5 0, #124b93) !important;
}



.socials {
	margin: auto;
	width: 100%;
	padding: 5px 0;
}


.right-sns > a > img,
.right-sns > img {
  height: auto !important;
}


.r_nav .login-sns .socials .right-sns {
	display:block;
	width:100%;
}


img.capimg.captcha2 {
	/*
    width: 33% !important;
    height: 40px !important;
    vertical-align: bottom;
    */
    border-radius: 3px;
}

.btn-xxs-userinfo {
    font-size: 11px;
    line-height: 11px;
    background: linear-gradient(180deg, #333, #000) !important;
    color: #cacaca;
    border: 1px solid #535353;
    padding: 2px 7px !important;
}



