@charset "UTF-8";
/*$action-colour: #477dca;*/
/*$action-colour: #08764B;*/
/*$breakpoint-max: 71.250rem; // min*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/**
 * Set breakpoints next to content.
 *
 * See http://responsivedesign.is/develop/getting-started-with-sass for
 * inspiration.
 *
 * This will result in a larger CSS file however it makes it much easier to
 * follow the logic.
 *
 * .test {
 *     width: 100%;
 *     @include breakpoint(intermediate){
 *         width:33.3%;
 *         min-height:290px;
 *     }
 * }
 *
 * Will result the following CSS:
 *
 * .test { width: 100%; }
 * @media (min-width: 30em) { .test { width: 33.3%; min-height: 290px; } }
 */
* {
  box-sizing: border-box; }

#logo {
  float: left;
  margin-top: .25rem;
  margin-right: .5rem; }

#guest #logo {
  position: absolute;
  right: 2rem;
  left: auto;
  top: 2rem; }

#guest #content > div {
  position: relative; }

body {
  min-height: 100vh;
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  color: #525252;
  font-size: .9em;
  line-height: 1.5;
  background: radial-gradient(rgba(123, 133, 244, 0.1), transparent), radial-gradient(ellipse at right bottom, rgba(49, 196, 196, 0.3), transparent), radial-gradient(ellipse at left bottom, rgba(36, 58, 168, 0.2), transparent), linear-gradient(#2D6F95 38.6%, #215B82); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
  margin: 0 0 0.75em; }

a {
  color: #2d6f95;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #1b435a; }
  a:active, a:focus {
    outline: none; }

.box {
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: rgba(238, 238, 238, 0.35) none repeat scroll 0% 0%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.125); }

#page-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.container > div {
  padding: 2rem; }

@media only screen and (min-width: 100rem) {
  .container > nav,
  .container > div {
    max-width: 100rem;
    margin: 0 auto; } }
#content {
  margin-top: 2rem;
  margin-bottom: 2rem; }

#content > div {
  background-color: #fff;
  border-radius: 3px;
  position: relative; }

#guest .container {
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

#guest .container > div.alert {
  flex: 0 0 auto;
  width: 100%; }

#guest > .container > div {
  flex: 0 0 auto;
  width: 30em; }

#guest > .container > div > h1 {
  margin-top: 0;
  padding-right: 148px; }

#guest > .container > div > .row {
  margin: 0; }

form {
  padding: 1.5rem; }

.admin-filters {
  position: absolute;
  right: 2rem;
  top: 1rem; }
  .admin-filters > form > div:last-child {
    padding-right: 0; }

