/* Tamaño del scroll */
body::-webkit-scrollbar {
  width: 6px;
}

/* Estilos barra (thumb) de scroll */
body::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0);
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb:active {
  background-color: #212020;
}

body::-webkit-scrollbar-thumb:hover {
  background: #797979;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Estilos track de scroll */
body::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

body::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

/* Tamaño del scroll tablas responsivas */
.table-responsive::-webkit-scrollbar {
  height: 6px;
}

/* Estilos barra (thumb) de scroll */
.table-responsive::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0);
  border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb:active {
  background-color: #212020;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #797979;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Estilos track de scroll */
.table-responsive::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-track:hover,
.table-responsive::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

body,
html {
  height: 100%;
}

.bg-dark {
  background: #f7f7f7 !important;
}

#fondo-body {
  background: #f3f3f4;
}

#div-inicio {
  margin-top: 130px;
}

#form-inicio {
  background: #f7f7f7;
}

#logo-inicio {
  text-align: center;
  margin-top: 10px;
}

#div-btn-menu {
  text-align: left;
  padding-top: 5px;
}

#div-logo {
  text-align: center;
  padding: 20px;
  background: #f7f7f7;
}

.navbar-toggler-icon {
  color: #fff;
}

#div-content-menu {
  background: #2e7db2;
  color: #fff;
}

.text-white {
  color: #000 !important;
}

.nav-pills .nav-link:hover {
  background: #2e7db2;
  color: #fff !important;
}

#footer {
  background: #000;
  color: #fff;
  /* height: 230px; */
  padding: 20px;
}

#btn-menu {
  border: none;
  box-shadow: none;
  margin-top: 20px;
}

.btn-close {
  box-shadow: none;
}

a.nav-link.sub-menu {
  color: #fff !important;
}

a.nav-link.sub-menu:hover {
  border-bottom: none;
}

.sinborde {
  border: none;
}

.borde-abajo {
  border: 1px solid #a59f9f;
}

#contactanos {
  color: #62b6f3;
}

.medium {
  width: 100%;
  height: 10%;
}

@media (max-width: 767px) {
  #imagen-inicio {
    display: none;
  }
}

table {
  font-size: 14px;
}

thead {
  background: #0f172a;
  color: #fff;
}

tbody tr:hover {
  background: #fbfbfb;
  border-bottom: 1px solid #2697ea;
  color: #5c68ab;
}

#edit {
  background: #75caeb;
  color: #fff;
  border-radius: 5px;
  border-color: #fff;
  font-size: 20px;
}

#delete {
  background: #e58989;
  color: #fff;
  border-radius: 5px;
  border-color: #fff;
  font-size: 20px;
}

#insert {
  background: #79bf79;
  color: #fff;
  border-radius: 5px;
  border-color: #fff;
  font-size: 15px;
  padding: 5px;
}

#reportes {
  background: #2697ea;
  color: #fff;
  border-radius: 5px;
  border-color: #fff;
  font-size: 15px;
  padding: 5px;
}

.center {
  text-align: center;
}

.div-contenido {
  margin-top: 40px;
  margin-bottom: 40px;
}

.titulo {
  margin-bottom: 20px;
  color: #289ed9;
}

.derecha {
  text-align: right;
}

.content-footer {
  margin-top: 20px;
}

.admin {
  background: #2697ea;
  padding-top: 10px;
  padding-bottom: 10px;
}

#text-usuario {
  color: #fff;
}

.negro {
  color: #000;
}

.margen-top-20 {
  margin-top: 20px;
}

.margen-bottom-20 {
  margin-bottom: 20px;
}

.detalle-info {
  border: none;
  text-align: center;
  cursor: pointer;
}

.cabeceraModal {
  background: #7c7c7c;
  color: #fff;
}

.contenedor-reportes {
  margin-top: 30px;
  text-align: center;
  background: #f9f9f9;
  padding: 40px;
  margin-bottom: 40px;
}

/*Nuevos */

#background {
  background-image: url('../img/inicio_fondo.png');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 600px;
}

a.nav-link {
  color: #7f8794 !important;
  font-weight: 500;
  font-size: 12px;
}

a.nav-link:hover {
  color: #7c7499 !important;
  border-bottom: 1px solid #1b4190;
}

#texto-inicio {
  margin-top: 200px;
  font-size: 35px;
  text-align: justify;
  color: #002a83;
}

#texto-anonimo {
  font-size: 25px;
  text-align: right;
  color: #002a83;
}

.bi-list::before {
  content: '\f479';
  font-size: 40px;
}

