/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nbdxeiywo2] {
    position: relative;
    display: flex;
    flex-direction: column;
}
.nav-menu[b-nbdxeiywo2] {
    position: relative;
    z-index: 999;
}

main[b-nbdxeiywo2] {
    flex: 1;
}
.page-header[b-nbdxeiywo2] {
    background-color: white;
    border-bottom: 1px solid #d6d5d5;
}
.sidebar[b-nbdxeiywo2] {   
    background-color: var(--color-primario);
    overflow-y: unset;
}
.titulo-pagina[b-nbdxeiywo2] {
    margin-top: 10px !important;
    margin-left: 5px !important;
    color: var(--color-primario);
    font-weight: 900;
    text-transform: uppercase;
}
/* =========================== */
.my-container-fluid[b-nbdxeiywo2] {
    display: flex;
    flex-direction: column;
    margin: 0px !important;
    height: calc(100vh - 11rem);
    overflow-y: auto;
    background-color: whitesmoke;
}
.page-footer[b-nbdxeiywo2] {
    background-color: white;
    position: fixed;
    bottom: 0;
    color: gray;
    width: 100%;
    /*left: 0;*/ /* cubre todo el navegador en ancho*/
    /*text-align: center;*/
    z-index: 10;
    border-top: 1px solid #d6d5d5;
}

.text-footer[b-nbdxeiywo2] {
    margin-top: 10px !important;
    font-size: 0.9em !important;
    transform: translate(32%, 0%);
     transform: translate(calc(100vh - 18.5rem), 0%);
}
/* =========================== */
/*@media (max-width: 640.98px) {
    
}*/

@media (min-width: 641px) {
    .page[b-nbdxeiywo2] {
        flex-direction: row;
    }

    .sidebar[b-nbdxeiywo2] {
        width: 292px !important;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/*<500px S*/
@media only screen and (max-width: 499px) {
    .sidebar[b-nbdxeiywo2] {
        width: 100%;
    }
    .my-container-fluid[b-nbdxeiywo2] {
        height: calc(100vh - 10.3rem);
    }
    /*.text-footer {
        transform: translate(30%, 0%);
    }*/
}

/*500-1200 M*/
@media only screen and (min-width: 500px) and (max-width: 1199px) {
    .sidebar[b-nbdxeiywo2] {
        width: 100%;
    }
    .my-container-fluid[b-nbdxeiywo2] {
        height: calc(100vh - 10.3rem);
    }
    .text-footer[b-nbdxeiywo2] {
        transform: translate(30%, 0%);
    }
}
#blazor-error-ui[b-nbdxeiywo2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-nbdxeiywo2] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x8q8c2jzmn] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-x8q8c2jzmn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-x8q8c2jzmn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-x8q8c2jzmn] {
    font-size: 1.1rem;
}
.nav-item[b-x8q8c2jzmn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-x8q8c2jzmn] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-x8q8c2jzmn] {
    padding-bottom: 1rem;
}

.nav-item[b-x8q8c2jzmn]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-x8q8c2jzmn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-x8q8c2jzmn]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-x8q8c2jzmn] {
   display: none;
}
.div-nav-scrollable[b-x8q8c2jzmn] {
    display: none;
}
/* Sin scrollbars pero Scrolling */
.div-nav-scrollable[b-x8q8c2jzmn]::-webkit-scrollbar {
    display: none;
}
.navbar-toggler:checked ~ .nav-scrollable[b-x8q8c2jzmn] {
    display: block;
}
/* ========================= */
.menu-logo[b-x8q8c2jzmn] {
    text-align: center;
    color: white;
    height: 200px !important;
}
.img-menu-logo[b-x8q8c2jzmn] {
    width: 40%;
    top: 0px;
    margin-top: 40px !important;
}
/* ========================= */
/* Men� */
.caret[b-x8q8c2jzmn] {
    cursor: pointer !important;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.caret[b-x8q8c2jzmn]::before {
    content: "\25B6";
    font-size: smaller;
    color: white !important;
    display: inline-block;
    margin-right: 6px;
}

.caret-down[b-x8q8c2jzmn]::before {
    content: "\25E2";
}
.sub-menu-contraido[b-x8q8c2jzmn] {
    display: none;
}

.sub-menu-expandido[b-x8q8c2jzmn] {
    display: block;
}
/* ========================= */
@media (min-width: 641px) {
    .navbar-toggler[b-x8q8c2jzmn] {
        display: none;
    }
    .nav-scrollable[b-x8q8c2jzmn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 0rem);
        overflow-y: unset;
    }
    .div-nav-scrollable[b-x8q8c2jzmn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 15rem);
        overflow-y: auto;
    }
}
/* ========================= */
/*<500px S*/
@media only screen and (max-width: 499px) {
    .navbar-toggler[b-x8q8c2jzmn] {
        color: var(--color-primario);
        border: var(--color-primario);
        background-image: none;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2889, 157, 223, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    }

    .navbar-toggler:checked[b-x8q8c2jzmn] {
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    }
    .navbar-brand[b-x8q8c2jzmn] {
        margin-left: 30px;
    }
    .nav-scrollable[b-x8q8c2jzmn] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
    .div-nav-scrollable[b-x8q8c2jzmn] {
        display: block;
        height: calc(100vh - 9rem);
        overflow-y: auto;
    }
    .menu-logo[b-x8q8c2jzmn] {
        height: 60px !important;
    }
    .img-menu-logo[b-x8q8c2jzmn] {
        display: none;
    }
}

