/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
    overflow-x: hidden;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1034;
    display: none;
}

#sidebar-wrapper {
    z-index: 1035;
    position: fixed;
    left: -250px;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background: #000;
    overflow-x: hidden;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ff9200;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1036;
}

#sidebar-wrapper.active {
    left: 0;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0px;
	background-image:url(../images/bg-category.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% auto;
}
/* Navigation arrow Animation */
.animated-arrow {
    position: absolute;
    z-index: 102;
    display: inline-block;
    height: 18px;
    width: 23px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.callusicon {
    color: #c9c9c9;
    font-size: 25px;
    height: 25px;
    position: fixed;
    right: 15px;
    top: 13px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 25px;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.callusicon:focus,
.callusicon:hover {
    color: #fff !important;
}
.toggled .callusicon {
    display: none !important;
}
.smallogo {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 9px;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 52px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}

.animated-arrow {
    cursor: pointer;
}
.animated-arrow span,
.animated-arrow span:before,
.animated-arrow span:after {
    cursor: pointer;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    border-radius: 3px;
}
.animated-arrow span{width: 23px;}
.animated-arrow span:before{width: 12px;}
.animated-arrow span:after{width: 18px;}
.animated-arrow span:before {
    bottom: -14px;
}
.animated-arrow span:after {
    bottom: -7px;
}
.animated-arrow span,
.animated-arrow span:before,
.animated-arrow span:after {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.wsmobileheader:hover span,.wsmobileheader:hover span:before,.wsmobileheader:hover span:after{background:#ff9200}
.wsmobileheader{
    display: inline-block;
    height: 45px;
    width: 50px;
    padding-top: 18px;
    vertical-align:middle;
    background:rgba(0,0,0,0) url(../images/line-menu.png) no-repeat top right;
}
#mainNav.navbar-shrink .animated-arrow span,
#mainNav.navbar-shrink .animated-arrow span:before,
#mainNav.navbar-shrink .animated-arrow span:after{background-color:#fff;}
.btn-secondary:hover,.btn-secondary:focus{
    background:rgba(255,255,255,0) url(../images/line-menu.png) no-repeat top right;
    color:#fff;
    border-width:0px;
    box-shadow:none !important;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
    overflow-x:hidden;
    font-size:110%;
}
/**/
#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding:0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li{
	position:relative;
}
#sidebar ul li a {
    padding:5px 10px;
    font-size: 1.1em;
    display: block;
	color:#a8a8a8;
}
#sidebar ul li a[aria-expanded="true"]{color:#fff;}
#sidebar ul li a:hover {
    color: #ff9200;
    background:rgba(255, 255, 255, 0.2);
}
a[data-toggle="collapse"] {
    position: relative;
}
#sidebar ul li a.arrow-submenu{
	width:35px;
	height:35px;
    display: inline-block;
    position: absolute;
	right: 20px;
	top:2%;
}
#sidebar ul li .list-unstyled a.arrow-submenu {height:20px;width:20px; padding:5px 3px;}
a[aria-expanded="false"].arrow-submenu::before, a[aria-expanded="true"].arrow-submenu::before{
	text-align:center;
    display: block;
    position: absolute;
    right: 35%;
	top:25%;
    font-size: 0.6em;
    font-family: FontAwesome;
    content:"\f077";
}
a[aria-expanded="true"].arrow-submenu::before {
    content:"\f078";
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul ul ul a {
    font-size: 0.9em !important;
    padding-left: 60px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
/**/
.icon{
    display:inline-block;
    width:25%;
    height:40px;
    background-repeat:no-repeat;
    background-position:0 0;
    vertical-align:middle;
	text-align:center;
}
.icon-home{background-image:url(../images/icon-left-menu/icon-home.png);}
.icon-game{background-image:url(../images/icon-left-menu/icon-game.png);}
.icon-live-stream-1{background-image:url(../images/icon-left-menu/icon-live-stream-1.png);}
.icon-live-stream-2{background-image:url(../images/icon-left-menu/icon-live-stream-2.png);}
.account-sliderbar,.account-sliderbar-logout{
	background: rgba(255,255,255,.2);
	padding-top:10px;
	padding-bottom:10px;
}
.account-left i{
	display:inline-block;
    width:50px;
    height:50px;
	background-image:url(../images/ico-info.png);
    background-repeat:no-repeat;
    background-position:5px 2px;
	background-color:#000;
	background-size:auto 38px;
    vertical-align:middle;
	text-align:center;
	vertical-align:top;
	border-radius:100px;
	margin-right:5px;
	border:2px solid #a8a8a8;
}
#sidebar ul li a.account-left{color:#ff9200}
.account-left b{
	display:inline-block;
	width:70%;
    line-height: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sidebar ul li a.logout-left{
	margin-left:55px;
	font-size:100%;
	padding:0 10px;
}
#sidebar ul li a.logout-left:hover{
	background:none;
}
#sidebar ul li.account-sliderbar-logout a:first-child{border-right:1px solid #000;}
#sidebar ul li.account-sliderbar-logout a{
	display:inline-block;
	width:42%;
	text-align:center;
	font-size:100%;
}
/* suggest search */
.tbl-search{
	width:100%;
	background:#191919;
	position:absolute;
	z-index:999;
	top:57px;
	left:0;
	visibility:hidden;
	padding:20px 12%;
	transform-origin: top left;
	box-shadow:3px 3px 8px rgba(0,0,0.5);
}
.tbl-search .container{
	margin-top:auto;
	padding:40px 0;
}
.input-search{
	width:100%;
	background:rgba(0,0,0,0);
	border:0;
	border-bottom:1px solid #ACACAC;
	color:#ACACAC;
	font-size:150%;
	padding:12px 0;
}
.input-search:focus,.input-search:active, 
a:active, a:focus,
.btn.focus, .btn:focus{outline: none; box-shadow: none;}
.suggest-search{
	display:block;
	width:100%;
	padding-top:30px;
}
.suggest-search span{
	background:#323232;
	border-radius:10px;
	padding:3px 10px;
	margin-right:15px;
	margin-bottom:15px;
	display:inline-block;
	color:#B7B7B7;
	font-size:90%;
}

@media(max-width:768px){
	/*.account-sliderbar,.account-sliderbar-logout{ display:block;}*/
    .account-name {display: none;}
	/*#page-content-wrapper{padding:50px 0 0 0;}*/
}
@media (max-width: 575px){
	.wsmobileheader{padding:12px 0 15px 0;height:35px;}
}
