@import url("/static/home/css/font-awesome.min.css");

@font-face {
    font-family: Lato;
    src: url('/static/fontawesome/fonts/Lato-Regular.ttf') format('truetype')
}
h1 {
    font-family: Lato, 'Calibri', sans-serif;
    font-size:24px;
    font-weight:normal;
}
body, p, a, div, th, td {
    font-family: Lato, 'Calibri', sans-serif;
}
.scroll {
    max-height: 480px;
    overflow-y: auto;
}
.scroll-tall {
    max-height: 640px;
    overflow-y: auto;
}
.list-group-item {
    padding: 5px 10px
}
.is-disabled {
  color: #111;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.logo-img {
    max-height: 64px;
}
input, select {
    max-width: 180px;
}
.nav-link {
    font-family: Lato, sans-serif;
    font-size: 20px;
}
.toggle-mode {
    width:48px;
}
.trash {
    color: #ff3d00;
}

.logo {
    height:64px;
}
#bdsEnable {
    font-size: 24px;
}
.home-nav {
    font-size:18px;
}
.badge {
    font-family: Lato, 'Calibri', sans-serif;
    font-size:12px;
}