/*500-1200 M*/
@media only screen and (min-width: 500px) and (max-width: 1199px) {
    .navbar-toggler[b-x8q8c2jzmn] {
        color: var(--color-primario);
        border: var(--color-primario);
        background-image: none;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2889, 157, 223, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    }
    .navbar-toggler:checked[b-x8q8c2jzmn] {
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    }
    .navbar-brand[b-x8q8c2jzmn] {
        margin-left: 30px;
    }
    .nav-scrollable[b-x8q8c2jzmn] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4rem);
        overflow-y: unset;
    }
    .div-nav-scrollable[b-x8q8c2jzmn] {
        display: block;
        height: calc(100vh - 9rem);
        overflow-y: auto;
    }
    .menu-logo[b-x8q8c2jzmn] {
        height: 60px !important;
    }
    .img-menu-logo[b-x8q8c2jzmn] {
        display: none;
    }
}
/* ========================= */
/* /Components/Layout/NotFoundControl.razor.rz.scp.css */
.div-404-centrado[b-kc1felndll] {
	width: auto !important; /* auto (ajustar)*/
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mensaje-404[b-kc1felndll] {
	color: black;
	margin: 10px !important;
	font-size: x-large;
	font-weight: bold;
}
/* /Components/Layout/NotFoundLayout.razor.rz.scp.css */
.page[b-lyky7hcycm] {
	position: relative;
	display: flex;
	flex-direction: column;
}
main[b-lyky7hcycm] {
	flex: 1;
}
.my-container-fluid[b-lyky7hcycm] {
	display: flex;
	flex-direction: column;
	margin: 0px !important;
	height: 100vh;
	overflow-y: auto;
	background-color: white;
}
/* /Components/Pages/Accesos/InicioSesion.razor.rz.scp.css */
.card-login[b-53amov4n7d] {
	margin: 0px !important;
	border-radius: 5px;
	height: 371px;
	width: 700px;
	max-width: 700px;
}
.div-img-inicio-sesion[b-53amov4n7d] {
	background-color: transparent;
}
.img-inicio-sesion[b-53amov4n7d] {
	margin-top: -13.5px !important;
	margin-bottom: 0px !important;
	margin-left: -9.5px !important;
	background-color: transparent;
	border-top-left-radius: 5% !important;
	border-bottom-left-radius: 5% !important;
	width: 100% !important;
	height: 100% !important;
	/*object-fit: fill;*/
}
.div-version[b-53amov4n7d] {
	position: absolute;
	top: 97%;
	left: 8%;
	transform: translate(-50%, -50%);
	color: white;
	padding: 1rem;
	font-weight: bold;
	font-size: 12px;
}
.img-logo[b-53amov4n7d] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.div-form-inicio-sesion[b-53amov4n7d] {
	background-color: transparent;
}
/* =========================== */
@media (max-width: 800px) {
	.card-login[b-53amov4n7d] {
		width: 80%;
	}
	.div-img-inicio-sesion[b-53amov4n7d] {
		width: 0vh !important;
		height: 0vh !important;
		display: none;
	}
	.img-inicio-sesion[b-53amov4n7d] {
		width: 0vh !important;
		height: 0vh !important;
		display: none;
	}
	.div-form-inicio-sesion[b-53amov4n7d] {
		width: 100% !important;
	}

}
/* /Components/Pages/Accesos/ListadoPerfil.razor.rz.scp.css */
.formulario-no-scrollable[b-hof0tupizi] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-hof0tupizi] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 30dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-hof0tupizi] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/Accesos/Perfil.razor.rz.scp.css */
/* Extendido de app.css */
.formulario-scrollable[b-lg0eet9y9n] {
	height: calc(100vh - 21rem);
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	/* Extendido de app.css */
	.formulario-scrollable[b-lg0eet9y9n] {
		height: calc(100vh - 22rem);
	}
}
/* /Components/Pages/Accesos/RegistroUsuario.razor.rz.scp.css */
.card-registro[b-zxe7d4au12] {
	margin: 0px !important;
	border-radius: 5px;
	height: 432.3px;
	width: 810px;
	max-width: 810px;
}

