.user-section{
    background-color:#f4f6f8;
    padding: 50px 0;
}
.login-section{
    background-color:#fff;
    padding-left: 0;
    padding-right: 0;
}
.login-section .logon-tab {
    display:block;
    padding:20px;
    float:left;
    width:50%;
    text-align: center;
    font-size:16px;
    margin-bottom: 20px;
    color: #000000;
}
.login-section .logon-tab.active {
    background-color: #efefef;
}
.user-section .logon-tab.active:hover {
    background-color: #fafafa;
}
.login-section .form-group{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}
.login-section .inline {
    display: inline;
}
.no-border {
    border: 0 !important;
}

.login-section .forget-tab {
    display:block;
    padding:20px;
    width:100%;
    text-align: center;
    font-size:16px;
    margin-bottom: 20px;
    color: #000000;
    background-color: #fafafa;
}
.sidebar-toggle {
    display: none;
}
@media (max-width: 991px) {
    .sidenav {
        position: fixed;
        top: 50px;
        z-index: 1029;
        height: calc(100vh - 50px);
        padding: 20px 0 20px 0;
        min-width: 250px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 250px;
        left: -250px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .sidebar-toggle {
        display: block;
        position: fixed;
        right: 20px;
        bottom: 70px;
        border-radius: 50%;
        background: #eee;
        font-size: 22px;
        padding: 10px;
        line-height: 30px;
        height: 50px;
        width: 50px;
        text-align: center;
        z-index: 999999;
    }
}
.sidebar-open {
    margin-bottom: 20px;
    background-color: #fff;
    position: fixed;
    left: 0;
    width: 250px;
    box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
    display: block;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999999;
}
.sidebar-open .sidebar-toggle i:before {
    content: "\f00d";
}

.fa {
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-bars:before {
    content:"\f0c9"
}
.sidenav {
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
    background-color: #fff;
}
.sidenav .list-group:last-child,
.sidebar-open .list-group:last-child{
    margin-bottom: 0;
}
.sidenav .list-group .list-group-heading,
.sidebar-open .list-group-heading
{
    list-style-type: none;
    color: #919191;
    margin-bottom: 10px;
    margin-left: 35px;
    font-size: 16px;
}
.sidenav .list-group .list-group-item,
.sidebar-open .list-group .list-group-item
{
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: none;
    padding: 0;
    border-left: 2px solid transparent;
}
.sidenav .list-group .list-group-item:last-child,
.sidenav .list-group .list-group-item:first-child,
.sidebar-open .list-group-item:last-child,
.sidebar-open .list-group .list-group-item:first-child
{
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}
.sidenav .list-group .list-group-item:hover,
.sidebar-open .list-group .list-group-item:hover
{
    border-left: 2px solid rgba(245, 245, 245, 0.38);
    background-color: rgba(245, 245, 245, 0.38);
}
.sidenav .list-group .list-group-item > a,
.sidebar-open .list-group .list-group-item > a
{
    display: block;
    color: #616161;
    padding: 10px 15px 10px 35px;
}
.sidenav .list-group .list-group-item.active,
.sidebar-open .list-group .list-group-item.active
{
    border-left: 2px solid #007bff;
    background-color: rgba(245, 245, 245, 0.38);
}
.sidenav .list-group .list-group-item.active > a,
.sidebar-open .list-group .list-group-item.active > a
{
    color: #007bff;
}

.profile-avatar-container {
    position:relative;
    width:100px;
}
.profile-avatar-container .profile-user-img{
    width:100px;
    height:100px;
}
.profile-avatar-container .profile-avatar-text {
    display:none;
}
.profile-avatar-container:hover .profile-avatar-text {
    display:block;
    position:absolute;
    height:100px;
    width:100px;
    background:#444;
    opacity: .6;
    color: #fff;
    top:0;
    left:0;
    line-height: 100px;
    text-align: center;
}
.profile-avatar-container button{
    position:absolute;
    top:0;left:0;width:100px;height:100px;opacity: 0;
}