#menuItemList {
    margin-top: 50px;
}

.menu-item {
    text-align: left;
    border-top: 1px #1d2730 solid;
    padding-left: 10px;
    display: block;
}

.menu-item:hover, .menu-item.selected {
    background: -webkit-linear-gradient(left top, #064351, #161a21 50%);
    color: white;
}
.menu-item i {
    display: none;
    float:right;
    line-height: 40px;
    padding-right: 10px;
    font-size: 14px;
}

.menu-item:hover i {
    display:block;
}

a.menu-item {
    color: #9aa8ac;
    text-decoration:none;
    padding: 0 30px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0;
}

#settings {
    border-bottom: 1px #1d2730 solid;
}

#logout, header .navBtn {
    float: right;
    padding:0 15px;
    margin:0;
    width: 100px;
    line-height: 46px;
    height: 46px;
    border: none;
}
#logout i, header .navBtn i {
    line-height: 46px;
    margin:0px;
    padding:0px;
}
#userName {
    font-style: italic;
    font-size: 15px;
    color: white;
    margin-top: 10px;
    margin-bottom: 0px;
}
#userLevel {
    padding: 0px auto;
    margin-top: 0px;
    font-size: 12px;
}
#companyLogo {
    border-radius: 50%;
    margin-top: 50px;
    height: 100px;
    width:100px;
}
.leftMenu {
    background: #161a21;
    color: #9aa8ac;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding:0px;
    text-align:center;
}

.fa-sign-out {
    color: #10779b;
}