.div-img-registro[b-zxe7d4au12] {
	background-color: transparent;
}

.img-registro[b-zxe7d4au12] {
	margin-top: -13.5px !important;
	margin-bottom: 0px !important;
	margin-left: -9.5px !important;
	background-color: transparent;
	border-top-left-radius: 5% !important;
	border-bottom-left-radius: 5% !important;
	width: 100% !important;
	height: 100% !important;
	/*object-fit: contain;*/
}

.div-form-registro[b-zxe7d4au12] {
	background-color: transparent;
}

.txt-tipo-documento[b-zxe7d4au12] {
	width: 120px;
}

.cmb-tipo-documento[b-zxe7d4au12] {
	background-color: transparent;
}

.div-terminos-condiciones[b-zxe7d4au12] {
	margin-top: 45px !important;
}
/* =========================== */
@media (max-width: 1000px) {
	.card-registro[b-zxe7d4au12] {
		height: 500px;
		width: 100%;
	}

	.div-img-registro[b-zxe7d4au12] {
		width: 0vh !important;
		height: 0vh !important;
		display: none;
	}

	.img-registro[b-zxe7d4au12] {
		width: 0vh !important;
		height: 0vh !important;
		display: none;
	}

	.div-form-registro[b-zxe7d4au12] {
		width: 100% !important;
	}
	.txt-tipo-documento[b-zxe7d4au12] {
		width: 160px;
	}
	.cmb-tipo-documento[b-zxe7d4au12] {
		width: 160px;
	}
	.div-terminos-condiciones[b-zxe7d4au12] {
		margin-top: 80px !important
	}
}
/* /Components/Pages/Documentos/ListadoTipoDocumentoPuntoVenta.razor.rz.scp.css */
.formulario-no-scrollable[b-h4kgpksz0t] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-h4kgpksz0t] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 30dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-h4kgpksz0t] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/Empresas/ListadoLocales.razor.rz.scp.css */
.formulario-no-scrollable[b-y3olpugd60] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-y3olpugd60] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 30dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-y3olpugd60] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/Empresas/ListadoPuntoVenta.razor.rz.scp.css */
.formulario-no-scrollable[b-wycvuwinvj] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-wycvuwinvj] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 30dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-wycvuwinvj] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/Empresas/ListadoTercerosControl.razor.rz.scp.css */
.formulario-no-scrollable[b-l40id4o8cd] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-l40id4o8cd] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 30dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-l40id4o8cd] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/General/Principal.razor.rz.scp.css */
.formulario-no-scrollable[b-vg821k3g7p] {
	margin: -20px !important;
	padding: 0px !important;
	height: calc(100dvh - 11rem);
	overflow-y: auto;
}
/* -------------------- */
.div-carrusel-planes[b-vg821k3g7p] {
	height: calc(100dvh - 30rem) !important;
	min-height: 300px !important;
}
.carrusel-planes[b-vg821k3g7p] {
	margin-top: -40px !important;
	width: 100vh;
}
.carousel-item[b-vg821k3g7p] {
	text-align: center;
	padding: 50px 20px;
}

.icono-trial[b-vg821k3g7p] {
	font-size: 40px;
	color: #339af0;
	margin-bottom: 20px;
}
.img-trial[b-vg821k3g7p] {
	height: 50px;
	margin-top: 5px;
	margin-left: 7px;
}
.circle-number[b-vg821k3g7p] {
	width: 80px;
	height: 80px;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: bold;
}

