/* Navbar after login */
.navbar {
    background-color: #f9B101 !important;
}

.web-footer {
    background-color: transparent !important;
    border-top: none !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 !important;
    min-height: 0 !important;
}

.web-footer .footer-info .footer-col-left {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.25em;
}

.web-footer .footer-info .footer-col-right {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.25em;
}

@media only screen and (max-width: 600px) {
    .web-footer .footer-info .footer-col-right {
        display: none !important;
    }
}

/* //Wiki style */
nav.wiki-navbar{
    padding-right: 0 !important;
}

nav.wiki-navbar .wiki-navbar-container{
    background-color: #f9B101 !important;
}

nav.wiki-navbar .wiki-navbar-container ul.navbar-nav{
    background-color: #f9B101 !important;
}

nav.wiki-navbar .wiki-navbar-container ul li.dropdown ul{
  /*  background-color: white !important;*/
}

nav.wiki-navbar .navbar-brand-container{
    background-color: #f9B101 !important;
}

nav.wiki-navbar .navbar-brand-container img {
    min-width: 141.2px !important;
    max-height: 32px !important;
    top: -13px !important;
    left: -4px !important;
}


nav.wiki-navbar .navbar-brand-container {
    max-height: 60px !important;
    top: -20px;
}
    
nav.wiki-navbar .wiki-navbar-container {
    max-height: 60px !important;
}

.wiki-navbar:not(:has(span[title="Administrator"])) ~ div.no-gutters .sidebar-options {
   /* background-color: red !important; */
   display: none !important;
}


.wiki-navbar:not(:has(span[title="Administrator"])) ~ div.no-gutters .from-markdown .wiki-options{
    /* background-color: red !important; */
    display: none !important;
 }
