@charset "utf-8";

/*
Hive 3D Viewer
Copyright (c) 2008-2020 Hive Solutions Lda.

This file is part of Hive 3D Viewer.

Hive 3D Viewer 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 3D Viewer 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 3D Viewer. 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 {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

canvas {
    z-index: 1;
}

.info {
    background: transparent url(../images/info.png) no-repeat;
    cursor: pointer;
    height: 24px;
    left: 20px;
    position: absolute;
    top: 18px;
    width: 24px;
    z-index: 20;
}

.status {
    background-color: #000000;
    border-radius: 12px 12px 12px 12px;
    -o-border-radius: 12px 12px 12px 12px;
    -ms-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -khtml-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    color: #f4f4f4;
    display: none;
    left: 10px;
    line-height: 14px;
    padding: 14px 24px 8px 44px;
    position: absolute;
    top: 10px;
    z-index: 10;
}

.copyright {
    color: #999999;
}
