.main_head {
  text-align: center;
  font-size: 3.5em;
  font-weight: bold;
  color: #cc33ff;
  padding-bottom: 0.5%;
}

#heatmap {
  width: auto;
  height: 100%;
  margin-right: 1%;
  margin-left: 2%;
  margin-top: -1%;
  
}

#temperatures{
  width: auto;
  height: 50%;
  margin-bottom: 0.5%;
  padding-top: 1%;
}

#motor{
    width: auto;
    height: 50%;
    padding-top: 1%;
    margin-bottom: -190px;
  }

header {
  background-image: url("../img/resize-arusdebrun.jpeg");
  /* background-size: cover; */
  background-repeat: repeat-x;
  text-align: center;
  padding-top: 0.65%;
  padding-bottom: 0.65%;
  font-family: Arial, Helvetica, sans-serif !important;
}

#header {
  font-size: 300%;
  font-weight: bolder;
  text-align: center;
  color: white;
}

#drk {
  display: block;
  margin-left: 7.5%;
  width: 30%;
  height: 30%;
}

#UofG {
  display: block;
  margin-left: 55%;
  width: 40%;
  height: 40%;
}

#head_tab {
  width: 100%;
  border-collapse: collapse;
}

.navbar.navbar-default {
  font-size: 1.2em !important;
  background-color: #00ccff !important;
  color: #000000 !important;
  border: none !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #000000 !important;
  background-color: #00ffcc !important;
}

.navbar-default .navbar-nav>li>a {
  color: #000000 !important;
}

.navbar {
  border-radius: 0px !important;
  font-weight: bold !important;
}

.navbar-default .navbar-nav>.logout>a,
.navbar-default .navbar-nav>.logout>a:focus,
.navbar-default .navbar-nav>.logout>a:hover{
  color: #000000 !important;
  background-color: red !important;
}
.navbar-default .navbar-nav .navbar-right{
  margin-right: 10%;
}

#foot_tab{
  width: 100%;
  background-color: #00ccff !important;
  border-collapse: collapse;
}

#EU{
  width:40%;
  float: left;
  padding-bottom:2%;
  padding-top: 2%;
}

.container {
  display: flex;
  align-items: center;
  justify-content: left;
  float:left
}

#grand{
  margin-left: -10%;
  font-weight: bold;
}

#EU_cont{
  width:20%;
}

body{
  font-family: Arial, Helvetica, sans-serif !important;
}

#foot {
  text-align: right;
  padding-right: 10%;
  font-weight: bold;
}

footer {
  bottom: 0;
  width: 100%;
  padding-top: 0.5%;
  /* border-collapse: collapse; */
  position:static;
  margin-top: 200px;
}

#footer_padding {
  height: 400px;
}

#loginText{
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 4%;
  font-size: 1.4em;
}

#loginHead{
  padding-top: 1%;
  padding-bottom: 2%;
}

.mb-6{
  margin: auto;
  width: 50%;
  text-align: center;
  padding-bottom: 2%;
}

#loginText2 {
  margin-top: -2%;
  padding-bottom: 1%;
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}

#logBut{
  margin-left: 60%;
  font-weight: bold;
  font-size: 1.4em;
  background-color: #00ccff;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
}

#lastRefresh{
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: -1%;
  /* margin-bottom: 2%; */
}

#refreshTRVS{
  margin-left: 90.85%;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  background-color: #00ffcc;
  margin-top: -2.5%;
}


#HMdate {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: -1%;
  margin-bottom: 2%;
}

.legMarker{
  font-size: 40px;
}

#HMleg{
  width:92%;
  font-size: .875em;
  position: absolute;
  z-index: 100;
}

.legRow{
  width:1.75%;
}

#occupied{
  width:4%;
  font-size: 13px;
}

#vacant{
  width:3%;
  font-size: 13px;
}

#temperature{
  float: right;
  padding-right: 0.5%;
}

#HMLegTab{
  padding-left: 7%;
  position: relative;
  z-index: 100;
  top: -.5%;
}

#nodata{
  font-size: 4em;
  color: red;
  text-align: center;
}

#noComplianceList{
  padding-left: 3%;
  font-size: 1.4em;
  margin-top: 2%;
}
