/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  background-image: none;
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 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.
 * 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.
 */
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;
}
@font-face {
  font-family: 'icomoon';
  src: url(/static/c650d3215475d4c948db.eot);
  src: url(/static/c650d3215475d4c948db.eot) format('embedded-opentype'), url(/static/ece1595ce01403cfce6d.ttf) format('truetype'), url(/static/eac7f28ab69ba1a2235a.woff) format('woff'), url(/static/a72bbb7e6bcb9b78cf3e.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
._icon,
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-broom:before {
  content: "\e902";
}
.icon-warning:before {
  content: "\e901";
}
.icon-user:before {
  content: "\eb08";
}
.icon-anonymous:before {
  content: "\eb09";
}
.icon-angle-up-hard:before {
  content: "\edb7";
}
.icon-angle-up-medium:before {
  content: "\edb8";
}
.icon-angle-down-medium:before {
  content: "\edbf";
}
.icon-arrow-down2:before {
  content: "\edc0";
}
.icon-king:before {
  content: "\e900";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-list:before {
  content: "\f00b";
}
.icon-cross:before {
  content: "\f00d";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-lock:before {
  content: "\f023";
}
.icon-image:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-share:before {
  content: "\f045";
}
.icon-previous:before {
  content: "\f048";
}
.icon-next:before {
  content: "\f051";
}
.icon-info:before {
  content: "\f05a";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-report:before {
  content: "\f06a";
}
.icon-random:before {
  content: "\f074";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-contact:before {
  content: "\f0e0";
}
.icon-hammer:before {
  content: "\f0e3";
}
.icon-uploading:before {
  content: "\f0ee";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-reverse:before {
  content: "\f112";
}
.icon-star-half:before {
  content: "\f123";
}
.icon-privacy:before {
  content: "\f132";
}
.icon-unlock:before {
  content: "\f13e";
}
.icon-log:before {
  content: "\f14b";
}
.icon-home:before {
  content: "\e60d";
}
.icon-play:before {
  content: "\e60c";
}
.icon-pause:before {
  content: "\e60b";
}
.icon-stop:before {
  content: "\e60a";
}
.icon-music:before {
  content: "\e609";
}
.icon-file:before {
  content: "\e608";
}
.icon-archive:before {
  content: "\e606";
}
.icon-book:before {
  content: "\e607";
}
.icon-film:before {
  content: "\e605";
}
.icon-angle-right:before {
  content: "\e603";
}
.icon-angle-double-right:before {
  content: "\e601";
}
.icon-angle-double-left:before {
  content: "\e602";
}
.icon-rules:before {
  content: "\e921";
}
.icon-stopwatch:before {
  content: "\e952";
}
.icon-download:before {
  content: "\e960";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-cog:before {
  content: "\e994";
}
.icon-magic-wand:before {
  content: "\e997";
}
.icon-trash:before {
  content: "\e9ad";
}
.icon-upload-button:before {
  content: "\e9c6";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-volume-high:before {
  content: "\ea26";
}
.icon-volume-medium:before {
  content: "\ea27";
}
.icon-volume-low:before {
  content: "\ea28";
}
.icon-volume-mute:before {
  content: "\ea2a";
}
.icon-arrow-up:before {
  content: "\ea32";
}
.icon-arrow-down:before {
  content: "\ea36";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-facebook:before {
  content: "\ea8d";
}
.icon-twitter:before {
  content: "\ea91";
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html {
  background-color: #435e78;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}
body {
  margin: auto auto auto auto;
  color: #FBFAF9;
  font-size: 16px;
}
h1,
h2 {
  font-family: 'Open Sans Light', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 300;
}
h3,
h4,
h5,
h6 {
  color: #F4F3F3;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.75em;
}
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5,
h6 {
  font-family: 'Open Sans Bold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}
#top_navigation {
  position: relative;
  margin: 0;
  border-bottom: 2px solid #4b6a87;
  height: 2.7em;
  text-align: center;
}
@media (max-width: 35em) {
  #top_navigation {
    font-size: 0.75em;
  }
}
@media (max-width: 20em) {
  #top_navigation {
    font-size: 0.5em;
  }
}
.top_nav_item {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FBFAF9;
  text-align: center;
  height: 100%;
  display: inline-block;
  font-size: 1.25em;
  padding-top: 0.45em;
  padding-right: 1.2em;
  padding-left: 1.2em;
  vertical-align: top;
  text-decoration: none;
}
.top_nav_item:visited {
  color: #FBFAF9;
}
.top_nav_item:hover {
  color: #FBFAF9;
  background-color: #55718d;
}
.top_nav_item:active {
  color: #FBFAF9;
  background-color: #5f7f9e;
}
#top_navigation_content {
  display: inline-block;
  height: 100%;
}
#bottom_navigation {
  display: block;
  text-align: right;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
}
#bottom_navigation_content {
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em / 2px;
  -moz-border-radius: 0.25em / 2px;
  border-radius: 0.25em / 2px;
  display: inline-block;
  float: right;
  background-color: #435e78;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-top: 3px;
  padding-left: 1em;
}
@media (max-width: 800px) {
  #bottom_navigation_content {
    border-top: 1px solid #47637f;
    display: block;
    float: none;
  }
}
#main_social_links {
  font-size: 1.3em;
  position: fixed;
  top: 0.3em;
  right: 1em;
}
.content_fixed {
  display: block;
  overflow: -moz-hidden-unscrollable;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.textblock {
  text-align: left;
}
.main {
  display: block;
  overflow: hidden;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.main.text {
  max-width: 35em;
  margin-top: 3em;
  padding-bottom: 2.5em;
}
@media (max-height: 800px) {
  .main.text {
    margin-top: 1.5em;
  }
}
@media (min-height: 100%) {
  .main.text {
    margin-bottom: 1em;
  }
}
.main.text.wide {
  max-width: 50em;
}
.main.table {
  margin-top: 1.5em;
}
.main.left {
  text-align: left;
}
.main > .main-wrapper {
  display: inline-block;
}
.main > .main-wrapper.left {
  text-align: left;
}
.main p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.main ul {
  text-align: left;
}
.main form {
  display: block;
}
a,
a:visited {
  color: #FBFAF9;
}
a:hover {
  color: #E3E1E1;
}
a:active {
  color: #F3F1F1;
}
.clickable,
.clickable:visited {
  color: #f6f4f1;
}
.clickable:hover {
  color: #FFFFFF;
}
.clickable:active {
  color: #FFFFFF;
}
a,
a:active,
a:hover,
a:focus {
  outline: 0;
  cursor: pointer;
}
hr {
  border: 1px solid #4b6a87;
}
table.fixed {
  table-layout: fixed;
}
table.fixed td {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: none;
}
b,
strong {
  color: #F4F3F3;
}
table td,
table th {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: #527392;
  vertical-align: middle;
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1px;
  padding-top: 1px;
}
table td.left,
table th.left {
  text-align: left;
}
table td.right,
table th.right {
  text-align: right;
}
table th {
  font-family: 'Open Sans Bold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  background-color: #47637f;
  color: #F4F3F3;
}
form {
  clear: both;
  display: inline-block;
  text-align: left;
}
form table {
  margin-right: auto;
  margin-left: auto;
}
.form-button-right {
  float: right;
}
p.large {
  font-size: 1.25em;
}
p.warning {
  color: #f28a8a;
}
p.faint {
  font-size: 0.8em;
  opacity: 0.85;
}
p.center {
  text-align: center;
}
.formtable {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.formtable.compact {
  margin-top: 0em;
  margin-bottom: 0em;
}
.formtable td:first-child,
.formtable th:first-child {
  text-align: left;
}
.formtable tr > th,
.formtable tr > td {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-left: 0;
  border-right: 0;
}
.formtable tr:first-child > th,
.formtable tr:first-child > td {
  padding-top: 0;
  border-top: 0;
}
.formtable tr:last-child > th,
.formtable tr:last-child > td {
  border-bottom: 0;
  padding-bottom: 0;
}
.formtable tr.indent > td {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-size: 0.9em;
}
.formtable tr.indent > td:first-child {
  padding-left: 1.5em;
}
.breakword {
  word-wrap: break-all;
  word-wrap: break-word;
}
textarea,
select,
input[type="text"],
input[type="password"] {
  -webkit-border-radius: 0.15em;
  -moz-border-radius: 0.15em;
  border-radius: 0.15em;
  -webkit-border-radius: 0.15em / 2px;
  -moz-border-radius: 0.15em / 2px;
  border-radius: 0.15em / 2px;
  box-sizing: content-box;
  padding-right: 0.3em;
  padding-left: 0.3em;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  width: 16em;
}
textarea.halfwidth,
select.halfwidth,
input[type="text"].halfwidth,
input[type="password"].halfwidth {
  width: 8em;
}
textarea.thirdwidth,
select.thirdwidth,
input[type="text"].thirdwidth,
input[type="password"].thirdwidth {
  width: 5em;
}
textarea,
input[type="text"],
input[type="password"] {
  color: #FBFAF9;
  background-color: #55718d;
  box-shadow: none;
  resize: none;
}
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  color: #aebfce;
  opacity: 1;
}
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  color: #aebfce;
  opacity: 1;
}
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  color: #aebfce;
  opacity: 1;
}
textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder {
  color: #aebfce;
  opacity: 1;
}
textarea::-ms-clear,
input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear {
  display: none;
}
select,
input[type="text"],
input[type="password"] {
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1.8em;
  height: 1.8em;
}
textarea {
  padding-top: 2px;
  padding-bottom: 2px;
}
select {
  color: #FBFAF9;
  background-color: #55718d;
  overflow: hidden;
  text-overflow: "";
  text-overflow: ellipsis;
  text-decoration: underline;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
textarea[disabled],
select[disabled],
input[type="text"][disabled],
input[type="password"][disabled] {
  color: #aebfce;
}
.button,
input[type="submit"],
input[type="button"] {
  color: #303a3a;
  display: inline-block;
  cursor: pointer;
  border: none;
  padding-right: 0.6em;
  padding-left: 0.6em;
  line-height: 1.65em;
  padding-bottom: 0.1em;
  -webkit-border-radius: 0.16em / 50%;
  -moz-border-radius: 0.16em / 50%;
  border-radius: 0.16em / 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e3b3f7;
  text-decoration: none;
}
.button:visited,
input[type="submit"]:visited,
input[type="button"]:visited {
  background-color: #e3b3f7;
  color: #303a3a;
}
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #eac6f9;
  color: #303a3a;
}
.button:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-color: #efd3fa;
  color: #303a3a;
}
.button[disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
.button[disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="button"][disabled]:hover,
.button[disabled]:active,
input[type="submit"][disabled]:active,
input[type="button"][disabled]:active {
  color: #637777;
  background-color: #e1b8f2;
  cursor: inherit;
}
.button.light,
input[type="submit"].light,
input[type="button"].light {
  background-color: #506b85;
  color: #FBFAF9;
}
.button.light:visited,
input[type="submit"].light:visited,
input[type="button"].light:visited {
  background-color: #506b85;
  color: #FBFAF9;
}
.button.light:hover,
input[type="submit"].light:hover,
input[type="button"].light:hover {
  background-color: #55718d;
  color: #FBFAF9;
}
.button.light:active,
input[type="submit"].light:active,
input[type="button"].light:active {
  background-color: #5f7f9e;
  color: #FBFAF9;
}
.button.light[disabled],
input[type="submit"].light[disabled],
input[type="button"].light[disabled],
.button.light[disabled]:hover,
input[type="submit"].light[disabled]:hover,
input[type="button"].light[disabled]:hover,
.button.light[disabled]:active,
input[type="submit"].light[disabled]:active,
input[type="button"].light[disabled]:active {
  color: #ded6ce;
  background-color: #536b81;
  cursor: inherit;
}
.button > ._icon,
input[type="submit"] > ._icon,
input[type="button"] > ._icon,
.button > [class^="icon-"],
input[type="submit"] > [class^="icon-"],
input[type="button"] > [class^="icon-"],
.button > [class*=" icon-"],
input[type="submit"] > [class*=" icon-"],
input[type="button"] > [class*=" icon-"] {
  line-height: inherit;
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.button > ._icon:last-child,
input[type="submit"] > ._icon:last-child,
input[type="button"] > ._icon:last-child,
.button > [class^="icon-"]:last-child,
input[type="submit"] > [class^="icon-"]:last-child,
input[type="button"] > [class^="icon-"]:last-child,
.button > [class*=" icon-"]:last-child,
input[type="submit"] > [class*=" icon-"]:last-child,
input[type="button"] > [class*=" icon-"]:last-child {
  margin-right: 0;
}
.button > ._icon:first-child,
input[type="submit"] > ._icon:first-child,
input[type="button"] > ._icon:first-child,
.button > [class^="icon-"]:first-child,
input[type="submit"] > [class^="icon-"]:first-child,
input[type="button"] > [class^="icon-"]:first-child,
.button > [class*=" icon-"]:first-child,
input[type="submit"] > [class*=" icon-"]:first-child,
input[type="button"] > [class*=" icon-"]:first-child {
  margin-left: 0;
}
._icon,
[class^="icon-"],
[class*=" icon-"] {
  line-height: inherit;
}
.float-shadow {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.23);
}
.strikethrough {
  text-decoration: line-through;
}
.float-right {
  float: right;
}
.float-clear {
  clear: both;
}
.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5')
}
.nodecoration {
  text-decoration: none;
}
.fullwidth {
  width: 100%;
}
.hidden {
  display: none !important;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + span._icon,
input[type="checkbox"] + span._icon {
  font-size: 1.2em;
  vertical-align: middle;
}
input[type="radio"] + span._icon:before,
input[type="checkbox"] + span._icon:before {
  display: inline-block;
  text-align: left;
  cursor: pointer;
  width: 1em;
  height: 1em;
  color: #FBFAF9;
}
input[type="radio"] + span._icon:before {
  content: "\ea56";
}
input[type="radio"]:checked + span._icon:before {
  content: "\ea54";
}
input[type="checkbox"] + span._icon:before {
  content: "\ea53";
}
input[type="checkbox"]:checked + span._icon:before {
  content: "\ea52";
}
input[type="radio"]:disabled + span._icon:before,
input[type="checkbox"]:disabled + span._icon:before {
  color: #55718d;
}
.username {
  font-feature-settings: "ss02" on, "ss03" on;
}
.hardware-layer {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
@media (max-width: 81em) {
  .on_large_screen {
    display: none !important;
  }
}
@media (max-width: 50em) {
  .on_normal_screen {
    display: none !important;
  }
}
.clickable,
.pointer {
  cursor: pointer;
}
.unselectable,
.clickable,
.pointer {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hidden-select {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  line-height: 0;
  font-size: 0;
}
.stop-expanding {
  display: none;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url(/static/b32ce4831f3746c567d0.eot);
  src: url(/static/b32ce4831f3746c567d0.eot?#iefix) format('embedded-opentype'), url(/static/f4de1bfc2881797d8c57.woff) format('woff'), url(/static/7f164662f701194c9261.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Italic';
  font-weight: 400;
  font-style: italic;
  src: url(/static/97d3fe79bde6f9a20d8b.eot);
  src: url(/static/97d3fe79bde6f9a20d8b.eot?#iefix) format('embedded-opentype'), url(/static/de4fbda3e84f5f9b3086.woff) format('woff'), url(/static/59f2e4b73d6545fd8f23.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Light';
  font-weight: 300;
  font-style: normal;
  src: url(/static/67ec0c7a0413dc776534.eot);
  src: url(/static/67ec0c7a0413dc776534.eot?#iefix) format('embedded-opentype'), url(/static/81241f2f77372d607d9e.woff) format('woff'), url(/static/68b123053886f6927b1d.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Light Italic';
  font-weight: 300;
  font-style: italic;
  src: url(/static/08e30f7dc15ff568481f.eot);
  src: url(/static/08e30f7dc15ff568481f.eot?#iefix) format('embedded-opentype'), url(/static/ad37be52fe69585ac110.woff) format('woff'), url(/static/34ee89ccf1683d4c4fff.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Semibold';
  font-weight: 500;
  font-style: normal;
  src: url(/static/56ed41f51dab7cf9ad15.eot);
  src: url(/static/56ed41f51dab7cf9ad15.eot?#iefix) format('embedded-opentype'), url(/static/36e117000bb33738fde5.woff) format('woff'), url(/static/f8df46203ad5325f59b1.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Semibold Italic';
  font-weight: 500;
  font-style: italic;
  src: url(/static/0af1b341f23608a0b469.eot);
  src: url(/static/0af1b341f23608a0b469.eot?#iefix) format('embedded-opentype'), url(/static/ae1b1bd880cd5348e484.woff) format('woff'), url(/static/c7244a9651502f60f705.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Bold';
  font-weight: 600;
  font-style: normal;
  src: url(/static/149c7dddf6de59778d61.eot);
  src: url(/static/149c7dddf6de59778d61.eot?#iefix) format('embedded-opentype'), url(/static/1543fd02814c70b93efb.woff) format('woff'), url(/static/57521034eacf40ea16bc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Bold Italic';
  font-weight: 600;
  font-style: italic;
  src: url(/static/a1cf114704e4ccfb0b51.eot);
  src: url(/static/a1cf114704e4ccfb0b51.eot?#iefix) format('embedded-opentype'), url(/static/21b452120b59b711eb17.woff) format('woff'), url(/static/3c0c8c04896e1113f661.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans ExtraBold';
  font-weight: 700;
  font-style: normal;
  src: url(/static/8b02aa9b2a3fb02a9887.eot);
  src: url(/static/8b02aa9b2a3fb02a9887.eot?#iefix) format('embedded-opentype'), url(/static/11cb7f454f5b11701756.woff) format('woff'), url(/static/892086c1572121a938d9.ttf) format('truetype');
}
.opensans-alternate-i {
  font-feature-settings: "ss02" on, "ss03" on;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
}
b,
strong {
  font-family: 'Open Sans Semibold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
}
em,
i {
  font-family: 'Open Sans Italic', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-style: italic;
  font-weight: 400;
}
em b,
em strong,
i b,
i strong,
strong i,
strong em,
b i,
b em {
  font-family: 'Open Sans Semibold Italic', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  font-weight: 500;
}
/** Nanoscrollbars **/
.scroller {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: -moz-hidden-unscrollable;
  overflow: hidden;
}
.scroller-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  will-change: transform scroll-position;
}
.scroller-content::-webkit-scrollbar {
  visibility: hidden;
  width: 0 !important;
}
.scroller-content:focus {
  outline: none;
}
.scroller-pane {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 8px;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.2s;
}
.scroller-slider {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #506b85;
  position: relative;
  will-change: transform;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px / 2px;
  -moz-border-radius: 4px / 2px;
  border-radius: 4px / 2px;
}
.scroller:hover > .scroller-pane,
.scroller:active > .scroller-pane {
  opacity: 1;
}
#main_logo {
  font-family: 'Open Sans', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  color: #d97dff;
  font-size: 6em;
  line-height: 1em;
  margin-top: 35px;
  margin-bottom: 0px;
}
@media (max-width: 700px) {
  #main_logo {
    font-size: 4.5em;
  }
}
@media (max-width: 400px) {
  #main_logo {
    font-size: 3em;
  }
}
#main_logo_suffix {
  color: #cc9ce0;
}
#main_header_description {
  font-size: 1.5em;
}
#main_new_room_button {
  font-family: 'Open Sans Light', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 300;
  margin-top: 38px;
  font-size: 4em;
}
@media (max-width: 700px) {
  #main_new_room_button {
    font-size: 2.5em;
  }
}
@media (max-width: 400px) {
  #main_new_room_button {
    font-size: 2em;
  }
}
#main_new_room_button .subtext {
  display: inline-block;
  font-size: 0.33em;
  line-height: 1.5em;
  width: auto;
  margin-left: 1em;
}
.main_steps_separator {
  margin-top: 35px;
  margin-bottom: 25px;
}
#main_steps_header {
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-size: 2em;
}
.main_point_flex {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1.25em;
}
.main_catch_icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  order: 1;
  cursor: default;
  vertical-align: middle;
  display: inline-block;
  margin-top: 1em;
  margin-right: 0.7em;
  margin-left: 0.7em;
}
.main_point_ltr {
  flex-wrap: wrap-reverse;
}
.main_explain_text {
  order: 2;
  margin-top: 1em;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  max-width: 30em;
  margin-right: 0.7em;
  margin-left: 0.7em;
}
.main_explain_ltr {
  order: 0;
  text-align: right;
}
@media (max-width: 700px) {
  .main_explain_text {
    text-align: center;
  }
  .main_explain_text br {
    display: none;
  }
}
.main_explain_title {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: -0.2em;
  margin-bottom: 0.2em;
  font-size: 1.3em;
}
.room_svg {
  width: 200px;
  height: 120px;
  stroke: none;
}
.room_svg .room_area {
  fill: #5f7f9e;
  animation-iteration-count: 1;
  animation-direction: forward;
  animation-timing-function: linear;
  animation-duration: 1s;
  opacity: 1;
}
.room_svg .room_area:hover {
  animation-name: blinkAnim;
}
.room_svg .room_chat,
.room_svg .room_files,
.room_svg .room_title {
  fill: #47637f;
  stroke: none;
  font-family: 'Open Sans Bold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
}
.room_svg .room_title {
  font-size: 170px;
}
.room_svg .room_chat {
  font-size: 129px;
}
.room_svg .room_files {
  font-size: 210px;
}
@keyframes blinkAnim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  46% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.upload_svg {
  width: 113px;
  height: 125px;
  margin-right: 0em;
}
.upload_svg,
.upload_svg .backgroundCloud,
.upload_svg.cloud {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
.upload_svg .cloud {
  fill: #F4F3F3;
  font-size: 450px;
  animation-name: cloudAnimation;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 1.7s;
  animation-play-state: paused;
}
.upload_svg .file {
  fill: #5f7f9e;
}
.upload_svg .backgroundCloud {
  fill: #506b85;
  animation-name: cloudGroupAnimation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: paused;
  -ms-opacity: 0;
}
.upload_svg:hover .backgroundCloud,
.upload_svg:hover .cloud {
  animation-play-state: running;
}
.upload_svg .size1 {
  font-size: 400px;
}
.upload_svg .size2 {
  font-size: 560px;
}
.upload_svg .size3 {
  font-size: 320px;
}
.upload_svg .speed1 {
  animation-duration: 9s;
}
.upload_svg .speed2 {
  animation-duration: 7.5s;
}
.upload_svg .speed3 {
  animation-duration: 6s;
}
.upload_svg .speed4 {
  animation-duration: 4.5s;
}
.upload_svg .offset1 {
  animation-delay: -3.8s;
}
.upload_svg .offset2 {
  animation-delay: -5.5s;
}
.upload_svg .offset3 {
  animation-delay: -10.5s;
}
@keyframes cloudGroupAnimation {
  from {
    transform: translate(0, 1400px);
  }
  to {
    transform: translate(0, -400px);
  }
}
@keyframes cloudAnimation {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0.9;
  }
}
.url_bar_icon {
  font-family: 'Open Sans Light', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 300;
  -webkit-border-radius: 4px / 4px;
  -moz-border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #F4F3F3;
  word-break: keep-all;
  white-space: nowrap;
  background-color: #5f7f9e;
  text-align: left;
  height: 2.2em;
  line-height: 2.2em;
  width: auto;
  padding-right: 0.6em;
  padding-left: 0.6em;
}
.url_bar_icon_room {
  font-family: 'Open Sans', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
}
.url_bar_icon_lock {
  display: inline-block;
  font-size: 1.4em;
  margin-right: 0.35em;
  margin-top: -0.2em;
  vertical-align: middle;
}
#main_about_button_bottom {
  font-size: 1.25em;
}
#main_end_pad {
  height: 3em;
}
#country_mismatch_warning,
#country_mismatch_warning_bank {
  display: none;
}
.country_mismatch #country_mismatch_warning {
  display: block;
}
.country_mismatch_bank #country_mismatch_warning_bank {
  display: block;
}
.about_continue {
  font-size: 1.25em;
}
#user_toplist .position {
  width: 5em;
}
#user_toplist .value {
  width: 8em;
}
#discover_header {
  font-size: 4em;
  margin-bottom: 0.25em;
  margin-top: 0em;
}
#discover_rooms_list {
  margin-bottom: 2em;
  margin-top: 2em;
}
.discover_entry {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.discover_room_name {
  display: inline-block;
  font-size: 2em;
}
.discover_room_description {
  font-size: 0.8em;
  margin-left: 0.8em;
  text-align: bottom;
}
#ie_warning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ee9999;
  text-align: center;
  padding: 0.5em;
  color: black;
  z-index: 10000;
}
#ie_warning > b {
  color: black;
}
#ie_warning_link {
  font-size: 1.3em;
}
#ie_warning_link,
#ie_warning_link:visited {
  color: blue;
}
#ie_warning_link:hover {
  color: blue;
}
#ie_warning_link:active {
  color: blue;
}
#profile_gravatar {
  display: block;
  vertical-align: top;
  margin-right: 2.5em;
  float: left;
}
#profile_info {
  display: inline-block;
}
#profile_header {
  display: block;
  overflow: auto;
}
#profile_name {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#profile_edit {
  font-size: 0.5em;
  text-decoration: underline;
  vertical-align: middle;
}
#profile_says {
  clear: both;
}
.page_hotlink .download-filename {
  -webkit-border-radius: 0.3em / 0.3em;
  -moz-border-radius: 0.3em / 0.3em;
  border-radius: 0.3em / 0.3em;
  font-family: 'Open Sans Semibold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  color: #F4F3F3;
  cursor: pointer;
  display: block;
  background-color: #506b85;
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0.2em;
}
.page_hotlink .download-tagline {
  margin-top: 0;
}
.page_hotlink .download-separator {
  margin-top: 3em;
}
.page_hotlink .download-form {
  text-align: center;
}
.page_hotlink .download-button {
  font-size: 1.7em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
}
.ui_frame_container {
  display: block;
  position: absolute;
  overflow: -moz-hidden-unscrollable;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.mobile .ui_frame_container {
  right: 0px;
  bottom: 0px;
}
.ui_frame {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 90%;
  position: absolute;
  border: 2px solid #4b6a87;
  border-left: 8px solid #4b6a87;
  color: #FBFAF9;
  background: #435e78;
  padding-left: 0.6em;
  padding-right: 0.7em;
  z-index: 1500;
  pointer-events: none;
  transition-duration: 0.15s;
  transition-property: opacity;
  opacity: 0;
  padding-bottom: 0.4em;
}
.ui_frame_fullscreen {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 2px solid #4b6a87;
  max-width: 100%;
  overflow: auto;
}
.ui_frame_shown {
  opacity: 1;
  pointer-events: auto;
}
.ui_exclusive_frames .ui_frame_nonexclusive {
  display: none;
}
@keyframes frameLeaveAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ui_frame_title {
  font-family: 'Open Sans Semibold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  color: #F4F3F3;
  display: inline-block;
  max-width: 35em;
  word-wrap: break-word;
  line-height: 1em;
  margin-top: 0.5em;
}
@media (max-width: 36em) {
  .ui_frame_title {
    max-width: 100%;
  }
}
.ui_frame_body {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ui_frame_content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 35em;
  margin-top: 0.4em;
}
.ui_frame_content:empty {
  display: none;
}
.ui_frame_content_centered {
  text-align: center;
}
.ui_frame_body_bar {
  border-top: 3px solid #4b6a87;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.ui_frame_left {
  display: inline-block;
  line-height: 0;
  padding-right: 0.5em;
  padding-left: 1px;
  margin-top: 0.4em;
}
.ui_frame_left:empty {
  display: none;
}
.ui_frame_buttons {
  clear: both;
  text-align: right;
  margin-top: 0.4em;
}
.ui_frame_text {
  display: inline-block;
  margin-bottom: 0.6em;
}
.ui_frame_text.center {
  text-align: center;
}
.ui_frame_table {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
  margin-right: auto;
  margin-left: auto;
}
.ui_frame_table td {
  border-color: #4b6a87;
}
.ui_frame_table_relaxed {
  margin-top: 0.5em !important;
  margin-bottom: 1em !important;
}
.ui_frame_table_relaxed > tr > td {
  padding-bottom: 0.5em;
  padding-top: 0.2em;
}
.ui_frame_table_centered {
  width: 100%;
}
.ui_frame_table_centered > tr > td > textarea,
.ui_frame_table_centered > tr > td > input {
  width: 100%;
}
.ui_frame_disabled {
  color: #dcd4cb;
  background: #455e76;
  border-color: #4e6984;
  border-left-color: #4e6984;
}
.ui_frame_disabled .ui_frame_body_bar {
  border-top-color: #4e6984;
}
.ui_frame_disabled .ui_frame_table td {
  border-color: #4e6984;
}
.ui_frame_contextmenu {
  border-radius: 0.3em;
  border: 3px solid #4b6a87;
  overflow: hidden;
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 0;
}
.ui_frame_contextmenu > .ui_frame_body > .ui_frame_left {
  margin-top: 0;
}
.ui_frame_contextmenu > .ui_frame_body > .ui_frame_content {
  margin-top: 0;
}
.ui_frame_contextmenu_button_icon {
  display: inline-block;
  text-align: center;
  width: 1em;
  margin-left: -1.6em !important;
  margin-right: 0.6em !important;
  float: left;
}
.ui_frame_contextmenu_button_text {
  clear: both;
}
.ui_frame_contextmenu_button {
  line-height: 2em;
  padding-left: 2.3em;
  padding-right: 1em;
  border-radius: 0;
  display: block;
}
.ui_frame_contextmenu_table {
  margin: 0;
  padding: 0;
}
.ui_frame_contextmenu_table tr,
.ui_frame_contextmenu_table td {
  margin: 0;
  padding: 0;
}
.ui_frame_contextmenu_table td {
  border: 2px solid #4b6a87;
}
.ui_content_frame_scroller {
  width: 24em;
  height: 18em;
}
.ui_content_frame_content {
  padding-right: 0.5em;
}
#upload_container {
  margin: 0;
  padding: 0;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  line-height: 0;
}
#hiddenupload {
  position: fixed;
  left: -8000px;
}
#upload_button {
  position: relative;
  z-index: 150;
  white-space: nowrap;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px / 50%;
  -webkit-border-top-left-radius: 3px / 50%;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px / 50%;
  -moz-border-radius-topleft: 3px / 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px / 50%;
  border-top-left-radius: 3px / 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.2em;
}
#admin_button {
  display: none;
  width: 2.7em;
  height: 2.7em;
  border-left: 2px solid #597895;
  line-height: 2.7em;
  border-radius: 0;
  padding: 0;
  float: right;
  text-align: center;
}
#home_button {
  display: block;
  width: 2.7em;
  height: 2.7em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0;
  padding-top: 0;
  border: none;
  margin: 0;
  border-radius: 0;
  float: left;
  border-right: 2px solid #597895;
}
#admin_button_icon {
  font-size: 1.4em;
  vertical-align: top;
}
#chat_header {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 2.7em;
  background-color: #506b85;
  text-align: left;
  border-right: 2px solid #597895;
  white-space: nowrap;
  overflow: -moz-hidden-unscrollable;
  overflow: hidden;
}
#name_container {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  display: block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 2.7em;
  height: 2.7em;
}
#room_name_angle_down {
  float: right;
  font-size: 1.5em;
  margin-right: 0.3em;
  margin-left: 0;
}
#room_name {
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 1.5em;
  margin: 0;
}
#rename_container {
  text-align: center;
  display: block;
  height: 100%;
  line-height: 2.5em;
}
#rename_input {
  font-size: 1.1em;
  width: 13em;
  vertical-align: middle;
  margin-right: 0.5em;
}
#rename_room {
  vertical-align: middle;
}
#files_header {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 35%;
  height: 2.7em;
  line-height: 2.7em;
  background-color: #506b85;
  display: block;
}
#files_header_row {
  height: 100%;
  line-height: inherit;
  overflow: hidden;
  white-space: nowrap;
}
.header_row_element {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #597895;
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.4em;
  padding-right: 0.4em;
  height: 100%;
  font-size: 1em;
  line-height: 2.7em;
}
.header_row_element,
.header_row_element:visited {
  color: #FBFAF9;
  text-decoration: none;
}
.header_row_element.clickable:active {
  background-color: #5f7f9e;
  color: #FBFAF9;
}
.header_row_element_disabled.clickable,
.header_row_element_disabled.clickable:hover,
.header_row_element_disabled.clickable:active,
.header_row_element_disabled.clickable:visited {
  cursor: default;
  color: #5f7f9e;
  background-color: transparent;
}
.header_row_element_icon {
  width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
  margin-right: 0.3em;
}
.header_row_element,
.header_row_element:visited {
  color: #FBFAF9;
  text-decoration: none;
}
.header_row_element.clickable:hover {
  z-index: 1;
  color: #FBFAF9;
  background-color: #55718d;
}
.header_row_element.clickable:active {
  background-color: #5f7f9e;
  color: #FBFAF9;
}
.header_row_element_disabled.clickable,
.header_row_element_disabled.clickable:hover,
.header_row_element_disabled.clickable:active,
.header_row_element_disabled.clickable:visited {
  cursor: default;
  color: #5f7f9e;
  background-color: transparent;
}
#room_search {
  padding-left: 0;
  padding-right: 0;
}
#search_input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  line-height: inherit;
  height: 100%;
  background-color: transparent;
  width: 6.5em;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1.5em;
  padding-left: 0.5em;
  margin: 0;
  border-radius: 0;
  transition-property: background-color width;
  transition-duration: 0.3s;
}
#search_input:hover {
  background-color: #55718d;
}
#search_input:valid,
#search_input:active,
#search_input:focus {
  background-color: #55718d;
  width: 9em;
}
@media (min-width: 50em) {
  #search_input:valid,
  #search_input:active,
  #search_input:focus {
    width: 12em;
  }
}
#clearsearch {
  height: 100%;
  vertical-align: top;
  line-height: 2.7em;
  display: inline-block;
  text-align: center;
  width: 1em;
  margin-left: -1.5em;
  padding-right: 0.5em;
}
#show_search_ui {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#toggles {
  padding: 0;
  vertical-align: top;
  line-height: inherit;
  height: 100%;
}
#toggles span.toggle_container {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#toggles span.toggle_text,
#toggles span.toggle_icon {
  vertical-align: middle;
  text-align: center;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
}
#toggles span.toggle_icon {
  color: #66829c;
  height: 1.15em;
  line-height: 1.15em;
  font-size: 1em;
}
#toggles span.toggle_text {
  font-size: 0.8em;
  height: 1.4375em;
  line-height: 1.4375em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}
