body[data-page-uid=agent-wallet] #calendar {
    color: #222A35;
    float: right;
    margin-top: -45px;
    margin-right: 20px;
}


body[data-page-uid=agent-wallet] .pagination-filters  {
    margin-top: 10px;
}

.loader {
    border: 5px solid #f3f3f3;
      -webkit-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite;
      border-top: 5px solid #555;
      border-radius: 50%;
      width: 50px;
      height: 50px;

}
 .information {
    font-size:16px;
    weight:bold;
  }

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


body[data-page-uid=agent-wallet] .btn-filter  {
    background: black;
    color: white;
    width: 100%;
    height: 35px;
}

body[data-page-uid=agent-wallet] .table-header-total{
    min-width: 120px;
}

body[data-page-uid=agent-wallet] .table-header-date-placed{
    min-width: 130px;

}

body[data-page-uid=agent-wallet] .table-header-segment{
    min-width: 100px;
}

body[data-page-uid=agent-wallet] .table-header-customer {
    min-width: 260px;
}

body[data-page-uid=agent-wallet] .table-header-order-number {
    min-width: 100px;
}

body[data-page-uid=agent-wallet] .table-header-sap-order-number {
    min-width: 100px;
}

.orderhistory-list-table-small-size {
    font-size: 12px;
}

.th-size {
    font-size: 12px
}


.orderhistory-list-table-small-size,  .orderhistory-list-table-small-size table th {
    font-size: 12px;
}








