<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #f2f2f2;
    background-image: url("stripes_sym3.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100%; /*700px;*/
    /*margin: 5%;*/
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fullPage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    padding: 15px;
}

.page_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.super-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align:center;

    border-radius: 5px;
    background-color: #f9f9f9;
    margin: 6px 0;
    padding: 25px;
    box-shadow: 2px 2px 2px lightgrey;
}

.tab-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align:center;

    border-radius: 5px;
    background-color: #f9f9f9;
    margin: 6px 0;
    padding: 25px;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: 2px 2px 2px lightgrey;
}

#website-link-button {
    padding: 10px 40px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #959595;
    background-color: #f9f9f9;
}

.buttons-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 0;
    margin-top: 20px;
}




/*
---------------------------------- HEADER ----------------------------------------
*/

.header {
    background-color: rgba(249, 249, 249,0.6);
    padding-top: 38px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.Hr_div_header{
    margin-top: 2em;
    margin-bottom: 0.5em;
    width: 20em;
}


/*
---------------------------------- NAVBAR ----------------------------------------
*/


.pages-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* margin-top: 3em; only if removing the horizontal rule between title and pages-menu */
}

.page-navlink{
    margin-left: 12px;
    margin-right: 12px;
    width: 100%;
    text-align: center;
}

.page-navlink:hover {
    background-color: transparent;
}

.navlink-label {
    font-size: 2.8em;
}

.version_and_language_div {
    width: 100%;
    display: flex;
    justify-content: center;
}

#versions_div {
    /* margin-left: auto; */
    width: fit-content;
    display: flex;
    flex-direction: row;
}

#app_versions_dropdown{
    margin-left: 6px;
}

.change_version_text {
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    width: fit-content;
    display:flex;
    align-items: center;
    justify-content: center;
}

#data_version_tooltip .tooltip-icon{
    position: relative;
    left: -1.7em;
    top: -0.05em;
}

#data_version_tooltip .tooltip-text{
    position: absolute;
    right: -8em;
    z-index: 1;
    font-size: 0.6em;
}

/* To set the width of the dropdown */

#app_versions_dropdown .Select-value {
    display: flex;
}

#app_versions_dropdown .Select-multi-value-wrapper {
    width: 5.5em;
    height: 2.2em;
}


/*
---------------------------------- INPUT FORM ----------------------------------------
*/


/* GENERAL */

.input-form {
    display: block;
    text-align:left;
}

.tab-container .container  {
    box-shadow: 0px 0px 0px lightgrey;
}

.tab-container .input-form {
    margin-right: 0px;
}

.Hr_div {
    width:100%;
}

hr {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color:rgb(220, 220, 220);
    border: 0 none;
    margin-top:0;
    margin-bottom:20px
}

