/**
* 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
*/
.propEditContainer .savebtn{
  display: none;
}

.entityEditDiv{
  overflow: hidden;
}

.propEditContainer.dirty .savebtn{
  display:  inline-block;
}

tr:not(.editable) {
  background-color: lightgrey;
}

tr.editing>.propertylabel {
  background-color: lightblue;
  color: blue !important;
}

tr.editing>.propertyvalue>.editor {
  display: inline-block;
}

tr.editing>.propertyvalue>.viewer {
  display: none;
}

.propertyvalue>.editor {
  display: none;
}

.propertyvalue>.viewer {
  display: inline-block;
}

tr.dirty>.propertyvalue>.viewer {
  color: orange;
}

.propertiesEntityTab{
  margin-left: 30px;
}

.showPropertyTabs .propertyVEContainer{
  display: none;
}

.showPropertyTabs .propertyContainer{
  display: block;
}

.propertyContainer{
  float:left;
}