@charset "utf-8";

/*
Hive Omni ERP
Copyright (c) 2008-2024 Hive Solutions Lda.

This file is part of Hive Omni ERP.

Hive Omni ERP 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 Omni ERP 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 Omni ERP. If not, see <http://www.apache.org/licenses/>.
*/

/*
__author__    = João Magalhães <joamag@hive.pt>
__copyright__ = Copyright (c) 2008-2024 Hive Solutions Lda.
__license__   = Apache License, Version 2.0
*/

.omni-style.omni-adm .line-chart {
    border-right: 1px solid #eaeaea;
    float: left;
    height: 200px;
    margin: 12px 0px 20px 0px;
    max-width: 100%;
    width: 380px;
}

.omni-style.omni-adm.mobile-s .line-chart {
    border-right: none;
}

.omni-style.omni-adm.mobile-s .stats-panel {
    display: none;
}

.omni-style.omni-adm .list.navigation-list > li a:hover {
    color: #d3503f;
}

.omni-style.omni-adm .list.navigation-list > li a.selected {
    color: #d3503f;
}
