﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");:root{--e-body-font-family:var(--e-font-roboto);--e-font-roboto:Helvetica,sans-serif;}.site-logo{max-height:150px;margin-top:1rem;margin-bottom:1rem;border-radius:12px;}.licensing-data{font-family:"Roboto Mono",monospace;}#mail-failure-warning{padding:.75rem 1.25rem;margin-bottom:0;}#failure-reason{font-family:"Roboto",sans-serif;font-weight:normal;text-align:center;}.licence-grid{width:100%;height:calc(100vh - 20rem);}.filter-container{display:flex;justify-content:flex-end;gap:.5rem;}.ag-grid-btn{display:flex;height:100%;align-items:center;}.ag-grid-btn button{width:3rem;}#loading-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%;background:rgba(0,0,0,.1);display:none;border-radius:.5rem;}.cv-spinner{height:100%;display:flex;justify-content:center;align-items:center;}.spinner{width:10%;aspect-ratio:1;border:8px #780016 solid;border-top:8px #dd0a30 solid;border-radius:50%;animation:sp-anime .75s infinite linear;}@keyframes sp-anime{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.badge.shiny{background-color:#ffd700;color:#666;}.badge.fresh{background-color:rgba(255,215,0,.5);color:rgba(102,102,102,.5);}.badge.reservation{background-color:var(--e-reserved-licence);color:#fff;font-weight:normal;}.badge.assignment{background-color:var(--e-assigned-licence);color:#fff;font-weight:normal;}.badge.unassigned{background-color:#624a4a;color:#f7e7e7;font-weight:normal;}.licensed-user::after{background-image:url(/images/license.svg);display:inline-block;width:1rem;aspect-ratio:1;content:"";background-repeat:no-repeat;background-size:cover;}.project-summary{font-weight:bold;}hr.feint{opacity:.1;width:100%;margin:1em auto;border:1px solid;}.fix-button-icon{margin-right:.25rem;}.invalid-feedback{position:static;}.disabled-badge{color:#fff;background-color:rgba(227,56,44,.3);}.select-file{min-width:280px;max-width:75%;}.tab-pane-content{padding:1rem;}.tab-pane-input{min-width:280px;max-width:75%;}@media(max-width:768px){.tab-pane-input{max-width:100%;}.select-file{max-width:100%;}}#Version optgroup option{white-space:nowrap;display:block;width:100%;box-sizing:border-box;}select#Version .selectoption{font-family:"FontAwesome",inherit;}