@charset "utf-8";

/*
Hive Pushi System
Copyright (c) 2008-2020 Hive Solutions Lda.

This file is part of Hive Pushi System.

Hive Pushi System is free software: you can redistribute it and/or modify
it under the terms of the Apache License as published by the Apache
Foundation, either version 2.0 of the License, or (at your option) any
later version.

Hive Pushi System is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Apache License for more details.

You should have received a copy of the Apache License along with
Hive Pushi System. If not, see <http://www.apache.org/licenses/>.
*/

/*
__author__    = João Magalhães <joamag@hive.pt>
__version__   = 1.0.0
__revision__  = $LastChangedRevision$
__date__      = $LastChangedDate$
__copyright__ = Copyright (c) 2008-2020 Hive Solutions Lda.
__license__   = Apache License, Version 2.0
*/

body {
    color: #4d4d4d;
    font-family: "Open Sans", Arial, sans-serif;
    margin: 0px auto 0px auto;
    text-align: center;
    width: 960px;
}

h1 {
    font-weight: normal;
}

a {
    color: #3668c6;
    text-decoration: none;
}

a.active {
    font-weight: bold;
}

a:hover {
    border-bottom: 1px solid #3668c6;
    padding-bottom: 2px;
}

.console {
    background-color: #2d2d2d;
    color: #ffffff;
    font-family: monospace;
    height: 480px;
    line-height: 18px;
    overflow-y: scroll;
    padding: 8px 12px 8px 12px;
    text-align: left;
}

.footer {
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0px 16px 0px;
}

.hidden {
    display: none;
}
