/* ------------------------------------------------CSS FELIPE Sànchez----------------------------------------------*/

/* ------------------------------------------------Estilos del login-----------------------------------------------*/
#form-login {
	padding: 0;
	max-width: auto;
	font-size: 16px;
	margin: 0;
	height: 0;
}

.content-form {
	display: flex;
	margin: 0;
	padding: 0;
}

.left-img {
	width: 35%;
	padding: 0;
	margin: 0;
	position: relative;
}

.left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.left-img .center-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	pointer-events: none;
	width: 100%;
	padding: 0 40px;
}

.left-img .center-text h3 {
	font-size: 2.5rem;
	font-weight: bold;
}

.left-img .center-text p {
	font-size: 1.1rem;
}

#form-login .logo-vet {
	width: 200px;
	height: 40px;
	margin: 20px 0 !important;
}

.formulario-inicio-contenedor {
	width: 600px !important;
	height: 600px !important;
	box-shadow:
		0 2px 6px 0 rgba(0, 0, 0, 0.1),
		0 4px 12px 0 rgba(0, 0, 0, 0.08);
	border-radius: 40px;
	display: flex;
	justify-content: center;
	padding: 0;
}

.formulario-inicio-sesion {
	display: flex !important;
	margin: 80px auto 0 auto;
	flex-direction: column;
	width: 100% !important;
	align-items: center;
}

.contenedor-de-form {
	width: 65%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.up-box-text {
	color: #636363;
	font-weight: 100;
	font-size: .9rem;
}

.form-block {
	width: 95% !important;
}

.inputs-index::placeholder {
	color: #b1b1b1;
	font-size: .9rem;
	padding: 10px 3px;
}

#user-login,
#pass-login {
	border-radius: 5px;
}

#btn_login {
	background-color: #A91E07;
}

#btn_login:hover {
	background-color: #5A5958 !important;
	color: white !important;
}

.texto-centrado {
	font-weight: 100;
	font-size: .8rem;
}

.olvidaste-pass {
	text-align: left;
}

.linea-separatoria {
	height: 1px;
	background-color: #dddddd;
	margin: 20px 0;
}

.texto-demo {
	text-align: center;
	color: #A91E07;
	border: 1px solid #A91E07;
	padding: 10px;
	border-radius: 20px;
	transition: 1s;
}

.texto-demo:hover {
	color: white;
	background-color: #A91E07;
}

.texto-demo h5 {
	font-size: .9rem;
	margin-bottom: 20px;
	font-weight: 600;
}

.texto-demo p {
	font-weight: lighter !important;
	font-size: 0.75rem;
}

.contacto-login {
	color: #838383;
	line-height: 130%;
	margin-top: 10px;
}

/*Ojo contraseña*/
.password-container {
	position: relative;
	display: inline-block;
	width: 100%;
}

.password-container input {
	width: 100%;
	padding-right: 40px;
	box-sizing: border-box;
}

.toggle-password {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	cursor: pointer;
	width: 22px;
	height: 22px;
	fill: #888;
}

/*-------------------------------------------------Responsive Login-------------------------------------------------*/
@media (max-width: 1050px) {
	.left-img {
		display: none;
	}

	#form-login .logo-vet {
		margin: 10px 0 !important;
	}

	.contenedor-de-form {
		width: 100%;
		height: 600px;
	}

	.formulario-inicio-contenedor {
		width: 100% !important;
	}

	.contacto-login {
		font-size: .8rem;
	}
}

@media (max-width: 768px) {
	.contenedor-de-form {
		width: 100%;
		height: 620px;
	}

	.formulario-inicio-contenedor {
		width: 100% !important;
	}

	.contacto-login {
		font-size: .8rem;
	}

	.texto-demo h5 {
		font-size: 1.2rem;
	}

	.texto-demo p {
		font-size: 1rem;
	}
}

