.container-fluid {
  padding: 0px;
  margin: 0px;
}

.hasTooltip span {
  display: none;
  text-decoration: none;
  padding: 3px;
}

.hasTooltip:hover span {
  display: block;
  position: absolute;
  background-color: #FFF;
  border: 1px solid #CCC;
  margin: 2px 10px;
}

:root {
  background-color: #343a40;
}

.artima-navbar-brand {
  margin-right: 20px;
  margin-top: -6px;
}

.nav-icon-wrapper {
  padding: 8px !important;
}

.artima-alert-wrapper {
  z-index: 100;
  display: block;
  position: absolute;
  top: 2rem;
  left: 0rem;
  width: 100%;
}

.alert {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.alert-dismissible .close {
  padding-top: 0.15rem;
  padding-bottom: 0rem;
}

@media screen {
  .hidden-screen {
    display: none;
  }
}
@media print {
  .container {
    width: auto;
  }
  .hidden-print {
    display: none;
  }
  .navbar {
    display: none;
  }
  .artima-print-logo img {
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .artima-print-logo {
    padding-bottom: 1.5cm;
  }
  a:link, a:visited {
    background: transparent;
    color: #FF0000;
    text-decoration: none;
  }
  @page {
    size: A4;
    margin: 0mm;
    margin-top: 1cm;
    margin-bottom: 1cm;
  }
  html, body {
    width: 1024px;
  }
  body {
    margin: 0 auto;
  }
  /*
    line-height: 1em;
    word-spacing:1px;
    letter-spacing:0.2px;
    font: 14px "Times New Roman", Times, serif;
    background:white;
    color:black;
    width: 100%;
    float: none;
  }

  // avoid page-breaks inside a listingContainer
  .listingContainer{
    page-break-inside: avoid;
  }

  h1 {
    font: 28px "Times New Roman", Times, serif;
  }

  h2 {
    font: 24px "Times New Roman", Times, serif;
  }

  h3 {
    font: 20px "Times New Roman", Times, serif;
  }

  // Improve colour contrast of links 
  a:link, a:visited {
    color: #781351
  }

  // URL
  a:link, a:visited {
    background: transparent;
    color:#333;
    text-decoration:none;
  }

  a[href]:after {
    content: "" !important;
  }

  a[href^="http://"] {
    color:#000;
  }

  #header {
    height:75px;
    font-size: 24pt;
    color:black
  }
  */
}
.paginator-centerer {
  display: flex;
  justify-content: center;
}

div.paginator-with-0-5rem-vertical-space {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

div.paginator-with-1-0rem-vertical-space {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

div.paginator-with-1-5rem-vertical-space {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

div.paginator {
  font-size: 70%;
  text-align: center;
}

.paginator a, .paginator span {
  display: block;
  float: left;
  padding: 0.2rem 0.5rem;
  margin-right: 0.1rem;
  border: 1px solid #fff;
  background: #fff;
}

.paginator span.current {
  border: 1px solid #666666;
  font-weight: bold;
  background: #666666;
  color: #fff;
}

.paginator a {
  border: 1px solid #cccccc;
  text-decoration: none;
}

.paginator a:hover {
  border-color: #666666;
}

.paginator a.nextprev {
  font-weight: bold;
}

.paginator span.nextprev {
  color: #666;
}

.paginator span.nextprev {
  border: 1px solid #ddd;
  color: #999;
}

div.itembox {
  margin-top: 0;
  margin-bottom: 1.4rem;
}

div.itemtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  line-height: 1.6rem;
  margin-top: 0;
  margin-bottom: 0.1rem;
}

div.itemsummary {
  font-size: 0.97rem;
  line-height: 1.15rem;
  margin-top: 0;
  margin-bottom: 0.2rem;
}

div.iteminfo {
  font-size: 0.87rem;
  line-height: 1.03rem;
  margin-top: 0;
  margin-bottom: 0.15rem;
  color: #555555;
}

.fr-class-code {
  font-family: "Courier New", Courier, monospace;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  background-color: unset !important;
}

p > .fr-class-code {
  line-height: 1.2rem;
}

.btn-as-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: red;
  cursor: pointer;
}

.btn-as-link:hover {
  text-decoration: underline;
}

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