@charset "UTF-8";

/*!
 * +----------------------------------------------------------------------------+
 * | RETO FRAMEWORK v9.0.0
 * +----------------------------------------------------------------------------+
 * | Copyright (c) 2004 - 2022, RETOWARE.COM (www.retoware.com)
 * | Jorge Alberto Reteguin Pimentel <jorge.reteguin@retoware.com>
 * | Released under the MIT license
 * | www.retoware.com/retoframework/license/license.txt
 * | retoware_custom.css v9.0.0
 * | version: 0.9.2
 * +----------------------------------------------------------------------------+
 */
:root {
  --ct-card-bg-custom: rgba(255, 255, 255, 0.95);
  --ct-footer-bg-custom: rgba(255, 255, 255, 0.1);
}

html[data-theme=dark], [data-theme=dark] {
  --ct-card-bg-custom: rgba(55, 64, 74, 0.95);
  --ct-footer-bg-custom: rgba(55, 64, 74, 0.5);
}

html[data-menu-color=brand] {
  --ct-menu-bg: #8C0F61;
  --ct-menu-item-color: #b9b9b9;
  --ct-menu-item-hover-color: #fff;
  --ct-menu-item-active-color: #fff;
  --ct-menu-item-hover-bg-color: rgba(255, 255, 255, 0.1);
  --ct-help-box-bg: rgba(255, 255, 255, 0.07);
}

html[data-topbar-color=brand] {
  --ct-topbar-bg: #BF78A6;
  --ct-topbar-item-color: rgba(255, 255, 255, 0.7);
  --ct-topbar-item-hover-color: #ffffff;
  --ct-topbar-search-bg: rgba(255, 255, 255, 0.1);
  --ct-topbar-user-bg: rgba(255, 255, 255, 0.1);
  --ct-topbar-user-border: rgba(255, 255, 255, 0.15);
}

body {
  background-image: url('/img/IDAZ/body-bg-adn-1.jpg');
  background-size: cover;
  background-position: center;
}

.login-flag {
  height: 30px;
  margin: 0 0.375rem;
}

.flag-icon-cr {
  background-image: url(/img/IDAZ/flags/cr.svg);
}

.footer {
  background-color: var(--ct-footer-bg-custom);
}

.bg-table-primary {
  background-color: rgba(var(--ct-primary-rgb), 0.2) !important;
}

.bg-table-danger {
  background-color: rgba(var(--ct-danger-rgb), 0.2) !important;
}

.footer-copy, .footer-copy a {
  color: #fff !important;
}

.card {
  background-color: rgba(255, 255, 255, 1);
}