.django-listing {
  background-color: #fff;
}
.django-listing.listing-employeethumbnailslisting, .django-listing.listing-toolbaremployeethumbnailslisting, .django-listing.listing-toolbaremployeebigthumbnailslisting {
  background-color: inherit;
}

div.django-listing-container td {
  vertical-align: top;
}
div.django-listing-container div.row-container.thumbnail {
  display: inline-block;
  width: 160px;
  vertical-align: top;
  padding: 0px 10px;
}
div.django-listing-container div.row-container.thumbnail:hover {
  background-color: #c0dbc0;
}
div.django-listing-container div.row-container.thumbnail a {
  text-decoration: none;
}
div.django-listing-container div.row-container.upload-thumbnail {
  display: inline-block;
  width: 160px;
  height: 160px;
  vertical-align: top;
  padding: 5px 5px;
}
div.django-listing-container div.row-container.upload-thumbnail:hover {
  background-color: #5fa35f;
}
div.django-listing-container div.row-container.big-thumbnail {
  display: inline-block;
  width: 360px;
  height: 440px;
  vertical-align: top;
  padding: 0px 10px;
}
div.django-listing-container div.row-container.big-thumbnail a {
  text-decoration: none;
}
div.django-listing-container div.row-container.selected div.selection-overlay div.checkbox {
  color: #fff;
}
div.django-listing-container div.thumbnail-container {
  padding: 0;
}

div.django-listing-container div.django-listing.div-hover div.row-container:hover,
div.django-listing-container div.django-listing.div-striped div.row-container:nth-of-type(odd):hover,
div.django-listing-container tr:hover {
  background-color: #c0dbc0;
}

table.django-listing > tfoot {
  border-top: 2px solid #5fa35f;
}

.django-listing td.col-column12, .django-listing td.col-interests {
  word-wrap: break-word;
  word-break: break-all;
}

.row-container.thumbnail img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.row-container.big-thumbnail img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.list-4-cols {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  list-style: none;
}

code {
  color: #559455;
}

.page-item.active .page-link {
  background-color: #5fa35f;
  border-color: #5fa35f;
}

form.listing-form {
  border: 3px solid #443B2B;
  border-radius: 10px;
  padding: 20px;
  background: #FFE5D0;
}

.django-listing-menu a:hover {
  background-color: #559455;
  color: #fff;
}
.django-listing-menu td.col-age input {
  width: 52px;
}
.django-listing-menu td.col-address textarea {
  width: 200px;
}
.django-listing-menu td.col-salary input {
  width: 82px;
}

.django-listing-editing td.col-marital_status select {
  width: 110px;
  padding-left: 2px;
  padding-right: 0;
}

.listing-selection-menu {
  display: none;
  background-color: #5fa35f;
  color: #fff;
  font-size: 20px;
  padding: 4px 20px;
}

a.menu-dropdown {
  color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #5fa35f;
}

select option[selected], select option:hover {
  background-color: #5fa35f;
  color: #fff;
}

select {
  border-color: #5fa35f;
}

form span.asteriskField {
  color: var(--bs-danger);
  padding-left: 5px;
}

div.listing-spinner {
  color: #5fa35f;
  font-size: 32px;
}

table.object-popup {
  width: 100%;
}
table.object-popup td.section {
  padding-bottom: 5px;
}
table.object-popup td.section span {
  text-decoration: none;
  border-bottom: 2px solid #5fa35f;
  display: block;
}
table.object-popup th {
  width: 50px;
  white-space: nowrap;
}

table.ref-guide {
  border: 1px solid #6c757d;
  border-collapse: unset;
  border-radius: 8px;
  background-color: #6c757d;
}
table.ref-guide.name-desc tr td:last-of-type {
  white-space: inherit;
  font-family: inherit;
  color: inherit;
  word-break: inherit;
}
table.ref-guide th {
  padding: 4px 10px;
  color: #fff;
}
table.ref-guide tbody {
  background-color: #fff;
}
table.ref-guide tr > td {
  padding: 4px 10px;
}
table.ref-guide tr > td:first-of-type {
  white-space: pre-wrap;
  font-family: "Courier New", Courier, monospace;
  color: #5fa35f;
  font-weight: bold;
}
table.ref-guide tr > td:last-of-type {
  white-space: pre-wrap;
  font-family: "Courier New", Courier, monospace;
  color: #5fa35f;
  word-break: break-all;
}

.form-check-input:checked {
  background-color: #5fa35f;
  border-color: #5fa35f;
}

td.col-gender > div.form-field {
  width: 90px;
}

.group-by-container {
  border: 2px solid #5fa35f;
  background-color: #d0e4d0;
}
.group-by-container .dual-listbox .dual-listbox__search {
  border-color: #5fa35f;
}
.group-by-container .dual-listbox .dual-listbox__button {
  background-color: #5fa35f;
}
.group-by-container .dual-listbox .dual-listbox__title {
  border: none;
}
.group-by-container .dual-listbox .dual-listbox__available, .group-by-container .dual-listbox .dual-listbox__selected {
  border-color: #5fa35f;
}