  .textLeftMenu,
  .textLeftMenu .v-list-item__title
  {
  color:#DEE9EF !important;
  }
  .textLeftMenuActiv
    {
    color:#83E2CF !important;
    }
  .backgroundLeftMenu
  {
   background-color:#083444 !important;
  }
  .iconLeftMenu
  {
  color:#DEE9EF !important;
  }
  .backgroundLeftMenu .v-navigation-drawer__content .v-list .v-list-item {
      padding-top: 20px;
  }
  
  .backgroundLeftMenu .v-navigation-drawer__content .v-list:hover,
  .backgroundLeftMenu .v-navigation-drawer__content .v-list .v-list-item--active,
  .backgroundLeftMenu .v-navigation-drawer__content .v-list .v-list-item--active::before,
  .backgroundLeftMenu > .v-list:not(.v-list--dense) .v-list__tile:focus
  {
      background-color:#9D345C;
      font-size:18px;
  }
 .slogan{
              display: inline-block;
              width: 11em;
              margin-right: 1.5em;
              font-size: .75em;
              border-right: 1px solid #DEE9EF;
              color: white !important;
              font-weight: bold;
              line-height: 1.2em;
      }
.headerText{
      color: white !important;
      margin-left:0px;
}

.v-toolbar{
      background-color: #277EAC !important;
}

.v-navigation-drawer .v-list__tile__title{
      height: auto !important;
}

.logo{
      width: 110px !important;
}
