/* trackpipe/public/css/band_navbar.css */
/* Band nav bar for merch tab */
#band-navbar {
    background: #f2f2f2; /* overridden by design rules */
    background-color:rgba(0,0,0,0.05);
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

.fb #band-navbar {
    margin: 0px -30px 35px 0px;
    padding: 0 0 0 0px;
    width:765px;
}

#band-navbar.hide-desktop {
    display: none;
}

#band-navbar > li {
    display: inline-block;
    margin: 0 4px 0 0;
}

#band-navbar > li a {
    display: inline-block;
    line-height: 36px;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 15px 0;
    border-top: 0px solid #000;
}

#band-navbar > li a.active {
    border-top-width: 2px;
    padding-top: 0;
}

#band-navbar > li a:hover {
    text-decoration: none;
    border-top-width: 2px;
    padding-top: 0;
}

#band-navbar .edit,
#band-navbar .right-justify {
    float: right;
    margin: 0;
}

#band-navbar .edit a {
    font-size: 12px;
    font-weight: normal;
    border-top-width: 0;
}

#band-navbar .edit a:hover {
    border-top-width: 0;
    padding-top: 2px;
}

#band-navbar .dot {
    width: 8px;
    height: 8px;
    background: #f9780a;
    border-radius: 4px;
    box-shadow: 0 0 2px 1px rgba(255,255,255,0.5);
    display: inline-block;
    margin-left: 4px;
}

.invertIconography #band-navbar .dot {
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.4);
}

