.clear {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.padding1 {
	padding-top: 1px;
	font-size: 0;
	line-height: 0;
}

.padding3 {
	padding-top: 3px;
	font-size: 0;
	line-height: 0;
}

.padding5 {
	padding-top: 5px;
	font-size: 0;
	line-height: 0;
}

.padding7 {
	padding-top: 7px;
	font-size: 0;
	line-height: 0;
}

.padding10 {
	padding-top: 10px;
	font-size: 0;
	line-height: 0;
}

.padding20 {
	padding-top: 20px;
	font-size: 0;
	line-height: 0;
}

.padding30 {
	padding-top: 30px;
	font-size: 0;
	line-height: 0;
}

.padding40 {
	padding-top: 40px;
	font-size: 0;
	line-height: 0;
}

.padding100 {
	padding-top: 100px;
	font-size: 0;
	line-height: 0;
}

.padding120 {
	padding-top: 120px;
	font-size: 0;
	line-height: 0;
}

.padding400 {
	padding-top: 400px;
	font-size: 0;
	line-height: 0;
}

.box-buttons {
	float: left;
	/*margin-right: 10px; SystemIdea 20220602*/
	width: 37px;
	margin-right: 10px;
}

.contenedor100 {
	width: 100%;
}

.contenedor48 {
	float: left;
	width: 48%;
}

.contenedor2 {
	float: left;
	width: 2%;
}

.texto-right {
	text-align: right;
}

.boton-in-a {
	padding-left: 0em;
	padding-top: 0em;
}

.firma {
	text-decoration: none;
	font-weight: bold;
}

.contenedor220px {
	width: 220px;
	float: left;
	margin-right: 10px;
}

.boton100 {
	width: 100%;
}

.centrado {
	text-align: center;
}

.botones-superiores {
	float: left;
	margin-right: 10px;
}

.ancho-10-pc {
	width: 10%;
}

.ancho-15-pc {
	width: 15%;
}

.ancho-20-pc {
	width: 20%;
}

.ancho-100-pc {
	width: 100%;
}


.letra_ultra_small_success {
	font-size: 0.8em;
	color: #28c76f;
}

.fondo-blanco {
	background-color: #ffffff;
}

.negrita {
	font-weight: bold;
}


.boton-200px {
	width: 200px;
}

.boton-220px {
	width: 220px;
}

.boton-300px {
	width: 300px;
}

.texto-negro {
	color: #000000;
}

.img-120-80 {
	max-width: 120px;
	max-height: 80px;
}

.fuente-2em {
	font-size: 2em;
}

.fuente-1-6em {
	font-size: 1.6em;
}

.fuente-07em {
	font-size: 0.7em;
}

.btn-ultracompacto {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-size: 0.70rem !important;
	/* equivalente a fs-7 */
	line-height: 1.1 !important;
}

.btn-ultracompacto i {
	font-size: 0.75rem;
	/* más chico el icono */
}

/*------------------27-07-2025-----------------*/
.nav-tabs.widget-nav-tabs {
	border: 0 !important;
	overflow-x: auto;
}

.nav-tabs.widget-nav-tabs .nav-link {
	border: 1px dashed #434968;
}

@media (min-width: 768px) {
	.nav-tabs.widget-nav-tabs .nav-link {

		border-radius: 0.375rem;
	}
}

@media (max-width: 767.98px) {
	.nav-tabs.widget-nav-tabs .nav-link {
		border: 0 !important;
		padding: 0;
	}
}

.nav-tabs.widget-nav-tabs .nav-link.active {
	border-color: #7367f0;
	box-shadow: none !important;
}

.nav-tabs.widget-nav-tabs .nav-link.active {
	border-color: #7367f0;
	box-shadow: none !important;
}

.nav-tabs.widget-nav-tabs .nav-link.active .badge {

	color: #7367f0 !important;
}

@media (max-width: 767.98px) {
	.nav-tabs.widget-nav-tabs .nav-link .tab-widget-title {
		display: none;
	}
}

.nav .nav-item,
.nav .nav-link,
.tab-pane,
.tab-pane .card-body {
	outline: none !important;
	/* min-height: 168px; */
}

.nav.nav-pills .nav-link {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}


.nav~.tab-content {
	background: #2f3349;
}

.nav-tabs-shadow {
	box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4);
}