.titulo-trial[b-vg821k3g7p] {
	font-size: 28px;
	font-weight: bold;
	color: #339af0;
}

.texto-trial[b-vg821k3g7p] {
	font-size: 18px;
	margin: 10px 0;
}

.fecha-finaliza[b-vg821k3g7p] {
	font-weight: bold;
}
.carousel-control-prev-icon[b-vg821k3g7p],
.carousel-control-next-icon[b-vg821k3g7p] {
	background-image: none;
	width: 2rem;
	height: 2rem;
	border: solid #339af0;
	border-width: 0 4px 4px 0;
	padding: 10px;
}

.carousel-control-prev-icon[b-vg821k3g7p] {
	transform: rotate(135deg);
	margin-left: 10px;
}

.carousel-control-next-icon[b-vg821k3g7p] {
	transform: rotate(-45deg);
	margin-right: 10px;
}
.carousel-indicators [data-bs-target][b-vg821k3g7p] {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: gray;
	opacity: 0.5;
	transition: opacity 0.3s;
}
.carousel-indicators[b-vg821k3g7p] {
	margin-top: -10px;
}

.carousel-indicators .active[b-vg821k3g7p] {
	opacity: 1;
	background-color: #339af0;
}
.carousel-control-prev[b-vg821k3g7p],
.carousel-control-next[b-vg821k3g7p] {
	transition: opacity 0.3s ease;
}

.d-none[b-vg821k3g7p] {
	display: none !important;
}
/* ------------------- */
.btn-acceso-rapido[b-vg821k3g7p] {
	border-color: var(--color-primario);
	background-color: #ddebf8;
	width: 155px;
	height: 70px
}
.span-btn-acceso-rapido[b-vg821k3g7p] {
	font-size: 15px;
	font-weight: bold
}
/* =========================== */
/*>800px L >1024x768*/
@media (max-width: 800px) {
	.div-carrusel-planes[b-vg821k3g7p] {
		height: auto !important;
	}
}
/* /Components/Pages/General/ToolBar/ConfiguracionesUsuarioToolBar.razor.rz.scp.css */
.div-circulo-logo-usuario[b-qdi58xg8gx] {
	position: relative !important;
	padding-top: 3px !important;
	height: 31px;
	width: 31px;
	background-color: #599ddf !important;
	border-radius: 50%;
	border-color: transparent;	
	color: white;
	font-size: 12px;
}
.p-circulo-logo-usuario[b-qdi58xg8gx] {
	position: relative;
	top: 12%;
	text-align: center;
	border-color: transparent;
}
.div-img-usuario[b-qdi58xg8gx] {
	position: relative;
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 15px !important;
	margin-left: 15px !important;
}
	.div-img-usuario img[b-qdi58xg8gx] {
		width: 112.5px;
		height: 100%;
		transform: translateX(-15.5%);
	}
.dropdown-item-a[b-qdi58xg8gx] {
	cursor: pointer;
	background-color: transparent;
}

.span-menu-nombre-usuario[b-qdi58xg8gx] {
	font-size: 20px;
	color: black;
	font-weight: bolder;
}

.span-menu-usuario-titulo[b-qdi58xg8gx] {
	font-size: 13px;
	color: black;
	font-weight: bolder;
}

.span-menu-usuario-subtitulo[b-qdi58xg8gx] {
	font-size: 13px;
	color: black;
	font-weight: bold;
}

.span-menu-usuario[b-qdi58xg8gx] {
	font-size: 13px;
	color: black;
}

.span-menu-usuario-puntoventa-verde[b-qdi58xg8gx] {
	font-size: 13px;
	color: green;
}

.span-menu-usuario-puntoventa-red[b-qdi58xg8gx] {
	font-size: 13px;
	color: red;
}
/* /Components/Pages/PagosCobros/ListadoDiasPlazo.razor.rz.scp.css */
.formulario-no-scrollable[b-xmt4b54rvb] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-xmt4b54rvb] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 30dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-xmt4b54rvb] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/PagosCobros/ListadoMetodoCobroPago.razor.rz.scp.css */
.formulario-no-scrollable[b-seza6z464p] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-seza6z464p] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 30dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-seza6z464p] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/PagosCobros/ListadoOrdenesDebito.razor.rz.scp.css */
.formulario-no-scrollable[b-70ixotvf4z] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-70ixotvf4z] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 30dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-70ixotvf4z] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/PagosCobros/OrdenDebito.razor.rz.scp.css */
.formulario-scrollable[b-lju18317ir] {
	margin: -20px !important;
	padding: 0px !important;
	height: calc(100dvh - 18.4rem);
	overflow-y: auto;
}