#toggles > .toggle {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  line-height: inherit;
  display: inline-block;
  text-align: center;
  height: 100%;
  padding-right: 0.3em;
  padding-left: 0.3em;
  color: #FBFAF9;
}
#toggles > .toggle:last-child {
  padding-right: 0.5em;
}
#toggles > .toggle:first-child {
  padding-left: 0.5em;
}
#toggles > .toggle:hover {
  color: #FBFAF9;
  background-color: #55718d;
}
#toggles > .toggle:active {
  color: #FBFAF9;
  background-color: #5f7f9e;
}
#toggles > .toggle.enabled span.toggle_icon {
  color: #ccd6de;
}
#files_header.header_tiny .on_small_header,
#files_header.header_tiny .on_normal_header,
#files_header.header_tiny .on_big_header {
  display: none !important;
}
#files_header.header_small .on_normal_header,
#files_header.header_small .on_big_header {
  display: none !important;
}
#files_header.header_normal .on_big_header {
  display: none !important;
}
#chat_frame {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: -moz-hidden-unscrollable;
  overflow: hidden;
  position: absolute;
  top: 2.7em;
  bottom: 0;
  left: 0;
  width: 35%;
  border-top: 2px solid #597895;
  padding-right: 2px;
}
#chat_frame.hidden {
  display: none;
}
#chat_frame:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-right: 2px solid #4b6a87;
}
#chat_messages_frame {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#chat_messages_frame::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  border-left: 0.4em solid #47637f;
}
#chat_hbar_container {
  padding-top: 2px;
  -webkit-box-shadow: 0px -5px 5px 0px #435e78;
  -moz-box-shadow: 0px -5px 5px 0px #435e78;
  box-shadow: 0px -5px 5px 0px #435e78;
  overflow: hidden;
  position: relative;
  height: 1.5em;
}
#chat_hbar {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  border-left: 0.4em solid #768ea6;
  height: 1.5em;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
}
#chat_name_container {
  -webkit-border-radius: 0 0.4em 0 0 / 0.4em;
  -moz-border-radius: 0 0.4em 0 0 / 0.4em;
  border-radius: 0 0.4em 0 0 / 0.4em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  height: 1.5em;
  border-bottom: 1px dotted #66829c;
  background-color: #55718d;
  padding-left: 0.3em;
  cursor: pointer;
}
#chat_user_icon,
#chat_user_angle_up {
  display: inline-block;
  line-height: inherit;
  text-align: center;
  width: 1em;
}
#chat_name {
  vertical-align: top;
  font-size: 0.9em;
  line-height: 1.5em;
  height: 100%;
  width: 10em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin-left: 0.3em;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#chat_status {
  vertical-align: top;
  display: inline-block;
  float: right;
  font-family: 'Open Sans Semibold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  color: #F4F3F3;
  font-size: 0.9em;
  margin-right: 0.4em;
}
.chat_status_group {
  display: inline-block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
  vertical-align: top;
  border-right: 2px solid #4b6a87;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.chat_status_group:last-child {
  padding-right: 0;
  border-right: none;
}
.chat_status_text {
  display: inline-block;
  line-height: 1.5em;
  vertical-align: top;
  padding-right: 0.4em;
}
.chat_status_icon {
  display: inline-block;
  line-height: 1.5em !important;
  vertical-align: top;
}
#chat_notifier,
#chat_connection {
  display: none;
  vertical-align: top;
  line-height: 1.5em;
  margin-left: 0.3em;
}
#chat_connection {
  font-family: 'Open Sans semibold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  color: #dbc16e;
}
#chat_notifier {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.chat_message {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 1em;
  padding-left: 0.5em;
  margin-left: 0.4em;
  word-wrap: break-word;
  clear: float;
  overflow: hidden;
}
.chat_message:last-child {
  margin-bottom: 0.5em;
}
.chat_message > .username {
  font-family: 'Open Sans Bold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  font-feature-settings: "ss02" on, "ss03" on;
  float: left;
  margin-left: -0.2em;
  padding-right: 0.4em;
  text-decoration: none;
  cursor: default;
  color: #F4F3F3;
}
.chat_message.user .username {
  color: #18db6d;
}
.chat_message.profile .username {
  cursor: pointer;
}
.chat_message.donator .username {
  color: #2ff284;
}
.chat_message.staff .username {
  color: #dc8bfe;
}
.chat_message.admin .username {
  color: #dc8bfe;
}
.chat_message.profile .username {
  cursor: pointer;
}
.chat_message.highlight {
  font-family: 'Open Sans Semibold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  color: #F4F3F3;
  border-left: 0.4em solid #66829c;
  margin-left: 0;
}
.chat_message.me {
  font-family: 'Open Sans Italic', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-style: italic;
  font-weight: 400;
}
.chat_message.me .username {
  font-family: 'Open Sans Bold Italic', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  font-weight: 700;
}
.chat_message.me.highlight {
  font-family: 'Open Sans Semibold Italic', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  font-weight: 500;
}
.chat_message_icon {
  text-decoration: none;
  margin-right: 0.25em;
  opacity: 0.6;
}
.chat_message_icon:first-child {
  margin-left: -0.15em;
}
.chat_message_icon.clickable,
.chat_message_icon.clickable:hover,
.chat_message_icon.clickable:active,
.chat_message_icon.clickable:visited {
  color: inherit;
}
.chat_message_icon.clickable:hover {
  opacity: 1;
}
.chat_text_bold {
  font-family: 'Open Sans Bold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
}
.chat_room {
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat_room:before {
  position: relative;
  content: '#';
  color: #7f96ac;
}
.chat_room:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background-color: #7f96ac;
  z-index: -5;
}
.chat_room:active:before,
.chat_room:hover:before {
  color: #ccd6de;
}
.chat_room,
.chat_room:visited,
.chat_room:hover,
.chat_room:active {
  color: #FBFAF9;
}
.chat_file {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  -webkit-border-radius: 0.2em / 2px;
  -moz-border-radius: 0.2em / 2px;
  border-radius: 0.2em / 2px;
  font-family: 'Open Sans', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5em;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding-left: 0.25em;
  padding-right: 0.25em;
  text-decoration: none;
  background-color: #506b85;
  border-color: #597895;
  margin-bottom: 2px;
}
.chat_file:last-child {
  margin-bottom: 0;
}
.chat_file_filename {
  vertical-align: top;
  line-height: 1.4em;
  padding-bottom: 0.1em;
}
.chat_file:hover {
  background-color: #55718d;
}
.chat_file:hover > .chat_file_icon.chat_file_icon_download:before {
  content: "\e960";
}
.chat_file,
.chat_file:visited,
.chat_file:hover,
.chat_file:active {
  color: #FBFAF9;
}
.chat_file:active {
  background-color: #5f7f9e;
}
.chat_file + .chat_file {
  margin-top: 2px;
}
.chat_file_icon {
  padding-left: 0.2em;
  padding-right: 0.3em;
  line-height: 1.5em !important;
  width: 1em;
  float: left;
  text-align: center;
}
.chat_file_icon:last-child {
  padding-right: 0.6em;
}
.chat_file_play:before {
  line-height: 1.35em;
}
.chat_room_url_message {
  background-color: #47637f;
  text-align: center;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
}
.chat_room_url_text {
  margin-bottom: 0.2em;
}
.chat_room_url {
  display: inline-block;
  cursor: text;
  background-color: #55718d;
  font-size: 1.1em;
  padding: 3px;
}
.chat_room_url_tos {
  font-family: 'Open Sans', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  margin-top: 0.2em;
}
#chat_input_container {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-left: 0.4em solid #768ea6;
  -webkit-box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.1);
}
#chat_input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0 / 2px;
  -moz-border-radius: 0 / 2px;
  border-radius: 0 / 2px;
  font-size: 1.1em;
  vertical-align: top;
  overflow: hidden;
  overflow-y: auto;
  border: none;
  height: 4em;
  width: 100%;
  padding-left: 0.25em;
  font-size: 1.25em;
}
#call_to_action_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 8em;
  display: none;
}
#call_to_action_container:before {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #47637f;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
}
#call_to_action {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 6em;
  height: 6em;
  margin: 0 auto;
  text-align: center;
  color: #47637f;
  font-size: 4em;
  position: relative;
  line-height: 6em;
}
#call_to_action_image {
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#call_to_action_text {
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.3em;
}
.drag_here_svg .drag_here_rect {
  fill: none;
  stroke-width: 50px;
  stroke: #47637f;
  stroke-dasharray: 0 600 357.07963268 0;
  stroke-dashoffset: -100;
  animation-iteration-count: infinite;
  animation-direction: forward;
  animation-timing-function: linear;
  animation-duration: 1s;
}
@keyframes dragHereBorders {
  from {
    stroke-dashoffset: -100;
  }
  to {
    stroke-dashoffset: 857.07963268;
  }
}
#call_to_action_container.active {
  z-index: 200;
  display: block;
}
#call_to_action_container.active:before {
  opacity: 0.8;
}
#call_to_action_container.active .drag_here_rect {
  animation-name: dragHereBorders;
  stroke: #55718d;
}
#call_to_action_container.active #call_to_action {
  color: #55718d;
}
#filelist_reminders {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.filelist_reminder {
  padding-bottom: 0.1em;
  font-size: 0.85em;
  text-align: center;
  background-color: #66829c;
  cursor: pointer;
  border-bottom: 1px solid #597895;
}
.filelist_reminder:hover {
  background-color: #6e88a1;
}
.filelist_reminder:active {
  background-color: #7f96ac;
}
#files_frame {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #597895;
  padding-left: 2px;
  position: absolute;
  top: 2.7em;
  left: 35%;
  right: 0;
  bottom: 0;
}
#files_scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
#file_list.even .filelist_file:nth-child(2n) {
  background-color: #47637f;
}
#file_list.uneven .filelist_file:nth-child(2n+1) {
  background-color: #47637f;
}
.filelist_resize_bar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 3px;
  cursor: w-resize;
}
.filelist_resize_bar.resizing {
  background-color: #4b6a87;
}
.filelist_file {
  padding-right: 1.2em;
  clear: both;
  height: 2em;
  white-space: nowrap;
  border-left: 0.3em solid transparent;
  padding-left: 0.3em;
}
.file_left_part {
  cursor: pointer;
  text-decoration: none;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file_left_part,
.file_left_part:visited {
  color: #f6f4f1;
}
.file_left_part:hover {
  color: #FFFFFF;
}
.file_left_part:active {
  color: #FFFFFF;
}
.file_right_part {
  line-height: 2em;
  float: right;
  padding-left: 0.5em;
  overflow: hidden;
  white-space: nowrap;
}
.file_status,
.file_buttons {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 0.5em;
  text-align: left;
}
.file_status:before,
.file_buttons:before {
  content: '';
  vertical-align: top;
  border-left: 2px solid #4b6a87;
  height: 1.6em;
  width: 0;
  margin-right: 0.5em;
}
.file_icon,
.file_button {
  display: inline-block;
  text-align: center;
  width: 1.3em;
  line-height: 2em !important;
}
.file_button {
  padding-right: 0.3em;
}
.file_button:last-child {
  padding-right: 0em;
}
.file_control {
  padding-right: 0.4em;
}
.file_control_icon,
.file_button {
  color: #FBFAF9;
}
.file_control_icon.filetype,
.file_button.filetype {
  padding-right: 0.3em;
}
.file_icon_hover {
  display: none;
}
.filelist_file.music_playing > .file_left_part > .file_control > .filetype {
  color: #d97dff;
}
.filelist_file.music_playing.music_loading > .file_left_part > .file_control > .filetype {
  color: #d97dff;
  animation-name: music_loading_pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes music_loading_pulse {
  0% {
    color: #FBFAF9;
  }
  100% {
    color: #d97dff;
  }
}
.filelist_file:hover {
  border-left-color: #506b85;
}
.filelist_file:hover > .file_left_part > .file_control > .filetype_download:before {
  content: "\e960";
  color: #f6f4f1;
}
.filelist_file:hover > .file_left_part > .file_control > .file_icon_hover {
  display: inline-block;
}
.file_icon_pulsing:before {
  -webkit-animation-name: animate_icon;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: animate_icon;
  -moz-animation-duration: 0.6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: animate_icon;
  -ms-animation-duration: 0.6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: alternate;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: animate_icon;
  -o-animation-duration: 0.6s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: alternate;
  -o-animation-timing-function: ease-in-out;
  animation-name: animate_icon;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes animate_icon {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@-moz-keyframes animate_icon {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@-ms-keyframes animate_icon {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@-o-keyframes animate_icon {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes animate_icon {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
.file_queued,
.file_uploading,
.file_selected,
.file_failed {
  border-left-color: transparent !important;
}
.file_queued .file_icon_hupload,
.file_uploading .file_icon_hupload,
.file_failed .file_icon_hupload {
  display: none !important;
}
.file_queued .file_buttons,
.file_uploading .file_buttons,
.file_failed .file_buttons {
  display: none !important;
}
.file_selected {
  background-color: #55718d !important;
}
.file_failed {
  background-color: #d65a5a !important;
}
.file_queued {
  background-color: #69849e !important;
}
.file_queued > .file_right_part > .file_status:before {
  border-left-color: #7089a2;
}
.file_uploading {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  position: relative;
  background-color: transparent !important;
}
.file_uploading > .file_right_part > .file_status:before {
  border-left-color: #5d7d9b;
}
.file_uploading:before,
.file_uploading:after {
  position: absolute;
  background-position: top left;
  background-attachment: fixed;
  background-size: 2em 2em;
  content: '';
  top: 0;
  left: -0.3em;
  bottom: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.file_uploading:before {
  padding-left: 0.3em;
  background-color: #66829c;
  background-image: repeating-linear-gradient(-45deg, #66829c, #66829c 25%, #6d87a0 25%, #6d87a0 50%);
}
.file_uploading:after {
  width: 0;
  background-color: #597895;
  background-image: repeating-linear-gradient(-45deg, #56728e, #56728e 25%, #597895 25%, #597895 50%);
  transition: width 2s;
}
.file_uploading.progress_0:after {
  padding-left: 0.3em;
  width: 0%;
}
.file_uploading.progress_1:after {
  padding-left: 0.3em;
  width: 1%;
}
.file_uploading.progress_2:after {
  padding-left: 0.3em;
  width: 2%;
}
.file_uploading.progress_3:after {
  padding-left: 0.3em;
  width: 3%;
}
.file_uploading.progress_4:after {
  padding-left: 0.3em;
  width: 4%;
}
.file_uploading.progress_5:after {
  padding-left: 0.3em;
  width: 5%;
}
.file_uploading.progress_6:after {
  padding-left: 0.3em;
  width: 6%;
}
.file_uploading.progress_7:after {
  padding-left: 0.3em;
  width: 7%;
}
.file_uploading.progress_8:after {
  padding-left: 0.3em;
  width: 8%;
}
.file_uploading.progress_9:after {
  padding-left: 0.3em;
  width: 9%;
}
.file_uploading.progress_10:after {
  padding-left: 0.3em;
  width: 10%;
}
.file_uploading.progress_11:after {
  padding-left: 0.3em;
  width: 11%;
}
.file_uploading.progress_12:after {
  padding-left: 0.3em;
  width: 12%;
}
.file_uploading.progress_13:after {
  padding-left: 0.3em;
  width: 13%;
}
.file_uploading.progress_14:after {
  padding-left: 0.3em;
  width: 14%;
}
.file_uploading.progress_15:after {
  padding-left: 0.3em;
  width: 15%;
}
.file_uploading.progress_16:after {
  padding-left: 0.3em;
  width: 16%;
}
.file_uploading.progress_17:after {
  padding-left: 0.3em;
  width: 17%;
}
.file_uploading.progress_18:after {
  padding-left: 0.3em;
  width: 18%;
}
.file_uploading.progress_19:after {
  padding-left: 0.3em;
  width: 19%;
}
.file_uploading.progress_20:after {
  padding-left: 0.3em;
  width: 20%;
}
.file_uploading.progress_21:after {
  padding-left: 0.3em;
  width: 21%;
}
.file_uploading.progress_22:after {
  padding-left: 0.3em;
  width: 22%;
}
.file_uploading.progress_23:after {
  padding-left: 0.3em;
  width: 23%;
}
.file_uploading.progress_24:after {
  padding-left: 0.3em;
  width: 24%;
}
.file_uploading.progress_25:after {
  padding-left: 0.3em;
  width: 25%;
}
.file_uploading.progress_26:after {
  padding-left: 0.3em;
  width: 26%;
}
.file_uploading.progress_27:after {
  padding-left: 0.3em;
  width: 27%;
}
.file_uploading.progress_28:after {
  padding-left: 0.3em;
  width: 28%;
}
.file_uploading.progress_29:after {
  padding-left: 0.3em;
  width: 29%;
}
.file_uploading.progress_30:after {
  padding-left: 0.3em;
  width: 30%;
}
.file_uploading.progress_31:after {
  padding-left: 0.3em;
  width: 31%;
}
.file_uploading.progress_32:after {
  padding-left: 0.3em;
  width: 32%;
}
.file_uploading.progress_33:after {
  padding-left: 0.3em;
  width: 33%;
}
.file_uploading.progress_34:after {
  padding-left: 0.3em;
  width: 34%;
}
.file_uploading.progress_35:after {
  padding-left: 0.3em;
  width: 35%;
}
.file_uploading.progress_36:after {
  padding-left: 0.3em;
  width: 36%;
}
.file_uploading.progress_37:after {
  padding-left: 0.3em;
  width: 37%;
}
.file_uploading.progress_38:after {
  padding-left: 0.3em;
  width: 38%;
}
.file_uploading.progress_39:after {
  padding-left: 0.3em;
  width: 39%;
}
.file_uploading.progress_40:after {
  padding-left: 0.3em;
  width: 40%;
}
.file_uploading.progress_41:after {
  padding-left: 0.3em;
  width: 41%;
}
.file_uploading.progress_42:after {
  padding-left: 0.3em;
  width: 42%;
}
.file_uploading.progress_43:after {
  padding-left: 0.3em;
  width: 43%;
}
.file_uploading.progress_44:after {
  padding-left: 0.3em;
  width: 44%;
}
.file_uploading.progress_45:after {
  padding-left: 0.3em;
  width: 45%;
}
.file_uploading.progress_46:after {
  padding-left: 0.3em;
  width: 46%;
}
.file_uploading.progress_47:after {
  padding-left: 0.3em;
  width: 47%;
}
.file_uploading.progress_48:after {
  padding-left: 0.3em;
  width: 48%;
}
.file_uploading.progress_49:after {
  padding-left: 0.3em;
  width: 49%;
}
.file_uploading.progress_50:after {
  padding-left: 0.3em;
  width: 50%;
}
.file_uploading.progress_51:after {
  padding-left: 0.3em;
  width: 51%;
}
.file_uploading.progress_52:after {
  padding-left: 0.3em;
  width: 52%;
}
.file_uploading.progress_53:after {
  padding-left: 0.3em;
  width: 53%;
}
.file_uploading.progress_54:after {
  padding-left: 0.3em;
  width: 54%;
}
.file_uploading.progress_55:after {
  padding-left: 0.3em;
  width: 55%;
}
.file_uploading.progress_56:after {
  padding-left: 0.3em;
  width: 56%;
}
.file_uploading.progress_57:after {
  padding-left: 0.3em;
  width: 57%;
}
.file_uploading.progress_58:after {
  padding-left: 0.3em;
  width: 58%;
}
.file_uploading.progress_59:after {
  padding-left: 0.3em;
  width: 59%;
}
.file_uploading.progress_60:after {
  padding-left: 0.3em;
  width: 60%;
}
.file_uploading.progress_61:after {
  padding-left: 0.3em;
  width: 61%;
}
.file_uploading.progress_62:after {
  padding-left: 0.3em;
  width: 62%;
}
.file_uploading.progress_63:after {
  padding-left: 0.3em;
  width: 63%;
}
.file_uploading.progress_64:after {
  padding-left: 0.3em;
  width: 64%;
}
.file_uploading.progress_65:after {
  padding-left: 0.3em;
  width: 65%;
}
.file_uploading.progress_66:after {
  padding-left: 0.3em;
  width: 66%;
}
.file_uploading.progress_67:after {
  padding-left: 0.3em;
  width: 67%;
}
.file_uploading.progress_68:after {
  padding-left: 0.3em;
  width: 68%;
}
.file_uploading.progress_69:after {
  padding-left: 0.3em;
  width: 69%;
}
.file_uploading.progress_70:after {
  padding-left: 0.3em;
  width: 70%;
}
.file_uploading.progress_71:after {
  padding-left: 0.3em;
  width: 71%;
}
.file_uploading.progress_72:after {
  padding-left: 0.3em;
  width: 72%;
}
.file_uploading.progress_73:after {
  padding-left: 0.3em;
  width: 73%;
}
.file_uploading.progress_74:after {
  padding-left: 0.3em;
  width: 74%;
}
.file_uploading.progress_75:after {
  padding-left: 0.3em;
  width: 75%;
}
.file_uploading.progress_76:after {
  padding-left: 0.3em;
  width: 76%;
}
.file_uploading.progress_77:after {
  padding-left: 0.3em;
  width: 77%;
}
.file_uploading.progress_78:after {
  padding-left: 0.3em;
  width: 78%;
}
.file_uploading.progress_79:after {
  padding-left: 0.3em;
  width: 79%;
}
.file_uploading.progress_80:after {
  padding-left: 0.3em;
  width: 80%;
}
.file_uploading.progress_81:after {
  padding-left: 0.3em;
  width: 81%;
}
.file_uploading.progress_82:after {
  padding-left: 0.3em;
  width: 82%;
}
.file_uploading.progress_83:after {
  padding-left: 0.3em;
  width: 83%;
}
.file_uploading.progress_84:after {
  padding-left: 0.3em;
  width: 84%;
}
.file_uploading.progress_85:after {
  padding-left: 0.3em;
  width: 85%;
}
.file_uploading.progress_86:after {
  padding-left: 0.3em;
  width: 86%;
}
.file_uploading.progress_87:after {
  padding-left: 0.3em;
  width: 87%;
}
.file_uploading.progress_88:after {
  padding-left: 0.3em;
  width: 88%;
}
.file_uploading.progress_89:after {
  padding-left: 0.3em;
  width: 89%;
}
.file_uploading.progress_90:after {
  padding-left: 0.3em;
  width: 90%;
}
.file_uploading.progress_91:after {
  padding-left: 0.3em;
  width: 91%;
}
.file_uploading.progress_92:after {
  padding-left: 0.3em;
  width: 92%;
}
.file_uploading.progress_93:after {
  padding-left: 0.3em;
  width: 93%;
}
.file_uploading.progress_94:after {
  padding-left: 0.3em;
  width: 94%;
}
.file_uploading.progress_95:after {
  padding-left: 0.3em;
  width: 95%;
}
.file_uploading.progress_96:after {
  padding-left: 0.3em;
  width: 96%;
}
.file_uploading.progress_97:after {
  padding-left: 0.3em;
  width: 97%;
}
.file_uploading.progress_98:after {
  padding-left: 0.3em;
  width: 98%;
}
.file_uploading.progress_99:after {
  padding-left: 0.3em;
  width: 99%;
}
.file_uploading.progress_100:after {
  padding-left: 0.3em;
  width: 100%;
}
.file_tags {
  display: inline-block;
  vertical-align: top;
  height: 2em;
  margin-left: 0.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.file_tag {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 16px;
  margin-left: 2px;
  padding-right: 2px;
  padding-left: 2px;
}
.file_tag {
  color: #e9e3dd;
  background-color: rgba(89, 125, 159, 0.3);
}
.file_tag:hover {
  color: #e9e3dd;
  background-color: rgba(89, 125, 159, 0.8);
}
.file_tag:active {
  color: #e9e3dd;
  background-color: #597d9f;
}
.file_tag.tag_key_nick {
  background-color: rgba(103, 137, 170, 0.3);
}
.file_tag.tag_key_nick:hover {
  background-color: rgba(103, 137, 170, 0.8);
}
.file_tag.tag_key_nick:active {
  background-color: #6789aa;
}
.file_tag.tag_key_user {
  background-color: rgba(131, 163, 145, 0.3);
}
.file_tag.tag_key_user:hover {
  background-color: rgba(131, 163, 145, 0.8);
}
.file_tag.tag_key_user:active {
  background-color: #83a391;
}
.file_tag.tag_key_ip {
  background-color: rgba(97, 132, 167, 0.3);
}
.file_tag.tag_key_ip:hover {
  background-color: rgba(97, 132, 167, 0.8);
}
.file_tag.tag_key_ip:active {
  background-color: #6184a7;
}
.file_clock {
  margin-right: 0.4em;
}
.file_clock.hide {
  display: none;
}
#overlay {
  display: none;
  position: absolute;
  background-color: #435e78;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #FBFAF9;
  padding-top: 20%;
  font-size: 3em;
  z-index: 1000;
}
#overlay.visible {
  display: block;
}
/**
 * Flex Layout
 */
.filelist_file {
  display: flex;
}
.file_left_part {
  order: 1;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.file_right_part {
  order: 2;
  flex-grow: 0;
  flex-shrink: 0;
}
.file_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
  flex-grow: 0;
}
.file_name.file_hellbanned {
  text-decoration: line-through;
}
.file_control {
  flex-grow: 0;
  flex-shrink: 0;
}
.file_tags {
  overflow: hidden;
  flex-shrink: 1e19;
}
#gallery_frame {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
}
#gallery_title_row {
  position: absolute;
  top: -2.5em;
  left: 3em;
  right: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  text-align: center;
  transition-property: top;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
#gallery_info_row {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  bottom: 1em;
  right: 4.5em;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
#gallery_info {
  color: white;
  font-size: 0.9em;
  text-shadow: 0px 0px 5px black;
}
#gallery_frame.show_gallery_title > #gallery_title_row {
  top: 0.4em;
}
#gallery_frame.show_gallery_title > #gallery_info_row {
  opacity: 0.75;
}
#gallery_frame.show_gallery_buttons > #gallery_title_row {
  top: 0.4em;
}
#gallery_frame.show_gallery_buttons > #gallery_info_row {
  opacity: 0.75;
}
#gallery_frame.show_gallery_buttons > .gallery_area {
  background-color: rgba(0, 0, 0, 0.1);
}
.gallery_button {
  pointer-events: auto;
  display: inline-block;
  color: white;
  cursor: pointer;
  text-shadow: 0px 0px 5px black;
  height: 1.8em;
  line-height: 1.8em;
  -webkit-border-radius: 0.9em / 0.9em;
  -moz-border-radius: 0.9em / 0.9em;
  border-radius: 0.9em / 0.9em;
  background-color: rgba(0, 0, 0, 0.6);
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding-right: 0.7em;
  padding-left: 0.7em;
  vertical-align: middle;
}
.gallery_button:hover {
  color: white;
  background-color: rgba(80, 80, 80, 0.6);
}
.gallery_button:active {
  color: white;
  background-color: rgba(80, 80, 80, 0.8);
}
#gallery_close_icon_wrapper {
  position: absolute;
  cursor: pointer;
  top: 0.3em;
  right: 3.8em;
  padding: 0.7em;
  opacity: 0.7;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
#gallery_close_icon_wrapper:hover {
  opacity: 0.9 !important;
}
#gallery_close_icon_wrapper:active {
  opacity: 1 !important;
}
#gallery_loading_indicator {
  position: absolute;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  pointer-events: none;
  width: 0;
  height: 0;
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  margin: auto;
  overflow: show;
}
#svg_gallery_loading {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0.7;
  transform: translateX(-50%) translateY(-50%);
  animation-name: gallery_loading;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75);
}
#svg_gallery_loading .loading_circle {
  fill: none;
  stroke: white;
  stroke-width: 100px;
}
#svg_gallery_loading .loading_bar {
  stroke-width: 150px;
  stroke-dasharray: 500px 1699.1px;
}
@keyframes gallery_loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#gallery_frame.gallery_loading > #gallery_loading_indicator {
  display: block;
}
#gallery_frame.gallery_loading #gallery_image_overlay {
  opacity: 0.5;
}
#gallery_close_icon {
  color: white;
  font-size: 1.6em;
  text-shadow: 0px 0px 5px black;
}
#gallery_title {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.4);
}
#gallery_title:hover {
  background-color: rgba(80, 80, 80, 0.6);
}
#gallery_title:active {
  background-color: rgba(80, 80, 80, 0.8);
}
#gallery_image_row_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.gallery_area {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  position: absolute;
  border: 0px solid rgba(255, 255, 255, 0.4);
  width: 3em;
  top: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  text-shadow: 0px 0px 5px black;
  background-color: transparent;
  opacity: 0.4;
  transition-property: opacity, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.gallery_area:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.65;
}
.gallery_area:active {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.75;
}
.mobile .gallery_area:hover {
  opacity: 0.4;
  background-color: transparent;
}
.gallery_area_left {
  left: 0;
  border-right-width: 1px;
}
.gallery_area_right {
  right: 0;
  border-left-width: 1px;
}
.gallery_area_label {
  color: white;
  position: absolute;
  text-align: center;
  font-size: 3em;
  line-height: 0 !important;
  top: 50%;
  left: 0;
  right: 0;
  height: 0px;
  margin-top: -0.1em;
}
.gallery_vertical > .gallery_area {
  border-top-width: 1px;
  top: auto;
  width: auto;
  height: 3em;
}
.gallery_vertical > .gallery_area_right {
  left: 50%;
}
.gallery_vertical > .gallery_area_left {
  right: 50%;
}
.gallery_vertical #gallery_info_row {
  bottom: 4em;
  right: 1em;
}
.gallery_vertical #gallery_close_icon_wrapper {
  right: 0.3em;
}
#gallery_image_row {
  display: table;
}
#gallery_image_container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#gallery_image_wrapper {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative;
}
#gallery_image_overlay {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
#gallery_image {
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  background-color: transparent;
  image-orientation: from-image;
}
body.mobile .nomobile {
  display: none;
}
body.mobile #rename_input {
  width: 9em;
}
body.mobile #chat_input {
  height: 2.5em;
  padding-right: 2.5em;
}
body.mobile #chat_frame {
  display: none;
  width: 100%;
  left: 0;
  right: 0;
  padding-right: 0;
}
body.mobile #chat_frame:after {
  display: none;
}
body.mobile #files_frame {
  display: none;
  left: 0;
  right: 0;
  width: 100%;
}
body.mobile .filelist_file {
  padding-right: 13px;
  padding-left: 5px;
  border-left: none;
}
body.mobile .file_control {
  padding-right: 0.3em;
}
body.mobile #chat_header {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  border-right: none;
  left: 0;
  right: 0;
  width: 100%;
}
body.mobile #files_header {
  display: none;
  left: 0;
}
body.mobile #clearsearch {
  display: none;
}
body.mobile #search_input {
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.mobile_toggle {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.8em;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0.8em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.8em;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 1.1em;
  z-index: 100;
  position: absolute;
  display: none;
  line-height: 2em;
  bottom: 0;
  right: 0;
  opacity: 0.9;
  transition-property: opacity;
  transition-duration: 0.5s;
}
#chat_input:focus + #mobile_toggle_filelist {
  opacity: 0.7;
  font-size: 0.8em;
}
body.mobile .mobile_toggle {
  display: inline-block;
}
body.mobile.mobile_filelist #files_frame,
body.mobile.mobile_filelist #files_header {
  display: block;
}
body.mobile.mobile_chat #chat_header,
body.mobile.mobile_chat #chat_frame {
  display: block;
}
#mobile_reminder {
  border-radius: 0.5em;
  position: absolute;
  bottom: 3em;
  right: 1.5em;
  left: 1.5em;
  overflow: hidden;
  z-index: 90;
  text-align: center;
}
.mobile_reminder_text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  font-size: 0.9em;
  background-color: rgba(85, 113, 141, 0.95);
  padding-bottom: 0.5em;
  padding-top: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.mobile_reminder_icon {
  margin-right: 0.4em;
}
.tooltip_table {
  border: none;
  margin: 0 !important;
}
.tooltip_table tr {
  border: none;
}
.tooltip_table tr td {
  text-align: left;
  border: none;
  margin: 0;
  padding: 0;
  padding-bottom: 0.1em;
}
.tooltip_table tr td:first-child {
  padding-right: 1.5em !important;
}
.ui_frame_tooltip.has_thumb .ui_frame_content {
  border-left: solid 2px #4b6a87;
  padding-left: 0.6em;
  padding-right: 0.2em;
}
.ui_frame_tooltip.has_thumb .ui_frame_left {
  padding-top: 3px;
  padding-bottom: 3px;
}
.ui_frame_tooltip_thumb_generic_placeholder {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 3px solid #4b6a87;
}
.volafile_icon_svg .v_stroke {
  stroke-width: 40px;
  stroke-opacity: 1;
  fill: url(#v_gradient);
}
.volafile_icon_svg .v_gradient_stop1 {
  stop-color: #d852fe;
}
.volafile_icon_svg .v_gradient_stop2 {
  stop-color: #b504ff;
}
.volafile_icon_svg .v_gradient_stop_transparent {
  stop-color: transparent;
}
.volafile_icon_svg.v_loading .v_stroke_background {
  fill: #d852fe;
}
.volafile_icon_svg.v_loading .v_stroke_border {
  stroke: #506b85;
  fill: none;
}
.volafile_icon_svg.v_loading .v_stroke_1,
.volafile_icon_svg.v_loading .v_stroke_2 {
  stroke: none;
  animation-name: gradient_color_swap;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.volafile_icon_svg.v_loading .v_stroke_1 {
  fill: url(#v_gradient_transparent);
}
.volafile_icon_svg.v_loading .v_stroke_2 {
  fill: url(#v_gradient_transparent_invert);
  animation-delay: -1s;
}
@keyframes gradient_color_swap {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 0.9;
  }
}
.volafile_icon_svg.button .v_stroke {
  transition-property: stroke-opacity fill-opacity;
  transition-duration: 0.2s;
  stroke: #FBFAF9;
  fill-opacity: 0;
}
.volafile_icon_svg.button:hover .v_stroke {
  stroke-opacity: 0;
  fill-opacity: 1;
}
#loading_frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-color: #47637f;
  z-index: 10000;
  transition-property: opacity;
  transition-duration: 0.4s;
}
#loading_frame.hiding {
  pointer-events: none;
  opacity: 0;
}
#loading_container {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  top: 36%;
  left: 50%;
  text-align: center;
  overflow: visible;
}
#loading_wrapper {
  display: inline-block;
  position: relative;
  top: -50%;
  left: -50%;
}
#loading_text {
  font-family: 'Open Sans Bold', sans-serif;
  font-feature-settings: "ss02" on;
  font-style: normal;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #66829c;
  margin-top: 0.8em;
  font-size: 1.2em;
}
#loading_icon {
  width: 4em;
  height: 4em;
}
#radio_container {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #66829c;
  text-align: center;
  clear: both;
  -webkit-box-shadow: 2px -1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px -1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px -1px 1px 1px rgba(0, 0, 0, 0.15);
}
#radio_progress {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  height: 0.5em;
  background-color: #55718d;
}
#radio_play_progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  transition-property: width;
  transition-duration: 0.21s;
  transition-timing-function: linear;
}
#radio_play_progress {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #8196aa;
}
#radio_control_bar {
  height: 1.5em;
  line-height: 1.5em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  overflow: hidden;
}
#radio_left,
#radio_current_time {
  cursor: default;
  overflow: hidden;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#radio_left {
  padding-right: 0.2em;
  padding-left: 0.2em;
}
#radio_current {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em / 2px;
  -moz-border-radius: 0.3em / 2px;
  border-radius: 0.3em / 2px;
  background-color: #6e88a1;
  border-color: #768ea6;
  border-style: solid;
  border-width: 1px;
  width: 24em;
  max-width: 70%;
  height: 1.5em;
  line-height: 1.35em;
  vertical-align: top;
  margin-right: 0.4em;
  margin-left: 0.4em;
}
#radio_current_time {
  float: right;
  border-left: solid 1px #768ea6;
  width: 3em;
  padding-right: 0.1em;
}
#radio_current_song {
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 0.3em;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
}
#radio_inner_controls {
  float: left;
}
#radio_volume_icon {
  width: 1.2em;
  text-align: left;
  display: inline-block;
}
#radio_volume_container {
  display: inline-block;
  padding-left: 0.5em;
  float: left;
  overflow: visible;
  white-space: nowrap;
  width: 1em;
}
#radio_volume_wrapper {
  text-align: left;
  display: none;
  padding-right: 0.7em;
  padding-left: 0.4em;
  height: 1em;
  line-height: 1em;
  width: 4em;
}
#radio_volume_bar {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 1em;
  width: 4em;
  background-color: #506b85;
  border: 1px solid #768ea6;
}
#radio_volume_bar,
#radio_volume_bar:visited {
  color: #f6f4f1;
}
#radio_volume_bar:hover {
  color: #FFFFFF;
}
#radio_volume_bar:active {
  color: #FFFFFF;
}
#radio_volume_slider {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 1em;
  width: 100%;
  background-color: #6e88a1;
  vertical-align: top;
}
#radio_volume_container:hover > #radio_volume_wrapper {
  display: inline-block;
}
#radio_close_container {
  float: right;
  margin-right: 0.5em;
  white-space: nowrap;
}
.radio_controls {
  display: inline-block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.radio_icon {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  line-height: inherit !important;
}
.radio_toggle {
  cursor: pointer;
  color: #8a9eb0;
  text-shadow: none;
}
.radio_toggle.enabled {
  color: #FBFAF9;
}
body.mobile #radio_volume_container,
body.mobile #radio_current_time,
body.mobile #radio_nav_controls,
body.mobile #radio_playback_controls {
  display: none;
}
.page_room {
  height: 100%;
  overflow: hidden;
}
.block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