input,
input[type='number'],
textarea,
select {
  width: 100%;
  color: #525252;
  background: #fff; }
  input:active, input:focus,
  input[type='number']:active,
  input[type='number']:focus,
  textarea:active,
  textarea:focus,
  select:active,
  select:focus {
    border: 1px solid #93d2ff;
    border: 1px solid #2d6f95;
    outline: none; }

input,
textarea,
select,
.input-addon {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.5rem 0.75rem;
  line-height: 1.5; }

select > option {
  color: #525252; }

input[type='checkbox'] {
  width: auto; }

label {
  display: block;
  font-weight: bold;
  margin-bottom: .25rem; }

label,
.help-block {
  font-size: .85em; }

@-webkit-keyframes pulse {
  0% {
    background-color: #a3bee9; }
  100% {
    background-color: #7aa1df; } }
@-moz-keyframes pulse {
  0% {
    background-color: #a3bee9; }
  100% {
    background-color: #7aa1df; } }
@keyframes pulse {
  0% {
    background-color: #a3bee9; }
  100% {
    background-color: #7aa1df; } }
.button-blue,
input[type="submit"],
button {
  font-weight: bold;
  width: auto;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  padding: .5em 1em;
  font-weight: bold;
  color: #2c2c2c;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  /*border-color: #666;*/
  border-radius: 3px;
  /*background-color: $colour;*/
  transition: background-color 0.05s linear;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: .5em 1em;
  background: #fff linear-gradient(to bottom, rgba(255, 255, 255, 0.14) 0px, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.07) 100%) repeat scroll 0% 0%;
  border-color: #a3bee9; }
  .button-blue:hover,
  input[type="submit"]:hover,
  button:hover {
    color: #525252;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.1) linear-gradient(to bottom, rgba(255, 255, 255, 0.14) 0px, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.07) 100%) repeat scroll 0% 0%;
    /*background-color: lighten($colour, 3%);*/ }
  .button-blue:active,
  input[type="submit"]:active,
  button:active {
    color: #525252;
    border-color: rgba(255, 255, 255, 0.5);
    /*background-color: lighten($colour, 5%);*/ }
  .button-blue:focus,
  input[type="submit"]:focus,
  button:focus {
    outline: none; }
  .button-blue:hover,
  input[type="submit"]:hover,
  button:hover {
    border-color: #a3bee9;
    background-color: #ccdbf3; }
  .button-blue.active, .button-blue:active,
  input[type="submit"].active,
  input[type="submit"]:active,
  button.active,
  button:active {
    -webkit-animation: pulse 0.25s infinite alternate;
    -moz-animation: pulse 0.25s infinite alternate;
    animation: pulse 0.25s infinite alternate;
    border-color: #7aa1df;
    background-color: #a3bee9; }

form .has-success input,
form .has-success textarea,
form .has-success select {
  border-color: #31b731; }

form .has-error input,
form .has-error textarea,
form .has-error select {
  border-color: #ff5c5c; }

.form-group.has-error .help-block {
  display: block; }

.help-block {
  margin: 0; }

.help-block-error {
  color: #ff5c5c; }

form {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }

form div.form-group {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 main-size;
  -moz-flex: 0 1 main-size;
  -ms-flex: 0 1 main-size;
  flex: 0 1 main-size;
  padding-right: 2rem;
  margin: 1rem 0;
  position: relative; }

.form-buttons {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 0 2rem 2rem 2rem; }

.form-buttons-inline {
  align-self: flex-end; }

.form-group .input-addon {
  border-color: transparent;
  position: absolute;
  pointer-events: none; }

.form-group .input-addon + input {
  padding-left: 1.5em; }

.item-group {
  padding: 2rem 0 2rem 2rem;
  align-content: flex-start; }
  .item-group h2 {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1; }

#page-header > nav {
  text-transform: uppercase;
  font-size: .8rem; }

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  nav ul::after {
    clear: both;
    content: "";
    display: table; }
  nav ul li {
    display: block;
    margin-right: .5rem; }
    nav ul li a {
      display: block;
      font-weight: bold;
      color: #2c2c2c;
      border-width: 1px;
      border-style: solid;
      border-color: rgba(255, 255, 255, 0.3);
      /*border-color: #666;*/
      border-radius: 3px;
      /*background-color: $colour;*/
      transition: background-color 0.05s linear;
      text-decoration: none;
      vertical-align: middle;
      white-space: nowrap;
      padding: .5em 1em;
      background: #fff linear-gradient(to bottom, rgba(255, 255, 255, 0.14) 0px, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.07) 100%) repeat scroll 0% 0%;
      padding: .75rem 1rem; }
      nav ul li a:hover {
        color: #525252;
        border-color: rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.1) linear-gradient(to bottom, rgba(255, 255, 255, 0.14) 0px, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.07) 100%) repeat scroll 0% 0%;
        /*background-color: lighten($colour, 3%);*/ }
      nav ul li a:active {
        color: #525252;
        border-color: rgba(255, 255, 255, 0.5);
        /*background-color: lighten($colour, 5%);*/ }
    @media only screen and (min-width: 30rem) {
      nav ul li {
        float: left; } }
  nav ul .menu-auth {
    float: right; }

.page-buttons {
  position: absolute;
  top: 2rem;
  right: 2rem; }
  .page-buttons > a {
    margin-left: 1rem; }
  .page-buttons > a:first-child {
    margin-left: 0; }

.alert {
  border-width: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: .5em;
  text-align: center;
  color: #fff; }

.alert-success {
  background-color: #31b731;
  border-bottom-color: #1b671b; }

.alert-error {
  background-color: #ff5c5c;
  border-bottom-color: #f50000; }

.alert-warning {
  background-color: #d6bb15;
  border-bottom-color: #796a0c; }

.breadcrumb {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style-type: none; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb li:after {
    content: " \00bb "; }
  .breadcrumb li:last-child:after {
    content: none; }
  .breadcrumb li.active {
    clear: both;
    display: block; }

table.detail-view th, table.detail-view td {
  border: 1px solid #ddd;
  padding: 0.5rem; }
table.detail-view th {
  background-color: #ddd;
  text-align: right; }

.grid-view {
  /*.pagination {*/
  /*@include display(flex);*/
  /*@include flex-flow(row wrap);*/
  /*@include justify-content(flex-end);*/
  /*display: block;*/
  /*background-color: $base-border-colour;*/
  /*list-style-type: none;*/
  /*margin: 0;*/
  /*padding: .1em .25em;;*/
  /*li {*/
  /*display: block;*/
  /*@include flex(0 1 main-size);*/
  /*padding: 0;*/
  /*margin: 0;*/
  /*[>display: block;<]*/
  /*[>width: auto;<]*/
  /*a {*/
  /*[>display: block;<]*/
  /*padding: .1em .25em;*/
  /*}*/
  /*}*/
  /*li:hover,*/
  /*li.active {*/
  /*background-color: $action-colour;*/
  /*a {*/
  /*color: #fff;*/
  /*}*/
  /*}*/
  /*}*/ }
  .grid-view table {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px; }
    .grid-view table a {
      display: block; }
    .grid-view table thead {
      background-color: #fafafa;
      background-image: -webkit-linear-gradient(#fafafa 0, #ededed 100%);
      background-image: linear-gradient(#fafafa 0, #ededed 100%);
      color: #fff; }
    .grid-view table tfoot {
      background-color: #666;
      color: #fff;
      font-weight: bold; }
    .grid-view table td, .grid-view table th {
      border-width: 1px 0;
      border-style: solid;
      border-color: #ddd; }
    .grid-view table th,
    .grid-view table td {
      padding: .25em .5em; }
      @media only screen and (min-width: 100rem) {
        .grid-view table th,
        .grid-view table td {
          white-space: nowrap; } }
    .grid-view table tr:nth-of-type(2n) {
      background-color: #f5f5f5; }
    .grid-view table tbody tr:hover {
      background-color: #bddaeb !important; }
    .grid-view table tr.inactive {
      opacity: .5; }
    .grid-view table th {
      background-color: #2d6f95;
      font-size: .9em; }
      .grid-view table th a {
        color: #fff; }
      .grid-view table th a.asc:after {
        margin-left: .25em;
        content: "\025b4"; }
      .grid-view table th a.desc:after {
        margin-left: .25em;
        content: "\025be"; }
    .grid-view table tr.filters td {
      background-color: #ddd; }
  .grid-view .pagination {
    list-style: none;
    margin: 0;
    background: #2d6f95;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .grid-view .pagination li {
    text-decoration: none;
    display: block;
    padding: 0; }
    .grid-view .pagination li span,
    .grid-view .pagination li a {
      display: block;
      padding: .75em; }
    .grid-view .pagination li span {
      color: #b3b3b3; }
    .grid-view .pagination li a {
      color: #fff; }
    .grid-view .pagination li a:hover, .grid-view .pagination li.active a {
      color: #2d6f95;
      background-color: #fff; }

.multi-stage-form div[id^='stage-'] {
  width: 100%;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }
.multi-stage-form div[id^='stage-2'] {
  display: none; }
.multi-stage-form .item-group {
  width: 50%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 main-size;
  -moz-flex: 0 1 main-size;
  -ms-flex: 0 1 main-size;
  flex: 0 1 main-size;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.multi-stage-form .form-group.has-error .help-block {
  position: absolute; }

#transaction-preview-list {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 1rem 0;
  padding: 0; }
  #transaction-preview-list li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 main-size;
    -moz-flex: 0 1 main-size;
    -ms-flex: 0 1 main-size;
    flex: 0 1 main-size;
    width: 15em;
    padding: .25em 0;
    font-weight: bold;
    display: block; }
    #transaction-preview-list li span {
      display: block;
      clear: both;
      font-weight: normal; }

.item-group,
.form-buttons {
  -webkit-transition: visibility 2s linear;
  -moz-transition: visibility 2s linear;
  transition: visibility 2s linear; }

.hidden {
  visibility: hidden !important; }

.field-passwordresetrequestform-email,
.field-loginform-password,
.field-loginform-email {
  width: 100%; }

.user-form,
.user-token-form,
.user-token-acl-form {
  max-width: 32em; }

.field-user-name,
.field-user-password,
.field-user-client_id,
.field-user-role,
.field-usertokenacl-cidr {
  width: 50%; }

.field-usertoken-name {
  width: 100%; }

.field-usertoken-client_merchant_gateway_id,
.field-user-email {
  width: 75%; }

.field-user-active,
.field-usertoken-user_token_channel_id {
  width: 25%; }

#user-token-list-grid td:nth-child(2) {
  white-space: nowrap; }
#user-token-list-grid td:nth-child(5) {
  white-space: normal; }

.user-token-form .form-buttons {
  padding-left: 0; }

#transaction-view-details {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }
  #transaction-view-details h2 {
    margin: 0 0 .25rem 0; }
  #transaction-view-details > div {
    min-width: 20rem;
    width: 25%;
    padding: 0 0.5rem 0 0.5rem; }
    #transaction-view-details > div > dl {
      border: 1px solid #ddd;
      padding: 0.5rem 1rem; }
  #transaction-view-details dt,
  #transaction-view-details dd {
    display: block; }
  #transaction-view-details dd:last-child {
    margin-bottom: 0; }

img[class$='-card'] {
  vertical-align: middle;
  display: inline-block; }

#transaction-report a > img {
  margin-right: .5em; }
#transaction-report td {
  text-align: right; }
#transaction-report td:nth-child(4) {
  text-align: center; }
#transaction-report td:nth-child(2),
#transaction-report td:nth-child(3) {
  text-align: right; }
#transaction-report td:nth-child(4) {
  /*font-weight: bold;*/ }
#transaction-report td.icon-cancel-circled {
  color: #ff5c5c; }
#transaction-report td.icon-ok-circled {
  color: #31b731; }
#transaction-report td:nth-child(4),
#transaction-report td:nth-child(5) {
  white-space: nowrap; }
#transaction-report td.refund {
  color: #ff5c5c; }
#transaction-report tr {
  position: relative; }

#transaction-settlement-report table {
  width: auto;
  min-width: 47rem; }
#transaction-settlement-report th {
  text-align: left; }
#transaction-settlement-report td:nth-child(1) {
  white-space: nowrap; }
#transaction-settlement-report th:nth-child(5),
#transaction-settlement-report td:nth-child(5),
#transaction-settlement-report th:nth-child(6),
#transaction-settlement-report td:nth-child(6) {
  text-align: right; }
#transaction-settlement-report tfoot th:nth-child(6):before,
#transaction-settlement-report td:nth-child(6):before {
  content: '$'; }
#transaction-settlement-report button {
  margin-top: 1.525rem; }

#transactionsettlementreport-startdate,
#transactionsettlementreport-enddate {
  max-width: 8em; }

#transaction-summary-report table {
  width: auto;
  min-width: 47rem; }
#transaction-summary-report th,
#transaction-summary-report td {
  text-align: left; }
#transaction-summary-report th:nth-child(3),
#transaction-summary-report td:nth-child(3),
#transaction-summary-report th:nth-child(4),
#transaction-summary-report td:nth-child(4),
#transaction-summary-report th:nth-child(5),
#transaction-summary-report td:nth-child(5),
#transaction-summary-report th:nth-child(6),
#transaction-summary-report td:nth-child(6) {
  text-align: right;
  white-space: nowrap; }
#transaction-summary-report button {
  margin-top: 1.525rem; }

#transaction-once-off .field-onceofftransactionform-usertokenid {
  width: 100%; }
#transaction-once-off .field-onceofftransactionform-cardnumber,
#transaction-once-off .field-onceofftransactionform-clientreference,
#transaction-once-off .field-onceofftransactionform-orderreference,
#transaction-once-off .field-onceofftransactionform-nameoncard {
  width: 50%; }
#transaction-once-off .field-onceofftransactionform-amount,
#transaction-once-off .field-onceofftransactionform-surcharge,
#transaction-once-off .field-onceofftransactionform-total,
#transaction-once-off .field-onceofftransactionform-currency,
#transaction-once-off .field-onceofftransactionform-cardexpirymonth,
#transaction-once-off .field-onceofftransactionform-cardexpiryyear,
#transaction-once-off .field-onceofftransactionform-cardcvv {
  width: 25%; }