/*.div-table-alto-filtro {
	height: 100dvh !important;
	max-height: 30dvh !important
}*/
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	/*.div-table-alto-filtro {
		height: 49dvh;
		max-height: 53dvh !important
	}*/
}
/* /Components/Pages/Parametros/BuscarImpuestoModal.razor.rz.scp.css */
.table-webgrid-div-listado-impuesto[b-ex6gl8ywwc] {
	font-size: 13px;
	overflow: no-content;
	overflow-x: auto;
	overflow-y: auto;
	display: block;
	width: 100%;
	min-height: 3vh !important;
	max-height: calc(100vh - 55vh);
	border: 0px none;
	border-color: transparent;
	margin: 0px;
}
/* ================= */
/* monitores > 1366px */
@media only screen and (min-width: 1367px) {
	.table-webgrid-div-listado-impuesto[b-ex6gl8ywwc] {
		max-height: calc(100vh - 70vh);
		height: 100%;
	}
}
/* ========================= */
/*<500px S*/
@media only screen and (max-width: 499px) {
	.table-webgrid-div-listado-impuesto[b-ex6gl8ywwc] {
		overflow-x: auto;
		overflow-y: auto;
		width: 100%;
		height: calc(100vh - 70vh);
		/*min-height: 3vh !important;*/
		max-height: calc(100vh - 70vh);
	}
}

/*500-1200 M*/
@media only screen and (min-width: 500px) and (max-width: 1199px) {
	.table-webgrid-div-listado-impuesto[b-ex6gl8ywwc] {
		overflow-x: auto;
		overflow-y: auto;
		width: 100%;
		height: calc(100vh - 70vh);
		/*min-height: 3vh !important;*/
		max-height: calc(100vh - 70vh);
	}
}
/* ========================= */
/* /Components/Pages/Productos/ListadoDescuento.razor.rz.scp.css */
.formulario-no-scrollable[b-ywmlcy05xi] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-ywmlcy05xi] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 30dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-ywmlcy05xi] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/Productos/ListadoProducto.razor.rz.scp.css */
.formulario-no-scrollable[b-an78ftylwj] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: hidden;
	overflow-x: hidden;
}
.div-table-alto-filtro[b-an78ftylwj] {
	/*height: 27.5dvh*/
	height: 100dvh !important;
	max-height: 33dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-an78ftylwj] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/Productos/ListadoPromocion.razor.rz.scp.css */
.formulario-no-scrollable[b-2hg9z072gf] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: hidden;
	overflow-x: hidden;
}

.div-table-alto-filtro[b-2hg9z072gf] {
	/*height: 27.5dvh*/
	height: 100dvh !important;
	max-height: 33dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-2hg9z072gf] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/Reportes/Ventas/ReporteEmpleados.razor.rz.scp.css */
.formulario-no-scrollable[b-84qwffir6b] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-84qwffir6b] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 29dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-84qwffir6b] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/Reportes/Ventas/ReporteProductosMasVendidos.razor.rz.scp.css */
.formulario-no-scrollable[b-ibslan5oef] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-ibslan5oef] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 29dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-ibslan5oef] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/Reportes/Ventas/ReporteVentas.razor.rz.scp.css */
.formulario-no-scrollable[b-guwazjqcp6] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}

