﻿header {
    background-color: #201f2b;
    width: 100%;
    text-align: right;
    padding: 0;
    height: 85px;
}

    header #sidebarCollapse {
        color: #fff;
        float: left;
        line-height: 85px;
        padding: 0;
    }

    header #Profile {
        padding: 0 30px 0 0;
        font-size: 11px;
        font-weight: normal;
        display: inline-block;
    }

        header #Profile span {
            line-height: 85px;
            color: #fff;
            display: inline-block;
        }

        header #Profile a {
            line-height: 85px;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            display: inline-block;
        }
        header #Profile .dropdown-menu a {
            line-height: 30px;
            color: #595d6e;
            font-weight: normal;
            text-transform: uppercase;
            display: inline-block;
            text-transform: capitalize;
            font-size:12px;
        }
            header #Profile .dropdown-menu a i {
                font-weight: bold;
                color: #036c34;
            }

@media (max-width: 991px) {
    header #sidebarCollapse {
     
        padding-left: 10px;
    }
}