[v-cloak],
div.visible_search {
    display: none;
}
img {
    height: 30px;
    width: auto;
}
img.navbar_icon {
    margin-right: 1rem;
}

li {
    position: static;
}
li.bugs_link a {
    color: rgb(11, 192, 187);
    transition: 0.5s;
}
li.bugs_link a:hover {
    color: #fff;
    background-color: transparent;
}
a.brand {
    margin-left: 1rem;
}
p.navbar_text,
.navbar-nav {
    margin: 0;
}
.onstellar_navbar {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    top: 0;
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: rgb(19, 19, 19);
    z-index: 3;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-start {
    justify-content: start !important;
}
.flex-row {
    flex-direction: row !important;
}
.ml-auto {
    margin-left: auto;
}
.pull-left > .sidebar-container,
.pull-left > .hidden-xs,
.pull-left > .navbar_items > .navbar_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
    font-weight: bold;
    color: #fff;
    transition: 0.5s;
}
.pull-left > .sidebar-container > .fa-ellipsis-v:hover {
    color: rgb(11, 197, 182);
}
.pull-left > .navbar_items > .navbar_item:hover > .navbar_text, .curr-page {
    border-bottom: 2px solid rgb(11, 197, 182);
    padding-bottom: 3px;
}
.sidebar-container > .fa-ellipsis-v {
    font-size: 2rem;
    color: rgb(59, 59, 59);
    cursor: pointer;
    transition: 0.5s;
}
#search-input {
    width: 100%;
    margin-top: 2rem;
    background-color: #222222 !important;
    color: #fff;
    border: 0;
    padding: 2rem 0 2rem 50px;
}
a.dropdown-toggle {
    color: rgb(11, 197, 182);
    transition: 0.5s;
}
a.dropdown-toggle:hover,
a.dropdown-toggle:focus,
.dropdown:hover,
.dropdown:focus {
    background-color: transparent !important;
    color: #fff;
}
#sidebar {
    height: 100%;
    min-width: 250px;
    max-width: 250px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #000f16;
    overflow-x: hidden;
    padding-top: 3rem;
    transition: 0.2s;
}
#sidebar a {
    padding: 1rem;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
}
#sidebar a:hover {
    color: rgb(11, 197, 182);
}
#sidebar .closeBtn {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 2rem;
    margin-left: 1rem;
}
.sidebar_toggler {
    display: flex;
    border: 0;
    background-color: transparent;
    font-size: 2.5rem;
    /*font-size: 0.5rem;*/
    color: rgb(125, 120, 120);
    outline: 0;
    transition: 0.5s;
}
.sidebar_toggler:hover {
    color: rgb(11, 197, 182);
}
a.user-menu span.hidden-xs {
    margin-left: 0.5rem;
}
.fa-bug {
    font-size: 1.8rem;
}
.pull-left,
.pull-right {
    height: 100%;
}
.pull-left {
    width: 100%;
}
.navbar_items {
    display: flex;
}
.right_list li {
    margin: 0 0.5rem;
}
span.label {
    font-size: 95%;
}

img.left_menu_icons {
    width: 25px;
    height: 25px;
    margin: 0 6px 0 2px;
}

span.user_fullname {
    margin-left: 6px;
}


@media (max-width: 400px) {

    img.navbar_icon, li.navbar_item a img {
        /*margin: 0 0.5rem;*/
    }

    .sidebar_toggler {
        font-size: 1.2rem;
    }
    .pull-left > .sidebar-container, .pull-left > .navbar_items > a.navbar_item
     {
        margin: 0 0 0 0.35rem;
    }
    /*.pull-right > .sidebar-container, .pull-right > .navbar_items > a.navbar_item
    */
    ul.nav li.dropdown
    {
        margin: 0 0.08rem 0 0.22rem;
    }
}

@media (max-width: 1200px) {
    .pull-left > .sidebar-container,
    .pull-left > .navbar_items > .navbar_item {
        margin: 0 0.5rem;
        font-size: 1.2rem;
    }
    .dropdown-menu {
        top: 6rem;
    }
    .nav > li > a {
        padding: 5px;
    }
    .search_input_wrapper .fa-search {
        left: -138px !important;
    }
    .fa-bug {
        font-size: 1.2rem;
    }
    .navbar_text,
    #search-input,
    .search_icon,
    .navbar-form {
        display: none;
    }
    div.visible_search {
        display: block;
    }
    .right_list img,
    img.navbar_icon {
        height: 20px;
    }
}
