﻿.ShowHideLeftMenu {
    background: none repeat scroll 0 0 #7cccfc;
    border-bottom: 1px solid #7cccfc;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 1px solid #7cccfc;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-left: 1px solid #7cccfc;
    border-right: 1px solid #7cccfc;
    box-shadow: 1px 2px 9px #f3f3f3;
    cursor: pointer;
    display: block;
    padding: 15px 0;
    height: 15px;
    position: relative;
    float: left;
    top: 300px;
    z-index: 999;
}

#bannerLeftMenu {
    visibility: hidden;
    display: none;
}

#bannerLeftMenu {
    border-bottom: 1px solid #eee;
    height: 100%;
    width: 180px;
    left: 0;
    display: block;
    padding: 0px 0px;
    position: fixed !important;
    right: 0;
    top: 0;
    /* z-index: 4998; */
	z-index: 9000;
    /* -webkit-transition: all 400ms ease-in-out; */
    /* transition: all 400ms ease-in-out; */
    /* -webkit-transform: translate3d(0, 0, 0); */
    /* transform: translate3d(0, 0, 0); */
}

.contentLeft {
    float: right !important;
    margin: 0 0px;
    width: 160px;
    background-color: #fff;
    overflow: hidden;
	position: absolute;
    left: 0;
	height: 100%;
    /* -webkit-transition: all 400ms ease-in-out; */
    /* transition: all 400ms ease-in-out; */
    /* -webkit-transform: translate3d(0, 0, 0); */
    /* transform: translate3d(0, 0, 0); */
}

.contentLeftMenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contentLeftMenu.hidden {
    display: none;
}

.menu {
    color: #EEE;
    min-height: 15px;
    padding: 0 0 15px;
    overflow: hidden;
    /* -webkit-transition: all 400ms ease-in-out; */
    /* transition: all 400ms ease-in-out; */
    /* -webkit-transform: translate3d(0, 0, 0); */
    /* transform: translate3d(0, 0, 0); */
}

.line {
    padding: 3px 0 5px 0;
    border-bottom: 1px solid #CCC
}

.line:last-child {
    border-bottom: none !important;
}
.line a {
    color: #FFFFFF;
    font-weight: bold;
    text-transform: none;
    padding: 0 20px;
    height: 24px;
    line-height: 24px;
    display: block;
    text-decoration: none;
    font-size: 11px;
}

.menu a {
    color: #143528;
    outline: none;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    padding: 0 10px;
    height: auto;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-bottom: 4px;
    height: 100%;

}

.menu a.current {
    background-color: #F48431;
    color: #ffffff;
    display: flex;
}

.menu a.current span {
    /*background: url(../../img/leftMenuItem.png) repeat-x #f45220;*/
    color: #ffffff;
    /*width: 130px;*/ /*QuangPNV bỏ ra*/
    display: block;
    line-height: 24px;
    padding: 0px 0px 0px 12px;
    margin-left: -10px;
    word-wrap: break-word;
}

.menu a span {
    /*width: 130px;*/ /*QuangPNV bỏ ra*/
    display: block;
    line-height: 24px;
    padding: 0px 0px 0px 12px;
    margin-left: -10px;
    word-wrap: break-word;
}

.menu a:hover {
    background: #F48431;
    color: #ffffff;
    display: flex;
}

.menu a:hover span {
    /*background: #f45220;*/ /*hiephnq remove*/
    cursor: pointer;
    color: #ffffff;
    /*width: 130px;*/ /*QuangPNV bỏ ra*/
    display: block;
    line-height: 24px;
    padding: 0px 0px 0px 12px;
    margin-left: -10px;
    word-wrap: break-word;
}

.contentLeft-close {
    transition: none !important;
}
