
/*# sourceMappingURL=custom.min.css.map */
a#tombolrefresh{
  position: absolute;
  bottom: 0;
  right: 0;
  color: 000;
  width: 50;
  height: 50;
  font-size: 45px;
  float: right;
}
.center{
	text-align: center !important;
}
.left{
  text-align: left !important;
}
.right{
  text-align: right !important;
}
.mb20{
	margin-bottom: 20px;
}
.font18{
  font-size: 18px !important;
}
.font20{
  font-size: 20px !important;
}
.pright10{
  padding-right: 10px;
}
i.pointer{
  cursor: pointer;
}
.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}
span.titletop{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}
span.text-right{
  text-align: right;
}


.blink-red-fade {
  color: red;
  animation: fadeBlink 1.2s infinite;
}

@keyframes fadeBlink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .blink-red-fade { animation: none; }
}