/* _content/Gespoint.WebModule/Controls/GPNotificacion.razor.rz.scp.css */
@media(min-width: 768px) {
    .cs-toast[b-kxfh1v7huk] {
        display: none;
        padding: 0.5rem;
        color: #ffffff;
        z-index: 999;
        position: absolute;
        width: 25rem;
        border-radius: 1rem;
        bottom: 1rem;
        right: 1rem;
        opacity: 0.9;
    }

    .cs-toast-body[b-kxfh1v7huk] {
        display: flex;
        flex-direction: column;
        padding-top: 0.5rem;
        padding-left: 0.4rem;
    }

        .cs-toast-body p[b-kxfh1v7huk] {
            /* Configuracion de txto mensaje */
        }

    .cs-toast-visible[b-kxfh1v7huk] {
        display: flex;
        flex-direction: row;
        animation: fadein 1.5s;
    }

    .cs-toast-icon[b-kxfh1v7huk] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0.3rem;
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .cs-toast[b-kxfh1v7huk] {
        /* Cambia los estilos para pantallas de móvil */
        display: none;
        position: absolute;
        bottom: 0.5rem;
        color: #ffffff;
        border-radius: 0.7rem;
        width: 98%;
        opacity: 0.85;
        right: 1%;
        padding: 0.3rem;
        z-index: 999;
    }

    .cs-toast-body[b-kxfh1v7huk] {
        margin-top: 0.5rem;
        display: flex;
        flex-direction: column;
    }

        .cs-toast-body p[b-kxfh1v7huk] {
            display: flex;
            font-size: small;
        }

        .cs-toast-body h5[b-kxfh1v7huk] {
            font-size: large;
        }

    .cs-toast-visible[b-kxfh1v7huk] {
        display: flex;
    }

    .cs-toast-icon[b-kxfh1v7huk] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
        font-size: 2rem;
    }
}
/* _content/Gespoint.WebModule/Controls/VisorArchivos.razor.rz.scp.css */
.highlighted[b-z7qwcvpb4g] {
    background-color: #e0e0e0; /* Cambia de color cuando el ratón está sobre la fila */
}

.hidden-content[b-z7qwcvpb4g] {
    visibility: hidden; /* El contenido está oculto por defecto */
}

.visible-content[b-z7qwcvpb4g] {
    visibility: visible; /* El contenido se hace visible cuando el ratón está sobre la fila */
}

.click-row[b-z7qwcvpb4g] {
    background-color: #aed6f1;
}
/* _content/Gespoint.WebModule/Pages/Billwords/Agenda/Agenda.razor.rz.scp.css */
.ContenedorBotonCalendario[b-votmfrr4n7] {
	float: left;
	margin-top: .5rem;
	margin-bottom: .5rem;
	margin-right: 1rem;
}

.Naranja[b-votmfrr4n7] {
	background-color: #FEA55B;
	padding: 6px;
	border-radius: 5px;
}

.Violeta[b-votmfrr4n7] {
	background-color: #8F73AF;
	padding: 6px;
	border-radius: 5px;
}

.Azul[b-votmfrr4n7] {
	background-color: #4DC3ED;
	padding: 6px;
	border-radius: 5px;
}

.Verde[b-votmfrr4n7] {
	background-color: #69C27D;
	padding: 6px;
	border-radius: 5px;
}

.Rojo[b-votmfrr4n7] {
	background-color: #E7727D;
	padding: 6px;
	border-radius: 5px;
}

.Gris[b-votmfrr4n7] {
	background-color: #F2F2F2;
	padding: 6px;
	border-radius: 5px;
}
/* _content/Gespoint.WebModule/Pages/Billwords/EmailReader/EmailReader.razor.rz.scp.css */
.fichaMensaje[b-93jqimu8sh] {
    width: 98%;
    max-width: 98%;
}

    .fichaMensaje:hover[b-93jqimu8sh] {
        background-color: #E8E8E9;
        cursor: pointer;
    }

.fichaMensajeNoLeido[b-93jqimu8sh] {
    font-weight: bold;
}

    .fichaMensajeNoLeido:hover[b-93jqimu8sh] {
        background-color: #E8E8E9;
        cursor: pointer;
    }

.fichaMensajeSeleccionado[b-93jqimu8sh] {
    background-color: #E8E8E9;
}

.fichaMensajeSeleccionadoNoleido[b-93jqimu8sh] {
    background-color: #E8E8E9;
    font-weight: bold;
}

.listCarpetas[b-93jqimu8sh] {
    height: 82vh;
    max-height: 82vh;
    overflow: auto;
}

.listMensajes[b-93jqimu8sh] {
    height: 86vh;
    max-height: 86vh;
    overflow: auto;
}

.encabezadoMensaje_colRemitente[b-93jqimu8sh] {
    width: 75%;
    float:left;
}

.encabezadoMensaje_colAdjuntos[b-93jqimu8sh] {
    width: 25%;
    float: left;
}

.encabezadoMensaje_listAdjuntos[b-93jqimu8sh] {
    height: 95%;
    width: 100%;
    overflow-y: auto;
}

.visorMensaje[b-93jqimu8sh] {
    width:100%;
    height: 88vh;
    max-height: 88vh;
    overflow: auto;
    padding-left:.5rem;
}

