html {
  height: 100%;
}

body {
  height: 100%;
}

#preloader {
  display: none;
  width: 100%;
  position: fixed;
  height: 100%;
  background: rgba(0, 151, 167, 0.9);
  /* Old browsers */
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: .9;
  overflow: auto;
  z-index: 90000 !important;
}

.loader {
  width: 30px;
  /*height: 50px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  animation-name: angry-animation;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  color: rgb(16, 86, 113) !important;
}

@keyframes angry-animation {
  100%{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.navbar-brand img {
  width: 200px;
}

.bg-gradient-info {
  background: linear-gradient(60deg, #ecf0f1, #bdc3c7);
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 5px dotted rgba(16, 86, 113, 0.3);
}

.title {
  min-height: 0;
}

.boleto {
  min-height: 100%;
}

.boleto p {
  font-size: 12px;
  line-height: 1;
}

.boleto label {
  font-size: 12px;
  line-height: 1;
}

.boleto .cedente p {
  /* font-size: 10px; */
  line-height: 1;
}

.boleto .cedente label {
  /* font-size: 10px; */
  line-height: 1;
}

.boleto .info-seguranca p{
  line-height: 1;
  margin: 0;
}

.font-b {
  font-weight: bold;
}

a { 
  cursor: pointer;
}