.pub0 {
    background-image: url(../images/pub0.jpg);
}

.update {
    background-image: url(../images/update.png);
}

.delete {
    background-image: url(../images/delete.png);
    margin-left: 12px;
}

.duplicate {
    background-image: url(../images/duplicate.png);
}

.top0 {
    background-image: url(../images/top0.png);
}

.new0 {
    background-image: url(../images/new0.png);
}

.top1 {
    background-image: url(../images/top1.png);
}

.pub1 {
    background-image: url(../images/pub1.png);
}

.new1 {
    background-image: url(../images/new1.png);
}


.khaction {
  width: 121px;
}

.khaction a {
    padding: 0 3px;
    float: left;
    margin-top: -3px;
    width: 29px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.greylink {
    color: #777 !important;
}

.stripe-button {
    width: 100%;
    min-height: 35px;
    min-width: 200px;
    max-width: 750px;
    font-size: 20px;
    background: #646fdf;
    color: white;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.stripe-button:hover {
    color: white;
    text-decoration: none;
    background: #333a87;
}

.stripeimg {
    max-width: 50px;
    margin-right: 15px;
}
.hidden {
    display: none !important;
  }
  .parallax_bg {
    background: url(../web-images/bg-form.jpg);
    background-size: cover;
    height: 350px;
    min-height: 100%;
    overflow: auto;  
    background-position-x: 50%;
  }
  
  .parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .text-light h1 {
    color:white;
  }
  .parallax_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


.imgb {
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.text-right{
      text-align: right;
}