/*******************************************************************************
    Please have fun using these colours, AND ONLY USE THESE ONES!
*******************************************************************************/
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*******************************************************************************
    Standard Typographic Shiz
*******************************************************************************/
body {
  font: 14px/1.5 sans-serif; }

.not-login {
  border-bottom: 1px dotted white;
  color: white;
  font-weight: 700;
  text-decoration: none; }

/*******************************************************************************
    Utility Classes
*******************************************************************************/
.edit,
.delete {
  color: inherit;
  text-decoration: none; }

.btn.no-margin {
  margin: 0; }

.error {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #eed3d7;
  border-radius: 6px;
  background-color: #f2dede;
  color: #b94a48; }
  .error i {
    margin-right: 20px; }

.large-text {
  font-size: 2em; }

.center {
  text-align: center; }

.left,
.text-left {
  text-align: left; }

.cf:after {
  content: "";
  display: table;
  clear: both; }

hr {
  margin: 0 0 20px; }

h1 {
  color: white; }

.padd {
  padding: 10px; }

#total-basket {
  font-size: 35px;
  line-height: 86px;
  top: 16px;
  right: -10px; }

.color-green {
  color: #1fa517; }

.color-red {
  color: #be1d4d; }

.color-white {
  color: white; }

.color-black {
  color: #333333; }

.align-right {
  text-align: right; }

div.btn,
a.btn {
  display: inline-block;
  line-height: 100px;
  text-decoration: none;
  text-align: center; }
  div.btn i,
  a.btn i {
    font-size: 22px; }

.btn {
  position: relative;
  border: 0;
  height: 100px;
  box-shadow: 2px 2px 10px white inset, -2px -2px 10px rgba(0, 0, 0, 0.25) inset;
  padding: 0;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none; }
  .btn:active {
    box-shadow: -2px -2px 10px white inset, 2px 2px 10px rgba(0, 0, 0, 0.25) inset; }

.btn-large {
  width: 100%;
  max-width: 403px;
  margin: 0 0 10px; }

.grid-3 .btn-large {
  max-width: 403px; }

.btn-medium {
  width: 50%;
  max-width: 261px;
  margin: 0 7px 0 0; }
  .btn-medium:first-child {
    margin-left: 0; }
  .btn-medium:last-child {
    margin-right: 0; }

.grid-3 .btn-medium {
  width: 66.66%;
  max-width: 266px;
  margin-right: 6px; }

.btn-small {
  width: 33.33%;
  max-width: 127px;
  margin: 0 7px 0 0; }
  .btn-small.right {
    float: right; }
  .btn-small:last-child {
    margin: 0 0 0 0; }

.btn .title {
  position: absolute;
  top: 20px;
  left: 10px;
  line-height: 0; }
.btn .count {
  position: absolute;
  bottom: 20px;
  right: 10px;
  line-height: 0; }
.btn .lastlogin-wrapper {
  position: absolute;
  top: 19px;
  right: 10px; }
  .btn .lastlogin-wrapper .lastlogin-title {
    text-align: right;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 7px; }
  .btn .lastlogin-wrapper .lastlogin {
    text-align: right;
    position: relative;
    line-height: 1.1; }
.btn .lastlogin-userprofileimage {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100px;
  overflow: hidden; }
  .btn .lastlogin-userprofileimage img {
    width: 100%; }
  .btn .lastlogin-userprofileimage .username {
    line-height: 1;
    position: absolute;
    bottom: 10px;
    right: 5px;
    text-shadow: 1px 1px 0px black;
    filter: dropshadow(color=black, offx=1, offy=1); }

.green,
.red,
.pink,
.yellow,
.orange,
.black,
.blue {
  color: white; }

.blue {
  background: #1d97a8; }

.green {
  background: #1fa517; }

.red {
  background: #be1d4d; }

.pink {
  background: #a512ad; }

.yellow {
  background: #f2f202; }

.orange {
  background: #ff9f1c; }

.black {
  background: #333333; }

.row .btn-large {
  margin-bottom: 0; }

.btn .icon {
  position: relative;
  top: 28px;
  width: 45px; }

button.btn .icon {
  top: 8px; }

#donor-search input[type=text],
#item-search input[type=text] {
  padding: 5px;
  border: 1px solid #e1e1e1; }
#donor-search img,
#item-search i {
  margin-top: 33px;
  margin-right: 20px;
  font-size: 33px;
  float: right; }

.btn.disabled,
button[disabled] {
  background: #666666;
  box-shadow: none;
  cursor: auto; }
  .btn.disabled:active,
  button[disabled]:active {
    box-shadow: none; }

.btn.depressed {
  box-shadow: -2px -2px 10px white inset, 2px 2px 10px rgba(0, 0, 0, 0.25) inset; }

.broke {
  width: 122px; }

.value {
  display: inline-block;
  min-height: 10px; }

/*******************************************************************************
    Styles for the till panel in the center of the till screen.
*******************************************************************************/
#till-panel {
  position: relative;
  font-size: 12px; }
  #till-panel table {
    width: 100%; }
  #till-panel th {
    background: #e1e1e1;
    box-shadow: 0 20px 3px rgba(255, 255, 255, 0.8) inset;
    padding: 10px;
    color: #1d97a8; }
  #till-panel #till-search tbody tr,
  #till-panel #till-display tbody tr {
    cursor: pointer; }
  #till-panel tbody tr td {
    text-align: center; }
    #till-panel tbody tr td:first-child {
      text-align: left; }
  #till-panel tbody tr:nth-child(even) {
    background: #eeeeee; }
  #till-panel tr.selected td {
    color: white;
    background: #1d97a8; }
  #till-panel td {
    padding: 10px; }

#till-lower {
  position: absolute;
  width: 100%;
  bottom: 0; }

#till-lower .holder {
  padding: 10px;
  max-height: 42px;
  min-height: 42px;
  width: 100%;
  background: url(/img/backgrounds/grey.png) repeat-x;
  background-size: 100% 100%;
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-right: 0;
  line-height: 21px; }
  #till-lower .holder.no-top {
    border-top: 0; }
    #till-lower .holder.no-top input[type=text] {
      width: 166px; }
  #till-lower .holder .spread {
    margin-left: 20px; }
  #till-lower .holder label {
    max-width: 100px;
    display: inline-block;
    font-size: 10px;
    color: #666666; }
  #till-lower .holder input[type=text] {
    position: relative;
    width: 374px;
    height: 20px;
    padding: 5px;
    margin-left: 20px;
    border: 1px solid #e1e1e1; }
  #till-lower .holder input[type=radio] {
    position: relative;
    top: 2px;
    width: auto; }
  #till-lower .holder button {
    height: 20px;
    width: 25px;
    text-align: center;
    line-height: 10px;
    margin-left: 8px; }

