:root {
  /* --primary: #1e69a6 !important;
  --primary-trans: rgba(30,105,166,.6) !important;
  --blue: #0c4c91 !important;
  --red: #ef6461; */
  --dark: #212529;
  /* --fondo-card: #ecf5fd; */
  --main-bg-color: #1e69a6;
  --main-bg-color-light: #528bb9;
  /* --second-bg-color: #2379bf;
   --second-bg-color-light: #3391dd; */
  --third-bg-color: #474444;
  /* --yellow: #f0ab00; */ 
}

body {
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Login */

.login-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -12px 17px 21px -12px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: -12px 17px 21px -12px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: -12px 17px 21px -12px rgba(0, 0, 0, 0.42);
}

.login-container,
.logo-white {
  z-index: 1000;
}

.logo-white,
.logo-white img {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
}

.logo-white img {
  width: 300px;
}

/* end of login */

/* Navbar */

.navbar.navbar-dark,
.btn-secondary,
.bg-dark {
    background-color: var(--third-bg-color);
    border-color: var(--third-bg-color);
    color: #fff;
}

.navbar-brand img {
  width: 150px;
}

.avatar {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
}

/* end of navbar */

/* Home*/

.card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.card-container a {
  color: var(--dark);
  text-decoration: none; /* no underline */
}

.card-module:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.42);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* end of home*/


.main .contenedor {
  box-shadow: -12px 17px 21px -12px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: -12px 17px 21px -12px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: -12px 17px 21px -12px rgba(0, 0, 0, 0.42);
}

/* estilos en las tablas */
.table-responsive,
.form-check-label,
.card .btn,
.card input {
    font-size: 0.8rem;
}
.table-responsive td {
    padding: 5px;
}
.table-responsive .btn {
    padding: 2px 6px;
}
.table-responsive .fas.fa-edit,
.table-responsive .fas.fa-trash-alt {
    font-size: 0.7rem;
}
.card .card-header.bg-primary {
    padding: 10px 20px;
}

.table-responsive #tbl_procesos {
    font-size: .75rem;
}
.table-responsive #tbl_procesos button{
    width: 22px;
}
.table-responsive h4 {
    font-size: 1rem;
}
.card label {
    font-size: 0.8rem;
}

.td-options .btn-warning {
    color: white;
}

.text-body {
    color: #ffffff;
}
/* ./ fin estilos en las tablas */


/*David Flores - Paginacion*/
.pagination {
  font-family: "Lato", sans-serif;
  font-size: 12px;
}

.pagination a {
  color: #0068b3;
  float: left;
  padding: 6px 10px;
  text-decoration: none;
}

.pagination .active {
  background-color: #0068b3;
}

.pagination .active a {
  color: white;
}

.pagination li:hover:not(.active) {
  background-color: #ddd;
}
/*Fin David Flores -  Paginacion*/


.image_company{
  width: 80px;
  height:30px;
}

.swal-modal .swal-text {
  text-align: center !important;
}

.click-hover:hover{
  cursor: pointer;
}

/* Toogle Button */
.custom-control-label {
  color: var(--dark) !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--main-bg-color) !important;
  border-color: var(--main-bg-color-light) !important;
}

.custom-switch.custom-switch-lg {
  padding-bottom: 1rem;
  padding-left: 2.25rem;
}
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 0.75rem;
  padding-top: 0.15rem;
}
.custom-switch.custom-switch-lg .custom-control-label::before {
  border-radius: 1rem;
  height: 1.5rem;
  width: 2.5rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
  border-radius: 0.65rem;
  height: calc(1.5rem - 4px);
  width: calc(1.5rem - 4px);
}
.custom-switch.custom-switch-lg
  .custom-control-input:checked
  ~ .custom-control-label::after {
  transform: translateX(1rem);
}

.custom-switch.custom-switch-xl {
  padding-bottom: 1rem;
  padding-left: 2.25rem;
}
.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 2rem;
  padding-top: 0.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::before {
  border-radius: 1rem;
  height: 2rem;
  width: 3.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::after {
  border-radius: 2rem;
  height: calc(2rem - 4px);
  width: calc(2rem - 4px);
}
.custom-switch.custom-switch-xl
  .custom-control-input:checked
  ~ .custom-control-label::after {
  transform: translateX(1.5rem);
}
/* .end Toogle Button */


footer {
  width: 100%;
  background-color: var(--primary);
  margin-top: auto;
}