@font-face {
  font-family: Lato;
  src: url("/fonts/Lato-Regular.woff");
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}
* {
  font-family: Lato;
}

h1 {
  font: bold 24px Arial;
  color: #20578F;
  margin: 0;
}

.va-middle {
  vertical-align: middle;
}

.casual {
  color: #606060;
  font-size: 1em;
}

td.subsite_content div * {
  font-family: Lato;
}

.reflink {
  cursor: pointer;
  vertical-align: super;
  font-size: smaller;
  text-decoration: none;
  color: #1f568d;
}
.reflink:visited {
  color: #1f568d;
}

#createFrame {
  max-width: 960px;
  min-width: 960px;
}

.efind {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 860px;
  max-width: 1400px;
}
.efind.table tr.row a, .efind.table tr.head a {
  color: #1f568d;
}
.efind.table tr.row a:visited, .efind.table tr.head a:visited {
  color: #1f568d;
}
.efind.table tr.row a:hover, .efind.table tr.head a:hover {
  color: #e7650f;
}
.efind.table tr.row a.toef, .efind.table tr.head a.toef {
  visibility: hidden;
}
.efind.table tr.row:hover a.toef, .efind.table tr.head:hover a.toef {
  visibility: visible;
}
.efind thead.panel th {
  padding: 0;
  position: sticky;
  top: -1px;
  background-color: #FFF;
  height: 50px;
  border: 1px solid #AAA;
}
.efind th {
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  height: 30px;
  overflow: hidden;
  background-color: #bcdef2;
  color: #1f568d;
  border: 1px solid #1f568d;
  border-left: 0;
  border-top: 0;
  padding: 0 0.5em;
  font-size: 14px !important;
}
.efind th:nth-child(1) {
  border-left: 1px solid #1f568d;
}
.efind.showpage th {
  position: sticky;
  z-index: 500;
  top: 51px;
}
.efind.showpage th.low {
  top: 82px;
}
.efind.showpage th.vspan {
  height: 60px;
}
.efind tbody {
  border-bottom: solid 1px #AAA;
}
.efind .head {
  cursor: default;
}
.efind .head td {
  border-bottom: 1px solid #CCC;
  padding: 10px 5px;
  height: 2em;
  text-align: right;
}
.efind .head td:nth-last-child(1) {
  border-right: 1px solid #CCC;
}
.efind .head td:nth-child(1) {
  text-align: left;
  font-size: 1.2em;
}
.efind .head td.gr {
  text-align: left;
}
.efind .head td.gr a {
  float: right;
}
.efind .head td.number {
  text-align: center;
  white-space: nowrap;
}
.efind .head.ready td {
  background-color: #FBE9E1;
}
.efind .head.ready td:nth-child(1) {
  border-left: solid 3px #e7650f;
}
.efind .head.pending td:nth-child(1) {
  border-left: solid 3px #3D8BD5;
}
.efind .head.half td:nth-child(1) {
  border-left: solid 3px #3D8BD5;
}
.efind .row td {
  text-align: right;
}
.efind .row td div.dtr {
  display: flex;
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
  justify-content: right;
}
.efind .row td.gr {
  text-align: left;
}
.efind .row td.tab {
  text-align: left;
  padding-left: 1em;
}
.efind .row td.tab .dtr {
  justify-content: space-between;
}
.efind .row.hidden td div.dtr {
  height: unset;
  min-height: 3em;
}
.efind .row.show td div.dtr {
  transition: height 0.6s step-start;
  height: unset;
  min-height: 3em;
}
.efind .row:last-child td:first-child {
  border-bottom: 1px solid #CCC;
}
.efind .show td {
  border: solid 1px #CCC;
  border-left: 0;
  border-top: 0;
}
.efind .show td:nth-child(1) {
  background-color: white;
  border-bottom: none;
  border-top: none;
  text-align: right;
  width: 58px;
}
.efind .show.more td:nth-child(1) {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: none;
}
.efind .show.more td div.dtr {
  justify-content: center;
}
.efind .show.ready td:nth-child(1) {
  border-right: solid 3px #e7650f;
  border-left: solid 1px #AAA;
}
.efind .show.ready td:nth-child(1) .icon {
  background-color: #e7650f;
  background-image: none;
}
.efind .show.pending td:nth-child(1) {
  border-right: solid 3px #3D8BD5;
  border-left: solid 1px #AAA;
}
.efind .show.pending td:nth-child(1) .icon {
  background-color: #3D8BD5;
  background-image: none;
}
.efind tr.ready.uncheck td {
  color: gray;
  background-color: white;
}
.efind tr.ready.uncheck.loading td .dtr {
  animation: blink 3s infinite;
}
.efind tr.ready.strong td {
  background-color: #fff8f3;
  color: black;
}
.efind tr.pending td {
  background-color: #D8E8F7;
}
.efind .minpr, .efind .maxpr, .efind .midpr {
  white-space: nowrap;
}
.efind.index {
  border-collapse: collapse;
  width: 100%;
}
.efind.index th {
  position: unset;
  border: none;
  height: 3.5em;
}
.efind.index th:nth-child(1) {
  border-left: 3px solid #bcdef2;
}
.efind.index td {
  height: 2em;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #CCC;
}
.efind.index td:nth-child(1) {
  text-align: left;
  padding-left: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.efind.index td a {
  color: #1f568d;
}
.efind.index td a:hover, .efind.index td a:visited:hover {
  color: #e7650f;
}
.efind.index td a:visited {
  color: #1f568d;
}
.efind.index tr.ready td {
  background-color: white;
}
.efind.index tr.ready td:nth-child(1) {
  border-left: 3px solid gray;
}
.efind.index tr.ready td .if-ready {
  display: unset;
}
.efind.index tr.pending td {
  background-color: #D8E8F7;
}
.efind.index tr.pending td:nth-child(1) {
  border-left: 3px solid #3D8BD5;
}
.efind.index tr.pending td .if-ready {
  display: none;
}
.efind.index tr.new td {
  background-color: #fff8f3;
}
.efind.index tr.new td:nth-child(1) {
  border-left: 3px solid #e7650f;
}
.efind.index tr.new td .if-ready {
  display: none;
}

.category-list {
  list-style: none;
  height: 3em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.category-list li {
  tab-size: 4;
  page-break-inside: avoid;
  break-inside: avoid;
}

.chop {
  position: absolute;
  color: #AAA;
}

.panel-grid {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.panel-grid .ftd {
  flex: 1;
  margin: 0 10px;
}
.panel-grid .ftd.update-field {
  border-right: solid 1px #CCC;
  color: #AAA;
  font-size: 1em;
  font-weight: lighter;
  max-width: 150px;
}
.panel-grid img {
  vertical-align: middle;
}

.checkcontainer {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}
.checkcontainer input.ichk {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkcontainer .checkmark {
  position: absolute;
  height: 22px;
  width: 22px;
  top: -11px;
  right: 6px;
  background: url(/img/uncheck.svg) no-repeat center/contain;
}
.checkcontainer .checkmark.fromlink {
  top: -5px;
}
.checkcontainer .checkmark.fromlink.icon {
  background-color: #e7650f;
}
.checkcontainer input.ichk:checked ~ .checkmark {
  background: url(/img/check.svg) no-repeat center/contain;
  background-color: #F4E7E1;
}
.checkcontainer input.ichk:checked ~ .checkmark.icon {
  background-color: #e7650f;
}

.pending .checkmark {
  background: unset;
  background-color: #AAA;
  mask: url(/img/uncheck.svg) no-repeat center/contain;
  -webkit-mask: url(/img/uncheck.svg) no-repeat center/contain;
}

.pending input.ichk:checked ~ .checkmark {
  background: unset;
  background-color: #1f568d;
  mask: url(/img/check.svg) no-repeat center/contain;
  -webkit-mask: url(/img/check.svg) no-repeat center/contain;
}

.icon {
  display: inline-block !important;
  width: 22px;
  height: 22px;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #1f568d;
}

.iabs {
  position: absolute;
  background-color: #e7650f;
}

.icon.i-efindicon {
  background: url("/img/efindicon.svg") no-repeat center/contain;
  height: 16px;
}

.i-save {
  background-color: #1f568d;
  mask: url("/img/save.svg") no-repeat center/contain;
  -webkit-mask: url("/img/save.svg") no-repeat center;
}

.i-delete {
  mask: url("/img/delete.svg") no-repeat center/contain;
  -webkit-mask: url("/img/delete.svg") no-repeat center;
}

.i-run {
  mask: url("/img/run.svg") no-repeat center/contain;
  -webkit-mask: url("/img/run.svg") no-repeat center;
}

.i-spinner {
  mask: url("/img/spinner.svg") no-repeat center/contain;
  -webkit-mask: url("/img/spinner.svg") no-repeat center;
  animation: 2s s-rotate infinite linear;
}
@keyframes s-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.i-trash {
  mask: url("/img/trash.svg") no-repeat center/contain;
  -webkit-mask: url("/img/trash.svg") no-repeat center;
}

.i-disclimer {
  mask: url("/img/disclimer.svg") no-repeat center/contain;
  -webkit-mask: url("/img/disclimer.svg") no-repeat center;
}

.i-collapse {
  mask: url("/img/collapse_.svg") no-repeat center/contain;
  -webkit-mask: url("/img/collapse_.svg") no-repeat center;
}

.i-expand {
  mask: url("/img/expand.svg") no-repeat center/contain;
  -webkit-mask: url("/img/expand.svg") no-repeat center;
}

.i-update {
  mask: url("/img/update.svg") no-repeat center/contain;
  -webkit-mask: url("/img/update.svg") no-repeat center;
}

.i-download {
  mask: url("/img/download.svg") no-repeat center/contain;
  -webkit-mask: url("/img/download.svg") no-repeat center;
}

.i-csv {
  mask: url("/img/csv.svg") no-repeat center/contain;
  -webkit-mask: url("/img/csv.svg") no-repeat center;
}

.i-xls {
  mask: url("/img/xls.svg") no-repeat center/contain;
  -webkit-mask: url("/img/xls.svg") no-repeat center;
}

.i-newbom {
  mask: url("/img/newbom.svg") no-repeat center/contain;
  -webkit-mask: url("/img/newbom.svg") no-repeat center;
}

.i-new {
  cursor: auto;
  width: 18px;
  background: url(/img/new.svg) no-repeat center;
}

.i-pending {
  cursor: auto;
  width: 18px;
  background: url(/img/pending.svg) no-repeat center;
}

.i-ready {
  cursor: auto;
  width: 18px;
  background: url(/img/ready.svg) no-repeat center;
}

.i-pen {
  mask: url("/img/pen.svg") no-repeat center/contain;
  -webkit-mask: url("/img/pen.svg") no-repeat center;
  width: 26px;
}
.i-pen:hover {
  background-color: #e7650f;
}

.i-arrow {
  background: url(/img/ar-orange.svg) no-repeat center;
  height: 12px;
  width: 12px;
  margin-left: 6px;
  transform: rotate(0deg);
  transition: transform 0.6s linear;
}
.i-arrow.collapsed {
  transform: rotate(-90deg);
}
.i-arrow.fromlink {
  margin-right: 35px;
  float: left;
  margin-left: unset;
}

.pending .i-arrow {
  background: unset;
  background-color: #1f568d;
  mask: url("/img/ar-orange.svg") no-repeat center/contain;
  -webkit-mask: url("/img/ar-orange.svg") no-repeat center;
}

.tools {
  font-size: 1em;
  font-weight: lighter;
  justify-content: end;
}
.tools a.tools-button {
  color: #1f568d;
}
.tools a.tools-button.disabled, .tools a.tools-button.disabled:hover {
  color: gray;
  pointer-events: none;
}
.tools a.tools-button.disabled .icon, .tools a.tools-button.disabled:hover .icon {
  background-color: #AAA;
}
.tools a.tools-button:hover {
  color: #e7650f;
}
.tools a.tools-button:hover .icon {
  background-color: #e7650f;
}
.tools .tools-button {
  background-color: transparent;
  border: 0;
  color: #1f568d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.tools .tools-button:hover:enabled {
  color: #e7650f;
  cursor: pointer;
}
.tools .tools-button:hover:enabled .icon {
  background-color: #e7650f;
}
.tools .tools-button:disabled {
  color: gray;
}
.tools .tools-button:disabled .icon {
  background-color: gray;
  cursor: default;
}
.tools .tools-button div.cap {
  line-height: 1;
  margin-right: 10px;
}
.tools.intervals .tools-button {
  margin-left: 15px;
}

.justify-between {
  justify-content: space-between;
  -webkit-box-pack: justify;
}

.newbom-box {
  border: 1px solid gray;
  border-bottom: 1px solid #bcdef2;
  padding: 0 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.newbom-box a {
  line-height: 3em;
}

#lmenu li.active {
  font-weight: bold;
}
#lmenu li.active a {
  text-decoration: none;
}

td.subsite_content .pagination {
  color: #1f568d;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
}
td.subsite_content .pagination nav span {
  display: none;
}
td.subsite_content .pagination nav a ~ a {
  padding-left: 10px;
}
td.subsite_content .pagination span {
  color: #AAA;
}
td.subsite_content .pagination a {
  color: #1f568d;
}
td.subsite_content .pagination a:hover {
  color: #e7650f;
}

.h2-wrap {
  padding: 0 5px;
  align-items: center;
}

.flex {
  display: flex;
}
.flex.row {
  justify-content: space-between;
  align-items: center;
}

h2 {
  line-height: 2.5em;
  border-bottom: solid 1px #CCC;
  margin: 0;
  margin-bottom: 3px;
  text-align: left;
  display: inline-block;
  width: 100%;
}

.h2inp {
  font-size: inherit;
  height: 25px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
}

.h2inp.disname {
  font-weight: inherit;
  border-color: white;
  background-color: unset;
  color: #1f568d;
  text-overflow: ellipsis;
}

form.action {
  display: inline;
}

.wrap-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.wrap-modal .submenu {
  position: fixed;
  border: 1px solid gray;
  background-color: antiquewhite;
  padding: 15px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.wrap-modal .submenu ul {
  padding: 0;
  margin: 0;
}
.wrap-modal .submenu ul .icon {
  margin-right: 15px;
}
.wrap-modal .submenu ul li {
  list-style: none;
  width: 90px;
  line-height: 22px;
  color: gray;
  padding: 2px 4px;
  cursor: pointer;
  margin-bottom: 2px;
}
.wrap-modal .submenu ul li:hover {
  color: #e7650f;
  background-color: floralwhite;
}
.wrap-modal .submenu ul li:hover .icon {
  background-color: #e7650f;
}

.tip {
  position: absolute;
  border: 1px solid gray;
  background-color: antiquewhite;
  padding: 15px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: gray;
  width: 140px;
  z-index: 99999;
}

div.staticpage {
  min-height: 600px;
}

a:hover {
  color: #20578f;
}

.max960 {
  max-width: 960px;
}

.hidden {
  visibility: collapse;
  transition: visibility 0.6s ease-out, opacity 0.4s ease-out;
  opacity: 0;
  overflow: hidden;
}

.show {
  visibility: visible;
  transition: visibility 0.6s ease-in, opacity 0.8s ease-in;
  opacity: 1;
}

.ce-btn {
  display: inline-block;
  height: 0.7em;
  width: 0.7em;
  vertical-align: middle;
  line-height: 0.7em;
  padding: 0;
  margin: 0 4px;
  box-sizing: content-box;
}

.bolder {
  font-weight: bolder;
}

body.newbom .info {
  background-color: #bcdef2;
  border: solid 2px #1f568d;
  color: #1f568d;
  margin: 0 0 10px 0;
}

.disclimer {
  background-color: #bcdef2;
  border: solid 1px #1f568d;
  color: #1f568d;
  margin: 0 0 1em 0;
  padding-left: 60px;
  background: url("/img/disclimer.svg") 15px center/26px no-repeat;
  max-width: 935px;
}
.disclimer.alert {
  color: #e7650f;
}
.disclimer.alert a {
  color: #1f568d;
}
.disclimer p, .disclimer ul {
  margin: 5px 0;
}

.category-list li {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
.category-list li .yesno {
  font-style: italic;
}

#feed {
  display: grid;
  grid-template-columns: 242px;
  padding-right: 30px;
  margin-top: 4em;
}
#feed input, #feed textarea {
  margin-bottom: 1em;
  resize: vertical;
}
#feed input:invalid:focus, #feed textarea:invalid:focus {
  border: 1px solid red;
}
#feed textarea {
  height: 150px;
}
#feed button {
  width: 120px;
}

#bom_list {
  white-space: pre;
  overflow: auto;
  min-width: 440px;
  width: 440px;
}

#bom_list:invalid {
  border: 1px solid red;
}

.mob-footer {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.cl-recaptcha {
  color: gray;
  font-size: 10px;
}
.cl-recaptcha a {
  font-size: inherit;
  color: #1f568d;
}
.cl-recaptcha a:visited {
  color: #1f568d;
}

table.sf td.logo img {
  position: relative;
  top: 0.5em;
}

/*# sourceMappingURL=bom.css.map */
