﻿.view #navbar {
    z-index: 180;
    height: 55px;
    display: block;
    left: 0;
    right: 0;
    position: relative;
    padding: 5px 3px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    border-top: 1px solid #9a9899;
background-color:#ECECEC;color: #5f5f5f;

}
    .view #navbar a {
        overflow: hidden;
        display: block;
        height: 100%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 3px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 30px;
        line-height: 70px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
    }

        .view #navbar a.button {
            color: black;
        }

    .view #navbar .icon:not(.button):before {
        display: block;
        position: relative;
        top: 2px;
        left: 0;
        font-size: 23px;
        margin: auto;
        width: 100%;
        margin-bottom: 5px;
    }
        .view #navbar > a.pressed:not(.button), .view #navbar > .activate  {
          background-color: #dfdfdf;
color: #5f5f5f;
        }

        .view #navbar > a.icon.pressed:not(.button):before {
            color: inherit;
        }
