﻿.tile-img {
  border: 0;
  position: relative;
  top: 20px;
}

.table-info tr {
  height: 30px;
}

.table-info th {
  font-weight: normal;
  text-align: right;
  padding-left: 10px;
  color: #8b9198;
}

.table-info td {
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  font-size: 1.2em;
}

.table-info td a {
  margin-left: 15px;
}

#zoneContainer {
  border: black 1px solid;
  background: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.zonePortrait {
  width: 500px;
  height: 700px;
}

.zoneLandscape {
  width: 700px;
  height: 500px;
}

.zone {
  border: 1px dashed;
  background-color: lightblue;
  opacity: 0.35;
}

.zone h3 {
  text-align: center;
  font-size: 100%;
  margin: 0;
}

.zone-highlight {
  opacity: 0.65;
  border: 1px solid;
}

.table-filter th {
  font-weight: normal;
  text-align: right;
  padding-left: 10px;
  color: #8b9198;
}

.table-filter td {
  font-weight: normal;
  text-align: left;
  padding-left: 20px;
}

.table tr.error td {
  background-color: #f2dede;
}

.field-validation-error {
  color: #b94a48;
}

#infoTab h4 {
  overflow: hidden;
  white-space: nowrap;
}


/**
  from rule.js
*/
.entity {
  border-bottom-width: 1px;
  margin: 2px;
  padding: 2px;
  display: block;
}

.entity .del2 {
  width: 10px;
  cursor: pointer;
  margin: 2px;
  padding: 2px;
}

.value .highlight {
  color: white;
  background-color: #6bbef6;
}

.add {
  display: inline;
  cursor: pointer;
  font-style: italic;
}

.del {
  float: right;
  width: 10px;
  cursor: pointer;
}

.highlight {
  background-color: #DCE0F1;
  border-color: #C1C1E3;
}

.zindex2000 {
  z-index: 2000;
}

.ui-autocomplete {
  z-index: 10000;
}
}

.modal-body .form-actions {
  padding: 5px 15px 5px;
  margin-top: 0;
  margin-bottom: 0;
}

.ui-autocomplete.ui-front
{
  z-index: 1051;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
} 