.destacaLb {
  background-color: none;
  border: 1px none #999;
  padding: 5px;
  border-radius: 3px;
  transition: background-color 0.3s, border-color 0.3s;
  margin-bottom: 0em !important;
}

.destacaLb:hover {
  background-color: #E4E4E4;
  border-color: #EBEBEB;
  border-radius: 3px;
  margin-bottom: 0em !important;
  /*color: #fff;  Opcional: cambia el color del texto al pasar el mouse */
}

.oculto  {
	display:none
}

/*checkboxes */
.cb {
	top:5px;
	width: 18px;
	height: 18px;
	position: relative;
	margin: 20px 5px;
	background: white;
	label {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 4px;
		left: 4px;
		cursor: pointer;
		background: linear-gradient(top, #222 0%, #45484d 100%);
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
		&:after {
			content: '';
			width: 16px;
			height: 16px;
			position: absolute;
			top: 2px;
			left: 2px;
			background: $activeColor;
			background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
			box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
			opacity: 0;
			color: #060;
		}
		&:hover::after {
			opacity: 0.3;
		}
	}
	input[type=checkbox] {
		visibility: hidden;
		&:checked+label:after {
			opacity: 1;
		}
	}
}

.LabeHover {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	cursor: pointer;
	background: linear-gradient(top, #222 0%, #45484d 100%);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
}

.CkLabel {
	display: inline-block;
}

.cb:hover,
.CkLabel:hover {
	cursor: pointer;
}
/* fin checkboxes */

a:active{
	text-decoration:none;
}

img[src="img/iconos/close.png"] {
	transition: opacity 0.3s ease;
}
img[src="img/iconos/close.png"]:hover {
	opacity: 0.5; /* Ajusta el valor según la transparencia deseada */
}

/*Inputs*/
.input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #A5B4C7;		/*#B1BECE hasta el 25-08-2017 */
	font-weight:normal;
}
.inputReadOnly {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	background:none;
	cursor: not-allowed;
	color:#666
}
input[readonly] {
	background-color:#E6E6E6;
	cursor:not-allowed;
}
input[type=text], input[type=password], input[type=search], input[type=email], input[type=number], input[type=file] {
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	/*padding: 3px 3px 3px 3px;*/
	border: 1px solid #A5B4C7;  /* #DDDDDD; */
	height:27px;
	/*box-shadow: 0 0 5px rgba(255, 255, 255, 1);*/
}
input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
	background-color:#FFFFF0;
}
input[type=file] {
	cursor:pointer;
	font-size:13px;
}
select {
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	border: 1px solid #A5B4C7;
	box-shadow: 0 0 5px rgba(255, 255, 255, 1);
	max-width:200px;
	height:30px;
}
select[multiple], select[multiple]:hover, select[multiple]:focus {
	background:none;
	padding:0;
	margin:0;
	border-width: 2px;
	border-style: inset;
	border: 1px solid #A5B4C7;
	cursor:pointer;
	max-width:400px;
}
textarea {
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	border: 1px solid #DDDDDD;
	box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}
textarea:focus, select:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
	background-color:#EAF8FF;
}
select:disabled {
	opacity: 0.8;
	cursor:not-allowed;
}
.inputNumerico {
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #A5B4C7;
}
<!--// Inputs-->

/* Clases para alert y confirm.*/
/* Estilo del fondo oscuro del modal */
.custom-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
}

/* Estilo del cuadro de alerta y confirmación */
.custom-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	z-index: 1001;
	text-align: center;
	max-width:550px;
}

/* Botones */
.custom-btn {
	margin: 10px;
	padding: 10px 20px;
	background-color: #007BFF;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.custom-btn:hover {
	background-color: #0056b3;
}

.custom-cancel-btn {
	background-color: #DC3545;
}

.custom-cancel-btn:hover {
	background-color: #a71d2a;
}

#customConfirmMessage {
	white-space: pre-line; /* Asegúrate de que no sea pre ni pre-line */
	overflow-wrap: break-word; /* Para ajustar texto largo */
	line-height: 1.5; /* Espaciado para mayor claridad */
}	
/* Fin Alert y confirm.*/

progress {
border: none;
border-radius: 2rem;
width: 100%;
height: 9px;
animation: prog 2s cubic-bezier(0, 0, 0.4, 0.89);
}

::-webkit-progress-bar-value {background-color: #1DA1F2; border-radius: 0 2rem 2rem 0;}
::-webkit-progress-value {background-color: #1DA1F2; border-radius: 0 2rem 2rem 0;}
::-moz-progress-bar {background-color: #1DA1F2; border-radius: 0 2rem 2rem 0;}

@keyframes prog {
0% {width: 0%; background-color: #f1f1f1;}
100% {width: 100% color: #000;}
}

.HeadSecundaria {
    font-size: 11px;
    color: #333333;
    background-color: #BADAFE;
    font-weight: bold;
	border-bottom:1px solid #6CB1FD;
    margin: 0px;
    padding: 2px;
    height: 18px;
}
.imgMenu{
	max-height:16px;
	max-width:16px;
}

.chosen-error .chosen-single {
    background-color: rgb(241, 249, 155) !important; /* fondo amarillo claro */
}

.numerico, .decimal{
	text-align:right !important;
}

.tabla-redondeada {
    border-collapse: separate; /* importante para que border-radius funcione */
    border-spacing: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden; /* ayuda a que el contenido no se desborde */
}

.ck-editor__editable_inline {/*altura minima de ckeditor 5*/
    min-height: 300px;
	max-height: 500px;
	overflow:auto;
}

.mw1000{
	max-width:1000px;
}

.mw1200{
	max-width:1200px;
}

.mw1400{
	max-width:1400px;
}

.mw1900{
	max-width:1900px;
}


.note-dropdown-menu {
    width: auto !important;
	min-width:300px;
    max-width: 100%;
    height: auto !important;
    padding: 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: visible;
    z-index: 1051;
    box-sizing: border-box; 
	border:#093 1px solid;
}


.note-btn.dropdown-toggle::after {
    display: none !important;
}


