
/*
  Copyright (C) 2014 University of Dundee & Open Microscopy Environment.
  All rights reserved.

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU Affero General Public License as
  published by the Free Software Foundation, either version 3 of the
  License, or (at your option) any later version.

  This program 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
  GNU Affero General Public License for more details.

  You should have received a copy of the GNU Affero General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

        .usageBy.selected {
            border: solid red 1px;
        }
        .legendLabel {
            font-size: 16px;
            padding: 2px;
        }

        #progressbar .ui-progressbar-value {
            background-color: #e94237;
            margin: 0px;
        }
        #progressbar {
            border: 1px solid #aaaaaa;
            position: relative;
            border-radius: 3px;
        }
        .progress-label {
            position: absolute;
            left: 50%;
            top: 4px;
            font-weight: bold;
            text-shadow: 1px 1px 0 #fff;
            color: black;
            font-size: 12px;
        }
        .pieLabel {
            font-size:10pt;
            text-align:center;
            color:white;
        }
        .summary {
            padding: 10px 0;
        }
        .summary h3 {
            padding: 2px 0;
        }
        .diskUsageStatus {
            position: absolute;
            top: 10px;
            right: 10px;
        }
        .usageBy {
          border-radius: 3px !important;
          margin-left: 6px !important;
          font-size: 95% !important;
        }

        .hlabel {
          float:left;
          position:relative;
          top:7px;
        }
