﻿#headerWrapper {
    width: 100%;
    padding: 10px;
    background-color: aquamarine;
    z-index: 100;
}

.lefty {
    float: left;
    width: 10%;
    height: 105px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.middly {
    float: left;
    text-align: center;
    font-size: 64px;
    font-weight: bold;
    width: 80%;
    height: 105px;
    padding-top: 10px;
}

.righty {
    float: right;
    text-align: right;
    width: 10%;
    height: 105px;
    padding-top: 10px;
}

.siteLogo {
    height: 95px;
    margin-bottom: 10px;
}

.sitedecoration {
    height: 95px;
    margin-bottom: 10px;
}

.usewholepage{
    width: 100%;
}

.configpage {
    width: 100%;
}

.configdiv{
    display: block;
    width: 1200px;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.configtable {
    /*all:unset;*/
    table-layout: fixed;
    border: 1px solid black;
    border-collapse: collapse;
}

.configtable th {
    border: 1px solid black;
    background-color: #009879;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    min-width: 50px;
}

.configtable tr {
    min-height: 30px;
    height: 30px;
}

.configtable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.configtable, .statustable tr:hover {
    background-color: #ddd;
}

.configtable td {
    border: 0.5px dashed black;
    vertical-align: central;
    min-width: 155px;
    max-width: 200px;
    min-height: 30px;
}

.statusbody {
    background-color: azure;

}

/* Status report filter section. */

.selectorlabel {
    height: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
}

/* Drop downs for customer, group and gateway MAC. */
.deviceselector {
    margin-left: 10px;
    margin-top: 5px;
}

/* Date range selector. */
.daterange {
    display: inline-block;
    width: 420px;
    height: 35px;
    align-content: start;
    align-items: start;
    margin-left: 0.25%;
    margin-top: 5px;
    padding: 5px;
    border: 1px solid black;
}

/* Generate report button. */
.reportbutton {
    margin-left: 10px;
    margin-top: 5px;
    width: 100px;
    height: 30px;
    color: black;
}

.statustablediv {
    overflow-y: auto;
    height: 610px;
}

.statustable thead th {
    position: sticky;
    top: 0px;
}

.statustable {
    width: 100%;
    font-size: 10px;
}

.statustable th {
    border: 1px solid black;
    background-color: #009879;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    min-width: 30px;
    padding: 5px;
}

.statustable td {
    border: 0.5px dashed black;
    vertical-align: central;
    font-size: 13px;
    min-width: 30px;
    max-width: 200px;
    min-height: 20px;
    padding: 5px;
}

#customers {
    min-width: 150px;
    font-size: 14px;
}

label {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    vertical-align: top;
}

#groups, #gateways{
    min-width: 180px;
}

.edt {
    min-width: 20px;
    max-width: 100px;
    margin-left: 10px;
}

.fwupgradedropdown {
    min-width: 360px;
    width: 360px;
    margin-left: 10px;
}

input[type=submit] {
    margin-bottom: 10px;
}

input[type=checkbox]{
    margin-left: 10px;
}
