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: #f3f5f7;
}

.footer {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 12px;
    background-color: #1A2530;
    color: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.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: 14px;
    background-color: #f3f5f7;
    border:none;
    /*
    outline: black;
    padding: 5px 14px;
    margin: 5px;
    color: white;*/
    cursor: pointer;
    width: 150px;
}
.right-links:hover {
    border-style: solid;
    border-color: black;
    border-width: 3px;
    border-radius: 6px;
}

/* Style the buttons */
.tablinks {
    border: none;
    outline: black;
    padding: 10px 25px;
    background-color: #666;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.smtablinks {
    margin-top: 5px;
    border: none;
    outline: black;
    padding: 5px 14px;
    background-color: #666;
    color: white;
    cursor: pointer;
    font-size: 12px;
}

/* Style the active class, and buttons on mouse-over */
.active {
    background-color: green;
    color: white;
}
.simButton {
    cursor: pointer; 
    border-width: 1px;
    border-color: rgb(201, 201, 201);
    background-color: white;
    color: black;
}
.simButton:hover {
    cursor: pointer; 
    background-color: rgb(190, 187, 187);
    color: black;
}

.alarmLevel {
    border-width: 2px;
    border-color: rgb(114, 114, 114);
    background-color: rgb(196, 196, 196);
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tablinks:hover {
    background-color: #87947e;
    color: white;
}

.smtablinks:hover {
    background-color: #87947e;
    color: white;
}

.text-field-dark {
    color: black;
    background-color: rgb(232, 240, 254);
    margin-bottom: 75px;
    padding: 10px;
    height: 50px;
    width: 500px;
    font-size: 16px;
    border-bottom: 0px solid #578486;
    border-radius: 0px
}
.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;
}

.gauge {
    float: left;
    width: 205px;
}


.assetBox {
    background-color: #f3f5f7;
    border: 1px solid;
    border-color: darkgrey;
    border-radius: 20px;
    padding: 10px;
    margin-left: 25px;
    margin-bottom: 50px;
    width: 450px;
    height: 100px;
    box-shadow: 5px 10px #d4d4d4;
}
.assetBox:hover {
    border-color: black;
    border: 2px solid;
    background-color: #f3f5f7;
    cursor: pointer;
    margin-bottom: 48px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.col-250px
{
    float: left;
    width: 250px;
    margin-top: 0px;
}
.col-5 {
    float: left;
    width: 5%;
    margin-top: 0px;
}
.col-10 {
    float: left;
    width: 10%;
    margin-top: 0px;
}
.col-15 {
    float: left;
    width: 15%;
    margin-top: 0px;
}
.col-20 {
    float: left;
    width: 20%;
    margin-top: 0px;
}
.col-20r {
    float: right;
    width: 20%;
    margin-top: 0px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 0px;
}

.col-25r {
    float: right;
    width: 25%;
    margin-top: 0px;
}

.col-30 {
    float: left;
    width: 30%;
    margin-top: 0px;
}
.col-30r {
    float: right;
    width: 30%;
    margin-top: 0px;
}

.col-40 {
    float: left;
    width: 40%;
    margin-top: 0px;
}
.col-50 {
    float: left;
    width: 50%;
    margin-top: 0px;
}

.col-50r {
    float: right;
    width: 50%;
    margin-top: 0px;
}

.col-60 {
    float: left;
    width: 60%;
    margin-top: 0px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 0px;
}

.col-80 {
    float: left;
    width: 80%;
    margin-top: 0px;
}

.col-100 {
    float: left;
    width: 100%;
    margin-top: 0px;
}
hr {
    display: block;
    /*height: 1px;*/
    border: 0;
    border-top: 2px solid #1d77cc;
    /*margin: 1em 0;*/
    padding: 0;
}
.container {
    background-color: #bfbfc2;
    padding: 10px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}
.dbLamp{
    background-color: rgb(183, 187, 184);
    color: black;
    height:30px;
    margin:5px;
    width:60px;
    border-radius: 50px;
}
