/* CSS Document */

body {
  background-color: white;
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.p-relative {
  position: relative;
}

#header {
  margin: 30px auto;
  width: 95%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 10px 18px 0px #00000033;
  padding: .5em;
}

#header .bar {
  display: flex;
  max-width: 1440px;
  margin: auto;
  padding: 20px;
  justify-content: space-between;
}

#header .bar > * {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  align-content: center;
}

#header .bar .logo img {
  max-height: 67px;
}

#header .bar .buttons > a {
  display: inline-block;
  border: 2px solid black;
  border-radius: 5px;
  padding: 12px 14px;
  font-size: 16px;
  box-sizing: border-box;
}


#header  a {
  text-decoration: none;
  color: black;
}

#header a:hover {
  text-decoration: underline;
}

#header .tile {
  display: none;
}

#header .nav-tile.tile.on {
  display: none;
}

#header .nav-tile.tile.on  {
  margin-bottom: 1em;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 1em;
}

#header .nav-tile a {
  display: inline-block;
  border: 2px solid black;
  border-radius: 5px;
  padding: 10px;
}

.inner.cols {
  width: 100%;
  display: flex;
}

#body {
  min-height: 600px;
  margin: 0 auto 125px;
  max-width: 1440px;
  padding: 15px;
  background-color: #f9fafb;
  border-radius: 14px;
  box-sizing: border-box;
}

body.admin #body, body.custom #body {
  min-height: 600px;
  max-width: unset;
  width: auto;
}


.fid-settings #body {
  width: 90%;
}

#footer {
  background-color: black;
  background-image: linear-gradient(135deg,rgb(0,25,47) 0%,rgb(1,67,125) 100%);
  color: #F0F0F0;
  font-size: 16px;
  width: 100%;
  padding: 32px 0;
  font-family: 'Libre Baskerville', sans-serif;
}


#footer a {
  color: #A8B8CD;
}

#footer .sections {
  display: flex;
  column-gap: 6em;
  border-bottom: 1px solid #ffffff33;
  border-top: 1px solid #ffffff33;
  margin: 3em 0;
  padding: 3em 0;
}

#footer > .content {
  margin: auto;
  max-width: 1440px;
}

#footer .section .title {
  color: #f0f0f0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

#footer .section .links {
  margin: 2em 0;
}

#footer .section .links > * {
  margin: .8em 0;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

#footer .section.branding img {
  display: block;
  height: 208px;
}

#footer .section.branding {
  font-size: 12px;
  margin-left: auto;
}

#footer .section.branding  .lines > * {
  margin: 1em 0;
}

#footer .copyright {
  text-align: center;
  font-weight: bold;
}

.col-12 {
  width: 24%;
  float: left;
  text-align: left;
  margin-bottom: 40px;
  margin-right: 9%;
}

@media (max-width: 767.98px) {

  .col-12 {
    width: 90%;
  }

}

.gray-bounds {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.sf-menu a:hover, .sf-menu .current a {
  background: none!important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.float-left{
  text-align: left;
  display: inline-block;
  float: left;
}

.float-right{
  float: right;
  font-size: 13px;
}

.float-left ul li {
  float: left;
  margin: 0 32px 0 0;
}

#body > .inner {
  padding: 20px 0px;
}

.framed {
  border: 1px solid #222;
  padding: 10px;
}

.clear {
  clear: both;
}

.table-100 > table {
  width: 100%;
}

table.pretty, table.summary {
  border-collapse: collapse;
}

table.summary {
  border: 1px solid #4F81BD;
}

table.summary td, table.summary th {
  font-size: 14px;
  padding: 5px 10px;
  border-bottom: 1px solid black;
}

table.summary th {
  text-align: left;
}


table.pretty td, table.pretty th, table.pretty input, table.pretty a, table.pretty a:hover {
  font-size: 11px;
}


table.pretty th, table.pretty .summary td {
  background-color: #4F81BD;
  font-weight: bold;
  color: white;
  padding: 4px;
  border: 1px solid white;
}


.green > table.pretty th {
  background-color: #0F9900;
}


table.pretty th a {
  color: white;
}

table.pretty th a {
  display: block;
  color: white;
  text-decoration: underline;
}

table.pretty th a.selected {
  background-color: yellow;
  color: black;
  padding: 1px;
}

table.pretty td {
  color: black;
  padding: 4px;
  border: 1px solid white;
  vertical-align: top;
  background-color: #F4F4F4;
}

table.pretty .even td {
  background-color: #E9EDF4;
}


table.pretty tr:hover td {
  background-color: #FBF3E0;
}

table.pretty .date {
  width: 60px;
}

.vat, .vat td {
  vertical-align: top;
}

.vam, .vam td {
  vertical-align: middle;
}

.admin-reminder {
  border: 2px solid #AE2836;
  padding: 1em;
  border-radius: 10px;
  background-color: #E4E4E4;
  font-size: 110%;
}

abbr {
  cursor:help;
}

td .fieldElement .compact {
  font-size: 10px;
}

td .fieldElement .compact input, td .fieldElement .compact select {
  margin: 0px;
  paddding: 0px;
  width: auto;
  height: auto;
  font-size: 10px;
}

#theme .button-bar a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #666;
  padding: 10px;
  margin: 0px 10px 10px 0px;
  background-color: #EEE;
}

