/**
 * @file
 * Subtheme specific CSS.
 */

 body {
  font-family: "DejaVu Sans",Helvetica,Arial,sans-serif;
}

.page {
  padding: 20px;
}

.page img {
  max-width: 100%;
  height: auto;
}

.page td img {
  max-width: none;
}

.site-name-slogan {
  white-space: normal;
}

.navbar-brand {
  white-space: normal !important;
}

button.ui-dialog-titlebar-close:after {
  content: 'X';
  color: #ff0000;
}

.site-footer {
  padding: 0
}

.site-footer__bottom {
  margin: 0;
}

.site-footer__bottom .region {
  margin-top: 0;
}

.site-footer .block-git-info {
  margin: 0 0 2.5em 0;
}

.audiofield-wavesurfer .player-button.playpause {
    width: 65px;
}

.tagclouds {
  text-align: justify;
  margin-right: 1em;
}

.block-tagclouds {
  overflow-wrap: break-word;
}

/*
.tagclouds-term{
  white-space: nowrap;
}
*/

.region-top-header img {
  margin-right: 1.5em;
}

.svg-inline--fa {
    margin-right: 0.25em;
}

.action-links .nav-link {
  display: inline-block;
}

.card-image img,
.card-image .field--name-bp-card-image,
.card-body .card-title {
  margin-left: auto;
  margin-right: auto;
}

.views-row::after,
.views-row::before {
  clear: both;
}

.smartdate--widget .byday-checkboxes input {
  display: block;
}

.form-actions {
    position: relative;
}

caption {
  text-align: center;
  caption-side: top;
  font-weight: bold;
}

li.pager__reset {
  display: none;
}


ul.calendar-view-pager {
  list-style-type: none;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

ul.calendar-view-pager li {
  list-style-type: none;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

.calendar-view-table caption {
  font-size: 1.5rem;
  line-height: 1.5;
}

.comma-after:after {
  content: ", ";
}

.bottom-right {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.modal-content {
  width: 95%;
}

#edit-password {
  display: inline-block;
}

.field--label-inline .field__label {
  font-weight: 700!important;
  padding-right: 5px;
  display: inline-block;
}

.fieldset-legend {
  font-weight: 700 !important;
  text-decoration: underline;
  font-size: 1.25rem;
}

.fieldset-wrapper {
  padding-left: 10px;
}

.field--type-entity-reference {
  margin: 0 0 0 0;
}

.layout-select__item label {
  display: flex;
  padding: 10px;
  outline: 1px solid #ccc;
}
.layout-select__item input:checked + label {
  outline: 2px solid blue;
  transition: .1s all;
  font-weight: bold;
}

button.darkmode-toggle {
  z-index: 500 !important;
}

.darkmode--activated .site-footer {
  /**mix-blend-mode: difference;**/
}

.spb-controls {
  position: static;
}

.input-group-text {
  white-space: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.nav-link:hover {
  text-decoration: none;
}

/* style fixes */

a.btn {
  text-decoration: none !important;
}
