@charset "UTF-8";:root{--toast-error-text: 219, 0, 1;--toast-info-text: 36, 50, 106;--toast-success-text: 10, 102, 70;--toast-warn-text: 232, 103, 13;--toast-info-bg: 240, 246, 252;--toast-error-bg: 254, 243, 243;--toast-warn-bg: 251, 246, 236;--toast-success-bg: 238, 255, 245}.notifications-container{display:flex;width:25vw;flex-direction:column-reverse;background-color:var(--toast-bg);gap:10px;padding:10px;position:fixed;right:20px;top:calc(var(--height-topbar) + 20px);max-height:calc(var(--height-after-topbar) - 20px);overflow-y:hidden;overflow-x:hidden;z-index:9999}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.notifications-container .notifications.dismiss{animation:fadeOut .5s ease forwards}.notifications-container .notifications.success{background:linear-gradient(90deg,rgb(var(--toast-success-bg)) 25%,#fff 75%)}.notifications-container .notifications.warn{background:linear-gradient(90deg,rgb(var(--toast-warn-bg)) 25%,#fff 75%)}.notifications-container .notifications.info{background:linear-gradient(90deg,rgb(var(--toast-info-bg)) 25%,#fff 75%)}.notifications-container .notifications{width:100%!important;padding:.429rem;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;animation:slideInRight .5s ease forwards}.notifications-container .notifications.error{background:linear-gradient(90deg,rgb(var(--toast-error-bg)) 25%,#fff 75%)}.notifications-container .notifications.dismiss{animation:slideOutRight .5s ease forwards}.notifications-container .notifications .notification-content{display:flex;justify-content:flex-start;gap:15px;width:100%}.notifications-container .notifications .notification-body{display:flex;flex-direction:column;gap:10px;width:100%}.notifications-container .notification-dismiss{min-width:20px}.notifications-container .notification-dismiss .notification-close-icon{padding:0;background:transparent;border:none;box-shadow:none!important;outline:none!important;border:1px solid transparent;border-radius:20px}.notifications-container .notification-dismiss .notification-close-icon:hover{background-color:#eee}.notifications-container .notification-button-area{padding:10px auto;width:100%;display:flex;justify-content:center;gap:20px}.notifications-container .bubble{display:flex;justify-content:center;align-items:center;width:36px!important;min-width:36px!important;height:36px!important;border-radius:50%;background-color:#f9f9f9;box-shadow:0 4px 8px #0000001a}.notifications-container .bubble.error{box-shadow:0 1px 3px #ea453977}.notifications-container .bubble.error svg path{fill:#ea4539}.notifications-container .bubble.info{box-shadow:0 1px 2px #0aa5ea77}.notifications-container .bubble.info svg path{fill:#0aa5ea}.notifications-container .bubble.warn{box-shadow:0 1px 2px #f9c13577}.notifications-container .bubble.warn svg path{fill:#f9c135}.notifications-container .bubble.success{box-shadow:0 1px 2px #12b56977}.notifications-container .bubble.success svg path{fill:#12b569}.notifications{position:relative;padding-bottom:4px;border-radius:8px;overflow:hidden}.progress-bar{position:absolute;bottom:0;left:0;width:100%;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.progress-bar-background{background:#d8d8d8;border-radius:10px;height:3px}.progress-bar-background.indeterminate,.progress-bar-background.none{width:100%}.progress-bar-background.indeterminate{overflow:hidden}.progress-bar-value-indeterminate{height:100%;border-radius:10px;will-change:auto;animation:progress-bar-indeterminate-animation 2s infinite linear;width:40%}.progress-bar-value-indeterminate.error{background-color:#f1a1a0}.progress-bar-value-indeterminate.info{background-color:#7cc6f9}.progress-bar-value-indeterminate.warn{background-color:#f9d77d}.progress-bar-value-indeterminate.success{background-color:#a5d7b1}.progress-bar-value-determinate{height:100%;border-radius:10px;transition:width .3s ease}.progress-bar-value-determinate.error{background-color:#f1a1a0}.progress-bar-value-determinate.info{background-color:#7cc6f9}.progress-bar-value-determinate.warn{background-color:#f9d77d}.progress-bar-value-determinate.success{background-color:#a5d7b1}@keyframes progress-bar-indeterminate-animation{0%{transform:translate(-100%)}to{transform:translate(250%)}}.locked{overflow:hidden}.lock-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:1010}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:28px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;word-wrap:normal;direction:ltr;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:28px;line-height:1;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi-times:before{content:"close"}.pi-external-link:before{content:"link"}.pi-check:before{content:"check"}.pi-chevron-down:before{content:"expand_more"}.pi-add-comment:before{content:"add_comment"}.pi-chevron-up:before{content:"expand_less"}.pi-chevron-left:before{content:"chevron_left"}.pi-chevron-right:before{content:"chevron_right"}.pi-calendar:before{content:"calendar_month"}.pi-search:before{content:"search"}.pi-trash:before{content:"delete"}.pi-pencil:before{content:"edit"}.pi-plus:before{content:"add"}.pi-save:before{content:"save"}.pi-check-square:before{content:"check_box"}.pi-stop:before{content:"stop_circle"}.pi-arrow-left:before{content:"arrow_back"}.pi-arrow-right:before{content:"arrow_forward"}.pi-download:before{content:"download"}.pi-upload:before{content:"upload"}.pi-refresh:before{content:"refresh"}.pi-spinner:before{content:"progress_activity"}.pi-box:before{content:"inventory_2"}.pi-window-maximize:before{content:"open_in_full"}.pi-window-minimize:before{content:"close_fullscreen"}.pi-star:before{content:"star"}.pi-star-fill:before{content:"star";font-variation-settings:"FILL" 1}.pi-sign-out:before{content:"logout"}.pi-equal-fill:before{content:"equal";font-variation-settings:"FILL" 1}.pi-user-plus:before{content:"person_add"}.pi-users:before{content:"group"}.pi-briefcase:before{content:"work"}.pi-list:before{content:"list"}.pi-folder-open:before{content:"folder_open"}.pi-folder:before{content:"folder"}.pi-file:before{content:"description"}.pi-clock:before{content:"schedule"}.pi-check-circle:before{content:"check_circle"}.pi-circle:before{content:"radio_button_unchecked"}.pi-comment:before{content:"comment"}.pi-comment-slash:before{content:"speaker_notes_off"}.pi-chart-bar:before{content:"bar_chart"}.pi-eye:before{content:"visibility"}.pi-eye-slash:before{content:"visibility_off"}.pi-user:before{content:"person"}.pi-info-circle:before{content:"info"}.pi-exclamation-triangle:before{content:"warning"}.pi-exclamation-circle:before{content:"error"}.pi-wrench:before{content:"build"}.pi-bell:before{content:"notifications"}.pi-ban:before{content:"block"}.pi-envelope:before{content:"mail"}.pi-megaphone:before{content:"campaign"}.pi-power-off:before{content:"power_settings_new"}.pi-inbox:before{content:"inbox"}.pi-send:before{content:"send"}.pi-circle-fill:before{content:"circle";font-variation-settings:"FILL" 1}.pi-info:before{content:"info"}.pi-cog:before{content:"settings"}.pi-home:before{content:"home"}.pi-hist:before{content:"history"}.pi-minus:before{content:"remove"}.pi-plus-circle:before{content:"add_circle"}.pi-restart:before{content:"restart_alt"}.pi-selecter:before{content:"check_box_outline_blank"}.pi-share-alt:before{content:"share"}.pi-sync:before{content:"sync"}.pi-ellipsis-v:before{content:"more_vert"}.pi-spin{animation:pi-spin-animation 1s linear infinite}@keyframes pi-spin-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--height-topbar: 55px;--height-after-topbar: calc(100vh - var(--height-topbar));--main: 232, 103, 13;--geotec-orange: 232, 103, 13;--geotec-grey: 139, 167, 182;--secondary-dark: 85, 101, 109;--primary: 2, 97, 156;--primary-hover: 6, 65, 117;--primary-lite: 217, 236, 252;--secondary: 139, 167, 182;--secondary-hover: 111, 137, 150;--secondary-lite: 218, 236, 245;--error: 219, 0, 0;--error-hover: 194, 3, 3;--error-lite: 216, 66, 55;--success: 58, 127, 97;--success-hover: 35, 104, 63;--success-lite: 2, 170, 111;--help: 142, 36, 170;--help-hover: 113, 21, 138;--help-lite: 234, 206, 242;--warning: 255, 152, 80;--warning-hover: 231, 138, 71;--warning-lite: 231, 138, 71;--info: 104, 184, 252;--info-hover: 95, 167, 230;--info-lite: 95, 167, 230;--euro: 0, 20, 137;--euro-hover: 11, 24, 99;--euro-lite: 173, 184, 246;--geotec: 232, 103, 13;--geotec-hover: 255, 145, 14;--geotec-lite: 255, 193, 14;--white: 255, 255, 255}@keyframes ripple-animation{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}@font-face{font-family:CG;src:url("./media/cgothic_regular-V5SABRH3.ttf")}@font-face{font-family:CGB;src:url("./media/cgothic_bold-GLCPYRND.ttf")}.m10{margin-top:10px!important}.br10{border-radius:10px!important}.mb10{margin-bottom:10px!important}.pad10{padding:10px!important}.maxw100{max-width:100px!important}.w100{width:100px!important}.h100{height:100px!important}.minw100{min-width:100px!important}.gap10{gap:10px!important}.m20{margin-top:20px!important}.br20{border-radius:20px!important}.mb20{margin-bottom:20px!important}.pad20{padding:20px!important}.maxw200{max-width:200px!important}.w200{width:200px!important}.h200{height:200px!important}.minw200{min-width:200px!important}.gap20{gap:20px!important}.m30{margin-top:30px!important}.br30{border-radius:30px!important}.mb30{margin-bottom:30px!important}.pad30{padding:30px!important}.maxw300{max-width:300px!important}.w300{width:300px!important}.h300{height:300px!important}.minw300{min-width:300px!important}.gap30{gap:30px!important}.m40{margin-top:40px!important}.br40{border-radius:40px!important}.mb40{margin-bottom:40px!important}.pad40{padding:40px!important}.maxw400{max-width:400px!important}.w400{width:400px!important}.h400{height:400px!important}.minw400{min-width:400px!important}.gap40{gap:40px!important}.m50{margin-top:50px!important}.br50{border-radius:50px!important}.mb50{margin-bottom:50px!important}.pad50{padding:50px!important}.maxw500{max-width:500px!important}.w500{width:500px!important}.h500{height:500px!important}.minw500{min-width:500px!important}.gap50{gap:50px!important}.m60{margin-top:60px!important}.br60{border-radius:60px!important}.mb60{margin-bottom:60px!important}.pad60{padding:60px!important}.maxw600{max-width:600px!important}.w600{width:600px!important}.h600{height:600px!important}.minw600{min-width:600px!important}.gap60{gap:60px!important}.m70{margin-top:70px!important}.br70{border-radius:70px!important}.mb70{margin-bottom:70px!important}.pad70{padding:70px!important}.maxw700{max-width:700px!important}.w700{width:700px!important}.h700{height:700px!important}.minw700{min-width:700px!important}.gap70{gap:70px!important}.m80{margin-top:80px!important}.br80{border-radius:80px!important}.mb80{margin-bottom:80px!important}.pad80{padding:80px!important}.maxw800{max-width:800px!important}.w800{width:800px!important}.h800{height:800px!important}.minw800{min-width:800px!important}.gap80{gap:80px!important}.m90{margin-top:90px!important}.br90{border-radius:90px!important}.mb90{margin-bottom:90px!important}.pad90{padding:90px!important}.maxw900{max-width:900px!important}.w900{width:900px!important}.h900{height:900px!important}.minw900{min-width:900px!important}.gap90{gap:90px!important}.m100{margin-top:100px!important}.br100{border-radius:100px!important}.mb100{margin-bottom:100px!important}.pad100{padding:100px!important}.maxw1000{max-width:1000px!important}.w1000{width:1000px!important}.h1000{height:1000px!important}.minw1000{min-width:1000px!important}.gap100{gap:100px!important}.gap5{gap:5px}*{margin:0;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial;letter-spacing:1px;outline:none!important}*:focus{box-shadow:0 0 0 transparent!important}.bg-geotec{background-image:url("./media/motif-geotec-bg-WVJLHXBC.png")}.app{margin:0}body{margin:0;width:var(--height-after-topbar);background-color:rgb(var(--white));padding-bottom:20px;height:100vh;width:100%}section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;overflow-y:auto;width:100%;gap:10px}.fw{width:100%}.fh{height:100%}.flex,.column{display:flex}.flex1{flex:1}.column{flex-direction:column}img{width:100%;height:100%}.jcc{justify-content:center}.jc-sa{justify-content:space-around}.jc-s{justify-content:start}.jc-e{justify-content:end}.jc-sb{justify-content:space-between}.aic{align-items:center}.ai-sa{align-items:space-around}.ai-s,.ai-e{align-items:start}.ai-sb{align-items:space-between}.up{text-transform:uppercase}.right{text-align:right}.left{text-align:left}.center{text-align:center}h1,h2,h3,h4{color:rgb(var(--secondary-dark));font-weight:700;font-family:CG}h1{font-size:40px;text-transform:uppercase;text-align:center}h2{font-size:30px;text-align:center}h3{font-size:26px}h4{font-size:22px}div{margin:0}.scroll-div{max-width:100%;overflow-x:auto}.scroll-div table{border:1px solid #aaa}.white-div{padding:20px;border-radius:10px;background-color:#fff;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}th{text-align:center!important}table input{width:100%!important}.table-bordered{border:1px solid #ccc;border-collapse:collapse;border-spacing:0}.table-bordered thead{background-color:#eee}.table-bordered th,.table-bordered td{padding:10px;border:1px solid #ccc}input[type=checkbox],input[type=radio]{cursor:pointer}input[type=checkbox]{width:30px;height:30px}button{cursor:pointer}.btn-control{position:fixed!important;bottom:20px!important;width:60px!important;height:60px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background-color:rgb(var(--primary))!important;color:rgb(var(--white))!important;border:none!important;cursor:pointer!important;box-shadow:0 4px 8px #0003!important;z-index:1000!important;transition:all .3s ease!important;margin:0!important;padding:0!important;font-size:1.2rem!important;min-width:60px!important;max-width:60px!important;min-height:60px!important;max-height:60px!important}.btn-control.left{left:20px!important}.btn-control.right{right:20px!important}.btn-control:hover{transform:scale(1.1)!important;box-shadow:0 6px 12px #0000004d!important}.btn-control:active{transform:scale(.95)!important}.btn-control .p-button-icon{font-size:1.2rem!important}.app-button-md{font-size:1rem!important;padding:.5rem 1rem!important}.essai-header td{text-align:center}.title{background-color:rgb(var(--primary));padding:10px 40px;border-radius:100px;display:flex;justify-content:center;align-items:center;color:rgb(var(--white))}.title>*{font-family:CG;font-size:22px}.title-sample{font-family:CG;font-size:22px;background-color:none}.title-sample>*{color:rgb(var(--primary))}.tare-field{font-family:CGB;color:rgb(var(--geotec-orange))}html,body{height:100%;margin:0;padding:0}app-home,app-project,app-user-admin,app-broadcast-admin,app-equipment-admin,app-equipment-planning,app-laboratory,app-planning,app-reception-invalid,app-phy,app-phy-project,app-multi-bench,app-pycnometers,app-densimeters,app-program,app-admin,app-company-admin,app-hist,app-att,app-att60,app-att80,app-dgs,app-dgs-project,app-gra,app-ipi,app-header-info,app-mvsf,app-mvsf-project,app-proc,app-vbs,app-vbs-project,app-archive,app-export,app-sample-detail,app-tabrecap,app-reception,app-detail,app-setting,app-pycnometer{width:100%}app-root{display:flex;flex-direction:column;min-height:100vh}.error{color:rgb(var(--error))}.success{color:rgb(var(--success))}.warning{color:rgb(var(--warning))}.info{color:rgb(var(--info))}.primary{color:rgb(var(--primary))}.secondary{color:rgb(var(--secondary))}.white{color:rgb(var(--white))!important}
