ui-view{flex:1}

app-team-list .app-team-list--avatar{display:flex;justify-content:center}app-team-list ul.app-team-list--members{list-style:none;display:flex;margin:5px 10px 0;padding-inline-start:0}app-team-list ul.app-team-list--members sui-avatar div.sui-avatar{border:3px solid #ffffff;margin-left:-8px}app-team-list ul.app-team-list--members .app-team-list--members-add{text-decoration:none}app-team-list ul.app-team-list--members .app-team-list--members-add:hover .avatar{background:#295D99}app-team-list ul.app-team-list--members .app-team-list--members-add .avatar{align-items:center;border-radius:50%;border:3px solid #ffffff;font-size:16px;background:#3475C1;color:#FFF;text-align:center;margin-left:-8px;position:relative;z-index:2;display:inline-flex;justify-content:center;width:32px;height:32px}app-team-list .sui-avatar-32 div.sui-avatar{height:32px;width:32px}.bth-empty--teams{background-image:url(5a7f866151347c5b95067ca48124c0f4.svg);background-size:250px;padding-top:210px}.bth-empty--members{padding:28px}

/* Master Styles */
html, body {
  overflow: hidden;
}

.app-container {
  display: flex;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
}

.app-container .app-container--menu {
  display: flex;
}

.app-container--wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex: 1;
}

.app-container--wrapper .app-container--content {
  padding: 0;
}

.lines-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.one-line {
  -webkit-line-clamp: 1;
}

.two-lines {
  -webkit-line-clamp: 2;
}

.three-lines {
  -webkit-line-clamp: 3;
}

.flex-fill {
  display: flex;
  flex: 1 1 auto;
}

.bth-loader--backdrop {
  position: absolute;
}

@media (min-width: 992px) {
  .row.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}

.bth-card__body {
  position: relative;
}

.bth-card--fill {
  height: calc(100vh - 100px);
}

/* ui-view.ng-enter, ui-view.ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  transition: all .25s ease-in-out;
}

ui-view.ng-enter {
  opacity: 0;
}

ui-view.ng-enter-active {
  opacity: 1;
}

ui-view.ng-leave {
  opacity: 1;
}

ui-view.ng-leave-active {
  opacity: 0;
} */

.btn.btn-edit:before {
  content: "\f040";
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 11px;
  margin-top: -3px;
  vertical-align: middle;
}

.nav-tabs.nav-stacked>li>a>i:first-child {
  margin-right: 12px;
}

.input-group-search {
  width: 100%;
}

.input-group-search>input.form-control {
  padding-left: 32px;
}

.input-group-search:before {
  color: #e1e3e6;
  content: 'search';
  font-family: Material Icons;
  font-size: 22px;
  left: 8px;
  position: absolute;
  text-rendering: auto;
  top: 2px;
  z-index: 10;
}

.sui-table--flat {
  border: 0;
}

.sui-table--flat>thead>tr>th, .sui-table--flat>tbody>tr>td {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

