.branding {
    width: 100%;
    overflow-x: hidden;
    display: block;
    position: relative;
    background: #f3f3f3;
}

.branding a.slide {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.branding a.slide img {
    max-width: 10000px;
}

.menu-labels {
    height: 32px;
}

.pressable {
    display: inline-block;
}

.record-branding {
    width: 100%;
}

.record-branding img {
    width: 100%;
}

.navbar-stream {
    margin: 0;
    width: 100%;
    z-index: 100;
    min-height: 43px;
    border-radius: 0;
    position: sticky;
    top: 0;
    padding: 0;
}

.navbar-stream .top-nav li {
    list-style: none;
}

.navbar-stream .top-nav {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin: 12px;
    padding: 0;
}

.navbar-stream .top-nav .menu-search {
    max-width: 400px;
    flex: 1;
    margin-right:5px;
}

.navbar-stream .pressable {
    display: inline-block;
    padding: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 14px;
    color: #000;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: none;
    background-color: #fff;
    position: relative;
    border: 1px solid #c7c7c7;
    margin: 0 5px;
    border-radius: 3px;
}

.navbar-stream .pressable:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #666;
}
.navbar-stream .share-alt-button,
.navbar-stream .create-record-button {
    padding:0 8px;
    line-height: 32px;
    font-size: 14px;
    font-weight: normal;
}

.form-control.has-icon {
    padding-left: 30px
}

.form-control-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    left: 0;
    width: 34px;
    font-size: 14px;
    color: var(--grey-800);
    align-items: center;
    justify-content: center;
    pointer-events: none;

}

.navbar-stream .pressable.active {
    background: #00BE8B;
    color:white;
}

.navbar-stream .filter-network-img {
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-stream .filter-network-img svg{
    flex: 1;
}

.navbar-stream .filter-network-img:hover {
    opacity: .6;
}

.navbar-stream .filter-network-img:hover img {
    opacity: .7;
}

.navbar-stream .filter-network-img.active,
.filter-network-img:active img {
    opacity: .65;
}

.navbar-stream .brand, li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    transition: all 0.3s ease;
}

.navbar-stream .brand, li > a:hover {
    transition: all 0.3s ease;
}

.navbar-stream .divider-vertical {
    border-left: 1px solid #f3f3f3;
    margin: 0 8px;
    width: 1px;
    height: 40px;
}

.navbar-stream .divider-horizontal {
    clear: none;
    display: none;
}

@media (max-width: 600px) {
    .navbar-stream li.divider-vertical {
        display: none;
    }

    .navbar-stream .divider-horizontal {
        display: block !important;
    }

    .navbar-stream .divider-horizontal:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
}

.navbar-stream ul.nav {
    text-align: left;
}

.navbar-stream ul.nav li.dropdown > a {
    padding: 4px;
    color: #999;
    text-shadow: 0 1px 0 #555 !important;
}

.navbar-stream ul.nav li.active > a,
.navbar-stream ul.nav li.open > a,
.navbar-stream ul.nav li.active > a:hover {
    background-color: #000 !important;
}


.tb-follow a {
    color: black;
    line-height: 11px;
}

.tb-follow a:hover {
    color: black;
}