@charset "UTF-8";/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */


@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,600);
.logo {
  background-size: 180px 153px; }

/*! 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, form.button_to input[type=submit]:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, form.button_to input[type=submit]:active,
a:hover,
form.button_to input[type=submit]: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 #c0c0c0;
  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; }

@font-face {
  font-family: 'casino-icons';
  src: url(/assets/casino-icons-2ccf4ab82d39f6422698c4fbab04e75d.eot);
  src: url(/assets/casino-icons-2ccf4ab82d39f6422698c4fbab04e75d.eot#iefix) format("embedded-opentype"), url(/assets/casino-icons-205086f1047300c47b03339ce153b9e7.woff) format("woff"), url(/assets/casino-icons-e21e804b44d0f0ad987fe47cb420f0e0.ttf) format("truetype"), url(/assets/casino-icons-bac945afbb491da1ce7a016b79e851e6.svg#casino-icons) 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: 'casino-icons';
    src: url('../font/casino-icons.svg?11572120#casino-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "casino-icons";
  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 - magrins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-info:before {
  content: '\e705'; }

/* '' */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  background: #f6f6f5;
  color: #222222;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 300; }

a, form.button_to input[type=submit] {
  color: #0074ad;
  font-weight: 600;
  text-decoration: none;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  a:hover, form.button_to input[type=submit]:hover {
    text-decoration: underline;
    color: #005984; }

form.button_to {
  display: inline;
  margin: 0;
  padding: 0; }
  form.button_to div {
    display: inline; }
  form.button_to input[type=submit] {
    margin: 0;
    padding: 0;
    -webkit-appearance: caret;
    background: none;
    border: none;
    font-size: inherit;
    font-family: inherit;
    cursor: pointer; }

label {
  color: #4d4d4d;
  display: block;
  font-size: 100%;
  margin: 10px 0 5px 0; }

input[type=text],
input[type=password] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 120%;
  height: 36px;
  padding: 6px;
  width: 100%; }
  input[type=text]:focus,
  input[type=password]:focus {
    background: #F5F5F4;
    border-color: #b3b3b3;
    outline: none !important; }

.button {
  background: #0074ad;
  border: none;
  border: 1px solid #006a9e;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  font-weight: 600;
  line-height: 1;
  margin: 20px 0 10px 0;
  outline: none;
  padding: 10px 20px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: auto; }
  .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
  .button:hover {
    background-color: #006394;
    color: white; }
  .button:active {
    top: 2px; }
  .button.secondary {
    background: #c2c2c2;
    border: 1px solid #bababa;
    color: #222; }
    .button.secondary:hover {
      background-color: #b5b5b5; }

table {
  border-collapse: collapse;
  font-size: 90%; }
  table th, table td {
    padding: 8px;
    text-align: left; }
    table th:first-child, table td:first-child {
      padding-left: 0px; }
  table tbody tr {
    border-top: 1px solid #e6e6e6; }
    table tbody tr:last-child {
      border-bottom: 1px solid #e6e6e6; }

.container {
  width: 100%; }

.box {
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: auto;
  margin-top: 10%;
  overflow: auto;
  padding: 20px;
  width: 560px; }

.logo {
  background-image: url(/assets/logo-fb755b1e976c918beb933f707390546f.png);
  background-repeat: no-repeat; }
  .logo img {
    visibility: hidden; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .logo {
      background-image: url(/assets/logo@2x-effa0078e8996711893b46c3269b7895.png);
      background-size: 180px 153px; } }

#footer {
  width: 100%;
  color: #949494;
  font-size: 80%;
  font-weight: 200;
  padding-top: 10px;
  margin-bottom: 50px;
  text-align: center; }

#flash_notice,
#flash_error {
  background-color: #FBECC6;
  border: 1px solid #F8DFA0;
  font-weight: 600;
  height: 28px;
  line-height: 28px;
  margin-top: -10px;
  padding: 0 5px;
  width: 100%; }

#flash_error {
  background-color: #ffebeb;
  border: 1px solid #FFD6D6; }

.login > div {
  height: 275px; }
.login .logo {
  background-position: 15px 50%;
  display: inline-block;
  float: left;
  padding: 0 15px;
  width: 45%; }
  .login .logo img {
    visibility: hidden; }
.login .form {
  border-left: 1px solid #eee;
  float: left;
  padding: 15px;
  width: 55%; }

.notice {
  height: auto;
  background: #f6f6f5;
  border: none;
  margin-bottom: -10%;
  margin-top: 10%;
  padding: 5px;
  font-size: 90%; }
  .notice .icon-info {
    font-size: 100%; }

.sessions, .logout {
  width: 800px; }
  .sessions > div, .logout > div {
    height: 190px; }
  .sessions .info, .logout .info {
    float: left;
    width: 60%; }
  .sessions .logo, .logout .logo {
    background-position: right 1.8em;
    float: left;
    width: 40%; }
  .sessions a.button, .sessions form.button_to input.button[type=submit], form.button_to .sessions input.button[type=submit], .logout a.button, .logout form.button_to input.button[type=submit], form.button_to .logout input.button[type=submit] {
    margin-top: 0; }
  .sessions h3, .logout h3 {
    margin: 40px 0 5px; }
  .sessions table.tickets, .logout table.tickets {
    margin-bottom: 10px; }

.logout {
  width: 560px; }

.twofactor {
  margin-top: 5%; }
  .twofactor #qr-code {
    width: 100%;
    text-align: center; }

@media only screen and (max-width: 600px) {
  .container {
    padding-top: 0; }

  .box {
    width: 100%; }

  .sessions .info, .logout .info {
    margin-top: 40px;
    width: 100%; }
  .sessions .logo, .logout .logo {
    background-position: 0 0;
    float: none;
    height: 200px;
    padding: 0;
    width: 100%; }

  .login > div, .logout > div {
    height: auto; }

  .login .logo {
    width: 100%; }
  .login .form {
    border-left: none;
    padding-bottom: 0;
    width: 100%; } }
@media only screen and (max-width: 800px) {
  .container .sessions {
    margin-top: 10px;
    width: 100%; }
  .container table, .container thead, .container tbody, .container th, .container td, .container tr {
    display: block; }
  .container thead tr {
    display: none; }
  .container tr {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px; }
    .container tr:last-child {
      border-bottom: none; }
      .container tr:last-child td:last-child {
        padding-bottom: 0; }
  .container td {
    border: none;
    padding-left: 50%;
    position: relative; }
    .container td:first-child {
      padding-left: 50%; }
    .container td:last-child {
      padding-bottom: 19px; }
  .container td:before {
    content: attr(data-label);
    font-weight: 600;
    left: 0;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    width: 45%; } }