.form-row {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.form-row:last-of-type {
    margin-bottom: 0;
}

.group-of-rows {
    margin-bottom: 20px;
}

.form-row &gt; label {
    margin-bottom: 7px;
    width: 100%;
}

.radio-row  input[type='number'],
.form-row  input[type='number'],
.form-row .Select-control {
    background-color: #FFFFFF;
    border: 1px solid #D6D9DC;
    border-radius: 3px;
}

.form-row input[type='number'] {
    padding: 7px;
    width: 92%;
}

.form-row .tooltip {
    width: 5%;
    padding-left: 1em;
}

.form-row .box-fields {
    width: 92%;
}

.bottom-dropdown {
    margin-top: 5px;
}


/* REPORTING SCOPE */

.reporting_scope_text {
    margin-bottom: 10px
}

.reporting-row {
    /* 
    Below fields are inspired from those of the .form-row class,
    but we created a dedicated css class because we do not want many of the 
    .for-row .&lt;subclass&gt; (for instance input[type='number']) to apply
    for larger screen sizes
    */
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6px;
    margin-top: 18px;
}

.reporting-row input[type='number'],
.reporting-row .Select-control{
    background-color: #FFFFFF;
    border: 1px solid #D6D9DC;
    border-radius: 3px;
}

.reporting-row input[type='number']{
    padding: 9px;
}


.reporting-row input[type='number'] ,
.reporting-row .box-fields{
    margin-right: 2px;
    text-align: center;
    height: 100%;
    width: 42%;
}


/* RUNTIME */

.box-runtime {
    display: flex;
}

.box-runtime input[type='number'] {
    width:50%; 
}

.box-runtime input:first-of-type {
    margin-right:2px;
}

.box-runtime input:last-of-type {
    margin-left:2px;
}

/* RADIO ROWS */

.radio-row, .radio-and-field {
    display: flex;
    flex-direction: row;
}

.radio-row &gt; label {
    width: 100%;
}

.radio-and-field {
    width: 92%  /* The remaining % are filled in by the tooltip */
}

.radio-input {
    width: 55%;
    margin: 5px 0 8px 0;
    display: flex;
    justify-content: space-around;
}

.radio-row input[type='number'] {
    width: 45%;
}

.radio-input label:last-of-type {
    margin-right: 20px;
}


/* HELP TABS */

.form-help-subsection{
    margin-bottom: 18px;
}


/* OTHER */

.switcher-section {
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.continuous-switcher {
    width: 94%
}

.input_data_time-section input:first-of-type {
    margin-right:4px;
}

.input_data_time-section &gt; input[type = 'number'],
.input_data_time-section .box-fields {
    width: 45%;
}

.input_data_time-section &gt; input[type = 'number']{
    padding: 9px;
}

.two-buttons {
    display: flex;
}



/*
---------------------------------- Tooltip ----------------------------------------
*/

.tooltip-text {
    visibility: hidden;
    width: 12em;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-style: normal;
    /* Position of the text */
    position: absolute;
    right: 1em;
    z-index: 1;
}

.tooltip:hover .tooltip-text, .tooltip:active .tooltip-text {
    visibility: visible;
}

.tooltip:hover .tooltip-icon, .tooltip:active .tooltip-icon {
    color: rgb(60, 60, 60);
    border-color: rgb(60, 60, 60);
}


/*
---------------------------------- IMPORT-EXPORT ----------------------------------------
*/

.import-export{
    width: 100%;
    display: flex;
    flex-direction: column;

    justify-content: center;
    margin-top: 6px;
    margin-bottom: 6px;
}

.import-error-message {
    margin-top: 6px;
    margin-bottom: 12px;
}

.import-result{
    margin-bottom: 6px;
    border-width: 2px;
    border-style: dashed;
    border-radius: 5px;
    margin-left: 10px;
}

.upload-data, .btn-download_csv{
    cursor: pointer;
}

.btn-download_csv {
    color: #1773D0;
    text-decoration: underline;
}

.btn-download_csv:visited{
    color: #653096
}

.import-export-buttons{
    display: flex;
    flex-direction: row;

    width: 100%;
}

.import-export-container{
    width: 100%
}


/*
---------------------------------- MINI-BOX ----------------------------------------
*/

.mini-boxes {
    flex-direction: row;
}

.mini-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
} 

.mini-box-main-content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.detailed-metric-container {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
}

.style-icon {
    height: 100px;
    width: 100px;
    margin-top:0;
    margin-bottom:0;
}

.caption-icons {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}


/*
---------------------------------- TWO-GRAPHS BOX ----------------------------------------
*/

.two-graphs-box {
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    align-items: flex-start;
}

.graph-container {
    width: 100%;
    /*height: 100%;
    display: block;*/
    margin-top: 10px;
}

.one-of-two-graphs {
    width: 100%;
}

.one-of-two-graphs:first-of-type {
    margin-bottom: 50px;
}

/*
---------------------------------- DESCRIPTIONS ----------------------------------------
*/

blockquote {
    border-left: 4px lightgrey solid;
    padding-left: 1rem;
    text-align:left;
}


/*
---------------------------------- FOOTER ----------------------------------------
*/

.footer {
    background-color: rgba(249, 249, 249,0.6);
}

.footnote {
    align-self: flex-start;
}
</pre></body></html>