.navbar-dark .navbar-toggler {
  color: rgb(248 249 250);
  border-color: rgba(255, 255, 255, 0.1);
}

#color-data {
  color: #002b81;
}

#color-work {
  color: #022b7b;
}
#data_nav {
  font-size: 25px;
}

#header-login {
  margin-top: -35px;
  margin-bottom: 30px;
}
.btn-outline-mute:focus {
  box-shadow: none !important;
}

#banner-login {
  padding: 0px;
}

#contenedor-login {
  padding: 20px;
}

#texto-login {
  font-size: 23px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
  padding-top: 40px;
}

#redes-sociales {
  text-align: center;
}

#redes-sociales li {
  display: inline-block;
}

#redes-sociales li i {
  color: #1457a7;
  font-size: 30px;
}

#texto-web {
  text-align: center;
  color: #1457a7;
}

#div-formulario {
  background: #fcf8f9;
  text-align: center;
  border: 1px solid #000;
  margin-top: -350px;
  margin-bottom: 70px;
  padding: 30px;
}

#texto-formulario {
  text-align: left;
  margin-top: 30px;
}

.login-input {
  height: 50px;
  border: 1px solid #5a7073;
}

#boton-login {
  background: #d5d3d4;
  border: none;
  color: #223d7d;
  font-size: 15px;
}

#texto-login-esconder {
  font-size: 23px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
  padding-top: 40px;
  display: none;
}

#color-toggle {
  color: #000;
}

#pacientesA {
  margin-left: 50px;
  padding-left: 20px;
}

.opciones-menu {
  margin-left: 0.5em;
  padding-left: 0.5em;
}

#texto-leyenda {
  color: #8ea0c8;
}

#logo_indie {
  margin-bottom: 10px;
  text-align: right;
  padding-right: 30px;
}

#field-work {
  padding-left: 30px;
}

#contenedor-login {
  margin-top: -14em;
}
#banner-login img {
  height: 75%;
}

.list-muted {
  list-style: none;
}

.label-search {
  position: fixed;
  margin-top: -1.5em;
}

.page-link:focus {
  box-shadow: none !important;
}

.toast:not(.showing):not(.show) {
  opacity: 1 !important;
}

/*media query*/

@media (max-width: 1400px) {
  #contenedor-login {
    margin-top: -12em;
  }
}
@media (max-width: 1351px) {
  #background {
    height: 550px;
  }

  #texto-inicio {
    font-size: 35px;
  }

  #texto-inicio {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1300px) {
  #contenedor-login {
    margin-top: -12em;
  }
}

@media (max-width: 1244px) {
  #background {
    height: 500px;
  }

  #texto-inicio {
    font-size: 35px;
  }

  #texto-inicio {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  #contenedor-login {
    margin-top: -12em;
  }

  #div-formulario {
    margin-top: -200px;
  }
}
@media (max-width: 1218px) {
  a.nav-link {
    font-size: 11px;
  }
}

@media (max-width: 1176px) {
  #pacientesA {
    margin-left: 40px;
  }
}

@media (max-width: 1166px) {
  #pacientesA {
    margin-left: 30px;
  }
}

@media (max-width: 1156px) {
  #pacientesA {
    margin-left: 20px;
  }
}

@media (max-width: 1146px) {
  #pacientesA {
    margin-left: 10px;
  }
}

@media (max-width: 1136px) {
  #pacientesA {
    margin-left: 0px;
  }
}

@media (max-width: 1130px) {
  #background {
    height: 450px;
  }

  #texto-inicio {
    font-size: 35px;
  }

  #texto-inicio {
    margin-top: 100px;
  }
}

@media (max-width: 1126px) {
  a.nav-link {
    font-size: 10px;
  }
}

@media (max-width: 1042px) {
  a.nav-link {
    font-size: 9.5px;
  }
}

@media (max-width: 1021px) {
  a.nav-link {
    font-size: 9px;
  }
}

@media (max-width: 1018px) {
  #background {
    height: 400px;
  }

  #texto-inicio {
    font-size: 25px;
  }

  #texto-inicio {
    margin-top: 100px;
  }
}

@media (max-width: 1001px) {
  a.nav-link {
    font-size: 9px;
  }
}

@media only screen and (max-width: 992px) {
  #contenedor-login {
    margin-top: -8em;
  }
  #banner-login img {
    height: 85%;
  }
}
@media (max-width: 991px) {
  #div-formulario {
    margin-top: -200px;
  }

  .opciones-menu {
    border: none;
  }

  #pacientesA {
    margin-left: 20px;
  }

  .nav-link {
    font-size: 14px !important;
  }
}

