/* h5ai 0.27.0 - http://larsjung.de/h5ai/ */

@import url(//fonts.googleapis.com/css?family=Roboto:300,400,700);
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif
}
body {
    margin: 0
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
h2 {
    font-size: 1.5em;
    margin: .83em 0
}
h3 {
    font-size: 1.17em;
    margin: 1em 0
}
h4 {
    font-size: 1em;
    margin: 1.33em 0
}
h5 {
    font-size: .83em;
    margin: 1.67em 0
}
h6 {
    font-size: .67em;
    margin: 2.33em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
hr {
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
p,
pre {
    margin: 1em 0
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: none
}
q:before,
q:after {
    content: '';
    content: none
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
dl,
menu,
ol,
ul {
    margin: 1em 0
}
dd {
    margin: 0 0 0 40px
}
menu,
ol,
ul {
    padding: 0 0 0 40px
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
form {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222
}
body {
    font-size: 1em;
    line-height: 1.4
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}
::selection {
    background: #b3d4fc;
    text-shadow: none
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
audio,
canvas,
img,
video {
    vertical-align: middle
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0
}
textarea {
    resize: vertical
}
::-moz-selection {
    background: #338fff;
    color: #fff;
    text-shadow: none
}
::selection {
    background: #338fff;
    color: #fff;
    text-shadow: none
}
html {
    min-height: 100%;
    overflow: auto
}
html.js .noJsMsg {
    display: none
}
html.browser .noBrowserMsg {
    display: none
}
body {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    background: #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
#main-row {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 51;
    -webkit-order: 50;
    -ms-flex-order: 50;
    order: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 0
}
*:focus {
    outline: 0
}
#topbar {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fafafa;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 1
}
#backlink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    text-align: center;
    padding: 6px 12px;
    max-width: 80px;
    overflow: hidden;
    height: 36px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#backlink,
#backlink:active,
#backlink:visited {
    color: rgba(0, 0, 0, 0.26);
    cursor: pointer;
    text-decoration: none
}
#backlink:hover {
    color: #42a5f5;
    background: rgba(0, 0, 0, 0.03)
}
#backlink:focus {
    outline: 0
}
#backlink div {
    line-height: 18px;
    white-space: nowrap
}
#backlink-big {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    text-align: center;
    padding: 6px 12px;
    max-width: 180px;
    overflow: hidden;
    height: 36px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#backlink-big,
#backlink-big:active,
#backlink-big:visited {
	color: #90bbff;
    cursor: pointer;
    text-decoration: none
}
#backlink-big:hover {
    color: #42a5f5;
    background: rgba(0, 0, 0, 0.03)
}
#backlink-big:focus {
    outline: 0
}
#backlink-big div {
	    color: #90bbff;
    line-height: 18px;
    white-space: nowrap
}
#backlink-big:focus div {
    outline: 0
}
#backlink-big div,
#backlink-big:active div,
#backlink-big:visited div {
    cursor: pointer;
    text-decoration: none
}
#backlink-big:hover div {
    color: #42a5f5;
}
#backlink-bitcoin {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    text-align: center;
    padding: 6px 12px;
    max-width: 80px;
    overflow: hidden;
    height: 36px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#backlink-bitcoin,
#backlink-bitcoin:active,
#backlink-bitcoin:visited {
	 color: #ff9900;
    cursor: pointer;
    text-decoration: none
}
#backlink-bitcoin:hover {
    color: #42a5f5;
    background: rgba(0, 0, 0, 0.03)
}
#backlink-bitcoin:focus {
    outline: 0
}
#backlink-bitcoin div {
	    color: #ff9900;
    line-height: 18px;
    white-space: nowrap
}
#backlink-bitcoin:focus div {
    outline: 0
}
#backlink-bitcoin div,
#backlink-bitcoin:active div,
#backlink-bitcoin:visited div {
    cursor: pointer;
    text-decoration: none
}
#backlink-bitcoin:hover div {
    color: #42a5f5;
}
#backlink-paypal {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    text-align: center;
    padding: 6px 12px;
    max-width: 80px;
    overflow: hidden;
    height: 36px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#backlink-paypal,
