@charset "UTF-8";
/*$small-font-size;*/
/*0.75rem;*/
/*$tooltip-pip-width * 0.866;*/
/*1.25rem;*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

body.is-reveal-open {
  overflow: hidden; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=112.5em"; }

.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

html,
body {
  font-size: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; }
  @media screen and (min-width: 40em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 64em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 75em) {
    .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 112.5em) {
    .row.xxlarge-collapse > .column, .row.xxlarge-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.xxlarge-uncollapse > .column, .row.xxlarge-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child, .end.columns:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 .column, .small-up-1 .columns {
  width: 100%;
  float: left; }
  .small-up-1 .column:nth-of-type(1n), .small-up-1 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 .column:nth-of-type(1n+1), .small-up-1 .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 .column:last-child, .small-up-1 .columns:last-child {
    float: left; }

.small-up-2 .column, .small-up-2 .columns {
  width: 50%;
  float: left; }
  .small-up-2 .column:nth-of-type(1n), .small-up-2 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 .column:nth-of-type(2n+1), .small-up-2 .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 .column:last-child, .small-up-2 .columns:last-child {
    float: left; }

.small-up-3 .column, .small-up-3 .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 .column:nth-of-type(1n), .small-up-3 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 .column:nth-of-type(3n+1), .small-up-3 .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 .column:last-child, .small-up-3 .columns:last-child {
    float: left; }

.small-up-4 .column, .small-up-4 .columns {
  width: 25%;
  float: left; }
  .small-up-4 .column:nth-of-type(1n), .small-up-4 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 .column:nth-of-type(4n+1), .small-up-4 .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 .column:last-child, .small-up-4 .columns:last-child {
    float: left; }

.small-up-5 .column, .small-up-5 .columns {
  width: 20%;
  float: left; }
  .small-up-5 .column:nth-of-type(1n), .small-up-5 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 .column:nth-of-type(5n+1), .small-up-5 .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 .column:last-child, .small-up-5 .columns:last-child {
    float: left; }

.small-up-6 .column, .small-up-6 .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 .column:nth-of-type(1n), .small-up-6 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 .column:nth-of-type(6n+1), .small-up-6 .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 .column:last-child, .small-up-6 .columns:last-child {
    float: left; }

.small-up-7 .column, .small-up-7 .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 .column:nth-of-type(1n), .small-up-7 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 .column:nth-of-type(7n+1), .small-up-7 .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 .column:last-child, .small-up-7 .columns:last-child {
    float: left; }

.small-up-8 .column, .small-up-8 .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 .column:nth-of-type(1n), .small-up-8 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 .column:nth-of-type(8n+1), .small-up-8 .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 .column:last-child, .small-up-8 .columns:last-child {
    float: left; }

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 .column, .medium-up-1 .columns {
    width: 100%;
    float: left; }
    .medium-up-1 .column:nth-of-type(1n), .medium-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 .column:nth-of-type(1n+1), .medium-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 .column:last-child, .medium-up-1 .columns:last-child {
      float: left; }
  .medium-up-2 .column, .medium-up-2 .columns {
    width: 50%;
    float: left; }
    .medium-up-2 .column:nth-of-type(1n), .medium-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 .column:nth-of-type(2n+1), .medium-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 .column:last-child, .medium-up-2 .columns:last-child {
      float: left; }
  .medium-up-3 .column, .medium-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 .column:nth-of-type(1n), .medium-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 .column:nth-of-type(3n+1), .medium-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 .column:last-child, .medium-up-3 .columns:last-child {
      float: left; }
  .medium-up-4 .column, .medium-up-4 .columns {
    width: 25%;
    float: left; }
    .medium-up-4 .column:nth-of-type(1n), .medium-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 .column:nth-of-type(4n+1), .medium-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 .column:last-child, .medium-up-4 .columns:last-child {
      float: left; }
  .medium-up-5 .column, .medium-up-5 .columns {
    width: 20%;
    float: left; }
    .medium-up-5 .column:nth-of-type(1n), .medium-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 .column:nth-of-type(5n+1), .medium-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 .column:last-child, .medium-up-5 .columns:last-child {
      float: left; }
  .medium-up-6 .column, .medium-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 .column:nth-of-type(1n), .medium-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 .column:nth-of-type(6n+1), .medium-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 .column:last-child, .medium-up-6 .columns:last-child {
      float: left; }
  .medium-up-7 .column, .medium-up-7 .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 .column:nth-of-type(1n), .medium-up-7 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 .column:nth-of-type(7n+1), .medium-up-7 .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 .column:last-child, .medium-up-7 .columns:last-child {
      float: left; }
  .medium-up-8 .column, .medium-up-8 .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 .column:nth-of-type(1n), .medium-up-8 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 .column:nth-of-type(8n+1), .medium-up-8 .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 .column:last-child, .medium-up-8 .columns:last-child {
      float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 .column, .large-up-1 .columns {
    width: 100%;
    float: left; }
    .large-up-1 .column:nth-of-type(1n), .large-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 .column:nth-of-type(1n+1), .large-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 .column:last-child, .large-up-1 .columns:last-child {
      float: left; }
  .large-up-2 .column, .large-up-2 .columns {
    width: 50%;
    float: left; }
    .large-up-2 .column:nth-of-type(1n), .large-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 .column:nth-of-type(2n+1), .large-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 .column:last-child, .large-up-2 .columns:last-child {
      float: left; }
  .large-up-3 .column, .large-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 .column:nth-of-type(1n), .large-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 .column:nth-of-type(3n+1), .large-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 .column:last-child, .large-up-3 .columns:last-child {
      float: left; }
  .large-up-4 .column, .large-up-4 .columns {
    width: 25%;
    float: left; }
    .large-up-4 .column:nth-of-type(1n), .large-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 .column:nth-of-type(4n+1), .large-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 .column:last-child, .large-up-4 .columns:last-child {
      float: left; }
  .large-up-5 .column, .large-up-5 .columns {
    width: 20%;
    float: left; }
    .large-up-5 .column:nth-of-type(1n), .large-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 .column:nth-of-type(5n+1), .large-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 .column:last-child, .large-up-5 .columns:last-child {
      float: left; }
  .large-up-6 .column, .large-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 .column:nth-of-type(1n), .large-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 .column:nth-of-type(6n+1), .large-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 .column:last-child, .large-up-6 .columns:last-child {
      float: left; }
  .large-up-7 .column, .large-up-7 .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 .column:nth-of-type(1n), .large-up-7 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 .column:nth-of-type(7n+1), .large-up-7 .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 .column:last-child, .large-up-7 .columns:last-child {
      float: left; }
  .large-up-8 .column, .large-up-8 .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 .column:nth-of-type(1n), .large-up-8 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 .column:nth-of-type(8n+1), .large-up-8 .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 .column:last-child, .large-up-8 .columns:last-child {
      float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 .column, .xlarge-up-1 .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 .column:nth-of-type(1n), .xlarge-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 .column:nth-of-type(1n+1), .xlarge-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 .column:last-child, .xlarge-up-1 .columns:last-child {
      float: left; }
  .xlarge-up-2 .column, .xlarge-up-2 .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 .column:nth-of-type(1n), .xlarge-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 .column:nth-of-type(2n+1), .xlarge-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 .column:last-child, .xlarge-up-2 .columns:last-child {
      float: left; }
  .xlarge-up-3 .column, .xlarge-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 .column:nth-of-type(1n), .xlarge-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 .column:nth-of-type(3n+1), .xlarge-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 .column:last-child, .xlarge-up-3 .columns:last-child {
      float: left; }
  .xlarge-up-4 .column, .xlarge-up-4 .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 .column:nth-of-type(1n), .xlarge-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 .column:nth-of-type(4n+1), .xlarge-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 .column:last-child, .xlarge-up-4 .columns:last-child {
      float: left; }
  .xlarge-up-5 .column, .xlarge-up-5 .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 .column:nth-of-type(1n), .xlarge-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 .column:nth-of-type(5n+1), .xlarge-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 .column:last-child, .xlarge-up-5 .columns:last-child {
      float: left; }
  .xlarge-up-6 .column, .xlarge-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 .column:nth-of-type(1n), .xlarge-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 .column:nth-of-type(6n+1), .xlarge-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 .column:last-child, .xlarge-up-6 .columns:last-child {
      float: left; }
  .xlarge-up-7 .column, .xlarge-up-7 .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 .column:nth-of-type(1n), .xlarge-up-7 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 .column:nth-of-type(7n+1), .xlarge-up-7 .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 .column:last-child, .xlarge-up-7 .columns:last-child {
      float: left; }
  .xlarge-up-8 .column, .xlarge-up-8 .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 .column:nth-of-type(1n), .xlarge-up-8 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 .column:nth-of-type(8n+1), .xlarge-up-8 .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 .column:last-child, .xlarge-up-8 .columns:last-child {
      float: left; }
  .column.xlarge-centered, .xlarge-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncenter,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 112.5em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 .column, .xxlarge-up-1 .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 .column:nth-of-type(1n), .xxlarge-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 .column:nth-of-type(1n+1), .xxlarge-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 .column:last-child, .xxlarge-up-1 .columns:last-child {
      float: left; }
  .xxlarge-up-2 .column, .xxlarge-up-2 .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 .column:nth-of-type(1n), .xxlarge-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 .column:nth-of-type(2n+1), .xxlarge-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 .column:last-child, .xxlarge-up-2 .columns:last-child {
      float: left; }
  .xxlarge-up-3 .column, .xxlarge-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 .column:nth-of-type(1n), .xxlarge-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 .column:nth-of-type(3n+1), .xxlarge-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 .column:last-child, .xxlarge-up-3 .columns:last-child {
      float: left; }
  .xxlarge-up-4 .column, .xxlarge-up-4 .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 .column:nth-of-type(1n), .xxlarge-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 .column:nth-of-type(4n+1), .xxlarge-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 .column:last-child, .xxlarge-up-4 .columns:last-child {
      float: left; }
  .xxlarge-up-5 .column, .xxlarge-up-5 .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 .column:nth-of-type(1n), .xxlarge-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 .column:nth-of-type(5n+1), .xxlarge-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 .column:last-child, .xxlarge-up-5 .columns:last-child {
      float: left; }
  .xxlarge-up-6 .column, .xxlarge-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 .column:nth-of-type(1n), .xxlarge-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 .column:nth-of-type(6n+1), .xxlarge-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 .column:last-child, .xxlarge-up-6 .columns:last-child {
      float: left; }
  .xxlarge-up-7 .column, .xxlarge-up-7 .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 .column:nth-of-type(1n), .xxlarge-up-7 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 .column:nth-of-type(7n+1), .xxlarge-up-7 .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 .column:last-child, .xxlarge-up-7 .columns:last-child {
      float: left; }
  .xxlarge-up-8 .column, .xxlarge-up-8 .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 .column:nth-of-type(1n), .xxlarge-up-8 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 .column:nth-of-type(8n+1), .xxlarge-up-8 .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 .column:last-child, .xxlarge-up-8 .columns:last-child {
      float: left; }
  .column.xxlarge-centered, .xxlarge-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xxlarge-uncenter,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #0078fc;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; } }

@media screen and (min-width: 112.5em) {
  .xxlarge-text-left {
    text-align: left; } }

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

@media screen and (min-width: 40em) {
  .medium-text-right {
    text-align: right; } }

@media screen and (min-width: 64em) {
  .large-text-right {
    text-align: right; } }

@media screen and (min-width: 75em) {
  .xlarge-text-right {
    text-align: right; } }

@media screen and (min-width: 112.5em) {
  .xxlarge-text-right {
    text-align: right; } }

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

@media screen and (min-width: 40em) {
  .medium-text-center {
    text-align: center; } }

@media screen and (min-width: 64em) {
  .large-text-center {
    text-align: center; } }

@media screen and (min-width: 75em) {
  .xlarge-text-center {
    text-align: center; } }

@media screen and (min-width: 112.5em) {
  .xxlarge-text-center {
    text-align: center; } }

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

@media screen and (min-width: 40em) {
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 112.5em) {
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #0078fc;
  color: #fff; }
  [data-whatinput="mouse"] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background: #0078fc;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background: #147cc0;
      color: #fff; }
  .button.secondary {
    background: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background: #5f5f5f;
      color: #fff; }
  .button.success {
    background: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background: #22bb5b;
      color: #fff; }
  .button.alert {
    background: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background: #da3116;
      color: #fff; }
  .button.warning {
    background: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #0078fc;
    color: #0078fc; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #0078fc;
      color: #0078fc; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #8a8a8a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type="submit"],
[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1rem; }

[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type="checkbox"],
label > [type="label"] {
  margin-right: 0.5rem; }

[type="file"] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #8a8a8a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

  .fade.in{
    opacity: 1!important;
  }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 112.4375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 112.5em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 112.5em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 112.4375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 112.5em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 112.4375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #0078fc;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6; }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #0078fc;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #0078fc; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded .button:nth-last-child(2):first-child,
  .button-group.expanded .button:nth-last-child(2):first-child ~ .button {
    width: 50%; }
  .button-group.expanded .button:nth-last-child(3):first-child,
  .button-group.expanded .button:nth-last-child(3):first-child ~ .button {
    width: 33.33333%; }
  .button-group.expanded .button:nth-last-child(4):first-child,
  .button-group.expanded .button:nth-last-child(4):first-child ~ .button {
    width: 25%; }
  .button-group.expanded .button:nth-last-child(5):first-child,
  .button-group.expanded .button:nth-last-child(5):first-child ~ .button {
    width: 20%; }
  .button-group.expanded .button:nth-last-child(6):first-child,
  .button-group.expanded .button:nth-last-child(6):first-child ~ .button {
    width: 16.66667%; }
  .button-group.primary .button {
    background: #0078fc;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%;
    border-right: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
    .callout.primary a {
      color: #116ca8; }
      .callout.primary a:hover {
        color: #0a4063; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
    .callout.success a {
      color: #1ea450; }
      .callout.success a:hover {
        color: #126330; }
  .callout.alert {
    background-color: #fce6e2; }
    .callout.alert a {
      color: #bf2b13; }
      .callout.alert a:hover {
        color: #791b0c; }
  .callout.warning {
    background-color: #fff3d9; }
    .callout.warning a {
      color: #b37a00; }
      .callout.warning a:hover {
        color: #664600; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput="mouse"] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-sub {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-sub.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-sub.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #0078fc;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #0078fc transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu .has-submenu {
  position: relative; }
  .dropdown.menu .has-submenu a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .has-submenu.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #0078fc transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 12px;
    right: 5px; }
  .dropdown.menu .has-submenu.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #0078fc transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .has-submenu.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #0078fc;
    border-left-style: solid; }
  .dropdown.menu .has-submenu.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .has-submenu.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .has-submenu.opens-inner .submenu {
    top: 100%; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .has-submenu:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .has-submenu.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-top: 1.5625rem;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #0078fc;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput="mouse"] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 112.5em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li:nth-last-child(2):first-child,
    .menu.expanded > li:nth-last-child(2):first-child ~ li {
      width: 50%; }
    .menu.expanded > li:nth-last-child(3):first-child,
    .menu.expanded > li:nth-last-child(3):first-child ~ li {
      width: 33.33333%; }
    .menu.expanded > li:nth-last-child(4):first-child,
    .menu.expanded > li:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .menu.expanded > li:nth-last-child(5):first-child,
    .menu.expanded > li:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .menu.expanded > li:nth-last-child(6):first-child,
    .menu.expanded > li:nth-last-child(6):first-child ~ li {
      width: 16.66667%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }
  .is-off-canvas-open .js-off-canvas-exit {
    display: block; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0px); }
  [data-whatinput="mouse"] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 112.5em) {
  .position-left.reveal-for-xxlarge {
    left: 0; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    right: 0; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput="mouse"] .orbit-previous, [data-whatinput="mouse"] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput="mouse"] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination [aria-label="previous"]::before {
    content: '«';
    display: inline-block;
    margin-right: 0.75rem; }
  .pagination [aria-label="next"]::after {
    content: '»';
    display: inline-block;
    margin-left: 0.75rem; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #0078fc;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #0078fc; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0078fc;
  border-radius: 0; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #0078fc;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput="mouse"] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 100px auto 0 auto;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput="mouse"] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0); }
  input:checked ~ .switch-paddle {
    background: #0078fc; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput="mouse"] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-y: scroll; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
    .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #0078fc; }
    .tabs.primary > li > a {
      color: #fefefe; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #0078fc; }
    .tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 white, 0 14px 0 white; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 black, 0 14px 0 black; }
  .menu-icon.dark:hover::after {
    background: #666;
    box-shadow: 0 7px 0 #666, 0 14px 0 #666; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block; }
  .has-tip:hover {
    cursor: help; }

.tooltip {
  background-color: #1f282d;
  color: #fefefe;
  font-size: 13px;
  padding: 0.1em 0.5rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    border-color: transparent transparent #1f282d;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    border-color: #1f282d transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    border-color: transparent transparent transparent #1f282d;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    border-color: transparent #1f282d transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar, .top-bar ul {
    background-color: #eee; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }

@media screen and (min-width: 40em) {
  .top-bar-left {
    float: left; }
  .top-bar-right {
    float: right; } }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/* Scss Document */
