@font-face {
    font-family: "Moon2.0-Regular";
    src: url("/font/Moon2.0-Regular.otf") format("opentype");

    font-family: "Oswald-Light";
    src: url("/font/Oswald-Light.ttf") format("opentype");

    font-family: "Bauhaus";
    src: url("/font/Bauhaus.otf") format("opentype");
    
    
}

/*@media (max-width: 767.98px) {
    table data-card-view = true;
}*/


:root {
    --main-lanpark-color:  #00314A;
    --main-bg-color: #0069d9;
    --main-text-color: #fefefe;
    --main-a-text-color:rgb(168, 227, 245);
    --main-a-text-hover-color: rgb(0, 174, 255);
    --main-border-color: rgb(247, 241, 188);
    --main-attention-color: rgb(199, 78, 78);
    --main-off-text: rgb(180, 180, 180);
    --main-on-text: var(--main-text-color);
    --main-stockage-text: rgb(180, 180, 180);
    --main-degrade-text: rgb(255, 145, 0);
    --main-renforce-text:rgb(251, 255, 0);
    --main-findevie-text: rgb(255, 55, 55);
    --main-konfc-text: rgb(255, 55, 55);
    --main-degradalimText-text: rgb(255, 55, 55);
    --main-nav-bg-color: #00273b;
    --main-ltem-text:rgb(115, 255, 0);
    --main-nbiot-text:rgb(251, 255, 0);
    --main-twog-text:rgb(255, 145, 0);
    --main-unknown-text:rgb(180, 180, 180);
    
    /* rgb(0, 32, 80) */
    /*--main-red-text: rgb(255, 109, 109);
    --main-green-text:rgb(110, 255, 110);*/
    /*--main-border-color: rgb(252, 239, 129);*/
}

html{
    height: 100%;
    background-color: var(--main-lanpark-color);
    /*background: linear-gradient(to right, rgb(172, 191, 255), rgb(221, 229, 255));*/
    /*background-image:url(../pictures/1920-fond-de-papier-bleu.jpg); /*1920-fond-de-papier-bleu.jpg*/
}

body{
    /*background-color: black;*/
    /* background-image:url(../pictures/1920-fond-bokeh-bleu-clair-et-blanc.jpg); */
    /*background: linear-gradient( var(--main-a-text-color), white);*/
    font-family:"Bauhaus","arial","serif";    
    color: var(--main-text-color);
    background-color: transparent;
    /*font-size: large;*/
}

input text{
    color: var(--main-nav-bg-color);
}

 .container-xxl, .container-fluid{
    padding: 20px;
}

.font-standard{
    font-family:"Bauhaus";
    font-size: 40px;
}
   
#div-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#div-logo img{
    width: 40%;
}

h1{
    margin-bottom: 1rem;
    text-align: center;
    color: var(--main-bg-color);
    font-style: oblique;
    width: 100%;
}

#deltaE1E2{
    margin-bottom: 1rem;
    text-align: center;
    color: var(--main-a-text-color);
}

span{
    color: var(--main-bg-color);
    font-style: oblique;
    font-weight: bold;
    /*text-decoration-line: underline;*/
}

h3{
    text-align: left;
    /*text-decoration-line: underline;*/
}

nav{
    margin-top: 0.5rem;
    display: flex;
    background-color: var(--main-nav-bg-color);
}

a:hover{
    text-decoration-line: none;
    /*font-weight: 600;*/
    color: var(--main-a-text-hover-color);

}

ul {
    list-style-type: none;
    text-align: left;
    padding-inline-start: 0;
}

.push {
    margin-left: auto;
}

.large-hr{
    border: 5px solid var(--main-text-color);
    border-radius: 5px;
}

.small-hr{
    border: 1px solid var(--main-text-color);
    border-radius: 5px;
}

.thumbnailHr{
    margin: 0;
    color: var(--main-text-color);
}

#forgottenPwdDiv{
    display: flex;
    justify-content: space-between;
}

#forgottenPwd {
    align-self:flex-end;
    
}

#logoUsername{
    width : 2.5rem;
    height : 2.5rem;
    padding: 0.5rem;
    /*padding: 0.5rem 0.8rem;*/
    background-color: var(--main-bg-color);
    color: white;
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
}

.alert{
    margin-top: 0.5rem;
}

#buttons-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 10px;
}

.button {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 15rem;
    width: 15rem;
    padding: 10px;
    background-color: var(--main-bg-color);
    border-radius: 10%;
    border-color: var(--main-a-text-color);
    border-style: solid ;
    border-width: 5px;
    /*align-items: center;*/
    justify-content: center;
    margin:0.2rem;
    color: var(--main-a-text-color);
}

.button-reduced {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 5rem;
    width: 5rem;
    padding: 10px;
    background-color: var(--main-bg-color);
    border-radius: 10%;
    border-color: var(--main-a-text-color);
    border-style: solid ;
    border-width: 2px;
    /*align-items: center;*/
    justify-content: center;
    margin:0.2rem;
    color: var(--main-a-text-color);
    font-size: 10px;
}

.button-reduced #li-sn{
    font-size: 10px;
}

.button:hover, .button-reduced:hover{
    border-color:var(--main-border-color);
    color: white;
}