/*---------------------------------------------Estilos recuperaciòn de contraseña----------------------------------*/
.form-rec-pass {
	display: flex;
	width: 35% !important;
	height: 400px !important;
	box-shadow:
		0 2px 6px 0 rgba(0, 0, 0, 0.1),
		0 4px 12px 0 rgba(0, 0, 0, 0.08);
	border-radius: 40px;
}

.rec-pass {
	width: 100% !important;
	text-align: center;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
}

#recuperarpass {
	border-radius: 10px;
	padding: 10px 15px !important;
	margin-top: 20px;
}

.input-rec-pass {
	float: none;
	display: flex !important;
	flex-direction: column;
	width: 100% !important;
	align-items: center;
}

.input-rec-pass img {
	margin-left: 40px !important;
}

.contenedor-recuperar-pass {
	display: flex !important;
	width: 100% !important;
	justify-content: center;
	align-items: center;
	flex-direction: column !important;
}

.btn-recuperar-pass {
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 10px;
	color: white;
	background-color: #A91E07;
	transition: 1s;
}

.btn-recuperar-pass:hover {
	background-color: #5A5958;
}

.contenedor-rec-footer {
	width: 100% !important;
	padding: 0 10px !important;
}

.iniciar-sesion-rec {
	text-align: center;
	margin-top: 20px;
	font-size: .9rem;
}

/*-------------------------------------------------Responsive recuperaciòn de cuenta---------------------------------*/
@media (max-width: 1050px) {
	.form-rec-pass {
		width: 100% !important;
		height: 75% !important;
	}

	.contenedor-recuperar-pass {
		justify-content: flex-start;
		height: 100% !important;
	}
}

@media (max-width: 768px) {
	.form-rec-pass {
		min-height: 360px;

	}
}


/* ------------------------------------------Estilos menú lateral-------------------------------------------------- */
.menu_nav {
	display: flex;
	flex-direction: column;
	background: linear-gradient(135deg, #747474 0%, #5A5958 100%);
	width: fit-content;
	height: 100%;
	padding: 6rem 0;
	gap: 3rem;
	border-radius: 0 5rem 0 0;
	min-height: 95vh;
	padding: 0;
	padding: 2rem 4rem;
}

.menu_nav a {
	display: flex;
	font-size: 1.3rem;
	gap: .5rem;
	align-items: center;
	color: white;
	transition: 1s;
}

.menu_nav a:hover {
	text-decoration: none;
}

.content_app {
	display: flex;
	justify-content: space-between;
	margin: 0;
	max-width: 100%;
}

.content_left_menu {
	width: fit-content;
}

.content_right {
	width: 100%;
	margin: 0 2rem;
}

.container-fluid {
	padding: 0;
	width: 100% !important;
	border-top: solid .05px rgb(226, 226, 226);
}

.logo_div {
	margin: 0 auto;
	height: auto;
}

header {
	display: block;
	float: left;
	width: 100%;
	max-width: 100%;
	margin: 1rem 0;
}

.menu_div {
	width: 100%;
}

.logout-btn {
	margin-top: 8rem;
}

a.active {
	color: #5A5958;
	background-color: white;
	padding: .5rem 0 .5rem 1rem;
	border-radius: 2rem;
}

a:focus,
a:active {
	text-decoration: none;
}

.img-logout {
	width: 2rem;
	margin-right: .5rem;
}

/* --------------------------------------------FOOTER------------------------------------ */
footer {
	width: 98%;
	font-size: 11px;
	margin: 2rem;
	border: 1px solid #c8c8c8;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 2rem 4rem;
	display: flex;
	float: none;
	box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.3);
	justify-content: space-between;
}

.footer-contactos-individuales i {
	color: #A92116;
}

.footer-contactos-individuales {
	display: flex;
	gap: 3rem;
}

.contactos-footer {
	display: flex;
	gap: .8rem;
}

/* ------------------------------------------Header---------------------------------------------- */
header {
	display: flex;
	align-items: center;
}

