@charset "utf-8";
/* CSS Document */
.page-link.complete{z-index:1;color:#fff;background-color:#7CCB73;border-color:#7CCB73}
.bg-dark{background-color:#B60011!important}

.row-striped:nth-of-type(odd){
  background-color: #efefef;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
}

.q-hide{display: none;}

.q-show{display: block;}

.card-body{padding: 5px;}
.stripe-2 {
  color: black;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #ccc 10px,
    #ccc 20px
  ),
  linear-gradient(
    to bottom,
    #eee,
    #B60011
  )
}
