@charset "UTF-8";
.badge {
  border: none !important;
  padding: 0.36em 0.5em;
  line-height: 1.25em;
}

.main-panel, .page-body-wrapper {
  min-height: calc(100vh - 148px);
}
.horizontal-menu-nosubnav .main-panel, .horizontal-menu-nosubnav .page-body-wrapper {
  min-height: calc(100vh - 123px);
}

.bg-primary {
  background-color: #00387F !important;
  color: #eef2f8;
}

.btn-primary {
  background-color: #00387F;
  border-color: #00224c;
}

label {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.text-success {
  color: #0c922b !important;
}

.card.card-upgrade {
  padding: 2.25rem 0;
  position: relative;
  will-change: transform;
}
.card.card-upgrade.active {
  border-color: #00387F;
  color: #00387F;
}
.cardlabel:hover {
  cursor: pointer;
}
.card .card-header {
  background-color: white;
  padding-left: 2rem;
  border-bottom: 0px;
}
.card .card-title {
  margin-bottom: 1rem;
}
.card .card-block {
  padding-top: 0;
}
.card .list-group-item {
  border: 0;
  padding: 0.25rem;
  color: #808080;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.card-upgrade-container input[type=radio] {
  position: absolute;
  left: -9999px;
}
.card-upgrade-container input[type=radio]:checked + label, .card-upgrade-container input[type=radio]:focus + label {
  border-color: #00387F;
  color: #00387F;
}
.card-upgrade-container input[type=radio]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.radio-block-columns .radio-block + label {
  display: inline-block;
}

.radio-block {
  position: absolute;
  left: -9999px;
}
.radio-block + label {
  display: block;
  cursor: pointer;
  margin: 0 0.5em 0 0;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  font-size: 1.4em;
  background-color: #fff;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}
.radio-block + label .block-description {
  display: block;
  background-color: #fff;
  font-size: 1em;
}
.radio-block + label:focus + label {
  outline: 1px solid #00387F;
}
.radio-block:checked + label {
  border-color: #00387F;
  color: #00387F;
}
.radio-block:focus {
  outline: 1px solid #00387F;
}

.extra-vendors {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  float: right;
}
.extra-vendors li {
  float: left;
  text-align: center;
}
.extra-vendors li a {
  display: block;
  width: auto;
  height: 5em;
  padding: 1em;
  margin: 0 0.5em;
  background-color: #fff;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.extra-vendors li a:hover, .extra-vendors li a:focus {
  border: 1px solid #00387F;
}
.extra-vendors li a img {
  max-width: 200px;
  max-height: 100%;
}
.sites-container {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.sites-container > li {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .sites-container > li {
    flex: 1 0 25%;
    max-width: 33%;
  }
  .sites-container.advanced-search-results > li {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .flex-container {
    display: flex;
  }
  .flex-container > .flex-1 {
    flex: 1;
  }
  .card-title-block {
    display: flex;
  }
  .card-title-block-title {
    padding-right: 2em;
    flex: 0 0 30%;
  }
  .card-title-block-title h3 {
    color: #00387F;
  }
  .card-title-block-title p {
    color: #777777;
  }
  .card-title-block-content {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .sites-container > li {
    max-width: 25%;
  }
  .sites-container.advanced-search-results > li {
    flex: 1 0 33%;
    max-width: 33%;
  }
}
.site-block .site-block-links, .site-block .site-block-labels {
  text-align: center;
  background: #fff;
  width: 100%;
  box-shadow: 0 0.75rem 1.5rem rgba(236, 242, 247, 0.56);
  border-radius: 3px;
  border-top: none;
}

@media (min-width: 768px) {
  .site-block .site-block-links, .site-block .site-block-labels {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 2;
  }
  .site-block .site-block-links {
    top: 90%;
  }
  .site-block .site-block-labels {
    top: 0;
    left: 100%;
    padding: 1rem 1rem 1rem 0;
    width: auto;
  }
  .site-block:hover .site-block-links, .site-block:hover .site-block-labels, .site-block:focus-within .site-block-links, .site-block:focus-within .site-block-labels {
    opacity: 1;
    transition-delay: 0.15s;
  }
  .site-block:hover .site-block-links, .site-block:focus-within .site-block-links {
    top: 100%;
  }
}
.sites-filter-container .sites-filter label {
  font-weight: normal;
  margin: 0.5em 0;
}
.sites-filter-container .sites-filter input, .sites-filter-container .sites-filter select {
  width: 100%;
  display: block;
  line-height: 2em;
  height: 2em;
}
.sites-filter-container .sites-filter input, .sites-filter-container .sites-filter select {
  display: block;
  min-width: 150px;
  max-width: 250100%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  height: 2.5em;
  padding: 0 0.67em;
}
.sites-filter-container .sites-filter input:focus, .sites-filter-container .sites-filter select:focus {
  border: 1px solid #00387F;
}
.sites-filter-container .sites-filter-button > .btn {
  margin: 0.5em 0.5em 0 0;
}

.sites-advanced-filter-container .sites-filter {
  padding: 0.5em;
  display: flex;
}
.sites-advanced-filter-container .sites-filter label, .sites-advanced-filter-container .sites-filter input, .sites-advanced-filter-container .sites-filter select {
  display: block;
  line-height: 2em;
  height: 2em;
  text-align: center;
}
.sites-advanced-filter-container .sites-filter label {
  flex: 1 0 40%;
  width: 40%;
  font-weight: bold;
  padding: 0 1em 0 0;
  text-align: right;
}
.sites-advanced-filter-container .sites-filter input, .sites-advanced-filter-container .sites-filter select {
  flex: 1 0 60%;
  width: 60%;
  min-width: 150px;
  max-width: 300px;
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  height: 2.5em;
}
.sites-advanced-filter-container .sites-filter input:focus, .sites-advanced-filter-container .sites-filter select:focus {
  border: 1px solid #00387F;
}
.sites-advanced-filter-container > p {
  padding: 0 0.5em;
  text-align: right;
}
.sites-advanced-filter-container .sites-filter-button {
  padding-top: 2em;
  padding-bottom: 1em;
  text-align: center;
}

.refresh-select {
  display: block;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  border: 1px solid #ccc;
}

.site-screenshot {
  max-width: 100%;
  border: 1px solid rgba(242, 242, 242, 0.58);
  box-shadow: 0 0.75rem 1.5rem rgba(236, 242, 247, 0.56);
  border-radius: 3px;
}

.site-details-table {
  width: 100%;
  box-sizing: border-box;
}
.site-details-table td, .site-details-table th {
  border-top: 1px solid #f2f2f2;
  padding: 0.75rem 0;
}
.site-details-table tr:first-child td, .site-details-table tr:first-child th {
  border-top: 0;
}
.site-details-table th {
  white-space: nowrap;
  vertical-align: top;
}
.site-details-table td {
  padding-left: 1rem;
}
.site-details-table tr.contains-alert td {
  border-top: 0;
  padding-top: 0;
  padding-left: 0;
}
.site-details-table tr.contains-alert .alert {
  margin-bottom: 0;
}
.site-details-table tr.is-description td {
  border-top: 0;
  padding-top: 0;
  padding-left: 0;
  color: #868e96 !important;
}
.site-details-table tr.table-warning th:first-child, .site-details-table tr.table-warning td:first-child, .site-details-table tr.table-info th:first-child, .site-details-table tr.table-info td:first-child {
  padding-left: 1rem;
}
.site-details-table tr.table-warning th:last-child, .site-details-table tr.table-warning td:last-child, .site-details-table tr.table-info th:last-child, .site-details-table tr.table-info td:last-child {
  padding-right: 1rem;
}
.site-details-table tr.heading td {
  padding-top: 5rem;
}

ul.site-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-activity {
  list-style-type: none;
  padding-left: 1em;
}
.site-activity > li {
  border-left: 2px solid #ccc;
  padding-left: 20px;
}
.site-activity > li.item {
  padding-top: 0.5em;
}
.site-activity > li.item p {
  margin-bottom: 0;
}
.site-activity > li.item + .month {
  padding-top: 40px;
}
.site-activity > li.item + .month:before {
  top: 20px;
}
.site-activity > li.month {
  font-size: 1.5em;
  position: relative;
}
.site-activity > li.month:before {
  content: "●";
  font-size: 40px;
  position: absolute;
  left: -13px;
  top: -20px;
  color: #00387F;
}

.authorized-payment-methods .payment-method {
  margin-bottom: 1em;
  border: 1px solid #e9ecef;
  border-radius: 5px;
}
.authorized-payment-methods .payment-method .payment-method-inner {
  padding: 0.5em;
}
.authorized-payment-methods .payment-method h4 {
  font-size: 1.4em;
  background-color: #e9ecef;
  padding: 0.5em;
}
.authorized-payment-methods .payment-method form {
  display: inline-block;
}

.add-payment-methods {
  display: flex;
  flex-wrap: wrap;
}
.add-payment-methods input[type=radio] {
  position: absolute;
  left: -9999px;
}
.add-payment-methods input[type=radio]:checked + .payment-method {
  border-color: #00387F;
}
.add-payment-methods input[type=radio]:checked + .payment-method .payment-method-name {
  color: #00387F;
}
.add-payment-methods label.payment-method {
  display: block;
  cursor: pointer;
  flex: 1 0 25%;
  min-width: 250px;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #e9ecef;
  border-radius: 5px;
}
.add-payment-methods label.payment-method .payment-method-name {
  display: block;
  font-size: 1.4em;
  background-color: #e9ecef;
  padding: 0.5em;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
  vertical-align: middle;
}
.add-payment-methods label.payment-method .payment-method-icons {
  text-align: center;
  padding: 0.5em 0.5em 0;
}
.add-payment-methods label.payment-method .payment-method-icons img {
  display: inline-block;
  margin: 0 0 0.25em 0;
}
.add-payment-methods label.payment-method .payment-method-description {
  padding: 0.5em 1em;
  margin-bottom: 0;
}
.add-payment-methods label.payment-method ul.payment-method-description {
  margin-left: 1em;
}

.job-collection {
  list-style-type: none;
  padding: 0;
}
.job-collection .job-collection-item {
  margin-top: 0.5rem;
}
.job-collection .job-collection-item .job-collection-item-inner {
  display: flex;
  margin: 0;
  align-items: center;
  padding: 1rem 1.5rem;
}
.job-collection .job-collection-item .job-collection-title {
  flex: 1 0 30%;
  margin: 0;
}
.job-collection .job-collection-item .job-collection-title .job {
  font-weight: bold;
}
.job-collection .job-collection-item .job-collection-title .site {
  font-style: italic;
}
.job-collection .job-collection-item .job-collection-status {
  flex: 1;
  margin: 0;
}
.job-collection .job-collection-item .job-collection-executions {
  flex: 1 0 50%;
  list-style-type: none;
  padding: 0;
  align-items: center;
}
.job-collection .job-collection-item .job-collection-execution {
  display: inline-block;
  white-space: nowrap;
}
.job-collection .job-collection-item .job-collection-execution .job-collection-execution-inner {
  padding: 0.5rem 0.7rem;
  border-radius: 3px;
}
.job-collection .job-collection-item .job-collection-execution.status-completed .job-collection-execution-inner, .job-collection .job-collection-item .job-collection-execution.status-working .job-collection-execution-inner {
  background-color: #00387F;
  color: #fff;
}
.job-collection .job-collection-item .job-collection-execution.status-failed .job-collection-execution-inner {
  background-color: #8f070c;
  color: #fff;
}
.job-collection .job-collection-item .job-collection-execution-title, .job-collection .job-collection-item .status-icon {
  display: inline-block;
  margin: 0;
}

.icon-rotate {
  animation: spin 3s linear infinite;
}

.icon-pulse {
  animation: pulse 3s linear infinite;
}

.sitelist {
  list-style-type: none;
  padding: 0;
}

.sitelist-item {
  margin-top: 0.5rem;
  border: 1px solid rgba(242, 242, 242, 0.58);
  box-shadow: 0 0.75rem 1.5rem rgba(236, 242, 247, 0.56);
  border-radius: 3px;
  background: #fff;
}

.sitelist-item__inner {
  margin: 0;
  padding: 1rem;
}

.sitelist-name {
  margin: 0;
  color: #001E44;
}

.sitelist-name__domain {
  font-weight: bold;
}

.sitelist__action {
  font-weight: bold;
}
.sitelist__action span, .sitelist__action label {
  min-width: 150px;
  font-weight: normal;
  display: inline-block;
}

.sitelist-executions {
  flex: 1 0 50%;
  list-style-type: none;
  padding: 0;
  align-items: center;
}

.sitelist-execution {
  display: inline-block;
  white-space: nowrap;
}
.sitelist-execution .sitelist-execution-inner {
  padding: 0.5rem 0.7rem;
  border-radius: 3px;
}
.sitelist-execution.status-completed .sitelist-execution-inner, .sitelist-execution.status-working .sitelist-execution-inner {
  background-color: #00387F;
  color: #fff;
}
.sitelist-execution.status-failed .sitelist-execution-inner {
  background-color: #8f070c;
  color: #fff;
}

.sitelist-execution-title, .status-icon {
  display: inline-block;
  margin: 0;
}

[data-tooltip] {
  position: relative;
  cursor: help;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  display: block;
  position: absolute;
  font-size: 0.8em;
  color: white;
}
[data-tooltip]:hover:before {
  border-radius: 5px;
  content: attr(data-tooltip);
  background-color: #0a003a;
  margin-top: 0;
  padding: 0.3em 0.6em;
  position: absolute;
  top: 100%;
  left: -3em;
  right: -3em;
  z-index: 1000;
  min-width: 100px;
  max-width: 350px;
}
[data-tooltip]:hover:after {
  content: "";
  border: 0.5em solid transparent;
  border-bottom-color: #0a003a;
  border-top-width: 0;
  position: absolute;
  bottom: 0;
}

.table td, .jsgrid .jsgrid-table td, .table th, .jsgrid .jsgrid-table th {
  white-space: normal !important;
}

.progress-xxl {
  height: 2.5em;
}

.sub-heading {
  margin-top: 30px;
}

.full-screen-dashboard-table {
  margin-top: -56px;
  padding-top: 56px;
  text-align: center;
}
.full-screen-dashboard-table > table {
  background-color: #ccc;
  width: 100%;
  table-layout: fixed;
}
.full-screen-dashboard-table > table > tbody > tr > td {
  display: block;
  position: relative;
  padding: 0.5em;
  background-color: #eee;
  border: 20px solid #fff;
  vertical-align: top;
}
.full-screen-dashboard-table > table > tbody > tr > td.va-mid {
  vertical-align: middle;
}
.full-screen-dashboard-table > table > tbody > tr > td.va-bot {
  vertical-align: bottom;
}
.full-screen-dashboard-table .statistic {
  font-weight: bold;
  font-size: 2em;
  color: #00387F;
}
.full-screen-dashboard-table .label {
  text-transform: uppercase;
}
.full-screen-dashboard-table .chart {
  width: 100%;
}
.full-screen-dashboard-table .logo {
  font-family: "Comic Sans MS", fantasy;
  color: #00387F;
}
.full-screen-dashboard-table .table th {
  text-align: center;
}

#active-workers .table th, #active-workers .table td, #job-queue .table th, #job-queue .table td {
  text-align: left;
  padding: 0.5em 0.67em;
}

@media (min-width: 768px) {
  .full-screen-dashboard-table {
    width: 100vw;
    min-height: 100vh;
  }
  .full-screen-dashboard-table > table > tbody > tr > td {
    width: 25%;
    border-radius: 5px;
    display: table-cell;
  }
  #graph-jobs, #graph-executions {
    width: 49%;
    display: inline-block;
  }
  .dl-2-col {
    display: flex;
    flex-wrap: wrap;
  }
  .dl-2-col dt, .dl-2-col dd {
    flex: 1 0 25%;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes rainbow {
  0% {
    color: #fff000;
  }
  16.67% {
    color: #007940;
  }
  33.33% {
    color: #4040ff;
  }
  50% {
    color: #a000c0;
  }
  66.67% {
    color: #f00;
  }
  83.33% {
    color: #ff8000;
  }
  100% {
    color: #fff000;
  }
}
/* Internet Explorer */
@-ms-keyframes rainbow {
  0% {
    color: #fff000;
  }
  16.67% {
    color: #007940;
  }
  33.33% {
    color: #4040ff;
  }
  50% {
    color: #a000c0;
  }
  66.67% {
    color: #f00;
  }
  83.33% {
    color: #ff8000;
  }
  100% {
    color: #fff000;
  }
}
/* Standar Syntax */
@keyframes rainbow {
  0% {
    color: #fff000;
  }
  16.67% {
    color: #007940;
  }
  33.33% {
    color: #4040ff;
  }
  50% {
    color: #a000c0;
  }
  66.67% {
    color: #f00;
  }
  83.33% {
    color: #ff8000;
  }
  100% {
    color: #fff000;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.badge-lg {
  font-size: 1em;
}

.site-checks {
  list-style-type: none;
  padding-left: 0;
}

.site-check {
  position: relative;
}

.site-check__toggle {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.site-check__toggle + label {
  transition: padding 0.5s, margin 0.5s;
}
.site-check__toggle + label:hover {
  background: #fff;
}
.site-check__toggle + label + .site-check__content {
  display: none;
}
.site-check__toggle:focus + label {
  background: #fff;
}
.site-check__toggle:checked + label {
  background: #fff;
  padding: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0.5rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.site-check__toggle:checked + label + .site-check__content {
  display: block;
}

.site-check__content {
  background: #fff;
  padding: 1rem;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  margin: 0 -0.5rem 0.5rem;
}
.site-check__content *:last-child {
  margin-bottom: 0;
}

.site-check__title {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  margin: 0 -0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 0 0;
}
.site-check:first-child .site-check__title {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.site-check__titletext {
  margin-left: 0.5rem;
}

.site-check__titlenote {
  margin-left: auto;
  color: #777777;
}

.site-check__description {
  margin-bottom: 0;
}

.dashboard-alert-subhero.site-limit-close {
  background-color: #ff9900;
  border-bottom: 2px solid #dd5500;
  border-top: 2px solid #dd5500;
}
.dashboard-alert-subhero.site-limit-reached {
  background-color: #ff7e6a;
  border-bottom: 2px solid #dd0505;
  border-top: 2px solid #dd0505;
}
.dashboard-alert-subhero .inner {
  margin: 0 auto;
  padding: 1em;
}
.dashboard-alert-subhero .inner p, .dashboard-alert-subhero .inner div {
  margin-bottom: 0;
}
.dashboard-alert-subhero .inner .title {
  font-weight: bold;
  margin-bottom: 1em;
}
.dashboard-alert-subhero .inner .note {
  text-align: left;
}
.dashboard-alert-subhero .inner .cta {
  text-align: center;
}
.dashboard-alert-subhero .inner .cta .btn {
  margin: 0.5em 0;
}
@media (min-width: 768px) {
  .dashboard-alert-subhero .inner.with-cta {
    display: flex;
    align-items: center;
  }
  .dashboard-alert-subhero .inner .note {
    flex: 1 0 75%;
  }
  .dashboard-alert-subhero .inner .cta {
    flex: 1 0 25%;
  }
}

.dataTable.table th, .dataTable.table td {
  padding: 0.67em 1em;
}

.email-preference-buttons {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.5em;
  justify-content: flex-end;
}

.email-preference-input {
  position: absolute;
  left: -9999px;
}

.email-preference-label {
  padding: 0.3em 1.25em;
  background-color: #ccc;
  margin: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.email-preference-input:checked + .email-preference-label {
  background-color: #00387F;
  color: #f8f8f8;
}
.email-preference-input:focus + .email-preference-label {
  border-color: #009c8a;
}

.email-preference-button {
  position: relative;
}
.email-preference-button:first-child .email-preference-label {
  border-radius: 3px 0 0 3px;
}
.email-preference-button:last-child .email-preference-label {
  border-radius: 0 3px 3px 0;
}

.email-preference:target {
  padding: 0.5em;
  background-color: #def3fa;
  border-radius: 5px;
  margin: 1em 0 !important;
}

.expand-neighbour {
  position: absolute;
  left: -9999px;
}

.expand-neighbour + label:not(.simple) {
  float: right;
  margin: 2px 0 0 0;
  font-size: 0.8em;
  text-transform: uppercase;
}
.expand-neighbour + label .expand-icon::after {
  content: "↓";
  width: 10px;
  height: 10px;
}

.expand-neighbour + label.expand-alert-details-label {
  float: none;
  text-transform: none;
}

.expand-neighbour-div + label + div,
.expand-neighbour-dl + label + dl,
.expand-neighbour-list + label + dl,
.expand-neighbour-list + label + ul,
.expand-neighbour-list + label + ol {
  display: none;
}

.expand-neighbour:checked + label .expand-icon::after {
  content: "↑";
}

.expand-neighbour-div:checked + label + div,
.expand-neighbour-dl:checked + label + dl,
.expand-neighbour-list:checked + label + dl,
.expand-neighbour-list:checked + label + ul,
.expand-neighbour-list:checked + label + ol {
  display: block;
  margin-top: 1em;
}

.sd-grid {
  background: #fff;
  border-radius: 5px;
  margin: 0 -9px;
}
.sd-grid__loading {
  opacity: 0.5;
  pointer-events: none;
}

.sd-grid-body {
  border-top: 3px solid #ddd;
}

.sd-grid-row {
  padding: 0.5rem;
  position: relative;
}

.sd-grid-header-row {
  background: #001E44;
  color: #f8f8f8;
  border-radius: 5px 5px 0 0;
}
.sd-grid-header-row > .sd-grid-cell {
  padding: 0.25rem;
}

.sd-grid-footer-row {
  color: #001E44;
  background: #f8f8f8;
  border-radius: 0 0 5px 5px;
}
.sd-grid-footer-row > .sd-grid-cell {
  padding: 0.25rem;
}

.sd-grid-footer-page {
  padding: 0.5rem 1rem;
  background: #fff;
  color: #001E44;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  display: inline-block;
}
.sd-grid-footer-page:hover, .sd-grid-footer-page:focus {
  color: #001E44;
  border-color: #001E44;
}

.sd-grid-footer-page__active {
  color: #fff;
  background: #001E44;
  border-color: #001E44;
}
.sd-grid-footer-page__active:hover, .sd-grid-footer-page__active:focus {
  color: #fff;
  border-color: #fff;
}

.sd-grid-cell {
  padding: 0 0.25rem;
}

.sd-grid-expander {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.sd-grid-expandee {
  display: none;
  color: #808080;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  background: #f8f8f8;
  font-size: 90%;
}
.sd-grid-expander:checked + .sd-grid-expandee {
  display: block;
}

span.icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
span.icon.icon-primary path {
  fill: #00387F;
}
span.icon.icon-error path {
  fill: #8f070c;
}
span.icon.icon-warning path {
  fill: #d58000;
}
span.icon.icon-green path {
  fill: #006600;
}
span.icon.icon-white path {
  fill: #fff;
}
span.icon.icon-muted path {
  fill: #777777;
}

.btn-primary .icon path,
.text-light .icon path {
  fill: #fff;
}

.is-encrypted-icon {
  float: right;
}

span.icon.icon-encrypted path {
  fill: #777777;
}

.icon-blink {
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0%, 10% {
    opacity: 0.3;
  }
  35%, 75% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.job-executions {
  list-style: none;
  margin: 0;
  padding: 3em 0 1em;
  display: flex;
  flex-wrap: wrap;
}
.job-executions > li {
  flex: 1;
  min-width: 150px;
  max-width: 250px;
}

.job-execution {
  text-align: center;
}
.job-execution .status-icon {
  margin: 1em auto;
  left: 0;
  right: 0;
  border: 4px solid #00387F;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  line-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-execution .status-completed .status-icon {
  background-color: #00224c;
  color: #fff;
}
.job-execution .status-failed .status-icon {
  background-color: #8f070c;
}

.lighthouse-category__heading {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.lighthouse-audits {
  list-style-type: none;
  padding-left: 0;
}

.lighthouse-audit {
  position: relative;
}

.lighthouse-audit__toggle {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.lighthouse-audit__toggle + label {
  transition: padding 0.5s;
}
.lighthouse-audit__toggle + label + .lighthouse-audit__content {
  display: none;
}
.lighthouse-audit__toggle:checked + label {
  background: #fff;
  padding: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0.5rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.lighthouse-audit__toggle:checked + label + .lighthouse-audit__content {
  display: block;
}

.lighthouse-audit__content {
  background: #fff;
  padding: 1rem;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
}

.lighthouse-audit__title {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 0 0;
}

.lighthouse-audit__titletext {
  margin-left: 0.5rem;
}

.lighthouse-audit__score {
  margin-left: auto;
}

.lighthouse-audit__description {
  margin-bottom: 0;
}

.site-quality__metric {
  margin: 0 1rem 1rem 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border: 0;
  border-radius: 1rem;
  background: #fff;
}
.site-quality__metric:hover, .site-quality__metric:focus {
  background: #F0F7FF;
}
.site-quality__metric:hover .site-quality__metric_label, .site-quality__metric:focus .site-quality__metric_label {
  color: #0065e5;
}
.site-quality__metric:last-of-type {
  margin-right: 0;
}

.site-quality__metric_value {
  text-align: center;
  position: relative;
  width: 3rem;
  height: 3rem;
}

.site-quality__metric_circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
}

.site-quality__metric_number {
  line-height: 3rem;
  font-weight: bold;
  font-size: 0.9em;
}

.site-quality__metric_label {
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  color: #555;
}

.horizontal-menu-2 .navbar.horizontal-layout-2 {
  background: #001E44;
  display: block;
}

.horizontal-menu-2 .navbar.horizontal-layout-2 .nav-bottom .navbar-nav:first-child .nav-item:first-child {
  border-radius: 6px 0 0 6px;
}
.horizontal-menu-2 .navbar.horizontal-layout-2 .nav-bottom .navbar-nav:first-child .nav-item:first-child a {
  border-radius: 6px 0 0 6px;
}
.horizontal-menu-2 .navbar.horizontal-layout-2 .nav-bottom .navbar-nav:last-child .nav-item:last-child {
  border-radius: 0 6px 6px 0;
}
.horizontal-menu-2 .navbar.horizontal-layout-2 .nav-bottom .navbar-nav:last-child .nav-item:last-child a {
  border-radius: 0 6px 6px 0;
}
.horizontal-menu-2 .navbar.horizontal-layout-2 .nav-bottom .navbar-nav .nav-item.active {
  background: #009c8a;
}
.horizontal-menu-2 .navbar.horizontal-layout-2 .nav-bottom .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}
.horizontal-menu-2 .navbar.horizontal-layout-2 .nav-bottom .navbar-nav .nav-item.active .icon path {
  fill: #fff;
}

.horizontal-menu-2 .navbar.horizontal-layout-2 .nav-bottom {
  animation: none;
}

.navbar-level3 {
  background: #fff;
  color: #001E44;
  border-radius: 6px;
  margin-bottom: 2rem;
  box-shadow: 0 0.75rem 1.5rem rgba(236, 242, 247, 0.56);
  border: 1px solid rgba(242, 242, 242, 0.58);
  padding: 0;
}
.navbar-level3 a.nav-link {
  color: #001E44;
  line-height: 50px;
  padding: 0 1rem !important;
  transition: all ease 0.3s;
}
.navbar-level3 a.nav-link:hover {
  background: #eee !important;
  color: #001E44 !important;
}
.navbar-level3 .active a.nav-link {
  background: #009c8a;
  color: #fff;
}
.navbar-level3 .active a.nav-link .badge-info {
  background-color: #fff;
  color: #009c8a;
}

@media (min-width: 992px) {
  .navbar-level3 .navbar-nav:first-child .nav-item:first-child {
    border-radius: 6px 0 0 6px;
  }
  .navbar-level3 .navbar-nav:first-child .nav-item:first-child a {
    border-radius: 6px 0 0 6px;
  }
  .navbar-level3 .navbar-nav:last-child .nav-item:last-child {
    border-radius: 0 6px 6px 0;
  }
  .navbar-level3 .navbar-nav:last-child .nav-item:last-child a {
    border-radius: 0 6px 6px 0;
  }
}
@media (max-width: 991px) {
  .navbar-level3 .navbar-nav:first-child .nav-item:first-child {
    border-radius: 6px 6px 0 0;
  }
  .navbar-level3 .navbar-nav:first-child .nav-item:first-child a {
    border-radius: 6px 6px 0 0;
  }
  .navbar-level3 .navbar-nav:last-child .nav-item:last-child {
    border-radius: 0 0 6px 6px;
  }
  .navbar-level3 .navbar-nav:last-child .nav-item:last-child a {
    border-radius: 0 0 6px 6px;
  }
}
.horizontal-menu-2 .navbar.horizontal-layout-2 .navbar-brand-wrapper .navbar-brand {
  line-height: 63px;
  padding: 0;
}
.horizontal-menu-2 .navbar.horizontal-layout-2 .navbar-brand-wrapper .navbar-brand:hover {
  animation: rainbow 5s infinite;
}

.horizontal-menu-2.horizontal-menu-nosubnav .navbar.horizontal-layout-2 {
  height: 63px;
}

.horizontal-menu-2.horizontal-menu-nosubnav .page-body-wrapper .main-panel .content-wrapper {
  padding-top: 1.7rem;
}

@media (max-width: 424px) {
  #navbar-toggle-cbox:checked ~ .navbar.horizontal-layout-2 .navbar-menu-wrapper .navbar-nav.header-links {
    width: 100%;
    height: calc(100vh - 62px);
  }
  #navbar-toggle-cbox:checked ~ .navbar.horizontal-layout-2 .nav-bottom {
    height: calc(100vh - 62px);
  }
  .horizontal-menu-2 .navbar.horizontal-layout-2 .navbar-menu-wrapper .navbar-nav.header-links .nav-item .nav-link, .horizontal-menu-2 .navbar.horizontal-layout-2 .nav-bottom .navbar-nav .nav-item .nav-link {
    height: auto;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 63px;
  }
  .page-body-wrapper {
    overflow: auto;
  }
  .horizontal-menu-2 .navbar.horizontal-layout-2 {
    position: fixed;
    top: 0;
    z-index: 1;
    height: 63px;
  }
  .horizontal-menu-2 .page-body-wrapper .main-panel .content-wrapper {
    padding-top: 1.7rem;
  }
  .navbar.horizontal-layout-2 .navbar-menu-wrapper .navbar-nav.header-links,
  .horizontal-menu-2 .navbar.horizontal-layout-2 .nav-bottom {
    display: none;
  }
  #navbar-toggle-cbox:checked ~ .navbar.horizontal-layout-2 .navbar-menu-wrapper .navbar-nav.header-links {
    display: block;
    position: fixed;
    top: 62px;
    z-index: 1;
    background: #001E44;
    left: 0;
    width: 50%;
    overflow-y: auto;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
  }
  #navbar-toggle-cbox:checked ~ .navbar.horizontal-layout-2 .nav-bottom {
    display: block;
    position: fixed;
    top: 62px;
    z-index: 1;
    right: 0;
    width: 50%;
    overflow-y: auto;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
  }
  #navbar-toggle-cbox:checked ~ .navbar.horizontal-layout-2 .nav-bottom .navbar-nav {
    display: block;
    box-shadow: none;
  }
  #navbar-toggle-label {
    display: block;
    margin: 0;
    z-index: 2;
  }
  #navbar-toggle-cbox:checked ~ .navbar.horizontal-layout-2 .navbar-brand {
    z-index: 2;
  }
  .horizontal-menu-2.horizontal-menu-nosubnav .page-body-wrapper .main-panel .content-wrapper {
    padding-top: 1.7rem;
  }
}
@media (min-width: 992px) {
  #navbar-toggle-cbox ~ .navbar.horizontal-layout-2 .navbar-menu-wrapper .navbar-nav.header-links {
    display: flex;
  }
  #navbar-toggle-label {
    display: none;
  }
}
#navbar-toggle-cbox {
  position: fixed;
  left: -9999px;
  opacity: 0;
  width: 0;
  height: 0;
}

a.nav-link {
  font-size: 16px !important;
  border-bottom: none !important;
}

.site-block-link, .site-block-img-link, a.navbar-brand {
  border-bottom: none !important;
}

.context-nav {
  position: sticky;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  border-radius: 1em;
}
.context-nav .navbar-nav {
  margin-bottom: 2rem;
}
.context-nav .nav-link {
  position: relative;
  padding: 0.75em;
  border-radius: 0.5em;
  margin-bottom: 0.25em;
}
.context-nav .nav-link:hover, .context-nav .nav-link :focus {
  background: #fff;
}
.context-nav .nav-link .badge {
  position: absolute;
  right: 0.75em;
  top: 0.75em;
}
.context-nav .active .nav-link {
  background: #fff;
  font-weight: bold;
}

.break-all {
  word-break: break-all;
  hyphens: auto;
}

.single-line-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

a, .footer a {
  color: #00387F;
  border-bottom: 1px dotted #0065e5;
  text-decoration: none;
}
a:hover, .footer a:hover {
  text-decoration: none;
  border-bottom-style: solid;
  color: #0065e5;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

label input[type=checkbox],
label input[type=radio] {
  display: inline-block;
  width: auto;
}

.search-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
}
.search-row .col-left,
.search-row .col-right {
  flex-grow: 1;
}
.search-row .col-left input {
  height: 38px;
}
.search-row .col-middle {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.search-row .col-middle .spacer {
  flex: 0 0 10px;
}
.search-row .or-text {
  height: 15px;
  font-weight: bold;
  line-height: 0.8;
  vertical-align: top;
}
.search-row .or-divider {
  height: 36px;
  width: 5px;
  background: #ff3f00;
}

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