/* Copyright (C) Matrisk GmbH 2022*/

#help{
    width: 100%;
    height: 200px;
}

#astronaut{
    margin-top: 0%;
}

.message{
    margin-left: 20px;
    background-color: #e4c665;
    color: black;
    border-radius: 5px;
}

.help-message{
    font-size: 11px;
    padding: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

input[type=range].three-choice-slider {
    -webkit-appearance: none;
    /*nécessaire pour Chrome */
    padding: 0;
    /* nécessaire pour IE */
    font: inherit;
    /* même rendu suivant font document */
    outline: none;
    color: rgb(70, 113, 134);
    /* sert pour couleur de référence, via currentColor, pour le curseur */
    opacity: .8;
    background: rgb(8, 20, 111);
    /* sert pour couleur de fond de la zone de déplacement */
    box-sizing: border-box;
    /* même modèle de boîte pour tous */
    transition: opacity .2s;
    cursor: pointer;
}

.description {
    background-color: #383b3a;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    width: 80px;
    height: 60px;
}

.description-piOP {
    background-color: #b3b3b3;
    color: #000000;
    text-align: center;
    font-size: 12px;
    width: 80px;
    height: 80px;
}

.description-value {
    font-weight: bold;
    color: #383b3a;
    margin: auto 13px;
    width: 80px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
}

.description-value-piOP {
    font-weight: bold;
    color: #383b3a;
    margin: auto 20px;
    width: 100px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
}

.main-value-title {
    color: #8d0308;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

.value-type-title {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

.value-type-subtitle {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

.customed-table {
    border-collapse: collapse;
}

.value-type{
    background-color: #383b3a;
    color: #ffffff;
    text-align: center;
    width: 80px;
    height: 60px;
}

.value-processed{
    font-weight: bold;
    color: #383b3a;
    width: 80px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
}

.text-entry{
    border-color: #383b3a;
    border-radius: 5px;
    padding-left: 10px;
    width: fit-content;
}


.tcs-label {
    font-weight: bold;
    color: #009879;
    width: 100px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
}