/*ESTILOS PARA MODAL DE VENTAS*/

.modal-h-65 {
	height: 82vh;
}

.col-base {
	border: solid #ced4da 2px;
	overflow: auto;
	height: 83vh;
}

.col-base p:not(:last-child) {
	margin-bottom: 1rem;
}

.col-base::-webkit-scrollbar {
	width: 8px;
}

.col-base::-webkit-scrollbar-thumb {
	background: #53575a;
	border-radius: 0px;
}

.col-base::-webkit-scrollbar-thumb:active {
	background-color: #999999;
}

.col-base::-webkit-scrollbar-thumb:hover {
	background: #b3b3b3;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.col-base::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 0px;
}

.col-base::-webkit-scrollbar-track:hover, .col-base::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}

.font-size-p-8 { 
	font-size: 0.8rem;
}

.font-size-p-7 {
	font-size: 0.7rem;
}

.transform-contenido {
	text-transform: uppercase !important;
	line-height: 1;
	display: block;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.transform-contenido-table {
	text-transform: uppercase !important;
	line-height: 1;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.d-grid {
	display: grid;
}

.img-cuadro-producto { 
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.btn-valor-producto {
	font-size: 0.875rem;
	color: #07bb15;
	font-weight: 500;
}

.btn-quitar-producto{
	background: none;
	border: none;
}

.btn-pd-prepend { 
	padding: .1rem .5rem !important;
}

.btnDarkSeleccionado { color: #fff!important;; background-color: #343a40!important;; border-color: #343a40!important;; }
.btnDarkSeleccionado:active { color: #fff!important; background-color: #23272b!important; border-color: #1d2124!important; }
.btnDarkSeleccionado:hover { color: #fff!important; background-color: #23272b!important; border-color: #1d2124!important; }

.th-name-producto {
	width: 20vw !important;
	/* width: 17vw !important; */
}
.th-name-producto2 {
	width: 16vw !important;
}

.bg-trAdicion {
	background-color: #cbced1 !important;
}
.borderTdAdicion{ border-left: 2px solid #5c5e61 !important; }
.borderTdAdicionT{ border-top: 2px solid #5c5e61 !important; }
.borderTdAdicionR{ border-right: 2px solid #5c5e61 !important; }
.borderTdAdicionB{ border-bottom: 2px solid #5c5e61 !important; }

.th-pxy {
	padding: .1rem .2rem !important;
}

.base-list-producto {
	height: 58vh;
	overflow: auto;
}

.base-list-producto p:not(:last-child) {
	margin-bottom: 1rem;
}

.base-list-producto::-webkit-scrollbar {
	width: 8px;
}

.base-list-producto::-webkit-scrollbar-thumb {
	background: #53575a;
	border-radius: 0px;
}

.base-list-producto::-webkit-scrollbar-thumb:active {
	background-color: #999999;
}

.base-list-producto::-webkit-scrollbar-thumb:hover {
	background: #b3b3b3;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.base-list-producto::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 0px;
}

.base-list-producto::-webkit-scrollbar-track:hover, .col-base::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}

.border-productos {
	border-bottom: 2px solid #ced4da;
}

.border-productos-top {
	border-top: 2px solid #ced4da;
}

.style-precio-basico {
	color: #6c757d;
	font-weight: 500; 
	font-size: 1rem;
}

.style-precio-base {
	color: #343a40;
	font-weight: bold;
	font-size: 0.9rem;
}

.detalle-guardado { 
	color: #ff7702;
	font-size: 15px;
	font-weight: 900; 
}

/* MODAL DETALLE DE MESA -> modalGestionPedidosMesa */
#modalGestionPedidosMesa>.modal-dialog{
	max-width: 100%;
    max-height: 100vh;
    height: 100vh;
    margin: 0px;
}
#modalGestionPedidosMesa>.modal-dialog>.modal-content{
	max-height: calc(100vh - 0rem);
}
.detalleMesa-contenedorPedido { background-color: #ebebeb; }
.detalleMesa-altoContenedorPedido { height: 76vh; overflow: auto; }
.detalleMesa-orientacionColumnas { flex-wrap: nowrap; overflow: auto; }
.detalleMesa-altoContenedorDetallePedido { height: 54vh; overflow: auto; align-content: flex-start; }
.detalleMesa-btnProducto { background-color: #cbcbcb; color: #000; }


/*VERSION DOS*/
.base-list-producto-v2 {
	height: 49vh;
	overflow: auto;
}

.base-list-producto-v2 p:not(:last-child) {
	margin-bottom: 1rem;
}

.base-list-producto-v2::-webkit-scrollbar {
	width: 8px;
}

.base-list-producto-v2::-webkit-scrollbar-thumb {
	background: #53575a;
	border-radius: 0px;
}

.base-list-producto-v2::-webkit-scrollbar-thumb:active {
	background-color: #999999;
}

.base-list-producto-v2::-webkit-scrollbar-thumb:hover {
	background: #b3b3b3;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.base-list-producto-v2::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 0px;
}

.base-list-producto-v2::-webkit-scrollbar-track:hover, .col-base::-webkit-scrollbar-track:active {
	background: #d4d4d4;
}

.border-top-btn { border-top: 2px solid #ced4da; }


/* Modal de gestion de Contenidos en Base */
.alto-producto-contenido {
	height: 65vh;
    overflow: auto;
}

.btn-producto-contenido {
	height: 3rem;
	font-size: 13px;
	color: #000 !important;
    font-weight: 600;
	align-items: center;
	cursor: pointer;
}

.btn-producto-contenido:hover{
	color: #fff !important;
	background-color: #9d9d9d;
}

.btn-producto-fidelizacion {
	height: 3rem;
    font-size: 13px;
    color: #000 !important;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contenidoProductoPedidosModal {
	width: 15vw !important;
}
.btnContenidoCategoria{
	height: 3rem;
    position: relative;
}

.altoProductoContenido2, .altoProductoContenido3 {
	height: 65vh;
    overflow: auto;
}

.thNameProductoContenido {
    width: 20vw !important;
}

.estructuraDiponible {
	background-color: #009341;
}
.estructuraOcupado {
	background-color: #d9030a;
}
.estructuraUso {
	background-color: #0000f6;
}
.estructuraEnPago {
	background-color: #ff8000;
}

.estructuraItem {
	cursor: pointer;
}
.estructuraAltoMovil {
	height: 70vh;
    overflow: auto;
}

/*ESTILOS PARA CARTA DE PRODUCTOS*/
@media (min-width: 992px){
	.img-carta-producto { width: 240px; height: 240px; object-fit: contain; }
}

@media (min-width: 768px){
	.img-carta-producto { width: 240px; height: 240px; object-fit: contain; }
}

@media (max-width: 576px){
	.detalleMesa-altoContenedorPedido{
		height: 67vh;
	}
	.detalleMesa-altoContenedorDetallePedido {
		height: 37vh;
	}
	.contenidoProductoPedidosModal{
		width: 50vw !important;
	}
	
	.alto-producto-contenido {
		height: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		margin-bottom: 0.5rem;
	}
	.btnContenidoCategoria{
		height: 2.5rem;
		margin-left: 0.125rem;
		min-width: 8rem;
	}

	.altoProductoContenido2 {
		height: 50vh;
	}

	.altoProductoContenido3 {
		height: 100%;
	}

	.th-name-producto2 {
		width: 45vw !important;
	}

	.thNameProductoContenido {
		width: 45vw !important;
	}
}
