@charset "UTF-8";

body {
  font-family: 'Fira Sans Condensed', sans-serif;
}
.yellow {
  background-color: #fffde7;
}
.table-small {
  font-size: 0.8rem;
  line-height: 1.2;
}
.table-small td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-center thead th {
  white-space: nowrap;
  vertical-align: middle;
}
.table-center tbody td {
  vertical-align: middle;
}
.table tbody .label:first-child {
  width: 10%;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
}
.text-muted a {
  color: inherit;
}
.custom-file-label::after {
  content: 'Выбрать'
}
.show {
  display: block !important;
}
.modal {
  background: rgba(0,0,0,0.5);
}
.navbar-avatar {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: -0.5rem 1rem -0.5rem 0;
  padding: 0.4rem 0;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}
.navbar-avatar:hover,
.navbar-avatar:focus {
  text-decoration: none;
}
.navbar-avatar:hover .navbar-avatar__preview,
.navbar-avatar:focus .navbar-avatar__preview{
  background-color: #fff;
}
.navbar-avatar__preview {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 42px;
  background-color: #dee2e6;
  text-align: center;
  margin-right: 15px;
  transition: background-color 150ms linear;
}
