button.btn, span.btn, a.btn, input.btn {
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  transition: background 0.15s;
}

a.btn:link, a.btn:visited {
  color: white;
}

button.btn-sm, span.btn-sm, a.btn-sm, input.btn-sm {
  padding: 1px 8px;
  font-size: 11px;
  min-height: 1.4em;
  line-height: 1.4em;
}

.btn-link {
  border-radius: 15px !important;
  padding: 3px 26px 3px 12px !important;
  line-height: 20px;
  background-image: url(../img/tooltag-arrowright.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 7px center !important;
  font-size: 11px !important;
}

.btn-primary {
  background-color: #495277;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #2e3963;
}

.btn-info {
  background: #6695da;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
  background: #477cc9;
}

.btn-danger {
  background: #ba2121;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background: #800c0c;
}

.filter-links {
  margin: 0 0 1rem;
}
.filter-links h3 {
  font-size: 14px;
  margin: 0 0 0.5rem;
  padding: 0;
}
.filter-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-links li {
  display: inline-block;
  margin-right: 0.5rem;
}
.filter-links li a {
  color: #447e9b;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
.filter-links li a:hover {
  background-color: #f5f5f5;
}
.filter-links li.selected a {
  background-color: #447e9b;
  color: white;
}
.filter-links li.selected a:hover {
  background-color: #447e9b;
}

.gallery-info .cover-img {
  width: 200px;
  height: 280px;
  background-size: cover;
  margin-top: 1px;
}
@media (max-width: 1024px) {
  .gallery-info .cover-img {
    width: 150px;
    height: 210px;
  }
}
@media (max-width: 768px) {
  .gallery-info .cover-img {
    width: 100px;
    height: 140px;
  }
}

#header {
  padding: 0 25px !important;
}

div.breadcrumbs {
  padding: 8px 25px;
}

#content {
  padding: 20px 0 20px 40px;
}
#content > h1 {
  padding: 0 10px;
}
#content > h2 {
  padding: 0 10px;
}

#user-tools {
  font-weight: 500;
}

.object-tools {
  margin-right: 5px;
}

ul.messagelist li {
  padding: 10px 10px 10px 57px;
  background: var(--message-success-bg) url(../img/icon-yes.svg) 37px 12px no-repeat;
}

ul.messagelist li.error {
  background: var(--message-error-bg) url(../img/icon-no.svg) 37px 12px no-repeat;
}

div.author-posts-container {
  display: flex;
  gap: 0.3vw;
}
div.author-posts-container div.author-post {
  display: flex;
  flex: 1;
  width: 10vw;
  height: 10vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

td.field-_row_actions {
  max-width: min(50px, 5vw) !important;
}
td.field-_row_actions div.admin-row-actions > a.btn {
  display: block;
  margin-bottom: 3px;
}

@media (min-width: 1280px) {
  body.change-list div#main, body.change-form div#main {
    position: relative;
  }
  body.change-list div#main nav#nav-sidebar, body.change-form div#main nav#nav-sidebar {
    padding: 2px 0 0 0;
  }
  body.change-list div#main.shifted nav#nav-sidebar, body.change-form div#main.shifted nav#nav-sidebar {
    margin-left: -40px !important;
  }
  body.change-list div#main.shifted .content, body.change-form div#main.shifted .content {
    max-width: calc(100% - 320px) !important;
  }
  body.change-list #content > h1, body.change-form #content > h1 {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 1279px) {
  #content {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  #changelist .actions {
    padding: 2px 10px;
  }
}
@media (max-width: 767px) {
  #content {
    padding: 20px 0;
  }
  div.breadcrumbs {
    padding: 8px 10px;
  }
  .aligned .form-row, .aligned .form-row {
    padding: 15px 1vw;
  }
  .object-tools {
    padding: 0 1vw;
  }
}
.popup #content {
  padding: 20px 10px;
}

.change-list-info {
  padding: 0 10px;
}
.change-list-info .info-item .item-value {
  font-weight: bold;
}

/*# sourceMappingURL=admin.css.map */