#totals {
  float: right;
  margin: 10px;
  padding: 0;
  list-style: none;
  text-align: right; }
  #totals li span {
    margin-left: 20px;
    display: inline-block; }

#search-lower {
  height: auto;
  margin-bottom: 8px;
  padding: 10px 10px 0;
  border-top: 1px solid #e1e1e1; }

#confirmation-panel .payments {
  height: auto;
  padding-top: 10px;
  margin-bottom: 0;
  background: #3c2371; }

/*
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none; }

.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -100%;
  display: none; }

.modal.fade.in {
  display: block;
  top: 10%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eeeeee; }

.modal-header .close {
  margin-top: 2px; }

.modal-header h3 {
  margin: 0;
  line-height: 30px; }

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: #3c2371 url(/img/backgrounds/main-background.png) no-repeat;
  background-size: 100% auto; }

.container {
  margin: 0 auto;
  padding-top: 20px;
  width: 1240px; }

.container .notification-bar {
  background-color: #FFF;
  margin-bottom: 20px;
  padding: 20px 20px 20px 60px;
  position: relative;
}

.container .notification-bar i {
  font-size: 33px;
  position: absolute;
  left: 16px;
  top: 13px;
}

/*******************************************************************************
    Login panel
*******************************************************************************/
.grid.login {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -377px;
  margin-top: -202px;
  width: 744px;
  float: none; }
  .grid.login > div .title {
    color: white;
    font-size: 42px;
    font-weight: 700; }
  .grid.login form {
    width: 350px;
    float: left; }
    .grid.login form input {
      padding: 10px;
      width: 100%;
      color: #666666; }
    .grid.login form button {
      position: relative;
      color: white; }
      .grid.login form button img {
        position: absolute;
        bottom: 0px;
        right: 0px; }
    .grid.login form label {
      color: white; }
  .grid.login img {
    margin-right: 20px;
    float: left; }

/*******************************************************************************
    Till Grid Styling
*******************************************************************************/
.g {
  padding: 5px; }
  .g.central {
    width: 50%;
    margin: 0 auto;
    float: none; }
  .g .row {
    margin-bottom: 10px;
    height: 100px; }
    .g .row.panel {
      position: relative;
      background: white;
      height: 430px; }

.grid-2 {
  float: left;
  width: 274px; }
  .grid-2 .row {
    min-height: 100px;
    margin-bottom: 10px; }
    .grid-2 .row.no-min {
      min-height: auto; }

.grid-3 {
  float: left;
  width: 411px; }
  .grid-3 .row {
    min-height: 100px;
    margin-bottom: 10px; }
    .grid-3 .row.no-min {
      min-height: auto; }

.grid-4 {
  float: left;
  width: 548px; }
  .grid-4 .row {
    min-height: 100px;
    margin-bottom: 10px; }
    .grid-4 .row.no-min {
      min-height: auto; }

.grid-9 {
  float: left;
  width: 1233px; }
  .grid-9 .row {
    min-height: 100px;
    margin-bottom: 10px; }
    .grid-9 .row.no-min {
      min-height: auto; }

.grid-2 {
  padding-left: 0; }

.grid-3 {
  padding-right: 0; }

/*******************************************************************************
    Admin Panel Styling
*******************************************************************************/
.data-grid {
  background: white;
  width: 100%; }
  .data-grid tbody tr:nth-child(odd) {
    background: #1d97a8;
    color: white; }
  .data-grid a i {
    font-size: 35px; }
  .data-grid th,
  .data-grid td {
    max-width: 300px;
    vertical-align: middle;
    text-align: center;
    padding: 20px; }
  .data-grid th.text-left,
  .data-grid td.text-left {
    text-align: left; }
  .data-grid th.center,
  .data-grid td.center {
    text-align: center; }
  .data-grid .icon {
    width: 7%; }

input,
select,
option {
  width: 100%;
  padding: 10px;
  color: #666666; }

input[type=submit] {
  color: white; }

input[type=file] {
  padding: 0; }

label {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  margin-bottom: 10px;
  color: white; }
  label.no-width {
    display: inline; }

.small,
.med {
  float: left;
  margin-right: 20px;
  max-width: 186px;
  width: 33.33%; }
  .small:last-child,
  .med:last-child {
    margin-right: 0; }

.med {
  width: 50%;
  max-width: 392px; }

.hide {
  display: none !important; }

#total-basket small {
  position: absolute;
  right: -198px;
  top: 20px;
  font-size: 16px; }

#donor-popup .modal-body,
#remove-popup .modal-body,
#transfer-popup .modal-body {
  padding-left: 75px; }
  #donor-popup .modal-body .icon,
  #remove-popup .modal-body .icon,
  #transfer-popup .modal-body .icon {
    top: 9px; }
