html {
  font-size: 14px;
}

.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;*/
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-xs {
    padding: 0.15rem 0.4rem;
    font-size: 0.7rem;
    line-height: 1.4;
    border-radius: 0.2rem;
}

.badge-xs {
    padding: 0.15rem 0.4rem;
    font-size: 0.7rem;
    font-weight: 500;
}

.card-header .btn-sm {
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.feather.icon-xs {
    width: 12px;
    height: 12px;
}

.feather.icon-sm {
    width: 14px;
    height: 14px;
}

.card .table td, .card .table th {
    padding: 0.5rem;
}

.page-header {
    padding: 1rem 0;
}

.card {
    margin-bottom: 1rem;
}

.breadcrumb-item i {
    font-size: 12px;
}

.table th, .table td {
    font-size: 0.8125rem;
    vertical-align: middle;
}

.card-header h5 {
    font-size: 1rem;
    margin: 0;
}

.table td .btn {
    margin: 0 2px;
}