/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/*Botones datatable a la derecha*/

div.dt-buttons {
	float: right;
	margin-left: 10px;
}

/*Estilos fondo amarillo*/

.fondo-amarillo {
	background-color: #F7F8E0;
}

/*Estilos barrra de navegación*/
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
	color: #f8f3e6;
}

.nav-link[data-toggle].collapsed:before {
	content: " ▾";
}

.nav-link[data-toggle]:not(.collapsed):before {
	content: " ▴";
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
	color: #FFFFFF;
}

.navbar-custom .navbar-nav .nav-link {
	color: #FFFFFF;
}

.navbar-custom .dropdown-menu {
	background-color: #F5F4ED;
}

.navbar-custom .dropdown-item {
	color: black;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
	color: gray;
	background-color: #82bdb791;
}

.navbar-custom {
	background-color: #579690;
	font-weight: bold;
	color: #FFFFFF;
	border: #A3ABC4;
	border-radius: round;
}

/*Estilos cards*/
card {
	width: 400px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: none;
	padding: 0px;

}

.list-group-item.active {
	background-color: #1A5276;
}

.footer {
	text-align: center;
	color: white;
	font-size: medium;
	/* font-weight: bold; */
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #a0c448;
	padding: 10px 0;
}

.card-body {
	background-color: rgb(247, 248, 224);
	padding: 0px;
}

.card-header {
	background-color: #007a33;
	border-color: transparent;
	color: white;
	font-weight: bold;
	margin-top: 0;
}

/*Estilos margenes*/
.margin {
	margin: 20px auto;
	padding-bottom: 0
}

/*Estilos formularios*/
.bg-form>div {
	position: relative;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
	border: 1px gray dashed;
	webkit-transition: opacity 400ms ease-in;
	moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

/*Estilos cuerpos y fuentes*/
html {
	font-size: 12px;
}

.password-verdict {
	color: #000;
}

.panel-default {
	border-color: #dddddd;
}

.modal-header {

	background-color: #579690;
	padding: 12px 20px;
	color: #FFF;
	border-bottom: 20px #BBBB00;
	height: 50px;

}



.modal-content {

	/* 80% of window height */

	height: 90%;

	background-color: #D8D8D8;

}

.center-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
	max-height: auto;
}

/* Media query para dispositivos de escritorio */
@media (min-width: 768px) {
	.center-image {
		max-width: 15%;
		/* Tamaño máximo para dispositivos de escritorio */
	}
}

.logo-container {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 8px;
}

.form-row {
	padding-left: 10px;
	padding-right: 10px;
}


.modal-footer {

	background-color: #579690;

	padding: 1rem;

	border-top: 1px solid #e9ecef;

}


.required-label::after {
    content: '*';
    color: red; /* Cambia el color del asterisco según sea necesario */
    margin-left: 2px; /* Ajusta el espacio entre el texto del label y el asterisco */
}
