.user {padding: 0px;text-align: center;background: #eee;border-bottom: 1px solid #ccc;}
.bootsidemenu {
    z-index: 999999;
    position: fixed;
    top: -1px;
    bottom: -1px;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.bootsidemenu > .menu-wrapper {
    padding: 0;
    position: absolute;
    bottom: 0;
    top: 0;
	left:-1px;
    overflow: auto;
	width: 100.4%;
	background: url(../images/login_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
a.list-group-item {
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
a.list-group-item.active.collapsed{
	color:
}
.bootsidemenu > .row {
    margin: 0;
}
.bootsidemenu {
    /*width: auto;*/
	min-width: unset;
}
.bootsidemenu.bootsidemenu-left {
    left: 0;
    right: auto;/*20px;*/
}
.bootsidemenu.bootsidemenu-right {
    right: 0;
    left: auto;/*20px;*/
}
.toggler {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 20px;
    height: 48px;
    position: absolute;
    top: 43%;
    cursor: pointer;
	color: #aaa;
    background-color: rgba(0,0,0,0.8);
}
.bootsidemenu-left > .toggler {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid rgba(0,0,0,0.8);
    -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
    box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
    right: -20px;
}
.bootsidemenu-left > .toggler > i {
    margin: 15px 2px;
}
.bootsidemenu-right > .toggler {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #fff;
    -webkit-box-shadow: -1px 0px 8px rgba(0, 0, 0, .175);
    box-shadow: -1px 0px 8px rgba(0, 0, 0, .175);
    left: -20px;
}
.bootsidemenu-right > .toggler > span {
    margin: 15px 2px;
}
/*Native BootStrap Hack*/
.bootsidemenu .list-group-item:last-child, .bootsidemenu .list-group-item:first-child {
    border-radius: 0;
}
.bootsidemenu .list-group {
    margin-bottom: 0;
}
.bootsidemenu .list-group-item {
    border: 1px solid #777;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    margin-top: -1px;
	color: #eee !important;
    background: rgba(0,0,0,0.1);
}
a.list-group-item.sub-group {
    margin-left: 20px !important;
	font-size:14px !important;
	font-weight:normal;
	padding: 8px 16px;
	letter-spacing:0px !important;
	text-transform:capitalize !important;
	border-left: 1px solid #666 !important;
    border-radius: 11px 0px 0px 11px !important;
	
}
a.list-group-item.sub-group-sub {
    margin-left: 40px !important;
	font-size:13px !important;
	font-weight:normal;
	padding: 8px 16px;
	letter-spacing:0px !important;
	text-transform:capitalize !important;
	border-left: 1px solid #666 !important;
    border-radius: 51px 0px 0px 51px !important;
}
a.list-group-item.sub-group-sub::before {
    content: '\00BB ';
    padding-right: 5px;
    margin-left: 5px;
}
.list-group .collapse a {
    padding-left: 32px;
}
.list-group-item .glyphicon {
    margin-right: 5px;
}

/*==========  Media queries for test ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .bootsidemenu {
        min-width: 200px;
    }
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .bootsidemenu {
        /* min-width: 90%; */
    }
	.toggler{
		top:50% !important;
	}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