#transaction-preview-list {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 1rem 0;
  padding: 0; }
  #transaction-preview-list li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 main-size;
    -moz-flex: 0 1 main-size;
    -ms-flex: 0 1 main-size;
    flex: 0 1 main-size;
    width: 15em;
    padding: .25em 0;
    font-weight: bold;
    display: block; }
    #transaction-preview-list li span {
      display: block;
      clear: both;
      font-weight: normal; }

#transaction-refund .card-container {
  display: inline-block; }

#transaction-refund-form .field-refundtransactionform-usertokenid {
  width: 75%; }
#transaction-refund-form .field-refundtransactionform-amount {
  width: 25%; }
#transaction-refund-form .field-refundtransactionform-orderreference {
  width: 50%; }

#prior-refunds {
  text-align: right; }
  #prior-refunds th:nth-child(1),
  #prior-refunds td:nth-child(1),
  #prior-refunds th:nth-child(2),
  #prior-refunds td:nth-child(2) {
    text-align: left; }

dl {
  margin: 0;
  padding: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1em 0; }

#transaction-preview ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
#transaction-preview li {
  margin: 0;
  padding: 0;
  font-weight: bold; }
#transaction-preview span {
  font-weight: normal; }

@font-face {
  font-family: 'fontello';
  src: url("/font/fontello.eot?88895188");
  src: url("/font/fontello.eot?88895188#iefix") format("embedded-opentype"), url("/font/fontello.woff?88895188") format("woff"), url("/font/fontello.ttf?88895188") format("truetype"), url("/font/fontello.svg?88895188#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/font/fontello.svg?88895188#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-ok-circled:before {
  content: '\e800'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e801'; }

/* '' */
.icon-info-circled:before {
  content: '\e802'; }

/* '' */
.icon-help-circled:before {
  content: '\e803'; }

/* '' */

/*# sourceMappingURL=app.css.map */
