.table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
    background-color: #fff;
}
.table thead {
    background-color: #f8f9fa;
}
.table thead td {
    font-weight: 600;
    color: #374151;
    border-bottom: 2px solid #dee2e6;
}
.table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}
.table-striped tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.table img {
    vertical-align: middle;
    margin-right: 0.5rem;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.text-center {
    text-align: center;
}
.font-weight-bold {
    font-weight: 700;
}
.conforme {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    background-color: #10b981;
    border-radius: 0.25rem;
}
.anulado {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    background-color: #ef4444;
    border-radius: 0.25rem;
}
.buttonAction {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    margin: 0 0.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    border: 1px solid;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}
.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
    background-color: transparent;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
}
.btn-secondary:hover {
    background-color: #5c636a;
    border-color: #565e64;
}
.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.m-4 {
    margin: 1.5rem;
}
.empresa-cell {
	display: flex;
	align-items: center;
}
.empresa-cell img {
	width: 20px;
	height: 20px;
	margin-right: 0.5rem;
	flex-shrink: 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal.fade {
    transition: opacity 0.15s linear;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
.modal.show {
    display: block;
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.75rem auto;
    max-width: 500px;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    outline: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.modal-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
}
.modal-header .close {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
}
.modal-header .close:hover {
    opacity: 0.75;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
body.modal-open {
    overflow: hidden;
}
#ventasfe h1, #ventaswef h1 {
    text-align: center;
    color: #37517e;
    font-size: 1.5rem;
    padding: 2rem 0;
}
#ventasfe h3, #ventaswef h3 {
    color: #374151;
    font-weight: 600;
    margin: 1.5rem 0;
}
.ed-container {
    width: 100%;
    margin: 0 auto;
}
.listaDeVentas {
    margin-top: 0;
}
@media (max-width: 767px) {
    .modal-dialog {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
    }
    .table {
        font-size: 0.875rem;
    }
    .table td {
        padding: 0.5rem;
    }
    .buttonAction {
        padding: 0.25rem 0.5rem;
        margin: 0.125rem;
    }
}
@media print {
    .no-print {
        display: none !important;
    }
    .buttonAction,
    button {
        display: none !important;
    }
    .modal {
        position: static !important;
    }
    .modal-backdrop {
        display: none !important;
    }
}