@media only screen and (min-width: 0px){
    .navbar-fixed {
        height: 64px;
    }
    nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
        height: 64px;
        line-height: 64px;
    }
}

.sidenav {
  z-index: 9999999
}


.brand-logo {
  top: 16%;
  left: 64px;
  width: 240px;
  height: 46px;
  text-indent: -5000px;
  background: url("/public/img/af-white-horizontal.svg") no-repeat;
  background-size: contain;
}

.main-nav-afLogo{
    display: none
}

.only-mobile{
    display: none;
}

@media only screen and (max-width: 993px){
    .main-nav-afLogo{
        display: none
    }

    .only-mobile{
        display: inline-block;
    }
}

#main-nav-theme {
/*  background: linear-gradient(0deg,#0F5996,#0061BF) !important;*/
  background-color: #fff !important;
}

.nav-wrapper.teal.lighten-3 {
  background-color: #F8953D !important;
}

.card-move-up .move-up {
  padding: 20px;
}

.theme-iconnav-color {
  color: #F8953D !important
}

.userView {
    background-color: #F8953D !important;
    padding: 10px;
}