@import url('https://fonts.googleapis.com/css?family=Lato');


nav.navbar.navbar-default {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

body {
    background-color: transparent !important;
}

html {
    background-image: url('/img/background.png');
    background-size: cover;
    background-position: center;
}

a.navbar-brand {
    font-family: 'Lato', sans-serif;
    text-transform: lowercase;
    color: white !important;
}

a.dropdown-toggle {
    color: white !important;
}

ul.dropdown-menu.show {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 0;
}

ul.dropdown-menu.show > li > a {
    color: white !important;
    background-color: transparent !important;
}

svg#powered {
    position: absolute;
    bottom: 15px;
    width: 100px;
    left: 15px;
    opacity: 0.5;
}

svg#aixtel {
    position: absolute;
    bottom: 15px;
    width: 168px;
    right: 15px;
    opacity: 0.5;
}

.gateway {
    height: 150px;
    width: 150px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid white;
    margin: 15px;
    vertical-align: top;
}

#app > .container > .row > div{
    width: 565px;
    margin: 0 auto;
    float: none;
}

.gateway.empty {
    visibility: hidden;
}

.gateway > .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
}

.gateway > .icon > svg {
    width: 100%;
    height: 100%;
}

.gateway > .text {
    color: white;
    position: relative;
    top: -4px;
    text-align: center;
}

#app > .container > .row > div > a:hover,#app > .container > .row > div > a:visited,#app > .container > .row > div > a:active {
    text-decoration: none;
    outline: none;
    /* width: 185px; */
    /* height: 185px; */
    /* display: block; */
}

#app > .container > .row > div > a {
    width: 185px;
    height: 185px;
    display: inline-block;
}

ul.nav.navbar-nav.navbar-right > li > a {
    color: white;
}

.panel.panel-default {
    background-color: rgba(0,0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.5);
}

.panel-heading {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
}

label {
    color: white;
}