@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body, html{
    height: 100%;
}

/* fondo en todas las páginas */
.fondo_pantalla{
    background-image:url("../../image/logo.png");
    opacity:0.2;
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    z-index:-1;
    width: 100%;
    height: 100%;
}

.imagenppal{
    text-align:center;
}
.ordenamiento{
    cursor:pointer;
}
.ordenamiento th{
    background-image: url(../../image/ordenamiento.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right:15px;
}
th.headerSortUp{
    background-image: url(../../image/ordenamientoabajo.png);
}
th.headerSortDown{
    background-image: url(../../image/ordenamientoarriba.png);
}
th{
    white-space: nowrap;
}
.container {
    width: 95%;
    max-width: 1600px;
    margin-top: 10px;
}
.grande{
    max-width: 95%;
}
.dropdown-menu{
    right: 0;
    left: auto;
}
.btn_busqueda > button{
    width: 100%;
}
.form-floating{
    margin-bottom: 7px;
}
#inicio_sesion {
    margin-top: 30px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.imglogo{
    text-align: center;
}
.imglogo img{
    width: 70%;
}
.dropdown-menu[data-bs-popper]{
    left: auto;
    top: 125%;
    border-color: rgba(0, 0, 0, 0.3);
}
.btn-default{
    background: black;
    color: white;
}
.form-signin{
    text-align: center;
}
.centrar{
    text-align: center;
}
.bordenotacliente{
    margin-bottom: 6px;
    font-size: 12px;
}

.navbar-brand > img {
    max-height: 22px;
}

@keyframes rotacion {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
@-webkit-keyframes rotacion {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
    }
}
.imgr{
    animation-name: rotacion;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-style: preserve-3d;
}
.borde_ullist{
    margin-bottom: 7px;
}
.rojo_fuerte{
    background: red;
}
.rojo {
    background-color: rgba(255,0,0,0.10) !important;
}
.verde {
    background-color: rgba(0,255,68,0.10);
}
.verde_fondo {
    background: rgba(0,255,68,0.10) !important;
}
#detalle_tramite, #detalle_tarea{
    height: 155px;
}
.tr_tramites{
    font-size: 12px;
}
#tbl_cliente{
    font-size: 13px;
}
.letraAlertaInicial{
    font-size: 13px;
    overflow: auto;
    height: 620px;
}
.e_cargarProcesoAlerta {
    height: 23px;
    padding: 0px;
}
.letraDenegado{
    font-size: 80px;
}
.e_usuario_permisoEliminar, .e_usuario_permisoAsingar{
    padding: 1px;
}
.btn_omitirAlertaCliente{
    margin-left: 5px;
}
.toast_general{
    margin-bottom: 3px;
}
#observacion_llamada{
    height: 200px;
}
.cerrar_proceso, .abrir_proceso{
    max-width: 32px;
    cursor: pointer;
}
.actuacion_terminada{
    max-width: 30px;
}
.tamano_materialdesign{
    font-size: 20px;
}
.e_eliminarActuacion{
    cursor: pointer;
}
.e_editarArchivoProceso{
    cursor: pointer;
}
.e_editarArchivoCliente{
    cursor: pointer;
}
.cerrar_proceso_definitivo{
    cursor: pointer;
}
.visualizacion_pdf{
    width: 100%;
    height: 300px;
}
.visualizacion_imagen{
    max-width: 100%;
}
.e_abrirTarea{
    cursor: pointer
}
.tamano_enviarMensajeicon{
    cursor: pointer;
    font-size: 30px;
}

.e_tamano_envio, .e_tamano_recibe{
    width: 80%;
    margin-bottom: 4px;
}
.e_tamano_envio{
    margin-left: auto;
}
.e_tamano_recibe{
    margin-right: auto;
}

.info_mensaje{
    font-size: 0.6em;
}
.letraEnviomensajenombre{
    font-size: 10px;
}
.letra_horanombremensaje{
    font-size: 10px;
}
.tamano_mensajesTareas{
    overflow: auto;
}
.tamano_texto_mensajeTarea{
    font-size: 14px;
}
#texto_enviarMensaje{
    height: 100px;
}
.letracolorTareavista{
    color: red;
}
.tamanoletraTareaPrincipal{
    font-size: 2em;
}
.e_cerrar_tarea{
    cursor: pointer;
    font-size: 30px;
}
.e_eliminar_tarea{
    cursor: pointer;
    font-size: 30px;
    color: red;
}
.e_abrirArchivoTramite, .e_editarTramite, .e_editarVisibleTramite{
    cursor: pointer;
}