#donor-popup .modal-footer .icon,
#remove-popup .modal-footer .icon,
#transfer-popup .modal-footer .icon {
  top: 13px; }
#donor-popup #int-val,
#remove-popup #int-val,
#transfer-popup #int-val {
  width: 100px;
  border: 0;
  background: #1d97a8;
  color: white;
  text-align: center; }

#categories .icon {
  top: 5px;
  width: auto; }

#company-dets .logo {
  margin: 15px 0 0 10px;
  width: 70px;
  float: left; }
#company-dets .date {
  float: right;
  margin: 15px 10px 0 0;
  width: 105px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  text-align: right; }

#donation-popup .row {
  margin-bottom: 10px; }

.left {
  float: left; }

.right {
  float: right; }

.donor-form .row {
  height: auto; }

.donor-form .small {
  max-width: 193px;
  width: 193px; }

.donors-panel tbody tr {
  cursor: pointer; }

.no-left {
  padding-left: 0; }

.no-float {
  float: none; }

#config-popup .opt {
  text-transform: capitalize; }
#config-popup textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #e1e1e1; }

.errors {
  max-width: 403px;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #be1d4d; }

input[value=vat_number] + #val,
input[value=company_number] + #val,
input[value=vat] + #val {
  resize: none;
  height: 55px;
  width: 300px; }

