/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 13px;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #263238;
  background-color: #ffffff;
  overflow-y: scroll;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #00a6ff;
  text-decoration: none; }
  a:hover, a:focus {
    color: #009ef7;
    text-decoration: underline; }

input:focus, textarea:focus, keygen:focus, select:focus {
  outline: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

p {
  margin: 0 0 14px; }

.l-menu {
  position: fixed;
  display: none;
  width: 230px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(210, 213, 218, 0.5);
  border: 1px solid #d2d5da;
  margin: 0;
  padding: 5px 0; }
  .l-menu__item {
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .l-menu__item:hover {
      background-color: #f4f5f5; }
  .l-menu__button {
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    padding: 0;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0 10px 0 25px; }
    .l-menu__button, .l-menu__button:focus, .l-menu__button:active, .l-menu__button:hover {
      outline: 0;
      text-decoration: none; }
    .l-menu__button, .l-menu__button:focus, .l-menu__button:active, .l-menu__button:hover {
      text-decoration: none; }
  .l-menu__item[disabled] .l-menu__button {
    cursor: default; }
  .l-menu__button-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 32px; }
  .l-menu__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
    color: #263238;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .l-menu__item[disabled] .l-menu__text {
    color: #a9aeb8; }

.l-notification {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9999;
  color: #ffffff;
  background-color: #000000;
  opacity: .85;
  zoom: 1;
  width: 235px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  text-align: left;
  display: none;
  border-radius: 5px;
  margin: 10px;
  min-height: 40px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
  display: none !important; }

.ki {
  vertical-align: initial; }

.app-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }

.curl-input-container {
  text-align: center; }
  .curl-input-container input {
    width: 662px; }

.visible-xs {
  display: none !important; }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

body.link .navbar, body.receiver .navbar {
  background-color: #ffffff;
  min-height: 70px;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  box-shadow: 0 1px 3px 0 #d2d5da; }
  body.link .navbar:before, body.link .navbar:after, body.receiver .navbar:before, body.receiver .navbar:after {
    content: " ";
    display: table; }
  body.link .navbar:after, body.receiver .navbar:after {
    clear: both; }
  body.link .navbar > .container, body.receiver .navbar > .container {
    position: relative;
    height: 100%; }
  body.link .navbar .navbar-logo, body.receiver .navbar .navbar-logo {
    background-image: url("../images/navbar/navbar-logo-small.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      body.link .navbar .navbar-logo, body.receiver .navbar .navbar-logo {
        background-image: url("../images/navbar/navbar-logo-small@2x.png");
        background-size: 32px 32px; } }
  body.link .navbar .navbar-logo-branded, body.receiver .navbar .navbar-logo-branded {
    display: block;
    width: 32px;
    height: 32px;
    background-size: cover; }
  body.link .navbar .navbar-back, body.receiver .navbar .navbar-back {
    color: #00a6ff;
    line-height: 1;
    font-size: 32px;
    text-decoration: none; }
    body.link .navbar .navbar-back:hover, body.receiver .navbar .navbar-back:hover {
      color: #0095e6; }
  body.link .navbar .navbar-header, body.receiver .navbar .navbar-header {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 0;
    margin-right: 0;
    max-width: 70%; }
    body.link .navbar .navbar-header:before, body.link .navbar .navbar-header:after, body.receiver .navbar .navbar-header:before, body.receiver .navbar .navbar-header:after {
      content: " ";
      display: table; }
    body.link .navbar .navbar-header:after, body.receiver .navbar .navbar-header:after {
      clear: both; }
  body.link .navbar .navbar-title, body.receiver .navbar .navbar-title {
    float: left;
    padding: 25px 0;
    font-size: 14px;
    line-height: 20px;
    height: 70px;
    color: #263238;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    body.link .navbar .navbar-title .navbar-title-file, body.receiver .navbar .navbar-title .navbar-title-file {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 100%;
      display: block; }
    body.link .navbar .navbar-title .navbar-title-folder, body.receiver .navbar .navbar-title .navbar-title-folder {
      font-weight: 600;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 100%;
      display: block; }
  body.link .navbar .navbar-logo-container, body.receiver .navbar .navbar-logo-container {
    height: 32px;
    position: absolute;
    left: -57px;
    margin-top: 19px;
    padding-right: 25px; }
  body.link .navbar .navbar-vertical-line-left, body.receiver .navbar .navbar-vertical-line-left {
    height: 28px;
    border-right: 1px solid #dfe1e1;
    width: 0px;
    position: absolute;
    right: 0;
    top: 2px; }
  body.link .navbar .navbar-icons-right, body.receiver .navbar .navbar-icons-right {
    height: 32px;
    width: 68px;
    position: absolute;
    left: 100%;
    margin-top: 19px;
    padding-left: 18px; }
  body.link .navbar .navbar-vertical-line-right, body.receiver .navbar .navbar-vertical-line-right {
    height: 28px;
    border-left: 1px solid #dfe1e1;
    width: 0px;
    position: absolute;
    left: 0;
    top: 2px; }
    @media (max-width: 767px) {
      body.link .navbar .navbar-vertical-line-right, body.receiver .navbar .navbar-vertical-line-right {
        display: none; } }

body.link footer, body.receiver footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px 25px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #dfe1e1; }
  body.link footer .promo-text, body.receiver footer .promo-text {
    color: #676f73;
    text-align: center; }
    body.link footer .promo-text a, body.receiver footer .promo-text a {
      color: #676f73; }
  @media (max-width: 550px), (max-height: 550px) {
    body.link footer, body.receiver footer {
      position: absolute;
      height: auto;
      width: 100%; } }
  @media (max-width: 767px) {
    body.link footer, body.receiver footer {
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 1320px) and (min-width: 1200px), (max-width: 1125px) and (min-width: 992px), (max-width: 900px) {
  body.link .navbar > .container, body.receiver .navbar > .container {
    width: 100%; }
  body.link .navbar .navbar-logo-container, body.receiver .navbar .navbar-logo-container {
    left: 25px; }
  body.link .navbar .navbar-icons-right, body.receiver .navbar .navbar-icons-right {
    right: 0px;
    left: initial; }
  body.link .navbar .navbar-header, body.receiver .navbar .navbar-header {
    padding-left: 107px; }
  body.link .navbar .link-navbar-nav, body.receiver .navbar .link-navbar-nav {
    padding-right: 93px; }
  body.receiver .navbar .navbar-header {
    padding-right: 107px; }
  body.link-file .navbar .navbar-icons-right {
    display: none; }
  body.link-file .navbar .navbar-right {
    padding-right: 25px; } }

@media (max-width: 767px) {
  body.link .navbar .navbar-logo-container {
    left: 15px;
    padding-right: 15px; }
  body.link .navbar .navbar-icons-right {
    right: 8px;
    width: 84px;
    padding-left: 15px; }
    body.link .navbar .navbar-icons-right .btn-display-mode {
      margin-left: 1px; }
  body.link .navbar .navbar-header {
    padding-left: 77px;
    padding-right: 84px;
    max-width: 100%; }
  body.link-file .navbar .navbar-logo-container, body.receiver .navbar .navbar-logo-container {
    left: 15px;
    padding-right: 15px; }
  body.link-file .navbar .navbar-icons-right, body.receiver .navbar .navbar-icons-right {
    display: initial;
    right: 8px;
    width: 47px;
    padding-left: 15px; }
  body.link-file .navbar .navbar-header, body.receiver .navbar .navbar-header {
    padding-left: 77px;
    padding-right: 55px;
    max-width: 100%; }
  body.link-file .navbar .navbar-right, body.receiver .navbar .navbar-right {
    padding-right: 0px; }
  body.receiver .navbar .navbar-header {
    padding-right: 15px; } }

.fi-archive-lg,
.fi-archive-sm,
.fi-archive-xl,
.fi-audio-lg,
.fi-audio-sm,
.fi-audio-xl,
.fi-code-lg,
.fi-code-sm,
.fi-code-xl,
.fi-document-alt-lg,
.fi-document-alt-xl,
.fi-document-lg,
.fi-document-sm,
.fi-document-xl,
.fi-folder-lg,
.fi-folder-sm,
.fi-generic-lg,
.fi-generic-sm,
.fi-generic-xl,
.fi-image-lg,
.fi-image-sm,
.fi-image-xl,
.fi-pdf-alt-lg,
.fi-pdf-alt-xl,
.fi-pdf-lg,
.fi-pdf-sm,
.fi-pdf-xl,
.fi-presentation-lg,
.fi-presentation-sm,
.fi-presentation-xl,
.fi-sheet-lg,
.fi-sheet-sm,
.fi-sheet-xl,
.fi-text-lg,
.fi-text-sm,
.fi-text-xl,
.fi-video-lg,
.fi-video-sm,
.fi-video-xl {
  background: url("../images/sprites.png") no-repeat;
  background-size: 128px 3375px; }

.fi-archive-lg {
  background-position: 0 -0px;
  width: 60px;
  height: 68px; }

.fi-archive-sm {
  background-position: 0 -73px;
  width: 26px;
  height: 29px; }

.fi-archive-xl {
  background-position: 0 -107px;
  width: 128px;
  height: 145px; }

.fi-audio-lg {
  background-position: 0 -257px;
  width: 60px;
  height: 68px; }

.fi-audio-sm {
  background-position: 0 -330px;
  width: 26px;
  height: 29px; }

.fi-audio-xl {
  background-position: 0 -364px;
  width: 128px;
  height: 145px; }

.fi-code-lg {
  background-position: 0 -514px;
  width: 60px;
  height: 68px; }

.fi-code-sm {
  background-position: 0 -587px;
  width: 26px;
  height: 29px; }

.fi-code-xl {
  background-position: 0 -621px;
  width: 128px;
  height: 145px; }

.fi-document-alt-lg {
  background-position: 0 -771px;
  width: 60px;
  height: 68px; }

.fi-document-alt-xl {
  background-position: 0 -844px;
  width: 128px;
  height: 145px; }

.fi-document-lg {
  background-position: 0 -994px;
  width: 60px;
  height: 68px; }

.fi-document-sm {
  background-position: 0 -1067px;
  width: 26px;
  height: 29px; }

.fi-document-xl {
  background-position: 0 -1101px;
  width: 128px;
  height: 145px; }

.fi-folder-lg {
  background-position: 0 -1251px;
  width: 60px;
  height: 68px; }

.fi-folder-sm {
  background-position: 0 -1324px;
  width: 26px;
  height: 29px; }

.fi-generic-lg {
  background-position: 0 -1358px;
  width: 60px;
  height: 68px; }

.fi-generic-sm {
  background-position: 0 -1431px;
  width: 26px;
  height: 29px; }

.fi-generic-xl {
  background-position: 0 -1465px;
  width: 128px;
  height: 145px; }

.fi-image-lg {
  background-position: 0 -1615px;
  width: 60px;
  height: 68px; }

.fi-image-sm {
  background-position: 0 -1688px;
  width: 26px;
  height: 29px; }

.fi-image-xl {
  background-position: 0 -1722px;
  width: 128px;
  height: 145px; }

.fi-pdf-alt-lg {
  background-position: 0 -1872px;
  width: 60px;
  height: 68px; }

.fi-pdf-alt-xl {
  background-position: 0 -1945px;
  width: 128px;
  height: 145px; }

.fi-pdf-lg {
  background-position: 0 -2095px;
  width: 60px;
  height: 68px; }

.fi-pdf-sm {
  background-position: 0 -2168px;
  width: 26px;
  height: 29px; }

.fi-pdf-xl {
  background-position: 0 -2202px;
  width: 128px;
  height: 145px; }

.fi-presentation-lg {
  background-position: 0 -2352px;
  width: 60px;
  height: 68px; }

.fi-presentation-sm {
  background-position: 0 -2425px;
  width: 26px;
  height: 29px; }

.fi-presentation-xl {
  background-position: 0 -2459px;
  width: 128px;
  height: 145px; }

.fi-sheet-lg {
  background-position: 0 -2609px;
  width: 60px;
  height: 68px; }

.fi-sheet-sm {
  background-position: 0 -2682px;
  width: 26px;
  height: 29px; }

.fi-sheet-xl {
  background-position: 0 -2716px;
  width: 128px;
  height: 145px; }

.fi-text-lg {
  background-position: 0 -2866px;
  width: 60px;
  height: 68px; }

.fi-text-sm {
  background-position: 0 -2939px;
  width: 26px;
  height: 29px; }

.fi-text-xl {
  background-position: 0 -2973px;
  width: 128px;
  height: 145px; }

.fi-video-lg {
  background-position: 0 -3123px;
  width: 60px;
  height: 68px; }

.fi-video-sm {
  background-position: 0 -3196px;
  width: 26px;
  height: 29px; }

.fi-video-xl {
  background-position: 0 -3230px;
  width: 128px;
  height: 145px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .fi-archive-lg,
  .fi-archive-sm,
  .fi-archive-xl,
  .fi-audio-lg,
  .fi-audio-sm,
  .fi-audio-xl,
  .fi-code-lg,
  .fi-code-sm,
  .fi-code-xl,
  .fi-document-alt-lg,
  .fi-document-alt-xl,
  .fi-document-lg,
  .fi-document-sm,
  .fi-document-xl,
  .fi-folder-lg,
  .fi-folder-sm,
  .fi-generic-lg,
  .fi-generic-sm,
  .fi-generic-xl,
  .fi-image-lg,
  .fi-image-sm,
  .fi-image-xl,
  .fi-pdf-alt-lg,
  .fi-pdf-alt-xl,
  .fi-pdf-lg,
  .fi-pdf-sm,
  .fi-pdf-xl,
  .fi-presentation-lg,
  .fi-presentation-sm,
  .fi-presentation-xl,
  .fi-sheet-lg,
  .fi-sheet-sm,
  .fi-sheet-xl,
  .fi-text-lg,
  .fi-text-sm,
  .fi-text-xl,
  .fi-video-lg,
  .fi-video-sm,
  .fi-video-xl {
    background: url("../images/sprites@2x.png") no-repeat;
    background-size: 128px 3375px; }
  .fi-archive-lg {
    background-position: 0 -0px;
    width: 60px;
    height: 68px; }
  .fi-archive-sm {
    background-position: 0 -73px;
    width: 26px;
    height: 29px; }
  .fi-archive-xl {
    background-position: 0 -107px;
    width: 128px;
    height: 145px; }
  .fi-audio-lg {
    background-position: 0 -257px;
    width: 60px;
    height: 68px; }
  .fi-audio-sm {
    background-position: 0 -330px;
    width: 26px;
    height: 29px; }
  .fi-audio-xl {
    background-position: 0 -364px;
    width: 128px;
    height: 145px; }
  .fi-code-lg {
    background-position: 0 -514px;
    width: 60px;
    height: 68px; }
  .fi-code-sm {
    background-position: 0 -587px;
    width: 26px;
    height: 29px; }
  .fi-code-xl {
    background-position: 0 -621px;
    width: 128px;
    height: 145px; }
  .fi-document-alt-lg {
    background-position: 0 -771px;
    width: 60px;
    height: 68px; }
  .fi-document-alt-xl {
    background-position: 0 -844px;
    width: 128px;
    height: 145px; }
  .fi-document-lg {
    background-position: 0 -994px;
    width: 60px;
    height: 68px; }
  .fi-document-sm {
    background-position: 0 -1067px;
    width: 26px;
    height: 29px; }
  .fi-document-xl {
    background-position: 0 -1101px;
    width: 128px;
    height: 145px; }
  .fi-folder-lg {
    background-position: 0 -1251px;
    width: 60px;
    height: 68px; }
  .fi-folder-sm {
    background-position: 0 -1324px;
    width: 26px;
    height: 29px; }
  .fi-generic-lg {
    background-position: 0 -1358px;
    width: 60px;
    height: 68px; }
  .fi-generic-sm {
    background-position: 0 -1431px;
    width: 26px;
    height: 29px; }
  .fi-generic-xl {
    background-position: 0 -1465px;
    width: 128px;
    height: 145px; }
  .fi-image-lg {
    background-position: 0 -1615px;
    width: 60px;
    height: 68px; }
  .fi-image-sm {
    background-position: 0 -1688px;
    width: 26px;
    height: 29px; }
  .fi-image-xl {
    background-position: 0 -1722px;
    width: 128px;
    height: 145px; }
  .fi-pdf-alt-lg {
    background-position: 0 -1872px;
    width: 60px;
    height: 68px; }
  .fi-pdf-alt-xl {
    background-position: 0 -1945px;
    width: 128px;
    height: 145px; }
  .fi-pdf-lg {
    background-position: 0 -2095px;
    width: 60px;
    height: 68px; }
  .fi-pdf-sm {
    background-position: 0 -2168px;
    width: 26px;
    height: 29px; }
  .fi-pdf-xl {
    background-position: 0 -2202px;
    width: 128px;
    height: 145px; }
  .fi-presentation-lg {
    background-position: 0 -2352px;
    width: 60px;
    height: 68px; }
  .fi-presentation-sm {
    background-position: 0 -2425px;
    width: 26px;
    height: 29px; }
  .fi-presentation-xl {
    background-position: 0 -2459px;
    width: 128px;
    height: 145px; }
  .fi-sheet-lg {
    background-position: 0 -2609px;
    width: 60px;
    height: 68px; }
  .fi-sheet-sm {
    background-position: 0 -2682px;
    width: 26px;
    height: 29px; }
  .fi-sheet-xl {
    background-position: 0 -2716px;
    width: 128px;
    height: 145px; }
  .fi-text-lg {
    background-position: 0 -2866px;
    width: 60px;
    height: 68px; }
  .fi-text-sm {
    background-position: 0 -2939px;
    width: 26px;
    height: 29px; }
  .fi-text-xl {
    background-position: 0 -2973px;
    width: 128px;
    height: 145px; }
  .fi-video-lg {
    background-position: 0 -3123px;
    width: 60px;
    height: 68px; }
  .fi-video-sm {
    background-position: 0 -3196px;
    width: 26px;
    height: 29px; }
  .fi-video-xl {
    background-position: 0 -3230px;
    width: 128px;
    height: 145px; } }

@font-face {
  font-family: "koofr-font";
  src: url("../font/koofr-font.eot?d4b92bd9c37f02fbd516217aa1de4158");
  src: url("../font/koofr-font.eot?#iefix") format("embedded-opentype"), url("../font/koofr-font.woff?d4b92bd9c37f02fbd516217aa1de4158") format("woff"), url("../font/koofr-font.ttf?d4b92bd9c37f02fbd516217aa1de4158") format("truetype");
  font-weight: normal;
  font-style: normal; }

.ki {
  font-family: "koofr-font";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ki-back-alt:before {
  content: "\f101"; }

.ki-checkbox-alt:before {
  content: "\f102"; }

.ki-checkbox-empty:before {
  content: "\f103"; }

.ki-checkbox-minus:before {
  content: "\f104"; }

.ki-checkbox:before {
  content: "\f105"; }

.ki-download:before {
  content: "\f106"; }

.ki-next:before {
  content: "\f107"; }

/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden; }

.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1; }

.blueimp-gallery {
  position: fixed;
  z-index: 1031;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none; }

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.blueimp-gallery-display {
  display: block;
  opacity: 1; }

.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden; }

.blueimp-gallery-carousel > .slides {
  position: absolute; }

.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }

.blueimp-gallery > .slides > .slide-loading {
  background: url(../vendor/blueimp-gallery/img/loading.gif) center no-repeat;
  background-size: 64px 64px; }

.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0; }

.blueimp-gallery > .slides > .slide-error {
  background: url(../vendor/blueimp-gallery/img/error.png) center no-repeat; }

.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none; }

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none; }

