﻿.header__navbar {
    height: 11vh;
    border-top: .001rem solid grey;
    border-bottom: .001rem solid grey;
    box-shadow: 0 4px 5px -2px lightgray;
    position: relative;
    z-index: 999;
}

.icon__bars {
    margin-left: 15px;
    margin-right: 15px;
}

.icon__bars:hover {
   cursor:pointer;
}

    .icon__bars > i {
        color: black;
    }

.scriberyte__logo {
    width: 150px;
}

.box {
    background-color: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 2px 4px 2px 4px;
    border: 0.001rem solid gray;
    margin-left: 40px;
    margin-right:5px;
}

    .box > i {
        padding-left: 8px;
        color: lightslategray;
    }

    .box > input {
        flex: 1;
        height: 25px;
        border: none;
        outline: none;
        font-size: 14px;
        padding-left: 10px;
    }

.active__itemtype{
    background-color:gainsboro;
    border-radius:5%;
}

.my__notes> i{
    color: blue;
}


.my__templates > i {
    color: green;
}


.my__phrases > i {
    color: gold;
}

.my__notes:hover, .my__templates:hover, .my__phrases:hover{
    cursor:pointer;
}

.collab__notification:hover {
    cursor: pointer;
}

.dateicon{
    font-size:12px;
}


.userimage {
    height: 40px;
    width: 40px;
    
}

.loginuser-name{
    font-size:15px;
}

.spn__userimage > img {
    border-radius: 60%;
}
.btn:focus, .btn-shortcutkeys:focus {
    outline: none !important;
    box-shadow: none;
}
/* new top bar */
.nav-bar-bottom {
    /*width: 100%;*/
    padding: 10px 0 5px;
}

    .nav-bar-bottom .navbar-lists {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .nav-bar-bottom .navbar-lists .list {
            display: inline-block;
            padding-right: 20px;
            font-size: 14px;
            font-weight: 500;
            position: relative;
        }

            .nav-bar-bottom .navbar-lists .list::after {
                top: 30%;
                right: 10px;
                bottom: auto;
                left: auto;
                position: absolute;
                content: '';
                width: 1px;
                height: 14px;
                background-color: #000;
            }

            .nav-bar-bottom .navbar-lists .list a {
                color: #000;
                text-decoration: none;
            }

                .nav-bar-bottom .navbar-lists .list a:active {
                    color: blue;
                }
            .nav-bar-bottom .navbar-lists .list:last-child::after {
                content: none;
            }
@media (min-width: 1499px) {
    .nav-bar-bottom .navbar-lists .list {
        display: inline-block;
        padding-right: 20px;
        font-size: 14px;
        font-weight: 500;
        position: relative;
    }
}

/* top nav bar */


.navbar__top {
    width: 100%;
    vertical-align: middle;
    /*padding: 6px 12px;*/
    text-align: center;
    background: rgb(95, 158, 160, 0.2);
}

.navbar-logo {
    display: inline-block;
    vertical-align: middle;
}

.user-profile {
    display: inline-block;
    text-align: right;
    max-width: 100px;
    vertical-align: middle;
    text-align: center;
}

.sidebar__header__span {
    display: grid;
    margin: 10px;
    width: 100%;
}