#theme .button-bar a.selected {
  color: white;
  background-color: #444;
}

.staging-info {
  margin: 10px;
  padding: 5px;
  border: 1px solid #A2ADBC;
  background-color: #F4F3EE;
  color: #727B84;
  font-size: 10px;
}

ul.two-col li {
  float: left;
  width: 40%;
  margin: 0px 10px 10px 0px;
}


.leading     { margin-top: 10px; }
.leading2    { margin-top: 20px; }
.leading3    { margin-top: 30px; }
.following   { margin-bottom: 10px; }
.following2  { margin-bottom: 20px; }
.following3  { margin-bottom: 30px; }
.hleading    { margin-left: 10px; display: inline-block; }
.hleading2   { margin-left: 20px; display: inline-block; }
.hleading3   { margin-left: 30px; display: inline-block; }
.hfollowing  { margin-right: 10px; display: inline-block; }
.hfollowing2 { margin-right: 20px; display: inline-block; }
.hfollowing3 { margin-right: 30px; display: inline-block; }


.box {
  background-color: #E4E4E4;
  border: 1px solid #555555;
}

.box h2 {
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
}

.box > .inner {
  padding: 3px;
}


.ac { text-align: center; }
.ar { text-align: right;  }
.al { text-align: left;   }

.cols > .col {
  box-sizing: border-box;
  float: left;
}


.nowrap {
  white-space: nowrap;
}

.cols > .col.w25 { width: 25%; }
.cols > .col.w75 { width: 75%; }
.cols > .col.w33 { width: 33%; }
.cols > .col.w50 { width: 50%; }
.cols > .col.w35 { width: 35%; }
.cols > .col.w65 { width: 65%; }

.pager {
  text-align: center;
  border: 1px solid #CCCCCC;
  background-color: #E4E4E4;
  padding: 2px;
  margin: 5px 0px;
}

.grid-form, .grid-form select, .grid-form input, .grid-form option  {
  font-size: 12px;
  font-family: Arial;
}

.grid-form label {
  font-weight: bold;
}

.grid-form label[for] {
  font-weight: normal;
}

.grid-form .grid_1, .grid-form .grid_2, .grid-form .grid_3,
.grid-form .grid_4, .grid-form .grid_5, .grid-form .grid_6,
.grid-form .grid_7, .grid-form .grid_8, .grid-form .grid_9,
.grid-form .grid_10, .grid-form .grid_11, .grid-form .grid_12 {
  margin: 2px 0px;
}

.grid-form legend {
  font-size: 120%;
  font-weight: bold;
  color: #510000;
}

.grid-form fieldset {
  margin-bottom: 15px;
}

.grid-form p {
  margin: 0px;
  padding: 5px;
  background-color: #E4E4E4;
  border: 1px solid #CCCCCC;
}

.highlight {
  background-color: #FFFFC9;
  color: black;
  padding: 2px;
  border: 1px dashed black;
  margin-bottom: 10px;
}

.sent-email {
  border: 1px dashed #222;
  padding: 5px;
  background-color: white;
}

.lightblue {
  background-color: #CFE8F7;
  padding: 2px;

}

.lightblue textarea {
  background-color: #CFE8F7;

}


.plot {
  margin: 0px 20px 0px 0px;
}

.inquiry.prompt .question {
  margin: 0px 10px 0px 0px;
  border: 1px solid #CCCCCC;
  padding: 4px;
  background-color: #E4E4E4;
}


.inquiry.prompt .question table  {
  border-collapse: collapse;
}

.inquiry.prompt .question table td {
  border: 1px solid #666;
  padding: 5px;
  background-color: white;
}

.inquiry.prompt .options input[type=radio] {
  vertical-align: bottom;
}

.inquiry.prompt .options p b {
  font-weight: normal;
  margin-left: 10px;
  display: block;
}

.inquiry.prompt .options .narrow {
  margin: 0px 0px 10px 40px;
}

.inquiry.prompt  .options textarea {
  margin-left: 26px;
  max-width: 520px;
  width: 100%;
  height: 40px;
}

.inquiry.prompt .options label, inquiry.prompt .options input[type=radio] {
  cursor: pointer;
}


.alert {
  background: black url('../images/alert.png') no-repeat 4px 19px;
  color: white;
  border: 2px solid orange;
  padding: 22px 12px 22px 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  max-width: 1095px;
  margin: 47px auto 0px;
  border-radius: 12px;
}

#body > .inner > .warning {
  color: #B90110;
  border: 4px solid #666;
  border-radius: 12px;
  background-color: #F2F2F2;
  font-size: 18px;
  padding: 20px 10px;
  margin: 20px 0 40px;
  font-family: 'Open Sans', sans-serif;
}


