html {
  height: 100%;
}

.container-user {
  margin-top: 100px;
  flex: 1 0 auto;
}

.footer__user {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  line-height: 60px;
}

.body__user {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.navbar-brand {
  color: white;
}

.company__player {
  width: 100%;
}

.audio__col {
  width: 450px;
}

.table__numlists th {
  white-space: nowrap;
  text-align: center;
}

.payer_man_icon {
  font-size: 1.5rem;
}
.payer_man_icon-disable {
  color: red;
}

.popover {
  max-width: none;
  padding: 0;
}

.popover-body {
  padding: 0;
}

.popover-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.auth_background {
  background-color: #3EAAE8 !important;
}

.table-fixed {
  table-layout: fixed;
  width: 100%;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

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