#backlink-paypal:active,
#backlink-paypal:visited {
	 color: #66ccff;
    cursor: pointer;
    text-decoration: none
}
#backlink-paypal:hover {
    color: #42a5f5;
    background: rgba(0, 0, 0, 0.03)
}
#backlink-paypal:focus {
    outline: 0
}
#backlink-paypal div {
	    color: #66ccff;
    line-height: 18px;
    white-space: nowrap
}
#backlink-paypal:focus div {
    outline: 0
}
#backlink-paypal div,
#backlink-paypal:active div,
#backlink-paypal:visited div {
    cursor: pointer;
    text-decoration: none
}
#backlink-paypal:hover div {
    color: #42a5f5;
}
#toolbar {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    height: 48px
}
#toolbar .tool {
    display: inline-block;
    cursor: pointer
}
#toolbar .tool img {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 12px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#toolbar .tool:hover img {
    background: rgba(0, 0, 0, 0.03)
}
#crumbbar {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: 48px;
    font-size: 16px;
    padding: 0 8px
}
#crumbbar a,
#crumbbar a:active,
#crumbbar a:visited {
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    text-decoration: none
}
#crumbbar a.active,
#crumbbar a:active.active,
#crumbbar a:visited.active {
    font-weight: bold;
    color: #111
}
#crumbbar a:hover,
#crumbbar a:active:hover,
#crumbbar a:visited:hover {
    color: #42a5f5
}
#crumbbar a:focus,
#crumbbar a:active:focus,
#crumbbar a:visited:focus {
    outline: 0
}
#crumbbar .crumb {
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#crumbbar .sep {
    width: 24px;
    height: 24px;
    padding: 12px 0;
    line-height: 48px;
    display: inline-block;
    vertical-align: top
}
#crumbbar .label {
    line-height: 48px;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px
}
#crumbbar .hint {
    width: 16px;
    height: 16px;
    padding: 16px 4px 16px 0;
    line-height: 48px;
    display: inline-block;
    vertical-align: top
}
#sidebar {
    display: none;
    overflow: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background: #fafafa;
    border-right: 1px solid rgba(0, 0, 0, 0.08)
}
#settings {
    padding: 16px
}
#settings .block {
    display: block;
    margin: 0 0 24px 0;
    width: 168px
}
#settings .block h1 {
    font-size: 1em;
    margin: 2px 0 6px 0
}
#settings .button {
    display: inline-block;
    margin: 4px;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#settings .button:hover {
    background: rgba(0, 0, 0, 0.03)
}
#settings .button.active {
    background: rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.4)
}
#settings .button img {
    width: 24px;
    height: 24px;
    padding: 12px
}
#settings .select {
    background: transparent;
    overflow: hidden;
    border-radius: 2px;
    outline: 0;
    width: 160px;
    margin: 4px;
    line-height: 48px
}
#settings input,
#settings select {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    background: transparent;
    width: 100%;
    border: 0 solid #000;
    cursor: pointer;
    outline: 0
}
#settings input:hover,
#settings select:hover {
    background: rgba(0, 0, 0, 0.03)
}
#settings select {
    width: 182px;
    padding: 0 8px;
    height: 48px;
    line-height: 48px
}
#settings input[type='range'] {
    border-radius: 2px;
    width: 144px;
    margin: 4px;
    padding: 8px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px
}
#settings input[type='range']::-webkit-slider-runnable-track {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border-width: 0;
    border-radius: 20px;
    background: #e0e0e0;
    height: 6px
}
#settings input[type='range']::-moz-range-track {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border-width: 0;
    border-radius: 20px;
    background: #e0e0e0;
    height: 6px
}
#settings input[type='range']::-ms-track {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border-width: 0;
    border-radius: 20px;
    background: #e0e0e0;
    height: 6px
}
#settings input[type='range']::-ms-fill-lower {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border-width: 0;
    border-radius: 20px;
    background: #e0e0e0;
    height: 6px
}
#settings input[type='range']::-ms-fill-upper {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border-width: 0;
    border-radius: 20px;
    background: #e0e0e0;
    height: 6px
}
#settings input[type='range']::-webkit-slider-thumb {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border-width: 0;
    border-radius: 20px;
    background: #555;
    width: 16px;
    height: 16px;
    margin-top: -5px
}
#settings input[type='range']::-moz-range-thumb {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border-width: 0;
    border-radius: 20px;
    background: #555;
    width: 16px;
    height: 16px
}
#settings input[type='range']::-ms-thumb {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border-width: 0;
    border-radius: 20px;
    background: #555;
    width: 16px;
    height: 16px
}
#settings #view-size {
    display: block
}
#download {
    display: none
}
#download.failed {
    background-color: #f44336
}
#filter input {
    display: none;
    border: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    background: transparent;
    outline: 0;
    width: 160px;
    padding: 0 12px 0 4px;
    line-height: 48px;
    vertical-align: top
}
#filter.active input {
    display: inline-block
}
#tree {
    display: none;
    overflow: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 16px 16px 16px 8px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    max-width: 250px;
    overflow-x: hidden;
    font-weight: lighter
}
#tree a,
#tree a:active,
#tree a.visited {
    display: inline-block;
    padding: 3px 0;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87)
}
#tree a:hover,
#tree a:active:hover,
#tree a.visited:hover {
    color: #42a5f5
}
#tree .active>a {
    font-weight: bold
}
#tree .indicator {
    display: inline-block;
    position: relative;
    top: -2px;
    cursor: pointer
}
#tree .indicator img {
    width: 16px;
    height: 16px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#tree .indicator.open img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    zoom: 1
}
#tree .indicator.unknown {
    opacity: .3
}
#tree .indicator.none {
    opacity: 0;
    cursor: inherit
}
#tree .icon {
    position: relative;
    top: -2px
}
#tree .icon img {
    width: 16px;
    height: 16px
}
#tree .label {
    margin: 0 0 0 4px
}
#tree .content {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px
}
#info {
    display: none;
    overflow: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    padding: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    overflow-x: hidden;
    width: 240px
}
#info .icon {
    width: 240px;
    height: 180px
}
#info .icon img {
    border-radius: 2px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 180px;
    height: 180px
}
#info .icon .thumb {
    width: 240px
}
#info .block {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 24px 0;
    padding: 24px 0
}
#info .label {
    font-size: 16px;
    margin-bottom: 16px
}
#info .time,
#info .size,
#info .content {
    line-height: 20px;
    height: 20px
}
#info .qrcode {
    margin: 0 auto;
    width: 200px
}
#info .qrcode canvas {
    display: block
}
#pv-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    text-align: center
}
#pv-overlay.fullscreen {
    background-color: #111
}
#pv-content {
    position: absolute
}
#pv-spinner {
    position: absolute
}
#pv-spinner img {
    width: 100px;
    height: 100px;
    margin: -50px -50px
}
#pv-prev-area,
#pv-next-area {
    position: absolute;
    top: 50%;
    cursor: pointer
}
#pv-prev-area img,
#pv-next-area img {
    display: block;
    width: 48px;
    height: 48px;
    margin: -36px 0;
    padding: 12px;
    opacity: .5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#pv-prev-area:hover img,
