md-list-item.md-3-line:before,
md-list-item.md-3-line > .md-no-style:before,
md-list-item.md-3-line,
md-list-item.md-3-line > .md-no-style {
  min-height: 0;
}

md-list md-list-item {
  /* Set ui-sref Link in list */
}
md-list md-list-item.md-no-style.md-button,
md-list md-list-item .md-no-style.md-button {
  margin: 0;
}
md-list md-list-item.active {
  background-color: rgba(158, 158, 158, 0.2);
}
md-list md-list-item.md-3-line, md-list md-list-item.md-2-line {
  min-height: 0;
}
md-list md-list-item.md-3-line > button.md-no-style,
md-list md-list-item.md-3-line > a.md-no-style, md-list md-list-item.md-2-line > button.md-no-style,
md-list md-list-item.md-2-line > a.md-no-style {
  min-height: 0;
}
md-list md-list-item.md-3-line > .md-no-style .md-list-item-text,
md-list md-list-item.md-3-line .md-list-item-text, md-list md-list-item.md-2-line > .md-no-style .md-list-item-text,
md-list md-list-item.md-2-line .md-list-item-text {
  margin: 5px 0;
}
md-list md-list-item.md-3-line > .md-no-style .md-list-item-text h3, md-list md-list-item.md-3-line > .md-no-style .md-list-item-text h4, md-list md-list-item.md-3-line > .md-no-style .md-list-item-text p,
md-list md-list-item.md-3-line .md-list-item-text h3,
md-list md-list-item.md-3-line .md-list-item-text h4,
md-list md-list-item.md-3-line .md-list-item-text p, md-list md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list md-list-item.md-2-line > .md-no-style .md-list-item-text h4, md-list md-list-item.md-2-line > .md-no-style .md-list-item-text p,
md-list md-list-item.md-2-line .md-list-item-text h3,
md-list md-list-item.md-2-line .md-list-item-text h4,
md-list md-list-item.md-2-line .md-list-item-text p {
  line-height: 1.1em;
  margin: 0;
}
md-list md-list-item md-icon.md-avatar-icon.md-accent {
  background-color: rgb(255, 82, 82);
  color: white;
}
md-list.stripped md-list-item:nth-child(2n) {
  background-color: #eee;
}
md-list.stripped .md-virtual-repeat-container {
  display: flex;
  position: initial;
}

.flex-350px {
  min-width: 350px;
}

md-list-item > p {
  margin-top: 8px;
}

.list-loading {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
}

md-list.user {
  background-color: rgb(33, 150, 243);
  color: rgb(255, 255, 255);
  padding: 0;
}
md-list.user md-list-item > md-icon, md-list.user md-icon {
  color: rgba(255, 255, 255, 0.8);
}

md-toolbar.banner {
  height: 200px;
}
md-toolbar.banner .asello-logo {
  width: 200px;
}
md-toolbar.banner .manager {
  text-transform: uppercase;
  font-size: 40px;
}

textarea {
  overflow: auto;
}

md-input-container.md-dark-theme label, md-input-container.md-dark-theme .md-input {
  text-shadow: none;
}

md-input-container.md-dark-theme:not(.md-input-invalid).md-input-focused label {
  color: white;
}

.dialog-progress {
  position: absolute;
  top: 64px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(195, 195, 195, 0.49);
}
.dialog-progress md-progress-circular {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

md-dialog {
  min-width: 240px;
}
@media (min-width: 600px) {
  md-dialog {
    min-width: 360px;
  }
}
@media (min-width: 960px) {
  md-dialog {
    min-width: 480px;
  }
}

.change-feature-dialog md-input-container {
  margin: 0;
}
.change-feature-dialog md-input-container input {
  width: 36px;
}
.change-feature-dialog md-input-container .md-errors-spacer {
  min-height: 0;
}

.tenant_details md-toolbar .tenant-icon {
  margin: 0;
  font-size: 35px;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  line-height: 48px;
}
.tenant_details md-toolbar .tenant-icon.md-accent {
  background-color: rgb(255, 82, 82);
}
.tenant_details md-toolbar h1, .tenant_details md-toolbar h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
.tenant_details md-toolbar h1 {
  font-size: 1rem;
}
.tenant_details md-toolbar h2 {
  font-size: 0.8rem;
}

@media screen and (min-width: 960px) {
  md-sidenav.md-sidenav-right {
    max-width: 600px;
    width: 600px;
  }
}
.list-header .md-subheader-inner {
  padding: 5px 16px;
  background-color: lightgray;
}

md-content > md-list {
  padding: 0;
}

.row-number {
  align-self: stretch;
  margin-left: -16px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  margin-right: 8px;
}
.row-number .row-number-element {
  padding: 2px;
  font-size: 75%;
}

md-list-item.header {
  background-color: #444;
  color: white;
}
md-list-item.header md-icon {
  color: white;
}

md-list-item.user-row {
  min-height: 0;
  height: 40px;
  padding: 0;
}

.ng-table-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ng-table-pagination li {
  display: inline-block;
  margin: 0 5px;
}
.ng-table-pagination li.active a {
  color: red;
}

.ng-table-counts button.active {
  color: red;
}

.md-toolbar-tools md-checkbox {
  margin-top: auto;
  margin-bottom: auto;
}

.list-header a {
  text-decoration: underline;
  color: rgb(21, 101, 192);
  cursor: pointer;
}

.list-header.sub-header .md-subheader-inner {
  background-color: #f1f1f1;
}

.md-3-line.reseller {
  background-color: lightgray;
}

/*# sourceMappingURL=app.css.map */