/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
  background: #292929;
}

body, p, a, li, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a {
	font-family: "Lucida Grande", lucida, verdana, arial, "Trebuchet MS", helvetica, sans-serif !important;
}

span.fieldset-legend {
	font-weight: bold;
}

.navbar-brand img {
	vertical-align: middle !important;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

#navbar-top {
  background-color: #055a8e;
}

#navbar-main {
  background-color: #1d84c3;
}

a,
.link {
  color: #0071b3;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}
.nav-item .dropdown-item a.active {
  color: white;
}
.nav-link {
  //color: rgb(231, 231, 231);
  color: #00006B;
}
.nav-link:hover,
.nav-link:focus {
 // color: rgb(231, 231, 231);
 color: #99CC00;
}
a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  //background-color: #007bff;
  //border-color: #007bff;
  background-color: #99CC00;
  border-color: #99CC00;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #FFCC00;
}

.btn-secondary {
  //background-color: #007bff;
  //border-color: #007bff;
  background-color: #00006B;
  border-color: #00006B;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #2323b0;
  color: #fff;
}

.progress-step.is-active .progress-marker::before {
	background-color: #99CC00;
}

.site-footer {
  background: #292929;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  //color: #fffeff;
}

.btn-danger::before {
	background-image: url("data:image/svg+xml,<svg class='bi bi-x' width='1em' height='1em' viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 01.708 0L8 7.293l2.646-2.647a.5.5 0 11.708.708L8.707 8l2.647 2.646a.5.5 0 01-.708.708L8 8.707l-2.646 2.647a.5.5 0 01-.708-.708L7.293 8 4.646 5.354a.5.5 0 010-.708z' clip-rule='evenodd'/></svg>") !important;
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

.select2-search__field {
	width: 1.2rem !important;
}


.btn-check:active+.btn:focus, .btn-check:checked+.btn:focus, .btn.active:focus, .btn.show:focus, .btn:active:focus, .btn:focus {
	box-shadow: none !important;
}

#block-bootstrap-barrio-subtheme-candidatenotice {
	padding-bottom: 2rem;
}

#block-bootstrap-barrio-subtheme-page-title {
  display: flex;
  align-items: center;        /* vertically align h1 and button */
  justify-content: space-between; /* h1 left, button right */
}

#block-bootstrap-barrio-subtheme-page-title .content {
  margin: 0;                  /* remove extra margins if needed */
}

#block-bootstrap-barrio-subtheme-page-title h1.title {
  margin: 0;
}

/* optional: ensure exam-registration does not wrap under */
.exam-registration {
  white-space: nowrap;
}

