body, html {
  height: 100%;
}


.bg {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.limit-width {
  max-width: 500px !important;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
}

@media only screen and (min-height:600px) {
  .vertical-center {
    align-items: center;
  }
}

.login-form {
  max-width: 300px !important;
  margin: 40px auto;
}

@media (max-width: 992px){
.mobile-hide {
    display: none;
  }
}

.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.avatar {
  width: 150px;
  height: 150px;
  margin: -65px auto 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgb(98, 114, 140);
  background-image: url('/static/attendance/img/logo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.avatar-small {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 800px) and (min-width: 560px) {
  .avatar-small {
    display: none;
  }
}

.avatar-protect {
  margin-top: 75px;
}

.list-group-item {
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  min-height: 50px;
}

.list-group {
  text-align: left !important;
}

.certificate {
  border-radius: 45px;
  font-size: 30px;
  padding: 12px 12px;
  background-color: #DAA520;
  color: #fff;
}

.certificate i {
  width: 33px;
  height: 30px;
}

.th-inner:empty {
  padding: 0 !important;
}

.fht-cell {
  margin: 5px;
  margin-top: -5px;
  /* padding-bottom: .75rem; */
}

.limit-td {
  max-width:12rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
