html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #171717;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
    font-family: Krub;
}

h2 {
    margin-left: 30px;
}

h3 {    
    margin-left: 30px;
}

h4 {
    font-size: larger;
    margin-left: 20px;
    margin-bottom: 15px;
}

p {
    margin-left: 20px;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 0;    
    color: white;
    font-family: Krub;
}

.alignright {
    margin-left: 0;
    margin-right: 20px;
}

.interline {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: smaller;
}

header {
    margin: 0;
    padding: 0;
}

nav {
    height: 10%;
    width: 100%;
    background-image: linear-gradient(black, #171717);
    margin: 0;
    padding: 0;
    text-align: center;
}

.logo {
    margin-top: 10px;
    height: 80px;
    cursor:pointer;
}

.dummy_div {
    width: 100px;
    height: auto;
}

.log_out_btn {
    width: auto;
    height: auto;
    background-image: linear-gradient(black, #171717);
}

.container {
    margin: auto;
    position: relative;
    min-width: 80%;
    height: 90%;
    background-color: #171717;
}

.shadow:after {
    content: " ";
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0px;
    right: -15px;
    box-shadow: 20px 0px 20px -30px black inset;
}

.shadow:before {
    content: " ";
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0px;
    left: -15px;
    box-shadow: -10px 0px 10px -10px black inset;
}

.mode {
    display: flex;
    height: 50%;
    width: 100%;
    justify-content: center;
    margin: 10px 0;
}

.box {
    display: flex;
    height: 50%;
    width: 100%;
}

.printbox {
    display: flex;
    width: 100%;
    height: 50%;    
}

.graphbox {    
    margin: 15px 15px 15px 15px; 
}

.map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #171717;
}

.plan {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.infos {
    display: flex;
    height: auto;
    width: 100%;
    background-image: linear-gradient(black, #171717);
}



.left_column {
    width: 100%;
    margin: 10px 0 0 0;
}

.right_column {
    width: 100%;
    padding: 0px 30px 0px 0px;
    text-align: right;
    margin: 10px 0 0 0;
}

select {
    height: 40px;
    margin: 20px 0 0 30px;
    background-image: linear-gradient(black, #171717);
    color: white;
    border: 2px solid #171717;
    font-family: Krub;
    cursor: pointer;
}

select:hover {
    background-image: linear-gradient(#171717, #171717);
}

.selectevent {
    height: 30px;
    margin: 0px 0px 5px 0px;
    background-image: linear-gradient(black, #171717);
    color: white;
    border: 2px solid #171717;
    font-family: Krub;
    cursor: pointer;
}

option {
    background-color: black;
}

/* Buttons */

.btn_filling {
    width: 60px;
    height: 60px;
    margin: 5px 0 0 0;
    background-image: linear-gradient(#998675, #D4BF86);
    border: 5px solid #998675;
    color: white;
    border-radius: 50%;
    font-family: Krub;
    font-weight: bold;
    box-shadow: 0 0 15px black;
}

.btn_stands {
    width: 55px;
    height: 55px;
    margin: 10px 30px 10px 0px;
    padding: 0;
    background-image: linear-gradient(black, #171717);
    color: white;
    border: 3px solid black;
    border-radius: 50%;
    font-family: Krub;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 0 15px black;
}

.btn_log_out {
    width: 55px;
    height: 55px;
    margin: 25px;
    padding: 0;
    background-image: linear-gradient(#171717, black);
    color: white;
    border: 3px solid #171717;
    border-radius: 20%;
    font-family: Krub;
    font-size: 10px;
    font-weight: bold;
    box-shadow: 0 0 15px black;
    cursor: pointer;
}

.btn_log_out:hover {
    background-image: linear-gradient(#171717, #171717);
}

.btn_refresh {
    width: 55px;
    height: 55px;
    margin: 10px 30px 0 0;
    padding: 0;
    background-image: linear-gradient(#171717, black);
    color: white;
    border: 3px solid #171717;
    border-radius: 20%;
    font-family: Krub;
    font-size: 10px;
    font-weight: bold;
    box-shadow: 0 0 15px black;
    cursor: pointer;
}

.btn_refresh:hover {
    background-image: linear-gradient(#171717, #171717);
}

.btn_mode {
    width: 120px;
    height: 30px;
    margin: 10px 30px 0 0;
    padding: 0;
    background-image: linear-gradient(#171717, black);
    color: white;
    border: 3px solid #171717;
    border-radius: 20%;
    font-family: Krub;
    font-size: 10px;
    font-weight: bold;
    box-shadow: 0 0 15px black;
    cursor: pointer;
}

.btn_mode:hover {
    background-image: linear-gradient(#171717, #171717);
}

.btn_mode:disabled {
    background-image: linear-gradient(#171717, #171717);
    cursor: default;
}

.icons {
    height: 30px;
}

span {
    font-family: Krub;
}

.percentage {
    font-weight: bold;
    margin: 10px;
}

.container_stands {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 50%;
    margin-top: 10px;
}

.column {
    align-self: center;
    margin: 0 20px 0 20px;
}

span {
    color: #ffffff;
}

/* Jauges */

meter::-webkit-meter-bar {
    height: 20px;
    width: 100%;
    background: #666;
    -webkit-box-shadow: inset 0 0 2px 2px #555;
    -moz-box-shadow: inset 0 0 2px 2px #555;
    box-shadow: inset 0 0 2px 2px #555;
}

meter::-webkit-meter-bar,
meter::-webkit-meter-optimum-value,
meter::-webkit-meter-suboptimum-value,
meter::-webkit-meter-even-less-good-value {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

meter::-webkit-meter-optimum-value {
    background: #4fa2f7;
    border: 1px solid #1560ad;
}

meter::-webkit-meter-suboptimum-value {
    background: #f7c64f;
    border: 1px solid #b9870d;
}

meter::-webkit-meter-even-less-good-value {
    background: #f76f4f;
    border: 1px solid #bd3413;
}

.printOnly {
    display: none;
}

.noPrint {
    display: block;
}

@media screen{
    .gold_line {
        height: 7px;
        width: 100%;
        background-image: linear-gradient(45deg, #998675, #998675, #D4BF86, #998675, #998675);
    }
}

@media print{
    html, body, nav, div, h1, h2, h3, h4, h5, h6, p, select, span, .log_out_btn, .container, .infos {
        background-color: #FFFFFF;
        color: #000000;
        background-image: none;
        font-family: Cambria, serif;
    }
    
    .noPrint, meter {
        display: none;
    }
    
    .printOnly{
        display: block;
    }
    
    .btn_stands{
        margin: 10px 10px 5px 0;
        color: black;
    }

    .gold_line {
        height: 7px;
        width: 100%;
        background-color: #D4BF86;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    
    #updateDate, #eventLib{
        font-size: 18px;
        font-weight: bold;
    }

    #charttotalPrint {
        width: 720pt;
    }

    .valueColor{
        color: dodgerblue;
    }
}












