/* Fonts
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Regular.ttf');
}
@font-face {
  font-family: 'SourceSansProBold';
  src: url('../fonts/SourceSansPro-Bold.ttf');
}
*/
#films-search-input {
  max-width: 30rem;
  flex: 1;
}
#disabled-films .poster {
  height: 12rem;
}
#results-wrap {
  font-size: 0;
}
.no-results {
  font-size: 14px;
}
.item {
  font-size: 14px;
  margin-bottom: 5rem;
  text-align: center;
  width: 16.6666%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 374px) {
  .item {
    padding: 0 0.5rem;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .item {
    padding: 0 0.75rem;
  }
}
@media (min-width: 768px) {
  .item {
    padding: 0 1.5rem;
  }
}
.item a {
  display: block;
}
.item a:hover {
  text-decoration: none;
}
.item a:hover .title,
.item a:hover .info {
  /*color: @secondary-color-highlight;*/
  color: #e94e2c;
}
.item .title {
  white-space: nowrap;
  overflow: hidden;
  font-size: 120%;
  /*font-weight: bold;*/
  /*color: @text-color-main;*/
  color: white;
  transition: color 0.3s;
  margin: 1.5rem 0 0;
}
.item .image {
  width: 100%;
  border: none;
  transition: filter 0.3s;
}
.item a:hover .image {
  -webkit-filter: saturate(130%) contrast(110%) brightness(105%);
  filter: saturate(130%) contrast(110%) brightness(105%);
}
.pager-wrap {
  clear: both;
  font-size: 14px;
}
@media (max-width: 1600px) {
  .item {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .item {
    width: 33.3333%;
  }
}
@media (max-width: 600px) {
  .item {
    width: 50%;
  }
}
html,
body {
  font-size: 14px;
}
header,
footer {
  background-color: #161616;
}
a {
  text-decoration: none;
  color: #e94e2c;
}
input[type=file] {
  display: inline-block;
}
body .navbar .nav-item a.active {
  color: #e94e2c;
  font-weight: 600;
}
.section {
  background-color: #2c3034;
  border: 1px solid #3a3f44;
  border-radius: 6px;
  padding: 1.25rem 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}
.new-section {
  margin-top: 1.5rem;
}
.section-sub {
  margin-bottom: 1.5rem;
}
.actions {
  margin-top: 1rem;
}
table th,
table td {
  padding: 0.35rem 0.6rem;
}
a.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #bbb;
  font-size: 0.875rem;
}
a.back-link:hover {
  color: #fff;
}
.dl-horizontal dt {
  white-space: normal;
}
.one-line {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ok {
  color: #22c55e;
}
.error {
  color: darkred;
}
.danger {
  display: inline-block;
}
.field {
  margin-bottom: 1.25rem;
}
.field > label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.field input[type=text],
.field input[type=number],
.field input[type=date],
.field input[type=email],
.field input[type=password],
.field textarea {
  display: block;
  width: 100%;
  max-width: 480px;
  padding: 0.4rem 0.65rem;
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 4px;
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input[type=text]:focus,
.field input[type=number]:focus,
.field input[type=date]:focus,
.field input[type=email]:focus,
.field input[type=password]:focus,
.field textarea:focus {
  border-color: #4a7fc1;
  box-shadow: 0 0 0 0.2rem rgba(74, 127, 193, 0.25);
  outline: none;
}
.field select {
  display: block;
  width: 100%;
  max-width: 480px;
  padding: 0.4rem 0.65rem;
  background-color: #2c3034;
  border: 1px solid #555;
  border-radius: 4px;
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field select:focus {
  border-color: #4a7fc1;
  box-shadow: 0 0 0 0.2rem rgba(74, 127, 193, 0.25);
  outline: none;
}
.field select option {
  background-color: #2c3034;
  color: #fff;
}
.field input[type=date],
.field input[type=text].number,
.field input.small {
  max-width: 15rem;
}
.field textarea {
  max-width: 100%;
  min-height: 120px;
  resize: vertical;
}
.ui-widget-content {
  color: #888 !important;
}
.btn-primary {
  --bs-btn-bg: #4a7fc1;
  --bs-btn-border-color: #4a7fc1;
  --bs-btn-hover-bg: #3a6ba8;
  --bs-btn-hover-border-color: #3a6ba8;
  --bs-btn-active-bg: #325d92;
  --bs-btn-active-border-color: #325d92;
  --bs-btn-disabled-bg: #4a7fc1;
  --bs-btn-disabled-border-color: #4a7fc1;
}
#login-submit {
  --bs-btn-bg: #e94e2c;
  --bs-btn-border-color: #e94e2c;
  --bs-btn-hover-bg: #ee755a;
  --bs-btn-hover-border-color: #ee755a;
  --bs-btn-active-bg: #701e0c;
  --bs-btn-active-border-color: #701e0c;
}
.footer {
  position: absolute;
  font-size: 0.9rem;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 30px;
}
