/**
 * Theme Name: Normy
 * Author:     e-FRACTAL s.r.o.
 * Author URI: https://e-fractal.cz
 * Template:   twentytwentyfour
 * Update URI: false
*/

/* Fixes */
body {
  --clr-sec: var(--color-secondary);
  --clr-sec-hover: var(--color-secondary-hover);
  --clr-sec-active: var(--color-secondary-active);
  --clr-sec-rgb: var(--color-secondary-rgb);
}

.w3eden .btn {
  text-decoration: none !important;
  font-size: 1rem !important;
  letter-spacing: 1px !important;
}

/* Registration form */
.w3eden #row_terms_wrapper .option-label {
  opacity: 1;
  margin-top: 1rem;
  font-size: 1rem;
}
.w3eden #row_user_check_wrapper label {
  opacity: 1;
  color: var(--color-secondary);
}
.w3eden #row_user_check_wrapper .user-check {
  display: inline-block;
}
.w3eden .form-row .note {
  display: block;
  font-size: 12px;
  color: var(--color-secondary);
  margin-top: 4px;
}
.w3eden .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.w3eden #registerform [class*="col-"]:first-of-type {
  padding-right: 7px;
}
.w3eden #registerform [class*="col-"]:last-of-type {
  padding-left: 7px;
}

/* Link template: Document table */
.well.c2a3 .btn {
  padding: 11px 30px;
  font-size: 11pt;
}

.well.c2a3 .media-body {
  font-size: 11pt;
  flex-basis: 50%;
}

.well.c2a3 .wpdm_icon {
  height: 42px;
  width: auto;
}

.w3eden .wpef_tag {
  padding: .25rem .5rem .25rem .5rem;
  border-radius: 4px;
  color: white;
}

.well.c2a3 .media {
  align-items: center !important;
  flex-wrap: wrap;
  justify-content: safe flex-end;
}

.wpef-table-label {
  font-size: 8pt;
  font-weight: 300;
}

.wpef-dates {
  display: flex;
  flex-direction: row;
  width: 11rem;
}
