@media (min-width: 768px){
body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 0;
}
}
#tabla_productos{
	display: none;
}
#tabla_productos_wrapper,#tabla_ventas_wrapper,#asociar_cliente_venta_wrapper,#tabla_proveedores_wrapper,#tabla_stocks_wrapper{
	width:100%;
}
#tabla_productos_filter,#tabla_ventas_filter{
	margin-left:-10em;
}
.bproductos, .cproductos, .dproductos{
	height: 562px;
	overflow: hidden;
}
.dproductos{
	overflow-x: hidden;
	overflow-y: scroll;
}
.cproductos  .card-body{
	font-size: .9em;
	padding: 0.5em;
}
.dproductos  .card-body{
	background-color: #ddd;
	padding: 0.5em;
}
.table th, .table td {
	padding: 0.5rem 0.5rem;
	font-size: .75em;
}
.destaque,.destaque2,.destaque3{
	color:#f00;
	font-weight: bold;
	padding-right:.5em;

}
.odd{
	background-color: #eaeaea;
}
form{
	width:100%;
}
.form-control {
    font-size: .9rem;
}
#posible_venta{
	width: 100%;
	padding: 0;
}
#posible_venta li{
	border: 1px solid rgba(0,0,0,.125);
	background-color: #eee;
	padding: 1em .5em;
	border-radius: .5em;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	font-size: .8em;
	margin: .5em 0;
}
.p_nombre,.p_nombre2,.p_precio,.p_precio2,.p_cantidad,.p_subtotal{
	display: inline-block;
}
.p_precio,.p_precio2,.p_cantidad,.p_subtotal{
	text-align: right;
}
.destaque,.destaque2{
	display: inline-block;
	width: 4%;	
}
.destaque3{
	display: inline-block;
	width: 8%;	
}
.p_nombre{
	width: 50%;
}
.p_nombre2{
	width: 42%;
}
.p_precio{
	width: 15%;
}
.p_precio2{
	width: 18%;
	color:#a00;
}
.p_cantidad{
	width: 13%;
	color:#00f;
}
.p_subtotal{
	width: 18%;
}
.card{
	box-shadow: 1px 1px 5px rgba(0,0,0,.35);
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 0.5rem;
}
.badge-danger {
	background-color: #de737d;
}
.justify-content-between {
	justify-content: normal !important;
}
@media (min-width: 992px){}
.modal-lg, .modal-xl {
    max-width: 1100px;
}
}
#editar_ventas{
	display: none;
}
.group {
	background-color: #c3c3c3;
	color: #212529;
	font-size: 1.1em;
}
.table-hover tbody tr:hover {
	color: #212529;
	background-color: #a3a3a3;
}
#temp_mostrar_cambio {
    font-size: 9em;
    width: 100%;
    text-align: center;
    color: #f00;
    font-weight: bold;
}
.blue{
	background-color:#7272b1 !important;
}
.ultimo{
	background-color:#ccf !important;
}
@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
		border-right: 0;
		border-bottom: .3em solid transparent;
		border-left: .3em solid;
	}

	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}

	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}



.DTE_Bubble{
	z-index: 10000;
	display: none;
}
div.dataTables_wrapper div.dataTables_filter input {
	margin: .25em 0.25em -.25em .5em;
}
.card-title {
	margin-bottom: -0.25rem;
	margin-top: 0.75em;
}
#burbuja{
	z-index:10000;
}
div.DTE_Field select {
	width: 100%;
}
#cierre_caja2{
	font-size: .8em;
}
#temp_cierre_suma_caja, #temp_cierre_total_caja, #temp_cierre_total_efectivo, #temp_cierre_total_gastos{
	color:#0a0;
}
#temp_cierre_total_caja{
	font-weight:bold;
}
.verde{
	color:#0a0;
}
.rojo{
	color:#a00;
}
.normal{
	color:#000;
}
.backverde{
	background-color: #0a0;
}
#tapa{
	display: none;
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #fff;
	font-size: 4em;
	padding: 2em;
	text-align: center;
}
#modo{
	font-size: .8em;
}
div.DTE_Bubble div.DTE_Bubble_Liner {
    width: 500px !important;
    margin-left: -250px !important;
}
.modal-body {
	padding: 0rem 1rem;
}
.rojaf{
	background-color: #ff9d9d !important;
}
.arqueo1{
	display: inline-block;
	width: 200px;
}
.arqueo2{
	color:#f00;
	font-weight:bold;
}
#total_venta{
    font-size: 1.4em;
}