.x100 > * {
  width: 100%;
}

input.flagged, option.flagged, select.flagged {
  background-color: #FEFFBF;
  border: 1px solid red;
}

.hidden {
  display: none;
}

label.huge {
  font-size: 18px;
  font-weight: bold;
}

.table-100 > table, table.table-100 {
  width: 100%;
}

.good-news {
  color: #D57100;
}



p.narrow {
  margin-left: 10px;
  margin-right: 10px;
}

td.big {
  font-weight: bold;
  font-size: 16px;
}

.plain {
  font-weight: normal;
}

.verify-order .fieldLabel {
  width: 200px;
}

.table-editor table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}

.table-editor th, .table-editor td {
  border: 1px solid #CCCCCC;
  vertical-align: top;
  margin: 0px;
  overflow: hidden;
  padding: 4px;
}

.table-editor.narrow th, .table-editor.narrow td {
  text-align: left;
  font-size: 12px;
}

.table-editor.narrow tr.boundary td, .table-editor.narrow tr.boundary th {
  border-top: 4px solid #444;
}

.table-editor.wide th, .table-editor.wide td {
  max-width: 400px;
  padding: 4px;
}

.table-editor tr:hover td {
  background-color: yellow;
}

.table-editor.wide th, .table-editor.wide a {
  text-decoration: none;
  color: #DD0000;
}

.table-editor td[te-editable] {
  cursor: pointer;
}

.table-editor td .control {
  width: 95%;
}

.table-editor td .buttons {
  margin: 10px 0px;
}

.table-editor td textarea {
  min-height: 200px;
}

.table-editor .add-row {
  margin-top: 10px;
}

pre.code {
  font-size: 10px;
  color: #AAA;
}

fieldset.minimized legend, fieldset.maximized legend {
  cursor: pointer;
}

fieldset.minimized {
  border: none;
  color: blue;
  text-decoration: underline;
}

fieldset.maximized legend {
  color: blue;
  text-decoration: underline;
}

fieldset.minimized > .content {
  display: none;
}

fieldset.maximized > .content {
  display: block;
}

.canned-query textarea {
  width: 100%;
  max-width: 400px;

}

.namesearch-note-history .note-filter a {
  background-color: #0000DD;
  color: white;
  display: inline-block;
  padding: 3px 6px;;
  margin-right: 10px;
}

.namesearch-note-history .note-filter a.selected {
  background-color: #0093dd;
}

.namesearch-note-history .note {
  margin: 5px 0px;
  padding: 10px;
  border: 1px solid #666;
}

.namesearch-note-history .note.added-by-system {
  background-color: #d7f9cf;
}

.namesearch-note-history .note.added-by-user {
  background-color: #cff2f9;
}

.namesearch-note-history .note .created,
.namesearch-note-history .note .user {
  display: inline;
  font-style: italic;
}

.namesearch-note-history .note .added-by {
  float: right;
}

.namesearch-note-history .note .contents {
  margin: 5px 0px;
}

.emph-arrow > * {
  height: 91px;
  float: left;
}

.emph-arrow > .head {
  background: transparent url(../images/emph_arrow_head.png) no-repeat;
  width: 48px;
}
.emph-arrow > .tail {
  background: transparent url(../images/emph_arrow_tail.png) no-repeat;
  width: 26px;
}

.emph-arrow > .body {
  background: transparent url(../images/emph_arrow_body.png) repeat-x;
  color: white;
  padding: 36px 15px;
}

.affidavit-location.emph-arrow {
  position: absolute;
  top: -5px;
  right: -200px;
}


.delivery-warning.emph-arrow {
  position: absolute;
  top: -18px;
  right: -200px;
}

.affidavit-type.emph-arrow {
  position: absolute;
  top: 48px;
  right: -200px;
}

.keyboard-shortcuts.enabled {
  margin: auto;
  width: 200px;
  padding: 10px;
  background-color: #C9FFD7;
  border: 1px solid #009900;
}

.keyboard-shortcuts h2 {
  text-align: center;
}

.fid-thanks .buttons .button  {
  margin: 1em 0;
  background-color: #f0f0f0;
  border: 1px solid #AAA;
  border-radius: 1em;
  padding: 1em
}

.fid-thanks .buttons .button .info  {
  margin: .25em 2em;
}

@media only screen and (max-width: 450px) {
  #theme .button-bar a {
    width: 100%;
  }
}

@media only screen and (max-width: 929px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }

  #header .nav-tile.tile.on {
    display: flex;
  }

  #header .bar .navbar a {
    font-size: 18px;
  }

  #page {
    padding: 0px;
  }

  #body > .inner {
    padding: 5px;
  }

}

@media print {
  .no-print, .no-print * {
    display: none;
  }

  .avoid-page-break {
    page-break-inside: avoid;
  }
}
