/**
* This file is part of the Research Environment for Ancient Documents (READ). For information on the authors
* and copyright holders of READ, please refer to the file AUTHORS in this distribution or
* at <https://github.com/readsoftware>.
*
* READ is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 of the License,
* or (at your option) any later version.
*
* READ 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with READ.
* If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @author      Stephen White  <stephenawhite57@gmail.com>
* @copyright   @see AUTHORS in repository root <https://github.com/readsoftware/read>
* @link        https://github.com/readsoftware
* @version     1.0
* @license     @see COPYING in repository root or <http://www.gnu.org/licenses/>
* @package     READ Research Environment for Ancient Documents
*/
.imgCanvas {
  cursor: crosshair;
}

.imgNameDiv {
  padding-left: 5px;
}

.navDiv {
  position: absolute;
  left: 20px;
  top: 20px;
  -webkit-box-shadow: rgba(60, 60, 70, 0.7) 5px 5px 7px;
  -moz-box-shadow: rgba(60, 60, 70, 0.7) 5px 5px 7px;
  box-shadow: rgba(60, 60, 70, 0.7) 5px 5px 7px;
  cursor: pointer;
  overflow: hidden auto;
}
.zoomUI {
  left: 0;
  bottom:0;
  height: 16px;
  width: 100%;
  margin-top: -3px;
}
.zoomButton {
  width: 50%;
  height: 100%;
  font-size: large;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  line-height: 0.8;
}
