﻿.main-header .logo {
    display: block;
    float: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
    transition: width 0.3s ease-in-out 0s;
    width: 230px;
    background-color: #000000;
    border-bottom: 0 solid transparent;
    color: #fff;
}

.main-header{position:fixed;z-index:1030;width:100%}

.main-header .navbar{background-color:#000000}

.main-header > .navbar {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 230px;
    min-height: 50px;
    transition: margin-left 0.3s ease-in-out 0s;
    width:100%
}

.main-header .sidebar-toggle {
    height:50px;
    color:#ffffff;
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
    line-height:28px;
    text-decoration:none;
    font-size:14px
}
.main-header .sidebar-toggle:before {
    content: "\f0c9";
}
.main-header .sidebar-toggle:hover {
    text-decoration:none;
    background-color:#367fa9;
    color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
    display: none;
}
.fa-user{margin-right:0px}