html {
  height: 100%;
}
.bg {
  xanimation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(25%);
  }
}

.deleted {
  color: red;
  text-decoration: line-through;
}


#title,.title-base,.title {
	background-color: #8ac926;
}
.title{
	margin-top:1em;
	margin-bottom:1em;
}

.send-email {
    background:#90ee9080!important;
}
.send-paper {
    background:#ffa50075!important;
}
td[data-ptype="A"] {
    background-color:yellow
}
tr[data-recipiend-deleted='1'] {
  background-color:#d2d6d9
}