.blueimp-gallery > .next {
  left: auto;
  right: 15px; }

.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none; }

.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer; }

.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../vendor/blueimp-gallery/img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none; }

.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0; }

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1; }

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none; }

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../vendor/blueimp-gallery/img/error.svg); }

body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../vendor/blueimp-gallery/img/play-pause.svg); }

body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0; }

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px; }

* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative; }

/*
 * blueimp Gallery Video Factory CSS 1.3.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden; }

.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto; }

.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0; }

.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../vendor/blueimp-gallery/img/video-play.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer; }

.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1; }

.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none; }

.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none; }

.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block; }

.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(../vendor/blueimp-gallery/img/loading.gif) center no-repeat;
  background-size: 64px 64px; }

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(../vendor/blueimp-gallery/img/video-play.svg); }

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%; }

* + html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px; }

.blueimp-gallery > .indicator > li {
  background-size: cover; }

.blueimp-gallery > .slides-progress {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 60px;
  margin: auto;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  text-shadow: 0 0 2px #000000;
  opacity: 0.8;
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.blueimp-gallery > .slides-progress:hover {
  color: #ffffff;
  opacity: 1; }

.blueimp-gallery > .slides > .slide > .video-content > video {
  display: inline-block !important; }

.blueimp-gallery .toolbox {
  position: absolute;
  bottom: 15px;
  right: 50px;
  display: none;
  font-size: 18px; }
  .blueimp-gallery .toolbox a.action {
    color: #676f73;
    padding: 0 10px;
    text-decoration: none; }
    .blueimp-gallery .toolbox a.action:hover {
      color: white;
      cursor: pointer; }

.blueimp-gallery.blueimp-gallery-controls .toolbox {
  display: block; }

.blueimp-gallery .slide-root {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  .blueimp-gallery .slide-root .slide-holder {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .blueimp-gallery .slide-root .slide-holder .slide-elem {
      max-width: 100%;
      vertical-align: middle; }

.blueimp-gallery > .prev, .blueimp-gallery > .next {
  font-family: "Open Sans", sans-serif;
  font-size: 45px;
  font-weight: 400;
  border: 2px solid #ffffff;
  border-radius: 50%; }

.blueimp-gallery > .next {
  padding-left: 2px; }

.blueimp-gallery > .prev {
  padding-right: 2px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.link-fade-in-animation {
  -webkit-animation: link-fadein 0.3s;
          animation: link-fadein 0.3s; }

@-webkit-keyframes link-fadein {
  0%, 20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes link-fadein {
  0%, 20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body.link {
  overflow-y: scroll; }
  body.link.link-file .btn-display-mode {
    display: none; }
  body.link .browser-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0; }
    body.link .browser-breadcrumbs li.bc {
      display: inline-block;
      font-size: 14px; }
      body.link .browser-breadcrumbs li.bc:not(:last-child)::after {
        font-family: "koofr-font";
        content: "\f107";
        display: inline-block;
        padding: 0 5px; }
      body.link .browser-breadcrumbs li.bc:last-child {
        font-weight: 600; }
      body.link .browser-breadcrumbs li.bc a {
        color: #263238; }
        body.link .browser-breadcrumbs li.bc a:hover, body.link .browser-breadcrumbs li.bc a:visited, body.link .browser-breadcrumbs li.bc a:focus {
          text-decoration: none; }
  @media (max-width: 767px) {
    body.link .link-offline {
      padding: 10px 15px; } }
  body.link .link-navbar-nav {
    margin: 0;
    padding-right: 25px;
    float: right; }
    @media (max-width: 767px) {
      body.link .link-navbar-nav {
        display: none; } }
  body.link .navbar .btn-display-mode {
    float: left;
    padding: 7px;
    line-height: 1;
    font-size: 18px; }
    body.link .navbar .btn-display-mode > img {
      display: block;
      width: 18px;
      height: 18px; }
  body.link .navbar .btn-download-icon {
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    padding: 0;
    float: left;
    color: #00a6ff;
    padding: 7px;
    line-height: 1;
    font-size: 18px;
    display: none; }
    body.link .navbar .btn-download-icon, body.link .navbar .btn-download-icon:focus, body.link .navbar .btn-download-icon:active, body.link .navbar .btn-download-icon:hover {
      outline: 0;
      text-decoration: none; }
    @media (max-width: 767px) {
      body.link .navbar .btn-download-icon {
        display: inline-block; } }
    body.link .navbar .btn-download-icon:hover {
      color: #009ef7; }
    body.link .navbar .btn-download-icon.disabled {
      color: #a9aeb8; }
      body.link .navbar .btn-download-icon.disabled:hover {
        color: #a9aeb8; }
  body.link .navbar .btn-download {
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    border-radius: 3px;
    color: #00a6ff;
    font-size: 14px;
    border: 1px solid #00a6ff;
    background-color: #ffffff;
    padding: 10px 15px;
    margin-left: 25px;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 18px;
    margin-bottom: 18px; }
    body.link .navbar .btn-download, body.link .navbar .btn-download:focus, body.link .navbar .btn-download:active, body.link .navbar .btn-download:hover {
      outline: 0;
      text-decoration: none; }
    body.link .navbar .btn-download:hover {
      color: #ffffff;
      background-color: #00a6ff; }
    body.link .navbar .btn-download.selection {
      border-color: #00a6ff;
      color: #00a6ff; }
      body.link .navbar .btn-download.selection:hover {
        color: #ffffff;
        background-color: #00a6ff; }
    body.link .navbar .btn-download.disabled {
      color: #a9aeb8;
      border-color: #a9aeb8;
      cursor: default; }
      body.link .navbar .btn-download.disabled:hover {
        color: #a9aeb8;
        background-color: #ffffff; }
  body.link .link-main-container {
    padding-top: 110px;
    padding-bottom: 140px; }
    @media (max-width: 767px) {
      body.link .link-main-container {
        padding-top: 100px;
        padding-bottom: 120px; } }
  body.link .link-file-browser {
    margin-left: 25px;
    margin-right: 25px; }
    @media (max-width: 767px) {
      body.link .link-file-browser {
        margin-left: 15px;
        margin-right: 15px; } }
  body.link .file-container {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center; }
    @media (max-width: 767px) {
      body.link .file-container {
        padding-left: 15px;
        padding-right: 15px; } }
    body.link .file-container span {
      text-decoration: none;
      color: #676f73;
      margin-top: 20px;
      display: inline-block; }
    body.link .file-container.file {
      margin-top: 80px; }
      body.link .file-container.file a:hover {
        text-decoration: none; }
      body.link .file-container.file .file-name {
        text-decoration: none;
        color: #263238;
        font-size: 20px;
        width: 350px;
        margin: auto;
        margin-top: 20px;
        word-break: break-word; }
        body.link .file-container.file .file-name:hover {
          text-decoration: underline; }
        @media (max-width: 450px) {
          body.link .file-container.file .file-name {
            width: 100%;
            font-size: 14px; } }
      body.link .file-container.file .file-size {
        text-decoration: none;
        color: #263238;
        margin-top: 4px;
        font-size: 14px; }
        @media (max-width: 450px) {
          body.link .file-container.file .file-size {
            font-size: 13px; } }
    body.link .file-container.video {
      margin-top: 80px; }
      body.link .file-container.video img {
        margin: auto; }
      body.link .file-container.video a .video-thumbnail {
        background-color: #263238;
        max-width: 350px;
        max-height: 350px;
        min-height: 100px;
        min-width: 100px;
        margin: auto;
        position: relative;
        display: inline-block; }
        @media (max-width: 450px) {
          body.link .file-container.video a .video-thumbnail {
            max-width: 100%; } }
        body.link .file-container.video a .video-thumbnail video {
          display: block;
          margin: auto;
          max-width: 350px;
          max-height: 350px; }
          @media (max-width: 450px) {
            body.link .file-container.video a .video-thumbnail video {
              max-width: 100%; } }
        body.link .file-container.video a .video-thumbnail .play-video {
          background: url(../vendor/blueimp-gallery/img/video-play.svg) center no-repeat;
          background-size: 64px 64px;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background-color: rgba(0, 0, 0, 0.3);
          opacity: 0.8; }
          body.link .file-container.video a .video-thumbnail .play-video:hover {
            opacity: 1; }
      body.link .file-container.video a .file-name {
        text-decoration: none;
        color: #263238;
        font-size: 20px;
        width: 350px;
        margin: auto;
        margin-top: 20px;
        word-break: break-word; }
        body.link .file-container.video a .file-name:hover {
          text-decoration: underline;
          color: #263238; }
        @media (max-width: 450px) {
          body.link .file-container.video a .file-name {
            width: 100%;
            font-size: 14px; } }
      body.link .file-container.video a .file-size {
        text-decoration: none;
        color: #263238;
        margin-top: 4px;
        font-size: 14px; }
        @media (max-width: 450px) {
          body.link .file-container.video a .file-size {
            font-size: 13px; } }
      body.link .file-container.video a:hover {
        text-decoration: none; }
    body.link .file-container .fi {
      margin: 0 auto; }
    body.link .file-container img {
      max-width: 1090px; }
      @media (max-width: 1199px) {
        body.link .file-container img {
          max-width: 890px; } }
      @media (max-width: 991px) {
        body.link .file-container img {
          max-width: 670px; } }
      @media (max-width: 767px) {
        body.link .file-container img {
          max-width: 100%; } }
  body.link .sort-field.sort-by:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: none;
    border-bottom: 4px solid #676f73;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: relative;
    left: 7px;
    bottom: 2px; }
  body.link .sort-field.sort-by.sort-by-rev:after {
    border-top: 4px solid #676f73;
    border-bottom: none; }
  body.link .checkbox-button-select-all {
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    padding: 0;
    color: #dfe1e1;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    body.link .checkbox-button-select-all, body.link .checkbox-button-select-all:focus, body.link .checkbox-button-select-all:active, body.link .checkbox-button-select-all:hover {
      outline: 0;
      text-decoration: none; }
    body.link .checkbox-button-select-all:hover {
      color: #5a5a5a; }
    body.link .checkbox-button-select-all .ki-checkbox {
      color: #00a6ff; }
  body.link .loading-notice {
    margin-top: 80px;
    margin-bottom: 0px;
    color: #676f73;
    -webkit-animation: fadeinnotice 3s;
            animation: fadeinnotice 3s; }

@-webkit-keyframes fadeinnotice {
  0%, 75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeinnotice {
  0%, 75% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    @media (max-width: 400px) {
      body.link .loading-notice {
        margin-top: 70px; } }
    body.link .loading-notice .spinner {
      margin: 10px auto 10px;
      width: 70px;
      text-align: center; }
    body.link .loading-notice .spinner > div {
      width: 4px;
      height: 4px;
      background-color: #676f73;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
    body.link .loading-notice .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
              animation-delay: -0.32s; }
    body.link .loading-notice .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
    body.link .loading-notice .long-notice {
      -webkit-animation: fadeinlong 12s;
              animation: fadeinlong 12s; }

@-webkit-keyframes fadeinlong {
  0%, 80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeinlong {
  0%, 80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  body.link .info-row {
    text-align: center; }
    body.link .info-row .empty-folder-icon, body.link .info-row .error-icon {
      display: inline-block;
      margin-top: 80px;
      margin-bottom: 0px; }
      @media (max-width: 400px) {
        body.link .info-row .empty-folder-icon, body.link .info-row .error-icon {
          margin-top: 70px; } }
    body.link .info-row .empty-folder-icon {
      background-image: url("../images/link/empty-folder-icon.png");
      background-repeat: no-repeat;
      width: 252px;
      height: 186px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        body.link .info-row .empty-folder-icon {
          background-image: url("../images/link/empty-folder-icon@2x.png");
          background-size: 252px 186px; } }
    body.link .info-row .error-icon {
      background-image: url("../images/link/error-icon.png");
      background-repeat: no-repeat;
      width: 290px;
      height: 194px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        body.link .info-row .error-icon {
          background-image: url("../images/link/error-icon@2x.png");
          background-size: 290px 194px; } }
    body.link .info-row .text-empty-folder, body.link .info-row .text-error {
      font-size: 14px;
      color: #263238;
      font-weight: 600; }
  body.link .files-tile .row {
    margin-top: 4px;
    margin-left: 0;
    margin-right: 0; }
  body.link .files-tile .tile-content {
    margin-left: -5px;
    margin-right: -5px; }
  body.link .files-tile .image-container {
    float: left;
    padding: 0 3px 6px 3px;
    width: 50%; }
    @media (min-width: 768px) {
      body.link .files-tile .image-container {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      body.link .files-tile .image-container {
        width: 25%; } }
    @media (min-width: 1200px) {
      body.link .files-tile .image-container {
        width: 20%; } }
    @media (max-width: 450px) {
      body.link .files-tile .image-container {
        width: 100%; } }
    body.link .files-tile .image-container .tile-item {
      box-sizing: content-box;
      display: block;
      width: 100%;
      padding: 50% 0;
      min-width: 170px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      border: none;
      border-radius: 0px;
      cursor: pointer; }
      body.link .files-tile .image-container .tile-item:hover .triangle:before {
        opacity: 0.95; }
      body.link .files-tile .image-container .tile-item:hover .tile-checkbox.on-selected {
        display: none; }
      body.link .files-tile .image-container .tile-item:hover .tile-checkbox.on-hover {
        display: inline-block; }
      body.link .files-tile .image-container .tile-item.selected .inside-border {
        border: 1px solid #00a6ff; }
      body.link .files-tile .image-container .tile-item.selected .tile-checkbox.on-hover {
        display: none; }
      body.link .files-tile .image-container .tile-item.selected .tile-checkbox.on-selected {
        display: inline-block; }
      body.link .files-tile .image-container .tile-item.tile-thumb {
        background-size: cover; }
        body.link .files-tile .image-container .tile-item.tile-thumb:hover .file-info {
          display: block; }
      body.link .files-tile .image-container .tile-item .inside-border {
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        width: 100%;
        height: 100%;
        border: 1px solid #dfe1e1; }
      body.link .files-tile .image-container .tile-item .triangle {
        position: absolute;
        top: 0;
        left: 0; }
        body.link .files-tile .image-container .tile-item .triangle:before {
          top: 1px;
          left: 1px;
          padding-top: 0px;
          padding-left: 0px;
          z-index: 1;
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          border-style: solid;
          border-width: 60px 60px 0 0;
          border-color: #ffffff transparent transparent transparent;
          opacity: 0; }
        body.link .files-tile .image-container .tile-item .triangle:after {
          content: '';
          z-index: 0;
          width: 0;
          height: 0;
          position: absolute;
          border-style: solid;
          border-width: 63px 63px 0 0;
          border-color: #00a6ff transparent transparent transparent;
          opacity: 0; }
        body.link .files-tile .image-container .tile-item .triangle.on-selected:before {
          opacity: 0.95; }
        body.link .files-tile .image-container .tile-item .triangle.on-selected:after {
          opacity: 1; }
        body.link .files-tile .image-container .tile-item .triangle:hover > .tile-checkbox.on-hover {
          color: #5a5a5a; }
      body.link .files-tile .image-container .tile-item.tile-icon .file-info {
        display: block; }
      body.link .files-tile .image-container .tile-item .tile-checkbox {
        font-size: 18px;
        display: none;
        position: absolute;
        text-decoration: none;
        top: 0;
        left: 0;
        cursor: pointer;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        body.link .files-tile .image-container .tile-item .tile-checkbox:before {
          margin-left: 12px;
          margin-top: 12px;
          z-index: 2;
          position: absolute; }
        body.link .files-tile .image-container .tile-item .tile-checkbox.on-selected {
          color: #00a6ff; }
        body.link .files-tile .image-container .tile-item .tile-checkbox.on-hover {
          color: #dfe1e1; }
          body.link .files-tile .image-container .tile-item .tile-checkbox.on-hover:hover {
            color: #5a5a5a; }
      body.link .files-tile .image-container .tile-item .file-large-icon {
        position: absolute;
        height: 63%;
        top: 0px;
        width: 100%; }
        body.link .files-tile .image-container .tile-item .file-large-icon .icon-box {
          position: absolute;
          bottom: 0px;
          width: 100%;
          height: 62%; }
          body.link .files-tile .image-container .tile-item .file-large-icon .icon-box .file-icon {
            margin: auto; }
      body.link .files-tile .image-container .tile-item .file-info {
        position: absolute;
        bottom: 0px;
        width: 100%;
        font-size: 13px;
        line-height: 14px;
        height: 37%;
        color: #263238;
        display: none;
        background-color: rgba(255, 255, 255, 0.95); }
        body.link .files-tile .image-container .tile-item .file-info div {
          text-align: center;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          padding: 0 8px;
          height: 16px; }
        body.link .files-tile .image-container .tile-item .file-info .info-box {
          margin: auto;
          height: 35px;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
          body.link .files-tile .image-container .tile-item .file-info .info-box .file-name {
            font-size: 14px;
            font-weight: 400; }
            body.link .files-tile .image-container .tile-item .file-info .info-box .file-name.dir {
              font-weight: 600; }
          body.link .files-tile .image-container .tile-item .file-info .info-box .file-size {
            margin-top: 4px; }
    @media (max-width: 450px) {
      body.link .files-tile .image-container .tile-item.tile-icon {
        padding: 0 0;
        height: 118px; }
        body.link .files-tile .image-container .tile-item.tile-icon .file-large-icon {
          height: 100%;
          width: 110px;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
          body.link .files-tile .image-container .tile-item.tile-icon .file-large-icon .icon-box {
            margin: auto;
            position: absolute;
            height: 68px;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
        body.link .files-tile .image-container .tile-item.tile-icon .file-info {
          position: absolute;
          margin: auto;
          height: 100%;
          margin: auto;
          background: none; }
          body.link .files-tile .image-container .tile-item.tile-icon .file-info .info-box {
            left: 110px; }
            body.link .files-tile .image-container .tile-item.tile-icon .file-info .info-box.dir {
              height: 16px; }
          body.link .files-tile .image-container .tile-item.tile-icon .file-info div {
            text-align: left;
            padding: 0px 25px 0px 0px; }
      body.link .files-tile .image-container .tile-item.tile-thumb .file-large-icon {
        height: 100%; }
      body.link .files-tile .image-container .tile-item.tile-thumb .file-info {
        height: 118px; } }
  body.link .dtable {
    display: table;
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    margin-top: 4px; }
    body.link .dtable.fixed {
      table-layout: fixed; }
    body.link .dtable a {
      color: #263238; }
    body.link .dtable .drow {
      display: table-row;
      height: 44px;
      line-height: 44px;
      border-top: 1px solid #dfe1e1; }
      body.link .dtable .drow.drow-empty {
        text-align: center; }
    body.link .dtable .dcell {
      display: table-cell;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    body.link .dtable .col-action {
      cursor: pointer; }
    body.link .dtable .checkbox-button {
      background: none;
      border: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      cursor: pointer;
      padding: 0;
      color: transparent;
      font-size: 16px;
      display: block;
      margin: 0;
      width: 100%; }
      body.link .dtable .checkbox-button, body.link .dtable .checkbox-button:focus, body.link .dtable .checkbox-button:active, body.link .dtable .checkbox-button:hover {
        outline: 0;
        text-decoration: none; }
      body.link .dtable .checkbox-button .ki-checkbox {
        color: #00a6ff; }
    body.link .dtable .drow:hover .checkbox-button .ki-checkbox-empty {
      color: #dfe1e1;
      -webkit-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    body.link .dtable .col-action:hover .checkbox-button .ki-checkbox-empty {
      color: #5a5a5a;
      -webkit-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    body.link .dtable .drow:last-child {
      border-bottom: 1px solid #dfe1e1; }
    body.link .dtable .dhead {
      display: table-header-group;
      font-size: 13px;
      color: #676f73; }
      body.link .dtable .dhead .dcell {
        vertical-align: middle;
        -webkit-transition: width 0.8s ease-out;
        transition: width 0.8s ease-out; }
        body.link .dtable .dhead .dcell.header-left {
          width: 0px;
          padding-right: 35px; }
        @media (max-width: 767px) {
          body.link .dtable .dhead .dcell {
            width: 0px;
            padding-right: 35px; } }
      body.link .dtable .dhead a {
        display: inline-block;
        color: #676f73;
        text-decoration: none; }
      body.link .dtable .dhead .col-name {
        position: relative;
        padding-left: 0px;
        height: 30px; }
        @media (max-width: 767px) {
          body.link .dtable .dhead .col-name {
            padding-left: 15px; } }
      body.link .dtable .dhead .col-modified.header-left {
        width: 100%; }
      @media (max-width: 767px) {
        body.link .dtable .dhead .col-modified {
          width: 100%; } }
      @media (max-width: 450px) {
        body.link .dtable .dhead .col-size {
          display: table-cell; } }
      body.link .dtable .dhead .checkbox-button-select-all {
        display: inline-block;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1; }
      body.link .dtable .dhead.header-disabled {
        color: #a9aeb8; }
        body.link .dtable .dhead.header-disabled a {
          color: #a9aeb8;
          cursor: default; }
        body.link .dtable .dhead.header-disabled a:after {
          color: #a9aeb8; }
        body.link .dtable .dhead.header-disabled .checkbox-button-select-all {
          color: #a9aeb8;
          cursor: default; }
    body.link .dtable .dbody {
      display: table-row-group; }
    body.link .dtable .col-action {
      vertical-align: middle;
      text-align: center;
      width: 50px;
      min-width: 50px; }
      @media (min-width: 1200px) {
        body.link .dtable .col-action {
          width: 55px;
          min-width: 55px; } }
    body.link .dtable .col-icon {
      min-width: 30px;
      vertical-align: middle;
      text-align: center; }
    body.link .dtable .col-name {
      width: 705px;
      text-align: left; }
      body.link .dtable .col-name .item-icon {
        width: 26px;
        height: 29px;
        text-align: center;
        display: inline-block;
        padding-top: 8px; }
      body.link .dtable .col-name .item-name {
        padding-left: 10px;
        display: inline-block;
        width: 82%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: middle; }
        body.link .dtable .col-name .item-name.dir {
          font-weight: 600; }
      @media (max-width: 1200px) {
        body.link .dtable .col-name {
          width: 570px; } }
      @media (max-width: 1199px) {
        body.link .dtable .col-name {
          width: 465px; } }
      @media (max-width: 767px) {
        body.link .dtable .col-name {
          padding-left: 15px;
          width: auto; } }
    body.link .dtable .col-size {
      width: 165px;
      text-align: left;
      font-size: 13px; }
      @media (max-width: 1200px) {
        body.link .dtable .col-size {
          width: 135px; } }
      @media (max-width: 1199px) {
        body.link .dtable .col-size {
          width: 77px; } }
      @media (max-width: 480px) {
        body.link .dtable .col-size {
          width: 65px; } }
      @media (max-width: 450px) {
        body.link .dtable .col-size {
          display: none; } }
    body.link .dtable .col-modified {
      width: 165px;
      text-align: left;
      font-size: 13px; }
      @media (max-width: 1200px) {
        body.link .dtable .col-modified {
          width: 135px; } }
      @media (max-width: 1199px) {
        body.link .dtable .col-modified {
          width: 78px; } }
      @media (max-width: 480px) {
        body.link .dtable .col-modified {
          width: auto; } }