@media (max-width: 915px) {
  #background {
    height: 350px;
  }

  #texto-inicio {
    margin-top: 100px;
  }
}

@media (max-width: 794px) {
  #background {
    height: 300px;
  }

  #texto-inicio {
    margin-top: 100px;
  }

  #texto-inicio {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #div-formulario {
    margin-top: -200px;
  }

  #texto-login {
    display: none;
  }

  #texto-login-esconder {
    display: block;
  }

  #background {
    height: 300px;
  }

  #texto-inicio {
    font-size: 20px;
  }

  #texto-inicio {
    margin-top: 80px;
  }

  #texto-anonimo {
    font-size: 17px;
  }
  #footer {
    /* height: 300px; */
  }
}

@media only screen and (max-width: 768px) {
  #contenedor-login {
    margin-top: 10em;
  }
  #banner-login img {
    display: none;
  }
}

@media (max-width: 685px) {
  #background {
    height: 280px;
  }
}

@media (max-width: 680px) {
  #div-formulario {
    margin-top: -150px;
  }
}

@media (max-width: 639px) {
  #background {
    height: 270px;
  }

  #texto-inicio {
    margin-top: 50px;
  }
}

@media (max-width: 616px) {
  #div-formulario {
    margin-top: -150px;
  }

  #background {
    height: 250px;
  }

  #texto-inicio {
    font-size: 20px;
  }

  #texto-inicio {
    margin-top: 50px;
  }

  #footer {
    /* height: 300px; */
  }
}
/* 
@media (max-width: 576px) {
  #contenedor-login {
    margin-top: -5em;
  }
  #banner-login img {
    height: 100%;
  }
} */

.accordion-button:not(.collapsed) {
  /* color: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important; */

  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.list-group-numbered > li::before {
  padding-top: 1vh;
}

.select-margen {
  margin-top: 6px;
}
.espacio {
  margin: 10px;
}
.btn-image-delete {
  position: absolute;
  bottom: 1em;
  left: 1em;
}
.full-zise {
  height: 100%;
}
/* Posible cambio de estilo */
.table-color {
  --bs-table-bg: #208ecd !important;
  --bs-table-striped-bg: #10477d !important;
  --bs-table-striped-color: #fff !important;
  --bs-table-active-bg: #205075 !important;
  --bs-table-active-color: #fff !important;
  --bs-table-hover-bg: #1b4c8d !important;
  --bs-table-hover-color: #fff !important;
  color: #fff !important;
  border-color: #14578a !important;
}
.table > :not(caption) > * > * {
  border-bottom-width: 0 !important;
}
.table th,
.table td {
  border-top: none;
}

.table-header {
  background-color: #15302A;
}

.chart {
    width:100%;
    min-height: 400px;
}

.menu-vitae {
  text-decoration: none; 
  color: #fff;
}

.menu-vitae:hover {
  color: #68E186;
  text-decoration: none;
  cursor: pointer;
}

.menu-vitae:active {
  color: #68E186;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

.menu-adium {
  text-decoration: none; 
  color: #fff;
  font-weight: normal;
  transition: all 0.2s ease;
}

.menu-adium:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

.menu-adium:active {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

.boton_redondo{
  width:50px;
  height:50px;
  margin: 5px;
  padding:13px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size:25px;
  line-height:1px;
  text-transform: uppercase;
  float:left;
}
.boton_redondo:hover{
  opacity: 0.50;
  -moz-opacity: .50;
  filter:alpha (opacity=50);
  transform: translateY(-3px);
}
.boton_redondo a{
  color:#fff;
  text-decoration:none;
  padding:5px 5px 5px 0;
}

.btn-flotante {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width:70px;
  height:70px;
	font-size: 40px; /* Cambiar el tamaño de la tipografia */
	color: #ffffff; /* Color del texto */
	background-color: #68E186; /* Color de fondo */
	padding: 8px 16px; /* Relleno del boton */
	position: fixed;
	bottom: 70px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante2 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width:70px;
  height:70px;
	font-size: 40px; /* Cambiar el tamaño de la tipografia */
	color: #ffffff; /* Color del texto */
	background-color: #fe0131; /* Color de fondo */
	padding: 8px 16px; /* Relleno del boton */
	position: fixed;
	bottom: 70px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
.btn-flotante2:hover {
	background-color: #3a4b5c; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
    width:55px;
    height:55px;
		font-size: 30px;
		padding: 6px 13px;
		bottom: 120px;
		right: 20px;
	}
}