.lista_tareas .small, .lista_tareas small {
    font-size: .6em;
}

.lista_tareas{
    overflow: auto;
    height: calc(100% - 300px);
}
#tabla_logproceso{
    overflow: auto;
    height: 450px;
}

#tareaListar{
    margin-top: 5px;
}
.margenTopCliente{
    margin-top: 12px;
}
#tbl_proceso_gasto, #tbl_proceso_gasto2{
    font-size: 12px;
}
.margeninput_cuotas{
    margin-bottom: 5px;
}
.etiqueta {
    background-color: #4848484f;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    margin-left: 5px;
    margin-bottom: 4px;
}
.eliminar_etiqueta {
    cursor: pointer;
}
#etiqueta_archivo {
    display: inline;
    height: 30px;
    border: none;
    padding-left: 5px;
}

.etiquetas_global{
    border: 1px black inset;
    padding: 5px 5px;
}
#texto_clientemensaje, #texto_clientemensajeFicha{
    height: 230px;
}
#info_alerta20diasProceso{
    overflow: auto;
    height: 500px;
}
.e_editarNombreEtapa{
    cursor: pointer;
}
.margen_derechoinfoproceso{
    margin-left: solid 1px;
}
.e_cargarmensajeActual{
    cursor: pointer;
}
.api_keyclase{
    word-break: break-word;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
}
.mensajetam{
    height: 200px !important;
}
#mensajesplantillas{
    height: 200px !important;
}
.margencheckedmensaje{
    margin-bottom: 10px;
}
.e_cargarmensajeActualMasivo{
    cursor: pointer;
    margin-bottom: 2px;
}
#tbl_clasificacion_etapa{
    font-size: 12px;
}
.e_clasificacion_etapaCrear, .e_clasificacion_etapaEliminar{
    height: 23px;
    font-size: 10px;
    padding: 0px;
}
.e_clasificacion_tramiteEliminar{
    height: 23px;
    font-size: 10px;
}
.bordeaccordeonClasi{
    border: solid 1px !important;
}
#acordeondemandados{
    border: solid 1px !important;
}
.e_bordecardclasificacion{
    margin-bottom: 10px;
}
.e_clasificacion_etapacargar, .e_clasificacion_etapa_tramiteCargar{
    cursor: pointer;
}
.colornavdemanda{
    color: green !important;
}
#tbl_demandadosdem, #tbl_demandadosdem1{
    font-size: 14px;
}
#detalleAct{
    height: 142px;
}
.prioridadAlta{
    background-color: #fff3cd;
}
.listarActuacionesProceso{
    overflow: auto;
    height: 700px;
}

.fecha_alinear{
    text-align: right;
}
.borde_fecha{
    margin-left: 100px;
    text-align: left;
    padding: 5px;
    border: 1px solid;
    background-color:#fff;
}
.alinear_info{
    margin-top: 20px;
    text-align: center;
}
.icono_whpp{
    margin: 0px 5px;
    width: 25px;
}
.texto_info{
    font-size:15pt;

}
.tamaño_imagen_historial{
    width: 300px;
}
.calendario_fuente{
    text-align: center;
    font-size: 12px;
}

.diasemana {
    font-size: 0.8em;
    text-align: center;
}
.calendario_fuente{
    font-size: 8pt;
}
.cardCalendarioMes {
    background-color: #ffffff;
    margin: 0;
}
.separador{
    border: 1px solid #d9e9ff;
    border-radius: 15px;
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}


@media (min-width: 768px){
    .tamCal  {
        width: 50%;
        *width: 50%;
    }
}

