html {
    position: relative;
    height: 100%;
    font-size: 15px;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.header {
    background-color: #d8d8d8;
}

.footer {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 12px;
    background-color: #dfe0e7;
    color: black;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.gaugePlotly {
    float: left;
    width: 350px;
}
.right-links {
    margin: 0;
    padding-top: 20px; 
    padding-bottom: 20px;
    float: right;
    text-align: center;
    color: #000000;
    letter-spacing: 0.1em;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 16px;
    background-color: #c3cbf7;
    border:none;
    /*
    outline: black;
    padding: 5px 14px;
    margin: 5px;
    color: white;*/
    cursor: pointer;
    width: 150px;
}
.right-links:hover {
    border-style: solid;
    border-color: black;
    padding-top: 14px; 
    border-width: 3px;
    border-radius: 6px;
}

.active {
    background-color: #5060b3;
    color: #e6e8f2;
}

.text-field-dark {
    color: black;
    background-color: rgb(232, 240, 254);
    margin-bottom: 75px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5%;
    height: 50px;
    width:90%;
    font-size: 16px;
    border-bottom: 0px solid #578486;
    border-radius: 0px
}
.btn-login {
    margin-left: 5%;
    margin-right: 5%;
    padding: 5%;
    height: 50px;
    width:90%;
    font-size: 16px;
    color: blue;
    font-family: "Montserrat-Bold", sans-serif;
    border: 1px solid blue;
    border-radius: 25px;
    cursor: pointer;

}
.text-field-edit {
    color: black;
    background-color: rgb(232, 240, 254);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px;
    height: 30px;
    width: 500px;
    font-size: 16px;
}

.tbButton {
    color: white;
    background-color: #3a585e;
    /*margin-bottom: 75px;*/
    padding: 5px;
    /*height: 20px;
    width: 500px;*/
    font-size: 16px;
    font-family: "Montserrat-Bold", sans-serif;
    border: 2px solid #011516;
    border-radius: 1px;
    cursor: pointer;
}

.tbButton:focus {
    background-color:#0b4450;
    color: darkgray;
    margin-top: 5px;
    margin-left: 5px;
}

.col-10 {
    float: left;
    width: 10%;
    margin-top: 0px;
}
.col-30 {
    float: left;
    width: 30%;
    margin-top: 0px;
}
