.w3-theme-l5 {color:#000 !important; background-color:#f5f7f8 !important}
.w3-theme-l4 {color:#000 !important; background-color:#dfe5e8 !important}
.w3-theme-l3 {color:#000 !important; background-color:#becbd2 !important}
.w3-theme-l2 {color:#000 !important; background-color:#9eb1bb !important}
.w3-theme-l1 {color:#fff !important; background-color:#7d97a5 !important}
.w3-theme-d1 {color:#fff !important; background-color:#57707d !important}
.w3-theme-d2 {color:#fff !important; background-color:#4d636f !important}
.w3-theme-d3 {color:#fff !important; background-color:#435761 !important}
.w3-theme-d4 {color:#fff !important; background-color:#3a4b53 !important}
.w3-theme-d5 {color:#fff !important; background-color:#303e45 !important}

.w3-theme-light {color:#000 !important; background-color:#f5f7f8 !important}
.w3-theme-dark {color:#fff !important; background-color:#303e45 !important}
.w3-theme-action {color:#fff !important; background-color:#303e45 !important}

.w3-theme {color:#fff !important; background-color:#607d8b !important}
.w3-text-theme {color:#607d8b !important}
.w3-border-theme {border-color:#607d8b !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#607d8b !important}
.w3-hover-text-theme:hover {color:#607d8b !important}
.w3-hover-border-theme:hover {border-color:#607d8b !important}

body,h1 {font-family: "Raleway", sans-serif}
body, html { height: 100%; padding: 0; margin: 0;}

body#guiuser {
    background-color: #607d8b;
    background-image: url('/img/EBSBackground.jpg');
    height: 100vh;
    min-height: 100%;
    background-position: left center;
    background-size: cover ;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bgimg {
  overflow: hidden;
  position: relative;
  color: red;
  min-height: 100%;
  background-size: cover;
}

#logo {width: 50vw; max-width: 220px; margin-top: 20px; }
#lnkpowered, #lnkpowered_messagewait { letter-spacing: 0.05em; color: #becbd2 !important}
#lnkpowered > a, #lnkpowered_messagewait > a { text-decoration: none !important; letter-spacing: 0.05em; color: #dfe5e8 }


#container_content {
    background-color: white;
}

.ebs_powerstation:last-child {
    margin-bottom: 0px;
}
.ebs_powerstation {
    margin-bottom: 8px;
}
.ebs_powerstation > header {
    padding: 5px 10px;
}

.ebs_powerstation > header > .fa{
    padding-right: 5px;
}

.ebs_powerstation footer {
    padding: 5px 15px;
}
