﻿[data-component=navbar] .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    background-color: #fff;
}

[data-component=navbar] i {
    font-size: 30px;
    color: #707074;
}



[data-component=navbar] .usermenu {
    font-size: 15px;
    color: #707074;
}

[data-component=navbar] .header {
    font-size: 24px;
    color: #767676;
}

[data-component=navbar] .navbar-shadow {
    box-shadow: 0 6px 6px -3px rgba(39,44,51,.1), 0 10px 14px 1px rgba(39,44,51,.04), 0 4px 18px 3px rgba(39,44,51,.02);
}


[data-component=navbar] .ttip {
    position: relative;
    display: inline-block;
}

    [data-component=navbar] .ttip .ttiptext {
        visibility: hidden;
        width: 120px;
        text-align: center;
        font-size: 12px;
        padding: 2px 0;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -60px;
    }

    [data-component=navbar] .ttip:hover .ttiptext {
        visibility: visible;
    }