@media (min-width: 992px) {
    .tamCal {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

@media (min-width: 1200px) {
    .tamCal {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}
.margenmescalendario{
    overflow: auto;
    height: 200px;
}
.calendarioMes_fuente{
    font-size: 8pt;
    text-align: center;
}
.dividirMes{
    border-top: 1.1pt solid #141414;
    border-bottom: 0.1pt solid #141414;
    border-left: 0.1pt solid #141414;
    border-right: 0.1pt solid #141414;
}
#generarPinCliente{
    color: black;
}

.cajaDiaSemana p{
    width: 50px;
    margin: auto;
    text-align: center;
    background-color: #8AB8C4;
    padding: 5px;
    border-radius: 15px;
    color: white;
    font-size: 13pt;
}

.e_crearAgenda{
    text-align: right;
    cursor: pointer;
    font-size: 30px;
    color: #8AB8C4;
}
.letraaudienciaini{
    font-size: 20px;
}
#overflowsms{
    overflow: auto;
}
.multiselect-dropdown{
    width: 300px !important;
}
.multiselect-dropdown-all-selector input:focus + label, input:valid + label {
    transform: translateY(-3px) !important;
    font-size: 12px !important;
    color: black !important;
}
.label_multiselect{
    padding: 3px;
    background-color: #e9ecef;
    border-radius: 10px 0 0 10px;
}

.imagen_fondo {
    position: relative;
    min-height: 100vh; /* Ajusta la altura segÃºn necesites */
    margin: 0;
    overflow: hidden; /* Previene el desbordamiento del pseudo-elemento */
}

.imagen_fondo::before {
    background: white;
}

.imagen_log {
    background:#121f2f;
}
.margen_form{
    margin: 20px;

}
.largo_caja{
    height: 80vh;
}

.imagen-de-fondo {
    background-image: url('../../admin/image/justicia.jpg');
    background-size: cover;
    background-position-x: left;
}
.imagen-de-fondo2 {
    background-image: url('../../admin/image/admin3.jpg');
    background-size: cover;
    background-position-x: left;
}
.contenidoCentrar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin: 0;
    width: 100%;
}

/*  BOTON CSS INICIO*/
.button-77 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: poppins;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100%;
    word-break: keep-all;
    z-index: 0;
}

@media (min-width: 768px) {
    .button-77 {
        padding: 19px 32px;
    }
}

.button-77:before,
.button-77:after {
    border-radius: 80px;
}

.button-77:after {
    background: rgb(144,193,192);
    background: linear-gradient(127deg, rgba(144,193,192,1) 26%, rgba(94,138,194,1) 75%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.button-77:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}

.button-77:active:not(:disabled) {
    color: #fff;
}


.button-77:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #2652ff 0, #1c10a4 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.button-77:disabled {
    cursor: default;
    opacity: .24;
}

/*  FIN BOTON CSS INICIO */



/*  BOTON REGISTRO */
.button-78 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #222aa3;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: poppins;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100%;
    word-break: keep-all;
    z-index: 0;
}

@media (min-width: 768px) {
    .button-78 {
        padding: 19px 32px;
    }
}

.button-78:before,
.button-78:after {
    border-radius: 80px;
}

.button-78::after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #ffffffd6 0, #ffffffc9 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}
.button-78:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}

.button-78:active:not(:disabled) {
    color: #ccc;
}

.button-78:active:not(:disabled):after {
    background-image: linear-gradient(92.83deg, #ffffffc9 0, #ffffffd6 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.button-78:disabled {
    cursor: default;
    opacity: .24;
}

/* FIN BOTON CSS REGISTRO*/

/* BOTONES REDES CSS */
.button-6 {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 50px;
    float: left;
    margin: 6px;
    margin-top: 40px;
}

.button-6:hover,
.button-6:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
    transform: translateY(-1px);
}

.button-6:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
}

@media (min-width: 768px) {
    .button-6 {
        width: 50px;
    }
}
/* FIN BOTONES REDES CSS */

.estiloPersonalizado {
    padding-left: 30px;
    background-color: #323a691f;
    color: #fff;
    border: 1px solid #000;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;

}

.icono {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: white; /* Cambia el color segÃºn necesites */
    font-size: 12pt;
}
.icono_izq {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: white; /* Cambia el color segÃºn necesites */
    font-size: 12pt;
}

.contenedor-form{
    height: 50%;
}
.caja_form{
    min-height: 80vh;
    background: #ebefffb5;
    border-radius: 17px 0px 0px 17px;
}

@media (orientation: portrait) {
    .largo_caja{
        display: none;
    }
    .caja_form{
        min-height: 80vh;
        background: #a5abc8b5;
        border-radius: 17px 17px 17px 17px;
    }
}
.iamgen_logo_log{
    width: 70%;
    text-align: center;
}
.largo_caja{
    height: 80vh;
}
.card_borde {
    border: none;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.input-con-icono {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 26px;
}

.container-image {
    width: 100%;
    text-align: center;
    margin-top: 30pt;
    margin-bottom: 30pt;
}