﻿/*------------------------------------------- Invoice ------------------------------------------------*/
#InvoiceForm {
  margin-top: 10px;
  direction: rtl;
  -webkit-box-shadow: 0px 0px 11px #BBBBBB;
  -ms-box-shadow: 0px 0px 11px #BBBBBB;
  box-shadow: 0px 0px 11px #BBBBBB;
  padding: 20px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
#InvoiceForm * {
  font-family: BBCBold !important;
}
#InvoiceForm .digit {
  font-family: 'B Yekan' !important;
}
#InvoiceForm .well {
  background-color: #FFFFFF !important;
  box-shadow: black 5px 5px 11px rgba(0, 0, 0, 0.09) !important;
  border: 1px solid #BBBBBB;
}
#InvoiceForm h3 {
  display: block;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-top: -10px;
  font-size: 22px;
  font-weight: bold;
}
#InvoiceForm p {
  line-height: 35px;
  font-size: 16px;
}
#InvoiceForm p span {
  color: crimson;
}
#InvoiceForm .loginIcon {
  font-size: 40px;
  color: #049860;
}
#InvoiceForm img {
  height: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#InvoiceForm .InvoiceLeftItem {
  float: left;
  direction: rtl;
  text-align: right;
}
#InvoiceForm .InvoiceRightItem {
  direction: rtl;
  text-align: right;
}
#InvoiceForm .list-group > div {
  height: 35px;
  padding-top: 4px;
  padding-bottom: 5px;
}
#InvoiceForm .list-group .disabled {
  background-color: #F2F2F2;
  font-size: 18px;
  font-weight: bold;
}
#InvoiceForm .list-group .disabled .InvoiceRightItem {
  text-align: center;
}
#InvoiceForm button {
  font-size: 20px !important;
  padding: 13px 16px;
  background-color: #323232;
  color: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 0;
}
#InvoiceForm button span {
  display: inline-block;
  font-size: 22px;
}
#InvoiceForm #CancelPayment {
  font-size: 20px !important;
  padding: 13px 16px;
  background-color: #DBDBDB;
  color: #767575;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin: 0;
}
#InvoiceForm #CancelPayment span {
  display: inline-block;
  font-size: 25px;
  top: 9px;
}
#InvoiceForm .greenRow {
  color: #359636;
  font-size: 17px;
  font-weight: bold;
}
#InvoiceForm .blackRow {
  color: #000000;
  font-size: 17px;
  font-weight: bold;
}
#InvoiceForm .redRow {
  color: #D31C1C;
  font-size: 17px;
  font-weight: bold;
}
#InvoiceForm .InvoiceButton {
  margin-bottom: 0;
}
#InvoiceForm .infoBank {
  text-align: center;
  font-size: 22px;
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
#ResultPaymentForm {
  background-color: #fff;
  margin-top: 25px !important;
  direction: rtl;
  -webkit-box-shadow: 0px 0px 11px #BBBBBB;
  -ms-box-shadow: 0px 0px 11px #BBBBBB;
  box-shadow: 0px 0px 11px #BBBBBB;
  padding: 20px;
  padding-bottom: 10px;
}
#ResultPaymentForm * {
  font-size: 15px;
}
#ResultPaymentForm h3 {
  display: block;
  margin-right: 50px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 13px;
  font-weight: bold;
}
#ResultPaymentForm p {
  line-height: 25px;
  font-size: 12px;
  text-align: justify;
}
#ResultPaymentForm p span {
  color: crimson;
}
#ResultPaymentForm .loginIcon {
  font-size: 40px;
  color: #049860;
}
#ResultPaymentForm .InvoiceLeftItem {
  float: left;
  direction: rtl;
  text-align: right;
}
#ResultPaymentForm .InvoiceRightItem {
  float: right;
  direction: rtl;
  text-align: right;
}
#ResultPaymentForm .list-group > div {
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#ResultPaymentForm .list-group .disabled {
  background-color: #F2F2F2;
  font-size: 18px;
  font-weight: bold;
}
#ResultPaymentForm #CancelPayment,
#ResultPaymentForm #Print {
  font-size: 20px !important;
  padding: 13px 16px;
  background-color: #323232;
  color: #ffffff;
  position: relative;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#ResultPaymentForm .greenRow {
  color: #359636;
  font-size: 17px;
  font-weight: bold;
}
#ResultPaymentForm .redRow {
  color: #D31C1C;
  font-size: 17px;
  font-weight: bold;
}
#ResultPaymentForm .blackRow {
  color: #000000;
  font-size: 17px;
  font-weight: bold;
}
#ResultPaymentForm .PaymentButton {
  margin-bottom: 0;
}
#ResultPaymentForm .alert {
  padding: 10px;
  margin: 0;
  margin-top: -11px;
  margin-left: -16px;
  margin-right: -16px;
  height: 45px;
  text-align: center;
}
#ResultPaymentForm input[type=text] {
  height: 29px;
}
#Mobile {
  direction: ltr;
  text-align: right;
}
#OperatingBank {
  margin-bottom: 0;
  margin-right: 5px;
  margin-left: 5px;
}
#OperatingBank a {
  cursor: pointer;
}
#OperatingBank input[type=radio] {
  margin-top: 40px;
  opacity: initial;
  height: initial;
  width: initial;
}
.ticket-Info .track-item-Link {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}
.ticket-Info .track-item-Link .main-panel {
  padding: 10px;
}
.ticket-Info .track-item-Link .main-panel .track-info .track-btn button {
  border-radius: 2px;
  height: 30px;
  padding: 0;
  background-color: #EF6262;
  color: #fff;
}
.ticket-Info .track-item-Link .main-panel .track-info .track-btn button.btn-ok {
  background-color: #098271 !important;
}
.ticket-Info .track-item-Link .main-panel .track-info img {
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 0 10px 0;
  -ms-box-shadow: 0 0 10px 0;
  box-shadow: 0 0 10px 0;
}
.ticket-Info .track-item-Link .main-panel .track-info .track-text {
  margin: 0;
  font-family: IRANSansWeb, Vazir, Arial, sans-serif;
}
.ticket-Info .track-item-Link .main-panel .track-info .track-text div {
  margin: 10px 0;
}
.ticket-Info .track-item-Link .main-panel .track-info .track-text .track-text-item {
  line-height: 25px;
}
.ticket-Info .track-item-Link .main-panel .track-info .track-image i {
  height: auto;
  font-size: 50px;
  line-height: 0;
  margin-bottom: 0;
  color: #1192AB;
}
.ticket-Info .track-item-Link .main-panel .track-info button {
  font-size: 12px;
}
.ticket-Info .track-item-Link .main-panel .track-confirm {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.ticket-Info .track-item-Link .main-panel .track-confirm .btn-confirm {
  background-color: #107290 !important;
  color: #ffffff !important;
}
.ticket-Info .track-item-Link .main-panel .track-confirm .btn-confirm .ripple-wrapper {
  /*background-color: #107290;*/
  color: #ffffff !important;
}
.ticket-Info .track-item-Link .main-panel .track-confirm .btn-cancel-confirm {
  background-color: #af0000 !important;
  color: #ffffff !important;
}
.ticket-Info .track-item-Link .main-panel .track-confirm .btn-cancel-confirm .ripple-wrapper {
  /*background-color: #af0000;*/
  color: #ffffff !important;
}
.ticket-Info .track-item-Link .main-panel.active {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ticket-Info .track-item-Link .main-panel.active .track-info {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s 0.25s;
  -moz-transition: opacity 0.25s 0.25s;
  -o-transition: opacity 0.25s 0.25s;
  transition: opacity 0.25s 0.25s;
}
.ticket-Info .track-item-Link .main-panel.active .track-confirm {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.ticket-Info .track-item-Link .main-panel.deactive {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #EA5E5E;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ticket-Info .track-item-Link .main-panel.deactive .track-info {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.ticket-Info .track-item-Link .main-panel.deactive .track-confirm {
  color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s 0.25s;
  -moz-transition: opacity 0.25s 0.25s;
  -o-transition: opacity 0.25s 0.25s;
  transition: opacity 0.25s 0.25s;
}
@media (min-width: 480px) and (max-width: 767px) {
  #InvoiceForm .infoBank {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .br {
    display: block;
  }
  .paymentWallet-form {
    width: 90% !important;
  }
  #InvoiceForm * {
    font-size: 16px;
  }
  #InvoiceForm h3 {
    font-size: 13px;
  }
  #InvoiceForm p {
    line-height: 25px;
    font-size: 12px;
    text-align: justify;
  }
  #InvoiceForm input[type=text] {
    height: 29px;
  }
  #InvoiceForm .infoBank {
    font-size: 11px;
  }
  .paymentWallet-form-footer-buttom {
    font-size: 13px !important;
    font-weight: 600;
  }
  .paymentWallet-form {
    width: 100%;
  }
  .header-paymentWallet-form-body-h3 {
    font-size: 15px !important;
  }
  .infoBank {
    font-size: 14px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  /*----------------------------------------------------------------------------------------------------*/
  .paymentWallet-form {
    width: 100%;
  }
  .rayteb-card.SendInWallet-Icon-i {
    font-size: 33px !important;
  }
  .InvoiceButton-btn {
    width: 100%;
    margin-top: 20px;
  }
}
.DigitEng {
  font-family: monospace;
}
.SendInWallet {
  height: 100%;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.SendInWallet-Icon {
  font-size: 43px;
  text-align: center;
  width: 100%;
  color: green;
  height: 87%;
  display: flex;
  flex-direction: column;
}
.SendInWallet-Icon span {
  margin-top: 10px;
  font-size: 15px;
}
.chacked-SendInWallet {
  position: absolute;
  top: 50%;
  left: 100%;
  margin: 0 !important;
}
.paymentWallet-form {
  width: 70%;
  height: 500px;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  margin-top: 40px;
}
.paymentWallet-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paymentWallet-form-header {
  height: 150px;
  width: 100%;
  border-bottom: 1px solid #000;
  background-color: rgba(97, 235, 33, 0.8);
}
.paymentWallet-form-header-iconform {
  width: 200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.paymentWallet-form-header-icon {
  width: 40%;
  height: 52%;
  border: 2px solid #000;
  border-radius: 40px;
  position: relative;
}
.paymentWallet-form-header-icon i {
  font-size: 40px;
  font-weight: 800;
  color: green;
  left: 29%;
  top: 12%;
  position: absolute;
}
.paymentWallet-form-footer {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #000;
}
.paymentWallet-form-footer-form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.paymentWallet-form-footer-buttom {
  background-color: #107290;
  border: 0;
  outline: unset;
  width: auto;
  height: 80%;
  margin: 0 10px;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
}
.paymentWallet-form-footer-buttom:hover {
  background-color: #107290;
  transition: 1s;
}
.header-paymentWallet-form-body {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  display: flex;
  margin-top: 20px;
}
.header-paymentWallet-form-body-h3 {
  font-weight: 600;
  font-size: 16px;
  color: #30332f;
  font-family: 'Yekan';
}
.paymentWallet-form-body-table {
  margin: 0 10px;
}
.table-payment-wallet {
  font-family: 'B Yekan';
  font-weight: 600;
  font-size: 15px;
}
/*----------------------------------------------------------------------------------------------------*/