EVOLUTION-MANAGER
Edit File: crudlotaip.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; } .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; height: calc(100vh - 155px); overflow-y: auto; } .contenedor-tabs .bloque { width: 100%; 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: 5px; 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); } /* Tabla lotaip */ details { border: 1px solid #ddd; padding: 0 0 20px 0; position: relative; } summary { background: #f5ea07; color: black; font-weight: 600; padding: 15px; margin: auto; margin-top: 35px; width: 95%; border-radius: 2mm; cursor: pointer; } .contenedor-usuarios-online { width: 95%; max-width: 1080px; margin: auto; overflow: auto; } .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; } /* 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); } } .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; } .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; } .show { opacity: 1; pointer-events: all; } .opciones-edicion { width: 95%; max-width: 600px; background-color: white; padding: 30px; box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1); border-radius: 20px; } .tab-box { width: 100%; height: max-content; display: flex; justify-content: space-around; align-items: center; border-bottom: 2px solid rgb(229, 229, 229); font-size: 18px; font-weight: 600; position: relative; } .tab-box .tab-btn { font-size: 18px; font-weight: 600; color: #919191; background: none; border: none; padding: 18px; cursor: pointer; } .tab-box .tab-btn.activo { color: #7360ff; } .content-box { padding: 20px; } .content-box .content { display: none; animation: moving 0.5s ease; } @keyframes moving { from { transform: translateX(50px); opacity: 0; } to { transform: translateX(0px); opacity: 1; } } .content-box .content.activo { display: block; } .linea { position: absolute; top: 62px; left: 0px; width: 65px; height: 5px; background-color: #7360ff; transition: all 0.3s ease-in-out; } .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; } .orden-ubicacion-opc{ display: flex; justify-content: space-evenly; } .guardar-lotaip-edit { width: 150px; height: 40px; background-color: rgb(74, 189, 32); border-radius: 1mm; border: none; cursor: pointer; color: white; font-weight: 500; } .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; } .progressBar { position: absolute; top: 0; font-size: small; left: 0; background-color: green; height: 20px; opacity: 0; transition: all .5s ease; text-align: center; color: white; } .progressBarshow { opacity: 1; transition: all .5s ease; } .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; } .alert { position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; } @media screen and (max-width: 725px) { .tab-box { flex-direction: column; flex-flow: nowrap; overflow-x: auto; } .linea { top: 42px; } .tab-box .tab-btn { padding: 8px; } }