@import "https://cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css";

{
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 20px;
}

h4 {
  color: steelblue;
}

.gideon-roman-regular {
  font-family: "Gideon Roman", serif;
  font-weight: 400;
  font-style: normal;
}

div.flex-wrap > * {
  margin: 3px;
}

label {
  color: darkblue;
  font-weight: bolder;
  margin-top: 6px;
}

table.dataTable thead th {
  color: darkblue;
  font-weight: bolder;
  padding: 3px;
}

tr:nth-child(odd) {
  background-color: #F8F8F4;
}

dt {
  line-height: 90%;
  padding-top: 12px;
  float: left;
  clear: left;
  width: 200px;
  margin: 0;
  color: darkblue;
  font-weight: bolder;
}

dd {
  padding-top: 9px;
  float: left;
  width: auto;
  margin: 0;
}

dd.red {
  color: red;
}

.cf:after {
  content: '';
  display: table;
  clear: both;
}

.MainNavigation {
  padding-left: 3px;
  padding-right: 3px;
}

.FormCheckBox {
  position: relative;
  top: 45px;
  transform: translateY(-50%);
}

input:checked {
  background-color: Blue;
}

.DisplayTextArea {
  min-width: 300px;
  max-width: 100%;
  width: 100%;
  min-height: 20px;
  outline: none;
  border: none;
  background: transparent;
}

.EditorTextArea {
  min-width: 300px;
  max-width: 100%;
  width: 100%;
  min-height: 20px;
}

.RowSelector {
}

.EntityId {
  color: lightsteelblue;
}

.EntitySymbol {
  color: Black;
  font-weight: bold;
}

.EntityName {
  color: blue;
}

.Action {
}
