EVOLUTION-MANAGER
Edit File: crud-rendicioncuenta.css
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); * { font-family: "Open Sans", sans-serif; box-sizing: border-box; margin: 0; padding: 0; } .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; } .alert { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } .contenedor-tabs { width: 95%; margin: auto; margin-top: 40px; } .contenedor-tabs .ul { width: 100%; display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; list-style: none; } .contenedor-tabs li { background-color: rgb(191, 190, 190); padding: 1em; margin: 0 10px; border-radius: 2mm; cursor: pointer; color: black; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); transition: all 0.5s ease; } .contenedor-tabs .sub-contenedor { position: relative; } .contenedor-tabs .bloque { width: 100%; /* margin: 10px; */ padding: 10px; position: absolute; top: 0; opacity: 0; transition: all 0.5s ease; } .contenedor-tabs .bloque.activo { opacity: 1; z-index: 99; } .contenedor-tabs li.activo { background-color: #11101d; color: white; } .agregar-lotaip, .eliminar-estilos { position: absolute; top: 12px; right: 50px; width: 25px; color: rgb(0, 143, 57); height: 25px; font-size: 30px; border-radius: 1mm; background-color: white; display: flex; align-items: center; text-align: center; justify-content: center; border: 1px solid; box-shadow: 0px 0px 2px 1px; cursor: pointer; } .eliminar-estilos { right: 10px; font-size: 20px; color: red; box-shadow: 0px 0px 2px 1px rgb(255, 255, 255); } /* estilos tablas*/ details { border: 1px solid #ddd; padding: 0 0 10px 0; } summary { background: #f5ea07; color: black; font-weight: 600; padding: 15px; margin: auto; margin-top: 40px; width: 95%; border-radius: 2mm; cursor: pointer; } .contenedor-usuarios-online { width: 95%; max-width: 1080px; margin: auto; overflow: auto; } .crud-rendicion { height: calc(100vh - 300px); overflow-y: auto; } /* Estilo para el modal */ .modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.5); } .modal-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 20px; background-color: white; border-radius: 10px; text-align: center; } .spinner { border: 4px solid rgba(0, 0, 0, 0.1); border-left-color: #000; border-radius: 50%; width: 40px; height: 40px; animation: spin 1s linear infinite; margin: 20px auto; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .c-u-o-modificador { height: calc(100% - 65px); } .tabla-actividad { font-size: 0.9em; width: 96%; margin: auto; margin-top: 15px; min-width: 750px; border-radius: 2mm; border-collapse: separate; border-spacing: 1px; overflow: hidden; } .tabla-actividad thead { background-color: #1d1b31; } .tabla-actividad th, .tabla-actividad td { padding: 12px 15px; } .tabla-actividad tbody { background-color: white; } .tabla-actividad thead tr { color: white; } /* ---------------- */ .btn-danger { color: white; background-color: red; width: 70px; height: 25px; border: none; border-radius: 1mm; box-shadow: 0px 1px 2px 1px red; cursor: pointer; } .ventana-crear-rendicion { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 100; background-color: rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; pointer-events: none; } .crear-nueva-rendicion-add { width: 90%; max-width: 1000px; background-color: white; border-radius: 2mm; display: flex; align-items: center; justify-content: space-around; padding: 30px 20px; } .show { opacity: 1; pointer-events: all; } .btn-modificador { right: 55px; } .cerrar-ventana-modal { display: flex; width: max-content; background-color: #47a386; border: 0; border-radius: 5px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); color: white; font-size: 15px; padding: 10px 25px; cursor: pointer; } .ventana-modal { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; width: 100%; border-radius: 5px; } .titulo-area-subir { width: 100%; text-align: justify; margin-bottom: 5px; font-size: 16px; font-weight: 700; } .cargar_archivo { position: relative; width: 100%; min-height: 100px; background-color: #18a7ff0d; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 3px dashed #18a7ff82; cursor: pointer; } .cargar_archivo span { font-size: 70px; color: #18a7ff; } .cargar_archivo p { color: #18a7ff; font-size: 20px; font-weight: 800; font-family: cursive; } .mostrar-archivos { display: flex; align-items: center; justify-content: space-between; margin: 10px 0; padding: 10px 15px; box-shadow: #0000000d 0px 0px 0px 1px, #d1d5db3d 0px 0px 0px 1px inset; } .mostrar-archivos .left { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; } .vista-archivos { width: 100%; } .tipo-archivo { background-color: #18a7ff; color: white; padding: 5px 15px; font-size: 20px; text-transform: capitalize; font-weight: 700; border-radius: 3px; } .left h3 { font-size: 18px; color: #292f42; margin: 0; } .right span { background-color: #18a7ff; color: white; width: 25px; height: 25px; font-size: 25px; line-height: 25px; display: inline-block; text-align: center; cursor: pointer; border-radius: 50%; } .subidos-exito { margin: 30px 0; font-size: 16px; font-weight: 700; color: #a5a5a5; } .ordernar-info, .confirmar-orden, .cancelar-orden { font-size: xx-large; border: none; background: none; position: absolute; top: 6px; left: 25px; cursor: pointer; } .confirmar-orden { opacity: 0; color: #28a745; top: 6px; left: 85px; pointer-events: none; } .cancelar-orden { opacity: 0; color: red; top: 13px; left: 147px; font-size: x-large; pointer-events: none; } .show-orden-opc { opacity: 1; transition: all 0.5s ease; pointer-events: all; } .disable-move { opacity: 0; display: none; pointer-events: none; } .crear-rendicion { width: 150px; height: 40px; background-color: rgb(74, 189, 32); border-radius: 1mm; border: none; cursor: pointer; color: white; font-weight: 500; } .orden-ubicacion { display: flex; flex-direction: column; } .alineacion { width: max-content; margin-bottom: 10px; } .orden-ubicacion-opc { display: flex; justify-content: space-evenly; } .titulo-rendicion { text-decoration: none; color: black; font-weight: 700; } .r-cuentas { margin-top: 50px; margin-bottom: 25px; } .r-cuentas-separador-text { margin: 1rem 0 1rem 0; width: calc(50% - 148.5px); } .r-cuentas-separador-icon { margin: 1rem 0 1rem 0; width: calc(50% - 198.5px); } .r-cuentas-seccion { height: auto; margin-top: 50px; margin-bottom: 50px; flex-direction: column; align-items: normal; } .contenedor-rcuentas { position: relative; border-radius: 1mm; } #agregar-contenido-form label { margin-bottom: 10px; } .progressBar { position: absolute; top: 0; font-size: small; left: 0; background-color: green; height: 20px; opacity: 0; transition: all 0.5s ease; text-align: center; color: white; } .progressBarshow { opacity: 1; transition: all 0.5s ease; } .btn-success { color: #fff; background-color: #28a745; border-color: #28a745; width: 70px; height: 25px; border: none; border-radius: 1mm; box-shadow: 0px 1px 2px 1px #28a745; cursor: pointer; } .alert-success { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc; } #titulo { resize: none; width: 100%; padding: 10px; } #caracteres-restantes { position: absolute; right: 4px; top: 0px; opacity: 0.3; pointer-events: none; font-size: small; } @media screen and (max-width: 450px) { .contenedor-tabs .ul { flex-flow: wrap; justify-content: space-around; } .contenedor-tabs li { margin: 0 0 10px 0; } }