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;
}

detailsheader {
    display: flex;
    align-items: baseline;
    /* Remove the next line if you want the span to appear next to the h1 */
    margin-top: 10px;
    margin-bottom: 10px;
}

body .e-upload-drag-hover {
    outline: 2px dashed green;
}

.e-tbar-btn#InsertAfterImport {
    background: #0B5ED7;
    color: rgba(255, 255, 255);
    margin: 4px;
    box-shadow: 0 0 0 4px rgba(49,132,253,.5)
}

.e-tbar-btn:hover#InsertAfterImport {
    background: #0B5ED7;
    color: rgba(255, 255, 255);
    margin: 4px;
    box-shadow: 0 0 0 4px rgba(49,132,253,.5)
}

.input-group-btn.input-space {
    padding-left: 15px;
}

.e-toolbar {
    min-height: 40px;
}

.w-90 {
    width: 90%;
}
