/* ELEDIA INSPECTOR/Fireless - (c) ELEDIA Research Center 2016 */


html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'Tahoma';
}

a {
    text-decoration: none;
}

.logo-eledia {
    position: absolute;
    top: 0;
    left: 5px !important;
    height: 70px;
    z-index: 1990;
}
.logo-cue {
    position: absolute;
    top: 4px;
    left: auto !important;
    right: 5px !important;
    height: 75px;
    z-index: 1989;
}

.logo-app {
    position: absolute;
    left:0;
    right:0;
    width: 400px;
    display: block;
    margin: 0px auto;
}
.logo-app-ex {
    position: absolute;
    left:0;
    right:0;
    display: block;
    width: 200px;
    margin: 70px auto;
}

/* ---- PAGE ---- */

.centerBoxAbs {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100px;
    height: 40%;
    width: 60%;
    z-index: 1000 !important;
}

/* ---- FOOTER ---- */

#footer {
    position: fixed;
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Tahoma';
    color: #444;
    font-size: 0.9em;
}

#footer a, #footer a:hover, #footer a:visited {
    color: #444;
}