header .logo_div {
	float: left;
	width: 24rem;
	max-width: 100% !important;
	margin-right: 1%;
	height: auto;
}

.pull-right {
	display: flex;
}

.menu-usuario-flex {
	display: flex;
	flex-direction: column;
}

.btn-buscar-boletas {
	margin-right: 10rem;
	background: linear-gradient(135deg, #A92116 0%, #77160f 100%);
	padding: 1rem 4rem;
	border-radius: 20rem;
	color: white;
	transition: 1s;
}

.btn-buscar-boletas i {
	margin-right: 1rem;
}

.btn-buscar-boletas:focus,
.btn-buscar-boletas:active {
	text-decoration: none;
	color: white;
}

.btn-buscar-boletas:hover {
	color: white;
	text-decoration: none;
	scale: 101%;
	box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.3);
}

header .menu_div {
	float: left;
	width: 100%;
	padding-right: 3rem;
}

/* -------------------------------------Estilos AGENDA------------------------------------------------- */
.content-mid-right {
	display: flex;
	border-bottom: solid .05px rgb(226, 226, 226);
}

.content-mid-right-foot {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	width: 100%;
	justify-content: space-between;
}

.logo-vet img {
	width: 16rem !important;
}

.content_left .content_nota,
.content_left .content_accion {
	background: linear-gradient(135deg, #A92116 0%, #77160f 100%);
}

#sucursal_selected_id {
	color: white !important;
}

#sucursal_selected_id option {
	color: #5A5958;
	text-align: center;
}

.content_left .content_accion .accion_title {
	color: white;
}

.content_accion .btn_ver_mas {
	background-color: #5A5958;
}

.linea-divisora {
	height: 100%;
	width: .5px;
	background-color: rgb(226, 226, 226);
	margin: 0 2rem;
	margin-top: -5.5rem;

}

#small_calendar .ui-widget-header,
#ui-datepicker-div .ui-widget-header {
	background-color: #A92116;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.ui-datepicker-title {
	color: white;
	margin-top: 2rem;
}

.div_principal_calendar .div_calendar .fc {
	box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.3);
	border-radius: 1rem;
}

/* ---------------------------------------------PACIENTES---------------------------------------------- */
.container-fluid {
	box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.3);
	border-radius: 1rem;
}

.content_nota {
	color: white;
}

.content_nota h5 {
	color: white !important;
}


.content_right .table-responsive {
	width: 100% !important;
}

.content_app .reportes_ui {
	max-width: 100%;
}

#div_principal_reportes_resultado {
	width: 75%;
}

.contenido_mostrar_reportes {
	overflow: hidden;
}

.logo-div-container {
	max-width: 250px;
	height: 100px;
	overflow: hidden;
}

.logo-div-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.content_left_menu .logo_div {
	width: 20rem;
}

.menu_antiguo {
	display: none;
}

header {
	display: none;
}

.nombre_fecha {
	color: white;
	display: flex;
	flex-direction: column;
	font-size: 1.2rem;
	gap: .5rem;
}

.buscar_doc {
	display: flex;
	font-size: 1.6rem;
	gap: 1rem !important;
	align-items: center;
	color: white;
	transition: 1s;
}

.linea_horizontal {
	border-top: 1px solid #fff;
	transform: scaleY(0.5);
	transform-origin: top;
}

.elementos-superiores {
	font-size: 1.8rem;
	display: flex;
	justify-content: flex-end;
	gap: 1.5rem;
	transition: 1s;
	flex-wrap: wrap;
	padding: .5rem 0;
}

.elementos-superiores a:hover {
	text-decoration: none;
	color: #77160f;
}

.tooltip {
	position: absolute;
	background: #111;
	color: #fff;
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 6px;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	transition: opacity .2s ease, transform .2s ease;
	z-index: 99999;
}

.contenedor-modal-padding {
	padding: 2rem;
}