#pv-next-area:hover img {
    opacity: 1;
    background-color: rgba(27, 27, 27, 0.8);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3)
}
#pv-prev-area {
    left: 0
}
#pv-prev-area img {
    border-radius: 0 8px 8px 0;
    padding-left: 48px
}
#pv-next-area {
    right: 0
}
#pv-next-area img {
    border-radius: 8px 0 0 8px;
    padding-right: 48px
}
#pv-buttons {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}
#pv-buttons img {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 12px
}
#pv-buttons .bar-label {
    display: block;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#pv-buttons .bar-button {
    display: block;
    line-height: 48px;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#pv-buttons .bar-button:hover {
    opacity: 1.0;
    background-color: rgba(255, 255, 255, 0.1)
}
#pv-buttons .bar-left {
    float: left
}
#pv-buttons .bar-right {
    float: right
}
#pv-bottombar {
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1b1b1b;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3)
}
#pv-overlay.fullscreen #pv-bottombar {
    opacity: .5
}
@media only screen and (max-width: 700px) {
    #pv-prev-area,
    #pv-next-area,
    #pv-close-area {
        display: none!important
    }
}
#pv-aud-audio {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3)
}
#pv-img-image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(45deg, #e8e8e8 25%, transparent 25%, transparent 75%, #e8e8e8 75%, #e8e8e8), -webkit-linear-gradient(45deg, #e8e8e8 25%, transparent 25%, transparent 75%, #e8e8e8 75%, #e8e8e8);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3)
}
#pv-img-image.loading {
    opacity: .5;
    margin-top: 32px;
    width: 240px;
    height: 240px;
    border-radius: 1000px;
    overflow: hidden
}
#pv-txt-text {
    max-width: 960px;
    text-align: left;
    background-color: #fff;
    margin: 0 auto;
    padding: 8px;
    overflow: auto;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3)
}
#pv-txt-text.highlighted code {
    font-family: monospace;
    font-size: 13px;
    line-height: 1.2em
}
#pv-txt-text.highlighted a,
#pv-txt-text.highlighted a:active,
#pv-txt-text.highlighted a:visited {
    color: #2080ff;
    text-decoration: none;
    cursor: pointer
}
#pv-txt-text.highlighted a:hover,
#pv-txt-text.highlighted a:active:hover,
#pv-txt-text.highlighted a:visited:hover {
    color: #68a9ff
}
#pv-txt-text.highlighted .token.comment,
#pv-txt-text.highlighted .token.prolog,
#pv-txt-text.highlighted .token.doctype,
#pv-txt-text.highlighted .token.cdata {
    color: #aaa
}
#pv-txt-text.highlighted .token.punctuation {
    color: #999
}
#pv-txt-text.highlighted .namespace {
    opacity: .7
}
#pv-txt-text.highlighted .token.property,
#pv-txt-text.highlighted .token.tag,
#pv-txt-text.highlighted .token.boolean,
#pv-txt-text.highlighted .token.number,
#pv-txt-text.highlighted .token.constant,
#pv-txt-text.highlighted .token.symbol {
    color: #905
}
#pv-txt-text.highlighted .token.selector,
#pv-txt-text.highlighted .token.attr-name,
#pv-txt-text.highlighted .token.string,
#pv-txt-text.highlighted .token.builtin {
    color: #690
}
#pv-txt-text.highlighted .token.operator,
#pv-txt-text.highlighted .token.entity,
#pv-txt-text.highlighted .token.url,
#pv-txt-text.highlighted .language-css .token.string,
#pv-txt-text.highlighted .style .token.string,
#pv-txt-text.highlighted .token.variable {
    color: #a67f59;
    background: rgba(255, 255, 255, 0.5)
}
#pv-txt-text.highlighted .token.atrule,
#pv-txt-text.highlighted .token.attr-value,
#pv-txt-text.highlighted .token.keyword {
    color: #07a
}
#pv-txt-text.highlighted .token.function {
    color: #dd4a68
}
#pv-txt-text.highlighted .token.regex,
#pv-txt-text.highlighted .token.important {
    color: #e90
}
#pv-txt-text.highlighted .token.important {
    font-weight: bold
}
#pv-txt-text.highlighted .token.entity {
    cursor: help
}
#pv-txt-text.markdown {
    font-size: 1.1em;
    padding: 8px 24px
}
#pv-txt-text.markdown a,
#pv-txt-text.markdown a:active,
#pv-txt-text.markdown a:visited {
    color: #2080ff;
    text-decoration: none;
    cursor: pointer
}
#pv-txt-text.markdown a:hover,
#pv-txt-text.markdown a:active:hover,
#pv-txt-text.markdown a:visited:hover {
    color: #68a9ff
}
#pv-txt-text.markdown pre,
#pv-txt-text.markdown code {
    font-family: monospace
}
#pv-txt-text.markdown code {
    color: #008200
}
#pv-vid-video {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3)
}
#pv-vid-video:-webkit-full-screen {
    top: auto!important;
    left: auto!important
}
#notify {
    position: fixed;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    z-index: 100;
    padding: 3px 6px 6px 6px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    text-align: center
}
#content {
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 51;
    -webkit-order: 50;
    -ms-flex-order: 50;
    order: 50
}
#content-header,
#content-footer {
    margin: 16px;
    color: rgba(0, 0, 0, 0.87);
    padding: 8px
}
#content-header a,
#content-footer a,
#content-header a:active,
#content-footer a:active,
#content-header a:visited,
#content-footer a:visited {
    color: #42a5f5;
    text-decoration: none;
    cursor: pointer
}
#content-header a:hover,
#content-footer a:hover,
#content-header a:active:hover,
#content-footer a:active:hover,
#content-header a:visited:hover,
#content-footer a:visited:hover {
    color: #000
}
#content-header pre,
#content-footer pre,
#content-header code,
#content-footer code {
    font-family: monospace
}
#content-header h1,
#content-footer h1,
#content-header h2,
#content-footer h2,
#content-header h3,
#content-footer h3,
#content-header h4,
#content-footer h4,
#content-header h5,
#content-footer h5,
#content-header h6,
#content-footer h6,
#content-header p,
#content-footer p {
    margin: .1em 0
}
html.drag-select,
html.drag-select * {
    cursor: move!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
#selection-rect {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border: 1px dashed rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.1)
}
#view {
    display: none
}
#view a,
#view a:active,
#view a:visited {
    display: block;
    color: inherit;
    cursor: pointer;
    text-decoration: none
}
#view ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#view .header {
    display: none
}
#view .item {
    position: relative;
    white-space: nowrap;
    background: #fff
}
#view .item:hover {
    color: #42a5f5;
    background: #fafafa;
    border-color: rgba(0, 0, 0, 0.05)
}
#view .item:hover .selector {
    display: block
}
#view .item.selected:not(.selecting),
#view .item.selecting:not(.selected) {
    color: #fff;
    background: #42a5f5
}
#view .item.selected:not(.selecting):hover,
#view .item.selecting:not(.selected):hover {
    color: #fff;
    background: #42a5f5
}
#view .item.selected:not(.selecting) .selector,
#view .item.selecting:not(.selected) .selector {
    display: block;
    opacity: 1
}
#view .folder-parent .date,
#view .folder-parent .size {
    display: none
}
#view .icon {
    display: none;
    text-align: center
}
#view .icon img {
    max-width: 16px;
    max-height: 16px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
