﻿.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #ddd; }

.no-refund .form-description {
  color: red !important;
  font-weight: bold;
  margin-top: 35px;
  opacity: 0.3;
  font-size: 28px; }

table.table .table {
  width: 100%; }

table.table.refund-policy-table {
  width: 90% !important;
  margin: auto;
  margin-top: 0px; }
  table.table.refund-policy-table td {
    font-size: 13px !important;
    font-weight: bold;
    padding: 15px 5px; }
  table.table.refund-policy-table th {
    background-color: #1e0017;
    font-size: 10px !important;
    padding: 10px 5px; }

table.table thead {
  vertical-align: middle; }

table.table td.total {
  text-align: left;
  height: 40px;
  font-size: 14px;
  background-color: rgba(0, 255, 39, 0.1); }

table.table td.total span {
  font-weight: bold;
  font-size: 15px; }

table.table th {
  border: 1px solid lightgray;
  background-color: #b2b7bf;
  color: white;
  font-size: 13px;
  text-align: center; }

table.table td {
  color: black;
  text-align: center;
  border: 1px solid lightgray;
  vertical-align: middle !important; }

table.table tr:hover {
  background-color: whitesmoke; }

.view-count {
  padding: 13px 14px 10px 0;
  position: relative;
  float: left !important; }

.title .table-title {
  font-size: 18px;
  color: #37002a;
  float: right; }

.table-filters {
  float: right;
  width: 100%;
  padding: 0 10px; }
  .table-filters .field-wrapper {
    padding: 13px 5px; }
    .table-filters .field-wrapper .field {
      border-color: lightgray !important;
      background-color: white !important; }
      .table-filters .field-wrapper .field.select-transactiontype-field {
        font-size: 10px; }
  .table-filters .field-label {
    right: 15px !important; }
  .table-filters .row:not(:last-child) .field-wrapper {
    padding-bottom: 0; }

tbody {
  background-color: white; }

/*.user-ticket table th:last-child {
    min-width: 120px;
}*/
.user-ticket table {
  min-width: 120px; }
  .user-ticket table tr.unsuccess-issue td {
    background-color: whitesmoke;
    color: gray; }
    .user-ticket table tr.unsuccess-issue td.actions a, .user-ticket table tr.unsuccess-issue td.actions button {
      background-color: darkgray !important;
      pointer-events: none;
      opacity: 0.5; }
    .user-ticket table tr.unsuccess-issue td.airline img {
      -moz-filter: grayscale(1);
      -ms-filter: grayscale(1);
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: 0.4; }
    .user-ticket table tr.unsuccess-issue td.flight-route span {
      color: red;
      font-weight: bold; }

.table-loading {
  margin: 90px 0 120px 0; }
  .table-loading span {
    text-align: center;
    display: block;
    margin-bottom: 30px; }
  .table-loading .spinner {
    margin: 30px auto 20px auto; }

.result {
  display: block;
  float: right !important;
  width: 100% !important; }

.custom-loading {
  display: block;
  float: right !important;
  width: 100% !important; }

.table-loading span {
  text-align: center;
  display: block;
  margin-bottom: 30px; }

tr.debit {
  background-color: rgba(255, 0, 0, 0.1); }

tr.credit {
  background-color: rgba(0, 128, 0, 0.1); }

td.actions {
  padding-right: 0 !important;
  padding-left: 0 !important; }

td.crcn-price {
  background-color: rgba(255, 0, 0, 0.1) !important;
  color: #a50000 !important; }

th.crcn-price {
  background-color: #a50000 !important; }

td.date {
  white-space: nowrap; }

.app-charg {
  width: 100%;
  margin-top: 100px;
  height: 270px;
  padding: 30px 20px;
  text-align: center; }
  .app-charg .app-charg h4 {
    margin: 30px 0; }

/*---paging--*/
.pagination-wrapper {
  width: 100%;
  display: flex;
  float: initial !important;
  margin: 20px auto !important;
  justify-content: center;
  padding-top: 20px; }
  .pagination-wrapper li {
    margin: 0 2px; }
    .pagination-wrapper li.jumping {
      padding: 3px 5px;
      border-radius: 5px;
      background-color: white;
      cursor: pointer;
      border: 1px solid lightgray;
      margin: 0 15px;
      white-space: nowrap; }
    .pagination-wrapper li.disable {
      pointer-events: none; }
    .pagination-wrapper li.act {
      pointer-events: none; }
      .pagination-wrapper li.act button {
        color: #37002a !important;
        border: 1px solid #37002a; }
    .pagination-wrapper li button {
      color: #37709a !important;
      padding: 0 15px;
      height: 25px;
      margin: 0; }
    .pagination-wrapper li i.fa {
      color: white;
      background-color: #414e68;
      padding: 5px 15px;
      height: 25px;
      cursor: pointer; }
      .pagination-wrapper li i.fa.fa-arrow-right {
        border-radius: 0 5px 5px 0; }
      .pagination-wrapper li i.fa.fa-arrow-left {
        border-radius: 5px 0 0 5px; }
  .pagination-wrapper .total-count {
    display: block;
    line-height: 2.1;
    color: gray; }

/*-------user transaction--------*/
.user-trans .excel-output {
  padding-left: 0;
  padding-right: 8px;
  float: left !important; }
  .user-trans .excel-output button {
    height: 30px;
    margin-top: 13px; }
    .user-trans .excel-output button i {
      margin-left: 10px; }

.direction .swal2-content {
  text-align: left;
  direction: ltr;
  font-family: sanserif !important;
  line-height: 2;
  color: black; }
