.floating-label-container {
            position: relative;
        }

        /* Estilo del label flotante */
        .floating-label {
            position: absolute;
            top: 0;
            left: 10px;
            font-size: 0.7rem;
            color: #6c757d;
            pointer-events: none;
            transition: all 0.2s;
        }

        /* Estilo del label cuando el input tiene foco o está lleno */
        .form-control:focus + .floating-label,
        .form-control:not(:placeholder-shown) + .floating-label {
            font-size: 0.75rem;
            top: -20px;
            left: 10px;
            color: #495057;
        }

        /* Estilo para inputs vacíos con placeholder */
        .form-control:placeholder-shown + .floating-label {
            top: 10px;
        }

.tab-content {
	border: solid 1px;
	border-radius: 4px;
	padding: 10px;
	border-color: #dee2e6 #dee2e6 #fff;
}

.search-form {
	margin: 0 auto; /* Centra el formulario en la página */
	background-color: #f9f9f9; /* Fondo claro */
}

/* Estilo para los campos de entrada */
/* Estilo para alinear los inputs horizontalmente */
.search-form form {
	display: flex;
	flex-wrap: wrap;
	/* Para que los elementos se ajusten si el tamaño de la pantalla es pequeño */
	gap: 15px; /* Espacio entre los elementos */
}

/* Cada input y su label estarán en una misma fila */
.search-form .form-group {
	display: flex;
	flex-direction: column;
	width: calc(50% - 7.5px);
	/* Ancho de los campos al 50% menos el espacio entre ellos */
}

/* Alineación de la etiqueta y los inputs */
.search-form label {
	color: #333;
	margin-bottom: 5px;
}

.search-form .form-control {
	width: 100%; /* Ocupa todo el ancho disponible */
	border: 1px solid #ccc; /* Borde gris claro */
	border-radius: 5px; /* Bordes redondeados */
	transition: border-color 0.3s; /* Transición suave para el borde */
}

.calendar table.month tr td .day-content {
	border-radius: 0px !important;
}

td, th {
	font-size: 11px;
	vertical-align: middle !important;
}

.no-border-lr {
	border-left: 0 !important;
	border-right: 0 !important;
}

.no-hover:hover {
	background-color: inherit !important;
}

.dataTables_wrapper {
	padding-left: 0px !important;
}

.table-hover tbody tr:hover, .table-hover tbody tr.active {
	background-color: rgba(196, 146, 44, 0.3);
}

.bg-fila-total {
	
}

.bg-gold {
	background-color: #c4922c !important;
}

.obs-txtarea {
	resize: none;
	height: 150px !important;
}

.txt-gold {
	color: #c4922c !important;
}

.card-hoc {
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.verifContab-btns {
	padding-bottom: 35px;
}

.btn-option-table {
	padding: 4px 20px;
	font-size: 0.8rem;
	background: #bdbfc1;
	color: #000;
	border: 0 !important;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
	margin-right: 15px;
	margin-top: 1px;
}

.btn-option-table:hover {
	background: #c4922c;
	color: #fff;
}

.consultarPedidos-text {
	color: black;
	font-size: 0.8rem;
}

.consultarPedidos-colum-text {
	font-weight: bold;
	color: #000;
	font-size: 0.8rem;
	background-color: #bdbfc1;
}

.consultarPedidos-div {
	background-color: #F2F5F7;
}

.consultarPedidos-heading-color {
	background-color: #E0EEF7;
}

.container {
	padding-top: 10px;
}

.custom-select {
	max-width: 250px;
	height: auto;
	padding: 5px 28px 5px 10px;
	font-size: 0.8rem;
}

.panel {
	border-color: black;
}

#example23_wrapper {
	padding-left: 0 !important
}

