.min-vh-80 {
  min-height: 80vh !important
}

.min-vh-60 {
  min-height: 60vh !important
}

.w-60px {
  width: 60px !important;
}

.w-80px {
  width: 80px !important;
}

.w-100px {
  width: 100px !important;
}


table {
  & th.sno {
    width: 2rem;
  }
  & th.date {
    width: 6rem;
  }
  & th.datetime {
    width: 160px;
  }
  & th.sequence {
    width: 4rem;
  }
  & th.status {
    width: 4rem;
  }
  & th.comment {
    width: 16rem;
  }
  & th.boolean {
    width: 70px;
  }
  & th.user {
    width: 100px;
  }
  & th.actions {
    text-align: center;
    padding-top: 1px;
    padding-bottom: 2px;
  }
  & th.actions-1 {
    width: 6rem;
  }
  & th.actions-2 {
    width: 10rem;
  }
  & th.actions-3 {
    width: 12rem;
  }

  & th.address {
    width: 18rem;
  }
}


/* display element properties */
.element-property_long {
  display: inline-block;
  width: 12rem;
  margin-right: 1rem;
  font-weight: 300;
}

.element-property_short {
  display: inline-block;
  width: 2rem;
  margin-right: 1rem;
  font-weight: 300;
}
