.debug {
  border: 1px solid red;
}

.jazzmin-page {
  background: #ffffff;
}
.jazzmin-page .login-logo img {
  width: 250px;
}
.jazzmin-page .card-body {
  background: #9b82aa;
  color: #3a2546;
}

a.dropdown-item:active {
  background-color: #9b82aa !important;
  color: #ffffff !important;
}

.content-wrapper {
  background-color: #ffffff;
}

.brand-image {
  width: auto !important;
  height: 40px !important;
  border-radius: 0 !important;
}

a {
  color: #3a2546 !important;
  font-weight: bold;
  duration: 0.2s;
}
a:hover {
  color: #9b82aa !important;
}

[class*=sidebar-dark-] {
  background-color: #3a2546;
}
[class*=sidebar-dark-] a {
  color: #ffffff !important;
}
[class*=sidebar-dark-] a:hover {
  color: #f5e673 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}

.btn-success {
  background-color: #f5e673;
  border-color: #f5e673;
  color: #000000 !important;
  font-weight: bold;
}

.btn-info, .btn-secondary {
  background-color: #73cbcd;
  border-color: #73cbcd;
  color: #000000 !important;
  font-weight: bold;
}

.btn-primary, .btn-danger {
  background-color: #3a2546;
  border-color: #3a2546;
  color: #ffffff !important;
  font-weight: bold;
}

.select2-results__option--highlighted {
  background-color: rgba(58, 37, 70, 0.5) !important;
}

.nav-link.active {
  background-color: #f5e673 !important;
  color: #000000 !important;
  transition-duration: 0.2s;
}
.nav-link.active:hover {
  opacity: 0.8;
  color: #000000 !important;
}

input[type=checkbox], input[type=radio] {
  accent-color: #3a2546;
}

.selector-chosen h2 {
  background-color: #3a2546;
}

.calendar td.selected a {
  background-color: #3a2546;
}

.calendar caption, .clockbox h2 {
  background-color: #3a2546;
  color: #ffffff;
}

.clockbox a:hover {
  background-color: #3a2546;
  color: #ffffff !important;
}

.select2-selection__choice {
  background-color: #3a2546 !important;
  color: #ffffff !important;
}
.select2-selection__choice .select2-selection__choice__display {
  padding-right: 10px !important;
  padding-left: 7px !important;
}
.select2-selection__choice .select2-selection__choice__remove {
  margin-left: 0 !important;
}

.alert a {
  color: #ffffff !important;
}

@media screen and (max-width: 768px) {
  .container-fluid > .row > div:nth-child(1) {
    flex-direction: column !important;
  }
  .container-fluid > .row > div:nth-child(1) h1 {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .container-fluid > .row > div:nth-child(1) ol {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .container-fluid > .row > div:nth-child(2) {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 500px) {
  .content, .tab-content .card-body {
    padding: 1rem 0 !important;
  }
  #changelist-search > .form-group {
    width: 100% !important;
  }
  .container-fluid > .row > div:nth-child(2) {
    justify-content: center !important;
  }
  .actions button {
    margin-left: 0 !important;
  }
  .actions .select2, .actions > label:nth-child(1) {
    width: 100% !important;
  }
  .actions > span {
    margin-left: 0 !important;
    display: block !important;
  }
  input[type=number] {
    width: 80px !important;
  }
}
.w-110 {
  width: 110px;
}

.field-notes > textarea {
  height: 37px;
}

.is-invalid {
  border: 2px solid red !important;
}

.sidebar {
  overflow: hidden !important;
}

.rendered-media {
  display: block;
  height: auto;
}

.rendered-image {
  width: 150px;
}

.rendered-icon {
  width: 35px;
}

.rendered-video {
  width: 300px;
}

.rendered-audio {
  width: 300px;
  height: 50px;
}

#result_list td .field-logo, #result_list td .field-image, #result_list td .field-video, #result_list td .field-audio, #result_list td .field-icon {
  text-align: left;
}

.small.quiet {
  margin: 0 10px !important;
}

[role=status] input[type=submit] {
  margin: 0 10px !important;
}

@media screen and (max-width: 600px) {
  footer.main-footer {
    text-align: center !important;
  }
}/*# sourceMappingURL=custom.css.map */