.np {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*.dataTables_paginate{
    display: inline-block;
    float: right;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.dataTables_length{
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: -8px;
}*/
.result_tabla_accionista, .result_tabla_beneficiariosFinales_1,
	.result_tabla_beneficiariosFinales_2 {
	padding: 0px 0 10px 0;
	background: #fff;
}

.result_tabla {
	padding: 0px 0 50px 0;
	background: #fff;
}

#results {
	padding: 20px 0;
}

.nm {
	margin-left: 0;
	margin-right: 0;
}

.card-body-back {
	background-color: #F2F5F7;
}

.acordeon_tabla .card-header h2 {
	font-size: .9rem;
}

.acordeon_tabla .card-header {
	background-color: #e2eff8;
	border: 1px solid #a5bfd2;
	margin-bottom: 0 !important;
}

.acordeon_tabla .card-header h2 button {
	float: right;
	padding: 5px;
	line-height: inherit;
	height: 15px;
	border: 1px solid #c4922c;
}

.acordeon_tabla .card-header h2 button span {
	width: 20px;
	height: 3px;
	background: #c4922c;
	display: block;
}

.dt-buttons a {
	padding: 4px 20px;
	font-size: 0.8rem;
	background: #bdbfc1;
	color: #000;
	border: 0 !important;
	font-weight: bold;
}

.dt-buttons a:hover {
	background: #c4922c;
	color: #fff;
}

.dataTable {
	background: #fff;
}

.page-link {
	color: #000;
	background-color: #bdbfc1;
	padding: 0.2rem .75rem;
}

.page-item.active .page-link {
	background-color: #c4922c;
	border-color: #c4922c;
}

.page-item.disabled .page-link {
	background-color: #bdbfc1;
}

.consultarPedidos-buscar {
	margin: 0;
}

.consultarPedidos-buscar button {
	float: right;
	width: 160px;
}

.contenido .consultarPedidos-div:nth-child(2) {
	margin-bottom: 10px;
}

.input-error {
	border: 1px solid #ca7575 !important;
}

.help-block-error {
	color: #ca7575 !important;
}

.input-success {
	border: 1px solid #008000;
}

.help-block-success {
	color: #008000 !important;
}

.help-block {
	font-size: 0.8rem !important;
}

.text-upper-case {
	text-transform: uppercase !important;
}

.gj-datepicker-md [role=right-icon] {
	font-size: 20px !important;
	right: 4px !important;
	top: 3px !important;
}

.m-b {
	margin-bottom: 1rem;
}

.float-r {
	float: left;
}

.nmb {
	margin-bottom: 0;
}

.file-input-modal input {
	width: 100% !important;
}

.contentHeightTab {
	max-height: 50vh;
	overflow: auto;
}

@media ( min-width : 576px) {
}

@media ( min-width : 768px) {
	.float-r {
		float: right;
	}
	.m-b-sm {
		margin-bottom: 1.5rem;
	}
	.consultarPedidos-text label {
		margin-bottom: 0;
	}
}

@media ( min-width : 992px) {
	.m-b-sm {
		margin-bottom: 0;
	}
}

@media ( min-width : 1440px) {
	.m-b {
		margin-bottom: 1.5rem;
	}
	.contentHeightTab {
		max-height: 55vh;
	}
}

@media ( min-width : 1600px) {
	.acordeon_tabla .card-header h2 {
		font-size: 1rem;
	}
}

@media ( min-width : 1900px) {
	.contentHeightTab {
		max-height: 63vh;
	}
}

.column-alineada {
	text-align: right !important;
}

.align-bottom-filenames {
	display: table-cell;
	vertical-align: bottom;
}

#iptNumFactura {
	width: 200px;
}

.gj-datepicker-md {
	display: inline-block;
	width: 110px;
}

.gj-datepicker-md input {
	font-size: .85rem;
}

.consultarPedidos-div .row {
	margin-left: -10px;
	margin-right: -10px;
}

.consultarPedidos-div .row>div {
	padding: 0 10px;
}

.tableMaxHeight {
	display: flex;
	flex: 1 1 auto;
}

.tableMaxHeight .dataTables_wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
}

.tableMaxHeight .dataTables_wrapper .rowTable {
	flex: 1 1 auto;
	flex-direction: column;
	margin: 0;
	padding: .5rem 0;
}

.tableMaxHeight .dataTables_wrapper .rowTable>div {
	overflow: auto;
	flex-grow: 1;
	flex-basis: 0;
	padding: 0;
}

.tableMaxHeight thead th, .tableMaxHeight thead td {
	position: sticky !important;
	top: 0;
	z-index: 100;
	background-color: #bdbfc1;
}

.container-custom {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.content-table-height {
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
	flex: 1 1 auto;
}

.align-text-custom {
	text-align: end;
}

.table-responsive {
	padding-top: 5px;
}

.background-custom {
	color: #f2f5f7 !important;
}

.padding-custom {
	padding-left: 12px;
}

.btn-ver {
	font-size: 0.7rem;
	padding: 0 .5rem;
	line-height: 1.5;
	border-radius: .2rem;
	background-color: #c4922c !important;
	border-color: #c4922c !important;
	color: #fff !important;
}

.spinnerBlock {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgb(0 0 0/ 10%);
}

.spinnerBlock>div {
	position: relative;
	top: 25%;
}

.img-preview {
	width: 120px;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #ccc;
}

.modal-ul {
	list-style-image: url(../img/check-solid.svg);
}

.celda-oculta {
	display: none !important;
}

.fileRechazado {
	background-color: #eb4949d9 !important;
	font-weight: 700;
	color: white;
	text-align: center;
}

.fileCorregido {
	/*     background-color: #18bb18 !important; */
	
}

.pValidacion {
	margin-bottom: 0.1rem;
	font-size: 15px;
	text-align: left;
	padding-left: 40px;
}

fieldset.scheduler-border {
	border: 1px groove #ddd !important;
	padding: 0 0.5em 0 0 !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
	font-size: 12px !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
}

@media ( min-width : 576px) {
	.modal-dialog-p {
		max-width: 500px;
	}
}

@media (min-width: 1200px) {
    #tableContainer {
        max-width: 52vw;
    }
}

/* Para pantallas medianas, ajustamos el ancho de la tabla */
@media (max-width: 1199px) and (min-width: 768px) {
    #tableContainer {
        max-width: 47vw;
    }
}

/* Para pantallas pequeñas (móviles) */
@media (max-width: 767px) {
    #tableContainer {
        max-width: 40vw;
    }
}


@media (min-width: 1200px) {
    #tableContainerPagos,
    #tableContainerSociedades {
        max-width: 18vw;
    }
}

/* Para pantallas medianas, ajustamos el ancho de la tabla */
@media (max-width: 1199px) and (min-width: 768px) {
    #tableContainerPagos,
    #tableContainerSociedades {
        max-width: 17vw;
    }
}

/* Para pantallas pequeñas (móviles) */
@media (max-width: 767px) {
    #tableContainerPagos,
    #tableContainerSociedades {
        max-width: 10vw;
    }
}

.btn-dorado-mini{
    background-color: #c4922c !important;
    border-color: #c4922c !important;
    color: #fff !important;
    width: 120px;
    font-size: 0.8rem;
    padding: 3px 0px 3px 0px;
}