a:link, a:visited, a:hover, a:active{
	text-decoration: none !important;
}

.rounded, .select2-selection, .bootstrap-tagsinput, .bootstrap-tagsinput > .badge{
	border-radius:8px !important;
}

.rounded-start,  .select2-selection, .bootstrap-tagsinput, .bootstrap-tagsinput > .badge{
	border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.rounded-end,  .select2-selection, .bootstrap-tagsinput, .bootstrap-tagsinput > .badge{
	border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.rounded-top,  .select2-selection, .bootstrap-tagsinput, .bootstrap-tagsinput > .badge{
	border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.rounded-bottom,  .select2-selection, .bootstrap-tagsinput, .bootstrap-tagsinput > .badge{
	border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.backgroundImage{
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.form-check-input{
  width: 1.2em !important;
  height: 1.2em !important;
}

.form-check-input:active,.form-check-input:focus,.btn{
  outline:0 !important;
  box-shadow: none !important;
}

.list-group-item {
  border:0px !important;
}

input.showQuantity::-webkit-inner-spin-button, 
input.showQuantity::-webkit-outer-spin-button{ 
	-webkit-appearance: none; 
	margin: 0; 
}

.hidden-column{
    display:none;
}

/*=============================================================
AJUSTES DE MARCA MEGA
=============================================================*/

/* Botones de estado (Pagado / Vencido / Pendiente) como p���ldora,
igual que en el mockup de la tabla de Clientes */
.badge{
	border-radius: 50px !important;
	padding: .4em .9em !important;
	font-weight: 600 !important;
}

/* Checkbox marcado en azul marino de marca en vez del negro/azul de Bootstrap */
.form-check-input:checked{
	background-color: #2D279C !important;
	border-color: #2D279C !important;
}

/* Botones con leve efecto hover, consistente con "Minimalista y Funcional" */
.btn{
	transition: filter .15s ease-in-out;
}
.btn:hover{
	filter: brightness(0.94);
}

/* Tarjetas y bloques con esquina redondeada un poco mayor, como en los mockups */
.card{
	border-radius: 12px !important;
}


