body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn-simple,
.alert,
a,
.td-name,
td,
button.close {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
}

body {
  font-size: 15px;
  color: #575962;
}

h1,
.h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0rem;
}

h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #e3e6f0;
}

.bg-secondary {
  background-color: #6861ce !important;
}
.bg-info {
  background-color: #7cb0eb !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #5a5c69 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #373840 !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.table {
  width: 88%;
  margin-bottom: 1rem;
  margin-right: 3rem;
  color: #858796;
}

.table th,
.table td {
  padding: 0.75rem;
  align-content: center;
  vertical-align: middle;
  border-top: 1px solid #000000;
}

.table thead th {
  vertical-align: middle;
  border-bottom: 1px solid #000000;
}

.table tbody + tbody {
  border-top: 1px solid #000000;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #000000;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #000000;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.badge {
  float: right;
  padding: 0.4em 0.8em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-warning {
  background: #ffad46;
  color: #ffffff !important;
}
