.bgcolorch {
  animation: colorchange 30s; /* animation-name followed by duration in seconds*/
     /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: colorchange 30s; /* Chrome and Safari */
}

@keyframes colorchange
{
  0%   {background: red;}
  25%  {background: orange;}
  50%  {background: blue;}
  75%  {background: green;}
  100% {background: red;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
  0%   {background: red;}
  25%  {background: orange;}
  50%  {background: blue;}
  75%  {background: green;}
  100% {background: red;}
}



.card {
    -webkit-box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding:15px;
    margin-bottom: 30px;
  }

.bordertop {
  border-top:1px solid #987;
  padding-top:8px;
  margin-top:8px;

}

.borderbottom {
  border-bottom: 1px solid #987;
  padding-bottom: 8px;
  margin-bottom: 8px;

}


#stickdiv {
  position: sticky;
  top: 90px;
  z-index: 99;
}

.blockcard {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.cardheight{
  height:330px;
}

.cardtit {
  padding:0 10px; margin-bottom:12px;
}

.offbox {
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    padding:8px 15px;
    margin: auto 20px;
    color:blue;
    font-size:13px;
    font-weight:600;
}

.bigpr {
  font-size:13px;
  color:red;
  float:right;
  padding-right:8px;
}

.smallpr {
  font-weight:bold;
  color:green;
  float:right;
  padding-right:8px;
}

 input[type="radio"] {
   float:left;
display:inline-block;
margin-right:14px; /*or whatever distance from buttom to text*/
margin-left:14px; /*if you want to add some space at the left of the radio button also*/
    }

.radiolabel {
  float:left;
  margin-top:-5px;
}

#dashboard2 {
    background-color: #f8f8f8;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

#titlebar {
margin-top: 0;
margin-bottom: 0;
padding: 0;
}

.gal{
	  border: 1px solid black;
	}

.pbtn {
  background-color: #19b453;
  color: #FFF;
}

.mbtn {
  background-color: #EFEFEF;
  color: #FFF;
}

.dqty {
  padding:auto 5px;
}

.dtitle {
  font-size:14px;
  font-weight: 800px;
  color:#777;
}

.prdiv {
  float:right;
  padding-right:15px;
  font-weight: 600;
}

.qdiv {
  padding-left: 10px;
  padding-right:15px;
}

.cdtit {
  padding-bottom:8px;
}



    .title_headbox {
      padding: 10px;
      border-radius: 4px 4px 0 0;
      background-color: aliceblue;
      border-bottom: 2px solid #dae2e8;
      color: #425a9b;
      /* margin: 0px; */
      font-weight: 500;
      margin-bottom: 12px;
      font-size: 18px;
      }

      .col_head {
        background-color: #61b2db; color:#fff; font-weight:500;
        border-radius: 5px; line-height: 25px; font-size: 15px;
        text-align:center; padding:3px; margin:5px;
      }

    .Active, .Completed, .Accept, .Approved, .Published, .Paid {
    background-color: #64bc36;
        border-radius: 50px;
        line-height: 20px;
        font-size: 12px;
        color: #fff;
        font-style: normal;
        padding: 3px 8px;
        margin-left: 3px;
                display: inline-block;
      }

      .Pending, .Accepted {
      background-color: blue;
          border-radius: 50px;
          line-height: 20px;
          font-size: 12px;
          color: #fff;
          font-style: normal;
          padding: 3px 8px;
          margin-left: 3px;
                display: inline-block;
        }

      .Rejected, .Reject, .Cancelled, .Blocked {
      background-color: #f15050;
          border-radius: 50px;
          line-height: 20px;
          font-size: 12px;
          color: #fff;
          font-style: normal;
          padding: 3px 8px;
          margin-left: 3px;
                display: inline-block;
        }

        .In_Process, .Open  {
        background-color: #dab608f5;
            border-radius: 50px;
            line-height: 20px;
            font-size: 12px;
            color: #fff;
            font-style: normal;
            padding: 3px 8px;
            margin-left: 3px;
                display: inline-block;
          }

          .Approvel, .Authorized, .editbtn {
          background-color: #08b3daf5;
              border-radius: 50px;
              line-height: 20px;
              font-size: 12px;
              color: #fff;
              font-style: normal;
              padding: 3px 8px;
              margin-left: 3px;
                display: inline-block;
            }

            .On_Hold, .Unpaid, .Closed {
            background-color: #f30fc2f5;
                border-radius: 50px;
                line-height: 20px;
                font-size: 12px;
                color: #fff;
                font-style: normal;
                padding: 3px 8px;
                margin-left: 3px;
                display: inline-block;
              }

            .New, .Unpublished {
            background-color: #f79605f5;
                border-radius: 50px;
                line-height: 20px;
                font-size: 12px;
                color: #fff;
                font-style: normal;
                padding: 3px 8px;
                margin-left: 3px;
                display: inline-block;
}

.content {
   width:100%;
}


#example th, #example td{
	line-height: 1.4;
	font-size: 12px;
}

.cred { color:red; font-weight:600;
}

.cgreen { color:green; font-weight:600;
}
.cblue { color:blue; font-weight:600;
}
.corange { color:orange; font-weight:600;
}
.cbrown { color:brown; font-weight:600;
}


@media screen and (max-width: 600px) {
    .table-responsive2 {
      width: 100%;
      overflow: auto;
    }
}