.div-table-alto-filtro[b-guwazjqcp6] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 19dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-guwazjqcp6] {
		height: 49dvh;
		max-height: 33dvh !important
	}
}
/* /Components/Pages/Ventas/DocumentoComercialControl.razor.rz.scp.css */
/* Extendido de app.css */
.formulario-scrollable[b-1968dcn9tn] {
	height: calc(100vh - 19.5rem);
}
.formulario-scrollable-finalizado[b-1968dcn9tn] {
	height: calc(100vh - 23.5rem);
	overflow-y: auto;
	overflow-x: hidden;
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	/* Extendido de app.css */
	.formulario-scrollable[b-1968dcn9tn] {
		height: calc(100vh - 21rem);
	}
	.formulario-scrollable-finalizado[b-1968dcn9tn] {
		height: calc(100vh - 26rem);
	}
}
/* /Components/Pages/Ventas/ListadoDocumentoComercialControl.razor.rz.scp.css */
.formulario-no-scrollable[b-wfjjbqq2do] {
	margin: -10px !important;
	padding: 0px !important;
	height: calc(100dvh - 14.5rem);
	overflow-y: auto;
}
.div-table-alto-filtro[b-wfjjbqq2do] {
	/*height: 28dvh*/
	height: 100dvh !important;
	max-height: 33dvh !important
}
/* =========================== */
/*>800px L >1024x768*/
@media only screen and (min-height: 800px) {
	.div-table-alto-filtro[b-wfjjbqq2do] {
		height: 49dvh;
		max-height: 53dvh !important
	}
}
/* /Components/Pages/Ventas/VistaPreliminarCotizacionModal.razor.rz.scp.css */
.div-cotizacion[b-6p7tjlyews] {
	margin-left: 10px !important;
	margin-top: 10px !important;
	margin-right: 10px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px !important;
}
.tablas-cotizacion[b-6p7tjlyews] {
	margin-bottom: 5px !important;
}
.tabla-detalle-cotizacion[b-6p7tjlyews] {
	border: 1px solid lightgray;
}
.thead-cotizacion[b-6p7tjlyews] {
	font-weight: bolder;
}
.th-encabezado[b-6p7tjlyews] {
	border: 1px solid lightgray;
}
.tr-cotizacion[b-6p7tjlyews] {
	background-color: transparent !important;
}
.td-descripcion-cotizacion[b-6p7tjlyews] {
	width: 237px;
	border: 1px solid lightgray;
}

.td-centro-cotizacion[b-6p7tjlyews] {
	text-align: center;
	border: 1px solid lightgray;
}

.td-derecho-cotizacion[b-6p7tjlyews] {
	text-align: right;
	border: 1px solid lightgray;
}
.tabla-observaciones-totales[b-6p7tjlyews] {
	width: 97% !important;
}
.td-observaciones-cotizacion[b-6p7tjlyews] {
/*	margin-top: -100px !important;*/
	width: 280px;
}

/*.tabla-totales {
	width: 30%;
	margin-left: auto;
	margin-right: 10px !important;
}*/
.td-derecho-totales[b-6p7tjlyews]{
	text-align: right;
}
.td-izquierdo-observaciones[b-6p7tjlyews] {
	text-align: left;
}
/* /Components/Pages/Ventas/VistaPreliminarTicketModal.razor.rz.scp.css */
table *[b-8qkwygsybc] {
	border: none;
	border-collapse: collapse;
	padding: 0;
}
.div-ticket[b-8qkwygsybc] {
	margin-left: 15px !important;
	margin-right: 0px !important;
	font-family: Consolas, monospace;
	color: black;
	font-size: 8.5px !important;
	max-width: 60%;
}
.img-ticket[b-8qkwygsybc] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 45%;
}
.tablas-ticket[b-8qkwygsybc] {
	margin-bottom: 5px !important;
}
.div-tabla-ticket[b-8qkwygsybc] {
	margin-top: 5px;
	margin-bottom: 0px;
	min-width: 230px;
	max-width: 260px;
	height: 47px;
	overflow-x: unset;
	overflow-y: auto;
}
.tabla-detalle-ticket[b-8qkwygsybc] {
	width: 100%;
	/*max-width: 220px;*/
	font-family: Consolas, monospace;
	border-collapse: collapse !important;
}
.thead-ticket[b-8qkwygsybc] {
	color: gray;
	border-top: dashed 1px gray;
	border-bottom: dashed 1px gray;
	position: sticky;
	z-index: 1;
}
.tr-ticket[b-8qkwygsybc] {
	background-color: transparent !important;
}
.td-descripcion-ticket[b-8qkwygsybc] {
	min-width: 140px;
	max-width: 140px;
}
.td-centro-ticket[b-8qkwygsybc] {
	text-align: center;
}
.td-derecho-ticket[b-8qkwygsybc] {
	text-align: right;
}
.tabla-totales[b-8qkwygsybc] {
	width: 50%;
	margin-left: auto;
}