#view .icon .thumb {
    max-width: none;
    max-height: none
}
#view .label {
    display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis
}
#view .date {
    text-align: right;
    width: 130px
}
#view .size {
    text-align: right;
    width: 80px
}
#view .selector {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: #42a5f5;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    opacity: .6
}
#view .selector:hover {
    opacity: .8
}
#view .selector img {
    width: 100%;
    height: 100%
}
#view .empty,
#view .no-match {
    display: none;
    margin-top: 36px;
    text-align: center;
    color: rgba(0, 0, 0, 0.05);
    font-size: 5em;
    font-weight: bold
}
#view.view-details {
    margin: 16px
}
#view.view-details #items {
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2)
}
#view.view-details .header {
    position: relative;
    white-space: nowrap;
    display: list-item;
    background: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px 2px 0 0
}
#view.view-details .header .label,
#view.view-details .header .date,
#view.view-details .header .size {
    line-height: 32px;
    opacity: .4;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#view.view-details .header .label:hover,
#view.view-details .header .date:hover,
#view.view-details .header .size:hover {
    opacity: 1;
    color: #42a5f5
}
#view.view-details .header .sort {
    display: none;
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
    padding: 0 4px
}
#view.view-details .header .ascending .sort {
    display: inline
}
#view.view-details .header .descending .sort {
    display: inline;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    zoom: 1
}
#view.view-details .item {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)
}
#view.view-details .item:hover {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    z-index: 1
}
#view.view-details .item:last-child {
    border-radius: 0 0 2px 2px
}
#view.view-details .square {
    display: inline-block;
    position: absolute;
    left: 16px;
    top: -1px;
    padding: 5px
}
#view.view-details .square .thumb {
    border-radius: 2px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2)
}
#view.view-details .label,
#view.view-details .date,
#view.view-details .size {
    padding: 0 8px
}
#view.view-details .date {
    position: absolute;
    right: 116px;
    top: 0
}
#view.view-details .size {
    position: absolute;
    right: 16px;
    top: 0
}
#view.view-details .item .label,
#view.view-details .item .date,
#view.view-details .item .size {
    line-height: 30px
}
#view.view-details .square {
    width: 16px;
    height: 16px
}
#view.view-details .square img {
    width: 16px;
    height: 16px
}
#view.view-details .label {
    margin: 0 246px 0 48px
}
#view.view-icons {
    margin: 8px
}
#view.view-icons .item {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden;
    float: left;
    margin: 8px
}
#view.view-icons .item:hover {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5)
}
#view.view-icons .landscape {
    display: block;
    background: #fafafa
}
#view.view-icons .label {
    padding: 0 6px;
    line-height: 24px
}
#view.view-icons .date,
#view.view-icons .size {
    display: none
}
#view.view-icons .item {
    width: 128px
}
#view.view-icons .landscape {
    width: 128px;
    height: 96px
}
#view.view-icons .landscape img {
    width: 96px;
    height: 96px
}
#view.view-icons .landscape .thumb {
    width: 128px
}
#view.view-grid {
    margin: 8px
}
#view.view-grid .item {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden;
    float: left;
    margin: 8px
}
#view.view-grid .item:hover {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5)
}
#view.view-grid .square {
    display: inline-block;
    vertical-align: top;
    background: #fafafa
}
#view.view-grid .label {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    padding: 0 8px
}
#view.view-grid .date,
#view.view-grid .size {
    display: none
}
#view.view-grid .label {
    line-height: 48px
}
#view.view-grid .square {
    width: 48px;
    height: 48px
}
#view.view-grid .square img {
    width: 48px;
    height: 48px
}
.cm-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 200
}
.cm-panel {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 100px;
    top: 100px;
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
    z-index: 10;
    overflow: auto;
    min-width: 200px
}
.cm-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}
.cm-panel ul .cm-label {
    padding: 8px 16px;
    white-space: nowrap;
    font-weight: bold
}
.cm-panel ul .cm-entry {
    padding: 8px 16px;
    white-space: nowrap;
    cursor: pointer
}
.cm-panel ul .cm-entry:hover {
    color: #42a5f5;
    background: #f3f3f3
}
.cm-panel ul .cm-entry .cm-icon {
    position: relative;
    top: -2px
}
.cm-panel ul .cm-entry .cm-icon img {
    width: 20px;
    height: 20px
}
.cm-panel ul .cm-entry .cm-icon.no-icon {
    opacity: 0
}
.cm-panel ul .cm-entry .cm-text {
    margin: 0 0 0 12px
}
.cm-panel ul .cm-sep {
    height: 1px;
    margin: 8px 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08)
}
#fallback {
    display: none;
    max-width: 960px;
    margin: 16px auto;
    padding: 32px 16px
}
#fallback table {
    display: block;
    width: 100%;
    border-collapse: collapse
}
#fallback th,
#fallback td {
    padding: 6px;
    text-align: left;
    border: 0
}
#fallback th {
    color: #ccc;
    font-weight: lighter;
    line-height: 48px
}
#fallback td {
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #eee
}
#fallback a,
#fallback a:active,
#fallback a:visited {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
#fallback a:hover,
#fallback a:active:hover,
#fallback a:visited:hover {
    color: #42a5f5
}
#fallback .fb-i {
    width: 24px
}
#fallback .fb-i img {
    width: 24px;
    height: 24px
}
#fallback .fb-n {
    width: 682px;
    max-width: 682px
}
#fallback .fb-d {
    text-align: right;
    width: 160px;
    min-width: 160px
}
#fallback .fb-s {
    text-align: right;
    width: 70px;
    min-width: 70px
}
#fallback-hints {
    display: none;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    text-align: right;
    background: #fafafa
}
#fallback-hints a,
#fallback-hints a:active,
#fallback-hints a:visited {
    display: inline-block;
    line-height: 48px;
    color: rgba(0, 0, 0, 0.54);
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: 0
}
#fallback-hints a:hover,
#fallback-hints a:active:hover,
#fallback-hints a:visited:hover {
    color: #42a5f5
}
#fallback-hints .backlink {
    margin: 0 16px
}
#fallback-hints .noJsMsg,
#fallback-hints .noBrowserMsg {
    margin: 0 16px;
    color: #f44336
}
html.no-js body,
html.no-browser body {
    position: static;
    background: #fff
}
html.no-js #fallback,
html.no-browser #fallback,
html.no-js #fallback-hints,
html.no-browser #fallback-hints {
    display: block
}
@media only screen and (max-width: 700px) {
    #crumbbar .crumb:not(.active) {
        display: none
    }
    #crumbbar .crumb.active .sep {
        width: 0
    }
    #view.view-details .header .label,
    #view.view-details .item .label {
        margin-right: 80px!important
    }
    #view.view-details .header .date,
    #view.view-details .item .date {
        display: none
    }
    #tree,
    #info {
        display: none!important
    }
}
@media print {
    a[href]:after {
        content: ""!important
    }
    #toolbar,
    #download,
    #sidebar,
    #tree,
    #info {
        display: none!important
    }
}
body#h5ai-info #content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 51;
    -webkit-order: 50;
    -ms-flex-order: 50;
    order: 50;
    color: rgba(0, 0, 0, 0.87);
    text-align: center
}
body#h5ai-info code {
    margin: 0 .2em;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: monospace;
    letter-spacing: .05em;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: .9em
}
body#h5ai-info #header a {
    font-size: 4em;
    font-weight: 300;
    margin: .8em 0 0 0;
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
body#h5ai-info #header a:hover {
    color: #42a5f5
}
body#h5ai-info #support {
    margin: 12px auto 24px auto;
    padding: 6px 18px;
    width: 210px;
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px
}
body#h5ai-info #support .paypal {
    margin: 12px 0 0 0
}
body#h5ai-info #pass {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    border: 0;
    outline: 0;
    display: inline-block;
    margin: 8px;
    padding: 0 12px;
    line-height: 28px;
    width: 200px;
    vertical-align: top
}
body#h5ai-info #login,
body#h5ai-info #logout {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background: #42a5f5;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 8px;
    padding: 0 12px;
    line-height: 28px;
    vertical-align: top
}
body#h5ai-info #login:hover,
body#h5ai-info #logout:hover {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5)
}
body#h5ai-info #hint {
    margin: 12px auto;
    width: 380px;
    font-weight: lighter
}
body#h5ai-info #tests {
    display: inline-block;
    text-align: left;
    list-style-type: none;
    margin: 96px 0;
    padding: 0
}
body#h5ai-info #tests .test {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: #fff;
    margin: 12px 0 0 0;
    padding: 8px 12px 12px 12px
}
body#h5ai-info #tests .label {
    display: inline-block;
    width: 250px;
    font-size: 1.4em
}
body#h5ai-info #tests .result {
    display: inline-block;
    width: 250px;
    text-align: right;
    font-size: 1.4em;
    font-weight: bold
}
body#h5ai-info #tests .result.passed {
    color: #4caf50
}
body#h5ai-info #tests .result.failed {
    color: #f44336
}
body#h5ai-info #tests .info {
    font-weight: lighter;
    margin: 4px 0 0 0
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}
.hidden {
    display: none!important;
    visibility: hidden
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
.invisible {
    visibility: hidden
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.clearfix {
    *zoom: 1
}
@media print {
    * {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}