/*************
SASS SETTINGS
**************/
/*rgba(31, 40, 45,1.00)*/
/*rgba(39, 107, 242,1.00)*/
/*************
Helper classes
**************/
.prepend-top-1 {
  margin-top: 10px !important; }

.prepend-top-2 {
  margin-top: 20px !important; }

.prepend-top-3 {
  margin-top: 30px !important; }

.prepend-top-4 {
  margin-top: 40px !important; }

.prepend-top-5 {
  margin-top: 50px !important; }

/*************
NOT IMPLEMENTED
**************/
.notyet {
  position: relative; }

/* .notyet:hover:after {
  content: 'Not gonna happen';
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 13px;
  font-weight: normal;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.48);
  padding: 10px 20px;
  background-color: #ff0749;
  z-index: 1000;
  color: white; } */

/*************
GRID
**************/
html,
body {
  height: 100%;
  position: relative;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  overflow-x: hidden; }

.row {
  max-width: 100%; }

.row.medium {
  max-width: 1200px; }

.row.small {
  max-width: 1024px; }

.row.withaside {
  /*min-width: 980px;*/ }

.row.minwidth {
  /*min-width: 1200px;*/ }

.fullheight {
  height: 100%; }

/*************
HELPCLASSES
**************/
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }

.inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.hide {
  display: none; }

.relative {
  position: relative; }

.fullwidth {
  width: 100%; }

@media (max-width: 1280px) {
  .hide-on-small-screens {
    display: none; } }

.nopadding {
  padding-left: 0;
  padding-right: 0; }

.nopaddingL {
  padding-left: 0; }

.nopaddingR {
  padding-right: 0; }

.nomargin {
  margin: 0; }

.middleposition {
  position: absolute;
  top: 40%;
  transform: translateY(-40%); }

/*************
SPACING
**************/
.up0 {
  margin-top: 0px; }

.up5 {
  margin-top: 5px; }

.up10 {
  margin-top: 10px; }

.up15 {
  margin-top: 15px; }

.up20 {
  margin-top: 20px; }

.up25 {
  margin-top: 25px; }

.up30 {
  margin-top: 30px; }

.up40 {
  margin-top: 40px; }

.up45 {
  margin-top: 45px; }

.up60 {
  margin-top: 60px; }

.up70 {
  margin-top: 70px; }

.up125 {
  margin-top: 125px; }

.left0 {
  margin-left: 0px; }

.left5 {
  margin-left: 5px; }

.left10 {
  margin-left: 10px; }

.left15 {
  margin-left: 15px; }

.left20 {
  margin-left: 20px; }

.left30 {
  margin-left: 30px; }

.left40 {
  margin-left: 40px; }

.left60 {
  margin-left: 60px; }

.right0 {
  margin-right: 0px; }

.right5 {
  margin-right: 5px; }

.right10 {
  margin-right: 10px; }

.right15 {
  margin-right: 15px; }

.right20 {
  margin-right: 20px; }

.right30 {
  margin-right: 30px; }

.right40 {
  margin-right: 40px; }

.right60 {
  margin-right: 60px; }

.down0 {
  margin-bottom: 0px; }

.down5 {
  margin-bottom: 5px; }

.down10 {
  margin-bottom: 10px; }

.down15 {
  margin-bottom: 15px; }

.down20 {
  margin-bottom: 20px; }

.down30 {
  margin-bottom: 30px; }

.down40 {
  margin-bottom: 40px; }

.down60 {
  margin-bottom: 60px; }

/*************
BASIC LAYOUTS
**************/
.appheader {
  background-color: #212121;
  color: white;
  height: 60px;
  position: fixed;
  width: 100%;
  min-width: 1024px;
  z-index: 1000; }