.btnUpdate[b-93jqimu8sh] {
    cursor: pointer;
    width: 2.3rem;
}

    .btnUpdate:hover[b-93jqimu8sh] {
        background-color: #E8E9E9;
    }
/* _content/Gespoint.WebModule/Pages/Index.razor.rz.scp.css */
.GPEmpleado[b-jb2ljmd52b] {
    width: 100%;
    display: flex;    
}

.GPEstadisticas[b-jb2ljmd52b] {
    width: 100%;
    flex: 1;    
}

.GPIframe[b-jb2ljmd52b] {
    width: 100%;
    border: 1px solid #CCC;
    box-shadow: 3px 3px 10px #CCC;
    border-radius: 5px;
    padding: 10px;
    margin:.8rem;
}
/* _content/Gespoint.WebModule/Pages/Sesion y acceso/Login.razor.rz.scp.css */
a[b-qib301v903] {
    color: black;
    text-decoration: none;
}

    a:hover[b-qib301v903] {
        color: #0F57CB;
        text-decoration: none;
    }

.imagenFondo[b-qib301v903] {
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.cajaLogin[b-qib301v903] {
    background-color: rgba(255, 255, 255, 0.5);
    overflow: auto;
    z-index: 1; /* Asegura que el cuadro esté sobre el fondo */
    backdrop-filter: blur(10px); /* Aplicar blur al fondo */
    border-radius: 1rem;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
}
/* _content/Gespoint.WebModule/Pages/WebPublica/Billwords_AltaNewUser.razor.rz.scp.css */
a[b-z5tgxtj3ze] {
	color:dimgray;
}
a:hover[b-z5tgxtj3ze]{
	color:black;
	text-decoration:none;
}

.BotonLoginGoogle[b-z5tgxtj3ze] {
	border: 1px solid #CCC;
	border-radius: .5rem;
	padding: .2rem;
	width: 40%;
	min-width: 200px;
	margin: auto;
}

	.BotonLoginGoogle:hover[b-z5tgxtj3ze] {
		background-color: #F4F4F4;
		cursor: pointer;
	}
/* _content/Gespoint.WebModule/Pages/WebPublica/Billwords_Login.razor.rz.scp.css */
a[b-3mz3eo5eef] {
	color: dimgray;
}

	a:hover[b-3mz3eo5eef] {
		color: black;
		text-decoration: none;
	}

.BotonLoginGoogle[b-3mz3eo5eef] {
	border: 1px solid #CCC;
	border-radius: .5rem;
	padding: .2rem;
	width:40%;
	min-width:200px;
	margin:auto;
}

	.BotonLoginGoogle:hover[b-3mz3eo5eef] {
		background-color: #F4F4F4;
		cursor: pointer;
	}
/* _content/Gespoint.WebModule/Reports/WebEmpleados/Declarations/IRPF/FrmFiltro_Modelo130.razor.rz.scp.css */
 {
    text-align: right;
    
}
/* _content/Gespoint.WebModule/Shared/Header.razor.rz.scp.css */
a[b-htd0u0h0l4] {
	text-decoration: none;
	color: black;
}

	a:hover[b-htd0u0h0l4] {
		text-decoration: none;
	}

.navbar.header-navbar[b-htd0u0h0l4] {
	flex-grow: 0;
	flex-wrap: nowrap;
	border: none;
	background-color: #fff;
	border-radius: 0;
	height: 3.5rem;
	min-height: 3.5rem;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
	justify-content: space-between; /* Cambio importante */
}

.header-navbar .navbar-toggler[b-htd0u0h0l4] {
	outline: none;
	border-radius: 0;
	padding-left: .75rem;
	padding-right: .75rem;
	box-shadow: none;
	align-self: stretch;
}

	.header-navbar .navbar-toggler .navbar-toggler-icon[b-htd0u0h0l4] {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
		background-color: transparent !important;
		height: 2rem;
		width: 2rem;
	}
/* _content/Gespoint.WebModule/Shared/MainLayout.razor.rz.scp.css */
.page[b-25odo5kc7r] {
    height: 100%;
    overflow: hidden;
}

[b-25odo5kc7r] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(246,246,246,1) 90%);
}

@media (max-width: 1199.98px) {
    [b-25odo5kc7r] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-25odo5kc7r] .fit-width {
    max-width: 100%;
}

[b-25odo5kc7r] .mw-1100 {
    max-width: 1100px;
}
/* _content/Gespoint.WebModule/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-ojybyil6e8] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    /*background-color: #F3F4F4;*/
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 30%);
}

.sidebar.collapse[b-ojybyil6e8] {
    display: none;
}

.sidebar.expand[b-ojybyil6e8] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-ojybyil6e8] {
        display: none;
    }

    .sidebar.expand[b-ojybyil6e8] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        background-color: #fff;
        z-index: 1050;
    }
}

[b-ojybyil6e8] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-ojybyil6e8] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-ojybyil6e8] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-ojybyil6e8] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

@media (max-width: 1199.98px) {
    [b-ojybyil6e8] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
/* _content/Gespoint.WebModule/Shared/PiePagina.razor.rz.scp.css */
a[b-eeq7yxp29n] {
    color: black;
    text-decoration: none;
}

    a:hover[b-eeq7yxp29n] {
        color: #0F57CB;
        text-decoration: none;
    }
