:root {
  --silk-blue: #1c2c56;
  --mid-blue: #89bcc6;
  --pale-blue: #dae7eb;
  --white-blue: #eef4f6;
}
html {
  padding-bottom: 2em;
}
body {
  font-family: verdana;
  font-size: 11px;
  margin-top: 1em;
  color: var(--silk-blue);
}
.strikethrough {
  color: #888;
  text-decoration: line-through;
}
.red {
  color: #f00;
}
.full-width {
  width: 100%;
}
.blink {
  animation: blink 1s step-start 0s infinite;
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.accordion {
  margin-bottom: 30px;
}
div.auth {
  width: 35em;
  border: 1px solid var(--silk-blue);
  padding: 2em;
  background-color: var(--pale-blue);
}
div.auth h1 svg {
  height: 1em !important;
  position: initial !important;
}
div.auth h1 svg+svg {
  margin-right: 0 !important;
  margin-left: 0.5em;
}
div.auth input {
  display: block;
  margin-top: 2em;
  padding: 0.5em;
  border: 1px solid var(--silk-blue);
  width: 100%;
  color: var(--silk-blue);
}
div.auth .buttons {
  margin-top: 4em;
  display: block;
  text-align: center;
}
div.auth .buttons a {
  display: inline-block;
  vertical-align: top;
  width: 8em;
  height: 3em;
  line-height: 3em;
  margin-right: 1em;
  color: #fff;
  border: 1px solid var(--silk-blue);
  background-color: var(--silk-blue);
}
div.auth .buttons a:hover {
  color: var(--silk-blue);
  background-color: #fff;
}
div.auth .buttons .azure {
  width: 15.7em;
  margin: 0;
  padding: 0;
  background-image: url("/images/azure-sso.svg");
  background-size: contain;
  border-color: #888;
}
div.auth .buttons .azure:hover {
  background-image: url("/images/azure-sso-dark.svg");
  border-color: #333;
}
div.auth .error {
  margin-top: 2em;
}
.button-controls {
  margin-bottom: 10px;
  font-size: 11px;
}
.button-controls button.add.ui-button,
.button-controls button.link.ui-button {
  font-size: 12px;
}
button.ui-button.reload,
button.ui-button.delete,
button.ui-button.edit,
button.ui-button.save {
  padding: 0.5em 0;
  width: 2.5em;
}
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  background-color: transparent;
  color: var(--silk-blue);
  border-color: var(--silk-blue);
}
a.ui-button:hover,
a:link.ui-button:hover,
a:visited.ui-button:hover,
.ui-button:hover,
a.ui-button:active,
a:link.ui-button:active,
a:visited.ui-button:active,
.ui-button:active,
a.ui-button:focus,
a:link.ui-button:focus,
a:visited.ui-button:focus,
.ui-button:focus {
  background-color: var(--mid-blue);
  border-color: var(--silk-blue);
  color: var(--silk-blue);
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.dialog-form label,
.dialog-form input,
.dialog-form select {
  display: block;
  float: left;
}
.dialog-form label {
  clear: left;
  margin-right: 20px;
  width: 100px;
  line-height: 25px;
}
.dialog-form input.text,
.dialog-form select {
  margin-bottom: 15px;
  width: 357px;
  padding: 5px;
}
.dialog-form select {
  width: 370px;
}
.dialog-form fieldset {
  padding: 0;
  border: 0;
}
.ui-widget-content {
  color: var(--silk-blue);
  border-color: var(--silk-blue);
}
.ui-dialog .ui-state-error {
  padding: 0.3em;
}
.ui-dialog .ui-dialog-title {
  font-size: 1.2em;
  font-variant: small-caps;
}
.ui-dialog .ui-dialog-titlebar-close {
  border: 0;
}
.ui-dialog iframe {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ui-dialog iframe.email-content {
  height: 400px;
}
.ui-rotatable-handle {
  height: 16px;
  width: 16px;
  cursor: pointer;
  background-image: url("../images/rotate.png");
  background-size: 100%;
  left: 2px;
  bottom: 2px;
}
.renderer table {
  margin-top: 2em;
}
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid var(--silk-blue);
  color: var(--silk-blue);
  padding: 0.5em;
  display: inline-block;
  box-sizing: border-box;
}
input[type="submit"],
select[type="submit"],
textarea[type="submit"] {
  background-color: var(--silk-blue);
  color: #fff;
}
input[type="submit"]:hover,
select[type="submit"]:hover,
textarea[type="submit"]:hover {
  color: var(--silk-blue);
  background-color: var(--pale-blue);
}
input[type="button"]:hover,
select[type="button"]:hover,
textarea[type="button"]:hover {
  background-color: var(--pale-blue);
}
input[type="submit"],
select[type="submit"],
textarea[type="submit"],
input[type="button"],
select[type="button"],
textarea[type="button"] {
  min-width: 6em;
}
input[type="checkbox"],
select[type="checkbox"],
textarea[type="checkbox"] {
  margin: 0;
}
input:disabled,
select:disabled,
textarea:disabled {
  color: #555;
  background-color: #eee;
  border: 1px solid #555;
}
input:read-only,
textarea:read-only {
  color: #555;
  background-color: #eee;
  border: 1px solid #555;
}
textarea {
  resize: none;
  width: 100%;
  height: 10em;
}
div.main {
  float: left;
  width: calc(100% - 21em);
  min-width: 80em;
  max-width: 120em;
  margin-top: 0px;
  margin-left: 1em;
}
div.main h1 {
  margin-bottom: 1em;
  text-align: center;
  margin-top: 0;
  padding: 1em;
  padding-top: 0.5em;
  background: var(--pale-blue);
}
div.main h1 svg {
  height: 1.5em;
  width: 2em;
  margin-right: 0.5em;
  position: relative;
  top: 0.25em;
}
div.main h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.5em;
  clear: both;
}
div.abel-location h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
div.abel-location ol {
  padding-left: 3em;
}
div.abel-location ol li {
  padding-left: 1em;
}
div.abel-location ol li+li {
  margin-top: 0.75em;
}
div.abel-location span.item {
  border: 1px solid var(--silk-blue);
  padding: 0.1em 0.3em;
}
div.abel-location span.sep {
  padding: 0 0.5em;
}
div.menu {
  width: 20em;
  height: 100%;
  float: left;
  background-color: var(--pale-blue);
}
div.menu button.logout {
  font-size: 0.9em;
  position: absolute;
  top: 2.9em;
  left: 16.5em;
}
div.menu div.welcome {
  font-size: 2.5em;
  margin-left: 0.5em;
  margin-top: 0.4em;
}
div.menu div.welcome_name {
  font-size: 1.25em;
  margin-top: 0.5em;
  margin-left: 1em;
}
div.menu div.welcome_superuser {
  font-size: 0.9em;
  margin: 0.2em 0 -1.45em 1.5em;
  text-transform: uppercase;
}
div.menu h2 {
  padding: 0 1em;
  margin-top: 1.2em;
  text-align: center;
}
div.menu ul.menu {
  margin-top: 2em;
  list-style-type: none;
  padding-left: 1em;
  padding-right: 1em;
}
div.menu ul.menu li {
  border-bottom: 1px solid var(--silk-blue);
  padding-left: 0.5em;
}
div.menu ul.menu li:first-child {
  border-top: 1px solid var(--silk-blue);
}
div.menu ul.menu li:hover {
  background-color: var(--mid-blue);
}
div.menu ul.menu li.active {
  background-color: var(--silk-blue);
}
div.menu ul.menu li.active a {
  color: #eee;
}
div.menu ul.menu li a {
  display: inline-block;
  padding: 1em 0;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  text-decoration: none;
  color: var(--silk-blue);
}
div.menu ul.menu li a svg {
  width: 1.5em;
  margin-right: 0.5em;
}
div.menu ul.menu li a svg.fa-hourglass {
  float: right;
  margin-right: 0;
  font-size: 0.8em;
  margin-top: 0.35em;
}
.multipicker select.picker {
  width: calc(100% - 4em);
  margin-bottom: 1em;
  vertical-align: top;
}
.multipicker .add {
  font-size: 2em;
  color: var(--silk-blue);
  margin-left: 0.5em;
}
.multipicker .remove {
  font-size: 1.5em;
  color: #888;
}
.multipicker .remove.remove-row {
  color: var(--silk-blue);
}
.multipicker table tr td:last-child {
  text-align: center;
}
p.error,
p.success {
  width: fit-content;
  padding: 10px 30px;
  border: 1px solid #000;
  margin: auto;
  margin-bottom: 20px;
}
p.error {
  color: #f00;
  border-color: #f00;
}
p.success {
  color: #008000;
  border-color: #008000;
}
.required-warning {
  border: 1px solid #f00;
}
.validateTips {
  border: 1px solid transparent padding 0.3em;
}
img.loading {
  width: 20px;
  height: 20px;
}
div.dt-buttons {
  display: inline-block;
  float: none;
}
div.dataTables_length {
  margin-top: 3px;
}
table.dataTable {
  max-width: 100% !important;
}
table.dataTable thead th div.DataTables_sort_wrapper span {
  right: -1em;
}
table.dataTable tbody tr.even {
  background-color: var(--white-blue);
}
table.dataTable tbody td {
  word-break: break-word;
}
table.dataTable tbody tr td button {
  text-align: center;
  padding: 0;
  height: 2.5em;
  width: 2.5em;
  margin: 0 0.2em;
}
table.sub-table tbody tr,
table.sub-table thead tr {
  background-color: transparent;
}
table.form-table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: var(--pale-blue);
}
table.form-table tr th,
table.form-table tr td {
  text-align: left;
  padding: 0.5em;
  border: none;
}
table.form-table tr th {
  width: 10em;
}
table.form-table tr td {
  width: 15em;
}
table.form-table tr td.explainer {
  padding: 0 1em 0.5em 2em !important;
  font-size: 0.9em;
}
table.form-table tr td+td {
  width: 1.5em;
}
table.form-table tr:first-child th,
table.form-table tr:first-child td {
  padding-top: 1em;
}
table.form-table tr:last-child th,
table.form-table tr:last-child td {
  padding-bottom: 1em;
}
table.form-table.full {
  width: 100%;
}
table.form-table:not(.compact) tr th,
table.form-table:not(.compact) tr td {
  padding: 1em;
}
table.form-table:not(.compact) tr th {
  width: 16em;
  font-size: 1.2em;
  padding-left: 1em;
}
table.form-table:not(.compact) tr td {
  width: 40em;
}
table.form-table:not(.compact) tr:first-child th,
table.form-table:not(.compact) tr:first-child td {
  padding-top: 2em;
}
table.form-table:not(.compact) tr:last-child th,
table.form-table:not(.compact) tr:last-child td {
  padding-bottom: 2em;
}
table.form-table select,
table.form-table input:not([type="submit"],
table.form-table [type="button"],
table.form-table [type="checkbox"]) {
  width: 100%;
}
table.sub-table thead th,
table.sub-table tbody td {
  padding: 4px 5px;
}
table.sub-table em {
  color: #f00;
}
table.csv {
  width: auto !important;
  border-collapse: collapse;
}
table.csv td {
  border: 1px solid #000;
  padding: 4px;
}
table.permissions tbody tr.category th,
table.permissions tbody tr.category td {
  font-size: 1.5em;
  text-align: center;
  padding-bottom: 0.25em;
}
table.permissions tbody tr.permission th,
table.permissions tbody tr.permission td {
  border-top: 1px solid var(--pale-blue);
}
table.permissions tbody tr.permission:hover th,
table.permissions tbody tr.permission:hover td {
  border-top: 1px solid var(--silk-blue);
  border-bottom: 1px solid var(--silk-blue);
}
table.permissions tbody tr.permission:hover th:first-child {
  border-left: 1px solid var(--silk-blue);
}
table.permissions tbody tr.permission:hover td:last-child {
  border-right: 1px solid var(--silk-blue);
}
table.permissions tbody tr.permission td:nth-child(3) {
  max-width: 1.5em;
}
table.permissions tbody tr.permission th:nth-child(1),
table.permissions tbody tr.field th:nth-child(1) {
  width: 13em;
  font-size: 1em;
}
table tr.fieldSelector td input[type="text"] {
  max-width: calc(100% - 7em);
}
table tr.fieldSelector td .remOption {
  margin-left: 1em;
}
.ui-widget-header,
.ui-state-default {
  background-color: var(--pale-blue);
  border-color: var(--silk-blue);
  color: var(--silk-blue);
}
.util-div {
  margin-bottom: 3em;
}
.util-div.indented {
  margin-left: 2em;
}
