/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2016-10-19, 07:58:10
    Author     : Tomek
*/
.ui-grid-top-panel, .ui-grid-header-viewport {
  overflow: hidden; }

.imoje-card-number {
  font-size: 125%;
  font-weight: bold; }

.imoje-card-icon {
  border: 1px solid #ccc;
  border-radius: 5px; }

.imoje-balance {
  font-weight: bold; }

.imoje-card-status-new {
  color: grey; }

.imoje-card-status-rejected {
  color: red; }

.imoje-card-status-error {
  color: red; }

.imoje-card-status-settled {
  color: green; }

.imoje-card-status-cancelled {
  color: red; }
