@CHARSET "UTF-8";
.sub_menu_nav{
    width: 270px;
    height: 100%;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1200;
    visibility: hidden;
    background-color: #fff;
    opacity: 0.95;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
    overflow: scroll;
}

.sub-sidenav-open .sub_menu_nav{
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-right: solid 0.5px #166bbf;
}

.subBody{
    -webkit-perspective: 1500px;
    perspective: 1500px;
    float: left;
}

.sub-sidenav-open .content_sub_sidenav-open{
	-webkit-transform: translate3d(10px, 0, -130px) rotateY(-30deg);
    transform: translate3d(10px, 0, -130px) rotateY(-30deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sub_content{
    -webkit-transition: all 5s;
    transition: all 0.5s;
    position: relative;
    left: 0px;
    top: 0px;
    min-height: 100vh;
    height: 100%;
   	overflow: hidden;
}

.sub_menu_nav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding: 2px;
}

.sub_left_side_nav{
	width: 260px;
	height: 100%;
	min-height: 100vh;
/* 	border: solid 1px #166bbf; */
	position: fixed;
	left: 0px;
	top: 0px;
	/*overflow: scroll;*/
	background: #e9ebee;
    padding: 0 15px;
/*     background: rgba(230,230,227,0.9); */
}

.left_customer_info{
	float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.profile_link{
	/*     border: 0.1px solid #0080ff; */
/* 	border-top: solid 1px #166bbf; */
/*     border-right: solid 1px #166bbf; */
/*     border-radius: 5px; */
/*     border-radius: 10px; */
    overflow: hidden;
    display: inline-block;
    margin: 10px;
/*     box-shadow: -4px 4px 4px #777777; */
}

.avatarImg{
	width: 160px;
    /*height: 70px;*/
    background-size: cover;
}

.profile_currency{
	color: #0080ff;
    font-weight: bold;
}

.profile_balance{
	color: #ca1820;
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
}

.profile_name{
	width: 100%; 
	float: left;
	text-align: center;
	color: #166bbf;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 0px 5px 0px;
    margin: 0px;
}

.sub-sidenav-open .profile_link{
	
}

.sub-sidenav-open .profile_currency{
	
}

.lable_vidientu{
    margin-bottom: 0px;
    font-weight: 500;
    color: #fff;
    background: #ca1820;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    border-radius: 3px;
    display: none;
}

.sub-sidenav-open .lable_vidientu{
	
}

.lable_help{
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.sub-sidenav-open .lable_help{
	
}


.lable_line{
    width: 100%;
    float: left;
    display: none;
}

.sub-sidenav-open .lable_line{
	 
}

.left-menu-group{
    padding: 3px;
    text-align: center;
    border-radius: 3px;
    margin: 5px;
    float: left;
    -moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.left-menu-group:hover{
	transition: 0.3s ease;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.sub-sidenav-open .left-menu-group{

}

.left-icon-menu{
	font-size: 30px;
	padding-bottom: 7px;
    color: #ca1820;
}

.sub-sidenav-open .left-icon-menu{
	
}

.lable-menu{
    font-size: 10px;
    width: 100%;
    float: left;
    color: #000;
} 

.sub-sidenav-open .lable-menu{
	
}

.btn-action-nav{
	
}

.hidden-sub-side-nav{
	width: calc(100% - 270px) !important;
	height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100000001;
    cursor: pointer;
    display: none;
    transition: all 0.5s;
}

.sub-sidenav-open .hidden-sub-side-nav{
	display: block;
    left: 270px;
    transition: all 0.5s;
}