.s-site-logo-img {
  content: url(./images/logo-aep-240.png);
}

#s-LoginPage {
  background-image: url(./images/bg.jpg);
  background-size: cover;
}

.s-DecimalEditor{
  text-align: right;
}
.s-IntegerEditor{
  text-align: right;
}

.favorite-views {
  float: unset !important;
  margin-left: auto;
}

.header-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.grid-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-text {
  flex: 1 1 auto;
  text-align: left;
}

/* Header Toggle: Category wrapper styles */
.category {
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: 10000px;
}

.category.collapsed {
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
}