label[for=gift_aid] {
  display: block;
  float: left; }
  label[for=gift_aid] span {
    display: inline-block;
    position: relative;
    top: -45px;
    margin-right: 20px;
    line-height: 100px; }
  label[for=gift_aid] input[type=checkbox] {
    width: 100px;
    height: 100px;
    margin-bottom: 20px; }

input[type=date] {
  height: 40px; }

#giftaid-popup label {
    margin-top: 10px;
    margin-bottom: 5px;
}

/******************************************************************************
** Daily Balance Styles
******************************************************************************/
#daily-balance input {
  text-align: center; }

#daily-balance .over {
  color: white;
  background-color: #105660; }

#daily-balance .under {
  color: white;
  background-color: red; }

#daily-balance a {
  text-decoration: none;
  color: #333333; }

#daily-balance a:hover {
  text-decoration: underline; }

#daily-balance tfoot tr {
  border-top: 1px dashed #333333; }

.stock-list {
  color: white;
  list-style: none;
  margin: 0;
  padding: 0; }
  .stock-list li {
    list-style: none;
    margin: 0;
    padding: 0; }
    .stock-list li .branch {
      font-weight: bold;
      display: inline-block;
      width: 150px; }

.small-input {
  padding: 5px;
  width: 35px;
  text-align: center; }

.medium-input {
  padding: 5px; }

#donation_giftaid {
  border: 1px solid green;
  color: green;
  background: white;
  height: 2em; }

#donation-popup .ui-helper-hidden-accessible {
  display: none; }

.ui-autocomplete {
  z-index: 1051 !important; }

#transaction_notes {
  border: 1px solid #cccccc;
  width: 100%;
  height: 75px;
  resize:vertical; }

#giftaid-description {
  border: 1px solid #cccccc;
  width: 100%;
  height: 75px;
  resize:vertical; }

#item-search input {
  width: 178px; }

#till-lower label {
  width: 80px; }

.curr-branch {
  color: #f2f202; }

.branch {
  cursor: pointer; }

/*******************************************************************************
 * Pagination Links
 ******************************************************************************/
.pagination {
  text-align: center;
  margin-bottom: 20px; }
  .pagination ul, .pagination li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .pagination li {
    display: inline-block;
    margin: 0 10px; }
    .pagination li.active {
      text-decoration: underline; }
    .pagination li a {
      font-size: 20px;
      text-decoration: none;
      color: white; }

.loader {
  display: none;
  position: absolute;
  z-index: 100000;
  right: 25px;
  width: 70px;
  height: 70px;
  padding: 3px 3px 5px 5px;
  border-radius: 6px;
  border: 1px solid #c7c7c7;
  background: #24085f;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8); }
  .loader.active {
    display: block; }
