.pointer{
  cursor: pointer;
}
.d-none{
  display: none;
}
.w100{
	width: 100% ! important;
}

.navbar-brand {
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
}

.navbar-brand img{
    width: 35px;
    height: 35px;
}

.sidebar-xs .logo{
	display: none;
}

.loader
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/galleriffic/2.0.1/css/loader.gif) 50% 50% no-repeat #777777b8;
    opacity: 0.8;
}

@media (min-width: 769px) {
  .sidebar-xs .header-highlight .navbar-header .navbar-brand {
    padding: 8px 10px
  }
}