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;
}

.subContent {
  padding-left: 50px;
  padding-right: 50px;
}

.current-page {
  font-weight: bold;
}

body {}

/* Glyph classes for icons */
.icon {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home::before {
  content: "\f015";
}

.icon-settings::before {
  content: "\f013";
}

.icon-user::before {
  content: "\f007";
}

.icon-mail::before {
  content: "\f0e0";
}

.icon-search::before {
  content: "\f002";
}

.icon-details::before {
  content: "\f129";
}

.icon-download::before {
  content: "\f019";
}

.icon-edit::before {
  content: "\f044";
}

.icon-delete::before {
  content: "\f1f8";
}

.icon-preview::before {
  content: "\f06e";
}

.icon-copy::before {
  content: "\f0c5";
}
