.dib-history {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch; }
  .dib-history__entry {
    display: grid;
    grid-template-columns: 1fr 4fr; }
    .dib-history__entry__date .time {
      position: sticky;
      top: 10px;
      display: block;
      box-sizing: border-box;
      width: 100%;
      padding: 1.6rem 2rem 1rem 1rem;
      text-align: right;
      font-family: "Roboto", sans-serif;
      font-size: .75rem;
      font-weight: 500;
      text-transform: uppercase; }
      .dib-history__entry__date .time::after {
        position: absolute;
        right: -6px;
        top: 29px;
        display: block;
        content: "";
        width: 6px;
        height: 6px;
        background: #0b8793;
        border-radius: 6px;
        border: 2px solid #fafafa; }
    .dib-history__entry__activities {
      padding: 1rem 1rem 1rem 2rem;
      border-left: 2px solid #dcdcde; }
      .dib-history__entry__activities__headline {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: stretch;
        font-family: "Roboto", sans-serif;
        font-size: .75rem;
        font-weight: 500;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.54); }
        .dib-history__entry__activities__headline .user {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center;
          align-content: stretch;
          padding: .2rem .8rem .2rem .2rem;
          margin: 0 .5rem;
          border-radius: 24px;
          color: #586f7c;
          background: rgba(88, 111, 124, 0.24); }
          .dib-history__entry__activities__headline .user md-icon {
            margin-right: .2rem;
            color: rgba(88, 111, 124, 0.36); }
        .dib-history__entry__activities__headline .asset {
          display: inline-block;
          height: 30px;
          padding: 0 .8rem 0 .8rem;
          margin: .2rem .2rem .2rem .5rem;
          background: #fefefa;
          border-radius: 24px;
          line-height: 30px;
          font-family: "Roboto", sans-serif;
          font-size: .75rem;
          font-weight: 500;
          text-transform: uppercase;
          color: #0b8793;
          background: rgba(11, 135, 147, 0.24); }
      .dib-history__entry__activities__group {
        margin: 1rem 0 2rem 0;
        padding: .5rem .5rem;
        background: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
        border-radius: 4px; }
        .dib-history__entry__activities__group .activity {
          margin: .5rem 0; }
          .dib-history__entry__activities__group .activity .action {
            display: inline-block;
            height: 30px;
            padding: 0 .2rem 0 .8rem;
            margin: 0 .2rem 0 0;
            background: #fefefa;
            border-radius: 24px;
            line-height: 30px;
            font-family: "Roboto", sans-serif;
            font-size: .75rem;
            font-weight: 500;
            text-transform: uppercase; }
            .dib-history__entry__activities__group .activity .action--delete {
              color: #d62828; }
            .dib-history__entry__activities__group .activity .action--create {
              color: #20bf55; }
            .dib-history__entry__activities__group .activity .action--set {
              color: #22aed1; }
            .dib-history__entry__activities__group .activity .action--update {
              color: #f77f00; }
          .dib-history__entry__activities__group .activity .field {
            line-height: 30px;
            font-family: "Roboto", sans-serif;
            font-size: .75rem;
            font-weight: 500; }
          .dib-history__entry__activities__group .activity .record {
            display: inline-block;
            background: #fefefa;
            border-radius: 24px;
            font-family: "Roboto", sans-serif;
            font-size: .75rem;
            font-weight: 500;
            color: #0b8793; }
          .dib-history__entry__activities__group .activity .old-value {
            display: inline-block;
            height: 30px;
            padding: 0 .8rem 0 .8rem;
            margin: .2rem .2rem .2rem 0;
            background: #fefefa;
            border-radius: 24px;
            line-height: 30px;
            font-family: "Roboto", sans-serif;
            font-size: .75rem;
            font-weight: 500;
            text-transform: uppercase;
            color: #586f7c;
            background: rgba(88, 111, 124, 0.24); }
          .dib-history__entry__activities__group .activity .new-value {
            display: inline-block;
            height: 30px;
            padding: 0 .8rem 0 .8rem;
            margin: .2rem .2rem .2rem 0;
            background: #fefefa;
            border-radius: 24px;
            line-height: 30px;
            font-family: "Roboto", sans-serif;
            font-size: .75rem;
            font-weight: 500;
            text-transform: uppercase;
            color: #20bf55;
            background: rgba(32, 191, 85, 0.24); }
            .dib-history__entry__activities__group .activity .new-value--img {
              display: block;
              width: 300px;
              height: 300px;
              margin: 1rem 0;
              padding: 0;
              background: none; }
              .dib-history__entry__activities__group .activity .new-value--img img {
                border-radius: 3px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.54); }
            .dib-history__entry__activities__group .activity .new-value--date {
              text-transform: none; }
          .dib-history__entry__activities__group .activity .alert-delete {
            background: rgba(214, 40, 40, 0.24);
            border-radius: 3px; }
            .dib-history__entry__activities__group .activity .alert-delete .action {
              background: none; }
            .dib-history__entry__activities__group .activity .alert-delete .record {
              background: none; }
          .dib-history__entry__activities__group .activity md-icon {
            margin-top: -4px; }
            .dib-history__entry__activities__group .activity md-icon.delete {
              color: #d62828; }
  .dib-history--no-results {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    height: 100%; }
  .dib-history__no-results {
    background: rgba(255, 255, 255, 0.94);
    padding: 2.5rem 4rem;
    border-radius: .8rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 300;
    color: #586f7c; }

/**
To override the angular material styles if need be
*/
.header-dropdown input {
  font-size: 15px !important;
  font-weight: bold !important; }

md-autocomplete[md-floating-label] .md-show-clear-button button {
  top: 6px; }

.dib-grid-tree-child-node .nodelineindentChild {
  width: 27px; }

.dib-tree-grid-children > .md-button {
  padding: 0px !important;
  margin: 0px !important; }

.dib-tree-grid-children > .md-button:not([disabled]):hover {
  background: none !important; }

.dib-tree-grid-children > .md-button {
  padding: 0px !important;
  margin: 0px !important; }

.dib-tree-grid-children ng-form {
  padding-left: 10px !important;
  min-height: 53px; }

.cypher-white {
  background-color: white; }

.signature {
  border: 1px dashed lightgray;
  cursor: pointer; }

.monthly-total {
  width: 80px;
  display: inline-block; }

.dib-main-menu-item:hover md-icon {
  padding-right: 3px;
  padding-left: 9px; }

.dib-main-menu-item md-icon {
  padding-right: 12px;
  transition: width 0.5s; }

[dib-disable=true] {
  background-color: white !important;
  color: #ddd !important;
  opacity: 0.6; }