.table{
    color: var(--main-text-color);
    text-align: center;
    /*background: var(--main-lanpark-color);*/
}
.table tbody tr:hover{
    color: var(--main-a-text-hover-color);
}

.mytable{
    overflow:auto; 
    height: 150px;
    border-collapse: collapse;
    
}

.mytable thead th{
    /*position: sticky;*/
    top: 0;
    z-index: 1;
    background: var(--main-a-text-color);
}

#num-tel-box-and-logo{
    display: flex;
    height: 38px;
}
#num-tel-box-and-logo :nth-child(1){
    /*width : 90%;*/
    
}
#num-tel-box-and-logo :nth-child(2){
    /*max-width: 100%;
    max-height: 100%;*/
    padding-left: 5px;

    
    /*width : 38px;
    height: 38px;*/
}

.links{
    margin-top: 1rem;
    margin-bottom: 2rem;
    background-color: var(--main-bg-color);
    /*background-color: rgb(13, 0, 73);*/
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    /*border-bottom : 1px black dotted;*/
    /*border-top : 1px black dotted;*/
    border-radius: 0.5rem;
}
.links a{
    /*border: solid 2px var(--main-bg-color);
    border-width: 2px;
    border-style: solid;
    color: var(--main-border-color);
    background-color: var(--main-bg-color);
    border-radius: 0.25rem;*/
    margin: 0.25rem;
    padding: 0.25rem;
}
.links a:hover{
    /*border-color:var(--main-border-color);
    color: white;*/
}

#confirm{
    align-items: center;
    background-color: white;
    width: 90%;
    height: 20%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.idToDelete{
    color: var(--main-attention-color);
}

.off-text{
    color: var(--main-off-text);
}

.on-text{
    color: var(--main-on-text);
}

.stockage-text{
    color: var(--main-stockage-text);
}

.degrade-text{
    color: var(--main-degrade-text);
}

.findevie-text{
    color: var(--main-findevie-text);
}

.konfc-text{
    color: var(--main-konfc-text);
}

.degradalimText-text{
    color: var(--main-degradalimText-text);
}

.renforce-text{
    color: var(--main-renforce-text);
}

.unknown-text{
    color: var(--main-unknown-text);
}

.ltem-text{
    color: var(--main-ltem-text);
}
.nbiot-text{
    color: var(--main-nbiot-text);
}

.twog-text{
    color: var(--main-twog-text);
}

.thumbnailLine{
    display: flex;
}

.thumbnailLinee1e2e3e4{
    font-size: 0.9rem;
}

.thumbnailMain{
    align-items: center;
}

.twoElLine{
    width: 50%;
}

.fourElLine{
    width: 25%;
}

.twoElLineSmall{
    width: 25%;
    text-align: left;
}

.twoElLineBig{
    width: 75%;
    text-align: right;
}

#li-sn{
    text-align: center;
    font-size: x-large;
}

.li-mode{
    text-align: center;
    font-style: italic;
}

#dtsListe{
    margin-top: 20px;
    column-count: 3;
}

.dtsListeLine{
    display: flex;
    margin-bottom: 10px;
}

.dtsListeLine input{
    margin-left: 10px;
    text-align: center;
    width: 20vw;
}

.dts3gpp{
    font-size: 14px;
    /*justify-content: space-between;*/
}

.button-3gpp{
    margin-left: 20px;
}

#visibility-div{
    display: flex;
}
#visibility-div label{
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 5em;
    /*width: 5em !important;*/
    /*width: fit-content!important*/
}
#visibility-div select{
    width: 10em;
    /*width: fit-content!important*/
}

#manuf-div{
    display: flex;
}
#manuf-div label{
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 5em;
    /*width: fit-content!important*/
}
#manuf-div select{
    width: 10em;
    /*width: fit-content!important*/
}

.button-retour{
    font-size: larger;
}

.inputDate{
    /*width: 8vw;*/
    width: 7em !important;
    text-align: center;
}

.inputDateLabel{
    margin-bottom: 0;
}

#mqtt_current_message_div{
    display: flex;
    height: 380px;
}    

#mqtt-current-message{
    display: flex;
    background-color: var(--main-lanpark-color);
    color: var(--main-a-text-color);
    width: 80%;
    height: 380px;
    font-family: "arial","serif";
}
#mqtt_current_message_highlights{
    width: 20%;
    height: 380px;
    font-family: "arial","serif";

    
}
#mqtt_current_message_highlights li{
    justify-content: center;
    background-color: var(--main-bg-color);
    color: var(--main-a-text-color);
    text-align: center;
    margin: 1rem;
}  
    
.table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
}
.table-responsive::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
    /* padding: 20px;
    background-color: var(--main-lanpark-color);
    border-radius: 100%;
    border-color: var(--main-a-text-color);
    border-style: solid ;
    border-width: 5px;
    justify-content: center;
    margin-bottom:1rem;
    color: var(--main-a-text-color); */

/*#num-tel-box-and-logo img{
    content:url(pictures/free.jpg);
}*/

/*.button a:hover{
    color: var(--main-a-text-color);
    
}*/

/* @media screen and (max-width: 550px) {
    #buttons-list{
        display: flex;
        flex-direction: column;
        justify-content:space-around;
        align-items:center;
    }
    .button{
        margin-top: 0.2rem;
    }
} */
 