html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.login-body {
    align-items: center;
    flex-direction: column;
    display: flex;
    height: 100vh;
    justify-content: center;
    background-color: #e9ecef;
}

/* Override editor cell with for datatables on panel admin page  */
.panel-admin * #ejbeatycelledit {
    width: 60px;
}

.panel-admin * .top-level-panel-admin-container {
    max-width: 1200px;
}

.panel-admin * td.dt-body-right::before {
    content: "$";
}

.panel-admin * .edit-controls {
    padding: 2px;
}