.appbar {
  background-color: white;
  height: 45px;
  position: fixed;
  top: 60px;
  width: 100%;
  /*min-width: 1200px;*/
  z-index: 50;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #eeeeee; }
  @media (max-width: 1280px) {
    .appbar {
       } }

.appbar.level3 {
  top: 106px; }

.callout {
  height: 60px; }

.close-button:hover {
  color: white; }

.small {
  font-size: 12px;
  color: #333; }

.appbar.callouton {
  top: 120px; }

/*LAYOUT 2 - HEADER */
.appcontent {
  background-color: white;
  width: 100%;
  position: fixed;
  top: 60px;
  bottom: 0;
  overflow-y: auto; }
  @media (max-width: 1280px) {
    .appcontent {
      top: 105px; } }

.appcontent.callouton {
  top: 120px; }

/*LAYOUT 3 - HEADER + BAR */
.appcontent.withbar {
  background-color: white;
  width: 100%;
  position: fixed;
  top: 105px;
  bottom: 0;
  overflow: auto;
  border-top: 1px solid #eeeeee; }

@media (max-width: 1280px) {
  .appcontent.withbar {
    top: 105px; } }

.appcontent.withbar.callouton {
  top: 165px; }

.appcontent.withbar.noscroll {
  overflow: hidden; }

.js-off-canvas-exit {
  position: relative; }

.off-canvas {
  overflow-y: inherit; }

.off-canvas-wrapper-inner {
  height: 100%; }

.off-canvas-content {
  height: 100%;
  background-color: white;
  box-shadow: none;
  overflow-y: auto; }

.off-canvas.position-left {
  bottom: 0; }

.is-off-canvas-open .js-off-canvas-exit {
  display: none; }

/*LAYOUT 4 - HEADER + BAR + ASIDEMENU */
aside {
  height: 100%;
  background-color: white;
  width: 220px;
  position: fixed;
  overflow-y: auto;
  margin-top: -1px;
  border-right: 1px solid #eeeeee;
  z-index: 1; }
  @media (max-width: 1280px) {
    aside {
      height: auto;
      position: fixed;
      width: 100%;
      top: 25px;
      z-index: 9999; }
      aside .menu.vertical > li {
        display: inline-block;
        border-bottom: 0 !important; }
        aside .menu.vertical > li.has-submenu {
          display: none; }
      aside .vertical {
        border-bottom: 1px solid #c1c1c1;
        margin-bottom: 0; } }

.content {
  margin-left: 220px;
  height: 100%;
  background-color: white;
  overflow-x: hidden; }
  @media (max-width: 1280px) {
    .content {
      margin-left: 0;
      padding-top: 40px; } }

/*************
HEADER
**************/
.appheader-left {
  float: left; }

.appheader-right {
  float: right; }

.appheader p {
  font-size: 0.9rem;
  line-height: 60px;
  margin-bottom: 0; }

/*HEADERBTNS*/
.appheader .button {
  height: 60px;
  margin-bottom: 0px; }

/*ARROWBTN*/
.appheader a.button.arrow {
  background-color: #333333;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 30px;
  line-height: 40px;
  padding: 15px 1em;
  height: 60px;
  cursor: default; }

  @media screen and (max-width: 1024px) {
    .appheader a.button.arrow {
      display: none; } }


.appheader .button.arrow:after {
  border-left: 15px solid #333333;
  border-top: 29px solid transparent;
  border-bottom: 30px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0; }

.appheader .button.arrow:hover {
  color: white; }

/*MENUBTN*/
.appheader .button.menu,
.appheader a.button.menu {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 18px; }


  @media screen and (max-width: 1024px) {
    .appheader .button.menu,
    .appheader a.button.menu {
      padding-left: 14px;
    padding-right: 0; } }

.appheader .button.menu span,
.appheader a.button.menu span {
  vertical-align: top; }

.appheader .button.menu.active,
.appheader .button.menu:hover,
.appheader a.button.menu.active,
.appheader a.button.menu:hover {
  color: white; }

/*DOWNBTN*/
.appheader .button.accountdropdownbtn {
  margin-right: 0px;
  margin-left: 10px;
  background-color: transparent;
  white-space: inherit; }

.appheader .button.accountdropdownbtn a {
  color: white; }

.appheader .button.accountdropdownbtn:hover {
  background-color: #333333; }

.button.dropdown::after {
  float: left;
  margin-right: 7px;
  margin-left: 0em; }

/*DROPDOWN*/
.accountdropdown {
  background: #2e2e2e;
  display: none;
  width: 250px;
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 13px;
  margin: 0;
  list-style: none; }

.accountdropdown.show {
  display: block; }

.accountdropdown li a {
  color: white;
  padding: 5px 1em;
  display: block; }

.accountdropdown li a:hover {
  cursor: pointer;
  background: #212121; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2e2e2e;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

.dropdown-content.leftdown {
  right: 0; }

.dropdown-content a {
  color: white;
  padding: 6px 16px;
  text-decoration: none;
  display: block; }

.dropdown-content a:hover {
  background-color: #212121; }

.dropdown:hover .dropdown-content {
  display: block; }

/*ACCOUNT IMAGEG*/
.appheader .accountimg {
  width: 25px;
  height: 25px;
  margin: 21px 1em 18px 0px;
  overflow: hidden; }

/*TIME & COMPANYNAME*/
.company {
  color: #a1a1a1;
  margin-right: 2.5em; }

.clock {
  margin-right: 2.5em; }

.clock i {
  font-size: 10px; }

/*************
ADVANCED FILTER
**************/
#offcanvasmenu {
  margin-top: 0;
  margin-bottom: 0px;
  height: calc(100% - 50px);
  /* height filterheader (50)*/
  background: white;
  overflow-x: hidden;
  overflow-y: auto; }

#offcanvasmenu li {
  padding: 15px;
  border-bottom: 1px solid #dedede; }

#offcanvasmenu li p:first-child {
  font-weight: bold;
  margin-bottom: 0;
  color: #276bf2; }

#offcanvasmenu li p.inputtitle {
  margin-bottom: 0;
  color: rgba(50, 50, 50, 0.5);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal; }

#filterreset {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: bold;
  padding: 12px 0 0 0;
  margin-right: 0; }

#filterreset:hover {
  color: white; }

/*************
ASIDE MENU
**************/
aside .vertical {
  margin: 45px 0; }
  @media (max-width: 1280px) {
    aside .vertical {
      margin: 80px 0 0 0; } }

aside ul {
  margin: 0;
  list-style: none; }

aside ul li {
  padding: 0; }

aside ul li a {
  display: block;
  padding: 12px 1em !important;
  color: #323232;
  font-weight: bold;
  position: relative; }

aside ul li a:focus,
aside ul li a:visited,
aside ul li a:hover {
  cursor: pointer;
  background-color: #eeeeee;
  color: #323232; }

aside ul li ul li a {
  font-weight: normal; }

aside ul li.active li.active a,
aside ul li.active li a:hover,
aside ul li.active a:hover,
aside ul li.active a,
aside ul li.active {
  background-color: #eeeeee; }

aside ul li.active li a {
  background: #eeeeee; }

aside .vertical.menu.nested {
  margin-top: 0px; }

aside ul.nested li {
  font-weight: normal; }

aside ul li span {
  color: rgba(255, 255, 255, 0.3);
  font-weight: normal; }

aside ul li span.thin {
  color: #323232;
  font-weight: 300; }

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  border-color: #323232 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

/*************
COLUMNS
**************/
.columns2 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }

.columns3 {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }

.columns4 {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4; }

/*************
ICON-COLORS
**************/
i.succes {
  color: #3adb76; }

i.broken,
i.error {
  color: #ff0749; }

i.warning {
  color: #ffae00; }

i.main {
  color: #212121; }

i.seciond {
  color: #276bf2; }

i.incomplete {
  color: #c8c8c8; }

i.planned {
  color: #9dd55c; }

i.vod {
  color: #276bf2; }

i.live {
  color: #ffc900; }

i.done {
  color: #1f282d; }

i.unknown {
  color: #ff00ed; }

/*************
TOGGLE
**************/
.show {
  display: block !important; }

/*************
TYPO
**************/
ul {
  line-height: 1.4em; }

p.nomargin {
  margin-bottom: 0; }

p.succes {
  color: #3adb76; }

p.warning {
  color: #ffae00; }

p.error {
  color: #ff0749; }

.bold {
  font-weight: bold; }

.thin {
  font-weight: 300; }

a.inputtitle,
.inputtitle {
  margin-bottom: 0;
  color: rgba(50, 50, 50, 0.5);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal; }

a.inputtitle {
  display: block; }

.inputtitle.small {
  font-size: 9px; }

.inputtext {
  margin-bottom: 0;
  line-height: 17px;
  font-weight: 500;
  color: #323232; }

.normaltext {
  text-transform: initial; }

.textnormal {
  font-weight: normal; }

.underline {
  text-decoration: underline; }

/*************
SPINNER
**************/
.loader {
  float: right;
  margin: 5px 0px;
  font-size: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  transform: scale(0.2, 0.2);
  -webkit-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2); }

.loader.nomargin {
  margin: 0; }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #276bf2, 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2), 2.5em 0em 0 0em rgba(39, 107, 242, 0.2), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.2), 0em 2.5em 0 0em rgba(39, 107, 242, 0.2), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.2), -2.6em 0em 0 0em rgba(39, 107, 242, 0.5), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.7), 1.8em -1.8em 0 0em #276bf2, 2.5em 0em 0 0em rgba(39, 107, 242, 0.2), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.2), 0em 2.5em 0 0em rgba(39, 107, 242, 0.2), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.2), -2.6em 0em 0 0em rgba(39, 107, 242, 0.2), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.5), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.7), 2.5em 0em 0 0em #276bf2, 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.2), 0em 2.5em 0 0em rgba(39, 107, 242, 0.2), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.2), -2.6em 0em 0 0em rgba(39, 107, 242, 0.2), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.2), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.5), 2.5em 0em 0 0em rgba(39, 107, 242, 0.7), 1.75em 1.75em 0 0em #276bf2, 0em 2.5em 0 0em rgba(39, 107, 242, 0.2), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.2), -2.6em 0em 0 0em rgba(39, 107, 242, 0.2), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.2), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2), 2.5em 0em 0 0em rgba(39, 107, 242, 0.5), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.7), 0em 2.5em 0 0em #276bf2, -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.2), -2.6em 0em 0 0em rgba(39, 107, 242, 0.2), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.2), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2), 2.5em 0em 0 0em rgba(39, 107, 242, 0.2), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.5), 0em 2.5em 0 0em rgba(39, 107, 242, 0.7), -1.8em 1.8em 0 0em #276bf2, -2.6em 0em 0 0em rgba(39, 107, 242, 0.2), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.2), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2), 2.5em 0em 0 0em rgba(39, 107, 242, 0.2), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.2), 0em 2.5em 0 0em rgba(39, 107, 242, 0.5), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.7), -2.6em 0em 0 0em #276bf2, -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.2), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2), 2.5em 0em 0 0em rgba(39, 107, 242, 0.2), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.2), 0em 2.5em 0 0em rgba(39, 107, 242, 0.2), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.5), -2.6em 0em 0 0em rgba(39, 107, 242, 0.7), -1.8em -1.8em 0 0em #276bf2; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #276bf2, 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2), 2.5em 0em 0 0em rgba(39, 107, 242, 0.2), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.2), 0em 2.5em 0 0em rgba(39, 107, 242, 0.2), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.2), -2.6em 0em 0 0em rgba(39, 107, 242, 0.5), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.7), 1.8em -1.8em 0 0em #276bf2, 2.5em 0em 0 0em rgba(39, 107, 242, 0.2), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.2), 0em 2.5em 0 0em rgba(39, 107, 242, 0.2), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.2), -2.6em 0em 0 0em rgba(39, 107, 242, 0.2), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.5), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.7), 2.5em 0em 0 0em #276bf2, 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.2), 0em 2.5em 0 0em rgba(39, 107, 242, 0.2), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.2), -2.6em 0em 0 0em rgba(39, 107, 242, 0.2), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.2), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.5), 2.5em 0em 0 0em rgba(39, 107, 242, 0.7), 1.75em 1.75em 0 0em #276bf2, 0em 2.5em 0 0em rgba(39, 107, 242, 0.2), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.2), -2.6em 0em 0 0em rgba(39, 107, 242, 0.2), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.2), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2), 2.5em 0em 0 0em rgba(39, 107, 242, 0.5), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.7), 0em 2.5em 0 0em #276bf2, -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.2), -2.6em 0em 0 0em rgba(39, 107, 242, 0.2), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.2), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2), 2.5em 0em 0 0em rgba(39, 107, 242, 0.2), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.5), 0em 2.5em 0 0em rgba(39, 107, 242, 0.7), -1.8em 1.8em 0 0em #276bf2, -2.6em 0em 0 0em rgba(39, 107, 242, 0.2), -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.2), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2), 2.5em 0em 0 0em rgba(39, 107, 242, 0.2), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.2), 0em 2.5em 0 0em rgba(39, 107, 242, 0.5), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.7), -2.6em 0em 0 0em #276bf2, -1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 107, 242, 0.2), 1.8em -1.8em 0 0em rgba(39, 107, 242, 0.2), 2.5em 0em 0 0em rgba(39, 107, 242, 0.2), 1.75em 1.75em 0 0em rgba(39, 107, 242, 0.2), 0em 2.5em 0 0em rgba(39, 107, 242, 0.2), -1.8em 1.8em 0 0em rgba(39, 107, 242, 0.5), -2.6em 0em 0 0em rgba(39, 107, 242, 0.7), -1.8em -1.8em 0 0em #276bf2; } }

.loader-donut {
  display: inline-block;
  position: relative;
  top: 8px;
  border: 5px solid #276bf2;
  border-radius: 50%;
  border-top: 5px solid #c5e475;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite; }

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

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

/*************
ProgressBar
 ************/
.ui-progressbar {
  position: relative; }

.progress-label {
  position: absolute;
  left: 50%;
  top: 4px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff; }

/*************
AutoComplete
 ************/
ul.ui-autocomplete {
  list-style: none; }

/*************
LABELS
**************/
.label {
  border-radius: 3px; }

.label.check {
  width: 30px;
  border-radius: 20px;
  font-size: 8px;
  text-align: center; }

.label.rounded {
  border-radius: 20px;
  font-size: 8px;
  text-align: center; }

.label.secondary {
  background: #cacaca; }

.label.maincolor {
  background: #212121; }

.label.succes {
  background: #3adb76; }

.label.live {
  background: #ffc900; }

.label.vod {
  background: #276bf2; }

.label.succes {
  background: #3adb76; }

.label.error {
  background: #ff0749; }

/*************
FILTER STYLES
**************/
.filterheader {
  background-color: #276bf2;
  height: 45px;
  color: white; }

/*************
SPECIAL TOOLTIPS
**************/
.box ul li.showoverflow {
  overflow: inherit; }

button.tipselector {
  margin-top: 3px;
  color: #276bf2; }

.tipselector .referencetip,
.tipselector .passwordtip {
  display: none;
  position: absolute;
  top: 0px;
  right: 20px;
  width: 220px;
  background-color: white;
  color: #323232;
  font-size: 14px;
  padding: 20px;
  text-align: left;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); }

.tipselector:hover .referencetip,
.tipselector:hover .passwordtip {
  display: block;
  cursor: default; }

.brandinglogo {
  max-width: 30px;
  margin-right: 20px; }

/*************
SPECIAL TOOLTIPS
**************/
.pp .slider {
  position: relative;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.download .slider {
  position: relative;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: white;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.download .slider .slider-fill,
.pp .slider .slider-fill {
  height: 40px;
  background-color: #276bf2; }

.download .slider .slider-handle,
.pp .slider .slider-handle {
  height: 40px;
  width: 10px;
  background-color: #212121; }

.download .slider .slider-handle:focus,
.pp .slider .slider-handle:focus {
  outline: none; }

/*******************
SPAN stylings
*******************/
.alternativeReference {
  border-radius: 17px;
  background: rgba(0, 0, 0, 0.08);
  padding: 7px 15px 7px 15px;
  margin: 5px;
  position: relative;
  display: inline-block;
  cursor: pointer; }

.ll-skin-basic {
  font-size: 90%; }

.ll-skin-basic .ui-widget {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background: #212121;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ll-skin-basic .ui-datepicker {
  padding: 0;
  width: inherit;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3); }

.ll-skin-basic .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 12px; }

.ll-skin-basic .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ll-skin-basic .ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #e9f0f4; }

.ll-skin-basic .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-basic .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-basic .ui-datepicker .ui-datepicker-next,
.ll-skin-basic .ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border: none; }

.ll-skin-basic .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ll-skin-basic .ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ll-skin-basic .ui-datepicker .ui-datepicker-next span {
  top: 0;
  font-weight: normal;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid white;
  margin-right: 3px;
  margin-top: 1px; }

.ll-skin-basic .ui-datepicker .ui-datepicker-prev span {
  top: 0;
  font-weight: normal;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid white;
  margin-left: 3px;
  margin-top: 1px; }

.ll-skin-basic .ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0; }

.ll-skin-basic .ui-datepicker table {
  margin: 0; }

.ll-skin-basic .ui-datepicker th {
  padding: 7px 0;
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-top: 1px solid #3a414d; }

.ll-skin-basic .ui-datepicker td {
  background: #276bf2;
  border: none;
  padding: 0; }

.ll-skin-basic td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 8px 11px;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 12px; }

.ll-skin-basic .ui-state-disabled {
  opacity: 1; }

.ll-skin-basic .ui-state-disabled .ui-state-default {
  color: #6f9cf6; }

.ll-skin-basic td .ui-state-active,
.ll-skin-basic td .ui-state-hover {
  background: #2e3641; }

.ui-widget-header .ui-icon {
  background-image: none; }

.theme-green .back-bar {
  height: 10px; }

.theme-green .back-bar .selected-bar {
  background-color: #276bf2;
  background-image: none; }

.theme-green .back-bar .pointer {
  top: -2px; }

.slider-container .back-bar .pointer-label {
  font-size: 11px;
  background: rgba(255, 255, 255, 0); }

.slider-container .scale ins {
  font-size: 10px; }

.slider-container .back-bar .pointer.last-active,
.slider-container .back-bar .pointer {
  z-index: 0; }

.slider-container {
  margin-top: 16px;
  margin-bottom: 16px; }

/*************
BUTTONS  - GENERAL
**************/
.button {
  white-space: nowrap;
  padding: 8px 1em; }

.button i {
  margin-right: 5px; }

  @media screen and (max-width: 1024px) {
  .button i {
    display: none; } }


.button.icon {
  padding: 8px 10px; }

.button.icon i {
  margin-right: 0px;
  font-size: 18px; }

.button.small {
  padding: 5px; }

.button.small.icon i {
  font-size: 12px; }

.button.nomargin {
  margin: 0; }

.button.right10 {
  margin-right: 10px; }

.button.left10 {
  margin-left: 10px; }

.button.up10 {
  margin-top: 10px; }

.button.up20 {
  margin-top: 20px; }

.button.right4 {
  margin-right: 4px; }

.button.shadow {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.button.bold {
  font-weight: bold; }

/*************
BUTTONS - COLORS
**************/
/*MAINCOLOR*/
.button.maincolor {
  background-color: #212121; }

.button.maincolor.active,
.button.maincolor:hover {
  background-color: #333333; }

/*SECONDCOLOR*/
.button.secondcolor {
  background-color: #276bf2; }

.button.secondcolor.active,
.button.secondcolor:hover {
  background-color: #4982f4; }

/*WHITE*/
.button.white {
  background-color: white;
  color: #cbcbcb; }

.button.white.active,
.button.white:hover {
  color: #989898; }

/*LIGHTGRAY*/
.button.lightgray {
  background-color: #eeeeee;
  color: #b2b2b2; }

.button.lightgray.active,
.button.lightgray:hover {
  color: #989898; }

/*ERROR*/
.button.error {
  background-color: #ff0749; }

.button.error.active,
.button.error:hover {
  background-color: #ff2b63; }

/*WARNING*/
.button.warning {
  background-color: #ffae00; }

.button.warning.active,
.button.warning:hover {
  background-color: #ffb924; }

/*DARGGRAY*/
.button.gray {
  background-color: #999;
  color: white; }

.button.gray.active,
.button.gray:hover {
  background-color: #878787; }

/*************
ARROW-BUTTONS
**************/
.button.arrows {
  margin-bottom: 0;
  margin-right: 0;
  background-color: transparent;
  padding: 3px;
  color: #276bf2; }

.button.arrows:hover {
  cursor: pointer; }

.button.arrows i {
  font-size: 25px; }

/*************
LINK-BUTTONS
**************/
/*HIDE OUTLINES */
button:focus {
  outline: none; }

a.link {
  color: #323232;
  text-decoration: underline;
  font-weight: bold; }

.button.disabled {
  display: none; }

/*************
 SYSTEMLOGS TOGGLE BTN
**************/
#systemlogtogglebtn {
  position: absolute;
  top: 11px;
  right: 230px;
  padding: 5px 10px;
  height: initial;
  font-weight: normal; }

/*************
DELETE LANGUGES AND INTERFACES BTN
**************/
.deleteLanguagesInterfaces {
  width: 40px;
  height: 32px;
  margin-left: 10px; }

.diagnosticsbtn {
  padding: 15px 45px; }

/*GENERAL*/
[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0; }

/*LABEL CHECKBOXES*/
.checkboxlbl input {
  display: none; }

.checkboxlbl input + label {
  background-color: #eeeeee;
  text-align: center;
  padding: 3px 7px;
  margin-left: 0px;
  margin-right: 2px;
  margin-top: 7px;
  font-size: 12px;
  line-height: 18px; }

.checkboxlbl input + label:hover {
  cursor: pointer;
  background-color: gainsboro; }

.checkboxlbl input + label.white {
  background-color: white; }

.checkboxlbl input + label.white:hover {
  cursor: pointer;
  background-color: gainsboro; }

.checkboxlbl input:checked + label:hover,
.checkboxlbl input:checked + label {
  background-color: #276bf2;
  color: white; }

/*USER STATES*/
.checkboxlbl input#enable:checked + label, .checkboxlbl input#create-enable:checked + label {
  background-color: #3adb76;
  color: white; }

.checkboxlbl input#disable:checked + label, .checkboxlbl input#create-disable:checked + label {
  background-color: #ffae00;
  color: white; }

.checkboxlbl input#banned:checked + label, .checkboxlbl input#create-banned:checked + label {
  background-color: #ff0749;
  color: white; }

/*LANGUAGE CHECKBOXES*/
.checkboxlbl.languages input + label {
  padding: 0;
  margin-left: 0px;
  margin-right: 2px;
  margin-top: 7px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  background-color: #d2d2d2;
  color: white;
  font-weight: bold; }

.checkboxlbl.languages input:checked + label {
  background-color: #276bf2;
  color: white; }

/* ........................
INPUTBOXES & SELECTBOXES
........................... */
[type=text], [type='password'], [type='date'], [type='datetime'],
[type='datetime-local'], [type='month'], [type='week'], [type='email'],
[type='number'], [type='search'], [type='tel'], [type='time'],
[type='url'], [type='color'], textarea, select {
  height: 32px;
  line-height: 32px;
  border: 1px solid transparent;
  padding: 0 10px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 3px;
  color: #3f3f3f;
  margin-bottom: 6px; }

[type=text]:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus,
[type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus,
[type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus,
[type='url']:focus, [type='color']:focus, textarea:focus {
  border: 1px #276bf2 solid;
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1); }

[type=text].lightgray, [type='password'].lightgray, [type='date'].lightgray, [type='datetime'].lightgray,
[type='datetime-local'].lightgray, [type='month'].lightgray, [type='week'].lightgray, [type='email'].lightgray,
[type='number'].lightgray, [type='search'].lightgray, [type='tel'].lightgray, [type='time'].lightgray,
[type='url'].lightgray, [type='color'].lightgray, textarea.lightgray, select.lightgray {
  background-color: rgba(0, 0, 0, 0.08); }

[type=text]:focus.lightgray, [type='password'].lightgray:focus, [type='date'].lightgray:focus, [type='datetime'].lightgray:focus,
[type='datetime-local'].lightgray:focus, [type='month'].lightgray:focus, [type='week'].lightgray:focus, [type='email'].lightgray:focus,
[type='number'].lightgray:focus, [type='search'].lightgray:focus, [type='tel'].lightgray:focus, [type='time'].lightgray:focus,
[type='url'].lightgray:focus, [type='color'].lightgray:focus, textarea.lightgray:focus, select.lightgray:focus {
  background-color: rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1); }

[type=text]:focus.lightgray.readonly {
  box-shadow: none;
  border: 1px #eeeeee solid; }

[type=text]:focus.readonly {
  box-shadow: none;
  border: 1px white solid; }

input:-webkit-autofill:focus,
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white !important;
  background-color: white;
  border: 0px solid white; }

input:-webkit-autofill.lightgray:focus,
input:-webkit-autofill.lightgray {
  -webkit-box-shadow: inset 0 0 0px 9999px #eeeeee !important;
  background-color: white;
  border: 0px solid white; }

input:focus,
input {
  background: white; }

input.lightgray,
input:focus.lightgray {
  background-color: #eeeeee; }

select {
  background-position: right 10px center;
  padding: 0 35px 0 10px;
  background-size: 6px; }

select.nomargin {
  margin: 0; }

select:focus {
  outline: none; }

input[type='checkbox'] {
  margin: 0 5px 0 0; }

input[readonly], textarea:disabled, textarea[readonly] {
  background-color: white;
  box-shadow: none; }

input.nomargin {
  margin-bottom: 0; }

input.width100 {
  width: 100px; }

select.down6 {
  margin-bottom: 6px; }

select.width220,
input.width220 {
  width: 220px; }

.inputlabel {
  line-height: 28px; }

/*FORM VALIDATION*/
.formval {
  color: #ff0749;
  display: none; }

.formval.error {
  display: block; }

select.error,
input.error,
textarea.error {
  border: 1px solid #ff0749; }

/*************
HOVERINFO - DROPDOWN
**************/
.dropdown-pane {
  width: 700px;
  padding: 0; }

/*HEADER*/
.hoverinfo .header {
  background-color: #212121;
  color: white;
  padding: 1em; }

/*.hoverinfo.live .header{
	background-color: $livecolor;
	color:darken($livecolor, 40%);
	}
.hoverinfo.vod .header{
	background-color: $vodcolor;
	color:darken($vodcolor, 60%);
	}
.hoverinfo.incomplete .header{
	background-color: $incompletecolor;
	color:lighten($black, 60%);
	}
.hoverinfo.planned .header{
	background-color: $plannedcolor;
	color:darken($plannedcolor, 60%);
	}
.hoverinfo.done .header{
	background-color: $maincolor;
	color:lighten($maincolor, 60%);
	}*/
/*INFO*/
.hoverinfo .info {
  padding: 1em;
  color: #323232;
  position: relative;
  font-weight: normal; }

.hoverinfo .info .ind {
  width: 80px;
  font-weight: bold;
  margin-bottom: 5px; }

.hoverinfo .info i {
  font-size: 10px;
  vertical-align: middle; }

.hoverinfo .info p {
  text-transform: initial;
  font-size: 14px;
  color: black; }

.hoverinfo .info p.ch1 {
  margin-bottom: 0px; }

.hoverinfo .info p.ch2 {
  margin-bottom: 3px; }

/*INFO LABELS*/
.hoverinfo .info .labels {
  position: absolute;
  right: 40px;
  top: 0px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  width: 100px; }

.hoverinfo .info .labels .status {
  padding: 1px 0px;
  border-radius: 0 0 3px 3px; }

.hoverinfo .info .labels .status.vod {
  background-color: #276bf2; }

.hoverinfo .info .labels .status.live {
  background-color: #ffc900; }

.hoverinfo .info .labels .status.incomplete {
  background-color: #c8c8c8; }

.hoverinfo .info .labels .status.planned {
  background-color: #9dd55c; }

.hoverinfo .info .labels .status.done {
  background-color: #1f282d; }

.hoverinfo .info .labels .status.broken {
  background-color: #ff0749; }

.hoverinfo .info .labels .status.unknown {
  background-color: #ff00ed; }

.hoverinfo .info .labels .controls {
  background-color: #212121;
  margin-top: 5px;
  padding: 1px 0;
  border-radius: 3px; }

.listheader {
  height: 35px;
  line-height: 35px;
  padding: 0 10px; }

.listheader p {
  line-height: 35px; }

/*TABLE STRUCTURE*/
.list {
  margin: 0;
  position: relative;
  width: 100%; }

.list.level2 {
  margin-top: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.list.level3 {
  margin-top: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.list.withaside {
  width: calc(100% - 220px); }

.list table {
  width: 100%;
  /*table-layout: fixed;*/ }

.list th,
.list td {
  position: relative;
  border-left: 1px solid rgba(50, 50, 50, 0.08);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list td.wrap {
  white-space: initial; }

.list th.noline,
.list td.noline {
  border-left: 0px solid rgba(50, 50, 50, 0.08); }

table i {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  font-size: 12px; }

.list table tbody tr:nth-child(even):hover,
.list table tbody tr:hover {
  cursor: pointer;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 2px, transparent 70%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 2px, transparent 70%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 2px, transparent 70%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 2px, transparent 70%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px; }

div.noresult {
  padding-left: 20px;
  font-weight: bold; }

.legenda {
  margin-left: 30px;
  display: inline; }
  .legenda .icon-legenda {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 3px;
    margin-left: 15px; }
  .legenda .icon-planned {
    background-color: #9dd55c; }
  .legenda .icon-vod {
    background-color: #276bf2; }
  .legenda .icon-done {
    background-color: #1f282d; }
  .legenda .icon-live {
    background-color: #ffc900; }
  .legenda .icon-incomplete {
    background-color: #c8c8c8; }

/*COLORED STRIPES IN SESSIONLIST*/
/* possible classes depending on state of session:
	 * incomplete = no channels are attached
	 * planned = a planned session that is ready to start
	 * live = min. 1 channel is started
	 * vod = a session is over and has been recorded
	 * broken = session is broken
	 * pending = session is locked for processing reasons -> weg aangezien dit locked kolom is
	 * done = a session that is over and has not been recorded
	 * unknown = opvangen van uitzonderlijke situaties

 */
@media (max-width: 1280px) {
  .list.sessionslist {
    margin-top: 10px; } }

.dashboardlist .incomplete,
.sessionslist .incomplete {
  min-width: 6px;
  width: 6px;
  background-color: #c8c8c8;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 1px; }

.dashboardlist .planned,
.sessionslist .planned {
  min-width: 6px;
  width: 6px;
  background-color: #9dd55c;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 1px; }

.dashboardlist .vod,
.sessionslist .vod {
  min-width: 6px;
  width: 6px;
  background-color: #276bf2;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0; }

.dashboardlist .live,
.sessionslist .live {
  min-width: 6px;
  width: 6px;
  background-color: #ffc900;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0; }

.dashboardlist .done,
.sessionslist .done {
  min-width: 6px;
  width: 6px;
  background-color: #1f282d;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0; }

.dashboardlist .broken,
.sessionslist .broken {
  min-width: 6px;
  width: 6px;
  background-color: #ff0749;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0; }

.dashboardlist .pending,
.sessionslist .pending {
  min-width: 6px;
  width: 6px;
  background-color: #ff0749;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0; }

.dashboardlist .unknown,
.sessionslist .unknown {
  min-width: 6px;
  width: 6px;
  background-color: #ff00ed;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0; }

/*TABLE-COLUMN WIDTHS */
.col-line {
  min-width: 15px;
  max-width: 15px;
  width: 15px;
  padding: 0; }

.col-icon {
  min-width: 20px;
  max-width: 25px;
  width: 25px;
  padding: 0.5rem 0.625rem 0.625rem;
  text-align: left;
  font-size: 14px; }

.col-icon.mark {
  max-width: 30px;
  width: 30px;
  text-align: left;
  color: white;
  padding: 0;
  text-align: center; }

/*************
MARKTOGGLE
**************/
a.mark i.border {
  color: #e5e5e5;
  font-size: 14px;
  line-height: 38px;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle; }

a.mark i.marker {
  color: white;
  line-height: 38px;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle; }

a.mark i.marker.markon {
  color: yellow; }

/*************
Resisable columns
**************/
.JCLRgrip .JColResizer {
  cursor: ew-resize !important;
  width: 5px !important; }

/*************
RIGHTCLICKMENU
**************/
.list .tableprefs a {
  position: absolute;
  right: 10px;
  top: 9px;
  color: white;
  z-index: 10;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }

.tableprefsmenu {
  display: none;
  position: absolute;
  right: 30px;
  top: 10px;
  background-color: white;
  z-index: 100;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 3px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }

.tableprefsmenu.show {
  display: block; }

.tableprefsmenu ul {
  margin: 0;
  list-style: none;
  background-color: white; }

.tableprefsmenu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.tableprefsmenu li:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1); }

.tableprefsmenu li a {
  display: block;
  color: #000;
  width: 180px;
  padding: 8px 25px 8px 16px;
  text-decoration: none; }

.tableprefsmenu li a i {
  font-size: 7px;
  color: #ff0749; }

.tableprefsmenu li a i.addcol {
  color: #3adb76; }

.tableprefsmenu li a:hover {
  background-color: #eeeeee; }

.tableprefsmenu.inbox {
  right: 50px;
  top: 20px; }

.tableprefsmenu.inbox ul li {
  padding: 0; }

/*SORTING ELEMENTS*/
.tablesorter-headerDesc,
.tablesorter-headerAsc {
  outline: none; }

.tablesorter-header:active,
.tablesorter-header:focus {
  outline: none; }

.tablesorter-headerAsc:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 10px;
  text-align: right;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #212121; }

.tablesorter-headerDesc:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 10px;
  text-align: right;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #212121; }

/*LIST SIMPLE (FOR BOXES)*/
table.lines tbody tr:nth-child(even) {
  background-color: white; }

table.lines tr {
  border-bottom: 1px solid #eeeeee;
  height: 46px;
  text-align: left; }

table.lines tr td {
  padding: 0px 10px; }

table.lines tr.subtr {
  height: 30px; }

table.lines tr.subtr:nth-of-type(even) {
  border-bottom: 0px solid #eeeeee; }

table.lines tr.subtr td {
  padding: 0px 10px; }

table.lines tr td.right-align {
  text-align: right; }

table.lines tr td.right-align span {
  color: lightslategray;
  padding-right: 15px; }

table.lines tr.clickable:hover {
  cursor: pointer;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px; }

table.lines tr.active:nth-child(even),
table.lines tr.active {
  background-color: #276bf2;
  color: #323232; }

/*BACK TO TOP BTN*/
.backtotopbtn {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 40px;
  bottom: 25px;
  border-radius: 50%;
  background-color: rgba(33, 33, 33, 0.25);
  color: white; }

.backtotopbtn:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white; }

/*PRELOADER*/
.pagination-loader {
  width: 100%;
  height: 20px;
  background: white;
  display: none; }

.pagination-loader-spinner {
  text-align: center; }

.pagination-loader img {
  max-width: 50px;
  margin-bottom: 20px;
  margin-top: 20px; }

/*---------------------
LOGIN
-----------------------*/
.fullbg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  color: white;
  overflow-y: auto;
  background: #212121;
  /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(#545454, #212121);
  /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#545454, #212121);
  /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#545454, #212121);
  /* For Firefox 3.6 to 15 */
  background: radial-gradient(#545454, #212121);
  /* Standard syntax */
  padding-top: 60px; }

.loginbg {
  height: inherit;
  /*min-width: 1200px;*/ }

.loginleftcol {
  padding: 10px 0 10px 0;
  text-align: center;
  width: 100%;
  background: #212121;
  position: fixed;
  left: 0;
  height: inherit;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.loginrightcol {
  /* margin-left: 350px; */
  height: inherit;
  position: relative;
  background: #212121;
  /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(#004494, #212121);
  /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#004494, #212121);
  /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#004494, #212121);
  /* For Firefox 3.6 to 15 */
  background: radial-gradient(#004494, #212121);
  /* Standard syntax */
  /*background-image: url("../../_img_/loginbackground.jpg");*/
  background-size: cover;
  background-position: center;
  padding-top: 60px; }

  .login-logo{
    max-width: 300px;
    margin-bottom: 40px;
  }

  .login-title{
    margin-top: 10px;
    font-weight: 200;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  .company {
    color: #a1a1a1;
    margin-right: 2.5em; }

  p.company a {
    color: #fff;
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: bold; }

  .version p.company {
    border-top: 1px solid #666;
    padding-top: 27px;
    margin-top: 26px;
    margin-right: 0;
    text-transform: uppercase; }

  .version p a {
    color: #fff; }

.ESlogo {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%); }

.vertical {
  margin: 2% 0 50px 0;
  position: relative;
  /*top: 30%;
    transform: translateY(-30%); */ }

#loginwrap {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 460px; }
  /* @media (max-width: 1280px) {
    #loginwrap {
      left: 40%; } } */

#clientname {
  font-size: 30px;
  line-height: 75px;
  color: white;
  text-shadow: #323232 1px 2px 8px;
  font-weight:bold; }

#softwaretitle {
  font-weight: 200;
  font-size: 25px;
  margin-bottom: 40px; }

#softwaretitle span {
  font-size: 12px;
  line-height: 10px; }

.c {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: white;
  font-size: 12px;
  opacity: 0.4; }

#loginpanel {
  background-color: white;
  width: 460px;
  border-radius: 5px;
  position: relative;
  padding: 40px 50px 60px 50px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }

#loginpanel-reset {
  background-color: white;
  width: 460px;
  border-radius: 5px;
  position: relative;
  padding: 40px 50px 60px 50px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  margin-left: auto;
  margin-right: auto; }

#forgotbar {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 35px;
  background-color: #212121;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

#forgotbar button {
  line-height: 36px;
  font-size: 12px;
  opacity: 0.5;
  transition: all 0.25s ease-out;
  color: white;
  margin-left: 50px; }

#forgotbar button:hover {
  opacity: 0.8; }

#languagelogin select,
#languagelogin p.inputtitle {
  width: 350px;
  margin: auto; }

#languagelogin p.inputtitle {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-align: left; }

.logininfo {
  text-align: left;
  color: #323232; }

/*---------------------
CREATE ACCOUNT
-----------------------*/
#createaccountbox {
  width: 800px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  color: #323232; }

#createaccountbox .leftside {
  width: 160px; }

#createaccountbox .rightside {
  width: calc(100% - 160px); }

#createaccountbox .profilepic {
  width: 140px; }

/*---------------------
POPUP
-----------------------*/
#noverificationyet {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(33, 33, 33, 0.8); }

/*---------------------
POPUP
-----------------------*/
#forgotmypassword {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(33, 33, 33, 0.8); }

#forgotmypassword input {
  margin: auto;
  width: 300px;
  margin-bottom: 20px; }

/*---------------------
DASHBOARD
-----------------------*/
.input-group-button .button {
  border: 2px solid #276bf2;
  outline: none; }

.input-group-button .button:active,
.input-group-button .button:focus {
  outline: none; }

.box ul.dashboardlist li {
  padding: 0px; }

.box ul.dashboardlist li table {
  margin-bottom: 0px; }

.box ul.dashboardlist li tbody {
  border: 0px;
  background-color: transparent; }

.box ul.dashboardlist {
  max-height: 500px;
  overflow-y: auto; }

.box ul.dashboardlist .col-mark {
  position: absolute;
  right: 0; }

.appbar .button {
  margin: 0;
  height: 45px;
  font-weight: bold;
  font-size: 11px;
  display: inline-block; }

.appbar a.button {
  line-height: 26px; }
  @media (max-width: 1280px) {
    .appbar a.button {
      width: 100%; } }

.appbar .right {
  width: 30%; }

  @media (max-width: 1280px) {
    .appbar .right {
    width: 100%;
    }
  }

.appbar .left {
  width: 70%; }

.appbar .rightcontainer,
.appbar .leftcontainer {
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 45px; }

.appbar input {
  box-shadow: none;
  margin: 0;
  border: 0px solid #cccccc; }

.appbar input:focus {
  box-shadow: none;
  border: 0px solid #cccccc; }

#searchicon {
  background-color: white;
  height: 45px;
  line-height: 44px;
  font-size: 20px;
  padding: 11px 7px 0 10px;
  color: #cccccc;
  width: 40px; }

input.search {
  height: 45px;
  margin-bottom: 0;
  padding-left: 5px;
  width: calc(100% - 250px);
  /*250 = width of btns*/
  border-radius: 0; }

button.button.searchserver {
  background: none;
  display: block;
  margin: 0 auto;
  color: black; }

input.search.withaside {
  width: calc(100% - 589px);
  /*$asidewidth(220)) + createbtn(59) + searchicon(40) + Paginatie(270))*/ }

input.search.withaside.paginationonly {
  width: calc(100% - 530px);
  /*$asidewidth(220) + searchicon(40)  + Paginatie(270))*/ }

input.search.withaside.createroom,
input.search.withaside.creategroupsbtnonly {
  width: calc(100% - 353px);
  /*$asidewidth(220)) + createbtn groups(88) + searchicon(40))*/ }

input.search.withaside.createprivilege {
  width: calc(100% - 367px); }

input.search.withaside.createspeaker {
  width: calc(100% - 366px); }

input.search.withaside.createuser {
  width: calc(100% - 347px); }
  @media (max-width: 1280px) {
    input.search.withaside.createuser {
      width: calc(100% - 148px); } }

input.search.withaside {
  width: calc(100% - 589px);
  /*$asidewidth(220)) + createbtn(59) + searchicon(40) + Paginatie(270))*/ }

input.search.withaside.paginationonly {
  width: calc(100% - 530px);
  /*$asidewidth(220) + searchicon(40)  + Paginatie(270))*/ }

input.search.withaside.createroom,
input.search.withaside.creategroupsbtnonly {
  width: calc(100% - 353px);
  /*$asidewidth(220)) + createbtn groups(88) + searchicon(40))*/ }

input.search.withaside.createprivilege {
  width: calc(100% - 367px); }

input.search.withaside.createspeaker {
  width: calc(100% - 366px); }

input.search.withaside.createbuilding {
  width: calc(100% - 364px); }

input.search.withaside.createqualitybundle {
  width: calc(100% - 393px); }

input.search.withaside.createqualitydefinition {
  width: calc(100% - 409px); }

input.search.withaside.createlanguage {
  width: calc(100% - 370px); }

input.search.withaside.createinterface {
  width: calc(100% - 369px); }

input.search.withaside.createbuilding {
  width: calc(100% - 365px); }

input.search.withaside.createencoder {
  width: calc(100% - 366px); }

input.search.withaside.createip {
  width: calc(100% - 371px); }

input.search.withaside.createmicrophonemapping {
  width: calc(100% - 434px); }

input.search.withaside.createmicrophone {
  width: calc(100% - 385px); }

input.search.withaside.upload {
  width: calc(100% - 260px); }

input.search.withaside.savedeletebtns {
  width: calc(100% - 340px); }

input.search.withaside.creategroupsbtnonly {
  width: calc(100% - 353px);
  /*$asidewidth(220)) + createbtn groups(88) + searchicon(40))*/ }

.appbar .titlefield {
  width: calc(100% - 260px);
  /*$asidewidth(220) + save(41) + deletebtn width (41)*/
  font-size: 16px;
  padding: 0 15px;
  line-height: 45px;
  overflow: hidden; }

.appbar .statuslbl {
  line-height: 45px;
  width: 220px;
  text-align: center;
  font-weight: bold;
  font-size: 16px; }

.appbar .statuslbl.vod {
  background-color: #276bf2;
  color: white; }

.appbar .statuslbl.vod:after {
  content: 'on demand'; }

.appbar .statuslbl.pending {
  color: #323232; }

.appbar .statuslbl.pending:after {
  content: 'pending'; }

.appbar .statuslbl.live {
  background-color: #ffc900;
  color: white; }

.appbar .statuslbl.live:after {
  content: 'live'; }

.appbar .statuslbl.planned {
  background-color: #9dd55c;
  color: white; }

.appbar .statuslbl.planned:after {
  content: 'planned'; }

.appbar .statuslbl.incomplete {
  background-color: #c8c8c8;
  color: white; }

.appbar .statuslbl.incomplete:after {
  content: 'incomplete'; }

.appbar .statuslbl.broken {
  background-color: #ff0749;
  color: white; }

.appbar .statuslbl.broken:after {
  content: 'broken'; }

.appbar .statuslbl.done {
  background-color: #1f282d;
  color: white; }

.appbar .statuslbl.done:after {
  content: 'done'; }

.appbar .statuslbl.unknown {
  background-color: #ff00ed;
  color: #323232; }

.appbar .statuslbl.unknown:after {
  content: 'unknown'; }

/*PAGINATIE*/
.paginationwrap {
  width: 270px; }

.pagination a {
  padding: 0;
  color: #323232;
  width: 35px;
  text-align: center; }

.pagination-previous:hover,
.pagination-next:hover,
.pagination li a:hover,
.pagination a:hover {
  background-color: #d4d4d4;
  cursor: pointer; }

.pagination-next.disabled,
.pagination-previous.disabled {
  cursor: default; }

.paginationwrap ul {
  float: right;
  margin-bottom: 0;
  background-color: #e6e6e6; }

.paginationwrap ul li {
  line-height: 45px;
  background-color: #e6e6e6;
  margin: 0;
  padding: 0; }

.paginationwrap ul li.current {
  background-color: #276bf2;
  width: 35px;
  text-align: center;
  padding: 0; }

.pagination .ellipsis::after {
  color: #323232;
  padding: 0 6px; }

.pagination li:last-child, .pagination li:first-child {
  padding: 0;
  width: 35px;
  text-align: center;
  position: relative; }

.pagination li:last-child::after {
  content: '';
  position: absolute;
  left: 42%;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #323232; }

.pagination li:first-child::after {
  content: '';
  position: absolute;
  left: 42%;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #323232; }

.button.sessioncontrolbarbtn {
  background-color: #eeeeee;
  color: #212121; }

.button.sessioncontrolbarbtn:hover {
  background-color: gainsboro;
  color: #212121; }

/*CALENDAR VIEW BTNS */
#calmonthbtn,
#calweekbtn {
  position: absolute;
  left: -67px;
  z-index: 1;
  height: 25px;
  margin-top: 10px;
  padding: 5px 10px; }

/*FILTERBTN BTNS */
#advfilterbtn.activefilter i {
  color: #3adb76; }

/*RESULTS */
#listresults {
  position: absolute;
  top: 0px;
  width: 70px;
  height: 100%;
  left: -70px;
  background-color: #212121;
  text-align: right;
  padding: 7px 12px;
  color: white; }

#listresults p {
  line-height: 16px; }

#listresults p:first-child {
  text-transform: uppercase;
  font-size: 10px; }

#listresults p:second-child {
  font-weight: bold; }

/* ........................
BOXES
 ........................... */
.box {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: white;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8; }

.box.nomargin {
  margin: 0; }

.box.nopadding {
  padding: 0; }

.box.noshadow {
  box-shadow: none; }

/*BOX- COLORS*/
.box.lightgray {
  background-color: #eeeeee;
  color: #323232; }

/*BOX - TYPO*/
p.title,
.box p.title {
  font-weight: bold;
  font-size: 14px; }

.box .content {
  padding: 0;
  margin-left: 0;
  background-color: transparent;
  background: transparent; }

/*BOX - LIST*/
.box ul {
  margin: 0;
  list-style: none;
  line-height: 1.4em; }

.box ul li {
  background-color: rgba(238, 238, 238, 0.8);
  box-shadow: inset 0px -1px 1px rgba(136, 136, 136, 0.1), inset 1px 1px 2px rgba(254, 254, 254, 0.5);
  font-weight: normal;
  padding: 10px 15px;
  overflow: hidden; }

.box ul.nested li {
  box-shadow: none;
  padding: 2px 15px; }

.box ul li.eyecatcher {
  background-color: #276bf2;
  color: white; }

.box ul li.error {
  background-color: rgba(255, 7, 73, 0.7); }

.box ul li.warning {
  background-color: rgba(255, 174, 0, 0.7); }

.box ul li.succes {
  background-color: rgba(58, 219, 118, 0.7); }

.box ul li.transparent {
  background-color: transparent;
  padding: 0 0 20px 0;
  box-shadow: none; }

.box ul li.transparent.nopadding {
  padding: 0px; }

.box ul li.transparent.paddingdown10 {
  padding: 0 0 10px 0; }

/*BOX - LAYOUT*/
.box .colleft {
  width: 230px;
  max-width: 230px;
  margin-right: 25px; }

.box .colright {
  width: calc(100% - 255px);
  /*colleft width + margin*/ }

/*************
REVEAL ROUNDED
**************/
.reveal.rounded {
  border-radius: 3px; }

/*************
REVEAL FOCUS
**************/
.reveal:focus,
.modal-open .modal {
  outline: none; }

/*************
PROFILE BOX
**************/
.profilebox {
  margin-top: 30px; }

.profileinfo {
  width: 100%; }

.profilepic {
  width: 200px;
  margin-right: 30px;
  position: relative;
  height: 180px; }

.profilepic img {
  border: 1px solid #eeeeee;
  max-height: 150px;
  max-width: 130px; }

.profilepic.small img {
  border: 1px solid #eeeeee;
  max-height: 130px;
  max-width: 100px; }

.profilepic .button {
  display: none;
  position: absolute;
  top: 10px;
  left: 0px;
  background-color: transparent;
  color: #323232;
  font-size: 20px;
  padding: 7px 95px 100px 20px; }

.profilepic:hover .button {
  display: block; }

/*****************
DELETECONFIRMATION BOX
******************/
.confirmContainer {
  z-index: 1001;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3); }

.confirmbox {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  width: 500px;
  padding: 0;
  border: none; }

.confirmtitle.onlytitle {
  background-color: #276bf2;
  color: white;
  text-align: center;
  border-radius: 3px 3px 0 0; }

.confirmtitle p {
  padding: 40px 40px 10px 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0; }

.confirmtitle.onlytitle p {
  padding: 40px;
  font-size: 30px;
  line-height: 34px; }

.confirmtext {
  background-color: #276bf2;
  color: white;
  text-align: center; }

.confirmtext p {
  padding: 0px 40px 20px 40px;
  font-size: 14px;
  margin-bottom: 0; }

.confirmchoices {
  text-align: center;
  margin: 30px; }

.confirmchoices .button {
  margin-bottom: 0; }

/*NOTITIEBOXES*/
.notebox {
  border: 1px solid #212121;
  padding: 20px;
  border-radius: 3px; }

/*PROFILEBOXES*/
.box.profile .leftside {
  float: left;
  width: 120px; }

.box.profile .rightside {
  float: right;
  width: calc(100% - 120px); }

.box.profile .leftside .profilepic {
  width: 100px;
  height: 130px; }

.inputstatelbl {
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  display: initial;
  margin-bottom: 0; }

.inputstatelbl.enable {
  background-color: #3adb76; }

.inputstatelbl.disable {
  background-color: #ffae00; }

.inputstatelbl.banned {
  background-color: #ff0749; }

.inputstatelbl.waiting {
  background-color: white;
  color: #3adb76;
  border: 1px solid #3adb76; }

/*FACEBOOK*/
#fbPageList li {
  font-weight: bold;
  text-decoration: underline;
  line-height: 34px; }

#fbPageList li:hover {
  cursor: pointer; }

/*BOX MENU*/
table.dropdowntable {
  margin-bottom: 0; }

table.dropdowntable tbody {
  border: 0; }

table.dropdowntable tr {
  border-bottom: 1px solid #eeeeee; }

table.dropdowntable td {
  border: 0; }

table.dropdowntable th {
  border: 0; }

table.dropdowntable tbody tr:hover {
  cursor: default;
  background-image: none; }

table.dropdowntable tbody tr {
  background-color: transparent; }

table.dropdowntable td.cbcol {
  width: 30px; }

.col2 {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }

.col2 tr {
  display: inline-block;
  width: 100%;
  vertical-align: baseline; }

tr.checkall {
  background-color: #eeeeee; }

/*DIAGNOSTICS BOX*/
.inputtitle.lefttitle {
  width: 130px;
  line-height: 22px; }

.righttext {
  width: calc(100% - 130px); }

.endpointtext {
  text-transform: none;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden; }

/* ........................
SWITCH
........................... */
/*$labelwidth: 120px;*/
.switch {
  position: relative;
  height: 32px;
  width: 220px;
  /*width: $labelwidth * 2 + 4px;*/
  background: white;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.switch.fullwidth {
  width: 100%; }

.switch.nomargin {
  margin: 0px; }

.switch.lightgray {
  background: #eeeeee; }

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: calc(50% - 3px);
  /*  width: $labelwidth;*/
  line-height: 32px;
  font-size: 13px;
  font-weight: 300;
  color: #323232;
  text-align: center;
  cursor: pointer; }

.switch-label-off {
  padding-left: 2px; }

.switch-label-on {
  padding-right: 2px; }

.switch-input {
  display: none; }
  .switch-input:checked + .switch-label {
    font-weight: 500;
    color: white;
    cursor: default;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out; }
  .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: calc(50% - 0px);
    /*    left: $labelwidth + 3px;  Note: left: 50% doesn't transition in WebKit */ }

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 3px;
  width: calc(50% - 3px);
  /*  width: $labelwidth;*/
  height: 26px;
  background: #3fd244;
  border-radius: 2px;
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.3), inset 0 0px 1px white;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }

.switch-selection.secondcolor {
  background: #276bf2; }

.switch.livemodule {
  background: #585858;
  width: 240px;
  height: 25px;
  margin-top: 4px; }

.switch.livemodule .switch-label {
  color: white;
  font-size: 13px;
  line-height: 25px; }

.switch.livemodule .switch-selection {
  background: #212121;
  height: 19px; }

/*COLORS*/
.switch.succes .switch-selection {
  background: #3adb76; }

.switch.disabled {
  opacity: 0.25; }

/*SMALL*/
.switch.small {
  height: 24px;
  width: 80px; }

.switch.small .switch-label {
  line-height: 24px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto; }

.switch.small .switch-selection {
  height: 18px; }

/*ROUNDED SWITCH*/
.switch.round.disabled {
  opacity: 0.25;
  pointer-events: none; }

.switch.round .switch-paddle {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px; }

.switch-paddle {
  width: 80px; }

.switch-paddle::after {
  border-radius: 20px;
  top: 3px; }

input:checked ~ .switch-paddle::after {
  left: 50px; }

.switch-active {
  left: 15%; }

.switch.round {
  background: inherit;
  width: auto; }

.switch.dual-first {
  margin-right: 15px; }

.switch-channel-header {
  width: 80px;
  text-align: center;
  float: right; }

.switch-channel-header.dual {
  margin-right: 15px; }

.actionstate {
  position: absolute;
  z-index: 50;
  width: 80px;
  height: 32px;
  right: 35px;
  padding-top: 4px;
  text-align: center;
  font-size: 10px;
  font-weight: 500; }

.actionstate.dual-first {
  right: 130px; }

.switch-paddle {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid white; }

/*ACTIVE COLOR*/
.switch.round input:checked ~ .switch-paddle {
  background: rgba(39, 107, 242, 0.8); }

.switch.round.grey input:checked ~ .switch-paddle {
  background: rgba(50, 50, 50, 0.8); }

.switch.round.publish input:checked ~ .switch-paddle {
  background: rgba(58, 219, 118, 0.8); }

.switch.round.record input:checked ~ .switch-paddle {
  background: rgba(255, 7, 73, 0.8); }

.switch.round.encode input:checked ~ .switch-paddle {
  background: rgba(255, 174, 0, 0.8); }

/*--------------
TABS
---------------*/
ul li.tabs-title {
  padding: 0;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); }

ul li.tabs-title.disabled {
  pointer-events: none;
  display: none; }

.tabs {
  background-color: transparent; }

.tabs,
.tabs-content {
  border: 0px solid #e6e6e6; }

.tabs-content {
  position: relative; }

.tabs-title {
  width: 50%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  /*    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);*/
  background-color: #eeeeee;
  height: 40px; }

.tabs-title.tabs5 {
  width: calc(20% - 12px); }

.tabs-title a:hover {
  background-color: #eeeeee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: normal;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); }

.tabs-title > a {
  padding: 14px 15px;
  font-size: 13px;
  color: #989898; }

.tabs-title > a[aria-selected="true"] {
  background: white;
  color: #323232;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: bold; }

.tabs-title > a[aria-selected="true"]:hover {
  cursor: default;
  box-shadow: none; }

.tabs-panel.is-active {
  background-color: white;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }

.tabs-panel.is-active.block {
  display: inherit; }

.tabs-panel {
  /*    padding: 20px 20px 10px 20px;	*/
  padding: 0px; }

.channelinfo .tabs-panel {
  min-height: 250px; }

/*LIGHTGRAY TABS*/
.tabs.lightgray .tabs-title {
  background-color: white; }

.tabs.lightgray .tabs-title > a[aria-selected="true"] {
  background-color: #eeeeee; }

.tabs-content.lightgray .tabs-panel.is-active {
  background-color: #eeeeee; }

.channelinfo .tabs-title {
  width: calc(100% / 3); }

/*reset btn */
button#reseturlbuild,
button#mailto {
  height: 30px;
  white-space: nowrap;
  padding: 5px 1em; }

/*TAGS*/
ul.hyperlinks li,
.tags ul li {
  background-color: transparent;
  box-shadow: none;
  padding: 0; }

.tagsBtn {
  position: relative; }

button.tagsBtn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  border-color: black transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -15px; }

#tagtoggle {
  display: none; }

#tagtoggle.show {
  display: block; }

/*CONTROLS SCHEDULED*/
.textlarge {
  font-size: 20px;
  line-height: 16px;
  font-weight: 900;
  display: inline-flex; }

.updownarrows {
  font-size: 9px;
  line-height: 6px;
  color: #276bf2; }

.updownarrows:hover {
  cursor: pointer; }

#interfaceoverview.interfacecolumns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }

@media screen and (min-width: 1400px) {
  #interfaceoverview.interfacecolumns {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3; } }

@media screen and (min-width: 1650px) {
  #interfaceoverview.interfacecolumns {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4; } }

#languageoverview .languagecolumns {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }

@media screen and (min-width: 1400px) {
  #languageoverview .languagecolumns {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4; } }

/*LANGUAGES*/
.addcontent ul li {
  background-color: inherit;
  box-shadow: none;
  padding: 0; }

/*CONTROLS*/
.autoencode {
  width: 285px;
  height: 30px;
  border-radius: 3px;
  color: white;
  background-color: #ffae00;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 25px;
  margin-bottom: 15px; }

.autorecord {
  width: 285px;
  height: 30px;
  border-radius: 3px;
  color: white;
  background-color: #ff0749;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 25px;
  margin-bottom: 15px; }

.autorecord i,
.autoencode i {
  margin-left: 10px;
  font-size: 11px; }

.autoencode i.error {
  color: #ff0749; }

.autorecord span,
.autoencode span {
  margin: 0 10px;
  line-height: 30px; }

.autorecordencode .loader,
.autoencode .loader {
  float: none; }

.autorecord .button,
.autoencode .button {
  position: absolute;
  right: 0; }

.controls .switch {
  width: 285px; }

/*BTN CONTROLS*/
.button.cntrbtn {
  width: 103px; }

.button.cntrbtn.fullwidth {
  width: 100%; }

/*-item flip animation-*/
.flip {
  display: none; }

/*Selectbox channelchoice*/
select.channelview {
  width: 130px;
  background-color: #eeeeee;
  float: right;
  position: absolute;
  right: 20px;
  top: 13px; }

.video {
  background: transparent;
  height: 355px;
  text-align: center;
  padding: 80px; }

/*Checkboxes styled*/
input[type=checkbox].channellanguages {
  display: none; }

input[type=checkbox].channellanguages + label {
  background-color: #f1f1f1;
  color: white;
  text-align: center;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  border-radius: 3px;
  cursor: pointer; }

input[type=checkbox]:checked.channellanguages + label {
  background-color: #276bf2; }

/*SCHEDULER*/
.scheduler {
  width: 150px;
  margin-right: 20px; }

.scheduler .timebox {
  width: 140px;
  height: 120px;
  background-color: #212121;
  border-radius: 10px;
  padding: 10px;
  position: relative; }

.scheduler.small,
.scheduler.small .timebox {
  width: 100px;
  height: 100px; }

.timebox .inputtitle {
  text-align: center;
  color: #6e6e6e; }

.timebox .hours,
.timebox .minutes {
  width: 45%;
  color: white;
  font-size: 35px;
  font-weight: 200;
  position: relative;
  margin-top: 18px; }

.timebox input {
  width: 100%;
  height: 45px;
  text-align: center;
  background-color: transparent;
  color: white;
  font-size: 35px;
  padding: 5px;
  margin: 0; }

.scheduler.small .timebox input {
  font-size: 22px;
  height: 35px; }

.timebox input:focus {
  background-color: transparent; }

.timebox .hourup {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 35px;
  left: 30px;
  display: inline-block;
  cursor: pointer;
  display: block; }

.timebox .hourup:hover,
.timebox .minuteup:hover {
  border-bottom: 7px solid rgba(255, 255, 255, 0.6); }

.timebox .hourdown {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 16px;
  left: 30px;
  display: inline-block;
  cursor: pointer;
  display: block; }

.timebox .hourdown:hover,
.timebox .minutedown:hover {
  border-top: 7px solid rgba(255, 255, 255, 0.6); }

.scheduler.small .timebox .hourdown,
.scheduler.small .timebox .hourup {
  left: 21px; }

.scheduler.small .timebox .minuteup,
.scheduler.small .timebox .minutedown {
  right: 21px; }

.scheduler.small .timebox .hourdown,
.scheduler.small .timebox .minutedown {
  bottom: 10px; }

.timebox .minuteup {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 35px;
  right: 30px;
  display: inline-block;
  cursor: pointer;
  display: block; }

.timebox .minutedown {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 16px;
  right: 30px;
  display: inline-block;
  cursor: pointer;
  display: block; }

.timebox .timedivider {
  width: 10%;
  color: white;
  font-size: 35px;
  font-weight: 200;
  margin-top: 15px;
  text-align: center; }

.scheduler.small .timebox .timedivider {
  font-size: 22px;
  margin-top: 23px; }

.interfaces,
.controls {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  padding: 20px; }

.interfaces select {
  width: 100%; }

.interfaces select.width220 {
  width: 220px; }

.interface-lang {
  background-color: #276bf2;
  color: white;
  text-align: center;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px; }

.interfaces.auto,
.interfaces.manual {
  -webkit-column-count: inherit;
  /* Chrome, Safari, Opera */
  -moz-column-count: inherit;
  /* Firefox */
  column-count: inherit; }

select#presets {
  width: 150px;
  margin: 5px; }

#deletebtn {
  width: 30px;
  height: 30px;
  padding: 8px; }

.interfacelbl {
  height: 30px;
  background-color: white;
  border-radius: 3px;
  line-height: 30px;
  padding: 0 10px;
  width: calc(100% - 40px); }

select.select-lang {
  width: 230px;
  margin-right: 15px;
  margin-bottom: 10px; }

/* BOX CONTROLS*/
.advancedbtn {
  float: right;
  position: absolute;
  right: 20px;
  top: 13px;
  padding-right: 0; }

.advancedbtn span {
  margin-right: 5px; }

/*ADVANCED CONTROL*/
.reveal#advancedstreamcontrols {
  min-width: 75rem; }

#selectreference.rangecalendarContainer {
  width: 100%; }

/*PLAYER PLACEHODER*/
#videoPlaceholder {
  background-color: white;
  height: 355px;
  position: absolute;
  left: 20px;
  right: 20px;
  max-width: 635px; }

#videoPlaceholder img {
  max-height: 355px; }

#videoPlaceholder:hover {
  cursor: pointer; }

#videoPlaceholder:hover div {
  background-color: rgba(39, 107, 242, 0.8); }

#videoPlaceholder div {
  background-color: rgba(39, 107, 242, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 60px; }

#videoPlaceholder i {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px; }

.videowrap {
  max-width: 630px; }

/*FACEBOOK LIVE*/
table.socialtable {
  width: 100%; }

table.socialtable tr {
  background-color: transparent;
  border: 1px solid #eeeeee; }

table.socialtable tr td.btns {
  text-align: right; }

table.socialtable tr td.btns .button {
  padding: 5px 1em; }

table.socialtable .callout.errorMessage {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #ff0749; }

/****************
LAYOUT
****************/
#sessioncreated {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 50px 0 10px 0; }

#sessioncreated i {
  vertical-align: middle; }

/****************
LAYOUT
****************/
.createcontainer {
  height: 100%;
  position: relative;
  min-height: 390px; }

.createcontainer .left {
  width: 70%;
  float: left;
  padding: 25px; }

.createcontainer .rightwrap {
  float: left;
  width: 30%; }

.createcontainer .right {
  background-color: white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 40px 25px;
  position: absolute;
  height: 100%; }

/****************
TABS
****************/
.createcontainer .tabs {
  margin-left: 55px;
  margin-bottom: 10px; }

.createcontainer .tabs-title {
  box-shadow: none;
  background: transparent;
  text-align: center;
  border-radius: 50px;
  width: 40px;
  margin: 0 5px; }

.createcontainer .tabs-title a {
  padding: 10px 0;
  border-radius: 50px;
  border: 3px solid white; }

.createcontainer .tabs-title a p {
  position: absolute;
  top: 90px;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
  color: #999999;
  display: none; }

.createcontainer .tabs-title a:hover {
  border: 3px solid #eeeeee;
  background-color: transparent;
  box-shadow: none;
  font-weight: bold; }

.createcontainer .tabs-title a:hover p {
  display: block; }

.createcontainer .tabs-title > a[aria-selected="true"] {
  border: 3px solid #276bf2;
  background-color: transparent;
  color: #276bf2; }

.createcontainer .right .tabs-content {
  background: transparent; }

.createcontainer .right .tabs-panel {
  background: transparent;
  text-align: center; }

.createcontainer .right .tabs-panel i {
  margin: auto;
  font-size: 90px;
  color: #276bf2; }

.createcontainer .tabs-panel.is-active {
  display: block; }

.createcontainer .right .tabs-panel div {
  margin-top: -15px; }

.createcontainer .right .tabs-panel p:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #276bf2; }

.createcontainer .right .tabs-panel p:nth-child(2) {
  margin: 0 35px 0 35px;
  line-height: 19px; }

/****************
CONTENT
****************/
.addcontent ul li {
  margin-bottom: 10px; }

.addcontent ul.checkboxes li {
  margin-bottom: 0; }

i.arrowleft {
  font-size: 8px; }

i.arrowright {
  font-size: 8px; }

#createremarkbtn {
  position: absolute;
  bottom: 11px;
  right: 15px;
  z-index: 10; }

.btncontainer {
  position: fixed;
  width: 180px; }
  @media (max-width: 1280px) {
    .btncontainer {
      position: inherit;
      width: auto; } }

/****************
FILE SELECTION
****************/
.placementbar {
  background-color: white;
  border-radius: 3px;
  width: 100%;
  padding: 5px;
  margin-bottom: 6px; }

.time {
  font-size: 10px;
  line-height: 10px; }

.timelinebar {
  background-color: #eeeeee;
  border-radius: 3px;
  width: 100%;
  height: 10px;
  margin-top: 12px;
  position: relative; }

.timelinebar .media {
  position: absolute;
  background-color: #276bf2;
  height: 100%;
  border-radius: 3px; }

/*************
SWAP REFERENCE
**************/
.referencelist {
  width: 100%;
  background-color: white; }

.referencelist table {
  margin-bottom: 0px;
  width: 100%; }

.referencelist table tbody tr:nth-child(even):hover,
.referencelist table tbody tr:hover {
  cursor: pointer;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px; }

/*************
AGENDA EXPORT
**************/
textarea.exportdata {
  min-height: 500px; }

/*************
ADD AGENDA
**************/
.top-bar.agenda {
  background-color: transparent; }

.top-bar ul.menu {
  background-color: transparent; }

.top-bar input[type='checkbox'] {
  width: 5px; }

ul.menu li {
  line-height: 28px; }

/*SPEAKER*/
.slideContainer,
.speakerimgContainer {
  position: relative; }

.speakerimgContainer .speakerimg {
  border: 1px solid #cbcbcb;
  opacity: 0.5; }

.speakerimgContainer.active .speakerimg {
  opacity: 1;
  border: 3px solid #212121; }

.speakerimgContainer .bookmarkcontainer {
  display: none; }

.speakerimgContainer.active .bookmarkcontainer {
  display: block; }

.bookmarkcontainer {
  background-color: #212121;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white; }

.bookmarkcontainer.active i {
  color: yellow; }

/*************
ADD TOPICS
**************/
.topicscontainer ul {
  margin: 0 0 20px 0;
  list-style: none; }

.topicscontainer ul li {
  background-color: #eeeeee;
  box-shadow: inset 0px -1px 1px rgba(136, 136, 136, 0.1), inset 1px 1px 2px rgba(254, 254, 254, 0.5);
  font-weight: 200;
  padding: 10px 20px;
  overflow: hidden;
  position: relative; }

.topicscontainer ul li table {
  margin-bottom: 0px; }

.topicscontainer ul li table tbody {
  border: none;
  background-color: transparent; }

td.column100 {
  width: 100px; }

td.column50 {
  width: 50px; }

/*************
ADD SLIDES
**************/
.slideNameContainer p,
.speakerNameContainer p {
  font-size: 12px;
  margin-top: 8px; }

.slideContainer .slide {
  border: 1px solid #cbcbcb;
  opacity: 1; }

#uploadslidesbtn {
  width: 160px;
  height: 86px;
  border-radius: 0px;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  color: #b2b2b2;
  padding: 30px 20px;
  font-weight: 200;
  margin: 0 20px; }

#uploadslidesbtn:hover {
  color: #323232; }

#removeslide {
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transition: opacity 200ms; }

.slideContainer:hover #removeslide {
  opacity: 1; }

/*************
INTERFACES
**************/
.interfacewrap {
  width: 40px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px; }

.interfacewrap .nr {
  text-align: center;
  font-size: 10px; }

.interfacebox {
  height: 40px;
  width: 40px;
  border: 1px dotted #cbcbcb;
  text-align: center;
  padding: 5px;
  color: #cbcbcb;
  position: relative; }

.interfacebox p {
  font-size: 7px;
  margin: 0; }

.interface {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 1px;
  left: 1px;
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
  color: white; }

.interface.current {
  background-color: #276bf2; }

.interface.error {
  background-color: #ff0749; }

.interface.reserved {
  background-color: #fefefe; }

.interface.inuse {
  background-color: #b2b2b2; }

.interface.locked {
  background-color: #323232; }

.interface p {
  font-size: 14px;
  font-weight: bold;
  line-height: 15px; }

.captionwrap {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d2d2d2; }

.captionwrap .captions {
  float: right;
  position: absolute;
  bottom: -12px;
  right: 0; }

.captionwrap .captions ul li {
  margin-left: 20px; }

.captionwrap .captions ul li i.error {
  color: #ff0749; }

.captionwrap .captions ul li i.locked {
  color: #323232; }

.captionwrap .captions ul li i.reserved {
  color: #fefefe; }

.captionwrap .captions ul li i.inuse {
  color: #b2b2b2; }

.captionwrap .captions ul li i.current {
  color: #276bf2; }

.dropdown-pane.small {
  width: 300px; }

.interfacehoveinfo {
  padding: 15px; }

.interfacehoveinfo p:first-child {
  font-weight: bold;
  margin-bottom: 0; }

.interfacehoveinfo p:nth-child(2) {
  font-weight: bold;
  color: #b2b2b2;
  margin-bottom: 10px; }

.interfacehoveinfo p:nth-child(3) {
  color: #276bf2;
  margin-bottom: 0px; }

.interfacehoveinfo p:nth-child(4) {
  margin-bottom: 0px; }

.calendar {
  margin: 1em; }

.calendarcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 14px;
  min-width: 1024px; }

table.weekview tr,
table.monthview tr:nth-child(even) {
  background-color: white; }

table.weekview tbody,
table.monthview tbody {
  border: 0px solid white; }

table.weekview,
table.monthview {
  width: calc(100% - 41px);
  margin: 0;
  height: 100%; }

table.weekview.weekind,
table.monthview.weekind {
  width: 40px; }

table.weekview tr th.weeks,
table.weekview tr td.weeks,
table.monthview tr th.weeks,
table.monthview tr td.weeks {
  width: 50px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  color: #e5e5e5; }

table.weekview tr th,
table.monthview tr th {
  width: calc(100vw / 7); }

table.weekview tr th,
table.monthview tr th {
  border-bottom: 1px solid #eeeeee;
  height: 50px;
  font-size: 12px;
  font-weight: 300;
  text-align: center; }

table.monthview tr td {
  border: 1px solid #eeeeee;
  height: 135px;
  font-size: 12px;
  font-weight: 300;
  padding: 15px;
  vertical-align: top;
  position: relative; }

table.weekview tr td {
  border: 1px solid #eeeeee;
  height: 100%;
  font-size: 12px;
  font-weight: 300;
  padding: 15px;
  vertical-align: top;
  position: relative; }

table.weekview tr td.weeks,
table.monthview tr td.weeks {
  text-align: left; }

table.weekview tr td.today,
table.monthview tr td.today {
  font-weight: 900;
  background-color: #eeeeee; }

td.lastMonth,
td.nextMonth,
table.monthview tr th:nth-child(6),
table.monthview tr th:nth-child(7),
table.monthview tr td:nth-child(6),
table.monthview tr td:nth-child(7),
table.weekview tr th:nth-child(6),
table.weekview tr th:nth-child(7),
table.weekview tr td:nth-child(6),
table.weekview tr td:nth-child(7) {
  color: #e5e5e5; }

/*.weekview .sessionItem:hover,
table.monthview tr td:hover	{
    cursor: pointer;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 70%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 70%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 70%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 70%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
}     */
/*******************
CALENDAR SESSIONS
*********************/
.weekview .calsessioncontainer {
  background-color: transparent;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  padding: 0 10px;
  height: calc(100% - 40px);
  overflow: auto; }

.monthview .calsessioncontainer {
  background-color: transparent;
  position: absolute;
  top: 40px;
  max-height: 55px;
  left: 0;
  right: 0;
  padding: 0 10px;
  overflow: hidden; }

button.calsession {
  width: 100%;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323232;
  text-align: left;
  font-size: 13px; }

button.calsession:hover {
  cursor: pointer;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 70%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 70%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 70%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 70%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px; }

.calsession.vod {
  background-color: #276bf2;
  color: white; }

.calsession.live {
  background-color: #ffc900; }

.calsession.planned {
  background-color: #9dd55c; }

.calsession.incomplete {
  background-color: #c8c8c8; }

.calsession.locked {
  background-color: #ff0749;
  color: white; }

.calsession.done {
  background-color: #1f282d;
  color: white; }

.calsession.unknown {
  background-color: #ff00ed;
  color: white; }

.moresessionscontainer {
  background-color: transparent;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  padding: 0 10px;
  font-weight: 400; }

.moresessionscontainer button {
  text-decoration: underline;
  color: rgba(50, 50, 50, 0.6); }

.moresessionscontainer button:hover {
  color: #323232; }

.moresessionspop {
  z-index: 10;
  width: 400px;
  background-color: white;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  display: none; }

.moresessionspop.show {
  display: block; }

.moresessionspop .date {
  background-color: #212121;
  color: white;
  line-height: 20px;
  padding: 12px;
  font-weight: bold; }

.allsessionwrap {
  padding: 12px;
  overflow-y: auto;
  min-height: 165px;
  max-height: 250px; }

/*.rangecalendarwrap.withnav{
    width: calc(100% - 373px); 103 = width of create session btn + 270px = width of paginatie
}*/
.rangecalendarContainer {
  background-color: white;
  width: calc(100% - 103px);
  /*103 = width of create session btn*/
  overflow: hidden;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2); }

.rangecalendar {
  margin: 0 auto;
  height: 45px;
  position: relative;
  left: -937px; }

.rangecalendar .cell {
  height: 45px;
  width: 70px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  user-select: none;
  position: absolute;
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.rangecalendar .cell.dragging {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.calendarDaySelected {
  background-color: #ffae00; }

.rangecalendar .cell .day {
  color: #276bf2;
  font-size: 8px;
  margin-top: 3px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }

.rangecalendar .cell .number {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  position: relative; }

.rangecalendar .cell .month {
  font-size: 8px;
  text-transform: uppercase;
  position: relative; }

/*LEFT/RIGHT ARROW FOR TODAY RETREIVAL*/
#rangecal-leftarrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(10, 10, 10, 0.2);
  padding: 4px;
  color: #fefefe;
  font-size: 20px; }

#rangecal-rightarrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(10, 10, 10, 0.2);
  padding: 4px;
  color: #fefefe;
  font-size: 20px; }

#rangecal-rightarrow:hover,
#rangecal-leftarrow:hover {
  background-color: rgba(10, 10, 10, 0.4); }

/*
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 : 9-feb-2017, 13:53:40
    Author     : marie
*/
.box.pp table {
  text-align: left; }

.box.pp table tr {
  border-bottom: 1px solid #eeeeee;
  height: 46px; }

.box.pp table tr.active:nth-child(even),
.box.pp table tr.active {
  background-color: #eeeeee;
  color: #323232; }

.box.pp table tr:nth-child(even) {
  background-color: white; }

.box.pp table tr.clickable:hover {
  cursor: pointer;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 70%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px; }

.box.pp table th.trashcol {
  width: 50px; }

#ppplayerchannel {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 180px;
  z-index: 2000; }

.ppactions .tabs-title {
  width: calc(100% /4); }

p.inputtitle.info {
  font-size: 9px;
  margin-top: 3px;
  margin-bottom: 10px; }

#audiotab table {
  width: 100%; }

#audiotab table td {
  padding: 4px; }

#audiotab table tr:first-child {
  border-bottom: 0px solid #eeeeee;
  background-color: #eeeeee;
  height: 30px;
  color: rgba(50, 50, 50, 0.5);
  text-transform: uppercase;
  font-size: 11px; }

#audiotab table th {
  font-weight: normal; }

#audiotab table tr {
  border-bottom: 10px solid #eeeeee; }

#audiotab table td.trashcol {
  width: 50px; }

#audiotab table td.language {
  width: 250px; }

input.offset {
  width: 70px;
  margin-left: 5px;
  margin-right: 5px; }

.pp .tabs-panel {
  min-height: 250px; }

p.orderlbl {
  border-radius: 50px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  background-color: #212121;
  color: white;
  margin-right: 15px;
  border: 2px solid #eeeeee; }

/*TIMELINE REPRESENTATION*/
.channelCnt {
  position: relative; }

.channelIndCnt {
  width: 150px; }

.channelIndCnt button.channelInd {
  width: 150px;
  border: 1px solid #eeeeee;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #323232;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
  text-align: left; }

.channelIndCnt button.channelInd:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  border-color: black transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 1rem; }

.channelIndCnt button.channelInd.showAudio:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.channelIndCnt button.channelInd.noAudio:after {
  display: none; }

.channelTimelineCnt {
  width: 100%;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232; }

.channelTimeline {
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  line-height: 30px;
  position: relative;
  height: 32px; }

.channelFile {
  position: absolute;
  background-color: rgba(39, 107, 242, 0.6);
  color: white;
  border: 1px solid rgba(39, 107, 242, 0);
  padding: 0 10px;
  height: 30px;
  line-height: 30px; }

.channelFile p {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin: 0; }

.channelFile:hover {
  cursor: pointer; }

.channelFile .channelHover {
  background-color: white;
  color: #323232;
  border: 1px solid rgba(50, 50, 50, 0.4);
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.3);
  position: absolute;
  left: 30%;
  z-index: 5;
  bottom: 20px;
  line-height: 14px;
  font-size: 12px;
  padding: 5px;
  display: none; }

.channelFile:hover .channelHover {
  display: block; }

.channelFile.selected {
  border: 1px solid #212121;
  background-color: #276bf2; }

.channelFileOrder {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 13px;
  background-color: #212121;
  color: white;
  margin-right: 10px;
  margin-top: 5px; }

/*CHANNEL & AUDIO FILES*/
#audioFile-nl-1-1,
#audioFile-or-1-1,
#file1-1 {
  left: 0;
  right: 0; }

#file2-1 {
  left: 5%;
  right: 7%; }

.audioIndCnt {
  text-align: right;
  width: 150px;
  min-width: 150px;
  line-height: 30px;
  padding-right: 10px; }

.audioWaveCnt {
  width: 100%;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232; }

.audioWave {
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  line-height: 30px;
  position: relative; }

.audioFile {
  background-color: #eeeeee;
  overflow: hidden;
  margin-bottom: 5px; }

.audioCnt:last-child .audioFile {
  margin-bottom: 0px; }

.timeIndCnt {
  position: absolute;
  top: 0;
  left: 30%;
  width: 2px;
  height: 100%;
  z-index: 3;
  background-color: red; }

.video-pp {
  background: transparent;
  text-align: center;
  padding: 0px; }

/*
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 : 28-feb-2017, 10:40:42
    Author     : marie
*/
.postpic {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px; }

.postname {
  font-weight: bold;
  margin-bottom: 5px; }

.postdate {
  float: right;
  font-weight: normal;
  color: gray;
  font-size: 11px; }

textarea.remarkpost {
  width: 100%;
  height: 60px;
  line-height: 19px;
  padding: 10px 13px;
  resize: none;
  border: 1px solid lightgray; }

textarea.remarkpost.error {
  border: 1px solid #ff0749; }

/*REMARKS BTN NR*/
.remarksnr {
  border-radius: 20px;
  width: 15px;
  height: 15px;
  background-color: #3adb76;
  color: white;
  text-align: center;
  font-size: 9px;
  position: absolute;
  top: 25px;
  right: 20px;
  line-height: 15px; }

.remarksnr.unread {
  background-color: #ff0749; }

.remarkslist {
  max-height: 200px;
  overflow: auto; }

/*
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 : 28-feb-2017, 17:43:26
    Author     : marie
*/
/*CALLOUT LAYOUT*/
#callout-container {
  z-index: 99999999 !important; }

.callout {
  padding: 15px;
  border: none;
  margin-bottom: 0;
  min-width: 1200px; }

.callout.center {
  text-align: center; }

.callout-message {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.callout-close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%); }
  .callout-close-button:hover {
    color: white; }

/*CALLOUT COLORS*/
.callout.succes {
  background-color: #3adb76;
  color: white; }

.callout.error {
  background-color: #ff0749;
  color: white; }

.callout.info {
  background-color: #d9edf7;
  color: #323232; }

.callout.warning {
  background-color: #ffae00;
  color: white; }

/*NOTIFICATIONSBTN*/
.alertnr {
  border-radius: 20px;
  width: 19px;
  height: 19px;
  background-color: #ff0749;
  color: white;
  font-size: 10px;
  position: absolute;
  top: 14px;
  right: 13px;
  line-height: 19px; }

/*NOTIFICATIONS*/
.notificationcontainer {
  display: none;
  background: white;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  width: 350px;
  border-left: 2px solid #dedede;
  z-index: 1001; }

.notificationcontainer.show {
  display: block; }

.alertheader {
  border-bottom: 2px solid #dedede;
  font-weight: bold; }

.alertheader ul {
  margin: 0;
  list-style: none;
  display: inline-flex; }

.alertheader ul li {
  padding: 1em; }

.alerts {
  height: calc(100% - 60px);
  overflow-y: auto; }

.alerts ul {
  margin: 0;
  list-style: none; }

.alerts ul li {
  padding: 1em;
  border-bottom: 1px solid #dedede; }

.alerts .title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0; }

.alerts .title i {
  font-size: 10px; }

.alerts .time {
  font-size: 10px;
  color: #969696;
  float: right;
  font-weight: normal; }

.alerts .info {
  color: #7f7f7f;
  margin-bottom: 0;
  line-height: 17px; }

.alerts a:visited,
.alerts a {
  color: rgba(44, 136, 245, 0.7);
  font-weight: normal;
  font-size: 12px; }

.alerts a:hover {
  color: #2c88f5; }

/*NOTIFICATION POPUP*/
.alertpopupcontainer {
  position: absolute;
  top: 20px;
  right: 20px;
  min-height: 100px;
  width: 350px;
  background: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  border-radius: 5px; }

.popuplbl {
  position: absolute;
  left: 0;
  width: 90px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  padding: 15px;
  text-align: center;
  font-size: 12px;
  font-weight: bold; }

.popuplbl.error {
  background-color: #ff0749;
  color: white; }

.popuplbl.warning {
  background-color: #ffae00;
  color: white; }

.popuplbl.succes {
  background-color: #3adb76;
  color: white; }

.popuplbl i {
  font-size: 35px; }

.popuptext {
  padding: 20px 25px 20px 110px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  max-height: 83px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.alertpopupcontainer.animate {
  -webkit-animation: moveOpen 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards; }

/* Safari and Chrome */
@-webkit-keyframes moveOpen {
  from {
    right: -500px; }
  10% {
    right: 20px; }
  80% {
    right: 20px;
    opacity: 1; }
  to {
    opacity: 0; } }

/*number of rooms or encoders*/
.emptySpace40 {
  height: 40px;
  width: 200px;
  border: 1px solid #eeeeee; }

.emptySpace60 {
  height: 60px;
  width: 200px; }

.roomencoderbtn {
  margin-top: 20px;
  margin-left: 20px; }

.daybar {
  border: 1px solid #eeeeee;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  width: 100%;
  font-weight: bold;
  font-size: 15px; }

ul.timeline {
  list-style: none;
  margin: 0;
  width: 100%;
  position: absolute;
  overflow-x: hidden; }

ul.timeline li.day {
  width: calc(100% - 140px);
  padding: 0px;
  position: relative; }

ul.timeline li.sidelist {
  width: 200px; }

ul.hourcontainer {
  list-style: none;
  margin: 0 10px 0 0;
  width: 100%; }

ul.hourcontainer li.hour {
  width: calc(100% / 24);
  /* 24: full day & night */
  border-left: 1px solid #eeeeee; }

.hourbar {
  width: 100%;
  height: 240px;
  background-color: white;
  border: 1px solid #eeeeee; }

ul.timeline li.day.today .hourbar {
  background-color: #f3f3f3; }

.rotate {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  width: 50px;
  height: 25px;
  font-size: 12px;
  color: rgba(33, 33, 33, 0.6); }

.rotate.top {
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  text-align: left; }

.rotate.bottom {
  transform-origin: 60% 120%;
  transform-origin: 60% 120%;
  transform-origin: 60% 120%;
  text-align: right; }

.timeheight {
  height: 60px; }

.timeheight.mark {
  border-left: 1px solid #323232; }

.timeheight.mark p {
  font-weight: bold; }

/* TIMELINE INDICATION*/
.timeindicatorcontainer {
  position: absolute;
  top: 69px;
  left: calc(100% / 24 * 11);
  /*100% width / 24 hours x <<<REALTIME>> - 1 */
  z-index: 1; }

.timeindicatorcontainer .time {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  font-weight: 600;
  width: 38px;
  height: 31px;
  line-height: 22px;
  font-size: 13px;
  color: #ff0749;
  -ms-transform-origin: 15% 52%;
  -webkit-transform-origin: 15% 52%;
  transform-origin: 15% 52%;
  text-align: left; }

.timeindicatorcontainer .timeline {
  border-left: 1px solid #ff0749;
  height: 240px; }

/* TIMELINE INVULLING*/
.timelinesessioncontainer {
  position: absolute;
  top: 100px;
  width: 100%; }

ul.sessionrow {
  list-style: none;
  margin: 0;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.3); }

ul.sessionrow li {
  padding-left: 20px; }

ul.sessionrow li.room,
ul.sessionrow li.encoder {
  width: 140px; }

.sessionrow li.sessioncontainer {
  width: calc(100% - 140px);
  position: relative; }

.sessioninfocontainer {
  z-index: 1;
  position: relative; }

/*SESSIONS*/
.timelinesession {
  border-radius: 3px;
  height: 34px;
  margin: 3px 0px;
  line-height: 34px;
  padding: 0 10px; }

.timelinesession:hover {
  cursor: pointer; }

.timelinesession.vod {
  background-color: #276bf2;
  color: white;
  position: absolute; }

.timelinesession.planned {
  background-color: #9dd55c;
  position: absolute;
  color: white; }

.timelinesession.incomplete {
  background-color: #c8c8c8;
  position: absolute;
  color: white; }

.timelinesession.done {
  background-color: #1f282d;
  position: absolute;
  color: white; }

.timelinesession.broken {
  background-color: #ff0749;
  position: absolute;
  color: white; }

.liveprogress {
  background-color: rgba(255, 201, 0, 0.7);
  /*  mix-blend-mode: multiply;*/
  padding: 0px 5px;
  position: absolute;
  height: 34px;
  margin: 3px 0px;
  border-radius: 3px; }

/*SESSIONS INFO*/
.markwrap {
  width: 17px; }

.markwrap i {
  color: rgba(255, 255, 255, 0.5); }

.markwrap i.marked {
  color: yellow; }

.idwrap {
  margin-left: 10px; }

.channelnr {
  min-width: 20px;
  margin-left: 5px; }

.titlewrap {
  width: 100%;
  margin-left: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.publishwrap {
  text-align: right;
  margin-left: 10px; }

.publishwrap i {
  font-size: 12px; }

/* SESSION IDS*/
#session00001 {
  left: 363px;
  width: 400px; }

#session00002 {
  left: 1016px;
  width: 220px; }

#session00003 {
  left: 510px;
  width: 600px; }

#livesession00003 {
  left: 490px;
  width: 310px; }

#session00004 {
  left: 509px;
  width: 200px; }

#session00005 {
  left: 509px;
  width: 267px; }

#session00006 {
  left: 809px;
  width: 300px; }

/*JS STYLES*/
ul.sessionrow li.room {
  width: 200px; }

ul.sessionrow li p {
  line-height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
  font-size: 13px; }

#tlPreloader {
  margin: auto 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 15%;
  width: 128px;
  z-index: 2; }

.timelinecontainer {
  overflow-x: hidden; }

.zoomcnt {
  width: 200px;
  padding: 10px 20px; }

ul.menu li:focus {
  outline: none; }

.agenda .tabs-panel.is-active {
  display: flow-root; }

.top-bar.agenda input {
  margin: 0; }

.box ul li.agendasearch {
  display: inline-flex; }

.agenda .top-bar {
  padding: 0; }

.speakerimgcnt {
  background-color: transparent;
  position: relative;
  width: 100%;
  padding-top: 116%;
  /* Aspect Ratio */
  overflow: hidden;
  border: 1px solid #9c9c9c;
  transition: border 200ms ease-out;
  margin-bottom: 5px;
  cursor: pointer; }

.speakerimgcnt:hover {
  border: 1px solid #d9d9d9; }

.speakerimgcnt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; }

.thumbnail:hover, .thumbnail:focus {
  outline: none;
  box-shadow: none;
  margin-bottom: 0; }

.topicselect i,
.imgselect i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: white; }

.topicselect,
.speakerimgcnt .imgselect,
.slideimgcnt .imgselect {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(58, 219, 118, 0.5); }

.slideimgcnt .imgselect.selected,
.speakerimgcnt .imgselect.selected {
  display: block; }

.speakername {
  font-weight: 500;
  line-height: 16px;
  font-size: 13px; }

.orderlbl {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #323232;
  position: relative; }

.slideimgcnt .orderlbl,
.speakerimgcnt .orderlbl {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #323232;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid white; }

.speakerimgcnt .orderlbl:hover {
  cursor: grab; }

.speakerimgcnt .orderlbl:active,
.speakerimgcnt .orderlbl:focus {
  cursor: grabber; }

.orderlbl p,
.speakerimgcnt .orderlbl p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
  font-size: 10px;
  font-weight: 900; }

.button.addspeaker {
  white-space: inherit;
  width: 100%;
  padding: 10px 20px;
  margin: 50px 0 0 0;
  border-radius: 3px; }

textarea.topicdescription {
  width: 100%;
  height: 200px;
  resize: none; }

.topicoverviewbox {
  box-shadow: none;
  max-height: 450px;
  overflow-y: auto; }

.box.topicoverviewbox ul li {
  padding: 0; }

.box.topicoverviewbox tbody {
  background-color: #eeeeee; }

td.orderlblcnt {
  width: 50px; }

td.deletetd {
  width: 50px; }

.slideimgcnt {
  background-color: transparent;
  position: relative;
  width: 100%;
  padding-top: 70%;
  /* Aspect Ratio */
  overflow: hidden;
  border: 1px solid #9c9c9c;
  transition: border 200ms ease-out;
  margin-bottom: 5px; }

.slideimgcnt:hover {
  border: 1px solid #d9d9d9; }

.slideimgcnt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; }

.slideimgcnt:hover .slideimg button {
  display: block; }

.slideimg button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: none; }

/***************
   LIVE MODULE
   ***************/
.liveoptionsbar {
  height: 50px;
  background-color: #212121;
  line-height: 50px;
  color: white; }

.liveoptionsbar .left {
  float: left; }

.liveoptionsbar .right {
  float: right; }

.liveoptionsbar .left ul {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  list-style: none; }

.liveoptionsbar .left ul li {
  line-height: 50px;
  padding: 0 20px; }

.liveoptionsbar .left ul li.switchli {
  padding: 9px 20px; }

p.livetime {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  margin-right: 20px; }

.livetopicoverview tbody,
.activeslidebox tbody,
.activetopicbox tbody,
.activespeakerbox tbody {
  background-color: transparent; }

.activeslidebox tbody td.deletetd,
.activetopicbox tbody td.deletetd,
.activespeakerbox tbody td.deletetd {
  display: block; }

.activespeakerbox td.speakerimg {
  max-width: 70px;
  width: 70px; }

.activeslidebox td.slideimg {
  max-width: 100px;
  width: 100px; }

.button.addlive {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block; }

.livetopicoverview table {
  border-collapse: inherit; }

.livetopicoverview li:last-child {
  margin-bottom: 20px; }

.livetopicoverview li:hover {
  background-color: #dfdfdf;
  cursor: pointer; }

.topicselect.active {
  display: block; }

.livetopicoverview li.dubble {
  background-color: #e6e6e6; }

/*
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 : 9-aug-2017, 14:54:07
    Author     : marie
*/
/*SMALL SELECT BOXES*/
select.small {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background-position: right 5px center;
  padding: 0 15px 0 5px;
  background-size: 6px; }

/*STATS TOP*/
.bigstats {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 20px; }

.bigstats .prefix {
  font-size: 15px; }

.statsnrswrap .left,
.statsnrswrap .right {
  width: 50%;
  margin-top: 9px; }

.statsnrswrap .text,
.statsbarwrap .text {
  text-transform: uppercase;
  font-size: 12px;
  text-align: right; }

.statsnrswrap .text.live {
  color: #ffc900; }

.statsnrswrap .text.vod {
  color: #276bf2; }

.statsnrswrap .statsbar {
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: white;
  font-weight: bold; }

.statsnrswrap .statsbar.vod {
  background-color: #276bf2;
  border-radius: 5px 0 0  5px; }

.statsnrswrap .statsbar.live {
  background-color: #ffc900;
  border-radius: 0 5px 5px 0; }

.statsbarwrap .statsbar {
  background-color: #eeeeee;
  border-radius: 5px;
  height: 28px;
  padding: 3px; }

.statsbarwrap .statsbar.white {
  background-color: white;
  border-radius: 5px;
  height: 28px;
  padding: 3px;
  border: 1px solid #e5e5e5; }

.statsbarwrap .statsbar .stasbarprogress {
  background-color: #276bf2;
  height: 100%;
  border-radius: 3px;
  position: relative; }

#transferreddata .stasbarprogress {
  width: 20%; }

#storage .stasbarprogress {
  width: 40%; }

.statsbarwrap .statsbar .stasbarprogress span.after {
  position: absolute;
  right: -30px;
  font-size: 12px;
  line-height: 23px; }

.statsbarwrap .statsbar .stasbarprogress span.before {
  position: absolute;
  right: 6px;
  font-size: 12px;
  line-height: 23px;
  color: white; }

/*RANGES*/
.rangeapplybtn {
  margin: 17px 0 0 0;
  padding: 9px; }

.rangeapplycb label {
  margin: 0; }

#statsrow2 .box,
#statsrow3 .box,
#statsrow4 .box,
#statsrow5 .box {
  height: 440px; }

#sessionstatsrow2 .box {
  height: 380px; }

#sessionstatsrow2 .box ul {
  overflow: auto;
  max-height: 300px; }

.inputtext.after:after {
  content: ' views'; }

/*MOST VIEWED STREAMS*/
.box ul.topstreams {
  margin-top: 15px;
  overflow: auto;
  max-height: 275px; }

.position {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 35px;
  font-weight: 300;
  color: rgba(31, 40, 45, 0.23); }

.topstream {
  margin-left: 50px; }

.topstream .topinfo {
  font-size: 12px;
  font-weight: 400;
  color: #276bf2;
  text-transform: uppercase;
  margin-bottom: 0; }

.statsbox {
  position: absolute;
  right: 20px;
  top: 20px; }

/*DROPDOWN YEARS*/
.tableprefsmenu.forstats ul li {
  padding: 0px; }

.tableprefsmenu.forstats ul li a {
  width: 100px;
  padding: 5px 10px 5px 10px; }

.inputtitle.usedcolor,
.inputtitle .usedcolor {
  color: #276bf2; }

.inputtitle .freecolor {
  color: #3adb76; }

.black {
  color: #323232; }

.logfiltercnt {
  height: 100%;
  background-color: white;
  border-right: 1px solid #eeeeee;
  width: 220px;
  position: absolute;
  top: 60px;
  left: -220px;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease; }

.logfiltercnt.slide {
  left: 0px; }

.label-info {
  margin-right: 5px;
  background: #276bf2; }

.label-info i {
  vertical-align: middle;
  margin-left: 5px; }

#modal__timestamp {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0);
  transition: all linear 0.3s; }
  #modal__timestamp h1 {
    font-size: 2rem; }
  #modal__timestamp.show {
    display: block !important;
    background: rgba(0, 0, 0, 0.4); }
  #modal__timestamp .overlay__inner {
    margin: 100px auto;
    position: relative;
    background-color: #fff;
    max-width: 70%;
    border-radius: 5px; }
    #modal__timestamp .overlay__inner__container {
      padding: 30px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      #modal__timestamp .overlay__inner__container #videoPlaceholder {
        background-color: white;
        position: initial; }
    #modal__timestamp .overlay__inner .attendee__image {
      width: 110px; }
    #modal__timestamp .overlay__inner .box {
      width: 100%;
      margin-bottom: 0; }
  #modal__timestamp .timestamps__row {
    position: relative;
    transition: linear opacity 0.5s;
    opacity: 1; }
    #modal__timestamp .timestamps__row.removing {
      opacity: 0; }
    #modal__timestamp .timestamps__row .smvi-bars {
      position: absolute;
      left: -20px;
      top: 13px;
      border: 1px solid #1e76fa;
      border-radius: 3px;
      color: #1e76fa;
      cursor: pointer; }
      #modal__timestamp .timestamps__row .smvi-bars:hover {
        opacity: 0.6; }
    #modal__timestamp .timestamps__row .smvi-trash {
      color: #ff8282;
      cursor: pointer;
      position: absolute;
      right: -15px;
      top: 10px;
      font-size: 1.4rem; }
      #modal__timestamp .timestamps__row .smvi-trash:hover {
        opacity: 0.6; }
    #modal__timestamp .timestamps__row input {
      border: 1px solid black; }
      #modal__timestamp .timestamps__row input.error {
        border: 1px solid red; }
    #modal__timestamp .timestamps__row__input {
      display: inline-block;
      position: relative;
      width: 46%;
      float: left;
      margin: 5px; }
      #modal__timestamp .timestamps__row__input__control {
        position: absolute;
        top: 1px;
        left: 1px;
        right: 2px;
        bottom: 8px;
        border-radius: 5px;
        font-size: 1.2rem;
        text-align: center;
        background: white;
        cursor: pointer;
        display: block; }
        #modal__timestamp .timestamps__row__input__control:hover span {
          opacity: 0.5; }
        #modal__timestamp .timestamps__row__input__control span {
          position: relative;
          top: 8px; }
        #modal__timestamp .timestamps__row__input__control.hide {
          display: none; }
  #modal__timestamp .modal__controls {
    text-align: center;
    margin-top: 20px;
    background: #2371f6;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.3rem;
    padding: 5px;
    width: 49%;
    display: inline-block;
    margin: 0; }
    #modal__timestamp .modal__controls:hover {
      opacity: 0.5; }
    #modal__timestamp .modal__controls.save {
      background: #3adb76; }
      #modal__timestamp .modal__controls.save:hover {
        opacity: rgba(58, 219, 118, 0.5); }
  #modal__timestamp .close {
    cursor: pointer;
    position: absolute;
    right: 3px;
    font-size: 2rem;
    top: 5px;
    transform: rotate(45deg); }

.two-tree {
  width: 63%; }

.one-tree {
  width: 36%; }

.attendee__controls {
  text-align: center;
  padding: 10px 0;
  margin-top: -15px;
  color: #75b38a; }
  .attendee__controls .smvi {
    cursor: pointer;
    font-size: 1.3rem; }
  .attendee__controls__input {
    margin: 5px 0; }
  .attendee__controls.hide {
    display: none; }

.show {
  display: block; }

.livesession__attendee-container {
  display: flex;
  flex-wrap: wrap; }
  .livesession__attendee-container .livesession__attendee {
    margin: 10px;
    width: 100px;
    text-align: center; }
  .livesession__attendee-container .autocomplete__input {
    width: 100%; }

.warning {
  color: #ec5840;
  cursor: pointer; }
  .warning:hover {
    opacity: 0.7; }
