
.attachment_reg a {
    background: #004b5ac9;
    position: relative;
    width: 100%;
    display: block;
    margin: 10px 0;
    padding: 13px 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
@media (max-width: 767px) {
.row.tickets_tables_header {
    display: none !important;
}
.row.tickets_table div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: right;
    line-height: 30px;
}
.row.tickets_table div a.btn.btn-outline-primary {
    margin-top: 11px;
}
}
.customer_info_box {
    background: #eee;
    padding: 10px 10px;
    border-radius: 5px;
}
.customer_info_box h2 {
    font-weight: 100;
    font-size: 19px;
}
.red {
  color: #d40000;
}
.ltr.form-group input {
  direction: ltr;
}
.integrationMessage {
  position: absolute;
  display: block;
  right: 13px;
  /* float: right; */
}
.integration_help {
  text-align: right;
  background: #eee;
  padding: 19px 10px;
  margin-bottom: 15px;
  border-radius: 6px;
}
.box.not_active.not_membership {
  background: #fbcaca;
  border-color: #f56f6f;
  -webkit-filter: blur(0.2px);
          filter: blur(0.2px);
  color: red;
}
.box.not_active:hover {
  background: #efefef;
  -webkit-animation: none;
          animation: none;
  border: 1px solid #333;
  color: #727272;
}
.box.not_active {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  cursor: no-drop;
}
.box img {
  width: 91px;
  line-height: 40px;
  display: inline-block;
  padding: 21px 10px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.box {
  width: 106px;
  background: #efefef;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 95px;
  border-radius: 5px;
  border: 1px solid #333;
  padding: 5px;
  cursor: pointer;
  margin: 14px 5px;
  float: right;
}
.box span {
  font-size: 12px;
}
.box i {
  display: block;
  font-size: 52px;
  padding-bottom: 8px;
  padding-top: 4px;
}
.mhcloud h1 {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-weight: 100;
}
.box:hover {
  background: #01b0cf;
  color: #fff;
  border-color: #0091bb;
}
@media (max-width: 767px) {
#person_item_warper {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      width: 100%;
}
.person_item.base_info i {
      height: 19px;
      margin-top: 5px;
      margin-left: 8px;
}
.tag_item.campaign {
      -webkit-transform: rotate(0) !important;
              transform: rotate(0) !important;
      width: 100%;
      margin-bottom: 13px;
}
}
.edit_btn {
  width: 21px;
  height: 21px;
  padding: 0px;
  margin-right: 10px;
}
.box:hover {
  -webkit-animation: zoom-in-zoom-out 2.5s ease-out infinite;
          animation: zoom-in-zoom-out 2.5s ease-out infinite;
}
.tickets_table {
  border-radius: 3px;
  border: 1px solid rgb(211 213 225 / 45%);
  padding: 10px 0px;
  text-align: center;
  margin: 5px 0px;
}
.tickets_table:hover {
  cursor: pointer;
  background: rgba(238, 238, 238, 0.589);
}
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.tickets_tables_header {
  border-radius: 3px;
  border: 0px solid rgb(211 213 225 / 45%);
  padding: 10px 0px;
  text-align: center;
  margin: 5px 0px;
  color: #727272;
}
.jumbotron.tickets .btn {
  margin: 0px 5px;
}
.row.ticket p {
  white-space: break-spaces;
}
.vpd-input-group label {
    color: #fff;
    white-space: nowrap;
    height: 35px;
    margin: 0px;
}
div.invoice_item,.tag_item {
    display: inline-block;
    background: #8fdde5;
    margin: 3px 4px;
    border-radius: 5px;
    padding: 3px 9px;
    position: relative;
}
div.invoice_item.number {
    background: #e6a0f1 !important;
}
div.person_item{
    display: inline-block;
    background: #e5e48f;
    margin: 3px 4px;
    border-radius: 5px;
    padding: 3px 9px;
    position: relative;
}
.tag_item.campaign{
-webkit-transform: rotate(13deg);
        transform: rotate(13deg);
background: #ffad28;
}
table.invoice_pp {
    width: 100%;
    direction: ltr;
}
table.invoice_pp tr {
    background: #f1f1f1;
    color: #c10707;
    font-weight: 100;
    text-align: left;
}
table.invoice_pp tr.for_hamkaran {
    color: green;
    font-weight: 400;
}
table.invoice_pp tr.for_supplier,table.invoice_pp tr.for_campaign {
    color: #af7202;
}
table.invoice_pp  tr.payable {
    background: #b0f9b0;
    color: green;
    /* font-size: 16px; */
    font-weight: bolder;
}
table.invoice_pp tr td:nth-child(2) {
    text-align: right;
}
table.invoice_pp tr td {
    padding: 2px 10px;
}
table.invoice_pp tr.payable td {
    padding: 5px 10px;
    border-top: 3px solid #116803;
}
.person_item.base_info {
    background: #eee;
}
table.customer_info_box tr td {
    padding: 2px 5px;
    border: 1px solid #a3a2a2;
    font-size: 12px;
}
table.customer_info_box tr {
    background: #ddd;
}
table.customer_info_box {
    width: 100%;
}
table.customer_info_box tr td:nth-child(1) {
    width: 116px;
}
table.customer_info_box tr:nth-child(2n) td {
    background: #eee;
}
span.tag_item.discount_code {
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
    background: #ff6363;
}