.nav-tabs .nav-link {
	line-height: 1.375;
}

#sidebarMenu.collapse {
	width: 0;
	overflow: hidden;
	transition: width 0.3s ease;
}

#sidebarMenu {
	transition: width 0.3s ease;
}

/* Opcional: transición de colores */
html.dark-layout,
html.light-layout {
	transition: background 0.3s, color 0.3s;
}


#organigrama div {
	font-family: Arial, sans-serif;
}

.leyd-colores {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: bold;
}

.leyd-colores span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
}

.map-label {
        background: white;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 2px 6px;
        font-size: 12px;
        font-weight: 600;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    /* =========================
   FORM CARD DASHBOARD
========================= */
.form-dashboard {
    margin: 0;
}

/* botón dentro del form */
.form-dashboard button.btn-dashboard {
    width: 100%;
    background: transparent;
    border: 1px dashed rgba(110, 110, 110, 0.6);
    border-radius: 12px;
    padding: 14px;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

	height: 100%; /* 🔥 todas iguales */
}

/* =========================
   LIGHT MODE
========================= */
body.light .form-dashboard button.btn-dashboard {
    border-color: rgba(90, 90, 90, 0.55);
    color: #2b2b2b;
    background: rgba(255, 255, 255, 0.02);
}

/* =========================
   DARK MODE
========================= */
body.dark .form-dashboard button.btn-dashboard {
    border-color: rgba(243, 240, 240, 0.45);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.03);
}

/* =========================
   HOVER
========================= */
.form-dashboard button.btn-dashboard:hover {
    border-style: solid;
    border-color: rgba(61, 62, 63, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* iconos */
.form-dashboard i {
    font-size: 22px;
    margin-bottom: 8px;
}

/* texto */
.form-dashboard h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.dashboard-card {
    border: 2px dashed var(--bs-border-color);
    border-radius: 16px;
    padding: 14px;
    background: transparent;
    transition: all 0.2s ease-in-out;
}

.dashboard-card:hover {
    border-color: var(--bs-primary);
    transform: translateY(-3px);
}

/* IMPORTANTE: el botón no debe romper el borde */
.dashboard-card .btn-dashboard {
    background: transparent;
    border: none;
    width: 100%;
    padding: 10px;
}

/* Espaciado interno */
.dashboard-card .badge {
    margin-bottom: 6px;
}

/* DARK MODE */
[data-bs-theme="dark"] .dashboard-card {
    border-color: rgba(255,255,255,0.25);
}

[data-bs-theme="dark"] .dashboard-card:hover {
    border-color: #4dabf7;
}

.dashboard-item {
    backdrop-filter: blur(2px);
}


.btn-dashboard {
     width: 100%;
    background: transparent;
    border: 1px dashed rgba(110, 110, 110, 0.6);
    border-radius: 12px;
    padding: 14px;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    height: 100%; /* 🔥 todas iguales */
}

.btn-dashboard:hover {
    border-style: solid;
    border-color: rgba(61, 62, 63, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.btn-dashboard h6 {
    font-weight: 600;
}

.btn-dashboard .badge {
    padding: 10px;
    font-size: 1.1rem;
    border-radius: 8px;
}

/* fondo suave del badge (como ya usás) */
.bg-label-primary {
    /*background-color: #eef2ff;*/
}

.active-equipo {
    border-color: #0083d1 !important;
}

.resaltado {
    background-color: #0083d1;
    padding: 0 2px;
    border-radius: 3px;
}

.modal-equipos .table-responsive {
    overflow: visible;
}

.modal-equipos .table thead th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    z-index: 2;
}

.modal-equipos th.sortable {
    cursor: pointer;
    user-select: none;
}

.modal-equipos th.sortable:hover {
    color: #0083d1;
}