div.checkbox.switcher label,
div.radio.switcher label {
	padding: 0;
}

div.checkbox.switcher label *,
div.radio.switcher label * {
	vertical-align: middle;
}

div.checkbox.switcher label input,
div.radio.switcher label input {
	display: none;
}

div.checkbox.switcher label input+span,
div.radio.switcher label input+span {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	width: 56px;
	height: 28px;
	background: #f2f2f2;
	border: 1px solid #eee;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

div.checkbox.switcher label input+span small,
div.radio.switcher label input+span small {
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	left: 0;
}

div.checkbox.switcher label input:checked+span,
div.radio.switcher label input:checked+span {
	background: #269bff;
	border-color: #269bff;
}

div.checkbox.switcher label input:checked+span small,
div.radio.switcher label input:checked+span small {
	left: 50%;
}

.popover {
	max-width: 580px;
}

a {
	cursor: pointer;
}

.globo_importe_verde {
	min-width: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px;
	color: #54A602;
	background-color: #54A60222;
	align-self: flex-start;
	padding: 10px;
	margin-left: auto;
}

.globo_importe_amarillo {
	min-width: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px;
	color: #ffab00;
	background-color: #ffab0022;
	align-self: flex-start;
	padding: 10px;
	margin-left: auto;
}

.globo_importe_turquesa {
	min-width: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px;
	color: #43CCEB;
	background-color: #43CCEB22;
	align-self: flex-start;
	padding: 10px;
	margin-left: auto;
}

.globo_usuario {
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #54A602;
	border-radius: 10px;
}

.num_der {
	margin-left: auto;
}

.firmaTexto {
	font-weight: bold;
	color: #2d6da2;
}

.segrenglon {
	font-size: 11px;
	color: #555555;
	font-style: italic;
}

#div_liquidaciones_botones {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
}

.tablaAportes label {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#tablaTopes label {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.panel {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: white;
}

@media only screen and (max-width: 1400px) {
	#div_liquidaciones_botones {
		position: relative;
		left: 0px;
		top: 0px;
		z-index: 100;
	}
}

@media only screen and (max-width: 800px) {

	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		margin: 2px;
	}
}

li.menu-item>a.menu-link:before {
	content: '';
	position: absolute;
	left: -1.4375rem;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
}

.dropdown-item {
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;
}

.form-control:focus {
	border-width: 2px;
	padding: calc(.543rem - 2px) calc(.9375rem - 2px);
}

.navbar-nav {
	margin-left: auto;
}

.btn-eliminar:hover {
	color: red;
}

.color-rojo {
	color: red !important;
}

.color-verde {
	color: green !important;
}

/*sneat*/
.app-brand-logo img,
.app-brand-logo svg {
	width: 260px;
}

.menu-collapsed .app-brand-logo img,
.app-brand-logo svg {
	width: 26px;
}

.menu-vertical .app-brand {
	padding-right: 0rem;
	padding-left: 0rem;
}

.menu-collapsed .app-brand-logo img,
.app-brand-logo {
	width: 83px;
	transition: width 0.35s ease;
}

.menu-collapsed:hover .app-brand-logo img,
.app-brand-logo {
	width: 260px;
	transition: width 0.35s ease;
}

#layout-menu {
	z-index: 99999;
}

.text-truncate {
	white-space: normal !important;
	word-wrap: break-word;
	word-break: break-word;
}

.liq_primary {
	font-weight: 500;
	font-size: 16px;
	padding: 2px;
}

.liq_success {
	color: #71dd37;
	font-weight: 500;
	font-size: 16px;
	padding: 2px;
}

/*SNEAT*/
@media (min-width: 1200px) {
	.layout-content-navbar .layout-navbar {
		z-index: 999;
	}

	.footer-smaller {
		left: 16.25rem !important;
		width: calc(100% - 1.625rem * 2 - 16.25rem) !important;
	}

}

@media (max-width: 991.98px) {
	.footer-smaller {
		width: calc(100% - 1rem * 2) !important;
	}
}

.layout-container {
	height: auto;
}

.footer-inside {
	margin-left: 16rem;
	width: calc(100% - 16rem);
}

.principal {
	/*así el footer no tapa contenido*/
	padding-bottom: 100px;
}

#menuSide {
	margin-bottom: 100px;
}

.selectAgrupa {
	padding-left: 5px;
	font-weight: bold;
	font-style: italic;
}

.btn-admin-liquidaciones {
	font-weight: 500;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
	background-image: none;
	border: 0px solid transparent;
	position: relative;
	padding: 8px 5px;
	margin: 0 5px 10px 10px;
	min-width: 60px;
	text-align: center;
	font-size: 13px;
}

.btn-admin-liquidaciones-globo {
	position: absolute;
	top: -3px;
	right: -10px;
	font-size: 10px;
	font-weight: 400;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
	transform: translate(20%, -30%) !important;
}

@media (min-width: 1400px) {

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1600px;
	}
}

.layout-navbar.navbar-detached.container-xxl {
	max-width: calc(1600px - 1.625rem * 2);
}

.footer-smaller {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 55555;
	width: calc(100% - 1.625rem * 2);
	right: 0;
	margin: 1rem auto 0;
	padding: 0 1.5rem;
	max-width: calc(1600px - 1.625rem * 2);
	align-items: center;
	justify-content: flex-start;
	display: flex;
	margin-top: 20px;
	box-shadow: 0 0 0.375rem 0.225rem rgba(34, 48, 62, 0.08);
	border-radius: 0 0 0.375rem 0.375rem;
}

a.liq_link {
	text-decoration: underline;
}

/* fixed height para pasajes y comunicacion*/
.card-text-scrollable {
	overflow-y: auto;
	height: 200px;
	/* Adjust the height as needed */
	position: relative;
}

.comunicEditor {
	height: 115px !important;
}

.table-nopadding> :not(caption)>*>*:not(th) {
	padding-bottom: 0 !important;
	padding-top: 0px !important;
	padding-right: 10px !important;
}

.table-size13 {
	font-size: 13px;
}

.table-nopadding .btn {
	/*padding: 0px !important;*/
}

.table tr.fila-deshabilitada td {
	/* Inherits the color from tr */
	color: inherit;
	font-style: italic;
}

.table tr.fila-deshabilitada {
	color: rgb(159, 159, 159);
}

.avatar-doc {
	position: relative;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	margin: 0.3rem;
}

.progress {
	height: 10px !important;
}

.table_row_30 tr {
	height: 38px;
	align-content: center;
}

table {
	font-size: 13px;
}

tr .btn {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.authentication-inner {
	width: 500px !important;
	margin: auto !important;
	height: auto !important;
}

.olvido-inner {
	width: 600px !important;
	margin: auto !important;
	height: auto !important;
}

@media (min-width: 991.99px) {
	#formPrincipal {
		padding-right: 0.72rem;
	}
}

@media (max-width: 991.98px) {
	#formPrincipal {
		padding-right: 0.12rem;
		overflow-x: hidden;
	}
}

/* Firefox: Remove the padding-right */
@-moz-document url-prefix() {
	@media (min-width: 991.99px) {
		#formPrincipal {
			padding-right: 26px !important;
		}
	}

	@media (max-width: 991.98px) {
		#formPrincipal {
			padding-right: 16px !important;
		}
	}
}