@charset "UTF-8";
/*!
 * DLS Technology - Manual de Usuario del CRM
 */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #E5E7EB;
  font-family: "Saira", sans-serif;
  color: #6B7280;
  font-size: 0.95rem;
  overflow-x: hidden;
  padding-top: 7rem;
}

a {
  color: #6B7280;
  text-decoration: none !important;
}
a:visited {
  color: #6B7280;
}
a:hover {
  color: #B91C1C;
}
a:focus {
  color: #B91C1C;
}

.text-primary {
  color: #B91C1C !important;
}

.text-danger {
  color: #DC2626 !important;
}

.bg-primary {
  background-color: #B91C1C !important;
  border-color: #B91C1C !important;
}

.bg-danger {
  background-color: #DC2626 !important;
  border-color: #DC2626 !important;
}

.bg-light {
  background-color: #f3f4f6 !important;
}

code {
  color: #bd2028;
}

.shadown {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.shadown-light {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 3px;
}

.shadown-dark {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0.5px 4px;
}

.list-group-item {
  font-size: 14px;
  padding: 0.95rem 1.5rem;
  border: 0;
}
.list-group-item:hover {
  text-decoration: none;
  background: #eee;
}
.list-group-item:hover .text-muted {
  color: #B91C1C !important;
}
.list-group-item:focus {
  color: #B91C1C;
  background-color: #f3f5f7;
  border-color: #f3f5f7;
}

.list-group-item.module {
  font-weight: 500;
}

.list-group-item.active {
  z-index: 2;
  color: #B91C1C;
  background-color: #f3f5f7;
  border-color: #f3f5f7;
}
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #DC2626;
  border-color: #DC2626;
}
.list-group-item.active:hover .text-muted {
  color: #B91C1C !important;
}
.list-group-item.active:focus {
  z-index: 2;
  color: #B91C1C;
  background-color: #f3f5f7;
  border-color: #f3f5f7;
}
.list-group-item.active:focus .text-muted {
  color: #B91C1C !important;
}

.sidebar-container {
  max-width: 246px;
}
.sidebar-container #nav {
  min-width: 240px;
  height: 75vh;
  overflow-y: auto;
}
.sidebar-container #nav::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -ms-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.sidebar-container #nav::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.sidebar-container #nav::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: 1px solid #ddd;
}

.has-search {
  margin-bottom: 0.5rem;
}
.has-search .form-control {
  padding-left: 2.5rem;
  padding-right: 1.3rem;
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
  font-size: 0.92rem;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  font-size: 15px;
  margin-left: 0.35rem;
  transition: all 200ms ease-in-out;
}

.subtitu {
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #DC2626 !important;
  border-color: #DC2626 !important;
  color: #fff;
  padding: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.adm {
  background-color: #f9fafb;
}

.inv {
  background-color: #f9fafb;
}

.pur {
  background-color: #f9fafb;
}

.sal {
  background-color: #f9fafb;
}

.ser {
  background-color: #f9fafb;
}

.cli {
  background-color: #f9fafb;
}

ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

*:focus {
  outline: none;
}

/* Navbar */
.navbar {
  font-size: 14px;
  background: #fff;
  border-bottom: 0;
}
.navbar .navbar-brand {
  color: #555;
  padding-left: 0;
  font-size: 20px;
  padding-right: 50px;
  text-transform: uppercase;
}
.navbar .navbar-brand b {
  color: #B91C1C;
}
.navbar .navbar-nav a {
  font-size: 96%;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar .navbar-nav a .hydrated {
  margin-bottom: -0.16rem;
  margin-right: 0.2rem;
}
.navbar .navbar-nav a.active {
  color: #B91C1C !important;
  background: transparent !important;
}
.navbar .nav-item.open > a {
  background: none !important;
}
.navbar .dropdown-menu {
  border-radius: 1px;
  border-color: #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.navbar .dropdown-menu a {
  color: #777;
  padding: 8px 20px;
  font-size: 13px;
  background: #fff;
}
.navbar .dropdown-menu a:active {
  color: #777;
  padding: 8px 20px;
  font-size: 13px;
  background: #fff;
}
.navbar .dropdown-menu a:hover {
  color: #333;
  background: #f8f9fa;
}
.navbar .dropdown-menu a:focus {
  color: #333;
  background: #f8f9fa;
}

.navbar-light .navbar-nav .nav-link {
  color: #6B7280;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #B91C1C;
}

.text-dark {
  color: #888888 !important;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  /* Añadir para conseguir el fondo con opacidad */
}

@media (min-width: 992px) {
  .form-inline .input-group .form-control {
    width: 225px;
  }
}
@media (max-width: 992px) {
  .form-inline {
    display: block;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1160px;
  }
}
@media (min-width: 1360px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1220px;
  }

  .sidebar-container {
    max-width: 266px;
  }
  .sidebar-container #nav {
    min-width: 260px;
  }
}
@media (max-width: 1366px) {
  body {
    padding-top: 6rem;
  }

  .navbar-light {
    padding: 0.15rem 1rem;
  }
}/*# sourceMappingURL=styles.css.map */