@charset "UTF-8";
/*!
 * Jumpshare v2.0.0 (https://jumpshare.com)
 * Copyright 2012-2014 Jumpshare, Inc.
*/
/* line 1, ../sass/parts/mixins/_grid.scss */
.container {
  width: 100%;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px) {
  /* line 8, ../sass/parts/mixins/_grid.scss */
  .ios-page .container {
    width: 100%;
    position: relative;
  }
}

/* line 15, ../sass/parts/mixins/_grid.scss */
.sidebar {
  width: 240px;
}

/* line 16, ../sass/parts/mixins/_grid.scss */
.content {
  width: 100%;
  max-width: 768px;
}
/* line 20, ../sass/parts/mixins/_grid.scss */
.buckets-page section.container .content, .team-page section.container .content, .favorite-page section.container .content, .inside-bucket-page section.container .content {
  width: 100%;
  max-width: 800px;
  margin-right: -32px;
}
/* line 28, ../sass/parts/mixins/_grid.scss */
.buckets-page .content.blockUI, .buckets-page .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .content.custom-controls, .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .buckets-page .content.custom-controls, .team-page .content.blockUI, .team-page .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .content.custom-controls, .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .team-page .content.custom-controls {
  position: relative;
}
/* line 31, ../sass/parts/mixins/_grid.scss */
.buckets-page .content.blockUI:before, .buckets-page .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .content.custom-controls:before, .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .buckets-page .content.custom-controls:before, .team-page .content.blockUI:before, .team-page .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .content.custom-controls:before, .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .team-page .content.custom-controls:before, .inside-bucket-page .content.blockUI:before, .inside-bucket-page .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .content.custom-controls:before, .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .inside-bucket-page .content.custom-controls:before, .search-page .content.blockUI:before, .search-page .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .content.custom-controls:before, .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .search-page .content.custom-controls:before, .favorite-page .content.blockUI:before, .favorite-page .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .content.custom-controls:before, .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .favorite-page .content.custom-controls:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url("/res/images/search-loader.GIF") center center no-repeat;
  content: '';
  z-index: 9;
}

/* line 50, ../sass/parts/mixins/_grid.scss */
.container_fluid {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media all and (max-width: 768px) {
  /* line 50, ../sass/parts/mixins/_grid.scss */
  .container_fluid {
    flex-direction: column;
  }
}

/* line 63, ../sass/parts/mixins/_grid.scss */
.container_fixed {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  /* line 63, ../sass/parts/mixins/_grid.scss */
  .container_fixed {
    flex-direction: column;
  }
}

/* line 77, ../sass/parts/mixins/_grid.scss */
.guest .container_fixed {
  padding-left: 30px;
}

/* line 87, ../sass/parts/mixins/_grid.scss */
.flex_view {
  display: flex;
}

/* line 91, ../sass/parts/mixins/_grid.scss */
.justify_center {
  justify-content: center;
}

/* line 95, ../sass/parts/mixins/_grid.scss */
.justify_left {
  justify-content: left;
}

/* line 99, ../sass/parts/mixins/_grid.scss */
.justify_right {
  justify-content: flex-end;
}

/* line 103, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard {
  display: block;
  padding-left: 240px;
}
/* line 107, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard .container_fluid .content_fluid {
  width: 100%;
  padding: 3px;
}
/* line 114, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard .container_fixed .content_fluid {
  width: 100%;
  max-width: 1038px;
  height: auto !important;
}
/* line 118, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard .container_fixed .content_fluid .top_heading_dashboard {
  width: calc(100% - 320px);
}
/* line 123, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard .top_heading_dashboard {
  margin-top: 2px;
  grid-column: span 4 / auto;
  width: calc(100% - 326px);
  max-width: 1038px;
  margin: 0 auto;
  z-index: 1001;
  border-bottom: 1px solid rgba(216, 223, 227, 0.75);
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  position: fixed;
  background-color: #fff;
  padding-bottom: 12px;
  top: 75px;
  padding-top: 8px;
}
/* line 144, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard .top_heading_dashboard .dashboard_mobile_nav {
  display: none;
}
/* line 148, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard .top_heading_dashboard #global-actions {
  flex-grow: 2;
  padding-top: 6px;
  display: flex;
  justify-content: flex-end;
}
/* line 154, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard .top_heading_dashboard button {
  margin-right: 8px;
  height: 36px;
}
/* line 158, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard .top_heading_dashboard .icn-favorite {
  margin-top: 14px;
  margin-left: 4px;
}
/* line 162, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard .top_heading_dashboard h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  margin-right: 6px;
  position: relative;
  padding-top: 6px;
  max-width: 55%;
  color: #101010;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 1200px) {
  /* line 162, ../sass/parts/mixins/_grid.scss */
  .main_wrapper_dashboard .top_heading_dashboard h3 {
    max-width: 45%;
  }
}
/* line 186, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard .top_heading_dashboard h3 span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  border: solid 1px transparent;
  border-radius: 3px;
  cursor: pointer;
}
/* line 202, ../sass/parts/mixins/_grid.scss */
.main_wrapper_dashboard .top_heading_dashboard .new_name {
  padding-left: 5px;
  border: 1px solid #0287e7;
  outline: 0;
  border-radius: 3px;
}

/* line 237, ../sass/parts/mixins/_grid.scss */
section.spacing_top {
  margin-top: 175px;
}

/* line 240, ../sass/parts/mixins/_grid.scss */
.guest:not(.version-history-page) section.spacing_top {
  margin-top: 113px;
}

/* line 244, ../sass/parts/mixins/_grid.scss */
.drop-area {
  width: 100%;
  height: 100%;
}
/* line 248, ../sass/parts/mixins/_grid.scss */
.drop-area section.spacing_top {
  margin-top: 0 !important;
}
/* line 251, ../sass/parts/mixins/_grid.scss */
.drop-area .buckets.view-list, .drop-area .buckets.view-grid {
  margin-top: 176px;
}

/* line 256, ../sass/parts/mixins/_grid.scss */
.icon-header-more {
  width: 44px;
  height: 36px;
  background-image: url('../images/header-more.png?1590749455') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 256, ../sass/parts/mixins/_grid.scss */
  .icon-header-more {
    background-image: url('../images/header-more@2x.png?1590749455') !important;
    background-size: 23px 6px !important;
  }
}

/* line 268, ../sass/parts/mixins/_grid.scss */
.icon-header-sort {
  padding: 0 16px;
  width: 38px;
  height: 36px;
  background-image: url('../images/header-sort.png?1654767445') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 268, ../sass/parts/mixins/_grid.scss */
  .icon-header-sort {
    background-image: url('../images/header-sort@2x.png?1654767445') !important;
    background-size: 13px 25px !important;
  }
}

/* line 281, ../sass/parts/mixins/_grid.scss */
.spacing_balance {
  margin-left: 220px;
  float: right;
}

@media all and (max-width: 1024px) {
  /* line 287, ../sass/parts/mixins/_grid.scss */
  .main_wrapper_dashboard {
    padding-left: 0;
  }

  /* line 290, ../sass/parts/mixins/_grid.scss */
  .container_fluid, .container_fixed {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 294, ../sass/parts/mixins/_grid.scss */
  .buckets.view-grid .thumb-overlay {
    display: block !important;
    background: transparent !important;
  }

  /* line 298, ../sass/parts/mixins/_grid.scss */
  .spacing_balance {
    margin: 0 auto !important;
    margin-top: 60px !important;
    float: none !important;
  }
}
/* line 307, ../sass/parts/mixins/_grid.scss */
.search-page .top_heading_dashboard h3 {
  max-width: 100%;
}

/* line 314, ../sass/parts/mixins/_grid.scss */
.settings-page .top_heading_dashboard {
  max-width: 100% !important;
}

/* line 14, ../sass/parts/mixins/_retina-sprites.scss */
.icns, .site-header .user-info.logged-in > a:before, aside .download-app .mac-logo, aside .download-app .windows-logo, .nav-business-members .icn-edit, .icn-arrow-desc, .icn-arrow-asc, .buckets.view-grid > li:not(.heading).folder .icn-folder-wname, .buckets.view-grid > li:not(.heading) .icn-edit, .teams .list .icn-question, .business-try .trial-feat span, .plan-container .plan-body span, .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span, .promo-foot .logo-mark, .dark .comment-wrapper .comment .icn-delete, .dark .comment-wrapper .icn-mention, .dark .comment-wrapper .icn-mention:hover, .dark .comment-wrapper .icn-mention:active, .comment-wrapper .comment .icn-delete, .comment-wrapper .icn-mention, .date-picker .upgrade-to-plus .icn-schedule,
.custom-date .upgrade-to-plus .icn-schedule, .icn-collection-small, .logo, .logo-home, .logo-white, .logo-sa, .logo-business, .logo-enterprise, .logo-business-white, .logo-business-white-small, .logo-favicon, .logo-new, .logo-kg-blue, .icn-shield, .icn-ttt, .icn-ttt-white, .icn-activity, .icn-cloud, .icn-users, .icn-favorites, .icn-briefcase, .icn-briefcase-hover, .icn-user, .icn-analytics, .icn-trash, .icn-admin-wheel, .icn-my-uploads, .icn-my-uploads-hover, .icn-embed-media, .icn-simple, .icn-smart, .icn-powerful, .icn-fast, x
.icn-beautiful, .icn-secure, .icn-file, .icn-icon-folder, .icn-bookmark, .icn-screenshot, .icn-screencast, .icn-audio-clip, .icn-note, .icn-webcam, .icn-clipboard, .icn-back, .icn-search, .icn-dd-top-arrow, .icn-dd-top-arrow-panel, .icn-dd-right-arrow, .icn-dd-top-arrow-dark, .icn-title-edit, .icn-files, .icn-size, .icn-calendar, .icn-views, .icn-locked, .icn-self-destruct, .icn-world, .icn-timer, .icn-folder-xsmall, .icn-more, .icn-add-new, .icn-edit, .icn-remove-tag, .icn-remove-filter, .date-picker .caret.cancel,
.custom-date .caret.cancel, .analytics-page .icn-remove-filter, .analytics-page .date-picker .caret.cancel, .date-picker .analytics-page .caret.cancel,
.analytics-page .custom-date .caret.cancel,
.custom-date .analytics-page .caret.cancel, .icn-views-analytics, .icn-referral, .icn-plus, .icn-upload-cancel, .icn-uploading, .icn-checkbox.checked, .custom-controls input:checked ~ .custom-control-indicator, .custom-control-indicator.intermediate, .icn-checkbox-red.checked, .custom-controls.red input:checked ~ .custom-control-indicator, .icn-checkbox.intermediate, .icn-radio.checked, .plus-page .upgrade-top .nav-tabs > li .custom-controls input:checked ~ .custom-control-indicator.radio, .custom-controls input:checked ~ .custom-control-indicator.radio, .icn-radio-small.checked, .icn-cog-wheel, .icn-gear-filled, .icn-collection, .icn-folder, .icn-folder-small, .icn-expand-folder, .icn-collapse-folder, .icn-folder-ind, .icn-close, .icn-clear, .icn-share-email, .icn-share-twitter, .icn-twitter-link, .icn-share-facebook, .icn-aclink, .icn-numberup-arrow, .icn-numberdown-arrow, .icn-schedule-calendar, .enabled .icn-add-new, .uf-box .icn-schedule, .uf-box .icn-analytics, .icn-activity-folder, .icn-activity-document, .icn-logo-viewer, .icn-logo-white-viewer, .viewer-wrapper.white .icn-logo-viewer, .icn-viewer-close, .icn-viewer-white-close, .viewer-wrapper.white .icn-viewer-close, .icn-list-next, .icn-list-back, .icn-list-next-w, .viewer-wrapper.white .icn-list-next, .icn-list-back-w, .viewer-wrapper.white .icn-list-back, .icn-show-list, .no-footer .icn-hide-list, .viewer-wrapper.white.no-footer .icn-hide-list, .icn-hide-list, .icn-show-list-w, .viewer-wrapper.dark.document-viewer.spreadsheet.no-footer .list-toggle .icn-hide-list, .viewer-wrapper.white .icn-show-list, .viewer-wrapper.white .no-footer .icn-hide-list, .no-footer .viewer-wrapper.white .icn-hide-list, .icn-hide-list-w, .viewer-wrapper.white .icn-hide-list, .icn-viewer-next, .icn-viewer-back, .icn-viewer-new-logo, .icn-viewer-new-logo-white, .icn-logo-folder-new, .icn-comment-mention, .icn-comment-area, .icn-comment-area-active, .icn-comment-time, .icn-comment-edit-active, .icn-comment-edit, .icn-member, .icn-invitee, .icn-upload-done, .done .downloadprocent, .icn-zoom-in, .icn-zoom-out, .icn-reset, .icn-reset-light, .icn-page-up, .icn-page-down, .icn-fullscreen, .icn-print, .icn-next-sheets, .icn-previous-sheets, .icn-pause-big, .icn-pause, .icn-play-big, .icn-play, .icn-replay, .icn-screen-zoom-in, .icn-screen-zoom-out, .icn-volume-bg, .icn-volume, .icn-pause-light, .icn-play-light, .icn-replay-light, .icn-screen-zoom-in-light, .viewer-wrapper.white .icn-screen-zoom-in, .icn-screen-zoom-out-light, .viewer-wrapper.white .icn-screen-zoom-out, .icn-volume-bg-light, .icn-volume-light, .icn-first, .icn-next, .icn-previous, .icn-last, .icn-first-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-first, .icn-next-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-next, .icn-previous-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-previous, .icn-last-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-last, .icn-grid-on, .icn-grid-off, .icn-grid-on-light, .icn-grid-off-light, .icn-advance-analytics, .icn-custom-branding, .icn-disable-download, .icn-formats, .icn-no-limit, .icn-protection, .icn-recipients, .icn-schedule-share, .icn-self-destruct-icon, .icn-storage, .icn-support, .icn-temp-link, .icn-cc, .icn-pp, .icn-visa, .icn-master, .icn-american, .icn-cvc, .icn_business_downlad_box, .icn-alerts, .icn-crown, .icn-direct-link, .icn-notes, .icn-proxy, .icn-realtime-view, .icn-screen-shot, .icn-social-media, .icn-gmail, .icn-invite, .icn-facebook, .icn-twitter, .icn-youtube, .icn-cross, .icn-tick, .icn-thumb-play:before, .icn-thumb-play.thumb:before, .viewer-wrapper .icn-thumb-play:before, .icn-file-lock:before, .icn-pb, .active > .icn-pb, .icn-vn, .active > .icn-vn, .icn-link-upload:before,
.buckets .thumbnail.icn-link-upload:before, .buckets-view-grid, .buckets-view-grid:hover, .buckets-view-grid:active, .buckets-view-grid.active, .buckets-view-list, .buckets-view-list:hover, .buckets-view-list:active, .buckets-view-list.active, .icn-inbox, .icn-viewed, .icn-favorite, .icn-favorite:hover, .icn-favorite:active, .icn-favorite.active, .icn-star, .icn-star:hover, .icn-star:active, .icn-star.active, .icn-xclose, .viewer-wrapper.white .xclose:before, .icn-xclose-white, .xclose:before {
  display: inline-block;
  background: url('../images/sprites-sf09af0f36f.png') no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 14, ../sass/parts/mixins/_retina-sprites.scss */
  .icns, .site-header .user-info.logged-in > a:before, aside .download-app .mac-logo, aside .download-app .windows-logo, .nav-business-members .icn-edit, .icn-arrow-desc, .icn-arrow-asc, .buckets.view-grid > li:not(.heading).folder .icn-folder-wname, .buckets.view-grid > li:not(.heading) .icn-edit, .teams .list .icn-question, .business-try .trial-feat span, .plan-container .plan-body span, .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span, .promo-foot .logo-mark, .dark .comment-wrapper .comment .icn-delete, .dark .comment-wrapper .icn-mention, .dark .comment-wrapper .icn-mention:hover, .dark .comment-wrapper .icn-mention:active, .comment-wrapper .comment .icn-delete, .comment-wrapper .icn-mention, .date-picker .upgrade-to-plus .icn-schedule,
  .custom-date .upgrade-to-plus .icn-schedule, .icn-collection-small, .logo, .logo-home, .logo-white, .logo-sa, .logo-business, .logo-enterprise, .logo-business-white, .logo-business-white-small, .logo-favicon, .logo-new, .logo-kg-blue, .icn-shield, .icn-ttt, .icn-ttt-white, .icn-activity, .icn-cloud, .icn-users, .icn-favorites, .icn-briefcase, .icn-briefcase-hover, .icn-user, .icn-analytics, .icn-trash, .icn-admin-wheel, .icn-my-uploads, .icn-my-uploads-hover, .icn-embed-media, .icn-simple, .icn-smart, .icn-powerful, .icn-fast, x
  .icn-beautiful, .icn-secure, .icn-file, .icn-icon-folder, .icn-bookmark, .icn-screenshot, .icn-screencast, .icn-audio-clip, .icn-note, .icn-webcam, .icn-clipboard, .icn-back, .icn-search, .icn-dd-top-arrow, .icn-dd-top-arrow-panel, .icn-dd-right-arrow, .icn-dd-top-arrow-dark, .icn-title-edit, .icn-files, .icn-size, .icn-calendar, .icn-views, .icn-locked, .icn-self-destruct, .icn-world, .icn-timer, .icn-folder-xsmall, .icn-more, .icn-add-new, .icn-edit, .icn-remove-tag, .icn-remove-filter, .date-picker .caret.cancel,
  .custom-date .caret.cancel, .analytics-page .icn-remove-filter, .analytics-page .date-picker .caret.cancel, .date-picker .analytics-page .caret.cancel,
  .analytics-page .custom-date .caret.cancel,
  .custom-date .analytics-page .caret.cancel, .icn-views-analytics, .icn-referral, .icn-plus, .icn-upload-cancel, .icn-uploading, .icn-checkbox.checked, .custom-controls input:checked ~ .custom-control-indicator, .custom-control-indicator.intermediate, .icn-checkbox-red.checked, .custom-controls.red input:checked ~ .custom-control-indicator, .icn-checkbox.intermediate, .icn-radio.checked, .plus-page .upgrade-top .nav-tabs > li .custom-controls input:checked ~ .custom-control-indicator.radio, .custom-controls input:checked ~ .custom-control-indicator.radio, .icn-radio-small.checked, .icn-cog-wheel, .icn-gear-filled, .icn-collection, .icn-folder, .icn-folder-small, .icn-expand-folder, .icn-collapse-folder, .icn-folder-ind, .icn-close, .icn-clear, .icn-share-email, .icn-share-twitter, .icn-twitter-link, .icn-share-facebook, .icn-aclink, .icn-numberup-arrow, .icn-numberdown-arrow, .icn-schedule-calendar, .enabled .icn-add-new, .uf-box .icn-schedule, .uf-box .icn-analytics, .icn-activity-folder, .icn-activity-document, .icn-logo-viewer, .icn-logo-white-viewer, .viewer-wrapper.white .icn-logo-viewer, .icn-viewer-close, .icn-viewer-white-close, .viewer-wrapper.white .icn-viewer-close, .icn-list-next, .icn-list-back, .icn-list-next-w, .viewer-wrapper.white .icn-list-next, .icn-list-back-w, .viewer-wrapper.white .icn-list-back, .icn-show-list, .no-footer .icn-hide-list, .viewer-wrapper.white.no-footer .icn-hide-list, .icn-hide-list, .icn-show-list-w, .viewer-wrapper.dark.document-viewer.spreadsheet.no-footer .list-toggle .icn-hide-list, .viewer-wrapper.white .icn-show-list, .viewer-wrapper.white .no-footer .icn-hide-list, .no-footer .viewer-wrapper.white .icn-hide-list, .icn-hide-list-w, .viewer-wrapper.white .icn-hide-list, .icn-viewer-next, .icn-viewer-back, .icn-viewer-new-logo, .icn-viewer-new-logo-white, .icn-logo-folder-new, .icn-comment-mention, .icn-comment-area, .icn-comment-area-active, .icn-comment-time, .icn-comment-edit-active, .icn-comment-edit, .icn-member, .icn-invitee, .icn-upload-done, .done .downloadprocent, .icn-zoom-in, .icn-zoom-out, .icn-reset, .icn-reset-light, .icn-page-up, .icn-page-down, .icn-fullscreen, .icn-print, .icn-next-sheets, .icn-previous-sheets, .icn-pause-big, .icn-pause, .icn-play-big, .icn-play, .icn-replay, .icn-screen-zoom-in, .icn-screen-zoom-out, .icn-volume-bg, .icn-volume, .icn-pause-light, .icn-play-light, .icn-replay-light, .icn-screen-zoom-in-light, .viewer-wrapper.white .icn-screen-zoom-in, .icn-screen-zoom-out-light, .viewer-wrapper.white .icn-screen-zoom-out, .icn-volume-bg-light, .icn-volume-light, .icn-first, .icn-next, .icn-previous, .icn-last, .icn-first-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-first, .icn-next-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-next, .icn-previous-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-previous, .icn-last-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-last, .icn-grid-on, .icn-grid-off, .icn-grid-on-light, .icn-grid-off-light, .icn-advance-analytics, .icn-custom-branding, .icn-disable-download, .icn-formats, .icn-no-limit, .icn-protection, .icn-recipients, .icn-schedule-share, .icn-self-destruct-icon, .icn-storage, .icn-support, .icn-temp-link, .icn-cc, .icn-pp, .icn-visa, .icn-master, .icn-american, .icn-cvc, .icn_business_downlad_box, .icn-alerts, .icn-crown, .icn-direct-link, .icn-notes, .icn-proxy, .icn-realtime-view, .icn-screen-shot, .icn-social-media, .icn-gmail, .icn-invite, .icn-facebook, .icn-twitter, .icn-youtube, .icn-cross, .icn-tick, .icn-thumb-play:before, .icn-thumb-play.thumb:before, .viewer-wrapper .icn-thumb-play:before, .icn-file-lock:before, .icn-pb, .active > .icn-pb, .icn-vn, .active > .icn-vn, .icn-link-upload:before,
  .buckets .thumbnail.icn-link-upload:before, .buckets-view-grid, .buckets-view-grid:hover, .buckets-view-grid:active, .buckets-view-grid.active, .buckets-view-list, .buckets-view-list:hover, .buckets-view-list:active, .buckets-view-list.active, .icn-inbox, .icn-viewed, .icn-favorite, .icn-favorite:hover, .icn-favorite:active, .icn-favorite.active, .icn-star, .icn-star:hover, .icn-star:active, .icn-star.active, .icn-xclose, .viewer-wrapper.white .xclose:before, .icn-xclose-white, .xclose:before {
    background: url('../images/sprites-retina-s6e9ea4be45.png') no-repeat;
    -moz-background-size: 9859px auto;
    -o-background-size: 9859px auto;
    -webkit-background-size: 9859px auto;
    background-size: 9859px auto;
  }
}

/*
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite-w(<sprite-name>)'
 */
/*
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite-secon(<sprite-name>)'
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, ../sass/parts/_normalize.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 18, ../sass/parts/_normalize.scss */
body {
  margin: 0;
}

/* line 31, ../sass/parts/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 51, ../sass/parts/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 64, ../sass/parts/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 74, ../sass/parts/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 86, ../sass/parts/_normalize.scss */
a {
  background: transparent;
}

/* line 94, ../sass/parts/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 106, ../sass/parts/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 114, ../sass/parts/_normalize.scss */
b,
strong {
  font-weight: 700;
}

/* line 123, ../sass/parts/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 132, ../sass/parts/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 141, ../sass/parts/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 150, ../sass/parts/_normalize.scss */
small {
  font-size: 80%;
}

/* line 158, ../sass/parts/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 166, ../sass/parts/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 170, ../sass/parts/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 181, ../sass/parts/_normalize.scss */
img {
  border: 0;
}

/* line 200, ../sass/parts/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 208, ../sass/parts/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 218, ../sass/parts/_normalize.scss */
pre {
  overflow: auto;
}

/* line 226, ../sass/parts/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 15px;
}

/* line 233, ../sass/parts/_normalize.scss */
.text pre {
  font-family: "Cerebri Sans", Arial, sans-serif;
}

/* line 252, ../sass/parts/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../sass/parts/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../sass/parts/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../sass/parts/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../sass/parts/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../sass/parts/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../sass/parts/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../sass/parts/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../sass/parts/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 357, ../sass/parts/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 370, ../sass/parts/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../sass/parts/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../sass/parts/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../sass/parts/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../sass/parts/_normalize.scss */
optgroup {
  font-weight: 600;
}

/* line 419, ../sass/parts/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/parts/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 11, ../sass/parts/_scaffolding.scss */
* {
  box-sizing: border-box;
}

/* line 14, ../sass/parts/_scaffolding.scss */
*::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 15, ../sass/parts/_scaffolding.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 19, ../sass/parts/_scaffolding.scss */
* {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* line 27, ../sass/parts/_scaffolding.scss */
html {
  font-family: "Cerebri Sans", Arial, sans-serif;
  font-weight: 400;
  height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

/* line 35, ../sass/parts/_scaffolding.scss */
body {
  font-family: "Cerebri Sans", Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.4;
  color: #333c4e;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  font-weight: 400;
}

/* line 51, ../sass/parts/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 62, ../sass/parts/_scaffolding.scss */
a {
  color: #101010;
  text-decoration: none;
}
/* line 66, ../sass/parts/_scaffolding.scss */
a:hover, a:focus {
  text-decoration: underline;
}
/* line 71, ../sass/parts/_scaffolding.scss */
a:active, a.active {
  color: #168EEA;
}

/* line 77, ../sass/parts/_scaffolding.scss */
.new-links a {
  color: #d6ebff;
  text-decoration: none;
}
/* line 83, ../sass/parts/_scaffolding.scss */
.new-links a:hover, .new-links a:focus {
  color: #fff !important;
  text-decoration: none;
}
/* line 90, ../sass/parts/_scaffolding.scss */
.new-links a:active, .new-links a.active {
  color: #fff !important;
  text-decoration: none;
}

/* line 104, ../sass/parts/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 111, ../sass/parts/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 116, ../sass/parts/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 121, ../sass/parts/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 130, ../sass/parts/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 8, ../sass/parts/_type.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 12, ../sass/parts/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cerebri Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #333c4e;
}
/* line 18, ../sass/parts/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #717d82;
}

/* line 26, ../sass/parts/_type.scss */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}
/* line 32, ../sass/parts/_type.scss */
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

/* line 37, ../sass/parts/_type.scss */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 42, ../sass/parts/_type.scss */
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

/* line 48, ../sass/parts/_type.scss */
h1 {
  font-size: 34px;
}

/* line 49, ../sass/parts/_type.scss */
h2 {
  font-size: 24px;
}

/* line 50, ../sass/parts/_type.scss */
h3 {
  font-size: 20px;
}

/* line 51, ../sass/parts/_type.scss */
h4 {
  font-size: 18px;
}

/* line 52, ../sass/parts/_type.scss */
h5 {
  font-size: 14.5px;
}

/* line 53, ../sass/parts/_type.scss */
h6 {
  font-size: 12px;
}

/* line 59, ../sass/parts/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 67, ../sass/parts/_type.scss */
.text-left {
  text-align: left;
}

/* line 68, ../sass/parts/_type.scss */
.text-right {
  text-align: right;
}

/* line 69, ../sass/parts/_type.scss */
.text-center {
  text-align: center;
}

/* line 70, ../sass/parts/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 73, ../sass/parts/_type.scss */
.text-muted {
  color: rgba(16, 16, 16, 0.5);
}

/* line 1, ../sass/parts/_custom-scroll.scss */
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 7, ../sass/parts/_custom-scroll.scss */
.nano > .nano-content {
  position: absolute;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 16, ../sass/parts/_custom-scroll.scss */
.nano > .nano-content:focus {
  outline: 0;
}

/* line 19, ../sass/parts/_custom-scroll.scss */
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

/* line 22, ../sass/parts/_custom-scroll.scss */
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

/* line 25, ../sass/parts/_custom-scroll.scss */
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 42, ../sass/parts/_custom-scroll.scss */
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 51, ../sass/parts/_custom-scroll.scss */
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  opacity: 0.99;
}

/* line 1, ../sass/parts/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 8, ../sass/parts/_forms.scss */
label {
  font-size: 15px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
  color: #101010;
}
/* line 16, ../sass/parts/_forms.scss */
label.error {
  color: #ea532a;
}

/* line 18, ../sass/parts/_forms.scss */
label::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 27, ../sass/parts/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* Chrome, Safari, Edge, Opera */
/* line 34, ../sass/parts/_forms.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 41, ../sass/parts/_forms.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 46, ../sass/parts/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 50, ../sass/parts/_forms.scss */
input.error {
  border-color: #ea532a;
}

/* line 76, ../sass/parts/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14.5px;
  line-height: 1.4;
  color: #101010;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c1cbd2;
  border-radius: 3px;
  -webkit-appearance: none !important;
}
/* line 74, ../sass/parts/mixins/_forms.scss */
.form-control:focus {
  outline: 0;
  border-color: #168EEA;
}
/* line 100, ../sass/parts/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 110, ../sass/parts/_forms.scss */
textarea.form-control {
  height: auto;
  padding: 10px 18px;
  letter-spacing: -0.05px;
}

/* line 42, ../sass/parts/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  padding: 6px 18px;
  font-size: 14.5px;
  line-height: 1.4;
  border-radius: 3px;
}

/* line 50, ../sass/parts/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 32px;
  line-height: 32px;
}

/* line 55, ../sass/parts/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 42, ../sass/parts/mixins/_forms.scss */
.input-bs {
  height: 33px;
  padding: 10px 18px;
  font-size: 14.5px;
  line-height: 1.4;
  border-radius: 3px;
}

/* line 50, ../sass/parts/mixins/_forms.scss */
select.input-bs {
  height: 33px;
  line-height: 33px;
}

/* line 55, ../sass/parts/mixins/_forms.scss */
textarea.input-bs,
select[multiple].input-bs {
  height: auto;
}

/* line 42, ../sass/parts/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 36px;
  padding: 8px 18px;
  font-size: 14.5px;
  line-height: 1.33;
  border-radius: 3px;
}

/* line 50, ../sass/parts/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 36px;
  line-height: 36px;
}

/* line 55, ../sass/parts/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 42, ../sass/parts/mixins/_forms.scss */
.input-slim {
  height: 32px;
  padding: 10px 12px;
  font-size: 14.5px;
  line-height: 1.4;
  border-radius: 3px;
}

/* line 50, ../sass/parts/mixins/_forms.scss */
select.input-slim {
  height: 32px;
  line-height: 32px;
}

/* line 55, ../sass/parts/mixins/_forms.scss */
textarea.input-slim,
select[multiple].input-slim {
  height: auto;
}

/* line 42, ../sass/parts/mixins/_forms.scss */
.input-ex {
  height: 32px;
  padding: 0 23px 0 22px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 3px;
}

/* line 50, ../sass/parts/mixins/_forms.scss */
select.input-ex {
  height: 32px;
  line-height: 32px;
}

/* line 55, ../sass/parts/mixins/_forms.scss */
textarea.input-ex,
select[multiple].input-ex {
  height: auto;
}

/* line 128, ../sass/parts/_forms.scss */
.home-page .input-ex,
.home-page-new-new .input-ex,
.tour-page .input-ex {
  height: 43px;
}

/* line 8, ../sass/parts/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #fff;
}
/* line 17, ../sass/parts/mixins/_forms.scss */
.has-success .form-control {
  border-color: #137DCF;
}
/* line 19, ../sass/parts/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #137DCF;
}
/* line 24, ../sass/parts/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #fff;
  border-color: #137DCF;
  background-color: #fff;
}
/* line 30, ../sass/parts/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #fff;
}

/* line 8, ../sass/parts/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ea532a;
}
/* line 17, ../sass/parts/mixins/_forms.scss */
.has-warning .form-control,
.has-error .form-control {
  border-color: #d9461f;
}
/* line 19, ../sass/parts/mixins/_forms.scss */
.has-warning .form-control:focus,
.has-error .form-control:focus {
  border-color: #d9461f;
}
/* line 24, ../sass/parts/mixins/_forms.scss */
.has-warning .input-group-addon,
.has-error .input-group-addon {
  color: #ea532a;
  border-color: #d9461f;
  background-color: #fff;
}
/* line 30, ../sass/parts/mixins/_forms.scss */
.has-warning .form-control-feedback,
.has-error .form-control-feedback {
  color: #ea532a;
}

/* line 147, ../sass/parts/_forms.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 157, ../sass/parts/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #717d82;
}

@media (min-width: 768px) {
  /* line 182, ../sass/parts/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 189, ../sass/parts/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 195, ../sass/parts/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 199, ../sass/parts/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 207, ../sass/parts/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 211, ../sass/parts/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 219, ../sass/parts/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  /* line 227, ../sass/parts/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  /* line 237, ../sass/parts/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 254, ../sass/parts/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
/* line 264, ../sass/parts/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
/* line 269, ../sass/parts/_forms.scss */
.form-horizontal .form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
}

/* line 274, ../sass/parts/_forms.scss */
.show-always {
  font-size: 14.5px;
}

/* line 279, ../sass/parts/_forms.scss */
.modal-email .input-slim {
  padding: 10px 12px;
}

/* line 284, ../sass/parts/_forms.scss */
.show_hide_password_wrapper {
  position: absolute;
  top: 13px;
  right: 12px;
}
/* line 288, ../sass/parts/_forms.scss */
.show_hide_password_wrapper.labeld_Field {
  top: 40px;
}
/* line 291, ../sass/parts/_forms.scss */
.show_hide_password_wrapper svg {
  cursor: pointer;
}
/* line 294, ../sass/parts/_forms.scss */
.show_hide_password_wrapper span {
  display: block;
}
/* line 298, ../sass/parts/_forms.scss */
.show_hide_password_wrapper .show_psword svg {
  position: absolute;
  top: -1px;
  right: 0px;
}
/* line 305, ../sass/parts/_forms.scss */
.show_hide_password_wrapper .hide_psword svg {
  position: absolute;
  top: 2px;
  right: 1px;
}

/* line 314, ../sass/parts/_forms.scss */
.inline_modal_wrapper .show_hide_password_wrapper {
  top: 9px;
}

/* line 319, ../sass/parts/_forms.scss */
input[type=password], .show_hide_password {
  padding-right: 50px !important;
}

/* line 10, ../sass/parts/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400 !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 18px;
  font-size: 14.5px;
  line-height: 1.4;
  border-radius: 3px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 26, ../sass/parts/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0;
}
/* line 29, ../sass/parts/_buttons.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}
/* line 32, ../sass/parts/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}
/* line 38, ../sass/parts/_buttons.scss */
.crisp .btn {
  font-weight: 500 !important;
  font-size: 14px !important;
}

/* line 41, ../sass/parts/_buttons.scss */
.disabled {
  cursor: not-allowed;
  opacity: .6;
}

/* line 49, ../sass/parts/_buttons.scss */
.btn-default,
.btn-white {
  color: #101010;
  background-color: #fdfdfe;
  border-color: #c1cbd2;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.btn-default:hover, .btn-default.hover,
.btn-white:hover,
.btn-white.hover {
  background-color: #f8f8f8;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle,
.btn-white:active,
.btn-white.active, .open >
.btn-white.dropdown-toggle {
  color: #101010;
  background-color: #f2f2f2;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active,
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white[disabled].active, fieldset[disabled]
.btn-white, fieldset[disabled]
.btn-white:hover, fieldset[disabled]
.btn-white:focus, fieldset[disabled]
.btn-white:active, fieldset[disabled]
.btn-white.active {
  color: rgba(16, 16, 16, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}

/* line 51, ../sass/parts/_buttons.scss */
.btn-blue {
  color: #fff;
  background-color: #168EEA;
  border-color: #137DCF;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.btn-blue:hover, .btn-blue.hover {
  background-color: #1891ED;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #1382d7;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.btn-blue.disabled, .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled], .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
/* line 54, ../sass/parts/_buttons.scss */
.rich .btn-blue, .btn-blue.rich {
  background-color: #168EEA;
  border: 1px solid #0487E7;
}
/* line 57, ../sass/parts/_buttons.scss */
.rich .btn-blue:hover, .rich .btn-blue:active, .btn-blue.rich:hover, .btn-blue.rich:active {
  opacity: 0.9;
}
/* line 58, ../sass/parts/_buttons.scss */
.btn-blue:active {
  background-color: #1382d7 !important;
}

/* line 63, ../sass/parts/_buttons.scss */
.hover:hover, .hover:active {
  opacity: 0.9;
}

/* line 64, ../sass/parts/_buttons.scss */
.btn-plan-purple {
  color: #fff;
  background-color: #8a5ce7;
  border-color: #9467ef;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.btn-plan-purple:hover, .btn-plan-purple.hover {
  background-color: #9467ef;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.btn-plan-purple:active, .btn-plan-purple.active, .open > .btn-plan-purple.dropdown-toggle {
  color: #fff;
  background-color: #9467ef;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.btn-plan-purple.disabled, .btn-plan-purple.disabled:hover, .btn-plan-purple.disabled:focus, .btn-plan-purple.disabled:active, .btn-plan-purple.disabled.active, .btn-plan-purple[disabled], .btn-plan-purple[disabled]:hover, .btn-plan-purple[disabled]:focus, .btn-plan-purple[disabled]:active, .btn-plan-purple[disabled].active, fieldset[disabled] .btn-plan-purple, fieldset[disabled] .btn-plan-purple:hover, fieldset[disabled] .btn-plan-purple:focus, fieldset[disabled] .btn-plan-purple:active, fieldset[disabled] .btn-plan-purple.active {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
/* line 65, ../sass/parts/_buttons.scss */
.btn-plan-purple:active {
  background-color: #8157d6;
}

/* line 70, ../sass/parts/_buttons.scss */
.btn-plan-enterpsise {
  color: #101010;
  background-color: #ffcb00;
  border-color: #fad132;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.btn-plan-enterpsise:hover, .btn-plan-enterpsise.hover {
  background-color: #fad132;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.btn-plan-enterpsise:active, .btn-plan-enterpsise.active, .open > .btn-plan-enterpsise.dropdown-toggle {
  color: #101010;
  background-color: #fad132;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.btn-plan-enterpsise.disabled, .btn-plan-enterpsise.disabled:hover, .btn-plan-enterpsise.disabled:focus, .btn-plan-enterpsise.disabled:active, .btn-plan-enterpsise.disabled.active, .btn-plan-enterpsise[disabled], .btn-plan-enterpsise[disabled]:hover, .btn-plan-enterpsise[disabled]:focus, .btn-plan-enterpsise[disabled]:active, .btn-plan-enterpsise[disabled].active, fieldset[disabled] .btn-plan-enterpsise, fieldset[disabled] .btn-plan-enterpsise:hover, fieldset[disabled] .btn-plan-enterpsise:focus, fieldset[disabled] .btn-plan-enterpsise:active, fieldset[disabled] .btn-plan-enterpsise.active {
  color: rgba(16, 16, 16, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
/* line 71, ../sass/parts/_buttons.scss */
.btn-plan-enterpsise:active {
  background-color: #fad132;
}

/* line 76, ../sass/parts/_buttons.scss */
.btn-red {
  color: #fff;
  background-color: #ea532a;
  border-color: #d9461f;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.btn-red:hover, .btn-red.hover {
  background-color: #ec6540;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.btn-red:active, .btn-red.active, .open > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #e14c24;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.btn-red.disabled, .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled], .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
/* line 77, ../sass/parts/_buttons.scss */
.btn-red:active {
  background-color: #e14c24 !important;
}

/* line 81, ../sass/parts/_buttons.scss */
.btn-upload {
  color: #fff;
  background-color: #168EEA;
  border-color: #137DCF;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.btn-upload:hover, .btn-upload.hover {
  background-color: #1891ED;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.btn-upload:active, .btn-upload.active, .open > .btn-upload.dropdown-toggle {
  color: #fff;
  background-color: #3da2eb;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.btn-upload.disabled, .btn-upload.disabled:hover, .btn-upload.disabled:focus, .btn-upload.disabled:active, .btn-upload.disabled.active, .btn-upload[disabled], .btn-upload[disabled]:hover, .btn-upload[disabled]:focus, .btn-upload[disabled]:active, .btn-upload[disabled].active, fieldset[disabled] .btn-upload, fieldset[disabled] .btn-upload:hover, fieldset[disabled] .btn-upload:focus, fieldset[disabled] .btn-upload:active, fieldset[disabled] .btn-upload.active {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
/* line 82, ../sass/parts/_buttons.scss */
.btn-upload:hover {
  background-color: #1891ED;
}
/* line 83, ../sass/parts/_buttons.scss */
.btn-upload:active {
  background-color: #1382d7;
}

/* line 87, ../sass/parts/_buttons.scss */
.btn-outline {
  color: #fff;
  background-color: #fdfdfe;
  border-color: #1891ED;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.btn-outline:hover, .btn-outline.hover {
  background-color: #1891ED;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.btn-outline:active, .btn-outline.active, .open > .btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #1183da;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}

/* line 91, ../sass/parts/_buttons.scss */
.btn-blue-download {
  width: 252px;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 40px;
  background-color: #157EFC;
  margin-top: 25px;
  padding: 2px 48px;
  border: 1px solid #0487E7;
  color: #fff;
}
/* line 102, ../sass/parts/_buttons.scss */
.btn-blue-download:hover {
  background-color: #1988FF;
}
/* line 103, ../sass/parts/_buttons.scss */
.btn-blue-download:active {
  background-color: #0374fb;
}

/* line 108, ../sass/parts/_buttons.scss */
.btn-whiteline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.btn-whiteline:hover, .btn-whiteline.hover {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.btn-whiteline:active, .btn-whiteline.active, .open > .btn-whiteline.dropdown-toggle {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.btn-whiteline.disabled, .btn-whiteline.disabled:hover, .btn-whiteline.disabled:focus, .btn-whiteline.disabled:active, .btn-whiteline.disabled.active, .btn-whiteline[disabled], .btn-whiteline[disabled]:hover, .btn-whiteline[disabled]:focus, .btn-whiteline[disabled]:active, .btn-whiteline[disabled].active, fieldset[disabled] .btn-whiteline, fieldset[disabled] .btn-whiteline:hover, fieldset[disabled] .btn-whiteline:focus, fieldset[disabled] .btn-whiteline:active, fieldset[disabled] .btn-whiteline.active {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}

/* line 109, ../sass/parts/_buttons.scss */
.btn-watch {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  margin: auto;
  background: white;
  padding: 12px;
  font-size: 0px;
}
/* line 118, ../sass/parts/_buttons.scss */
.btn-watch.play {
  background-image: url(/res/images/svg/play-white.svg);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 12px;
  height: 14px;
  width: 14px;
}
/* line 126, ../sass/parts/_buttons.scss */
.btn-watch:active, .btn-watch:hover {
  opacity: 0.9;
}

/* line 129, ../sass/parts/_buttons.scss */
.btn-watch-text {
  font-size: 14.5px;
  position: relative;
  top: 5px;
  padding-left: 10px;
  color: white;
  cursor: pointer;
}

/* line 138, ../sass/parts/_buttons.scss */
.social_auth_button {
  background-color: #fff;
  color: #444;
  font-size: 15px !important;
  padding: 11px 32px !important;
  margin-top: 15px !important;
  font-weight: 400 !important;
  position: relative;
  color: #444;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left 12px center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 144, ../sass/parts/_buttons.scss */
.social_auth_button.disconnect {
  background-color: #fff;
  color: #444;
}
/* line 148, ../sass/parts/_buttons.scss */
.social_auth_button:before {
  content: '';
  position: absolute;
  background-size: cover;
}
/* line 161, ../sass/parts/_buttons.scss */
.social_auth_button:active, .social_auth_button:hover {
  border-color: #168EEA;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left 12px center;
}

/* line 170, ../sass/parts/_buttons.scss */
.btn-google:before {
  background-image: url("../images/svg/google.png");
  top: 13px;
  bottom: 0;
  left: 12px;
  height: 16px;
  width: 16px;
}

/* line 180, ../sass/parts/_buttons.scss */
.btn-apple:before {
  background-image: url("../images/svg/apple.png");
  top: 12px;
  bottom: 0;
  left: 12px;
  height: 19px;
  width: 16px;
}

/* line 190, ../sass/parts/_buttons.scss */
.btn-microsoft:before {
  background-image: url("../images/svg/microsoft.svg");
  top: 13px;
  bottom: 0;
  left: 12px;
  height: 16px;
  width: 16px;
}

/* line 200, ../sass/parts/_buttons.scss */
.btn-email:before {
  background-image: url("../images/svg/email-round.svg");
  top: 16px;
  bottom: 0;
  left: 12px;
  height: 13px;
  width: 17px;
}

/* line 214, ../sass/parts/_buttons.scss */
.list-thumb-meta .restore_trash_item, .view-list .restore_trash_item {
  display: none;
}
@media all and (max-width: 768px) {
  /* line 214, ../sass/parts/_buttons.scss */
  .list-thumb-meta .restore_trash_item, .view-list .restore_trash_item {
    display: block;
  }
}

/* line 223, ../sass/parts/_buttons.scss */
.outlined-btn {
  color: #fff;
  background-color: #fdfdfe;
  border-color: #1891ED;
  width: 180px;
}

/* line 239, ../sass/parts/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 8px 18px;
  font-size: 14.5px;
  line-height: 1.4;
  border-radius: 3px;
  font-weight: 600;
}

/* line 240, ../sass/parts/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 6px 18px;
  font-size: 14.5px;
  line-height: 1.4;
  border-radius: 3px;
  font-weight: 600;
}

/* line 241, ../sass/parts/_buttons.scss */
.btn-bs {
  padding: 6px 18px;
  font-size: 15px;
  line-height: 1.38;
  border-radius: 3px;
  font-weight: 600;
}

/* line 242, ../sass/parts/_buttons.scss */
.btn-ln {
  padding: 8px 32px;
  font-size: 14.5px;
  line-height: 1.4;
  border-radius: 3px;
  font-weight: 600;
}

/* line 243, ../sass/parts/_buttons.scss */
.btn-ex {
  padding: 6px 48px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 3px;
  font-weight: 400;
}

/* line 249, ../sass/parts/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 257, ../sass/parts/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 263, ../sass/parts/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 273, ../sass/parts/_buttons.scss */
.btn-link {
  padding: 0;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
  color: #101010;
  background: none;
  font-size: 15px;
}
/* line 282, ../sass/parts/_buttons.scss */
.v2 .btn-link {
  padding: 0px 5px;
  font-weight: 400;
  cursor: pointer;
  color: #F5F5F5;
  font-size: 15px;
  text-decoration: none;
}
/* line 284, ../sass/parts/_buttons.scss */
.v2 .btn-link.btn-link-tour {
  padding: 0px 12px;
}
/* line 292, ../sass/parts/_buttons.scss */
.v2 .btn-link .caret {
  border-top-color: #f5f5f5;
}
/* line 296, ../sass/parts/_buttons.scss */
.v2 .btn-link:hover, .v2 .btn-link:active, .open .v2 .btn-link {
  color: #168EEA;
  text-decoration: none;
}
/* line 301, ../sass/parts/_buttons.scss */
.v2 .btn-link:hover .caret, .v2 .btn-link:active .caret, .open .v2 .btn-link .caret {
  border-top-color: #fff;
}

/* line 309, ../sass/parts/_buttons.scss */
.btn-link-new {
  padding: 0px 5px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
  font-size: 11px !important;
  color: #d6ebff;
  text-align: right;
  -moz-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
  -webkit-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
  -ms-transform: matrix(1.25, 0, 0, 1.25, 0, 0);
}
/* line 322, ../sass/parts/_buttons.scss */
.btn-link-new :hover {
  color: white;
}

/* line 329, ../sass/parts/_buttons.scss */
.btn-upgrade {
  margin-right: 15px;
}

/* line 332, ../sass/parts/_buttons.scss */
.btn-verify {
  padding-right: 0;
  padding-left: 0;
  font-weight: normal !important;
  color: #168EEA;
  border: 0;
  background-color: none;
}
/* line 340, ../sass/parts/_buttons.scss */
.btn-verify:hover, .btn-verify:active, .btn-verify:focus {
  color: #1380d3;
  background-color: none;
}

/* line 349, ../sass/parts/_buttons.scss */
.btn-marketing:active {
  background-color: #0374fb !important;
}

/* line 354, ../sass/parts/_buttons.scss */
.inbox_locatoin {
  margin-top: 15px;
}

/* line 358, ../sass/parts/_buttons.scss */
.upated_btn {
  padding: 7px 18px !important;
  font-weight: 500 !important;
}

/* line 362, ../sass/parts/_buttons.scss */
.upated_viewer_btn {
  font-weight: 500 !important;
}

/* line 366, ../sass/parts/_buttons.scss */
.shared_invite_dropdown_container {
  padding: 0 10px;
}
/* line 368, ../sass/parts/_buttons.scss */
.shared_invite_dropdown_container .shared_invite_dropdown_lnk {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  padding-right: 10px;
}
/* line 375, ../sass/parts/_buttons.scss */
.shared_invite_dropdown_container .shared_invite_dropdown_lnk p {
  margin: 0;
}
/* line 378, ../sass/parts/_buttons.scss */
.shared_invite_dropdown_container .shared_invite_dropdown_lnk ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
/* line 383, ../sass/parts/_buttons.scss */
.shared_invite_dropdown_container .shared_invite_dropdown_lnk ul li {
  height: 30px;
  width: 30px;
  margin-left: -10px;
}
/* line 387, ../sass/parts/_buttons.scss */
.shared_invite_dropdown_container .shared_invite_dropdown_lnk ul li img {
  width: 100%;
  border-radius: 25px;
  border: solid 2px #fff;
}

/* line 7, ../sass/parts/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 7px;
  margin-right: 0;
  border-top: 6px solid #717d82;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* line 8, ../sass/parts/_dropdowns.scss */
.caret.light {
  opacity: 0.5;
  margin-left: 2px;
}

/* line 18, ../sass/parts/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 21, ../sass/parts/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 24, ../sass/parts/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 124px;
  padding: 10px 0;
  margin: 15px 0 0;
  list-style: none;
  font-size: 14.5px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #c1cbd2;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(113, 125, 130, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(113, 125, 130, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(113, 125, 130, 0.1);
  -o-box-shadow: 0 1px 2px rgba(113, 125, 130, 0.1);
  box-shadow: 0 1px 2px rgba(113, 125, 130, 0.1);
  background-clip: padding-box;
}
/* line 46, ../sass/parts/_dropdowns.scss */
.dropdown-menu.home {
  right: 22% !important;
}
/* line 48, ../sass/parts/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 54, ../sass/parts/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #eff2f4;
}
/* line 58, ../sass/parts/_dropdowns.scss */
.dropdown-menu > .arrow {
  position: absolute;
  top: -8px;
}
/* line 63, ../sass/parts/_dropdowns.scss */
.dropdown-menu.top-right {
  left: auto;
  right: 5px;
}
/* line 66, ../sass/parts/_dropdowns.scss */
.dropdown-menu.top-right > .arrow {
  left: auto;
  right: 14px;
  margin: 0;
}
/* line 70, ../sass/parts/_dropdowns.scss */
.search-page .dropdown-menu.top-right > .arrow {
  display: none;
}
/* line 74, ../sass/parts/_dropdowns.scss */
.dropdown-menu.top-center {
  left: auto;
  right: auto;
}
/* line 77, ../sass/parts/_dropdowns.scss */
.dropdown-menu.top-center > .arrow {
  left: 50%;
  margin-left: -7px;
}
/* line 83, ../sass/parts/_dropdowns.scss */
.dropdown-menu .dropdown-title {
  font-weight: 600;
  color: #333c4e;
}
/* line 90, ../sass/parts/_dropdowns.scss */
.dropdown-menu > li > a,
.dropdown-menu > li > ul > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #101010;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 105, ../sass/parts/_dropdowns.scss */
.dropdown-menu > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 111, ../sass/parts/_dropdowns.scss */
.dropdown-menu .dd-active {
  color: #157EFC;
  font-weight: 600;
}
/* line 114, ../sass/parts/_dropdowns.scss */
.dropdown-menu .dd-active:hover {
  color: #157EFC !important;
}
/* line 118, ../sass/parts/_dropdowns.scss */
.dropdown-menu .sub_menu {
  position: relative;
}
/* line 121, ../sass/parts/_dropdowns.scss */
.dropdown-menu .sub_menu:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 0;
  height: 0;
  transform: translateY(-20px);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #101010;
}
/* line 133, ../sass/parts/_dropdowns.scss */
.dropdown-menu .sub_menu:hover > ul {
  display: block;
}
/* line 138, ../sass/parts/_dropdowns.scss */
.dropdown-menu .sub_menu > ul {
  position: absolute;
  padding: 10px 0;
  left: 100%;
  background-color: #fff;
  border: solid 1px rgba(16, 16, 16, 0.3);
  transform: translateY(-43px);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
}
/* line 149, ../sass/parts/_dropdowns.scss */
.dropdown-menu .sub_menu > ul > li > a {
  padding: 6px 20px;
}

/* line 162, ../sass/parts/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.hover,
.dropdown-menu > li > ul > li > a:hover,
.dropdown-menu > li > ul > li > a:focus,
.dropdown-menu > li > ul > li > a.hover {
  text-decoration: none;
  color: #101010;
  background-color: #e8e8e8;
}

/* line 171, ../sass/parts/_dropdowns.scss */
.dropdown-menu > li.ac_over > a {
  text-decoration: none;
  color: #101010;
  background-color: #e8e8e8;
}

/* line 179, ../sass/parts/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #168EEA;
  text-decoration: none;
  outline: 0;
}

/* line 193, ../sass/parts/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgba(16, 16, 16, 0.5);
}

/* line 201, ../sass/parts/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

/* line 213, ../sass/parts/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 218, ../sass/parts/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 227, ../sass/parts/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 237, ../sass/parts/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 243, ../sass/parts/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14.5px;
  line-height: 22px;
  color: #717d82;
}

/* line 252, ../sass/parts/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 262, ../sass/parts/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 275, ../sass/parts/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  margin-top: -2px;
  border-top: 0;
  border-bottom: 6px solid #717d82;
  content: "";
}
/* line 282, ../sass/parts/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 294, ../sass/parts/_dropdowns.scss */
.btn-compact > .dropdown-menu {
  top: 31px;
  min-width: 98px;
  width: 100%;
  margin-top: 0;
}
/* line 301, ../sass/parts/_dropdowns.scss */
.btn-compact > .dropdown-menu > li > a {
  padding: 4px 12px;
}
/* line 302, ../sass/parts/_dropdowns.scss */
.btn-compact > .dropdown-menu.lnk-privacy-menu, .btn-compact > .dropdown-menu.time_duration_dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 306, ../sass/parts/_dropdowns.scss */
.btn-compact > .dropdown-menu.lnk-privacy-menu li a, .btn-compact > .dropdown-menu.time_duration_dropdown li a {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
/* line 313, ../sass/parts/_dropdowns.scss */
.btn-compact .btn {
  min-width: 98px;
  height: 28px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  padding: 6px 7px;
  padding-right: 28px;
}
/* line 321, ../sass/parts/_dropdowns.scss */
.btn-compact .btn .caret {
  position: absolute;
  top: 12px;
  right: 11px;
  margin: 0;
}
/* line 329, ../sass/parts/_dropdowns.scss */
.btn-compact.open .dropdown-menu {
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 333, ../sass/parts/_dropdowns.scss */
.btn-compact.open .btn {
  min-width: 98px;
  background: #fff;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../sass/parts/_dropdowns.scss */
.viewer-actions .dropdown-menu.top-right {
  right: 5px !important;
}

/* line 6, ../sass/parts/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../sass/parts/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../sass/parts/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
  opacity: 0.98;
}
/* line 22, ../sass/parts/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
/* line 27, ../sass/parts/_button-groups.scss */
.search-page .btn-group.btn-cog-wheel, .search-page
.btn-group-vertical.btn-cog-wheel {
  position: absolute;
}
/* line 31, ../sass/parts/_button-groups.scss */
.trash-page .btn-group.btn-cog-wheel, .trash-page
.btn-group-vertical.btn-cog-wheel {
  position: relative;
}

/* line 38, ../sass/parts/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 47, ../sass/parts/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 51, ../sass/parts/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 55, ../sass/parts/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 62, ../sass/parts/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 66, ../sass/parts/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 80, ../sass/parts/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 83, ../sass/parts/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 87, ../sass/parts/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 92, ../sass/parts/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 97, ../sass/parts/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 116, ../sass/parts/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding: 7px 11px;
  font-size: 22px;
  line-height: 20px;
}

/* line 123, ../sass/parts/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 129, ../sass/parts/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 8px 8px 0;
  border-bottom-width: 0;
}

/* line 134, ../sass/parts/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 8px 8px;
}

/* line 144, ../sass/parts/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 156, ../sass/parts/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 161, ../sass/parts/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 171, ../sass/parts/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 174, ../sass/parts/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 178, ../sass/parts/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 183, ../sass/parts/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 187, ../sass/parts/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 192, ../sass/parts/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../sass/parts/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../sass/parts/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../sass/parts/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 227, ../sass/parts/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 7, ../sass/parts/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../sass/parts/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass/parts/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 35, ../sass/parts/_input-groups.scss */
.input-group.input-with-icon .input-group-addon {
  padding: 0px 12px;
}
/* line 36, ../sass/parts/_input-groups.scss */
.input-group.input-with-icon .form-control {
  padding-left: 0;
  border-left: transparent;
}

/* line 59, ../sass/parts/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 64, ../sass/parts/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 69, ../sass/parts/_input-groups.scss */
.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 78, ../sass/parts/_input-groups.scss */
.input-group-fld d
> input {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 86, ../sass/parts/_input-groups.scss */
.input-group-fld > input + input {
  margin-left: -1px;
}

/* line 93, ../sass/parts/_input-groups.scss */
.input-group-addon {
  padding: 10px 18px;
  font-size: 14.5px;
  font-weight: normal;
  line-height: 1;
  color: #101010;
  text-align: center;
  background-color: #fdfdfe;
  border: 1px solid #c1cbd2;
  border-radius: 3px;
}
/* line 105, ../sass/parts/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 6px 18px;
  font-size: 12.5px;
  border-radius: 2px;
}
/* line 110, ../sass/parts/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 8px 18px;
  font-size: 15px;
  border-radius: 3px;
}
/* line 117, ../sass/parts/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 124, ../sass/parts/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 133, ../sass/parts/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 136, ../sass/parts/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 145, ../sass/parts/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 151, ../sass/parts/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  z-index: 10;
}
/* line 161, ../sass/parts/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 163, ../sass/parts/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -6px;
}
/* line 167, ../sass/parts/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 176, ../sass/parts/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -6px;
}
/* line 182, ../sass/parts/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -6px;
}

/* line 189, ../sass/parts/_input-groups.scss */
.mergeicon {
  position: relative;
  z-index: 100;
  background-color: transparent !important;
  border: none !important;
}

/* line 196, ../sass/parts/_input-groups.scss */
.mergeInputfield {
  padding-left: 40px !important;
  margin-left: -40px;
  border-left: 1px solid #c1cbd2 !important;
  border-radius: 3px !important;
  width: 112% !important;
}

/* line 203, ../sass/parts/_input-groups.scss */
.mergeInputfield:focus {
  border-left: solid 1px  #168EEA !important;
}

/* line 9, ../sass/parts/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass/parts/_navs.scss */
.nav .heading {
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #9da7ab;
}
/* line 21, ../sass/parts/_navs.scss */
.guest .nav.nav-tip .heading {
  margin-bottom: 4px;
}
/* line 22, ../sass/parts/_navs.scss */
.guest .nav.nav-share .heading {
  margin-bottom: 6px;
}
/* line 24, ../sass/parts/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 28, ../sass/parts/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  word-wrap: break-word;
}
/* line 34, ../sass/parts/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: underline;
}
/* line 40, ../sass/parts/_navs.scss */
.nav > li.active > a {
  color: #168EEA;
}
/* line 42, ../sass/parts/_navs.scss */
.nav > li.active > a:hover, .nav > li.active > a:focus {
  text-decoration: none;
}
/* line 48, ../sass/parts/_navs.scss */
.nav > li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eff2f4;
}
/* line 56, ../sass/parts/_navs.scss */
.nav p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.8;
  color: #333c4e;
}
/* line 67, ../sass/parts/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 73, ../sass/parts/_navs.scss */
.nav-tabs > li {
  margin-right: 30px;
  float: left;
}
/* line 77, ../sass/parts/_navs.scss */
.nav-tabs .icon {
  margin-right: 6px;
}

/* line 85, ../sass/parts/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 88, ../sass/parts/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 95, ../sass/parts/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 97, ../sass/parts/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 5, ../sass/parts/_labels.scss */
.label {
  display: inline;
  padding: 2px 5px;
  font-size: 12.5px;
  font-weight: 400;
  color: #101010;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 1px solid transparent;
  border-radius: 3px;
}
/* line 20, ../sass/parts/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../sass/parts/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 34, ../sass/parts/_labels.scss */
.label-default {
  background-color: #fff;
  border: solid 1px #D0D6D9;
}
/* line 7, ../sass/parts/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #e6e6e6;
}

/* line 7, ../sass/parts/_badges.scss */
.badge {
  display: inline-block;
  min-width: 16px;
  height: 16px;
  margin-left: 4px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #F5688D;
  vertical-align: middle;
  margin-top: -2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* line 28, ../sass/parts/_badges.scss */
.badge:empty {
  display: none;
}

/* line 31, ../sass/parts/_badges.scss */
.badge-version {
  display: inline-block;
  min-width: 16px;
  height: 18px;
  margin-top: -1px;
  margin-right: -2px;
  margin-left: 4px;
  padding-right: 6px;
  padding-left: 6px;
  border: 1px solid #DD476F;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #F5688D;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 54, ../sass/parts/_badges.scss */
.badge-version:empty {
  display: none;
}

/* line 57, ../sass/parts/_badges.scss */
.badge-version-list {
  min-width: 16px;
  height: 20px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 1px;
  border: 1px solid #DD476F;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  background-color: #F5688D;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 75, ../sass/parts/_badges.scss */
.badge-version-list:empty {
  display: none;
}

/* line 10, ../sass/parts/_alerts.scss */
.notice-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  padding: 4px 18px;
  text-align: center;
  z-index: 1029;
  border: 1px solid transparent;
}
/* line 21, ../sass/parts/_alerts.scss */
.notice-wrapper .icn-close {
  position: absolute;
  cursor: pointer;
}
/* line 27, ../sass/parts/_alerts.scss */
.notice-wrapper .alert a {
  display: inline-block !important;
}
/* line 29, ../sass/parts/_alerts.scss */
.notice-wrapper .alert a:not(.btn) {
  color: #168EEA;
}

/* line 44, ../sass/parts/_alerts.scss */
.alert-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding: 0;
  text-align: center;
  z-index: 1070;
  border: 1px solid transparent;
  border-radius: 3px;
}
/* line 56, ../sass/parts/_alerts.scss */
.alert-wrapper .animator {
  display: inline-block;
  margin-top: -45px;
  -webkit-transform: translate(0, -40px);
  -moz-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
  transform: translate(0, -40px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 60, ../sass/parts/_alerts.scss */
.alert-wrapper .animator.stop {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 65, ../sass/parts/_alerts.scss */
.alert-wrapper .animator.boom {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 72, ../sass/parts/_alerts.scss */
.alert-wrapper center {
  display: inline-block;
  padding: 3px 8px;
}
/* line 75, ../sass/parts/_alerts.scss */
.alert-wrapper center.permanent {
  width: 300px;
  display: block;
  margin: auto;
}

/* line 84, ../sass/parts/_alerts.scss */
.adition_noti_class {
  top: 50px;
}

/* line 88, ../sass/parts/_alerts.scss */
.alert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 18px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 3px;
}
/* line 98, ../sass/parts/_alerts.scss */
.alert .btn-close,
.alert .btn-close:hover,
.alert .btn-close:focus {
  background: none;
  border: none;
  outline: 0;
}
/* line 105, ../sass/parts/_alerts.scss */
.alert p {
  margin: 0;
}

/* line 109, ../sass/parts/_alerts.scss */
.settings_wrapper .alert {
  display: inline-block;
  max-width: 800px;
}

/* line 119, ../sass/parts/_alerts.scss */
.alert-dismissable {
  padding-right: 26px;
}
/* line 123, ../sass/parts/_alerts.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 135, ../sass/parts/_alerts.scss */
.alert-blue {
  background-color: #168EEA;
  border-color: #3793d3;
  color: #fff;
}
/* line 8, ../sass/parts/mixins/_alerts.scss */
.alert-blue .alert-link {
  color: #168EEA;
}

/* line 137, ../sass/parts/_alerts.scss */
.alert-red {
  background-color: #ea532a;
  border-color: #d9461f;
  color: #fff;
}
/* line 8, ../sass/parts/mixins/_alerts.scss */
.alert-red .alert-link {
  color: #168EEA;
}
/* line 139, ../sass/parts/_alerts.scss */
.alert-red a {
  color: #fff;
}

/* line 142, ../sass/parts/_alerts.scss */
.alert-info {
  background-color: #fcf8e2;
  border-color: #F7E7B6;
  color: #101010;
}
/* line 8, ../sass/parts/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #168EEA;
}
/* line 144, ../sass/parts/_alerts.scss */
.alert-info a {
  color: #007AFF;
}

/* line 146, ../sass/parts/_alerts.scss */
.alert-trial {
  display: inline-block;
  background-color: #fcf8e2;
  border-color: #F7E7B6;
  color: #101010;
}
/* line 8, ../sass/parts/mixins/_alerts.scss */
.alert-trial .alert-link {
  color: #168EEA;
}
/* line 149, ../sass/parts/_alerts.scss */
.alert-trial a {
  color: #007AFF;
}

/* line 151, ../sass/parts/_alerts.scss */
.alert-notice {
  background-color: #dff1ff;
  border-color: #4da7ec;
  color: #333c4e;
}
/* line 8, ../sass/parts/mixins/_alerts.scss */
.alert-notice .alert-link {
  color: #168EEA;
}

/* line 152, ../sass/parts/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #101010;
}
/* line 8, ../sass/parts/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #168EEA;
}

/* line 154, ../sass/parts/_alerts.scss */
.alert-error {
  background-color: rgba(242, 222, 222, 0.55);
  border-color: #dfa4a4;
  color: #c7504e;
}
/* line 8, ../sass/parts/mixins/_alerts.scss */
.alert-error .alert-link {
  color: #168EEA;
}

/* line 156, ../sass/parts/_alerts.scss */
.alert-blue-boxy {
  padding: 8px 18px;
  color: #1d262d;
  background-color: rgba(22, 142, 234, 0.1);
  border-bottom: 1px solid rgba(22, 142, 234, 0.75);
  line-height: 1.6;
}
/* line 162, ../sass/parts/_alerts.scss */
.alert-blue-boxy .alert {
  font-size: 14px;
  padding: 8px 8px;
}
/* line 166, ../sass/parts/_alerts.scss */
.alert-blue-boxy .btn {
  margin-bottom: 1px;
  margin-top: -3px;
  margin-left: 5px;
  color: white;
  background: #3497e8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 176, ../sass/parts/_alerts.scss */
.alert-blue-boxy .btn:active, .alert-blue-boxy .btn:hover {
  background: #43A6EB;
  color: #fff;
}
/* line 180, ../sass/parts/_alerts.scss */
.alert-blue-boxy .cross-button {
  float: right;
  margin: 8px auto;
}
/* line 183, ../sass/parts/_alerts.scss */
.alert-blue-boxy .cross-button ul {
  cursor: pointer;
  cursor: hand;
  margin: 0px;
  padding: 0px;
}

/* line 10, ../sass/parts/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 6px;
  background-color: #e6e9eb;
}

/* line 19, ../sass/parts/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  background-color: #168EEA;
}

/* line 33, ../sass/parts/_progress-bars.scss */
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 5px;
}
/* line 38, ../sass/parts/_progress-bars.scss */
.progress-bar[aria-valuenow="95"] {
  min-width: 148px;
  background-color: #ea532a;
}
/* line 43, ../sass/parts/_progress-bars.scss */
.progress-bar[aria-valuenow="0"] {
  color: #c1cbd2;
  min-width: 5px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 57, ../sass/parts/_progress-bars.scss */
.progress-bar-danger {
  background-color: #ea532a;
}

/* Effect 1: YouTube loading */
/* line 2, ../sass/parts/_pace.scss */
.la-anim-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #168EEA;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none;
}

/* line 15, ../sass/parts/_pace.scss */
.la-anim-1::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: #168EEA;
  box-shadow: 0 0 15px #168EEA, 0 0 5px #168EEA;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
  transition: opacity 0.2s, box-shadow 2s 4s;
  -webkit-transform: rotate(2deg) translateY(-2px);
  transform: rotate(2deg) translateY(-2px);
}

/* line 31, ../sass/parts/_pace.scss */
.la-anim-1.la-animate {
  z-index: 1100;
  opacity: 0;
  -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
  transition: transform 5s ease-in, opacity 1s 5s;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 40, ../sass/parts/_pace.scss */
.la-anim-1.la-animate::after {
  box-shadow: 0 0 3px #168EEA, 0 0 1px #168EEA;
  opacity: 1;
}

/* line 1, ../sass/parts/_header.scss */
.header-wrap {
  width: 100%;
}
/* line 4, ../sass/parts/_header.scss */
.header-wrap.fixed {
  position: fixed;
  top: 0;
  z-index: 1002;
}

/* line 21, ../sass/parts/_header.scss */
.header_width {
  width: calc(100% - 280px);
}
/* line 23, ../sass/parts/_header.scss */
.header_width .fixed_nav {
  width: 100%;
}

/* line 28, ../sass/parts/_header.scss */
.settings_header_width {
  width: calc(100% - 200px);
}

/* line 32, ../sass/parts/_header.scss */
.user-actions {
  margin-top: 15px;
  margin-bottom: 8px;
}
/* line 34, ../sass/parts/_header.scss */
.user-actions .btn {
  font-size: 12.5px;
  padding: 5px 0;
}
/* line 38, ../sass/parts/_header.scss */
.user-actions.combo {
  margin-top: 15px;
  margin-bottom: 8px;
}

/* line 44, ../sass/parts/_header.scss */
.site-header {
  height: 80px;
  background-color: #fff;
}
/* line 48, ../sass/parts/_header.scss */
.site-header.plus {
  background-color: transparent;
}

/* line 50, ../sass/parts/_header.scss */
.site-header-new {
  height: 80px;
}

/* line 53, ../sass/parts/_header.scss */
.logo-wrapper {
  position: relative;
  width: 130px;
  height: 76px;
  margin-top: 1px;
}
@media (max-width: 768px) {
  /* line 53, ../sass/parts/_header.scss */
  .logo-wrapper {
    width: 115px;
  }
}
/* line 63, ../sass/parts/_header.scss */
.logo-wrapper.custom {
  margin-right: 25px;
}
/* line 64, ../sass/parts/_header.scss */
.logo-wrapper .ab-center {
  right: auto;
}
/* line 66, ../sass/parts/_header.scss */
.logo-wrapper.custom-logo img {
  max-width: 160px;
  max-height: 76px;
}

/* line 74, ../sass/parts/_header.scss */
.viewer-header .logo-wrapper .ab-center {
  margin-left: 20px;
}

/* line 78, ../sass/parts/_header.scss */
.guest .viewer-header .logo-wrapper .ab-center {
  margin-left: 10px !important;
}

/* line 80, ../sass/parts/_header.scss */
.loader {
  width: 22px;
  position: relative;
  margin-top: 40px;
  margin-left: 0;
}
/* line 85, ../sass/parts/_header.scss */
.home-page .loader {
  display: none;
}

/* line 90, ../sass/parts/_header.scss */
.filter-tag {
  max-width: 296px;
  margin-top: 5px;
  margin-left: 10px;
  display: flex;
}
/* line 95, ../sass/parts/_header.scss */
.filter-tag .icn-remove-filter, .filter-tag .date-picker .caret.cancel, .date-picker .filter-tag .caret.cancel,
.filter-tag .custom-date .caret.cancel,
.custom-date .filter-tag .caret.cancel {
  margin-top: 6px;
  margin-left: 10px;
  cursor: pointer;
  filter: brightness(1) invert(1);
}
/* line 101, ../sass/parts/_header.scss */
.filter-tag .tag-name {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13.5px;
}

/* line 107, ../sass/parts/_header.scss */
.search-bar {
  position: relative;
  float: left;
  margin-left: 10px;
  max-width: 300px;
  width: calc(100% - 330px);
}
/* line 114, ../sass/parts/_header.scss */
.search-bar.searchBarShown {
  margin-right: -46px;
  width: calc(100% - 330px);
  transition: width .8s ease;
}
/* line 118, ../sass/parts/_header.scss */
.search-bar.searchBarShown .icn-search {
  opacity: 1;
  transition: opacity .2s linear .2s;
}
@media all and (max-width: 768px) {
  /* line 114, ../sass/parts/_header.scss */
  .search-bar.searchBarShown {
    transition: width .4s ease;
    width: calc(100% - 200px);
  }
}
/* line 127, ../sass/parts/_header.scss */
.search-bar.searchBarHide {
  margin-right: -46px;
  width: 0 !important;
  overflow: hidden;
  transition: width .1s ease;
}
/* line 132, ../sass/parts/_header.scss */
.search-bar.searchBarHide .icn-search {
  opacity: 0;
}
/* line 136, ../sass/parts/_header.scss */
.search-bar .btn-outline {
  margin-right: 8px;
}
/* line 138, ../sass/parts/_header.scss */
.search-bar .btn-outline:hover, .search-bar .btn-outline:active {
  color: #fff;
}
/* line 141, ../sass/parts/_header.scss */
.search-bar .icn-search {
  position: absolute;
  top: 14px;
  margin-left: 10px;
  z-index: 3;
}
/* line 147, ../sass/parts/_header.scss */
.search-bar .dropdown-menu {
  right: -46px;
}
/* line 148, ../sass/parts/_header.scss */
.search-bar .form-control {
  padding-left: 30px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 167, ../sass/parts/_header.scss */
.spinner-css, .side, .fill {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 168, ../sass/parts/_header.scss */
.spinner-css {
  position: absolute;
  margin: -9px 0 -9px;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 50%;
  position: absolute;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
}
/* line 180, ../sass/parts/_header.scss */
.modal-note .spinner-css {
  z-index: 200;
  width: 24px;
  height: 24px;
  background: url("../images/search-loader.GIF") 0% 0%/24px 24px;
}
/* line 187, ../sass/parts/_header.scss */
.spinner-css:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0px;
  top: 0px;
  margin: 2px;
  background: #fff;
  opacity: 1;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
}
/* line 201, ../sass/parts/_header.scss */
.spinner-css .side {
  height: 18px;
  width: 9px;
  position: absolute;
  overflow: hidden;
  top: 0;
}
/* line 207, ../sass/parts/_header.scss */
.spinner-css .side > .fill {
  position: absolute;
  width: 9px;
  height: 18px;
  background: #168EEA;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  animation: cssSpinnerRight 2s infinite linear;
  -webkit-animation: cssSpinnerRight 2s infinite linear;
  -moz-animation: cssSpinnerRight 2s infinite linear;
  -o-animation: cssSpinnerRight 2s infinite linear;
}
/* line 220, ../sass/parts/_header.scss */
.spinner-css .side.sp_right {
  left: 9px;
  border-radius: 0px 999px 999px 0px;
  -webkit-border-radius: 0px 999px 999px 0px;
  -moz-border-radius: 0px 999px 999px 0px;
}
/* line 225, ../sass/parts/_header.scss */
.spinner-css .side.sp_right > .fill {
  right: 0;
  border-right: 9px solid #fff;
}
/* line 230, ../sass/parts/_header.scss */
.spinner-css .side.sp_left {
  left: 0;
  border-radius: 999px 0px 0px 999px;
  -webkit-border-radius: 999px 0px 0px 999px;
  -moz-border-radius: 999px 0px 0px 999px;
}
/* line 235, ../sass/parts/_header.scss */
.spinner-css .side.sp_left > .fill {
  left: 0;
  border-left: 9px solid #fff;
  animation: cssSpinnerLeft 2s infinite linear;
  -webkit-animation: cssSpinnerLeft 2s infinite linear;
  -moz-animation: cssSpinnerLeft 2s infinite linear;
  -o-animation: cssSpinnerLeft 2s infinite linear;
}

@-webkit-keyframes cssSpinnerRight {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  70% {
    -webkit-transform: rotate(270deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssSpinnerLeft {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  35% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  80% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssSpinnerRight {
  0% {
    -moz-transform: rotate(0deg);
  }
  20% {
    -moz-transform: rotate(90deg);
  }
  25% {
    -moz-transform: rotate(180deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  70% {
    -moz-transform: rotate(270deg);
  }
  75% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes cssSpinnerLeft {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(0deg);
  }
  35% {
    -moz-transform: rotate(90deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(180deg);
  }
  80% {
    -moz-transform: rotate(270deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes cssSpinnerRight {
  0% {
    -o-transform: rotate(0deg);
  }
  20% {
    -o-transform: rotate(90deg);
  }
  25% {
    -o-transform: rotate(180deg);
  }
  50% {
    -o-transform: rotate(180deg);
  }
  70% {
    -o-transform: rotate(270deg);
  }
  75% {
    -o-transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-o-keyframes cssSpinnerLeft {
  0% {
    -o-transform: rotate(0deg);
  }
  25% {
    -o-transform: rotate(0deg);
  }
  35% {
    -o-transform: rotate(90deg);
  }
  50% {
    -o-transform: rotate(180deg);
  }
  75% {
    -o-transform: rotate(180deg);
  }
  80% {
    -o-transform: rotate(270deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes cssSpinnerRight {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  70% {
    transform: rotate(270deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cssSpinnerLeft {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  80% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 320, ../sass/parts/_header.scss */
.site-header .back-to {
  float: left;
  margin-top: 3px;
  margin-right: 14px;
  cursor: pointer;
}
/* line 326, ../sass/parts/_header.scss */
.site-header .version {
  margin: 8px 12px;
  font-size: 14px;
  color: #717d82;
}
/* line 331, ../sass/parts/_header.scss */
.site-header .title {
  position: relative;
  margin: 1px 0px;
  max-width: 380px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 21px;
}
/* line 338, ../sass/parts/_header.scss */
body.inside-bucket-page:not(.guest) .site-header .title:hover {
  margin-top: -1px;
  margin-left: -6px;
  padding-right: 20px;
}
/* line 342, ../sass/parts/_header.scss */
body.inside-bucket-page:not(.guest) .site-header .title:hover .name-area {
  padding-left: 5px;
  height: 34px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
/* line 350, ../sass/parts/_header.scss */
.site-header .title.title-editing {
  margin-top: -1px;
  margin-left: -6px;
}
/* line 354, ../sass/parts/_header.scss */
.site-header .title .name-area {
  max-width: 362px;
  min-width: 15px;
  padding-right: 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 363, ../sass/parts/_header.scss */
.site-header .title .new_name {
  padding-left: 5px;
  width: auto;
  border: 1px solid #0287e7;
  outline: 0;
  border-radius: 3px;
}
/* line 370, ../sass/parts/_header.scss */
.site-header .title > .icn-title-edit {
  position: absolute;
  top: 8px;
  right: -20px;
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 377, ../sass/parts/_header.scss */
.guest .site-header .title {
  cursor: initial;
  max-width: 460px;
}
/* line 380, ../sass/parts/_header.scss */
.guest .site-header .title .name-area {
  padding-right: 0 !important;
  max-width: 460px;
}
/* line 385, ../sass/parts/_header.scss */
.guest .site-header .title {
  cursor: initial;
  max-width: 500px;
}
/* line 388, ../sass/parts/_header.scss */
.guest .site-header .title .name-area {
  padding-right: 0 !important;
  max-width: 500px;
}
/* line 393, ../sass/parts/_header.scss */
body.edit-mode .site-header .title {
  max-width: 224px;
}
/* line 395, ../sass/parts/_header.scss */
body.edit-mode .site-header .title .name-area {
  max-width: 220px;
}
/* line 398, ../sass/parts/_header.scss */
.site-header .title:hover .name-area {
  padding-right: 6px;
}
/* line 399, ../sass/parts/_header.scss */
.site-header .title:hover > .icn-title-edit {
  right: 0;
}
/* line 400, ../sass/parts/_header.scss */
.site-header .title:hover > .icn-favorite {
  display: none;
}
/* line 402, ../sass/parts/_header.scss */
.inside-collection .site-header .title {
  max-width: 360px;
}
/* line 404, ../sass/parts/_header.scss */
.inside-collection .site-header .title .name-area {
  max-width: 366px;
}
/* line 405, ../sass/parts/_header.scss */
.inside-collection .site-header .title:hover {
  max-width: 384px;
}
/* line 407, ../sass/parts/_header.scss */
.inside-collection .site-header .title:hover .name-area {
  max-width: 364px;
}
/* line 411, ../sass/parts/_header.scss */
.site-header .icn-favorite {
  margin-top: 5px;
  margin-left: 8px;
}
/* line 415, ../sass/parts/_header.scss */
.site-header .nav-bar {
  position: relative;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 10px;
}
/* line 421, ../sass/parts/_header.scss */
.site-header .form-control {
  width: 100%;
  height: 40px;
  background-color: #f4f4f4;
  border: none;
  border-radius: 6px;
}
/* line 422, ../sass/parts/_header.scss */
.site-header .user-info {
  margin-left: 16px;
  margin-right: 14px;
  width: 46px;
  height: 34px;
  margin-right: 0;
}
/* line 428, ../sass/parts/_header.scss */
.site-header .user-info .c-avatar--m {
  line-height: 31px !important;
  font-size: 14.5px !important;
}
/* line 432, ../sass/parts/_header.scss */
.site-header .user-info > a {
  display: block;
}
/* line 433, ../sass/parts/_header.scss */
.site-header .user-info .dropdown-menu {
  top: 24px;
  right: -22px;
  min-width: 200px;
  z-index: 100000;
}
/* line 439, ../sass/parts/_header.scss */
.site-header .user-info .arrow {
  right: 17px;
}
/* line 440, ../sass/parts/_header.scss */
.site-header .user-info .dropdown-title {
  margin-top: 3px;
}
/* line 441, ../sass/parts/_header.scss */
.site-header .user-info .storage-info {
  font-size: 12px;
  margin-top: 15px;
}
/* line 445, ../sass/parts/_header.scss */
.site-header .user-info.logged-in > a:before {
  position: absolute;
  top: 14px;
  right: 0;
  background-position: -8614px 0;
  height: 5px;
  width: 8px;
  content: "";
}
/* line 453, ../sass/parts/_header.scss */
.site-header .btn-filter {
  padding: 6px 13px;
}
/* line 454, ../sass/parts/_header.scss */
.site-header .icn-back {
  margin-top: 7px;
  margin-right: 15px;
}
/* line 458, ../sass/parts/_header.scss */
.site-header .dropdown-back {
  margin-top: 2px;
  margin-left: -20px;
}
/* line 461, ../sass/parts/_header.scss */
.site-header .dropdown-back > .arrow {
  left: 17px;
}
/* line 462, ../sass/parts/_header.scss */
.site-header .dropdown-back .icon {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 10px;
}
/* line 469, ../sass/parts/_header.scss */
.site-header .dropdown-back .icon.icn-collection-small {
  margin-top: 2px;
}
/* line 472, ../sass/parts/_header.scss */
.site-header .dropdown-back .icon.icn-cloud {
  margin-top: 4px;
}
/* line 478, ../sass/parts/_header.scss */
.site-header .actions > * {
  margin-left: 8px;
  float: left;
}
/* line 482, ../sass/parts/_header.scss */
.site-header .icon-header-more {
  width: 42px;
  height: 34px;
  background-image: url('../images/header-more.png?1590749455');
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 482, ../sass/parts/_header.scss */
  .site-header .icon-header-more {
    background-image: url('../images/header-more@2x.png?1590749455');
    background-size: 23px 6px;
  }
}
/* line 493, ../sass/parts/_header.scss */
.site-header .icon-header-sort {
  padding: 0 16px;
  width: 36px;
  height: 34px;
  background-image: url('../images/header-sort.png?1654767445');
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 493, ../sass/parts/_header.scss */
  .site-header .icon-header-sort {
    background-image: url('../images/header-sort@2x.png?1654767445');
    background-size: 13px 25px;
  }
}
/* line 505, ../sass/parts/_header.scss */
.site-header .icon-header-list,
.site-header .icon-header-grid {
  padding: 0 16px;
  margin-right: 8px;
  width: 32px;
  height: 34px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 513, ../sass/parts/_header.scss */
.guest .site-header .icon-header-list, .guest
.site-header .icon-header-grid {
  margin-right: 0;
}
/* line 515, ../sass/parts/_header.scss */
.site-header .icon-header-grid {
  background-image: url('../images/view-grid.png?1590749456');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 515, ../sass/parts/_header.scss */
  .site-header .icon-header-grid {
    background-image: url('../images/view-grid@2x.png?1590749456');
    background-size: 14px 14px;
  }
}
/* line 522, ../sass/parts/_header.scss */
.site-header .icon-header-list {
  background-image: url('../images/view-list.png?1590749456');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 522, ../sass/parts/_header.scss */
  .site-header .icon-header-list {
    background-image: url('../images/view-list@2x.png?1590749456');
    background-size: 24px 24px;
  }
}
/* line 529, ../sass/parts/_header.scss */
.site-header .sorting,
.site-header .btn-tag-wrapper {
  margin-right: 0;
  margin-left: 0;
}
/* line 534, ../sass/parts/_header.scss */
.site-header .global-actions .caret {
  margin-top: 0;
}

/* line 539, ../sass/parts/_header.scss */
#intercom-container {
  z-index: 1029 !important;
}

/* line 544, ../sass/parts/_header.scss */
.static-page .title {
  margin-top: 2px;
}

/* line 549, ../sass/parts/_header.scss */
.top_activity_lnk {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 8px;
  position: relative;
}
/* line 554, ../sass/parts/_header.scss */
.top_activity_lnk .new_activity_count {
  position: absolute;
  top: 5px;
  height: 30px;
  right: 4px;
  width: 30px;
  margin: 0;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 31px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  background-color: #f45f86;
}

/* line 572, ../sass/parts/_header.scss */
.reset_search {
  position: absolute;
  height: 15px;
  width: 15px;
  top: 11.5px;
  right: 12px;
  border-radius: 10px;
}

/* line 582, ../sass/parts/_header.scss */
.more_dropdwn {
  display: block;
  width: 44px;
  height: 36px;
}
/* line 586, ../sass/parts/_header.scss */
.more_dropdwn svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 14px;
}

/* line 594, ../sass/parts/_header.scss */
.notification_dropdown {
  width: 450px;
  padding: 0;
  margin-top: 8px;
}
/* line 598, ../sass/parts/_header.scss */
.notification_dropdown #head_notifications_container {
  overflow-y: auto;
}
/* line 602, ../sass/parts/_header.scss */
.notification_dropdown ul {
  margin: 0;
  padding: 0;
}
/* line 605, ../sass/parts/_header.scss */
.notification_dropdown ul .invi_li_placeholder {
  padding-left: 20px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
/* line 609, ../sass/parts/_header.scss */
.notification_dropdown ul .invi_li_placeholder .usr_actr_placeholder {
  width: 35px !important;
  height: 35px !important;
}
/* line 613, ../sass/parts/_header.scss */
.notification_dropdown ul .invi_li_placeholder .info_actr_placeholder h5 {
  margin-bottom: 0 !important;
  width: 120px !important;
}
/* line 617, ../sass/parts/_header.scss */
.notification_dropdown ul .invi_li_placeholder .info_actr_placeholder h3 {
  width: 280px !important;
}
/* line 622, ../sass/parts/_header.scss */
.notification_dropdown h4 {
  background-color: #fafafa;
  padding: 8px;
  margin: 0;
  font-weight: 600;
  font-size: 14.5px;
  border-bottom: solid 1px #ddd;
  padding-left: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 633, ../sass/parts/_header.scss */
.notification_dropdown h4 a {
  color: #168EEA;
  font-weight: 500;
  padding: 6px 10px;
  position: relative;
  padding-left: 15px;
  font-size: 13.5px;
  width: 100px;
}
/* line 641, ../sass/parts/_header.scss */
.notification_dropdown h4 a svg {
  position: absolute;
  top: 8px;
  right: 15px;
}
/* line 646, ../sass/parts/_header.scss */
.notification_dropdown h4 a:hover {
  background-color: transparent !important;
}
/* line 651, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity {
  padding: 10px;
  border-bottom: solid 1px #ddd;
  display: flex;
  flex-direction: column;
  position: relative;
}
/* line 657, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity .item {
  display: flex !important;
  align-items: center;
}
/* line 661, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity .activity-time {
  color: #888;
  margin-top: 5px;
  font-size: 12px;
  margin-left: 68px;
}
/* line 667, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity .btn {
  margin-top: 10px;
}
/* line 670, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity .c-avatar--xs {
  font-size: 14.5px !important;
}
/* line 673, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity .activity-type {
  width: 40px;
  margin-right: 16px;
  margin-left: 12px;
  transform: translateY(11px);
  height: 40px;
  line-height: 40px !important;
  font-size: 16px;
  position: absolute;
}
/* line 682, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity .activity-type img {
  height: 40px;
  width: 40px;
}
/* line 687, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity .activity-meta {
  position: relative;
  max-width: 340px;
  width: calc(100% - 68px);
  font-size: 14px;
  left: 68px;
}
/* line 693, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity .activity-meta strong {
  word-break: break-all;
}
/* line 697, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity:hover:not(.invi_li_placeholder) {
  cursor: pointer;
  background-color: #f7fbff;
}
/* line 701, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity.new-activity {
  background-color: #edf6ff;
}
/* line 703, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity.new-activity:hover {
  background-color: #e5f1fc;
}
/* line 706, ../sass/parts/_header.scss */
.notification_dropdown li.js-activity.new-activity .activity-new {
  display: none !important;
}

/* line 739, ../sass/parts/_header.scss */
.guest .top_heading_dashboard {
  top: 0px !important;
  border-bottom: none;
  cursor: default;
  padding-top: 16px;
  height: 78px !important;
  max-width: 978px !important;
  width: calc(100% - 370px) !important;
}
/* line 748, ../sass/parts/_header.scss */
.guest .top_heading_dashboard h3 {
  max-width: 60%;
}
/* line 752, ../sass/parts/_header.scss */
.guest .site-header .user-info .dropdown-menu {
  top: 39px;
}
/* line 756, ../sass/parts/_header.scss */
.guest.logged-out .top_heading_dashboard {
  max-width: 1038px !important;
  width: calc(100% - 306px) !important;
}
/* line 761, ../sass/parts/_header.scss */
.guest .site-header {
  border-bottom: 1px solid rgba(216, 223, 227, 0.75);
}
/* line 763, ../sass/parts/_header.scss */
.guest .site-header .container.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}
/* line 766, ../sass/parts/_header.scss */
.guest .site-header .fixed_nav {
  max-width: 1350px;
  margin: 0 auto;
  padding-right: 40px;
}
@media all and (max-width: 1024px) {
  /* line 766, ../sass/parts/_header.scss */
  .guest .site-header .fixed_nav {
    padding-right: 20px;
  }
}
/* line 776, ../sass/parts/_header.scss */
.guest header {
  width: 100%;
  left: 0;
}
/* line 780, ../sass/parts/_header.scss */
.guest .header-wrap.fixed {
  z-index: 1000;
}
/* line 783, ../sass/parts/_header.scss */
.guest .logo-wrapper {
  height: 84px;
}
/* line 786, ../sass/parts/_header.scss */
.guest .buckets.view-list > li.thead .name-area .thumb-title {
  margin-left: 4px;
}
/* line 790, ../sass/parts/_header.scss */
.guest.viewer-open .logo-wrapper {
  height: 52px !important;
  margin-right: 6px;
  margin-left: 20px;
}
/* line 796, ../sass/parts/_header.scss */
.guest .buckets.view-list > li .list-thumb-meta {
  min-width: 238px !important;
}

/* line 801, ../sass/parts/_header.scss */
.drag_info_container {
  display: inline-block;
  border-radius: 5px;
  background-color: #168EEA;
  position: absolute;
  color: #fff;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 10000;
  box-shadow: 0 0 18px -6px #888;
  padding: 10px 18px;
  font-weight: 500 !important;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  pointer-events: none;
}

@media all and (max-width: 1024px) {
  /* line 825, ../sass/parts/_header.scss */
  .header_width {
    width: calc(100% - 20px);
  }

  /* line 828, ../sass/parts/_header.scss */
  .settings_header_width {
    width: calc(100% - 50px);
  }

  /* line 831, ../sass/parts/_header.scss */
  .search-bar {
    width: calc(100% - 220px);
    margin-left: 20px;
  }

  /* line 835, ../sass/parts/_header.scss */
  .top_heading_dashboard {
    width: calc(100% - 42px) !important;
  }

  /* line 839, ../sass/parts/_header.scss */
  .guest .top_heading_dashboard {
    width: calc(100% - 110px) !important;
  }

  /* line 844, ../sass/parts/_header.scss */
  .logged-out.guest .top_heading_dashboard {
    width: calc(100% - 48px) !important;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
  }

  /* line 852, ../sass/parts/_header.scss */
  .update_sidebar_left .logo-wrapper {
    margin-top: 2px;
    margin-left: 25px;
  }

  /* line 858, ../sass/parts/_header.scss */
  #larg_grid {
    display: none;
  }

  /* line 861, ../sass/parts/_header.scss */
  .dashboard_mobile_nav {
    display: block;
    margin-top: 12px;
    margin-left: 12px;
    width: 25px;
    height: 30px;
    position: relative;
    float: left;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  /* line 871, ../sass/parts/_header.scss */
  .dashboard_mobile_nav span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #131415;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  /* line 888, ../sass/parts/_header.scss */
  .dashboard_mobile_nav span:nth-child(1) {
    top: 0;
  }
  /* line 891, ../sass/parts/_header.scss */
  .dashboard_mobile_nav span:nth-child(2) {
    top: 7px;
  }
  /* line 894, ../sass/parts/_header.scss */
  .dashboard_mobile_nav span:nth-child(3) {
    top: 14px;
  }

  /* line 902, ../sass/parts/_header.scss */
  .nav-bar .btn.btn-blue {
    display: none;
  }
}
/* line 907, ../sass/parts/_header.scss */
.fluid_search_close {
  display: none;
}

/* line 912, ../sass/parts/_header.scss */
.logged-out .gird_list_view {
  margin-right: 5px;
}

@media all and (max-width: 768px) {
  /* line 919, ../sass/parts/_header.scss */
  .top_heading_dashboard {
    position: relative !important;
    width: 100% !important;
    top: 0px !important;
    margin-bottom: 20px !important;
    height: auto !important;
  }
  /* line 925, ../sass/parts/_header.scss */
  .top_heading_dashboard h3 {
    max-width: calc(100% - 60px) !important;
  }
  /* line 928, ../sass/parts/_header.scss */
  .top_heading_dashboard #global-actions {
    clear: both;
    float: left;
    justify-content: flex-start !important;
  }

  /* line 936, ../sass/parts/_header.scss */
  .version-history-page .top_heading_dashboard h3 {
    max-width: 100% !important;
  }

  /* line 941, ../sass/parts/_header.scss */
  section.spacing_top {
    margin-top: 75px;
  }

  /* line 944, ../sass/parts/_header.scss */
  .site-header .user-info .dropdown-menu {
    right: -4px !important;
  }

  /* line 947, ../sass/parts/_header.scss */
  .site-header .user-info .arrow {
    right: 2px !important;
  }

  /* line 951, ../sass/parts/_header.scss */
  .main_wrapper_dashboard .top_heading_dashboard button {
    margin-bottom: 8px;
    margin-right: 6px !important;
  }

  /* line 955, ../sass/parts/_header.scss */
  .main_wrapper_dashboard .top_heading_dashboard #global-actions {
    width: 100%;
  }

  /* line 963, ../sass/parts/_header.scss */
  .top_heading_dashboard .btn-group .tooltip {
    display: none !important;
  }

  /* line 971, ../sass/parts/_header.scss */
  .gird_list_view .dropdown-menu.top-right {
    left: 0 !important;
    right: auto !important;
  }
  /* line 975, ../sass/parts/_header.scss */
  .gird_list_view .dropdown-menu.top-right > .arrow {
    left: 14px !important;
    right: auto !important;
  }

  /* line 982, ../sass/parts/_header.scss */
  .buckets-page .gird_list_view, .team-page .gird_list_view, .favorite-page .gird_list_view {
    position: absolute;
    top: 16px;
    right: -8px;
  }
  /* line 986, ../sass/parts/_header.scss */
  .buckets-page .gird_list_view .dropdown-menu.top-right, .team-page .gird_list_view .dropdown-menu.top-right, .favorite-page .gird_list_view .dropdown-menu.top-right {
    right: 0 !important;
    left: auto !important;
  }
  /* line 990, ../sass/parts/_header.scss */
  .buckets-page .gird_list_view .dropdown-menu.top-right > .arrow, .team-page .gird_list_view .dropdown-menu.top-right > .arrow, .favorite-page .gird_list_view .dropdown-menu.top-right > .arrow {
    right: 14px !important;
    left: auto !important;
  }
}
@media all and (max-width: 550px) {
  /* line 999, ../sass/parts/_header.scss */
  .notification_dropdown {
    width: 100vw;
    right: -122px !important;
  }
  /* line 1002, ../sass/parts/_header.scss */
  .notification_dropdown .arrow {
    right: 133px !important;
  }

  /* line 1007, ../sass/parts/_header.scss */
  .site-header .user-info {
    margin-left: 12px !important;
  }

  /* line 1010, ../sass/parts/_header.scss */
  .top_activity_lnk {
    padding-left: 12px !important;
  }
}
@media all and (min-width: 376px) and (max-width: 768px) {
  /* line 1018, ../sass/parts/_header.scss */
  .inside-bucket-page .gird_list_view .dropdown-menu.top-right {
    left: auto !important;
    right: 0 !important;
  }
  /* line 1022, ../sass/parts/_header.scss */
  .inside-bucket-page .gird_list_view .dropdown-menu.top-right > .arrow {
    left: auto !important;
    right: 14px !important;
  }
}
@media all and (max-width: 1024px) {
  /* line 1036, ../sass/parts/_header.scss */
  .guest .top_heading_dashboard h3 {
    margin-left: 45px;
    max-width: calc(100% - 285px) !important;
  }
  /* line 1041, ../sass/parts/_header.scss */
  .guest .dashboard_mobile_nav {
    display: block !important;
    position: absolute;
    margin-left: 0;
    margin-top: 14px;
  }
}
@media all and (max-width: 768px) {
  /* line 1052, ../sass/parts/_header.scss */
  .guest .header-wrap.fixed {
    position: absolute !important;
    z-index: 1000 !important;
  }
  /* line 1056, ../sass/parts/_header.scss */
  .guest section.spacing_top {
    margin-top: 0 !important;
  }
  /* line 1059, ../sass/parts/_header.scss */
  .guest .top_heading_dashboard {
    background-color: transparent;
    height: 122px !important;
    width: calc(100% - 52px) !important;
    margin: 0;
  }
  /* line 1064, ../sass/parts/_header.scss */
  .guest .top_heading_dashboard h3 {
    max-width: calc(100% - 30px) !important;
  }
  /* line 1069, ../sass/parts/_header.scss */
  .guest.logged-out .top_heading_dashboard {
    width: 100% !important;
  }
  /* line 1073, ../sass/parts/_header.scss */
  .guest .site-header {
    height: 125px;
  }
  /* line 1076, ../sass/parts/_header.scss */
  .guest .main_wrapper_dashboard .top_heading_dashboard button {
    margin-bottom: 0 !important;
  }

  /* line 1081, ../sass/parts/_header.scss */
  #sort_menu .divider, #sort_menu .rearrange_sort_order {
    display: none !important;
  }
}
/* line 1088, ../sass/parts/_header.scss */
.gird_list_view button {
  padding: 0;
  width: 40px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1096, ../sass/parts/_header.scss */
.gird_list_view li {
  position: relative;
  width: 160px;
  padding: 0;
}
/* line 1100, ../sass/parts/_header.scss */
.gird_list_view li a {
  padding-left: 50px;
}
/* line 1103, ../sass/parts/_header.scss */
.gird_list_view li svg {
  position: absolute;
  left: 18px;
  top: 8px;
}
/* line 1110, ../sass/parts/_header.scss */
.gird_list_view .list-grid svg {
  display: none;
}
/* line 1113, ../sass/parts/_header.scss */
.gird_list_view .list-grid .active {
  display: block;
}

/* line 1120, ../sass/parts/_header.scss */
.dropdown-back {
  transform: translateY(-32px) translateX(-8px);
}
@media all and (max-width: 369px) {
  /* line 1120, ../sass/parts/_header.scss */
  .dropdown-back {
    transform: translateY(-122px) translateX(-8px) !important;
  }
}
@media all and (max-width: 1024px) {
  /* line 1120, ../sass/parts/_header.scss */
  .dropdown-back {
    transform: translateY(-82px) translateX(-8px);
  }
}
/* line 1128, ../sass/parts/_header.scss */
.dropdown-back .arrow {
  left: 8px;
}
/* line 1132, ../sass/parts/_header.scss */
.dropdown-back li a {
  display: flex;
  align-items: center;
}
/* line 1135, ../sass/parts/_header.scss */
.dropdown-back li a span {
  margin-right: 8px;
  height: 16px;
  width: 16px;
}

/* line 1144, ../sass/parts/_header.scss */
.updated-auth-page .site-header {
  border-bottom: 1px solid rgba(216, 223, 227, 0.75);
}

/* line 1148, ../sass/parts/_header.scss */
.prfile_dropdown_header {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* line 1153, ../sass/parts/_header.scss */
.useage_info {
  color: #717D82;
}

/* line 1158, ../sass/parts/_header.scss */
.login_with_email_window:not(.welcome_chrome_window) #appleid_signin, .login_with_email_window:not(.welcome_chrome_window) #g_login_button, .login_with_email_window:not(.welcome_chrome_window) #microsoft_signin, .login_with_email_window:not(.welcome_chrome_window) .hr-label, .login_with_email_window:not(.welcome_chrome_window) #g_signup_button, .login_with_email_window:not(.welcome_chrome_window) #appleid_signup, .login_with_email_window:not(.welcome_chrome_window) #microsoft_signup {
  display: none !important;
}

/* line 1164, ../sass/parts/_header.scss */
.welcome_chrome_window .loginIllustration {
  display: none;
}

/* line 1169, ../sass/parts/_header.scss */
.join-page .header_button {
  display: none;
}

/* line 1, ../sass/parts/_main-content.scss */
.main-content {
  margin-top: 113px;
}
@media all and (max-width: 1000px) {
  /* line 1, ../sass/parts/_main-content.scss */
  .main-content {
    margin-top: 32px;
  }
}

/* line 1, ../sass/parts/_aside.scss */
aside {
  position: fixed;
  top: 113px;
  height: calc(100% - 113px);
  z-index: 1004;
  width: 194px;
  font-size: 14.5px;
  min-height: 224px;
}
/* line 5, ../sass/parts/_aside.scss */
body.settings-page.global-notice aside {
  top: 155px;
}
/* line 10, ../sass/parts/_aside.scss */
aside .storage-info {
  width: calc(194px - 20px);
  position: absolute;
  bottom: 0;
  padding-top: 10px;
  z-index: 100;
}
/* line 17, ../sass/parts/_aside.scss */
aside p {
  margin-top: 20px;
}
/* line 18, ../sass/parts/_aside.scss */
aside .pbjp {
  display: none;
  font-size: 13px;
  position: absolute;
  bottom: 10px;
}
/* line 21, ../sass/parts/_aside.scss */
aside .pbjp a {
  color: #168EEA;
}
/* line 23, ../sass/parts/_aside.scss */
.guest aside .pbjp {
  display: block;
}
/* line 34, ../sass/parts/_aside.scss */
aside .nano {
  height: 180px;
  margin-left: -20px;
  overflow-y: hidden;
}
/* line 38, ../sass/parts/_aside.scss */
aside .nano > .nano-pane {
  width: 4px;
  background-color: #eceff1;
}
/* line 41, ../sass/parts/_aside.scss */
aside .nano > .nano-pane > .nano-slider {
  margin: 0;
  background-color: #c1cbd2;
}
/* line 46, ../sass/parts/_aside.scss */
aside .nano:hover {
  overflow-y: auto;
}
/* line 53, ../sass/parts/_aside.scss */
aside .download-app {
  width: 160px;
  height: 150px;
  border: 1px solid #168EEA;
  position: absolute;
  bottom: 90px;
  padding: 7px 15px;
  background-color: #fafafa;
}
/* line 55, ../sass/parts/_aside.scss */
aside .download-app .mac-logo {
  background-position: -476px 0;
  height: 29px;
  width: 29px;
}
/* line 56, ../sass/parts/_aside.scss */
aside .download-app .windows-logo {
  background-position: -9622px 0;
  height: 29px;
  width: 29px;
}
/* line 58, ../sass/parts/_aside.scss */
aside .download-app h6 {
  margin-bottom: 5px;
  margin-top: 2px;
  font-weight: 600;
  font-size: 12px;
}
/* line 64, ../sass/parts/_aside.scss */
aside .download-app .button {
  color: #168EEA;
  font-weight: 500;
  font-size: 12px;
}
/* line 70, ../sass/parts/_aside.scss */
aside .download-app .icn-remove-tag {
  position: absolute;
  right: 8px;
}
/* line 75, ../sass/parts/_aside.scss */
aside .download-app .details {
  margin-bottom: 2px;
  line-height: 14px;
  font-size: 12px;
}
/* line 79, ../sass/parts/_aside.scss */
aside .download-app .details:active {
  color: #101010;
}
/* line 82, ../sass/parts/_aside.scss */
aside .download-app a:hover, aside .download-app a:active, aside .download-app a:visited {
  text-decoration: none;
}

/* line 94, ../sass/parts/_aside.scss */
.scrollable {
  height: 422px;
  overflow: auto;
}

/* line 99, ../sass/parts/_aside.scss */
.flexible-sidebar.compact {
  max-height: 148px;
  overflow: auto;
}

/* line 104, ../sass/parts/_aside.scss */
.contactSidebarAdmin {
  display: block;
  margin-top: 30px;
  position: absolute;
  bottom: 10px;
}
/* line 109, ../sass/parts/_aside.scss */
.contactSidebarAdmin h6 {
  color: #9da7ab;
  font-size: 12px;
  margin-bottom: 0;
}
/* line 114, ../sass/parts/_aside.scss */
.contactSidebarAdmin p {
  margin-top: 5px;
}
/* line 117, ../sass/parts/_aside.scss */
.contactSidebarAdmin a {
  color: #168EEA;
}

/* line 123, ../sass/parts/_aside.scss */
.guest .nav-folder-info {
  padding-top: 28px;
  clear: both;
}

/* line 127, ../sass/parts/_aside.scss */
.nav-tip p {
  margin-top: 0;
}
/* line 129, ../sass/parts/_aside.scss */
.nav-tip.nav-key {
  margin-top: 30px;
}

/* line 134, ../sass/parts/_aside.scss */
.storage-info {
  font-size: 13px;
  color: #717d82;
}
/* line 137, ../sass/parts/_aside.scss */
.storage-info .icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  float: left;
  margin-left: 10px;
}
/* line 143, ../sass/parts/_aside.scss */
.storage-info .icon.icn-referral {
  margin-top: 1px;
}
/* line 145, ../sass/parts/_aside.scss */
.storage-info .progress {
  margin-top: 8px;
}
/* line 146, ../sass/parts/_aside.scss */
.storage-info .upload-progress .icon {
  margin-left: 0;
}
/* line 149, ../sass/parts/_aside.scss */
.storage-info .icn-uploading {
  margin-right: 5px;
  margin-top: 4px;
}
/* line 153, ../sass/parts/_aside.scss */
.storage-info .icn-upload-cancel {
  width: 8px;
  height: 8px;
  margin-top: 6px;
}

/* line 161, ../sass/parts/_aside.scss */
.upload-progress {
  position: absolute;
  width: 100%;
  background: #fafafa;
  padding-top: 70px;
  padding-bottom: 15px;
  bottom: 0px;
}
/* line 168, ../sass/parts/_aside.scss */
.upload-progress .tooltip {
  width: 100%;
}
/* line 169, ../sass/parts/_aside.scss */
.upload-progress .tooltip-inner {
  width: 100%;
  padding: 8px 16px;
  text-align: left;
  line-height: 18px;
}

/* line 177, ../sass/parts/_aside.scss */
.btn-upload-group .btn-upload {
  width: 122px;
  margin-right: 4px;
  padding: 6px 20px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 184, ../sass/parts/_aside.scss */
body.inside-bucket-page .btn-upload-group .btn-upload {
  padding: 7px 14px;
}
/* line 188, ../sass/parts/_aside.scss */
.btn-upload-group .btn-upload.btn-new {
  width: 160px;
}
/* line 192, ../sass/parts/_aside.scss */
.btn-upload-group .btn-blue {
  background-color: #168EEA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 196, ../sass/parts/_aside.scss */
.btn-upload-group .btn-blue .caret {
  margin-right: 4px;
  margin-left: 4px;
  border-top-color: #fff;
}
/* line 204, ../sass/parts/_aside.scss */
.btn-upload-group .dropdown-menu {
  right: 0px;
  left: 125px;
  width: 140px;
  margin-top: 10px;
}
/* line 209, ../sass/parts/_aside.scss */
.btn-upload-group .dropdown-menu > li > a {
  padding: 6px 16px;
}
/* line 210, ../sass/parts/_aside.scss */
.btn-upload-group .dropdown-menu .arrow {
  left: 9px;
}

/* line 217, ../sass/parts/_aside.scss */
.newItem .arrow {
  right: 8px;
}

/* line 222, ../sass/parts/_aside.scss */
.nav-main {
  font-size: 17px;
  line-height: 1.3;
  margin-top: 12px;
}
/* line 226, ../sass/parts/_aside.scss */
.nav-main .icon {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
}
/* line 232, ../sass/parts/_aside.scss */
.nav-main .icn-activity {
  margin-top: 4px;
}
/* line 233, ../sass/parts/_aside.scss */
.nav-main .icn-cloud {
  margin-top: 5px;
}
/* line 234, ../sass/parts/_aside.scss */
.nav-main .icn-users {
  width: 17px;
  margin-top: 3px;
  margin-right: 7px;
}
/* line 239, ../sass/parts/_aside.scss */
.nav-main .icn-favorites {
  margin-top: 3px;
}
/* line 240, ../sass/parts/_aside.scss */
.nav-main .icn-analytics {
  margin-top: 3px;
}
/* line 241, ../sass/parts/_aside.scss */
.nav-main .icn-trash {
  margin-top: 3px;
}
/* line 242, ../sass/parts/_aside.scss */
.nav-main a:hover {
  text-decoration: none !important;
  color: #168EEA;
}

/* line 256, ../sass/parts/_aside.scss */
.nav-folder-info,
.nav-edit-mode,
.nav-time-zone,
.nav-share {
  margin-top: 24px;
  font-size: 13px;
}
/* line 262, ../sass/parts/_aside.scss */
.nav-folder-info .icon,
.nav-edit-mode .icon,
.nav-time-zone .icon,
.nav-share .icon {
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 7px;
}
/* line 268, ../sass/parts/_aside.scss */
.nav-folder-info.nav-stacked > li + li,
.nav-edit-mode.nav-stacked > li + li,
.nav-time-zone.nav-stacked > li + li,
.nav-share.nav-stacked > li + li {
  margin-top: 8px;
}
/* line 269, ../sass/parts/_aside.scss */
.nav-folder-info .icn-files,
.nav-folder-info .icn-size,
.nav-edit-mode .icn-files,
.nav-edit-mode .icn-size,
.nav-time-zone .icn-files,
.nav-time-zone .icn-size,
.nav-share .icn-files,
.nav-share .icn-size {
  margin-top: 2px;
}
/* line 271, ../sass/parts/_aside.scss */
.nav-folder-info .icn-calendar,
.nav-folder-info .icn-views,
.nav-edit-mode .icn-calendar,
.nav-edit-mode .icn-views,
.nav-time-zone .icn-calendar,
.nav-time-zone .icn-views,
.nav-share .icn-calendar,
.nav-share .icn-views {
  width: 13px;
  margin-top: 4px;
  margin-right: 6px;
}
/* line 277, ../sass/parts/_aside.scss */
.nav-folder-info .icn-locked,
.nav-folder-info .icn-self-destruct,
.nav-edit-mode .icn-locked,
.nav-edit-mode .icn-self-destruct,
.nav-time-zone .icn-locked,
.nav-time-zone .icn-self-destruct,
.nav-share .icn-locked,
.nav-share .icn-self-destruct {
  margin-top: 1px;
  margin-right: 6px;
  margin-left: 1px;
}

/* line 286, ../sass/parts/_aside.scss */
.nav-share.nav-stacked > li + li {
  margin-top: 2px;
}

/* line 289, ../sass/parts/_aside.scss */
.nav-business-members {
  margin-top: 24px;
}
/* line 292, ../sass/parts/_aside.scss */
.nav-business-members .members-box {
  width: 180px;
  margin-left: -20px;
  max-height: 190px;
  max-height: 186px;
  overflow: hidden;
}
/* line 298, ../sass/parts/_aside.scss */
.nav-business-members .members-box.active {
  max-height: 190px;
  overflow: auto;
  overflow-x: hidden;
}
/* line 302, ../sass/parts/_aside.scss */
.nav-business-members .members-box.active + li {
  display: none;
}
/* line 306, ../sass/parts/_aside.scss */
.nav-business-members .heading {
  margin-bottom: 8px;
}
/* line 307, ../sass/parts/_aside.scss */
.nav-business-members .icn-edit {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  background-position: -1633px 4px;
}
/* line 325, ../sass/parts/_aside.scss */
.nav-business-members li {
  position: relative;
}
/* line 328, ../sass/parts/_aside.scss */
.nav-business-members li .c-avatar {
  margin-right: 6px;
}
/* line 330, ../sass/parts/_aside.scss */
.nav-business-members li a {
  position: relative;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 338, ../sass/parts/_aside.scss */
body.activity-page .nav-business-members li a {
  margin-left: 0;
}
/* line 339, ../sass/parts/_aside.scss */
.nav-business-members li a:hover {
  text-decoration: none;
}
/* line 341, ../sass/parts/_aside.scss */
.nav-business-members li .invite_members {
  margin-top: 5px;
}
/* line 345, ../sass/parts/_aside.scss */
.nav-business-members li:hover {
  cursor: pointer;
}
/* line 348, ../sass/parts/_aside.scss */
.nav-business-members li.active a {
  color: #168EEA;
}
/* line 350, ../sass/parts/_aside.scss */
.nav-business-members li:hover > .icon {
  display: block;
}
/* line 351, ../sass/parts/_aside.scss */
.nav-business-members li:nth-child(n+2) {
  margin-top: 2px;
  margin-left: 0;
}
/* line 357, ../sass/parts/_aside.scss */
.nav-business-members ul {
  list-style: none;
  padding-left: 14px;
}
/* line 360, ../sass/parts/_aside.scss */
.nav-business-members ul a {
  margin-left: 33px;
}

/* line 364, ../sass/parts/_aside.scss */
.icn-add-new {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  margin-right: 8px;
}

/* line 371, ../sass/parts/_aside.scss */
.drag_can_accept {
  border-color: #168EEA !important;
  border-radius: 5px;
}

/* line 376, ../sass/parts/_aside.scss */
.ingore_drag_accept {
  opacity: 0.5;
}

/* line 540, ../sass/parts/_aside.scss */
.icn-add-new {
  border: 0;
}

/* line 541, ../sass/parts/_aside.scss */
.icn-more {
  width: 11px;
  margin-right: 2px;
  border: 0;
}

/* line 547, ../sass/parts/_aside.scss */
.nav-footer {
  margin-bottom: 10px;
}
/* line 549, ../sass/parts/_aside.scss */
.nav-footer > li {
  float: left;
  margin-right: 8px;
}
/* line 552, ../sass/parts/_aside.scss */
.nav-footer > li:last-child {
  position: absolute;
  right: 0;
  margin-right: 0;
}
/* line 558, ../sass/parts/_aside.scss */
.nav-footer .dropdown-menu {
  left: auto;
  right: 0;
  width: 160px;
}

/* line 566, ../sass/parts/_aside.scss */
.nav-time-zone .icn-world {
  margin-top: 4px;
}
/* line 567, ../sass/parts/_aside.scss */
.nav-time-zone .icn-timer {
  margin-top: 4px;
}

/* line 570, ../sass/parts/_aside.scss */
.nav-edit-mode {
  display: none !important;
}

/* line 572, ../sass/parts/_aside.scss */
.nav-settings {
  margin-top: 0;
}

/* line 575, ../sass/parts/_aside.scss */
.exportDataOptions {
  font-size: 13.5px;
}

/* line 580, ../sass/parts/_aside.scss */
.js_sidebar_right {
  position: fixed;
  top: 113px;
  height: calc(100% - 113px);
  z-index: 100;
  width: 194px;
  font-size: 14.5px;
  right: 40px;
  background-color: #fff;
}
/* line 583, ../sass/parts/_aside.scss */
body.global-notice .js_sidebar_right {
  top: 155px;
}
/* line 590, ../sass/parts/_aside.scss */
.js_sidebar_right .upload_placeholder_box {
  width: 100%;
  height: 220px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  border: 2px dashed rgba(216, 223, 227, 0.75);
}
/* line 598, ../sass/parts/_aside.scss */
.js_sidebar_right .upload_placeholder_box p {
  max-width: 60%;
  margin-top: 10px;
  font-weight: 600;
  margin: 0 auto;
  color: #101010;
}
/* line 605, ../sass/parts/_aside.scss */
.js_sidebar_right .upload_placeholder_box .btn-upload {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
}

/* line 616, ../sass/parts/_aside.scss */
.guest .update_sidebar_left {
  width: 235px;
}

/* line 621, ../sass/parts/_aside.scss */
.update_sidebar_left {
  padding-left: 40px;
  background-color: #fafafa;
  width: 240px;
  left: 0;
  top: 0;
  height: 100% !important;
  border-right: solid 1px #ddd;
  padding-right: 20px;
  padding-top: 20px;
}
/* line 631, ../sass/parts/_aside.scss */
.update_sidebar_left h3 {
  font-size: 14px;
  color: #101010;
  margin-top: 30px;
  font-weight: 500;
  letter-spacing: 0;
}
/* line 638, ../sass/parts/_aside.scss */
.update_sidebar_left .btn-upload-group {
  margin-top: 0;
  margin-bottom: 1px;
}
/* line 642, ../sass/parts/_aside.scss */
.update_sidebar_left .storage-info {
  width: calc(240px - 80px);
  padding-bottom: 15px;
  background-color: #fafafa;
  bottom: 0px;
  padding-top: 0;
}
/* line 650, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li .sub_settings_links {
  padding-left: 8px;
  margin-top: 10px;
  height: 0;
  transition: all .3s ease;
  overflow: hidden;
}
/* line 656, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li .sub_settings_links a {
  display: block;
  padding: 4px 4px 4px 15px;
  border-left: solid 2px #ddd;
  font-size: 15px;
}
/* line 662, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li .sub_settings_links.open_settings_links {
  height: auto;
}
/* line 667, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li > a {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: -9px;
  padding-left: 9px;
  border: solid 1px transparent;
}
/* line 673, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li > a:hover, .update_sidebar_left .nav > li > a:focus, .update_sidebar_left .nav > li > a:active {
  text-decoration: none;
}
/* line 678, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li:hover svg {
  fill: #FAFAFA !important;
  stroke: #157EFB !important;
}
/* line 681, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li:hover svg path, .update_sidebar_left .nav > li:hover svg rect, .update_sidebar_left .nav > li:hover svg circle {
  fill: #FAFAFA !important;
  stroke: #157EFB !important;
}
/* line 685, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li:hover svg #houese, .update_sidebar_left .nav > li:hover svg #shared_bg, .update_sidebar_left .nav > li:hover svg #team_icn_sg {
  fill: #E3EDFA !important;
}
/* line 688, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li:hover svg #tem_icn_dsh {
  fill: #157EFB !important;
  stroke: none !important;
}
/* line 692, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li:hover svg #setting_dbord_icn {
  fill: #E3EDFA !important;
  stroke: #157EFB !important;
}
/* line 699, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li.active svg {
  fill: #FAFAFA !important;
  stroke: #157EFB !important;
}
/* line 702, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li.active svg path, .update_sidebar_left .nav > li.active svg rect, .update_sidebar_left .nav > li.active svg circle {
  fill: #FAFAFA !important;
  stroke: #157EFB !important;
}
/* line 706, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li.active svg #houese, .update_sidebar_left .nav > li.active svg #shared_bg, .update_sidebar_left .nav > li.active svg #team_icn_sg {
  fill: #E3EDFA !important;
}
/* line 709, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li.active svg #tem_icn_dsh {
  fill: #157EFB !important;
  stroke: none !important;
}
/* line 713, ../sass/parts/_aside.scss */
.update_sidebar_left .nav > li.active svg #setting_dbord_icn {
  fill: #E3EDFA !important;
  stroke: #157EFB !important;
}
/* line 719, ../sass/parts/_aside.scss */
.update_sidebar_left .btn_sidebar_invite {
  padding: 14px;
  width: 100%;
  background-color: #fafafa;
  outline: none;
  border: none;
  border-top: solid 1px #DDDDDD;
  display: flex;
  gap: 6.5px;
  font-size: 14.5px;
  color: #101010;
  margin-left: -40px;
  width: 239px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -39px;
}
/* line 736, ../sass/parts/_aside.scss */
.update_sidebar_left .btn_sidebar_invite:hover {
  background-color: #f1f1f1;
}

/* line 746, ../sass/parts/_aside.scss */
.openSidebar {
  left: 0 !important;
}

/* line 750, ../sass/parts/_aside.scss */
.close_sidebar_mobile_overlay {
  display: none;
}

/* line 754, ../sass/parts/_aside.scss */
.responsive_logo_sidebar {
  display: none;
}

@media all and (max-width: 1024px) {
  /* line 759, ../sass/parts/_aside.scss */
  aside {
    left: -240px !important;
    transition: all .3s ease;
  }

  /* line 765, ../sass/parts/_aside.scss */
  .global-notice #settings_sidebar_rp {
    top: 40px;
  }

  /* line 770, ../sass/parts/_aside.scss */
  #settings_sidebar_rp {
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 240px !important;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 779, ../sass/parts/_aside.scss */
  .sidebar .logo-wrapper {
    display: none !important;
  }

  /* line 783, ../sass/parts/_aside.scss */
  .responsive_logo_sidebar {
    display: block;
  }

  /* line 786, ../sass/parts/_aside.scss */
  .update_sidebar_left {
    z-index: 1004;
  }

  /* line 789, ../sass/parts/_aside.scss */
  .close_sidebar {
    display: block;
    width: 20px;
    height: 18px;
    position: absolute;
    cursor: pointer;
    left: 25px;
    top: 33px;
  }
  /* line 797, ../sass/parts/_aside.scss */
  .close_sidebar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 8px;
    transform: rotate(45deg);
    top: 6px;
    background-color: #484848;
  }
  /* line 807, ../sass/parts/_aside.scss */
  .close_sidebar:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 6px;
    border-radius: 8px;
    transform: rotate(-45deg);
    background-color: #484848;
  }

  /* line 818, ../sass/parts/_aside.scss */
  .close_sidebar_mobile_overlay {
    display: block;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1003;
    display: none;
  }
}
/* line 832, ../sass/parts/_aside.scss */
.guest .update_sidebar_left {
  background-color: transparent !important;
  border-right: none;
}

/* line 839, ../sass/parts/_aside.scss */
.mobile_upload_crl_btn {
  display: none !important;
  position: fixed;
  background-color: #168EEA;
  color: #fff;
  border: none;
  outline: none;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
  bottom: 15px;
  right: 15px;
  border-radius: 30px;
  box-shadow: 0px 10px 10px -6px #8a8989;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 857, ../sass/parts/_aside.scss */
.mobile_upload_crl_btn:active, .mobile_upload_crl_btn:focus, .mobile_upload_crl_btn:hover {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  background-color: #1382d7;
}

@media all and (max-width: 1024px) {
  /* line 868, ../sass/parts/_aside.scss */
  .guest .update_sidebar_left {
    background-color: #fff !important;
    border-right: none;
  }

  /* line 873, ../sass/parts/_aside.scss */
  .mobile_upload_crl_btn {
    display: block !important;
  }

  /* line 878, ../sass/parts/_aside.scss */
  .btn-mobile_upload .upload_actions .usraction1, .btn-mobile_upload .upload_actions .usraction2, .btn-mobile_upload .upload_actions .usraction3, .btn-mobile_upload .upload_actions .usraction4 {
    display: none;
  }
}
@media all and (max-width: 768px) {
  /* line 886, ../sass/parts/_aside.scss */
  .static-page #settings_sidebar_rp {
    top: -32px;
  }
}
/* line 891, ../sass/parts/_aside.scss */
.btn-mobile_upload {
  position: fixed;
  bottom: 100px;
  left: calc(100% - 160px);
}
/* line 895, ../sass/parts/_aside.scss */
.btn-mobile_upload .dropdown-menu > .arrow {
  top: auto !important;
  bottom: -8px !important;
  transform: rotate(180deg);
  left: 105px !important;
}
/* line 901, ../sass/parts/_aside.scss */
.btn-mobile_upload .dropdown-menu {
  transform: translateY(-100%);
}

/* line 907, ../sass/parts/_aside.scss */
.settings-page .btn-mobile_upload {
  display: none;
}

/* line 912, ../sass/parts/_aside.scss */
.workspace_dropdown {
  padding: 15px 14px;
  background-color: #fafafa;
  width: 240px;
  display: flex;
  align-items: center;
  position: relative;
  user-select: none;
}
/* line 921, ../sass/parts/_aside.scss */
.workspace_dropdown:hover, .workspace_dropdown:focus, .workspace_dropdown:active {
  background-color: #f1f1f1;
}
/* line 924, ../sass/parts/_aside.scss */
.workspace_dropdown.main {
  border-right: solid 1px #ddd;
}
/* line 927, ../sass/parts/_aside.scss */
.workspace_dropdown .avtar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  text-align: center;
  color: #168EEA;
  margin-right: 8px;
  font-weight: 600;
  background-color: #fff;
  overflow: hidden;
}
/* line 941, ../sass/parts/_aside.scss */
.workspace_dropdown .avtar img {
  width: 35px;
  height: 35px;
  max-height: 35px;
  max-width: 35px;
  min-height: 35px;
  min-width: 35px;
}
/* line 950, ../sass/parts/_aside.scss */
.workspace_dropdown h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 959, ../sass/parts/_aside.scss */
.workspace_dropdown p {
  margin: 0;
  color: #717D82;
  font-size: 12.5px;
}
/* line 964, ../sass/parts/_aside.scss */
.workspace_dropdown .dropdown {
  position: absolute;
  right: 16px;
  top: 22px;
}

/* line 971, ../sass/parts/_aside.scss */
.lst_workspaces_container {
  overflow-y: auto;
  max-height: 305px;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 978, ../sass/parts/_aside.scss */
.workspace_act_dropdown {
  transform: translateY(-25px);
  left: 15px !important;
  width: 100% !important;
  min-width: 270px !important;
  max-height: 450px;
}
/* line 986, ../sass/parts/_aside.scss */
.workspace_act_dropdown li {
  padding: 1px 8px;
}
/* line 988, ../sass/parts/_aside.scss */
.workspace_act_dropdown li .workspace_dropdown {
  transition: all .3s ease;
}
/* line 990, ../sass/parts/_aside.scss */
.workspace_act_dropdown li .workspace_dropdown:hover {
  background-color: #F7F7F7;
}
/* line 995, ../sass/parts/_aside.scss */
.workspace_act_dropdown li.hed {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ddd;
  padding-top: 2px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
/* line 1005, ../sass/parts/_aside.scss */
.workspace_act_dropdown li.hed .add_wrs {
  color: #168EEA;
  cursor: pointer;
}
/* line 1013, ../sass/parts/_aside.scss */
.workspace_act_dropdown li.active .dropdown {
  top: 19px !important;
  right: 15px !important;
}
/* line 1018, ../sass/parts/_aside.scss */
.workspace_act_dropdown li.fotr {
  display: block;
  padding: 12px;
  padding-bottom: 2px;
  border-top: solid 1px #ddd;
  border-bottom: none;
}
/* line 1025, ../sass/parts/_aside.scss */
.workspace_act_dropdown li.fotr button {
  display: block;
  width: 100%;
}
/* line 1028, ../sass/parts/_aside.scss */
.workspace_act_dropdown li.fotr button:first-of-type {
  margin-bottom: 10px;
}
/* line 1034, ../sass/parts/_aside.scss */
.workspace_act_dropdown li .workspace_dropdown {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100% !important;
  cursor: pointer;
}
/* line 1042, ../sass/parts/_aside.scss */
.workspace_act_dropdown li.active .workspace_dropdown {
  background-color: #EBF4FD;
  border: none;
}
/* line 1045, ../sass/parts/_aside.scss */
.workspace_act_dropdown li.active .workspace_dropdown:hover {
  background-color: #EBF4FD;
}

/* line 1054, ../sass/parts/_aside.scss */
.guest aside {
  top: 0;
  height: 100%;
}
/* line 1057, ../sass/parts/_aside.scss */
.guest aside .logo-wrapper {
  margin-left: 40px !important;
  display: flex;
  align-items: center;
  width: auto;
  transform: translateY(-3px);
}

/* line 1, ../sass/parts/_content.scss */
.wp-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: 1070;
}

/* line 11, ../sass/parts/_content.scss */
.drop-area .main-wrapper {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

/* line 13, ../sass/parts/_content.scss */
.drop-here {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(85, 99, 108, 0.6);
  z-index: 1070;
}
/* line 20, ../sass/parts/_content.scss */
.drop-here:after {
  height: 44px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 27, ../sass/parts/_content.scss */
.buckets-page .drop-here:after, .team-page .drop-here:after {
  width: 248px;
  content: "Drop files to upload";
}
/* line 32, ../sass/parts/_content.scss */
.inside-bucket-page .drop-here:after, .inbox-page .drop-here:after {
  width: 206px;
  content: "Drop files to add";
}

/* line 42, ../sass/parts/_content.scss */
.programatic-page #files_upload_section {
  display: block;
}
/* line 45, ../sass/parts/_content.scss */
.programatic-page #progress_section {
  display: none;
}
/* line 48, ../sass/parts/_content.scss */
.programatic-page #upload_complete {
  display: none;
}

/* line 55, ../sass/parts/_content.scss */
.programatic-page.uploading #files_upload_section {
  display: none;
}
/* line 58, ../sass/parts/_content.scss */
.programatic-page.uploading #progress_section {
  display: block;
}

/* line 64, ../sass/parts/_content.scss */
.programatic-page.uploading-finished #upload_complete {
  display: block;
}
/* line 67, ../sass/parts/_content.scss */
.programatic-page.uploading-finished #progress_section {
  display: none;
}

/* line 3, ../sass/parts/_tour-page.scss */
.tour-page .mushot,
.plus-page .mushot {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #e2e7ea;
}
/* line 9, ../sass/parts/_tour-page.scss */
.tour-page .mushot.tour-mushot-wrapper,
.plus-page .mushot.tour-mushot-wrapper {
  height: 520px;
  background: url('../images/screenshots/tour-mushot-wrapper.png?1590749456') center top no-repeat;
  background-size: 813px 499px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 9, ../sass/parts/_tour-page.scss */
  .tour-page .mushot.tour-mushot-wrapper,
  .plus-page .mushot.tour-mushot-wrapper {
    background-image: url('../images/screenshots/tour-mushot-wrapper@2x.png?1590749456');
  }
}
/* line 18, ../sass/parts/_tour-page.scss */
.tour-page .mushot .mushot-holder,
.plus-page .mushot .mushot-holder {
  margin-top: 50px;
}
/* line 22, ../sass/parts/_tour-page.scss */
.tour-page .blue-link,
.plus-page .blue-link {
  display: inline-block;
  margin-top: 10px;
  color: #168EEA;
  text-decoration: underline;
}
/* line 29, ../sass/parts/_tour-page.scss */
.tour-page .jmpsh-msg h1,
.plus-page .jmpsh-msg h1 {
  padding-top: 30px;
  margin-top: 30px;
  font-size: 32px;
  font-weight: 600;
}
/* line 35, ../sass/parts/_tour-page.scss */
.tour-page .jmpsh-msg > span,
.plus-page .jmpsh-msg > span {
  margin-top: 0;
}
/* line 39, ../sass/parts/_tour-page.scss */
.tour-page .landing-page-signup,
.plus-page .landing-page-signup {
  margin: 50px auto 0;
}
/* line 42, ../sass/parts/_tour-page.scss */
.tour-page .landing-page-signup .terms,
.plus-page .landing-page-signup .terms {
  margin-bottom: 0;
}
/* line 44, ../sass/parts/_tour-page.scss */
.tour-page .footer,
.plus-page .footer {
  margin-top: 30px;
}

/* line 47, ../sass/parts/_tour-page.scss */
.ft-text {
  font-size: 24px !important;
  font-family: "Open Sans";
  font-weight: 600 !important;
  color: white !important;
  line-height: 1.6 !important;
  text-align: center;
}

/* line 58, ../sass/parts/_tour-page.scss */
.tour-page .landing-page-signup {
  margin-top: 50px auto;
}

/* line 62, ../sass/parts/_tour-page.scss */
.feature-row {
  padding: 60px 0;
  border-bottom: 1px solid #e2e7ea;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.feature-row:before, .feature-row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.feature-row:after {
  clear: both;
}
/* line 68, ../sass/parts/_tour-page.scss */
.feature-row .container {
  display: flex;
}
/* line 70, ../sass/parts/_tour-page.scss */
.feature-row .title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: normal;
  color: #333c4e;
  font-weight: 600;
}
/* line 79, ../sass/parts/_tour-page.scss */
.feature-row .detail {
  color: #5f636b;
  font-size: 18px;
  line-height: 1.6;
}
/* line 85, ../sass/parts/_tour-page.scss */
.feature-row.grey {
  background-color: #f1f2f6 !important;
}
/* line 86, ../sass/parts/_tour-page.scss */
.feature-row.v2 {
  border-bottom: 1px solid #e2e7ea;
  padding: 100px 0;
}

/* line 90, ../sass/parts/_tour-page.scss */
.features-v2 {
  background: #256DEA;
  text-align: center;
  color: white;
  padding: 80px 0 !important;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.features-v2:before, .features-v2:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.features-v2:after {
  clear: both;
}
/* line 98, ../sass/parts/_tour-page.scss */
.features-v2 .container {
  display: table;
}
/* line 100, ../sass/parts/_tour-page.scss */
.features-v2 p {
  color: white;
}
/* line 101, ../sass/parts/_tour-page.scss */
.features-v2 h2 {
  margin-top: 0px;
  color: white;
  font-size: 22px;
}
/* line 106, ../sass/parts/_tour-page.scss */
.features-v2 .feat {
  width: 19%;
  display: inline-block;
}
/* line 111, ../sass/parts/_tour-page.scss */
.features-v2 .feat-mac {
  width: 12%;
  display: inline-block;
}
/* line 117, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon {
  display: inline-block;
  background-size: 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
/* line 125, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.realtime {
  background-image: url("../images/svg/v2-realtime.svg");
}
/* line 126, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.cbranding {
  background-image: url("../images/svg/v2-cbranding.svg");
}
/* line 127, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.security {
  background-image: url("../images/svg/v2-security.svg");
}
/* line 128, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.filetrack {
  background-image: url("../images/svg/v2-filetrack.svg");
}
/* line 129, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.advance {
  background-image: url("../images/svg/v2-advanced.svg");
}
/* line 131, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.file {
  background-image: url("../images/svg/file.svg");
}
/* line 132, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.folder {
  background-image: url("../images/svg/folder.svg");
}
/* line 133, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.audio {
  background-image: url("../images/svg/audio.svg");
}
/* line 134, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.note {
  background-image: url("../images/svg/note.svg");
}
/* line 135, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.webcam {
  background-image: url("../images/svg/webcam.svg");
}
/* line 136, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.screenrecord {
  background-image: url("../images/svg/screenrecord.svg");
}
/* line 137, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.screenshot {
  background-image: url("../images/svg/screenshot.svg");
}
/* line 138, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.bookmark {
  background-image: url("../images/svg/bookmark.svg");
}
/* line 139, ../sass/parts/_tour-page.scss */
.features-v2 .feat-icon.annotate {
  background-image: url("../images/svg/annotate.svg");
}
/* line 142, ../sass/parts/_tour-page.scss */
.features-v2 .feat-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/* line 172, ../sass/parts/_tour-page.scss */
.testimonial,
.our-clients {
  position: relative;
  padding: 40px 0 30px;
  background-color: #fbfcfc;
  border-bottom: 1px solid #e2e7ea;
}
/* line 179, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user,
.our-clients.welcome-user {
  padding: 0px 0px 30px 0px !important;
}
/* line 183, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user .container,
.our-clients.welcome-user .container {
  width: 100%;
}
/* line 185, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user .btn-outline,
.our-clients.welcome-user .btn-outline {
  color: #157EFC;
  border-color: #157EFC;
}
/* line 189, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user .btn-outline:hover,
.our-clients.welcome-user .btn-outline:hover {
  background-color: transparent;
  opacity: 0.8;
}
/* line 195, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user h2,
.our-clients.welcome-user h2 {
  margin-top: 28px;
}
/* line 197, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user span,
.our-clients.welcome-user span {
  font-size: 13px;
  line-height: 1.4;
}
/* line 202, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user .ws_bullets span,
.our-clients.welcome-user .ws_bullets span {
  height: 8px;
  width: 8px;
}
/* line 207, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user .detail.active,
.our-clients.welcome-user .detail.active {
  display: block;
}
/* line 208, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user .detail,
.our-clients.welcome-user .detail {
  display: none;
}
/* line 210, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user .skip,
.our-clients.welcome-user .skip {
  margin-left: 0px !important;
  line-height: 1.4;
  color: #157EFC;
}
/* line 219, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user .slide,
.our-clients.welcome-user .slide {
  margin-bottom: 0px;
  height: 292px;
}
/* line 228, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user .app-shot img,
.our-clients.welcome-user .app-shot img {
  max-width: 480px;
  width: 100%;
}
/* line 231, ../sass/parts/_tour-page.scss */
.testimonial.welcome-user .modal-footer,
.our-clients.welcome-user .modal-footer {
  margin: 0px auto;
  height: 85px;
  padding: 20px 0px 10px;
}
/* line 238, ../sass/parts/_tour-page.scss */
.testimonial span,
.our-clients span {
  font-size: 18px;
  line-height: 30px;
  color: #101010;
}
/* line 244, ../sass/parts/_tour-page.scss */
.testimonial .avatar,
.our-clients .avatar {
  width: 128px;
  height: 128px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 251, ../sass/parts/_tour-page.scss */
.testimonial .pull-right,
.our-clients .pull-right {
  width: calc(100% - 148px);
}
/* line 253, ../sass/parts/_tour-page.scss */
.testimonial .by,
.our-clients .by {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  color: #101010;
}
/* line 261, ../sass/parts/_tour-page.scss */
.testimonial .slide,
.our-clients .slide {
  margin-bottom: 20px;
}
/* line 263, ../sass/parts/_tour-page.scss */
.testimonial .ws_bullets,
.our-clients .ws_bullets {
  position: absolute;
  left: 50%;
  float: left;
  margin-left: -22px;
  bottom: 20px;
}
/* line 270, ../sass/parts/_tour-page.scss */
.testimonial .ws_bullets span,
.our-clients .ws_bullets span {
  width: 12px;
  line-height: 10px;
  padding: 0;
  border: 1px solid #979797;
  background: none;
  color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  float: left;
  text-indent: -4000px;
  position: relative;
  cursor: pointer;
  outline: none;
}
/* line 289, ../sass/parts/_tour-page.scss */
.testimonial .ws_bullets span.active,
.our-clients .ws_bullets span.active {
  background: #4A90E2;
  border-color: #4A90E2;
}

/* line 1, ../sass/parts/_sort-nav.scss */
.icn-arrow-desc {
  background-position: -2700px 0;
  height: 8px;
  width: 8px;
}

/* line 2, ../sass/parts/_sort-nav.scss */
.icn-arrow-asc {
  background-position: -2682px 0;
  height: 8px;
  width: 8px;
}

/* line 11, ../sass/parts/_sort-nav.scss */
.sort-nav .sort_by span {
  display: inline-block;
  margin-right: 5px;
  margin-left: -5px;
  width: 8px;
  height: 8px;
}
/* line 19, ../sass/parts/_sort-nav.scss */
.sort-nav > a {
  padding-bottom: 5px;
  font-size: 12.5px;
  font-weight: 400;
  text-decoration: none;
  color: #101010;
  border-bottom: 1px solid transparent;
}
/* line 27, ../sass/parts/_sort-nav.scss */
.sort-nav > a + a {
  margin-left: 10px;
}
/* line 31, ../sass/parts/_sort-nav.scss */
.sort-nav > a.active {
  font-weight: 600;
  color: #101010;
  border-color: #101010;
}
/* line 37, ../sass/parts/_sort-nav.scss */
.sort-nav > a.starred {
  margin-left: 26px;
  padding-left: 22px;
  position: relative;
  background: transparent url('../images/star.png?1590749456') left top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 37, ../sass/parts/_sort-nav.scss */
  .sort-nav > a.starred {
    background-image: url('../images/star@2x.png?1590749456');
    background-size: 16px 16px;
  }
}
/* line 48, ../sass/parts/_sort-nav.scss */
.sort-nav > a.starred:before {
  position: absolute;
  width: 1px;
  left: -16px;
  height: 20px;
  background-color: #101010;
  content: '';
}
/* line 57, ../sass/parts/_sort-nav.scss */
.sort-nav > a.starred.active:before {
  height: 23px;
}

/* line 64, ../sass/parts/_sort-nav.scss */
.collection-notice {
  width: 768px;
  margin-bottom: 20px;
  padding: 20px;
  line-height: 1.6;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 71, ../sass/parts/_sort-nav.scss */
.collection-notice.alert-notice {
  background-color: #dff1ff;
  border-color: #4da7ec;
  color: #333c4e;
}
/* line 8, ../sass/parts/mixins/_alerts.scss */
.collection-notice.alert-notice .alert-link {
  color: #168EEA;
}
/* line 73, ../sass/parts/_sort-nav.scss */
.collection-notice .actions {
  margin-top: 15px;
}
/* line 76, ../sass/parts/_sort-nav.scss */
.collection-notice .actions .btn {
  float: left;
  margin-right: 10px;
}

/* line 83, ../sass/parts/_sort-nav.scss */
.buckets-view {
  margin-top: 4px;
  margin-left: 10px;
  cursor: pointer;
}

/* line 1, ../sass/parts/_panel-ui.scss */
.content_fluid.blockUI, .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .content_fluid.custom-controls {
  position: relative;
}

/* line 4, ../sass/parts/_panel-ui.scss */
.trash-page .content_fluid.is-empty .empty, .shared-with-me-page .content_fluid.is-empty .empty, .favorite-page .content_fluid.is-empty .empty {
  background-image: none;
  border: none !important;
}

/* line 11, ../sass/parts/_panel-ui.scss */
.content_fluid.is-empty {
  position: relative;
  height: 400px;
}
/* line 15, ../sass/parts/_panel-ui.scss */
.content_fluid.is-empty .empty {
  margin-top: 0px;
  position: absolute;
  text-align: center;
  font-size: 17px;
  color: #101010;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: calc(100% - 6px);
  height: 350px;
}
/* line 43, ../sass/parts/_panel-ui.scss */
.content_fluid.is-empty .empty .title {
  font-weight: 700;
}
/* line 46, ../sass/parts/_panel-ui.scss */
.content_fluid.is-empty .empty .tagline {
  font-size: 15.5px !important;
  margin-top: 8px !important;
}
/* line 51, ../sass/parts/_panel-ui.scss */
.guest .content_fluid.is-empty .empty {
  background: none !important;
}
/* line 53, ../sass/parts/_panel-ui.scss */
.content_fluid.is-empty .empty a {
  color: #168EEA;
}
/* line 55, ../sass/parts/_panel-ui.scss */
.content_fluid.is-empty .empty a:hover {
  color: #1382d7;
  text-decoration: none;
}
/* line 61, ../sass/parts/_panel-ui.scss */
.content_fluid.is-empty .empty .tagline {
  margin-top: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 430px;
  text-align: center;
  font-size: 14.5px;
  color: #101010;
}
/* line 72, ../sass/parts/_panel-ui.scss */
.teams .content_fluid.is-empty .empty {
  background: none;
}
/* line 74, ../sass/parts/_panel-ui.scss */
.content_fluid.is-empty .empty .icon {
  margin: auto;
  margin-bottom: 20px;
  width: 74px;
  height: 52px;
  background: url('../images/empty-folder.png?1590749455') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 74, ../sass/parts/_panel-ui.scss */
  .content_fluid.is-empty .empty .icon {
    background-image: url('../images/empty-folder@2x.png?1590749455');
    background-size: 74px 52px;
  }
}
/* line 85, ../sass/parts/_panel-ui.scss */
.teams .content_fluid.is-empty .empty .icon, .team-page .content_fluid.is-empty .empty .icon {
  margin-bottom: 20px;
  width: 66px;
  height: 47px;
  background: url('../images/business-empty.png?1590749454') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 85, ../sass/parts/_panel-ui.scss */
  .teams .content_fluid.is-empty .empty .icon, .team-page .content_fluid.is-empty .empty .icon {
    background-image: url('../images/business-empty@2x.png?1590749454');
    background-size: 66px 47px;
  }
}
/* line 97, ../sass/parts/_panel-ui.scss */
.collaboration-page .content_fluid.is-empty .empty .icon {
  margin-bottom: 20px;
  width: 59px;
  height: 59px;
  background: url('../images/shared.png?1666794057') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 97, ../sass/parts/_panel-ui.scss */
  .collaboration-page .content_fluid.is-empty .empty .icon {
    background-image: url('../images/shared@2x.png?1666794057');
    background-size: 59px 59px;
  }
}
/* line 108, ../sass/parts/_panel-ui.scss */
.buckets-page .content_fluid.is-empty .empty .icon {
  margin-bottom: 20px;
  width: 64px;
  height: 48px;
  background: url('../images/drop-cloud.png?1590749455') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 108, ../sass/parts/_panel-ui.scss */
  .buckets-page .content_fluid.is-empty .empty .icon {
    background-image: url('../images/drop-cloud@2x.png?1590749455');
    background-size: 64px 48px;
  }
}
/* line 119, ../sass/parts/_panel-ui.scss */
.trash-page .content_fluid.is-empty .empty .icon, .trash-page.search-page .content_fluid.is-empty .empty .icon {
  margin-bottom: 20px;
  width: 64px;
  height: 48px;
  background: url('../images/trash-icon.png?1590749456') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 119, ../sass/parts/_panel-ui.scss */
  .trash-page .content_fluid.is-empty .empty .icon, .trash-page.search-page .content_fluid.is-empty .empty .icon {
    background-image: url('../images/trash-icon@2x.png?1590749456');
    background-size: 64px 48px;
  }
}
/* line 131, ../sass/parts/_panel-ui.scss */
.inside-bucket-page.inside-collection .content_fluid.is-empty .empty .icon {
  margin-top: 140px;
  margin-bottom: 22px;
  width: 60px;
  height: 48px;
  background: url('../images/empty-collection.png?1590749455') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 131, ../sass/parts/_panel-ui.scss */
  .inside-bucket-page.inside-collection .content_fluid.is-empty .empty .icon {
    background-image: url('../images/empty-collection@2x.png?1590749455');
    background-size: 60px 48px;
  }
}
/* line 143, ../sass/parts/_panel-ui.scss */
.viewed-page .content_fluid.is-empty .empty .icon {
  margin-bottom: 18px;
  width: 71px;
  height: 48px;
  background: url('../images/viewed.png?1593007141') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 143, ../sass/parts/_panel-ui.scss */
  .viewed-page .content_fluid.is-empty .empty .icon {
    background-image: url('../images/viewed@2x.png?1593007141');
    background-size: 71px 48px;
  }
}
/* line 155, ../sass/parts/_panel-ui.scss */
.inbox-page .content_fluid.is-empty .empty .icon {
  margin-bottom: 18px;
  width: 59px;
  height: 58px;
  background: url('../images/inbox-place.png?1593007141') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 155, ../sass/parts/_panel-ui.scss */
  .inbox-page .content_fluid.is-empty .empty .icon {
    background-image: url('../images/inbox-place@2x.png?1593007141');
    background-size: 59px 58px;
  }
}
/* line 167, ../sass/parts/_panel-ui.scss */
.scheduled-shares-page .content_fluid.is-empty .empty .icon {
  margin-bottom: 18px;
  width: 61px;
  height: 61px;
  background: url('../images/schedule-share-clock.png?1590749455') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 167, ../sass/parts/_panel-ui.scss */
  .scheduled-shares-page .content_fluid.is-empty .empty .icon {
    background-image: url('../images/schedule-share-clock@2x.png?1590749455');
    background-size: 61px 61px;
  }
}
/* line 179, ../sass/parts/_panel-ui.scss */
.search-page .content_fluid.is-empty .empty .icon {
  margin-bottom: 18px;
  width: 65px;
  height: 63px;
  background: url('../images/search.png?1590749456') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 179, ../sass/parts/_panel-ui.scss */
  .search-page .content_fluid.is-empty .empty .icon {
    background-image: url('../images/search@2x.png?1590749456');
    background-size: 65px 63px;
  }
}
/* line 191, ../sass/parts/_panel-ui.scss */
.favorite-page .content_fluid.is-empty .empty .icon {
  margin-bottom: 18px;
  width: 48px;
  height: 46px;
  background: url('../images/favorite.png?1590749455') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 191, ../sass/parts/_panel-ui.scss */
  .favorite-page .content_fluid.is-empty .empty .icon {
    background-image: url('../images/favorite@2x.png?1590749455');
    background-size: 48px 46px;
  }
}
/* line 205, ../sass/parts/_panel-ui.scss */
.inbox-page .content_fluid.is-empty .empty .icon-inxbo-close {
  margin-bottom: 18px;
  width: 59px;
  height: 58px;
  background: url('../images/inbox-close.png?1593007141') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 205, ../sass/parts/_panel-ui.scss */
  .inbox-page .content_fluid.is-empty .empty .icon-inxbo-close {
    background-image: url('../images/inbox-close@2x.png?1593007141');
    background-size: 59px 58px;
  }
}

/* line 220, ../sass/parts/_panel-ui.scss */
.hover-btn {
  display: table-cell;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 22.5px;
}

/* line 231, ../sass/parts/_panel-ui.scss */
.blue-boxy {
  display: flex;
  align-items: center;
  border-width: 1px;
  border-color: #4da7ec;
  border-style: solid;
  background-color: #dff1ff;
  margin-bottom: 20px;
  width: 100%;
  vertical-align: middle;
}
/* line 234, ../sass/parts/_panel-ui.scss */
.blue-boxy.inbox {
  width: 560px;
  margin: auto;
}
/* line 239, ../sass/parts/_panel-ui.scss */
.blue-boxy.inbox .blue-boxy-text {
  margin: auto;
  width: 100%;
  text-align: center;
  padding: 20px;
}
/* line 258, ../sass/parts/_panel-ui.scss */
.blue-boxy .blue-boxy-text {
  width: 78%;
  color: #1d262d;
  line-height: 1.6;
  text-align: left;
  margin: 29px 15px 29px 0px;
  float: right;
  font-size: 14.5px !important;
}
/* line 260, ../sass/parts/_panel-ui.scss */
.blue-boxy .blue-boxy-text.trash {
  width: 81%;
  margin: 20px 46px 20px 0px !important;
  padding: 5px auto;
}
/* line 266, ../sass/parts/_panel-ui.scss */
.blue-boxy .blue-boxy-text.bin {
  width: 83%;
  margin: 20px 35px 20px 10px;
}
/* line 279, ../sass/parts/_panel-ui.scss */
.blue-boxy .blue-boxy-text a {
  color: #168eea;
  font-weight: 600;
  line-height: 1.499;
}
/* line 286, ../sass/parts/_panel-ui.scss */
.blue-boxy .trial-box {
  color: #1d262d;
  line-height: 1.499;
  text-align: left;
  padding: 15px;
  font-size: 14px;
}
/* line 294, ../sass/parts/_panel-ui.scss */
.blue-boxy ul {
  cursor: pointer;
  cursor: hand;
  margin: 0px;
  padding: 0px;
}
/* line 301, ../sass/parts/_panel-ui.scss */
.blue-boxy .img-blue-box {
  float: left;
  overflow: hidden;
  text-align: left !important;
  margin: 25px 0px 25px 25px;
  padding: 0 !important;
}
/* line 308, ../sass/parts/_panel-ui.scss */
.blue-boxy .img-blue-box.trash {
  margin: 10px 0px 10px 18px;
}
/* line 309, ../sass/parts/_panel-ui.scss */
.blue-boxy .img-blue-box.bin {
  margin: 17px 0px 17px 18px;
}

/* line 314, ../sass/parts/_panel-ui.scss */
.img-cross-button {
  float: right;
  margin-top: 4px;
  margin-right: 10px;
}
/* line 320, ../sass/parts/_panel-ui.scss */
.img-cross-button ul {
  cursor: pointer;
  cursor: hand;
  margin: 0px;
  padding: 0px;
}

/* line 328, ../sass/parts/_panel-ui.scss */
.utp {
  font-size: 13px;
  color: #168EEA;
}

/* line 1, ../sass/parts/_view-grid.scss */
.onboard-app {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #D8DFE3;
  margin: 0px 22px 16px 1px;
  max-width: 100%;
  width: 100%;
  min-height: 120px;
  height: auto;
  background-color: rgba(242, 242, 242, 0.31);
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
/* line 5, ../sass/parts/_view-grid.scss */
.onboard-app ~ .buckets .empty {
  top: 142px;
  height: 282px;
}
@media all and (max-width: 768px) {
  /* line 7, ../sass/parts/_view-grid.scss */
  .onboard-app ~ .buckets .empty {
    top: 100px;
    height: 282px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 10, ../sass/parts/_view-grid.scss */
  .onboard-app ~ .buckets .empty {
    top: 0px;
    height: 282px;
  }
}
/* line 14, ../sass/parts/_view-grid.scss */
.onboard-app h3 {
  font-size: 15px;
}
/* line 15, ../sass/parts/_view-grid.scss */
.onboard-app h3, .onboard-app h5 {
  color: #101010;
}
/* line 31, ../sass/parts/_view-grid.scss */
.onboard-app .complete_setup_badge {
  position: absolute;
  top: -13px;
  left: 20px;
  background-color: #F5688D;
  color: #fff;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
}
/* line 43, ../sass/parts/_view-grid.scss */
.onboard-app .icn-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
/* line 50, ../sass/parts/_view-grid.scss */
.onboard-app .laptop-container {
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  margin-left: 20px;
  top: 50%;
  display: flex;
  align-content: center;
  align-items: center;
}
/* line 62, ../sass/parts/_view-grid.scss */
.onboard-app .laptop-container .inner_cnt {
  padding-left: 20px;
}
/* line 64, ../sass/parts/_view-grid.scss */
.onboard-app .laptop-container .inner_cnt h3 {
  margin-top: 0 !important;
  letter-spacing: 0;
}
/* line 68, ../sass/parts/_view-grid.scss */
.onboard-app .laptop-container .inner_cnt h5 {
  margin-bottom: 0;
  letter-spacing: 0;
}
/* line 76, ../sass/parts/_view-grid.scss */
.onboard-app .laptop-js {
  display: block;
  width: 90px;
  min-width: 90px;
  height: 57px;
  background: url(/res/images/svg/laptop-image.svg) no-repeat;
  background-size: cover;
}
/* line 88, ../sass/parts/_view-grid.scss */
.onboard-app .button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 25px;
}
/* line 94, ../sass/parts/_view-grid.scss */
.onboard-app .video-link {
  font-size: 12px;
  color: #168EEA;
  margin: 10px 74px;
  display: block;
  cursor: pointer;
}

/* line 104, ../sass/parts/_view-grid.scss */
.buckets.view-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  gap: 18px;
  margin-bottom: 115px;
}
/* line 113, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) {
  position: relative;
  cursor: pointer;
  display: flex;
  border: solid 1px #ddd;
  border-radius: 5px;
  user-drag: none;
}
/* line 121, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .direct_child_flex {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 125, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .direct_child_flex img {
  vertical-align: top !important;
  max-width: 100%;
}
/* line 131, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).dragable {
  cursor: move;
  border: dashed 1.5px #c8c8c8;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 137, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).dragable.folder:before, .buckets.view-grid > li:not(.heading).dragable.folder:after {
  border: dashed 1.5px #c8c8c8;
}
/* line 143, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).dragable a {
  pointer-events: none;
}
/* line 145, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).dragable .thumb-overlay {
  display: none !important;
}
/* line 148, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).dragable .thumb-overlay.uploading {
  display: block !important;
}
/* line 151, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).dragable.selected {
  border-color: #168EEA;
}
/* line 153, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).dragable.selected:before, .buckets.view-grid > li:not(.heading).dragable.selected:after {
  border-color: #168EEA;
}
/* line 156, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).dragable.selected.folder {
  border-color: #168EEA;
}
/* line 158, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).dragable.selected.folder:before, .buckets.view-grid > li:not(.heading).dragable.selected.folder:after {
  border-color: #168EEA;
}
/* line 186, ../sass/parts/_view-grid.scss */
body.inside-bucket-page .buckets.view-grid > li:not(.heading).dragable.folder.selected, body.inside-bucket-page .buckets.view-grid > li:not(.heading).dragable.folder:hover.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* line 187, ../sass/parts/_view-grid.scss */
body.inside-bucket-page .buckets.view-grid > li:not(.heading).dragable.folder.selected .direct_child_flex, body.inside-bucket-page .buckets.view-grid > li:not(.heading).dragable.folder:hover.selected .direct_child_flex {
  border-color: #168EEA;
}
/* line 189, ../sass/parts/_view-grid.scss */
body.inside-bucket-page .buckets.view-grid > li:not(.heading).dragable.folder.selected .direct_child_flex:before, body.inside-bucket-page .buckets.view-grid > li:not(.heading).dragable.folder.selected .direct_child_flex:after, body.inside-bucket-page .buckets.view-grid > li:not(.heading).dragable.folder:hover.selected .direct_child_flex:before, body.inside-bucket-page .buckets.view-grid > li:not(.heading).dragable.folder:hover.selected .direct_child_flex:after {
  border-color: #168EEA;
}
/* line 204, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).selected {
  border-color: #168EEA !important;
}
/* line 206, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).selected:before, .buckets.view-grid > li:not(.heading).selected:after {
  border-color: #168EEA !important;
}
/* line 219, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).active {
  border-color: #168EEA;
}
/* line 221, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).active:before, .buckets.view-grid > li:not(.heading).active:after {
  border-color: #168EEA !important;
}
/* line 231, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading):hover .thumb-overlay {
  display: block;
  z-index: 120;
}
/* line 234, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading)[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .custom-controls {
  display: none !important;
}
/* line 237, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).folder {
  height: calc(100% - 8px);
}
/* line 242, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).folder:before {
  content: '';
  position: absolute;
  width: 95%;
  height: 5px;
  border: solid 1px #ddd;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  bottom: -5px;
  z-index: -10;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 257, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).folder:after {
  content: '';
  position: absolute;
  width: 90%;
  height: 8px;
  border: solid 1px #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  bottom: -9px;
  z-index: -20;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 299, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).folder .icn-folder-wname {
  margin-right: 5px;
  background-position: -2784px 0;
  height: 10px;
  width: 10px;
}
/* line 304, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading).folder .thumb-footer {
  bottom: 8px;
  height: 28px;
  padding: 6px 12px;
  position: relative;
  left: 0;
  width: 100%;
  padding-top: 3px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 318, ../sass/parts/_view-grid.scss */
.edit-mode .buckets.view-grid > li:not(.heading)[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main {
  display: none !important;
}
/* line 321, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .restore_trash_item_list {
  display: none;
}
/* line 327, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .progress-wrapper {
  width: calc(100% - 58px);
  height: 16px;
  font-size: 14.5px;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
}
/* line 334, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .progress-wrapper .progress {
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #c9d2d7;
}
/* line 340, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .thumb_video_duration {
  position: absolute;
  z-index: 100;
  bottom: 38px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
}
/* line 352, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .name-area {
  position: relative;
  height: 30px;
}
/* line 357, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .name-area .form-control-rename {
  margin-top: 8px;
  margin-left: 6px;
  padding-left: 5px;
  width: calc(100% - 12px);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #0287e7;
  outline: 0;
  border-radius: 3px;
}
/* line 369, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .name-area.favorite .thumb-title {
  padding-left: 30px;
  background: transparent url('../images/star.png?1590749456') 10px 10px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 369, ../sass/parts/_view-grid.scss */
  .buckets.view-grid > li:not(.heading) .name-area.favorite .thumb-title {
    background-image: url('../images/star@2x.png?1590749456');
    background-size: 16px 16px;
  }
}
/* line 380, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .name-area:hover .icn-edit {
  display: block;
}
/* line 381, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .name-area:hover .thumb-title {
  width: calc(100% - 15px);
}
/* line 385, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li:not(.heading) .icn-edit {
  margin-top: 12px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 15px;
  display: none;
  background-color: #fff;
  background-position: -1632px 0;
}
/* line 397, ../sass/parts/_view-grid.scss */
body.rearrange-mode .buckets.view-grid > li:not(.heading) .icn-edit {
  display: none !important;
}
/* line 401, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li.heading {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 800px;
  font-size: 14.5px;
}
/* line 408, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li.heading span {
  padding-right: 5px;
  background-color: #FFF;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.buckets.view-grid > li.heading:before, .buckets.view-grid > li.heading:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.buckets.view-grid > li.heading:after {
  clear: both;
}
/* line 413, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li.heading .divider {
  padding-right: 5px;
}
/* line 416, ../sass/parts/_view-grid.scss */
.buckets.view-grid > li.heading .head-filler {
  width: calc(100% - 32px);
  height: 1px;
  margin-top: -9px;
  background-color: rgba(216, 223, 227, 0.74902);
}
/* line 424, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-title {
  width: calc(100% - 16px);
  font-size: 14.5px;
  font-weight: 500;
  padding: 9px 12px 0;
  display: block;
  text-decoration: none;
  max-width: 100%;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 434, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-title:hover {
  color: #168EEA;
}
/* line 437, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-meta {
  font-size: 13px;
  padding: 7px 7px 12px 12px;
  display: block;
  clear: both;
  overflow: hidden;
  color: #717d82;
}
/* line 444, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-meta .filter_with_me {
  color: #717d82;
}
/* line 446, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-meta .thumb-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 156px;
  line-height: 1.2;
}
/* line 455, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumbnail-wrapper {
  position: relative;
  margin: 4px;
  margin-bottom: 0;
}
/* line 461, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  background-color: rgba(85, 99, 108, 0.55);
  z-index: 110;
}
/* line 471, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-overlay.uploading {
  display: block;
  background-color: rgba(242, 242, 242, 0.9);
}
/* line 476, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-overlay .icn-checkbox {
  width: 18px;
  height: 18px;
  margin-top: 7px;
  margin-left: 10px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 486, ../sass/parts/_view-grid.scss */
body.inside-bucket-page.uploading .buckets.view-grid .thumb-overlay .icn-checkbox {
  display: none;
}
/* line 489, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-overlay label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 999;
}
/* line 496, ../sass/parts/_view-grid.scss */
.edit-mode .buckets.view-grid .thumb-overlay label {
  width: 100%;
  height: 100%;
}
/* line 502, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-overlay .custom-controls input:checked ~ .custom-control-indicator {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
/* line 506, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-overlay .btn-cog-wheel {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
/* line 510, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-overlay .btn-cog-wheel .icn-cog-wheel {
  width: 20px;
  height: 20px;
  display: inline-block;
}
/* line 516, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-overlay .btn-cog-wheel .dropdown-menu {
  margin-top: 8px;
  margin-right: -10px;
  border-color: rgba(16, 16, 16, 0.3);
}
/* line 520, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-overlay .btn-cog-wheel .dropdown-menu > .arrow {
  right: 12px;
}
/* line 525, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-footer {
  height: 28px;
  padding: 4px 12px;
  background-color: #fbfcfc;
  border-top: 1px solid #f3f6f6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 538, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-footer .time {
  font-size: 13px;
}
/* line 540, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-footer .icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  float: right;
  margin-top: 1px;
  position: relative;
  right: 0px;
}
/* line 549, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-footer .icon.icn-locked {
  margin-left: 7px;
  margin-top: 3px;
}
/* line 554, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-footer .icon.icn-self-destruct {
  margin-top: 4px;
}
/* line 559, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb-footer .c-avatar {
  margin-top: -2px;
}
/* line 564, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumbnail {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 130px;
  background-color: #f2f2f2 !important;
  vertical-align: top;
  overflow: hidden;
}
/* line 575, ../sass/parts/_view-grid.scss */
body.buckets-page .buckets.view-grid .thumbnail, body.inside-bucket-page .buckets.view-grid .thumbnail, body.team-page .buckets.view-grid .thumbnail, body.favorite-page .buckets.view-grid .thumbnail, body.collaboration-page .buckets.view-grid .thumbnail, body.trash-page .buckets.view-grid .thumbnail {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
}
/* line 580, ../sass/parts/_view-grid.scss */
body.buckets-page .buckets.view-grid .thumbnail img, body.inside-bucket-page .buckets.view-grid .thumbnail img, body.team-page .buckets.view-grid .thumbnail img, body.favorite-page .buckets.view-grid .thumbnail img, body.collaboration-page .buckets.view-grid .thumbnail img, body.trash-page .buckets.view-grid .thumbnail img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto !important;
}
/* line 593, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb {
  position: absolute;
  float: left;
  display: inline-block;
  width: 50%;
  height: 50%;
  text-align: center;
  line-height: 64px;
  font-size: 16px;
  background-color: #f2f2f2;
  vertical-align: top;
  overflow: hidden;
  color: #333c4e;
  overflow: hidden;
}
/* line 607, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb.top-left {
  left: 0;
  top: 0;
}
/* line 611, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb.top-right {
  right: 0;
  top: 0;
}
/* line 615, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb.bottom-left {
  left: 0;
  bottom: 0;
}
/* line 619, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb.bottom-right {
  right: 0;
  bottom: 0;
}
/* line 624, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb img {
  max-width: 100%;
}
/* line 628, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb.top-left, .buckets.view-grid .thumb.bottom-right {
  background-color: #f2f2f2;
}
/* line 633, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb.top-right, .buckets.view-grid .thumb.bottom-left {
  background-color: #f8f8f8;
}
/* line 638, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb .thumb-file-count {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  background-color: rgba(85, 99, 108, 0.65);
}
/* line 645, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb.icn-thumb-show-all {
  padding: 22px 0;
  line-height: 1.8;
}
/* line 650, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb:first-child:nth-last-child(1) {
  width: 100%;
  height: 100%;
}
/* line 655, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb:first-child:nth-last-child(2), .buckets.view-grid .thumb:first-child:nth-last-child(2) ~ .thumb {
  width: 50%;
  height: 100%;
}
/* line 660, ../sass/parts/_view-grid.scss */
.buckets.view-grid .thumb:first-child:nth-last-child(2) img[src*="spacer-ff.gif"], .buckets.view-grid .thumb:first-child:nth-last-child(2) ~ .thumb img[src*="spacer-ff.gif"] {
  width: 100%;
  height: 100%;
}
/* line 667, ../sass/parts/_view-grid.scss */
.buckets.view-grid .list-panelui-attributes,
.buckets.view-grid .hover-actions,
.buckets.view-grid .thead {
  display: none !important;
}
/* line 671, ../sass/parts/_view-grid.scss */
.buckets.view-grid .list-thumb-meta .owner-name {
  position: absolute;
  bottom: 4px;
  right: 13px;
  z-index: 10;
}
/* line 676, ../sass/parts/_view-grid.scss */
.buckets.view-grid .list-thumb-meta .owner-name span {
  display: none;
}
/* line 680, ../sass/parts/_view-grid.scss */
.buckets.view-grid .list-thumb-meta .owner-info, .buckets.view-grid .list-thumb-meta .thumb-info, .buckets.view-grid .list-thumb-meta .time, .buckets.view-grid .list-thumb-meta .badge {
  display: none !important;
}
/* line 684, ../sass/parts/_view-grid.scss */
.buckets.view-grid .folder .list-thumb-meta .owner-name {
  position: absolute;
  bottom: 5px;
  right: 13px;
  z-index: 10;
}

/* line 713, ../sass/parts/_view-grid.scss */
.small_folder_show {
  display: block;
  height: 7px;
  width: 16px;
  float: left;
  margin-top: 0px;
  margin-right: 6px;
}
/* line 720, ../sass/parts/_view-grid.scss */
.small_folder_show img {
  width: 100%;
}

/* line 725, ../sass/parts/_view-grid.scss */
.blnk_itm {
  border: none !important;
  height: 0 !important;
  padding: 0 !important;
}

/* line 731, ../sass/parts/_view-grid.scss */
.folder-grid > .icn-thumb-play:before {
  background: none !important;
}

/* line 735, ../sass/parts/_view-grid.scss */
.buckets.small_grid {
  grid-template-columns: repeat(auto-fill, minmax(16%, 1fr)) !important;
}

/* line 740, ../sass/parts/_view-grid.scss */
.small_grid .thumb-title {
  font-size: 14px !important;
}
/* line 744, ../sass/parts/_view-grid.scss */
.small_grid .icn-thumb-play:before {
  transform: translateY(-50%) scale(1) !important;
}

/* line 752, ../sass/parts/_view-grid.scss */
.folder-grid .thumb.icn-thumb-play:before {
  transform: translateY(-50%) scale(1) !important;
}

@media all and (max-width: 1024px) {
  /* line 763, ../sass/parts/_view-grid.scss */
  .buckets.view-grid, .buckets.small_grid {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)) !important;
  }

  /* line 766, ../sass/parts/_view-grid.scss */
  .onboard-app {
    display: none;
  }
}
@media all and (max-width: 768px) {
  /* line 783, ../sass/parts/_view-grid.scss */
  .buckets.view-grid, .buckets.small_grid {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)) !important;
  }
}
@media all and (max-width: 550px) {
  /* line 789, ../sass/parts/_view-grid.scss */
  .buckets.view-grid, .buckets.small_grid {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr)) !important;
  }
}
@media all and (max-width: 400px) {
  /* line 795, ../sass/parts/_view-grid.scss */
  .thumbnail > .icn-thumb-image.sicn, .thumbnail .icn-thumb-image.licn, .thumbnail > .icn-thumb-3fr.sicn, .thumbnail .icn-thumb-3fr.licn, .thumbnail > .icn-thumb-ai.sicn, .thumbnail .icn-thumb-ai.licn, .thumbnail > .icn-thumb-aai.sicn, .thumbnail .icn-thumb-aai.licn, .thumbnail > .icn-thumb-art.sicn, .thumbnail .icn-thumb-art.licn, .thumbnail > .icn-thumb-arw.sicn, .thumbnail .icn-thumb-arw.licn, .thumbnail > .icn-thumb-avs.sicn, .thumbnail .icn-thumb-avs.licn, .thumbnail > .icn-thumb-bitmap.sicn, .thumbnail .icn-thumb-bitmap.licn, .thumbnail > .icn-thumb-bmp.sicn, .thumbnail .icn-thumb-bmp.licn, .thumbnail > .icn-thumb-bmp2.sicn, .thumbnail .icn-thumb-bmp2.licn, .thumbnail > .icn-thumb-bmp3.sicn, .thumbnail .icn-thumb-bmp3.licn, .thumbnail > .icn-thumb-cals.sicn, .thumbnail .icn-thumb-cals.licn, .thumbnail > .icn-thumb-cgm.sicn, .thumbnail .icn-thumb-cgm.licn, .thumbnail > .icn-thumb-cin.sicn, .thumbnail .icn-thumb-cin.licn, .thumbnail > .icn-thumb-cmyk.sicn, .thumbnail .icn-thumb-cmyk.licn, .thumbnail > .icn-thumb-cmyka.sicn, .thumbnail .icn-thumb-cmyka.licn, .thumbnail > .icn-thumb-cr2.sicn, .thumbnail .icn-thumb-cr2.licn, .thumbnail > .icn-thumb-crw.sicn, .thumbnail .icn-thumb-crw.licn, .thumbnail > .icn-thumb-cur.sicn, .thumbnail .icn-thumb-cur.licn, .thumbnail > .icn-thumb-cut.sicn, .thumbnail .icn-thumb-cut.licn, .thumbnail > .icn-thumb-dcm.sicn, .thumbnail .icn-thumb-dcm.licn, .thumbnail > .icn-thumb-dcr.sicn, .thumbnail .icn-thumb-dcr.licn, .thumbnail > .icn-thumb-dcx.sicn, .thumbnail .icn-thumb-dcx.licn, .thumbnail > .icn-thumb-dds.sicn, .thumbnail .icn-thumb-dds.licn, .thumbnail > .icn-thumb-dib.sicn, .thumbnail .icn-thumb-dib.licn, .thumbnail > .icn-thumb-dicom.sicn, .thumbnail .icn-thumb-dicom.licn, .thumbnail > .icn-thumb-dng.sicn, .thumbnail .icn-thumb-dng.licn, .thumbnail > .icn-thumb-dot.sicn, .thumbnail .icn-thumb-dot.licn, .thumbnail > .icn-thumb-dpx.sicn, .thumbnail .icn-thumb-dpx.licn, .thumbnail > .icn-thumb-emf.sicn, .thumbnail .icn-thumb-emf.licn, .thumbnail > .icn-thumb-epdf.sicn, .thumbnail .icn-thumb-epdf.licn, .thumbnail > .icn-thumb-epi.sicn, .thumbnail .icn-thumb-epi.licn, .thumbnail > .icn-thumb-eps.sicn, .thumbnail .icn-thumb-eps.licn, .thumbnail > .icn-thumb-eps2.sicn, .thumbnail .icn-thumb-eps2.licn, .thumbnail > .icn-thumb-eps3.sicn, .thumbnail .icn-thumb-eps3.licn, .thumbnail > .icn-thumb-epsf.sicn, .thumbnail .icn-thumb-epsf.licn, .thumbnail > .icn-thumb-epsi.sicn, .thumbnail .icn-thumb-epsi.licn, .thumbnail > .icn-thumb-ept.sicn, .thumbnail .icn-thumb-ept.licn, .thumbnail > .icn-thumb-erf.sicn, .thumbnail .icn-thumb-erf.licn, .thumbnail > .icn-thumb-exr.sicn, .thumbnail .icn-thumb-exr.licn, .thumbnail > .icn-thumb-fax.sicn, .thumbnail .icn-thumb-fax.licn, .thumbnail > .icn-thumb-fig.sicn, .thumbnail .icn-thumb-fig.licn, .thumbnail > .icn-thumb-fit.sicn, .thumbnail .icn-thumb-fit.licn, .thumbnail > .icn-thumb-fits.sicn, .thumbnail .icn-thumb-fits.licn, .thumbnail > .icn-thumb-fpx.sicn, .thumbnail .icn-thumb-fpx.licn, .thumbnail > .icn-thumb-fts.sicn, .thumbnail .icn-thumb-fts.licn, .thumbnail > .icn-thumb-gif.sicn, .thumbnail .icn-thumb-gif.licn, .thumbnail > .icn-thumb-gplt.sicn, .thumbnail .icn-thumb-gplt.licn, .thumbnail > .icn-thumb-gray.sicn, .thumbnail .icn-thumb-gray.licn, .thumbnail > .icn-thumb-hdr.sicn, .thumbnail .icn-thumb-hdr.licn, .thumbnail > .icn-thumb-hpgl.sicn, .thumbnail .icn-thumb-hpgl.licn, .thumbnail > .icn-thumb-hrz.sicn, .thumbnail .icn-thumb-hrz.licn, .thumbnail > .icn-thumb-ico.sicn, .thumbnail .icn-thumb-ico.licn, .thumbnail > .icn-thumb-icon.sicn, .thumbnail .icn-thumb-icon.licn, .thumbnail > .icn-thumb-iff.sicn, .thumbnail .icn-thumb-iff.licn, .thumbnail > .icn-thumb-info.sicn, .thumbnail .icn-thumb-info.licn, .thumbnail > .icn-thumb-inli.sicn, .thumbnail .icn-thumb-inli.licn, .thumbnail > .icn-thumb-jbig.sicn, .thumbnail .icn-thumb-jbig.licn, .thumbnail > .icn-thumb-jng.sicn, .thumbnail .icn-thumb-jng.licn, .thumbnail > .icn-thumb-jp2.sicn, .thumbnail .icn-thumb-jp2.licn, .thumbnail > .icn-thumb-jpe.sicn, .thumbnail .icn-thumb-jpe.licn, .thumbnail > .icn-thumb-jpf.sicn, .thumbnail .icn-thumb-jpf.licn, .thumbnail > .icn-thumb-jpc.sicn, .thumbnail .icn-thumb-jpc.licn, .thumbnail > .icn-thumb-jpg.sicn, .thumbnail .icn-thumb-jpg.licn, .thumbnail > .icn-thumb-jpeg.sicn, .thumbnail .icn-thumb-jpeg.licn, .thumbnail > .icn-thumb-kdc.sicn, .thumbnail .icn-thumb-kdc.licn, .thumbnail > .icn-thumb-k25.sicn, .thumbnail .icn-thumb-k25.licn, .thumbnail > .icn-thumb-man.sicn, .thumbnail .icn-thumb-man.licn, .thumbnail > .icn-thumb-mat.sicn, .thumbnail .icn-thumb-mat.licn, .thumbnail > .icn-thumb-miff.sicn, .thumbnail .icn-thumb-miff.licn, .thumbnail > .icn-thumb-mono.sicn, .thumbnail .icn-thumb-mono.licn, .thumbnail > .icn-thumb-mng.sicn, .thumbnail .icn-thumb-mng.licn, .thumbnail > .icn-thumb-mpc.sicn, .thumbnail .icn-thumb-mpc.licn, .thumbnail > .icn-thumb-mpr.sicn, .thumbnail .icn-thumb-mpr.licn, .thumbnail > .icn-thumb-mrsid.sicn, .thumbnail .icn-thumb-mrsid.licn, .thumbnail > .icn-thumb-mrw.sicn, .thumbnail .icn-thumb-mrw.licn, .thumbnail > .icn-thumb-msl.sicn, .thumbnail .icn-thumb-msl.licn, .thumbnail > .icn-thumb-msvg.sicn, .thumbnail .icn-thumb-msvg.licn, .thumbnail > .icn-thumb-mtv.sicn, .thumbnail .icn-thumb-mtv.licn, .thumbnail > .icn-thumb-mvg.sicn, .thumbnail .icn-thumb-mvg.licn, .thumbnail > .icn-thumb-nef.sicn, .thumbnail .icn-thumb-nef.licn, .thumbnail > .icn-thumb-orf.sicn, .thumbnail .icn-thumb-orf.licn, .thumbnail > .icn-thumb-otb.sicn, .thumbnail .icn-thumb-otb.licn, .thumbnail > .icn-thumb-p7.sicn, .thumbnail .icn-thumb-p7.licn, .thumbnail > .icn-thumb-palm.sicn, .thumbnail .icn-thumb-palm.licn, .thumbnail > .icn-thumb-pam.sicn, .thumbnail .icn-thumb-pam.licn, .thumbnail > .icn-thumb-pbm.sicn, .thumbnail .icn-thumb-pbm.licn, .thumbnail > .icn-thumb-pcd.sicn, .thumbnail .icn-thumb-pcd.licn, .thumbnail > .icn-thumb-pcds.sicn, .thumbnail .icn-thumb-pcds.licn, .thumbnail > .icn-thumb-pcc.sicn, .thumbnail .icn-thumb-pcc.licn, .thumbnail > .icn-thumb-pcl.sicn, .thumbnail .icn-thumb-pcl.licn, .thumbnail > .icn-thumb-pct.sicn, .thumbnail .icn-thumb-pct.licn, .thumbnail > .icn-thumb-pcx.sicn, .thumbnail .icn-thumb-pcx.licn, .thumbnail > .icn-thumb-pdb.sicn, .thumbnail .icn-thumb-pdb.licn, .thumbnail > .icn-thumb-pef.sicn, .thumbnail .icn-thumb-pef.licn, .thumbnail > .icn-thumb-pex.sicn, .thumbnail .icn-thumb-pex.licn, .thumbnail > .icn-thumb-pfa.sicn, .thumbnail .icn-thumb-pfa.licn, .thumbnail > .icn-thumb-pfb.sicn, .thumbnail .icn-thumb-pfb.licn, .thumbnail > .icn-thumb-pfm.sicn, .thumbnail .icn-thumb-pfm.licn, .thumbnail > .icn-thumb-pgm.sicn, .thumbnail .icn-thumb-pgm.licn, .thumbnail > .icn-thumb-picon.sicn, .thumbnail .icn-thumb-picon.licn, .thumbnail > .icn-thumb-pict.sicn, .thumbnail .icn-thumb-pict.licn, .thumbnail > .icn-thumb-pix.sicn, .thumbnail .icn-thumb-pix.licn, .thumbnail > .icn-thumb-png.sicn, .thumbnail .icn-thumb-png.licn, .thumbnail > .icn-thumb-png8.sicn, .thumbnail .icn-thumb-png8.licn, .thumbnail > .icn-thumb-png24.sicn, .thumbnail .icn-thumb-png24.licn, .thumbnail > .icn-thumb-png32.sicn, .thumbnail .icn-thumb-png32.licn, .thumbnail > .icn-thumb-pnm.sicn, .thumbnail .icn-thumb-pnm.licn, .thumbnail > .icn-thumb-ppm.sicn, .thumbnail .icn-thumb-ppm.licn, .thumbnail > .icn-thumb-psb.sicn, .thumbnail .icn-thumb-psb.licn, .thumbnail > .icn-thumb-psd.sicn, .thumbnail .icn-thumb-psd.licn, .thumbnail > .icn-thumb-ptif.sicn, .thumbnail .icn-thumb-ptif.licn, .thumbnail > .icn-thumb-pwp.sicn, .thumbnail .icn-thumb-pwp.licn, .thumbnail > .icn-thumb-rad.sicn, .thumbnail .icn-thumb-rad.licn, .thumbnail > .icn-thumb-raf.sicn, .thumbnail .icn-thumb-raf.licn, .thumbnail > .icn-thumb-rgb.sicn, .thumbnail .icn-thumb-rgb.licn, .thumbnail > .icn-thumb-rgba.sicn, .thumbnail .icn-thumb-rgba.licn, .thumbnail > .icn-thumb-rla.sicn, .thumbnail .icn-thumb-rla.licn, .thumbnail > .icn-thumb-rle.sicn, .thumbnail .icn-thumb-rle.licn, .thumbnail > .icn-thumb-sct.sicn, .thumbnail .icn-thumb-sct.licn, .thumbnail > .icn-thumb-sfw.sicn, .thumbnail .icn-thumb-sfw.licn, .thumbnail > .icn-thumb-sgi.sicn, .thumbnail .icn-thumb-sgi.licn, .thumbnail > .icn-thumb-shtml.sicn, .thumbnail .icn-thumb-shtml.licn, .thumbnail > .icn-thumb-sid.sicn, .thumbnail .icn-thumb-sid.licn, .thumbnail > .icn-thumb-sr2.sicn, .thumbnail .icn-thumb-sr2.licn, .thumbnail > .icn-thumb-srf.sicn, .thumbnail .icn-thumb-srf.licn, .thumbnail > .icn-thumb-sun.sicn, .thumbnail .icn-thumb-sun.licn, .thumbnail > .icn-thumb-svg.sicn, .thumbnail .icn-thumb-svg.licn, .thumbnail > .icn-thumb-svgz.sicn, .thumbnail .icn-thumb-svgz.licn, .thumbnail > .icn-thumb-tga.sicn, .thumbnail .icn-thumb-tga.licn, .thumbnail > .icn-thumb-tif.sicn, .thumbnail .icn-thumb-tif.licn, .thumbnail > .icn-thumb-tiff.sicn, .thumbnail .icn-thumb-tiff.licn, .thumbnail > .icn-thumb-tiff64.sicn, .thumbnail .icn-thumb-tiff64.licn, .thumbnail > .icn-thumb-tim.sicn, .thumbnail .icn-thumb-tim.licn, .thumbnail > .icn-thumb-uil.sicn, .thumbnail .icn-thumb-uil.licn, .thumbnail > .icn-thumb-uyvy.sicn, .thumbnail .icn-thumb-uyvy.licn, .thumbnail > .icn-thumb-vicar.sicn, .thumbnail .icn-thumb-vicar.licn, .thumbnail > .icn-thumb-viff.sicn, .thumbnail .icn-thumb-viff.licn, .thumbnail > .icn-thumb-wbmp.sicn, .thumbnail .icn-thumb-wbmp.licn, .thumbnail > .icn-thumb-webp.sicn, .thumbnail .icn-thumb-webp.licn, .thumbnail > .icn-thumb-wmf.sicn, .thumbnail .icn-thumb-wmf.licn, .thumbnail > .icn-thumb-wpg.sicn, .thumbnail .icn-thumb-wpg.licn, .thumbnail > .icn-thumb-x.sicn, .thumbnail .icn-thumb-x.licn, .thumbnail > .icn-thumb-xbm.sicn, .thumbnail .icn-thumb-xbm.licn, .thumbnail > .icn-thumb-xcf.sicn, .thumbnail .icn-thumb-xcf.licn, .thumbnail > .icn-thumb-xpm.sicn, .thumbnail .icn-thumb-xpm.licn, .thumbnail > .icn-thumb-xwd.sicn, .thumbnail .icn-thumb-xwd.licn, .thumbnail > .icn-thumb-x3f.sicn, .thumbnail .icn-thumb-x3f.licn, .thumbnail > .icn-thumb-ycbcr.sicn, .thumbnail .icn-thumb-ycbcr.licn, .thumbnail > .icn-thumb-ycbc.sicn, .thumbnail .icn-thumb-ycbc.licn, .thumbnail > .icn-thumb-yuv.sicn, .thumbnail .icn-thumb-yuv.licn {
    background-position: 50% 50% !important;
  }
}
/* line 810, ../sass/parts/_view-grid.scss */
.drag_acceptable {
  border: solid 1px #168EEA !important;
  border-radius: 3px;
  box-shadow: inset 0 0 0 0px #168EEA, 0 0 0 2px rgba(22, 142, 234, 0.5);
  z-index: 100;
}
/* line 815, ../sass/parts/_view-grid.scss */
.drag_acceptable:before, .drag_acceptable:after {
  border: solid 1px #168EEA !important;
  box-shadow: inset 0 0 0 0px #168EEA, 0 2px 0 0px rgba(22, 142, 234, 0.5);
}

/* line 822, ../sass/parts/_view-grid.scss */
.guest #main_container {
  max-width: 1353px;
  margin: 0 auto;
}
/* line 826, ../sass/parts/_view-grid.scss */
.guest .update_sidebar_left {
  left: auto;
}

@media all and (max-width: 404px) {
  /* line 835, ../sass/parts/_view-grid.scss */
  .version-history-page .badge-version {
    margin-top: -52px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 805px) {
  /* line 843, ../sass/parts/_view-grid.scss */
  .version-history-page .badge-version {
    margin-top: -52px;
  }
}
/* line 850, ../sass/parts/_view-grid.scss */
.team-page .buckets.view-grid .thumb-footer .icon {
  right: 26px !important;
}

/* line 856, ../sass/parts/_view-grid.scss */
.version-history-page .owner-name {
  display: none;
}

/* line 863, ../sass/parts/_view-grid.scss */
.collaboration-page .view-grid .icn-locked {
  margin-right: 32px;
}

/* line 870, ../sass/parts/_view-grid.scss */
.owner-name .c-avatar--m {
  min-height: 20px !important;
  min-width: 20px !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 8px !important;
  line-height: 2.3 !important;
}

/* line 11, ../sass/parts/_view-list.scss */
.version-history-page .buckets.view-list > li.thead .name-area .thumb-title {
  margin-left: 3px;
}

/* line 17, ../sass/parts/_view-list.scss */
.trash-page .btn-outline {
  color: #168EEA;
}
/* line 19, ../sass/parts/_view-list.scss */
.trash-page .btn-outline:hover, .trash-page .btn-outline:active {
  color: #fff;
}

/* line 35, ../sass/parts/_view-list.scss */
.trash-page .buckets.view-list > li .list-thumb-meta .thumb-title {
  margin-right: 170px;
}

/* line 38, ../sass/parts/_view-list.scss */
.buckets.view-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  clear: both;
}
/* line 44, ../sass/parts/_view-list.scss */
.buckets.view-list > li {
  position: relative;
  padding: 2px 0;
  border: solid 1px transparent;
  border-bottom: 1px solid #e2e7ea;
  cursor: pointer;
}
/* line 51, ../sass/parts/_view-list.scss */
.buckets.view-list > li .direct_child_flex {
  display: flex;
  align-items: center;
}
/* line 56, ../sass/parts/_view-list.scss */
.buckets.view-list > li .direct_child_flex > a {
  display: none;
}
/* line 62, ../sass/parts/_view-list.scss */
.buckets.view-list > li.drag_acceptable:before, .buckets.view-list > li.drag_acceptable:after {
  content: none;
}
/* line 67, ../sass/parts/_view-list.scss */
.buckets.view-list > li.dragable {
  cursor: move;
  border-bottom: dashed 1.5px #c8c8c8;
  background-color: #fff;
}
/* line 73, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 15px;
}
/* line 84, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .thumbnail {
  width: 45px;
  height: 34px;
  background-color: #f2f2f2;
  border: 1px solid #d8dfe3;
  overflow: hidden;
  background-size: contain;
  margin-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 97, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .thumbnail .thumb {
  display: none;
  width: 36px;
  height: 26px;
}
/* line 102, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .thumbnail .thumb:first-child img {
  display: none;
}
/* line 105, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .thumbnail img {
  width: 100%;
  height: auto;
}
/* line 114, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .thumbnail img[src*="spacer-ff"] {
  display: none;
}
/* line 116, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .thumbnail.open-view {
  background-color: transparent;
  border-color: transparent;
}
/* line 123, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .folder-grid img {
  display: none;
}
/* line 124, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .folder-grid .thumbnail {
  background-color: transparent;
  border: none;
}
/* line 129, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .folder-grid .thumbnail:before,
.buckets.view-list > li .thumbnail-wrapper .folder-grid .thumbnail:after {
  display: none;
}
/* line 133, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
}
/* line 140, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .thumb-overlay .arrow {
  display: none;
}
/* line 142, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .thumb-overlay .custom-controls {
  display: block;
  padding-right: 0;
  width: 100%;
  height: 52px;
}
/* line 149, ../sass/parts/_view-list.scss */
.edit-mode .buckets.view-list > li .thumbnail-wrapper .thumb-overlay .custom-controls {
  width: 100%;
}
/* line 155, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .thumb-overlay .custom-controls .custom-control-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
/* line 165, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .thumb-overlay {
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 171, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .progress-wrapper {
  display: block;
  position: absolute;
  right: 0 !important;
  left: auto !important;
  width: 166px;
  top: 24px;
}
/* line 179, ../sass/parts/_view-list.scss */
.buckets.view-list > li .thumbnail-wrapper .progress-wrapper.js-empty-folder {
  right: auto;
  top: 0;
  left: 0;
  width: 38px;
  height: 28px;
  text-indent: -9999px;
}
/* line 193, ../sass/parts/_view-list.scss */
.buckets.view-list > li .name-area {
  flex: 4 1 0px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 49px;
}
/* line 203, ../sass/parts/_view-list.scss */
.buckets.view-list > li .name-area .thumb_video_duration {
  margin-left: 8px;
  color: #101010;
  white-space: nowrap;
  background-color: #e7e7e7;
  border-radius: 4px;
  padding: 2px 4px;
  color: #404040;
  font-size: 12px;
  height: 26px;
  line-height: 22px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  /* line 203, ../sass/parts/_view-list.scss */
  .buckets.view-list > li .name-area .thumb_video_duration {
    display: none !important;
  }
}
/* line 222, ../sass/parts/_view-list.scss */
.buckets.view-list > li .name-area .thumb-title {
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
  color: #101010;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 231, ../sass/parts/_view-list.scss */
.buckets.view-list > li .name-area .thumb-title:hover {
  text-decoration: none;
}
/* line 234, ../sass/parts/_view-list.scss */
.buckets.view-list > li .name-area .form-control-rename {
  margin-top: -2px;
  margin-left: -6px;
  padding-right: 5px;
  padding-left: 5px;
  width: 192px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #0287e7;
  outline: 0;
  border-radius: 3px;
}
/* line 247, ../sass/parts/_view-list.scss */
.buckets.view-list > li .name-area .icn-edit {
  display: none;
}
/* line 257, ../sass/parts/_view-list.scss */
.buckets.view-list > li .name-area.favorite .thumb-title {
  padding-left: 21px;
  background: transparent url('../images/star.png?1590749456') 0 1px no-repeat;
  background-position: 0 48%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 257, ../sass/parts/_view-list.scss */
  .buckets.view-list > li .name-area.favorite .thumb-title {
    background-image: url('../images/star@2x.png?1590749456');
    background-size: 16px 16px;
  }
}
/* line 270, ../sass/parts/_view-list.scss */
.buckets.view-list > li .list-panelui-attributes {
  float: left;
  margin-left: 10px;
}
/* line 275, ../sass/parts/_view-list.scss */
.buckets.view-list > li .list-panelui-attributes .icon {
  float: left;
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
/* line 281, ../sass/parts/_view-list.scss */
.buckets.view-list > li .list-panelui-attributes .icon.icn-self-destruct {
  margin: 1px 0 0 3px;
}
/* line 285, ../sass/parts/_view-list.scss */
.buckets.view-list > li .view-badge {
  min-width: 39px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  background-color: #b7c1c9;
}
/* line 294, ../sass/parts/_view-list.scss */
.buckets.view-list > li .list-thumb-meta {
  float: right;
  margin-right: 10px;
  line-height: 49px;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  min-width: 272px;
}
/* line 303, ../sass/parts/_view-list.scss */
.guest .buckets.view-list > li .list-thumb-meta {
  margin-right: 0;
}
/* line 305, ../sass/parts/_view-list.scss */
.buckets.view-list > li .list-thumb-meta .thumb-info,
.buckets.view-list > li .list-thumb-meta .time {
  min-width: 100px;
  font-size: 15px;
  color: #101010;
}
/* line 317, ../sass/parts/_view-list.scss */
.buckets.view-list > li .list-thumb-meta .thumb-info {
  width: 76px;
}
/* line 319, ../sass/parts/_view-list.scss */
.buckets.view-list > li .list-thumb-meta .thumb-info.version {
  padding-left: 26px;
}
/* line 324, ../sass/parts/_view-list.scss */
.buckets.view-list > li .hover-actions {
  position: absolute;
  top: 8px;
  right: 0;
  display: none;
}
/* line 330, ../sass/parts/_view-list.scss */
.buckets.view-list > li .hover-actions .btn {
  margin-right: 8px;
}
/* line 333, ../sass/parts/_view-list.scss */
.buckets.view-list > li:not(.guest):hover, .edit-mode .buckets.view-list > li {
  background-color: #fafbfb;
}
/* line 336, ../sass/parts/_view-list.scss */
.buckets.view-list > li:not(.guest):hover .hover-actions, .edit-mode .buckets.view-list > li .hover-actions {
  display: block;
}
/* line 339, ../sass/parts/_view-list.scss */
.edit-mode .buckets.view-list > li {
  background-color: #fff;
}
/* line 343, ../sass/parts/_view-list.scss */
.buckets.view-list > li.selected, .buckets.view-list > li.selected:hover {
  background-color: #EBF6FF;
}
/* line 346, ../sass/parts/_view-list.scss */
.buckets.view-list > li.active {
  background-color: rgba(22, 142, 234, 0.1);
}
/* line 348, ../sass/parts/_view-list.scss */
.buckets.view-list > li .owner-info {
  display: none;
}
/* line 350, ../sass/parts/_view-list.scss */
.buckets.view-list > li .owner-name {
  display: flex;
  padding-right: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 115px;
  align-items: center;
  gap: 5px;
}
/* line 359, ../sass/parts/_view-list.scss */
.buckets.view-list > li .owner-name span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 367, ../sass/parts/_view-list.scss */
.buckets.view-list > li.thead {
  display: block;
  height: 42px;
  cursor: default;
}
/* line 371, ../sass/parts/_view-list.scss */
.buckets.view-list > li.thead a {
  font-weight: 600 !important;
}
/* line 375, ../sass/parts/_view-list.scss */
.buckets.view-list > li.thead .name-area {
  margin: 0;
  margin-left: 40px;
  line-height: inherit !important;
}
/* line 380, ../sass/parts/_view-list.scss */
.guest .buckets.view-list > li.thead .name-area {
  margin-left: 3px;
}
/* line 383, ../sass/parts/_view-list.scss */
.buckets.view-list > li.thead .name-area .thumb-title,
.buckets.view-list > li.thead .owner-name .thumb-title,
.buckets.view-list > li.thead .thumb-info .thumb-title,
.buckets.view-list > li.thead .time .thumb-title {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #101010 !important;
  font-weight: 600;
}
/* line 395, ../sass/parts/_view-list.scss */
.buckets.view-list > li.thead .owner-name {
  text-overflow: initial;
}
/* line 399, ../sass/parts/_view-list.scss */
.buckets.view-list > li.thead .list-thumb-meta {
  line-height: normal;
}
/* line 410, ../sass/parts/_view-list.scss */
.buckets.view-list .thumb-meta,
.buckets.view-list .thumb-footer {
  display: none;
}
/* line 413, ../sass/parts/_view-list.scss */
.buckets.view-list .icon-list-more {
  width: 42px;
  height: 32px;
  background-image: url('../images/header-more.png?1590749455');
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 413, ../sass/parts/_view-list.scss */
  .buckets.view-list .icon-list-more {
    background-image: url('../images/header-more@2x.png?1590749455');
    background-size: 23px 6px;
  }
}

/* line 449, ../sass/parts/_view-list.scss */
.favorite-page .view-list .thumbnail {
  left: 0px !important;
  margin-right: -8px !important;
}

/* line 453, ../sass/parts/_view-list.scss */
.favorite-page .thead .name-area {
  margin-left: 0px !important;
}

/* line 456, ../sass/parts/_view-list.scss */
.favorite-page .buckets.view-list > li .direct_child_flex {
  margin-left: 8px !important;
}

/* line 459, ../sass/parts/_view-list.scss */
.favorite-page .view-list .thumbnail-wrapper {
  width: 40px !important;
}

/* line 464, ../sass/parts/_view-list.scss */
.team-page .buckets.view-list > li .list-thumb-meta {
  min-width: 390px;
}

/* line 470, ../sass/parts/_view-list.scss */
.team-folder.buckets.view-list > li .list-thumb-meta {
  min-width: 390px;
}

@media all and (max-width: 768px) {
  /* line 478, ../sass/parts/_view-list.scss */
  .list-thumb-meta {
    display: none !important;
  }

  /* line 483, ../sass/parts/_view-list.scss */
  body:not(.search-page) .buckets.view-list .btn-cog-wheel {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    left: auto !important;
    right: 6px !important;
    top: 0 !important;
    position: absolute !important;
  }
  /* line 491, ../sass/parts/_view-list.scss */
  body:not(.search-page) .buckets.view-list .btn-cog-wheel .icn-cog-wheel {
    width: 20px;
    height: 20px;
  }

  /* line 498, ../sass/parts/_view-list.scss */
  .buckets.view-list > li .name-area .thumb-title {
    max-width: calc(100% - 30px);
  }

  /* line 503, ../sass/parts/_view-list.scss */
  .uploading .progress-wrapper {
    right: auto !important;
    left: 20px !important;
    width: calc(100% - 40px) !important;
    top: 0px !important;
    background-color: #f2f2f2 !important;
    height: 38px !important;
  }
  /* line 510, ../sass/parts/_view-list.scss */
  .uploading .progress-wrapper .progress {
    top: 16px;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  /* line 522, ../sass/parts/_view-list.scss */
  .buckets.view-list > li .thumbnail-wrapper .progress-wrapper {
    right: auto !important;
    left: 40px !important;
    width: 50px !important;
    top: 0px !important;
    height: 35px !important;
  }
}
/* line 533, ../sass/parts/_view-list.scss */
.search-page .buckets.view-list > li .thumbnail-wrapper .thumb-overlay {
  width: auto !important;
}
/* line 536, ../sass/parts/_view-list.scss */
.search-page .icn-cog-wheel {
  display: none;
}

/* line 337, ../sass/parts/_panel-ui.scss */
.preload {
  background-image: url('../images/panelui-bg-active.png?1590749455'), url('../images/panelui-bg-active@2x.png?1590749455'), url('../images/panelui-bg-collection-hover.png?1590749455'), url('../images/panelui-bg-collection-hover@2x.png?1590749455'), url('../images/panelui-bg-collection.png?1590749455'), url('../images/panelui-bg-collection@2x.png?1590749455'), url('../images/panelui-bg-folder-active.png?1590749455'), url('../images/panelui-bg-folder-active@2x.png?1590749455'), url('../images/panelui-bg-folder-hover.png?1590749455'), url('../images/panelui-bg-folder-hover@2x.png?1590749455'), url('../images/panelui-bg-folder.png?1590749455'), url('../images/panelui-bg-folder@2x.png?1590749455'), url('../images/panelui-bg-hover.png?1590749455'), url('../images/panelui-bg-hover@2x.png?1590749455'), url('../images/panelui-bg.png?1590749455'), url('../images/panelui-bg@2x.png?1590749455');
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
}

/* line 359, ../sass/parts/_panel-ui.scss */
.btmbluebg {
  background: url('../images/bg-blue/bg-blue.png?1590749454') center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 359, ../sass/parts/_panel-ui.scss */
  .btmbluebg {
    background-image: url('../images/bg-blue/bg-blue@2x.png?1590749454');
  }
}

/* line 367, ../sass/parts/_panel-ui.scss */
.noborder {
  background-image: none !important;
  border: none !important;
}

/* line 1, ../sass/parts/_shared.scss */
.share-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 6, ../sass/parts/_shared.scss */
.share-list .item {
  width: 414px;
}
/* line 7, ../sass/parts/_shared.scss */
.share-list .date {
  width: 180px;
}
/* line 8, ../sass/parts/_shared.scss */
.share-list .actions {
  width: 110px;
}
/* line 10, ../sass/parts/_shared.scss */
.share-list .expire,
.share-list .soon {
  margin-top: 5px;
}
/* line 12, ../sass/parts/_shared.scss */
.share-list .expire {
  color: #ea532a;
}
/* line 13, ../sass/parts/_shared.scss */
.share-list .soon {
  color: #009e0f;
}
/* line 15, ../sass/parts/_shared.scss */
.share-list .remove-share {
  cursor: pointer;
}
/* line 18, ../sass/parts/_shared.scss */
.share-list .remove-share:hover {
  text-decoration: underline;
}
/* line 22, ../sass/parts/_shared.scss */
.share-list .remove-share:active {
  color: #168EEA;
  text-decoration: underline;
}
/* line 28, ../sass/parts/_shared.scss */
.share-list.items .date, .share-list.items .actions {
  margin-top: 4px;
}
/* line 33, ../sass/parts/_shared.scss */
.share-list .date,
.share-list .actions {
  margin-left: 0px;
}
/* line 36, ../sass/parts/_shared.scss */
.share-list .date {
  margin-left: 40px;
}
/* line 38, ../sass/parts/_shared.scss */
.search-page .share-list .date {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 44, ../sass/parts/_shared.scss */
.share-list .icon-file-format {
  width: 30px;
  min-height: 30px;
  display: inline-block;
  overflow: hidden;
}
/* line 50, ../sass/parts/_shared.scss */
.share-list .share-meta {
  width: 370px;
  margin-top: 4px;
}
/* line 54, ../sass/parts/_shared.scss */
.share-list .item-meta {
  font-weight: 600;
  color: #101010;
}
/* line 57, ../sass/parts/_shared.scss */
.share-list .item-meta a {
  float: left;
  max-width: 264px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 62, ../sass/parts/_shared.scss */
.search-page .share-list .item-meta {
  font-weight: 400;
}
/* line 63, ../sass/parts/_shared.scss */
.share-list .item-meta .sn-detail {
  font-size: 12.5px;
  font-weight: 400;
  color: #56636d;
  margin-left: 10px;
}
/* line 70, ../sass/parts/_shared.scss */
.share-list .to-meta {
  margin-top: 10px;
  line-height: 22px;
}
/* line 74, ../sass/parts/_shared.scss */
.share-list .receiver-list {
  height: 66px;
  overflow: hidden;
}
/* line 77, ../sass/parts/_shared.scss */
.share-list .receiver-list.full {
  height: auto;
  overflow: auto;
}
/* line 82, ../sass/parts/_shared.scss */
.share-list .receiver {
  color: #101010;
}
/* line 83, ../sass/parts/_shared.scss */
.share-list .receiver.social {
  margin-top: 12px;
}
/* line 84, ../sass/parts/_shared.scss */
.share-list .msg-to-receiver {
  margin-top: 8px;
}
/* line 86, ../sass/parts/_shared.scss */
.share-list.items > li {
  margin-bottom: 38px;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.share-list.items > li:before, .share-list.items > li:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.share-list.items > li:after {
  clear: both;
}
/* line 91, ../sass/parts/_shared.scss */
.search-page .share-list.items > li {
  margin-bottom: 30px;
  padding: 4px 10px;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.search-page .share-list.items > li:before, .search-page .share-list.items > li:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.search-page .share-list.items > li:after {
  clear: both;
}
/* line 95, ../sass/parts/_shared.scss */
.search-page .share-list.items > li:hover, .search-page .share-list.items > li.hover {
  background-color: #e8e8e8;
}
/* line 101, ../sass/parts/_shared.scss */
.share-list .view-share {
  margin-left: 20px;
}

/* line 104, ../sass/parts/_shared.scss */
.share-headings {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 26px;
}
/* line 108, ../sass/parts/_shared.scss */
.search-page .share-headings {
  margin-bottom: 22px;
}

/* line 1, ../sass/parts/_activity.scss */
.activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 6, ../sass/parts/_activity.scss */
.activity-list li {
  line-height: 15px;
  padding: 15px 0px;
  display: flex;
  transition: all .3s ease;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.activity-list li:before, .activity-list li:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.activity-list li:after {
  clear: both;
}
/* line 12, ../sass/parts/_activity.scss */
.activity-list li:hover {
  cursor: pointer;
  background-color: #f7fbff;
}
/* line 16, ../sass/parts/_activity.scss */
.activity-list li .item {
  flex: 2 0 1px;
  padding-right: 15px !important;
  display: flex;
  text-align: left;
}

/* line 25, ../sass/parts/_activity.scss */
.with_brder li {
  border-bottom: 1px solid rgba(216, 223, 227, 0.75);
}

/* line 42, ../sass/parts/_activity.scss */
.activity-type {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 15px;
  margin-left: 10px;
  display: inline-block;
}

/* line 51, ../sass/parts/_activity.scss */
.activity-meta {
  line-height: 1.6;
}
/* line 54, ../sass/parts/_activity.scss */
.activity-meta a {
  font-weight: 600;
}
/* line 55, ../sass/parts/_activity.scss */
.activity-meta .item-meta {
  margin-top: 3px;
}

/* line 59, ../sass/parts/_activity.scss */
.activity-time {
  width: 115px;
  text-align: left;
  margin-top: 5px;
}

/* line 66, ../sass/parts/_activity.scss */
.js-activity .c-avatar--xs {
  width: 28px;
  min-width: 28px;
  height: 28px;
  font-size: 12px;
  line-height: 28px !important;
}

/* line 76, ../sass/parts/_activity.scss */
.activity-page aside {
  top: 0;
  height: 100% !important;
}

/* line 2, ../sass/parts/_analytics.scss */
.main-graph {
  position: relative;
  height: 220px;
  margin-top: -34px;
  margin-bottom: 80px;
}

/* line 10, ../sass/parts/_analytics.scss */
.graph-stats {
  padding: 0;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  list-style: none;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
/* line 19, ../sass/parts/_analytics.scss */
.graph-stats > li {
  position: relative;
  width: 132px;
  height: 74px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 26, ../sass/parts/_analytics.scss */
.graph-stats > li + li {
  margin-left: 17px;
}
/* line 28, ../sass/parts/_analytics.scss */
.graph-stats > li .nums,
.graph-stats > li .dets {
  text-align: center;
  display: block;
}
/* line 33, ../sass/parts/_analytics.scss */
.graph-stats > li .nums {
  padding-top: 7px;
  font-size: 22px;
  color: #101010;
}
/* line 38, ../sass/parts/_analytics.scss */
.graph-stats > li .nums:after {
  position: absolute;
  height: 28px;
  width: 1px;
  top: 24px;
  right: -22px;
  background-color: #72bf39;
  content: "";
}
/* line 49, ../sass/parts/_analytics.scss */
.graph-stats > li.views .nums:after {
  background-color: #efb41b;
}
/* line 50, ../sass/parts/_analytics.scss */
.graph-stats > li.downloads .nums:after {
  background-color: #0fc2e8;
}
/* line 51, ../sass/parts/_analytics.scss */
.graph-stats > li.storage .nums:after {
  display: none;
}
/* line 52, ../sass/parts/_analytics.scss */
.graph-stats > li .dets {
  padding-top: 11px;
  font-size: 13px;
  color: #333c4e;
}

/* line 60, ../sass/parts/_analytics.scss */
.graph-wrapper {
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 70, ../sass/parts/_analytics.scss */
.rdp {
  position: relative;
  padding: 4px 12px;
  border: 1px solid #c6cfd4;
  border-radius: 3px;
  cursor: pointer;
  z-index: 11;
}

/* line 79, ../sass/parts/_analytics.scss */
.calendar-wrapper {
  position: absolute;
  top: 44px;
  right: 0;
  display: none;
  z-index: 1;
  width: 100%;
  max-width: 493px;
}
/* line 87, ../sass/parts/_analytics.scss */
.calendar-wrapper .arrow {
  position: absolute;
  top: -7px;
  right: 9px;
}
/* line 92, ../sass/parts/_analytics.scss */
.calendar-wrapper #analytics_date_range {
  overflow-x: auto;
}
@media all and (max-width: 650px) {
  /* line 79, ../sass/parts/_analytics.scss */
  .calendar-wrapper {
    top: 80px;
  }
}

/* line 102, ../sass/parts/_analytics.scss */
.source-lists .list {
  width: calc(50% - 15px);
  height: 384px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  color: #101010;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 116, ../sass/parts/_analytics.scss */
.source-lists .list .list-header {
  color: #333c4e;
  background-color: #fdfdfd;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 8px 10px;
  justify-content: space-between;
}
/* line 156, ../sass/parts/_analytics.scss */
.source-lists .list .list-container {
  padding: 0;
  margin: 0;
}
/* line 159, ../sass/parts/_analytics.scss */
.source-lists .list .list-container li {
  color: #333c4e;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 8px 10px;
  justify-content: space-between;
}
/* line 165, ../sass/parts/_analytics.scss */
.source-lists .list .list-container li a {
  color: #168EEA;
  width: auto;
  max-width: calc(100% - 22px);
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 173, ../sass/parts/_analytics.scss */
.source-lists .list .list-container li a .icn-views-analytics {
  float: none;
}
/* line 177, ../sass/parts/_analytics.scss */
.source-lists .list .list-container li .temp_ajax {
  width: 32px;
}
/* line 186, ../sass/parts/_analytics.scss */
.source-lists .list .act_count {
  flex-grow: 1;
}
/* line 189, ../sass/parts/_analytics.scss */
.source-lists .list .act_count {
  width: 15px;
}
/* line 192, ../sass/parts/_analytics.scss */
.source-lists .list .act_views {
  width: 45px;
  text-align: center;
}
/* line 196, ../sass/parts/_analytics.scss */
.source-lists .list .act_topFiles {
  flex-grow: 2;
  text-align: left;
  width: calc(100% - 100px);
  display: flex;
}
/* line 202, ../sass/parts/_analytics.scss */
.source-lists .list .act_ref, .source-lists .list .act_time {
  flex-grow: 2;
  text-align: left;
  width: calc(50% - 50px);
}
/* line 209, ../sass/parts/_analytics.scss */
.source-lists .list.top-files .list-header .col-2 {
  width: 308px;
}
/* line 210, ../sass/parts/_analytics.scss */
.source-lists .list.top-files.full-block .list-header .col-2 {
  width: 706px;
}
/* line 211, ../sass/parts/_analytics.scss */
.source-lists .list.top-files .col-2 {
  width: 278px;
}
/* line 214, ../sass/parts/_analytics.scss */
.source-lists .list.nano > .nano-content {
  top: 34px;
}
/* line 215, ../sass/parts/_analytics.scss */
.source-lists .list.nano > .nano-pane {
  margin-top: 40px;
  right: 6px;
  bottom: 6px;
  width: 4px;
  background-color: #eceff1;
}
/* line 221, ../sass/parts/_analytics.scss */
.source-lists .list.nano > .nano-pane > .nano-slider {
  margin: 0;
  background-color: #c1cbd2;
}
/* line 227, ../sass/parts/_analytics.scss */
.source-lists .list.full-block {
  width: 100%;
}
/* line 230, ../sass/parts/_analytics.scss */
.source-lists .list.full-block .col-2 {
  width: 526px;
}
/* line 231, ../sass/parts/_analytics.scss */
.source-lists .list.full-block.top-files .col-2 {
  width: 676px;
}
/* line 232, ../sass/parts/_analytics.scss */
.source-lists .list.full-block .list-header .col-2 {
  width: 556px;
}

/* line 240, ../sass/parts/_analytics.scss */
.info-lists .list {
  position: relative;
  width: calc(50% - 15px);
  height: 384px;
  margin-bottom: 28px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #101010;
}
/* line 249, ../sass/parts/_analytics.scss */
.info-lists .list .sp {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 34px;
  height: 34px;
  border: 1px solid #e0e0e0;
}
/* line 256, ../sass/parts/_analytics.scss */
.info-lists .list .sp.active {
  background-color: #717d82;
  border-color: #8f989c;
}
/* line 260, ../sass/parts/_analytics.scss */
.info-lists .list .sp:last-child {
  right: 32px;
}
/* line 270, ../sass/parts/_analytics.scss */
.info-lists .list .list-header {
  padding: 8px 18px;
  height: 33px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #333c4e;
}
/* line 277, ../sass/parts/_analytics.scss */
.info-lists .list .list-header .p {
  font-size: 13px;
  color: #9da7ab;
}
/* line 282, ../sass/parts/_analytics.scss */
.info-lists .list .list-header .s {
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
}
/* line 290, ../sass/parts/_analytics.scss */
.info-lists .list .list-content .r {
  padding: 8px 18px;
  height: 33px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #333c4e;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.info-lists .list .list-content .r:before, .info-lists .list .list-content .r:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.info-lists .list .list-content .r:after {
  clear: both;
}
/* line 298, ../sass/parts/_analytics.scss */
.info-lists .list .list-content .r .pb {
  height: 4px;
  margin-right: 10px;
  margin-top: 6px;
  background-color: #fd8230;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 308, ../sass/parts/_analytics.scss */
.info-lists .list.nano > .nano-content {
  top: 34px;
}
/* line 309, ../sass/parts/_analytics.scss */
.info-lists .list.nano > .nano-pane {
  margin-top: 40px;
  right: 6px;
  bottom: 6px;
  width: 4px;
  background-color: #eceff1;
}
/* line 315, ../sass/parts/_analytics.scss */
.info-lists .list.nano > .nano-pane > .nano-slider {
  margin: 0;
  background-color: #c1cbd2;
}

/* line 325, ../sass/parts/_analytics.scss */
.country-graph {
  position: relative;
  margin-top: 28px;
  margin-bottom: 28px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 331, ../sass/parts/_analytics.scss */
.country-graph svg {
  margin: 0 auto;
  display: inherit;
}

/* line 338, ../sass/parts/_analytics.scss */
.analytics-header {
  padding: 8px 10px;
  text-align: left;
  font-size: 14px;
  color: #333c4e;
  background-color: #fdfdfd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 348, ../sass/parts/_analytics.scss */
.range-footer {
  padding: 10px;
  background-color: #f8f8f9;
  border: 1px solid #cdd6da;
  border-top-color: #ececed;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 354, ../sass/parts/_analytics.scss */
.range-footer .btn-link {
  margin-right: 20px;
  line-height: 2.5;
  font-weight: 400;
  color: #168EEA;
}

/* line 363, ../sass/parts/_analytics.scss */
.legends {
  margin-top: 18px;
}
/* line 365, ../sass/parts/_analytics.scss */
.legends .legend {
  position: relative;
  float: left;
  margin-right: 28px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  color: #101010;
}
/* line 373, ../sass/parts/_analytics.scss */
.legends .legend > span {
  float: left;
  height: 18px;
  width: 18px;
  margin-right: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 380, ../sass/parts/_analytics.scss */
.legends .legend.views span {
  background-color: #E8873B;
}
/* line 381, ../sass/parts/_analytics.scss */
.legends .legend.downloads span {
  background-color: #168eea;
}
/* line 382, ../sass/parts/_analytics.scss */
.legends .legend.ctac span {
  background-color: #777BFF;
}
/* line 383, ../sass/parts/_analytics.scss */
.legends .legend.completion_rate span {
  background-color: #CE4645;
}

/* line 389, ../sass/parts/_analytics.scss */
.analytics-page.free-user .content.ap-fu {
  min-height: 560px;
  min-height: 80vh;
  background: url("/res/images/schedule-share-for-free-users.png") left 186px no-repeat;
}

/* line 398, ../sass/parts/_analytics.scss */
.analytics-page .empty-msg,
.modal-analytics .empty-msg {
  position: absolute;
  top: 47%;
  width: 100%;
  text-align: center;
}
/* line 404, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview,
.modal-analytics ul.graph-stats-overview {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
/* line 411, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list,
.modal-analytics ul.graph-stats-overview .list {
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
/* line 416, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list:first-child,
.modal-analytics ul.graph-stats-overview .list:first-child {
  padding-left: 0;
}
/* line 417, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list:last-child,
.modal-analytics ul.graph-stats-overview .list:last-child {
  border: 0;
}
/* line 418, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list span,
.modal-analytics ul.graph-stats-overview .list span {
  text-align: center;
  display: block;
}
/* line 421, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list span.nums,
.modal-analytics ul.graph-stats-overview .list span.nums {
  font-size: 30px;
  color: #101010;
}
/* line 424, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list span.nums .sptxt,
.modal-analytics ul.graph-stats-overview .list span.nums .sptxt {
  position: relative;
  display: inline-block;
}
/* line 427, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list span.nums .sptxt:before,
.modal-analytics ul.graph-stats-overview .list span.nums .sptxt:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #eeb333;
  border-radius: 50%;
  top: 0;
  right: -10px;
  content: '';
}
/* line 437, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list span.nums .sptxt.downloads:before,
.modal-analytics ul.graph-stats-overview .list span.nums .sptxt.downloads:before {
  background-color: #26c2e6;
}
/* line 440, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list span.dets,
.modal-analytics ul.graph-stats-overview .list span.dets {
  color: #717d82;
  text-transform: uppercase;
}
/* line 445, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list:before,
.modal-analytics ul.graph-stats-overview .list:before {
  position: absolute;
  top: 10px;
  right: -2px;
  bottom: 10px;
  width: 2px;
  background-color: #ebeff1;
  content: '';
}
/* line 454, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list:last-child,
.modal-analytics ul.graph-stats-overview .list:last-child {
  padding-right: 0;
}
/* line 456, ../sass/parts/_analytics.scss */
.analytics-page ul.graph-stats-overview .list:last-child:before,
.modal-analytics ul.graph-stats-overview .list:last-child:before {
  background-color: transparent;
}
/* line 462, ../sass/parts/_analytics.scss */
.analytics-page .loadmore,
.modal-analytics .loadmore {
  text-align: center;
}
/* line 463, ../sass/parts/_analytics.scss */
.analytics-page .loadmore img,
.modal-analytics .loadmore img {
  margin: 20px;
}

/* line 473, ../sass/parts/_analytics.scss */
.views-col {
  display: none;
}

/* line 477, ../sass/parts/_analytics.scss */
.axis path,
.axis line {
  fill: none;
  stroke: #EAEAEA;
  shape-rendering: crispEdges;
}

/* line 483, ../sass/parts/_analytics.scss */
.line {
  fill: none;
  stroke-width: 3px;
}

/* line 488, ../sass/parts/_analytics.scss */
.hidden {
  display: none;
}

/* line 492, ../sass/parts/_analytics.scss */
.graph-tooltip.tooltip {
  position: absolute;
  padding: 9px 11px !important;
  font-size: 12.5px;
  line-height: 18px;
  color: #fff;
  background: #161616;
  border-radius: 2px;
  opacity: 1;
  margin-top: -20px !important;
}

/* line 504, ../sass/parts/_analytics.scss */
.worldmap-tooltip.tooltip {
  position: absolute;
  padding: 9px 11px !important;
  font-size: 10px;
  line-height: 18px;
  color: #101010;
  background: #fff;
  border: 1px solid rgba(193, 202, 208, 0.5);
  border-radius: 2px;
  opacity: 1;
}

/* line 516, ../sass/parts/_analytics.scss */
.graph-tooltip.tooltip .tooltip-inner {
  padding: 0;
}

/* line 518, ../sass/parts/_analytics.scss */
.graph-tooltip.tooltip.top .tooltip-arrow {
  bottom: -4px;
}

/* line 520, ../sass/parts/_analytics.scss */
.graph-tooltip.tooltip.bottom .tooltip-arrow {
  top: -4px;
}

/* line 522, ../sass/parts/_analytics.scss */
.graph-tooltip.tooltip.left .tooltip-arrow {
  right: -4px;
}

/* line 524, ../sass/parts/_analytics.scss */
.graph-tooltip.tooltip.right .tooltip-arrow {
  left: -4px;
}

/* line 526, ../sass/parts/_analytics.scss */
.worldmap-tooltip.tooltip.top .tooltip-arrow {
  bottom: -4px;
  border-top-color: #fff;
}

/* line 531, ../sass/parts/_analytics.scss */
.worldmap-tooltip.tooltip.bottom .tooltip-arrow {
  top: -4px;
  border-top-color: #fff;
}

/* line 536, ../sass/parts/_analytics.scss */
#graph_tooltip {
  min-width: 120px;
}

/* line 540, ../sass/parts/_analytics.scss */
.points circle {
  stroke: #FFF;
  stroke-width: 2px;
}

/* line 545, ../sass/parts/_analytics.scss */
.points.straight circle {
  opacity: 0;
}

/* line 546, ../sass/parts/_analytics.scss */
.points.straight circle.active {
  opacity: 1;
}

/* line 548, ../sass/parts/_analytics.scss */
.points circle.active {
  stroke: #FFF;
  stroke-width: 2px;
}

/* line 553, ../sass/parts/_analytics.scss */
.tick {
  font-size: 12px;
  fill: #818A90;
  opacity: 1;
}

/* line 559, ../sass/parts/_analytics.scss */
.y.axis .tick:first-child text {
  display: none;
}

/* line 563, ../sass/parts/_analytics.scss */
.y.axis .tick:first-child line {
  stroke: #C6C6C6;
}

/* line 567, ../sass/parts/_analytics.scss */
.y.axis .domain {
  display: none;
}

/* line 570, ../sass/parts/_analytics.scss */
.analytics-to-upgrade {
  position: relative;
}
/* line 572, ../sass/parts/_analytics.scss */
.analytics-to-upgrade .getUpgrade {
  position: absolute;
  top: 38%;
  z-index: 1000;
  text-align: center;
  left: 0;
  right: 0;
}
/* line 579, ../sass/parts/_analytics.scss */
.analytics-to-upgrade .getUpgrade p {
  margin-bottom: 18px;
}
/* line 583, ../sass/parts/_analytics.scss */
.analytics-to-upgrade .dim {
  opacity: .1;
}
/* line 586, ../sass/parts/_analytics.scss */
.analytics-to-upgrade .nano-pane {
  display: none;
}

/* line 592, ../sass/parts/_analytics.scss */
.analytics_insights_show ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  margin-bottom: 28px;
  margin-top: 40px;
}
/* line 600, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li {
  padding: 15px;
  flex: 1 1 0;
  border-radius: 4px;
  padding-bottom: 10px;
  position: relative;
}
/* line 606, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li:before {
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 10px;
  top: 15px;
  right: 15px;
  position: absolute;
}
/* line 615, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li p {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
/* line 620, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li h3 {
  font-size: 29px;
  font-weight: 600;
  margin: 0;
}
/* line 625, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li.views-i {
  background-color: #FEEDCF;
}
/* line 627, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li.views-i:before {
  background-color: #E8873B;
}
/* line 631, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li.fileaccessed-i {
  background-color: #eaf9c0;
}
/* line 633, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li.fileaccessed-i:before {
  background-color: #81b963;
  content: none !important;
}
/* line 638, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li.completion-i {
  background-color: #F9DFD9;
}
/* line 640, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li.completion-i:before {
  background-color: #CE4645;
  content: none !important;
}
/* line 645, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li.conversion-i {
  background-color: #DDDEFF;
}
/* line 647, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li.conversion-i:before {
  background-color: #777BFF;
}
/* line 651, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li.downloads-i {
  background-color: #C1E5FF;
}
/* line 653, ../sass/parts/_analytics.scss */
.analytics_insights_show ul li.downloads-i:before {
  background-color: #168eea;
}

/* line 663, ../sass/parts/_analytics.scss */
.analytics_activity_container .activity_container {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  margin-bottom: 28px;
  overflow: hidden;
}
/* line 668, ../sass/parts/_analytics.scss */
.analytics_activity_container .activity_container .activity_wrapper {
  margin: 0;
  width: 100%;
  border: none;
  box-shadow: none;
  height: auto;
  padding: 7px 15px;
  display: block;
  max-height: 270px;
  overflow: auto;
}
/* line 680, ../sass/parts/_analytics.scss */
.analytics_activity_container .activity_container .activity_wrapper .info_activity_panel h3 .fileName {
  display: inline;
  margin: 0;
  font-size: inherit;
}

@media all and (max-width: 650px) {
  /* line 692, ../sass/parts/_analytics.scss */
  .source-lists .list, .info-lists .list {
    width: 100%;
    margin-bottom: 15px;
  }

  /* line 696, ../sass/parts/_analytics.scss */
  #date_selector {
    clear: both !important;
    margin-top: 15px !important;
  }

  /* line 701, ../sass/parts/_analytics.scss */
  .analytics-page ul.graph-stats-overview .list, .modal-analytics ul.graph-stats-overview .list {
    padding: 0 12px !important;
  }

  /* line 704, ../sass/parts/_analytics.scss */
  .analytics-page ul.graph-stats-overview .list span.dets, .modal-analytics ul.graph-stats-overview .list span.dets {
    font-size: 13px !important;
  }

  /* line 708, ../sass/parts/_analytics.scss */
  .main-graph .legends {
    float: none !important;
    clear: both !important;
    overflow: hidden;
  }
}
/* line 3, ../sass/parts/_settings.scss */
.settings-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 8, ../sass/parts/_settings.scss */
.settings-wrapper h3 {
  margin: 0;
  margin-bottom: 20px;
}
/* line 12, ../sass/parts/_settings.scss */
.settings-wrapper p {
  line-height: 1.6;
  color: #5f636b;
}
/* line 16, ../sass/parts/_settings.scss */
.settings-wrapper .btn-blue {
  margin-top: 20px;
}
/* line 17, ../sass/parts/_settings.scss */
.settings-wrapper .setting-item {
  border-bottom: 1px solid rgba(216, 223, 227, 0.75);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.settings-wrapper .setting-item:before, .settings-wrapper .setting-item:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.settings-wrapper .setting-item:after {
  clear: both;
}
/* line 22, ../sass/parts/_settings.scss */
.settings-wrapper .setting-item .show-on-demand a {
  margin-top: 28px;
  margin-left: 10px;
}
/* line 26, ../sass/parts/_settings.scss */
.settings-wrapper .setting-item:last-child {
  border: 0;
}
/* line 28, ../sass/parts/_settings.scss */
.settings-wrapper .list {
  float: left;
  padding: 0 40px;
  border-right: 2px solid #ebeff1;
}
/* line 32, ../sass/parts/_settings.scss */
.settings-wrapper .list:first-child {
  padding-left: 0;
  padding-right: 40px;
  width: 102px;
}
/* line 37, ../sass/parts/_settings.scss */
.settings-wrapper .list:last-child {
  border: 0;
  padding-right: 0;
}
/* line 38, ../sass/parts/_settings.scss */
.settings-wrapper .list span {
  text-align: center;
  display: block;
}
/* line 41, ../sass/parts/_settings.scss */
.settings-wrapper .list span.nums {
  font-size: 30px;
  color: #101010;
}
/* line 45, ../sass/parts/_settings.scss */
.settings-wrapper .list span.dets {
  color: #717d82;
}
/* line 50, ../sass/parts/_settings.scss */
.settings-wrapper .setting-profile {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
/* line 54, ../sass/parts/_settings.scss */
.settings-wrapper .setting-profile span {
  display: block;
}
/* line 55, ../sass/parts/_settings.scss */
.settings-wrapper .setting-profile .btn {
  margin-bottom: 10px;
}
/* line 57, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo {
  width: 334px;
  margin-bottom: 20px;
}
/* line 60, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo span {
  display: block;
}
/* line 61, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo .btn {
  margin-bottom: 10px;
}
/* line 64, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo {
  margin-top: 20px;
}
/* line 65, ../sass/parts/_settings.scss */
.settings-wrapper .avatar-wrapper,
.settings-wrapper .custom-logo-wrapper {
  width: 100px;
  padding: 3px;
  height: 100px;
  position: relative;
  background-color: #fff;
  border: 1px solid #b1bbc1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 73, ../sass/parts/_settings.scss */
.settings-wrapper .avatar-wrapper.loading,
.settings-wrapper .custom-logo-wrapper.loading {
  background: url("/res/images/custom-logo-upload.GIF") center center no-repeat;
}
/* line 75, ../sass/parts/_settings.scss */
.settings-wrapper .avatar-wrapper.loading img,
.settings-wrapper .custom-logo-wrapper.loading img {
  display: none;
}
/* line 79, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo.js-custom-logo-white-viewer .loading {
  background: url("/res/images/custom-logo-upload-white.GIF") center center no-repeat;
}
/* line 81, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo.js-custom-logo-white-viewer .loading img {
  display: none;
}
/* line 83, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo-wrapper {
  width: 155px;
  height: 65px;
}
/* line 87, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo-wrapper img {
  max-width: 130px;
  max-height: 50px;
}
/* line 92, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo-wrapper.folder-page {
  width: 192px;
  height: 78px;
}
/* line 96, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo-wrapper.folder-page img {
  max-width: 160px;
  max-height: 76px;
}
/* line 103, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo-wrapper.favicon {
  width: 48px;
  height: 48px;
}
/* line 107, ../sass/parts/_settings.scss */
.settings-wrapper .custom-logo-wrapper.favicon img {
  max-width: 42px !important;
  max-height: 42px !important;
}
/* line 114, ../sass/parts/_settings.scss */
.settings-wrapper label {
  display: block;
  font-size: 14.5px;
}
/* line 118, ../sass/parts/_settings.scss */
.settings-wrapper label.label-split {
  display: inline-block;
}
/* line 133, ../sass/parts/_settings.scss */
.settings-wrapper .form-group {
  margin: 0 !important;
}
/* line 134, ../sass/parts/_settings.scss */
.settings-wrapper .notes {
  width: 300px;
  margin-left: 20px;
  font-size: 14px;
  color: #717d82;
}
/* line 139, ../sass/parts/_settings.scss */
.settings-wrapper .notes.edit {
  margin-left: 60px;
}
/* line 141, ../sass/parts/_settings.scss */
.settings-wrapper .change-pass-link {
  color: #168EEA;
}
/* line 143, ../sass/parts/_settings.scss */
.settings-wrapper .profile-update a {
  margin-left: 10px;
}
/* line 144, ../sass/parts/_settings.scss */
.settings-wrapper .profile-update .form-group:last-child {
  margin-bottom: 0;
}
/* line 146, ../sass/parts/_settings.scss */
.settings-wrapper .invite-friends {
  margin-top: 30px;
}
/* line 147, ../sass/parts/_settings.scss */
.settings-wrapper .btn-update-cl {
  margin-top: 0;
}
/* line 155, ../sass/parts/_settings.scss */
.settings-wrapper .main-domain {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 2.5;
}
/* line 160, ../sass/parts/_settings.scss */
.settings-wrapper .dm-links {
  margin-top: 8px;
  margin-right: 20px;
  color: #168EEA;
}
/* line 169, ../sass/parts/_settings.scss */
.settings-wrapper .setup-inbox .btn-blue,
.settings-wrapper .edit-inbox .btn-blue {
  margin-top: 0;
  margin-right: 8px;
}
/* line 173, ../sass/parts/_settings.scss */
.settings-wrapper .setup-inbox .inbox-info,
.settings-wrapper .edit-inbox .inbox-info {
  margin: 20px 0;
}
/* line 176, ../sass/parts/_settings.scss */
.settings-wrapper .setup-inbox .inbox-info,
.settings-wrapper .setup-inbox .edit-inbox-actions {
  display: none;
}
/* line 180, ../sass/parts/_settings.scss */
.settings-wrapper .edit-inbox .setup-inbox-actions {
  display: none;
}
/* line 181, ../sass/parts/_settings.scss */
.settings-wrapper .edit-inbox .inbox-info {
  display: block;
}

/* line 187, ../sass/parts/_settings.scss */
.notifications-list .custom-controls,
.url-shortener .custom-controls, .comments .custom-controls, .sharing .custom-controls {
  padding: 6px 26px;
  display: inline-block;
}
/* line 190, ../sass/parts/_settings.scss */
.notifications-list .custom-controls .custom-control-indicator,
.url-shortener .custom-controls .custom-control-indicator, .comments .custom-controls .custom-control-indicator, .sharing .custom-controls .custom-control-indicator {
  margin-top: 5px;
}

/* line 202, ../sass/parts/_settings.scss */
.time-zone .icon {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-right: 6px;
  float: left;
  display: inline-block;
}
/* line 210, ../sass/parts/_settings.scss */
.time-zone h5 {
  margin-bottom: 16px;
}
/* line 211, ../sass/parts/_settings.scss */
.time-zone p {
  margin-top: 10px;
}
/* line 212, ../sass/parts/_settings.scss */
.time-zone .form-group {
  margin-bottom: 0;
}

/* line 216, ../sass/parts/_settings.scss */
.custom-branding h4 {
  margin-top: 40px;
}
/* line 217, ../sass/parts/_settings.scss */
.custom-branding h4, .custom-branding h5 {
  margin-bottom: 16px;
}

/* line 222, ../sass/parts/_settings.scss */
.billing .available,
.billing .not-available,
.plan-table .available,
.plan-table .not-available {
  margin-left: 12px;
}
/* line 224, ../sass/parts/_settings.scss */
.billing .available,
.plan-table .available {
  color: #168EEA;
}
/* line 225, ../sass/parts/_settings.scss */
.billing .not-available,
.plan-table .not-available {
  color: #ea532a;
}
/* line 226, ../sass/parts/_settings.scss */
.billing table,
.plan-table table {
  width: 100%;
}
/* line 228, ../sass/parts/_settings.scss */
.billing table .btn-blue,
.plan-table table .btn-blue {
  margin-top: 0;
}
/* line 229, ../sass/parts/_settings.scss */
.billing table tr,
.plan-table table tr {
  text-align: left;
}
/* line 230, ../sass/parts/_settings.scss */
.billing table th,
.plan-table table th {
  padding: 10px;
  color: #101010;
  font-size: 14px;
  font-weight: 500;
}
/* line 237, ../sass/parts/_settings.scss */
.billing table tbody tr,
.plan-table table tbody tr {
  text-align: left;
  line-height: 3.4;
}
/* line 240, ../sass/parts/_settings.scss */
.billing table tbody tr .btn,
.plan-table table tbody tr .btn {
  margin-left: 10px;
}
/* line 241, ../sass/parts/_settings.scss */
.billing table tbody tr td,
.plan-table table tbody tr td {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 244, ../sass/parts/_settings.scss */
.billing table tbody tr td:last-child,
.plan-table table tbody tr td:last-child {
  width: 270px;
}
/* line 246, ../sass/parts/_settings.scss */
.billing table tbody tr:nth-child(odd),
.plan-table table tbody tr:nth-child(odd) {
  background-color: #ebeff1;
}
/* line 247, ../sass/parts/_settings.scss */
.billing table tbody tr:nth-child(even),
.plan-table table tbody tr:nth-child(even) {
  background-color: #fff;
}
/* line 251, ../sass/parts/_settings.scss */
.billing h4,
.plan-table h4 {
  margin-top: 40px;
  font-size: 18px;
}
/* line 255, ../sass/parts/_settings.scss */
.billing p,
.plan-table p {
  color: #333c4e;
}
/* line 258, ../sass/parts/_settings.scss */
.billing .cancel_plan_billing,
.plan-table .cancel_plan_billing {
  padding: 10px 25px;
  margin-top: 20px;
  display: inline-block;
}
/* line 265, ../sass/parts/_settings.scss */
.billing .billing-details .upgrade-form-wrapper,
.plan-table .billing-details .upgrade-form-wrapper {
  margin: 0;
}
/* line 267, ../sass/parts/_settings.scss */
.billing .billing-details .upgrade-form-wrapper .header,
.plan-table .billing-details .upgrade-form-wrapper .header {
  height: auto;
  padding-left: 0;
  padding-top: 0;
}
/* line 270, ../sass/parts/_settings.scss */
.billing .billing-details .upgrade-form-wrapper .credit_info,
.plan-table .billing-details .upgrade-form-wrapper .credit_info {
  padding-top: 30px;
}
/* line 274, ../sass/parts/_settings.scss */
.billing .billing-details .small-details,
.plan-table .billing-details .small-details {
  padding-top: 5px;
  clear: both;
  display: block;
}
/* line 279, ../sass/parts/_settings.scss */
.billing .billing-details label,
.plan-table .billing-details label {
  color: #333c4e !important;
}
/* line 283, ../sass/parts/_settings.scss */
.billing .blockSection,
.plan-table .blockSection {
  display: block;
  clear: both;
  overflow: hidden;
}

/* line 291, ../sass/parts/_settings.scss */
.members .available,
.members .not-available {
  margin-left: 12px;
}
/* line 293, ../sass/parts/_settings.scss */
.members .available {
  color: #168EEA;
}
/* line 294, ../sass/parts/_settings.scss */
.members .not-available {
  color: #ea532a;
}
/* line 295, ../sass/parts/_settings.scss */
.members table {
  width: 100%;
}
/* line 297, ../sass/parts/_settings.scss */
.members table .btn-blue {
  margin-top: 0;
}
/* line 298, ../sass/parts/_settings.scss */
.members table tr {
  text-align: left;
}
/* line 299, ../sass/parts/_settings.scss */
.members table th {
  padding: 10px;
  color: #101010;
  font-size: 14px;
  font-weight: 600;
}
/* line 308, ../sass/parts/_settings.scss */
.members table tbody tr {
  text-align: left;
  line-height: 3.4;
}
/* line 311, ../sass/parts/_settings.scss */
.members table tbody tr .btn {
  margin-left: 10px;
}
/* line 312, ../sass/parts/_settings.scss */
.members table tbody tr td {
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

/* line 325, ../sass/parts/_settings.scss */
.remove-url {
  margin-top: 10px !important;
}

/* line 326, ../sass/parts/_settings.scss */
.note-wrapper {
  margin-top: 10px;
}

/* line 327, ../sass/parts/_settings.scss */
.theme-demo {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

/* line 334, ../sass/parts/_settings.scss */
.viewer-theme .theme-shot-wrapper,
.viewer-theme .video-options-wrapper,
.viewer-theme .view-shot-wrapper,
.files-view .theme-shot-wrapper,
.files-view .video-options-wrapper,
.files-view .view-shot-wrapper {
  float: left;
  border: 1px solid #c1cbd2;
  border-radius: 5px;
}
/* line 340, ../sass/parts/_settings.scss */
.viewer-theme .theme-shot-wrapper + .theme-shot-wrapper, .viewer-theme .theme-shot-wrapper + .video-options-wrapper, .viewer-theme .theme-shot-wrapper + .view-shot-wrapper,
.viewer-theme .video-options-wrapper + .theme-shot-wrapper,
.viewer-theme .video-options-wrapper + .video-options-wrapper,
.viewer-theme .video-options-wrapper + .view-shot-wrapper,
.viewer-theme .view-shot-wrapper + .theme-shot-wrapper,
.viewer-theme .view-shot-wrapper + .video-options-wrapper,
.viewer-theme .view-shot-wrapper + .view-shot-wrapper,
.files-view .theme-shot-wrapper + .theme-shot-wrapper,
.files-view .theme-shot-wrapper + .video-options-wrapper,
.files-view .theme-shot-wrapper + .view-shot-wrapper,
.files-view .video-options-wrapper + .theme-shot-wrapper,
.files-view .video-options-wrapper + .video-options-wrapper,
.files-view .video-options-wrapper + .view-shot-wrapper,
.files-view .view-shot-wrapper + .theme-shot-wrapper,
.files-view .view-shot-wrapper + .video-options-wrapper,
.files-view .view-shot-wrapper + .view-shot-wrapper {
  margin-left: 40px;
}
/* line 343, ../sass/parts/_settings.scss */
.viewer-theme .theme-shot-wrapper.active,
.viewer-theme .video-options-wrapper.active,
.viewer-theme .view-shot-wrapper.active,
.files-view .theme-shot-wrapper.active,
.files-view .video-options-wrapper.active,
.files-view .view-shot-wrapper.active {
  border-color: #168EEA;
}
/* line 345, ../sass/parts/_settings.scss */
.viewer-theme .theme-header,
.files-view .theme-header {
  position: absolute;
  top: 0;
  height: 18px;
  width: 100%;
  border-bottom: 1px solid #4e4e4e;
}
/* line 352, ../sass/parts/_settings.scss */
.viewer-theme .option,
.files-view .option {
  position: relative;
  display: block;
}
/* line 354, ../sass/parts/_settings.scss */
.viewer-theme .option .custom-controls,
.files-view .option .custom-controls {
  padding: 15px;
  padding-bottom: 0;
}
/* line 358, ../sass/parts/_settings.scss */
.viewer-theme .option .label-wrapper,
.files-view .option .label-wrapper {
  position: relative;
  padding-left: 24px;
  height: 44px;
  line-height: 3.4;
}
/* line 366, ../sass/parts/_settings.scss */
.viewer-theme .option label,
.files-view .option label {
  display: inline-block;
  padding: 0;
}
/* line 370, ../sass/parts/_settings.scss */
.viewer-theme .option label img,
.files-view .option label img {
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
/* line 375, ../sass/parts/_settings.scss */
.viewer-theme .option .custom-control-indicator,
.files-view .option .custom-control-indicator {
  left: 0;
}

/* line 379, ../sass/parts/_settings.scss */
.upload-btn-wrapper {
  position: absolute;
  left: 130px;
  top: 60px;
}

/* line 387, ../sass/parts/_settings.scss */
.plan-table th, .plan-table td {
  width: 10%;
}
/* line 389, ../sass/parts/_settings.scss */
.plan-table th:first-child, .plan-table td:first-child {
  width: 80%;
}

/* line 393, ../sass/parts/_settings.scss */
.utp.label {
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px;
  float: left;
  padding: 4px 10px;
  font-size: 14px;
  background: #168EEA;
  color: #fff !important;
  text-decoration: none !important;
}

/* line 405, ../sass/parts/_settings.scss */
.pricely-pro {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 410, ../sass/parts/_settings.scss */
.pricely-pro > li {
  float: left;
  width: 180px;
}
/* line 411, ../sass/parts/_settings.scss */
.pricely-pro > li:first-child {
  width: 228px;
}
/* line 415, ../sass/parts/_settings.scss */
.pricely-pro > li:last-child .list-group {
  border-right: solid 1px #ddd;
}
/* line 418, ../sass/parts/_settings.scss */
.pricely-pro > li:last-child .btn {
  background-color: #8a5ce7;
  border-color: #6a30e0;
  color: #fff;
}
/* line 422, ../sass/parts/_settings.scss */
.pricely-pro > li:last-child .btn:active {
  background-color: #8157d6;
}
/* line 427, ../sass/parts/_settings.scss */
.pricely-pro > li:last-child .learnmorelnk a {
  color: #8a5ce7;
}
/* line 434, ../sass/parts/_settings.scss */
.pricely-pro > li:first-child {
  border-left-width: 1px;
}
/* line 437, ../sass/parts/_settings.scss */
.pricely-pro .panel-heading {
  margin: 0;
  padding: 30px 0px;
  min-height: 202px;
  font-size: 22px;
  text-align: center;
  color: #333;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 0;
}
/* line 451, ../sass/parts/_settings.scss */
.pricely-pro .panel-heading .pricely-label {
  display: block;
  margin: 0 auto 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 460, ../sass/parts/_settings.scss */
.pricely-pro .panel-heading .pricely-foreword {
  display: block;
  font-size: 14px;
  font-style: italic;
  padding: 0;
}
/* line 467, ../sass/parts/_settings.scss */
.pricely-pro .panel-heading .pricely-paragraph {
  font-size: 14px;
  line-height: 20px;
  margin: 20px;
  text-align: left;
}
/* line 474, ../sass/parts/_settings.scss */
.pricely-pro .panel-heading .pricely-figure {
  padding: 10px 0 10px;
  position: relative;
}
/* line 479, ../sass/parts/_settings.scss */
.pricely-pro .panel-heading .pricely-currency {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 30px;
}
/* line 487, ../sass/parts/_settings.scss */
.pricely-pro .panel-heading .pricely-amount {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
}
/* line 493, ../sass/parts/_settings.scss */
.pricely-pro .panel-heading .smalprice {
  display: block;
  font-size: 12px;
  line-height: 20px;
}
/* line 499, ../sass/parts/_settings.scss */
.pricely-pro .panel-heading.free-plan {
  color: #717171;
  background-color: #e6e6e6;
  border-color: #e4e4e4;
}
/* line 504, ../sass/parts/_settings.scss */
.pricely-pro .panel-heading.paid-plan {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 509, ../sass/parts/_settings.scss */
.pricely-pro .panel-heading.business-plan {
  color: #8a5ce7;
  background-color: #dacbf7;
  border-color: #cab5f4;
}
/* line 516, ../sass/parts/_settings.scss */
.pricely-pro .list-group {
  padding-left: 0;
  border-left: solid 1px #ddd;
}
/* line 519, ../sass/parts/_settings.scss */
.pricely-pro .list-group .list-group-item {
  position: relative;
  display: block;
  min-height: 46px;
  padding: 12.5px 5px;
  margin-bottom: -1px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  height: 48px;
}
/* line 532, ../sass/parts/_settings.scss */
.pricely-pro .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/* line 536, ../sass/parts/_settings.scss */
.pricely-pro .icn-checkbox {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
}
/* line 547, ../sass/parts/_settings.scss */
.pricely-pro .btn {
  margin: 0 auto;
  margin-top: 20px;
  padding: 11px 0;
  text-align: center;
  display: block;
  width: 95%;
  font-size: 14px;
}
/* line 556, ../sass/parts/_settings.scss */
.pricely-pro .learnmorelnk {
  text-align: center;
  display: block;
  padding-top: 15px;
}

/* line 564, ../sass/parts/_settings.scss */
.exportDataOptions li {
  float: none !important;
  padding-bottom: 5px !important;
}
/* line 567, ../sass/parts/_settings.scss */
.exportDataOptions li:last-child {
  position: static !important;
}

/* line 574, ../sass/parts/_settings.scss */
.adminExportLink li {
  left: 0;
  top: -20px;
}
/* line 577, ../sass/parts/_settings.scss */
.adminExportLink li a {
  color: #101010;
}

/* line 584, ../sass/parts/_settings.scss */
.dtl a {
  color: #168EEA;
}

/* line 589, ../sass/parts/_settings.scss */
.layout_flex_view {
  display: flex;
}

/* line 593, ../sass/parts/_settings.scss */
.back_btn_dashboard {
  margin-top: 3px;
}

/* line 598, ../sass/parts/_settings.scss */
.cvc-number input {
  width: 100% !important;
}

/* line 603, ../sass/parts/_settings.scss */
.zip-code input {
  width: 100% !important;
}

@media all and (max-width: 768px) {
  /* line 611, ../sass/parts/_settings.scss */
  .settings-wrapper .setting-profile {
    flex-direction: column;
  }
  /* line 613, ../sass/parts/_settings.scss */
  .settings-wrapper .setting-profile .clear_avatar {
    margin-left: 0 !important;
    margin-top: 15px;
    width: 250px;
  }

  /* line 619, ../sass/parts/_settings.scss */
  .layout_flex_view {
    flex-direction: column;
  }
  /* line 621, ../sass/parts/_settings.scss */
  .layout_flex_view * {
    margin-left: 0 !important;
  }

  /* line 625, ../sass/parts/_settings.scss */
  .settings-wrapper .form-control-split, .settings-wrapper .label-split {
    width: 44% !important;
    float: left !important;
  }

  /* line 629, ../sass/parts/_settings.scss */
  .settings-wrapper .form-control {
    width: 100%;
    float: none;
  }

  /* line 633, ../sass/parts/_settings.scss */
  .settings-wrapper .notes {
    margin-left: 0 !important;
    margin-top: 8px !important;
  }

  /* line 637, ../sass/parts/_settings.scss */
  .viewer-theme .option label img {
    height: auto;
  }

  /* line 644, ../sass/parts/_settings.scss */
  .overview_stats_view .list {
    float: none;
    text-align: center;
    padding: 15px 0 !important;
    border-right: none !important;
    border-bottom: solid 1px #ebeff1 !important;
    display: inline-block;
    width: 48% !important;
  }
  /* line 645, ../sass/parts/_settings.scss */
  .overview_stats_view .list:first-child {
    width: 48% !important;
  }
  /* line 655, ../sass/parts/_settings.scss */
  .overview_stats_view .list span.dets {
    font-size: 13.5px;
  }

  /* line 659, ../sass/parts/_settings.scss */
  .stats_section_settigns {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  /* line 663, ../sass/parts/_settings.scss */
  .viewer-theme .option, .files-view .option {
    width: auto !important;
  }

  /* line 667, ../sass/parts/_settings.scss */
  .viewer-theme .option label img, .files-view .option label img {
    width: 100%;
  }

  /* line 671, ../sass/parts/_settings.scss */
  .billing-details h3 {
    margin-bottom: 20px;
  }

  /* line 675, ../sass/parts/_settings.scss */
  .table_responive_settings {
    overflow-x: auto;
    width: 100%;
  }
}
/* line 681, ../sass/parts/_settings.scss */
.stats_section_settigns {
  padding-bottom: 28px;
}

/* line 685, ../sass/parts/_settings.scss */
.top_section_members_view {
  display: flex;
  justify-content: space-between;
}
/* line 688, ../sass/parts/_settings.scss */
.top_section_members_view .search-bar {
  width: 230px !important;
  max-width: 100% !important;
}
/* line 691, ../sass/parts/_settings.scss */
.top_section_members_view .search-bar .icn-search {
  top: 12px !important;
  left: 0;
}

/* line 698, ../sass/parts/_settings.scss */
.card_basic_info {
  display: flex;
  justify-content: space-between;
}
/* line 701, ../sass/parts/_settings.scss */
.card_basic_info .form-group {
  width: 48.5%;
}

/* line 705, ../sass/parts/_settings.scss */
.card_aditional_info {
  display: flex;
  justify-content: space-between;
}
/* line 708, ../sass/parts/_settings.scss */
.card_aditional_info .form-group {
  width: 31%;
}
/* line 712, ../sass/parts/_settings.scss */
.card_aditional_info .expiry-date .form-control {
  width: 50%;
}
/* line 717, ../sass/parts/_settings.scss */
.card_aditional_info .security-code .form-group {
  width: 100%;
}

/* line 724, ../sass/parts/_settings.scss */
#credit_card_form h3 {
  margin-bottom: 30px;
}

/* line 729, ../sass/parts/_settings.scss */
.spacing_settings_cls {
  margin-top: 0;
  margin-bottom: 0;
}

@media all and (max-width: 1024px) {
  /* line 736, ../sass/parts/_settings.scss */
  .top_section_members_view .search-bar {
    width: 230px !important;
  }
}
@media all and (max-width: 768px) {
  /* line 744, ../sass/parts/_settings.scss */
  .top_section_members_view {
    flex-direction: column;
  }
  /* line 747, ../sass/parts/_settings.scss */
  .top_section_members_view .search-bar {
    margin: 0 !important;
    margin-top: 10px !important;
    width: 100% !important;
  }

  /* line 753, ../sass/parts/_settings.scss */
  .upgrade-form-wrapper {
    width: 100% !important;
  }

  /* line 756, ../sass/parts/_settings.scss */
  .card_basic_info {
    flex-direction: column;
  }
  /* line 758, ../sass/parts/_settings.scss */
  .card_basic_info .form-group {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  /* line 764, ../sass/parts/_settings.scss */
  .card_aditional_info {
    flex-direction: column;
  }
  /* line 766, ../sass/parts/_settings.scss */
  .card_aditional_info .form-group {
    width: 100%;
  }
  /* line 769, ../sass/parts/_settings.scss */
  .card_aditional_info .input-group {
    display: block !important;
  }
  /* line 771, ../sass/parts/_settings.scss */
  .card_aditional_info .input-group .form-group {
    margin-top: 10px;
  }

  /* line 776, ../sass/parts/_settings.scss */
  .teams .billing-details .card-expiry-year {
    border-left: 1px solid #c1cbd2 !important;
  }

  /* line 779, ../sass/parts/_settings.scss */
  .upgrade-form-wrapper .fields-wrapper .form-group.plan {
    width: 400px !important;
    padding-right: 0 !important;
  }

  /* line 783, ../sass/parts/_settings.scss */
  .upgrade-form-wrapper .custom-controls.monthly {
    padding-right: 0 !important;
  }

  /* line 790, ../sass/parts/_settings.scss */
  .expiry-date {
    margin-bottom: 20px;
  }

  /* line 793, ../sass/parts/_settings.scss */
  .spacing_settings_cls {
    margin-bottom: 20px;
  }

  /* line 796, ../sass/parts/_settings.scss */
  .security-code {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 800, ../sass/parts/_settings.scss */
  .spacing_resp_biling {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 600px) {
  /* line 806, ../sass/parts/_settings.scss */
  .settings_stats {
    display: flex;
  }
  /* line 808, ../sass/parts/_settings.scss */
  .settings_stats li {
    padding: 0 15px !important;
  }
  /* line 810, ../sass/parts/_settings.scss */
  .settings_stats li span.nums {
    font-size: 30px !important;
  }
  /* line 813, ../sass/parts/_settings.scss */
  .settings_stats li span.dets {
    font-size: 13.5px;
  }

  /* line 818, ../sass/parts/_settings.scss */
  .theme-demo {
    flex-direction: column;
  }
  /* line 820, ../sass/parts/_settings.scss */
  .theme-demo .view-shot-wrapper, .theme-demo .theme-shot-wrapper, .theme-demo .video-options-wrapper {
    margin-left: 0 !important;
    width: 240px;
    margin-bottom: 10px;
  }
}
/* line 828, ../sass/parts/_settings.scss */
body.teams.global-notice {
  padding-top: 38px !important;
}
/* line 830, ../sass/parts/_settings.scss */
body.teams.global-notice .header-wrap.fixed {
  margin-top: 38px !important;
}

/* line 837, ../sass/parts/_settings.scss */
.settings_tabs_top {
  width: 100%;
  margin-top: -40px;
  padding-top: 30px;
  position: sticky;
  z-index: 100;
  background-color: #fff;
  padding-bottom: 30px;
}
@media all and (max-width: 768px) {
  /* line 837, ../sass/parts/_settings.scss */
  .settings_tabs_top {
    margin-top: 0px;
    position: static;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 851, ../sass/parts/_settings.scss */
.settings_tabs_top ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
/* line 857, ../sass/parts/_settings.scss */
.settings_tabs_top ul li {
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}
/* line 861, ../sass/parts/_settings.scss */
.settings_tabs_top ul li a {
  text-decoration: none;
  display: block;
}
/* line 865, ../sass/parts/_settings.scss */
.settings_tabs_top ul li.active {
  background-color: #e9f4fd;
}
/* line 867, ../sass/parts/_settings.scss */
.settings_tabs_top ul li.active a {
  color: #168EEA;
}
@media all and (max-width: 500px) {
  /* line 851, ../sass/parts/_settings.scss */
  .settings_tabs_top ul {
    flex-direction: column;
  }
}

/* line 878, ../sass/parts/_settings.scss */
.settings_wrapper {
  display: block;
  width: 100%;
}
/* line 884, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance {
  padding-bottom: 50px;
  border-bottom: solid 1px rgba(216, 223, 227, 0.75);
  position: relative;
}
/* line 889, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .custom-controls:nth-of-type(1) {
  padding-top: 0;
}
/* line 893, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance label:not(.custom-controls) {
  max-width: 490px;
}
/* line 896, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance label, .settings_wrapper .single_instance .title, .settings_wrapper .single_instance h5.mx490 {
  color: #101010 !important;
}
/* line 900, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance label a, .settings_wrapper .single_instance p a {
  color: #168EEA;
}
/* line 905, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance h3 {
  margin-bottom: 20px;
  margin-top: 30px;
  color: #101010;
  font-weight: 600;
}
/* line 911, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance p.title {
  font-size: 15px;
  font-weight: 400;
}
/* line 915, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .info {
  color: #717d82;
  display: block;
}
/* line 920, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
/* line 925, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls {
  position: relative;
  display: block;
  width: 400px;
}
/* line 927, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls label {
  max-width: 490px;
}
/* line 931, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls label.custom-controls {
  margin: 0;
  padding: 6px 26px;
}
/* line 935, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls label span {
  margin-top: 5px;
}
/* line 937, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls label span.change_custom_brand_image {
  margin-top: 4px;
}
/* line 942, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls input[type="file"] {
  display: none;
}
/* line 945, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls label.btn {
  position: absolute;
  left: 130px;
  top: 60px;
}
/* line 950, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls .logo_preview {
  height: 100px;
  width: 100px;
  border: solid 1px #ddd;
}
/* line 954, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls .logo_preview img {
  width: 100% !important;
  height: 100% !important;
}
@media all and (max-width: 768px) {
  /* line 925, ../sass/parts/_settings.scss */
  .settings_wrapper .single_instance .form_group .input_controls {
    width: 100%;
  }
}
/* line 965, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls .cta_wind_dropdown .info_note {
  font-size: 13.5px;
  display: inline-block;
  margin-top: 8px;
}
/* line 971, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls .restricted_acces_cps_share, .settings_wrapper .single_instance .form_group .input_controls .password_acces_cps_share {
  flex-direction: column;
}
/* line 973, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls .restricted_acces_cps_share label, .settings_wrapper .single_instance .form_group .input_controls .password_acces_cps_share label {
  margin: 0;
}
/* line 976, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .input_controls .restricted_acces_cps_share .emails_cps_container, .settings_wrapper .single_instance .form_group .input_controls .restricted_acces_cps_share .password_form_field, .settings_wrapper .single_instance .form_group .input_controls .password_acces_cps_share .emails_cps_container, .settings_wrapper .single_instance .form_group .input_controls .password_acces_cps_share .password_form_field {
  width: 100%;
  max-width: 100%;
}
/* line 983, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .form_group .info_container .info {
  max-width: 300px;
  padding-left: 30px;
}
@media all and (max-width: 768px) {
  /* line 920, ../sass/parts/_settings.scss */
  .settings_wrapper .single_instance .form_group {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 992, ../sass/parts/_settings.scss */
  .settings_wrapper .single_instance .form_group .info_container .info {
    padding-left: 0;
    padding-top: 5px;
  }
}
/* line 999, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .top_section_members_view {
  margin-top: 30px;
  display: flex;
}
/* line 1002, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .top_section_members_view .members_invite_topsec {
  display: flex;
  gap: 15px;
  align-items: center;
}
/* line 1008, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .basic_info_update_panel {
  max-width: 550px;
  position: relative;
}
/* line 1011, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .basic_info_update_panel p {
  color: #101010;
}
/* line 1014, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .basic_info_update_panel .info_form {
  display: flex;
  gap: 15px;
  padding-bottom: 70px;
}
/* line 1018, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .basic_info_update_panel .info_form .single_frm {
  margin-bottom: 15px;
}
/* line 1021, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .basic_info_update_panel .info_form .sub_parent_frm {
  width: 100%;
}
@media all and (max-width: 768px) {
  /* line 1014, ../sass/parts/_settings.scss */
  .settings_wrapper .single_instance .basic_info_update_panel .info_form {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* line 1030, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .basic_info_update_panel .btn {
  position: absolute;
  bottom: 25px;
  left: 0;
}
/* line 1036, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .setting-profile {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  margin-top: 10px;
}
/* line 1042, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .setting-profile .clear_avatar #change_avatar {
  margin-bottom: 10px;
}
/* line 1045, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .setting-profile .clear_avatar span {
  display: block;
}
/* line 1049, ../sass/parts/_settings.scss */
.settings_wrapper .single_instance .setting-profile .notes {
  color: #717d82;
  max-width: 400px;
}
/* line 1056, ../sass/parts/_settings.scss */
.settings_wrapper .settings-wrapper .single_instance, .settings_wrapper .settings-wrapper .billing, .settings_wrapper .settings-wrapper .alert-notice {
  max-width: 800px;
}
/* line 1059, ../sass/parts/_settings.scss */
.settings_wrapper .settings-wrapper .members table tbody tr {
  border-bottom: 1px solid #e2e7ea;
}
/* line 1061, ../sass/parts/_settings.scss */
.settings_wrapper .settings-wrapper .members table tbody tr .name {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 1068, ../sass/parts/_settings.scss */
.settings_wrapper .notifications-list {
  list-style: none;
  padding: 0;
}

/* line 1082, ../sass/parts/_settings.scss */
.cancel_chnges_settings {
  display: none;
}

/* line 1087, ../sass/parts/_settings.scss */
.inline_modal_wrapper .sub_parent_frm, .inline_modal_wrapper .single_frm {
  margin-bottom: 15px;
}
/* line 1090, ../sass/parts/_settings.scss */
.inline_modal_wrapper .btn {
  position: static !important;
}

/* line 1095, ../sass/parts/_settings.scss */
.billing_frm {
  padding-bottom: 80px;
  position: relative;
}
/* line 1098, ../sass/parts/_settings.scss */
.billing_frm .single_frm {
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
}
/* line 1102, ../sass/parts/_settings.scss */
.billing_frm .single_frm .sub_parent_frm {
  width: 100%;
  position: relative;
}
/* line 1105, ../sass/parts/_settings.scss */
.billing_frm .single_frm .sub_parent_frm label {
  text-transform: none;
  font-size: 14px;
}
/* line 1109, ../sass/parts/_settings.scss */
.billing_frm .single_frm .sub_parent_frm .frm_group {
  display: flex;
}
/* line 1112, ../sass/parts/_settings.scss */
.billing_frm .single_frm .sub_parent_frm .frm_group input:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
/* line 1117, ../sass/parts/_settings.scss */
.billing_frm .single_frm .sub_parent_frm .frm_group input:nth-last-of-type(1) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 1123, ../sass/parts/_settings.scss */
.billing_frm .single_frm .sub_parent_frm .icn-cvc {
  position: absolute;
  top: 40px;
  right: 10px;
}
/* line 1128, ../sass/parts/_settings.scss */
.billing_frm .single_frm .sub_parent_frm .card_inf {
  font-size: 14px;
  color: #888;
  text-align: right;
  display: block;
  width: 100%;
  padding-top: 5px;
}
@media all and (max-width: 768px) {
  /* line 1098, ../sass/parts/_settings.scss */
  .billing_frm .single_frm {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* line 1142, ../sass/parts/_settings.scss */
.billing_frm label.yearly, .billing_frm label.monthly {
  border: solid 1px #ddd;
  width: 50%;
  padding-left: 44px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 1148, ../sass/parts/_settings.scss */
.billing_frm label.yearly span, .billing_frm label.monthly span {
  display: block;
}
/* line 1151, ../sass/parts/_settings.scss */
.billing_frm label.yearly.yearly, .billing_frm label.monthly.yearly {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}
/* line 1156, ../sass/parts/_settings.scss */
.billing_frm label.yearly.monthly, .billing_frm label.monthly.monthly {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 1160, ../sass/parts/_settings.scss */
.billing_frm label.yearly .custom-control-indicator, .billing_frm label.monthly .custom-control-indicator {
  left: 16px;
}
/* line 1163, ../sass/parts/_settings.scss */
.billing_frm label.yearly .sub-note, .billing_frm label.monthly .sub-note {
  color: #717d82;
  padding-left: 8px;
}

/* line 1175, ../sass/parts/_settings.scss */
.mb2-0 {
  margin-bottom: 16px !important;
}

/* line 1178, ../sass/parts/_settings.scss */
.mx490 {
  max-width: 490px;
}

/* line 1183, ../sass/parts/_settings.scss */
.email_invitee_list_cps ul {
  position: relative;
}
/* line 1185, ../sass/parts/_settings.scss */
.email_invitee_list_cps ul:empty:before {
  content: "Nobody added yet";
  text-align: center;
  padding-top: 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  color: #989898;
}

/* line 1199, ../sass/parts/_settings.scss */
.inline_modal_wrapper .billing_frm label.yearly, .inline_modal_wrapper .billing_frm label.monthly {
  width: 100%;
  border: none;
  padding-left: 35px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
/* line 1205, ../sass/parts/_settings.scss */
.inline_modal_wrapper .billing_frm label.yearly span, .inline_modal_wrapper .billing_frm label.monthly span {
  display: inline-block !important;
}
/* line 1208, ../sass/parts/_settings.scss */
.inline_modal_wrapper .billing_frm label.yearly .sub-note, .inline_modal_wrapper .billing_frm label.monthly .sub-note {
  color: #717d82;
  padding-right: 8px;
}
/* line 1212, ../sass/parts/_settings.scss */
.inline_modal_wrapper .billing_frm label.yearly .custom-control-indicator, .inline_modal_wrapper .billing_frm label.monthly .custom-control-indicator {
  left: 0 !important;
  top: 8px !important;
  margin-top: 0 !important;
}

/* line 1224, ../sass/parts/_settings.scss */
.sso_status {
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  transform: translateY(-2px);
}
/* line 1232, ../sass/parts/_settings.scss */
.sso_status.active {
  color: #04a25a;
  border: solid 2px #04a25a;
}
/* line 1236, ../sass/parts/_settings.scss */
.sso_status.inactive {
  color: #d9461f;
  border: solid 2px #d9461f;
}

/* line 1241, ../sass/parts/_settings.scss */
.gear .dropdown-menu {
  right: -15px !important;
}

/* line 1247, ../sass/parts/_settings.scss */
.integrations_wrapper .integrations_show {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 30px;
}
/* line 1253, ../sass/parts/_settings.scss */
.integrations_wrapper .integrations_show li.single_instance {
  display: flex;
  gap: 80px;
  margin-bottom: 30px;
  align-items: center;
}
@media all and (max-width: 768px) {
  /* line 1253, ../sass/parts/_settings.scss */
  .integrations_wrapper .integrations_show li.single_instance {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
/* line 1263, ../sass/parts/_settings.scss */
.integrations_wrapper .integrations_show li.single_instance .logo_integrated_apps {
  display: flex;
  gap: 20px;
  align-items: center;
  min-width: 150px;
}
/* line 1268, ../sass/parts/_settings.scss */
.integrations_wrapper .integrations_show li.single_instance .logo_integrated_apps > div {
  border: solid 1px #ddd;
  border-radius: 5px;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1277, ../sass/parts/_settings.scss */
.integrations_wrapper .integrations_show li.single_instance .logo_integrated_apps p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
/* line 1283, ../sass/parts/_settings.scss */
.integrations_wrapper .integrations_show li.single_instance .info {
  max-width: 300px;
  color: #717d82;
  margin: 0 !important;
}
/* line 1288, ../sass/parts/_settings.scss */
.integrations_wrapper .integrations_show li.single_instance .btn {
  height: 38px;
  width: 150px;
  text-align: center;
}
/* line 1295, ../sass/parts/_settings.scss */
.integrations_wrapper .slack_conf_options {
  display: inline-block;
  width: auto;
  padding: 12px 30px;
  padding-bottom: 25px;
  background-color: #fafafa;
  border: solid 1px #ddd;
  border-radius: 10px;
  margin-bottom: 80px;
  transform: translatey(-10px);
}
/* line 1305, ../sass/parts/_settings.scss */
.integrations_wrapper .slack_conf_options .team_libry_notif {
  display: inline-block;
  padding-left: 78px;
}
@media all and (max-width: 768px) {
  /* line 1305, ../sass/parts/_settings.scss */
  .integrations_wrapper .slack_conf_options .team_libry_notif {
    padding-left: 0;
    padding-top: 25px;
  }
}

/* line 1317, ../sass/parts/_settings.scss */
#player_color_form .customize_view, .video_pack_options .customize_view {
  max-width: 224px;
  padding: 6px;
  border: solid 1px #ddd;
  border-radius: 5px;
  position: relative;
}
/* line 1323, ../sass/parts/_settings.scss */
#player_color_form .customize_view img, .video_pack_options .customize_view img {
  width: 210px;
}
/* line 1326, ../sass/parts/_settings.scss */
#player_color_form .customize_view .player_overlay, .video_pack_options .customize_view .player_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 1332, ../sass/parts/_settings.scss */
#player_color_form .customize_view .player_overlay .play_icon, .video_pack_options .customize_view .player_overlay .play_icon {
  display: block;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.3));
}
/* line 1343, ../sass/parts/_settings.scss */
#player_color_form .customize_view .mejs__controls, .video_pack_options .customize_view .mejs__controls {
  position: absolute;
  width: calc(100% - 12px);
  left: 6px;
  bottom: 6px;
}
/* line 1348, ../sass/parts/_settings.scss */
#player_color_form .customize_view .mejs__controls span, #player_color_form .customize_view .mejs__controls svg, .video_pack_options .customize_view .mejs__controls span, .video_pack_options .customize_view .mejs__controls svg {
  position: absolute;
  z-index: 1000;
  bottom: 10px;
}
/* line 1353, ../sass/parts/_settings.scss */
#player_color_form .customize_view .mejs__controls span, .video_pack_options .customize_view .mejs__controls span {
  width: 100%;
  height: 4px;
  bottom: 36px;
  left: 0;
  background: white;
}
/* line 1360, ../sass/parts/_settings.scss */
#player_color_form .customize_view .mejs__controls #svg_vol_icon, .video_pack_options .customize_view .mejs__controls #svg_vol_icon {
  left: 45px;
}

/* line 1368, ../sass/parts/_settings.scss */
.playback_speed .note {
  margin-top: 15px;
}
/* line 1371, ../sass/parts/_settings.scss */
.playback_speed .settings_playbck_speed {
  padding: 4px 0;
  margin: 0;
  margin-right: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 40px;
  cursor: pointer;
  position: absolute;
  user-select: none;
  bottom: 5px;
  right: 100px;
  text-align: right;
}
/* line 1385, ../sass/parts/_settings.scss */
.playback_speed .settings_playbck_speed small {
  font-size: 15px;
  line-height: 10px;
  display: inline-block;
  position: absolute;
  top: 9px;
  font-weight: bold;
  transform: translateX(2px);
}

/* line 1397, ../sass/parts/_settings.scss */
.color_picker_container {
  display: flex;
  gap: 25px;
  align-items: center;
  max-width: 800px;
}
@media (max-width: 768px) {
  /* line 1397, ../sass/parts/_settings.scss */
  .color_picker_container {
    flex-direction: column;
    align-items: baseline;
  }
}

/* line 1408, ../sass/parts/_settings.scss */
.video_pack_options {
  display: flex;
  gap: 40px;
  align-items: center;
  max-width: 800px;
}
@media (max-width: 768px) {
  /* line 1408, ../sass/parts/_settings.scss */
  .video_pack_options {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
}
/* line 1418, ../sass/parts/_settings.scss */
.video_pack_options .theme-demo {
  width: 100%;
}
/* line 1420, ../sass/parts/_settings.scss */
.video_pack_options .theme-demo .video-options-color {
  width: 100%;
}

/* line 1426, ../sass/parts/_settings.scss */
.preview_captions {
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 5px;
  max-width: 800px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
/* line 1435, ../sass/parts/_settings.scss */
.preview_captions .caption_background {
  background-image: url("/res/images/player-bg.png");
  width: 100%;
  height: 127px;
  background-size: cover;
}
/* line 1442, ../sass/parts/_settings.scss */
.preview_captions .captions_styles {
  position: absolute;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 10;
  display: inline-table;
  text-align: center;
  padding: 3px 12px;
  border-radius: 5px;
  font-size: 18px;
}
@media (max-width: 768px) {
  /* line 1442, ../sass/parts/_settings.scss */
  .preview_captions .captions_styles {
    width: 90%;
    font-size: 14px;
  }
}
/* line 1462, ../sass/parts/_settings.scss */
.preview_captions .captions_styles.highlight_captions span {
  opacity: 0.6;
}
/* line 1465, ../sass/parts/_settings.scss */
.preview_captions .captions_styles.highlight_captions .active {
  opacity: 1;
}
/* line 1469, ../sass/parts/_settings.scss */
.preview_captions .captions_styles.fancy_captions {
  background-color: transparent !important;
  padding: 3px 0;
}
/* line 1472, ../sass/parts/_settings.scss */
.preview_captions .captions_styles.fancy_captions > .active {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 3px 2px;
  margin-right: -2px;
  margin-left: -2px;
}
/* line 1479, ../sass/parts/_settings.scss */
.preview_captions .captions_styles.fancy_captions .captions_outline {
  left: 0;
}
/* line 1483, ../sass/parts/_settings.scss */
.preview_captions .captions_styles .captions_outline {
  position: absolute;
  z-index: -1;
  left: 12px;
  top: 3px;
}
/* line 1492, ../sass/parts/_settings.scss */
.preview_captions .captions_styles .captions_outline .active {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

/* line 1501, ../sass/parts/_settings.scss */
.mx240 {
  max-width: 240px;
}
@media (max-width: 768px) {
  /* line 1501, ../sass/parts/_settings.scss */
  .mx240 {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 1510, ../sass/parts/_settings.scss */
  .video_pack_options .theme-demo {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
}
/* line 1518, ../sass/parts/_settings.scss */
.settings-page strong {
  font-weight: 600 !important;
}

/* line 1523, ../sass/parts/_settings.scss */
.input_group {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
/* line 1528, ../sass/parts/_settings.scss */
.input_group span {
  display: inline-block;
  padding: 6px 12px;
  background-color: #f1f1f1;
  border: solid 1px #c1cbd2;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: none;
}
/* line 1537, ../sass/parts/_settings.scss */
.input_group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1543, ../sass/parts/_settings.scss */
.dns_status {
  display: block;
  padding-top: 20px;
  width: 100%;
}
/* line 1547, ../sass/parts/_settings.scss */
.dns_status h4 {
  margin: 0;
  font-weight: 600;
}
/* line 1551, ../sass/parts/_settings.scss */
.dns_status p {
  margin: 0;
  padding: 5px;
  padding-left: 0;
}
/* line 1556, ../sass/parts/_settings.scss */
.dns_status p.bold {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
/* line 1561, ../sass/parts/_settings.scss */
.dns_status .top_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
/* line 1566, ../sass/parts/_settings.scss */
.dns_status .top_bar .status {
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  background-color: #ddd;
}
/* line 1572, ../sass/parts/_settings.scss */
.dns_status .top_bar .status.pending {
  color: #DD8500;
  background-color: rgba(255, 113, 0, 0.2);
}
/* line 1576, ../sass/parts/_settings.scss */
.dns_status .top_bar .status.approved {
  color: #00A86B;
  background-color: rgba(0, 168, 107, 0.2);
}
/* line 1582, ../sass/parts/_settings.scss */
.dns_status .dns_records {
  display: flex;
  gap: 15px;
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
}
/* line 1589, ../sass/parts/_settings.scss */
.dns_status .dns_records .highlighted {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 5px 10px;
}

/* line 24, ../sass/parts/_business-teams.scss */
.settings-page.global-notice .main-content {
  margin-top: 98px !important;
}

/* line 30, ../sass/parts/_business-teams.scss */
.team-page .content_fluid.is-empty .empty .btn-blue {
  margin-right: 8px;
  color: white;
  width: 180px;
  padding: 8px 0;
}
/* line 38, ../sass/parts/_business-teams.scss */
.team-page .content_fluid.is-empty .empty .outlined-btn {
  padding: 8px 0;
}
/* line 43, ../sass/parts/_business-teams.scss */
.team-page .content_fluid.is-empty .empty .btn-outline {
  width: 180px;
}

/* line 58, ../sass/parts/_business-teams.scss */
.join-page.login-page, .join-page.signup-page {
  background-color: white;
}
/* line 61, ../sass/parts/_business-teams.scss */
.join-page .form-wrapper {
  text-align: center;
  border: 1px solid transparent;
}
/* line 70, ../sass/parts/_business-teams.scss */
.join-page .signup-button .btn-blue {
  margin-top: 15px !important;
}
/* line 72, ../sass/parts/_business-teams.scss */
.join-page .btn-blue {
  color: white !important;
  margin: 10px auto;
}

/* line 78, ../sass/parts/_business-teams.scss */
.join-page-info {
  font-size: 13px;
}

/* line 82, ../sass/parts/_business-teams.scss */
.join-page-text {
  font-size: 15px;
}
/* line 86, ../sass/parts/_business-teams.scss */
.join-page-text.login {
  margin-bottom: 30px;
}
/* line 87, ../sass/parts/_business-teams.scss */
.join-page-text.signup {
  margin-bottom: 24px;
}
/* line 89, ../sass/parts/_business-teams.scss */
.join-page-text.signup label {
  color: #55636c;
  font-size: 14px;
}
/* line 94, ../sass/parts/_business-teams.scss */
.join-page-text h3 {
  margin-top: 26px !important;
  margin-bottom: 24px !important;
  font-size: 26px !important;
}

/* line 101, ../sass/parts/_business-teams.scss */
.team_invitation_blue_bar, .updated_blue_notice_ui {
  border-color: rgba(21, 125, 251, 0.5);
  background-color: #e1effd;
  border-width: 0 0 1px 0;
  padding: 1px 18px;
  color: #101010 !important;
}
/* line 108, ../sass/parts/_business-teams.scss */
.team_invitation_blue_bar .icn-close, .updated_blue_notice_ui .icn-close {
  top: 0;
  left: 0;
}
/* line 124, ../sass/parts/_business-teams.scss */
.team_invitation_blue_bar .alert span, .updated_blue_notice_ui .alert span {
  position: relative;
  top: 2px;
}
/* line 128, ../sass/parts/_business-teams.scss */
.team_invitation_blue_bar .alert .btn, .updated_blue_notice_ui .alert .btn {
  margin-left: 10px;
}

/* line 136, ../sass/parts/_business-teams.scss */
.updated_blue_notice_ui a {
  color: #168EEA;
}
/* line 140, ../sass/parts/_business-teams.scss */
.updated_blue_notice_ui p {
  display: inline-block !important;
}
/* line 143, ../sass/parts/_business-teams.scss */
.updated_blue_notice_ui .alert {
  transform: translateX(0) !important;
}
/* line 149, ../sass/parts/_business-teams.scss */
.updated_blue_notice_ui .icn-close {
  top: 0;
  left: 0;
}

/* line 157, ../sass/parts/_business-teams.scss */
.teams .alert-trial {
  width: 768px;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #f7e7b6;
}
/* line 168, ../sass/parts/_business-teams.scss */
.teams .nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 173, ../sass/parts/_business-teams.scss */
.teams .nav > li.active {
  background: rgba(22, 142, 234, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: -8px;
}
/* line 178, ../sass/parts/_business-teams.scss */
.teams .nav > li.active > a {
  padding: 6px 0px 6px 8px;
}
/* line 184, ../sass/parts/_business-teams.scss */
.teams .nav > li.active > a {
  color: #168EEA;
}
/* line 186, ../sass/parts/_business-teams.scss */
.teams a:active {
  color: #168EEA;
}
/* line 192, ../sass/parts/_business-teams.scss */
.teams .viewer-theme .theme-shot-wrapper.active,
.teams .viewer-theme .view-shot-wrapper.active,
.teams .files-view .theme-shot-wrapper.active,
.teams .files-view .view-shot-wrapper.active {
  border-color: #168EEA;
}
/* line 197, ../sass/parts/_business-teams.scss */
.teams .billing-details .fields-wrapper {
  padding: 0px !important;
}
/* line 208, ../sass/parts/_business-teams.scss */
.teams .billing-details .accepted-cards {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 215, ../sass/parts/_business-teams.scss */
.teams .billing-details .card-expiry-year {
  border-left: none;
}
/* line 217, ../sass/parts/_business-teams.scss */
.teams .billing-details .card-expiry-year:focus {
  border-left: solid 1px #168EEA;
  margin-left: -1px;
}
/* line 223, ../sass/parts/_business-teams.scss */
.teams .billing-details.upgrade-form-wrapper {
  margin-right: 100px;
  margin-top: 0px;
}
/* line 232, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .setting-item h3 {
  display: inline-block;
}
/* line 236, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .setting-item.business-account a:not(.btn-blue) {
  color: #168EEA;
}
/* line 238, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .setting-item.business-account .form-group {
  margin: 0px;
}
/* line 239, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .setting-item.business-account label {
  display: inline-block;
  font-weight: light;
  color: #333c4e;
}
/* line 245, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .setting-item.business-account .label-split {
  width: auto;
}
/* line 246, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .setting-item.business-account .show-on-demand .btn-blue-rich {
  margin-bottom: 20px;
}
/* line 247, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .setting-item.business-account .show-always {
  display: inline-block;
  font-weight: 500;
  color: #101010;
}
/* line 251, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .setting-item.business-account .show-always a {
  margin-left: 6px;
  font-weight: 400;
}
/* line 260, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .sharing .notes {
  margin-top: 25px;
}
/* line 261, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .sharing .options-wrapper {
  width: 302px;
  margin-bottom: 20px;
}
/* line 267, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .billing.business table tbody tr td:last-child {
  width: 120px;
}
/* line 269, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .custom-domain .rich {
  color: #168EEA;
}
/* line 271, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .activity-options .btn {
  height: auto;
  line-height: normal;
}
/* line 276, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .summary {
  margin: 7px;
  display: inline-block;
}
/* line 279, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .summary span {
  padding: 0px 10px;
}
/* line 282, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .btn-blue-rich {
  margin-top: 20px;
}
/* line 283, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .btn-compact .btn {
  padding-right: 58px;
}
/* line 288, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .members table th:first-child {
  padding-left: 55px;
}
/* line 289, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .members table th {
  color: #101010;
  font-size: 13px;
  font-weight: 600;
}
/* line 295, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .members table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #e2e7ea;
}
/* line 296, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .members table tbody tr .btn-group {
  height: 47px;
  width: 14px;
}
/* line 300, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .members table tbody tr td:last-child {
  width: 20px;
}
/* line 301, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .members table tbody tr:hover {
  background-color: #fafbfb;
}
/* line 303, ../sass/parts/_business-teams.scss */
.teams .settings-wrapper .members table tbody tr:hover .icn-gear-filled, .teams .settings-wrapper .members table tbody tr:hover .icn-admin-wheel {
  display: inline-block;
}
/* line 309, ../sass/parts/_business-teams.scss */
.teams .icn-gear-filled, .teams .icn-admin-wheel {
  display: none;
  cursor: pointer;
  top: 4px;
  position: relative;
}
/* line 316, ../sass/parts/_business-teams.scss */
.teams .search-bar .form-control {
  width: 300px;
  float: left !important;
}
/* line 319, ../sass/parts/_business-teams.scss */
.teams table .dropdown-menu.top-right {
  right: -16px;
  margin-top: -6px;
}
/* line 324, ../sass/parts/_business-teams.scss */
.teams table .c-avatar {
  margin: 6px;
  right: 8px;
}
/* line 331, ../sass/parts/_business-teams.scss */
.teams .admin .name, .teams .member .name {
  width: 930px;
}
/* line 332, ../sass/parts/_business-teams.scss */
.teams .admin .email, .teams .member .email {
  width: 560px;
}
/* line 333, ../sass/parts/_business-teams.scss */
.teams .admin .active, .teams .member .active {
  width: 760px;
}
/* line 334, ../sass/parts/_business-teams.scss */
.teams .admin .type, .teams .member .type {
  width: 200px;
}
/* line 335, ../sass/parts/_business-teams.scss */
.teams .admin .usage, .teams .member .usage {
  width: 260px;
}
/* line 337, ../sass/parts/_business-teams.scss */
.teams .admin .name, .teams .admin .email, .teams .admin .active, .teams .admin .type, .teams .admin .usage, .teams .member .name, .teams .member .email, .teams .member .active, .teams .member .type, .teams .member .usage {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
/* line 349, ../sass/parts/_business-teams.scss */
.teams .list .icn-question {
  background-position: -7204px 0;
  height: 16px;
  width: 16px;
  position: relative;
  vertical-align: sub;
  left: 5px;
  cursor: pointer;
}
/* line 358, ../sass/parts/_business-teams.scss */
.teams thead {
  border-bottom: 1px solid rgba(216, 223, 227, 0.75);
}

/* line 367, ../sass/parts/_business-teams.scss */
.business-static-page .bg-lower {
  width: auto;
  background-repeat: no-repeat;
  background: url('../images/business/landing-header.jpg?1590749454');
}
/* line 378, ../sass/parts/_business-teams.scss */
.business-static-page .simple-steps .steps .step {
  margin: auto 10px;
}
/* line 382, ../sass/parts/_business-teams.scss */
.business-static-page .plan-container {
  box-shadow: none;
  margin-top: 0px !important;
  border-radius: 0px;
  height: 245px;
}
/* line 389, ../sass/parts/_business-teams.scss */
.business-static-page .heading-main {
  font-size: 38px !important;
  color: #101010 !important;
  text-shadow: none !important;
}
/* line 400, ../sass/parts/_business-teams.scss */
.business-static-page .btn-plan-purple {
  padding: 10px 18px;
  margin: 20px auto 12px;
  font-weight: 600;
}
/* line 406, ../sass/parts/_business-teams.scss */
.business-static-page .anchor-link {
  text-align: center;
  color: #168EEA;
}
/* line 411, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
/* line 417, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation #vic {
  height: 82px;
  top: 470px;
  left: -100px;
}
/* line 423, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation #dan {
  height: 230px;
  top: 225px;
  left: 900px;
}
/* line 431, ../sass/parts/_business-teams.scss */
.business-static-page .grid__callout {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  height: 230px;
  position: absolute;
  width: 320px;
  -webkit-font-smoothing: antialiased;
}
/* line 441, ../sass/parts/_business-teams.scss */
.business-static-page .grid__callout span {
  font-weight: 600;
  color: #333c4e;
}
/* line 446, ../sass/parts/_business-teams.scss */
.business-static-page .grid__callout p {
  color: #5f636b;
}
/* line 450, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation--box {
  width: 240px;
  position: absolute;
  text-align: left;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  color: #8497b0;
  z-index: 10;
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.2);
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
/* line 467, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation--box p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
/* line 475, ../sass/parts/_business-teams.scss */
.business-static-page .commenter-photo {
  margin-right: 14px;
}
/* line 478, ../sass/parts/_business-teams.scss */
.business-static-page .show--box {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* line 489, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation .dan .animation--line {
  top: 40px;
  left: -232px;
  height: 3px;
  width: 84px;
}
/* line 498, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation .dan .animation--dot {
  top: 32px;
  left: -235px;
}
/* line 504, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation .vic .animation--line {
  top: 42px;
  left: 70px;
  height: 3px;
  width: 200px;
}
/* line 511, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation .vic .animation--dot {
  top: 33px;
  left: 262px;
}
/* line 517, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation .animation--line {
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #000;
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
  opacity: 0;
}
/* line 519, ../sass/parts/_business-teams.scss */
.matt .business-static-page .grid__animation .animation--line {
  top: 42px;
  left: 60px;
  height: 3px;
  width: 75px;
}
/* line 534, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation .animation--line.show--line {
  opacity: .3;
}
/* line 538, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation .animation--dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 5;
  left: 0;
  bottom: 0;
  transition: all 650ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  opacity: 0;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
}
/* line 555, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation .animation--dot.show--dot {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* line 564, ../sass/parts/_business-teams.scss */
.business-static-page .grid__animation .grid__animation--indicator {
  width: 20px;
  height: 100%;
  position: absolute;
  left: calc(50% - 10px);
  bottom: 0;
  z-index: 5;
}

/* line 578, ../sass/parts/_business-teams.scss */
.section {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* line 584, ../sass/parts/_business-teams.scss */
#safrms-wrap {
  margin-top: 12vh;
  /* Final 2x */
}

/* line 587, ../sass/parts/_business-teams.scss */
#safrms-cntr {
  width: 482px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #c7c9cb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 5px rgba(61, 71, 77, 0.16);
  -moz-box-shadow: 0 1px 5px rgba(61, 71, 77, 0.16);
  -webkit-box-shadow: 0 1px 5px rgba(61, 71, 77, 0.16);
}
/* line 602, ../sass/parts/_business-teams.scss */
#safrms-cntr .action.gray {
  color: #737373;
  font-weight: bold;
  background: #f3f3f3;
  border: 1px solid #cacdd0;
}
/* line 608, ../sass/parts/_business-teams.scss */
#safrms-cntr .action {
  color: #FFF;
  height: 33px;
  font-size: 12px;
  padding: 0 17px;
  cursor: pointer;
  font-weight: bold;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  background: #1988FF;
  display: inline-block;
  border: 1px solid #0487E7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 631, ../sass/parts/_business-teams.scss */
#safrms-cntr .right {
  float: right !important;
}

/* line 636, ../sass/parts/_business-teams.scss */
#safrms-cntr .right.frm {
  font-size: 13px;
  line-height: 26px;
}

/* line 641, ../sass/parts/_business-teams.scss */
#safrms-cntr h2 {
  color: #535f69;
  font-size: 20px;
  margin-bottom: 15px;
}

/* line 5, ../sass/parts/_plus.scss */
.plus-page .main-content,
.install-page .main-content,
.download-page .main-content {
  margin-top: 32px;
}
/* line 6, ../sass/parts/_plus.scss */
.plus-page .container.main-content,
.install-page .container.main-content,
.download-page .container.main-content {
  width: 930px;
}
/* line 7, ../sass/parts/_plus.scss */
.plus-page .text-heading,
.install-page .text-heading,
.download-page .text-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 13, ../sass/parts/_plus.scss */
.plus-page .bg-lower,
.install-page .bg-lower,
.download-page .bg-lower {
  width: auto;
  background-size: 100% !important;
  background-repeat: no-repeat;
  background: url("../images/plus-header.jpg");
  background-position: 50% 40% !important;
}
/* line 23, ../sass/parts/_plus.scss */
.plus-page h1,
.install-page h1,
.download-page h1 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 4px;
}
/* line 30, ../sass/parts/_plus.scss */
.plus-page h3,
.install-page h3,
.download-page h3 {
  color: #717d82;
  font-size: 18px;
  margin-top: 30px;
}
/* line 36, ../sass/parts/_plus.scss */
.plus-page .sub-heading,
.install-page .sub-heading,
.download-page .sub-heading {
  line-height: 44px;
  color: #717d82;
  font-size: 18px;
}
/* line 41, ../sass/parts/_plus.scss */
.plus-page .sub-heading a,
.install-page .sub-heading a,
.download-page .sub-heading a {
  color: #168EEA;
}
/* line 43, ../sass/parts/_plus.scss */
.plus-page .input-lg, .plus-page .input-group-lg > .form-control,
.plus-page .input-group-lg > .input-group-addon,
.plus-page .input-group-lg > .input-group-btn > .btn,
.install-page .input-lg,
.install-page .input-group-lg > .form-control,
.install-page .input-group-lg > .input-group-addon,
.install-page .input-group-lg > .input-group-btn > .btn,
.download-page .input-lg,
.download-page .input-group-lg > .form-control,
.download-page .input-group-lg > .input-group-addon,
.download-page .input-group-lg > .input-group-btn > .btn {
  height: 43px;
  font-size: 15px;
  padding: 8px 10px;
}
/* line 50, ../sass/parts/_plus.scss */
.plus-page .btn-ln,
.install-page .btn-ln,
.download-page .btn-ln {
  padding: 11px 32px;
  font-size: 16px;
}
/* line 54, ../sass/parts/_plus.scss */
.plus-page label,
.install-page label,
.download-page label {
  font-size: 12px;
  text-transform: uppercase;
  color: #55636C;
}
/* line 59, ../sass/parts/_plus.scss */
.plus-page .pricing-hint,
.install-page .pricing-hint,
.download-page .pricing-hint {
  margin-top: 4px;
}
/* line 60, ../sass/parts/_plus.scss */
.plus-page .nav li a,
.install-page .nav li a,
.download-page .nav li a {
  font-size: 12px;
  text-transform: uppercase;
}
/* line 64, ../sass/parts/_plus.scss */
.plus-page .footer .nav li a,
.install-page .footer .nav li a,
.download-page .footer .nav li a {
  font-size: 13px;
  text-transform: none;
}
/* line 69, ../sass/parts/_plus.scss */
.plus-page .upgrade-to-plus .headings,
.install-page .upgrade-to-plus .headings,
.download-page .upgrade-to-plus .headings {
  text-align: center;
}
/* line 70, ../sass/parts/_plus.scss */
.plus-page .upgrade-to-plus .btn-blue,
.install-page .upgrade-to-plus .btn-blue,
.download-page .upgrade-to-plus .btn-blue {
  margin-top: 20px;
}
/* line 73, ../sass/parts/_plus.scss */
.plus-page .upgrade-to-plus-new .headings,
.install-page .upgrade-to-plus-new .headings,
.download-page .upgrade-to-plus-new .headings {
  text-align: left !important;
}
/* line 74, ../sass/parts/_plus.scss */
.plus-page .upgrade-to-plus-new .btn-blue,
.install-page .upgrade-to-plus-new .btn-blue,
.download-page .upgrade-to-plus-new .btn-blue {
  margin-top: 20px;
}
/* line 76, ../sass/parts/_plus.scss */
.plus-page .features-list,
.install-page .features-list,
.download-page .features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 80, ../sass/parts/_plus.scss */
.plus-page .features-list li,
.install-page .features-list li,
.download-page .features-list li {
  width: 284px;
  float: left;
  margin-right: 21px;
  margin-bottom: 47px;
}
/* line 85, ../sass/parts/_plus.scss */
.plus-page .features-list li:nth-of-type(3n),
.install-page .features-list li:nth-of-type(3n),
.download-page .features-list li:nth-of-type(3n) {
  margin-right: 0;
}
/* line 87, ../sass/parts/_plus.scss */
.plus-page .features-list .icon,
.install-page .features-list .icon,
.download-page .features-list .icon {
  width: 32px;
  height: 32px;
  float: left;
}
/* line 92, ../sass/parts/_plus.scss */
.plus-page .features-list .detail,
.install-page .features-list .detail,
.download-page .features-list .detail {
  width: 240px;
  float: left;
  margin-left: 12px;
}
/* line 96, ../sass/parts/_plus.scss */
.plus-page .features-list .detail .desc,
.install-page .features-list .detail .desc,
.download-page .features-list .detail .desc {
  font-size: 14px;
  line-height: 20px;
  color: #717d82;
}
/* line 102, ../sass/parts/_plus.scss */
.plus-page .features-list .heading,
.install-page .features-list .heading,
.download-page .features-list .heading {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
}
/* line 108, ../sass/parts/_plus.scss */
.plus-page .features-list .icon.icn-schedule-share,
.install-page .features-list .icon.icn-schedule-share,
.download-page .features-list .icon.icn-schedule-share {
  margin-top: 3px;
}
/* line 109, ../sass/parts/_plus.scss */
.plus-page .features-list .icon.icn-protection,
.install-page .features-list .icon.icn-protection,
.download-page .features-list .icon.icn-protection {
  margin-top: 3px;
  margin-left: -2px;
  margin-right: 2px;
}
/* line 114, ../sass/parts/_plus.scss */
.plus-page .features-list .icon.icn-self-destruct-icon,
.install-page .features-list .icon.icn-self-destruct-icon,
.download-page .features-list .icon.icn-self-destruct-icon {
  margin-top: 3px;
  margin-left: 1px;
  margin-right: -1px;
}
/* line 119, ../sass/parts/_plus.scss */
.plus-page .features-list .icon.icn-custom-branding,
.install-page .features-list .icon.icn-custom-branding,
.download-page .features-list .icon.icn-custom-branding {
  margin-top: 3px;
  margin-left: -3px;
  margin-right: 3px;
}
/* line 124, ../sass/parts/_plus.scss */
.plus-page .features-list .icon.icn-formats,
.install-page .features-list .icon.icn-formats,
.download-page .features-list .icon.icn-formats {
  margin-top: 3px;
}
/* line 125, ../sass/parts/_plus.scss */
.plus-page .features-list .icon.icn-storage,
.install-page .features-list .icon.icn-storage,
.download-page .features-list .icon.icn-storage {
  margin-top: 3px;
}
/* line 126, ../sass/parts/_plus.scss */
.plus-page .features-list .icon.icn-no-limit,
.install-page .features-list .icon.icn-no-limit,
.download-page .features-list .icon.icn-no-limit {
  margin-top: -5px;
}
/* line 127, ../sass/parts/_plus.scss */
.plus-page .features-list .icon.icn-support,
.install-page .features-list .icon.icn-support,
.download-page .features-list .icon.icn-support {
  margin-top: 3px;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.plus-page .features-list:before, .plus-page .features-list:after,
.install-page .features-list:before,
.install-page .features-list:after,
.download-page .features-list:before,
.download-page .features-list:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.plus-page .features-list:after,
.install-page .features-list:after,
.download-page .features-list:after {
  clear: both;
}
/* line 131, ../sass/parts/_plus.scss */
.plus-page .pay-form,
.install-page .pay-form,
.download-page .pay-form {
  padding: 36px 52px 55px 52px;
  margin-top: 40px;
  margin-bottom: 57px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 140, ../sass/parts/_plus.scss */
.plus-page .nav-tabs > li,
.install-page .nav-tabs > li,
.download-page .nav-tabs > li {
  padding-bottom: 2px;
  margin-right: 20px;
  border-bottom: 0px solid transparent;
}
/* line 143, ../sass/parts/_plus.scss */
.plus-page .nav-tabs > li.active,
.install-page .nav-tabs > li.active,
.download-page .nav-tabs > li.active {
  border-bottom-color: #168EEA;
}
/* line 148, ../sass/parts/_plus.scss */
.plus-page .nav-tabs > li:hover,
.install-page .nav-tabs > li:hover,
.download-page .nav-tabs > li:hover {
  border-bottom-color: #168EEA;
}
/* line 149, ../sass/parts/_plus.scss */
.plus-page .nav-tabs > li:hover a,
.install-page .nav-tabs > li:hover a,
.download-page .nav-tabs > li:hover a {
  text-decoration: none;
  color: #168EEA;
}
/* line 161, ../sass/parts/_plus.scss */
.plus-page .cc-number, .plus-page .cvc-number,
.install-page .cc-number,
.install-page .cvc-number,
.download-page .cc-number,
.download-page .cvc-number {
  position: relative;
}
/* line 162, ../sass/parts/_plus.scss */
.plus-page .accepted-cards,
.install-page .accepted-cards,
.download-page .accepted-cards {
  position: absolute;
  top: 11px;
  right: 10px;
}
/* line 180, ../sass/parts/_plus.scss */
.plus-page .cc-form p,
.install-page .cc-form p,
.download-page .cc-form p {
  margin-top: 30px;
  line-height: 24px;
}
/* line 187, ../sass/parts/_plus.scss */
.plus-page .plan-values .nav-tabs > li,
.install-page .plan-values .nav-tabs > li,
.download-page .plan-values .nav-tabs > li {
  margin-right: 16px;
}
/* line 190, ../sass/parts/_plus.scss */
.plus-page .offer,
.install-page .offer,
.download-page .offer {
  position: absolute;
  top: -22px;
  right: -70px;
  width: 60px;
  height: 40px;
}
/* line 199, ../sass/parts/_plus.scss */
.plus-page .plan-price .price,
.install-page .plan-price .price,
.download-page .plan-price .price {
  font-size: 50px;
  font-weight: 600;
}
/* line 203, ../sass/parts/_plus.scss */
.plus-page .plan-price .sup,
.install-page .plan-price .sup,
.download-page .plan-price .sup {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  margin-top: 10px;
  margin-right: -4px;
  margin-left: -2px;
}
/* line 211, ../sass/parts/_plus.scss */
.plus-page .plan-price .fs,
.install-page .plan-price .fs,
.download-page .plan-price .fs {
  font-size: 42px;
}
/* line 212, ../sass/parts/_plus.scss */
.plus-page .plan-price .pts,
.install-page .plan-price .pts,
.download-page .plan-price .pts {
  font-size: 40px;
}
/* line 215, ../sass/parts/_plus.scss */
.plus-page .expiry-date,
.install-page .expiry-date,
.download-page .expiry-date {
  position: relative;
  width: 194px !important;
  margin: 0;
}
/* line 221, ../sass/parts/_plus.scss */
.plus-page .expiry-date .form-control,
.install-page .expiry-date .form-control,
.download-page .expiry-date .form-control {
  width: 94px;
  text-align: left;
}
/* line 225, ../sass/parts/_plus.scss */
.plus-page .expiry-date .form-control:last-child,
.install-page .expiry-date .form-control:last-child,
.download-page .expiry-date .form-control:last-child {
  width: 94px;
  border-left: none;
}
/* line 228, ../sass/parts/_plus.scss */
.plus-page .expiry-date .form-control:last-child:focus,
.install-page .expiry-date .form-control:last-child:focus,
.download-page .expiry-date .form-control:last-child:focus {
  border-left: solid 1px #168EEA;
  margin-left: -1px;
}
/* line 235, ../sass/parts/_plus.scss */
.plus-page .expiry-date .input-group,
.install-page .expiry-date .input-group,
.download-page .expiry-date .input-group {
  width: 210px;
}
/* line 239, ../sass/parts/_plus.scss */
.plus-page .security-code,
.install-page .security-code,
.download-page .security-code {
  position: relative;
  width: 164px !important;
  margin: 0;
  left: 28px;
}
/* line 246, ../sass/parts/_plus.scss */
.plus-page .security-code .icn-cvc,
.install-page .security-code .icn-cvc,
.download-page .security-code .icn-cvc {
  position: relative;
  top: 2px;
}
/* line 250, ../sass/parts/_plus.scss */
.plus-page .zip-code-group,
.install-page .zip-code-group,
.download-page .zip-code-group {
  position: relative;
  width: 168px !important;
  margin: 0;
}
/* line 257, ../sass/parts/_plus.scss */
.plus-page .features-heading,
.install-page .features-heading,
.download-page .features-heading {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 700;
}

/* line 272, ../sass/parts/_plus.scss */
.business-try textarea {
  padding-top: 12px;
  font-size: 14px;
  resize: none;
}
/* line 278, ../sass/parts/_plus.scss */
.business-try .container {
  padding: 0px !important;
}
/* line 325, ../sass/parts/_plus.scss */
.business-try .trial-feat {
  width: 340px;
  padding: 28px;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c1cbd2;
}
/* line 332, ../sass/parts/_plus.scss */
.business-try .trial-feat h3 {
  margin: 4px auto 0px;
  font-size: 14px;
  color: #101010;
  line-height: 2.8;
  font-weight: 500;
}
/* line 340, ../sass/parts/_plus.scss */
.business-try .trial-feat li {
  font-size: 14px;
  list-style: none;
  line-height: 2.0;
}
/* line 346, ../sass/parts/_plus.scss */
.business-try .trial-feat span {
  margin-right: 6px;
  background-position: -6557px 0;
  height: 6px;
  width: 8px;
}
/* line 352, ../sass/parts/_plus.scss */
.business-try .upgrade-form-wrapper {
  float: left;
  margin-top: 0px;
}
/* line 356, ../sass/parts/_plus.scss */
.business-try .upgrade-form-wrapper h1 {
  padding-left: 20px;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  color: #101010;
}
/* line 366, ../sass/parts/_plus.scss */
.business-try .upgrade-form-wrapper h6 {
  font-size: 16px;
  color: #333c4e;
  line-height: 1.5;
  text-align: center;
}
/* line 380, ../sass/parts/_plus.scss */
.business-try .upgrade-form-wrapper .detail {
  position: relative;
  top: 28px;
  margin-bottom: 0px;
}
/* line 386, ../sass/parts/_plus.scss */
.business-try .upgrade-form-wrapper .admin-detail {
  font-size: 14.5px;
  padding: 30px;
}
/* line 389, ../sass/parts/_plus.scss */
.business-try .upgrade-form-wrapper .admin-detail a {
  color: #168EEA;
}

/* line 396, ../sass/parts/_plus.scss */
.plan-subtitle {
  margin-top: 15px;
  display: block;
}

/* line 405, ../sass/parts/_plus.scss */
.simple-steps h3 {
  margin: 80px auto;
  font-size: 28px;
  color: #101010;
}

/* line 413, ../sass/parts/_plus.scss */
.btn-upgrade {
  margin-top: 20px;
}

/* line 416, ../sass/parts/_plus.scss */
.plus-page .form-control:focus {
  border-color: #168EEA;
}
/* line 417, ../sass/parts/_plus.scss */
.plus-page .simple-steps .steps .step {
  display: inline-block;
  width: 326px;
}
/* line 421, ../sass/parts/_plus.scss */
.plus-page .upgrade-top {
  border-bottom: 1px solid #e2e7ea;
  padding-bottom: 80px;
}
/* line 425, ../sass/parts/_plus.scss */
.plus-page .upgrade-top.buy {
  padding-bottom: 0px;
  border-bottom: none;
}
/* line 431, ../sass/parts/_plus.scss */
.plus-page .upgrade-top .upgrade-step.two .form-group {
  padding: 22px 0;
  margin: 0;
}
/* line 436, ../sass/parts/_plus.scss */
.plus-page .upgrade-top #pay_pal_form {
  height: 216px;
  line-height: 1.8;
  color: #101010;
}
/* line 441, ../sass/parts/_plus.scss */
.plus-page .upgrade-top .btn-ln {
  width: 240px;
}
/* line 442, ../sass/parts/_plus.scss */
.plus-page .upgrade-top .nav-tabs {
  margin: 0;
  margin-bottom: 20px;
}
/* line 446, ../sass/parts/_plus.scss */
.plus-page .upgrade-top .nav-tabs > li .custom-controls {
  padding: 0;
  padding-left: 26px;
  padding-bottom: 10px;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 453, ../sass/parts/_plus.scss */
.plus-page .upgrade-top .nav-tabs > li .custom-controls .custom-control-indicator {
  width: 16px;
  height: 16px;
  margin: 0;
}
/* line 461, ../sass/parts/_plus.scss */
.plus-page .upgrade-top .nav-tabs > li:hover .custom-controls {
  text-decoration: none;
  color: #168EEA !important;
  border-bottom-color: #168EEA;
}
/* line 470, ../sass/parts/_plus.scss */
.plus-page .upgrade-top .nav-tabs > li.active .custom-controls {
  color: #168EEA !important;
  border-bottom-color: #168EEA;
}
/* line 481, ../sass/parts/_plus.scss */
.plus-page .upgrade-bottom .btn-ln {
  width: 240px;
}
/* line 482, ../sass/parts/_plus.scss */
.plus-page .upgrade-bottom.buy {
  padding-bottom: 0px;
  border-bottom: none;
}

/* line 494, ../sass/parts/_plus.scss */
.plus-bg-dark {
  width: auto;
  background: url('../images/plus-page/plus-header.jpg?1590749455') center top no-repeat;
  background-size: cover;
}

/* line 500, ../sass/parts/_plus.scss */
.bg-test-pricing {
  width: auto;
  background-size: 100%;
  background-position: 50% 60% !important;
  background-repeat: no-repeat;
  background: url('../images/testimonial-pricing.jpg?1590749456');
}

/* line 511, ../sass/parts/_plus.scss */
.pricing-plus .logo-wrapper {
  height: 108px !important;
}
/* line 512, ../sass/parts/_plus.scss */
.pricing-plus .footer-v2 {
  border-top: 0px;
}
/* line 513, ../sass/parts/_plus.scss */
.pricing-plus .step-detail {
  font-size: 14px;
}
/* line 514, ../sass/parts/_plus.scss */
.pricing-plus .steps {
  margin-top: 50px;
}
/* line 519, ../sass/parts/_plus.scss */
.pricing-plus .simple-steps h3 {
  margin-top: 90px;
  font-size: 26px;
  color: #101010;
}
/* line 527, ../sass/parts/_plus.scss */
.pricing-plus .faq-section .wrapper-v2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 528, ../sass/parts/_plus.scss */
.pricing-plus .faq-section h2 {
  text-align: center;
  margin-top: 90px;
  font-size: 26px;
  color: #fff;
}
/* line 536, ../sass/parts/_plus.scss */
.pricing-plus .faqs {
  margin: 50px auto 80px;
  width: 100%;
}
/* line 540, ../sass/parts/_plus.scss */
.pricing-plus .faqs dt {
  margin-top: 10px;
  font-size: 17px;
  color: #fff;
  line-height: 2;
  display: block;
}
/* line 549, ../sass/parts/_plus.scss */
.pricing-plus .answers {
  font-size: 15px;
  color: #abb1b3;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
  display: none;
}

/* line 559, ../sass/parts/_plus.scss */
.plan-container {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 30px;
  box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  box-sizing: border-box;
  float: left;
}
/* line 560, ../sass/parts/_plus.scss */
.container .plan-container {
  margin-top: -140px;
}
/* line 563, ../sass/parts/_plus.scss */
.plan-container.basic .pre-header {
  background-color: #101010;
}
/* line 566, ../sass/parts/_plus.scss */
.plan-container.blue .pre-header {
  background-color: #168EEA;
}
/* line 570, ../sass/parts/_plus.scss */
.plan-container.purple .pre-header {
  background-color: #8a5ce7;
}
/* line 571, ../sass/parts/_plus.scss */
.plan-container.purple .btn-plan-purple {
  margin: 40px auto 14px;
}
/* line 575, ../sass/parts/_plus.scss */
.plan-container.enterprise .pre-header {
  background-color: #ffcb00;
}
/* line 576, ../sass/parts/_plus.scss */
.plan-container.enterprise .btn-plan-purple {
  margin: 40px auto 14px;
}
/* line 590, ../sass/parts/_plus.scss */
.plan-container .pre-header {
  height: 10px;
  margin: -40px -30px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
/* line 597, ../sass/parts/_plus.scss */
.plan-container h6, .plan-container .plan-price, .plan-container .sub-price {
  color: #101010;
}
/* line 599, ../sass/parts/_plus.scss */
.plan-container h6 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
}
/* line 607, ../sass/parts/_plus.scss */
.plan-container .plan-price {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
}
/* line 613, ../sass/parts/_plus.scss */
.plan-container .sub-price {
  font-size: 14.5px;
  display: inline-block;
  white-space: nowrap;
}
/* line 620, ../sass/parts/_plus.scss */
.plan-container .plan-subtitle {
  font-size: 14.5px;
  margin: 0px auto 30px;
  color: #333c4e;
}
/* line 626, ../sass/parts/_plus.scss */
.plan-container .plan-details {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333c4e;
  white-space: nowrap;
}
/* line 628, ../sass/parts/_plus.scss */
.plan-container .plan-details.heading {
  font-size: 18.5px;
  font-weight: 600;
  text-align: left;
  margin-top: 120px;
  margin-bottom: 4px;
}
/* line 636, ../sass/parts/_plus.scss */
.plan-container .plan-details.sub-heading {
  text-align: left;
  font-size: 16.5px;
  margin-top: 20px;
}
/* line 640, ../sass/parts/_plus.scss */
.plan-container .plan-details.sub-heading strong {
  font-weight: 700;
}
/* line 653, ../sass/parts/_plus.scss */
.plan-container .learn-more {
  font-size: 14px;
  text-align: center;
  margin-bottom: -30px;
}
/* line 657, ../sass/parts/_plus.scss */
.plan-container .learn-more a {
  color: #8a5ce7;
}
/* line 660, ../sass/parts/_plus.scss */
.plan-container .plan-break {
  height: 1px;
  margin: 14px auto 16px;
  background-color: #e2e7ea;
}
/* line 666, ../sass/parts/_plus.scss */
.plan-container .plan-body {
  text-align: left;
}
/* line 670, ../sass/parts/_plus.scss */
.plan-container .plan-body li {
  font-size: 15px;
  list-style: none;
  line-height: 2.4;
}
/* line 676, ../sass/parts/_plus.scss */
.plan-container .plan-body span {
  margin-right: 6px;
  background-position: -6557px 0;
  height: 6px;
  width: 8px;
}

/* line 688, ../sass/parts/_plus.scss */
.plus-page .upgrade-form-wrapper {
  max-width: 648px !important;
  width: 100% !important;
}

/* line 693, ../sass/parts/_plus.scss */
.upgrade-form-wrapper {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 588px;
  width: 100%;
  text-align: left;
}
/* line 700, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .custom-controls {
  font-size: 16px !important;
  color: #101010 !important;
  padding: 8px 26px;
}
/* line 706, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .custom-controls.yearly {
  border-right: 1px solid #c8cacc;
  width: 218px;
}
/* line 710, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .custom-controls.monthly {
  margin-left: 16px;
}
/* line 714, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .checkout-agree {
  text-align: left;
}
/* line 719, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .blockUI, .upgrade-form-wrapper .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .custom-controls, .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .upgrade-form-wrapper .custom-controls {
  background-color: rgba(235, 239, 241, 0.7);
  position: sticky;
}
/* line 724, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .agreement {
  font-size: 14px;
  color: #101010;
  line-height: 1.2;
  text-transform: none;
}
/* line 730, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .agreement a {
  color: #168EEA;
}
/* line 734, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .plan-note {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: #101010;
  line-height: 1.2;
}
/* line 748, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .sub-note {
  font-size: 14px;
  color: #717d82;
  display: block;
}
/* line 754, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .upgrade-step {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 758, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .upgrade-step.one .fields-wrapper {
  padding-top: 15px;
}
/* line 762, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .upgrade-step.step-wide .fields-wrapper {
  padding-top: 30px;
}
/* line 763, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .upgrade-step.step-wide .discount {
  padding: 10px 0px 0px;
  font-size: 14px;
  color: #04a25a;
}
/* line 770, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .upgrade-step.two {
  width: 230px;
  border-color: #3493d5;
}
/* line 2, ../sass/parts/mixins/_placeholder.scss */
.upgrade-form-wrapper .upgrade-step .form-control::-webkit-input-placeholder {
  color: #c1cbd2;
}
/* line 2, ../sass/parts/mixins/_placeholder.scss */
.upgrade-form-wrapper .upgrade-step .form-control:-moz-placeholder {
  color: #c1cbd2;
}
/* line 2, ../sass/parts/mixins/_placeholder.scss */
.upgrade-form-wrapper .upgrade-step .form-control::-moz-placeholder {
  color: #c1cbd2;
}
/* line 2, ../sass/parts/mixins/_placeholder.scss */
.upgrade-form-wrapper .upgrade-step .form-control:-ms-input-placeholder {
  color: #c1cbd2;
}
/* line 789, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .header {
  padding: 10px 20px;
  height: 40px;
  font-size: 18px;
  color: #101010;
  line-height: 2.353;
  font-weight: 500;
}
/* line 797, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .header .icn-secured-form {
  background: #fff url("/res/img/icon-secured-form.png") left center no-repeat;
  width: 98px;
  height: 28px;
  padding-left: 18px;
  display: inline-block;
}
/* line 806, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .details {
  font-size: 14px;
  color: #909090;
  text-align: left;
}
/* line 812, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .small-details {
  font-size: 13px;
  padding-top: 5px;
  color: grey;
  text-align: right;
}
/* line 818, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .users-amount {
  width: 100px;
}
/* line 819, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .card-number,
.upgrade-form-wrapper .cvc-number {
  position: relative;
}
/* line 821, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .fields-wrapper {
  padding: 30px 30px;
}
/* line 823, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .fields-wrapper label {
  font-size: 14px;
  text-transform: none;
  color: #717d82;
  margin-bottom: 8px;
  line-height: 20px;
}
/* line 832, ../sass/parts/_plus.scss */
.upgrade-form-wrapper .fields-wrapper .form-group.plan {
  width: 470px;
  border: 1px solid #c8cacc;
  padding: 0px 16px;
  margin-top: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 92px;
}

/* line 843, ../sass/parts/_plus.scss */
.card-number {
  position: relative;
}
/* line 845, ../sass/parts/_plus.scss */
.card-number .listCardInput {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}
/* line 850, ../sass/parts/_plus.scss */
.card-number .listCardInput li {
  display: none;
}
/* line 853, ../sass/parts/_plus.scss */
.card-number .listCardInput .show {
  display: inline-block;
}
/* line 856, ../sass/parts/_plus.scss */
.card-number .listCardInput .hide {
  display: none !important;
}

/* line 863, ../sass/parts/_plus.scss */
.labelcolor label {
  color: #717d82 !important;
}

/* line 868, ../sass/parts/_plus.scss */
.paymentcardsBuy {
  padding: 0;
  margin: 0;
}

/* line 873, ../sass/parts/_plus.scss */
.donwgradePlanOption {
  margin: 0;
  padding: 10px 26px !important;
}
/* line 876, ../sass/parts/_plus.scss */
.donwgradePlanOption .plan-note {
  font-weight: 600;
  text-transform: none;
  font-size: 13px;
  line-height: 23px;
}
/* line 882, ../sass/parts/_plus.scss */
.donwgradePlanOption .sub-note {
  text-transform: none;
  padding-top: 4px;
  display: inline-block;
}

/* line 889, ../sass/parts/_plus.scss */
.noBg {
  background: none !important;
  border: none !important;
}

/* line 894, ../sass/parts/_plus.scss */
.payee-form {
  padding-top: 40px;
  padding-bottom: 60px;
}

/* Pricing Fields */
/* line 900, ../sass/parts/_plus.scss */
#jpf .form {
  width: 330px;
  margin-left: 86px;
}

/* line 905, ../sass/parts/_plus.scss */
#jpf .fields.nm {
  margin-bottom: 0px;
}

/* line 909, ../sass/parts/_plus.scss */
#jpf .fields label {
  color: #92999f;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}

/* line 917, ../sass/parts/_plus.scss */
#jpf .fields .card-number {
  width: 100%;
  background: #FFF url("/res/img/cc.png") right center no-repeat;
}

/* line 922, ../sass/parts/_plus.scss */
#jpf .fields .fld {
  width: 85px;
  color: #525a5c;
  background: #FFF;
  padding: 4px 8px;
  position: relative;
  margin-right: 10px;
  border: 1px solid #CACDD0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 936, ../sass/parts/_plus.scss */
#jpf .fields .fld span {
  line-height: 30px;
}

/* line 940, ../sass/parts/_plus.scss */
#jpf .fields .fld .dd-arrow {
  width: 18px;
  height: 26px;
  margin-top: 2px;
  cursor: pointer;
  border: 1px solid #CACDD0;
  background: url("/res/img/ddarrow.png") center center no-repeat;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 953, ../sass/parts/_plus.scss */
#jpf .fields .fld .dropdown {
  top: 36px;
  left: -1px;
  width: 85px;
  position: absolute;
}

/* line 960, ../sass/parts/_plus.scss */
#jpf .fields .fld .dropdown.dd-o li {
  color: #697278;
  cursor: pointer;
  font-size: 12px;
  padding: 0px 8px;
  line-height: 29px;
  border-left: 1px solid #cacdd0;
  border-right: 1px solid #cacdd0;
}

/* line 970, ../sass/parts/_plus.scss */
#jpf .fields .fld .dropdown.dd-o li:hover {
  color: #FFF;
  line-height: 27px;
  background: #5AA9E1;
  border: 1px solid #5AA9E1;
}

/* line 977, ../sass/parts/_plus.scss */
#jpf .fields .card-cvc {
  width: 140px;
  background: #FFF url("/res/img/ccv.png") right center no-repeat;
}

/* line 982, ../sass/parts/_plus.scss */
#jpf .fields .action {
  height: 40px;
  font-size: 14px;
  padding: 0px 20px;
  line-height: 40px;
}

/* line 989, ../sass/parts/_plus.scss */
#jpf .fields .action.processing {
  padding: 0px 20px 0px 40px;
  background: #49A3E1 url("/res/img/processing2.gif") 12px center no-repeat;
}

/* line 994, ../sass/parts/_plus.scss */
#jpf .fields.detail {
  width: 290px;
  margin-top: 26px;
}

/* line 999, ../sass/parts/_plus.scss */
#jpf .fields .wraper {
  margin-bottom: 10px;
}

/* line 1003, ../sass/parts/_plus.scss */
#jpf .seprator {
  width: 1px;
  height: 50px;
  background: #d9dcde;
  display: inline-block;
  margin: 0px 24px;
}

/* line 1011, ../sass/parts/_plus.scss */
#jpf .fields .title {
  color: #40484B;
  font-size: 16px;
  display: block;
  font-weight: normal;
}

/* line 1018, ../sass/parts/_plus.scss */
#jpf .fields .detail {
  color: #848F93;
  font-size: 14px;
  margin-top: 7px;
  margin-top: 10px;
  line-height: 20px;
  display: inline-block;
}

/* line 1027, ../sass/parts/_plus.scss */
.our-clients {
  text-align: center;
}
/* line 1030, ../sass/parts/_plus.scss */
.our-clients .detail {
  margin-bottom: 38px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #101010;
}

/* line 1039, ../sass/parts/_plus.scss */
.try_business_header {
  display: inline-block;
  padding-top: 6px;
  padding-left: 28.5%;
  color: #168EEA;
}

/* line 1046, ../sass/parts/_plus.scss */
.js-busines-sidebar {
  width: 160px !important;
  height: 150px !important;
  border: 1px solid #9467ef !important;
  position: absolute;
  bottom: 90px !important;
  padding: 14px 15px !important;
}
/* line 1053, ../sass/parts/_plus.scss */
.js-busines-sidebar h6 {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}
/* line 1059, ../sass/parts/_plus.scss */
.js-busines-sidebar .details {
  margin-bottom: 10px !important;
  line-height: 14px !important;
  font-size: 11px !important;
  color: #333c4e !important;
}
/* line 1065, ../sass/parts/_plus.scss */
.js-busines-sidebar a {
  color: #8a5ce7 !important;
  font-weight: 600 !important;
  font-size: 11px !important;
}
/* line 1070, ../sass/parts/_plus.scss */
.js-busines-sidebar .bus-download-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* line 1078, ../sass/parts/_plus.scss */
.clients-row + .clients-row {
  margin-top: 20px;
}

/* line 1079, ../sass/parts/_plus.scss */
.clients-row:last-child {
  margin-bottom: 10px;
}
/* line 1082, ../sass/parts/_plus.scss */
.windows-page .clients-row:last-child {
  margin-bottom: 0 !important;
}

/* line 1085, ../sass/parts/_plus.scss */
.client {
  display: inline-block;
  width: 200px;
  height: 104px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 1092, ../sass/parts/_plus.scss */
.client + .client {
  margin-left: 20px;
}
/* line 1094, ../sass/parts/_plus.scss */
.windows-page .client {
  width: 160px;
  height: 54px;
}
/* line 1171, ../sass/parts/_plus.scss */
.client.adobe {
  background-image: url('../images/clients/adobe.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1171, ../sass/parts/_plus.scss */
  .client.adobe {
    background-image: url('../images/clients/adobe@2x.png?1590749455');
    background-size: 107px 23px;
  }
}
/* line 1180, ../sass/parts/_plus.scss */
.client.evernote {
  background-image: url('../images/clients/evernote.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1180, ../sass/parts/_plus.scss */
  .client.evernote {
    background-image: url('../images/clients/evernote@2x.png?1590749455');
    background-size: 138px 34px;
  }
}
/* line 1189, ../sass/parts/_plus.scss */
.client.spotify {
  background-image: url('../images/clients/spotify.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1189, ../sass/parts/_plus.scss */
  .client.spotify {
    background-image: url('../images/clients/spotify@2x.png?1590749455');
    background-size: 152px 46px;
  }
}
/* line 1198, ../sass/parts/_plus.scss */
.client.amazon {
  background-image: url('../images/clients/amazon.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1198, ../sass/parts/_plus.scss */
  .client.amazon {
    background-image: url('../images/clients/amazon@2x.png?1590749455');
    background-size: 172px 33px;
  }
}
/* line 1207, ../sass/parts/_plus.scss */
.client.nike {
  background-image: url('../images/clients/nike.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1207, ../sass/parts/_plus.scss */
  .client.nike {
    background-image: url('../images/clients/nike@2x.png?1590749455');
    background-size: 75px 39px;
  }
}
/* line 1216, ../sass/parts/_plus.scss */
.client.salesforce {
  background-image: url('../images/clients/salesforce.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1216, ../sass/parts/_plus.scss */
  .client.salesforce {
    background-image: url('../images/clients/salesforce@2x.png?1590749455');
    background-size: 72px 50px;
  }
}
/* line 1225, ../sass/parts/_plus.scss */
.client.sony {
  background-image: url('../images/clients/sony.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1225, ../sass/parts/_plus.scss */
  .client.sony {
    background-image: url('../images/clients/sony@2x.png?1590749455');
    background-size: 101px 18px;
  }
}
/* line 1234, ../sass/parts/_plus.scss */
.client.espn {
  background-image: url('../images/clients/espn.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1234, ../sass/parts/_plus.scss */
  .client.espn {
    background-image: url('../images/clients/espn@2x.png?1590749455');
    background-size: 139px 35px;
  }
}
/* line 1243, ../sass/parts/_plus.scss */
.client.cisco {
  background-image: url('../images/clients/cisco.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1243, ../sass/parts/_plus.scss */
  .client.cisco {
    background-image: url('../images/clients/cisco@2x.png?1590749455');
    background-size: 82px 43px;
  }
}
/* line 1252, ../sass/parts/_plus.scss */
.client.disney {
  background-image: url('../images/clients/disney.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1252, ../sass/parts/_plus.scss */
  .client.disney {
    background-image: url('../images/clients/disney@2x.png?1590749455');
    background-size: 99px 44px;
  }
}
/* line 1261, ../sass/parts/_plus.scss */
.client.target {
  background-image: url('../images/clients/target.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1261, ../sass/parts/_plus.scss */
  .client.target {
    background-image: url('../images/clients/target@2x.png?1590749455');
    background-size: 42px 53px;
  }
}

/* line 1270, ../sass/parts/_plus.scss */
.valign {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}

/* line 1277, ../sass/parts/_plus.scss */
.btn-group .icn-admin-wheel:hover {
  background-position: -188px 0 !important;
}

/* line 1284, ../sass/parts/_plus.scss */
.adsharing .lft-txt {
  width: 480px;
  float: left;
}
/* line 1288, ../sass/parts/_plus.scss */
.adsharing .text-right {
  width: 430px;
}

/* line 1293, ../sass/parts/_plus.scss */
.terastoreage .pull-left {
  width: 300px;
}
/* line 1296, ../sass/parts/_plus.scss */
.terastoreage .pull-right {
  margin-top: 50px;
}

/* line 1301, ../sass/parts/_plus.scss */
.psswrdprotection .lft-txt {
  width: 490px;
  float: left;
}
/* line 1305, ../sass/parts/_plus.scss */
.psswrdprotection .text-right {
  width: 330px;
}

/* line 1310, ../sass/parts/_plus.scss */
.slfdestruct .pull-left {
  width: 350px;
}
/* line 1313, ../sass/parts/_plus.scss */
.slfdestruct .pull-right {
  margin-top: 30px;
}

/* line 1317, ../sass/parts/_plus.scss */
.custombranding {
  padding: 32px 0;
}
/* line 1319, ../sass/parts/_plus.scss */
.custombranding .lft-txt {
  width: 530px;
  float: left;
  margin-top: 50px;
}
/* line 1324, ../sass/parts/_plus.scss */
.custombranding .text-right {
  width: 400px;
}

/* line 1329, ../sass/parts/_plus.scss */
.customdomain .pull-left {
  width: 480px;
}
/* line 1332, ../sass/parts/_plus.scss */
.customdomain .pull-right {
  margin-top: 60px;
}

/* line 1337, ../sass/parts/_plus.scss */
.juminbox .lft-txt {
  width: 440px;
  float: left;
  margin-top: 60px;
}
/* line 1342, ../sass/parts/_plus.scss */
.juminbox .text-right {
  width: 480px;
}

/* line 1347, ../sass/parts/_plus.scss */
.schedsharing .pull-left {
  width: 450px;
}
/* line 1350, ../sass/parts/_plus.scss */
.schedsharing .pull-right {
  margin-top: 60px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1356, ../sass/parts/_plus.scss */
  .sidebar .logo-wrapper.pricing_logo {
    display: block !important;
  }

  /* line 1360, ../sass/parts/_plus.scss */
  .plus-page .content {
    width: 100% !important;
  }
}
@media only screen and (min-width: 280px) and (max-width: 768px) {
  /* line 1367, ../sass/parts/_plus.scss */
  .sidebar .logo-wrapper.pricing_logo {
    display: block !important;
  }

  /* line 1371, ../sass/parts/_plus.scss */
  .plus-page .content {
    width: 100% !important;
  }
  /* line 1375, ../sass/parts/_plus.scss */
  .plus-page .detailed_info_card .expiry-date, .plus-page .detailed_info_card .security-code, .plus-page .detailed_info_card .zip-code-group {
    width: 100% !important;
    left: 0;
  }

  /* line 1381, ../sass/parts/_plus.scss */
  .plus-page .upgrade-form-wrapper.responsive_frmWrper {
    margin: 0 auto !important;
    float: none !important;
    max-width: 100% !important;
  }

  /* line 1386, ../sass/parts/_plus.scss */
  .business-try .trial-feat {
    width: calc(100% - 40px);
    float: none !important;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
  }

  /* line 1394, ../sass/parts/_plus.scss */
  .fields-wrapper.planSelection .form-group.plan {
    height: auto !important;
    width: 300px !important;
  }
  /* line 1398, ../sass/parts/_plus.scss */
  .fields-wrapper.planSelection .form-group.plan #plan_yearly, .fields-wrapper.planSelection .form-group.plan #plan_yearly_business {
    border: none !important;
  }
  /* line 1403, ../sass/parts/_plus.scss */
  .fields-wrapper.planSelection .form-group .custom-controls {
    margin-left: 0 !important;
  }

  /* line 1411, ../sass/parts/_plus.scss */
  .business-try .upgrade-form-wrapper .detail {
    top: 0 !important;
  }
  /* line 1413, ../sass/parts/_plus.scss */
  .business-try .upgrade-form-wrapper .detail label {
    margin-left: 0 !important;
  }

  /* line 1419, ../sass/parts/_plus.scss */
  .plus-page .marketing .mk-heading {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
  }
  /* line 1422, ../sass/parts/_plus.scss */
  .plus-page .marketing .mk-heading h1 {
    font-size: 32px !important;
  }
  /* line 1425, ../sass/parts/_plus.scss */
  .plus-page .marketing .mk-heading .detail {
    margin-top: 20px !important;
  }
  /* line 1429, ../sass/parts/_plus.scss */
  .plus-page .marketing .logo-wrapper {
    height: 80px !important;
  }
  /* line 1433, ../sass/parts/_plus.scss */
  .plus-page .bg-lower {
    background-size: cover !important;
  }
  /* line 1436, ../sass/parts/_plus.scss */
  .plus-page .container {
    width: 100% !important;
    display: block !important;
  }
  /* line 1439, ../sass/parts/_plus.scss */
  .plus-page .container .left, .plus-page .container .right {
    float: none !important;
    width: calc(100% - 30px) !important;
  }
  /* line 1442, ../sass/parts/_plus.scss */
  .plus-page .container .left .centralize, .plus-page .container .left .five, .plus-page .container .left .three, .plus-page .container .right .centralize, .plus-page .container .right .five, .plus-page .container .right .three {
    margin: 0 !important;
  }
  /* line 1446, ../sass/parts/_plus.scss */
  .plus-page .container .tour-content {
    height: auto !important;
    width: 100%;
    max-width: 100% !important;
    padding: 0 30px !important;
  }
  /* line 1451, ../sass/parts/_plus.scss */
  .plus-page .container .tour-content h2 {
    margin-top: 0 !important;
    text-align: center !important;
  }
  /* line 1456, ../sass/parts/_plus.scss */
  .plus-page .container .img-pos {
    position: static !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 1464, ../sass/parts/_plus.scss */
  .plus-page .adsharing .lft-txt, .plus-page .adsharing .text-right {
    float: none !important;
    width: 100% !important;
  }
  /* line 1469, ../sass/parts/_plus.scss */
  .plus-page .adsharing .text-right img {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
  }
  /* line 1478, ../sass/parts/_plus.scss */
  .plus-page .terastoreage .pull-left {
    width: 100% !important;
    margin-top: 30px !important;
  }
  /* line 1481, ../sass/parts/_plus.scss */
  .plus-page .terastoreage .pull-left img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  /* line 1487, ../sass/parts/_plus.scss */
  .plus-page .terastoreage .pull-right {
    margin-top: 0px !important;
  }
  /* line 1492, ../sass/parts/_plus.scss */
  .plus-page .psswrdprotection .lft-txt, .plus-page .psswrdprotection .text-right {
    float: none !important;
    width: 100% !important;
  }
  /* line 1497, ../sass/parts/_plus.scss */
  .plus-page .psswrdprotection .text-right img {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
  }
  /* line 1506, ../sass/parts/_plus.scss */
  .plus-page .slfdestruct .pull-left {
    width: 100% !important;
    margin-top: 30px !important;
  }
  /* line 1509, ../sass/parts/_plus.scss */
  .plus-page .slfdestruct .pull-left img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  /* line 1515, ../sass/parts/_plus.scss */
  .plus-page .slfdestruct .pull-right {
    margin-top: 0px !important;
  }
  /* line 1519, ../sass/parts/_plus.scss */
  .plus-page .custombranding {
    padding: 0;
  }
  /* line 1521, ../sass/parts/_plus.scss */
  .plus-page .custombranding .lft-txt, .plus-page .custombranding .text-right {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  /* line 1527, ../sass/parts/_plus.scss */
  .plus-page .custombranding .text-right img {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
  }
  /* line 1535, ../sass/parts/_plus.scss */
  .plus-page .customdomain {
    margin-top: 0 !important;
  }
  /* line 1537, ../sass/parts/_plus.scss */
  .plus-page .customdomain .pull-left {
    width: 100% !important;
    margin-top: 30px !important;
  }
  /* line 1540, ../sass/parts/_plus.scss */
  .plus-page .customdomain .pull-left img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  /* line 1546, ../sass/parts/_plus.scss */
  .plus-page .customdomain .pull-right {
    margin-top: 0px !important;
  }
  /* line 1551, ../sass/parts/_plus.scss */
  .plus-page .juminbox .lft-txt, .plus-page .juminbox .text-right {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  /* line 1557, ../sass/parts/_plus.scss */
  .plus-page .juminbox .text-right img {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
  }
  /* line 1566, ../sass/parts/_plus.scss */
  .plus-page .schedsharing .pull-left {
    width: 100% !important;
    margin-top: 30px !important;
  }
  /* line 1569, ../sass/parts/_plus.scss */
  .plus-page .schedsharing .pull-left img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  /* line 1575, ../sass/parts/_plus.scss */
  .plus-page .schedsharing .pull-right {
    margin-top: 0px !important;
  }
  /* line 1579, ../sass/parts/_plus.scss */
  .plus-page .simple-steps {
    padding: 0 50px !important;
    border: none !important;
  }
  /* line 1583, ../sass/parts/_plus.scss */
  .plus-page .simple-steps h3 {
    margin-top: 50px !important;
    margin-bottom: 10px !important;
  }
  /* line 1587, ../sass/parts/_plus.scss */
  .plus-page .simple-steps .steps {
    margin-top: 0 !important;
  }
  /* line 1590, ../sass/parts/_plus.scss */
  .plus-page .simple-steps .steps .step {
    margin-top: 20px !important;
  }
  /* line 1593, ../sass/parts/_plus.scss */
  .plus-page .simple-steps .steps .step-detail {
    height: auto !important;
  }
  /* line 1596, ../sass/parts/_plus.scss */
  .plus-page .mk-heading {
    padding: 50px 0 !important;
  }
  /* line 1599, ../sass/parts/_plus.scss */
  .plus-page .prcingpanl {
    height: auto !important;
    padding-bottom: 20px !important;
  }
  /* line 1603, ../sass/parts/_plus.scss */
  .plus-page .pwrflanalytcs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 1606, ../sass/parts/_plus.scss */
  .plus-page .pwrflanalytcs h2 {
    margin-top: 0 !important;
  }
  /* line 1610, ../sass/parts/_plus.scss */
  .plus-page .v2 .mk-heading.title {
    width: 100%;
  }
  /* line 1613, ../sass/parts/_plus.scss */
  .plus-page .container .plan-container {
    margin: 0 auto;
    display: block;
    float: none;
    clear: both;
    height: auto;
    margin-bottom: 40px;
  }
  /* line 1620, ../sass/parts/_plus.scss */
  .plus-page .container .plan-container.basic {
    margin-top: -140px !important;
  }
  /* line 1624, ../sass/parts/_plus.scss */
  .plus-page .simple-steps .steps .step {
    width: 100%;
  }
  /* line 1628, ../sass/parts/_plus.scss */
  .plus-page .step-detail br {
    display: none !important;
  }
  /* line 1632, ../sass/parts/_plus.scss */
  .plus-page .bg-test-pricing {
    background-size: cover !important;
  }
  /* line 1635, ../sass/parts/_plus.scss */
  .plus-page .bg-test-pricing .testimonials-single .feedback {
    padding-top: 30px;
    margin-bottom: 50px;
  }
  /* line 1639, ../sass/parts/_plus.scss */
  .plus-page .bg-test-pricing .testimonials-single .tour-quote {
    width: 100% !important;
  }
  /* line 1644, ../sass/parts/_plus.scss */
  .plus-page .faq-section {
    margin-top: 50px;
  }
  /* line 1646, ../sass/parts/_plus.scss */
  .plus-page .faq-section h2 {
    margin-top: 50px !important;
    margin-bottom: 30px;
  }
  /* line 1650, ../sass/parts/_plus.scss */
  .plus-page .faq-section .faqs {
    margin: 0 !important;
    width: 100% !important;
  }
  /* line 1654, ../sass/parts/_plus.scss */
  .plus-page .faq-section .answers {
    margin-bottom: 30px;
  }
  /* line 1657, ../sass/parts/_plus.scss */
  .plus-page .faq-section .container {
    padding: 0 30px !important;
  }
  /* line 1661, ../sass/parts/_plus.scss */
  .plus-page .footer-v2 {
    overflow: hidden;
  }

  /* line 1665, ../sass/parts/_plus.scss */
  .pricing-plus .logo-wrapper {
    height: 80px !important;
  }
  /* line 1667, ../sass/parts/_plus.scss */
  .pricing-plus .logo-wrapper .nav-bar .rich a[href="/apps"] {
    display: block !important;
  }

  /* line 1671, ../sass/parts/_plus.scss */
  .feature-row {
    border: none !important;
  }

  /* line 1674, ../sass/parts/_plus.scss */
  .plan-container .plan-details.heading {
    margin-top: 60px !important;
  }

  /* line 1677, ../sass/parts/_plus.scss */
  .modal-signup-home .modal-body {
    padding: 36px 30px !important;
  }
}
/* line 1682, ../sass/parts/_plus.scss */
.checkout_updated_UI {
  display: flex;
  width: 100%;
  height: 100%;
}
/* line 1687, ../sass/parts/_plus.scss */
.checkout_updated_UI ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dddddd;
  opacity: 1;
  /* Firefox */
}
/* line 1692, ../sass/parts/_plus.scss */
.checkout_updated_UI :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dddddd;
}
/* line 1696, ../sass/parts/_plus.scss */
.checkout_updated_UI ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dddddd;
}
/* line 1700, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder {
  display: flex;
  width: 58%;
  justify-content: flex-end;
}
/* line 1704, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr {
  padding-top: 40px;
  max-width: 750px;
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
}
/* line 1710, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr h1 {
  margin-top: 80px;
  font-weight: 500;
  margin-bottom: 40px;
}
/* line 1715, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr h4 {
  font-size: 18px;
  font-weight: 500;
  color: #101010;
  margin-bottom: 25px;
}
/* line 1721, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr .billing_frm {
  padding-bottom: 0;
}
/* line 1723, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr .billing_frm .choose_pln {
  display: flex;
  max-width: 450px;
}
/* line 1726, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr .billing_frm .choose_pln span {
  text-transform: none;
}
/* line 1729, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr .billing_frm .choose_pln .plan-note {
  font-size: 16px;
  color: #101010;
  line-height: 1.2;
  margin-bottom: 5px;
}
/* line 1735, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr .billing_frm .choose_pln .sub-note {
  font-size: 14px;
  color: #101010;
}
/* line 1739, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr .billing_frm .choose_pln .sub_monthly {
  color: #717d82;
}
/* line 1742, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr .billing_frm .choose_pln .save_on_yearly {
  display: inline-block;
  color: #04a25a;
}
/* line 1748, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr .basic_info_update_panel {
  margin-top: 40px;
}
/* line 1752, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr .checkout-agree .agreement {
  text-transform: none;
  font-size: 15px;
}
/* line 1757, ../sass/parts/_plus.scss */
.checkout_updated_UI .form_fields_holder .wrapr .btn-blue-download {
  margin-bottom: 30px;
  width: 100%;
}
/* line 1763, ../sass/parts/_plus.scss */
.checkout_updated_UI .summary_holder {
  height: 100%;
  width: 42%;
  background-color: #F9F9F9;
  position: fixed;
  right: 0;
  top: 0;
}
/* line 1770, ../sass/parts/_plus.scss */
.checkout_updated_UI .summary_holder .summary_wrpr {
  padding-top: 140px;
  padding-left: 80px;
  max-width: 500px;
  padding-right: 80px;
  padding-bottom: 30px;
}
/* line 1776, ../sass/parts/_plus.scss */
.checkout_updated_UI .summary_holder .summary_wrpr h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: #101010;
}
/* line 1782, ../sass/parts/_plus.scss */
.checkout_updated_UI .summary_holder .summary_wrpr p.summ_strt_date {
  font-size: 14px;
  color: #717D82;
  padding-top: 12px;
}
/* line 1786, ../sass/parts/_plus.scss */
.checkout_updated_UI .summary_holder .summary_wrpr p.summ_strt_date span {
  background-color: #D6ECFF;
  padding: 5px 8px;
  border-radius: 4px;
  color: #3C4FAC;
  display: inline-block;
  margin-left: 2px;
}
/* line 1795, ../sass/parts/_plus.scss */
.checkout_updated_UI .summary_holder .summary_wrpr ul {
  padding: 0;
  margin-top: 0;
  list-style: none;
  margin-top: 30px;
}
/* line 1800, ../sass/parts/_plus.scss */
.checkout_updated_UI .summary_holder .summary_wrpr ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
/* line 1809, ../sass/parts/_plus.scss */
.checkout_updated_UI .summary_holder .summary_wrpr h5 {
  font-weight: 500;
  display: flex;
  font-size: 15px;
  color: #101010;
  padding-top: 10px;
  border-top: solid 2px #ddd;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  /* line 1682, ../sass/parts/_plus.scss */
  .checkout_updated_UI {
    flex-direction: column;
  }
  /* line 1822, ../sass/parts/_plus.scss */
  .checkout_updated_UI .form_fields_holder {
    width: 100%;
  }
  /* line 1824, ../sass/parts/_plus.scss */
  .checkout_updated_UI .form_fields_holder .wrapr {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0 auto;
  }
  /* line 1828, ../sass/parts/_plus.scss */
  .checkout_updated_UI .form_fields_holder .wrapr h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  /* line 1835, ../sass/parts/_plus.scss */
  .checkout_updated_UI .summary_holder {
    width: 100%;
    background-color: #fff;
    position: relative;
  }
  /* line 1839, ../sass/parts/_plus.scss */
  .checkout_updated_UI .summary_holder .summary_wrpr {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    max-width: 100%;
  }
  /* line 1844, ../sass/parts/_plus.scss */
  .checkout_updated_UI .summary_holder .summary_wrpr h2, .checkout_updated_UI .summary_holder .summary_wrpr p.summ_strt_date {
    text-align: center;
  }
}

/* line 1853, ../sass/parts/_plus.scss */
.pricing_comparision .btn {
  display: inline-block;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 160px;
  padding: 8px 0;
}
/* line 1863, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper {
  display: block;
}
/* line 1865, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .heading_at_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: sticky;
  padding-top: 25px;
  z-index: 1000;
  top: 0;
  margin-bottom: 20px;
  background-color: #fff;
}
/* line 1877, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .heading_at_top span {
  font-weight: 700;
  font-size: 18px;
  width: 200px;
  text-align: center;
  color: #131415;
}
@media all and (max-width: 768px) {
  /* line 1865, ../sass/parts/_plus.scss */
  .pricing_comparision .comp_table_wrapper .heading_at_top {
    justify-content: space-between;
    padding: 10px;
  }
  /* line 1887, ../sass/parts/_plus.scss */
  .pricing_comparision .comp_table_wrapper .heading_at_top .btn {
    display: none;
  }
  /* line 1890, ../sass/parts/_plus.scss */
  .pricing_comparision .comp_table_wrapper .heading_at_top span {
    width: auto;
  }
}
/* line 1895, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .heading_at_top_panel {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 15px;
  cursor: pointer;
  background-color: #f7f7f7;
}
/* line 1907, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .heading_at_top_panel span {
  font-weight: 700;
  font-size: 16px;
  width: 200px;
  text-align: center;
  transition: all .3s ease;
  color: #131415;
}
/* line 1915, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .heading_at_top_panel span.arrdown {
  width: 30px;
  transform: translateY(-3px);
}
/* line 1919, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .heading_at_top_panel span.sideUp {
  transform: rotate(180deg);
}
/* line 1923, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .heading_at_top_panel .first_clm {
  flex-grow: 1;
  text-align: left;
  font-size: 18px;
}
/* line 1929, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .comp_entries {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: solid 1px #e5e9f0;
}
/* line 1937, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .comp_entries li {
  display: flex;
  justify-content: space-between;
  transition: all .1s ease;
  border-bottom: 1px solid #e5e9f0;
  flex-flow: row wrap;
}
/* line 1943, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .comp_entries li:last-child {
  border-bottom: none;
}
/* line 1946, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .comp_entries li:hover {
  background-color: #f5f5f5;
}
/* line 1949, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .comp_entries li span {
  width: 200px;
  display: block;
  text-align: center;
  font-size: 14.5px;
  padding: 12px 15px;
  border-left: 1px solid #e5e9f0;
}
/* line 1956, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .comp_entries li span.cross {
  height: auto;
}
/* line 1958, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .comp_entries li span.cross:before, .pricing_comparision .comp_table_wrapper .comp_entries li span.cross:after {
  background: #ddd;
}
/* line 1963, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .comp_entries li .first_clm {
  flex-grow: 1;
  text-align: left;
  border-left: none;
}
/* line 1967, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .comp_entries li .first_clm span {
  display: inline;
}
/* line 1971, ../sass/parts/_plus.scss */
.pricing_comparision .comp_table_wrapper .comp_entries li .first_clm img {
  width: 12px;
  margin-left: 10px;
}
@media all and (max-width: 768px) {
  /* line 1993, ../sass/parts/_plus.scss */
  .pricing_comparision .comp_table_wrapper .comp_entries li span {
    flex-direction: column;
    flex: 1 25%;
    justify-content: center;
    padding: 12px 3px;
  }
  /* line 1999, ../sass/parts/_plus.scss */
  .pricing_comparision .comp_table_wrapper .comp_entries li .first_clm {
    flex: 1 100%;
    padding: 12px 15px !important;
    border-bottom: 1px solid #e5e9f0;
  }
}

/* line 4, ../sass/parts/_install.scss */
.install-page .container.main-content,
.download-page .container.main-content,
.apps-page .container.main-content {
  margin-top: 32px;
}
/* line 5, ../sass/parts/_install.scss */
.install-page .header-wrap,
.download-page .header-wrap,
.apps-page .header-wrap {
  position: relative;
}
/* line 6, ../sass/parts/_install.scss */
.install-page .container,
.download-page .container,
.apps-page .container {
  margin-top: 0;
}
/* line 7, ../sass/parts/_install.scss */
.install-page .header-wrap,
.install-page .site-header,
.download-page .header-wrap,
.download-page .site-header,
.apps-page .header-wrap,
.apps-page .site-header {
  border-bottom: 0;
}
/* line 9, ../sass/parts/_install.scss */
.install-page h1,
.download-page h1,
.apps-page h1 {
  margin-bottom: 10px;
}
/* line 10, ../sass/parts/_install.scss */
.install-page h2,
.download-page h2,
.apps-page h2 {
  text-align: center;
  margin-top: 52px;
  margin-bottom: 80px;
}
/* line 16, ../sass/parts/_install.scss */
.install-page .sub-heading,
.download-page .sub-heading,
.apps-page .sub-heading {
  font-size: 18px;
  line-height: 30px;
}
/* line 17, ../sass/parts/_install.scss */
.install-page .sub-heading-small, .install-page .sub-heading-xs,
.download-page .sub-heading-small,
.download-page .sub-heading-xs,
.apps-page .sub-heading-small,
.apps-page .sub-heading-xs {
  font-size: 14px;
  position: relative;
  top: 20px;
  left: 5px;
}
/* line 23, ../sass/parts/_install.scss */
.install-page .sub-heading-small,
.download-page .sub-heading-small,
.apps-page .sub-heading-small {
  font-weight: 600;
  margin-top: 0px;
}
/* line 27, ../sass/parts/_install.scss */
.install-page .sub-heading-xs,
.download-page .sub-heading-xs,
.apps-page .sub-heading-xs {
  line-height: 20px;
}
/* line 29, ../sass/parts/_install.scss */
.install-page .other-options,
.download-page .other-options,
.apps-page .other-options {
  margin-bottom: 20px;
}
/* line 31, ../sass/parts/_install.scss */
.install-page .other-options a,
.download-page .other-options a,
.apps-page .other-options a {
  color: #168EEA;
}
/* line 33, ../sass/parts/_install.scss */
.install-page .icon.icn-direct-link,
.download-page .icon.icn-direct-link,
.apps-page .icon.icn-direct-link {
  margin-top: 3px;
  margin-left: -3px;
  margin-right: 3px;
}
/* line 38, ../sass/parts/_install.scss */
.install-page .icon.icn-recipients,
.download-page .icon.icn-recipients,
.apps-page .icon.icn-recipients {
  margin-left: -4px;
  margin-right: 4px;
}
/* line 42, ../sass/parts/_install.scss */
.install-page .icon.icn-screen-shot,
.download-page .icon.icn-screen-shot,
.apps-page .icon.icn-screen-shot {
  margin-top: 3px;
  margin-left: -3px;
  margin-right: 3px;
}
/* line 47, ../sass/parts/_install.scss */
.install-page .icon.icn-notes,
.download-page .icon.icn-notes,
.apps-page .icon.icn-notes {
  margin-top: 3px;
  margin-left: -3px;
  margin-right: 3px;
}
/* line 52, ../sass/parts/_install.scss */
.install-page .icon.icn-social-media,
.download-page .icon.icn-social-media,
.apps-page .icon.icn-social-media {
  margin-top: 3px;
  margin-left: -3px;
  margin-right: 3px;
}
/* line 57, ../sass/parts/_install.scss */
.install-page .icon.icn-realtime-view,
.download-page .icon.icn-realtime-view,
.apps-page .icon.icn-realtime-view {
  margin-top: 3px;
  margin-left: -4px;
}
/* line 61, ../sass/parts/_install.scss */
.install-page .icon.icn-proxy,
.download-page .icon.icn-proxy,
.apps-page .icon.icn-proxy {
  margin-top: 3px;
  margin-left: -3px;
  margin-right: 3px;
}
/* line 66, ../sass/parts/_install.scss */
.install-page .icon.icn-alerts,
.download-page .icon.icn-alerts,
.apps-page .icon.icn-alerts {
  margin-top: 3px;
  margin-left: -3px;
  margin-right: 3px;
}
/* line 71, ../sass/parts/_install.scss */
.install-page .icon.icn-crown,
.download-page .icon.icn-crown,
.apps-page .icon.icn-crown {
  margin-top: 5px;
  margin-left: -3px;
  margin-right: 3px;
}
/* line 76, ../sass/parts/_install.scss */
.install-page .upgrade-to-plus .btn-blue,
.download-page .upgrade-to-plus .btn-blue,
.apps-page .upgrade-to-plus .btn-blue {
  margin-top: 32px;
}

/* line 81, ../sass/parts/_install.scss */
.upcoming {
  color: #ea532a;
  font-size: 11px;
  font-weight: normal;
}

/* line 87, ../sass/parts/_install.scss */
.btn-mg {
  min-width: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
/* line 91, ../sass/parts/_install.scss */
.btn-mg .button-title {
  font-size: 20px;
}
/* line 92, ../sass/parts/_install.scss */
.btn-mg p {
  margin: 0;
}

/* line 96, ../sass/parts/_install.scss */
.app-shot-wrapper {
  background: url("/res/images/shadow.png") center bottom no-repeat;
  background-size: 100% auto;
}
/* line 98, ../sass/parts/_install.scss */
.app-shot-wrapper .app-shot {
  height: 415px;
  background: url("/res/images/screenshots/install-page-shot-win.png") center top no-repeat;
}
/* line 101, ../sass/parts/_install.scss */
.install-page.mac .app-shot-wrapper .app-shot, .download-page.mac .app-shot-wrapper .app-shot {
  background: url("/res/images/screenshots/install-page-shot-mac.png") center top no-repeat;
}

/* line 107, ../sass/parts/_install.scss */
.quickly-capture-and-share-anything {
  background-image: url('../images/shadow.png?1590749456');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 113, ../sass/parts/_install.scss */
.quickly-capture-and-share-anything .app-shot {
  height: 415px;
  background: url('../images/screenshots/install-page-shot-mac.png?1590749455') center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 113, ../sass/parts/_install.scss */
  .quickly-capture-and-share-anything .app-shot {
    background-image: url('../images/screenshots/install-page-shot-mac@2x.png?1590749455');
    background-size: auto 100%;
  }
}
/* line 122, ../sass/parts/_install.scss */
.quickly-capture-and-share-anything .app-shot.win {
  height: 415px;
  background: url('../images/screenshots/install-page-shot-win.png?1590749455') center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 122, ../sass/parts/_install.scss */
  .quickly-capture-and-share-anything .app-shot.win {
    background-image: url('../images/screenshots/install-page-shot-win@2x.png?1590749455');
    background-size: auto 100%;
  }
}
/* line 133, ../sass/parts/_install.scss */
.quickly-capture-and-share-anything .app-shot-dashboard {
  height: 705px;
  width: 1032px;
  background: url('../images/screenshots/dashboardshot.png?1590749455') center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 133, ../sass/parts/_install.scss */
  .quickly-capture-and-share-anything .app-shot-dashboard {
    background-image: url('../images/screenshots/dashboardshot@2x.png?1590749455');
    background-size: auto 100%;
  }
}
/* line 143, ../sass/parts/_install.scss */
.quickly-capture-and-share-anything .app-shot-dashboard.win {
  height: 705px;
  width: 1032px;
  background: url('../images/screenshots/install-page-shot-win.png?1590749455') center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 143, ../sass/parts/_install.scss */
  .quickly-capture-and-share-anything .app-shot-dashboard.win {
    background-image: url('../images/screenshots/install-page-shot-win@2x.png?1590749455');
    background-size: auto 100%;
  }
}

/* line 156, ../sass/parts/_install.scss */
.quickly-capture-and-share-anything-new {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 162, ../sass/parts/_install.scss */
.quickly-capture-and-share-anything-new .app-shot {
  height: 600px;
  background: url('../images/screenshots/prevcapture.png?1590749456') center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 162, ../sass/parts/_install.scss */
  .quickly-capture-and-share-anything-new .app-shot {
    background-image: url('../images/screenshots/prevcapture@2x.png?1590749456');
    background-size: auto 100%;
  }
}
/* line 175, ../sass/parts/_install.scss */
.quickly-capture-and-share-anything-new .app-shot.win {
  height: 600px;
  background: url('../images/screenshots/prevcapture-win.png?1590749456') center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 175, ../sass/parts/_install.scss */
  .quickly-capture-and-share-anything-new .app-shot.win {
    background-image: url('../images/screenshots/prevcapture-win@2x.png?1590749456');
    background-size: auto 100%;
  }
}
/* line 186, ../sass/parts/_install.scss */
.quickly-capture-and-share-anything-new .app-shot-dashboard {
  height: 705px;
  width: 1040px;
  background: url('../images/screenshots/dashboardshot.png?1590749455') center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 186, ../sass/parts/_install.scss */
  .quickly-capture-and-share-anything-new .app-shot-dashboard {
    background-image: url('../images/screenshots/dashboardshot@2x.png?1590749455');
    background-size: auto 100%;
  }
}
/* line 196, ../sass/parts/_install.scss */
.quickly-capture-and-share-anything-new .app-shot-dashboard.win {
  height: 705px;
  width: 1040px;
  background: url('../images/screenshots/install-page-shot-win.png?1590749455') center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 196, ../sass/parts/_install.scss */
  .quickly-capture-and-share-anything-new .app-shot-dashboard.win {
    background-image: url('../images/screenshots/install-page-shot-win@2x.png?1590749455');
    background-size: auto 100%;
  }
}

/* line 209, ../sass/parts/_install.scss */
.app-illustration {
  height: 320px;
  background: url('../images/screenshots/illustration.png?1590749455') center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 209, ../sass/parts/_install.scss */
  .app-illustration {
    background-image: url('../images/screenshots/illustration@2x.png?1590749455');
    background-size: auto 100%;
  }
}
/* line 218, ../sass/parts/_install.scss */
.app-illustration.win {
  height: 320px;
  background: url('../images/screenshots/illustration.png?1590749455') center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 218, ../sass/parts/_install.scss */
  .app-illustration.win {
    background-image: url('../images/screenshots/illustration@2x.png?1590749455');
    background-size: auto 100%;
  }
}

/* line 4, ../sass/parts/_download.scss */
.download-page h3,
.apps-page h3 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 9, ../sass/parts/_download.scss */
.download-page .title,
.apps-page .title {
  font-size: 20px;
  color: #101010;
}
/* line 10, ../sass/parts/_download.scss */
.download-page .sub-heading,
.apps-page .sub-heading {
  margin-bottom: 40px;
}
/* line 11, ../sass/parts/_download.scss */
.download-page .content,
.apps-page .content {
  width: 800px;
}
/* line 12, ../sass/parts/_download.scss */
.download-page .nav li a,
.apps-page .nav li a {
  text-transform: initial;
}
/* line 13, ../sass/parts/_download.scss */
.download-page .steps,
.apps-page .steps {
  width: 930px;
  margin: 0 auto 40px;
}
/* line 18, ../sass/parts/_download.scss */
.download-page .steps .step.wimg,
.apps-page .steps .step.wimg {
  width: 285px;
  margin-right: 35px;
  margin-bottom: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
  border-top: solid 1px #f1f1f1;
}
/* line 30, ../sass/parts/_download.scss */
.download-page .steps .step.wimg img,
.apps-page .steps .step.wimg img {
  display: block;
  width: 100%;
}
/* line 35, ../sass/parts/_download.scss */
.download-page .steps .step.wimg .box_bottom_txt,
.apps-page .steps .step.wimg .box_bottom_txt {
  padding: 20px 10px;
  clear: both;
  overflow: hidden;
}
/* line 39, ../sass/parts/_download.scss */
.download-page .steps .step.wimg .box_bottom_txt h6,
.apps-page .steps .step.wimg .box_bottom_txt h6 {
  display: block;
  float: left;
  font-size: 20px;
  color: #168EEA;
  text-align: center;
  border: solid 2px #d4d4d4;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  margin-top: -4px;
  font-weight: bold;
}
/* line 53, ../sass/parts/_download.scss */
.download-page .steps .step.wimg .box_bottom_txt p,
.apps-page .steps .step.wimg .box_bottom_txt p {
  width: 213px;
  float: left;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 10px;
  color: #101010;
  font-weight: 500;
}
/* line 61, ../sass/parts/_download.scss */
.download-page .steps .step.wimg .box_bottom_txt p span,
.apps-page .steps .step.wimg .box_bottom_txt p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  padding-top: 5px;
  color: #55636c;
  line-height: 20px;
}
/* line 73, ../sass/parts/_download.scss */
.download-page .steps .step.wimg.nm,
.apps-page .steps .step.wimg.nm {
  margin-right: 0px;
}
/* line 77, ../sass/parts/_download.scss */
.download-page .steps .step,
.apps-page .steps .step {
  width: 290px;
  color: #101010;
  margin-bottom: 30px;
}
/* line 82, ../sass/parts/_download.scss */
.download-page .steps .step.mac-app-shot, .download-page .steps .step.win-app-shot, .download-page .steps .step.iphone-app-shot, .download-page .steps .step.ipad-app-shot, .download-page .steps .step.android-app-shot,
.apps-page .steps .step.mac-app-shot,
.apps-page .steps .step.win-app-shot,
.apps-page .steps .step.iphone-app-shot,
.apps-page .steps .step.ipad-app-shot,
.apps-page .steps .step.android-app-shot {
  text-align: center;
}
/* line 89, ../sass/parts/_download.scss */
.download-page .steps .step.mac-app-shot .heading, .download-page .steps .step.win-app-shot .heading, .download-page .steps .step.iphone-app-shot .heading, .download-page .steps .step.ipad-app-shot .heading, .download-page .steps .step.android-app-shot .heading,
.apps-page .steps .step.mac-app-shot .heading,
.apps-page .steps .step.win-app-shot .heading,
.apps-page .steps .step.iphone-app-shot .heading,
.apps-page .steps .step.ipad-app-shot .heading,
.apps-page .steps .step.android-app-shot .heading {
  margin-bottom: 10px;
}
/* line 91, ../sass/parts/_download.scss */
.download-page .steps .step.mac-app-shot .img, .download-page .steps .step.win-app-shot .img, .download-page .steps .step.iphone-app-shot .img, .download-page .steps .step.ipad-app-shot .img, .download-page .steps .step.android-app-shot .img,
.apps-page .steps .step.mac-app-shot .img,
.apps-page .steps .step.win-app-shot .img,
.apps-page .steps .step.iphone-app-shot .img,
.apps-page .steps .step.ipad-app-shot .img,
.apps-page .steps .step.android-app-shot .img {
  display: block;
  height: 210px;
}
/* line 96, ../sass/parts/_download.scss */
.download-page .steps .step.mac-app-shot .btn-download, .download-page .steps .step.win-app-shot .btn-download, .download-page .steps .step.iphone-app-shot .btn-download, .download-page .steps .step.ipad-app-shot .btn-download, .download-page .steps .step.android-app-shot .btn-download,
.apps-page .steps .step.mac-app-shot .btn-download,
.apps-page .steps .step.win-app-shot .btn-download,
.apps-page .steps .step.iphone-app-shot .btn-download,
.apps-page .steps .step.ipad-app-shot .btn-download,
.apps-page .steps .step.android-app-shot .btn-download {
  margin: 0;
  margin-top: 4px;
  padding: 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
/* line 105, ../sass/parts/_download.scss */
.download-page .steps .step.mac-app-shot i, .download-page .steps .step.win-app-shot i, .download-page .steps .step.iphone-app-shot i, .download-page .steps .step.ipad-app-shot i, .download-page .steps .step.android-app-shot i,
.apps-page .steps .step.mac-app-shot i,
.apps-page .steps .step.win-app-shot i,
.apps-page .steps .step.iphone-app-shot i,
.apps-page .steps .step.ipad-app-shot i,
.apps-page .steps .step.android-app-shot i {
  display: inline-block;
  margin-top: 15px;
}
/* line 111, ../sass/parts/_download.scss */
.download-page .steps .step.mac-app-shot, .download-page .steps .step.android-app-shot,
.apps-page .steps .step.mac-app-shot,
.apps-page .steps .step.android-app-shot {
  width: 334px;
}
/* line 114, ../sass/parts/_download.scss */
.download-page .steps .step.win-app-shot,
.apps-page .steps .step.win-app-shot {
  width: 480px;
}
/* line 116, ../sass/parts/_download.scss */
.download-page .steps .step.iphone-app-shot,
.apps-page .steps .step.iphone-app-shot {
  width: 178px;
}
/* line 117, ../sass/parts/_download.scss */
.download-page .steps .step.ipad-app-shot,
.apps-page .steps .step.ipad-app-shot {
  width: 178px;
}
/* line 120, ../sass/parts/_download.scss */
.download-page .steps .step.android-app-shot,
.apps-page .steps .step.android-app-shot {
  text-align: center;
}
/* line 123, ../sass/parts/_download.scss */
.download-page .steps .step .heading,
.apps-page .steps .step .heading {
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}
/* line 130, ../sass/parts/_download.scss */
.download-page .steps .step .detail,
.apps-page .steps .step .detail {
  font-size: 15px;
}
/* line 134, ../sass/parts/_download.scss */
.download-page .steps .step.wimg .detail,
.apps-page .steps .step.wimg .detail {
  font-size: 13px;
}
/* line 138, ../sass/parts/_download.scss */
.download-page .msg,
.apps-page .msg {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 20px;
}
/* line 144, ../sass/parts/_download.scss */
.download-page .steps .step .detail.pnts,
.apps-page .steps .step .detail.pnts {
  font-size: 15px;
  line-height: 25px;
  padding-left: 20px;
  display: inline-block;
  background: url("/res/img/bullet.png") 0px 9px no-repeat;
}
/* line 152, ../sass/parts/_download.scss */
.download-page .divider,
.apps-page .divider {
  margin-left: 45px;
  margin-right: 45px;
  margin-top: 15px;
}
/* line 159, ../sass/parts/_download.scss */
.download-page .appsPage h1,
.apps-page .appsPage h1 {
  font-size: 30px;
  color: #292727;
  font-weight: 700;
}
/* line 164, ../sass/parts/_download.scss */
.download-page .appsPage .sub-heading,
.apps-page .appsPage .sub-heading {
  color: #55636c;
}

/* line 172, ../sass/parts/_download.scss */
.download-page h1 {
  font-size: 36px;
  color: #292727;
}
/* line 176, ../sass/parts/_download.scss */
.download-page .sub-heading {
  margin-bottom: 0px;
  font-size: 18px;
  color: #55636c;
  line-height: 30px;
}
/* line 182, ../sass/parts/_download.scss */
.download-page .vertical-centre {
  width: 100%;
  position: fixed;
  top: 50%;
  margin-top: -117px !important;
}
/* line 191, ../sass/parts/_download.scss */
.download-page .userInviteSuccess {
  padding-top: 30px;
}
/* line 194, ../sass/parts/_download.scss */
.download-page .userInviteSuccess .upgrade-to-plus .text-heading {
  margin-top: 0 !important;
}
/* line 198, ../sass/parts/_download.scss */
.download-page .userInviteSuccess img {
  display: block;
  margin: 0 auto;
  width: 60%;
  margin-bottom: 20px;
}
/* line 204, ../sass/parts/_download.scss */
.download-page .userInviteSuccess h1 {
  font-size: 28px;
  font-weight: 200;
  color: #292727;
}
/* line 209, ../sass/parts/_download.scss */
.download-page .userInviteSuccess .sub-heading {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.6;
}
/* line 213, ../sass/parts/_download.scss */
.download-page .userInviteSuccess .sub-heading .download-app {
  color: white;
  margin-top: 30px;
  width: 280px;
  font-weight: 600;
}
/* line 219, ../sass/parts/_download.scss */
.download-page .userInviteSuccess .sub-heading span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

/* line 229, ../sass/parts/_download.scss */
.apps-page .container.main-content {
  width: 1000px;
}
/* line 230, ../sass/parts/_download.scss */
.apps-page .steps {
  width: 1000px;
}
/* line 231, ../sass/parts/_download.scss */
.apps-page .steps .step .heading {
  font-size: 15px;
}

/* line 236, ../sass/parts/_download.scss */
.anchor-link {
  font-size: 16px;
}
/* line 238, ../sass/parts/_download.scss */
.anchor-link a {
  color: #168EEA;
}

/* line 241, ../sass/parts/_download.scss */
#section-1, #section-2 {
  transition: all 250ms ease;
}

@media (max-width: 768px) {
  /* line 246, ../sass/parts/_download.scss */
  .apps-page .container.main-content, .apps-page .steps, .container {
    width: 100% !important;
  }

  /* line 249, ../sass/parts/_download.scss */
  .steps {
    padding: 0 !important;
  }
  /* line 251, ../sass/parts/_download.scss */
  .steps .step {
    float: none !important;
    max-width: 340px;
    margin: 0 auto;
  }

  /* line 258, ../sass/parts/_download.scss */
  .android-app-shot img {
    width: 150px !important;
  }

  /* line 263, ../sass/parts/_download.scss */
  .iphone-app-shot img {
    width: 130px !important;
  }

  /* line 267, ../sass/parts/_download.scss */
  .heightauto {
    width: 130px !important;
  }
}
/* line 276, ../sass/parts/_download.scss */
.apps_pages h1, .apps_pages p {
  text-align: center;
}
/* line 279, ../sass/parts/_download.scss */
.apps_pages h1 {
  font-size: 30px;
  color: #101010;
  font-weight: 700;
  margin-top: 32px;
}
/* line 285, ../sass/parts/_download.scss */
.apps_pages p {
  font-size: 18px;
  line-height: 30px;
}
/* line 289, ../sass/parts/_download.scss */
.apps_pages .apps_wrapper {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  /* line 289, ../sass/parts/_download.scss */
  .apps_pages .apps_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  /* line 289, ../sass/parts/_download.scss */
  .apps_pages .apps_wrapper {
    grid-template-columns: 1fr;
  }
}
/* line 300, ../sass/parts/_download.scss */
.apps_pages .apps_wrapper .single_app {
  text-align: center;
  margin-bottom: 40px;
}
/* line 303, ../sass/parts/_download.scss */
.apps_pages .apps_wrapper .single_app span {
  display: block;
  margin-top: 15px;
}
/* line 307, ../sass/parts/_download.scss */
.apps_pages .apps_wrapper .single_app h4 {
  margin-top: 25px;
}

/* line 2, ../sass/parts/_referral.scss */
.referral-page .header-wrap,
.referral-page .site-header {
  border-bottom: 0;
}
/* line 4, ../sass/parts/_referral.scss */
.referral-page .main-content {
  margin-top: 32px;
}
/* line 5, ../sass/parts/_referral.scss */
.referral-page .banner {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
/* line 10, ../sass/parts/_referral.scss */
.referral-page h1 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 4px;
}
/* line 16, ../sass/parts/_referral.scss */
.referral-page .detail {
  font-size: 18px;
  line-height: 30px;
  color: #101010;
}
/* line 21, ../sass/parts/_referral.scss */
.referral-page .text-heading {
  margin-bottom: 40px;
  text-align: center;
}
/* line 25, ../sass/parts/_referral.scss */
.referral-page h3 {
  color: #717d82;
}
/* line 26, ../sass/parts/_referral.scss */
.referral-page .invite-form-wrapper {
  width: 650px;
  margin: 20px auto;
}
/* line 30, ../sass/parts/_referral.scss */
.referral-page .btn-lg, .referral-page .btn-group-lg > .btn {
  font-size: 14px;
}
/* line 31, ../sass/parts/_referral.scss */
.referral-page .btn-invite {
  background-color: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 36, ../sass/parts/_referral.scss */
.referral-page .gmail-connect-wrapper {
  width: 226px;
  margin: 0 auto;
  text-align: left;
}
/* line 42, ../sass/parts/_referral.scss */
.referral-page .gmail-connect-wrapper .title {
  font-size: 14px;
  margin-top: 6px;
}
/* line 46, ../sass/parts/_referral.scss */
.referral-page .gmail-connect-wrapper .notice {
  font-weight: 400;
  font-size: 12px;
}
/* line 50, ../sass/parts/_referral.scss */
.referral-page .gmail-connect-wrapper p {
  margin: 0;
}
/* line 51, ../sass/parts/_referral.scss */
.referral-page .gmail-connect-wrapper .icn-gmail {
  margin-top: 4px;
}
/* line 53, ../sass/parts/_referral.scss */
.referral-page .icn-invite {
  margin-left: -40px;
  position: absolute;
  margin-top: 3px;
}
/* line 58, ../sass/parts/_referral.scss */
.referral-page .btn-in-submit {
  margin-top: 30px;
  line-height: 2.4;
}

/* line 64, ../sass/parts/_referral.scss */
.social-options {
  position: relative;
  margin-top: 30px;
}

/* line 70, ../sass/parts/_referral.scss */
.copy-link-group .btn {
  height: 42px;
  padding: 11px 18px;
  padding-left: 40px;
}
/* line 75, ../sass/parts/_referral.scss */
.copy-link-group .icn-twitter-link {
  position: absolute;
  left: 15px;
}
/* line 79, ../sass/parts/_referral.scss */
.copy-link-group .form-control {
  width: 213px;
  height: 42px;
}

/* line 85, ../sass/parts/_referral.scss */
.btn-socials {
  width: 302px;
  height: 42px;
  padding: 10px 18px;
}
/* line 88, ../sass/parts/_referral.scss */
.btn-socials span {
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: -3px;
}

/* line 95, ../sass/parts/_referral.scss */
.btn-facebook {
  right: -29px !important;
  color: #fff;
  background-color: #3b5998;
  border-color: #324a80;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.btn-facebook:hover, .btn-facebook.hover {
  background-color: #324a80;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #324a80;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.btn-facebook.disabled, .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled:active, .btn-facebook.disabled.active, .btn-facebook[disabled], .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:active, fieldset[disabled] .btn-facebook.active {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}

/* line 99, ../sass/parts/_referral.scss */
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: #4c99d4;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.btn-twitter:hover, .btn-twitter.hover {
  background-color: #4c99d4;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #4c99d4;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.btn-twitter.disabled, .btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled:active, .btn-twitter.disabled.active, .btn-twitter[disabled], .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter:active, fieldset[disabled] .btn-twitter.active {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}

/* line 103, ../sass/parts/_referral.scss */
.or-seprator {
  padding-top: 30px;
  padding-bottom: 15px;
}
/* line 105, ../sass/parts/_referral.scss */
.or-seprator .or {
  margin-right: 13px;
  margin-left: 15px;
  text-align: center;
}
/* line 110, ../sass/parts/_referral.scss */
.or-seprator .brdr {
  width: 46.6%;
  height: 1px;
  margin-top: 10px;
  background-color: #ccc;
}
/* line 112, ../sass/parts/_referral.scss */
.or-seprator .brdr.more-ways {
  width: 38.6%;
}

/* line 2, ../sass/parts/_free-box.scss */
.scheduled-shares-page.free-user .content.sc-fu {
  min-height: 560px;
  min-height: 80vh;
  background: url("/res/images/schedule-share-for-free-users.png") left 186px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 2, ../sass/parts/_free-box.scss */
  .scheduled-shares-page.free-user .content.sc-fu {
    background-image: url("/res/images/schedule-share-for-free-users@2x.png");
    background-size: 768px 576px;
  }
}

/* line 15, ../sass/parts/_free-box.scss */
.analytics-page.free-user .content .ap-fu {
  height: 2700px;
  background: url("/res/images/analytics-page-for-free-users.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 15, ../sass/parts/_free-box.scss */
  .analytics-page.free-user .content .ap-fu {
    background-image: url("/res/images/analytics-page-for-free-users@2x.png");
    background-size: 100% auto;
  }
}

/* line 26, ../sass/parts/_free-box.scss */
.uf-box {
  padding: 25px;
  border: 1px solid rgba(115, 127, 132, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 29, ../sass/parts/_free-box.scss */
.uf-box .detail {
  width: 100%;
  line-height: 1.6;
  display: inline-block;
}
/* line 35, ../sass/parts/_free-box.scss */
.uf-box .icn-schedule {
  margin-top: 9px;
  vertical-align: top;
  margin-right: 10px;
  display: inline-block;
}
/* line 36, ../sass/parts/_free-box.scss */
.uf-box .icn-analytics {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  vertical-align: top;
}
/* line 42, ../sass/parts/_free-box.scss */
.uf-box h3 {
  margin-top: 0;
  line-height: .8;
}
/* line 46, ../sass/parts/_free-box.scss */
.uf-box p {
  margin-bottom: 20px;
}

/* line 52, ../sass/parts/_free-box.scss */
.analytics_free_view_spacing .uf-box {
  margin-bottom: 35px;
  display: flex;
}

@media all and (max-width: 768px) {
  /* line 59, ../sass/parts/_free-box.scss */
  .analytics_free_view_spacing {
    padding-top: 10px;
    margin-top: 0;
  }
}
/* Layout helpers
----------------------------------*/
/* line 3, ../sass/parts/_calendar.scss */
.ui-helper-hidden {
  display: none;
}

/* line 6, ../sass/parts/_calendar.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 16, ../sass/parts/_calendar.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 26, ../sass/parts/_calendar.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 32, ../sass/parts/_calendar.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 35, ../sass/parts/_calendar.scss */
.ui-helper-clearfix {
  min-height: 0;
  support: IE7;
}

/* line 39, ../sass/parts/_calendar.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 49, ../sass/parts/_calendar.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 56, ../sass/parts/_calendar.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 65, ../sass/parts/_calendar.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 77, ../sass/parts/_calendar.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 84, ../sass/parts/_calendar.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}
/* line 87, ../sass/parts/_calendar.scss */
.ui-accordion .ui-accordion-header #ui-datepicker-div {
  right: 0px;
  margin: 0px auto;
  transform: translateX(-380px);
}

/* line 96, ../sass/parts/_calendar.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 99, ../sass/parts/_calendar.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

/* line 102, ../sass/parts/_calendar.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 105, ../sass/parts/_calendar.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 111, ../sass/parts/_calendar.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 116, ../sass/parts/_calendar.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 122, ../sass/parts/_calendar.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

/* line 133, ../sass/parts/_calendar.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 141, ../sass/parts/_calendar.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
/* line 145, ../sass/parts/_calendar.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 148, ../sass/parts/_calendar.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 151, ../sass/parts/_calendar.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
/* line 156, ../sass/parts/_calendar.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

/* line 160, ../sass/parts/_calendar.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 163, ../sass/parts/_calendar.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 168, ../sass/parts/_calendar.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 172, ../sass/parts/_calendar.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 176, ../sass/parts/_calendar.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 181, ../sass/parts/_calendar.scss */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
/* line 186, ../sass/parts/_calendar.scss */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 195, ../sass/parts/_calendar.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 199, ../sass/parts/_calendar.scss */
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 204, ../sass/parts/_calendar.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
/* line 211, ../sass/parts/_calendar.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 214, ../sass/parts/_calendar.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 221, ../sass/parts/_calendar.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 226, ../sass/parts/_calendar.scss */
.ui-datepicker {
  width: 270px;
  display: none;
}
/* line 229, ../sass/parts/_calendar.scss */
.ui-datepicker .arrow {
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -5px;
}

/* line 236, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
  margin: 0 20px;
}
/* line 240, ../sass/parts/_calendar.scss */
.analytics-page .ui-datepicker .ui-datepicker-header, .modal-analytics .ui-datepicker .ui-datepicker-header {
  padding-top: 9px;
  padding-bottom: 2px;
}

/* line 246, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  width: 1.8em;
  height: 2.2em;
  cursor: pointer;
}

/* line 254, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-prev {
  left: -10px;
}

/* line 257, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-next {
  right: -10px;
}

/* line 260, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"  !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
  opacity: 0 !important;
}

/* line 265, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -4px;
}

/* line 275, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-prev span {
  background-position: -6575px 0;
  height: 9px;
  width: 5px;
}

/* line 276, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-next span {
  background-position: -6358px 0;
  height: 9px;
  width: 5px;
}

/* line 278, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  color: #5c5c5c;
}
/* line 284, ../sass/parts/_calendar.scss */
.analytics-page .ui-datepicker .ui-datepicker-title, .modal-analytics .ui-datepicker .ui-datepicker-title {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 290, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 294, ../sass/parts/_calendar.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 297, ../sass/parts/_calendar.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 301, ../sass/parts/_calendar.scss */
.ui-datepicker table {
  width: 206px;
  font-size: 13px;
  border-collapse: collapse;
  margin: 8px 20px;
}
/* line 306, ../sass/parts/_calendar.scss */
.analytics-page .ui-datepicker table, .modal-analytics .ui-datepicker table {
  font-size: 13px;
}

/* line 309, ../sass/parts/_calendar.scss */
.ui-datepicker th {
  padding: .7em .3em;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  color: #101010;
}
/* line 317, ../sass/parts/_calendar.scss */
.analytics-page .ui-datepicker th, .modal-analytics .ui-datepicker th {
  color: #5c5c5c;
}

/* line 320, ../sass/parts/_calendar.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
/* line 345, ../sass/parts/_calendar.scss */
.analytics-page .ui-datepicker td, .modal-analytics .ui-datepicker td {
  padding: 0;
}
/* line 349, ../sass/parts/_calendar.scss */
.analytics-page .ui-datepicker td.dp-highlight.dp-highlight-first a, .modal-analytics .ui-datepicker td.dp-highlight.dp-highlight-first a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 350, ../sass/parts/_calendar.scss */
.analytics-page .ui-datepicker td.dp-highlight.dp-highlight-last a, .modal-analytics .ui-datepicker td.dp-highlight.dp-highlight-last a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 351, ../sass/parts/_calendar.scss */
.analytics-page .ui-datepicker td.dp-highlight .ui-state-default, .modal-analytics .ui-datepicker td.dp-highlight .ui-state-default {
  background: #168EEA;
  color: #FFF;
}

/* line 358, ../sass/parts/_calendar.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  width: 24px;
  height: 24px;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
}
/* line 367, ../sass/parts/_calendar.scss */
.analytics-page .ui-datepicker td span, .modal-analytics .ui-datepicker td span, .analytics-page
.ui-datepicker td a, .modal-analytics
.ui-datepicker td a {
  width: auto;
  height: 26px;
  border: 0;
  line-height: 22px;
}

/* line 375, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0;
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 383, ../sass/parts/_calendar.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 388, ../sass/parts/_calendar.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 391, ../sass/parts/_calendar.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 394, ../sass/parts/_calendar.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 398, ../sass/parts/_calendar.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 401, ../sass/parts/_calendar.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 404, ../sass/parts/_calendar.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 407, ../sass/parts/_calendar.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 411, ../sass/parts/_calendar.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 414, ../sass/parts/_calendar.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 421, ../sass/parts/_calendar.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 424, ../sass/parts/_calendar.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 428, ../sass/parts/_calendar.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 432, ../sass/parts/_calendar.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 436, ../sass/parts/_calendar.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 440, ../sass/parts/_calendar.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 443, ../sass/parts/_calendar.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 446, ../sass/parts/_calendar.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 450, ../sass/parts/_calendar.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 455, ../sass/parts/_calendar.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 462, ../sass/parts/_calendar.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 466, ../sass/parts/_calendar.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 474, ../sass/parts/_calendar.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 483, ../sass/parts/_calendar.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 490, ../sass/parts/_calendar.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 497, ../sass/parts/_calendar.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 500, ../sass/parts/_calendar.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 504, ../sass/parts/_calendar.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 511, ../sass/parts/_calendar.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 514, ../sass/parts/_calendar.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 521, ../sass/parts/_calendar.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 525, ../sass/parts/_calendar.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/* line 532, ../sass/parts/_calendar.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 539, ../sass/parts/_calendar.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

/* line 547, ../sass/parts/_calendar.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 553, ../sass/parts/_calendar.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

/* line 558, ../sass/parts/_calendar.scss */
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
/* line 563, ../sass/parts/_calendar.scss */
.ui-menu-icons {
  position: relative;
}

/* line 566, ../sass/parts/_calendar.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
/* line 572, ../sass/parts/_calendar.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
/* line 579, ../sass/parts/_calendar.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* line 583, ../sass/parts/_calendar.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 588, ../sass/parts/_calendar.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 592, ../sass/parts/_calendar.scss */
.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 597, ../sass/parts/_calendar.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 600, ../sass/parts/_calendar.scss */
.ui-resizable {
  position: relative;
}

/* line 603, ../sass/parts/_calendar.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 608, ../sass/parts/_calendar.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 612, ../sass/parts/_calendar.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 619, ../sass/parts/_calendar.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 626, ../sass/parts/_calendar.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 633, ../sass/parts/_calendar.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 640, ../sass/parts/_calendar.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 647, ../sass/parts/_calendar.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 654, ../sass/parts/_calendar.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 661, ../sass/parts/_calendar.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 668, ../sass/parts/_calendar.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 673, ../sass/parts/_calendar.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 677, ../sass/parts/_calendar.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 684, ../sass/parts/_calendar.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
/* line 694, ../sass/parts/_calendar.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 699, ../sass/parts/_calendar.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 702, ../sass/parts/_calendar.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 706, ../sass/parts/_calendar.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 710, ../sass/parts/_calendar.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 713, ../sass/parts/_calendar.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 717, ../sass/parts/_calendar.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 721, ../sass/parts/_calendar.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 726, ../sass/parts/_calendar.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 730, ../sass/parts/_calendar.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 733, ../sass/parts/_calendar.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 736, ../sass/parts/_calendar.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 743, ../sass/parts/_calendar.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 753, ../sass/parts/_calendar.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to overide default borders */
/* line 767, ../sass/parts/_calendar.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertical centre icon */
/* line 773, ../sass/parts/_calendar.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 779, ../sass/parts/_calendar.scss */
.ui-spinner-up {
  top: 0;
}

/* line 782, ../sass/parts/_calendar.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 787, ../sass/parts/_calendar.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/* line 791, ../sass/parts/_calendar.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 795, ../sass/parts/_calendar.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 799, ../sass/parts/_calendar.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 809, ../sass/parts/_calendar.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 814, ../sass/parts/_calendar.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 818, ../sass/parts/_calendar.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

/* line 823, ../sass/parts/_calendar.scss */
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

/* line 827, ../sass/parts/_calendar.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 833, ../sass/parts/_calendar.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

/* line 841, ../sass/parts/_calendar.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 847, ../sass/parts/_calendar.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 850, ../sass/parts/_calendar.scss */
.ui-widget-content {
  border: 1px solid #9ea8ad;
  background: #fff;
  color: #717d82;
}
/* line 854, ../sass/parts/_calendar.scss */
.analytics-page .ui-widget-content, .modal-analytics .ui-widget-content {
  border-color: #cdd6da;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 861, ../sass/parts/_calendar.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 864, ../sass/parts/_calendar.scss */
.ui-widget-header {
  border-bottom: 1px solid #ececed;
}
/* line 866, ../sass/parts/_calendar.scss */
.analytics-page .ui-widget-header, .modal-analytics .ui-widget-header {
  border-color: transparent;
}

/* line 869, ../sass/parts/_calendar.scss */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 875, ../sass/parts/_calendar.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

/* line 881, ../sass/parts/_calendar.scss */
.ui-state-hover,
.ui-state-hover:hover,
.ui-state-hover:link,
.ui-state-hover:visited {
  color: #101010;
  background-color: #d9edfb;
  border-color: #aec7d8;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 890, ../sass/parts/_calendar.scss */
.analytics-page .ui-state-hover, .modal-analytics .ui-state-hover, .analytics-page
.ui-state-hover:hover, .modal-analytics
.ui-state-hover:hover, .analytics-page
.ui-state-hover:link, .modal-analytics
.ui-state-hover:link, .analytics-page
.ui-state-hover:visited, .modal-analytics
.ui-state-hover:visited {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 893, ../sass/parts/_calendar.scss */
.ui-state-active,
.ui-state-active:link,
.ui-state-active:visited {
  color: #fff;
  background-color: #168EEA;
  border-color: #137DCF;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 904, ../sass/parts/_calendar.scss */
.analytics-page .ui-state-active, .modal-analytics .ui-state-active, .analytics-page
.ui-state-active:link, .modal-analytics
.ui-state-active:link, .analytics-page
.ui-state-active:visited, .modal-analytics
.ui-state-active:visited {
  color: #222;
  background-color: transparent;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
}

/* Interaction Cues
----------------------------------*/
/* line 924, ../sass/parts/_calendar.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  color: #cd0a0a;
}

/* line 930, ../sass/parts/_calendar.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 935, ../sass/parts/_calendar.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 940, ../sass/parts/_calendar.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 600;
}

/* line 945, ../sass/parts/_calendar.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 952, ../sass/parts/_calendar.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 959, ../sass/parts/_calendar.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 967, ../sass/parts/_calendar.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 977, ../sass/parts/_calendar.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

/* line 983, ../sass/parts/_calendar.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

/* line 989, ../sass/parts/_calendar.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

/* line 995, ../sass/parts/_calendar.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 1003, ../sass/parts/_calendar.scss */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 1008, ../sass/parts/_calendar.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/* line 1018, ../sass/parts/_calendar.scss */
.ui-datepicker-wrap {
  background-color: #f9f9fa;
  border-top: 1px solid #ececed;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
/* line 1020, ../sass/parts/_calendar.scss */
.ui-datepicker-wrap .ui-widget-content {
  background-color: #f9f9fa;
  border-color: #ececed;
}
/* line 1024, ../sass/parts/_calendar.scss */
.ui-datepicker-wrap p {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
}
/* line 1030, ../sass/parts/_calendar.scss */
.mac .ui-datepicker-wrap select {
  font-size: 14px;
}
/* line 1032, ../sass/parts/_calendar.scss */
.ui-datepicker-wrap .btn {
  padding: 2px 10px 1px 10px;
  font-size: 12px;
}
/* line 1036, ../sass/parts/_calendar.scss */
.ui-datepicker-wrap .ui-datepicker-buttonpane {
  margin-top: 0;
}

/* line 1041, ../sass/parts/_calendar.scss */
.ui-timepicker-div {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  float: left;
}

/* line 1049, ../sass/parts/_calendar.scss */
.ui_tpicker_hour,
.ui_tpicker_minute,
.ui_tpicker_ampm {
  margin-right: 10px !important;
}
/* line 1053, ../sass/parts/_calendar.scss */
.mac .ui_tpicker_hour, .mac
.ui_tpicker_minute, .mac
.ui_tpicker_ampm {
  margin-right: 6px !important;
}

/* line 1058, ../sass/parts/_calendar.scss */
#ui-datepicker-div {
  left: 0px !important;
  right: 0px !important;
  top: 315px !important;
  margin: 0px auto !important;
  transform: translateX(-380px);
}

/* line 1069, ../sass/parts/_calendar.scss */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

/* line 1070, ../sass/parts/_calendar.scss */
.ui-timepicker-div dl {
  margin: 0;
  margin-left: 20px;
  text-align: left;
}

/* line 1075, ../sass/parts/_calendar.scss */
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
  display: none;
}

/* line 1076, ../sass/parts/_calendar.scss */
.ui-timepicker-div dl dd {
  margin: 0;
  float: left;
}

/* line 1077, ../sass/parts/_calendar.scss */
.ui-timepicker-div td {
  font-size: 90%;
}

/* line 1078, ../sass/parts/_calendar.scss */
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* line 1080, ../sass/parts/_calendar.scss */
.ui-timepicker-rtl {
  direction: rtl;
}

/* line 1081, ../sass/parts/_calendar.scss */
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

/* line 1082, ../sass/parts/_calendar.scss */
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

/* line 1083, ../sass/parts/_calendar.scss */
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

/* line 1, ../sass/parts/_tour.scss */
.container {
  position: relative;
}

/* line 2, ../sass/parts/_tour.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  max-width: 276px;
  padding: 0;
  color: #101010;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 20, ../sass/parts/_tour.scss */
.inside-bucket-page #step-0.popover.bottom {
  margin-top: 10px;
}

/* line 23, ../sass/parts/_tour.scss */
.inside-bucket-page #step-3.popover.right {
  margin-left: 70px;
}

/* line 29, ../sass/parts/_tour.scss */
.buckets-page #step-0.popover.right, .team-page #step-0.popover.right {
  margin-left: 110px;
}
/* line 30, ../sass/parts/_tour.scss */
.buckets-page #step-1.popover.right, .team-page #step-1.popover.right {
  margin-left: 100px;
}

/* line 34, ../sass/parts/_tour.scss */
.popover .btn {
  padding: 4px 18px;
}
/* line 35, ../sass/parts/_tour.scss */
.popover .top {
  margin-top: -20px;
}
/* line 36, ../sass/parts/_tour.scss */
.popover .right {
  margin-left: 30px;
}
/* line 37, ../sass/parts/_tour.scss */
.popover .bottom {
  margin-top: 20px;
}
/* line 38, ../sass/parts/_tour.scss */
.popover .left {
  margin-left: -10px;
}

/* line 41, ../sass/parts/_tour.scss */
.popover-title {
  padding: 14px;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #101010;
  background-color: #fff;
  border-bottom: 1px solid rgba(216, 223, 227, 0.75);
  border-radius: 3px 3px 0 0;
}

/* line 51, ../sass/parts/_tour.scss */
.popover-content {
  padding: 16px 14px 10px;
}

/* line 54, ../sass/parts/_tour.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 63, ../sass/parts/_tour.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 66, ../sass/parts/_tour.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 70, ../sass/parts/_tour.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 78, ../sass/parts/_tour.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 85, ../sass/parts/_tour.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 93, ../sass/parts/_tour.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 100, ../sass/parts/_tour.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 108, ../sass/parts/_tour.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 115, ../sass/parts/_tour.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 123, ../sass/parts/_tour.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 131, ../sass/parts/_tour.scss */
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
  opacity: .8;
}

/* line 141, ../sass/parts/_tour.scss */
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit;
}

/* line 146, ../sass/parts/_tour.scss */
.tour-step-background {
  position: absolute;
  z-index: 1030;
  background: inherit;
  border-radius: 6px;
}

/* line 152, ../sass/parts/_tour.scss */
.popover[class*="tour-"] {
  z-index: 1030;
}

/* line 155, ../sass/parts/_tour.scss */
.popover[class*="tour-"] .popover-navigation {
  padding: 8px 14px 14px;
  line-height: 2.4;
  clear: both;
  overflow: hidden;
}

/* line 161, ../sass/parts/_tour.scss */
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}

/* line 166, ../sass/parts/_tour.scss */
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}

/* line 171, ../sass/parts/_tour.scss */
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}

/* line 175, ../sass/parts/_tour.scss */
.popover[class*="tour-"].orphan .arrow {
  display: none;
}

/* line 179, ../sass/parts/_tour.scss */
.tour-tour-1 {
  margin-top: 20px;
}

/* line 182, ../sass/parts/_tour.scss */
.tour-tour-2 {
  margin-left: 20px;
}

/* line 185, ../sass/parts/_tour.scss */
.tour-tour-3 {
  margin-top: 25px;
}

/* line 1, ../sass/parts/_static-pages.scss */
.static-page {
  margin-bottom: 60px;
}
/* line 2, ../sass/parts/_static-pages.scss */
.static-page h1 {
  text-align: center;
}
/* line 3, ../sass/parts/_static-pages.scss */
.static-page .sub-heading {
  text-align: center;
}
/* line 4, ../sass/parts/_static-pages.scss */
.static-page h4 {
  margin-top: 30px;
}
/* line 5, ../sass/parts/_static-pages.scss */
.static-page h4:first-of-type {
  margin-top: 0;
}
/* line 8, ../sass/parts/_static-pages.scss */
.static-page .call-to-action {
  position: relative;
  text-align: center;
  height: 50px;
  margin-bottom: 12px;
}
/* line 11, ../sass/parts/_static-pages.scss */
.static-page .call-to-action .btn {
  margin: 0;
  float: none;
}
/* line 18, ../sass/parts/_static-pages.scss */
.static-page .static-page-wrapper {
  margin-top: 13px;
}
/* line 20, ../sass/parts/_static-pages.scss */
.static-page .static-page-wrapper .nav-wrapper {
  margin-bottom: 30px;
  text-align: center;
  border-top: 1px solid #ebeff1;
  border-bottom: 1px solid #ebeff1;
}
/* line 26, ../sass/parts/_static-pages.scss */
.static-page .static-page-wrapper .nav-tabs {
  display: inline-block;
  margin-top: 0;
}
/* line 28, ../sass/parts/_static-pages.scss */
.static-page .static-page-wrapper .nav-tabs > li {
  float: left;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
/* line 39, ../sass/parts/_static-pages.scss */
.static-page .static-page-wrapper .points {
  padding-left: 30px;
}
/* line 41, ../sass/parts/_static-pages.scss */
.static-page .static-page-wrapper .points li {
  margin-bottom: 10px;
}
/* line 43, ../sass/parts/_static-pages.scss */
.static-page .static-page-wrapper a.link {
  color: #168EEA;
}
/* line 45, ../sass/parts/_static-pages.scss */
.static-page .submenu {
  display: none;
  padding-left: 20px;
  list-style: none;
}
/* line 51, ../sass/parts/_static-pages.scss */
.static-page.help .submenu {
  display: block;
}
/* line 53, ../sass/parts/_static-pages.scss */
.static-page.help .submenu li.active a {
  color: #168EEA;
}
/* line 56, ../sass/parts/_static-pages.scss */
.static-page.help.plus .points li {
  margin-bottom: 20px;
}
/* line 59, ../sass/parts/_static-pages.scss */
.static-page.help.plus ol.numbers.count {
  padding: 0;
}
/* line 60, ../sass/parts/_static-pages.scss */
.static-page.help.plus ol.numbers.count li {
  margin-left: 18px;
  padding-left: 10px;
  margin-bottom: 20px;
}
/* line 69, ../sass/parts/_static-pages.scss */
.static-page .format-list {
  padding-left: 0;
  list-style: none;
}
/* line 72, ../sass/parts/_static-pages.scss */
.static-page .format-list li {
  margin-bottom: 20px;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.static-page .format-list li:before, .static-page .format-list li:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.static-page .format-list li:after {
  clear: both;
}
/* line 77, ../sass/parts/_static-pages.scss */
.static-page p {
  margin-bottom: 20px;
  line-height: 1.6;
}
/* line 81, ../sass/parts/_static-pages.scss */
.static-page .lead {
  padding: 10px;
  text-align: center;
}
/* line 84, ../sass/parts/_static-pages.scss */
.static-page .lead .btn {
  margin: 0 auto;
  float: none;
}
/* line 92, ../sass/parts/_static-pages.scss */
.static-page .site-header {
  border-bottom: 1px solid rgba(216, 223, 227, 0.75);
}

/* line 96, ../sass/parts/_static-pages.scss */
.footer {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 102, ../sass/parts/_static-pages.scss */
.footer .copyright {
  text-align: center;
}
/* line 103, ../sass/parts/_static-pages.scss */
.footer ul {
  display: inline-block;
}
/* line 104, ../sass/parts/_static-pages.scss */
.footer li {
  float: left;
  margin-right: 20px;
}
/* line 107, ../sass/parts/_static-pages.scss */
.footer li a {
  text-transform: initial;
}
/* line 110, ../sass/parts/_static-pages.scss */
.footer li a:hover {
  text-decoration: none !important;
  color: #3CA6F0;
}
/* line 114, ../sass/parts/_static-pages.scss */
.footer li:last-child {
  margin-right: 0px;
}
/* line 117, ../sass/parts/_static-pages.scss */
.footer li:hover {
  text-transform: none;
}

/* line 120, ../sass/parts/_static-pages.scss */
.footer-v2 {
  color: #ebeff1;
  background-color: #333;
  border-top: 1px solid #e2e7ea;
  position: relative;
  font-size: 14px;
}
/* line 129, ../sass/parts/_static-pages.scss */
.footer-v2 a {
  text-transform: initial;
}
/* line 130, ../sass/parts/_static-pages.scss */
.footer-v2 a:hover {
  text-decoration: underline;
  color: #101010;
}
/* line 135, ../sass/parts/_static-pages.scss */
.footer-v2:last-child {
  margin-right: 0px;
}
/* line 136, ../sass/parts/_static-pages.scss */
.footer-v2 li:hover {
  text-transform: none;
}
/* line 138, ../sass/parts/_static-pages.scss */
.footer-v2 span {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 146, ../sass/parts/_static-pages.scss */
.footer-v2 .ft-logo-wrapper {
  width: 192px;
  color: #7e8890;
  text-align: center;
}
/* line 151, ../sass/parts/_static-pages.scss */
.footer-v2 .ft-logo-wrapper .logo-kg-blue {
  margin-top: 3em;
  margin-bottom: 2em;
  display: block;
}
/* line 158, ../sass/parts/_static-pages.scss */
.footer-v2 .footer-nav {
  margin-top: 2em;
  width: 195px;
  height: 100%;
  padding-left: 30px;
  margin-bottom: 0;
  list-style: none;
}
/* line 166, ../sass/parts/_static-pages.scss */
.footer-v2 .footer-nav p, .footer-v2 .footer-nav a {
  color: #b5b4b4;
  font-size: 14px;
  line-height: 1.8;
}
/* line 171, ../sass/parts/_static-pages.scss */
.footer-v2 .footer-nav .copyrightp {
  margin-left: -35px;
  position: relative;
  top: 20px;
  font-size: 12px;
  width: 218px;
}

/* line 198, ../sass/parts/_static-pages.scss */
.footer-dark {
  color: #dedede;
  /* $lightest-gray; */
  background-color: #101010;
  position: absolute;
  right: 0px;
  left: 0px;
  font-size: 14px;
}
/* line 208, ../sass/parts/_static-pages.scss */
.footer-dark .copyright {
  color: #909090;
  text-align: center;
}
/* line 213, ../sass/parts/_static-pages.scss */
.footer-dark a {
  text-transform: initial;
}
/* line 214, ../sass/parts/_static-pages.scss */
.footer-dark a:hover {
  text-decoration: underline;
  color: #101010;
}
/* line 219, ../sass/parts/_static-pages.scss */
.footer-dark:last-child {
  margin-right: 0px;
}
/* line 220, ../sass/parts/_static-pages.scss */
.footer-dark li:hover {
  text-transform: none;
}
/* line 222, ../sass/parts/_static-pages.scss */
.footer-dark span {
  font-weight: 300;
  font-size: 14px;
  color: #7e8890;
  text-transform: uppercase;
}
/* line 229, ../sass/parts/_static-pages.scss */
.footer-dark .ft-logo-wrapper {
  width: 192px;
  color: #7e8890;
  text-align: center;
}
/* line 235, ../sass/parts/_static-pages.scss */
.footer-dark .icn {
  margin-top: 1em;
  margin-left: 25px;
  opacity: 0.8;
}
/* line 239, ../sass/parts/_static-pages.scss */
.footer-dark .icn:hover {
  opacity: 1;
}
/* line 242, ../sass/parts/_static-pages.scss */
.footer-dark .icn-youtube {
  top: -2px;
  position: relative;
}

/* line 249, ../sass/parts/_static-pages.scss */
.footer-new {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
/* line 253, ../sass/parts/_static-pages.scss */
.footer-new ul {
  display: inline-block;
}
/* line 256, ../sass/parts/_static-pages.scss */
.footer-new li {
  float: left;
  margin-right: 20px;
}
/* line 259, ../sass/parts/_static-pages.scss */
.footer-new li a {
  text-transform: initial;
}
/* line 262, ../sass/parts/_static-pages.scss */
.footer-new li a:hover {
  text-decoration: none !important;
  color: #d6ebff;
}
/* line 266, ../sass/parts/_static-pages.scss */
.footer-new li:last-child {
  margin-right: 0px;
}
/* line 269, ../sass/parts/_static-pages.scss */
.footer-new li:hover {
  text-transform: none;
}

/* line 273, ../sass/parts/_static-pages.scss */
.footer_social {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 278, ../sass/parts/_static-pages.scss */
.footer_social li {
  display: inline-block;
  border-radius: 40px;
  background-color: #444;
  position: relative;
  top: 30px;
  left: -35px;
  text-align: center;
  line-height: 28px;
}
/* line 287, ../sass/parts/_static-pages.scss */
.footer_social li:last-child {
  margin-left: 5px;
}
/* line 290, ../sass/parts/_static-pages.scss */
.footer_social li a {
  padding: 3px;
  height: 30px;
  width: 30px;
  display: block;
  line-height: 28px !important;
}
/* line 299, ../sass/parts/_static-pages.scss */
.footer_social.help_social li {
  left: 0;
  background-color: #168EEA;
}
/* line 303, ../sass/parts/_static-pages.scss */
.footer_social.help_social .fb {
  background-color: #3C5A99;
}
/* line 306, ../sass/parts/_static-pages.scss */
.footer_social.help_social .tw {
  background-color: #38A1F3;
}

/* line 312, ../sass/parts/_static-pages.scss */
.staticSidebarMenu, .secHeading {
  display: none;
}

@media only screen and (min-width: 180px) and (max-width: 768px) {
  /* line 318, ../sass/parts/_static-pages.scss */
  .content {
    width: 100%;
  }
  /* line 321, ../sass/parts/_static-pages.scss */
  .content .top-header .btn-blue-download {
    display: block;
    width: 100%;
  }
  /* line 326, ../sass/parts/_static-pages.scss */
  .content iframe {
    width: 100% !important;
  }

  /* line 330, ../sass/parts/_static-pages.scss */
  .responsiheadr {
    width: 100% !important;
  }

  /* line 333, ../sass/parts/_static-pages.scss */
  .static_sidebar {
    position: absolute;
    left: -180px;
    background-color: #fff;
    top: -32px;
    box-shadow: 5px 7px 10px -5px rgba(0, 0, 0, 0.3);
    transition: all .5s ease;
  }

  /* line 343, ../sass/parts/_static-pages.scss */
  .staticFont14 .nav-wrapper ul {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  /* line 347, ../sass/parts/_static-pages.scss */
  .staticFont14 .nav-wrapper ul li {
    padding: 10px 0;
    width: 33.33%;
    margin: 0 !important;
    text-align: center;
  }
  /* line 357, ../sass/parts/_static-pages.scss */
  .staticFont14 .static-page-wrapper .sub-heading br {
    display: none;
  }

  /* line 370, ../sass/parts/_static-pages.scss */
  .staticSidebarMenu {
    display: block;
    height: 4px;
    width: 32px;
    border-radius: 5px;
    background-color: #bababa;
    position: relative;
    float: left;
    margin-top: 32px;
    margin-right: 15px;
    cursor: pointer;
  }
  /* line 381, ../sass/parts/_static-pages.scss */
  .staticSidebarMenu:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 32px;
    border-radius: 5px;
    top: 7px;
    background-color: #bababa;
  }
  /* line 390, ../sass/parts/_static-pages.scss */
  .staticSidebarMenu:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 32px;
    border-radius: 5px;
    top: 14px;
    background-color: #bababa;
  }

  /* line 400, ../sass/parts/_static-pages.scss */
  .showStaticSidebar {
    left: 10px;
  }

  /* line 403, ../sass/parts/_static-pages.scss */
  .secHeading {
    display: block;
  }
}
/* line 1, ../sass/parts/_forms-sa.scss */
body.login-page,
body.signup-page,
body.forgot-password-page,
body.bucket-locked-page {
  background-color: rgba(235, 239, 241, 0.5);
}

/* line 5, ../sass/parts/_forms-sa.scss */
.login-wrapper,
.signup-wrapper,
.bucket-locked-wrapper,
.forgot-password-wrapper {
  max-width: 450px;
  width: 100%;
  float: right;
}
/* line 13, ../sass/parts/_forms-sa.scss */
.login-wrapper .help-block,
.signup-wrapper .help-block,
.bucket-locked-wrapper .help-block,
.forgot-password-wrapper .help-block {
  margin-top: 33px;
  text-align: center;
  font-size: 14px;
}
/* line 19, ../sass/parts/_forms-sa.scss */
.login-wrapper h3,
.signup-wrapper h3,
.bucket-locked-wrapper h3,
.forgot-password-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333c4e;
  margin-top: 18px;
  text-align: left;
  float: left;
}
/* line 28, ../sass/parts/_forms-sa.scss */
.login-wrapper .custom-controls,
.signup-wrapper .custom-controls,
.bucket-locked-wrapper .custom-controls,
.forgot-password-wrapper .custom-controls {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 24px;
  line-height: 1.7;
}
/* line 35, ../sass/parts/_forms-sa.scss */
.login-wrapper a,
.signup-wrapper a,
.bucket-locked-wrapper a,
.forgot-password-wrapper a {
  color: #168EEA;
}
/* line 37, ../sass/parts/_forms-sa.scss */
.login-wrapper .btn-link,
.signup-wrapper .btn-link,
.bucket-locked-wrapper .btn-link,
.forgot-password-wrapper .btn-link {
  display: block;
  padding: 10px 0;
  margin-top: 12px;
  font-weight: 400;
  text-align: center;
}
/* line 46, ../sass/parts/_forms-sa.scss */
.login-wrapper .tooltip,
.signup-wrapper .tooltip,
.bucket-locked-wrapper .tooltip,
.forgot-password-wrapper .tooltip {
  opacity: 1 !important;
}
/* line 47, ../sass/parts/_forms-sa.scss */
.login-wrapper .input-lg, .login-wrapper .input-group-lg > .form-control,
.login-wrapper .input-group-lg > .input-group-addon,
.login-wrapper .input-group-lg > .input-group-btn > .btn,
.signup-wrapper .input-lg,
.signup-wrapper .input-group-lg > .form-control,
.signup-wrapper .input-group-lg > .input-group-addon,
.signup-wrapper .input-group-lg > .input-group-btn > .btn,
.bucket-locked-wrapper .input-lg,
.bucket-locked-wrapper .input-group-lg > .form-control,
.bucket-locked-wrapper .input-group-lg > .input-group-addon,
.bucket-locked-wrapper .input-group-lg > .input-group-btn > .btn,
.forgot-password-wrapper .input-lg,
.forgot-password-wrapper .input-group-lg > .form-control,
.forgot-password-wrapper .input-group-lg > .input-group-addon,
.forgot-password-wrapper .input-group-lg > .input-group-btn > .btn {
  height: 43px;
  font-size: 15px;
}
/* line 51, ../sass/parts/_forms-sa.scss */
.login-wrapper .btn,
.signup-wrapper .btn,
.bucket-locked-wrapper .btn,
.forgot-password-wrapper .btn {
  padding: 11px 32px;
  font-size: 14px;
}
/* line 55, ../sass/parts/_forms-sa.scss */
.login-wrapper .loginTxt,
.signup-wrapper .loginTxt,
.bucket-locked-wrapper .loginTxt,
.forgot-password-wrapper .loginTxt {
  float: right;
  text-align: right;
  margin-top: 22px;
}
/* line 60, ../sass/parts/_forms-sa.scss */
.login-wrapper input[type="submit"],
.signup-wrapper input[type="submit"],
.bucket-locked-wrapper input[type="submit"],
.forgot-password-wrapper input[type="submit"] {
  margin-top: 15px;
}

/* line 65, ../sass/parts/_forms-sa.scss */
.signup-wrapper .custom-controls {
  padding-left: 0;
}

/* line 69, ../sass/parts/_forms-sa.scss */
.forgot-password-wrapper {
  height: 430px;
}
/* line 71, ../sass/parts/_forms-sa.scss */
body.forgot-password-page.reset .forgot-password-wrapper {
  height: 285px;
}
/* line 74, ../sass/parts/_forms-sa.scss */
.forgot-password-wrapper .form-group {
  text-align: center;
}

/* line 77, ../sass/parts/_forms-sa.scss */
.bucket-locked-wrapper {
  max-width: 400px;
  max-height: 300px;
}
/* line 79, ../sass/parts/_forms-sa.scss */
.bucket-locked-wrapper h3 {
  font-weight: 400;
  display: inline-block;
  margin-top: 0px;
}
/* line 83, ../sass/parts/_forms-sa.scss */
.bucket-locked-wrapper h3 .icn-protection {
  margin-right: 10px;
}
/* line 84, ../sass/parts/_forms-sa.scss */
.bucket-locked-wrapper h3 .title {
  margin-top: 4px;
}
/* line 86, ../sass/parts/_forms-sa.scss */
.bucket-locked-wrapper .form-group {
  margin-bottom: 15px;
}
/* line 87, ../sass/parts/_forms-sa.scss */
.bucket-locked-wrapper p {
  margin-top: 10px;
}
/* line 88, ../sass/parts/_forms-sa.scss */
.bucket-locked-wrapper .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 92, ../sass/parts/_forms-sa.scss */
.bucket-locked-wrapper .icn-shield {
  margin-top: 2px;
  margin-right: 6px;
}

/* line 99, ../sass/parts/_forms-sa.scss */
.signup-wrapper {
  height: 530px;
}
/* line 101, ../sass/parts/_forms-sa.scss */
.signup-wrapper .custom-controls {
  font-size: 13px;
}

/* line 107, ../sass/parts/_forms-sa.scss */
.logo-sa {
  margin: 4px auto;
  display: block;
}

/* line 111, ../sass/parts/_forms-sa.scss */
.form-group {
  position: relative;
  margin-top: 15px;
  text-align: left;
}
/* line 116, ../sass/parts/_forms-sa.scss */
.form-group .form-split {
  float: left;
}
/* line 120, ../sass/parts/_forms-sa.scss */
.form-group .form-split + .form-split {
  margin-left: 20px;
}
/* line 123, ../sass/parts/_forms-sa.scss */
.form-group .floating-labels {
  position: absolute;
  z-index: 1;
  cursor: text;
  pointer-events: none;
  color: #999;
  padding: 13px;
  line-height: 17px;
  margin-left: 2px;
  font-size: 14px;
}

/* line 144, ../sass/parts/_forms-sa.scss */
.form-wrapper {
  padding: 36px 46px;
  background-color: #fff;
}
/* line 147, ../sass/parts/_forms-sa.scss */
.form-wrapper .alert {
  margin: 10px 0;
}

/* line 150, ../sass/parts/_forms-sa.scss */
.signup-wrapper {
  height: 100% !important;
}

/* line 152, ../sass/parts/_forms-sa.scss */
.loginIllustration {
  float: left;
  padding-top: 90px;
}
/* line 155, ../sass/parts/_forms-sa.scss */
.loginIllustration img {
  width: 400px;
}

/* line 161, ../sass/parts/_forms-sa.scss */
.auth-page {
  width: 182px;
  margin: 0 auto;
}
/* line 164, ../sass/parts/_forms-sa.scss */
.auth-page .logo {
  background-position: -4174px 0;
  height: 32px;
  width: 184px;
}

/* line 170, ../sass/parts/_forms-sa.scss */
.header_button {
  padding: 8px 20px;
  border: solid 1px #168EEA;
  color: #168EEA;
  line-height: 78px;
  border-radius: 4px;
  transition: all .5s ease;
}
/* line 177, ../sass/parts/_forms-sa.scss */
.header_button:hover, .header_button:focus, .header_button:active {
  text-decoration: none;
  background-color: #168EEA;
  color: #fff;
}
/* line 182, ../sass/parts/_forms-sa.scss */
.header_button.busines {
  border-color: #8a5ce7;
  color: #8a5ce7;
}
/* line 185, ../sass/parts/_forms-sa.scss */
.header_button.busines:hover, .header_button.busines:focus, .header_button.busines:active {
  text-decoration: none;
  background-color: #8a5ce7;
  color: #fff;
}

/* line 194, ../sass/parts/_forms-sa.scss */
.updated-auth-page .main-content {
  margin-top: 100px !important;
}
/* line 197, ../sass/parts/_forms-sa.scss */
.updated-auth-page .btn {
  font-size: 15px !important;
}
/* line 200, ../sass/parts/_forms-sa.scss */
.updated-auth-page label, .updated-auth-page .btn-link {
  font-size: 14px !important;
}

/* line 205, ../sass/parts/_forms-sa.scss */
.authPagesUpdated {
  clear: both;
  overflow: hidden;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 60px;
}
/* line 213, ../sass/parts/_forms-sa.scss */
.authPagesUpdated .only_show_in_guest_viewer {
  display: none !important;
}

@media only screen and (min-width: 200px) and (max-width: 768px) {
  /* line 220, ../sass/parts/_forms-sa.scss */
  .join-page .header-wrap .header_button {
    display: none;
  }

  /* line 226, ../sass/parts/_forms-sa.scss */
  .updated-auth-page .header-wrap {
    width: 100% !important;
    border-bottom: none !important;
  }
  /* line 229, ../sass/parts/_forms-sa.scss */
  .updated-auth-page .header-wrap .header_button {
    display: none;
  }
  /* line 232, ../sass/parts/_forms-sa.scss */
  .updated-auth-page .header-wrap .site-header {
    border-bottom: none !important;
  }
  /* line 236, ../sass/parts/_forms-sa.scss */
  .updated-auth-page .loginIllustration {
    display: none;
  }
  /* line 239, ../sass/parts/_forms-sa.scss */
  .updated-auth-page .forgot-password-wrapper {
    float: none !important;
    height: auto !important;
    width: 100% !important;
    padding-top: 0px !important;
  }
  /* line 245, ../sass/parts/_forms-sa.scss */
  .updated-auth-page .form-wrapper {
    padding: 0px 5px !important;
  }
  /* line 248, ../sass/parts/_forms-sa.scss */
  .updated-auth-page .main-content {
    margin-top: 0 !important;
    width: 100% !important;
  }
  /* line 251, ../sass/parts/_forms-sa.scss */
  .updated-auth-page .main-content.authPagesUpdated {
    margin-top: 80px !important;
  }
  /* line 255, ../sass/parts/_forms-sa.scss */
  .updated-auth-page #safrms-wrap {
    margin-top: 0 !important;
  }

  /* line 261, ../sass/parts/_forms-sa.scss */
  #main_container .bucket-locked-wrapper {
    max-height: 240px !important;
  }
  /* line 263, ../sass/parts/_forms-sa.scss */
  #main_container .bucket-locked-wrapper .form-wrapper {
    padding: 32px !important;
  }
  /* line 265, ../sass/parts/_forms-sa.scss */
  #main_container .bucket-locked-wrapper .form-wrapper .btn-blue {
    margin-top: 0 !important;
  }
  /* line 269, ../sass/parts/_forms-sa.scss */
  #main_container .bucket-locked-wrapper p.pull-right {
    display: none !important;
  }
}
/* line 276, ../sass/parts/_forms-sa.scss */
.join-page .crisp .btn {
  font-size: 15px !important;
}
/* line 279, ../sass/parts/_forms-sa.scss */
.join-page .join-page-info {
  font-size: 14px;
}

/* line 285, ../sass/parts/_forms-sa.scss */
.invite_signup h3, .invite_signup .loginTxt {
  display: none;
}
/* line 288, ../sass/parts/_forms-sa.scss */
.invite_signup .checkbox {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
}
/* line 294, ../sass/parts/_forms-sa.scss */
.invite_signup h2 {
  padding: 0 46px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}
/* line 300, ../sass/parts/_forms-sa.scss */
.invite_signup .form-wrapper {
  padding-top: 20px;
}

/* line 305, ../sass/parts/_forms-sa.scss */
#folder-unlock-form {
  border: solid 1px #ddd;
}

/* line 309, ../sass/parts/_forms-sa.scss */
.chrome_pin_window {
  position: fixed;
  top: 15px;
  right: 15px;
  border: solid 1px #168EEA;
  padding: 12px 10px 20px 10px;
  text-align: center;
  max-width: 350px;
  box-shadow: 0px 20px 50px -15px #888;
  border-radius: 5px;
  background-color: #fff;
  z-index: 10000000000;
}
/* line 321, ../sass/parts/_forms-sa.scss */
.chrome_pin_window .btn-blue {
  margin-top: 15px;
}
/* line 324, ../sass/parts/_forms-sa.scss */
.chrome_pin_window:after {
  content: url("../images/carot.svg");
  position: absolute;
  width: 12px;
  height: 12px;
  top: -10px;
}
/* line 331, ../sass/parts/_forms-sa.scss */
.chrome_pin_window img {
  width: 100%;
  border: solid 1px #ddd;
  display: block;
  border-radius: 7px;
}

/* line 339, ../sass/parts/_forms-sa.scss */
.password_policy_wrapper .progress {
  margin-top: 12px !important;
  height: 6px !important;
  border-radius: 2px !important;
  background-color: #fff !important;
}

/* line 345, ../sass/parts/_forms-sa.scss */
.password_policy_wrapper .progress .password-strength {
  height: 100%;
  border-radius: 2px;
  display: flex;
  gap: 3px;
  background-color: #fff;
}

/* line 354, ../sass/parts/_forms-sa.scss */
.password_policy_wrapper .progress .password-strength span {
  display: block;
  height: 100%;
  width: 25%;
  background-color: #ddd;
  border-radius: 2px;
}

/* line 361, ../sass/parts/_forms-sa.scss */
#password_policy_cases {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* line 366, ../sass/parts/_forms-sa.scss */
#password_policy_cases li {
  padding: 2px 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 373, ../sass/parts/_forms-sa.scss */
#strength_pswrod_info {
  display: flex;
  justify-content: space-between;
}

/* line 379, ../sass/parts/_forms-sa.scss */
.disc {
  height: 14px;
  width: 16px;
  position: relative;
}

/* line 384, ../sass/parts/_forms-sa.scss */
.disc::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 4px;
  left: 5px;
  border-radius: 100%;
  background-color: #101010;
}

/* line 396, ../sass/parts/_forms-sa.scss */
.last_login_badge {
  position: absolute;
  background-color: #333c4e;
  padding: 4px 10px;
  border-radius: 5px;
  color: white;
  top: 9px;
  display: flex;
  align-items: center;
  gap: 2px;
  left: -118px;
  z-index: 10000;
}
/* line 408, ../sass/parts/_forms-sa.scss */
.last_login_badge:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: -6px;
  top: 9px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333c4e;
}

/* line 1, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper {
  height: 100%;
  background-color: #fff;
}
/* line 5, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .site-header,
.inbox-page .external_inbox_wrapper .header-wrap {
  position: relative;
  border-bottom: 0;
  z-index: 1;
}
/* line 12, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper #main_container {
  height: 100%;
}
/* line 14, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content {
  height: calc(100% - 80px);
  margin-top: 0;
  text-align: center;
  display: block;
}
@-moz-document url-prefix() {
  /* line 22, ../sass/parts/_inbox.scss */
  .inbox-page .external_inbox_wrapper .main-content {
    height: calc( 100% - 80px );
    margin-top: 0;
    text-align: center;
    display: table;
  }
}
/* line 30, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .heading {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 35, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .sub-heading {
  display: none;
  font-size: 13px;
  color: #101010;
}
/* line 41, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .landing-page-signup {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}
/* line 46, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .landing-page-signup .btn-ex {
  padding-right: 0;
  padding-left: 0;
  width: 140px;
}
/* line 52, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .landing-page-signup .btn-inbox {
  margin-top: 0;
  margin-bottom: 100px;
}
/* line 58, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .form-group {
  margin-top: 22px;
}
/* line 62, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .form-control-split {
  width: 275px !important;
}
/* line 67, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .inbox_pg_headr .logo-wrapper {
  margin-left: 0;
}
/* line 72, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .combined_firld_layout {
  display: flex;
  gap: 10px;
}
@media all and (max-width: 500px) {
  /* line 72, ../sass/parts/_inbox.scss */
  .inbox-page .external_inbox_wrapper .combined_firld_layout {
    flex-direction: column;
  }
  /* line 77, ../sass/parts/_inbox.scss */
  .inbox-page .external_inbox_wrapper .combined_firld_layout input:not(:first-of-type) {
    margin-top: 12px;
  }
}
/* line 83, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .btn {
  min-width: 98px;
}
/* line 85, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .input-ex {
  height: 43px;
}
/* line 89, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper textarea.input-ex {
  padding-top: 12px;
  height: 132px;
  resize: none;
}
/* line 95, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .drag-n-drop {
  margin-top: 22px;
  padding-top: 25px;
  width: 100%;
  height: 116px;
  border: 1px dashed #b2b2b2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 103, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .drag-n-drop .msg {
  margin-bottom: 10px;
  font-size: 16px;
  color: #101010;
}
/* line 109, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .drag-n-drop .or {
  margin-right: 5px;
  font-size: 14px;
  color: #101010;
}
/* line 116, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .share-meta,
.inbox-page .external_inbox_wrapper .add-more {
  font-size: 14px;
  font-weight: 600;
}
/* line 122, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .share-meta {
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #101010;
}
/* line 129, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .add-more {
  float: left;
  text-decoration: none;
  color: #168EEA;
}
/* line 135, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .nano {
  margin: 10px 0;
}
/* line 137, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .nano > .nano-pane {
  width: 4px;
  background-color: #eceff1;
}
/* line 140, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .nano > .nano-pane > .nano-slider {
  margin: 0;
  background-color: #c1cbd2;
}
/* line 147, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .uploading-process {
  margin-top: 22px;
  margin-bottom: 0;
  width: 100%;
}
/* line 152, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .uploading-process .attachments {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 157, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .uploading-process .attachments > li {
  padding: 6px 10px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.3;
  border: 1px solid #dbe1e4;
  background-color: #f7f8f9;
  margin-right: 3px;
}
/* line 166, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .uploading-process .attachments > li:last-child {
  margin-bottom: 0;
}
/* line 168, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .uploading-process .attachments > li > span {
  float: left;
  color: #576773;
}
/* line 172, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .uploading-process .attachments > li > span.filesize {
  margin-left: 8px;
  color: #83929c;
}
/* line 178, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .uploading-process .attachments > li .icn-close {
  margin-top: 3px;
}
/* line 185, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .btn-blue.submit {
  padding: 0;
  width: 140px;
}
/* line 190, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .upload-outer,
.inbox-page .external_inbox_wrapper .wu,
.inbox-page .external_inbox_wrapper .wud {
  display: none;
}
/* line 195, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .sub-heading {
  display: block;
}
/* line 196, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .form-wrapper {
  text-align: center;
}
/* line 197, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .upload-outer {
  display: block;
  max-height: none;
}
/* line 201, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .landing-page-signup {
  display: none;
}
/* line 202, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .uploading-wrapper {
  display: block;
  height: 354px;
  background-color: #fff;
  border: 1px solid #c8cacc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 209, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .time-left {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #101010;
}
/* line 215, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .downloadvierkant {
  position: relative;
  margin-top: 50px;
  margin-bottom: 80px;
}
/* line 219, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .downloadvierkant .status {
  position: absolute;
  width: 100%;
  color: #101010;
}
/* line 225, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .downloadcirkel {
  background-color: #fff;
}
/* line 227, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .downloadcirkel p {
  margin: auto;
}
/* line 229, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .downloadprocent {
  color: #333c4e;
}
/* line 230, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .radial-progress {
  background-color: rgba(168, 168, 168, 0.2);
}
/* line 232, ../sass/parts/_inbox.scss */
.done .inbox-page .external_inbox_wrapper .main-content.uploading .radial-progress {
  background-color: #15a13a;
}
/* line 235, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .wu {
  display: block;
}
/* line 236, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading .w {
  display: none;
}
/* line 239, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading.done .w,
.inbox-page .external_inbox_wrapper .main-content.uploading.done .wu {
  display: none;
}
/* line 241, ../sass/parts/_inbox.scss */
.inbox-page .external_inbox_wrapper .main-content.uploading.done .wud {
  display: block;
}

/* line 3, ../sass/parts/_search.scss */
.search-page .buckets.view-list > li .owner-info {
  display: flex;
  width: 150px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10px;
  font-size: 15px;
  color: #101010;
  align-items: center;
  gap: 5px;
}
/* line 14, ../sass/parts/_search.scss */
.search-page .buckets.view-list > li .owner-info span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 25, ../sass/parts/_search.scss */
.search-page .buckets.view-list > li .views-info,
.search-page .buckets.view-list > li .badge,
.search-page .buckets.view-list > li .size-info {
  display: none;
}
/* line 29, ../sass/parts/_search.scss */
.search-page .buckets.view-list > li .list-thumb-meta {
  margin-right: 3px;
}
/* line 32, ../sass/parts/_search.scss */
.search-page .buckets.view-list > li .list-thumb-meta .time {
  width: 102px;
}
/* line 35, ../sass/parts/_search.scss */
.search-page .buckets.view-list > li .thumb-overlay .custom-controls {
  display: none !important;
}
/* line 40, ../sass/parts/_search.scss */
.search-page .buckets.view-list > li .thumbnail-wrapper .thumbnail {
  left: 0px;
  margin-left: 5px !important;
}
/* line 43, ../sass/parts/_search.scss */
.search-page .buckets.view-list > li.thead .name-area {
  margin-left: 5px;
}
/* line 45, ../sass/parts/_search.scss */
.search-page .buckets.view-list > li .list-thumb-meta {
  margin-right: 3px;
}
/* line 48, ../sass/parts/_search.scss */
.search-page .buckets.view-list > li .list-thumb-meta .thumb-info {
  width: 132px;
}
/* line 50, ../sass/parts/_search.scss */
.search-page .buckets.view-list > li:hover .thumbnail-wrapper,
.search-page .buckets.view-list > li:hover .thumbnail-wrapper .thumbnail,
.search-page .edit-mode .buckets.view-list > li .thumbnail-wrapper .thumbnail {
  left: 0;
}

/* line 2, ../sass/parts/_guest-mode.scss */
body.guest .buckets.view-list > li .list-thumb-meta {
  margin-right: 3px;
}
/* line 5, ../sass/parts/_guest-mode.scss */
body.guest .buckets.view-list > li .list-thumb-meta .thumb-info {
  width: 120px;
}
/* line 8, ../sass/parts/_guest-mode.scss */
body.guest .buckets.view-list > li .thumbnail-wrapper .progress-wrapper {
  left: 656px;
}
/* line 10, ../sass/parts/_guest-mode.scss */
body.guest .buckets.view-list > li .thumbnail-wrapper,
body.guest .buckets.view-list > li .thumbnail-wrapper .thumbnail,
body.guest .edit-mode .buckets.view-list > li .thumbnail-wrapper .thumbnail {
  left: 0;
  margin-left: 3px;
}
/* line 15, ../sass/parts/_guest-mode.scss */
body.guest .buckets.view-list > li .list-thumb-meta .viewthumb {
  display: none;
}

/* line 1, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 7, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance > li {
  display: flex;
  background-color: #fff;
  padding: 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
/* line 17, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance > li h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #101010;
}
/* line 23, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance > li .info_about_inbox {
  flex-grow: 6;
}
/* line 27, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance > li .thumb-info span {
  font-size: 13px;
  color: #717d82;
}
/* line 32, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance > li .actions_btns {
  float: right;
  display: flex;
  margin-left: 10px;
  gap: 5px;
}
/* line 37, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance > li .actions_btns .dropdown {
  display: inline-block;
  margin-left: 4px;
}
/* line 41, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance > li .actions_btns .more_opts {
  padding: 5px 18px;
}
/* line 43, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance > li .actions_btns .more_opts span {
  position: relative;
  height: 6px;
  width: 6px;
  border: solid 1.5px #464646;
  border-radius: 10px;
  display: block;
  margin: 8px 0;
  top: 1px;
}
/* line 52, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance > li .actions_btns .more_opts span:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border: solid 1.5px #464646;
  border-radius: 10px;
  left: -10px;
  top: -1.5px;
}
/* line 62, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance > li .actions_btns .more_opts span:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border: solid 1.5px #464646;
  border-radius: 10px;
  left: 8px;
  top: -1.5px;
}
/* line 75, ../sass/parts/_dashboard-inbox.scss */
.single_inbox_instance > li:hover {
  box-shadow: 0 2px 2px -2px #888;
}

/* line 81, ../sass/parts/_dashboard-inbox.scss */
.inbox_tabs {
  margin-bottom: 22px;
  margin-top: 8px;
  float: left;
  flex-grow: 5;
}
/* line 87, ../sass/parts/_dashboard-inbox.scss */
.inbox_tabs a {
  color: #101010;
  padding-right: 8px;
  padding-left: 8px;
  display: inline-block;
  padding-top: 0;
  float: left;
  line-height: 10px;
  padding-bottom: 15px;
  border-bottom: solid 2px #E6E9EB;
  font-weight: 500;
}
/* line 98, ../sass/parts/_dashboard-inbox.scss */
.inbox_tabs a.active {
  color: #168EEA;
  border-bottom: solid 2px #168EEA;
}
/* line 102, ../sass/parts/_dashboard-inbox.scss */
.inbox_tabs a:hover, .inbox_tabs a:active, .inbox_tabs a:focus {
  text-decoration: none;
}

/* line 108, ../sass/parts/_dashboard-inbox.scss */
.new_inbo {
  float: right;
}

/* line 113, ../sass/parts/_dashboard-inbox.scss */
.inbox_ui_popup label {
  color: #333c4e;
}
/* line 116, ../sass/parts/_dashboard-inbox.scss */
.inbox_ui_popup input {
  color: #333c4e;
}

@media all and (max-width: 768px) {
  /* line 122, ../sass/parts/_dashboard-inbox.scss */
  .single_inbox_instance {
    margin-top: 10px;
  }

  /* line 125, ../sass/parts/_dashboard-inbox.scss */
  .inbox_tabs {
    margin-bottom: 12px;
  }

  /* line 128, ../sass/parts/_dashboard-inbox.scss */
  .new_inbox {
    margin-bottom: 10px;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slide-in {
  0% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/* line 49, ../sass/parts/_colo-picker.scss */
.colorpicker {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  position: fixed;
  display: none;
  border: 1px solid #e9ebee;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 3px;
}

/* line 65, ../sass/parts/_colo-picker.scss */
.colorpicker.is-opened {
  display: inline-block;
  z-index: 100000000;
}

/* line 69, ../sass/parts/_colo-picker.scss */
.colorpicker:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 6px solid black;
  box-shadow: -1px 1px 1px 0 rgba(147, 157, 170, 0.23);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 80, ../sass/parts/_colo-picker.scss */
.colorpicker-input + .colorpicker--inline,
.colorpicker-anchor + .colorpicker--inline {
  margin-top: 10px;
}

/* line 84, ../sass/parts/_colo-picker.scss */
.colorpicker-circle-anchor {
  box-sizing: border-box;
  display: inline-block;
  line-height: 0;
}

/* line 89, ../sass/parts/_colo-picker.scss */
.colorpicker-circle-anchor__color {
  line-height: 0;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  cursor: pointer;
  background-color: #fff !important;
}

/* line 101, ../sass/parts/_colo-picker.scss */
.colorpicker-anchor--inline {
  display: block;
}

/* line 104, ../sass/parts/_colo-picker.scss */
.colorpicker--position-top::after,
.colorpicker--position-top::before,
.colorpicker--position-top-center::after,
.colorpicker--position-top-center::before {
  margin-left: -3px;
  bottom: -6px;
  left: 50%;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 115, ../sass/parts/_colo-picker.scss */
.colorpicker--position-bottom::after,
.colorpicker--position-bottom-center::after {
  margin-left: -3px;
  top: -6px;
  bottom: auto;
  left: 50%;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 125, ../sass/parts/_colo-picker.scss */
.colorpicker--position-top.is-arrow-left::after,
.colorpicker--position-bottom.is-arrow-left::after {
  left: 18px;
  right: auto;
}

/* line 130, ../sass/parts/_colo-picker.scss */
.colorpicker--position-top.is-arrow-right::after,
.colorpicker--position-bottom.is-arrow-right::after {
  left: auto;
  right: 18px;
}

/* line 135, ../sass/parts/_colo-picker.scss */
.colorpicker--position-left::after,
.colorpicker--position-left-center::after {
  margin-top: -3px;
  left: auto;
  bottom: auto;
  right: -6px;
  top: 50%;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* line 146, ../sass/parts/_colo-picker.scss */
.colorpicker--position-right::after,
.colorpicker--position-right-center::after {
  margin-top: -3px;
  left: -6px;
  bottom: auto;
  right: auto;
  top: 50%;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* line 157, ../sass/parts/_colo-picker.scss */
.colorpicker--position-left.is-arrow-top::after,
.colorpicker--position-right.is-arrow-top::after {
  top: 18px;
  bottom: auto;
}

/* line 162, ../sass/parts/_colo-picker.scss */
.colorpicker--position-left.is-arrow-bottom::after,
.colorpicker--position-right.is-arrow-bottom::after {
  top: auto;
  bottom: 18px;
}

/* line 167, ../sass/parts/_colo-picker.scss */
.colorpicker--inline {
  position: static;
  box-shadow: none;
  display: inline-block;
}

/* line 172, ../sass/parts/_colo-picker.scss */
.colorpicker--inline:after {
  display: none;
}

/* line 175, ../sass/parts/_colo-picker.scss */
.colorpicker--no-arrow:after {
  opacity: 0;
}

/* line 178, ../sass/parts/_colo-picker.scss */
.colorpicker-input {
  position: relative;
  display: block;
}

/* line 182, ../sass/parts/_colo-picker.scss */
.colorpicker-input--position-right .colorpicker-custom-anchor {
  right: 10px;
}

/* line 185, ../sass/parts/_colo-picker.scss */
.colorpicker-input--position-right input,
.colorpicker-input--position-right .form-control {
  padding-right: 42px;
}

/* line 189, ../sass/parts/_colo-picker.scss */
.colorpicker-input--position-left .colorpicker-custom-anchor {
  left: 10px;
}

/* line 192, ../sass/parts/_colo-picker.scss */
.colorpicker-input--position-left input,
.colorpicker-input--position-left .form-control {
  padding-left: 42px;
}

/* line 196, ../sass/parts/_colo-picker.scss */
.colorpicker-input .colorpicker-custom-anchor {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  display: block;
}

/* line 202, ../sass/parts/_colo-picker.scss */
.colorpicker-input .colorpicker-circle-anchor__color {
  width: 26px;
  height: 26px;
}

/* line 206, ../sass/parts/_colo-picker.scss */
input + .colorpicker--inline,
select + .colorpicker--inline,
textarea + .colorpicker--inline {
  margin-top: 10px;
}

/* line 211, ../sass/parts/_colo-picker.scss */
.colorpicker-default {
  height: auto;
  width: 232px;
  padding: 9px 9px 7px 9px;
}

/* line 216, ../sass/parts/_colo-picker.scss */
.colorpicker-default__body {
  display: flex;
}

/* line 219, ../sass/parts/_colo-picker.scss */
.colorpicker-default__spectrum-container {
  width: 150px;
  height: 100px;
  position: relative;
  box-sizing: border-box;
  border-radius: 3px;
}

/* line 226, ../sass/parts/_colo-picker.scss */
.colorpicker-default__spectrum-canvas {
  width: 150px;
  height: 100px;
  border-radius: 3px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* line 234, ../sass/parts/_colo-picker.scss */
.colorpicker-default__spectrum-cursor,
.colorpicker-default__hue-cursor,
.colorpicker-default__opacity-cursor {
  border: 2px solid #fff;
  width: 13px;
  height: 13px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  cursor: default;
  box-sizing: border-box;
}

/* line 249, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hue-cursor,
.colorpicker-default__opacity-cursor {
  left: calc(50% - 7px);
  top: 50%;
}

/* line 254, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hue-container,
.colorpicker-default__opacity-container {
  width: 19px;
  height: 100px;
  border-radius: 3px;
  margin-left: 10px;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

/* line 263, ../sass/parts/_colo-picker.scss */
.colorpicker-default__opacity-container {
  background: #fff url("../../img/transparent-bg.png");
}

/* line 266, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hue-canvas,
.colorpicker-default__opacity-canvas {
  width: 19px;
  height: 100px;
  border-radius: 3px;
}

/* line 272, ../sass/parts/_colo-picker.scss */
.colorpicker-default--hex-only .colorpicker-default__opacity-container {
  display: none;
}

/* line 275, ../sass/parts/_colo-picker.scss */
.colorpicker-default--hex-only {
  width: 279px;
}

/* line 278, ../sass/parts/_colo-picker.scss */
.colorpicker-default--hex-only .colorpicker-default__spectrum-container,
.colorpicker-default--hex-only .colorpicker-default__spectrum-canvas {
  width: 100px;
}

/* line 282, ../sass/parts/_colo-picker.scss */
.colorpicker-default--hex-only .colorpicker-default__r-input-container,
.colorpicker-default--hex-only .colorpicker-default__g-input-container,
.colorpicker-default--hex-only .colorpicker-default__b-input-container,
.colorpicker-default--hex-only .colorpicker-default__a-input-container,
.colorpicker-default--hex-only .colorpicker-default__hex-text {
  display: none;
}

/* line 289, ../sass/parts/_colo-picker.scss */
.colorpicker-default--hex-only .colorpicker-default__hex-input-container,
.colorpicker-default--hex-only .colorpicker-default__hex-input {
  width: 100%;
  margin-right: 0;
}

/* line 294, ../sass/parts/_colo-picker.scss */
.colorpicker-default--hex-only .colorpicker-default__history {
  padding-right: 1px;
}

/* line 297, ../sass/parts/_colo-picker.scss */
.colorpicker-default__info {
  display: flex;
  padding: 15px 0 0 0;
}

/* line 301, ../sass/parts/_colo-picker.scss */
.colorpicker-default__info--hidden {
  display: none;
}

/* line 304, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hex-input-container,
.colorpicker-default__r-input-container,
.colorpicker-default__g-input-container,
.colorpicker-default__b-input-container,
.colorpicker-default__a-input-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 9px;
}

/* line 314, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hex-input,
.colorpicker-default__r-input,
.colorpicker-default__g-input,
.colorpicker-default__b-input,
.colorpicker-default__a-input {
  box-sizing: border-box;
  width: 30px;
  height: 28px;
  border: 1px solid #d3d9dd;
  border-radius: 3px;
  color: #000;
  padding: 6px 0;
  font-size: 12.5px;
  transition: border 0.2s ease-in-out;
  background: #fff;
  text-align: center;
}

/* line 331, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hex-input::-webkit-input-placeholder,
.colorpicker-default__r-input::-webkit-input-placeholder,
.colorpicker-default__g-input::-webkit-input-placeholder,
.colorpicker-default__b-input::-webkit-input-placeholder,
.colorpicker-default__a-input::-webkit-input-placeholder {
  color: #939daa;
}

/* line 338, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hex-input:-ms-input-placeholder,
.colorpicker-default__r-input:-ms-input-placeholder,
.colorpicker-default__g-input:-ms-input-placeholder,
.colorpicker-default__b-input:-ms-input-placeholder,
.colorpicker-default__a-input:-ms-input-placeholder {
  color: #939daa;
}

/* line 345, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hex-input::-ms-input-placeholder,
.colorpicker-default__r-input::-ms-input-placeholder,
.colorpicker-default__g-input::-ms-input-placeholder,
.colorpicker-default__b-input::-ms-input-placeholder,
.colorpicker-default__a-input::-ms-input-placeholder {
  color: #939daa;
}

/* line 352, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hex-input::placeholder,
.colorpicker-default__r-input::placeholder,
.colorpicker-default__g-input::placeholder,
.colorpicker-default__b-input::placeholder,
.colorpicker-default__a-input::placeholder {
  color: #939daa;
}

/* line 359, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hex-input:focus,
.colorpicker-default__r-input:focus,
.colorpicker-default__g-input:focus,
.colorpicker-default__b-input:focus,
.colorpicker-default__a-input:focus {
  border-color: #0094f2;
  box-shadow: none;
  outline: none;
}

/* line 368, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hex-input {
  width: 60px;
}

/* line 371, ../sass/parts/_colo-picker.scss */
.colorpicker-default__hex-text,
.colorpicker-default__r-text,
.colorpicker-default__g-text,
.colorpicker-default__b-text,
.colorpicker-default__a-text {
  text-transform: uppercase;
  font-size: 14px;
  color: #939daa;
  margin-top: 7px;
}

/* line 381, ../sass/parts/_colo-picker.scss */
.colorpicker-default__history {
  border-top: 1px solid #e9ebee;
  padding: 10px;
  margin: -9px;
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 5px;
  padding-bottom: 5px;
}

/* line 391, ../sass/parts/_colo-picker.scss */
.colorpicker-default__history.is-hidden {
  display: none;
}

/* line 394, ../sass/parts/_colo-picker.scss */
.colorpicker-default__history-item {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #eef1f5;
  margin-right: 10.5px;
  margin-bottom: 10px;
}
/* line 403, ../sass/parts/_colo-picker.scss */
.colorpicker-default__history-item:nth-of-type(1), .colorpicker-default__history-item:nth-of-type(10), .colorpicker-default__history-item:nth-of-type(11) {
  display: none;
}

/* line 407, ../sass/parts/_colo-picker.scss */
.colorpicker-default__history-item.is-empty {
  border-color: transparent;
}

/* line 410, ../sass/parts/_colo-picker.scss */
.colorpicker-default__history-item.is-add-new {
  text-align: center;
  cursor: pointer;
  position: relative;
  background: #dfe5ec url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAA7SURBVHjaYvz//z9Dy6RlDFDwH0oz1uRFQRjNE5cyIAG4ApgAEwMBwIKkC5tJxJnAiM8NjIR8QdAKwABr3RPEnLgHwwAAAABJRU5ErkJggg==") center center no-repeat;
  width: 16px;
  height: 16px;
  border: none;
}

/* line 421, ../sass/parts/_colo-picker.scss */
.colorpicker-default__history-item.is-add-new:hover {
  background-color: #d5dde6;
}

/*------------------------------------*
   Files viewers styles
*------------------------------------*/
/* line 4, ../sass/parts/_viewer.scss */
.viewer-open {
  overflow: hidden !important;
}
/* line 7, ../sass/parts/_viewer.scss */
.viewer-open .tags-box.active {
  overflow: hidden;
}

/* line 13, ../sass/parts/_viewer.scss */
.document-viewer.spreadsheet.no-footer {
  border-bottom: 1px solid #ccc;
}
/* line 14, ../sass/parts/_viewer.scss */
.document-viewer.spreadsheet.no-footer .viewer-content-wrapper {
  bottom: 0;
}

/* line 27, ../sass/parts/_viewer.scss */
.thepresbottom {
  bottom: 60px !important;
}

/* line 50, ../sass/parts/_viewer.scss */
.promo-foot {
  height: 62px;
  max-width: 750px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  transition: all 250ms ease;
  position: fixed;
  color: #101010;
  background-image: linear-gradient(-20deg, #a900ed, #3172ec);
  bottom: -30px;
  opacity: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  z-index: 100;
  text-align: center;
  z-index: 10000000;
}
/* line 60, ../sass/parts/_viewer.scss */
.dark .promo-foot {
  box-shadow: 0 1px 2px 0 rgba(16, 16, 16, 0.05);
}
/* line 64, ../sass/parts/_viewer.scss */
.promo-foot .logo-mark {
  background-position: -5270px 0;
  height: 14px;
  width: 20px;
  position: relative;
  top: 2px;
  right: 5px;
}
/* line 79, ../sass/parts/_viewer.scss */
.promo-foot #close_promo_bar {
  position: absolute;
  top: 26px;
  padding: 0;
  right: 20px;
  cursor: pointer;
}
/* line 87, ../sass/parts/_viewer.scss */
.promo-foot .promo-container {
  margin: 10px auto;
  clear: both;
  overflow: hidden;
}
/* line 106, ../sass/parts/_viewer.scss */
.promo-foot span#message_container {
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
  float: left;
  font-size: 14.5px;
  line-height: 41px;
  color: #fff;
}
/* line 116, ../sass/parts/_viewer.scss */
.promo-foot .promo-btn {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  width: 245px;
  text-align: left;
  float: right;
}
/* line 124, ../sass/parts/_viewer.scss */
.promo-foot .promo-btn a {
  font-size: 14.5px;
  padding: 10px 25px;
  font-weight: normal;
}

/* line 134, ../sass/parts/_viewer.scss */
.media-viewer .document-outer, .media-viewer .embed-outer,
.media-viewer .upload-outer,
.media-viewer .download-outer,
.media-viewer .error-outer,
.media-viewer .embed-outer,
.media-viewer .load-outer {
  display: none;
}

/* line 144, ../sass/parts/_viewer.scss */
.viewer-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  z-index: 1030;
}
/* line 152, ../sass/parts/_viewer.scss */
.viewer-wrapper.white {
  background-color: #ccc;
}
/* line 159, ../sass/parts/_viewer.scss */
.viewer-wrapper.showing-comments .w-comments {
  left: -320px;
}
/* line 164, ../sass/parts/_viewer.scss */
.viewer-wrapper.showing-comments #next_arrow_wrapper .viewer-next-wrapper {
  right: 4px !important;
}
/* line 171, ../sass/parts/_viewer.scss */
.viewer-wrapper.dark .viewer-header {
  border-bottom: 1px solid #1f1f1f;
}
/* line 174, ../sass/parts/_viewer.scss */
.viewer-wrapper.dark .viewer-header .btn-default {
  color: #E4E6EB;
  background-color: #3A3B3C;
  border-color: transparent;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.viewer-wrapper.dark .viewer-header .btn-default:hover, .viewer-wrapper.dark .viewer-header .btn-default.hover {
  background-color: #424242;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.viewer-wrapper.dark .viewer-header .btn-default:active, .viewer-wrapper.dark .viewer-header .btn-default.active, .open > .viewer-wrapper.dark .viewer-header .btn-default.dropdown-toggle {
  color: #E4E6EB;
  background-color: #4d4d4d;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.viewer-wrapper.dark .viewer-header .btn-default.disabled, .viewer-wrapper.dark .viewer-header .btn-default.disabled:hover, .viewer-wrapper.dark .viewer-header .btn-default.disabled:focus, .viewer-wrapper.dark .viewer-header .btn-default.disabled:active, .viewer-wrapper.dark .viewer-header .btn-default.disabled.active, .viewer-wrapper.dark .viewer-header .btn-default[disabled], .viewer-wrapper.dark .viewer-header .btn-default[disabled]:hover, .viewer-wrapper.dark .viewer-header .btn-default[disabled]:focus, .viewer-wrapper.dark .viewer-header .btn-default[disabled]:active, .viewer-wrapper.dark .viewer-header .btn-default[disabled].active, fieldset[disabled] .viewer-wrapper.dark .viewer-header .btn-default, fieldset[disabled] .viewer-wrapper.dark .viewer-header .btn-default:hover, fieldset[disabled] .viewer-wrapper.dark .viewer-header .btn-default:focus, fieldset[disabled] .viewer-wrapper.dark .viewer-header .btn-default:active, fieldset[disabled] .viewer-wrapper.dark .viewer-header .btn-default.active {
  color: rgba(228, 230, 235, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
/* line 178, ../sass/parts/_viewer.scss */
.viewer-wrapper.dark .viewer-header .btn-download {
  color: #fff;
  background-color: #168EEA;
  border-color: transparent;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.viewer-wrapper.dark .viewer-header .btn-download:hover, .viewer-wrapper.dark .viewer-header .btn-download.hover {
  background-color: #1891ED;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.viewer-wrapper.dark .viewer-header .btn-download:active, .viewer-wrapper.dark .viewer-header .btn-download.active, .open > .viewer-wrapper.dark .viewer-header .btn-download.dropdown-toggle {
  color: #fff;
  background-color: #1382d7;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.viewer-wrapper.dark .viewer-header .btn-download.disabled, .viewer-wrapper.dark .viewer-header .btn-download.disabled:hover, .viewer-wrapper.dark .viewer-header .btn-download.disabled:focus, .viewer-wrapper.dark .viewer-header .btn-download.disabled:active, .viewer-wrapper.dark .viewer-header .btn-download.disabled.active, .viewer-wrapper.dark .viewer-header .btn-download[disabled], .viewer-wrapper.dark .viewer-header .btn-download[disabled]:hover, .viewer-wrapper.dark .viewer-header .btn-download[disabled]:focus, .viewer-wrapper.dark .viewer-header .btn-download[disabled]:active, .viewer-wrapper.dark .viewer-header .btn-download[disabled].active, fieldset[disabled] .viewer-wrapper.dark .viewer-header .btn-download, fieldset[disabled] .viewer-wrapper.dark .viewer-header .btn-download:hover, fieldset[disabled] .viewer-wrapper.dark .viewer-header .btn-download:focus, fieldset[disabled] .viewer-wrapper.dark .viewer-header .btn-download:active, fieldset[disabled] .viewer-wrapper.dark .viewer-header .btn-download.active {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
/* line 183, ../sass/parts/_viewer.scss */
.viewer-wrapper.dark .spinner-css {
  background: url("/res/images/native-loader-black.GIF") 0% 0%/24px 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 183, ../sass/parts/_viewer.scss */
  .viewer-wrapper.dark .spinner-css {
    background-image: url('../images/native-loader-black@2x.GIF?1590749455') 0% 0%/24px 24px;
  }
}
/* line 193, ../sass/parts/_viewer.scss */
.viewer-wrapper.document-viewer.spreadsheet.no-footer .list-toggle {
  position: absolute;
  right: 43px;
  height: 40px;
  border-left: 1px solid #c1cbd2;
}
/* line 199, ../sass/parts/_viewer.scss */
.viewer-wrapper.document-viewer.spreadsheet.no-footer .list-toggle .icn-hide-list {
  margin-left: 18px;
  margin-right: 18px;
}
/* line 215, ../sass/parts/_viewer.scss */
.viewer-wrapper.document-viewer.no-footer .list-toggle {
  margin-right: 20px;
}
/* line 222, ../sass/parts/_viewer.scss */
.viewer-wrapper.referrer-app .document-controls,
.viewer-wrapper.referrer-app .viewer-header,
.viewer-wrapper.referrer-app .viewer-footer {
  display: none !important;
}
/* line 228, ../sass/parts/_viewer.scss */
.viewer-wrapper.referrer-app .viewer-content-wrapper {
  top: 0 !important;
}

/* line 236, ../sass/parts/_viewer.scss */
.viewer-container {
  position: relative;
  z-index: 1000;
  transition: all 250ms ease;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}

/* line 251, ../sass/parts/_viewer.scss */
.no-footer .viewer-footer {
  bottom: -102px;
}
/* line 255, ../sass/parts/_viewer.scss */
.no-footer .list-toggle {
  margin-top: -40px;
  border: 0;
}
/* line 264, ../sass/parts/_viewer.scss */
.no-footer .viewer-container {
  padding-bottom: 0;
}
/* line 268, ../sass/parts/_viewer.scss */
.no-footer .viewer-back-wrapper,
.no-footer .viewer-next-wrapper {
  bottom: 0;
}
/* line 273, ../sass/parts/_viewer.scss */
.no-footer .viewer-content-wrapper {
  bottom: 0;
}
/* line 277, ../sass/parts/_viewer.scss */
.no-footer.media-viewer .viewer-content-wrapper {
  bottom: 17px;
}
/* line 281, ../sass/parts/_viewer.scss */
.no-footer .document-controls {
  bottom: 25px;
}

/*------------------------------------*
   Loader viewer
*------------------------------------*/
/* line 292, ../sass/parts/_viewer.scss */
.load-viewer .media-outer,
.load-viewer .document-outer,
.load-viewer .embed-outer,
.load-viewer .error-outer,
.load-viewer .upload-outer,
.load-viewer .embed-outer,
.load-viewer .download-outer {
  display: none;
}
/* line 301, ../sass/parts/_viewer.scss */
.load-viewer .load-outer {
  width: 200px;
  height: 10px;
}
/* line 304, ../sass/parts/_viewer.scss */
.load-viewer .load-outer .status {
  margin-top: 28px;
  display: inline-block;
  color: #fff;
}
/* line 310, ../sass/parts/_viewer.scss */
.load-viewer .load-outer img {
  width: 24px;
  height: 24px;
  background: url('../images/native-loader-black.GIF?1590749455');
  background-size: 24px 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 310, ../sass/parts/_viewer.scss */
  .load-viewer .load-outer img {
    background-image: url('../images/native-loader-black@2x.GIF?1590749455');
    background-size: 24px 24px;
  }
}

/*------------------------------------*
   Full viewer styles
*------------------------------------*/
/* line 331, ../sass/parts/_viewer.scss */
.viewer-full {
  overflow: auto;
}
/* line 334, ../sass/parts/_viewer.scss */
.viewer-full .viewer-header,
.viewer-full .viewer-footer,
.viewer-full .viewer-back-wrapper,
.viewer-full .viewer-next-wrapper {
  display: none;
}
/* line 341, ../sass/parts/_viewer.scss */
.viewer-full .viewer-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 348, ../sass/parts/_viewer.scss */
.viewer-full .viewer-container {
  padding: 0;
}
/* line 352, ../sass/parts/_viewer.scss */
.viewer-full .media-wrapper,
.viewer-full .ab-center {
  position: initial;
}
/* line 361, ../sass/parts/_viewer.scss */
.viewer-full .media-item.zoom-allowed {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
/* line 367, ../sass/parts/_viewer.scss */
.viewer-full .viewer-content-wrapper {
  top: 0;
  bottom: 0;
}

/* line 373, ../sass/parts/_viewer.scss */
.xclose {
  position: fixed;
  display: none;
  top: 20px;
  right: 20px;
  height: 31px;
  width: 31px;
  cursor: pointer;
  background-color: #292f33;
  z-index: 1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 388, ../sass/parts/_viewer.scss */
.xclose:before {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 11px;
  height: 11px;
  content: '';
  opacity: .8;
}
/* line 399, ../sass/parts/_viewer.scss */
.xclose:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.36);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.36);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.36);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.36);
}
/* line 402, ../sass/parts/_viewer.scss */
.xclose:hover:before {
  opacity: 1;
}
/* line 407, ../sass/parts/_viewer.scss */
.fullscreen .xclose {
  display: block;
}

/*------------------------------------*
   Viewer header and footer styles
*------------------------------------*/
/* line 416, ../sass/parts/_viewer.scss */
.viewer-header,
.viewer-footer {
  position: fixed;
  width: 100%;
  z-index: 100000000;
  background-color: #282828;
}
/* line 423, ../sass/parts/_viewer.scss */
.viewer-header .icn-logo-viewer,
.viewer-footer .icn-logo-viewer {
  top: 2px !important;
}

/* line 428, ../sass/parts/_viewer.scss */
.viewer-footer .tooltip {
  max-width: 250px;
  word-wrap: break-word;
}
/* line 432, ../sass/parts/_viewer.scss */
.viewer-footer .tooltip .tooltip-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 441, ../sass/parts/_viewer.scss */
.next-arrow-wrapper,
.back-arrow-wrapper {
  position: fixed;
  left: 0;
  top: 170px;
  bottom: 170px;
  width: 100px;
  height: 80px;
  margin: auto;
  z-index: 1070;
}
@media (max-width: 768px) {
  /* line 441, ../sass/parts/_viewer.scss */
  .next-arrow-wrapper,
  .back-arrow-wrapper {
    height: 60px;
  }
}

/* line 457, ../sass/parts/_viewer.scss */
.next-arrow-wrapper {
  transition: all 250ms ease;
  left: auto;
  right: 0;
}

/* line 463, ../sass/parts/_viewer.scss */
.viewer-back-wrapper,
.viewer-next-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 1070;
  background-color: #3A3B3C;
  border-radius: 30px;
}
/* line 475, ../sass/parts/_viewer.scss */
.viewer-back-wrapper:hover,
.viewer-next-wrapper:hover {
  background-color: #424242;
}

/* line 480, ../sass/parts/_viewer.scss */
.list-arrow-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 35px 10px;
}
/* line 486, ../sass/parts/_viewer.scss */
.list-arrow-wrapper.pull-left {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 490, ../sass/parts/_viewer.scss */
.list-arrow-wrapper.pull-right {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 495, ../sass/parts/_viewer.scss */
.list-toggle {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 40px;
  padding: 0 24px;
  border-left: 1px solid #262626;
}

/* line 504, ../sass/parts/_viewer.scss */
.viewer-back-wrapper {
  left: 17px;
  right: auto;
}
/* line 508, ../sass/parts/_viewer.scss */
.viewer-back-wrapper .icn-viewer-back {
  right: 2px;
  transform: scale(0.8);
  top: -1px;
}

/* line 517, ../sass/parts/_viewer.scss */
.viewer-next-wrapper {
  right: 16px !important;
  left: auto;
}
@media (max-width: 768px) {
  /* line 517, ../sass/parts/_viewer.scss */
  .viewer-next-wrapper {
    right: 17px !important;
  }
}
/* line 525, ../sass/parts/_viewer.scss */
.viewer-next-wrapper .icn-viewer-next {
  left: 2px;
  transform: scale(0.8);
  top: -1px;
}

/* line 536, ../sass/parts/_viewer.scss */
.viewer-header {
  top: 0;
  height: 55px;
  display: flex;
  justify-content: space-between;
}
/* line 542, ../sass/parts/_viewer.scss */
.viewer-header .logo-wrapper {
  height: 52px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 549, ../sass/parts/_viewer.scss */
.viewer-header .logo-wrapper a {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* line 554, ../sass/parts/_viewer.scss */
.viewer-header .logo-wrapper a img {
  transform: translateY(2px);
}
/* line 559, ../sass/parts/_viewer.scss */
.viewer-header .logo-wrapper .custom-logo {
  height: auto;
}
/* line 566, ../sass/parts/_viewer.scss */
.viewer-header .viewer-actions {
  margin-top: 10px;
  order: 3;
}
/* line 570, ../sass/parts/_viewer.scss */
.viewer-header .viewer-actions .btn {
  margin-right: 10px;
}
/* line 573, ../sass/parts/_viewer.scss */
.viewer-header .viewer-actions .btn.btn-link {
  padding: 6px 7px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 577, ../sass/parts/_viewer.scss */
.viewer-header .viewer-actions .btn.btn-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 583, ../sass/parts/_viewer.scss */
.viewer-header .viewer-actions #viewer_actions {
  display: inline !important;
}
/* line 592, ../sass/parts/_viewer.scss */
.viewer-header .viewer-title {
  margin-left: 12px;
  line-height: 55px;
  color: #E4E6EB;
  width: 100%;
}
@media all and (max-width: 768px) {
  /* line 592, ../sass/parts/_viewer.scss */
  .viewer-header .viewer-title {
    margin-left: 5px;
  }
}
/* line 603, ../sass/parts/_viewer.scss */
.viewer-header .viewer-title .form-control {
  width: 200px;
  display: none;
  text-align: center;
  border-color: #0287e7;
}
/* line 610, ../sass/parts/_viewer.scss */
.viewer-header .viewer-title .name {
  display: inline-block;
  margin-right: -23px;
  font-size: 13.5px;
}
/* line 616, ../sass/parts/_viewer.scss */
.viewer-header .viewer-title .icn-edit {
  margin-left: 10px;
  cursor: pointer;
}
/* line 622, ../sass/parts/_viewer.scss */
.viewer-header .viewer-title.edit .icn-edit {
  display: none;
}
/* line 626, ../sass/parts/_viewer.scss */
.viewer-header .viewer-title.edit .form-control {
  display: inline-block !important;
}
/* line 632, ../sass/parts/_viewer.scss */
.viewer-header .viewer-file-count {
  right: 34%;
  left: 34%;
  line-height: 52px;
}

/* line 641, ../sass/parts/_viewer.scss */
.viewer-footer {
  bottom: 0;
  height: 102px;
  border-top: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/*------------------------------------*
   Comments UI
*------------------------------------*/
/* line 651, ../sass/parts/_viewer.scss */
.viewer-file-name {
  position: relative;
  margin-left: 0px;
  display: inline;
  cursor: pointer;
  overflow: hidden;
  padding-left: 0px;
  display: flex;
}

/* line 667, ../sass/parts/_viewer.scss */
.count {
  font-size: 14px;
  color: #9DA7AB;
  margin: auto 10px;
  position: relative;
  top: -1px;
}

/* line 676, ../sass/parts/_viewer.scss */
.dark .count {
  color: #8A8D91;
}

/* line 681, ../sass/parts/_viewer.scss */
.title-break {
  position: absolute;
  left: 0px;
  top: 14px;
  bottom: 13px;
  border-left: 1px solid #d8d8d8;
}
/* line 688, ../sass/parts/_viewer.scss */
.dark .title-break {
  border-left: 1px solid #414344;
}

/* line 693, ../sass/parts/_viewer.scss */
.dim {
  opacity: 0.5;
}

/* line 697, ../sass/parts/_viewer.scss */
.dim-light {
  opacity: 0.75;
}

/* line 701, ../sass/parts/_viewer.scss */
.showing-comments {
  transition: all 250ms ease;
}
/* line 703, ../sass/parts/_viewer.scss */
.showing-comments #sidbararrow {
  transform: rotate(0deg) !important;
}
/* line 12, ../sass/parts/mixins/_scrollbar.scss */
.showing-comments.dark ::-webkit-scrollbar {
  width: 0.9em;
  height: 0.9em;
}
/* line 17, ../sass/parts/mixins/_scrollbar.scss */
.showing-comments.dark ::-webkit-scrollbar-thumb {
  background: #545454;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #2E2E2E;
}
/* line 25, ../sass/parts/mixins/_scrollbar.scss */
.showing-comments.dark ::-webkit-scrollbar-track {
  background: #2E2E2E;
}
/* line 30, ../sass/parts/mixins/_scrollbar.scss */
.showing-comments.dark body {
  scrollbar-face-color: #545454;
  scrollbar-track-color: #2E2E2E;
}
/* line 711, ../sass/parts/_viewer.scss */
.showing-comments .comment-wrapper {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 717, ../sass/parts/_viewer.scss */
.showing-comments .document-controls {
  left: calc(50% - 160px);
}
@media all and (max-width: 768px) {
  /* line 717, ../sass/parts/_viewer.scss */
  .showing-comments .document-controls {
    left: 50% !important;
  }
}
/* line 725, ../sass/parts/_viewer.scss */
.showing-comments .viewer-container {
  width: calc(100% - 325px) !important;
}
/* line 729, ../sass/parts/_viewer.scss */
.showing-comments .next-arrow-wrapper {
  right: 340px;
}

/* line 736, ../sass/parts/_viewer.scss */
.hide-comments .comment-wrapper {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 740, ../sass/parts/_viewer.scss */
.hide-comments .document-controls {
  left: 50%;
}
/* line 744, ../sass/parts/_viewer.scss */
.hide-comments .viewer-container {
  width: 100% !important;
}
/* line 748, ../sass/parts/_viewer.scss */
.hide-comments .next-arrow-wrapper {
  right: 0px;
}

/* line 758, ../sass/parts/_viewer.scss */
.mention {
  color: #168EEA !important;
}

/* line 764, ../sass/parts/_viewer.scss */
.displayCustomMessage {
  line-height: 42px;
  padding: 0px 12px !important;
  margin: -8px auto !important;
}

/* line 770, ../sass/parts/_viewer.scss */
.atwho-view-ul {
  padding: 0px;
}

/* line 774, ../sass/parts/_viewer.scss */
.atwho-view {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 18px;
  background: white;
  color: #55636c;
  width: auto;
  min-width: 120px;
  max-width: 240px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 11110 !important;
}
/* line 791, ../sass/parts/_viewer.scss */
.atwho-view .atwho-header {
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  border-bottom: solid 1px #eaeff1;
  color: #6f8092;
  font-size: 12px;
  font-weight: 600;
}
/* line 800, ../sass/parts/_viewer.scss */
.atwho-view .atwho-header .small {
  color: #6f8092;
  float: right;
  padding-top: 2px;
  margin-right: -5px;
  font-size: 12.5px;
  font-weight: normal;
}
/* line 809, ../sass/parts/_viewer.scss */
.atwho-view .atwho-header:hover {
  cursor: default;
}
/* line 814, ../sass/parts/_viewer.scss */
.atwho-view .cur {
  background: #e8e8e8;
  color: #55636c;
}
/* line 816, ../sass/parts/_viewer.scss */
.atwho-view .cur.displayCustomMessage {
  background: white;
}
/* line 820, ../sass/parts/_viewer.scss */
.atwho-view .cur:hover {
  cursor: pointer;
}
/* line 827, ../sass/parts/_viewer.scss */
.atwho-view .cur strong {
  font: bold;
}
/* line 831, ../sass/parts/_viewer.scss */
.atwho-view .cur > ul {
  list-style: none;
  padding: 0;
  margin: auto;
  max-height: 200px;
  overflow-y: auto;
}
/* line 842, ../sass/parts/_viewer.scss */
.atwho-view > ul > li {
  position: relative;
  height: 42px;
  padding-top: 3px;
  background-color: white;
  display: block;
  cursor: pointer;
  clear: both;
  overflow: hidden;
}
/* line 855, ../sass/parts/_viewer.scss */
.atwho-view > ul > li.displayCustomMessage:hover {
  background: #fff;
}
/* line 860, ../sass/parts/_viewer.scss */
.atwho-view > ul > li:hover {
  cursor: pointer;
  background: #e8e8e8;
}
/* line 865, ../sass/parts/_viewer.scss */
.atwho-view > ul > li img {
  width: 32px;
  height: 32px;
  position: relative;
  left: 7px;
  top: 2px;
  margin: auto 10px auto auto;
  overflow: hidden;
  border-radius: 100%;
  float: left;
}
/* line 879, ../sass/parts/_viewer.scss */
.atwho-view a,
.atwho-view small {
  margin-left: 6px;
  width: calc(100% - 48px);
  display: block;
  float: left;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 890, ../sass/parts/_viewer.scss */
.atwho-view a:hover,
.atwho-view small:hover {
  text-decoration: none;
}
/* line 895, ../sass/parts/_viewer.scss */
.atwho-view a {
  color: #55636c;
}
/* line 899, ../sass/parts/_viewer.scss */
.atwho-view small {
  font-size: 12px;
  color: grey;
}

/* line 909, ../sass/parts/_viewer.scss */
.dark .btn-block {
  background-color: #424242;
  color: #E4E6EB;
  border: none;
}
/* line 915, ../sass/parts/_viewer.scss */
.dark .btn-comment.empty {
  color: #fff !important;
  background-image: url('../images/comment-icon-empty-white.png?1654767445');
}
/* line 919, ../sass/parts/_viewer.scss */
.dark .btn-comment.empty:active {
  background-image: url('../images/comment-icon-empty-white.png?1654767445');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 919, ../sass/parts/_viewer.scss */
  .dark .btn-comment.empty:active {
    background-image: url('../images/comment-icon-empty-white@2x.png?1605640485');
  }
}
/* line 928, ../sass/parts/_viewer.scss */
.dark .btn-comment {
  background-image: url('../images/comment-icon-white.png?1594895416');
  color: #101010 !important;
}
/* line 932, ../sass/parts/_viewer.scss */
.dark .btn-comment:active {
  background-image: url('../images/comment-icon-white.png?1594895416');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 932, ../sass/parts/_viewer.scss */
  .dark .btn-comment:active {
    background-image: url('../images/comment-icon-white@2x.png?1594895416');
  }
}
/* line 941, ../sass/parts/_viewer.scss */
.dark .dropdown-menu {
  background-color: #313131;
  color: #fff;
  border: solid 1px #434344;
  box-shadow: 0 0 10px #1b1b1b;
}
/* line 947, ../sass/parts/_viewer.scss */
.dark .dropdown-menu .icn-dd-top-arrow {
  background-position: -1478px 0;
}
/* line 952, ../sass/parts/_viewer.scss */
.dark .dropdown-menu li a {
  color: #E4E6EB;
}
/* line 955, ../sass/parts/_viewer.scss */
.dark .dropdown-menu li a:hover {
  background-color: #3e3e3e;
}
/* line 961, ../sass/parts/_viewer.scss */
.dark .dropdown-menu li.sub_menu ul {
  background-color: #313131;
  color: #fff;
  border: solid 1px #434344;
  box-shadow: 0 0 10px #1b1b1b;
}
/* line 969, ../sass/parts/_viewer.scss */
.dark .dropdown-menu li.sub_menu ul li a:hover {
  color: #fff;
}
/* line 976, ../sass/parts/_viewer.scss */
.dark .dropdown-menu li.sub_menu:after {
  border-left-color: #E4E6EB;
}
/* line 983, ../sass/parts/_viewer.scss */
.dark .caret {
  border-top-color: #fff;
}
/* line 987, ../sass/parts/_viewer.scss */
.dark .comment-wrapper {
  background: #1C1C1C;
  border-left: 0px;
}
/* line 993, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .comment-card,
.dark .comment-wrapper .reply-card {
  border: 1px solid #1f1f1f;
  background-color: #282828;
}
/* line 999, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .text-input {
  color: #E4E6EB;
}
/* line 1003, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .commenter-name {
  color: #E4E6EB;
}
/* line 1007, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .comment-text {
  color: #E4E6EB;
}
/* line 1011, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .placeholder-text {
  color: #8A8D91;
}
/* line 1016, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .spinner-css {
  background: url("/res/images/native-loader-black.GIF") 0% 0%/24px 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1016, ../sass/parts/_viewer.scss */
  .dark .comment-wrapper .spinner-css {
    background-image: url('../images/native-loader-black@2x.GIF?1590749455') 0% 0%/24px 24px;
  }
}
/* line 1024, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .comment .icn-delete {
  display: none;
  opacity: 0.75;
  background-position: -1157px 0;
  height: 12px;
  width: 12px;
}
/* line 1029, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .comment .icn-delete:hover {
  opacity: 1;
}
/* line 1033, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .comment .comment-edit {
  display: none;
  opacity: 0.75;
}
/* line 1037, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .comment .comment-edit svg {
  pointer-events: none;
}
/* line 1041, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .comment .comment-edit:hover {
  opacity: 1;
}
/* line 1050, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .comment:hover .icn-delete {
  display: block;
}
/* line 1053, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .comment:hover .comment-edit {
  display: block;
}
/* line 1059, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .icn-mention {
  opacity: 0.75;
  background-position: -1251px 0;
  height: 15px;
  width: 15px;
}
/* line 1063, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .icn-mention:hover, .dark .comment-wrapper .icn-mention:active {
  background-position: -1251px 0;
  height: 15px;
  width: 15px;
  opacity: 1 !important;
}
/* line 1074, ../sass/parts/_viewer.scss */
.dark .comment-blank h3 {
  color: #9DA7AB;
}
/* line 1078, ../sass/parts/_viewer.scss */
.dark .comment-blank .sub-heading {
  color: #a4a8ab;
}
/* line 1081, ../sass/parts/_viewer.scss */
.dark .comment-blank .sub-heading .team-pro-tip {
  background-color: #2a2929;
  border: none;
}
/* line 1085, ../sass/parts/_viewer.scss */
.dark .comment-blank .sub-heading .team-pro-tip .tip-tag {
  background-color: #b9bcbe;
  color: #444;
}
/* line 1093, ../sass/parts/_viewer.scss */
.dark .comment-blank .comment-image-empty {
  background: url(/res/images/svg/comments-blank-dark.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 1099, ../sass/parts/_viewer.scss */
.dark .comment-new span {
  color: white;
}
/* line 1103, ../sass/parts/_viewer.scss */
.dark .comment-new {
  border: 1px solid #1f1f1f;
  background-color: #282828;
  box-shadow: 0px 1px 1px 0px rgba(25, 24, 24, 0.86);
}

/* line 1114, ../sass/parts/_viewer.scss */
.person-icon-comment,
.person-icon-reply,
.person-icon-reply-extended,
.person-icon-comment-extended {
  width: auto;
  margin-left: -10px !important;
}
/* line 1121, ../sass/parts/_viewer.scss */
.person-icon-comment *,
.person-icon-reply *,
.person-icon-reply-extended *,
.person-icon-comment-extended * {
  text-align: left !important;
}

/* line 1129, ../sass/parts/_viewer.scss */
.guest-user-icon {
  width: auto;
  margin-left: -10px !important;
}

/* line 1140, ../sass/parts/_viewer.scss */
.spinner-css {
  z-index: 1500;
  width: 24px;
  height: 24px;
  background: url("/res/images/search-loader.GIF") 0% 0%/24px 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1140, ../sass/parts/_viewer.scss */
  .spinner-css {
    background-image: url('../images/search-loader@2x.GIF?1590749456') 0% 0%/24px 24px;
  }
}

/* line 1151, ../sass/parts/_viewer.scss */
.comment-wrapper {
  transition: all 250ms ease;
  right: -325px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 53px;
  width: 325px;
  height: calc(100% - 52px);
  margin: auto;
  z-index: 1000;
  background: #F4F4F5;
}
/* line 1172, ../sass/parts/_viewer.scss */
.comment-wrapper .comments-holder {
  padding-bottom: 12px;
  display: table;
  box-sizing: border-box;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}
/* line 1183, ../sass/parts/_viewer.scss */
.comment-wrapper .info_legend {
  margin-top: 24px;
  font-size: 14px;
  color: #3b3d3e;
  margin-left: 14px;
  letter-spacing: 0.2px;
  font-weight: 600;
  display: block;
  clear: both;
  overflow: hidden;
  text-align: left;
}
/* line 1195, ../sass/parts/_viewer.scss */
.comment-wrapper .info_legend .activity_contianer_infotext {
  max-width: 204px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 1203, ../sass/parts/_viewer.scss */
.comment-wrapper .info_legend #comments_count_sidebar {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
/* line 1211, ../sass/parts/_viewer.scss */
.comment-wrapper .info_legend .tooltip {
  text-transform: none;
  text-align: left;
  font-weight: 400;
}
/* line 1218, ../sass/parts/_viewer.scss */
.comment-wrapper .reply-card {
  margin-top: -1px;
  background-color: #fff;
  border-top: 1px solid #e2e2e28f;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
/* line 1219, ../sass/parts/_viewer.scss */
.comment-wrapper .reply-card .icn-mention {
  margin-right: 3px !important;
}
/* line 1229, ../sass/parts/_viewer.scss */
.comment-wrapper .comment-card {
  background-color: #fff;
  margin: 8px 12px 0 12px;
  box-shadow: 0px 1px 2px 0 rgba(16, 16, 16, 0.05);
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
/* line 1237, ../sass/parts/_viewer.scss */
.comment-wrapper .comment-card > div:not(.comment-reply):before {
  background: #ccc;
  content: "";
  height: 100%;
  left: 31px;
  position: absolute;
  width: 1px;
  margin-top: 25px;
  top: 15px;
}
/* line 1247, ../sass/parts/_viewer.scss */
.comment-wrapper .comment-card > .comment:last-of-type::before {
  content: none;
}
/* line 1250, ../sass/parts/_viewer.scss */
.comment-wrapper .comment-card.reply-to:last-of-type::before {
  content: none;
}
/* line 1254, ../sass/parts/_viewer.scss */
.comment-wrapper .comment-card.active {
  border: solid 1px #168EEA;
}
/* line 1260, ../sass/parts/_viewer.scss */
.comment-wrapper .reply-break {
  position: relative;
  top: 0px;
  width: 150px;
  margin-left: 56px;
  height: 17px;
}
/* line 1266, ../sass/parts/_viewer.scss */
.comment-wrapper .reply-break:before {
  background: #ccc;
  content: "";
  height: 100%;
  left: -25px;
  position: absolute;
  width: 1px;
  margin-top: 25px;
  bottom: 13px;
}
/* line 1277, ../sass/parts/_viewer.scss */
.comment-wrapper .reply-break a {
  width: 100%;
  font-size: 12px;
  color: #3DA5EE;
  text-decoration: none;
}
/* line 1285, ../sass/parts/_viewer.scss */
.comment-wrapper .comment {
  display: table;
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed;
  padding: 10px 2px 0px 5px;
}
/* line 1288, ../sass/parts/_viewer.scss */
.comment-wrapper .comment:hover .icn-delete {
  display: block;
}
/* line 1291, ../sass/parts/_viewer.scss */
.comment-wrapper .comment:hover .comment-edit {
  display: block;
}
/* line 1296, ../sass/parts/_viewer.scss */
.comment-wrapper .comment.reply-to {
  margin-bottom: 0px !important;
}
/* line 1300, ../sass/parts/_viewer.scss */
.comment-wrapper .comment:last-child {
  margin-bottom: 0px !important;
}
/* line 1310, ../sass/parts/_viewer.scss */
.comment-wrapper .comment .commenter-photo {
  display: table-cell;
  width: 32px;
  padding-right: 10px;
  margin-left: 10px;
  margin-top: 14px;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
  z-index: 100;
}
/* line 1323, ../sass/parts/_viewer.scss */
.comment-wrapper .comment .icn-delete {
  float: right;
  display: none;
  background-position: -1179px 0;
  height: 12px;
  width: 12px;
  margin-top: 4px;
  margin-right: 3px;
}
/* line 1330, ../sass/parts/_viewer.scss */
.comment-wrapper .comment .icn-delete:hover {
  cursor: pointer;
}
/* line 1334, ../sass/parts/_viewer.scss */
.comment-wrapper .comment .comment-edit {
  float: right;
  display: none;
  margin-top: 0;
  transform: translateY(2px);
  margin-right: 10px;
}
/* line 1340, ../sass/parts/_viewer.scss */
.comment-wrapper .comment .comment-edit:hover {
  cursor: pointer;
}
/* line 1349, ../sass/parts/_viewer.scss */
.comment-wrapper .load_more_replies .reply-to:hover .icn-delete {
  display: none !important;
}
/* line 1352, ../sass/parts/_viewer.scss */
.comment-wrapper .load_more_replies .reply-to:hover .comment-edit {
  display: none !important;
}
/* line 1359, ../sass/parts/_viewer.scss */
.comment-wrapper .reply-to {
  padding-bottom: 0px;
  padding-top: 0px;
}
/* line 1363, ../sass/parts/_viewer.scss */
.comment-wrapper .reply-to:last-child {
  margin-bottom: 0px !important;
}
/* line 1372, ../sass/parts/_viewer.scss */
.comment-wrapper .comment-reply {
  position: relative;
  margin-top: 10px;
}
/* line 1377, ../sass/parts/_viewer.scss */
.comment-wrapper .reply {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 12px 20px 15px;
  table-layout: fixed;
}
/* line 1385, ../sass/parts/_viewer.scss */
.comment-wrapper .icn-mention {
  float: right;
  margin: 9px auto;
  position: absolute;
  right: 16px;
  bottom: 24px;
  transition: all .2s ease;
  z-index: 1000000000;
  background-position: -1276px 0;
  height: 15px;
  width: 15px;
}
/* line 1395, ../sass/parts/_viewer.scss */
.comment-wrapper .icn-mention:hover, .comment-wrapper .icn-mention:active {
  cursor: pointer;
}
/* line 1401, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation-enable {
  margin: 9px auto;
  position: absolute;
  right: 39px;
  bottom: 17px;
  transition: all .2s ease;
  z-index: 1000;
}
/* line 1409, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation-enable:hover, .comment-wrapper .annotation-enable:active {
  cursor: pointer;
}
/* line 1413, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation-enable #remove_annotateion_icon {
  display: none;
}
/* line 1416, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation-enable #anotaiton_icon {
  display: inline-block;
}
/* line 1420, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation-enable.ann_active #anotaiton_icon {
  display: none;
}
/* line 1423, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation-enable.ann_active #remove_annotateion_icon {
  display: inline-block;
}
/* line 1429, ../sass/parts/_viewer.scss */
.comment-wrapper .avatar {
  margin: auto 10px auto auto;
}
/* line 1434, ../sass/parts/_viewer.scss */
.comment-wrapper .reply-holder {
  color: #76828a;
  line-height: 2.6;
}
/* line 1439, ../sass/parts/_viewer.scss */
.comment-wrapper .placeholder-text {
  box-sizing: border-box;
  position: absolute;
  padding: 6px;
  color: #aaa;
  left: 57px;
  top: 22px;
}
/* line 1449, ../sass/parts/_viewer.scss */
.comment-wrapper .text-input {
  text-align: left;
  color: #3B3D3E;
  line-height: 1.6;
  min-height: 32px;
  max-height: 140px;
  height: auto;
  font-size: 14px;
  padding: 6px;
  padding-left: 17px;
  word-wrap: break-word;
  outline: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  border: 0px;
  background: rgba(255, 255, 255, 0);
  border-style: solid;
  border-color: transparent;
}
/* line 1479, ../sass/parts/_viewer.scss */
.comment-wrapper .comment-top-bar {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  padding-top: 1px;
}
/* line 1487, ../sass/parts/_viewer.scss */
.comment-wrapper .commenter-name {
  color: #3B3D3E;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  max-width: 110px;
  margin-right: 5px;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 1500, ../sass/parts/_viewer.scss */
.comment-wrapper .commenter-time {
  font-size: 12px;
  color: #9DA7AB;
  line-height: 14px;
  display: inline-block;
  margin-top: 2px;
  letter-spacing: -0.25px;
}
/* line 1509, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel {
  padding: 12px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 2px 0 rgba(16, 16, 16, 0.05);
  border: 1px solid #e2e2e2;
  border-top: 0;
  position: relative;
  z-index: 100;
  top: -2px;
  border-top: solid 1px #e2e2e28f;
  width: calc(100% - 24px);
  margin-left: 12px;
}
/* line 1524, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel div {
  display: flex;
  gap: 10px;
  align-items: center;
}
/* line 1528, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel div #delete_shape {
  border-right: solid 1px #ddd;
  padding-right: 12px;
}
/* line 1532, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel div span {
  display: flex;
  align-items: center;
}
/* line 1537, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel svg {
  cursor: pointer;
}
/* line 1542, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel .active svg path {
  fill: #168EEA;
}
/* line 1546, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel .active svg rect {
  stroke: #168EEA;
}
/* line 1550, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel .active#line_shape svg path {
  stroke: #168EEA;
}
/* line 1556, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel #delete_shape.active svg path {
  fill: transparent !important;
  stroke: #168EEA !important;
}
/* line 1562, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel .annotation_color {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
/* line 1568, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel .annotation_color.red {
  background-color: #F73D72;
}
/* line 1572, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel .annotation_color.green {
  background-color: #34E33B;
}
/* line 1576, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel .annotation_color.yellow {
  background-color: #FDF14C;
}
/* line 1580, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel .annotation_color.blue {
  background-color: #3696F6;
}
/* line 1584, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel .annotation_color.orange {
  background-color: #FB9348;
}
/* line 1587, ../sass/parts/_viewer.scss */
.comment-wrapper .annotation_panel .annotation_color.active:before {
  content: '';
  position: absolute;
  display: block;
  background-color: inherit;
  height: 21px;
  width: 21px;
  opacity: .3;
  border-radius: 15px;
  top: -3px;
  left: -3px;
}
/* line 1603, ../sass/parts/_viewer.scss */
.comment-wrapper .dark .commenter-time {
  color: #8A8D91 !important;
}
/* line 1608, ../sass/parts/_viewer.scss */
.comment-wrapper .comment-body {
  display: block;
  width: calc(100% - 58px);
  padding: 6px;
  padding-right: 0;
  margin-left: 2px;
}
/* line 1618, ../sass/parts/_viewer.scss */
.comment-wrapper .comment-body .reply-button {
  float: left;
  font-size: 12.5px;
  height: 14px;
  margin-bottom: 3px;
  line-height: 14px;
  color: #168EEA;
  cursor: pointer;
  outline: none;
}
/* line 1630, ../sass/parts/_viewer.scss */
.comment-wrapper .comment-text {
  font-size: 14px;
  margin: 1px auto 7px;
  color: #3B3D3E;
  line-height: 1.45;
  word-wrap: break-word;
}
/* line 1639, ../sass/parts/_viewer.scss */
.comment-wrapper .separator {
  color: #DEE5E9;
  margin: -3px 8px 0;
}
/* line 1644, ../sass/parts/_viewer.scss */
.comment-wrapper .c-avatar {
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  line-height: 2.5;
  border-radius: 1000px;
  -webkit-perspective: 1px;
  perspective: 1px;
}
/* line 1661, ../sass/parts/_viewer.scss */
.comment-wrapper .c-avatar img {
  width: 32px;
  height: 32px;
  display: block;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 1671, ../sass/parts/_viewer.scss */
.comment-wrapper .c-avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1000px;
  box-shadow: inset 0 0 0 1px rgba(37, 40, 43, 0.1);
  pointer-events: none;
}

/* line 1687, ../sass/parts/_viewer.scss */
.comment-new {
  display: table;
  box-sizing: border-box;
  table-layout: fixed;
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 12px;
  background: #fff;
  position: relative;
  min-height: 80px;
  width: calc(100% - 24px);
  box-shadow: 0px 1px 2px 0 rgba(16, 16, 16, 0.05);
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 24px 15px;
  text-align: left;
  padding-bottom: 15px;
}
/* line 1709, ../sass/parts/_viewer.scss */
.comment-new .placeholder-text {
  top: 23px;
  left: 57px;
}
/* line 1714, ../sass/parts/_viewer.scss */
.comment-new .text-input {
  top: -1px;
  max-height: 128px;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.05px;
}

/* line 1725, ../sass/parts/_viewer.scss */
.comment-blank {
  position: relative;
  margin-top: -200px;
  top: 50%;
  text-align: center;
  line-height: 25px;
}
/* line 1732, ../sass/parts/_viewer.scss */
.comment-blank .comment-image-empty {
  display: block;
  margin: auto;
  width: 87px;
  height: 73px;
  background: url(/res/images/svg/comments-nr.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 1743, ../sass/parts/_viewer.scss */
.comment-blank .sub-heading {
  color: #55636C;
  font-size: 14px;
  line-height: 22px;
  width: 254px;
  margin: 0 auto;
  margin-top: 40px;
}
/* line 1751, ../sass/parts/_viewer.scss */
.comment-blank .sub-heading span {
  color: #3DA5EE;
  font-weight: 600;
}
/* line 1756, ../sass/parts/_viewer.scss */
.comment-blank .sub-heading .team-pro-tip {
  margin-top: 40px;
  background-color: #ededee;
  border: solid 1px #dddddd;
  border-radius: 10px;
  padding: 15px;
}
/* line 1763, ../sass/parts/_viewer.scss */
.comment-blank .sub-heading .team-pro-tip .link {
  color: #168EEA;
}
/* line 1767, ../sass/parts/_viewer.scss */
.comment-blank .sub-heading .team-pro-tip .tip-tag {
  background-color: #9da9b3;
  border-radius: 4px;
  color: #fff;
  font-weight: 400 !important;
  padding: 1px 5px;
  margin-right: 4px;
  padding-top: 0;
}

/* line 1781, ../sass/parts/_viewer.scss */
.sidebarbtn .side_handle {
  height: 11px;
  width: 2px;
  border-radius: 6px;
  background-color: #101010;
  display: block;
  margin-right: 3px;
  margin-top: 5px;
  float: left;
}
/* line 1792, ../sass/parts/_viewer.scss */
.sidebarbtn #sidbararrow {
  margin-top: -2px;
  height: 11px;
  transition: all .3s ease;
  transform: rotate(180deg);
}

/* line 1803, ../sass/parts/_viewer.scss */
.activity_container .info_tooltip {
  display: inline-block;
  margin-left: 6px;
  transform: translateY(-6px);
}
/* line 1808, ../sass/parts/_viewer.scss */
.activity_container .info_tooltip img {
  width: 12px;
  margin-top: -2.5px;
}
/* line 1814, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  table-layout: fixed;
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 12px;
  background: #fff;
  width: calc(100% - 24px);
  box-shadow: 0px 1px 2px 0 rgba(16, 16, 16, 0.05);
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  padding-bottom: 20px;
  padding-right: 10px;
}
/* line 1835, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper .no_activity {
  padding: 0 !important;
  margin-top: 73px;
  color: #5F636B;
  font-size: 14px;
  margin-bottom: 70px;
}
/* line 1843, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper p {
  margin: 0;
  padding: 24px 15px;
}
/* line 1849, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
/* line 1855, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li {
  display: flex;
  padding: 8px 0;
}
/* line 1859, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li .c-avatar {
  margin-top: 2px;
}
/* line 1863, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li .info_activity_panel {
  position: relative;
  margin-left: 10px;
}
/* line 1867, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li .info_activity_panel .activity_reciever_name {
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
}
/* line 1876, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li .info_activity_panel .activity_reciever_name_download {
  max-width: 60px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
}
/* line 1885, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li .info_activity_panel a {
  display: inline;
  font-size: inherit;
  margin: 0;
}
/* line 1891, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li .info_activity_panel img[alt="smartphone"] {
  transform: scale(0.8);
}
/* line 1895, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li .info_activity_panel .tooltip.updateTooltip {
  left: auto !important;
  right: -20px !important;
}
/* line 1899, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li .info_activity_panel .tooltip.updateTooltip .tooltip-arrow {
  left: auto !important;
  right: 25.5px !important;
}
/* line 1905, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li .info_activity_panel .tooltip.updateTooltip_location {
  left: auto !important;
  right: -20px !important;
}
/* line 1909, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li .info_activity_panel .tooltip.updateTooltip_location .tooltip-arrow {
  left: auto !important;
  right: 46px !important;
}
/* line 1916, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li h3 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #101010;
  letter-spacing: -0.1px;
  white-space: nowrap;
}
/* line 1924, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li h3 img {
  display: inline;
  margin: 0 2px;
}
/* line 1930, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper ul li h5 {
  font-size: 12px;
  color: #9DA7AB;
  margin: 0;
  padding: 0;
  letter-spacing: -0.1px;
}
/* line 1941, ../sass/parts/_viewer.scss */
.activity_container .activity_wrapper a {
  display: block;
  text-align: left;
  margin-left: 45px;
  color: #168EEA;
  margin-top: 2px;
  font-size: 12.5px;
  letter-spacing: -0.1px;
}

/* line 1954, ../sass/parts/_viewer.scss */
.analytics_activity_container .activity_reciever_name {
  max-width: 270px !important;
}
/* line 1958, ../sass/parts/_viewer.scss */
.analytics_activity_container .activity_reciever_name_download {
  max-width: 235px !important;
}
/* line 1962, ../sass/parts/_viewer.scss */
.analytics_activity_container .activty_file_upon_name a {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
}
/* line 1971, ../sass/parts/_viewer.scss */
.analytics_activity_container .activty_file_upon_name_download a {
  max-width: 275px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
}
/* line 1981, ../sass/parts/_viewer.scss */
.analytics_activity_container #analytics_activity_list .no_activity {
  color: #101010;
  text-align: center;
  font-size: 14.5px;
  display: block;
  margin-top: 85px;
}

/* line 1994, ../sass/parts/_viewer.scss */
.dark .analytics_activity_container #analytics_activity_list .no_activity {
  color: #E4E6EBBA;
}
/* line 2001, ../sass/parts/_viewer.scss */
.dark .activity_container .activity_wrapper {
  border: 1px solid #1f1f1f;
  background-color: #282828;
}
/* line 2005, ../sass/parts/_viewer.scss */
.dark .activity_container .activity_wrapper .no_activity {
  color: #E4E6EBBA;
}
/* line 2011, ../sass/parts/_viewer.scss */
.dark .activity_container .activity_wrapper li .info_activity_panel h3 {
  color: #E4E6EB;
}
/* line 2015, ../sass/parts/_viewer.scss */
.dark .activity_container .activity_wrapper li .info_activity_panel h5 {
  color: #8A8D91;
}
/* line 2020, ../sass/parts/_viewer.scss */
.dark .activity_container .activity_wrapper li .device_used {
  filter: brightness(0) invert(0.95);
}
/* line 2027, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .info_legend {
  color: #E4E6EBBA;
}
/* line 2032, ../sass/parts/_viewer.scss */
.dark .sidebarbtn .side_handle {
  background-color: #E4E6EB;
}
/* line 2036, ../sass/parts/_viewer.scss */
.dark .sidebarbtn #sidbararrow {
  filter: brightness(0) invert(0.95);
}
/* line 2042, ../sass/parts/_viewer.scss */
.dark .activity_placeholder_wrapper .activity_placeholder_text {
  background-color: rgba(40, 40, 40, 0.97);
}
/* line 2045, ../sass/parts/_viewer.scss */
.dark .activity_placeholder_wrapper .activity_placeholder_text h4,
.dark .activity_placeholder_wrapper .activity_placeholder_text p {
  color: #E4E6EBBA;
}
/* line 2050, ../sass/parts/_viewer.scss */
.dark .activity_placeholder_wrapper .activity_placeholder_text .btn-white {
  background-color: #3A3B3C;
  color: #E4E6EB;
  border-color: transparent;
}
/* line 2055, ../sass/parts/_viewer.scss */
.dark .activity_placeholder_wrapper .activity_placeholder_text .btn-white:hover, .dark .activity_placeholder_wrapper .activity_placeholder_text .btn-white:active, .dark .activity_placeholder_wrapper .activity_placeholder_text .btn-white:focus {
  background-color: #424242;
}
/* line 2064, ../sass/parts/_viewer.scss */
.dark .comment-wrapper .commenter-time {
  color: #8A8D91 !important;
}
/* line 2068, ../sass/parts/_viewer.scss */
.dark .icn-dd-top-arrow-panel {
  background-position: -1480px 0;
}

/* line 2073, ../sass/parts/_viewer.scss */
.loading_animation_activity {
  margin: 20px 0;
}
/* line 2076, ../sass/parts/_viewer.scss */
.loading_animation_activity li {
  display: block;
  clear: both;
  overflow: hidden;
}
/* line 2081, ../sass/parts/_viewer.scss */
.loading_animation_activity li .usr_actr_placeholder {
  height: 40px;
  width: 40px;
  border-radius: 30px;
  float: left;
  margin-right: 10px;
  background: #f9f9f9;
  background: linear-gradient(90deg, #f9f9f9 0%, #f1f1f1 25%, #f1f1f1 100%);
}
/* line 2092, ../sass/parts/_viewer.scss */
.loading_animation_activity li .info_actr_placeholder {
  float: left;
}
/* line 2095, ../sass/parts/_viewer.scss */
.loading_animation_activity li .info_actr_placeholder h3 {
  margin-top: 2px;
  display: block;
  background: #f9f9f9;
  background: linear-gradient(90deg, #f9f9f9 0%, #f1f1f1 25%, #f1f1f1 100%);
  width: 200px;
  height: 15px;
}
/* line 2105, ../sass/parts/_viewer.scss */
.loading_animation_activity li .info_actr_placeholder h5 {
  display: block;
  background: #f9f9f9;
  background: linear-gradient(90deg, #f9f9f9 0%, #f1f1f1 25%, #f1f1f1 100%);
  width: 100px;
  height: 10px;
  margin-top: 10px !important;
}

/* line 2118, ../sass/parts/_viewer.scss */
.animated-background, .loading_animation_activity li .usr_actr_placeholder, .loading_animation_activity li .info_actr_placeholder h3, .loading_animation_activity li .info_actr_placeholder h5, .invi_li_placeholder .usr_actr_placeholder, .invi_li_placeholder .info_actr_placeholder h3, .invi_li_placeholder .info_actr_placeholder h5 {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 800px 104px;
  position: relative;
}

/* line 2133, ../sass/parts/_viewer.scss */
.dark .loading_animation_activity li .usr_actr_placeholder {
  background: linear-gradient(90deg, #303030 0%, #2d2d2d 25%, #2d2d2d 100%);
}
/* line 2139, ../sass/parts/_viewer.scss */
.dark .loading_animation_activity li .info_actr_placeholder h3,
.dark .loading_animation_activity li .info_actr_placeholder h5 {
  background: linear-gradient(90deg, #303030 0%, #2d2d2d 25%, #2d2d2d 100%);
}
/* line 2147, ../sass/parts/_viewer.scss */
.dark .animated-background, .dark .loading_animation_activity li .usr_actr_placeholder, .loading_animation_activity li .dark .usr_actr_placeholder, .dark .loading_animation_activity li .info_actr_placeholder h3, .loading_animation_activity li .info_actr_placeholder .dark h3, .dark .loading_animation_activity li .info_actr_placeholder h5, .loading_animation_activity li .info_actr_placeholder .dark h5, .dark .invi_li_placeholder .usr_actr_placeholder, .invi_li_placeholder .dark .usr_actr_placeholder, .dark .invi_li_placeholder .info_actr_placeholder h3, .invi_li_placeholder .info_actr_placeholder .dark h3, .dark .invi_li_placeholder .info_actr_placeholder h5, .invi_li_placeholder .info_actr_placeholder .dark h5 {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #323232;
  background: linear-gradient(to right, #303030 8%, #2d2d2d 18%, #303030 33%);
  background-size: 800px 104px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
/* line 2174, ../sass/parts/_viewer.scss */
.activity_placeholder_wrapper .activity_placeholder {
  margin: 20px 0;
}
/* line 2177, ../sass/parts/_viewer.scss */
.activity_placeholder_wrapper .activity_placeholder li {
  display: block;
  clear: both;
  overflow: hidden;
}
/* line 2182, ../sass/parts/_viewer.scss */
.activity_placeholder_wrapper .activity_placeholder li .usr_actr_placeholder {
  height: 40px;
  width: 40px;
  border-radius: 30px;
  float: left;
  margin-right: 10px;
  background-color: #F1F1F16E;
}
/* line 2191, ../sass/parts/_viewer.scss */
.activity_placeholder_wrapper .activity_placeholder li .info_actr_placeholder {
  float: left;
}
/* line 2194, ../sass/parts/_viewer.scss */
.activity_placeholder_wrapper .activity_placeholder li .info_actr_placeholder h3 {
  margin-top: 2px;
  display: block;
  background-color: #F1F1F16E;
  width: 200px;
  height: 15px;
}
/* line 2202, ../sass/parts/_viewer.scss */
.activity_placeholder_wrapper .activity_placeholder li .info_actr_placeholder h5 {
  display: block;
  background-color: #F1F1F16E;
  width: 100px;
  height: 10px;
  margin-top: 10px;
}
/* line 2213, ../sass/parts/_viewer.scss */
.activity_placeholder_wrapper .activity_placeholder_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1000;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
/* line 2225, ../sass/parts/_viewer.scss */
.activity_placeholder_wrapper .activity_placeholder_text .btn-white {
  font-size: 14px !important;
}
/* line 2229, ../sass/parts/_viewer.scss */
.activity_placeholder_wrapper .activity_placeholder_text h4 {
  color: #5F636B;
  margin-top: 60px;
  font-size: 14px;
  margin-bottom: 18px;
}
/* line 2236, ../sass/parts/_viewer.scss */
.activity_placeholder_wrapper .activity_placeholder_text p {
  padding: 10px;
  color: #5F636B;
}
/* line 2241, ../sass/parts/_viewer.scss */
.activity_placeholder_wrapper .activity_placeholder_text a {
  display: inline;
  margin: 0;
  color: #101010 !important;
}

/* line 2251, ../sass/parts/_viewer.scss */
.dark .activity_placeholder_text a {
  color: #E4E6EB !important;
}

/* line 2257, ../sass/parts/_viewer.scss */
.invi_li_placeholder {
  display: block;
  clear: both;
  padding: 6px 0 !important;
  overflow: hidden;
}
/* line 2263, ../sass/parts/_viewer.scss */
.invi_li_placeholder .usr_actr_placeholder {
  height: 40px;
  width: 40px;
  border-radius: 30px;
  float: left;
  margin-right: 10px;
  background-color: #F1F1F16E;
}
/* line 2273, ../sass/parts/_viewer.scss */
.invi_li_placeholder .info_actr_placeholder {
  float: left;
}
/* line 2276, ../sass/parts/_viewer.scss */
.invi_li_placeholder .info_actr_placeholder h3 {
  margin-top: 2px;
  display: block;
  background-color: #F1F1F16E;
  width: 250px;
  height: 15px;
}
/* line 2285, ../sass/parts/_viewer.scss */
.invi_li_placeholder .info_actr_placeholder h5 {
  display: block;
  background-color: #F1F1F16E;
  width: 150px;
  height: 10px;
  margin-top: 10px !important;
}

/* line 2298, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_sarch {
  padding-left: 30px;
}
/* line 2301, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_sarch:disabled {
  background-color: #F1F1F16E;
  border-color: #F1F1F16E;
  cursor: default;
}
/* line 2308, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .search-bar {
  clear: both;
  overflow: hidden;
  margin-top: 10px;
}
/* line 2314, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails {
  margin-top: 20px;
}
/* line 2317, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails ul {
  padding: 0;
  margin: 0;
}
/* line 2321, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails ul li {
  margin: 12px 0;
}
/* line 2324, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails ul li .circle_invite_check {
  float: right;
  height: 18px;
  width: 18px;
  border: solid 2px #F1F1F16E;
  border-radius: 3px;
  margin-top: 10px;
}
/* line 2335, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section {
  display: block;
  text-align: center;
  padding-top: 30px;
  border-top: solid 1px #ddd;
  margin: 0 -36px;
}
/* line 2342, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .invite-btn {
  display: inline-block;
  padding: 12px 0;
  margin: 0px 10px;
  color: #c71610;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  border: solid 1px #c71610;
  width: 255px;
}
/* line 2353, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .invite-btn .googleicninvite {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
/* line 2365, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .invite-btn:focus, .invite_email_friends_modal .placeholder_emails .email_links_section .invite-btn:hover, .invite_email_friends_modal .placeholder_emails .email_links_section .invite-btn:active {
  color: #fff;
  background-color: #c71610;
  text-decoration: none;
}
/* line 2370, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .invite-btn:focus #google-logo, .invite_email_friends_modal .placeholder_emails .email_links_section .invite-btn:hover #google-logo, .invite_email_friends_modal .placeholder_emails .email_links_section .invite-btn:active #google-logo {
  fill: #fff;
}
/* line 2379, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .divdr {
  display: block;
  padding: 10px 0;
}
/* line 2385, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .footer_social li {
  margin: 0 5px;
  position: static;
}
/* line 2391, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .fb {
  background-color: #fff;
  border: solid 1px #3C5A99;
}
/* line 2395, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .fb:focus, .invite_email_friends_modal .placeholder_emails .email_links_section .fb:hover, .invite_email_friends_modal .placeholder_emails .email_links_section .fb:active {
  color: #fff;
  background-color: #3C5A99;
  text-decoration: none;
}
/* line 2400, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .fb:focus path, .invite_email_friends_modal .placeholder_emails .email_links_section .fb:hover path, .invite_email_friends_modal .placeholder_emails .email_links_section .fb:active path {
  fill: #fff;
}
/* line 2409, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .tw {
  background-color: #fff;
  border: solid 1px #38A1F3;
}
/* line 2413, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .tw:focus, .invite_email_friends_modal .placeholder_emails .email_links_section .tw:hover, .invite_email_friends_modal .placeholder_emails .email_links_section .tw:active {
  color: #fff;
  background-color: #38A1F3;
  text-decoration: none;
}
/* line 2418, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .tw:focus path, .invite_email_friends_modal .placeholder_emails .email_links_section .tw:hover path, .invite_email_friends_modal .placeholder_emails .email_links_section .tw:active path {
  fill: #fff;
}
/* line 2427, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .link {
  background-color: #fff;
  border: solid 1px #666666;
}
/* line 2431, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .link:focus, .invite_email_friends_modal .placeholder_emails .email_links_section .link:hover, .invite_email_friends_modal .placeholder_emails .email_links_section .link:active {
  color: #fff;
  background-color: #666;
  text-decoration: none;
}
/* line 2436, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .placeholder_emails .email_links_section .link:focus #link, .invite_email_friends_modal .placeholder_emails .email_links_section .link:hover #link, .invite_email_friends_modal .placeholder_emails .email_links_section .link:active #link {
  fill: #fff;
}
/* line 2447, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .search-bar .icn-search {
  top: 12px;
}
/* line 2451, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list {
  display: block;
  margin-top: 20px;
  max-height: 270px;
  min-height: 270px;
  overflow-y: auto;
}
/* line 2458, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 2464, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li {
  display: block;
  clear: both;
  overflow: hidden;
}
/* line 2469, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li label {
  width: 100%;
  padding-left: 5px !important;
}
/* line 2473, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li label .custom-control-indicator {
  left: auto !important;
  right: 5px !important;
  top: 12px !important;
}
/* line 2479, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li label:hover {
  background-color: #f9fcff;
}
/* line 2484, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li .user_avtr {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 30px;
  overflow: hidden;
}
/* line 2492, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li .user_avtr img {
  width: 100%;
}
/* line 2497, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li .usr_info_invt {
  float: left;
}
/* line 2500, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li .usr_info_invt h3 {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
/* line 2506, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li .usr_info_invt h5 {
  padding: 0;
  margin: 0;
  font-size: 12.5px;
  color: #666;
}
/* line 2514, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li .custom-controls {
  float: right;
}
/* line 2519, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li .selected_invite {
  background-color: #f4faff;
}
/* line 2523, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .invite_email_list ul li .selected_invite:hover {
  background-color: #e7f5ff;
}
/* line 2531, ../sass/parts/_viewer.scss */
.invite_email_friends_modal .dividerin {
  display: block;
  border-top: solid 1px #ddd;
  margin: 0 -36px;
}

/* line 2538, ../sass/parts/_viewer.scss */
.invite_eml_modal {
  width: 464px !important;
  margin-top: 60px !important;
}

/* line 2544, ../sass/parts/_viewer.scss */
.comment_acitivty_wrapper {
  display: none;
  margin-top: 10px;
  text-align: left;
  padding-left: 42px;
}
/* line 2550, ../sass/parts/_viewer.scss */
.comment_acitivty_wrapper .btn-blue {
  padding: 3px 12px;
  font-size: 14px;
}
/* line 2555, ../sass/parts/_viewer.scss */
.comment_acitivty_wrapper #cancel_comment,
.comment_acitivty_wrapper #cancel_reply {
  font-size: 14px;
  padding: 4px 12px;
  color: #3B3D3E;
}

/* line 2565, ../sass/parts/_viewer.scss */
.dark #cancel_comment,
.dark #cancel_reply {
  color: #E4E6EB;
}

/* line 2571, ../sass/parts/_viewer.scss */
.btn-submit.btn.a-all {
  border: none;
  color: #168EEA;
  padding-left: 0;
  min-width: auto;
}
/* line 2577, ../sass/parts/_viewer.scss */
.btn-submit.btn.a-all:hover, .btn-submit.btn.a-all:active, .btn-submit.btn.a-all:focus {
  background-color: #fff;
}

/* line 2584, ../sass/parts/_viewer.scss */
.btn-comment {
  color: white;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center top 7px;
  height: 34px;
  width: 38px;
  padding: 8px 11px 9px;
  background-image: url('../images/comment-icon.png?1590749455');
}
/* line 2585, ../sass/parts/_viewer.scss */
.btn-comment.max {
  font-size: 8px;
  font-weight: 600;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 2584, ../sass/parts/_viewer.scss */
  .btn-comment {
    background-image: url('../images/comment-icon@2x.png?1590749455');
  }
}
/* line 2607, ../sass/parts/_viewer.scss */
.btn-comment.empty {
  color: #101010;
  background-image: url('../images/comment-icon-empty.png?1654767445');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 2607, ../sass/parts/_viewer.scss */
  .btn-comment.empty {
    background-image: url('../images/comment-icon-empty@2x.png?1605640491');
  }
}
/* line 2616, ../sass/parts/_viewer.scss */
.btn-comment:active {
  color: white;
  background-image: url('../images/comment-icon.png?1590749455');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 2616, ../sass/parts/_viewer.scss */
  .btn-comment:active {
    background-image: url('../images/comment-icon@2x.png?1590749455');
  }
}

/*------------------------------------*
   Viewer content styles
*------------------------------------*/
/* line 2631, ../sass/parts/_viewer.scss */
.viewer-content-wrapper {
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 120px;
  left: 0;
  margin: auto;
}

/* line 2637, ../sass/parts/_viewer.scss */
.media-outer {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 2643, ../sass/parts/_viewer.scss */
.media-inner {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
}

/* line 2649, ../sass/parts/_viewer.scss */
.media-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* line 2653, ../sass/parts/_viewer.scss */
.media-item {
  max-width: 100%;
  max-height: 100%;
}
/* line 2657, ../sass/parts/_viewer.scss */
.media-item.zoom-allowed {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* line 2663, ../sass/parts/_viewer.scss */
.media-wrapper img {
  margin: auto;
}

/* line 2668, ../sass/parts/_viewer.scss */
#mep_0.mejs__container-fullscreen {
  max-height: 100vh !important;
  padding-top: 0;
}

/* line 2674, ../sass/parts/_viewer.scss */
.audio-player-wrapper {
  display: none;
}

/* line 2678, ../sass/parts/_viewer.scss */
.video-player-wrapper {
  display: none;
  transition: all 0.2s ease;
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 768px) {
  /* line 2678, ../sass/parts/_viewer.scss */
  .video-player-wrapper {
    overflow: hidden;
  }
}
@supports (-webkit-touch-callout: none) {
  /* line 2678, ../sass/parts/_viewer.scss */
  .video-player-wrapper {
    aspect-ratio: auto !important;
  }
}
@supports not (-webkit-touch-callout: none) {
  /* line 2678, ../sass/parts/_viewer.scss */
  .video-player-wrapper {
    aspect-ratio: 16/9;
  }
}
/* line 2707, ../sass/parts/_viewer.scss */
.video-player-wrapper .mejs__container {
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  min-width: calc(100% - 100px) !important;
}
@media only screen and (max-width: 768px) {
  /* line 2707, ../sass/parts/_viewer.scss */
  .video-player-wrapper .mejs__container {
    min-width: 100% !important;
    max-width: 100% !important;
    padding-top: 56.25%;
    max-height: calc(100% - 300px) !important;
    height: 100% !important;
  }
}
/* line 2733, ../sass/parts/_viewer.scss */
.video-player-wrapper .mejs__container video {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 2743, ../sass/parts/_viewer.scss */
.video-player-wrapper .mejs__overlay-play {
  height: 100% !important;
  width: 100% !important;
}

/* line 2758, ../sass/parts/_viewer.scss */
.responsivePlayerView {
  max-width: calc(100% - 100px) !important;
  height: auto !important;
  max-height: calc(100vh - 100px);
}
@media only screen and (max-width: 768px) {
  /* line 2758, ../sass/parts/_viewer.scss */
  .responsivePlayerView {
    max-width: 100% !important;
    height: auto !important;
    max-height: auto;
    min-width: 100% !important;
  }
}

@media (min-width: 769px) and (min-height: 300px) {
  /* line 2785, ../sass/parts/_viewer.scss */
  .small_player {
    width: 440px;
    height: 247px;
  }

  /* line 2790, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper {
    width: 100%;
  }

  /* line 2794, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper_audio {
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-height: 500px) {
  /* line 2800, ../sass/parts/_viewer.scss */
  .small_player {
    width: 600px;
    height: 337.5px;
  }

  /* line 2805, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper {
    width: 100%;
  }

  /* line 2809, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper_audio {
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-height: 600px) {
  /* line 2815, ../sass/parts/_viewer.scss */
  .small_player {
    width: 736px;
    height: 414px;
  }

  /* line 2820, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper {
    width: 90%;
  }

  /* line 2824, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper_audio {
    width: 100%;
  }
}
@media (min-width: 1300px) and (min-height: 650px) {
  /* line 2830, ../sass/parts/_viewer.scss */
  .small_player {
    width: 870px;
    height: 488px;
  }

  /* line 2835, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper {
    width: 80%;
  }

  /* line 2839, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper_audio {
    width: 100%;
  }
}
@media (min-width: 1500px) and (min-height: 750px) {
  /* line 2845, ../sass/parts/_viewer.scss */
  .small_player {
    width: 1000px;
    height: 562px;
  }

  /* line 2850, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper {
    width: 66%;
  }

  /* line 2854, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper_audio {
    width: 100%;
  }
}
@media (min-width: 1700px) and (min-height: 850px) {
  /* line 2860, ../sass/parts/_viewer.scss */
  .small_player {
    width: 1238px;
    height: 696px;
  }

  /* line 2865, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper {
    width: 66%;
  }

  /* line 2869, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper_audio {
    width: 100%;
  }
}
@media (min-width: 1900px) and (min-height: 950px) {
  /* line 2875, ../sass/parts/_viewer.scss */
  .small_player {
    width: 1380px;
    height: 776px;
  }

  /* line 2880, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper {
    width: 66%;
  }

  /* line 2884, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper_audio {
    width: 100%;
  }
}
@media (min-width: 2100px) and (min-height: 1050px) {
  /* line 2890, ../sass/parts/_viewer.scss */
  .small_player {
    width: 1530px;
    height: 860px;
  }

  /* line 2895, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper {
    width: 66%;
  }

  /* line 2899, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper_audio {
    width: 100%;
  }
}
@media (min-width: 2400px) and (min-height: 1200px) {
  /* line 2905, ../sass/parts/_viewer.scss */
  .small_player {
    width: 1660px;
    height: 933px;
  }

  /* line 2910, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper {
    width: 66%;
  }

  /* line 2914, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper_audio {
    width: 100%;
  }
}
/* line 2941, ../sass/parts/_viewer.scss */
.audio-player {
  position: relative;
}

/* line 2945, ../sass/parts/_viewer.scss */
.video-player {
  flex-grow: 1;
  top: 0 !important;
  transform: none !important;
  position: relative;
}
/* line 2950, ../sass/parts/_viewer.scss */
.video-player canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 2958, ../sass/parts/_viewer.scss */
.video-player canvas.darwingMode {
  z-index: 140000000;
  cursor: crosshair;
}

/* line 2964, ../sass/parts/_viewer.scss */
.img-gallery {
  display: none;
}

/* line 2969, ../sass/parts/_viewer.scss */
.viewer-wrapper.media-viewer.image .img-gallery {
  display: block;
}
/* line 2973, ../sass/parts/_viewer.scss */
.viewer-wrapper.media-viewer.image .upload-outer,
.viewer-wrapper.media-viewer.image .error-outer,
.viewer-wrapper.media-viewer.image .embed-outer,
.viewer-wrapper.media-viewer.image .download-outer {
  display: none;
}
/* line 2980, ../sass/parts/_viewer.scss */
.viewer-wrapper.media-viewer.image .document-controls {
  display: none;
  bottom: 25px;
  width: 132px;
  z-index: 1071;
}
/* line 2987, ../sass/parts/_viewer.scss */
.viewer-wrapper.media-viewer.image .document-action-controls,
.viewer-wrapper.media-viewer.image .document-view-switcher,
.viewer-wrapper.media-viewer.image .font-controls,
.viewer-wrapper.media-viewer.image .next_prev,
.viewer-wrapper.media-viewer.image .page-label,
.viewer-wrapper.media-viewer.image .form-control {
  display: none;
}
/* line 2996, ../sass/parts/_viewer.scss */
.viewer-wrapper.media-viewer.image .total-pages {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: auto;
  left: 40px;
  margin: auto;
  margin-top: 14px;
}
/* line 3001, ../sass/parts/_viewer.scss */
.viewer-wrapper.media-viewer.image .document-zoom-controls {
  width: 100%;
}
/* line 3004, ../sass/parts/_viewer.scss */
.viewer-wrapper.media-viewer.image .document-zoom-controls .icn-zoom-out {
  float: left;
  margin-left: 20px;
  margin-right: 0;
}
/* line 3012, ../sass/parts/_viewer.scss */
.viewer-wrapper.media-viewer.image.viewer-full .document-controls {
  display: block;
  left: 50% !important;
}
/* line 3017, ../sass/parts/_viewer.scss */
.viewer-wrapper.media-viewer.image.viewer-full .input-wrapper {
  display: block;
}

/* line 3024, ../sass/parts/_viewer.scss */
.media-viewer.video .video-player-wrapper {
  display: flex;
  text-align: center;
  container-type: inline-size;
}
/* line 3030, ../sass/parts/_viewer.scss */
.media-viewer.video .audio-player-wrapper {
  display: none;
}

/* line 3036, ../sass/parts/_viewer.scss */
.media-viewer.audio .video-player-wrapper {
  display: none;
}
/* line 3040, ../sass/parts/_viewer.scss */
.media-viewer.audio .audio-player-wrapper {
  display: block;
}

/* line 3046, ../sass/parts/_viewer.scss */
.presentation-wrapper {
  display: none;
  width: 800px;
  height: 600px;
  background: #000 url('../images/native-loader-black.GIF?1590749455') center center no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 3046, ../sass/parts/_viewer.scss */
  .presentation-wrapper {
    background-image: url('../images/native-loader-black@2x.GIF?1590749455');
    background-size: 32px 32px;
  }
}
/* line 3057, ../sass/parts/_viewer.scss */
.presentation-wrapper img {
  max-width: 100%;
}
/* line 3063, ../sass/parts/_viewer.scss */
.media-viewer.presentation .presentation-wrapper {
  display: block;
}

/* line 3070, ../sass/parts/_viewer.scss */
.presentation .video-player-wrapper,
.presentation .audio-player-wrapper {
  display: none;
}

/* line 3076, ../sass/parts/_viewer.scss */
.pres-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #363839;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* line 3083, ../sass/parts/_viewer.scss */
.pres-controls .icon {
  padding: 12px;
}
/* line 3087, ../sass/parts/_viewer.scss */
.pres-controls .pagin-wrapper {
  padding: 8px 0px;
  margin-right: 20px;
  line-height: 1.8;
  color: #fff;
}
/* line 3093, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .pres-controls .pagin-wrapper {
  color: #333c4e;
}
/* line 3098, ../sass/parts/_viewer.scss */
.pres-controls .form-control {
  width: 40px;
  height: 24px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  border-color: #000;
  background-color: #1c1c1c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 3108, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .pres-controls .form-control {
  color: #333c4e;
  border-color: #c1cbd2;
  background-color: #fff;
}
/* line 3117, ../sass/parts/_viewer.scss */
.pres-controls .control-nav {
  width: 132px;
  height: 40px;
  padding: 7px 0;
}
/* line 3122, ../sass/parts/_viewer.scss */
.pres-controls .control-nav a {
  padding: 6px 10px;
  float: left;
}
/* line 3126, ../sass/parts/_viewer.scss */
.pres-controls .control-nav a span {
  float: left;
}
/* line 3129, ../sass/parts/_viewer.scss */
.pres-controls .control-nav a span.icn-first, .pres-controls .control-nav a span.icn-last {
  margin-top: 2px;
}
@media only screen and (min-width: 500px) {
  /* line 3117, ../sass/parts/_viewer.scss */
  .pres-controls .control-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
/* line 3159, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .pres-controls {
  background-color: #e2e2e2;
}

/* line 3172, ../sass/parts/_viewer.scss */
.link-upload .media-wrapper img {
  background-color: #fff;
}

/* line 3179, ../sass/parts/_viewer.scss */
.font-wrapper {
  display: none;
  width: 528px;
  height: 318px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 3186, ../sass/parts/_viewer.scss */
.font-wrapper .form-control {
  max-height: 265px;
  border-color: transparent;
  resize: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 3196, ../sass/parts/_viewer.scss */
.font-header {
  height: 50px;
  padding: 10px 10px;
  position: relative;
  background-color: #ededed;
  border-bottom: 1px solid rgba(193, 203, 210, 0.75);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
/* line 3203, ../sass/parts/_viewer.scss */
.font-header .btn-group {
  margin-right: 10px;
}

/* line 3211, ../sass/parts/_viewer.scss */
.font .audio-player-wrapper {
  display: none;
}
/* line 3215, ../sass/parts/_viewer.scss */
.font .font-wrapper {
  display: block;
}

/* line 3220, ../sass/parts/_viewer.scss */
.preview-zoomer-container {
  position: fixed;
  z-index: 1071;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #1c1c1c;
}
/* line 3231, ../sass/parts/_viewer.scss */
.preview-zoomer-container .panzoom {
  width: 100%;
  height: 100%;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
/* line 3239, ../sass/parts/_viewer.scss */
.preview-zoomer-container .panzoom img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 3244, ../sass/parts/_viewer.scss */
.preview-zoomer-container .xclose {
  display: block;
}

/* line 3251, ../sass/parts/_viewer.scss */
.document-controls {
  transition: all 250ms ease;
  position: fixed;
  top: auto;
  right: auto;
  bottom: 25px;
  left: 50%;
  width: 352px;
  height: 46px;
  padding: 14px 0 13px;
  background-color: #292f33;
  z-index: 1070;
  border-radius: 46px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
/* line 3276, ../sass/parts/_viewer.scss */
.document-controls .document-view-switcher {
  margin: 0;
  margin-top: -1px;
  margin-left: 20px;
  padding: 0;
  list-style: none;
}
/* line 3283, ../sass/parts/_viewer.scss */
.document-controls .document-view-switcher a {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid transparent;
  background-color: #000;
  float: left;
  margin-right: 10px;
  text-indent: -9999px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 3295, ../sass/parts/_viewer.scss */
.document-controls .document-view-switcher a.switch-to-yellow {
  background-color: #f5efdc;
}
/* line 3299, ../sass/parts/_viewer.scss */
.document-controls .document-view-switcher a.switch-to-white {
  background-color: #fff;
}
/* line 3303, ../sass/parts/_viewer.scss */
.document-controls .document-view-switcher a.active {
  border-color: #168EEA !important;
}
/* line 3307, ../sass/parts/_viewer.scss */
.document-controls .document-view-switcher a:nth-last-of-type(1) {
  margin-right: 0;
}
/* line 3313, ../sass/parts/_viewer.scss */
.document-controls .document-grid-panel {
  display: none;
}
/* line 3316, ../sass/parts/_viewer.scss */
.document-controls .document-grid-panel a {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  text-indent: -9999px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 3324, ../sass/parts/_viewer.scss */
.document-controls .document-grid-panel a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 3328, ../sass/parts/_viewer.scss */
.document-controls .document-grid-panel a:nth-last-of-type(1) {
  margin-right: 0;
}
/* line 3334, ../sass/parts/_viewer.scss */
.document-controls .font-controls {
  margin-top: -2px;
  margin-right: 30px;
  cursor: pointer;
}
/* line 3339, ../sass/parts/_viewer.scss */
.document-controls .font-controls .slider-control-wrapper {
  height: 4px;
  width: 105px;
  cursor: pointer;
  background: #FFF;
  position: relative;
  margin: 0px 10px;
  display: inline-block;
  border: 1px solid #3a3a3a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 3351, ../sass/parts/_viewer.scss */
.document-controls .font-controls .slider-controle {
  top: -6px;
  left: 19px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: #fff;
  position: absolute;
  display: inline-block;
  border: 1px solid #3a3a3a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 3364, ../sass/parts/_viewer.scss */
.document-controls .font-controls .label-small,
.document-controls .font-controls .label-large {
  color: #fff;
}
/* line 3369, ../sass/parts/_viewer.scss */
.document-controls .font-controls .label-small {
  margin-top: 4px;
  font-size: 12.5px;
}
/* line 3374, ../sass/parts/_viewer.scss */
.document-controls .font-controls .label-large {
  font-size: 16px;
}
/* line 3380, ../sass/parts/_viewer.scss */
.document-controls .goto-page .form-control {
  margin: -1px 8px;
  padding: 2px 5px;
  width: 48px;
  height: 20px;
  text-align: center;
  border: 0;
  line-height: 0;
}
/* line 3390, ../sass/parts/_viewer.scss */
.document-controls .goto-page .total-pages,
.document-controls .goto-page .page-label {
  float: left;
  font-size: 14.5px;
  color: #fff;
  line-height: 17px;
}
/* line 3398, ../sass/parts/_viewer.scss */
.document-controls .goto-page.pull-right {
  width: auto;
}
/* line 3401, ../sass/parts/_viewer.scss */
.document-controls .goto-page.pull-right .input-wrapper {
  display: none;
}
/* line 3407, ../sass/parts/_viewer.scss */
.document-controls .next_prev {
  margin-top: 2px;
}
/* line 3410, ../sass/parts/_viewer.scss */
.document-controls .next_prev a {
  margin-right: 10px;
}
/* line 3415, ../sass/parts/_viewer.scss */
.document-controls .controls-separator {
  display: inline-block;
  width: 1px;
  height: 46px;
  margin: -14px 20px;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
  -ms-box-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
  background-color: #050608;
}
/* line 3424, ../sass/parts/_viewer.scss */
.document-viewer.text .document-controls {
  display: none;
}

/* line 3431, ../sass/parts/_viewer.scss */
.document-zoom-controls,
.document-action-controls {
  margin-left: 0px;
  color: #fff;
}
/* line 3435, ../sass/parts/_viewer.scss */
.document-zoom-controls a,
.document-action-controls a {
  float: right;
  display: inline-block;
  text-indent: -9999px;
}
/* line 3441, ../sass/parts/_viewer.scss */
.document-zoom-controls .zoom-status,
.document-action-controls .zoom-status {
  float: left;
  margin: 0 20px;
}

/* line 3449, ../sass/parts/_viewer.scss */
.document-zoom-controls a {
  margin-left: 20px;
}

/* line 3453, ../sass/parts/_viewer.scss */
.document-action-controls a {
  margin-right: 20px;
}

/* line 3457, ../sass/parts/_viewer.scss */
.media-viewer.viewer-full #control_zoom_in {
  margin-right: 20px;
}

/* line 3464, ../sass/parts/_viewer.scss */
.document-outer, .embed-outer {
  position: relative;
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  padding: 0;
  scrollbar-width: thin;
}
/* line 3472, ../sass/parts/_viewer.scss */
.fullscreen .document-outer, .fullscreen .embed-outer {
  background-color: #1c1c1c;
}
/* line 3476, ../sass/parts/_viewer.scss */
.fullscreen .viewer-wrapper.white .document-outer, .fullscreen .viewer-wrapper.white .embed-outer {
  background-color: #f4f4f5;
}

/* line 3481, ../sass/parts/_viewer.scss */
.document-wrapper, .embed-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
}
/* line 3486, ../sass/parts/_viewer.scss */
.document-wrapper .document-reader, .embed-wrapper .document-reader {
  margin: 0 auto;
}

/* line 3491, ../sass/parts/_viewer.scss */
.document-page {
  position: relative;
  margin: 20px auto;
  text-align: initial;
  overflow: hidden;
}
/* line 3496, ../sass/parts/_viewer.scss */
.document-page.document-loading {
  background: #fff url('../images/search-loader.GIF?1590749456') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 3496, ../sass/parts/_viewer.scss */
  .document-page.document-loading {
    background-image: url('../images/search-loader@2x.GIF?1590749456');
    background-size: 32px 32px;
  }
}
/* line 3505, ../sass/parts/_viewer.scss */
.text .document-page > pre {
  margin: 0;
  padding: 36px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

/* line 3525, ../sass/parts/_viewer.scss */
.document-viewer.text .viewer-content-wrapper {
  top: 52px;
}
/* line 3529, ../sass/parts/_viewer.scss */
.document-viewer.text .document-page {
  background-color: #fff;
  max-width: 816px;
  min-height: 1056px;
}

/* line 3538, ../sass/parts/_viewer.scss */
.number-of-sheets {
  position: fixed;
  bottom: 100px;
  width: 100%;
  height: 40px;
  display: none;
  z-index: 1050;
  background-color: #f0f0f0;
  border-top: 1px solid #ccc;
  transition: all .3s ease;
}
/* line 3549, ../sass/parts/_viewer.scss */
.number-of-sheets .sheet-lists {
  width: 1001%;
  margin: 0;
  margin-left: 45px;
  padding: 0;
  list-style: none;
}
/* line 3556, ../sass/parts/_viewer.scss */
.number-of-sheets .sheet-lists li {
  float: left;
}
/* line 3559, ../sass/parts/_viewer.scss */
.number-of-sheets .sheet-lists li .btn {
  padding: 4px 18px;
  border-top: 0;
  margin-right: 10px;
  background-color: #f2f2f2;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 3566, ../sass/parts/_viewer.scss */
.number-of-sheets .sheet-lists li .btn:hover, .number-of-sheets .sheet-lists li .btn.active {
  background-color: #fff;
}
/* line 3574, ../sass/parts/_viewer.scss */
.number-of-sheets .slide-arrows {
  height: 39px;
  float: right;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}
/* line 3580, ../sass/parts/_viewer.scss */
.number-of-sheets .slide-arrows a {
  margin-top: 15px;
  margin-right: 15px;
}
/* line 3586, ../sass/parts/_viewer.scss */
.document-viewer.spreadsheet .number-of-sheets {
  display: block;
}
/* line 3590, ../sass/parts/_viewer.scss */
.no-footer .number-of-sheets {
  bottom: 0;
}

/* line 3595, ../sass/parts/_viewer.scss */
.sheets-slider {
  position: fixed;
  right: 70px;
  left: 0;
  overflow: hidden;
}
/* line 3601, ../sass/parts/_viewer.scss */
.no-footer .sheets-slider {
  right: 112px;
}

/* line 12, ../sass/parts/mixins/_scrollbar.scss */
.document-viewer.dark ::-webkit-scrollbar {
  width: 0.9em;
  height: 0.9em;
}
/* line 17, ../sass/parts/mixins/_scrollbar.scss */
.document-viewer.dark ::-webkit-scrollbar-thumb {
  background: #545454;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #2E2E2E;
}
/* line 25, ../sass/parts/mixins/_scrollbar.scss */
.document-viewer.dark ::-webkit-scrollbar-track {
  background: #2E2E2E;
}
/* line 30, ../sass/parts/mixins/_scrollbar.scss */
.document-viewer.dark body {
  scrollbar-face-color: #545454;
  scrollbar-track-color: #2E2E2E;
}

/* line 3614, ../sass/parts/_viewer.scss */
.document-viewer .media-outer,
.document-viewer .upload-outer,
.document-viewer .embed-outer,
.document-viewer .download-outer,
.document-viewer .error-outer,
.document-viewer .load-outer {
  display: none;
}
/* line 3623, ../sass/parts/_viewer.scss */
.document-viewer .viewer-content-wrapper {
  right: 0;
  left: 0;
  top: 52px;
  bottom: 0;
}
/* line 3634, ../sass/parts/_viewer.scss */
.document-viewer.code {
  overflow-y: auto;
  text-align: left;
}
/* line 3637, ../sass/parts/_viewer.scss */
.document-viewer.code .document-page {
  background: #272822;
  overflow: auto;
}
/* line 3648, ../sass/parts/_viewer.scss */
.document-viewer.code .viewer-content-wrapper, .document-viewer.spreadsheet .viewer-content-wrapper, .document-viewer.cad .viewer-content-wrapper {
  top: 52px;
}
/* line 3652, ../sass/parts/_viewer.scss */
.document-viewer.code .document-controls,
.document-viewer.code .document-action-controls, .document-viewer.spreadsheet .document-controls,
.document-viewer.spreadsheet .document-action-controls, .document-viewer.cad .document-controls,
.document-viewer.cad .document-action-controls {
  display: none;
}
/* line 3657, ../sass/parts/_viewer.scss */
.document-viewer.code .document-reader, .document-viewer.spreadsheet .document-reader, .document-viewer.cad .document-reader {
  width: 100%;
  height: 100%;
  margin: 0;
}
/* line 3663, ../sass/parts/_viewer.scss */
.document-viewer.code .document-page, .document-viewer.spreadsheet .document-page, .document-viewer.cad .document-page {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 0;
  text-align: initial;
  color: #000;
}
/* line 3675, ../sass/parts/_viewer.scss */
.document-viewer.spreadsheet .document-outer, .document-viewer.spreadsheet .embed-outer {
  top: 0;
  bottom: 40px;
}
/* line 3680, ../sass/parts/_viewer.scss */
.document-viewer.spreadsheet iframe {
  border: 0;
  transition: all .3s ease;
}
/* line 3687, ../sass/parts/_viewer.scss */
.document-viewer.ebook .document-controls {
  display: block;
}
/* line 3691, ../sass/parts/_viewer.scss */
.document-viewer.ebook .document-page {
  width: 860px;
  padding: 20px 60px;
}
/* line 3695, ../sass/parts/_viewer.scss */
.document-viewer.ebook .document-page a {
  color: #168EEA;
}
/* line 3699, ../sass/parts/_viewer.scss */
.document-viewer.ebook .document-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 3703, ../sass/parts/_viewer.scss */
.document-viewer.ebook .document-page.black {
  background-color: #000;
}
/* line 3707, ../sass/parts/_viewer.scss */
.document-viewer.ebook .document-page.yellow {
  background-color: #f5efdc;
}
/* line 3711, ../sass/parts/_viewer.scss */
.document-viewer.ebook .document-page.white {
  background-color: #fff;
}
/* line 3716, ../sass/parts/_viewer.scss */
.document-viewer.ebook .document-zoom-controls,
.document-viewer.ebook .document-action-controls,
.document-viewer.ebook .goto-page {
  display: none;
}
/* line 3726, ../sass/parts/_viewer.scss */
.document-viewer.document .document-view-switcher,
.document-viewer.document .font-controls,
.document-viewer.document .icn-reset,
.document-viewer.document .next_prev, .document-viewer.pdf .document-view-switcher,
.document-viewer.pdf .font-controls,
.document-viewer.pdf .icn-reset,
.document-viewer.pdf .next_prev {
  display: none;
}
/* line 3733, ../sass/parts/_viewer.scss */
.document-viewer.document .goto-page, .document-viewer.pdf .goto-page {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  float: none !important;
}
/* line 3738, ../sass/parts/_viewer.scss */
.document-viewer.document .goto-page .input-wrapper, .document-viewer.pdf .goto-page .input-wrapper {
  display: block;
}
/* line 3743, ../sass/parts/_viewer.scss */
.document-viewer.document .document-controls, .document-viewer.pdf .document-controls {
  display: block;
}
/* line 3747, ../sass/parts/_viewer.scss */
.document-viewer.document .document-page, .document-viewer.pdf .document-page {
  background-color: #fff;
}

/* line 3755, ../sass/parts/_viewer.scss */
.document-viewer.cad .switch-to-black {
  background-color: #212830;
}
/* line 3759, ../sass/parts/_viewer.scss */
.document-viewer.cad a.switch-to-yellow {
  background-color: #000;
}
/* line 3763, ../sass/parts/_viewer.scss */
.document-viewer.cad .document-page.black {
  background-color: #212830;
}
/* line 3767, ../sass/parts/_viewer.scss */
.document-viewer.cad .document-page.yellow {
  background-color: #000;
}
/* line 3772, ../sass/parts/_viewer.scss */
.document-viewer.cad .viewer-content-wrapper {
  top: 52px;
}
/* line 3776, ../sass/parts/_viewer.scss */
.document-viewer.cad .document-controls,
.document-viewer.cad .document-grid-panel {
  display: block;
}
/* line 3780, ../sass/parts/_viewer.scss */
.document-viewer.cad .document-controls .document-view-switcher,
.document-viewer.cad .document-grid-panel .document-view-switcher {
  margin-right: 20px;
  margin-left: 0;
}
/* line 3786, ../sass/parts/_viewer.scss */
.document-viewer.cad .goto-page,
.document-viewer.cad .font-controls,
.document-viewer.cad .zoom-status,
.document-viewer.cad .icn-reset {
  display: none;
}
/* line 3794, ../sass/parts/_viewer.scss */
.document-viewer.cad .document-page.black {
  background-color: #212830;
  background-image: url("/res/images/default-grid.png");
}
/* line 3799, ../sass/parts/_viewer.scss */
.document-viewer.cad .document-page.yellow {
  background-color: #000;
  background-image: url("/res/images/black-grid.png");
}
/* line 3804, ../sass/parts/_viewer.scss */
.document-viewer.cad .document-page.white {
  background-color: #fff;
  background-image: url("/res/images/white-grid.png");
}
/* line 3809, ../sass/parts/_viewer.scss */
.document-viewer.cad .document-page.grid-off {
  background-image: none;
}

/* line 3817, ../sass/parts/_viewer.scss */
.bucket-list-wrapper {
  position: absolute;
  top: 14px;
  right: 100px;
  bottom: 14px;
  left: 50px;
  overflow: hidden;
}

/* line 3826, ../sass/parts/_viewer.scss */
.bucket-file-list {
  width: 10000%;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 3832, ../sass/parts/_viewer.scss */
.bucket-file-list li {
  position: relative;
  width: 102px;
  height: 72px;
  float: left;
  border: 1px solid #2e2e2e;
  margin-right: 10px;
  background-color: #1c1c1c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  line-height: 66px;
  vertical-align: top;
  overflow: hidden;
}
/* line 3841, ../sass/parts/_viewer.scss */
.bucket-file-list li img[src$="spacer.gif"] {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* line 3847, ../sass/parts/_viewer.scss */
.bucket-file-list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
/* line 3855, ../sass/parts/_viewer.scss */
.bucket-file-list li img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
  -o-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
}
/* line 3860, ../sass/parts/_viewer.scss */
.bucket-file-list li:hover, .bucket-file-list li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 3865, ../sass/parts/_viewer.scss */
.bucket-file-list li.active {
  border-color: #137DCF;
}

/* line 3876, ../sass/parts/_viewer.scss */
.viewer-file-uploading {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

/*------------------------------------*
   Dark player skin
*------------------------------------*/
/* line 3, ../sass/parts/_player-skin.scss */
.mejs__offscreen {
  border: 0;
  clip: unset;
  -webkit-clip-path: 0;
  clip-path: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

/* line 17, ../sass/parts/_player-skin.scss */
.mejs__container {
  background: #000;
  box-sizing: border-box;
  font-family: "Cerebri Sans", Arial, sans-serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
  transition: all 0.2s ease;
  text-align: center;
}

/* line 31, ../sass/parts/_player-skin.scss */
.mejs__container * {
  box-sizing: border-box;
}

/* line 36, ../sass/parts/_player-skin.scss */
.mejs__controls *:focus, .mejs__controls *:active {
  outline: none;
}

/* Hide native play button and control bar from iOS to favor plugin button */
/* line 42, ../sass/parts/_player-skin.scss */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

/* line 50, ../sass/parts/_player-skin.scss */
.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}

/* line 56, ../sass/parts/_player-skin.scss */
.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* line 63, ../sass/parts/_player-skin.scss */
.mejs__container:focus {
  outline: none;
}

/* line 67, ../sass/parts/_player-skin.scss */
.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* line 73, ../sass/parts/_player-skin.scss */
.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 83, ../sass/parts/_player-skin.scss */
.mejs__fullscreen {
  overflow: hidden !important;
}

/* line 87, ../sass/parts/_player-skin.scss */
.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

/* line 97, ../sass/parts/_player-skin.scss */
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}

/* Start: LAYERS */
/* line 104, ../sass/parts/_player-skin.scss */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}

/* line 110, ../sass/parts/_player-skin.scss */
.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  text-align: center;
}

/* line 120, ../sass/parts/_player-skin.scss */
.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* line 130, ../sass/parts/_player-skin.scss */
:root .mejs__poster-img {
  display: none;
}

/* line 134, ../sass/parts/_player-skin.scss */
.mejs__poster-img {
  border: 0;
  padding: 0;
}

/* line 139, ../sass/parts/_player-skin.scss */
.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 157, ../sass/parts/_player-skin.scss */
.mejs__layer {
  z-index: 1;
}

/* line 161, ../sass/parts/_player-skin.scss */
.mejs__overlay-play {
  cursor: pointer;
}

/* line 165, ../sass/parts/_player-skin.scss */
.mejs__overlay-button {
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 171, ../sass/parts/_player-skin.scss */
.mejs__overlay-button:active, .mejs__overlay-button:focus {
  outline: none;
}

/* line 176, ../sass/parts/_player-skin.scss */
.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}

/* line 180, ../sass/parts/_player-skin.scss */
.mejs__overlay-loading .mejs__overlay-loading-bg-img {
  height: 80px;
  width: 80px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  border: 3px solid rgba(0, 0, 0, 0.4);
  border-top-color: #fff;
  animation: spinner2 1000ms linear infinite;
  box-sizing: border-box;
}

@keyframes spinner2 {
  to {
    transform: rotate(360deg);
  }
}
/* End: LAYERS */
/* Start: CONTROL BAR */
/* line 201, ../sass/parts/_player-skin.scss */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 16px;
  position: absolute;
  width: 100%;
  transition: all .18s ease;
  z-index: 30000;
}
/* line 216, ../sass/parts/_player-skin.scss */
.mejs__controls:before {
  content: '';
  position: absolute;
  background: black;
  background: url("../images/player-controls-bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
/* line 229, ../sass/parts/_player-skin.scss */
.mejs__controls:hover {
  display: flex !important;
}

/* line 234, ../sass/parts/_player-skin.scss */
.mejs__controls:not([style*='display: none']) {
  height: 50px;
}

/* line 242, ../sass/parts/_player-skin.scss */
.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 32px;
  line-height: 10px;
  margin: 0;
  width: 32px;
  margin-top: 11px;
}

/* line 253, ../sass/parts/_player-skin.scss */
.mejs__button > button {
  background: transparent url("../images/mejs-controls.svg");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}

/* :focus for accessibility */
/* line 270, ../sass/parts/_player-skin.scss */
.mejs__button > button:focus {
  outline: dotted 1px #999;
}

/* line 274, ../sass/parts/_player-skin.scss */
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
/* line 286, ../sass/parts/_player-skin.scss */
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 13px;
  height: 24px;
  overflow: hidden;
  padding: 13px 6px 0;
  text-align: center;
  width: auto;
  position: absolute;
  left: 82px;
  transition: all .6s ease;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
/* line 303, ../sass/parts/_player-skin.scss */
.mejs__play > button {
  background-position: 0 0;
}

/* line 307, ../sass/parts/_player-skin.scss */
.mejs__pause > button {
  background-position: -17px 0;
}

/* line 311, ../sass/parts/_player-skin.scss */
.mejs__replay > button {
  background-position: -160px -1px;
  height: 17px;
}

/* End: Play/Pause/Stop */
/* line 318, ../sass/parts/_player-skin.scss */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 18px;
  margin: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}
/* line 339, ../sass/parts/_player-skin.scss */
.mejs__time-rail:hover .mejs__time-total, .mejs__time-rail:hover .mejs__time-buffering, .mejs__time-rail:hover .mejs__time-loaded, .mejs__time-rail:hover .mejs__time-current, .mejs__time-rail:hover .mejs__time-marker {
  transform: scaleY(1.25);
}

/* line 345, ../sass/parts/_player-skin.scss */
.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  cursor: pointer;
  display: block;
  height: 4px;
  position: absolute;
}

/* line 360, ../sass/parts/_player-skin.scss */
.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 3px 0 0;
  width: 100%;
  z-index: 100000;
}

/* line 367, ../sass/parts/_player-skin.scss */
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.7);
}

/* line 371, ../sass/parts/_player-skin.scss */
.mejs__time-current,
.mejs__time-handle-content {
  background: #0079d3;
}

/* line 380, ../sass/parts/_player-skin.scss */
.trim_action_active .mejs__time-current,
.trim_action_active .mejs__time-handle-content, .frame_thumb_active .mejs__time-current,
.frame_thumb_active .mejs__time-handle-content {
  background: #fff !important;
}

/* line 388, ../sass/parts/_player-skin.scss */
.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

/* line 393, ../sass/parts/_player-skin.scss */
.mejs__time-hovered.negative {
  background: transparent;
}

/* line 397, ../sass/parts/_player-skin.scss */
.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
}

/* line 411, ../sass/parts/_player-skin.scss */
.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 417, ../sass/parts/_player-skin.scss */
.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

/* line 422, ../sass/parts/_player-skin.scss */
.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

/* line 428, ../sass/parts/_player-skin.scss */
.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}

/* line 440, ../sass/parts/_player-skin.scss */
.mejs__time-handle-content {
  border-radius: 50%;
  height: 15px;
  left: -7px;
  top: -10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 15px;
}

/* line 452, ../sass/parts/_player-skin.scss */
.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1) scaleX(1.25);
  -ms-transform: scale(1) scaleX(1.25);
  transform: scale(1) scaleX(1.25);
}

/* line 460, ../sass/parts/_player-skin.scss */
.mejs__time-float {
  display: none !important;
}

/* line 464, ../sass/parts/_player-skin.scss */
.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}

/* line 472, ../sass/parts/_player-skin.scss */
.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #333 transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

/* line 488, ../sass/parts/_player-skin.scss */
.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}

/* line 493, ../sass/parts/_player-skin.scss */
.mejs__long-video .mejs__time-float-current {
  width: 60px;
}

/* line 497, ../sass/parts/_player-skin.scss */
.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}

/* End: Progress Bar */
/* Start: Fullscreen */
/* line 509, ../sass/parts/_player-skin.scss */
.mejs__fullscreen-button {
  position: absolute;
  right: 15px;
}

/* line 513, ../sass/parts/_player-skin.scss */
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}

/* line 517, ../sass/parts/_player-skin.scss */
.mejs__unfullscreen > button {
  background-position: -100px 0;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
/* line 524, ../sass/parts/_player-skin.scss */
.mejs__mute > button {
  background-position: -60px 0;
}

/* line 528, ../sass/parts/_player-skin.scss */
.mejs__unmute > button {
  background-position: -41px 0;
}

/* line 531, ../sass/parts/_player-skin.scss */
.mejs__halfmute > button {
  background-position: -119px 0;
}

/* line 535, ../sass/parts/_player-skin.scss */
.mejs__volume-button {
  position: absolute;
  left: 49px;
  width: 40px !important;
}
/* line 540, ../sass/parts/_player-skin.scss */
.mejs__volume-button:hover .mejs__horizontal-volume-slider {
  width: 56px !important;
}

/* line 546, ../sass/parts/_player-skin.scss */
.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}

/* line 563, ../sass/parts/_player-skin.scss */
.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}

/* line 567, ../sass/parts/_player-skin.scss */
.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}

/* line 580, ../sass/parts/_player-skin.scss */
.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

/* line 588, ../sass/parts/_player-skin.scss */
.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}

/* line 601, ../sass/parts/_player-skin.scss */
.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: absolute;
  vertical-align: middle;
  width: 0;
  overflow: hidden;
  margin-top: -1px;
  left: 28px;
  transition: all .6s ease;
  cursor: pointer;
}

/* line 614, ../sass/parts/_player-skin.scss */
.mejs__horizontal-volume-total {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  font-size: 1px;
  height: 4px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 17px;
  width: 50px;
}

/* line 627, ../sass/parts/_player-skin.scss */
.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 641, ../sass/parts/_player-skin.scss */
.mejs__horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
/* line 648, ../sass/parts/_player-skin.scss */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}

/* line 653, ../sass/parts/_player-skin.scss */
.mejs__captions-button > button {
  background-position: -140px 0;
}

/* line 657, ../sass/parts/_player-skin.scss */
.mejs__chapters-button > button {
  background-position: -180px 0;
}

/* line 661, ../sass/parts/_player-skin.scss */
.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}

/* line 676, ../sass/parts/_player-skin.scss */
.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}

/* line 681, ../sass/parts/_player-skin.scss */
.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/* line 689, ../sass/parts/_player-skin.scss */
.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}

/* line 700, ../sass/parts/_player-skin.scss */
.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 706, ../sass/parts/_player-skin.scss */
.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}

/* line 715, ../sass/parts/_player-skin.scss */
.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}

/* line 725, ../sass/parts/_player-skin.scss */
.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
}

/* line 730, ../sass/parts/_player-skin.scss */
.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}

/* line 735, ../sass/parts/_player-skin.scss */
.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}

/* line 745, ../sass/parts/_player-skin.scss */
.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

/* line 750, ../sass/parts/_player-skin.scss */
.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

/* line 755, ../sass/parts/_player-skin.scss */
.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 762, ../sass/parts/_player-skin.scss */
.mejs__captions-position-hover {
  bottom: 35px;
}

/* line 766, ../sass/parts/_player-skin.scss */
.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

/* line 774, ../sass/parts/_player-skin.scss */
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
/* line 781, ../sass/parts/_player-skin.scss */
.mejs__overlay-error {
  position: relative;
}

/* line 784, ../sass/parts/_player-skin.scss */
.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

/* line 791, ../sass/parts/_player-skin.scss */
.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

/* line 797, ../sass/parts/_player-skin.scss */
.mejs__cannotplay {
  position: relative;
}

/* line 801, ../sass/parts/_player-skin.scss */
.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

/* line 809, ../sass/parts/_player-skin.scss */
.display-playback-speed {
  position: absolute;
  right: 174px;
  top: 15px;
  color: #fff;
}
/* line 814, ../sass/parts/_player-skin.scss */
.display-playback-speed:focus, .display-playback-speed:active {
  outline: none;
}

@media (max-width: 768px) {
  /* line 819, ../sass/parts/_player-skin.scss */
  .video-player-wrapper .display-playback-speed {
    right: 50px !important;
  }
}

/* line 826, ../sass/parts/_player-skin.scss */
.toggle_mode {
  position: absolute;
  right: 60px;
  bottom: 12px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 826, ../sass/parts/_player-skin.scss */
  .toggle_mode {
    display: none;
  }
}
/* line 835, ../sass/parts/_player-skin.scss */
.toggle_mode:focus, .toggle_mode:active {
  outline: none;
}

/* line 840, ../sass/parts/_player-skin.scss */
.toggle_caption_container {
  position: absolute;
  right: 140px;
  bottom: 12px;
  color: #fff;
  cursor: pointer;
}
/* line 846, ../sass/parts/_player-skin.scss */
.toggle_caption_container:focus, .toggle_caption_container:active {
  outline: none;
}
/* line 849, ../sass/parts/_player-skin.scss */
.toggle_caption_container .span_disabled {
  opacity: .6;
  pointer-events: none;
}

/* line 855, ../sass/parts/_player-skin.scss */
.go_to_summary {
  position: absolute;
  right: 98px;
  bottom: 12px;
  color: #fff;
  cursor: pointer;
}
/* line 861, ../sass/parts/_player-skin.scss */
.go_to_summary:focus, .go_to_summary:active {
  outline: none;
}

/* line 866, ../sass/parts/_player-skin.scss */
#player_mode_smaller {
  bottom: 1px;
  position: relative;
  background: url("../images/small_player.svg") no-repeat;
  height: 16px;
  width: 23px;
  display: block;
}

/* line 874, ../sass/parts/_player-skin.scss */
#player_mode_large {
  bottom: 1px;
  background: url("../images/large_player.svg") no-repeat;
  height: 16px;
  width: 23px;
  display: block;
}

/* line 881, ../sass/parts/_player-skin.scss */
#captions_regular {
  bottom: 0px;
  position: relative;
  background: url("../images/cc-regular.svg") no-repeat;
  height: 16px;
  width: 25px;
  display: block;
}

/* line 889, ../sass/parts/_player-skin.scss */
#captions_regular_dark {
  bottom: 0px;
  position: relative;
  background: url("../images/cc-regular-dark.svg") no-repeat;
  height: 16px;
  width: 25px;
  display: block;
}

/* line 897, ../sass/parts/_player-skin.scss */
#captions_active {
  bottom: 0px;
  position: relative;
  background: url("../images/cc-active.svg") no-repeat;
  height: 16px;
  width: 25px;
  display: block;
}

/* line 905, ../sass/parts/_player-skin.scss */
#captions_active_dark {
  bottom: 0px;
  position: relative;
  background: url("../images/cc-active-dark.svg") no-repeat;
  height: 16px;
  width: 25px;
  display: block;
}

/* line 914, ../sass/parts/_player-skin.scss */
#summary_goto {
  bottom: 0px;
  position: relative;
  background: url("../images/summary.svg") no-repeat;
  height: 16px;
  width: 25px;
  display: block;
}

/* line 923, ../sass/parts/_player-skin.scss */
.display-playback-speed p {
  padding: 4px 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 30px;
  cursor: pointer;
  user-select: none;
}
/* line 933, ../sass/parts/_player-skin.scss */
.display-playback-speed p:focus, .display-playback-speed p:active {
  outline: none;
}
/* line 936, ../sass/parts/_player-skin.scss */
.display-playback-speed p span {
  font-size: 22px;
  line-height: 10px;
  display: inline-block;
  position: absolute;
  top: 11px;
  font-weight: normal;
}

/* line 1, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__time-rail {
  position: relative !important;
  order: 4;
  width: auto !important;
  display: flex;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 1px;
}

/* line 13, ../sass/parts/_audio-player.scss */
.audio_mejs_player .custom_captions_wrapper_audio {
  z-index: 0 !important;
}
/* line 17, ../sass/parts/_audio-player.scss */
.audio_mejs_player .time_stamp_comments_container {
  bottom: 36px;
  width: calc(100% - 230px);
  left: 160px;
}
/* line 22, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__horizontal-volume-total {
  transform: translateY(-2px);
}
/* line 25, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__playpause-button {
  order: 1;
  margin-top: 0 !important;
}
/* line 30, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__button > button {
  margin: 8px 6px !important;
}
/* line 35, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__controls:before {
  content: none;
}
/* line 38, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__button, .audio_mejs_player .mejs__time, .audio_mejs_player .mejs__time-rail {
  margin-top: 4px;
}
/* line 41, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__horizontal-volume-total {
  background: #B4BABE;
  top: 16px;
}
/* line 45, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__horizontal-volume-current {
  background: #333c4e;
}
/* line 48, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__time-total {
  background: #747f87;
}
/* line 51, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__time-loaded {
  background: #B4BABE;
}
/* line 54, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__time-current, .audio_mejs_player .mejs__time-handle-content {
  background: #333c4e;
}
/* line 57, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__time-hovered {
  background: none;
}
/* line 60, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__time-rail {
  transition: all 0.6s ease;
}
/* line 71, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__controls:before {
  content: none;
}
/* line 76, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__horizontal-volume-slider {
  z-index: 100000;
  transition-delay: background-color 0.3s;
  transition: width 0.6s ease;
  margin-top: 0 !important;
}
/* line 82, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__volume-button {
  order: 2;
  margin-top: 5px;
  height: 36px;
  width: 30px !important;
  left: auto !important;
  transition: all .4s ease;
  position: relative !important;
}
/* line 90, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__volume-button:hover {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 84px !important;
}
/* line 94, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__volume-button:hover .mejs__horizontal-volume-slider {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 600px) {
  /* line 82, ../sass/parts/_audio-player.scss */
  .audio_mejs_player .mejs__volume-button {
    display: none;
  }
}
/* line 104, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__time-rail:hover .mejs__time-handle-content, .audio_mejs_player .mejs__time-rail .mejs__time-handle-content:focus, .audio_mejs_player .mejs__time-rail .mejs__time-handle-content:active {
  border: 6px solid #333c4e;
}
/* line 115, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__container {
  background-color: #fff;
}
/* line 119, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__controls {
  background: none;
  height: 47px;
  padding: 0 8px;
  border: solid 1px #e2e2e2;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
}
/* line 128, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__time {
  padding: 11px 6px 0;
  order: 3;
  display: flex;
  position: static !important;
  padding-right: 10px;
  color: #333c4e;
}
/* line 140, ../sass/parts/_audio-player.scss */
.audio_mejs_player .display-playback-speed {
  position: relative !important;
  right: auto;
  top: auto;
  order: 5;
}
/* line 146, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__container {
  border-radius: 5px;
}
/* line 149, ../sass/parts/_audio-player.scss */
.audio_mejs_player .display-playback-speed p {
  color: #333c4e;
}
/* line 152, ../sass/parts/_audio-player.scss */
.audio_mejs_player .display-playback-speed p:active, .audio_mejs_player .display-playback-speed p:focus {
  outline: none;
}
/* line 157, ../sass/parts/_audio-player.scss */
.audio_mejs_player .toggle_caption_container {
  position: static !important;
  order: 6;
}
/* line 161, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__play > button {
  background-position: 122px 0;
}
/* line 164, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__mute > button {
  background-position: 60px 0;
}
/* line 167, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__pause > button {
  background-position: 104px 0;
}
/* line 170, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__unmute > button {
  background-position: 83px 0;
}
/* line 173, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__halfmute > button {
  background-position: 38px 0;
}
/* line 176, ../sass/parts/_audio-player.scss */
.audio_mejs_player .mejs__replay > button {
  background-position: 20px 0px;
}
/* line 180, ../sass/parts/_audio-player.scss */
.audio_mejs_player .cta_action_btn {
  top: -130px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  position: relative !important;
}
@media (max-width: 550px) {
  /* line 180, ../sass/parts/_audio-player.scss */
  .audio_mejs_player .cta_action_btn {
    transform: none !important;
  }
}

/* line 192, ../sass/parts/_audio-player.scss */
#audio_wrapper .mejs__time-handle-content {
  height: 13px !important;
  width: 13px !important;
  margin-top: 2px;
}

/* line 199, ../sass/parts/_audio-player.scss */
.hide_cta_btn .cta_action_btn {
  display: none !important;
}

/* line 205, ../sass/parts/_audio-player.scss */
#viewer_wrapper.audio .disableVideoControlsLayer {
  background-color: transparent !important;
}
/* line 208, ../sass/parts/_audio-player.scss */
#viewer_wrapper.audio .summary_chapters_container {
  bottom: auto;
  transform: translateY(120px);
}
/* line 212, ../sass/parts/_audio-player.scss */
#viewer_wrapper.audio .chapters_container .video_chapters_container_element .chapter_name {
  color: #101010;
}
/* line 215, ../sass/parts/_audio-player.scss */
#viewer_wrapper.audio .chapters_container .seekbar_bg {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 219, ../sass/parts/_audio-player.scss */
#viewer_wrapper.audio .chapters_container .progress-bar {
  background-color: #333c4e !important;
}
/* line 222, ../sass/parts/_audio-player.scss */
#viewer_wrapper.audio .chapters_container {
  top: 7px !important;
}
/* line 225, ../sass/parts/_audio-player.scss */
#viewer_wrapper.audio .mejs__time-handle-content {
  top: -10px;
}
/* line 232, ../sass/parts/_audio-player.scss */
#viewer_wrapper.audio .chapters_container .video_chapters_container_element:hover .chapter_name {
  top: -16px;
}

/* line 241, ../sass/parts/_audio-player.scss */
.video_editor_active .chapters_container {
  display: none;
}
/* line 245, ../sass/parts/_audio-player.scss */
.video_editor_active #audio_wrapper .mejs__time-loaded, .video_editor_active #audio_wrapper .mejs__time-current, .video_editor_active #audio_wrapper .mejs__time-hovered {
  opacity: 1 !important;
}
/* line 248, ../sass/parts/_audio-player.scss */
.video_editor_active #audio_wrapper .mejs__time-total {
  background-color: #747f87 !important;
  height: 4px !important;
}
/* line 252, ../sass/parts/_audio-player.scss */
.video_editor_active #audio_wrapper .mejs__time-handle-content {
  top: -10px !important;
}

/* line 952, ../sass/parts/_player-skin.scss */
.dark .audio_mejs_player .mejs__container {
  background-color: #000;
}
/* line 955, ../sass/parts/_player-skin.scss */
.dark .audio_mejs_player .mejs__controls {
  border: solid 1px #000;
}

/* line 961, ../sass/parts/_player-skin.scss */
.editingVideoPlayer {
  top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  height: calc(100% - 205px);
  width: calc(100% - 200px);
}

/*------------------------------------*
   Embed viewer
*------------------------------------*/
/* line 1, ../sass/parts/_viewer-embed.scss */
.embed-outer {
  overflow: hidden;
}

/* line 8, ../sass/parts/_viewer-embed.scss */
.embed-viewer .media-outer,
.embed-viewer .document-outer,
.embed-viewer .embed-outer,
.embed-viewer .download-outer,
.embed-viewer .upload-outer,
.embed-viewer .load-outer,
.embed-viewer .error-outer {
  display: none;
}
/* line 14, ../sass/parts/_viewer-embed.scss */
.embed-viewer .embed-outer {
  display: block;
}
/* line 15, ../sass/parts/_viewer-embed.scss */
.embed-viewer iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*------------------------------------*
   Download viewer
*------------------------------------*/
/* line 3902, ../sass/parts/_viewer.scss */
.download-viewer .document-outer, .download-viewer .embed-outer,
.download-viewer .media-outer,
.download-viewer .error-outer,
.download-viewer .upload-outer,
.download-viewer .embed-outer,
.download-viewer .load-outer {
  display: none;
}

/* line 3912, ../sass/parts/_viewer.scss */
.download-outer {
  width: 100%;
  height: 250px;
}
/* line 3916, ../sass/parts/_viewer.scss */
.download-outer .file-name {
  margin-top: 0;
  margin-bottom: 12px;
  display: block;
  font-size: 17px;
  color: #E4E6EB;
}
/* line 3923, ../sass/parts/_viewer.scss */
.white .download-outer .file-name {
  color: #101010;
}
/* line 3928, ../sass/parts/_viewer.scss */
.download-outer .file-meta {
  margin-bottom: 20px;
  display: block;
  color: #8A8D91;
}
/* line 3934, ../sass/parts/_viewer.scss */
.download-outer .main-icon-wrapper {
  width: 120px !important;
  height: 120px !important;
  margin: 0 auto;
}

/* line 3942, ../sass/parts/_viewer.scss */
.dark .message {
  color: #E4E6EBBA;
}

/*------------------------------------*
   Error viewer
*------------------------------------*/
/* line 3952, ../sass/parts/_viewer.scss */
.error-viewer .document-outer, .error-viewer .embed-outer,
.error-viewer .media-outer,
.error-viewer .download-outer,
.error-viewer .upload-outer,
.error-viewer .viewer-title,
.error-viewer .btn-copy-link,
.error-viewer .btn-share,
.error-viewer .btn-download,
.error-viewer .embed-outer,
.error-viewer .load-outer {
  display: none;
}

/* line 3966, ../sass/parts/_viewer.scss */
.error-outer {
  width: 100%;
  max-height: 120px;
}
/* line 3970, ../sass/parts/_viewer.scss */
.error-outer h2 {
  color: #fff;
}
/* line 3974, ../sass/parts/_viewer.scss */
.error-outer p {
  line-height: 2;
}
/* line 3978, ../sass/parts/_viewer.scss */
.error-outer a {
  color: #168EEA;
}

/*------------------------------------*
   Uploading viewer
*------------------------------------*/
/* line 3988, ../sass/parts/_viewer.scss */
.upload-viewer .document-outer, .upload-viewer .embed-outer,
.upload-viewer .media-outer,
.upload-viewer .download-outer,
.upload-viewer .error-outer,
.upload-viewer .embed-outer,
.upload-viewer .load-outer {
  display: none;
}

/* line 3998, ../sass/parts/_viewer.scss */
.upload-outer {
  width: 100%;
  max-height: 80px;
}

/* line 4003, ../sass/parts/_viewer.scss */
.downloadvierkant {
  height: 120px;
  width: 120px;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 4009, ../sass/parts/_viewer.scss */
.downloadvierkant .status {
  margin-top: 120px;
  color: #fff;
}
/* line 4013, ../sass/parts/_viewer.scss */
.white .downloadvierkant .status {
  color: #101010;
}

/* line 4019, ../sass/parts/_viewer.scss */
.downloadcirkel {
  position: absolute;
  height: 74px;
  width: 74px;
  background: #1c1c1c;
  border-radius: 100%;
  top: 50%;
  margin-top: -36px;
  left: 50%;
  margin-left: -36px;
}
/* line 4025, ../sass/parts/_viewer.scss */
.white .downloadcirkel {
  background-color: #f4f4f5;
}

/* line 4036, ../sass/parts/_viewer.scss */
.downloadprocent {
  width: 30px;
  height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 4042, ../sass/parts/_viewer.scss */
.white .downloadprocent {
  color: #333c4e;
}
/* line 4048, ../sass/parts/_viewer.scss */
.done .downloadprocent {
  text-indent: -99999px;
}

/*pietimer*/
/* line 4055, ../sass/parts/_viewer.scss */
.radial-progress {
  position: absolute;
  top: 50%;
  margin-top: -38px;
  left: 50%;
  margin-left: -38px;
  width: 78px;
  height: 78px;
  background-color: #282828;
  border-radius: 50%;
}
/* line 4065, ../sass/parts/_viewer.scss */
.white .radial-progress {
  background-color: rgba(168, 168, 168, 0.2);
}
/* line 4069, ../sass/parts/_viewer.scss */
.done .radial-progress {
  background-color: #15a13a;
}

/* line 4076, ../sass/parts/_viewer.scss */
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  width: 78px;
  height: 78px;
  position: absolute;
  border-radius: 50%;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
  -webkit-backface-visibility: hidden;
}

/* line 4088, ../sass/parts/_viewer.scss */
.radial-progress .circle .mask {
  clip: rect(0px, 80px, 80px, 40px);
}

/* line 4092, ../sass/parts/_viewer.scss */
.radial-progress .circle .mask .fill {
  clip: rect(0px, 40px, 80px, 0px);
  background-color: #168EEA;
}
/* line 4096, ../sass/parts/_viewer.scss */
.done .radial-progress .circle .mask .fill {
  background-color: #15a13a;
}

/*------------------------------------*
   Markdown viewer
*------------------------------------*/
/* line 1, ../sass/parts/_markdown.scss */
.markdown-body {
  overflow: hidden;
  font-family: "Cerebri Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  word-wrap: break-word;
  color: #333;
  padding: 30px;
}

/* line 11, ../sass/parts/_markdown.scss */
.markdown-body > *:first-child {
  margin-top: 0 !important;
}

/* line 15, ../sass/parts/_markdown.scss */
.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}

/* line 19, ../sass/parts/_markdown.scss */
.markdown-body .absent {
  color: #c00;
}

/* line 23, ../sass/parts/_markdown.scss */
.markdown-body .anchor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding-right: 6px;
  padding-left: 30px;
  margin-left: -30px;
}

/* line 34, ../sass/parts/_markdown.scss */
.markdown-body .anchor:focus {
  outline: none;
}

/* line 38, ../sass/parts/_markdown.scss */
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
  position: relative;
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.4;
}

/* line 46, ../sass/parts/_markdown.scss */
.markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {
  display: none;
  color: #000;
  vertical-align: middle;
}

/* line 52, ../sass/parts/_markdown.scss */
.markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor {
  padding-left: 8px;
  margin-left: -30px;
  line-height: 1;
  text-decoration: none;
}

/* line 59, ../sass/parts/_markdown.scss */
.markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link {
  display: inline-block;
}

/* line 63, ../sass/parts/_markdown.scss */
.markdown-body h1 tt, .markdown-body h1 code, .markdown-body h2 tt, .markdown-body h2 code, .markdown-body h3 tt, .markdown-body h3 code, .markdown-body h4 tt, .markdown-body h4 code, .markdown-body h5 tt, .markdown-body h5 code, .markdown-body h6 tt, .markdown-body h6 code {
  font-size: inherit;
}

/* line 67, ../sass/parts/_markdown.scss */
.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2.25em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}

/* line 74, ../sass/parts/_markdown.scss */
.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
}

/* line 81, ../sass/parts/_markdown.scss */
.markdown-body h3 {
  font-size: 1.5em;
  line-height: 1.43;
}

/* line 86, ../sass/parts/_markdown.scss */
.markdown-body h4 {
  font-size: 1.25em;
}

/* line 90, ../sass/parts/_markdown.scss */
.markdown-body h5 {
  font-size: 1em;
}

/* line 94, ../sass/parts/_markdown.scss */
.markdown-body h6 {
  font-size: 1em;
  color: #777;
}

/* line 99, ../sass/parts/_markdown.scss */
.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre {
  margin-top: 0;
  margin-bottom: 16px;
}

/* line 104, ../sass/parts/_markdown.scss */
.markdown-body hr {
  height: 4px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
}

/* line 112, ../sass/parts/_markdown.scss */
.markdown-body ul, .markdown-body ol {
  padding-left: 2em;
}

/* line 116, ../sass/parts/_markdown.scss */
.markdown-body ul.no-list, .markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}

/* line 121, ../sass/parts/_markdown.scss */
.markdown-body ul ul, .markdown-body ul ol, .markdown-body ol ol, .markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 126, ../sass/parts/_markdown.scss */
.markdown-body li > p {
  margin-top: 16px;
}

/* line 130, ../sass/parts/_markdown.scss */
.markdown-body dl {
  padding: 0;
}

/* line 134, ../sass/parts/_markdown.scss */
.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

/* line 142, ../sass/parts/_markdown.scss */
.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

/* line 147, ../sass/parts/_markdown.scss */
.markdown-body blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}

/* line 153, ../sass/parts/_markdown.scss */
.markdown-body blockquote > :first-child {
  margin-top: 0;
}

/* line 157, ../sass/parts/_markdown.scss */
.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

/* line 161, ../sass/parts/_markdown.scss */
.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
}

/* line 169, ../sass/parts/_markdown.scss */
.markdown-body table th {
  font-weight: bold;
}

/* line 173, ../sass/parts/_markdown.scss */
.markdown-body table th, .markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}

/* line 178, ../sass/parts/_markdown.scss */
.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

/* line 183, ../sass/parts/_markdown.scss */
.markdown-body table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

/* line 187, ../sass/parts/_markdown.scss */
.markdown-body img {
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 193, ../sass/parts/_markdown.scss */
.markdown-body span.frame {
  display: block;
  overflow: hidden;
}

/* line 198, ../sass/parts/_markdown.scss */
.markdown-body span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #ddd;
}

/* line 208, ../sass/parts/_markdown.scss */
.markdown-body span.frame span img {
  display: block;
  float: left;
}

/* line 213, ../sass/parts/_markdown.scss */
.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #333;
}

/* line 220, ../sass/parts/_markdown.scss */
.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

/* line 226, ../sass/parts/_markdown.scss */
.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

/* line 233, ../sass/parts/_markdown.scss */
.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

/* line 238, ../sass/parts/_markdown.scss */
.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

/* line 244, ../sass/parts/_markdown.scss */
.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

/* line 251, ../sass/parts/_markdown.scss */
.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}

/* line 256, ../sass/parts/_markdown.scss */
.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

/* line 263, ../sass/parts/_markdown.scss */
.markdown-body span.float-left span {
  margin: 13px 0 0;
}

/* line 267, ../sass/parts/_markdown.scss */
.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

/* line 274, ../sass/parts/_markdown.scss */
.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

/* line 281, ../sass/parts/_markdown.scss */
.markdown-body code, .markdown-body tt {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}

/* line 291, ../sass/parts/_markdown.scss */
.markdown-body code:before, .markdown-body code:after, .markdown-body tt:before, .markdown-body tt:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}

/* line 296, ../sass/parts/_markdown.scss */
.markdown-body code br, .markdown-body tt br {
  display: none;
}

/* line 300, ../sass/parts/_markdown.scss */
.markdown-body del code {
  text-decoration: inherit;
}

/* line 304, ../sass/parts/_markdown.scss */
.markdown-body pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

/* line 314, ../sass/parts/_markdown.scss */
.markdown-body .highlight {
  margin-bottom: 16px;
}

/* line 318, ../sass/parts/_markdown.scss */
.markdown-body .highlight pre, .markdown-body pre,
.text .document-page pre.markdown-body .highlight pre, .text .document-page pre.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}

/* line 328, ../sass/parts/_markdown.scss */
.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

/* line 333, ../sass/parts/_markdown.scss */
.markdown-body pre {
  word-wrap: normal;
}

/* line 337, ../sass/parts/_markdown.scss */
.markdown-body pre code, .markdown-body pre tt {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

/* line 349, ../sass/parts/_markdown.scss */
.markdown-body pre code:before, .markdown-body pre code:after, .markdown-body pre tt:before, .markdown-body pre tt:after {
  content: normal;
}

/* line 354, ../sass/parts/_markdown.scss */
.markdown-body a {
  color: #4183c4;
  text-decoration: none;
}

/* line 359, ../sass/parts/_markdown.scss */
.markdown-body a:hover,
.markdown-body a:focus,
.markdown-body a:active {
  text-decoration: underline;
}

/*------------------------------------*
   White Theme
*------------------------------------*/
/* line 4113, ../sass/parts/_viewer.scss */
.viewer-wrapper.black .btn {
  border-color: transparent;
}
/* line 4117, ../sass/parts/_viewer.scss */
.viewer-wrapper.black .btn-default {
  color: #c5c5c5;
  background-color: #313131;
  border-color: transparent;
}
/* line 11, ../sass/parts/mixins/_buttons.scss */
.viewer-wrapper.black .btn-default:hover, .viewer-wrapper.black .btn-default.hover {
  background-color: #424242;
}
/* line 14, ../sass/parts/mixins/_buttons.scss */
.viewer-wrapper.black .btn-default:active, .viewer-wrapper.black .btn-default.active, .open > .viewer-wrapper.black .btn-default.dropdown-toggle {
  color: #c5c5c5;
  background-color: #4d4d4d;
}
/* line 24, ../sass/parts/mixins/_buttons.scss */
.viewer-wrapper.black .btn-default.disabled, .viewer-wrapper.black .btn-default.disabled:hover, .viewer-wrapper.black .btn-default.disabled:focus, .viewer-wrapper.black .btn-default.disabled:active, .viewer-wrapper.black .btn-default.disabled.active, .viewer-wrapper.black .btn-default[disabled], .viewer-wrapper.black .btn-default[disabled]:hover, .viewer-wrapper.black .btn-default[disabled]:focus, .viewer-wrapper.black .btn-default[disabled]:active, .viewer-wrapper.black .btn-default[disabled].active, fieldset[disabled] .viewer-wrapper.black .btn-default, fieldset[disabled] .viewer-wrapper.black .btn-default:hover, fieldset[disabled] .viewer-wrapper.black .btn-default:focus, fieldset[disabled] .viewer-wrapper.black .btn-default:active, fieldset[disabled] .viewer-wrapper.black .btn-default.active {
  color: rgba(197, 197, 197, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}

/* line 4122, ../sass/parts/_viewer.scss */
.viewer-wrapper.white {
  background-color: #f4f4f5;
}
/* line 4125, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .viewer-header {
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 0px 1px rgba(16, 16, 16, 0.05);
  -moz-box-shadow: 0 0px 1px rgba(16, 16, 16, 0.05);
  -ms-box-shadow: 0 0px 1px rgba(16, 16, 16, 0.05);
  -o-box-shadow: 0 0px 1px rgba(16, 16, 16, 0.05);
  box-shadow: 0 0px 1px rgba(16, 16, 16, 0.05);
}
/* line 4130, ../sass/parts/_viewer.scss */
.viewer-wrapper.white.document-viewer .viewer-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* line 4134, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .file-name {
  color: #101010;
}
/* line 4138, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .file-meta {
  color: #333c4e;
}
/* line 4172, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .list-toggle {
  border-color: #c1cbd2;
}
/* line 4177, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .presentation-wrapper {
  background: #fff url('../images/search-loader.GIF?1590749456') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 4177, ../sass/parts/_viewer.scss */
  .viewer-wrapper.white .presentation-wrapper {
    background-image: url('../images/search-loader@2x.GIF?1590749456');
    background-size: 32px 32px;
  }
}
/* line 4186, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .zoom-status {
  color: #333c4e;
}
/* line 4190, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .viewer-title,
.viewer-wrapper.white .viewer-file-count {
  color: #101010;
}
/* line 4195, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .viewer-header,
.viewer-wrapper.white .viewer-footer {
  background-color: #fff;
}
/* line 4200, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .viewer-footer {
  border-top-color: #e2e2e2;
  -webkit-box-shadow: 0 0px 1px rgba(16, 16, 16, 0.05);
  -moz-box-shadow: 0 0px 1px rgba(16, 16, 16, 0.05);
  -ms-box-shadow: 0 0px 1px rgba(16, 16, 16, 0.05);
  -o-box-shadow: 0 0px 1px rgba(16, 16, 16, 0.05);
  box-shadow: 0 0px 1px rgba(16, 16, 16, 0.05);
}
/* line 4205, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .viewer-back-wrapper,
.viewer-wrapper.white .viewer-next-wrapper {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 1px 2px 0 rgba(16, 16, 16, 0.05);
}
/* line 4211, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .viewer-back-wrapper span,
.viewer-wrapper.white .viewer-next-wrapper span {
  filter: brightness(0) invert(0.05);
}
/* line 4215, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .viewer-back-wrapper:hover,
.viewer-wrapper.white .viewer-next-wrapper:hover {
  background-color: #f8f8f8;
}
/* line 4220, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .bucket-file-list li {
  border-color: #c1cbd2;
  background-color: #f2f2f2;
}
/* line 4224, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .bucket-file-list li.no-preview {
  background-color: #f2f2f2;
}
/* line 4228, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .bucket-file-list li.active {
  border-color: #137DCF;
}
/* line 4233, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .document-page {
  -webkit-box-shadow: 0px 1px 5px rgba(193, 203, 210, 0.3);
  -moz-box-shadow: 0px 1px 5px rgba(193, 203, 210, 0.3);
  -ms-box-shadow: 0px 1px 5px rgba(193, 203, 210, 0.3);
  -o-box-shadow: 0px 1px 5px rgba(193, 203, 210, 0.3);
  box-shadow: 0px 1px 5px rgba(193, 203, 210, 0.3);
}
/* line 4234, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .document-page.document-loading {
  background: #fff url('../images/search-loader.GIF?1590749456') center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 4234, ../sass/parts/_viewer.scss */
  .viewer-wrapper.white .document-page.document-loading {
    background-image: url('../images/search-loader@2x.GIF?1590749456');
    background-size: 32px 32px;
  }
}
/* line 4248, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .load-outer .status {
  color: #101010;
}
/* line 4252, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .load-outer img {
  background-image: url('../images/search-loader.GIF?1590749456');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 4252, ../sass/parts/_viewer.scss */
  .viewer-wrapper.white .load-outer img {
    background-image: url('../images/search-loader@2x.GIF?1590749456');
    background-size: 24px 24px;
  }
}
/* line 4262, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .font-wrapper {
  border-color: rgba(193, 203, 210, 0.75);
}
/* line 4267, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .error-outer h2 {
  color: #101010;
}
/* line 4271, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .error-outer p {
  color: #333c4e;
}
/* line 4276, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .viewer-file-uploading {
  color: #101010;
}
/* line 4281, ../sass/parts/_viewer.scss */
.viewer-wrapper.white.code .document-page {
  background: #f8f8f8;
}
/* line 4302, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .preview-zoomer-container {
  background-color: #f4f4f5;
}
/* line 4306, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .xclose {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #d8dfe3;
  -moz-box-shadow: 0 1px 3px #d8dfe3;
  -ms-box-shadow: 0 1px 3px #d8dfe3;
  -o-box-shadow: 0 1px 3px #d8dfe3;
  box-shadow: 0 1px 3px #d8dfe3;
}
/* line 4310, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .xclose:hover:before {
  opacity: 1;
}

/* Failed Message Styles */
/* line 4322, ../sass/parts/_viewer.scss */
.viewer-wrapper.black #container .viewer_set {
  display: table-cell;
  vertical-align: middle;
}

/* line 4327, ../sass/parts/_viewer.scss */
#mc {
  top: 20px;
  width: 100%;
  position: absolute;
}

/* line 4333, ../sass/parts/_viewer.scss */
.message {
  width: 200px;
  padding: 15px 25px;
  text-align: center;
  font-size: 14.5px;
  text-transform: capitalize;
  line-height: 20px;
  margin: 0 auto;
  z-index: 110;
  background: #242424;
  color: #9c9c9c;
  border: 1px solid #2D2D2D;
  border-radius: 5px;
}

/* line 4348, ../sass/parts/_viewer.scss */
.viewer-wrapper.white .message {
  background: rgba(218, 218, 218, 0.47);
  color: #5a5a5a;
  border: 1px solid rgba(189, 189, 189, 0.44);
}

/* Something from Jahanzeb */
/* This stuff is important! Otherwise when you select the text, the text in the divs will show up! */
/* line 4357, ../sass/parts/_viewer.scss */
.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}

/* line 4368, ../sass/parts/_viewer.scss */
.textLayer > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* line 4380, ../sass/parts/_viewer.scss */
.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: rgba(180, 0, 170, 0.2);
  border-radius: 4px;
}

/* line 4388, ../sass/parts/_viewer.scss */
.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

/* line 4392, ../sass/parts/_viewer.scss */
.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

/* line 4396, ../sass/parts/_viewer.scss */
.textLayer .highlight.middle {
  border-radius: 0px;
}

/* line 4400, ../sass/parts/_viewer.scss */
.textLayer .highlight.selected {
  background-color: rgba(0, 100, 0, 0.2);
}

/* line 4407, ../sass/parts/_viewer.scss */
.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

/* line 4421, ../sass/parts/_viewer.scss */
.textLayer .endOfContent.active {
  top: 0px;
}

/* line 4425, ../sass/parts/_viewer.scss */
.annotationLayer section {
  position: absolute;
}

/* line 4429, ../sass/parts/_viewer.scss */
.annotationLayer .linkAnnotation > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 4438, ../sass/parts/_viewer.scss */
.annotationLayer .linkAnnotation > a
 {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}

/* line 4445, ../sass/parts/_viewer.scss */
.annotationLayer .linkAnnotation > a:hover {
  opacity: 0.2;
  background: #ff0;
  box-shadow: 0px 2px 10px #ff0;
}

/* line 4451, ../sass/parts/_viewer.scss */
.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

/* line 4456, ../sass/parts/_viewer.scss */
.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

/* line 4471, ../sass/parts/_viewer.scss */
.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 11px;
  resize: none;
}

/* line 4477, ../sass/parts/_viewer.scss */
.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 4487, ../sass/parts/_viewer.scss */
.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000;
}

/* line 4495, ../sass/parts/_viewer.scss */
.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

/* line 4502, ../sass/parts/_viewer.scss */
.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

/* line 4508, ../sass/parts/_viewer.scss */
.annotationLayer .textWidgetAnnotation input.comb:focus {
  	/*
     * Letter spacing is placed on the right side of each character. Hence, the
     * letter spacing of the last character may be placed outside the visible
     * area, causing horizontal scrolling. We avoid this by extending the width
     * when the element has focus and revert this when it loses focus.
     */
  width: 115%;
}

/* line 4518, ../sass/parts/_viewer.scss */
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* line 4526, ../sass/parts/_viewer.scss */
.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

/* line 4531, ../sass/parts/_viewer.scss */
.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  word-wrap: break-word;
}

/* line 4544, ../sass/parts/_viewer.scss */
.annotationLayer .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.2em;
}

/* line 4550, ../sass/parts/_viewer.scss */
.annotationLayer .popup p {
  padding-top: 0.2em;
}

/* line 4554, ../sass/parts/_viewer.scss */
.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

@media print {
  /* General rules for printing. */
  /* line 4566, ../sass/parts/_viewer.scss */
  body {
    background: transparent none;
  }

  /* Rules for browsers that support mozPrintCallback */
  /* line 4571, ../sass/parts/_viewer.scss */
  #viewer_wrapper,
  .content,
  .sidebar,
  #js-sidebar,
  .notice-wrapper,
  .textLayer,
  .site-header {
    display: none;
  }

  /* line 4581, ../sass/parts/_viewer.scss */
  #printContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* wrapper around (scaled) print canvas elements */
  /* line 4589, ../sass/parts/_viewer.scss */
  #printContainer > div {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    page-break-after: always;
    page-break-inside: avoid;
  }

  /* line 4598, ../sass/parts/_viewer.scss */
  #printContainer canvas {
    display: block;
  }
}
/* line 4603, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  display: block;
  text-align: center;
  background-color: rgba(87, 97, 102, 0.6);
}

/* line 4615, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim[hidden] {
  display: none;
}

@media print {
  /* line 4620, ../sass/parts/_viewer.scss */
  #mozPrintCallback-shim {
    display: none;
  }
}
/* line 4625, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim .mozPrintCallback-dialog-box {
  display: inline-block;
  margin: -50px auto 0;
  position: relative;
  top: 45%;
  left: 0;
  min-width: 220px;
  max-width: 400px;
  padding: 36px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #3E4651;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 20px;
}
/* line 4641, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim .mozPrintCallback-dialog-box .msg {
  font-size: 14px;
  color: #fff;
}
/* line 4646, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim .mozPrintCallback-dialog-box progress {
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
}
/* line 4651, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim .mozPrintCallback-dialog-box progress::-webkit-progress-bar {
  border-radius: 50px;
  background: #e6e9eb;
}
/* line 4656, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim .mozPrintCallback-dialog-box progress::-webkit-progress-value {
  border-radius: 50px;
  background: #43a6eb;
}

/* line 4663, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim .progress-row {
  clear: both;
  padding: 0.2em 0 2em;
}

/* line 4668, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim progress {
  width: 100%;
}

/* line 4672, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim .relative-progress {
  margin-top: 5px;
  clear: both;
  float: right;
  font-size: 14px;
  color: #fff;
}

/* line 4680, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim .progress-actions {
  clear: both;
}
/* line 4683, ../sass/parts/_viewer.scss */
#mozPrintCallback-shim .progress-actions .btn-default {
  border: 0;
}

/* line 4688, ../sass/parts/_viewer.scss */
*[contenteditable] {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  -o-user-select: auto !important;
  user-select: auto !important;
}

/* line 4696, ../sass/parts/_viewer.scss */
#download_file_link {
  padding: 8px 30px;
}

/* line 4701, ../sass/parts/_viewer.scss */
#download_file_link_group .btn-blue {
  padding: 8px 30px;
}

@-moz-document url-prefix() {
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    /* line 4710, ../sass/parts/_viewer.scss */
    .btn-comment {
      padding: 7px 11px 9px;
    }
  }
}
/* line 4716, ../sass/parts/_viewer.scss */
#viewer_title_text {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 4722, ../sass/parts/_viewer.scss */
.title_container {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  display: flex;
}
@media (max-width: 768px) {
  /* line 4722, ../sass/parts/_viewer.scss */
  .title_container {
    padding-left: 0;
  }
}

/* line 4735, ../sass/parts/_viewer.scss */
.guest.logged-out.viewer-open .title_container {
  padding-left: 15px;
}

@media (max-width: 768px) {
  /* line 4740, ../sass/parts/_viewer.scss */
  .guest .title_container {
    padding-left: 0 !important;
  }
}
/* line 4745, ../sass/parts/_viewer.scss */
.comments_reply_editor {
  width: calc(100% - 64px);
  float: left;
  outline: none;
  position: relative;
  left: 10px;
  padding: 6px;
}
/* line 4753, ../sass/parts/_viewer.scss */
.comments_reply_editor:focus {
  outline: none;
}
/* line 4757, ../sass/parts/_viewer.scss */
.comments_reply_editor .ql-editor {
  max-height: 128px;
}

/* line 4762, ../sass/parts/_viewer.scss */
.comments_top_wrapper {
  clear: both;
}

/* line 4767, ../sass/parts/_viewer.scss */
.comment_new_text p {
  margin: 0;
}

/* line 4772, ../sass/parts/_viewer.scss */
.guest_user_input_name {
  padding: 0;
  line-height: 1.45;
  margin: 0;
  border: solid 1px #c1cbd2;
  padding: 6px 10px;
  border-radius: 4px;
  outline: none;
  width: calc(100% - 48px);
  position: relative;
  left: 14px;
  top: 0px;
  background: transparent;
  margin-bottom: 4px;
  font-size: 14px;
}
/* line 4788, ../sass/parts/_viewer.scss */
.guest_user_input_name::placeholder {
  opacity: 1;
  color: #aaa;
  font-size: 14px;
}

/* line 4796, ../sass/parts/_viewer.scss */
.dark .guest_user_input_name {
  color: #E4E6EB;
}

/* line 4801, ../sass/parts/_viewer.scss */
.icn-star {
  margin: 20px 8px 20px 5px;
}

/* line 4812, ../sass/parts/_viewer.scss */
.player_timestamp_timer_style span#player_timestamp_timer {
  margin: 5px 12px 0 8px;
  color: #168EEA;
  clear: both;
  display: block;
  font-size: 14px;
  position: relative;
  font-weight: 500 !important;
  z-index: 1000;
  float: left;
}
/* line 4823, ../sass/parts/_viewer.scss */
.player_timestamp_timer_style span#player_timestamp_timer:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 2px;
  border-radius: 3px;
  background-color: #888;
  top: 9px;
  right: -6.5px;
}
/* line 4835, ../sass/parts/_viewer.scss */
.player_timestamp_timer_style .popover {
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #3B3D3E !important;
}
/* line 4842, ../sass/parts/_viewer.scss */
.player_timestamp_timer_style .popover .btn {
  margin-top: 10px;
}
/* line 4854, ../sass/parts/_viewer.scss */
.player_timestamp_timer_style .placeholder-text {
  left: 105px;
}

/* line 4859, ../sass/parts/_viewer.scss */
.reply_media_timestamp_container {
  text-align: left;
  display: block;
  margin-bottom: 5px;
  clear: both;
  overflow: hidden;
}
/* line 4865, ../sass/parts/_viewer.scss */
.reply_media_timestamp_container .comment-media-time {
  display: inline-block;
  text-align: left;
  margin: 0px 12px 0 0;
  color: #168EEA;
  font-weight: 500 !important;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
/* line 4875, ../sass/parts/_viewer.scss */
.reply_media_timestamp_container .comment-media-time:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 2px;
  border-radius: 3px;
  background-color: #888;
  top: 9px;
  left: 40.5px;
}
/* line 4887, ../sass/parts/_viewer.scss */
.reply_media_timestamp_container .comment-text {
  display: inline;
  text-align: left;
}

/* line 4894, ../sass/parts/_viewer.scss */
.comment_ann_icn {
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 4900, ../sass/parts/_viewer.scss */
.comment_ann_icn svg {
  height: 10px;
  width: 10px;
}

/* line 4906, ../sass/parts/_viewer.scss */
#reply_new_text {
  width: 100%;
  float: left;
}

/* line 4912, ../sass/parts/_viewer.scss */
.free_comments_container .comment-media-time {
  color: #888 !important;
}

/* line 4918, ../sass/parts/_viewer.scss */
.new_comment_container_stamp .popover {
  margin-top: 12px;
  padding-bottom: 8px;
  left: 0 !important;
}
/* line 4923, ../sass/parts/_viewer.scss */
.new_comment_container_stamp .popover .arrow {
  left: 30% !important;
}

/* line 4939, ../sass/parts/_viewer.scss */
.sidebar_cntrols {
  position: absolute;
  right: 15px;
  display: inline-block;
  width: 15px;
}
/* line 4945, ../sass/parts/_viewer.scss */
.sidebar_cntrols img {
  width: 100%;
}

/* line 4956, ../sass/parts/_viewer.scss */
.dark .CTA_container,
.dark .custom_thumbanil_wrapper,
.dark .show_media_insights,
.dark .show_individual_insights,
.dark .video_subtitles_wrappper,
.dark .video_transcription_wrappper {
  background: #1C1C1C;
  border-left: 0;
}
/* line 4965, ../sass/parts/_viewer.scss */
.dark .CTA_container .info_legend,
.dark .custom_thumbanil_wrapper .info_legend,
.dark .show_media_insights .info_legend,
.dark .show_individual_insights .info_legend,
.dark .video_subtitles_wrappper .info_legend,
.dark .video_transcription_wrappper .info_legend {
  color: #E4E6EBBA;
}
/* line 4969, ../sass/parts/_viewer.scss */
.dark .CTA_container .info_legend svg path,
.dark .custom_thumbanil_wrapper .info_legend svg path,
.dark .show_media_insights .info_legend svg path,
.dark .show_individual_insights .info_legend svg path,
.dark .video_subtitles_wrappper .info_legend svg path,
.dark .video_transcription_wrappper .info_legend svg path {
  stroke: #E4E6EBBA;
}
/* line 4976, ../sass/parts/_viewer.scss */
.dark .CTA_container .form-group label,
.dark .custom_thumbanil_wrapper .form-group label,
.dark .show_media_insights .form-group label,
.dark .show_individual_insights .form-group label,
.dark .video_subtitles_wrappper .form-group label,
.dark .video_transcription_wrappper .form-group label {
  color: #E4E6EBBA;
}
/* line 4980, ../sass/parts/_viewer.scss */
.dark .CTA_container .form-group .form-control,
.dark .custom_thumbanil_wrapper .form-group .form-control,
.dark .show_media_insights .form-group .form-control,
.dark .show_individual_insights .form-group .form-control,
.dark .video_subtitles_wrappper .form-group .form-control,
.dark .video_transcription_wrappper .form-group .form-control {
  color: #E4E6EBBA;
  background: #1C1C1C;
  border: solid 1px #303030;
}
/* line 4985, ../sass/parts/_viewer.scss */
.dark .CTA_container .form-group .form-control:active, .dark .CTA_container .form-group .form-control:focus,
.dark .custom_thumbanil_wrapper .form-group .form-control:active,
.dark .custom_thumbanil_wrapper .form-group .form-control:focus,
.dark .show_media_insights .form-group .form-control:active,
.dark .show_media_insights .form-group .form-control:focus,
.dark .show_individual_insights .form-group .form-control:active,
.dark .show_individual_insights .form-group .form-control:focus,
.dark .video_subtitles_wrappper .form-group .form-control:active,
.dark .video_subtitles_wrappper .form-group .form-control:focus,
.dark .video_transcription_wrappper .form-group .form-control:active,
.dark .video_transcription_wrappper .form-group .form-control:focus {
  border-color: #168eea;
}
/* line 4992, ../sass/parts/_viewer.scss */
.dark .CTA_container .btn-default,
.dark .custom_thumbanil_wrapper .btn-default,
.dark .show_media_insights .btn-default,
.dark .show_individual_insights .btn-default,
.dark .video_subtitles_wrappper .btn-default,
.dark .video_transcription_wrappper .btn-default {
  background-color: #424242;
  border: none;
  color: #E4E6EB;
}
/* line 4998, ../sass/parts/_viewer.scss */
.dark .CTA_container .cta_form_wrapper,
.dark .CTA_container .thumbnail_form_wrapper,
.dark .CTA_container .subtitles_form_wrapper,
.dark .custom_thumbanil_wrapper .cta_form_wrapper,
.dark .custom_thumbanil_wrapper .thumbnail_form_wrapper,
.dark .custom_thumbanil_wrapper .subtitles_form_wrapper,
.dark .show_media_insights .cta_form_wrapper,
.dark .show_media_insights .thumbnail_form_wrapper,
.dark .show_media_insights .subtitles_form_wrapper,
.dark .show_individual_insights .cta_form_wrapper,
.dark .show_individual_insights .thumbnail_form_wrapper,
.dark .show_individual_insights .subtitles_form_wrapper,
.dark .video_subtitles_wrappper .cta_form_wrapper,
.dark .video_subtitles_wrappper .thumbnail_form_wrapper,
.dark .video_subtitles_wrappper .subtitles_form_wrapper,
.dark .video_transcription_wrappper .cta_form_wrapper,
.dark .video_transcription_wrappper .thumbnail_form_wrapper,
.dark .video_transcription_wrappper .subtitles_form_wrapper {
  border: 1px solid #1f1f1f;
  background-color: #282828;
}
/* line 5005, ../sass/parts/_viewer.scss */
.dark .CTA_container .cta_form_wrapper .loading_message_ui p,
.dark .CTA_container .thumbnail_form_wrapper .loading_message_ui p,
.dark .CTA_container .subtitles_form_wrapper .loading_message_ui p,
.dark .custom_thumbanil_wrapper .cta_form_wrapper .loading_message_ui p,
.dark .custom_thumbanil_wrapper .thumbnail_form_wrapper .loading_message_ui p,
.dark .custom_thumbanil_wrapper .subtitles_form_wrapper .loading_message_ui p,
.dark .show_media_insights .cta_form_wrapper .loading_message_ui p,
.dark .show_media_insights .thumbnail_form_wrapper .loading_message_ui p,
.dark .show_media_insights .subtitles_form_wrapper .loading_message_ui p,
.dark .show_individual_insights .cta_form_wrapper .loading_message_ui p,
.dark .show_individual_insights .thumbnail_form_wrapper .loading_message_ui p,
.dark .show_individual_insights .subtitles_form_wrapper .loading_message_ui p,
.dark .video_subtitles_wrappper .cta_form_wrapper .loading_message_ui p,
.dark .video_subtitles_wrappper .thumbnail_form_wrapper .loading_message_ui p,
.dark .video_subtitles_wrappper .subtitles_form_wrapper .loading_message_ui p,
.dark .video_transcription_wrappper .cta_form_wrapper .loading_message_ui p,
.dark .video_transcription_wrappper .thumbnail_form_wrapper .loading_message_ui p,
.dark .video_transcription_wrappper .subtitles_form_wrapper .loading_message_ui p {
  color: #E4E6EB;
}
/* line 5009, ../sass/parts/_viewer.scss */
.dark .CTA_container .cta_form_wrapper .loading_message_ui span,
.dark .CTA_container .thumbnail_form_wrapper .loading_message_ui span,
.dark .CTA_container .subtitles_form_wrapper .loading_message_ui span,
.dark .custom_thumbanil_wrapper .cta_form_wrapper .loading_message_ui span,
.dark .custom_thumbanil_wrapper .thumbnail_form_wrapper .loading_message_ui span,
.dark .custom_thumbanil_wrapper .subtitles_form_wrapper .loading_message_ui span,
.dark .show_media_insights .cta_form_wrapper .loading_message_ui span,
.dark .show_media_insights .thumbnail_form_wrapper .loading_message_ui span,
.dark .show_media_insights .subtitles_form_wrapper .loading_message_ui span,
.dark .show_individual_insights .cta_form_wrapper .loading_message_ui span,
.dark .show_individual_insights .thumbnail_form_wrapper .loading_message_ui span,
.dark .show_individual_insights .subtitles_form_wrapper .loading_message_ui span,
.dark .video_subtitles_wrappper .cta_form_wrapper .loading_message_ui span,
.dark .video_subtitles_wrappper .thumbnail_form_wrapper .loading_message_ui span,
.dark .video_subtitles_wrappper .subtitles_form_wrapper .loading_message_ui span,
.dark .video_transcription_wrappper .cta_form_wrapper .loading_message_ui span,
.dark .video_transcription_wrappper .thumbnail_form_wrapper .loading_message_ui span,
.dark .video_transcription_wrappper .subtitles_form_wrapper .loading_message_ui span {
  color: #9b9c9e;
}
/* line 5013, ../sass/parts/_viewer.scss */
.dark .CTA_container .cta_form_wrapper .loading_message_ui a,
.dark .CTA_container .thumbnail_form_wrapper .loading_message_ui a,
.dark .CTA_container .subtitles_form_wrapper .loading_message_ui a,
.dark .custom_thumbanil_wrapper .cta_form_wrapper .loading_message_ui a,
.dark .custom_thumbanil_wrapper .thumbnail_form_wrapper .loading_message_ui a,
.dark .custom_thumbanil_wrapper .subtitles_form_wrapper .loading_message_ui a,
.dark .show_media_insights .cta_form_wrapper .loading_message_ui a,
.dark .show_media_insights .thumbnail_form_wrapper .loading_message_ui a,
.dark .show_media_insights .subtitles_form_wrapper .loading_message_ui a,
.dark .show_individual_insights .cta_form_wrapper .loading_message_ui a,
.dark .show_individual_insights .thumbnail_form_wrapper .loading_message_ui a,
.dark .show_individual_insights .subtitles_form_wrapper .loading_message_ui a,
.dark .video_subtitles_wrappper .cta_form_wrapper .loading_message_ui a,
.dark .video_subtitles_wrappper .thumbnail_form_wrapper .loading_message_ui a,
.dark .video_subtitles_wrappper .subtitles_form_wrapper .loading_message_ui a,
.dark .video_transcription_wrappper .cta_form_wrapper .loading_message_ui a,
.dark .video_transcription_wrappper .thumbnail_form_wrapper .loading_message_ui a,
.dark .video_transcription_wrappper .subtitles_form_wrapper .loading_message_ui a {
  color: #168EEA;
}
/* line 5019, ../sass/parts/_viewer.scss */
.dark .CTA_container .cta_form_wrapper .captiosn_ts_actions .btn-white,
.dark .CTA_container .thumbnail_form_wrapper .captiosn_ts_actions .btn-white,
.dark .CTA_container .subtitles_form_wrapper .captiosn_ts_actions .btn-white,
.dark .custom_thumbanil_wrapper .cta_form_wrapper .captiosn_ts_actions .btn-white,
.dark .custom_thumbanil_wrapper .thumbnail_form_wrapper .captiosn_ts_actions .btn-white,
.dark .custom_thumbanil_wrapper .subtitles_form_wrapper .captiosn_ts_actions .btn-white,
.dark .show_media_insights .cta_form_wrapper .captiosn_ts_actions .btn-white,
.dark .show_media_insights .thumbnail_form_wrapper .captiosn_ts_actions .btn-white,
.dark .show_media_insights .subtitles_form_wrapper .captiosn_ts_actions .btn-white,
.dark .show_individual_insights .cta_form_wrapper .captiosn_ts_actions .btn-white,
.dark .show_individual_insights .thumbnail_form_wrapper .captiosn_ts_actions .btn-white,
.dark .show_individual_insights .subtitles_form_wrapper .captiosn_ts_actions .btn-white,
.dark .video_subtitles_wrappper .cta_form_wrapper .captiosn_ts_actions .btn-white,
.dark .video_subtitles_wrappper .thumbnail_form_wrapper .captiosn_ts_actions .btn-white,
.dark .video_subtitles_wrappper .subtitles_form_wrapper .captiosn_ts_actions .btn-white,
.dark .video_transcription_wrappper .cta_form_wrapper .captiosn_ts_actions .btn-white,
.dark .video_transcription_wrappper .thumbnail_form_wrapper .captiosn_ts_actions .btn-white,
.dark .video_transcription_wrappper .subtitles_form_wrapper .captiosn_ts_actions .btn-white {
  color: #e4e6eb;
  background-color: #3a3b3c;
  border-color: transparent;
}
/* line 5026, ../sass/parts/_viewer.scss */
.dark .CTA_container .cta_form_wrapper #cancel_cta,
.dark .CTA_container .thumbnail_form_wrapper #cancel_cta,
.dark .CTA_container .subtitles_form_wrapper #cancel_cta,
.dark .custom_thumbanil_wrapper .cta_form_wrapper #cancel_cta,
.dark .custom_thumbanil_wrapper .thumbnail_form_wrapper #cancel_cta,
.dark .custom_thumbanil_wrapper .subtitles_form_wrapper #cancel_cta,
.dark .show_media_insights .cta_form_wrapper #cancel_cta,
.dark .show_media_insights .thumbnail_form_wrapper #cancel_cta,
.dark .show_media_insights .subtitles_form_wrapper #cancel_cta,
.dark .show_individual_insights .cta_form_wrapper #cancel_cta,
.dark .show_individual_insights .thumbnail_form_wrapper #cancel_cta,
.dark .show_individual_insights .subtitles_form_wrapper #cancel_cta,
.dark .video_subtitles_wrappper .cta_form_wrapper #cancel_cta,
.dark .video_subtitles_wrappper .thumbnail_form_wrapper #cancel_cta,
.dark .video_subtitles_wrappper .subtitles_form_wrapper #cancel_cta,
.dark .video_transcription_wrappper .cta_form_wrapper #cancel_cta,
.dark .video_transcription_wrappper .thumbnail_form_wrapper #cancel_cta,
.dark .video_transcription_wrappper .subtitles_form_wrapper #cancel_cta {
  background: #424242;
  border: none;
  color: #E4E6EB;
}
/* line 5032, ../sass/parts/_viewer.scss */
.dark .CTA_container .cta_form_wrapper #delete_cta,
.dark .CTA_container .thumbnail_form_wrapper #delete_cta,
.dark .CTA_container .subtitles_form_wrapper #delete_cta,
.dark .custom_thumbanil_wrapper .cta_form_wrapper #delete_cta,
.dark .custom_thumbanil_wrapper .thumbnail_form_wrapper #delete_cta,
.dark .custom_thumbanil_wrapper .subtitles_form_wrapper #delete_cta,
.dark .show_media_insights .cta_form_wrapper #delete_cta,
.dark .show_media_insights .thumbnail_form_wrapper #delete_cta,
.dark .show_media_insights .subtitles_form_wrapper #delete_cta,
.dark .show_individual_insights .cta_form_wrapper #delete_cta,
.dark .show_individual_insights .thumbnail_form_wrapper #delete_cta,
.dark .show_individual_insights .subtitles_form_wrapper #delete_cta,
.dark .video_subtitles_wrappper .cta_form_wrapper #delete_cta,
.dark .video_subtitles_wrappper .thumbnail_form_wrapper #delete_cta,
.dark .video_subtitles_wrappper .subtitles_form_wrapper #delete_cta,
.dark .video_transcription_wrappper .cta_form_wrapper #delete_cta,
.dark .video_transcription_wrappper .thumbnail_form_wrapper #delete_cta,
.dark .video_transcription_wrappper .subtitles_form_wrapper #delete_cta {
  color: #E4E6EB;
}
/* line 5035, ../sass/parts/_viewer.scss */
.dark .CTA_container .cta_form_wrapper #delete_cta img,
.dark .CTA_container .thumbnail_form_wrapper #delete_cta img,
.dark .CTA_container .subtitles_form_wrapper #delete_cta img,
.dark .custom_thumbanil_wrapper .cta_form_wrapper #delete_cta img,
.dark .custom_thumbanil_wrapper .thumbnail_form_wrapper #delete_cta img,
.dark .custom_thumbanil_wrapper .subtitles_form_wrapper #delete_cta img,
.dark .show_media_insights .cta_form_wrapper #delete_cta img,
.dark .show_media_insights .thumbnail_form_wrapper #delete_cta img,
.dark .show_media_insights .subtitles_form_wrapper #delete_cta img,
.dark .show_individual_insights .cta_form_wrapper #delete_cta img,
.dark .show_individual_insights .thumbnail_form_wrapper #delete_cta img,
.dark .show_individual_insights .subtitles_form_wrapper #delete_cta img,
.dark .video_subtitles_wrappper .cta_form_wrapper #delete_cta img,
.dark .video_subtitles_wrappper .thumbnail_form_wrapper #delete_cta img,
.dark .video_subtitles_wrappper .subtitles_form_wrapper #delete_cta img,
.dark .video_transcription_wrappper .cta_form_wrapper #delete_cta img,
.dark .video_transcription_wrappper .thumbnail_form_wrapper #delete_cta img,
.dark .video_transcription_wrappper .subtitles_form_wrapper #delete_cta img {
  filter: brightness(0) invert(1);
}
/* line 5041, ../sass/parts/_viewer.scss */
.dark .CTA_container .subtitles_form_wrapper .captions_or_ts_container span.caption_word,
.dark .custom_thumbanil_wrapper .subtitles_form_wrapper .captions_or_ts_container span.caption_word,
.dark .show_media_insights .subtitles_form_wrapper .captions_or_ts_container span.caption_word,
.dark .show_individual_insights .subtitles_form_wrapper .captions_or_ts_container span.caption_word,
.dark .video_subtitles_wrappper .subtitles_form_wrapper .captions_or_ts_container span.caption_word,
.dark .video_transcription_wrappper .subtitles_form_wrapper .captions_or_ts_container span.caption_word {
  color: #E4E6EBBA !important;
}
/* line 5047, ../sass/parts/_viewer.scss */
.dark .btn-compact .btn {
  color: #E4E6EBBA;
  background: #1C1C1C;
  border: solid 1px #303030;
}

/* line 5054, ../sass/parts/_viewer.scss */
.CTA_container,
.custom_thumbanil_wrapper,
.show_media_insights,
.show_individual_insights,
.video_subtitles_wrappper,
.video_transcription_wrappper {
  transition: all 250ms ease;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 53px;
  width: 325px;
  height: calc(100% - 52px);
  margin: auto;
  z-index: 1000;
  background: #F4F4F5;
  z-index: 10000;
}
/* line 5073, ../sass/parts/_viewer.scss */
.CTA_container.hideCTAwindow, .CTA_container.hide_thumbanil_wrapper, .CTA_container.hide_show_media_insights, .CTA_container.hide_individual_insights, .CTA_container.hide_video_subtitles_wrapper, .CTA_container.hide_video_transcription_wrapper,
.custom_thumbanil_wrapper.hideCTAwindow,
.custom_thumbanil_wrapper.hide_thumbanil_wrapper,
.custom_thumbanil_wrapper.hide_show_media_insights,
.custom_thumbanil_wrapper.hide_individual_insights,
.custom_thumbanil_wrapper.hide_video_subtitles_wrapper,
.custom_thumbanil_wrapper.hide_video_transcription_wrapper,
.show_media_insights.hideCTAwindow,
.show_media_insights.hide_thumbanil_wrapper,
.show_media_insights.hide_show_media_insights,
.show_media_insights.hide_individual_insights,
.show_media_insights.hide_video_subtitles_wrapper,
.show_media_insights.hide_video_transcription_wrapper,
.show_individual_insights.hideCTAwindow,
.show_individual_insights.hide_thumbanil_wrapper,
.show_individual_insights.hide_show_media_insights,
.show_individual_insights.hide_individual_insights,
.show_individual_insights.hide_video_subtitles_wrapper,
.show_individual_insights.hide_video_transcription_wrapper,
.video_subtitles_wrappper.hideCTAwindow,
.video_subtitles_wrappper.hide_thumbanil_wrapper,
.video_subtitles_wrappper.hide_show_media_insights,
.video_subtitles_wrappper.hide_individual_insights,
.video_subtitles_wrappper.hide_video_subtitles_wrapper,
.video_subtitles_wrappper.hide_video_transcription_wrapper,
.video_transcription_wrappper.hideCTAwindow,
.video_transcription_wrappper.hide_thumbanil_wrapper,
.video_transcription_wrappper.hide_show_media_insights,
.video_transcription_wrappper.hide_individual_insights,
.video_transcription_wrappper.hide_video_subtitles_wrapper,
.video_transcription_wrappper.hide_video_transcription_wrapper {
  right: -325px !important;
}
/* line 5082, ../sass/parts/_viewer.scss */
.CTA_container .info_legend,
.custom_thumbanil_wrapper .info_legend,
.show_media_insights .info_legend,
.show_individual_insights .info_legend,
.video_subtitles_wrappper .info_legend,
.video_transcription_wrappper .info_legend {
  margin-top: 24px;
  font-size: 14px;
  color: #3b3d3e;
  margin-left: 14px;
  letter-spacing: 0.2px;
  font-weight: 600;
  display: block;
  clear: both;
  overflow: hidden;
  text-align: left;
}
/* line 5094, ../sass/parts/_viewer.scss */
.CTA_container .info_legend img,
.custom_thumbanil_wrapper .info_legend img,
.show_media_insights .info_legend img,
.show_individual_insights .info_legend img,
.video_subtitles_wrappper .info_legend img,
.video_transcription_wrappper .info_legend img {
  width: 12px;
  margin-top: -2.5px;
  margin-left: 5px;
}
/* line 5100, ../sass/parts/_viewer.scss */
.CTA_container .info_legend .utp,
.custom_thumbanil_wrapper .info_legend .utp,
.show_media_insights .info_legend .utp,
.show_individual_insights .info_legend .utp,
.video_subtitles_wrappper .info_legend .utp,
.video_transcription_wrappper .info_legend .utp {
  float: none;
}
/* line 5105, ../sass/parts/_viewer.scss */
.CTA_container .cta_form_wrapper,
.CTA_container .thumbnail_form_wrapper,
.CTA_container .subtitles_form_wrapper,
.custom_thumbanil_wrapper .cta_form_wrapper,
.custom_thumbanil_wrapper .thumbnail_form_wrapper,
.custom_thumbanil_wrapper .subtitles_form_wrapper,
.show_media_insights .cta_form_wrapper,
.show_media_insights .thumbnail_form_wrapper,
.show_media_insights .subtitles_form_wrapper,
.show_individual_insights .cta_form_wrapper,
.show_individual_insights .thumbnail_form_wrapper,
.show_individual_insights .subtitles_form_wrapper,
.video_subtitles_wrappper .cta_form_wrapper,
.video_subtitles_wrappper .thumbnail_form_wrapper,
.video_subtitles_wrappper .subtitles_form_wrapper,
.video_transcription_wrappper .cta_form_wrapper,
.video_transcription_wrappper .thumbnail_form_wrapper,
.video_transcription_wrappper .subtitles_form_wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  table-layout: fixed;
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 12px;
  background: #fff;
  width: calc(100% - 24px);
  box-shadow: 0px 1px 2px 0 rgba(16, 16, 16, 0.05);
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
  padding-bottom: 20px;
}
/* line 5125, ../sass/parts/_viewer.scss */
.CTA_container .cta_form_wrapper .form-control,
.CTA_container .thumbnail_form_wrapper .form-control,
.CTA_container .subtitles_form_wrapper .form-control,
.custom_thumbanil_wrapper .cta_form_wrapper .form-control,
.custom_thumbanil_wrapper .thumbnail_form_wrapper .form-control,
.custom_thumbanil_wrapper .subtitles_form_wrapper .form-control,
.show_media_insights .cta_form_wrapper .form-control,
.show_media_insights .thumbnail_form_wrapper .form-control,
.show_media_insights .subtitles_form_wrapper .form-control,
.show_individual_insights .cta_form_wrapper .form-control,
.show_individual_insights .thumbnail_form_wrapper .form-control,
.show_individual_insights .subtitles_form_wrapper .form-control,
.video_subtitles_wrappper .cta_form_wrapper .form-control,
.video_subtitles_wrappper .thumbnail_form_wrapper .form-control,
.video_subtitles_wrappper .subtitles_form_wrapper .form-control,
.video_transcription_wrappper .cta_form_wrapper .form-control,
.video_transcription_wrappper .thumbnail_form_wrapper .form-control,
.video_transcription_wrappper .subtitles_form_wrapper .form-control {
  padding: 6px 10px !important;
  display: block !important;
}
/* line 5130, ../sass/parts/_viewer.scss */
.CTA_container .cta_form_wrapper #button_color_cta,
.CTA_container .cta_form_wrapper #text_color_cta,
.CTA_container .thumbnail_form_wrapper #button_color_cta,
.CTA_container .thumbnail_form_wrapper #text_color_cta,
.CTA_container .subtitles_form_wrapper #button_color_cta,
.CTA_container .subtitles_form_wrapper #text_color_cta,
.custom_thumbanil_wrapper .cta_form_wrapper #button_color_cta,
.custom_thumbanil_wrapper .cta_form_wrapper #text_color_cta,
.custom_thumbanil_wrapper .thumbnail_form_wrapper #button_color_cta,
.custom_thumbanil_wrapper .thumbnail_form_wrapper #text_color_cta,
.custom_thumbanil_wrapper .subtitles_form_wrapper #button_color_cta,
.custom_thumbanil_wrapper .subtitles_form_wrapper #text_color_cta,
.show_media_insights .cta_form_wrapper #button_color_cta,
.show_media_insights .cta_form_wrapper #text_color_cta,
.show_media_insights .thumbnail_form_wrapper #button_color_cta,
.show_media_insights .thumbnail_form_wrapper #text_color_cta,
.show_media_insights .subtitles_form_wrapper #button_color_cta,
.show_media_insights .subtitles_form_wrapper #text_color_cta,
.show_individual_insights .cta_form_wrapper #button_color_cta,
.show_individual_insights .cta_form_wrapper #text_color_cta,
.show_individual_insights .thumbnail_form_wrapper #button_color_cta,
.show_individual_insights .thumbnail_form_wrapper #text_color_cta,
.show_individual_insights .subtitles_form_wrapper #button_color_cta,
.show_individual_insights .subtitles_form_wrapper #text_color_cta,
.video_subtitles_wrappper .cta_form_wrapper #button_color_cta,
.video_subtitles_wrappper .cta_form_wrapper #text_color_cta,
.video_subtitles_wrappper .thumbnail_form_wrapper #button_color_cta,
.video_subtitles_wrappper .thumbnail_form_wrapper #text_color_cta,
.video_subtitles_wrappper .subtitles_form_wrapper #button_color_cta,
.video_subtitles_wrappper .subtitles_form_wrapper #text_color_cta,
.video_transcription_wrappper .cta_form_wrapper #button_color_cta,
.video_transcription_wrappper .cta_form_wrapper #text_color_cta,
.video_transcription_wrappper .thumbnail_form_wrapper #button_color_cta,
.video_transcription_wrappper .thumbnail_form_wrapper #text_color_cta,
.video_transcription_wrappper .subtitles_form_wrapper #button_color_cta,
.video_transcription_wrappper .subtitles_form_wrapper #text_color_cta {
  text-transform: lowercase;
}
/* line 5135, ../sass/parts/_viewer.scss */
.CTA_container .cta_form_wrapper .coloirPickerIcn,
.CTA_container .thumbnail_form_wrapper .coloirPickerIcn,
.CTA_container .subtitles_form_wrapper .coloirPickerIcn,
.custom_thumbanil_wrapper .cta_form_wrapper .coloirPickerIcn,
.custom_thumbanil_wrapper .thumbnail_form_wrapper .coloirPickerIcn,
.custom_thumbanil_wrapper .subtitles_form_wrapper .coloirPickerIcn,
.show_media_insights .cta_form_wrapper .coloirPickerIcn,
.show_media_insights .thumbnail_form_wrapper .coloirPickerIcn,
.show_media_insights .subtitles_form_wrapper .coloirPickerIcn,
.show_individual_insights .cta_form_wrapper .coloirPickerIcn,
.show_individual_insights .thumbnail_form_wrapper .coloirPickerIcn,
.show_individual_insights .subtitles_form_wrapper .coloirPickerIcn,
.video_subtitles_wrappper .cta_form_wrapper .coloirPickerIcn,
.video_subtitles_wrappper .thumbnail_form_wrapper .coloirPickerIcn,
.video_subtitles_wrappper .subtitles_form_wrapper .coloirPickerIcn,
.video_transcription_wrappper .cta_form_wrapper .coloirPickerIcn,
.video_transcription_wrappper .thumbnail_form_wrapper .coloirPickerIcn,
.video_transcription_wrappper .subtitles_form_wrapper .coloirPickerIcn {
  position: absolute;
  top: 39.5px;
  right: 10px;
  width: 18px;
  pointer-events: none;
}
/* line 5143, ../sass/parts/_viewer.scss */
.CTA_container .cta_form_wrapper #delete_cta,
.CTA_container .thumbnail_form_wrapper #delete_cta,
.CTA_container .subtitles_form_wrapper #delete_cta,
.custom_thumbanil_wrapper .cta_form_wrapper #delete_cta,
.custom_thumbanil_wrapper .thumbnail_form_wrapper #delete_cta,
.custom_thumbanil_wrapper .subtitles_form_wrapper #delete_cta,
.show_media_insights .cta_form_wrapper #delete_cta,
.show_media_insights .thumbnail_form_wrapper #delete_cta,
.show_media_insights .subtitles_form_wrapper #delete_cta,
.show_individual_insights .cta_form_wrapper #delete_cta,
.show_individual_insights .thumbnail_form_wrapper #delete_cta,
.show_individual_insights .subtitles_form_wrapper #delete_cta,
.video_subtitles_wrappper .cta_form_wrapper #delete_cta,
.video_subtitles_wrappper .thumbnail_form_wrapper #delete_cta,
.video_subtitles_wrappper .subtitles_form_wrapper #delete_cta,
.video_transcription_wrappper .cta_form_wrapper #delete_cta,
.video_transcription_wrappper .thumbnail_form_wrapper #delete_cta,
.video_transcription_wrappper .subtitles_form_wrapper #delete_cta {
  text-align: left;
  float: left;
  margin-top: 7px;
  cursor: pointer;
}
/* line 5149, ../sass/parts/_viewer.scss */
.CTA_container .cta_form_wrapper #delete_cta img,
.CTA_container .thumbnail_form_wrapper #delete_cta img,
.CTA_container .subtitles_form_wrapper #delete_cta img,
.custom_thumbanil_wrapper .cta_form_wrapper #delete_cta img,
.custom_thumbanil_wrapper .thumbnail_form_wrapper #delete_cta img,
.custom_thumbanil_wrapper .subtitles_form_wrapper #delete_cta img,
.show_media_insights .cta_form_wrapper #delete_cta img,
.show_media_insights .thumbnail_form_wrapper #delete_cta img,
.show_media_insights .subtitles_form_wrapper #delete_cta img,
.show_individual_insights .cta_form_wrapper #delete_cta img,
.show_individual_insights .thumbnail_form_wrapper #delete_cta img,
.show_individual_insights .subtitles_form_wrapper #delete_cta img,
.video_subtitles_wrappper .cta_form_wrapper #delete_cta img,
.video_subtitles_wrappper .thumbnail_form_wrapper #delete_cta img,
.video_subtitles_wrappper .subtitles_form_wrapper #delete_cta img,
.video_transcription_wrappper .cta_form_wrapper #delete_cta img,
.video_transcription_wrappper .thumbnail_form_wrapper #delete_cta img,
.video_transcription_wrappper .subtitles_form_wrapper #delete_cta img {
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
/* line 5159, ../sass/parts/_viewer.scss */
.CTA_container .cta_form_wrapper .utp.label,
.CTA_container .thumbnail_form_wrapper .utp.label,
.CTA_container .subtitles_form_wrapper .utp.label,
.custom_thumbanil_wrapper .cta_form_wrapper .utp.label,
.custom_thumbanil_wrapper .thumbnail_form_wrapper .utp.label,
.custom_thumbanil_wrapper .subtitles_form_wrapper .utp.label,
.show_media_insights .cta_form_wrapper .utp.label,
.show_media_insights .thumbnail_form_wrapper .utp.label,
.show_media_insights .subtitles_form_wrapper .utp.label,
.show_individual_insights .cta_form_wrapper .utp.label,
.show_individual_insights .thumbnail_form_wrapper .utp.label,
.show_individual_insights .subtitles_form_wrapper .utp.label,
.video_subtitles_wrappper .cta_form_wrapper .utp.label,
.video_subtitles_wrappper .thumbnail_form_wrapper .utp.label,
.video_subtitles_wrappper .subtitles_form_wrapper .utp.label,
.video_transcription_wrappper .cta_form_wrapper .utp.label,
.video_transcription_wrappper .thumbnail_form_wrapper .utp.label,
.video_transcription_wrappper .subtitles_form_wrapper .utp.label {
  float: none;
}
/* line 5165, ../sass/parts/_viewer.scss */
.CTA_container label,
.custom_thumbanil_wrapper label,
.show_media_insights label,
.show_individual_insights label,
.video_subtitles_wrappper label,
.video_transcription_wrappper label {
  color: #5F636B;
}
/* line 5169, ../sass/parts/_viewer.scss */
.CTA_container .cta-button-group,
.custom_thumbanil_wrapper .cta-button-group,
.show_media_insights .cta-button-group,
.show_individual_insights .cta-button-group,
.video_subtitles_wrappper .cta-button-group,
.video_transcription_wrappper .cta-button-group {
  margin-top: 30px;
  text-align: right;
}
/* line 5173, ../sass/parts/_viewer.scss */
.CTA_container .cta-button-group .btn-blue,
.custom_thumbanil_wrapper .cta-button-group .btn-blue,
.show_media_insights .cta-button-group .btn-blue,
.show_individual_insights .cta-button-group .btn-blue,
.video_subtitles_wrappper .cta-button-group .btn-blue,
.video_transcription_wrappper .cta-button-group .btn-blue {
  color: #fff !important;
}
/* line 5177, ../sass/parts/_viewer.scss */
.CTA_container .cta-button-group #cancel_cta,
.custom_thumbanil_wrapper .cta-button-group #cancel_cta,
.show_media_insights .cta-button-group #cancel_cta,
.show_individual_insights .cta-button-group #cancel_cta,
.video_subtitles_wrappper .cta-button-group #cancel_cta,
.video_transcription_wrappper .cta-button-group #cancel_cta {
  margin-right: 8px;
}
/* line 5181, ../sass/parts/_viewer.scss */
.CTA_container .cta-button-group #save_cta,
.CTA_container .cta-button-group #cancel_cta,
.custom_thumbanil_wrapper .cta-button-group #save_cta,
.custom_thumbanil_wrapper .cta-button-group #cancel_cta,
.show_media_insights .cta-button-group #save_cta,
.show_media_insights .cta-button-group #cancel_cta,
.show_individual_insights .cta-button-group #save_cta,
.show_individual_insights .cta-button-group #cancel_cta,
.video_subtitles_wrappper .cta-button-group #save_cta,
.video_subtitles_wrappper .cta-button-group #cancel_cta,
.video_transcription_wrappper .cta-button-group #save_cta,
.video_transcription_wrappper .cta-button-group #cancel_cta {
  font-size: 14px;
  padding: 6.5px 20px;
  color: #3B3D3E;
}
/* line 5191, ../sass/parts/_viewer.scss */
.CTA_container .dark #save_cta,
.CTA_container .dark #cancel_cta,
.custom_thumbanil_wrapper .dark #save_cta,
.custom_thumbanil_wrapper .dark #cancel_cta,
.show_media_insights .dark #save_cta,
.show_media_insights .dark #cancel_cta,
.show_individual_insights .dark #save_cta,
.show_individual_insights .dark #cancel_cta,
.video_subtitles_wrappper .dark #save_cta,
.video_subtitles_wrappper .dark #cancel_cta,
.video_transcription_wrappper .dark #save_cta,
.video_transcription_wrappper .dark #cancel_cta {
  color: #E4E6EB;
}

/* line 5200, ../sass/parts/_viewer.scss */
.cta_wind_dropdown label {
  display: block;
}
/* line 5204, ../sass/parts/_viewer.scss */
.cta_wind_dropdown button {
  min-width: 100% !important;
}
/* line 5208, ../sass/parts/_viewer.scss */
.cta_wind_dropdown .btn-compact {
  position: relative;
}
/* line 5211, ../sass/parts/_viewer.scss */
.cta_wind_dropdown .btn-compact .btn {
  height: 35px;
  padding: 6px 10px !important;
}
/* line 5215, ../sass/parts/_viewer.scss */
.cta_wind_dropdown .btn-compact .btn .caret {
  top: 15px;
}

/* line 5223, ../sass/parts/_viewer.scss */
.showing-CTA .viewer-container {
  width: calc(100% - 325px) !important;
}

/* line 5228, ../sass/parts/_viewer.scss */
.cta_action_btn {
  position: absolute;
  border: none;
  z-index: 1000010;
  font-size: 16.5px;
  padding: 0 18px;
  height: 48px;
  font-weight: 600 !important;
  box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.19), inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  min-width: 110px;
  max-width: 340px;
  color: #fff;
  background-color: #168EEA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  transition: all .2s ease;
}
/* line 5251, ../sass/parts/_viewer.scss */
.cta_action_btn:active {
  background-color: none;
}
/* line 5254, ../sass/parts/_viewer.scss */
.cta_action_btn:hover {
  box-shadow: 0 calc(0.5 * 8px) calc(1.25 * 8px) rgba(0, 0, 0, 0.05), inset 0 0 0 1000px rgba(69, 69, 69, 0.2);
}
/* line 5258, ../sass/parts/_viewer.scss */
.cta_action_btn.Slightly {
  border-radius: 8px !important;
}
/* line 5262, ../sass/parts/_viewer.scss */
.cta_action_btn.Square {
  border-radius: 0 !important;
}
/* line 5266, ../sass/parts/_viewer.scss */
.cta_action_btn.Rounded {
  border-radius: 50px !important;
}
/* line 5270, ../sass/parts/_viewer.scss */
.cta_action_btn.top-left {
  top: 16px;
  left: 16px;
}
/* line 5275, ../sass/parts/_viewer.scss */
.cta_action_btn.top-right {
  top: 16px;
  right: 16px;
}
/* line 5280, ../sass/parts/_viewer.scss */
.cta_action_btn.bottom-right {
  bottom: 108px;
  right: 16px;
}
/* line 5285, ../sass/parts/_viewer.scss */
.cta_action_btn.bottom-left {
  bottom: 108px;
  left: 16px;
}
/* line 5289, ../sass/parts/_viewer.scss */
.cta_action_btn.bottom-left.stick_to_bottom, .cta_action_btn.bottom-right.stick_to_bottom {
  bottom: 48px !important;
}
@media (max-width: 550px) {
  /* line 5228, ../sass/parts/_viewer.scss */
  .cta_action_btn {
    transform: translateY(-50%) translateX(-50%) !important;
    top: 50% !important;
    left: auto !important;
    right: auto !important;
    max-width: 50% !important;
    margin: 0 auto !important;
  }
}

/* line 5304, ../sass/parts/_viewer.scss */
.cta_center-button {
  top: 50% !important;
  transform: translateY(-110%) translateX(-50%) !important;
  opacity: 1 !important;
  left: auto !important;
  right: auto !important;
  margin: 0 auto !important;
  visibility: visible !important;
  display: inline-flex !important;
  bottom: auto !important;
}

/* line 5320, ../sass/parts/_viewer.scss */
.video_eneded_msg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  right: 0;
  z-index: 100000;
}
/* line 5329, ../sass/parts/_viewer.scss */
.video_eneded_msg .inr_wrpr {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* line 5342, ../sass/parts/_viewer.scss */
.video_eneded_msg .inr_wrpr p {
  display: block;
  font-size: 18.5px;
  text-align: center;
  padding-top: 0px;
  padding-left: 10px;
  margin: 0 !important;
  cursor: pointer;
}
/* line 5352, ../sass/parts/_viewer.scss */
.video_eneded_msg .inr_wrpr img {
  display: block;
  margin: initial !important;
  width: 18px;
  cursor: pointer;
}

/* line 5362, ../sass/parts/_viewer.scss */
.centerCTAbtnWhileEditing #cta_action_button {
  transform: translateY(-50%) translateX(-50%) !important;
  visibility: visible !important;
  opacity: 1 !important;
  top: 50%;
  opacity: 1 !important;
  left: auto !important;
  right: auto !important;
  margin: 0 auto !important;
  visibility: visible !important;
  display: inline-block !important;
}
/* line 5375, ../sass/parts/_viewer.scss */
.centerCTAbtnWhileEditing .mejs__overlay-button,
.centerCTAbtnWhileEditing .mejs__controls,
.centerCTAbtnWhileEditing #video_eneded_msg,
.centerCTAbtnWhileEditing #video_eneded_msg_free_users,
.centerCTAbtnWhileEditing .mejs__overlay-play,
.centerCTAbtnWhileEditing .mejs__poster {
  display: none !important;
}

/* line 5385, ../sass/parts/_viewer.scss */
.video_eneded_msg_free_users {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 5396, ../sass/parts/_viewer.scss */
.video_eneded_msg_free_users .jm_promo_free_msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 20px;
  padding-bottom: 30px;
  text-align: center;
}
/* line 5410, ../sass/parts/_viewer.scss */
.video_eneded_msg_free_users .jm_promo_free_msg .btn-blue {
  padding: 10px 24px;
  font-weight: 600 !important;
  font-size: 16.5px !important;
  margin-top: 10px;
}
/* line 5417, ../sass/parts/_viewer.scss */
.video_eneded_msg_free_users .jm_promo_free_msg .video_eneded_msg_text {
  color: #101010;
  font-size: 18px;
  font-weight: 600;
}
/* line 5424, ../sass/parts/_viewer.scss */
.video_eneded_msg_free_users .inr_wrpr {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 100px;
}
/* line 5435, ../sass/parts/_viewer.scss */
.video_eneded_msg_free_users .inr_wrpr p {
  display: block;
  font-size: 16.5px;
  text-align: center;
  padding-top: 2px;
  padding-left: 10px;
  margin: 0 !important;
  cursor: pointer;
}
/* line 5445, ../sass/parts/_viewer.scss */
.video_eneded_msg_free_users .inr_wrpr img {
  display: block;
  margin: initial !important;
  width: 18px;
  cursor: pointer;
}

/* line 5456, ../sass/parts/_viewer.scss */
.showReplywithCTA .video_eneded_msg,
.showReplywithCTA .video_eneded_msg_free_users {
  display: none;
}

/* line 5471, ../sass/parts/_viewer.scss */
.disableVideoControlsLayer {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 5482, ../sass/parts/_viewer.scss */
#button_style_cta i,
#button_type_cta i,
#button_appearance_cta i,
#button_style_workspaces i,
#button_location_cta i {
  font-style: normal;
}

/* line 5491, ../sass/parts/_viewer.scss */
.playIsPaused .mejs__controls {
  opacity: 1 !important;
  clip: unset !important;
  clip-path: none !important;
}
/* line 5497, ../sass/parts/_viewer.scss */
.playIsPaused #cta_action_button {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 5504, ../sass/parts/_viewer.scss */
.videoEnded .mejs__controls {
  opacity: 0 !important;
  display: none !important;
}
/* line 5509, ../sass/parts/_viewer.scss */
.videoEnded .mejs__overlay-play {
  display: none !important;
}
/* line 5513, ../sass/parts/_viewer.scss */
.videoEnded #cta_action_button {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 5521, ../sass/parts/_viewer.scss */
#document_outer:focus {
  outline: none !important;
  border: none !important;
}

/* line 5529, ../sass/parts/_viewer.scss */
.viewer_view_more .locate,
.viewer_view_more .copy_move_item {
  display: none;
}

/* line 5538, ../sass/parts/_viewer.scss */
.version-history-page .activity_container {
  display: none;
}
/* line 5542, ../sass/parts/_viewer.scss */
.version-history-page .showing-comments .viewer-container {
  width: calc(100% - 0px) !important;
}
/* line 5546, ../sass/parts/_viewer.scss */
.version-history-page .sidebarbtn {
  display: none;
}

/* line 5557, ../sass/parts/_viewer.scss */
.dark .more_dropdown_toggle svg circle,
.dark .guestViewerMobileBtn svg circle,
.dark .more_dropdwn svg circle {
  stroke: #E4E6EB;
}

/* line 5566, ../sass/parts/_viewer.scss */
#viewer_more_menu .copy-link,
#viewer_more_menu .email {
  display: none;
}
/* line 5571, ../sass/parts/_viewer.scss */
#viewer_more_menu .toggle-comments {
  display: block !important;
  visibility: visible !important;
}
/* line 5576, ../sass/parts/_viewer.scss */
#viewer_more_menu .toggle-downloads {
  display: block !important;
  visibility: visible !important;
}

/* line 5582, ../sass/parts/_viewer.scss */
#viewer_copy_link,
#viewer_share {
  display: block;
}

/* line 5588, ../sass/parts/_viewer.scss */
#viewer_download_save_dropdown .guestViewerDesktopBtn {
  display: inline-block;
}
/* line 5592, ../sass/parts/_viewer.scss */
#viewer_download_save_dropdown .guestViewerMobileBtn {
  display: none;
}

/* line 5597, ../sass/parts/_viewer.scss */
.viewer-guest-join-mobile-lnk {
  display: none;
}

/* line 5601, ../sass/parts/_viewer.scss */
.viewer-guest-join-desktop-lnk {
  display: inline-block;
}

/* line 5605, ../sass/parts/_viewer.scss */
.single_dwnld_btn_desktop {
  display: block;
}

/* line 5609, ../sass/parts/_viewer.scss */
.single_dwnld_btn_mobile {
  display: none;
}

/* line 5613, ../sass/parts/_viewer.scss */
#mobile_comments_bar_toggle {
  display: none;
}

/* line 5617, ../sass/parts/_viewer.scss */
.guest.logged-out.viewer-open .logo-wrapper {
  margin-right: 2px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  /* line 5617, ../sass/parts/_viewer.scss */
  .guest.logged-out.viewer-open .logo-wrapper {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  /* line 5626, ../sass/parts/_viewer.scss */
  .guest.logged-out.viewer-open .viewer-file-name {
    padding-left: 8px;
    margin-left: 3px;
  }
}

/* line 5647, ../sass/parts/_viewer.scss */
.guest.logged-out.viewer-open .dark .logo-wrapper svg path {
  fill: #fff;
}

@media all and (max-width: 768px) {
  /* line 5655, ../sass/parts/_viewer.scss */
  #viewer_comment,
  .CTA_container,
  #add_cta {
    display: none;
  }

  /* line 5661, ../sass/parts/_viewer.scss */
  .single_dwnld_btn_desktop {
    display: none;
  }

  /* line 5665, ../sass/parts/_viewer.scss */
  .single_dwnld_btn_mobile {
    display: block;
  }

  /* line 5676, ../sass/parts/_viewer.scss */
  .showing-comments .viewer-container {
    width: 100% !important;
  }

  /* line 5682, ../sass/parts/_viewer.scss */
  #viewer_more_menu .copy-link,
  #viewer_more_menu .email {
    display: block;
  }

  /* line 5688, ../sass/parts/_viewer.scss */
  #viewer_copy_link,
  #viewer_share {
    display: none;
  }

  /* line 5693, ../sass/parts/_viewer.scss */
  .video-player-wrapper {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: auto;
    align-items: center;
  }
  /* line 5700, ../sass/parts/_viewer.scss */
  .video-player-wrapper .mejs__container {
    min-width: 100% !important;
    min-height: auto !important;
  }

  /* line 5711, ../sass/parts/_viewer.scss */
  .showing-comments .next-arrow-wrapper {
    right: 0;
  }

  /* line 5715, ../sass/parts/_viewer.scss */
  #promo_footer_bar {
    display: none;
  }

  /* line 5720, ../sass/parts/_viewer.scss */
  #viewer_download_save_dropdown .guestViewerDesktopBtn {
    display: none;
  }
  /* line 5724, ../sass/parts/_viewer.scss */
  #viewer_download_save_dropdown .guestViewerMobileBtn {
    display: inline-block;
  }

  /* line 5729, ../sass/parts/_viewer.scss */
  .viewer-guest-join-mobile-lnk {
    display: block;
  }

  /* line 5733, ../sass/parts/_viewer.scss */
  .viewer-guest-join-desktop-lnk,
  #viewer_set_favorite,
  #viewer_title_items_count {
    display: none;
  }

  /* line 5739, ../sass/parts/_viewer.scss */
  #viewer_title_text {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  /* line 5746, ../sass/parts/_viewer.scss */
  #mobile_comments_bar_toggle {
    display: block;
  }

  /* line 5755, ../sass/parts/_viewer.scss */
  .comment-wrapper {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000000;
    transform: translateX(100%);
  }
  /* line 5762, ../sass/parts/_viewer.scss */
  .comment-wrapper .video_edt_panel,
  .comment-wrapper .activity_container {
    display: none;
  }

  /* line 5768, ../sass/parts/_viewer.scss */
  #comments_wrapper {
    transform: translateX(100%);
  }

  /* line 5772, ../sass/parts/_viewer.scss */
  .openhidesibr {
    transform: translateX(0) !important;
  }

  /* line 5776, ../sass/parts/_viewer.scss */
  .viewer_view_more {
    right: 5px !important;
  }
}
/* line 5781, ../sass/parts/_viewer.scss */
.mejs__audio {
  max-width: 800px !important;
  width: 100% !important;
}

@media all and (max-width: 768px) {
  /* line 5792, ../sass/parts/_viewer.scss */
  .time_stamp_comments_container {
    display: none;
  }

  /* line 5796, ../sass/parts/_viewer.scss */
  .iosPlayerMobile {
    background-color: #000;
    width: 100vw !important;
    width: 100% !important;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  /* line 5804, ../sass/parts/_viewer.scss */
  .iosPlayerMobile #video_player_html5 {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }

  /* line 5813, ../sass/parts/_viewer.scss */
  #viewer_control_fullscreen {
    display: none;
  }

  /* line 5828, ../sass/parts/_viewer.scss */
  .mejs__container.vidohit {
    width: 100vw !important;
    padding-bottom: 56.25%;
  }

  /* line 5832, ../sass/parts/_viewer.scss */
  #handle_annotation {
    display: none;
  }
}
/* For Viewer Class with Margin*/
/* line 5843, ../sass/parts/_viewer.scss */
.plus-margin {
  margin-top: 64px !important;
}

/* line 5847, ../sass/parts/_viewer.scss */
.smart_app_banner {
  position: relative;
  height: 64px;
  padding: 10px 5px;
  background-color: #00a8fc;
  border-bottom: 1px solid #e2e2e2;
  font-family: "Cerebri Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  z-index: 9999;
  width: 100%;
}

/* line 5861, ../sass/parts/_viewer.scss */
.smart_app_banner_fixed {
  position: fixed !important;
}

/* line 5865, ../sass/parts/_viewer.scss */
.fl {
  float: left;
}

/* line 5869, ../sass/parts/_viewer.scss */
.fr {
  float: right;
}

/* line 5873, ../sass/parts/_viewer.scss */
.mls {
  margin-right: 5px !important;
}

/* line 5877, ../sass/parts/_viewer.scss */
.mrm {
  margin-right: 5px !important;
}

/* line 5881, ../sass/parts/_viewer.scss */
.smart_app_banner .banner_text {
  display: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
}

/* line 5888, ../sass/parts/_viewer.scss */
.smart_app_banner .banner_text {
  color: #3c3c3c;
}

/* line 5892, ../sass/parts/_viewer.scss */
.phs {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 5897, ../sass/parts/_viewer.scss */
.smart_app_banner a {
  text-decoration: none;
}

/* line 5901, ../sass/parts/_viewer.scss */
[class*="sprite_16x16_"] {
  width: 16px;
  height: 16px;
  background: transparent no-repeat 0 0;
  text-indent: -9999em;
}

/* line 5908, ../sass/parts/_viewer.scss */
.sprite_16x16_app_banner_close {
  margin-top: 14px;
  margin-right: 5px;
  width: 24px;
  background: url("/res/images/mobile/close_button-4GnwWV.png") center center no-repeat;
  background-size: 10px;
}

/* line 5916, ../sass/parts/_viewer.scss */
.sprite_16x16_app_banner_arrow {
  margin-top: 14px;
  background: url("/res/images/mobile/forward-white@2x.png") center center no-repeat;
  background-size: 10px;
}

/* line 5923, ../sass/parts/_viewer.scss */
[class*="sprite_48x48_"] {
  background: transparent no-repeat scroll 0 0;
  width: 48px;
  height: 48px;
}

/* line 5929, ../sass/parts/_viewer.scss */
.sprite_48x48_box_app {
  background: url("/res/images/mobile/app_icon-tHjyzJ.png") 0 0 no-repeat;
}

/* line 5933, ../sass/parts/_viewer.scss */
.smart_app_banner .sprite_48x48_box_app {
  background: url("/res/images/mobile/app_icon@2x-Oo-C7Z.png") 0 0 no-repeat;
  background-size: 44px;
}

/* line 5938, ../sass/parts/_viewer.scss */
.smart_app_banner .banner_text_secondary {
  display: none;
  font-size: 12px;
}

/* line 5943, ../sass/parts/_viewer.scss */
.smart_app_banner .banner_text_secondary {
  color: #787878;
}

/*Changing for Blue*/
/* line 5948, ../sass/parts/_viewer.scss */
.smart_app_banner .get_app_button_link {
  display: inline-block;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  font-size: 13px;
  vertical-align: middle;
  padding-top: 9px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  line-height: 14px;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

/* line 5970, ../sass/parts/_viewer.scss */
.smart_app_banner .get_app_button_link.primary {
  -webkit-font-smoothing: antialiased;
}

/* line 5976, ../sass/parts/_viewer.scss */
.get_app_button_text {
  display: block;
}

/* line 5980, ../sass/parts/_viewer.scss */
.smart_app_banner .get_app_button_link .get_app_button_text {
  color: white;
}

/* line 5985, ../sass/parts/_viewer.scss */
.smart_app_banner .get_app_button_link.primary .get_app_button_text {
  color: white;
}

/* line 5989, ../sass/parts/_viewer.scss */
.smart_app_banner .get_app_button_text_secondary {
  font-size: 10px;
  text-align: center;
  color: #C6E7F7 !important;
}

/* line 5995, ../sass/parts/_viewer.scss */
.smart_app_banner .get_app_button_text_secondary {
  color: #fcfcfc;
}

/*//Get app*/
/* line 6001, ../sass/parts/_viewer.scss */
.smart_app_banner .get_app_button_link.primary .get_app_button_text_secondary {
  color: #fcfcfc;
}

/* line 6005, ../sass/parts/_viewer.scss */
.smart_app_banner .get_app_button_text_expanded {
  display: none;
}

/* line 6009, ../sass/parts/_viewer.scss */
.banner-close-button {
  line-height: 42px;
  padding-right: 2px;
  fill: #888;
}

/* line 6015, ../sass/parts/_viewer.scss */
.smart_app_banner svg {
  display: inline-block;
  vertical-align: middle;
}

/* line 6021, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: calc(100% - 24px);
  box-shadow: 0px 1px 2px 0 rgba(16, 16, 16, 0.05);
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 12px;
  justify-content: space-around;
  padding: 15px 10px;
  padding-top: 8px;
}
/* line 6042, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper li {
  cursor: pointer;
  transition: all .1s ease;
}
/* line 6048, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper li button {
  border: none;
  outline: none;
  background-color: transparent;
}
/* line 6053, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper li button:disabled {
  opacity: 0.6;
}
/* line 6057, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper li button .action_icn {
  height: 50px;
  width: 80px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 6066, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper li button p {
  margin: 0;
  text-align: center;
  color: #101010;
  font-size: 13px;
  transition: all .1s ease;
}
/* line 6074, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper li button svg {
  transition: all .1s ease;
}
/* line 6077, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper li button svg path {
  transition: all .1s ease;
}
/* line 6083, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper li button:hover:not(:disabled) p {
  color: #1382D7;
}
/* line 6088, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper li button:hover:not(:disabled) svg path {
  fill: #1382D7;
}
/* line 6093, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper li button:hover:not(:disabled) svg rect,
.video_edt_panel .actions_wrapper li button:hover:not(:disabled) svg line {
  stroke: #1382D7;
}
/* line 6103, ../sass/parts/_viewer.scss */
.video_edt_panel .actions_wrapper li button#handle_subtitles_id:hover:not(:disabled) svg path {
  stroke: #1382D7;
}

/* line 6116, ../sass/parts/_viewer.scss */
.dark .video_edt_panel .actions_wrapper {
  border: 1px solid #1f1f1f;
  background-color: #282828;
}
/* line 6122, ../sass/parts/_viewer.scss */
.dark .video_edt_panel .actions_wrapper .trim_icon g path {
  stroke: #282828;
}
/* line 6129, ../sass/parts/_viewer.scss */
.dark .video_edt_panel .actions_wrapper .annotatinbtn path {
  fill: #E4E6EB;
  stroke: #282828;
}
/* line 6135, ../sass/parts/_viewer.scss */
.dark .video_edt_panel .actions_wrapper p {
  color: #E4E6EB;
}
/* line 6140, ../sass/parts/_viewer.scss */
.dark .video_edt_panel .actions_wrapper svg path {
  fill: #E4E6EB;
  stroke: #E4E6EB;
}
/* line 6145, ../sass/parts/_viewer.scss */
.dark .video_edt_panel .actions_wrapper svg rect,
.dark .video_edt_panel .actions_wrapper svg line {
  stroke: #E4E6EB !important;
}
/* line 6152, ../sass/parts/_viewer.scss */
.dark .video_edt_panel .actions_wrapper #handle_video_trim_id path, .dark .video_edt_panel .actions_wrapper #handle_audio_trim_id path {
  stroke: #282828 !important;
}
/* line 6158, ../sass/parts/_viewer.scss */
.dark .video_edt_panel .actions_wrapper #add_cta path, .dark .video_edt_panel .actions_wrapper #add_cta_audio path {
  stroke: transparent !important;
}
/* line 6164, ../sass/parts/_viewer.scss */
.dark .video_edt_panel .actions_wrapper #update_custom_thumbnail_video path {
  stroke: transparent !important;
}
/* line 6172, ../sass/parts/_viewer.scss */
.dark .video_edt_panel .actions_wrapper li button:hover p {
  color: #fff;
}
/* line 6177, ../sass/parts/_viewer.scss */
.dark .video_edt_panel .actions_wrapper li button:hover svg path {
  fill: #fff;
}

/* line 6188, ../sass/parts/_viewer.scss */
.time_stamp_comments_container {
  position: absolute;
  bottom: 48px;
  z-index: 1000000;
  width: 100%;
  height: 60px;
  transition: all .2s ease;
}
/* line 6199, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single:hover .timed_comment_tooltip {
  opacity: 1;
  visibility: visible;
  z-index: 10000000;
}
/* line 6203, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single:hover .timed_comment_tooltip h5, .time_stamp_comments_container .in_video_comment_single:hover .timed_comment_tooltip .reply_wrpr, .time_stamp_comments_container .in_video_comment_single:hover .timed_comment_tooltip svg {
  display: block !important;
}
/* line 6206, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single:hover .timed_comment_tooltip .comment_wrpr {
  background-color: #333737;
}
/* line 6215, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip {
  display: flex;
  visibility: hidden;
  opacity: 0;
  bottom: 28px;
  position: absolute;
}
/* line 6231, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip:has(p:empty) {
  display: none;
}
/* line 6237, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .avatar_wraper {
  height: 25px;
  width: 25px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 8px;
  pointer-events: none;
}
/* line 6245, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .avatar_wraper img {
  width: 100%;
}
/* line 6250, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .comment_wrpr {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #333737;
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
  z-index: 1000000;
}
/* line 6267, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .comment_wrpr:hover svg {
  display: block !important;
}
/* line 6270, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .comment_wrpr:hover h5 {
  display: block !important;
}
/* line 6273, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .comment_wrpr:hover p {
  white-space: normal;
}
/* line 6276, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .comment_wrpr:hover span.reply_wrpr {
  display: block !important;
}
/* line 6280, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .comment_wrpr a {
  display: inline-block;
}
/* line 6283, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .comment_wrpr span.reply_wrpr {
  display: block;
  font-size: 11px;
  color: #ccc;
  display: none;
}
/* line 6290, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .comment_wrpr h5 {
  font-size: 13px;
  margin: 0;
  text-align: left;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
  display: none;
}
/* line 6298, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .comment_wrpr h5 span {
  font-size: 11.5px;
  display: inline-block;
  margin-left: 4px;
  color: #ccc;
}
/* line 6305, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .comment_wrpr p {
  margin: 0;
  font-size: 13px;
  max-width: 340px;
  text-align: left;
  pointer-events: none;
  line-height: normal !important;
}
/* line 6318, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_tooltip .comment_wrpr span {
  display: inline-block;
  font-size: 12px;
  color: #888;
  margin: 0;
  text-align: left;
}
/* line 6329, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .timed_comment_count {
  position: absolute;
  color: #fff;
  bottom: 4px;
  font-size: 11px;
  pointer-events: none;
  z-index: 100000000000;
  transform: translateX(7px);
}
/* line 6340, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .showComment {
  opacity: 1;
  bottom: 28px;
  visibility: visible;
}
/* line 6351, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .msgIcn {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  height: 28px;
  width: 28px;
  z-index: 10001000;
  border-radius: 15px;
  border: solid 2px #fff;
  box-shadow: 0 0 10px -3px #101010;
}
/* line 6363, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .msgIcn figure {
  pointer-events: none;
}
/* line 6366, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .msgIcn .annotated_icn_wrpr {
  position: absolute;
  background-color: #333c4e;
  top: -3px;
  left: 16px;
  border-radius: 10px;
  height: 7px;
  width: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 6378, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .in_video_comment_single .msgIcn .annotated_icn_wrpr svg {
  height: 12px;
  width: 12px;
}
/* line 6386, ../sass/parts/_viewer.scss */
.time_stamp_comments_container.stick_to_bottom {
  bottom: 6px;
}
/* line 6395, ../sass/parts/_viewer.scss */
.time_stamp_comments_container .dimm_out {
  opacity: .7 !important;
}

/* line 6400, ../sass/parts/_viewer.scss */
.hide_controls {
  bottom: -100px;
}

/* line 6415, ../sass/parts/_viewer.scss */
#video_loader_anim {
  background-color: #000;
  z-index: 1000000;
}

/* line 6422, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper > ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
/* line 6431, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper > ul li {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 6437, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper > ul li .custom-controls {
  border: solid 1.5px #ddd;
  border-radius: 5px;
  flex-grow: 1;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 86px;
  padding-top: 15px;
}
/* line 6446, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper > ul li .custom-controls.active {
  border-color: #168EEA;
}
/* line 6450, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper > ul li .custom-controls .custom-control-indicator {
  bottom: 12px !important;
  top: auto !important;
}
/* line 6454, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper > ul li .custom-controls .custom-control-indicator.sticop {
  left: 30px;
}
/* line 6458, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper > ul li .custom-controls .custom-control-indicator.gifop {
  left: 16px;
}
/* line 6463, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper > ul li .custom-controls .label_text {
  position: absolute;
  padding-top: 2px;
  font-size: 14px;
  color: #101010;
}
/* line 6470, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper > ul li .custom-controls .label_text.stctxt {
  left: 55px;
}
/* line 6474, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper > ul li .custom-controls .label_text.giftxt {
  left: 41px;
}
/* line 6482, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper .cta-button-group {
  margin-top: 25px;
  text-align: right;
}
/* line 6486, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper .cta-button-group .btn-blue {
  color: #fff !important;
}
/* line 6490, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper .cta-button-group #cancel_thumbnail_frm {
  margin-right: 8px;
}
/* line 6494, ../sass/parts/_viewer.scss */
.thumbnail_form_wrapper .cta-button-group #save_thumbail,
.thumbnail_form_wrapper .cta-button-group #cancel_thumbnail_frm {
  font-size: 14px;
  padding: 6.5px 20px;
  color: #3B3D3E;
}

/* line 6508, ../sass/parts/_viewer.scss */
.dark .thumbnail_form_wrapper #thumb_choice_wrapper_id button,
.dark .thumbnail_form_wrapper #gif_choice_wrapper_id button {
  background-color: #424242;
  color: #E4E6EB;
  border: none;
}
/* line 6515, ../sass/parts/_viewer.scss */
.dark .thumbnail_form_wrapper #cancel_thumbnail_frm {
  background-color: #424242;
  color: #E4E6EB;
  border: none;
}
/* line 6522, ../sass/parts/_viewer.scss */
.dark .thumbnail_form_wrapper .custom-controls {
  border-color: #424242;
}
/* line 6525, ../sass/parts/_viewer.scss */
.dark .thumbnail_form_wrapper .custom-controls span {
  color: #E4E6EB !important;
}
/* line 6534, ../sass/parts/_viewer.scss */
.dark .thumbnail_form_wrapper .drag_drop_thumb_wrappr p,
.dark .thumbnail_form_wrapper .thumb_has_iniciated p,
.dark .thumbnail_form_wrapper .select_thumbanil_from_video p {
  color: #E4E6EB !important;
}
/* line 6539, ../sass/parts/_viewer.scss */
.dark .thumbnail_form_wrapper .drag_drop_thumb_wrappr svg path,
.dark .thumbnail_form_wrapper .thumb_has_iniciated svg path,
.dark .thumbnail_form_wrapper .select_thumbanil_from_video svg path {
  fill: #E4E6EB !important;
}
/* line 6547, ../sass/parts/_viewer.scss */
.dark .subtitles_form_wrapper .captiosn_ts_actions {
  border-color: #1c1c1c;
}
/* line 6551, ../sass/parts/_viewer.scss */
.dark .subtitles_form_wrapper .captiosn_ts_actions .input_panel_candt {
  border-color: #1c1c1c;
  color: #E4E6EB !important;
}
/* line 6556, ../sass/parts/_viewer.scss */
.dark #delete_subtitle_word img {
  filter: brightness(0) invert(0.95);
}
/* line 6560, ../sass/parts/_viewer.scss */
.dark .subtitles_form_wrapper .captiosn_ts_actions .input_panel_candt .seperator {
  border-color: #1c1c1c;
}

/* line 6565, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr {
  margin-top: 20px;
}
/* line 6568, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr button {
  display: block;
  width: 100%;
}
/* line 6573, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr button.active {
  background-color: #fdfdfe;
  border: solid 1px #168EEA !important;
}
/* line 6578, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr .custom-controls {
  text-align: left;
  padding-left: 30px !important;
}
/* line 6582, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr .custom-controls .info_tooltip {
  display: inline-block;
  margin-left: 3px;
}
/* line 6586, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr .custom-controls .info_tooltip img {
  width: 12px;
  margin-top: -2.5px;
}
/* line 6593, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr .drag_drop_thumb_wrappr {
  display: block;
  margin-top: 20px;
  border: dashed 1px #9d9d9d;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 6602, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr .drag_drop_thumb_wrappr svg {
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 6609, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr .drag_drop_thumb_wrappr p span {
  position: relative;
  cursor: pointer;
}
/* line 6614, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr .drag_drop_thumb_wrappr p a {
  position: relative;
  overflow: hidden;
  color: #168EEA;
}
/* line 6620, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr .drag_drop_thumb_wrappr p a + input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/* line 6628, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr .drag_drop_thumb_wrappr .files_allowed {
  color: #8e8d8d;
}
/* line 6632, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr .drag_drop_thumb_wrappr.active {
  border: dashed 1px #168EEA;
  background-color: #f1f1f1;
}
/* line 6639, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr #thumb_settings_checkbox .custom-controls {
  padding-left: 26px !important;
}
/* line 6642, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr #thumb_settings_checkbox .custom-controls span {
  color: #101010;
}
/* line 6647, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr #thumb_settings_checkbox .tooltip {
  left: 30px !important;
}
/* line 6650, ../sass/parts/_viewer.scss */
.static_thumb_frm_wrapr #thumb_settings_checkbox .tooltip .tooltip-arrow {
  left: 83% !important;
}

/* line 6657, ../sass/parts/_viewer.scss */
.thumb_has_iniciated,
.select_thumbanil_from_video {
  text-align: center;
  margin-bottom: 25px;
}
/* line 6662, ../sass/parts/_viewer.scss */
.thumb_has_iniciated svg,
.select_thumbanil_from_video svg {
  margin-top: 25px;
  margin-bottom: 8px;
}
/* line 6668, ../sass/parts/_viewer.scss */
.thumb_has_iniciated .thumnail_delete,
.select_thumbanil_from_video .thumnail_delete {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  color: #168EEA;
}
/* line 6676, ../sass/parts/_viewer.scss */
.thumb_has_iniciated .thumnail_delete p,
.thumb_has_iniciated .thumnail_delete svg,
.select_thumbanil_from_video .thumnail_delete p,
.select_thumbanil_from_video .thumnail_delete svg {
  margin: 0 !important;
}
/* line 6681, ../sass/parts/_viewer.scss */
.thumb_has_iniciated .thumnail_delete p,
.select_thumbanil_from_video .thumnail_delete p {
  padding-left: 10px;
  margin-top: 3px;
}

/* line 6688, ../sass/parts/_viewer.scss */
.video_trim_wrappper {
  position: fixed;
  background-color: #f4f4f5;
  width: calc(100% - 200px);
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100000;
  opacity: 1;
}
@media (max-width: 1079px) {
  /* line 6688, ../sass/parts/_viewer.scss */
  .video_trim_wrappper {
    width: calc(100% - 30px);
  }
}
/* line 6703, ../sass/parts/_viewer.scss */
.video_trim_wrappper .bottom_link {
  display: flex;
  justify-content: center;
  gap: 5px;
  color: #168EEA;
  align-items: center;
}
/* line 6711, ../sass/parts/_viewer.scss */
.video_trim_wrappper .action_panel_editing {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  /* line 6711, ../sass/parts/_viewer.scss */
  .video_trim_wrappper .action_panel_editing {
    display: block;
  }
}
@media (max-width: 1079px) {
  /* line 6711, ../sass/parts/_viewer.scss */
  .video_trim_wrappper .action_panel_editing {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
/* line 6725, ../sass/parts/_viewer.scss */
.video_trim_wrappper .action_panel_editing .button_panel {
  display: flex;
  background-color: #fff;
  border: solid 1px #C1CBD2;
  border-radius: 4px;
}
/* line 6730, ../sass/parts/_viewer.scss */
.video_trim_wrappper .action_panel_editing .button_panel .dropdown-menu {
  display: none;
}
/* line 6734, ../sass/parts/_viewer.scss */
.video_trim_wrappper .action_panel_editing .button_panel .dropdown-menu {
  display: none;
}
/* line 6738, ../sass/parts/_viewer.scss */
.video_trim_wrappper .action_panel_editing .button_panel a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 7px 12px;
}
/* line 6745, ../sass/parts/_viewer.scss */
.video_trim_wrappper .action_panel_editing .button_panel a:hover {
  text-decoration: none;
}
/* line 6749, ../sass/parts/_viewer.scss */
.video_trim_wrappper .action_panel_editing .button_panel a:first-of-type {
  border-right: solid 1px #C1CBD2;
}
/* line 6753, ../sass/parts/_viewer.scss */
.video_trim_wrappper .action_panel_editing .button_panel a:nth-of-type(2):not(:last-of-type) {
  border-right: solid 1px #C1CBD2;
}
/* line 6761, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container {
  display: flex;
  gap: 20px;
  margin-bottom: 23px;
}
@media (max-width: 550px) {
  /* line 6761, ../sass/parts/_viewer.scss */
  .video_trim_wrappper .time_line_container {
    display: none !important;
  }
}
@media (max-width: 600px) {
  /* line 6761, ../sass/parts/_viewer.scss */
  .video_trim_wrappper .time_line_container {
    flex-wrap: wrap;
  }
}
/* line 6772, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container:focus {
  outline: none;
}
/* line 6775, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_container {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
/* line 6782, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .btn {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
/* line 6788, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper {
  position: relative;
  width: 100%;
  height: 50px;
  padding-top: 5px;
}
/* line 6794, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .trim_loader {
  position: absolute;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  width: 102%;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.8);
  left: -8px;
}
/* line 6808, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper:focus {
  outline: none;
}
/* line 6813, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper:hover .switch_order_wrapper {
  display: flex;
}
/* line 6819, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper:hover .switch_order_wrapper {
  display: flex;
}
/* line 6824, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .ui-slider .ui-slider-range {
  z-index: 1000;
}
/* line 6828, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .timeline_editor {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f1f1f1;
  border: solid 1px #C1CBD2;
  border-radius: 4px;
  height: 100%;
  pointer-events: none;
  border-radius: 14px;
  overflow: hidden;
}
/* line 6842, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .timeline_editor img {
  pointer-events: none;
}
/* line 6846, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .timeline_editor .waveform_editor_timeline {
  position: absolute;
  left: 0;
  top: 50%;
  height: 44px;
  width: 100%;
  z-index: 1000;
  transform: translateY(-50%);
  image-rendering: -webkit-optimize-contrast;
  filter: brightness(70%);
  opacity: .4;
}
/* line 6860, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .seekbar_editor {
  background-color: transparent;
  position: absolute;
  left: 0px;
  width: 0;
  height: 50px;
  top: 0px;
  transform-origin: 0 0;
  transform: translateX(3px);
  z-index: 10063;
  pointer-events: none;
}
/* line 6872, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .seekbar_editor:after {
  content: '';
  position: absolute;
  height: 70px;
  top: -5px;
  left: auto;
  width: 4px;
  border-radius: 3px;
  background-color: #F26187;
  z-index: 100000000;
  right: -1px;
}
/* line 6887, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .hovered_timeline_indicator {
  position: absolute;
  height: 70px;
  top: -5px;
  left: 10px;
  width: 4px;
  border-radius: 3px;
  background-color: #F26187;
  opacity: .5;
  z-index: 10000000;
  pointer-events: none;
}
/* line 6900, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .switch_order_wrapper {
  position: absolute;
  top: calc(100% - 85px);
  z-index: 1000000000;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: solid 1px #ddd;
  width: auto;
  box-shadow: 0 3px 8px -5px #888;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
/* line 6914, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .switch_order_wrapper .video_name {
  padding: 8px 10px;
  font-size: 14px;
  color: #101010;
  border: none;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
/* line 6925, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .switch_order_wrapper svg {
  width: 22px;
  height: 22px;
}
/* line 6930, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .switch_order_wrapper span:first-of-type {
  border-right: solid 1px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  cursor: pointer;
}
/* line 6937, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .switch_order_wrapper span:first-of-type:hover {
  background-color: #f1f1f1;
}
/* line 6941, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .switch_order_wrapper span:last-of-type {
  border-left: solid 1px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  cursor: pointer;
}
/* line 6948, ../sass/parts/_viewer.scss */
.video_trim_wrappper .time_line_container .editor_timeline_wrapper .switch_order_wrapper span:last-of-type:hover {
  background-color: #f1f1f1;
}

/* line 7002, ../sass/parts/_viewer.scss */
.dark .video_trim_wrappper {
  background-color: #1c1c1c;
}
/* line 7006, ../sass/parts/_viewer.scss */
.dark .action_panel_editing .button_panel,
.dark #cancel_video_eiting_id {
  background-color: #3A3B3C;
  border-color: transparent;
  color: #E4E6EB;
}
/* line 7012, ../sass/parts/_viewer.scss */
.dark .action_panel_editing .button_panel a,
.dark #cancel_video_eiting_id a {
  color: #E4E6EB;
}
/* line 7016, ../sass/parts/_viewer.scss */
.dark .action_panel_editing .button_panel a:first-of-type,
.dark .action_panel_editing .button_panel a:nth-of-type(2):not(:last-of-type),
.dark #cancel_video_eiting_id a:first-of-type,
.dark #cancel_video_eiting_id a:nth-of-type(2):not(:last-of-type) {
  border-color: #1c1c1c;
}
/* line 7022, ../sass/parts/_viewer.scss */
.dark .video_trim_wrappper .time_line_container .editor_timeline_wrapper .timeline_editor {
  background-color: #202020;
  border-color: #3A3B3C;
}
/* line 7027, ../sass/parts/_viewer.scss */
.dark .editor_timeline_wrapper .ui-slider-horizontal .ui-slider-range {
  background-color: #3A3B3C;
}
/* line 7031, ../sass/parts/_viewer.scss */
.dark .trim_holder {
  background-color: #3A3B3C;
  border: none;
}
/* line 7036, ../sass/parts/_viewer.scss */
.dark #video_trim_action_container p {
  color: #E4E6EB;
}
/* line 7040, ../sass/parts/_viewer.scss */
.dark .timeline_editor img {
  filter: brightness(38%);
}
/* line 7043, ../sass/parts/_viewer.scss */
.dark #merge_videos_together {
  background-color: #3a3b3c;
  border-color: transparent;
  color: #e4e6eb;
}
/* line 7048, ../sass/parts/_viewer.scss */
.dark #merge_videos_together svg path {
  fill: #e4e6eb !important;
}

/* line 7057, ../sass/parts/_viewer.scss */
.editingVideoPlayer .mejs__time-rail {
  opacity: 0;
  pointer-events: none;
}
/* line 7062, ../sass/parts/_viewer.scss */
.editingVideoPlayer .time_stamp_comments_container {
  display: none !important;
}
/* line 7066, ../sass/parts/_viewer.scss */
.editingVideoPlayer .cta_action_btn {
  display: none !important;
}

/* line 7074, ../sass/parts/_viewer.scss */
.video_subtitles_wrappper .trim_actions_single,
.video_transcription_wrappper .trim_actions_single {
  display: flex;
  gap: 5px;
  align-items: flex-end;
}
/* line 7079, ../sass/parts/_viewer.scss */
.video_subtitles_wrappper .trim_actions_single input:disabled,
.video_transcription_wrappper .trim_actions_single input:disabled {
  background-color: #ddd;
}
/* line 7083, ../sass/parts/_viewer.scss */
.video_subtitles_wrappper .trim_actions_single .trim_time_fields_adjust,
.video_transcription_wrappper .trim_actions_single .trim_time_fields_adjust {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 33px;
  right: 1px;
}
/* line 7090, ../sass/parts/_viewer.scss */
.video_subtitles_wrappper .trim_actions_single .trim_time_fields_adjust span,
.video_transcription_wrappper .trim_actions_single .trim_time_fields_adjust span {
  line-height: 0px;
  padding: 2.6px 8px;
  cursor: pointer;
}
/* line 7095, ../sass/parts/_viewer.scss */
.video_subtitles_wrappper .trim_actions_single .trim_time_fields_adjust span:first-of-type,
.video_transcription_wrappper .trim_actions_single .trim_time_fields_adjust span:first-of-type {
  padding-top: 8px;
}
/* line 7099, ../sass/parts/_viewer.scss */
.video_subtitles_wrappper .trim_actions_single .trim_time_fields_adjust span:nth-of-type(2),
.video_transcription_wrappper .trim_actions_single .trim_time_fields_adjust span:nth-of-type(2) {
  padding-bottom: 8px;
}
/* line 7105, ../sass/parts/_viewer.scss */
.video_subtitles_wrappper .trim_actions_single button.btn-blue,
.video_transcription_wrappper .trim_actions_single button.btn-blue {
  background-color: #ea532a;
  border-color: #ea532a;
}
/* line 7109, ../sass/parts/_viewer.scss */
.video_subtitles_wrappper .trim_actions_single button.btn-blue:active, .video_subtitles_wrappper .trim_actions_single button.btn-blue:focus,
.video_transcription_wrappper .trim_actions_single button.btn-blue:active,
.video_transcription_wrappper .trim_actions_single button.btn-blue:focus {
  background-color: #ea532a !important;
  border-color: #ea532a !important;
}
/* line 7118, ../sass/parts/_viewer.scss */
.video_subtitles_wrappper .thumbnail_form_wrapper .cta-button-group,
.video_transcription_wrappper .thumbnail_form_wrapper .cta-button-group {
  margin-top: 25px;
}

/* line 7124, ../sass/parts/_viewer.scss */
.hide_video_trim_wrapper {
  bottom: -200px;
  opacity: 0;
  pointer-events: none;
}

/* line 7132, ../sass/parts/_viewer.scss */
.show_media_insights .thumbnail_form_wrapper,
.show_individual_insights .thumbnail_form_wrapper {
  padding: 10px;
}

/* line 7137, ../sass/parts/_viewer.scss */
.individual_analytic_show {
  margin: 0;
}
/* line 7140, ../sass/parts/_viewer.scss */
.individual_analytic_show li {
  display: flex !important;
  justify-content: left !important;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 7148, ../sass/parts/_viewer.scss */
.individual_analytic_show li:hover {
  background-color: #f1f1f1;
}
/* line 7152, ../sass/parts/_viewer.scss */
.individual_analytic_show li .c-avatar {
  margin-top: 2px;
}
/* line 7156, ../sass/parts/_viewer.scss */
.individual_analytic_show li .info_activity_panel {
  position: relative;
  margin-left: 10px;
}
/* line 7160, ../sass/parts/_viewer.scss */
.individual_analytic_show li .info_activity_panel .activity_reciever_name {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
}
/* line 7170, ../sass/parts/_viewer.scss */
.individual_analytic_show li h3 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #101010;
  letter-spacing: -0.1px;
  white-space: nowrap;
  text-align: left;
}
/* line 7179, ../sass/parts/_viewer.scss */
.individual_analytic_show li h3 img {
  display: inline;
  margin: 0 2px;
}
/* line 7185, ../sass/parts/_viewer.scss */
.individual_analytic_show li h5 {
  font-size: 12px;
  color: #9DA7AB;
  margin: 0;
  padding: 0;
  letter-spacing: -0.1px;
  text-align: left;
}

/* line 7199, ../sass/parts/_viewer.scss */
.dark .individual_analytic_show li h3 {
  color: #E4E6EB;
}
/* line 7203, ../sass/parts/_viewer.scss */
.dark .individual_analytic_show li .device_used {
  filter: brightness(0) invert(0.95);
}

/* line 7210, ../sass/parts/_viewer.scss */
.engagement_insights_panels {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}
/* line 7217, ../sass/parts/_viewer.scss */
.engagement_insights_panels li {
  padding: 20px !important;
  border: solid 1px #ddd !important;
  background-color: #f1f1f1 !important;
  display: block !important;
  text-align: left !important;
  margin-bottom: 10px !important;
  border-radius: 3px !important;
  padding-top: 18px !important;
  padding-bottom: 12px !important;
}
/* line 7228, ../sass/parts/_viewer.scss */
.engagement_insights_panels li.viewes_analytic {
  background-color: #FEEDCF !important;
}
/* line 7232, ../sass/parts/_viewer.scss */
.engagement_insights_panels li.download_analytic {
  background-color: #C1E5FF !important;
}
/* line 7236, ../sass/parts/_viewer.scss */
.engagement_insights_panels li.completion_analytic {
  margin-bottom: 0 !important;
  background-color: #F9DFD9 !important;
}
/* line 7241, ../sass/parts/_viewer.scss */
.engagement_insights_panels li.conversion_analytic {
  background-color: #DDDEFF !important;
}
/* line 7245, ../sass/parts/_viewer.scss */
.engagement_insights_panels li h4,
.engagement_insights_panels li h3 {
  margin: 0 !important;
}
/* line 7250, ../sass/parts/_viewer.scss */
.engagement_insights_panels li h4 {
  font-size: 14px !important;
  font-weight: 600 !important;
}
/* line 7255, ../sass/parts/_viewer.scss */
.engagement_insights_panels li h3 {
  font-size: 28px !important;
  font-weight: 600 !important;
}

/* line 7263, ../sass/parts/_viewer.scss */
.dark #cancel_video_trim_id {
  background-color: #424242;
  color: #E4E6EB;
  border: none;
}

/* line 7272, ../sass/parts/_viewer.scss */
.hide_timestamp_and_cta .time_stamp_comments_container,
.hide_timestamp_and_cta #time_stmp_coments_wrpr,
.hide_timestamp_and_cta #custom_captions_wrapper,
.hide_timestamp_and_cta #cta_action_button {
  display: none !important;
}

/* line 7285, ../sass/parts/_viewer.scss */
.selector {
  position: absolute;
  padding: 0;
  top: 5px;
  width: 100%;
  color: #7e7e7e;
  left: 0;
  z-index: 1000000;
  height: 0;
}

/* line 7296, ../sass/parts/_viewer.scss */
.selector ul {
  position: relative;
  display: block;
  overflow: auto;
  min-width: 138px;
  max-height: 200px;
  background: transparent;
  list-style: none;
  white-space: inherit;
  padding-right: 17px;
  width: calc(100% + 17px);
}

/* line 7309, ../sass/parts/_viewer.scss */
.selector li {
  position: relative;
  padding: 3px 20px 3px 25px;
  cursor: pointer;
}

/* line 7315, ../sass/parts/_viewer.scss */
.selector li:before {
  position: absolute;
  top: 50%;
  left: 0;
  top: 4px;
  display: inline-block;
  margin-right: 9px;
  width: 17px;
  height: 17px;
  background-color: #f4f4f4;
  border: 1px solid #d5d5d5;
  content: "";
}

/* line 7329, ../sass/parts/_viewer.scss */
.selector li[data-selected="1"]:before {
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

/* line 7334, ../sass/parts/_viewer.scss */
.selector li[data-selected="1"]:after {
  position: absolute;
  top: 50%;
  left: 3px;
  top: 11px;
  display: inline-block;
  width: 4px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  background: none;
  color: #ea532a;
  content: "";
  -webkit-transform: rotate(40deg) translateY(-50%);
  transform: rotate(40deg) translateY(-50%);
}

/* line 7351, ../sass/parts/_viewer.scss */
.selector li:hover {
  color: #aaa;
}

/* line 7355, ../sass/parts/_viewer.scss */
.selector li .total {
  position: absolute;
  right: 0;
  color: #d7d7d7;
}

/* line 7361, ../sass/parts/_viewer.scss */
.selector .price-slider {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 0;
}

/* line 7378, ../sass/parts/_viewer.scss */
.select_frame_slider {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

/* line 7400, ../sass/parts/_viewer.scss */
.selector .price-slider:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  color: #ea532a;
  content: attr(data-currency);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 7411, ../sass/parts/_viewer.scss */
.selector #slider-range {
  width: 100%;
  border: none;
  background: transparent;
  height: 4px;
  pointer-events: none;
  border-radius: 0 !important;
}

/* line 7428, ../sass/parts/_viewer.scss */
.selector .ui-slider-handle {
  border-radius: 2px;
  display: block;
  background-color: #ea532a;
  position: absolute;
  pointer-events: all !important;
  margin-left: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-left: -15px;
}
/* line 7445, ../sass/parts/_viewer.scss */
.selector .ui-slider-handle:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 4px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #ea532a;
  border-bottom: 0;
  border-right: 0;
  margin-bottom: -6px;
}
/* line 7460, ../sass/parts/_viewer.scss */
.selector .ui-slider-handle:nth-of-type(2) {
  margin-left: 0 !important;
}
/* line 7463, ../sass/parts/_viewer.scss */
.selector .ui-slider-handle:nth-of-type(2):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #ea532a;
  border-bottom: 0;
  border-left: 0;
  margin-bottom: -6px;
}
/* line 7479, ../sass/parts/_viewer.scss */
.selector .ui-slider-handle.flipLeftSideHandle {
  transform: translateX(16px);
}
/* line 7482, ../sass/parts/_viewer.scss */
.selector .ui-slider-handle.flipLeftSideHandle:after {
  border-left: 0 !important;
  border-right: solid 14px transparent;
  right: 19px;
  left: 0;
}
/* line 7490, ../sass/parts/_viewer.scss */
.selector .ui-slider-handle.flipRightSideHandle {
  transform: translateX(-16px) !important;
}
/* line 7493, ../sass/parts/_viewer.scss */
.selector .ui-slider-handle.flipRightSideHandle:after {
  border-right: 0 !important;
  border-left: solid 14px transparent;
  left: 2px;
}

/* line 7501, ../sass/parts/_viewer.scss */
.select_frame_slider .ui-slider-handle {
  margin-left: 0 !important;
  background-color: #0080ff;
  top: -31px !important;
  width: 18px !important;
  height: 18px !important;
  transform: translateX(-10px);
  border-radius: 0 !important;
}
/* line 7510, ../sass/parts/_viewer.scss */
.select_frame_slider .ui-slider-handle:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-top: 10px solid #0080ff;
  margin: 0 auto;
  margin-bottom: -10px;
}

@media (min-width: 768px) {
  /* line 7528, ../sass/parts/_viewer.scss */
  .selector .ui-slider-handle {
    top: -24px;
    width: 16px;
    height: 16px;
  }
}
/* line 7535, ../sass/parts/_viewer.scss */
.selector .ui-slider-range {
  background-color: #D73B17;
}

/* line 7539, ../sass/parts/_viewer.scss */
.selector .slider-price {
  position: relative;
  display: inline-block;
  padding: 5px 40px;
  width: 40%;
  background-color: #e2f7f2;
  line-height: 28px;
  text-align: center;
}

/* line 7549, ../sass/parts/_viewer.scss */
.selector .slider-price:before {
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: 0;
  color: #D73B17;
  content: attr(data-currency);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 7560, ../sass/parts/_viewer.scss */
.selector .show-all {
  position: relative;
  padding-left: 25px;
  color: #D73B17;
  cursor: pointer;
  line-height: 28px;
}

/* line 7568, ../sass/parts/_viewer.scss */
.selector .show-all:after,
.selector .show-all:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  color: #D73B17;
  width: 10px;
  border-bottom: 1px solid;
}

/* line 7580, ../sass/parts/_viewer.scss */
.selector .show-all:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 7585, ../sass/parts/_viewer.scss */
.selector.open ul {
  max-height: none;
}

/* line 7589, ../sass/parts/_viewer.scss */
.selector.open .show-all:after {
  display: none;
}

/* line 7594, ../sass/parts/_viewer.scss */
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7600, ../sass/parts/_viewer.scss */
.ui-slider-handle:first-of-type {
  text-transform: translateX(8px);
}

/* line 7604, ../sass/parts/_viewer.scss */
.trim_holder {
  height: 100%;
  background-color: #fff;
  border: solid 2px #b2b2b2;
  border-radius: 14px;
  position: absolute;
  z-index: 999;
  top: 5px;
}

/* line 7615, ../sass/parts/_viewer.scss */
#thumb_settings_checkbox .custom-controls {
  padding-top: 0;
}
/* line 7618, ../sass/parts/_viewer.scss */
#thumb_settings_checkbox .custom-controls .custom-control-indicator {
  top: 0px;
  margin-top: 2px;
}

/* line 7625, ../sass/parts/_viewer.scss */
#thumb_choice_wrapper_id,
#gif_choice_wrapper_id {
  margin-bottom: 15px;
}

/* line 7630, ../sass/parts/_viewer.scss */
.comment_disbaled_timed {
  display: none !important;
}

@media print {
  /* line 7641, ../sass/parts/_viewer.scss */
  .notice-wrapper,
  section.main-content {
    display: none !important;
  }

  @page :footer {
    display: none;
  }
  @page :header {
    display: none;
  }
  @page {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 7659, ../sass/parts/_viewer.scss */
  body {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
/* line 7665, ../sass/parts/_viewer.scss */
.viewer_file_name_panel {
  display: flex;
  width: calc(100% - 410px);
}
@media (max-width: 768px) {
  /* line 7665, ../sass/parts/_viewer.scss */
  .viewer_file_name_panel {
    width: calc(100% - 210px) !important;
  }
}

/* line 7675, ../sass/parts/_viewer.scss */
.inside-bucket-page .viewer-header .viewer_file_name_panel {
  display: flex;
  width: calc(100% - 380px);
}
@media (max-width: 768px) {
  /* line 7675, ../sass/parts/_viewer.scss */
  .inside-bucket-page .viewer-header .viewer_file_name_panel {
    width: calc(100% - 180px) !important;
  }
}

/* line 7686, ../sass/parts/_viewer.scss */
.gallery_view_header .viewer-header .viewer_file_name_panel {
  display: flex;
  width: calc(100% - 400px);
}
@media (max-width: 768px) {
  /* line 7686, ../sass/parts/_viewer.scss */
  .gallery_view_header .viewer-header .viewer_file_name_panel {
    width: calc(100% - 210px);
  }
}

/* line 7697, ../sass/parts/_viewer.scss */
.logged-out.inside-bucket-page .viewer-header .viewer_file_name_panel {
  width: calc(100% - 360px) !important;
}
@media (max-width: 768px) {
  /* line 7697, ../sass/parts/_viewer.scss */
  .logged-out.inside-bucket-page .viewer-header .viewer_file_name_panel {
    width: calc(100% - 260px) !important;
  }
}
/* line 7704, ../sass/parts/_viewer.scss */
.logged-out.inside-bucket-page .viewer-header .viewer_file_name_panel.custom-logo-continr {
  width: calc(100% - 260px) !important;
}

/* line 7710, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 7714, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container {
  text-align: left;
  padding: 15px 0;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  height: 420px;
  overflow-x: auto;
}
/* line 7723, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container .subtitle_area {
  margin-bottom: 8px;
}
/* line 7727, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container span {
  color: #9DA7AB;
  padding-bottom: 5px;
}
/* line 7731, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container span.caption_word {
  color: #101010;
  display: inline-block;
  padding-bottom: 0;
  cursor: pointer;
  padding-left: 3px;
  margin-left: -2px;
  border-radius: 4px;
}
/* line 7741, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container span.subtitle_time_data {
  color: #168EEA !important;
  font-size: 12px;
  display: inline-block;
  padding-bottom: 2px;
}
/* line 7748, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container span.active {
  color: #168EEA;
  background-color: rgba(32, 144, 230, 0.2);
}
/* line 7752, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container span.active:hover {
  background-color: rgba(32, 144, 230, 0.2);
}
/* line 7758, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container p {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
/* line 7764, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container p:last-child {
  margin-bottom: 0;
}
/* line 7769, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container .loading_message_ui {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
/* line 7776, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container .loading_message_ui p {
  display: block;
}
/* line 7782, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captions_or_ts_container.rtl-flow-transcription p {
  flex-direction: row-reverse;
}
/* line 7788, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captiosn_ts_actions {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  border-top: solid 1px #E8E8E8;
  display: flex;
  justify-content: space-between;
}
/* line 7796, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captiosn_ts_actions .btn {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
/* line 7801, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captiosn_ts_actions .input_panel_candt {
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
}
/* line 7810, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captiosn_ts_actions .input_panel_candt .seperator {
  height: 25px;
  width: 1px;
  background-color: #ddd;
}
/* line 7816, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .captiosn_ts_actions .input_panel_candt input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 7px 10px;
  background-color: transparent;
}
/* line 7828, ../sass/parts/_viewer.scss */
.subtitles_form_wrapper .hide_view_all_activity a {
  display: none !important;
}

/* line 7839, ../sass/parts/_viewer.scss */
.video_subtitles_wrappper .captions_or_ts_container span.caption_word:hover {
  background-color: rgba(175, 175, 175, 0.25);
}

/* line 7848, ../sass/parts/_viewer.scss */
.invididual_activity_insight .tooltip.updateTooltip {
  right: -96px !important;
}
/* line 7852, ../sass/parts/_viewer.scss */
.invididual_activity_insight .tooltip.updateTooltip .tooltip-arrow {
  right: 102.5px !important;
}

/* line 7857, ../sass/parts/_viewer.scss */
.views_time_section {
  text-align: left;
  padding-left: 10px;
}
/* line 7861, ../sass/parts/_viewer.scss */
.views_time_section h3 {
  font-size: 15px;
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 8px;
}
/* line 7868, ../sass/parts/_viewer.scss */
.views_time_section p {
  font-size: 14px;
}

/* line 7876, ../sass/parts/_viewer.scss */
.dark .views_time_section h3,
.dark .views_time_section p {
  color: #E4E6EB;
}

/* line 7884, ../sass/parts/_viewer.scss */
.conversion_analytic .tooltip.top {
  left: -12px !important;
}
/* line 7888, ../sass/parts/_viewer.scss */
.conversion_analytic .tooltip.top .tooltip-arrow {
  left: 195px !important;
}

/* line 7894, ../sass/parts/_viewer.scss */
.completion_analytic .tooltip.top {
  left: -12px !important;
}
/* line 7898, ../sass/parts/_viewer.scss */
.completion_analytic .tooltip.top .tooltip-arrow {
  left: 222px !important;
}

/* line 7905, ../sass/parts/_viewer.scss */
#analytics_activity_list li:first-child .tooltip.top {
  top: 22px !important;
}
/* line 7909, ../sass/parts/_viewer.scss */
#analytics_activity_list li:first-child .tooltip.top .tooltip-arrow {
  transform: rotate(180deg);
  top: 0;
}

/* line 7917, ../sass/parts/_viewer.scss */
.indivisual_show_analytic_un .activity_wrapper {
  padding-left: 0;
  padding-right: 0;
}
/* line 7922, ../sass/parts/_viewer.scss */
.indivisual_show_analytic_un .activity_wrapper ul li {
  padding-left: 15px;
  padding-right: 15px;
  transition: all .2s ease;
}
/* line 7927, ../sass/parts/_viewer.scss */
.indivisual_show_analytic_un .activity_wrapper ul li:hover {
  background-color: #f1f1f1;
}
/* line 7932, ../sass/parts/_viewer.scss */
.indivisual_show_analytic_un #show_more_viewers {
  width: 90%;
  margin: 0 auto;
}
/* line 7937, ../sass/parts/_viewer.scss */
.indivisual_show_analytic_un .activity_wrapper ul li .info_activity_panel .tooltip.updateTooltip {
  right: -85px !important;
}
/* line 7941, ../sass/parts/_viewer.scss */
.indivisual_show_analytic_un .activity_wrapper ul li .info_activity_panel .tooltip.updateTooltip .tooltip-arrow {
  right: 92.5px !important;
}

/* line 7948, ../sass/parts/_viewer.scss */
.device_used.viewer_device_show + .tooltip.top {
  left: -54px !important;
}

/* line 7952, ../sass/parts/_viewer.scss */
.device_used.viewer_device_show + .tooltip.top .tooltip-arrow {
  left: 180px !important;
}

/* line 7957, ../sass/parts/_viewer.scss */
.dark .indivisual_show_analytic_un .activity_wrapper ul li:hover {
  background-color: #1c1c1c;
}
/* line 7962, ../sass/parts/_viewer.scss */
.dark .individual_analytic_show:hover li {
  background-color: #1c1c1c;
}

/* line 7969, ../sass/parts/_viewer.scss */
.viewer-actions .dropdown-menu .sub_menu > ul {
  left: -177px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 7979, ../sass/parts/_viewer.scss */
.custom_captions_wrapper,
.custom_captions_wrapper_audio {
  position: absolute;
  bottom: 80px;
  z-index: 100001;
  width: 100%;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-items: flex-end;
  transition: all .2s ease;
}
@supports (-webkit-touch-callout: none) {
  /* line 7979, ../sass/parts/_viewer.scss */
  .custom_captions_wrapper,
  .custom_captions_wrapper_audio {
    display: none;
  }
}
/* line 7999, ../sass/parts/_viewer.scss */
.custom_captions_wrapper.stick_bottom,
.custom_captions_wrapper_audio.stick_bottom {
  bottom: 14px;
}
/* line 8003, ../sass/parts/_viewer.scss */
.custom_captions_wrapper > span,
.custom_captions_wrapper_audio > span {
  position: relative;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 4px 10px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 8016, ../sass/parts/_viewer.scss */
.custom_captions_wrapper > span:empty,
.custom_captions_wrapper_audio > span:empty {
  display: none;
}
/* line 8020, ../sass/parts/_viewer.scss */
.custom_captions_wrapper > span.rtl-flow,
.custom_captions_wrapper_audio > span.rtl-flow {
  flex-direction: row-reverse;
}
/* line 8026, ../sass/parts/_viewer.scss */
.custom_captions_wrapper.highlight_caption > span span,
.custom_captions_wrapper_audio.highlight_caption > span span {
  opacity: 0.5;
}

/* line 8032, ../sass/parts/_viewer.scss */
.captions_above_timedcomments .custom_captions_wrapper {
  bottom: 130px !important;
}

/* line 8036, ../sass/parts/_viewer.scss */
.hide_captions {
  display: none !important;
}

/* line 8042, ../sass/parts/_viewer.scss */
.editor_timeline_wrapper .ui-corner-all,
.editor_timeline_wrapper .ui-corner-bottom,
.editor_timeline_wrapper .ui-corner-right,
.editor_timeline_wrapper .ui-corner-br {
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100% !important;
}

/* line 8055, ../sass/parts/_viewer.scss */
.editor_timeline_wrapper .ui-state-active,
.editor_timeline_wrapper .ui-state-active:link,
.editor_timeline_wrapper .ui-state-active:visited,
.editor_timeline_wrapper .ui-state-hover,
.editor_timeline_wrapper .ui-state-hover:hover,
.editor_timeline_wrapper .ui-state-hover:link,
.editor_timeline_wrapper .ui-state-hover:visited {
  background-color: transparent;
}
/* line 8065, ../sass/parts/_viewer.scss */
.editor_timeline_wrapper .ui-slider-handle {
  width: 10px !important;
  transform: translateY(4px) translateX(0px);
  cursor: col-resize;
}
/* line 8070, ../sass/parts/_viewer.scss */
.editor_timeline_wrapper .ui-slider-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 35px;
  width: 9px;
  z-index: 1000;
  border: solid 3.5px #168EEA;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 8087, ../sass/parts/_viewer.scss */
.editor_timeline_wrapper .ui-slider-handle:nth-of-type(2) {
  transform: translateX(7px) translateY(-13px);
}
/* line 8090, ../sass/parts/_viewer.scss */
.editor_timeline_wrapper .ui-slider-handle:nth-of-type(2):before {
  transform: rotate(180deg);
}
/* line 8096, ../sass/parts/_viewer.scss */
.editor_timeline_wrapper .ui-slider-horizontal .ui-slider-range {
  border: solid 3px #168EEA;
  background-color: #fff;
  border-radius: 6px;
}

/* line 8114, ../sass/parts/_viewer.scss */
.slider {
  height: 23px;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
/* line 8120, ../sass/parts/_viewer.scss */
.slider .ui-slider-handle {
  cursor: e-resize;
  width: 23px;
  height: 23px;
  position: absolute;
  outline: none;
  display: block;
  pointer-events: auto;
  z-index: 10000;
}
/* line 8132, ../sass/parts/_viewer.scss */
.slider .ui-slider-handle.ui-state-hover .slider_timer, .slider .ui-slider-handle.ui-state-focus .slider_timer {
  display: block;
}
/* line 8137, ../sass/parts/_viewer.scss */
.slider .ui-slider-handle .slider_timer {
  display: none;
  position: absolute;
  background-color: #101010;
  border-radius: 4px;
  color: #fff;
  bottom: -40px;
  font-size: 12px;
  padding: 4px 8px;
  left: -20px;
}
/* line 8150, ../sass/parts/_viewer.scss */
.slider .active {
  position: absolute;
  overflow: hidden;
  left: calc(var(--l) * 1px);
  right: calc(var(--r) * 1px);
}
/* line 8156, ../sass/parts/_viewer.scss */
.slider .active svg {
  height: 1px;
}
/* line 8161, ../sass/parts/_viewer.scss */
.slider svg {
  height: 1px;
}

/* line 8166, ../sass/parts/_viewer.scss */
.to_be_selected_area {
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}

/* line 8174, ../sass/parts/_viewer.scss */
.tooltipplacement .tooltip {
  left: 78px !important;
}
/* line 8177, ../sass/parts/_viewer.scss */
.tooltipplacement .tooltip .tooltip-arrow {
  right: auto !important;
  left: 140px !important;
}

/* line 8185, ../sass/parts/_viewer.scss */
.custom_popovr_right {
  padding: 20px;
  padding-top: 11px;
  right: -15px !important;
  width: 320px !important;
  left: auto !important;
  z-index: 100000000000;
}
/* line 8193, ../sass/parts/_viewer.scss */
.custom_popovr_right p {
  margin: 0;
}
/* line 8197, ../sass/parts/_viewer.scss */
.custom_popovr_right a {
  margin-top: 15px;
}
/* line 8201, ../sass/parts/_viewer.scss */
.custom_popovr_right .arrow {
  left: 99%;
  bottom: 28px;
  transform: rotate(90deg);
  width: 22px;
  background-position: -1511px 0;
}

/* line 8210, ../sass/parts/_viewer.scss */
.custom_popovr_chapters {
  padding: 20px;
  padding-top: 11px;
  padding-bottom: 12px;
  width: 320px !important;
  left: 98px !important;
  top: -48px !important;
  z-index: 100000000000;
  max-width: 100%;
  display: none;
  font-size: 13px;
}
/* line 8222, ../sass/parts/_viewer.scss */
.custom_popovr_chapters p {
  margin: 0;
}
/* line 8226, ../sass/parts/_viewer.scss */
.custom_popovr_chapters a {
  margin-top: 5px;
}
/* line 8230, ../sass/parts/_viewer.scss */
.custom_popovr_chapters .arrow {
  left: -20px;
  top: 56px;
  transform: rotate(270deg);
  width: 22px;
  background-position: -1511px 0;
}

/* line 8239, ../sass/parts/_viewer.scss */
.custom_popovr_fav {
  padding: 20px;
  padding-top: 11px;
  width: 320px !important;
  z-index: 100000000000;
}
/* line 8245, ../sass/parts/_viewer.scss */
.custom_popovr_fav p {
  margin: 0;
}
/* line 8249, ../sass/parts/_viewer.scss */
.custom_popovr_fav a {
  margin-top: 15px;
}
/* line 8253, ../sass/parts/_viewer.scss */
.custom_popovr_fav .arrow {
  left: 20px;
  top: -20px;
  transform: rotate(0deg);
  width: 22px;
  background-position: -1511px 0;
}

/* line 8262, ../sass/parts/_viewer.scss */
#timeline_slider {
  border-radius: 14px;
  background-color: transparent;
  border: none;
}

/* line 8270, ../sass/parts/_viewer.scss */
.video_editor_active .back-arrow-wrapper,
.video_editor_active .next-arrow-wrapper {
  display: none;
}

/* line 8277, ../sass/parts/_viewer.scss */
.audio-player-wrapper .toggle_caption_container {
  right: 11px !important;
  bottom: 15px !important;
}

/* line 8283, ../sass/parts/_viewer.scss */
.state_bg_notifier {
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
/* line 8293, ../sass/parts/_viewer.scss */
.state_bg_notifier .player_state_notifier {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 1;
  height: 85px;
  width: 85px;
  border-radius: 80px;
  transform-origin: center center;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
/* line 8312, ../sass/parts/_viewer.scss */
.state_bg_notifier .fade_out_plyer {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  transform-origin: center center;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}
/* line 8344, ../sass/parts/_viewer.scss */
.mejs__overlay-button {
  transition: all .2s ease-in-out;
  transform-origin: center center;
  position: absolute;
  z-index: 100;
}
/* line 8350, ../sass/parts/_viewer.scss */
.mejs__overlay-button .play_icon {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.3));
}

/* line 8358, ../sass/parts/_viewer.scss */
.hover_dark_overlay {
  transition: all .2s ease-in-out;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/* line 8367, ../sass/parts/_viewer.scss */
.mejs__overlay-play {
  transition: all .2s ease-in-out;
}
/* line 8371, ../sass/parts/_viewer.scss */
.mejs__overlay-play:hover .hover_dark_overlay {
  transition: all .3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 8376, ../sass/parts/_viewer.scss */
.mejs__overlay-play:hover .mejs__overlay-button {
  transform: scale(1.06);
}
/* line 8380, ../sass/parts/_viewer.scss */
.mejs__overlay-play:hover .show_video_timer {
  opacity: 1;
}
/* line 8385, ../sass/parts/_viewer.scss */
.mejs__overlay-play .show_video_timer {
  transition: all .2s ease-in-out;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 6px 12px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(80px);
}
@media (max-width: 768px) {
  /* line 8385, ../sass/parts/_viewer.scss */
  .mejs__overlay-play .show_video_timer {
    opacity: 1;
  }
}

@container (min-width: 100px) {
  /* line 8406, ../sass/parts/_viewer.scss */
  .mejs__overlay-button {
    height: 54px !important;
    width: 54px !important;
  }

  /* line 8411, ../sass/parts/_viewer.scss */
  .show_video_timer {
    transform: translateY(60px) !important;
  }
}
@container (min-width: 600px) {
  /* line 8417, ../sass/parts/_viewer.scss */
  .mejs__overlay-button {
    height: 72px !important;
    width: 72px !important;
  }

  /* line 8422, ../sass/parts/_viewer.scss */
  .show_video_timer {
    transform: translateY(70px) !important;
  }
}
@container (min-width: 800px) {
  /* line 8428, ../sass/parts/_viewer.scss */
  .mejs__overlay-button {
    height: 90px !important;
    width: 90px !important;
  }

  /* line 8433, ../sass/parts/_viewer.scss */
  .show_video_timer {
    transform: translateY(80px) !important;
  }
}
@container (min-width: 1000px) {
  /* line 8439, ../sass/parts/_viewer.scss */
  .mejs__overlay-button {
    height: 108px !important;
    width: 108px !important;
  }

  /* line 8444, ../sass/parts/_viewer.scss */
  .show_video_timer {
    transform: translateY(90px) !important;
  }
}
@container (min-width: 1200px) {
  /* line 8450, ../sass/parts/_viewer.scss */
  .mejs__overlay-button {
    height: 116px !important;
    width: 116px !important;
  }

  /* line 8455, ../sass/parts/_viewer.scss */
  .show_video_timer {
    transform: translateY(100px) !important;
  }
}
/* line 8463, ../sass/parts/_viewer.scss */
.dark .audio-player-wrapper .custom_captions_wrapper span,
.dark .audio-player-wrapper .custom_captions_wrapper_audio span {
  background-color: transparent !important;
  color: #101010;
}

/* line 8471, ../sass/parts/_viewer.scss */
.caption_word_by_word {
  position: relative !important;
  display: inline-block;
}
/* line 8475, ../sass/parts/_viewer.scss */
.caption_word_by_word::before {
  content: attr(data-content);
  z-index: 10000;
  position: absolute !important;
  -webkit-text-stroke-width: 0;
}

/* line 8484, ../sass/parts/_viewer.scss */
.canvas-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100000;
}

/* line 8493, ../sass/parts/_viewer.scss */
.edit_icon_wrpr {
  background-color: #333c4e;
  border-radius: 20px;
  height: 25px;
  width: 25px;
  position: absolute;
  bottom: 2px;
  border: solid 2px #fff;
  transform: translateX(-5px);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 8506, ../sass/parts/_viewer.scss */
.edit_icon_wrpr svg {
  position: relative;
  z-index: 100;
}

/* line 8515, ../sass/parts/_viewer.scss */
.chapters_container {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 2px;
}
/* line 8523, ../sass/parts/_viewer.scss */
.chapters_container span {
  display: block;
  position: absolute;
}
/* line 8529, ../sass/parts/_viewer.scss */
.chapters_container .progress-bar {
  position: absolute;
  height: 100%;
  width: 0;
  z-index: 20;
  height: 6px;
  top: 0;
}
/* line 8540, ../sass/parts/_viewer.scss */
.chapters_container .loaded-bar {
  position: absolute;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  /* Loaded bar color */
  width: 0;
  z-index: 10;
  height: 6px;
  top: 0;
}
/* line 8551, ../sass/parts/_viewer.scss */
.chapters_container .buffering-bar {
  position: absolute;
  height: 100%;
  background-color: #e74c3c;
  /* Buffering bar color */
  width: 0;
  top: 0;
  height: 6px;
}
/* line 8561, ../sass/parts/_viewer.scss */
.chapters_container .seekbar_bg {
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
}
/* line 8567, ../sass/parts/_viewer.scss */
.chapters_container .video_chapters_container_element {
  transition: all .25s ease;
  height: 100%;
  z-index: 10000;
}
/* line 8572, ../sass/parts/_viewer.scss */
.chapters_container .video_chapters_container_element span {
  pointer-events: none;
}
/* line 8576, ../sass/parts/_viewer.scss */
.chapters_container .video_chapters_container_element .chapter_name {
  opacity: 0;
  background: none;
  color: #fff;
  top: 0;
  font-size: 13px;
  transition: all .25s ease;
  white-space: nowrap;
}
/* line 8587, ../sass/parts/_viewer.scss */
.chapters_container .video_chapters_container_element:hover span {
  height: 10px;
  top: -2px;
}
/* line 8592, ../sass/parts/_viewer.scss */
.chapters_container .video_chapters_container_element:hover .chapter_name {
  opacity: 1;
  top: -18px;
}

/* line 8602, ../sass/parts/_viewer.scss */
.dark .summary_chapters_container .summary_chapters_div {
  background-color: #282828;
  border: 1px solid #1f1f1f;
}
/* line 8606, ../sass/parts/_viewer.scss */
.dark .summary_chapters_container .summary_chapters_div h2,
.dark .summary_chapters_container .summary_chapters_div p,
.dark .summary_chapters_container .summary_chapters_div ul li {
  color: #e4e6eb;
}
/* line 8612, ../sass/parts/_viewer.scss */
.dark .summary_chapters_container .summary_chapters_div p.video_summary,
.dark .summary_chapters_container .summary_chapters_div p.video_summary_generate {
  border: solid 1px #282828;
}
/* line 8616, ../sass/parts/_viewer.scss */
.dark .summary_chapters_container .summary_chapters_div p.video_summary:hover,
.dark .summary_chapters_container .summary_chapters_div p.video_summary_generate:hover {
  border-color: #1f1f1f;
}
/* line 8621, ../sass/parts/_viewer.scss */
.dark .summary_chapters_container .summary_chapters_div ul {
  border: solid 1px #282828;
}
/* line 8624, ../sass/parts/_viewer.scss */
.dark .summary_chapters_container .summary_chapters_div ul:hover {
  border-color: #1f1f1f;
}
/* line 8629, ../sass/parts/_viewer.scss */
.dark .summary_chapters_container .summary_chapters_div .video_summary_div {
  border-color: #1f1f1f;
}
/* line 8633, ../sass/parts/_viewer.scss */
.dark .summary_chapters_container .summary_chapters_div .placeholder-container {
  background: repeating-linear-gradient(0deg, #353535, #353535 10px, transparent 10px, transparent 20px) !important;
  background-color: #282828 !important;
}
/* line 8636, ../sass/parts/_viewer.scss */
.dark .summary_chapters_container .summary_chapters_div .placeholder-container:after {
  background-color: #282828 !important;
}
/* line 8644, ../sass/parts/_viewer.scss */
.dark .time_line_container .trim_loader {
  background-color: rgba(50, 50, 50, 0.9) !important;
}

/* line 8650, ../sass/parts/_viewer.scss */
.summary_chapters_container {
  position: absolute;
  bottom: 0px;
  width: 52%;
  min-width: 600px;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  /* line 8650, ../sass/parts/_viewer.scss */
  .summary_chapters_container {
    width: 100%;
    min-width: 100%;
  }
}
/* line 8663, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div {
  padding: 15px 25px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
}
/* line 8672, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div .video_summary_div {
  border-bottom: solid 1px #EFEFEF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 8678, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div .placeholder-container {
  text-align: center;
  outline: none !important;
  position: relative;
  padding-top: 20px;
  margin-bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px);
  animation: moveBars 2s linear infinite;
}
/* line 8694, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div h2 {
  margin-top: 0;
  font-size: 15px;
  color: #3b3d3e;
  font-weight: 600;
}
/* line 8701, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div p.video_summary {
  margin-bottom: 0;
  font-size: 14px;
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 8px;
  margin: -8px;
  cursor: text;
}
/* line 8710, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div p.video_summary.editing {
  border-color: #cacaca;
  min-height: 90px;
}
/* line 8716, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div p.video_summary:empty:before {
  content: 'Add a summary...';
  color: #666;
}
/* line 8722, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div p.video_summary:hover {
  border-color: #cacaca;
}
/* line 8726, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div p.video_summary:active, .summary_chapters_container .summary_chapters_div p.video_summary:focus {
  border-color: #168EEA;
  outline: none;
}
/* line 8733, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div > a {
  position: absolute;
  top: 15px;
  right: 20px;
}
/* line 8739, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  padding: 8px;
  margin: -8px;
  border: solid 1px #fff;
  border-radius: 5px;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: text;
}
/* line 8753, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div ul:empty:before {
  content: 'Add Chapters...';
  color: #666;
}
/* line 8759, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div ul:hover {
  border-color: #cacaca;
}
/* line 8763, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div ul li {
  font-size: 14px;
}
/* line 8766, ../sass/parts/_viewer.scss */
.summary_chapters_container .summary_chapters_div ul li a {
  color: #168EEA;
  padding-right: 13px;
}

/* line 8776, ../sass/parts/_viewer.scss */
.dark #chapters_input {
  color: #e4e6eb;
  background-color: #282828;
}

/* line 8782, ../sass/parts/_viewer.scss */
#chapters_input {
  resize: none;
  padding: 6px;
  margin: -8px;
  font-size: 14px;
  border: solid 1px #168EEA;
  border-radius: 5px;
  width: 100%;
  box-sizing: content-box;
  margin-top: 8px;
  min-height: 80px;
}
/* line 8794, ../sass/parts/_viewer.scss */
#chapters_input:focus, #chapters_input:active {
  outline: none;
}

/* line 8807, ../sass/parts/_viewer.scss */
.dark .chapter_summ_help_doc p {
  color: #e4e6eb;
}

/* line 8814, ../sass/parts/_viewer.scss */
.guest .chapter_summ_help_doc {
  display: none;
}

/* line 8819, ../sass/parts/_viewer.scss */
.chapter_summ_help_doc {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
@media (max-width: 769px) {
  /* line 8819, ../sass/parts/_viewer.scss */
  .chapter_summ_help_doc {
    padding-top: 20px;
  }
}
/* line 8829, ../sass/parts/_viewer.scss */
.chapter_summ_help_doc a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #168EEA;
}

/* line 8839, ../sass/parts/_viewer.scss */
.hide_the_commention_avtar #time_stmp_coments_wrpr {
  display: none;
}

/* line 8845, ../sass/parts/_viewer.scss */
.popover__container:hover {
  transition-delay: 100;
}
/* line 8848, ../sass/parts/_viewer.scss */
.popover__container:hover .custom_popovr_chapters {
  display: block;
}

/* line 8856, ../sass/parts/_viewer.scss */
.dark #cancel_summary,
.dark #cancel_chapters {
  color: #e4e6eb;
  background-color: #3a3b3c;
  border-color: transparent;
}
/* line 8863, ../sass/parts/_viewer.scss */
.dark .custom_popovr_chapters {
  background-color: #282828;
  border-color: #1f1f1f;
}
/* line 8867, ../sass/parts/_viewer.scss */
.dark .custom_popovr_chapters .arrow {
  filter: brightness(9%) invert(0.18);
}
/* line 8872, ../sass/parts/_viewer.scss */
.dark #remove_chapters img,
.dark #remove_summary img {
  filter: brightness(0) invert(1);
}

/* line 8883, ../sass/parts/_viewer.scss */
.guest .video_summary:hover,
.guest .video_chapters:hover,
.guest .video_summary_generate:hover {
  border-color: transparent !important;
}

/* line 8889, ../sass/parts/_viewer.scss */
.chapter_name_controls {
  color: #fff;
  position: absolute;
  left: 192px;
  bottom: 12px;
  font-size: 13px;
  transition: all .6s ease;
}
@container (max-width: 600px) {
  /* line 8889, ../sass/parts/_viewer.scss */
  .chapter_name_controls {
    display: none;
  }
}
/* line 8900, ../sass/parts/_viewer.scss */
.chapter_name_controls:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 4px;
  left: -12px;
  display: block;
  position: absolute;
  background-color: #fff;
  top: 8px;
}

/* line 8915, ../sass/parts/_viewer.scss */
.placeholder-container:after {
  content: '';
  display: block;
  position: absolute;
  width: 70%;
  bottom: 0;
  right: 0;
  height: 20px;
  background-color: #fff;
}

/* line 8930, ../sass/parts/_viewer.scss */
.dark #handle_chapters_id svg path, .dark #handle_chapters_audio_id svg path {
  stroke: #e4e6eb;
  fill: #282828;
}

/* line 8940, ../sass/parts/_viewer.scss */
#handle_chapters_id:hover svg path {
  stroke: #168EEA;
  fill: #fff !important;
}

/* line 8950, ../sass/parts/_viewer.scss */
.dark #handle_chapters_id:hover svg path {
  stroke: #fff;
  fill: transparent !important;
}

/* line 8958, ../sass/parts/_viewer.scss */
#annotation_canvas.delete_mode {
  cursor: url("../../res/images/del_cursor.svg"), auto;
}

/* line 8962, ../sass/parts/_viewer.scss */
.comment_acitivty_wrapper_edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 0;
  padding-right: 15px;
}
/* line 8969, ../sass/parts/_viewer.scss */
.comment_acitivty_wrapper_edit div {
  display: flex;
  align-items: center;
  gap: 18px;
}
/* line 8974, ../sass/parts/_viewer.scss */
.comment_acitivty_wrapper_edit .btn-blue {
  padding: 4px 12px;
  font-size: 14px;
}

/* line 8981, ../sass/parts/_viewer.scss */
.edit_comment_input:focus {
  outline: none;
}

/* line 8995, ../sass/parts/_viewer.scss */
.dark .annotation-enable svg path {
  fill: #e4e6eb;
}
/* line 9000, ../sass/parts/_viewer.scss */
.dark .annotation_panel {
  background-color: #282828;
  border-color: #1f1f1f;
}
/* line 9003, ../sass/parts/_viewer.scss */
.dark .annotation_panel .active svg rect {
  stroke: #168EEA;
}
/* line 9006, ../sass/parts/_viewer.scss */
.dark .annotation_panel .active svg path {
  fill: #168EEA;
  stroke: #168EEA;
}
/* line 9010, ../sass/parts/_viewer.scss */
.dark .annotation_panel div #delete_shape {
  border-color: #1f1f1f;
}
/* line 9015, ../sass/parts/_viewer.scss */
.dark .comment_acitivty_wrapper_edit .cancel_edit_comment {
  color: #E4E6EB;
}

/* line 9022, ../sass/parts/_viewer.scss */
.edit_anno_action #remove_annotateion_icon_edit {
  display: none;
  pointer-events: none;
}
/* line 9026, ../sass/parts/_viewer.scss */
.edit_anno_action #anotaiton_icon_edit {
  display: inline-block;
  pointer-events: none;
}
/* line 9031, ../sass/parts/_viewer.scss */
.edit_anno_action.ann_active #anotaiton_icon_edit {
  display: none;
}
/* line 9034, ../sass/parts/_viewer.scss */
.edit_anno_action.ann_active #remove_annotateion_icon_edit {
  display: inline-block;
}

/* line 9042, ../sass/parts/_viewer.scss */
.showComment h5, .showComment svg, .showComment span.reply_wrpr {
  display: none !important;
}
/* line 9045, ../sass/parts/_viewer.scss */
.showComment p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 9053, ../sass/parts/_viewer.scss */
.mejs__container-fullscreen .time_stamp_comments_container {
  display: none !important;
}

/* line 9059, ../sass/parts/_viewer.scss */
.editing_comment .comment-delete, .editing_comment .comment-edit {
  display: none !important;
}

/* line 9066, ../sass/parts/_viewer.scss */
.break_text_replies:before {
  content: none !important;
}

/* line 9072, ../sass/parts/_viewer.scss */
#comments_wrapper[data-comments-disabled="1"] #comments_section {
  display: none;
}

/* line 9077, ../sass/parts/_viewer.scss */
.editor_container .ui-widget-content {
  border-radius: 14px !important;
}

/* line 9084, ../sass/parts/_viewer.scss */
.editor_container .ui-widget-content {
  border-radius: 14px !important;
}

/* line 9089, ../sass/parts/_viewer.scss */
#cta_action_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
/* line 9094, ../sass/parts/_viewer.scss */
#cta_action_button .user_image {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  display: block;
  overflow: hidden;
  min-width: 30px;
  max-width: 30px;
}
/* line 9102, ../sass/parts/_viewer.scss */
#cta_action_button .user_image img {
  width: 100%;
  object-fit: cover;
}
/* line 9106, ../sass/parts/_viewer.scss */
#cta_action_button .user_image figure {
  height: 100%;
  width: 100%;
}
/* line 9112, ../sass/parts/_viewer.scss */
#cta_action_button .user_cta_title {
  height: 30px;
  line-height: 30px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 9121, ../sass/parts/_viewer.scss */
.ctrls {
  position: absolute;
  top: 34px;
  right: 4px;
  display: flex;
  flex-direction: column;
}
/* line 9127, ../sass/parts/_viewer.scss */
.ctrls span {
  height: 15px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* line 9134, ../sass/parts/_viewer.scss */
.ctrls span:hover {
  background-color: #ddd;
}

/* line 11, ../sass/parts/_modals.scss */
.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* line 20, ../sass/parts/_modals.scss */
.mac .modal-open.adjust_scroll_styles {
  width: calc(100% - 19px) !important;
}
/* line 22, ../sass/parts/_modals.scss */
.mac .modal-open.adjust_scroll_styles .header_width {
  width: calc(100% - 299px) !important;
}
/* line 25, ../sass/parts/_modals.scss */
.mac .modal-open.adjust_scroll_styles .top_heading_dashboard {
  width: calc(100% - 339px) !important;
}

/* line 33, ../sass/parts/_modals.scss */
.windows .modal-open.adjust_scroll_styles {
  width: calc(100% - 18px) !important;
}
/* line 35, ../sass/parts/_modals.scss */
.windows .modal-open.adjust_scroll_styles .header_width {
  width: calc(100% - 298px) !important;
}
/* line 38, ../sass/parts/_modals.scss */
.windows .modal-open.adjust_scroll_styles .top_heading_dashboard {
  width: calc(100% - 338px) !important;
}

/* line 46, ../sass/parts/_modals.scss */
.modal {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  -webkit-animation: fade-modal 0.25s;
  -moz-animation: fade-modal 0.25s;
  -ms-animation: fade-modal 0.25s;
  -o-animation: fade-modal 0.25s;
  animation: fade-modal 0.25s;
}
/* line 59, ../sass/parts/_modals.scss */
.modal p {
  line-height: 1.6;
}
/* line 61, ../sass/parts/_modals.scss */
.modal .empty-msg {
  text-align: center;
}
/* line 63, ../sass/parts/_modals.scss */
.modal h5 {
  font-size: 15px;
  margin-top: 20px;
}
/* line 67, ../sass/parts/_modals.scss */
.modal label {
  font-size: 14.5px;
}

/* line 73, ../sass/parts/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 80, ../sass/parts/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  outline: 0;
}

/* line 91, ../sass/parts/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade-modal 0.25s;
  -moz-animation: fade-modal 0.25s;
  -ms-animation: fade-modal 0.25s;
  -o-animation: fade-modal 0.25s;
  animation: fade-modal 0.25s;
}
/* line 101, ../sass/parts/_modals.scss */
.modal-backdrop.vid {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 108, ../sass/parts/_modals.scss */
.modal-header {
  padding: 36px;
  padding-bottom: 0;
}
@media all and (max-width: 768px) {
  /* line 108, ../sass/parts/_modals.scss */
  .modal-header {
    padding: 20px;
  }
}

/* line 116, ../sass/parts/_modals.scss */
.modal .close,
.modal .close_icon {
  padding: 11px 15px;
  padding-left: 11px;
  border: 0;
  background: none;
  outline: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 124, ../sass/parts/_modals.scss */
.modal .close:hover,
.modal .close_icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 128, ../sass/parts/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
  color: #101010;
}

/* line 137, ../sass/parts/_modals.scss */
.modal-body {
  position: relative;
  padding: 36px;
  padding-top: 20px;
}
@media all and (max-width: 768px) {
  /* line 137, ../sass/parts/_modals.scss */
  .modal-body {
    padding: 20px;
  }
}
/* line 144, ../sass/parts/_modals.scss */
.modal-body p:empty {
  display: none;
}

/* line 150, ../sass/parts/_modals.scss */
.modal-footer {
  margin-top: 23px;
  text-align: right;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 157, ../sass/parts/_modals.scss */
.modal-footer .btn + .btn {
  margin-right: 8px;
  margin-bottom: 0;
}
/* line 162, ../sass/parts/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 166, ../sass/parts/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 171, ../sass/parts/_modals.scss */
.btn-submit {
  min-width: 98px;
}

/* line 173, ../sass/parts/_modals.scss */
.modal textarea.form-control {
  height: 82px;
  resize: none;
  overflow: auto;
}

/* line 179, ../sass/parts/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 187, ../sass/parts/_modals.scss */
.modal-bs {
  width: 100%;
  max-width: 540px;
  margin: 65px auto 10px;
}

/* line 198, ../sass/parts/_modals.scss */
.modal-email-share .modal-email {
  display: block;
}
/* line 199, ../sass/parts/_modals.scss */
.modal-email-share .modal-facebook {
  display: none;
}
/* line 200, ../sass/parts/_modals.scss */
.modal-email-share .modal-twitter {
  display: none;
}
/* line 201, ../sass/parts/_modals.scss */
.modal-email-share .modal-aclink {
  display: none;
}
/* line 203, ../sass/parts/_modals.scss */
.modal-email-share .modal-embed {
  display: none;
}
/* line 204, ../sass/parts/_modals.scss */
.modal-email-share .modal-collaborate {
  display: none;
}
/* line 205, ../sass/parts/_modals.scss */
.modal-email-share .modal-CPS {
  display: none;
}

/* line 211, ../sass/parts/_modals.scss */
.modal-twitter-share .modal-twitter {
  display: block;
}
/* line 212, ../sass/parts/_modals.scss */
.modal-twitter-share .modal-email {
  display: none;
}
/* line 213, ../sass/parts/_modals.scss */
.modal-twitter-share .modal-facebook {
  display: none;
}
/* line 214, ../sass/parts/_modals.scss */
.modal-twitter-share .modal-aclink {
  display: none;
}
/* line 215, ../sass/parts/_modals.scss */
.modal-twitter-share .modal-CPS {
  display: none;
}

/* line 221, ../sass/parts/_modals.scss */
.modal-facebook-share .modal-facebook {
  display: block;
}
/* line 222, ../sass/parts/_modals.scss */
.modal-facebook-share .modal-twitter {
  display: none;
}
/* line 223, ../sass/parts/_modals.scss */
.modal-facebook-share .modal-email {
  display: none;
}
/* line 224, ../sass/parts/_modals.scss */
.modal-facebook-share .modal-aclink {
  display: none;
}
/* line 225, ../sass/parts/_modals.scss */
.modal-facebook-share .modal-CPS {
  display: none;
}

/* line 231, ../sass/parts/_modals.scss */
.modal-aclink-share .modal-aclink {
  display: block;
}
/* line 232, ../sass/parts/_modals.scss */
.modal-aclink-share .modal-facebook {
  display: none;
}
/* line 233, ../sass/parts/_modals.scss */
.modal-aclink-share .modal-twitter {
  display: none;
}
/* line 234, ../sass/parts/_modals.scss */
.modal-aclink-share .modal-email {
  display: none;
}
/* line 236, ../sass/parts/_modals.scss */
.modal-aclink-share .modal-embed {
  display: none;
}
/* line 237, ../sass/parts/_modals.scss */
.modal-aclink-share .modal-CPS {
  display: none;
}
/* line 238, ../sass/parts/_modals.scss */
.modal-aclink-share .modal-collaborate {
  display: none;
}

/* line 244, ../sass/parts/_modals.scss */
.modal-embed-media .modal-aclink {
  display: none;
}
/* line 245, ../sass/parts/_modals.scss */
.modal-embed-media .modal-facebook {
  display: none;
}
/* line 246, ../sass/parts/_modals.scss */
.modal-embed-media .modal-twitter {
  display: none;
}
/* line 247, ../sass/parts/_modals.scss */
.modal-embed-media .modal-email {
  display: none;
}
/* line 249, ../sass/parts/_modals.scss */
.modal-embed-media .modal-embed {
  display: block;
}
/* line 250, ../sass/parts/_modals.scss */
.modal-embed-media .modal-CPS {
  display: none;
}
/* line 251, ../sass/parts/_modals.scss */
.modal-embed-media .modal-collaborate {
  display: none;
}

/* line 257, ../sass/parts/_modals.scss */
.modal-collaborate-share .modal-aclink {
  display: none;
}
/* line 258, ../sass/parts/_modals.scss */
.modal-collaborate-share .modal-facebook {
  display: none;
}
/* line 259, ../sass/parts/_modals.scss */
.modal-collaborate-share .modal-twitter {
  display: none;
}
/* line 260, ../sass/parts/_modals.scss */
.modal-collaborate-share .modal-email {
  display: none;
}
/* line 262, ../sass/parts/_modals.scss */
.modal-collaborate-share .modal-embed {
  display: none;
}
/* line 263, ../sass/parts/_modals.scss */
.modal-collaborate-share .modal-CPS {
  display: none;
}
/* line 264, ../sass/parts/_modals.scss */
.modal-collaborate-share .modal-collaborate {
  display: block;
}

/* line 269, ../sass/parts/_modals.scss */
.modal-CPS-share .modal-aclink {
  display: none;
}
/* line 270, ../sass/parts/_modals.scss */
.modal-CPS-share .modal-facebook {
  display: none;
}
/* line 271, ../sass/parts/_modals.scss */
.modal-CPS-share .modal-twitter {
  display: none;
}
/* line 272, ../sass/parts/_modals.scss */
.modal-CPS-share .modal-email {
  display: none;
}
/* line 274, ../sass/parts/_modals.scss */
.modal-CPS-share .modal-embed {
  display: none;
}
/* line 275, ../sass/parts/_modals.scss */
.modal-CPS-share .modal-collaborate {
  display: none;
}
/* line 276, ../sass/parts/_modals.scss */
.modal-CPS-share .modal-CPS {
  display: block;
}
/* line 277, ../sass/parts/_modals.scss */
.modal-CPS-share .input_form_group {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  /* line 277, ../sass/parts/_modals.scss */
  .modal-CPS-share .input_form_group {
    flex-direction: column;
    gap: 0;
  }
}
/* line 286, ../sass/parts/_modals.scss */
.modal-CPS-share .input_form_group .cta_wind_dropdown {
  flex-grow: 1;
  max-width: 368px;
}
/* line 290, ../sass/parts/_modals.scss */
.modal-CPS-share .input_form_group label {
  padding-top: 8px;
}
/* line 293, ../sass/parts/_modals.scss */
.modal-CPS-share .input_form_group .info_note {
  font-size: 13.5px;
  display: block;
  margin-top: 8px;
}

/* line 301, ../sass/parts/_modals.scss */
.restricted_acces_cps_share {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  justify-content: space-between;
}
/* line 306, ../sass/parts/_modals.scss */
.restricted_acces_cps_share label {
  margin-top: 8px;
}
/* line 309, ../sass/parts/_modals.scss */
.restricted_acces_cps_share .emails_cps_container {
  flex-grow: 1;
  max-width: 368px;
}
/* line 312, ../sass/parts/_modals.scss */
.restricted_acces_cps_share .emails_cps_container .modal-suggestion-box {
  left: 0 !important;
}
/* line 315, ../sass/parts/_modals.scss */
.restricted_acces_cps_share .emails_cps_container .email_invte_cps_group {
  position: relative;
}
/* line 317, ../sass/parts/_modals.scss */
.restricted_acces_cps_share .emails_cps_container .email_invte_cps_group button {
  position: absolute;
  top: 5px;
  right: 4px;
  height: 26px;
  width: 26px;
  border-radius: 30px;
  padding: 0;
  z-index: 10000;
  font-size: 24px;
  line-height: 0;
}
/* line 330, ../sass/parts/_modals.scss */
.restricted_acces_cps_share .emails_cps_container .email_invitee_list_cps {
  display: block;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 15px;
  min-height: 91px;
}
/* line 337, ../sass/parts/_modals.scss */
.restricted_acces_cps_share .emails_cps_container .email_invitee_list_cps ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 341, ../sass/parts/_modals.scss */
.restricted_acces_cps_share .emails_cps_container .email_invitee_list_cps ul li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  justify-content: space-between;
}
/* line 348, ../sass/parts/_modals.scss */
.restricted_acces_cps_share .emails_cps_container .email_invitee_list_cps .icn-close {
  cursor: pointer;
}

/* line 354, ../sass/parts/_modals.scss */
.password_acces_cps_share {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  justify-content: space-between;
}
/* line 359, ../sass/parts/_modals.scss */
.password_acces_cps_share label {
  margin-top: 8px;
}
/* line 362, ../sass/parts/_modals.scss */
.password_acces_cps_share .password_form_field {
  flex-grow: 1;
  max-width: 368px;
  position: relative;
}
/* line 366, ../sass/parts/_modals.scss */
.password_acces_cps_share .password_form_field input {
  border: 1px solid #c1cbd2 !important;
  height: 38px !important;
}
/* line 370, ../sass/parts/_modals.scss */
.password_acces_cps_share .password_form_field svg {
  position: absolute;
  top: 9px;
  right: 12px;
}

/* line 379, ../sass/parts/_modals.scss */
.modal-email-share input[type="email"].form-control:not(#email_share_from, #email_share_to, #verification_code), .modal-collaborate-share input[type="email"].form-control:not(#email_share_from, #email_share_to, #verification_code), .modal-CPS-share input[type="email"].form-control:not(#email_share_from, #email_share_to, #verification_code), .cps-share input[type="email"].form-control:not(#email_share_from, #email_share_to, #verification_code) {
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent;
}
/* line 385, ../sass/parts/_modals.scss */
.modal-email-share .modal-email-wrapper, .modal-collaborate-share .modal-email-wrapper, .modal-CPS-share .modal-email-wrapper, .cps-share .modal-email-wrapper {
  padding: 3px;
  padding-bottom: 0;
  margin: 0;
  max-height: 100px;
  margin-bottom: 7px;
  list-style: none;
  border: 1px solid #c1cbd2;
  overflow: hidden;
  overflow-y: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 396, ../sass/parts/_modals.scss */
.modal-email-share .modal-email-wrapper li, .modal-collaborate-share .modal-email-wrapper li, .modal-CPS-share .modal-email-wrapper li, .cps-share .modal-email-wrapper li {
  float: left;
  position: relative;
  margin-right: 4px;
  margin-bottom: 4px;
}
/* line 403, ../sass/parts/_modals.scss */
.modal-email-share .modal-email-wrapper li.acjs-data.emx + li.open input[type="email"].form-control, .modal-collaborate-share .modal-email-wrapper li.acjs-data.emx + li.open input[type="email"].form-control, .modal-CPS-share .modal-email-wrapper li.acjs-data.emx + li.open input[type="email"].form-control, .cps-share .modal-email-wrapper li.acjs-data.emx + li.open input[type="email"].form-control {
  padding-right: 4px;
  padding-left: 4px;
}
/* line 408, ../sass/parts/_modals.scss */
.modal-email-share .modal-email-wrapper .btn, .modal-collaborate-share .modal-email-wrapper .btn, .modal-CPS-share .modal-email-wrapper .btn, .cps-share .modal-email-wrapper .btn {
  font-weight: 400;
  padding: 4px 8px;
}
/* line 412, ../sass/parts/_modals.scss */
.modal-email-share .modal-email-wrapper .icn-clear, .modal-collaborate-share .modal-email-wrapper .icn-clear, .modal-CPS-share .modal-email-wrapper .icn-clear, .cps-share .modal-email-wrapper .icn-clear {
  margin-left: 8px;
}

/* line 416, ../sass/parts/_modals.scss */
.modal-advance-options {
  margin-top: 16px;
  margin-bottom: 18px;
}
/* line 419, ../sass/parts/_modals.scss */
.modal-advance-options .sub-heading {
  font-weight: 600;
}
/* line 420, ../sass/parts/_modals.scss */
.modal-advance-options .icn-add-new {
  width: 8px;
  height: 8px;
  margin-left: 6px;
}
/* line 425, ../sass/parts/_modals.scss */
.modal-advance-options.enabled .icn-add-new {
  height: 5px;
}
/* line 426, ../sass/parts/_modals.scss */
.modal-advance-options .modal-share-options {
  display: none;
}
/* line 428, ../sass/parts/_modals.scss */
.modal-advance-options .modal-share-options .option {
  line-height: 27px;
  margin-top: 10px;
}
/* line 431, ../sass/parts/_modals.scss */
.modal-advance-options .modal-share-options .option.simple {
  margin-top: 2px;
}
/* line 432, ../sass/parts/_modals.scss */
.modal-advance-options .modal-share-options .option > span {
  margin-left: 8px;
  margin-right: 15px;
  display: inline-block;
}
/* line 437, ../sass/parts/_modals.scss */
.modal-advance-options .modal-share-options .option label {
  padding: 0px 12px;
  padding-left: 26px;
  font-size: 14.5px;
  color: #333c4e;
  line-height: 2;
}
/* line 443, ../sass/parts/_modals.scss */
.modal-advance-options .modal-share-options .option label span {
  user-select: none;
}
/* line 446, ../sass/parts/_modals.scss */
.modal-advance-options .modal-share-options .option label .days {
  width: 58px;
  height: 28px;
  margin-left: 15px;
}
/* line 451, ../sass/parts/_modals.scss */
.modal-advance-options .modal-share-options .option label .form-control {
  opacity: 1;
}
/* line 452, ../sass/parts/_modals.scss */
.modal-advance-options .modal-share-options .option label .custom-control-indicator {
  margin-top: 2px;
}
/* line 455, ../sass/parts/_modals.scss */
.modal-advance-options .modal-share-options .options-dropdown {
  margin-left: 10px;
}
/* line 457, ../sass/parts/_modals.scss */
.modal-advance-options .icn-checkbox {
  width: 18px;
  height: 18px;
  margin-top: 5px;
  border: 1px solid #c6cfd4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 464, ../sass/parts/_modals.scss */
.modal-advance-options .days {
  position: relative;
}
/* line 465, ../sass/parts/_modals.scss */
.modal-advance-options a {
  font-weight: 400;
  font-size: 14.5px;
  color: #168EEA;
}
/* line 470, ../sass/parts/_modals.scss */
.modal-advance-options.enabled .modal-share-options {
  display: block;
}

/* line 473, ../sass/parts/_modals.scss */
.schedule_calendar {
  cursor: pointer;
}

/* line 475, ../sass/parts/_modals.scss */
.date-picker,
.custom-date {
  margin-top: 6px;
}
/* line 479, ../sass/parts/_modals.scss */
.date-picker #email_date,
.date-picker #expire_date,
.custom-date #email_date,
.custom-date #expire_date {
  border: 0;
  cursor: pointer;
  outline: none;
}
/* line 486, ../sass/parts/_modals.scss */
.date-picker .icn-schedule-calendar,
.custom-date .icn-schedule-calendar {
  margin-top: 3px;
  margin-right: 6px;
  float: left;
}
/* line 492, ../sass/parts/_modals.scss */
.date-picker .caret,
.custom-date .caret {
  cursor: pointer;
  margin-left: 0;
}
/* line 496, ../sass/parts/_modals.scss */
.date-picker .caret.cancel,
.custom-date .caret.cancel {
  border: 0;
}
/* line 502, ../sass/parts/_modals.scss */
.date-picker .upgrade-to-plus,
.custom-date .upgrade-to-plus {
  position: absolute;
  top: -146px;
  left: -262px;
  width: 244px;
  height: 312px;
  padding: 15px;
  text-align: center;
  border: 1px solid #9ea8ad;
  background: #fff url("/res/images/calendar.png") center center no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 514, ../sass/parts/_modals.scss */
.date-picker .upgrade-to-plus .icn-schedule,
.custom-date .upgrade-to-plus .icn-schedule {
  display: block;
  margin: 16px auto 24px;
  background-position: -7557px 0;
  height: 44px;
  width: 44px;
}
/* line 520, ../sass/parts/_modals.scss */
.date-picker .upgrade-to-plus h4,
.custom-date .upgrade-to-plus h4 {
  margin-bottom: 12px;
}
/* line 522, ../sass/parts/_modals.scss */
.date-picker .upgrade-to-plus p,
.custom-date .upgrade-to-plus p {
  margin-top: 12px;
  margin-bottom: 27px;
  line-height: 1.5;
}
/* line 528, ../sass/parts/_modals.scss */
.date-picker .upgrade-to-plus .icn-dd-right-arrow,
.custom-date .upgrade-to-plus .icn-dd-right-arrow {
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 538, ../sass/parts/_modals.scss */
.btn-schedule-share {
  margin-top: 6px;
  font-weight: 400;
}
/* line 541, ../sass/parts/_modals.scss */
.btn-schedule-share .icn-schedule-calendar {
  margin-top: 2px;
  margin-right: 4px;
  float: left;
}
/* line 546, ../sass/parts/_modals.scss */
.btn-schedule-share .caret {
  margin-top: 1px;
  margin-left: 4px;
}

/* line 552, ../sass/parts/_modals.scss */
.modal-share-days {
  width: 58px;
  height: 28px;
  padding: 6px 14px;
}

/* line 557, ../sass/parts/_modals.scss */
.controls-number {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 28px;
}
/* line 563, ../sass/parts/_modals.scss */
.controls-number .icon-wrapper {
  width: 22px;
  height: 14px;
  position: relative;
  display: inline-block;
}
/* line 568, ../sass/parts/_modals.scss */
.controls-number .icon-wrapper .icn-numberup-arrow {
  top: 4px;
  right: 2px;
}
/* line 572, ../sass/parts/_modals.scss */
.controls-number .icon-wrapper .icn-numberdown-arrow {
  top: -4px;
  right: 2px;
}

/* line 579, ../sass/parts/_modals.scss */
.modal-suggestion-box {
  margin-top: 8px;
  overflow-y: auto;
}

/* line 580, ../sass/parts/_modals.scss */
.modal-suggestion-box.top-left .arrow {
  left: 17px;
}

/* Twitter share popup */
/* line 586, ../sass/parts/_modals.scss */
.modal-twitter-share textarea,
.modal-feedback textarea {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 587, ../sass/parts/_modals.scss */
.modal-twitter-share .type-tweet,
.modal-feedback .type-tweet {
  width: 100%;
}
/* line 589, ../sass/parts/_modals.scss */
.modal-twitter-share .type-tweet .letters-left,
.modal-feedback .type-tweet .letters-left {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 2px 6px;
  font-size: 12.5px;
  font-weight: normal;
  color: #101010;
  text-align: center;
  background-color: #fdfdfe;
  border: 1px solid #c1cbd2;
  border-radius: 2px;
  z-index: 1050;
}
/* line 602, ../sass/parts/_modals.scss */
.modal-twitter-share .type-tweet .letters-left[aria-valuenow="-"],
.modal-feedback .type-tweet .letters-left[aria-valuenow="-"] {
  color: #ea532a;
  border-color: #ea532a;
}
/* line 608, ../sass/parts/_modals.scss */
.modal-twitter-share .input-group-addon,
.modal-feedback .input-group-addon {
  padding: 0 10px;
}
/* line 610, ../sass/parts/_modals.scss */
.modal-twitter-share .input-group-addon .icn-twitter-link,
.modal-feedback .input-group-addon .icn-twitter-link {
  margin-top: 4px;
}
/* line 612, ../sass/parts/_modals.scss */
.modal-twitter-share .input-group-addon,
.modal-twitter-share .form-control.share-link,
.modal-feedback .input-group-addon,
.modal-feedback .form-control.share-link {
  border-top: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 617, ../sass/parts/_modals.scss */
.modal-twitter-share .form-control.share-link[disabled],
.modal-feedback .form-control.share-link[disabled] {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Upload via URL popup */
/* line 622, ../sass/parts/_modals.scss */
.modal-upload-url .input-group.input-with-icon .input-group-addon {
  padding: 0 10px;
}
/* line 623, ../sass/parts/_modals.scss */
.modal-upload-url .icn-twitter-link {
  margin-top: 4px;
}

/* line 627, ../sass/parts/_modals.scss */
.modal-aclink {
  padding-top: 4px;
}

/* line 629, ../sass/parts/_modals.scss */
.modal-aclink .modal-footer {
  display: none;
}

/* line 631, ../sass/parts/_modals.scss */
.modal-aclink .modal-advance-options {
  margin-bottom: 0;
}

/* line 633, ../sass/parts/_modals.scss */
.modal-aclink .center_button {
  text-align: center;
}

/* line 636, ../sass/parts/_modals.scss */
.modal-aclink .highlight_border .glf.input-group {
  box-shadow: 0 0 0 1.1px #43a6eb;
  border-radius: 3px;
}
/* line 639, ../sass/parts/_modals.scss */
.modal-aclink .highlight_border .glf.input-group #adv_copylink {
  border-top: solid 1px transparent !important;
  border-left: solid 1px transparent !important;
  border-bottom: solid 1px transparent !important;
}
/* line 644, ../sass/parts/_modals.scss */
.modal-aclink .highlight_border .glf.input-group #copy_advLink {
  border-top: solid 1px transparent !important;
  border-right: solid 1px transparent !important;
  border-bottom: solid 1px transparent !important;
}

/* line 652, ../sass/parts/_modals.scss */
.modal-advance-options .copy_direct_link_adv {
  display: block;
  padding-bottom: 28px;
  border-bottom: solid 1px #E6E9EB;
  margin-bottom: 20px;
}

/* line 659, ../sass/parts/_modals.scss */
.modal-aclink .option .btn-link {
  padding-bottom: 10px;
}

/* line 663, ../sass/parts/_modals.scss */
.modal-aclink .glf {
  width: 100%;
}

/* line 665, ../sass/parts/_modals.scss */
.modal-aclink .input-group .form-control {
  width: calc(100% - 94px);
}

/* line 667, ../sass/parts/_modals.scss */
.modal-aclink .glf .input-group-btn {
  width: 94px;
}

/* line 669, ../sass/parts/_modals.scss */
.btn-gen-aclink {
  margin-top: 20px;
  margin-bottom: 27px;
}

/* line 674, ../sass/parts/_modals.scss */
.modal-aclink .ctip {
  padding: 10px 36px;
  margin-left: -36px;
  margin-right: -36px;
  margin-bottom: -18px;
  background: rgba(22, 142, 234, 0.12);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/* line 682, ../sass/parts/_modals.scss */
.modal-aclink .ctip.wraning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 687, ../sass/parts/_modals.scss */
.modal-aclink .ctip a {
  color: #168EEA;
}

/* Media Embed Tab */
/* line 691, ../sass/parts/_modals.scss */
.modal-embedMedia .modal-footer {
  display: none;
}

/* line 693, ../sass/parts/_modals.scss */
.modal-embedMedia .modal-advance-options {
  margin-bottom: 0;
}

/* line 697, ../sass/parts/_modals.scss */
.modal-embedMedia .glf {
  width: 100%;
}

/* line 699, ../sass/parts/_modals.scss */
.modal-embedMedia .input-group .form-control {
  width: calc(100% - 94px);
}

/* line 701, ../sass/parts/_modals.scss */
.modal-embedMedia .glf .input-group-btn {
  width: 94px;
}

/* line 703, ../sass/parts/_modals.scss */
.modal-embedMedia .embed-type-optoins {
  padding-top: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
/* line 708, ../sass/parts/_modals.scss */
.modal-embedMedia .embed-type-optoins label {
  margin-bottom: 0;
}
/* line 712, ../sass/parts/_modals.scss */
.modal-embedMedia .embed-type-optoins .custom-controls {
  display: block;
  text-align: left;
  padding-left: 24px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 2px;
}
/* line 719, ../sass/parts/_modals.scss */
.modal-embedMedia .embed-type-optoins .custom-controls span {
  user-select: none;
}
/* line 722, ../sass/parts/_modals.scss */
.modal-embedMedia .embed-type-optoins .custom-controls .custom-control-indicator {
  margin-top: 2px !important;
}
/* line 726, ../sass/parts/_modals.scss */
.modal-embedMedia .embed-type-optoins .option {
  width: 100%;
}
/* line 730, ../sass/parts/_modals.scss */
.modal-embedMedia .embed-type-optoins .unlock_adv_opt {
  margin-top: 0;
  top: -40px;
  left: 220px;
  color: #168EEA;
  font-size: 13.5px;
  position: absolute;
}
@media all and (max-width: 768px) {
  /* line 730, ../sass/parts/_modals.scss */
  .modal-embedMedia .embed-type-optoins .unlock_adv_opt {
    left: 192px;
  }
}

/* line 744, ../sass/parts/_modals.scss */
.video_size_embed {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
/* line 751, ../sass/parts/_modals.scss */
.video_size_embed input {
  width: 60px;
  padding: 6px !important;
  text-align: center;
}
/* line 755, ../sass/parts/_modals.scss */
.video_size_embed input:disabled {
  opacity: .5;
  cursor: default;
}
/* line 761, ../sass/parts/_modals.scss */
.video_size_embed span {
  padding: 0 8px;
}

/* Chrome, Safari, Edge, Opera */
/* line 771, ../sass/parts/_modals.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 778, ../sass/parts/_modals.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 782, ../sass/parts/_modals.scss */
.modal-embedMedia .preview_window {
  margin-top: 6px;
  background-color: #f1f1f1;
  min-height: 200px;
  max-height: 410px;
  overflow: auto;
  padding: 10px;
  width: 100%;
}
/* line 790, ../sass/parts/_modals.scss */
.modal-embedMedia .preview_window p {
  margin: 0;
  padding-bottom: 10px;
}
/* line 793, ../sass/parts/_modals.scss */
.modal-embedMedia .preview_window p .free_users_option {
  font-size: 13.5px;
}
/* line 796, ../sass/parts/_modals.scss */
.modal-embedMedia .preview_window p a {
  color: #168EEA;
}

/* Self-Destruct popup */
/* line 810, ../sass/parts/_modals.scss */
.modal-self-destruct .icn-self-destruct {
  width: 9px;
  height: 11px;
  margin-right: 8px;
}
/* line 815, ../sass/parts/_modals.scss */
.modal-self-destruct .custom-date {
  margin-top: 4px;
}
/* line 817, ../sass/parts/_modals.scss */
.modal-self-destruct .custom-date input {
  border: 0;
  margin-top: 1px;
  cursor: pointer;
}
/* line 823, ../sass/parts/_modals.scss */
.modal-self-destruct .input-group {
  margin-bottom: 20px;
}

/* line 826, ../sass/parts/_modals.scss */
.self-destruct-options {
  margin-right: 26px;
}
/* line 828, ../sass/parts/_modals.scss */
.self-destruct-options .btn {
  height: auto;
  line-height: normal;
}

/* Lock folder popup */
/* line 836, ../sass/parts/_modals.scss */
.modal-lock-folder .input-group {
  margin-bottom: 20px;
}

/* Modal-folders */
/* line 844, ../sass/parts/_modals.scss */
.modal-bucket-list {
  width: 100%;
  height: 252px;
  overflow: auto;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #e8ecee;
  list-style: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 854, ../sass/parts/_modals.scss */
.modal-bucket-list .bucket-name {
  overflow: hidden !important;
}
/* line 858, ../sass/parts/_modals.scss */
.modal-bucket-list li {
  padding: 11px 10px;
  cursor: pointer;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.modal-bucket-list li:before, .modal-bucket-list li:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.modal-bucket-list li:after {
  clear: both;
}
/* line 864, ../sass/parts/_modals.scss */
.modal-bucket-list li.is-selected .bucket-name {
  color: #168EEA;
}
/* line 867, ../sass/parts/_modals.scss */
.modal-bucket-list li .icn-expand-folder,
.modal-bucket-list li .icn-collapse-folder {
  margin-top: 3px;
  margin-right: 10px;
}
/* line 873, ../sass/parts/_modals.scss */
.modal-bucket-list li > ul {
  padding: 0;
  list-style: none;
}
/* line 876, ../sass/parts/_modals.scss */
.modal-bucket-list li > ul li {
  margin-left: 20px;
}
/* line 880, ../sass/parts/_modals.scss */
.modal-bucket-list .bucket-name {
  max-width: calc(100% - 44px);
  padding-left: 10px;
  color: #101010;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 888, ../sass/parts/_modals.scss */
.modal-bucket-list .bucket-status {
  margin-right: 10px;
  color: #333c4e;
}
/* line 893, ../sass/parts/_modals.scss */
.modal-bucket-list .modal-bucket-list-sub {
  margin: 0;
  padding: 0;
  padding-left: 24px;
  list-style: none;
}
/* line 899, ../sass/parts/_modals.scss */
.modal-bucket-list .modal-bucket-list-sub li {
  list-style: none;
}
/* line 903, ../sass/parts/_modals.scss */
.modal-bucket-list .modal-bucket-list-sub .nest-supporter {
  float: left;
  margin-right: 13px;
  width: 12px;
  height: 12px;
}
/* line 911, ../sass/parts/_modals.scss */
.modal-bucket-list > .clearfix > .buckets_list.modal-bucket-list-sub {
  padding-left: 4px;
}
/* line 913, ../sass/parts/_modals.scss */
.modal-bucket-list .empty {
  display: block;
  margin-top: 98px;
  padding: 20px;
  text-align: center;
}

/* line 921, ../sass/parts/_modals.scss */
.modal-tag-list {
  height: 256px;
  overflow: auto;
  overflow-x: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #e8ecee;
  list-style: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 932, ../sass/parts/_modals.scss */
.modal-tag-list .tag-color {
  margin-top: 8px;
  margin-right: 10px;
}
/* line 937, ../sass/parts/_modals.scss */
.modal-tag-list li {
  cursor: pointer;
}
/* line 14, ../sass/parts/mixins/_clearfix.scss */
.modal-tag-list li:before, .modal-tag-list li:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.modal-tag-list li:after {
  clear: both;
}
/* line 942, ../sass/parts/_modals.scss */
.modal-tag-list .custom-controls {
  padding-left: 44px;
}
/* line 945, ../sass/parts/_modals.scss */
.modal-tag-list .custom-controls .custom-control-indicator {
  margin-left: 10px;
}
/* line 949, ../sass/parts/_modals.scss */
.settings-page .modal-tag-list .custom-controls {
  padding-left: 12px;
}
/* line 951, ../sass/parts/_modals.scss */
.settings-page .modal-tag-list .custom-controls .custom-control-indicator {
  display: none !important;
}
/* line 955, ../sass/parts/_modals.scss */
.modal-tag-list .empty {
  display: block;
  margin-top: 98px;
  padding: 20px;
  text-align: center;
}

/* line 964, ../sass/parts/_modals.scss */
.merge-files .password-field {
  margin-top: 15px;
}
/* line 965, ../sass/parts/_modals.scss */
.merge-files .modal-tag-list {
  max-height: 134px;
  margin-top: 0;
}

/* line 971, ../sass/parts/_modals.scss */
.custom-controls {
  position: relative;
  display: block;
  margin: 0;
  padding: 12px;
  padding-left: 34px;
  cursor: pointer;
  line-height: 1.6;
}
/* line 980, ../sass/parts/_modals.scss */
.custom-controls .custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  margin-top: 12px;
  width: 18px;
  height: 18px;
  font-size: 65%;
  text-align: center;
  background-color: #fff;
  background-position: 9999px 9999px;
  border: 1px solid #c6cfd4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 995, ../sass/parts/_modals.scss */
.custom-controls .terms_checkbox {
  border-color: #a7b0b6 !important;
}
/* line 999, ../sass/parts/_modals.scss */
.custom-controls.radio .custom-control-indicator {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 1002, ../sass/parts/_modals.scss */
.custom-controls input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Checkbox checked state */
/* line 1008, ../sass/parts/_modals.scss */
.custom-controls input:checked ~ .custom-control-indicator {
  border-color: #168EEA !important;
}

/* line 1013, ../sass/parts/_modals.scss */
.custom-controls.red input:checked ~ .custom-control-indicator {
  border-color: #ea532a;
}

/* Checkbox intermediate state */
/* line 1019, ../sass/parts/_modals.scss */
.custom-control-indicator.intermediate {
  border-color: #168EEA;
}

/* Radio checked state */
/* line 1025, ../sass/parts/_modals.scss */
.custom-controls input:checked ~ .custom-control-indicator.radio {
  border-color: #168EEA;
}

/* line 1033, ../sass/parts/_modals.scss */
.tag-as .input-group-addon {
  cursor: pointer;
}
/* line 1036, ../sass/parts/_modals.scss */
.tag-as .dropdown-detail {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9ca8ac;
}
/* line 1041, ../sass/parts/_modals.scss */
.tag-as .input-group .tag-color {
  margin: 0;
}
/* line 1042, ../sass/parts/_modals.scss */
.tag-as .form-control {
  width: 315px;
  -webkit-border-bottom-right-radius: 3px !important;
  -webkit-border-top-right-radius: 3px !important;
  -moz-border-bottom-right-radius: 3px !important;
  -moz-border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
/* line 1046, ../sass/parts/_modals.scss */
.tag-as .select-color {
  width: 100%;
  padding-bottom: 6px;
  text-align: center;
}
/* line 1050, ../sass/parts/_modals.scss */
.tag-as .select-color li {
  height: 28px;
  display: inline-block;
  margin-left: 7px;
}
/* line 1054, ../sass/parts/_modals.scss */
.tag-as .select-color li a {
  padding: 9px;
  border: 1px solid transparent;
  display: inline-block;
  line-height: auto;
}
/* line 1059, ../sass/parts/_modals.scss */
.tag-as .select-color li a:hover, .tag-as .select-color li a.is-selected {
  border-color: #168EEA;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 1067, ../sass/parts/_modals.scss */
.tag-as .select-color > .arrow {
  left: 15px;
}
/* line 1069, ../sass/parts/_modals.scss */
.tag-as .nest-tag {
  margin-top: 20px;
}
/* line 1070, ../sass/parts/_modals.scss */
.tag-as .stag-list,
.tag-as .btn-compact {
  width: 100%;
}

/* line 1074, ../sass/parts/_modals.scss */
.tags-list {
  height: 28px;
  margin: 0;
  margin-top: 23px;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 1081, ../sass/parts/_modals.scss */
.tags-list li {
  height: 28px;
  display: inline-block;
}
/* line 1084, ../sass/parts/_modals.scss */
.tags-list li a {
  padding: 9px;
  border: 1px solid transparent;
  display: inline-block;
  line-height: auto;
}
/* line 1089, ../sass/parts/_modals.scss */
.tags-list li a:hover, .tags-list li a.is-selected {
  border-color: #168EEA;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 1096, ../sass/parts/_modals.scss */
.tags-list li .tag-color {
  margin: 0;
}

/* line 1105, ../sass/parts/_modals.scss */
.modal-new-tag .custom-controls,
.modal-edit-tag .custom-controls {
  margin-top: 20px;
  padding-left: 28px;
}
/* line 1109, ../sass/parts/_modals.scss */
.modal-new-tag .options-dropdown,
.modal-new-tag .btn-group,
.modal-edit-tag .options-dropdown,
.modal-edit-tag .btn-group {
  width: 100%;
}

/* line 1115, ../sass/parts/_modals.scss */
.modal-login,
.modal-signup {
  width: 400px;
  height: 442px;
  top: calc(50% - 270px);
  margin: auto;
}
/* line 1118, ../sass/parts/_modals.scss */
.modal-login .form-wrapper,
.modal-signup .form-wrapper {
  padding: 26px;
}
/* line 1119, ../sass/parts/_modals.scss */
.modal-login .help-block,
.modal-signup .help-block {
  margin-top: 20px;
  margin-bottom: 0px;
}
/* line 1120, ../sass/parts/_modals.scss */
.modal-login .form-split,
.modal-signup .form-split {
  width: 168px !important;
}
/* line 1127, ../sass/parts/_modals.scss */
.modal-login .close,
.modal-signup .close {
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 1132, ../sass/parts/_modals.scss */
.modal-login .input-lg, .modal-login .input-group-lg > .form-control,
.modal-login .input-group-lg > .input-group-addon,
.modal-login .input-group-lg > .input-group-btn > .btn,
.modal-signup .input-lg,
.modal-signup .input-group-lg > .form-control,
.modal-signup .input-group-lg > .input-group-addon,
.modal-signup .input-group-lg > .input-group-btn > .btn {
  height: 43px;
  font-size: 15px;
  -webkit-appearance: none !important;
}
/* line 1137, ../sass/parts/_modals.scss */
.modal-login .btn,
.modal-signup .btn {
  padding: 11px 32px;
  font-size: 14px;
}
/* line 1141, ../sass/parts/_modals.scss */
.modal-login h3,
.modal-signup h3 {
  margin-top: 12px;
  font-size: 15px;
  text-align: center;
}
/* line 1146, ../sass/parts/_modals.scss */
.modal-login a,
.modal-signup a {
  color: #168EEA;
}
/* line 1147, ../sass/parts/_modals.scss */
.modal-login .btn-link,
.modal-signup .btn-link {
  font-weight: 400;
  display: block;
  padding: 10px 0;
  margin-top: 12px;
  text-align: center;
}
/* line 1154, ../sass/parts/_modals.scss */
.modal-login .form-wrapper,
.modal-signup .form-wrapper {
  padding-top: 0;
  border: 0;
}
/* line 1158, ../sass/parts/_modals.scss */
.modal-login p,
.modal-signup p {
  text-align: center;
  margin-top: 33px;
}
/* line 1162, ../sass/parts/_modals.scss */
.modal-login .custom-controls,
.modal-signup .custom-controls {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 24px;
  line-height: 1.7;
}
/* line 1168, ../sass/parts/_modals.scss */
.modal-login .modal-header,
.modal-signup .modal-header {
  padding-top: 26px;
}
/* line 1169, ../sass/parts/_modals.scss */
.modal-login .modal-body,
.modal-signup .modal-body {
  padding: 0;
}

/* line 1172, ../sass/parts/_modals.scss */
.modal-signup .custom-controls {
  padding-left: 0;
}

/* line 1177, ../sass/parts/_modals.scss */
.connect-gmail p {
  margin: 0;
  margin-top: 6px;
}
/* line 1181, ../sass/parts/_modals.scss */
.connect-gmail .msg {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* line 1190, ../sass/parts/_modals.scss */
.modal-welcome {
  max-width: 480px;
  text-align: center;
}
/* line 1193, ../sass/parts/_modals.scss */
.modal-welcome h2 {
  font-size: 22px;
}
/* line 1194, ../sass/parts/_modals.scss */
.modal-welcome .modal-content {
  overflow: hidden;
}
/* line 1195, ../sass/parts/_modals.scss */
.modal-welcome .modal-body {
  padding: 0;
}
/* line 1196, ../sass/parts/_modals.scss */
.modal-welcome .modal-footer {
  margin-bottom: 40px;
  text-align: center;
}
/* line 1200, ../sass/parts/_modals.scss */
.modal-welcome p {
  padding: 0 36px;
}
/* line 1202, ../sass/parts/_modals.scss */
.modal-welcome .btn + .btn {
  margin-left: 8px;
}

/* line 1207, ../sass/parts/_modals.scss */
.modal-video {
  width: 900px;
  text-align: center;
}
/* line 1211, ../sass/parts/_modals.scss */
.modal-video .modal-content {
  overflow: hidden;
}
/* line 1212, ../sass/parts/_modals.scss */
.modal-video .modal-body {
  padding: 0;
  margin-bottom: -4px;
}
/* line 1217, ../sass/parts/_modals.scss */
.modal-video p {
  padding: 0 36px;
}

/* line 1223, ../sass/parts/_modals.scss */
.modal-analytics {
  width: 900px;
  margin: 80px auto 10px;
}
/* line 1227, ../sass/parts/_modals.scss */
.modal-analytics.files .source-lists .list {
  height: 174px;
}
/* line 1228, ../sass/parts/_modals.scss */
.modal-analytics.files .empty-msg {
  top: 43%;
}
/* line 1230, ../sass/parts/_modals.scss */
.modal-analytics .modal-content {
  height: 528px;
}
/* line 1232, ../sass/parts/_modals.scss */
.modal-analytics .modal-content.loading {
  background: #fff url("/res/images/search-loader.GIF") center center no-repeat;
}
/* line 1233, ../sass/parts/_modals.scss */
.modal-analytics .modal-content .modal-body > .pull-left,
.modal-analytics .modal-content .modal-body > .pull-right {
  position: relative;
}
/* line 1235, ../sass/parts/_modals.scss */
.modal-analytics .modal-content .modal-body > .pull-left {
  width: 472px;
}
/* line 1236, ../sass/parts/_modals.scss */
.modal-analytics .modal-content .modal-body > .pull-right {
  width: 320px;
}
/* line 1238, ../sass/parts/_modals.scss */
.modal-analytics .loader {
  margin-top: 12px;
}
/* line 1239, ../sass/parts/_modals.scss */
.modal-analytics ul.graph-stats-overview {
  margin-bottom: 0;
}
/* line 1240, ../sass/parts/_modals.scss */
.modal-analytics .source-lists .list {
  width: 320px;
}
/* line 1241, ../sass/parts/_modals.scss */
.modal-analytics .source-lists .list.top-files {
  margin-top: 24px;
}
/* line 1242, ../sass/parts/_modals.scss */
.modal-analytics .source-lists .list .col-1 {
  width: 24px;
}
/* line 1243, ../sass/parts/_modals.scss */
.modal-analytics .source-lists .list .col-2 {
  width: 124px;
}
/* line 1244, ../sass/parts/_modals.scss */
.modal-analytics .source-lists .list .list-header .col-2 {
  width: 148px;
}
/* line 1245, ../sass/parts/_modals.scss */
.modal-analytics .source-lists .list.inside .list-header .col-1 {
  display: block;
}
/* line 1247, ../sass/parts/_modals.scss */
.modal-analytics .source-lists .list.inside .col-2 {
  width: 244px;
}
/* line 1248, ../sass/parts/_modals.scss */
.modal-analytics .source-lists .list.top-files .col-2 {
  width: 244px;
}
/* line 1249, ../sass/parts/_modals.scss */
.modal-analytics .source-lists .list.top-files .list-header .col-2 {
  width: 268px;
}
/* line 1250, ../sass/parts/_modals.scss */
.modal-analytics .source-lists .list .col-3 {
  width: 120px;
}
/* line 1251, ../sass/parts/_modals.scss */
.modal-analytics .source-lists .list .col-4 {
  width: 50px;
}
/* line 1252, ../sass/parts/_modals.scss */
.modal-analytics .tz {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 11px;
  text-align: center;
  color: #798288;
}
/* line 1258, ../sass/parts/_modals.scss */
.modal-analytics .tz > a {
  color: #168EEA;
}
/* line 1261, ../sass/parts/_modals.scss */
.modal-analytics.free-user .modal-body {
  min-height: 481px;
  background: url("/res/images/view-file-stats-for-free-users.png") center 20px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1261, ../sass/parts/_modals.scss */
  .modal-analytics.free-user .modal-body {
    background-image: url("/res/images/view-file-stats-for-free-users@2x.png");
    background-size: 828px 425px;
  }
}
/* line 1270, ../sass/parts/_modals.scss */
.modal-analytics.free-user.files .modal-body {
  min-height: 481px;
  background: url("/res/images/view-stats-for-free-users.png") center 20px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1270, ../sass/parts/_modals.scss */
  .modal-analytics.free-user.files .modal-body {
    background-image: url("/res/images/view-stats-for-free-users@2x.png");
    background-size: 828px 425px;
  }
}
/* line 1279, ../sass/parts/_modals.scss */
.modal-analytics.free-user .uf-box {
  border: 0;
  text-align: center;
}
/* line 1282, ../sass/parts/_modals.scss */
.modal-analytics.free-user .uf-box .detail {
  width: auto;
  margin-top: 60px;
}
/* line 1286, ../sass/parts/_modals.scss */
.modal-analytics.free-user .uf-box h3 {
  width: 252px;
  margin: 0 auto;
  margin-bottom: 25px;
}
/* line 1291, ../sass/parts/_modals.scss */
.modal-analytics.free-user .uf-box .title {
  margin-top: 22px;
  margin-left: 22px;
}

/* line 1303, ../sass/parts/_modals.scss */
.modal-replace .custom-controls {
  padding-left: 20px;
}
/* line 1304, ../sass/parts/_modals.scss */
.modal-replace .modal-footer {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 1314, ../sass/parts/_modals.scss */
.icn-collection-small {
  background-position: -2718px 0;
  height: 15px;
  width: 16px;
}

/* line 1316, ../sass/parts/_modals.scss */
.modal-cf {
  width: 440px;
}
/* line 1319, ../sass/parts/_modals.scss */
.modal-cf .icn-collection-small {
  margin-top: 6px;
}
/* line 1321, ../sass/parts/_modals.scss */
.modal-cf .btn {
  height: 40px;
}
/* line 1324, ../sass/parts/_modals.scss */
.modal-cf .btn.btn-small {
  height: 32px;
}

@-webkit-keyframes fade-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1340, ../sass/parts/_modals.scss */
.modal-delete-collection .custom-controls {
  padding: 0px 28px;
  margin-top: 12px;
  font-size: 13px;
}
/* line 1345, ../sass/parts/_modals.scss */
.modal-delete-collection .custom-controls .custom-control-indicator {
  top: 2px;
  margin: 0;
}

/* line 1355, ../sass/parts/_modals.scss */
.du-shot-wrapper {
  position: relative;
}
/* line 1358, ../sass/parts/_modals.scss */
body.buckets-page .du-shot-wrapper .buckets > li:not(.heading), body.team-page .du-shot-wrapper .buckets > li:not(.heading) {
  text-align: left;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: transparent;
  pointer-events: none;
}
/* line 1367, ../sass/parts/_modals.scss */
.du-shot-wrapper .shot-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 249px;
  height: 152px;
}
/* line 1377, ../sass/parts/_modals.scss */
.du-shot-wrapper .colletion-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 144px;
  height: 140px;
}

/* line 1392, ../sass/parts/_modals.scss */
.modal-password .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  height: 245px;
  z-index: 1040;
}
/* line 1399, ../sass/parts/_modals.scss */
.modal-password .modal-backdrop {
  display: none;
}

/* line 1406, ../sass/parts/_modals.scss */
.modal-share .date-picker {
  margin-top: 11px;
}

/* line 1412, ../sass/parts/_modals.scss */
.modal-signup-home {
  width: 400px;
}
/* line 1415, ../sass/parts/_modals.scss */
.modal-signup-home .close {
  top: 3px;
  right: 3px;
}
/* line 1420, ../sass/parts/_modals.scss */
.modal-signup-home .modal-header {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #fbfcfc;
  border-bottom: 1px solid #e2e7ea;
}
/* line 1427, ../sass/parts/_modals.scss */
.modal-signup-home .modal-header .modal-title {
  padding: 0 20px;
}
/* line 1430, ../sass/parts/_modals.scss */
.modal-signup-home .modal-body {
  padding: 36px 46px;
  padding-top: 20px;
  background: #ffffff;
}
/* line 1435, ../sass/parts/_modals.scss */
.modal-signup-home .modal-body .form-wrapper {
  padding: 0;
  border: 0;
}
/* line 1440, ../sass/parts/_modals.scss */
.modal-signup-home .modal-body .form-control {
  width: 100%;
  height: 43px;
  font-size: 14px;
}
/* line 1445, ../sass/parts/_modals.scss */
.modal-signup-home .modal-body .form-control:focus {
  border-color: #168EEA;
}
/* line 1448, ../sass/parts/_modals.scss */
.modal-signup-home .modal-body .form-group.pull-left .form-control,
.modal-signup-home .modal-body .form-group.pull-right .form-control {
  width: 150px;
}
/* line 1451, ../sass/parts/_modals.scss */
.modal-signup-home .modal-body .btn {
  padding: 11px 32px;
  margin-top: 20px;
  font-size: 16px;
}
/* line 1457, ../sass/parts/_modals.scss */
.modal-signup-home .modal-body .btn-forgot {
  margin-top: 16px;
  color: #168EEA;
}
/* line 1462, ../sass/parts/_modals.scss */
.modal-signup-home .modal-body .custom-controls {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  padding-top: 10px;
  font-size: 13px;
  text-align: center;
  color: #717d82;
  text-transform: none;
}
/* line 1472, ../sass/parts/_modals.scss */
.modal-signup-home .modal-body .custom-controls .link {
  color: #168EEA;
}
/* line 1474, ../sass/parts/_modals.scss */
.modal-signup-home .modal-body .custom-controls.login {
  width: 150px;
  margin-top: 4px;
}
/* line 1475, ../sass/parts/_modals.scss */
.modal-signup-home .modal-body .custom-controls.login .icn-checkbox {
  margin-top: 8px;
}
/* line 1483, ../sass/parts/_modals.scss */
.modal-signup-home .help-block {
  display: none;
}

/* line 1487, ../sass/parts/_modals.scss */
.modal-detail .row + .row {
  margin-top: 15px;
}
/* line 1489, ../sass/parts/_modals.scss */
.modal-detail .file-name,
.modal-detail .file-type {
  padding: 0 5px;
}
/* line 1492, ../sass/parts/_modals.scss */
.modal-detail .file-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
/* line 1498, ../sass/parts/_modals.scss */
.modal-detail .file-type {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 2.3;
  text-transform: uppercase;
  color: #717d82;
}
/* line 1508, ../sass/parts/_modals.scss */
.modal-detail .sicn {
  float: left;
  display: inline-block;
  margin-right: 5px;
  width: 26px;
  height: 26px;
}
/* line 1516, ../sass/parts/_modals.scss */
.modal-detail .col-sm-2,
.modal-detail .col-sm-10 {
  float: left;
  display: inline-block;
  padding: 0 5px;
}
/* line 1523, ../sass/parts/_modals.scss */
.modal-detail .col-sm-2 {
  width: 20%;
  font-weight: 600;
  color: #101010;
}
/* line 1529, ../sass/parts/_modals.scss */
.modal-detail .col-sm-10 {
  width: 80%;
}

/*------------------------------------*
   Annotation
*------------------------------------*/
/* line 1537, ../sass/parts/_modals.scss */
.linedwrap {
  border: 1px solid #c0c0c0;
  padding: 3px;
}

/* line 1542, ../sass/parts/_modals.scss */
.linedtextarea {
  padding: 0px;
  margin: 0px;
}

/* line 1547, ../sass/parts/_modals.scss */
.linedtextarea textarea, .linedwrap .codelines .lineno {
  font-size: 10pt;
  font-family: monospace;
  line-height: normal !important;
}

/* line 1553, ../sass/parts/_modals.scss */
.linedtextarea textarea {
  padding-right: 0.3em;
  padding-top: 0.3em;
  border: 0;
}

/* line 1559, ../sass/parts/_modals.scss */
.linedwrap .lines {
  margin-top: 0px;
  width: 50px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #c0c0c0;
  margin-right: 10px;
}

/* line 1568, ../sass/parts/_modals.scss */
.linedwrap .codelines {
  padding-top: 5px;
}

/* line 1572, ../sass/parts/_modals.scss */
.linedwrap .codelines .lineno {
  color: #AAAAAA;
  padding-right: 0.5em;
  padding-top: 0.0em;
  text-align: right;
  white-space: nowrap;
}

/* line 1580, ../sass/parts/_modals.scss */
.linedwrap .codelines .lineselect {
  color: red;
}

/* line 1584, ../sass/parts/_modals.scss */
.emebd-window {
  background-color: #f4f4f5;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 1593, ../sass/parts/_modals.scss */
.emebd-window .actual-media {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
/* line 1597, ../sass/parts/_modals.scss */
.emebd-window .actual-media img {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 1603, ../sass/parts/_modals.scss */
.emebd-window .actual-media iframe {
  width: 100% !important;
}
/* line 1607, ../sass/parts/_modals.scss */
.emebd-window .embed-footer {
  background-color: #fff;
  padding: 10px;
}
/* line 1610, ../sass/parts/_modals.scss */
.emebd-window .embed-footer p {
  font-size: 15px;
  font-weight: 500;
}
/* line 1613, ../sass/parts/_modals.scss */
.emebd-window .embed-footer p span {
  display: block;
  font-size: 12px;
  color: #5f636b;
}

/* line 1621, ../sass/parts/_modals.scss */
.resolutoniDimention {
  opacity: 1 !important;
  height: 23px;
  width: 50px;
  display: inline;
  position: relative !important;
  padding: 0px;
  left: auto;
  right: auto;
  text-align: center;
}
/* line 1631, ../sass/parts/_modals.scss */
.resolutoniDimention:nth-of-type(1) {
  margin-left: 5px;
  margin-right: 4px;
}
/* line 1635, ../sass/parts/_modals.scss */
.resolutoniDimention:nth-of-type(2) {
  margin-left: 4px;
}
/* line 1638, ../sass/parts/_modals.scss */
.resolutoniDimention[disabled] {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 1644, ../sass/parts/_modals.scss */
.report_file_pop {
  position: absolute;
  bottom: 44px;
}
/* line 1647, ../sass/parts/_modals.scss */
.report_file_pop a {
  color: #168EEA;
  cursor: pointer;
}

/* line 1653, ../sass/parts/_modals.scss */
.tabs_share_ui {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* line 1659, ../sass/parts/_modals.scss */
.tabs_share_ui .modal-share-icon {
  padding: 12px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: inline-block;
  color: #333c4e;
  position: relative;
  border-bottom: solid 1px #E6E9EB;
  font-weight: 500;
}
/* line 1668, ../sass/parts/_modals.scss */
.tabs_share_ui .modal-share-icon:hover {
  text-decoration: none;
}
/* line 1671, ../sass/parts/_modals.scss */
.tabs_share_ui .modal-share-icon.active {
  text-decoration: none;
  color: #168EEA;
}
/* line 1674, ../sass/parts/_modals.scss */
.tabs_share_ui .modal-share-icon.active:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -1px;
  border-bottom: solid 2px #168EEA;
  left: 0;
}
/* line 1683, ../sass/parts/_modals.scss */
.tabs_share_ui .modal-share-icon .msg {
  line-height: 1.6;
}
/* line 1687, ../sass/parts/_modals.scss */
.tabs_share_ui #advance_modal_tab:after {
  content: '';
  position: absolute;
  width: 320px;
  height: 0px;
  border-bottom: solid 1px #E6E9EB;
  bottom: -1px;
  left: 100%;
}

/* line 1700, ../sass/parts/_modals.scss */
.self-destruct-dtpicker #ui-datepicker-div {
  top: 225px !important;
  left: 660px !important;
}
/* line 1704, ../sass/parts/_modals.scss */
.self-destruct-dtpicker .ui-datepicker .arrow {
  top: -7px !important;
  left: 50% !important;
  margin-top: -5px !important;
  transform: rotate(270deg) !important;
}

/* line 1713, ../sass/parts/_modals.scss */
.comments-holder.non-editable .reply-button, .comments-holder.non-editable .comment-delete {
  display: none !important;
}

/* line 1718, ../sass/parts/_modals.scss */
.teams_setting_self-destruct-dtpicker #ui-datepicker-div {
  top: 1515px !important;
  left: -210px !important;
}
/* line 1722, ../sass/parts/_modals.scss */
.teams_setting_self-destruct-dtpicker .ui-datepicker .arrow {
  top: -7px !important;
  left: 50% !important;
  margin-top: -5px !important;
  transform: rotate(270deg) !important;
}

/* line 1730, ../sass/parts/_modals.scss */
.invite-members-wrapper {
  height: 230px;
  text-align: center;
  border: 1px solid #c1cbd2;
  overflow-y: auto;
}
/* line 1735, ../sass/parts/_modals.scss */
.invite-members-wrapper .empty-team-text {
  margin: 0 auto;
  padding-top: 95px;
  color: #989898;
}
/* line 1740, ../sass/parts/_modals.scss */
.invite-members-wrapper .invite_member_list {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 8px 0;
}
/* line 1745, ../sass/parts/_modals.scss */
.invite-members-wrapper .invite_member_list li {
  display: flex;
  align-items: center;
  padding: 6px 15px;
  justify-content: space-between;
}
/* line 1750, ../sass/parts/_modals.scss */
.invite-members-wrapper .invite_member_list li .invitee_img_container {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 1754, ../sass/parts/_modals.scss */
.invite-members-wrapper .invite_member_list li .invitee_img_container p {
  margin: 0;
  font-weight: 500;
}
/* line 1758, ../sass/parts/_modals.scss */
.invite-members-wrapper .invite_member_list li .invitee_img_container img {
  height: 36px;
  width: 36px;
  border-radius: 30px;
  overflow: hidden;
}
/* line 1766, ../sass/parts/_modals.scss */
.invite-members-wrapper .invite_member_list li .invitee_info a {
  color: #168EEA;
}

/* line 1774, ../sass/parts/_modals.scss */
.acjs-team-holder {
  max-width: 360px;
}

@media all and (max-width: 768px) {
  /* line 1779, ../sass/parts/_modals.scss */
  .modal-email-share, .modal-embed-media, .modal-aclink-share, .modal-collaborate-share, .modal-CPS-share {
    margin: 0 !important;
    height: 100vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  /* line 1786, ../sass/parts/_modals.scss */
  .modal-email-share .modal-share, .modal-embed-media .modal-share, .modal-aclink-share .modal-share, .modal-collaborate-share .modal-share, .modal-CPS-share .modal-share {
    width: 100vw !important;
    height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  /* line 1792, ../sass/parts/_modals.scss */
  .modal-email-share .modal-advance-options .modal-share-options .option label .days, .modal-embed-media .modal-advance-options .modal-share-options .option label .days, .modal-aclink-share .modal-advance-options .modal-share-options .option label .days, .modal-collaborate-share .modal-advance-options .modal-share-options .option label .days, .modal-CPS-share .modal-advance-options .modal-share-options .option label .days {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 1797, ../sass/parts/_modals.scss */
  .modal-email-share .modal-advance-options .modal-share-options .options-dropdown, .modal-embed-media .modal-advance-options .modal-share-options .options-dropdown, .modal-aclink-share .modal-advance-options .modal-share-options .options-dropdown, .modal-collaborate-share .modal-advance-options .modal-share-options .options-dropdown, .modal-CPS-share .modal-advance-options .modal-share-options .options-dropdown {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 1801, ../sass/parts/_modals.scss */
  .modal-email-share .custom-controls span.pull-left, .modal-embed-media .custom-controls span.pull-left, .modal-aclink-share .custom-controls span.pull-left, .modal-collaborate-share .custom-controls span.pull-left, .modal-CPS-share .custom-controls span.pull-left {
    width: 100%;
  }
  /* line 1805, ../sass/parts/_modals.scss */
  .modal-email-share .modal-frm-collaborate .acjs-team-holder, .modal-embed-media .modal-frm-collaborate .acjs-team-holder, .modal-aclink-share .modal-frm-collaborate .acjs-team-holder, .modal-collaborate-share .modal-frm-collaborate .acjs-team-holder, .modal-CPS-share .modal-frm-collaborate .acjs-team-holder {
    width: calc(100% - 100px) !important;
  }
  /* line 1808, ../sass/parts/_modals.scss */
  .modal-email-share .modal-frm-collaborate .input_form_group, .modal-email-share .modal-frm-collaborate .restricted_acces_cps_share, .modal-email-share .modal-frm-collaborate .password_acces_cps_share, .modal-embed-media .modal-frm-collaborate .input_form_group, .modal-embed-media .modal-frm-collaborate .restricted_acces_cps_share, .modal-embed-media .modal-frm-collaborate .password_acces_cps_share, .modal-aclink-share .modal-frm-collaborate .input_form_group, .modal-aclink-share .modal-frm-collaborate .restricted_acces_cps_share, .modal-aclink-share .modal-frm-collaborate .password_acces_cps_share, .modal-collaborate-share .modal-frm-collaborate .input_form_group, .modal-collaborate-share .modal-frm-collaborate .restricted_acces_cps_share, .modal-collaborate-share .modal-frm-collaborate .password_acces_cps_share, .modal-CPS-share .modal-frm-collaborate .input_form_group, .modal-CPS-share .modal-frm-collaborate .restricted_acces_cps_share, .modal-CPS-share .modal-frm-collaborate .password_acces_cps_share {
    flex-direction: column;
    align-items: baseline;
  }
  /* line 1811, ../sass/parts/_modals.scss */
  .modal-email-share .modal-frm-collaborate .input_form_group label, .modal-email-share .modal-frm-collaborate .restricted_acces_cps_share label, .modal-email-share .modal-frm-collaborate .password_acces_cps_share label, .modal-embed-media .modal-frm-collaborate .input_form_group label, .modal-embed-media .modal-frm-collaborate .restricted_acces_cps_share label, .modal-embed-media .modal-frm-collaborate .password_acces_cps_share label, .modal-aclink-share .modal-frm-collaborate .input_form_group label, .modal-aclink-share .modal-frm-collaborate .restricted_acces_cps_share label, .modal-aclink-share .modal-frm-collaborate .password_acces_cps_share label, .modal-collaborate-share .modal-frm-collaborate .input_form_group label, .modal-collaborate-share .modal-frm-collaborate .restricted_acces_cps_share label, .modal-collaborate-share .modal-frm-collaborate .password_acces_cps_share label, .modal-CPS-share .modal-frm-collaborate .input_form_group label, .modal-CPS-share .modal-frm-collaborate .restricted_acces_cps_share label, .modal-CPS-share .modal-frm-collaborate .password_acces_cps_share label {
    margin-bottom: 0;
  }
  /* line 1814, ../sass/parts/_modals.scss */
  .modal-email-share .modal-frm-collaborate .input_form_group .emails_cps_container, .modal-email-share .modal-frm-collaborate .input_form_group .password_form_field, .modal-email-share .modal-frm-collaborate .restricted_acces_cps_share .emails_cps_container, .modal-email-share .modal-frm-collaborate .restricted_acces_cps_share .password_form_field, .modal-email-share .modal-frm-collaborate .password_acces_cps_share .emails_cps_container, .modal-email-share .modal-frm-collaborate .password_acces_cps_share .password_form_field, .modal-embed-media .modal-frm-collaborate .input_form_group .emails_cps_container, .modal-embed-media .modal-frm-collaborate .input_form_group .password_form_field, .modal-embed-media .modal-frm-collaborate .restricted_acces_cps_share .emails_cps_container, .modal-embed-media .modal-frm-collaborate .restricted_acces_cps_share .password_form_field, .modal-embed-media .modal-frm-collaborate .password_acces_cps_share .emails_cps_container, .modal-embed-media .modal-frm-collaborate .password_acces_cps_share .password_form_field, .modal-aclink-share .modal-frm-collaborate .input_form_group .emails_cps_container, .modal-aclink-share .modal-frm-collaborate .input_form_group .password_form_field, .modal-aclink-share .modal-frm-collaborate .restricted_acces_cps_share .emails_cps_container, .modal-aclink-share .modal-frm-collaborate .restricted_acces_cps_share .password_form_field, .modal-aclink-share .modal-frm-collaborate .password_acces_cps_share .emails_cps_container, .modal-aclink-share .modal-frm-collaborate .password_acces_cps_share .password_form_field, .modal-collaborate-share .modal-frm-collaborate .input_form_group .emails_cps_container, .modal-collaborate-share .modal-frm-collaborate .input_form_group .password_form_field, .modal-collaborate-share .modal-frm-collaborate .restricted_acces_cps_share .emails_cps_container, .modal-collaborate-share .modal-frm-collaborate .restricted_acces_cps_share .password_form_field, .modal-collaborate-share .modal-frm-collaborate .password_acces_cps_share .emails_cps_container, .modal-collaborate-share .modal-frm-collaborate .password_acces_cps_share .password_form_field, .modal-CPS-share .modal-frm-collaborate .input_form_group .emails_cps_container, .modal-CPS-share .modal-frm-collaborate .input_form_group .password_form_field, .modal-CPS-share .modal-frm-collaborate .restricted_acces_cps_share .emails_cps_container, .modal-CPS-share .modal-frm-collaborate .restricted_acces_cps_share .password_form_field, .modal-CPS-share .modal-frm-collaborate .password_acces_cps_share .emails_cps_container, .modal-CPS-share .modal-frm-collaborate .password_acces_cps_share .password_form_field {
    max-width: 100%;
    width: 100% !important;
  }

  /* line 1821, ../sass/parts/_modals.scss */
  #ui-datepicker-div {
    top: 465px !important;
    transform: translateX(10px) !important;
  }

  /* line 1826, ../sass/parts/_modals.scss */
  .modal-cf {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  /* line 1833, ../sass/parts/_modals.scss */
  .promotionalDialog {
    width: 350px !important;
    min-width: 320px !important;
  }

  /* line 1837, ../sass/parts/_modals.scss */
  .promotionalDialog .leftImgContainer {
    display: none !important;
  }

  /* line 1840, ../sass/parts/_modals.scss */
  .promotionalDialog .rightFrmContainer {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
  }
}
@media all and (max-width: 400px) {
  /* line 1849, ../sass/parts/_modals.scss */
  .btn-submit {
    min-width: 78px;
  }
}
/* line 1854, ../sass/parts/_modals.scss */
.copy_embed_group {
  display: block;
}
@media all and (max-width: 768px) {
  /* line 1854, ../sass/parts/_modals.scss */
  .copy_embed_group {
    flex-direction: column;
  }
  /* line 1858, ../sass/parts/_modals.scss */
  .copy_embed_group #embed_copy_thumb_code {
    position: relative !important;
    margin-top: 10px !important;
  }
}
/* line 1864, ../sass/parts/_modals.scss */
.copy_embed_group .for_email_wrppr {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
/* line 1877, ../sass/parts/_modals.scss */
.copy_embed_group .options-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}
/* line 1881, ../sass/parts/_modals.scss */
.copy_embed_group .options-wrapper:nth-of-type(2) {
  margin-top: 6px;
  height: 36px;
}
/* line 1885, ../sass/parts/_modals.scss */
.copy_embed_group .options-wrapper .fixed_siz {
  margin-left: 26px;
}
@media all and (max-width: 768px) {
  /* line 1877, ../sass/parts/_modals.scss */
  .copy_embed_group .options-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  /* line 1891, ../sass/parts/_modals.scss */
  .copy_embed_group .options-wrapper:nth-of-type(2) {
    height: auto;
  }
  /* line 1894, ../sass/parts/_modals.scss */
  .copy_embed_group .options-wrapper .fixed_siz {
    margin-left: 0px;
  }
  /* line 1897, ../sass/parts/_modals.scss */
  .copy_embed_group .options-wrapper .video_size_embed {
    grid-column: 2/3;
  }
}
/* line 1905, ../sass/parts/_modals.scss */
.copy_embed_group a {
  margin-top: 0px;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 13.5px;
}
/* line 1913, ../sass/parts/_modals.scss */
.copy_embed_group .btn {
  align-items: center;
  gap: 8px;
  display: flex;
  max-height: 34px;
  padding-left: 25.5px !important;
  padding-right: 25.5px !important;
}
@media all and (max-width: 768px) {
  /* line 1913, ../sass/parts/_modals.scss */
  .copy_embed_group .btn {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* line 1930, ../sass/parts/_modals.scss */
.inline_modal_open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
/* line 1934, ../sass/parts/_modals.scss */
.inline_modal_open .modal_inline {
  display: block;
}
/* line 1937, ../sass/parts/_modals.scss */
.inline_modal_open .modal_inline_backdrop, .inline_modal_open .inline_modal_wrapper {
  display: block;
}

/* line 1942, ../sass/parts/_modals.scss */
.modal_inline {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1069;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
}

/* line 1955, ../sass/parts/_modals.scss */
.modal_inline ul {
  margin: revert !important;
  padding: revert !important;
  list-style-type: inherit !important;
  color: #101010;
}

/* line 1962, ../sass/parts/_modals.scss */
.modal ul {
  color: #101010;
}

/* line 1968, ../sass/parts/_modals.scss */
.close_inline_modal {
  padding: 0 15px;
  padding-left: 15px;
  padding-left: 11px;
  border: 0;
  background: none;
  outline: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}

/* line 1983, ../sass/parts/_modals.scss */
.inline_modal_wrapper {
  display: none;
}

/* line 1987, ../sass/parts/_modals.scss */
.modal_inline_backdrop {
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
  position: fixed;
  /* Stay in place */
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 1040;
  /* Sit on top */
  height: 100%;
}

/* Modal_inline Content/Box */
/* line 1999, ../sass/parts/_modals.scss */
.modal_inline-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */
/* line 2009, ../sass/parts/_modals.scss */
.modal_inline .close {
  color: #aaa;
  float: right;
  font-weight: bold;
}
/* line 2015, ../sass/parts/_modals.scss */
.modal_inline .close:hover,
.modal_inline .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* line 2022, ../sass/parts/_modals.scss */
.modal_inline .modal p, .modal_inline .modal_inline p {
  color: #101010;
}

/* line 2027, ../sass/parts/_modals.scss */
#hidePasswordField {
  top: 12px !important;
  right: 13px !important;
}

/* line 2033, ../sass/parts/_modals.scss */
.signupPupupWithLogin {
  height: 490px !important;
}

/* line 2038, ../sass/parts/_modals.scss */
.promotionalDialog {
  width: 800px !important;
  min-width: 800px !important;
  clear: both;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 64px 0px rgba(0, 0, 0, 0.5);
  top: calc(50% - 260px) !important;
}
/* line 2047, ../sass/parts/_modals.scss */
.promotionalDialog #login-box .form-group, .promotionalDialog #login-box .crisp, .promotionalDialog #login-box .loginTxt {
  display: none !important;
}
/* line 2051, ../sass/parts/_modals.scss */
.promotionalDialog .leftImgContainer {
  width: 50%;
  float: left;
  height: 444px;
  padding: 20px;
  padding-top: px;
  background-color: #EDF5F9;
  position: relative;
  overflow: hidden;
}
/* line 2065, ../sass/parts/_modals.scss */
.promotionalDialog .leftImgContainer .join_jumpshare_banner {
  position: relative;
}
/* line 2067, ../sass/parts/_modals.scss */
.promotionalDialog .leftImgContainer .join_jumpshare_banner:before {
  content: '';
  position: absolute;
  position: absolute;
  height: 350px;
  width: 100%;
  background-color: #cabcf9;
  z-index: 1;
  bottom: -188px;
  transform: rotate(71.3deg);
  left: 103px;
}
/* line 2079, ../sass/parts/_modals.scss */
.promotionalDialog .leftImgContainer .join_jumpshare_banner:after {
  content: '';
  position: absolute;
  height: 350px;
  width: 100%;
  background-color: #cabcf9;
  z-index: 1;
  bottom: -223px;
  transform: rotate(-74.3deg);
  right: 90px;
}
/* line 2091, ../sass/parts/_modals.scss */
.promotionalDialog .leftImgContainer img {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
/* line 2099, ../sass/parts/_modals.scss */
.promotionalDialog .leftImgContainer h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: relative;
  z-index: 2;
}
/* line 2107, ../sass/parts/_modals.scss */
.promotionalDialog .leftImgContainer ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  padding-left: 70px;
  position: relative;
  z-index: 2;
  margin-top: 8px;
}
/* line 2115, ../sass/parts/_modals.scss */
.promotionalDialog .leftImgContainer ul li {
  font-size: 20px;
}
/* line 2123, ../sass/parts/_modals.scss */
.promotionalDialog .modal-header {
  display: none;
}
/* line 2126, ../sass/parts/_modals.scss */
.promotionalDialog .close {
  z-index: 10000;
}
/* line 2129, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer {
  background: #ffffff;
  padding-top: 23px !important;
  padding-bottom: 25px !important;
  padding-left: 46px !important;
  padding-right: 46px !important;
  float: left;
  width: 50%;
  padding-top: 55px !important;
}
/* line 2138, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer h3 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  text-align: left;
}
/* line 2145, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer .loginTxt {
  margin-top: 2px;
  font-size: 13px;
  text-align: left;
  margin-bottom: 0;
}
/* line 2150, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer .loginTxt a {
  color: #43a6eb;
}
/* line 2154, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer .form-split {
  width: 150px !important;
}
/* line 2157, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer .btn-blue {
  margin-top: 15px !important;
}
/* line 2160, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer .btn-google {
  margin-top: 23px;
}
/* line 2163, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer .form-wrapper {
  text-align: center;
  background: #ffffff;
}
/* line 2167, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer .termsCondition {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  color: #717d82 !important;
  font-size: 13px !important;
  margin-top: 12px !important;
  text-align: left !important;
  display: block !important;
  padding-top: 0 !important;
}
/* line 2176, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer .termsCondition a {
  font-weight: 400;
  color: #168EEA;
}
/* line 2181, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer .form-control:focus {
  border-color: #43a6eb !important;
}
/* line 2184, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer .custom-controls {
  font-size: 13px;
}
/* line 2187, ../sass/parts/_modals.scss */
.promotionalDialog .rightFrmContainer .btn-blue {
  font-weight: 400 !important;
}

/* line 2193, ../sass/parts/_modals.scss */
.hr-label {
  padding: 0;
  margin: 15px 0;
  position: relative;
  text-align: center;
  clear: both;
  font-size: 13px;
}
/* line 2195, ../sass/parts/_modals.scss */
.hr-label:before {
  border-top-color: #d0d4d9;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
/* line 2213, ../sass/parts/_modals.scss */
.hr-label a, .hr-label .text {
  font-size: 13px !important;
  line-height: 24px;
  padding: 0 8px;
  vertical-align: top;
  background-color: white;
  display: inline-block;
  position: relative;
  text-align: center;
}
/* line 2222, ../sass/parts/_modals.scss */
.google-margin .hr-label a, .google-margin .hr-label .text {
  margin-bottom: 0px;
  margin-top: 0px;
}

/* line 2230, ../sass/parts/_modals.scss */
.promotional_modal_withoutapp {
  max-width: 480px !important;
}
/* line 2232, ../sass/parts/_modals.scss */
.promotional_modal_withoutapp .modal-header {
  position: relative;
  z-index: 1000000 !important;
}
/* line 2236, ../sass/parts/_modals.scss */
.promotional_modal_withoutapp .modal-body {
  padding: 0 !important;
  top: -42px;
  z-index: 99999 !important;
}
/* line 2240, ../sass/parts/_modals.scss */
.promotional_modal_withoutapp .modal-body img {
  width: 100% !important;
  display: block;
}
/* line 2244, ../sass/parts/_modals.scss */
.promotional_modal_withoutapp .modal-body .prom_diag_body {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
/* line 2248, ../sass/parts/_modals.scss */
.promotional_modal_withoutapp .modal-body .prom_diag_body h2 {
  font-size: 22px;
  font-weight: 600;
}
/* line 2252, ../sass/parts/_modals.scss */
.promotional_modal_withoutapp .modal-body .prom_diag_body .btn-blue {
  margin-top: 20px !important;
  padding: 8px 50px !important;
}

/* line 2261, ../sass/parts/_modals.scss */
.hubspot_modal {
  width: 940px !important;
  max-width: 940px !important;
  overflow-y: auto !important;
  max-height: 100% !important;
}
/* line 2266, ../sass/parts/_modals.scss */
.hubspot_modal .modal-body {
  padding: 0 !important;
}
/* line 2269, ../sass/parts/_modals.scss */
.hubspot_modal .modal-header {
  padding-top: 0 !important;
  height: 30px !important;
  display: none !important;
}
/* line 2274, ../sass/parts/_modals.scss */
.hubspot_modal .modal-content {
  background-color: transparent !important;
}
/* line 2277, ../sass/parts/_modals.scss */
.hubspot_modal .close {
  top: 15px;
  position: absolute;
  right: 45px;
  z-index: 20;
}

/* line 2285, ../sass/parts/_modals.scss */
.google_calendar_modal {
  width: auto !important;
  max-width: 80%;
}
/* line 2288, ../sass/parts/_modals.scss */
.google_calendar_modal .modal-header {
  display: none;
}
/* line 2291, ../sass/parts/_modals.scss */
.google_calendar_modal .modal-body {
  padding: 0 !important;
}

/* line 2296, ../sass/parts/_modals.scss */
.custom_popovr {
  padding: 20px;
  padding-top: 12px;
  left: 515px !important;
  width: 320px !important;
}
/* line 2301, ../sass/parts/_modals.scss */
.custom_popovr p {
  margin: 0;
}
/* line 2303, ../sass/parts/_modals.scss */
.custom_popovr p:nth-of-type(2) {
  margin-top: 10px;
}
/* line 2307, ../sass/parts/_modals.scss */
.custom_popovr a {
  margin-top: 15px;
}
/* line 2310, ../sass/parts/_modals.scss */
.custom_popovr .arrow {
  left: -19px;
  top: 28px;
  transform: rotate(-90deg);
  width: 22px;
  background-position: -1511px 0;
}

/* line 2319, ../sass/parts/_modals.scss */
#email_from_popover {
  top: 42px;
}

/* line 2324, ../sass/parts/_modals.scss */
.verification_code_modal .tabs_share_ui, .verification_code_modal #email_share_to, .verification_code_modal #email_share_from, .verification_code_modal #email_message, .verification_code_modal .modal-advance-options, .verification_code_modal .schedule_calendar, .verification_code_modal .modal-footer {
  display: none;
}

/* line 2329, ../sass/parts/_modals.scss */
.vidoes_list_to_merge {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-height: 370px;
  min-height: 370px;
  overflow-y: auto;
  clear: both;
}
/* line 2337, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li {
  clear: both;
  display: flex;
  position: relative;
  align-items: center;
  gap: 15px;
  margin-bottom: 3px;
  border-radius: 10px;
  padding: 6px;
}
/* line 2347, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li:hover {
  background-color: #e0e8f1;
}
/* line 2350, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li:last-child {
  margin-bottom: 0;
}
/* line 2353, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li .thumb_container {
  height: auto;
  min-height: 70px;
  width: 148px;
  position: relative;
  border-radius: 10px;
  border: solid 1px #B5BBBF;
  overflow: hidden;
}
/* line 2361, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li .thumb_container > img {
  width: 100%;
  min-height: 70px;
  object-fit: cover;
}
/* line 2366, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li .thumb_container span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  height: 32px;
  width: 32px;
  transform: translateY(-50%);
}
/* line 2375, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li .thumb_container span img {
  width: 100%;
}
/* line 2381, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li .main_info_container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* line 2387, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li h4 {
  color: #101010;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2397, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li .more-info {
  display: flex;
  gap: 8px;
  align-items: center;
}
/* line 2401, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li .more-info span {
  font-size: 12px;
  color: #717d82;
}
/* line 2405, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li .more-info .viduration {
  background-color: #F0F0F0;
  padding: 1px 4px;
  border-radius: 4px;
}
/* line 2411, ../sass/parts/_modals.scss */
.vidoes_list_to_merge li .views_badge {
  position: absolute;
  right: 3px;
  bottom: 3px;
  padding: 2px 6px;
  font-size: 11px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  margin: 0 !important;
}
/* line 2425, ../sass/parts/_modals.scss */
.vidoes_list_to_merge #lazy_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 165px;
  flex-direction: column;
  gap: 5px;
  color: #101010;
}
/* line 2433, ../sass/parts/_modals.scss */
.vidoes_list_to_merge #lazy_loader img {
  width: 30px;
}
/* line 2438, ../sass/parts/_modals.scss */
.vidoes_list_to_merge .result_not_found {
  text-align: center;
  padding-top: 50px;
}
/* line 2441, ../sass/parts/_modals.scss */
.vidoes_list_to_merge .result_not_found img {
  width: 100%;
  max-width: 100px;
}
/* line 2445, ../sass/parts/_modals.scss */
.vidoes_list_to_merge .result_not_found h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
/* line 2450, ../sass/parts/_modals.scss */
.vidoes_list_to_merge .result_not_found p {
  font-size: 14px;
  color: #717d82;
}

/* line 2476, ../sass/parts/_modals.scss */
.hide_close .modal-content button.close {
  display: none !important;
}
/* line 2481, ../sass/parts/_modals.scss */
.hide_close .modal-dialog .close_inline_modal {
  display: none !important;
}

/* line 2487, ../sass/parts/_modals.scss */
#embed_copy_thumb {
  padding-left: 33.5px !important;
  padding-right: 33.5px !important;
}
@media all and (max-width: 768px) {
  /* line 2487, ../sass/parts/_modals.scss */
  #embed_copy_thumb {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* line 2496, ../sass/parts/_modals.scss */
.change_avatar_modal {
  max-width: 370px !important;
}
/* line 2498, ../sass/parts/_modals.scss */
.change_avatar_modal .croppie-container .cr-slider-wrap {
  background-color: #fff;
  width: calc(100% - 42px);
}
/* line 2503, ../sass/parts/_modals.scss */
.change_avatar_modal #increment_zoom_cropie, .change_avatar_modal #decrement_zoom_cropie {
  color: #101010;
}

/* line 7, ../sass/parts/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, ../sass/parts/_tooltip.scss */
.tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
/* line 17, ../sass/parts/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 4px 0;
}
/* line 18, ../sass/parts/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 4px;
}
/* line 19, ../sass/parts/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 4px 0;
}
/* line 20, ../sass/parts/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 4px;
}

/* line 24, ../sass/parts/_tooltip.scss */
.tooltip-inner {
  padding: 6px 10px;
  color: #E4E6EB;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: #161616;
  border-radius: 2px;
}

/* line 35, ../sass/parts/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, ../sass/parts/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #161616;
}
/* line 50, ../sass/parts/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 4px;
  border-width: 4px 4px 0;
  border-top-color: #161616;
}
/* line 56, ../sass/parts/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 4px;
  border-width: 4px 4px 0;
  border-top-color: #161616;
}
/* line 62, ../sass/parts/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: #161616;
}
/* line 69, ../sass/parts/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-left-color: #161616;
}
/* line 76, ../sass/parts/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #161616;
}
/* line 83, ../sass/parts/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 4px;
  border-width: 0 4px 4px;
  border-bottom-color: #161616;
}
/* line 89, ../sass/parts/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 4px;
  border-width: 0 4px 4px;
  border-bottom-color: #161616;
}

/* line 97, ../sass/parts/_tooltip.scss */
.loop {
  -webkit-animation: backForth 750ms linear infinite alternate;
  -moz-animation: backForth 750ms linear infinite alternate;
  -ms-animation: backForth 750ms linear infinite alternate;
  -o-animation: backForth 750ms linear infinite alternate;
  animation: backForth 750ms linear infinite alternate;
}

@-webkit-keyframes backForth {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@-moz-keyframes backForth {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes backForth {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
}
/* line 11, ../sass/parts/_utilities.scss */
body.global-notice:not(.guest) .notice-wrapper {
  display: block;
}
/* line 19, ../sass/parts/_utilities.scss */
body.download-app-notice {
  padding-top: 50px;
}
/* line 21, ../sass/parts/_utilities.scss */
body.download-app-notice .notice-wrapper {
  display: block;
}
/* line 22, ../sass/parts/_utilities.scss */
body.download-app-notice aside {
  height: calc(100% - 171px);
  top: 171px;
}
/* line 26, ../sass/parts/_utilities.scss */
body.download-app-notice .header-wrap.fixed {
  margin-top: 58px;
}
/* line 27, ../sass/parts/_utilities.scss */
body.download-app-notice .main-content {
  margin-top: 120px;
}
/* line 32, ../sass/parts/_utilities.scss */
body.loading .loader {
  display: block;
}
/* line 36, ../sass/parts/_utilities.scss */
body.edit-mode .buckets a {
  pointer-events: none;
}
/* line 37, ../sass/parts/_utilities.scss */
body.edit-mode .buckets > li {
  cursor: pointer;
}
/* line 39, ../sass/parts/_utilities.scss */
body.edit-mode .icn-cog-wheel,
body.edit-mode .nav-folder-info,
body.edit-mode .nav-tags {
  display: none !important;
}
/* line 43, ../sass/parts/_utilities.scss */
body.edit-mode .thumb-overlay,
body.edit-mode .nav-edit-mode {
  display: block !important;
}

/* line 14, ../sass/parts/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/parts/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 52, ../sass/parts/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 53, ../sass/parts/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 54, ../sass/parts/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 55, ../sass/parts/_utilities.scss */
.pr {
  position: relative;
}

/* line 56, ../sass/parts/_utilities.scss */
.pa {
  position: absolute;
}

/* line 57, ../sass/parts/_utilities.scss */
.ab-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* line 71, ../sass/parts/_utilities.scss */
.hide {
  display: none !important;
}

/* line 72, ../sass/parts/_utilities.scss */
.show {
  display: block !important;
}

/* line 73, ../sass/parts/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 74, ../sass/parts/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 75, ../sass/parts/_utilities.scss */
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 82, ../sass/parts/_utilities.scss */
pre {
  margin: 0;
  padding: 0;
}

/* line 87, ../sass/parts/_utilities.scss */
blockquote {
  margin: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.8;
  font-style: italic;
  border-left: 4px solid #168EEA;
}

/* line 96, ../sass/parts/_utilities.scss */
.blockUI, .buckets.view-list > li[id*="XHR_"] .thumb-overlay.js-thumb-overlay-main .custom-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
  pointer-events: none;
}

/* line 103, ../sass/parts/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 112, ../sass/parts/_utilities.scss */
.affix {
  position: fixed;
}

/* line 118, ../sass/parts/_utilities.scss */
.distxts {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 1, ../sass/parts/_icons-sprite.scss */
.sicn {
  width: 100%;
  height: 100%;
}

/* line 6, ../sass/parts/_icons-sprite.scss */
.logo {
  background-position: -6071px 0;
  height: 24px;
  width: 121px;
}

/* line 7, ../sass/parts/_icons-sprite.scss */
.logo-home {
  background-position: -4938px 0;
  height: 26px;
  width: 131px;
}

/* line 8, ../sass/parts/_icons-sprite.scss */
.logo-white {
  background-position: -5909px 0;
  height: 30px;
  width: 152px;
}

/* line 9, ../sass/parts/_icons-sprite.scss */
.logo-sa {
  background-position: -5300px 0;
  height: 40px;
  width: 202px;
}

/* line 10, ../sass/parts/_icons-sprite.scss */
.logo-business {
  background-position: -4328px 0;
  height: 32px;
  width: 286px;
}

/* line 11, ../sass/parts/_icons-sprite.scss */
.logo-enterprise {
  background-position: -4624px 0;
  height: 32px;
  width: 304px;
}

/* line 12, ../sass/parts/_icons-sprite.scss */
.logo-business-white {
  background-position: -4028px 0;
  height: 31px;
  width: 290px;
}

/* line 14, ../sass/parts/_icons-sprite.scss */
.logo-business-white-small {
  background-position: -3783px 0;
  height: 25px;
  width: 235px;
}

/* line 16, ../sass/parts/_icons-sprite.scss */
.logo-favicon {
  background-position: -1814px 0;
  height: 30px;
  width: 44px;
}

/* line 18, ../sass/parts/_icons-sprite.scss */
.logo-new {
  background-position: -5615px 0;
  height: 31px;
  width: 181px;
}

/* line 19, ../sass/parts/_icons-sprite.scss */
.logo-kg-blue {
  background-position: -5079px 0;
  height: 32px;
  width: 181px;
}

/* line 21, ../sass/parts/_icons-sprite.scss */
.icn-shield {
  background-position: -8257px 0;
  height: 16px;
  width: 16px;
}

/* line 22, ../sass/parts/_icons-sprite.scss */
.icn-ttt {
  background-position: -8839px 0;
  height: 36px;
  width: 36px;
}

/* line 23, ../sass/parts/_icons-sprite.scss */
.icn-ttt-white {
  background-position: -8793px 0;
  height: 36px;
  width: 36px;
}

/* line 24, ../sass/parts/_icons-sprite.scss */
.icn-activity {
  background-position: -124px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-activity:hover, .icn-activity.activity-hover, li:hover > a > .icn-activity, li.active > a > .icn-activity {
  background-position: -146px 0;
}

/* line 29, ../sass/parts/_icons-sprite.scss */
.icn-cloud {
  background-position: -976px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-cloud:hover, .icn-cloud.cloud-hover, li:hover > a > .icn-cloud, li.active > a > .icn-cloud {
  background-position: -1002px 0;
}

/* line 34, ../sass/parts/_icons-sprite.scss */
.icn-users {
  background-position: -9047px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-users:hover, .icn-users.users-hover, li:hover > a > .icn-users, li.active > a > .icn-users {
  background-position: -9074px 0;
}

/* line 39, ../sass/parts/_icons-sprite.scss */
.icn-favorites {
  background-position: -1868px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-favorites:hover, .icn-favorites.favorites-hover, li:hover > a > .icn-favorites, li.active > a > .icn-favorites {
  background-position: -1894px 0;
}

/* line 45, ../sass/parts/_icons-sprite.scss */
.icn-briefcase {
  margin-top: 4px;
  background-position: -666px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-briefcase:hover, .icn-briefcase.briefcase-hover, li:hover > a > .icn-briefcase, li.active > a > .icn-briefcase {
  background-position: -692px 0;
}

/* line 52, ../sass/parts/_icons-sprite.scss */
.icn-briefcase-hover {
  margin-top: 4px;
  background-position: -692px 0;
}

/* line 57, ../sass/parts/_icons-sprite.scss */
.icn-user {
  background-position: -9026px 0;
  height: 16px;
  width: 11px;
  margin-top: 4px;
}

/* line 61, ../sass/parts/_icons-sprite.scss */
.icn-analytics {
  background-position: -424px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-analytics:hover, .icn-analytics.analytics-hover, li:hover > a > .icn-analytics, li.active > a > .icn-analytics {
  background-position: -450px 0;
}

/* line 67, ../sass/parts/_icons-sprite.scss */
.icn-trash {
  background-position: -8767px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-trash:hover, .icn-trash.trash-hover, li:hover > a > .icn-trash, li.active > a > .icn-trash {
  background-position: -8741px 0;
}

/* line 73, ../sass/parts/_icons-sprite.scss */
.icn-admin-wheel {
  background-position: -188px 0;
  height: 16px;
  width: 16px;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-admin-wheel:hover, .icn-admin-wheel.admin-wheel-hover, li:hover > a > .icn-admin-wheel, li.active > a > .icn-admin-wheel {
  background-position: -214px 0;
}

/* line 79, ../sass/parts/_icons-sprite.scss */
.icn-my-uploads {
  margin-top: 4px;
  background-position: -6333px 0;
  height: 15px;
  width: 15px;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-my-uploads:hover, .icn-my-uploads.my-uploads-sidebar-hover, li:hover > a > .icn-my-uploads, li.active > a > .icn-my-uploads {
  background-position: -6308px 0;
}

/* line 86, ../sass/parts/_icons-sprite.scss */
.icn-my-uploads-hover {
  margin-top: 4px;
  background-position: -6308px 0;
  height: 15px;
  width: 15px;
}

/* line 92, ../sass/parts/_icons-sprite.scss */
.icn-embed-media {
  background-position: -1658px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-embed-media:hover, .icn-embed-media.embed-icon-hover, .modal-embed-media .icn-embed-media, .modal-collaborate-share .icn-embed-media, .modal-CPS-share .icn-embed-media {
  background-position: -1696px 0;
}

/* line 95, ../sass/parts/_icons-sprite.scss */
.icn-simple {
  background-position: -8325px 0;
  height: 29px;
  width: 29px;
}

/* line 96, ../sass/parts/_icons-sprite.scss */
.icn-smart {
  background-position: -8386px 0;
  height: 29px;
  width: 29px;
}

/* line 97, ../sass/parts/_icons-sprite.scss */
.icn-powerful {
  background-position: -7044px 0;
  height: 29px;
  width: 29px;
}

/* line 98, ../sass/parts/_icons-sprite.scss */
.icn-fast {
  background-position: -1775px 0;
  height: 29px;
  width: 29px;
}

/* line 98, ../sass/parts/_icons-sprite.scss */
x
.icn-beautiful {
  background-position: -588px 0;
  height: 29px;
  width: 29px;
}

/* line 100, ../sass/parts/_icons-sprite.scss */
.icn-secure {
  background-position: -7929px 0;
  height: 32px;
  width: 29px;
}

/* line 104, ../sass/parts/_icons-sprite.scss */
.icn-file {
  background-position: -1984px 0;
  height: 29px;
  width: 29px;
}

/* line 105, ../sass/parts/_icons-sprite.scss */
.icn-icon-folder {
  background-position: -2972px 0;
  height: 29px;
  width: 29px;
}

/* line 106, ../sass/parts/_icons-sprite.scss */
.icn-bookmark {
  background-position: -627px 0;
  height: 29px;
  width: 29px;
}

/* line 107, ../sass/parts/_icons-sprite.scss */
.icn-screenshot {
  background-position: -7857px 0;
  height: 29px;
  width: 29px;
}

/* line 108, ../sass/parts/_icons-sprite.scss */
.icn-screencast {
  background-position: -7818px 0;
  height: 29px;
  width: 29px;
}

/* line 109, ../sass/parts/_icons-sprite.scss */
.icn-audio-clip {
  background-position: -515px 0;
  height: 29px;
  width: 29px;
}

/* line 110, ../sass/parts/_icons-sprite.scss */
.icn-note {
  background-position: -6456px 0;
  height: 29px;
  width: 29px;
}

/* line 111, ../sass/parts/_icons-sprite.scss */
.icn-webcam {
  background-position: -9583px 0;
  height: 29px;
  width: 29px;
}

/* line 112, ../sass/parts/_icons-sprite.scss */
.icn-clipboard {
  background-position: -917px 0;
  height: 29px;
  width: 29px;
}

/* line 114, ../sass/parts/_icons-sprite.scss */
.icn-back {
  background-position: -554px 0;
  height: 16px;
  width: 9px;
}

/* line 115, ../sass/parts/_icons-sprite.scss */
.icn-search {
  background-position: -6202px 0;
  height: 12px;
  width: 12px;
}

/* line 117, ../sass/parts/_icons-sprite.scss */
.icn-dd-top-arrow {
  background-position: -1528px 0;
  height: 9px;
  width: 15px;
}

/* line 118, ../sass/parts/_icons-sprite.scss */
.icn-dd-top-arrow-panel {
  background-position: -1503px 0;
  height: 9px;
  width: 15px;
}

/* line 119, ../sass/parts/_icons-sprite.scss */
.icn-dd-right-arrow {
  background-position: -1459px 0;
  height: 15px;
  width: 9px;
}

/* line 120, ../sass/parts/_icons-sprite.scss */
.icn-dd-top-arrow-dark {
  background-position: -1478px 0;
  height: 9px;
  width: 15px;
}

/* line 122, ../sass/parts/_icons-sprite.scss */
.icn-title-edit {
  background-position: -8717px 0;
  height: 14px;
  width: 14px;
}

/* line 125, ../sass/parts/_icons-sprite.scss */
.icn-files {
  background-position: -2023px 0;
}

/* line 126, ../sass/parts/_icons-sprite.scss */
.icn-size {
  background-position: -8364px 0;
}

/* line 127, ../sass/parts/_icons-sprite.scss */
.icn-calendar {
  background-position: -756px 0;
}

/* line 128, ../sass/parts/_icons-sprite.scss */
.icn-views {
  background-position: -9382px 0;
}

/* line 129, ../sass/parts/_icons-sprite.scss */
.icn-locked {
  background-position: -3763px 0;
  height: 12px;
  width: 10px;
}

/* line 130, ../sass/parts/_icons-sprite.scss */
.icn-self-destruct {
  background-position: -8010px 0;
}

/* Edit mode nav icons */
/* line 133, ../sass/parts/_icons-sprite.scss */
.icn-world {
  background-position: -9661px 0;
}

/* line 134, ../sass/parts/_icons-sprite.scss */
.icn-timer {
  background-position: -8696px 0;
}

/* line 135, ../sass/parts/_icons-sprite.scss */
.icn-folder-xsmall {
  background-position: -2090px 0;
}

/* Tags icons */
/* line 138, ../sass/parts/_icons-sprite.scss */
.icn-more {
  background-position: -6287px 0;
}

/* line 139, ../sass/parts/_icons-sprite.scss */
.icn-add-new {
  background-position: -170px 0;
}

/* line 140, ../sass/parts/_icons-sprite.scss */
.icn-edit {
  background-position: -1637px 0;
  height: 11px;
  width: 11px;
}

/* line 141, ../sass/parts/_icons-sprite.scss */
.icn-remove-tag {
  background-position: -7444px 0;
  height: 7px;
  width: 7px;
}

/* line 142, ../sass/parts/_icons-sprite.scss */
.icn-remove-filter, .date-picker .caret.cancel,
.custom-date .caret.cancel {
  background-position: -7426px 0;
  height: 8px;
  width: 8px;
}

/* line 143, ../sass/parts/_icons-sprite.scss */
.analytics-page .icn-remove-filter, .analytics-page .date-picker .caret.cancel, .date-picker .analytics-page .caret.cancel,
.analytics-page .custom-date .caret.cancel,
.custom-date .analytics-page .caret.cancel {
  background-position: -7408px 0;
  height: 8px;
  width: 8px;
}

/* line 145, ../sass/parts/_icons-sprite.scss */
.icn-views-analytics {
  float: left;
  margin-left: 10px;
  margin-top: 4px;
  background-position: -9141px 0;
  height: 11px;
  width: 11px;
}

/* line 152, ../sass/parts/_icons-sprite.scss */
.icn-referral {
  background-position: -7364px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-referral:hover, .icn-referral.referral-hover {
  background-position: -7386px 0;
}

/* line 153, ../sass/parts/_icons-sprite.scss */
.icn-plus {
  background-position: -7000px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-plus:hover, .icn-plus.plus-hover {
  background-position: -7022px 0;
}

/* line 154, ../sass/parts/_icons-sprite.scss */
.icn-upload-cancel {
  background-position: -8987px 0;
}

/* line 155, ../sass/parts/_icons-sprite.scss */
.icn-uploading {
  background-position: -9004px 0;
}

/* line 157, ../sass/parts/_icons-sprite.scss */
.icn-checkbox.checked, .custom-controls input:checked ~ .custom-control-indicator, .custom-control-indicator.intermediate {
  background-position: -873px 0;
}

/* line 158, ../sass/parts/_icons-sprite.scss */
.icn-checkbox-red.checked, .custom-controls.red input:checked ~ .custom-control-indicator {
  background-position: -847px 0;
}

/* line 159, ../sass/parts/_icons-sprite.scss */
.icn-checkbox.intermediate {
  background-position: -3063px 0;
}

/* line 161, ../sass/parts/_icons-sprite.scss */
.icn-radio.checked, .plus-page .upgrade-top .nav-tabs > li .custom-controls input:checked ~ .custom-control-indicator.radio, .custom-controls input:checked ~ .custom-control-indicator.radio {
  background-position: -7230px 0;
}

/* line 162, ../sass/parts/_icons-sprite.scss */
.icn-radio-small.checked {
  background-position: -7256px 0;
}

/* line 163, ../sass/parts/_icons-sprite.scss */
.icn-cog-wheel {
  background-position: -1052px 0;
}

/* line 164, ../sass/parts/_icons-sprite.scss */
.icn-gear-filled {
  background-position: -1028px 0;
  height: 14px;
  width: 14px;
}

/* line 169, ../sass/parts/_icons-sprite.scss */
.icn-collection {
  background-position: -2744px 0;
  height: 25px;
  width: 30px;
}

/* line 170, ../sass/parts/_icons-sprite.scss */
.icn-collection-small {
  background-position: -2718px 0;
  height: 15px;
  width: 16px;
}

/* line 171, ../sass/parts/_icons-sprite.scss */
.icn-folder {
  background-position: -2138px 0;
}

/* line 172, ../sass/parts/_icons-sprite.scss */
.icn-folder-small {
  background-position: -2112px 0;
  height: 16px;
  width: 16px;
}
/* line 174, ../sass/parts/_icons-sprite.scss */
.input-group-addon .icn-folder-small {
  margin-top: 4px;
}

/* line 177, ../sass/parts/_icons-sprite.scss */
.icn-expand-folder {
  background-position: -1734px 0;
  height: 13px;
  width: 13px;
}

/* line 178, ../sass/parts/_icons-sprite.scss */
.icn-collapse-folder {
  background-position: -1082px 0;
  height: 13px;
  width: 13px;
}

/* line 180, ../sass/parts/_icons-sprite.scss */
.icn-folder-ind {
  background-position: -2064px 0;
  height: 16px;
  width: 16px;
}

/* line 183, ../sass/parts/_icons-sprite.scss */
.icn-close {
  background-position: -956px 0;
  height: 10px;
  width: 10px;
}

/* line 184, ../sass/parts/_icons-sprite.scss */
.icn-clear {
  background-position: -899px 0;
  height: 8px;
  width: 8px;
}

/* line 186, ../sass/parts/_icons-sprite.scss */
.icn-share-email {
  background-position: -8029px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-share-email:hover, .icn-share-email.share-email-hover, .modal-email-share .icn-share-email {
  background-position: -8067px 0;
}

/* line 187, ../sass/parts/_icons-sprite.scss */
.icn-share-twitter {
  background-position: -8181px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-share-twitter:hover, .icn-share-twitter.share-twitter-hover, .modal-twitter-share .icn-share-twitter {
  background-position: -8219px 0;
}

/* line 188, ../sass/parts/_icons-sprite.scss */
.icn-twitter-link {
  background-position: -8885px 0;
  height: 18px;
  width: 18px;
}

/* line 189, ../sass/parts/_icons-sprite.scss */
.icn-share-facebook {
  background-position: -8105px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-share-facebook:hover, .icn-share-facebook.share-facebook-hover, .modal-facebook-share .icn-share-facebook {
  background-position: -8143px 0;
}

/* line 190, ../sass/parts/_icons-sprite.scss */
.icn-aclink {
  background-position: 0 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-aclink:hover, .icn-aclink.aclink-hover, .modal-aclink-share .icn-aclink {
  background-position: -38px 0;
}

/* line 192, ../sass/parts/_icons-sprite.scss */
.icn-numberup-arrow {
  background-position: -6543px 0;
  height: 4px;
  width: 4px;
}

/* line 193, ../sass/parts/_icons-sprite.scss */
.icn-numberdown-arrow {
  background-position: -6529px 0;
  height: 4px;
  width: 4px;
}

/* line 195, ../sass/parts/_icons-sprite.scss */
.icn-schedule-calendar {
  background-position: -7611px 0;
  height: 17px;
  width: 17px;
}

/* line 196, ../sass/parts/_icons-sprite.scss */
.enabled .icn-add-new {
  background-position: -6269px 0;
}

/* line 197, ../sass/parts/_icons-sprite.scss */
.uf-box .icn-schedule {
  background-position: -7557px 0;
  height: 44px;
  width: 44px;
}

/* line 198, ../sass/parts/_icons-sprite.scss */
.uf-box .icn-analytics {
  background-position: -366px 0;
  height: 48px;
  width: 48px;
}

/* line 202, ../sass/parts/_icons-sprite.scss */
.icn-activity-folder {
  background-position: -100px 0;
}

/* line 203, ../sass/parts/_icons-sprite.scss */
.icn-activity-document {
  background-position: -76px 0;
}

/* line 206, ../sass/parts/_icons-sprite.scss */
.icn-logo-viewer {
  background-position: -5512px 0;
  height: 19px;
  width: 93px;
  opacity: .95;
}

/* line 207, ../sass/parts/_icons-sprite.scss */
.icn-logo-white-viewer, .viewer-wrapper.white .icn-logo-viewer {
  background-position: -5806px 0;
  height: 19px;
  width: 93px;
}

/* line 208, ../sass/parts/_icons-sprite.scss */
.icn-viewer-close {
  background-position: -9276px 0;
  height: 9px;
  width: 9px;
}

/* line 209, ../sass/parts/_icons-sprite.scss */
.icn-viewer-white-close, .viewer-wrapper.white .icn-viewer-close {
  background-position: -9317px 0;
  height: 9px;
  width: 9px;
}

/* line 210, ../sass/parts/_icons-sprite.scss */
.icn-list-next {
  background-position: -3743px 0;
  height: 16px;
  width: 10px;
}

/* line 211, ../sass/parts/_icons-sprite.scss */
.icn-list-back {
  background-position: -3703px 0;
  height: 16px;
  width: 10px;
}

/* line 212, ../sass/parts/_icons-sprite.scss */
.icn-list-next-w, .viewer-wrapper.white .icn-list-next {
  background-position: -3723px 0;
  height: 16px;
  width: 10px;
}

/* line 213, ../sass/parts/_icons-sprite.scss */
.icn-list-back-w, .viewer-wrapper.white .icn-list-back {
  background-position: -3683px 0;
  height: 16px;
  width: 10px;
}

/* line 214, ../sass/parts/_icons-sprite.scss */
.icn-show-list, .no-footer .icn-hide-list, .viewer-wrapper.white.no-footer .icn-hide-list {
  background-position: -8304px 0;
  height: 12px;
  width: 11px;
}

/* line 215, ../sass/parts/_icons-sprite.scss */
.icn-hide-list {
  background-position: -2499px 0;
  height: 12px;
  width: 11px;
}

/* line 216, ../sass/parts/_icons-sprite.scss */
.icn-show-list-w, .viewer-wrapper.dark.document-viewer.spreadsheet.no-footer .list-toggle .icn-hide-list, .viewer-wrapper.white .icn-show-list, .viewer-wrapper.white .no-footer .icn-hide-list, .no-footer .viewer-wrapper.white .icn-hide-list, .viewer-wrapper.white.no-footer .icn-hide-list {
  background-position: -8283px 0;
  height: 12px;
  width: 11px;
}

/* line 217, ../sass/parts/_icons-sprite.scss */
.icn-hide-list-w, .viewer-wrapper.white .icn-hide-list {
  background-position: -2478px 0;
  height: 12px;
  width: 11px;
}

/* line 218, ../sass/parts/_icons-sprite.scss */
.icn-viewer-next {
  background-position: -9295px 0;
  height: 19px;
  width: 12px;
}

/* line 219, ../sass/parts/_icons-sprite.scss */
.icn-viewer-back {
  background-position: -9254px 0;
  height: 19px;
  width: 12px;
}

/* line 220, ../sass/parts/_icons-sprite.scss */
.icn-viewer-new-logo {
  background-position: -3439px 0;
  height: 23px;
  width: 130px;
}

/* line 221, ../sass/parts/_icons-sprite.scss */
.icn-viewer-new-logo-white {
  background-position: -3299px 0;
  height: 23px;
  width: 130px;
}

/* line 222, ../sass/parts/_icons-sprite.scss */
.icn-logo-folder-new {
  background-position: -3129px 0;
  height: 28px;
  width: 160px;
}

/* line 228, ../sass/parts/_icons-sprite.scss */
.icn-comment-mention {
  background-position: -1276px 0;
  height: 15px;
  width: 15px;
}

/* line 229, ../sass/parts/_icons-sprite.scss */
.icn-comment-area {
  background-position: -1131px 0;
  height: 16px;
  width: 16px;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-comment-area:active, .icn-comment-area.comment-area-active {
  background-position: -1105px 0;
}

/* line 231, ../sass/parts/_icons-sprite.scss */
.icn-comment-area-active {
  background-position: -1105px 0;
  height: 16px;
  width: 16px;
}

/* line 232, ../sass/parts/_icons-sprite.scss */
.icn-comment-time {
  background-position: -1301px 0;
  height: 9px;
  width: 9px;
}

/* line 233, ../sass/parts/_icons-sprite.scss */
.icn-comment-edit-active {
  background-position: -1201px 0;
  height: 15px;
  width: 15px;
}

/* line 234, ../sass/parts/_icons-sprite.scss */
.icn-comment-edit {
  background-position: -1226px 0;
  height: 15px;
  width: 15px;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-comment-edit:hover, .icn-comment-edit.comment-edit-hover {
  background-position: -1201px 0;
}

/* line 236, ../sass/parts/_icons-sprite.scss */
.icn-member {
  background-position: -1276px 0;
  height: 15px;
  width: 15px;
}

/* line 237, ../sass/parts/_icons-sprite.scss */
.icn-invitee {
  background-position: -2833px 0;
  height: 15px;
  width: 20px;
}

/* line 239, ../sass/parts/_icons-sprite.scss */
.icn-upload-done, .done .downloadprocent {
  background-position: -8943px 0;
  height: 25px;
  width: 34px;
}

/* line 241, ../sass/parts/_icons-sprite.scss */
.icn-zoom-in {
  background-position: -9775px 0;
  height: 19px;
  width: 19px;
}

/* line 242, ../sass/parts/_icons-sprite.scss */
.icn-zoom-out {
  background-position: -9830px 0;
  height: 19px;
  width: 19px;
}

/* line 243, ../sass/parts/_icons-sprite.scss */
.icn-reset {
  background-position: -7533px 0;
  height: 16px;
  width: 14px;
}

/* line 244, ../sass/parts/_icons-sprite.scss */
.icn-reset-light {
  background-position: -7509px 0;
  height: 16px;
  width: 14px;
}

/* line 245, ../sass/parts/_icons-sprite.scss */
.icn-page-up {
  background-position: -6618px 0;
  height: 11px;
  width: 18px;
}

/* line 246, ../sass/parts/_icons-sprite.scss */
.icn-page-down {
  background-position: -6590px 0;
  height: 11px;
  width: 18px;
}

/* line 247, ../sass/parts/_icons-sprite.scss */
.icn-fullscreen {
  background-position: -2804px 0;
  height: 19px;
  width: 19px;
}

/* line 248, ../sass/parts/_icons-sprite.scss */
.icn-print {
  background-position: -2863px 0;
  height: 19px;
  width: 21px;
}

/* line 250, ../sass/parts/_icons-sprite.scss */
.icn-next-sheets {
  background-position: -6395px 0;
  height: 10px;
  width: 9px;
}

/* line 251, ../sass/parts/_icons-sprite.scss */
.icn-previous-sheets {
  background-position: -7105px 0;
  height: 10px;
  width: 9px;
}

/* line 254, ../sass/parts/_icons-sprite.scss */
.icn-pause-big {
  background-position: -6646px 0;
  height: 51px;
  width: 38px;
}

/* line 255, ../sass/parts/_icons-sprite.scss */
.icn-pause {
  background-position: -6714px 0;
  height: 15px;
  width: 10px;
}

/* line 256, ../sass/parts/_icons-sprite.scss */
.icn-play-big {
  background-position: -6820px 0;
  height: 29px;
  width: 21px;
}

/* line 257, ../sass/parts/_icons-sprite.scss */
.icn-play {
  background-position: -6978px 0;
  height: 15px;
  width: 12px;
}

/* line 258, ../sass/parts/_icons-sprite.scss */
.icn-replay {
  background-position: -7485px 0;
  height: 14px;
  width: 14px;
}

/* line 260, ../sass/parts/_icons-sprite.scss */
.icn-screen-zoom-in {
  background-position: -7746px 0;
  height: 15px;
  width: 14px;
}

/* line 261, ../sass/parts/_icons-sprite.scss */
.icn-screen-zoom-out {
  background-position: -7794px 0;
  height: 15px;
  width: 14px;
}

/* line 262, ../sass/parts/_icons-sprite.scss */
.icn-volume-bg {
  background-position: -9483px 0;
  height: 12px;
  width: 23px;
}

/* line 263, ../sass/parts/_icons-sprite.scss */
.icn-volume {
  background-position: -9549px 0;
  height: 13px;
  width: 24px;
}

/* line 265, ../sass/parts/_icons-sprite.scss */
.icn-pause-light {
  background-position: -6694px 0;
  height: 14px;
  width: 10px;
}

/* line 266, ../sass/parts/_icons-sprite.scss */
.icn-play-light {
  background-position: -6956px 0;
  height: 14px;
  width: 12px;
}

/* line 267, ../sass/parts/_icons-sprite.scss */
.icn-replay-light {
  background-position: -7461px 0;
  height: 14px;
  width: 14px;
}

/* line 269, ../sass/parts/_icons-sprite.scss */
.icn-screen-zoom-in-light, .viewer-wrapper.white .icn-screen-zoom-in {
  background-position: -7722px 0;
  height: 14px;
  width: 14px;
}

/* line 270, ../sass/parts/_icons-sprite.scss */
.icn-screen-zoom-out-light, .viewer-wrapper.white .icn-screen-zoom-out {
  background-position: -7770px 0;
  height: 14px;
  width: 14px;
}

/* line 271, ../sass/parts/_icons-sprite.scss */
.icn-volume-bg-light {
  background-position: -9450px 0;
  height: 12px;
  width: 23px;
}

/* line 272, ../sass/parts/_icons-sprite.scss */
.icn-volume-light {
  background-position: -9516px 0;
  height: 12px;
  width: 23px;
}

/* line 275, ../sass/parts/_icons-sprite.scss */
.icn-first {
  background-position: -2266px 0;
  height: 11px;
  width: 12px;
}

/* line 276, ../sass/parts/_icons-sprite.scss */
.icn-next {
  background-position: -2310px 0;
  height: 15px;
  width: 12px;
}

/* line 277, ../sass/parts/_icons-sprite.scss */
.icn-previous {
  background-position: -2332px 0;
  height: 15px;
  width: 12px;
}

/* line 278, ../sass/parts/_icons-sprite.scss */
.icn-last {
  background-position: -2288px 0;
  height: 11px;
  width: 12px;
}

/* line 280, ../sass/parts/_icons-sprite.scss */
.icn-first-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-first {
  background-position: -2045px 0;
  height: 10px;
  width: 9px;
}

/* line 281, ../sass/parts/_icons-sprite.scss */
.icn-next-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-next {
  background-position: -6373px 0;
  height: 14px;
  width: 12px;
}

/* line 282, ../sass/parts/_icons-sprite.scss */
.icn-previous-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-previous {
  background-position: -7083px 0;
  height: 14px;
  width: 12px;
}

/* line 283, ../sass/parts/_icons-sprite.scss */
.icn-last-light, .viewer-wrapper.white .pres-controls .control-nav a span.icn-last {
  background-position: -3579px 0;
  height: 10px;
  width: 9px;
}

/* line 286, ../sass/parts/_icons-sprite.scss */
.icn-grid-on {
  background-position: -2447px 0;
  height: 18px;
  width: 21px;
}

/* line 287, ../sass/parts/_icons-sprite.scss */
.icn-grid-off {
  background-position: -2385px 0;
  height: 18px;
  width: 21px;
}

/* line 288, ../sass/parts/_icons-sprite.scss */
.icn-grid-on-light {
  background-position: -2416px 0;
  height: 18px;
  width: 21px;
}

/* line 289, ../sass/parts/_icons-sprite.scss */
.icn-grid-off-light {
  background-position: -2354px 0;
  height: 18px;
  width: 21px;
}

/* line 292, ../sass/parts/_icons-sprite.scss */
.icn-advance-analytics {
  background-position: -240px 0;
  height: 32px;
  width: 32px;
}

/* line 293, ../sass/parts/_icons-sprite.scss */
.icn-custom-branding {
  background-position: -1381px 0;
  height: 32px;
  width: 32px;
}

/* line 294, ../sass/parts/_icons-sprite.scss */
.icn-disable-download {
  background-position: -1595px 0;
  height: 32px;
  width: 32px;
}

/* line 295, ../sass/parts/_icons-sprite.scss */
.icn-formats {
  background-position: -2178px 0;
  height: 32px;
  width: 32px;
}

/* line 296, ../sass/parts/_icons-sprite.scss */
.icn-no-limit {
  background-position: -6414px 0;
  height: 32px;
  width: 32px;
}

/* line 297, ../sass/parts/_icons-sprite.scss */
.icn-protection {
  background-position: -7124px 0;
  height: 32px;
  width: 32px;
}

/* line 298, ../sass/parts/_icons-sprite.scss */
.icn-recipients {
  background-position: -7322px 0;
  height: 32px;
  width: 32px;
}

/* line 299, ../sass/parts/_icons-sprite.scss */
.icn-schedule-share {
  background-position: -7638px 0;
  height: 32px;
  width: 32px;
}

/* line 300, ../sass/parts/_icons-sprite.scss */
.icn-self-destruct-icon {
  background-position: -7968px 0;
  height: 32px;
  width: 32px;
}

/* line 301, ../sass/parts/_icons-sprite.scss */
.icn-storage {
  background-position: -8515px 0;
  height: 32px;
  width: 32px;
}

/* line 302, ../sass/parts/_icons-sprite.scss */
.icn-support {
  background-position: -8557px 0;
  height: 32px;
  width: 32px;
}

/* line 303, ../sass/parts/_icons-sprite.scss */
.icn-temp-link {
  background-position: -8632px 0;
  height: 32px;
  width: 32px;
}

/* line 304, ../sass/parts/_icons-sprite.scss */
.icn-cc {
  background-position: -801px 0;
  height: 9px;
  width: 13px;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-cc:hover, .icn-cc.cc-hover, .plus-page .nav-tabs > li.active .icn-cc,
.install-page .nav-tabs > li.active .icn-cc,
.download-page .nav-tabs > li.active .icn-cc, .plus-page .nav-tabs > li:hover .icn-cc,
.install-page .nav-tabs > li:hover .icn-cc,
.download-page .nav-tabs > li:hover .icn-cc, .plus-page .upgrade-top .nav-tabs > li:hover .icn-cc, .plus-page .upgrade-top .nav-tabs > li.active .icn-cc {
  background-position: -824px 0;
}

/* line 305, ../sass/parts/_icons-sprite.scss */
.icn-pp {
  background-position: -6734px 0;
  height: 10px;
  width: 10px;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-pp:hover, .icn-pp.paypal-hover, .plus-page .nav-tabs > li.active .icn-pp,
.install-page .nav-tabs > li.active .icn-pp,
.download-page .nav-tabs > li.active .icn-pp, .plus-page .nav-tabs > li:hover .icn-pp,
.install-page .nav-tabs > li:hover .icn-pp,
.download-page .nav-tabs > li:hover .icn-pp, .plus-page .upgrade-top .nav-tabs > li:hover .icn-pp, .plus-page .upgrade-top .nav-tabs > li.active .icn-pp {
  background-position: -6754px 0;
}

/* line 306, ../sass/parts/_icons-sprite.scss */
.icn-visa {
  background-position: -9405px 0;
  height: 21px;
  width: 35px;
}

/* line 307, ../sass/parts/_icons-sprite.scss */
.icn-master {
  background-position: -6224px 0;
  height: 21px;
  width: 35px;
}

/* line 308, ../sass/parts/_icons-sprite.scss */
.icn-american {
  background-position: -321px 0;
  height: 21px;
  width: 35px;
}

/* line 309, ../sass/parts/_icons-sprite.scss */
.icn-cvc {
  background-position: -1423px 0;
  height: 17px;
  width: 26px;
}

/* line 310, ../sass/parts/_icons-sprite.scss */
.icn-secure {
  background-position: -2894px 0;
  height: 16px;
  width: 12px;
}

/* line 312, ../sass/parts/_icons-sprite.scss */
.icn_business_downlad_box {
  background-position: -718px 0;
  height: 22px;
  width: 28px;
}

/* line 315, ../sass/parts/_icons-sprite.scss */
.icn-alerts {
  background-position: -282px 0;
  height: 31px;
  width: 29px;
}

/* line 316, ../sass/parts/_icons-sprite.scss */
.icn-crown {
  background-position: -1339px 0;
  height: 27px;
  width: 32px;
}

/* line 317, ../sass/parts/_icons-sprite.scss */
.icn-direct-link {
  background-position: -1553px 0;
  height: 32px;
  width: 32px;
}

/* line 318, ../sass/parts/_icons-sprite.scss */
.icn-notes {
  background-position: -6495px 0;
  height: 32px;
  width: 24px;
}

/* line 319, ../sass/parts/_icons-sprite.scss */
.icn-proxy {
  background-position: -7166px 0;
  height: 33px;
  width: 28px;
}

/* line 320, ../sass/parts/_icons-sprite.scss */
.icn-realtime-view {
  background-position: -7280px 0;
  height: 20px;
  width: 32px;
}

/* line 321, ../sass/parts/_icons-sprite.scss */
.icn-screen-shot {
  background-position: -7680px 0;
  height: 32px;
  width: 32px;
}

/* line 322, ../sass/parts/_icons-sprite.scss */
.icn-social-media {
  background-position: -8425px 0;
  height: 32px;
  width: 28px;
}

/* line 325, ../sass/parts/_icons-sprite.scss */
.icn-gmail {
  background-position: -2220px 0;
  height: 26px;
  width: 36px;
}

/* line 326, ../sass/parts/_icons-sprite.scss */
.icn-invite {
  background-position: -3089px 0;
  height: 25px;
  width: 30px;
}

/* line 327, ../sass/parts/_icons-sprite.scss */
.icn-facebook {
  background-position: -1757px 0;
  height: 16px;
  width: 8px;
}

/* line 328, ../sass/parts/_icons-sprite.scss */
.icn-twitter {
  background-position: -8913px 0;
  height: 16px;
  width: 20px;
}

/* line 329, ../sass/parts/_icons-sprite.scss */
.icn-youtube {
  background-position: -9724px 0;
  height: 11px;
  width: 15px;
}

/* line 332, ../sass/parts/_icons-sprite.scss */
.icn-cross {
  background-position: -1320px 0;
  height: 9px;
  width: 9px;
}

/* line 333, ../sass/parts/_icons-sprite.scss */
.icn-tick {
  background-position: -8674px 0;
  height: 9px;
  width: 12px;
}

/* line 337, ../sass/parts/_icons-sprite.scss */
.icn-thumb-play:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.2);
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  background-position: -6901px 0;
  height: 45px;
  width: 45px;
  z-index: 100;
}
/* line 354, ../sass/parts/_icons-sprite.scss */
.icn-thumb-play.thumb:before, .viewer-wrapper .icn-thumb-play:before {
  background-position: -6851px 0;
  height: 40px;
  width: 40px;
}
/* line 359, ../sass/parts/_icons-sprite.scss */
.view-list .icn-thumb-play:before {
  margin-top: -11px !important;
  transform: scale(0.5, 0.5) translateY(-50%);
  z-index: 1;
}

/* line 370, ../sass/parts/_icons-sprite.scss */
.icn-file-lock:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.2);
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  background-position: -1920px 0;
  height: 54px;
  width: 54px;
  z-index: 100;
}
/* line 386, ../sass/parts/_icons-sprite.scss */
.view-list .icn-file-lock:before {
  margin-top: -14px !important;
  transform: scale(0.5, 0.5) translateY(-50%);
  margin-left: -5px;
  z-index: 1;
}

/* line 397, ../sass/parts/_icons-sprite.scss */
.icn-pb {
  background-position: -6797px 0;
  height: 13px;
  width: 13px;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-pb:active, .icn-pb.percentage-bar-active {
  background-position: -6774px 0;
}

/* line 398, ../sass/parts/_icons-sprite.scss */
.active > .icn-pb {
  background-position: -6774px 0;
  height: 13px;
  width: 13px;
}

/* line 399, ../sass/parts/_icons-sprite.scss */
.icn-vn {
  background-position: -9359px 0;
  height: 13px;
  width: 13px;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-vn:active, .icn-vn.views-number-active {
  background-position: -9336px 0;
}

/* line 400, ../sass/parts/_icons-sprite.scss */
.active > .icn-vn {
  background-position: -9336px 0;
  height: 13px;
  width: 13px;
}

/* line 405, ../sass/parts/_icons-sprite.scss */
.icn-link-upload:before,
.buckets .thumbnail.icn-link-upload:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
  background-position: -3598px 0;
  height: 45px;
  width: 45px;
}
/* line 412, ../sass/parts/_icons-sprite.scss */
.viewer-wrapper.link-upload .viewer-content-wrapper .icn-link-upload:after, .viewer-wrapper.link-upload .viewer-content-wrapper
.buckets .thumbnail.icn-link-upload:after {
  width: 50px;
  height: 50px;
}
/* line 417, ../sass/parts/_icons-sprite.scss */
.icn-link-upload.thumb:after, .viewer-wrapper .icn-link-upload:after,
.buckets .thumbnail.icn-link-upload.thumb:after, .viewer-wrapper
.buckets .thumbnail.icn-link-upload:after {
  width: 40px;
  height: 40px;
}
/* line 424, ../sass/parts/_icons-sprite.scss */
.view-list .icn-link-upload:before, .view-list
.buckets .thumbnail.icn-link-upload:before {
  margin-left: -5px !important;
  z-index: 1;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
/* line 429, ../sass/parts/_icons-sprite.scss */
.firefox .view-list .icn-link-upload:before, .firefox .view-list
.buckets .thumbnail.icn-link-upload:before {
  margin-top: -9px !important;
}

/* line 435, ../sass/parts/_icons-sprite.scss */
.buckets-view-grid {
  background-position: -9121px 0;
  height: 10px;
  width: 10px;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.buckets-view-grid:active, .buckets-view-grid.view-grid-active {
  background-position: -9101px 0;
}
/* line 438, ../sass/parts/_icons-sprite.scss */
.buckets-view-grid:hover, .buckets-view-grid:active, .buckets-view-grid.active {
  background-position: -9101px 0;
  height: 10px;
  width: 10px;
}

/* line 445, ../sass/parts/_icons-sprite.scss */
.buckets-view-list {
  background-position: -9182px 0;
  height: 10px;
  width: 10px;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.buckets-view-list:active, .buckets-view-list.view-list-active {
  background-position: -9162px 0;
}
/* line 448, ../sass/parts/_icons-sprite.scss */
.buckets-view-list:hover, .buckets-view-list:active, .buckets-view-list.active {
  background-position: -9162px 0;
  height: 10px;
  width: 10px;
}

/* line 455, ../sass/parts/_icons-sprite.scss */
.icn-inbox {
  background-position: -3011px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-inbox:hover, .icn-inbox.inbox-hover, li:hover > a > .icn-inbox, li.active > a > .icn-inbox {
  background-position: -3037px 0;
}

/* line 461, ../sass/parts/_icons-sprite.scss */
.icn-viewed {
  background-position: -9202px 0;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-viewed:hover, .icn-viewed.viewed-hover, li:hover > a > .icn-viewed, li.active > a > .icn-viewed {
  background-position: -9228px 0;
}

/* line 469, ../sass/parts/_icons-sprite.scss */
.icn-favorite {
  background-position: -2944px 0;
  height: 18px;
  width: 18px;
}
/* line 59, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icn-favorite:active, .icn-favorite.icn-star-active {
  background-position: -2916px 0;
}
/* line 472, ../sass/parts/_icons-sprite.scss */
.icn-favorite:hover, .icn-favorite:active, .icn-favorite.active {
  background-position: -2916px 0;
  height: 18px;
  width: 18px;
}

/* line 479, ../sass/parts/_icons-sprite.scss */
.icn-star {
  background-position: -8463px 0;
  height: 16px;
  width: 16px;
}
/* line 482, ../sass/parts/_icons-sprite.scss */
.icn-star:hover, .icn-star:active, .icn-star.active {
  background-position: -8489px 0;
  height: 16px;
  width: 16px;
}

/* line 489, ../sass/parts/_icons-sprite.scss */
.icn-file-small {
  display: inline-block;
  width: 16px;
  height: 20px;
  vertical-align: top;
  background: url('../images/icn-small-file.png?1590749455') center center no-repeat;
  background-size: 13px 16px;
}

/* line 498, ../sass/parts/_icons-sprite.scss */
.icn-xclose, .viewer-wrapper.white .xclose:before {
  background-position: -9703px 0;
  height: 11px;
  width: 11px;
}

/* line 499, ../sass/parts/_icons-sprite.scss */
.icn-xclose-white, .xclose:before {
  background-position: -9682px 0;
  height: 11px;
  width: 11px;
}

/*------------------------------------*
   Activity icons
*------------------------------------*/
/* line 18, ../sass/parts/_activity-icons-sprite.scss */
.activity-icon, .icn-activity-add, .icn-activity-bandwidth, .icn-activity-copy, .icn-activity-download, .icn-activity-edit, .icn-activity-email, .icn-activity-import, .icn-activity-locked, .icn-activity-merge, .icn-activity-plus, .icn-activity-self-destruct-stop, .icn-activity-self-destruct, .icn-activity-star, .icn-activity-storage, .icn-activity-trash, .icn-activity-unlock, .icn-activity-view, .icn-activity-comment {
  display: inline-block;
  background: url('../images/activity-icons/normal-s69c353bf87.png') no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 18, ../sass/parts/_activity-icons-sprite.scss */
  .activity-icon, .icn-activity-add, .icn-activity-bandwidth, .icn-activity-copy, .icn-activity-download, .icn-activity-edit, .icn-activity-email, .icn-activity-import, .icn-activity-locked, .icn-activity-merge, .icn-activity-plus, .icn-activity-self-destruct-stop, .icn-activity-self-destruct, .icn-activity-star, .icn-activity-storage, .icn-activity-trash, .icn-activity-unlock, .icn-activity-view, .icn-activity-comment {
    background: url('../images/activity-icons/retina-sba309880cc.png') no-repeat;
    -moz-background-size: 568px auto;
    -o-background-size: 568px auto;
    -webkit-background-size: 568px auto;
    background-size: 568px auto;
  }
}

/* line 35, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-add {
  background-position: 0 0;
  height: 15px;
  width: 15px;
}

/* line 36, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-bandwidth {
  background-position: -31px 0;
  height: 13px;
  width: 16px;
}

/* line 37, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-copy {
  background-position: -95px 0;
  height: 16px;
  width: 16px;
}

/* line 38, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-download {
  background-position: -127px 0;
  height: 16px;
  width: 15px;
}

/* line 39, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-edit {
  background-position: -158px 0;
  height: 16px;
  width: 16px;
}

/* line 40, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-email {
  background-position: -190px 3px;
}

/* line 41, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-import {
  background-position: -222px 0;
  height: 13px;
  width: 16px;
}

/* line 42, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-locked {
  background-position: -254px 0;
  height: 16px;
  width: 15px;
}

/* line 43, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-merge {
  background-position: -285px 0;
  height: 9px;
  width: 16px;
}

/* line 44, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-plus {
  background-position: -317px 2px;
}

/* line 45, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-self-destruct-stop {
  background-position: -350px 0;
}

/* line 46, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-self-destruct {
  background-position: -381px 0;
  height: 15px;
  width: 13px;
}

/* line 47, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-star {
  background-position: -410px 0;
  height: 15px;
  width: 16px;
}

/* line 48, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-storage {
  background-position: -442px 0;
  height: 15px;
  width: 15px;
}

/* line 49, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-trash {
  background-position: -473px 0;
  height: 16px;
  width: 16px;
}

/* line 50, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-unlock {
  background-position: -505px 0;
  height: 16px;
  width: 15px;
}

/* line 51, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-view {
  background-position: -536px 3px;
}

/* line 52, ../sass/parts/_activity-icons-sprite.scss */
.icn-activity-comment {
  background-position: -63px 0;
  height: 16px;
  width: 16px;
}

/*------------------------------------*
   Small file icons
*------------------------------------*/
/* line 18, ../sass/parts/_file-icons-sprite.scss */
.thumb-icon, .search-page .icn-thumb-file, .shared-by-me-page .icn-thumb-file, .shared-with-me-page .icn-thumb-file, .scheduled-shares-page .icn-thumb-file, .search-page
.icn-thumb-iso, .shared-by-me-page
.icn-thumb-iso, .shared-with-me-page
.icn-thumb-iso, .scheduled-shares-page
.icn-thumb-iso, .search-page
.icn-thumb-dmg, .shared-by-me-page
.icn-thumb-dmg, .shared-with-me-page
.icn-thumb-dmg, .scheduled-shares-page
.icn-thumb-dmg, .search-page
.icn-thumb-vhd, .shared-by-me-page
.icn-thumb-vhd, .shared-with-me-page
.icn-thumb-vhd, .scheduled-shares-page
.icn-thumb-vhd, .search-page
.icn-thumb-app, .shared-by-me-page
.icn-thumb-app, .shared-with-me-page
.icn-thumb-app, .scheduled-shares-page
.icn-thumb-app, .search-page
.icn-thumb-ini, .shared-by-me-page
.icn-thumb-ini, .shared-with-me-page
.icn-thumb-ini, .scheduled-shares-page
.icn-thumb-ini, .search-page
.icn-thumb-srt, .shared-by-me-page
.icn-thumb-srt, .shared-with-me-page
.icn-thumb-srt, .scheduled-shares-page
.icn-thumb-srt, .search-page
.icn-thumb-sub, .shared-by-me-page
.icn-thumb-sub, .shared-with-me-page
.icn-thumb-sub, .scheduled-shares-page
.icn-thumb-sub, .search-page
.icn-thumb-apk, .shared-by-me-page
.icn-thumb-apk, .shared-with-me-page
.icn-thumb-apk, .scheduled-shares-page
.icn-thumb-apk, .search-page
.icn-thumb-ipa, .shared-by-me-page
.icn-thumb-ipa, .shared-with-me-page
.icn-thumb-ipa, .scheduled-shares-page
.icn-thumb-ipa, .search-page
.icn-thumb-ipsw, .shared-by-me-page
.icn-thumb-ipsw, .shared-with-me-page
.icn-thumb-ipsw, .scheduled-shares-page
.icn-thumb-ipsw, .search-page
.icn-thumb-deb, .shared-by-me-page
.icn-thumb-deb, .shared-with-me-page
.icn-thumb-deb, .scheduled-shares-page
.icn-thumb-deb, .search-page
.icn-thumb-air, .shared-by-me-page
.icn-thumb-air, .shared-with-me-page
.icn-thumb-air, .scheduled-shares-page
.icn-thumb-air, .search-page
.icn-thumb-ical, .shared-by-me-page
.icn-thumb-ical, .shared-with-me-page
.icn-thumb-ical, .scheduled-shares-page
.icn-thumb-ical, .search-page
.icn-thumb-ics, .shared-by-me-page
.icn-thumb-ics, .shared-with-me-page
.icn-thumb-ics, .scheduled-shares-page
.icn-thumb-ics, .search-page
.icn-thumb-vcf, .shared-by-me-page
.icn-thumb-vcf, .shared-with-me-page
.icn-thumb-vcf, .scheduled-shares-page
.icn-thumb-vcf, .search-page
.icn-thumb-vdi, .shared-by-me-page
.icn-thumb-vdi, .shared-with-me-page
.icn-thumb-vdi, .scheduled-shares-page
.icn-thumb-vdi, .search-page
.icn-thumb-vmdk, .shared-by-me-page
.icn-thumb-vmdk, .shared-with-me-page
.icn-thumb-vmdk, .scheduled-shares-page
.icn-thumb-vmdk, .search-page
.icn-thumb-url, .shared-by-me-page
.icn-thumb-url, .shared-with-me-page
.icn-thumb-url, .scheduled-shares-page
.icn-thumb-url, .search-page .icn-thumb-archive, .shared-by-me-page .icn-thumb-archive, .shared-with-me-page .icn-thumb-archive, .scheduled-shares-page .icn-thumb-archive, .search-page
.icn-thumb-zip, .shared-by-me-page
.icn-thumb-zip, .shared-with-me-page
.icn-thumb-zip, .scheduled-shares-page
.icn-thumb-zip, .search-page
.icn-thumb-tar, .shared-by-me-page
.icn-thumb-tar, .shared-with-me-page
.icn-thumb-tar, .scheduled-shares-page
.icn-thumb-tar, .search-page
.icn-thumb-gz, .shared-by-me-page
.icn-thumb-gz, .shared-with-me-page
.icn-thumb-gz, .scheduled-shares-page
.icn-thumb-gz, .search-page
.icn-thumb-7z, .shared-by-me-page
.icn-thumb-7z, .shared-with-me-page
.icn-thumb-7z, .scheduled-shares-page
.icn-thumb-7z, .search-page
.icn-thumb-cab, .shared-by-me-page
.icn-thumb-cab, .shared-with-me-page
.icn-thumb-cab, .scheduled-shares-page
.icn-thumb-cab, .search-page
.icn-thumb-cfs, .shared-by-me-page
.icn-thumb-cfs, .shared-with-me-page
.icn-thumb-cfs, .scheduled-shares-page
.icn-thumb-cfs, .search-page
.icn-thumb-rar, .shared-by-me-page
.icn-thumb-rar, .shared-with-me-page
.icn-thumb-rar, .scheduled-shares-page
.icn-thumb-rar, .search-page
.icn-thumb-tar.gz, .shared-by-me-page
.icn-thumb-tar.gz, .shared-with-me-page
.icn-thumb-tar.gz, .scheduled-shares-page
.icn-thumb-tar.gz, .search-page
.icn-thumb-tgz, .shared-by-me-page
.icn-thumb-tgz, .shared-with-me-page
.icn-thumb-tgz, .scheduled-shares-page
.icn-thumb-tgz, .search-page
.icn-thumb-tar.z, .shared-by-me-page
.icn-thumb-tar.z, .shared-with-me-page
.icn-thumb-tar.z, .scheduled-shares-page
.icn-thumb-tar.z, .search-page
.icn-thumb-tar.bz2, .shared-by-me-page
.icn-thumb-tar.bz2, .shared-with-me-page
.icn-thumb-tar.bz2, .scheduled-shares-page
.icn-thumb-tar.bz2, .search-page
.icn-thumb-tbz2, .shared-by-me-page
.icn-thumb-tbz2, .shared-with-me-page
.icn-thumb-tbz2, .scheduled-shares-page
.icn-thumb-tbz2, .search-page
.icn-thumb-tar.lzma, .shared-by-me-page
.icn-thumb-tar.lzma, .shared-with-me-page
.icn-thumb-tar.lzma, .scheduled-shares-page
.icn-thumb-tar.lzma, .search-page
.icn-thumb-tlz, .shared-by-me-page
.icn-thumb-tlz, .shared-with-me-page
.icn-thumb-tlz, .scheduled-shares-page
.icn-thumb-tlz, .search-page .icn-thumb-ebook, .shared-by-me-page .icn-thumb-ebook, .shared-with-me-page .icn-thumb-ebook, .scheduled-shares-page .icn-thumb-ebook, .search-page
.icn-thumb-azw, .shared-by-me-page
.icn-thumb-azw, .shared-with-me-page
.icn-thumb-azw, .scheduled-shares-page
.icn-thumb-azw, .search-page
.icn-thumb-azw4, .shared-by-me-page
.icn-thumb-azw4, .shared-with-me-page
.icn-thumb-azw4, .scheduled-shares-page
.icn-thumb-azw4, .search-page
.icn-thumb-chm, .shared-by-me-page
.icn-thumb-chm, .shared-with-me-page
.icn-thumb-chm, .scheduled-shares-page
.icn-thumb-chm, .search-page
.icn-thumb-cbz, .shared-by-me-page
.icn-thumb-cbz, .shared-with-me-page
.icn-thumb-cbz, .scheduled-shares-page
.icn-thumb-cbz, .search-page
.icn-thumb-epub, .shared-by-me-page
.icn-thumb-epub, .shared-with-me-page
.icn-thumb-epub, .scheduled-shares-page
.icn-thumb-epub, .search-page
.icn-thumb-fb2, .shared-by-me-page
.icn-thumb-fb2, .shared-with-me-page
.icn-thumb-fb2, .scheduled-shares-page
.icn-thumb-fb2, .search-page
.icn-thumb-htmlz, .shared-by-me-page
.icn-thumb-htmlz, .shared-with-me-page
.icn-thumb-htmlz, .scheduled-shares-page
.icn-thumb-htmlz, .search-page
.icn-thumb-lit, .shared-by-me-page
.icn-thumb-lit, .shared-with-me-page
.icn-thumb-lit, .scheduled-shares-page
.icn-thumb-lit, .search-page
.icn-thumb-lrf, .shared-by-me-page
.icn-thumb-lrf, .shared-with-me-page
.icn-thumb-lrf, .scheduled-shares-page
.icn-thumb-lrf, .search-page
.icn-thumb-lrs, .shared-by-me-page
.icn-thumb-lrs, .shared-with-me-page
.icn-thumb-lrs, .scheduled-shares-page
.icn-thumb-lrs, .search-page
.icn-thumb-mobi, .shared-by-me-page
.icn-thumb-mobi, .shared-with-me-page
.icn-thumb-mobi, .scheduled-shares-page
.icn-thumb-mobi, .search-page
.icn-thumb-pdb, .shared-by-me-page
.icn-thumb-pdb, .shared-with-me-page
.icn-thumb-pdb, .scheduled-shares-page
.icn-thumb-pdb, .search-page
.icn-thumb-pml, .shared-by-me-page
.icn-thumb-pml, .shared-with-me-page
.icn-thumb-pml, .scheduled-shares-page
.icn-thumb-pml, .search-page
.icn-thumb-recip, .shared-by-me-page
.icn-thumb-recip, .shared-with-me-page
.icn-thumb-recip, .scheduled-shares-page
.icn-thumb-recip, .search-page
.icn-thumb-snb, .shared-by-me-page
.icn-thumb-snb, .shared-with-me-page
.icn-thumb-snb, .scheduled-shares-page
.icn-thumb-snb, .search-page
.icn-thumb-tcr, .shared-by-me-page
.icn-thumb-tcr, .shared-with-me-page
.icn-thumb-tcr, .scheduled-shares-page
.icn-thumb-tcr, .search-page
.icn-thumb-cbr, .shared-by-me-page
.icn-thumb-cbr, .shared-with-me-page
.icn-thumb-cbr, .scheduled-shares-page
.icn-thumb-cbr, .search-page
.icn-thumb-prc, .shared-by-me-page
.icn-thumb-prc, .shared-with-me-page
.icn-thumb-prc, .scheduled-shares-page
.icn-thumb-prc, .search-page
.icn-thumb-tpz, .shared-by-me-page
.icn-thumb-tpz, .shared-with-me-page
.icn-thumb-tpz, .scheduled-shares-page
.icn-thumb-tpz, .search-page
.icn-thumb-pmlz, .shared-by-me-page
.icn-thumb-pmlz, .shared-with-me-page
.icn-thumb-pmlz, .scheduled-shares-page
.icn-thumb-pmlz, .search-page .icn-thumb-code, .shared-by-me-page .icn-thumb-code, .shared-with-me-page .icn-thumb-code, .scheduled-shares-page .icn-thumb-code, .search-page
.icn-thumb-as, .shared-by-me-page
.icn-thumb-as, .shared-with-me-page
.icn-thumb-as, .scheduled-shares-page
.icn-thumb-as, .search-page
.icn-thumb-actionscript, .shared-by-me-page
.icn-thumb-actionscript, .shared-with-me-page
.icn-thumb-actionscript, .scheduled-shares-page
.icn-thumb-actionscript, .search-page
.icn-thumb-sh, .shared-by-me-page
.icn-thumb-sh, .shared-with-me-page
.icn-thumb-sh, .scheduled-shares-page
.icn-thumb-sh, .search-page
.icn-thumb-cf, .shared-by-me-page
.icn-thumb-cf, .shared-with-me-page
.icn-thumb-cf, .scheduled-shares-page
.icn-thumb-cf, .search-page
.icn-thumb-cfm, .shared-by-me-page
.icn-thumb-cfm, .shared-with-me-page
.icn-thumb-cfm, .scheduled-shares-page
.icn-thumb-cfm, .search-page
.icn-thumb-cs, .shared-by-me-page
.icn-thumb-cs, .shared-with-me-page
.icn-thumb-cs, .scheduled-shares-page
.icn-thumb-cs, .search-page
.icn-thumb-c, .shared-by-me-page
.icn-thumb-c, .shared-with-me-page
.icn-thumb-c, .scheduled-shares-page
.icn-thumb-c, .search-page
.icn-thumb-h, .shared-by-me-page
.icn-thumb-h, .shared-with-me-page
.icn-thumb-h, .scheduled-shares-page
.icn-thumb-h, .search-page
.icn-thumb-cc, .shared-by-me-page
.icn-thumb-cc, .shared-with-me-page
.icn-thumb-cc, .scheduled-shares-page
.icn-thumb-cc, .search-page
.icn-thumb-cp, .shared-by-me-page
.icn-thumb-cp, .shared-with-me-page
.icn-thumb-cp, .scheduled-shares-page
.icn-thumb-cp, .search-page
.icn-thumb-cpp, .shared-by-me-page
.icn-thumb-cpp, .shared-with-me-page
.icn-thumb-cpp, .scheduled-shares-page
.icn-thumb-cpp, .search-page
.icn-thumb-m, .shared-by-me-page
.icn-thumb-m, .shared-with-me-page
.icn-thumb-m, .scheduled-shares-page
.icn-thumb-m, .search-page
.icn-thumb-css, .shared-by-me-page
.icn-thumb-css, .shared-with-me-page
.icn-thumb-css, .scheduled-shares-page
.icn-thumb-css, .search-page
.icn-thumb-pas, .shared-by-me-page
.icn-thumb-pas, .shared-with-me-page
.icn-thumb-pas, .scheduled-shares-page
.icn-thumb-pas, .search-page
.icn-thumb-diff, .shared-by-me-page
.icn-thumb-diff, .shared-with-me-page
.icn-thumb-diff, .scheduled-shares-page
.icn-thumb-diff, .search-page
.icn-thumb-patch, .shared-by-me-page
.icn-thumb-patch, .shared-with-me-page
.icn-thumb-patch, .scheduled-shares-page
.icn-thumb-patch, .search-page
.icn-thumb-erl, .shared-by-me-page
.icn-thumb-erl, .shared-with-me-page
.icn-thumb-erl, .scheduled-shares-page
.icn-thumb-erl, .search-page
.icn-thumb-groovy, .shared-by-me-page
.icn-thumb-groovy, .shared-with-me-page
.icn-thumb-groovy, .scheduled-shares-page
.icn-thumb-groovy, .search-page
.icn-thumb-js, .shared-by-me-page
.icn-thumb-js, .shared-with-me-page
.icn-thumb-js, .scheduled-shares-page
.icn-thumb-js, .search-page
.icn-thumb-java, .shared-by-me-page
.icn-thumb-java, .shared-with-me-page
.icn-thumb-java, .scheduled-shares-page
.icn-thumb-java, .search-page
.icn-thumb-jfx, .shared-by-me-page
.icn-thumb-jfx, .shared-with-me-page
.icn-thumb-jfx, .scheduled-shares-page
.icn-thumb-jfx, .search-page
.icn-thumb-pl, .shared-by-me-page
.icn-thumb-pl, .shared-with-me-page
.icn-thumb-pl, .scheduled-shares-page
.icn-thumb-pl, .search-page
.icn-thumb-perl, .shared-by-me-page
.icn-thumb-perl, .shared-with-me-page
.icn-thumb-perl, .scheduled-shares-page
.icn-thumb-perl, .search-page
.icn-thumb-php, .shared-by-me-page
.icn-thumb-php, .shared-with-me-page
.icn-thumb-php, .scheduled-shares-page
.icn-thumb-php, .search-page
.icn-thumb-ps1, .shared-by-me-page
.icn-thumb-ps1, .shared-with-me-page
.icn-thumb-ps1, .scheduled-shares-page
.icn-thumb-ps1, .search-page
.icn-thumb-py, .shared-by-me-page
.icn-thumb-py, .shared-with-me-page
.icn-thumb-py, .scheduled-shares-page
.icn-thumb-py, .search-page
.icn-thumb-python, .shared-by-me-page
.icn-thumb-python, .shared-with-me-page
.icn-thumb-python, .scheduled-shares-page
.icn-thumb-python, .search-page
.icn-thumb-rb, .shared-by-me-page
.icn-thumb-rb, .shared-with-me-page
.icn-thumb-rb, .scheduled-shares-page
.icn-thumb-rb, .search-page
.icn-thumb-ruby, .shared-by-me-page
.icn-thumb-ruby, .shared-with-me-page
.icn-thumb-ruby, .scheduled-shares-page
.icn-thumb-ruby, .search-page
.icn-thumb-scala, .shared-by-me-page
.icn-thumb-scala, .shared-with-me-page
.icn-thumb-scala, .scheduled-shares-page
.icn-thumb-scala, .search-page
.icn-thumb-sql, .shared-by-me-page
.icn-thumb-sql, .shared-with-me-page
.icn-thumb-sql, .scheduled-shares-page
.icn-thumb-sql, .search-page
.icn-thumb-vb, .shared-by-me-page
.icn-thumb-vb, .shared-with-me-page
.icn-thumb-vb, .scheduled-shares-page
.icn-thumb-vb, .search-page
.icn-thumb-xhtml, .shared-by-me-page
.icn-thumb-xhtml, .shared-with-me-page
.icn-thumb-xhtml, .scheduled-shares-page
.icn-thumb-xhtml, .search-page
.icn-thumb-xslt, .shared-by-me-page
.icn-thumb-xslt, .shared-with-me-page
.icn-thumb-xslt, .scheduled-shares-page
.icn-thumb-xslt, .search-page
.icn-thumb-html, .shared-by-me-page
.icn-thumb-html, .shared-with-me-page
.icn-thumb-html, .scheduled-shares-page
.icn-thumb-html, .search-page
.icn-thumb-htm, .shared-by-me-page
.icn-thumb-htm, .shared-with-me-page
.icn-thumb-htm, .scheduled-shares-page
.icn-thumb-htm, .search-page
.icn-thumb-xml, .shared-by-me-page
.icn-thumb-xml, .shared-with-me-page
.icn-thumb-xml, .scheduled-shares-page
.icn-thumb-xml, .search-page .icn-thumb-image, .shared-by-me-page .icn-thumb-image, .shared-with-me-page .icn-thumb-image, .scheduled-shares-page .icn-thumb-image, .search-page
.icn-thumb-3fr, .shared-by-me-page
.icn-thumb-3fr, .shared-with-me-page
.icn-thumb-3fr, .scheduled-shares-page
.icn-thumb-3fr, .search-page
.icn-thumb-ai, .shared-by-me-page
.icn-thumb-ai, .shared-with-me-page
.icn-thumb-ai, .scheduled-shares-page
.icn-thumb-ai, .search-page
.icn-thumb-aai, .shared-by-me-page
.icn-thumb-aai, .shared-with-me-page
.icn-thumb-aai, .scheduled-shares-page
.icn-thumb-aai, .search-page
.icn-thumb-art, .shared-by-me-page
.icn-thumb-art, .shared-with-me-page
.icn-thumb-art, .scheduled-shares-page
.icn-thumb-art, .search-page
.icn-thumb-arw, .shared-by-me-page
.icn-thumb-arw, .shared-with-me-page
.icn-thumb-arw, .scheduled-shares-page
.icn-thumb-arw, .search-page
.icn-thumb-avs, .shared-by-me-page
.icn-thumb-avs, .shared-with-me-page
.icn-thumb-avs, .scheduled-shares-page
.icn-thumb-avs, .search-page
.icn-thumb-bitmap, .shared-by-me-page
.icn-thumb-bitmap, .shared-with-me-page
.icn-thumb-bitmap, .scheduled-shares-page
.icn-thumb-bitmap, .search-page
.icn-thumb-bmp, .shared-by-me-page
.icn-thumb-bmp, .shared-with-me-page
.icn-thumb-bmp, .scheduled-shares-page
.icn-thumb-bmp, .search-page
.icn-thumb-bmp2, .shared-by-me-page
.icn-thumb-bmp2, .shared-with-me-page
.icn-thumb-bmp2, .scheduled-shares-page
.icn-thumb-bmp2, .search-page
.icn-thumb-bmp3, .shared-by-me-page
.icn-thumb-bmp3, .shared-with-me-page
.icn-thumb-bmp3, .scheduled-shares-page
.icn-thumb-bmp3, .search-page
.icn-thumb-cals, .shared-by-me-page
.icn-thumb-cals, .shared-with-me-page
.icn-thumb-cals, .scheduled-shares-page
.icn-thumb-cals, .search-page
.icn-thumb-cgm, .shared-by-me-page
.icn-thumb-cgm, .shared-with-me-page
.icn-thumb-cgm, .scheduled-shares-page
.icn-thumb-cgm, .search-page
.icn-thumb-cin, .shared-by-me-page
.icn-thumb-cin, .shared-with-me-page
.icn-thumb-cin, .scheduled-shares-page
.icn-thumb-cin, .search-page
.icn-thumb-cmyk, .shared-by-me-page
.icn-thumb-cmyk, .shared-with-me-page
.icn-thumb-cmyk, .scheduled-shares-page
.icn-thumb-cmyk, .search-page
.icn-thumb-cmyka, .shared-by-me-page
.icn-thumb-cmyka, .shared-with-me-page
.icn-thumb-cmyka, .scheduled-shares-page
.icn-thumb-cmyka, .search-page
.icn-thumb-cr2, .shared-by-me-page
.icn-thumb-cr2, .shared-with-me-page
.icn-thumb-cr2, .scheduled-shares-page
.icn-thumb-cr2, .search-page
.icn-thumb-crw, .shared-by-me-page
.icn-thumb-crw, .shared-with-me-page
.icn-thumb-crw, .scheduled-shares-page
.icn-thumb-crw, .search-page
.icn-thumb-cur, .shared-by-me-page
.icn-thumb-cur, .shared-with-me-page
.icn-thumb-cur, .scheduled-shares-page
.icn-thumb-cur, .search-page
.icn-thumb-cut, .shared-by-me-page
.icn-thumb-cut, .shared-with-me-page
.icn-thumb-cut, .scheduled-shares-page
.icn-thumb-cut, .search-page
.icn-thumb-dcm, .shared-by-me-page
.icn-thumb-dcm, .shared-with-me-page
.icn-thumb-dcm, .scheduled-shares-page
.icn-thumb-dcm, .search-page
.icn-thumb-dcr, .shared-by-me-page
.icn-thumb-dcr, .shared-with-me-page
.icn-thumb-dcr, .scheduled-shares-page
.icn-thumb-dcr, .search-page
.icn-thumb-dcx, .shared-by-me-page
.icn-thumb-dcx, .shared-with-me-page
.icn-thumb-dcx, .scheduled-shares-page
.icn-thumb-dcx, .search-page
.icn-thumb-dds, .shared-by-me-page
.icn-thumb-dds, .shared-with-me-page
.icn-thumb-dds, .scheduled-shares-page
.icn-thumb-dds, .search-page
.icn-thumb-dib, .shared-by-me-page
.icn-thumb-dib, .shared-with-me-page
.icn-thumb-dib, .scheduled-shares-page
.icn-thumb-dib, .search-page
.icn-thumb-dicom, .shared-by-me-page
.icn-thumb-dicom, .shared-with-me-page
.icn-thumb-dicom, .scheduled-shares-page
.icn-thumb-dicom, .search-page
.icn-thumb-dng, .shared-by-me-page
.icn-thumb-dng, .shared-with-me-page
.icn-thumb-dng, .scheduled-shares-page
.icn-thumb-dng, .search-page
.icn-thumb-dot, .shared-by-me-page
.icn-thumb-dot, .shared-with-me-page
.icn-thumb-dot, .scheduled-shares-page
.icn-thumb-dot, .search-page
.icn-thumb-dpx, .shared-by-me-page
.icn-thumb-dpx, .shared-with-me-page
.icn-thumb-dpx, .scheduled-shares-page
.icn-thumb-dpx, .search-page
.icn-thumb-emf, .shared-by-me-page
.icn-thumb-emf, .shared-with-me-page
.icn-thumb-emf, .scheduled-shares-page
.icn-thumb-emf, .search-page
.icn-thumb-epdf, .shared-by-me-page
.icn-thumb-epdf, .shared-with-me-page
.icn-thumb-epdf, .scheduled-shares-page
.icn-thumb-epdf, .search-page
.icn-thumb-epi, .shared-by-me-page
.icn-thumb-epi, .shared-with-me-page
.icn-thumb-epi, .scheduled-shares-page
.icn-thumb-epi, .search-page
.icn-thumb-eps, .shared-by-me-page
.icn-thumb-eps, .shared-with-me-page
.icn-thumb-eps, .scheduled-shares-page
.icn-thumb-eps, .search-page
.icn-thumb-eps2, .shared-by-me-page
.icn-thumb-eps2, .shared-with-me-page
.icn-thumb-eps2, .scheduled-shares-page
.icn-thumb-eps2, .search-page
.icn-thumb-eps3, .shared-by-me-page
.icn-thumb-eps3, .shared-with-me-page
.icn-thumb-eps3, .scheduled-shares-page
.icn-thumb-eps3, .search-page
.icn-thumb-epsf, .shared-by-me-page
.icn-thumb-epsf, .shared-with-me-page
.icn-thumb-epsf, .scheduled-shares-page
.icn-thumb-epsf, .search-page
.icn-thumb-epsi, .shared-by-me-page
.icn-thumb-epsi, .shared-with-me-page
.icn-thumb-epsi, .scheduled-shares-page
.icn-thumb-epsi, .search-page
.icn-thumb-ept, .shared-by-me-page
.icn-thumb-ept, .shared-with-me-page
.icn-thumb-ept, .scheduled-shares-page
.icn-thumb-ept, .search-page
.icn-thumb-erf, .shared-by-me-page
.icn-thumb-erf, .shared-with-me-page
.icn-thumb-erf, .scheduled-shares-page
.icn-thumb-erf, .search-page
.icn-thumb-exr, .shared-by-me-page
.icn-thumb-exr, .shared-with-me-page
.icn-thumb-exr, .scheduled-shares-page
.icn-thumb-exr, .search-page
.icn-thumb-fax, .shared-by-me-page
.icn-thumb-fax, .shared-with-me-page
.icn-thumb-fax, .scheduled-shares-page
.icn-thumb-fax, .search-page
.icn-thumb-fig, .shared-by-me-page
.icn-thumb-fig, .shared-with-me-page
.icn-thumb-fig, .scheduled-shares-page
.icn-thumb-fig, .search-page
.icn-thumb-fit, .shared-by-me-page
.icn-thumb-fit, .shared-with-me-page
.icn-thumb-fit, .scheduled-shares-page
.icn-thumb-fit, .search-page
.icn-thumb-fits, .shared-by-me-page
.icn-thumb-fits, .shared-with-me-page
.icn-thumb-fits, .scheduled-shares-page
.icn-thumb-fits, .search-page
.icn-thumb-fpx, .shared-by-me-page
.icn-thumb-fpx, .shared-with-me-page
.icn-thumb-fpx, .scheduled-shares-page
.icn-thumb-fpx, .search-page
.icn-thumb-fts, .shared-by-me-page
.icn-thumb-fts, .shared-with-me-page
.icn-thumb-fts, .scheduled-shares-page
.icn-thumb-fts, .search-page
.icn-thumb-gif, .shared-by-me-page
.icn-thumb-gif, .shared-with-me-page
.icn-thumb-gif, .scheduled-shares-page
.icn-thumb-gif, .search-page
.icn-thumb-gplt, .shared-by-me-page
.icn-thumb-gplt, .shared-with-me-page
.icn-thumb-gplt, .scheduled-shares-page
.icn-thumb-gplt, .search-page
.icn-thumb-gray, .shared-by-me-page
.icn-thumb-gray, .shared-with-me-page
.icn-thumb-gray, .scheduled-shares-page
.icn-thumb-gray, .search-page
.icn-thumb-hdr, .shared-by-me-page
.icn-thumb-hdr, .shared-with-me-page
.icn-thumb-hdr, .scheduled-shares-page
.icn-thumb-hdr, .search-page
.icn-thumb-hpgl, .shared-by-me-page
.icn-thumb-hpgl, .shared-with-me-page
.icn-thumb-hpgl, .scheduled-shares-page
.icn-thumb-hpgl, .search-page
.icn-thumb-hrz, .shared-by-me-page
.icn-thumb-hrz, .shared-with-me-page
.icn-thumb-hrz, .scheduled-shares-page
.icn-thumb-hrz, .search-page
.icn-thumb-ico, .shared-by-me-page
.icn-thumb-ico, .shared-with-me-page
.icn-thumb-ico, .scheduled-shares-page
.icn-thumb-ico, .search-page
.icn-thumb-icon, .shared-by-me-page
.icn-thumb-icon, .shared-with-me-page
.icn-thumb-icon, .scheduled-shares-page
.icn-thumb-icon, .search-page
.icn-thumb-iff, .shared-by-me-page
.icn-thumb-iff, .shared-with-me-page
.icn-thumb-iff, .scheduled-shares-page
.icn-thumb-iff, .search-page
.icn-thumb-info, .shared-by-me-page
.icn-thumb-info, .shared-with-me-page
.icn-thumb-info, .scheduled-shares-page
.icn-thumb-info, .search-page
.icn-thumb-inli, .shared-by-me-page
.icn-thumb-inli, .shared-with-me-page
.icn-thumb-inli, .scheduled-shares-page
.icn-thumb-inli, .search-page
.icn-thumb-jbig, .shared-by-me-page
.icn-thumb-jbig, .shared-with-me-page
.icn-thumb-jbig, .scheduled-shares-page
.icn-thumb-jbig, .search-page
.icn-thumb-jng, .shared-by-me-page
.icn-thumb-jng, .shared-with-me-page
.icn-thumb-jng, .scheduled-shares-page
.icn-thumb-jng, .search-page
.icn-thumb-jp2, .shared-by-me-page
.icn-thumb-jp2, .shared-with-me-page
.icn-thumb-jp2, .scheduled-shares-page
.icn-thumb-jp2, .search-page
.icn-thumb-jpe, .shared-by-me-page
.icn-thumb-jpe, .shared-with-me-page
.icn-thumb-jpe, .scheduled-shares-page
.icn-thumb-jpe, .search-page
.icn-thumb-jpf, .shared-by-me-page
.icn-thumb-jpf, .shared-with-me-page
.icn-thumb-jpf, .scheduled-shares-page
.icn-thumb-jpf, .search-page
.icn-thumb-jpc, .shared-by-me-page
.icn-thumb-jpc, .shared-with-me-page
.icn-thumb-jpc, .scheduled-shares-page
.icn-thumb-jpc, .search-page
.icn-thumb-jpg, .shared-by-me-page
.icn-thumb-jpg, .shared-with-me-page
.icn-thumb-jpg, .scheduled-shares-page
.icn-thumb-jpg, .search-page
.icn-thumb-jpeg, .shared-by-me-page
.icn-thumb-jpeg, .shared-with-me-page
.icn-thumb-jpeg, .scheduled-shares-page
.icn-thumb-jpeg, .search-page
.icn-thumb-kdc, .shared-by-me-page
.icn-thumb-kdc, .shared-with-me-page
.icn-thumb-kdc, .scheduled-shares-page
.icn-thumb-kdc, .search-page
.icn-thumb-k25, .shared-by-me-page
.icn-thumb-k25, .shared-with-me-page
.icn-thumb-k25, .scheduled-shares-page
.icn-thumb-k25, .search-page
.icn-thumb-man, .shared-by-me-page
.icn-thumb-man, .shared-with-me-page
.icn-thumb-man, .scheduled-shares-page
.icn-thumb-man, .search-page
.icn-thumb-mat, .shared-by-me-page
.icn-thumb-mat, .shared-with-me-page
.icn-thumb-mat, .scheduled-shares-page
.icn-thumb-mat, .search-page
.icn-thumb-miff, .shared-by-me-page
.icn-thumb-miff, .shared-with-me-page
.icn-thumb-miff, .scheduled-shares-page
.icn-thumb-miff, .search-page
.icn-thumb-mono, .shared-by-me-page
.icn-thumb-mono, .shared-with-me-page
.icn-thumb-mono, .scheduled-shares-page
.icn-thumb-mono, .search-page
.icn-thumb-mng, .shared-by-me-page
.icn-thumb-mng, .shared-with-me-page
.icn-thumb-mng, .scheduled-shares-page
.icn-thumb-mng, .search-page
.icn-thumb-mpc, .shared-by-me-page
.icn-thumb-mpc, .shared-with-me-page
.icn-thumb-mpc, .scheduled-shares-page
.icn-thumb-mpc, .search-page
.icn-thumb-mpr, .shared-by-me-page
.icn-thumb-mpr, .shared-with-me-page
.icn-thumb-mpr, .scheduled-shares-page
.icn-thumb-mpr, .search-page
.icn-thumb-mrsid, .shared-by-me-page
.icn-thumb-mrsid, .shared-with-me-page
.icn-thumb-mrsid, .scheduled-shares-page
.icn-thumb-mrsid, .search-page
.icn-thumb-mrw, .shared-by-me-page
.icn-thumb-mrw, .shared-with-me-page
.icn-thumb-mrw, .scheduled-shares-page
.icn-thumb-mrw, .search-page
.icn-thumb-msl, .shared-by-me-page
.icn-thumb-msl, .shared-with-me-page
.icn-thumb-msl, .scheduled-shares-page
.icn-thumb-msl, .search-page
.icn-thumb-msvg, .shared-by-me-page
.icn-thumb-msvg, .shared-with-me-page
.icn-thumb-msvg, .scheduled-shares-page
.icn-thumb-msvg, .search-page
.icn-thumb-mtv, .shared-by-me-page
.icn-thumb-mtv, .shared-with-me-page
.icn-thumb-mtv, .scheduled-shares-page
.icn-thumb-mtv, .search-page
.icn-thumb-mvg, .shared-by-me-page
.icn-thumb-mvg, .shared-with-me-page
.icn-thumb-mvg, .scheduled-shares-page
.icn-thumb-mvg, .search-page
.icn-thumb-nef, .shared-by-me-page
.icn-thumb-nef, .shared-with-me-page
.icn-thumb-nef, .scheduled-shares-page
.icn-thumb-nef, .search-page
.icn-thumb-orf, .shared-by-me-page
.icn-thumb-orf, .shared-with-me-page
.icn-thumb-orf, .scheduled-shares-page
.icn-thumb-orf, .search-page
.icn-thumb-otb, .shared-by-me-page
.icn-thumb-otb, .shared-with-me-page
.icn-thumb-otb, .scheduled-shares-page
.icn-thumb-otb, .search-page
.icn-thumb-p7, .shared-by-me-page
.icn-thumb-p7, .shared-with-me-page
.icn-thumb-p7, .scheduled-shares-page
.icn-thumb-p7, .search-page
.icn-thumb-palm, .shared-by-me-page
.icn-thumb-palm, .shared-with-me-page
.icn-thumb-palm, .scheduled-shares-page
.icn-thumb-palm, .search-page
.icn-thumb-pam, .shared-by-me-page
.icn-thumb-pam, .shared-with-me-page
.icn-thumb-pam, .scheduled-shares-page
.icn-thumb-pam, .search-page
.icn-thumb-pbm, .shared-by-me-page
.icn-thumb-pbm, .shared-with-me-page
.icn-thumb-pbm, .scheduled-shares-page
.icn-thumb-pbm, .search-page
.icn-thumb-pcd, .shared-by-me-page
.icn-thumb-pcd, .shared-with-me-page
.icn-thumb-pcd, .scheduled-shares-page
.icn-thumb-pcd, .search-page
.icn-thumb-pcds, .shared-by-me-page
.icn-thumb-pcds, .shared-with-me-page
.icn-thumb-pcds, .scheduled-shares-page
.icn-thumb-pcds, .search-page
.icn-thumb-pcc, .shared-by-me-page
.icn-thumb-pcc, .shared-with-me-page
.icn-thumb-pcc, .scheduled-shares-page
.icn-thumb-pcc, .search-page
.icn-thumb-pcl, .shared-by-me-page
.icn-thumb-pcl, .shared-with-me-page
.icn-thumb-pcl, .scheduled-shares-page
.icn-thumb-pcl, .search-page
.icn-thumb-pct, .shared-by-me-page
.icn-thumb-pct, .shared-with-me-page
.icn-thumb-pct, .scheduled-shares-page
.icn-thumb-pct, .search-page
.icn-thumb-pcx, .shared-by-me-page
.icn-thumb-pcx, .shared-with-me-page
.icn-thumb-pcx, .scheduled-shares-page
.icn-thumb-pcx, .search-page
.icn-thumb-pef, .shared-by-me-page
.icn-thumb-pef, .shared-with-me-page
.icn-thumb-pef, .scheduled-shares-page
.icn-thumb-pef, .search-page
.icn-thumb-pex, .shared-by-me-page
.icn-thumb-pex, .shared-with-me-page
.icn-thumb-pex, .scheduled-shares-page
.icn-thumb-pex, .search-page
.icn-thumb-pfa, .shared-by-me-page
.icn-thumb-pfa, .shared-with-me-page
.icn-thumb-pfa, .scheduled-shares-page
.icn-thumb-pfa, .search-page
.icn-thumb-pfb, .shared-by-me-page
.icn-thumb-pfb, .shared-with-me-page
.icn-thumb-pfb, .scheduled-shares-page
.icn-thumb-pfb, .search-page
.icn-thumb-pfm, .shared-by-me-page
.icn-thumb-pfm, .shared-with-me-page
.icn-thumb-pfm, .scheduled-shares-page
.icn-thumb-pfm, .search-page
.icn-thumb-pgm, .shared-by-me-page
.icn-thumb-pgm, .shared-with-me-page
.icn-thumb-pgm, .scheduled-shares-page
.icn-thumb-pgm, .search-page
.icn-thumb-picon, .shared-by-me-page
.icn-thumb-picon, .shared-with-me-page
.icn-thumb-picon, .scheduled-shares-page
.icn-thumb-picon, .search-page
.icn-thumb-pict, .shared-by-me-page
.icn-thumb-pict, .shared-with-me-page
.icn-thumb-pict, .scheduled-shares-page
.icn-thumb-pict, .search-page
.icn-thumb-pix, .shared-by-me-page
.icn-thumb-pix, .shared-with-me-page
.icn-thumb-pix, .scheduled-shares-page
.icn-thumb-pix, .search-page
.icn-thumb-png, .shared-by-me-page
.icn-thumb-png, .shared-with-me-page
.icn-thumb-png, .scheduled-shares-page
.icn-thumb-png, .search-page
.icn-thumb-png8, .shared-by-me-page
.icn-thumb-png8, .shared-with-me-page
.icn-thumb-png8, .scheduled-shares-page
.icn-thumb-png8, .search-page
.icn-thumb-png24, .shared-by-me-page
.icn-thumb-png24, .shared-with-me-page
.icn-thumb-png24, .scheduled-shares-page
.icn-thumb-png24, .search-page
.icn-thumb-png32, .shared-by-me-page
.icn-thumb-png32, .shared-with-me-page
.icn-thumb-png32, .scheduled-shares-page
.icn-thumb-png32, .search-page
.icn-thumb-pnm, .shared-by-me-page
.icn-thumb-pnm, .shared-with-me-page
.icn-thumb-pnm, .scheduled-shares-page
.icn-thumb-pnm, .search-page
.icn-thumb-ppm, .shared-by-me-page
.icn-thumb-ppm, .shared-with-me-page
.icn-thumb-ppm, .scheduled-shares-page
.icn-thumb-ppm, .search-page
.icn-thumb-psb, .shared-by-me-page
.icn-thumb-psb, .shared-with-me-page
.icn-thumb-psb, .scheduled-shares-page
.icn-thumb-psb, .search-page
.icn-thumb-psd, .shared-by-me-page
.icn-thumb-psd, .shared-with-me-page
.icn-thumb-psd, .scheduled-shares-page
.icn-thumb-psd, .search-page
.icn-thumb-ptif, .shared-by-me-page
.icn-thumb-ptif, .shared-with-me-page
.icn-thumb-ptif, .scheduled-shares-page
.icn-thumb-ptif, .search-page
.icn-thumb-pwp, .shared-by-me-page
.icn-thumb-pwp, .shared-with-me-page
.icn-thumb-pwp, .scheduled-shares-page
.icn-thumb-pwp, .search-page
.icn-thumb-rad, .shared-by-me-page
.icn-thumb-rad, .shared-with-me-page
.icn-thumb-rad, .scheduled-shares-page
.icn-thumb-rad, .search-page
.icn-thumb-raf, .shared-by-me-page
.icn-thumb-raf, .shared-with-me-page
.icn-thumb-raf, .scheduled-shares-page
.icn-thumb-raf, .search-page
.icn-thumb-rgb, .shared-by-me-page
.icn-thumb-rgb, .shared-with-me-page
.icn-thumb-rgb, .scheduled-shares-page
.icn-thumb-rgb, .search-page
.icn-thumb-rgba, .shared-by-me-page
.icn-thumb-rgba, .shared-with-me-page
.icn-thumb-rgba, .scheduled-shares-page
.icn-thumb-rgba, .search-page
.icn-thumb-rla, .shared-by-me-page
.icn-thumb-rla, .shared-with-me-page
.icn-thumb-rla, .scheduled-shares-page
.icn-thumb-rla, .search-page
.icn-thumb-rle, .shared-by-me-page
.icn-thumb-rle, .shared-with-me-page
.icn-thumb-rle, .scheduled-shares-page
.icn-thumb-rle, .search-page
.icn-thumb-sct, .shared-by-me-page
.icn-thumb-sct, .shared-with-me-page
.icn-thumb-sct, .scheduled-shares-page
.icn-thumb-sct, .search-page
.icn-thumb-sfw, .shared-by-me-page
.icn-thumb-sfw, .shared-with-me-page
.icn-thumb-sfw, .scheduled-shares-page
.icn-thumb-sfw, .search-page
.icn-thumb-sgi, .shared-by-me-page
.icn-thumb-sgi, .shared-with-me-page
.icn-thumb-sgi, .scheduled-shares-page
.icn-thumb-sgi, .search-page
.icn-thumb-shtml, .shared-by-me-page
.icn-thumb-shtml, .shared-with-me-page
.icn-thumb-shtml, .scheduled-shares-page
.icn-thumb-shtml, .search-page
.icn-thumb-sid, .shared-by-me-page
.icn-thumb-sid, .shared-with-me-page
.icn-thumb-sid, .scheduled-shares-page
.icn-thumb-sid, .search-page
.icn-thumb-sr2, .shared-by-me-page
.icn-thumb-sr2, .shared-with-me-page
.icn-thumb-sr2, .scheduled-shares-page
.icn-thumb-sr2, .search-page
.icn-thumb-srf, .shared-by-me-page
.icn-thumb-srf, .shared-with-me-page
.icn-thumb-srf, .scheduled-shares-page
.icn-thumb-srf, .search-page
.icn-thumb-sun, .shared-by-me-page
.icn-thumb-sun, .shared-with-me-page
.icn-thumb-sun, .scheduled-shares-page
.icn-thumb-sun, .search-page
.icn-thumb-svg, .shared-by-me-page
.icn-thumb-svg, .shared-with-me-page
.icn-thumb-svg, .scheduled-shares-page
.icn-thumb-svg, .search-page
.icn-thumb-svgz, .shared-by-me-page
.icn-thumb-svgz, .shared-with-me-page
.icn-thumb-svgz, .scheduled-shares-page
.icn-thumb-svgz, .search-page
.icn-thumb-tga, .shared-by-me-page
.icn-thumb-tga, .shared-with-me-page
.icn-thumb-tga, .scheduled-shares-page
.icn-thumb-tga, .search-page
.icn-thumb-tif, .shared-by-me-page
.icn-thumb-tif, .shared-with-me-page
.icn-thumb-tif, .scheduled-shares-page
.icn-thumb-tif, .search-page
.icn-thumb-tiff, .shared-by-me-page
.icn-thumb-tiff, .shared-with-me-page
.icn-thumb-tiff, .scheduled-shares-page
.icn-thumb-tiff, .search-page
.icn-thumb-tiff64, .shared-by-me-page
.icn-thumb-tiff64, .shared-with-me-page
.icn-thumb-tiff64, .scheduled-shares-page
.icn-thumb-tiff64, .search-page
.icn-thumb-tim, .shared-by-me-page
.icn-thumb-tim, .shared-with-me-page
.icn-thumb-tim, .scheduled-shares-page
.icn-thumb-tim, .search-page
.icn-thumb-uil, .shared-by-me-page
.icn-thumb-uil, .shared-with-me-page
.icn-thumb-uil, .scheduled-shares-page
.icn-thumb-uil, .search-page
.icn-thumb-uyvy, .shared-by-me-page
.icn-thumb-uyvy, .shared-with-me-page
.icn-thumb-uyvy, .scheduled-shares-page
.icn-thumb-uyvy, .search-page
.icn-thumb-vicar, .shared-by-me-page
.icn-thumb-vicar, .shared-with-me-page
.icn-thumb-vicar, .scheduled-shares-page
.icn-thumb-vicar, .search-page
.icn-thumb-viff, .shared-by-me-page
.icn-thumb-viff, .shared-with-me-page
.icn-thumb-viff, .scheduled-shares-page
.icn-thumb-viff, .search-page
.icn-thumb-wbmp, .shared-by-me-page
.icn-thumb-wbmp, .shared-with-me-page
.icn-thumb-wbmp, .scheduled-shares-page
.icn-thumb-wbmp, .search-page
.icn-thumb-webp, .shared-by-me-page
.icn-thumb-webp, .shared-with-me-page
.icn-thumb-webp, .scheduled-shares-page
.icn-thumb-webp, .search-page
.icn-thumb-wmf, .shared-by-me-page
.icn-thumb-wmf, .shared-with-me-page
.icn-thumb-wmf, .scheduled-shares-page
.icn-thumb-wmf, .search-page
.icn-thumb-wpg, .shared-by-me-page
.icn-thumb-wpg, .shared-with-me-page
.icn-thumb-wpg, .scheduled-shares-page
.icn-thumb-wpg, .search-page
.icn-thumb-x, .shared-by-me-page
.icn-thumb-x, .shared-with-me-page
.icn-thumb-x, .scheduled-shares-page
.icn-thumb-x, .search-page
.icn-thumb-xbm, .shared-by-me-page
.icn-thumb-xbm, .shared-with-me-page
.icn-thumb-xbm, .scheduled-shares-page
.icn-thumb-xbm, .search-page
.icn-thumb-xcf, .shared-by-me-page
.icn-thumb-xcf, .shared-with-me-page
.icn-thumb-xcf, .scheduled-shares-page
.icn-thumb-xcf, .search-page
.icn-thumb-xpm, .shared-by-me-page
.icn-thumb-xpm, .shared-with-me-page
.icn-thumb-xpm, .scheduled-shares-page
.icn-thumb-xpm, .search-page
.icn-thumb-xwd, .shared-by-me-page
.icn-thumb-xwd, .shared-with-me-page
.icn-thumb-xwd, .scheduled-shares-page
.icn-thumb-xwd, .search-page
.icn-thumb-x3f, .shared-by-me-page
.icn-thumb-x3f, .shared-with-me-page
.icn-thumb-x3f, .scheduled-shares-page
.icn-thumb-x3f, .search-page
.icn-thumb-ycbcr, .shared-by-me-page
.icn-thumb-ycbcr, .shared-with-me-page
.icn-thumb-ycbcr, .scheduled-shares-page
.icn-thumb-ycbcr, .search-page
.icn-thumb-ycbc, .shared-by-me-page
.icn-thumb-ycbc, .shared-with-me-page
.icn-thumb-ycbc, .scheduled-shares-page
.icn-thumb-ycbc, .search-page
.icn-thumb-yuv, .shared-by-me-page
.icn-thumb-yuv, .shared-with-me-page
.icn-thumb-yuv, .scheduled-shares-page
.icn-thumb-yuv, .search-page .icn-thumb-video, .shared-by-me-page .icn-thumb-video, .shared-with-me-page .icn-thumb-video, .scheduled-shares-page .icn-thumb-video, .search-page
.icn-thumb-mp4, .shared-by-me-page
.icn-thumb-mp4, .shared-with-me-page
.icn-thumb-mp4, .scheduled-shares-page
.icn-thumb-mp4, .search-page
.icn-thumb-mov, .shared-by-me-page
.icn-thumb-mov, .shared-with-me-page
.icn-thumb-mov, .scheduled-shares-page
.icn-thumb-mov, .search-page
.icn-thumb-m4v, .shared-by-me-page
.icn-thumb-m4v, .shared-with-me-page
.icn-thumb-m4v, .scheduled-shares-page
.icn-thumb-m4v, .search-page
.icn-thumb-m2v, .shared-by-me-page
.icn-thumb-m2v, .shared-with-me-page
.icn-thumb-m2v, .scheduled-shares-page
.icn-thumb-m2v, .search-page
.icn-thumb-avi, .shared-by-me-page
.icn-thumb-avi, .shared-with-me-page
.icn-thumb-avi, .scheduled-shares-page
.icn-thumb-avi, .search-page
.icn-thumb-wmv, .shared-by-me-page
.icn-thumb-wmv, .shared-with-me-page
.icn-thumb-wmv, .scheduled-shares-page
.icn-thumb-wmv, .search-page
.icn-thumb-rm, .shared-by-me-page
.icn-thumb-rm, .shared-with-me-page
.icn-thumb-rm, .scheduled-shares-page
.icn-thumb-rm, .search-page
.icn-thumb-mpeg, .shared-by-me-page
.icn-thumb-mpeg, .shared-with-me-page
.icn-thumb-mpeg, .scheduled-shares-page
.icn-thumb-mpeg, .search-page
.icn-thumb-ogv, .shared-by-me-page
.icn-thumb-ogv, .shared-with-me-page
.icn-thumb-ogv, .scheduled-shares-page
.icn-thumb-ogv, .search-page
.icn-thumb-3gp, .shared-by-me-page
.icn-thumb-3gp, .shared-with-me-page
.icn-thumb-3gp, .scheduled-shares-page
.icn-thumb-3gp, .search-page
.icn-thumb-3g2, .shared-by-me-page
.icn-thumb-3g2, .shared-with-me-page
.icn-thumb-3g2, .scheduled-shares-page
.icn-thumb-3g2, .search-page
.icn-thumb-vob, .shared-by-me-page
.icn-thumb-vob, .shared-with-me-page
.icn-thumb-vob, .scheduled-shares-page
.icn-thumb-vob, .search-page
.icn-thumb-flv, .shared-by-me-page
.icn-thumb-flv, .shared-with-me-page
.icn-thumb-flv, .scheduled-shares-page
.icn-thumb-flv, .search-page
.icn-thumb-webm, .shared-by-me-page
.icn-thumb-webm, .shared-with-me-page
.icn-thumb-webm, .scheduled-shares-page
.icn-thumb-webm, .search-page
.icn-thumb-mkv, .shared-by-me-page
.icn-thumb-mkv, .shared-with-me-page
.icn-thumb-mkv, .scheduled-shares-page
.icn-thumb-mkv, .search-page .icn-thumb-audio, .shared-by-me-page .icn-thumb-audio, .shared-with-me-page .icn-thumb-audio, .scheduled-shares-page .icn-thumb-audio, .search-page
.icn-thumb-mp3, .shared-by-me-page
.icn-thumb-mp3, .shared-with-me-page
.icn-thumb-mp3, .scheduled-shares-page
.icn-thumb-mp3, .search-page
.icn-thumb-mp2, .shared-by-me-page
.icn-thumb-mp2, .shared-with-me-page
.icn-thumb-mp2, .scheduled-shares-page
.icn-thumb-mp2, .search-page
.icn-thumb-wma, .shared-by-me-page
.icn-thumb-wma, .shared-with-me-page
.icn-thumb-wma, .scheduled-shares-page
.icn-thumb-wma, .search-page
.icn-thumb-wav, .shared-by-me-page
.icn-thumb-wav, .shared-with-me-page
.icn-thumb-wav, .scheduled-shares-page
.icn-thumb-wav, .search-page
.icn-thumb-ogg, .shared-by-me-page
.icn-thumb-ogg, .shared-with-me-page
.icn-thumb-ogg, .scheduled-shares-page
.icn-thumb-ogg, .search-page
.icn-thumb-aac, .shared-by-me-page
.icn-thumb-aac, .shared-with-me-page
.icn-thumb-aac, .scheduled-shares-page
.icn-thumb-aac, .search-page
.icn-thumb-flac, .shared-by-me-page
.icn-thumb-flac, .shared-with-me-page
.icn-thumb-flac, .scheduled-shares-page
.icn-thumb-flac, .search-page
.icn-thumb-au, .shared-by-me-page
.icn-thumb-au, .shared-with-me-page
.icn-thumb-au, .scheduled-shares-page
.icn-thumb-au, .search-page
.icn-thumb-raw, .shared-by-me-page
.icn-thumb-raw, .shared-with-me-page
.icn-thumb-raw, .scheduled-shares-page
.icn-thumb-raw, .search-page
.icn-thumb-aif, .shared-by-me-page
.icn-thumb-aif, .shared-with-me-page
.icn-thumb-aif, .scheduled-shares-page
.icn-thumb-aif, .search-page
.icn-thumb-aiff, .shared-by-me-page
.icn-thumb-aiff, .shared-with-me-page
.icn-thumb-aiff, .scheduled-shares-page
.icn-thumb-aiff, .search-page
.icn-thumb-gsm, .shared-by-me-page
.icn-thumb-gsm, .shared-with-me-page
.icn-thumb-gsm, .scheduled-shares-page
.icn-thumb-gsm, .search-page
.icn-thumb-ra, .shared-by-me-page
.icn-thumb-ra, .shared-with-me-page
.icn-thumb-ra, .scheduled-shares-page
.icn-thumb-ra, .search-page
.icn-thumb-mid, .shared-by-me-page
.icn-thumb-mid, .shared-with-me-page
.icn-thumb-mid, .scheduled-shares-page
.icn-thumb-mid, .search-page
.icn-thumb-amr, .shared-by-me-page
.icn-thumb-amr, .shared-with-me-page
.icn-thumb-amr, .scheduled-shares-page
.icn-thumb-amr, .search-page
.icn-thumb-m4a, .shared-by-me-page
.icn-thumb-m4a, .shared-with-me-page
.icn-thumb-m4a, .scheduled-shares-page
.icn-thumb-m4a, .search-page .icn-thumb-document, .shared-by-me-page .icn-thumb-document, .shared-with-me-page .icn-thumb-document, .scheduled-shares-page .icn-thumb-document, .search-page
.icn-thumb-ps, .shared-by-me-page
.icn-thumb-ps, .shared-with-me-page
.icn-thumb-ps, .scheduled-shares-page
.icn-thumb-ps, .search-page
.icn-thumb-ps2, .shared-by-me-page
.icn-thumb-ps2, .shared-with-me-page
.icn-thumb-ps2, .scheduled-shares-page
.icn-thumb-ps2, .search-page
.icn-thumb-ps3, .shared-by-me-page
.icn-thumb-ps3, .shared-with-me-page
.icn-thumb-ps3, .scheduled-shares-page
.icn-thumb-ps3, .search-page
.icn-thumb-djvu, .shared-by-me-page
.icn-thumb-djvu, .shared-with-me-page
.icn-thumb-djvu, .scheduled-shares-page
.icn-thumb-djvu, .search-page
.icn-thumb-odt, .shared-by-me-page
.icn-thumb-odt, .shared-with-me-page
.icn-thumb-odt, .scheduled-shares-page
.icn-thumb-odt, .search-page
.icn-thumb-wpd, .shared-by-me-page
.icn-thumb-wpd, .shared-with-me-page
.icn-thumb-wpd, .scheduled-shares-page
.icn-thumb-wpd, .search-page
.icn-thumb-wps, .shared-by-me-page
.icn-thumb-wps, .shared-with-me-page
.icn-thumb-wps, .scheduled-shares-page
.icn-thumb-wps, .search-page
.icn-thumb-jtd, .shared-by-me-page
.icn-thumb-jtd, .shared-with-me-page
.icn-thumb-jtd, .scheduled-shares-page
.icn-thumb-jtd, .search-page
.icn-thumb-jtt, .shared-by-me-page
.icn-thumb-jtt, .shared-with-me-page
.icn-thumb-jtt, .scheduled-shares-page
.icn-thumb-jtt, .search-page
.icn-thumb-pdf, .shared-by-me-page
.icn-thumb-pdf, .shared-with-me-page
.icn-thumb-pdf, .scheduled-shares-page
.icn-thumb-pdf, .search-page
.icn-thumb-tex, .shared-by-me-page
.icn-thumb-tex, .shared-with-me-page
.icn-thumb-tex, .scheduled-shares-page
.icn-thumb-tex, .search-page
.icn-thumb-mml, .shared-by-me-page
.icn-thumb-mml, .shared-with-me-page
.icn-thumb-mml, .scheduled-shares-page
.icn-thumb-mml, .search-page
.icn-thumb-rss, .shared-by-me-page
.icn-thumb-rss, .shared-with-me-page
.icn-thumb-rss, .scheduled-shares-page
.icn-thumb-rss, .search-page
.icn-thumb-atom, .shared-by-me-page
.icn-thumb-atom, .shared-with-me-page
.icn-thumb-atom, .scheduled-shares-page
.icn-thumb-atom, .search-page
.icn-thumb-uof, .shared-by-me-page
.icn-thumb-uof, .shared-with-me-page
.icn-thumb-uof, .scheduled-shares-page
.icn-thumb-uof, .search-page
.icn-thumb-uot, .shared-by-me-page
.icn-thumb-uot, .shared-with-me-page
.icn-thumb-uot, .scheduled-shares-page
.icn-thumb-uot, .search-page
.icn-thumb-sdw, .shared-by-me-page
.icn-thumb-sdw, .shared-with-me-page
.icn-thumb-sdw, .scheduled-shares-page
.icn-thumb-sdw, .search-page
.icn-thumb-sxw, .shared-by-me-page
.icn-thumb-sxw, .shared-with-me-page
.icn-thumb-sxw, .scheduled-shares-page
.icn-thumb-sxw, .search-page .icn-thumb-txt, .shared-by-me-page .icn-thumb-txt, .shared-with-me-page .icn-thumb-txt, .scheduled-shares-page .icn-thumb-txt, .search-page
.icn-thumb-text, .shared-by-me-page
.icn-thumb-text, .shared-with-me-page
.icn-thumb-text, .scheduled-shares-page
.icn-thumb-text, .search-page
.icn-thumb-md, .shared-by-me-page
.icn-thumb-md, .shared-with-me-page
.icn-thumb-md, .scheduled-shares-page
.icn-thumb-md, .search-page
.icn-thumb-markdown, .shared-by-me-page
.icn-thumb-markdown, .shared-with-me-page
.icn-thumb-markdown, .scheduled-shares-page
.icn-thumb-markdown, .search-page .icn-thumb-keynote, .shared-by-me-page .icn-thumb-keynote, .shared-with-me-page .icn-thumb-keynote, .scheduled-shares-page .icn-thumb-keynote, .search-page .icn-thumb-page, .shared-by-me-page .icn-thumb-page, .shared-with-me-page .icn-thumb-page, .scheduled-shares-page .icn-thumb-page, .search-page
.icn-thumb-pages, .shared-by-me-page
.icn-thumb-pages, .shared-with-me-page
.icn-thumb-pages, .scheduled-shares-page
.icn-thumb-pages, .search-page .icn-thumb-number, .shared-by-me-page .icn-thumb-number, .shared-with-me-page .icn-thumb-number, .scheduled-shares-page .icn-thumb-number, .search-page
.icn-thumb-numbers, .shared-by-me-page
.icn-thumb-numbers, .shared-with-me-page
.icn-thumb-numbers, .scheduled-shares-page
.icn-thumb-numbers, .search-page .icn-thumb-presentation, .shared-by-me-page .icn-thumb-presentation, .shared-with-me-page .icn-thumb-presentation, .scheduled-shares-page .icn-thumb-presentation, .search-page
.icn-thumb-odp, .shared-by-me-page
.icn-thumb-odp, .shared-with-me-page
.icn-thumb-odp, .scheduled-shares-page
.icn-thumb-odp, .search-page
.icn-thumb-otp, .shared-by-me-page
.icn-thumb-otp, .shared-with-me-page
.icn-thumb-otp, .scheduled-shares-page
.icn-thumb-otp, .search-page
.icn-thumb-sdd, .shared-by-me-page
.icn-thumb-sdd, .shared-with-me-page
.icn-thumb-sdd, .scheduled-shares-page
.icn-thumb-sdd, .search-page
.icn-thumb-sti, .shared-by-me-page
.icn-thumb-sti, .shared-with-me-page
.icn-thumb-sti, .scheduled-shares-page
.icn-thumb-sti, .search-page
.icn-thumb-sx, .shared-by-me-page
.icn-thumb-sx, .shared-with-me-page
.icn-thumb-sx, .scheduled-shares-page
.icn-thumb-sx, .search-page
.icn-thumb-uop, .shared-by-me-page
.icn-thumb-uop, .shared-with-me-page
.icn-thumb-uop, .scheduled-shares-page
.icn-thumb-uop, .search-page
.icn-thumb-sxi, .shared-by-me-page
.icn-thumb-sxi, .shared-with-me-page
.icn-thumb-sxi, .scheduled-shares-page
.icn-thumb-sxi, .search-page
.icn-thumb-key, .shared-by-me-page
.icn-thumb-key, .shared-with-me-page
.icn-thumb-key, .scheduled-shares-page
.icn-thumb-key, .search-page .icn-thumb-spreadsheet, .shared-by-me-page .icn-thumb-spreadsheet, .shared-with-me-page .icn-thumb-spreadsheet, .scheduled-shares-page .icn-thumb-spreadsheet, .search-page
.icn-thumb-ods, .shared-by-me-page
.icn-thumb-ods, .shared-with-me-page
.icn-thumb-ods, .scheduled-shares-page
.icn-thumb-ods, .search-page
.icn-thumb-ots, .shared-by-me-page
.icn-thumb-ots, .shared-with-me-page
.icn-thumb-ots, .scheduled-shares-page
.icn-thumb-ots, .search-page
.icn-thumb-csv, .shared-by-me-page
.icn-thumb-csv, .shared-with-me-page
.icn-thumb-csv, .scheduled-shares-page
.icn-thumb-csv, .search-page
.icn-thumb-wk1, .shared-by-me-page
.icn-thumb-wk1, .shared-with-me-page
.icn-thumb-wk1, .scheduled-shares-page
.icn-thumb-wk1, .search-page
.icn-thumb-wks, .shared-by-me-page
.icn-thumb-wks, .shared-with-me-page
.icn-thumb-wks, .scheduled-shares-page
.icn-thumb-wks, .search-page
.icn-thumb-123, .shared-by-me-page
.icn-thumb-123, .shared-with-me-page
.icn-thumb-123, .scheduled-shares-page
.icn-thumb-123, .search-page
.icn-thumb-dbf, .shared-by-me-page
.icn-thumb-dbf, .shared-with-me-page
.icn-thumb-dbf, .scheduled-shares-page
.icn-thumb-dbf, .search-page
.icn-thumb-wb2, .shared-by-me-page
.icn-thumb-wb2, .shared-with-me-page
.icn-thumb-wb2, .scheduled-shares-page
.icn-thumb-wb2, .search-page
.icn-thumb-dif, .shared-by-me-page
.icn-thumb-dif, .shared-with-me-page
.icn-thumb-dif, .scheduled-shares-page
.icn-thumb-dif, .search-page
.icn-thumb-uos, .shared-by-me-page
.icn-thumb-uos, .shared-with-me-page
.icn-thumb-uos, .scheduled-shares-page
.icn-thumb-uos, .search-page
.icn-thumb-sdc, .shared-by-me-page
.icn-thumb-sdc, .shared-with-me-page
.icn-thumb-sdc, .scheduled-shares-page
.icn-thumb-sdc, .search-page
.icn-thumb-sxc, .shared-by-me-page
.icn-thumb-sxc, .shared-with-me-page
.icn-thumb-sxc, .scheduled-shares-page
.icn-thumb-sxc, .search-page .icn-thumb-font, .shared-by-me-page .icn-thumb-font, .shared-with-me-page .icn-thumb-font, .scheduled-shares-page .icn-thumb-font, .search-page
.icn-thumb-ttf, .shared-by-me-page
.icn-thumb-ttf, .shared-with-me-page
.icn-thumb-ttf, .scheduled-shares-page
.icn-thumb-ttf, .search-page
.icn-thumb-otf, .shared-by-me-page
.icn-thumb-otf, .shared-with-me-page
.icn-thumb-otf, .scheduled-shares-page
.icn-thumb-otf, .search-page
.icn-thumb-woff, .shared-by-me-page
.icn-thumb-woff, .shared-with-me-page
.icn-thumb-woff, .scheduled-shares-page
.icn-thumb-woff, .search-page
.icn-thumb-ttc, .shared-by-me-page
.icn-thumb-ttc, .shared-with-me-page
.icn-thumb-ttc, .scheduled-shares-page
.icn-thumb-ttc, .search-page
.icn-thumb-dfont, .shared-by-me-page
.icn-thumb-dfont, .shared-with-me-page
.icn-thumb-dfont, .scheduled-shares-page
.icn-thumb-dfont, .search-page
.icn-thumb-sfd, .shared-by-me-page
.icn-thumb-sfd, .shared-with-me-page
.icn-thumb-sfd, .scheduled-shares-page
.icn-thumb-sfd, .search-page .icn-thumb-3d, .shared-by-me-page .icn-thumb-3d, .shared-with-me-page .icn-thumb-3d, .scheduled-shares-page .icn-thumb-3d, .search-page
.icn-thumb-3dmf, .shared-by-me-page
.icn-thumb-3dmf, .shared-with-me-page
.icn-thumb-3dmf, .scheduled-shares-page
.icn-thumb-3dmf, .search-page
.icn-thumb-max, .shared-by-me-page
.icn-thumb-max, .shared-with-me-page
.icn-thumb-max, .scheduled-shares-page
.icn-thumb-max, .search-page
.icn-thumb-3ds, .shared-by-me-page
.icn-thumb-3ds, .shared-with-me-page
.icn-thumb-3ds, .scheduled-shares-page
.icn-thumb-3ds, .search-page
.icn-thumb-3dt, .shared-by-me-page
.icn-thumb-3dt, .shared-with-me-page
.icn-thumb-3dt, .scheduled-shares-page
.icn-thumb-3dt, .search-page
.icn-thumb-aty, .shared-by-me-page
.icn-thumb-aty, .shared-with-me-page
.icn-thumb-aty, .scheduled-shares-page
.icn-thumb-aty, .search-page
.icn-thumb-ac, .shared-by-me-page
.icn-thumb-ac, .shared-with-me-page
.icn-thumb-ac, .scheduled-shares-page
.icn-thumb-ac, .search-page
.icn-thumb-an8, .shared-by-me-page
.icn-thumb-an8, .shared-with-me-page
.icn-thumb-an8, .scheduled-shares-page
.icn-thumb-an8, .search-page
.icn-thumb-aoi, .shared-by-me-page
.icn-thumb-aoi, .shared-with-me-page
.icn-thumb-aoi, .scheduled-shares-page
.icn-thumb-aoi, .search-page
.icn-thumb-b3d, .shared-by-me-page
.icn-thumb-b3d, .shared-with-me-page
.icn-thumb-b3d, .scheduled-shares-page
.icn-thumb-b3d, .search-page
.icn-thumb-blend, .shared-by-me-page
.icn-thumb-blend, .shared-with-me-page
.icn-thumb-blend, .scheduled-shares-page
.icn-thumb-blend, .search-page
.icn-thumb-c4d, .shared-by-me-page
.icn-thumb-c4d, .shared-with-me-page
.icn-thumb-c4d, .scheduled-shares-page
.icn-thumb-c4d, .search-page
.icn-thumb-cal3d, .shared-by-me-page
.icn-thumb-cal3d, .shared-with-me-page
.icn-thumb-cal3d, .scheduled-shares-page
.icn-thumb-cal3d, .search-page
.icn-thumb-cag, .shared-by-me-page
.icn-thumb-cag, .shared-with-me-page
.icn-thumb-cag, .scheduled-shares-page
.icn-thumb-cag, .search-page
.icn-thumb-cfl, .shared-by-me-page
.icn-thumb-cfl, .shared-with-me-page
.icn-thumb-cfl, .scheduled-shares-page
.icn-thumb-cfl, .search-page
.icn-thumb-cob, .shared-by-me-page
.icn-thumb-cob, .shared-with-me-page
.icn-thumb-cob, .scheduled-shares-page
.icn-thumb-cob, .search-page
.icn-thumb-ctm, .shared-by-me-page
.icn-thumb-ctm, .shared-with-me-page
.icn-thumb-ctm, .scheduled-shares-page
.icn-thumb-ctm, .search-page
.icn-thumb-dae, .shared-by-me-page
.icn-thumb-dae, .shared-with-me-page
.icn-thumb-dae, .scheduled-shares-page
.icn-thumb-dae, .search-page
.icn-thumb-dts, .shared-by-me-page
.icn-thumb-dts, .shared-with-me-page
.icn-thumb-dts, .scheduled-shares-page
.icn-thumb-dts, .search-page
.icn-thumb-egg, .shared-by-me-page
.icn-thumb-egg, .shared-with-me-page
.icn-thumb-egg, .scheduled-shares-page
.icn-thumb-egg, .search-page
.icn-thumb-fac, .shared-by-me-page
.icn-thumb-fac, .shared-with-me-page
.icn-thumb-fac, .scheduled-shares-page
.icn-thumb-fac, .search-page
.icn-thumb-fbx, .shared-by-me-page
.icn-thumb-fbx, .shared-with-me-page
.icn-thumb-fbx, .scheduled-shares-page
.icn-thumb-fbx, .search-page
.icn-thumb-g, .shared-by-me-page
.icn-thumb-g, .shared-with-me-page
.icn-thumb-g, .scheduled-shares-page
.icn-thumb-g, .search-page
.icn-thumb-glm, .shared-by-me-page
.icn-thumb-glm, .shared-with-me-page
.icn-thumb-glm, .scheduled-shares-page
.icn-thumb-glm, .search-page
.icn-thumb-lwo, .shared-by-me-page
.icn-thumb-lwo, .shared-with-me-page
.icn-thumb-lwo, .scheduled-shares-page
.icn-thumb-lwo, .search-page
.icn-thumb-lws, .shared-by-me-page
.icn-thumb-lws, .shared-with-me-page
.icn-thumb-lws, .scheduled-shares-page
.icn-thumb-lws, .search-page
.icn-thumb-lxo, .shared-by-me-page
.icn-thumb-lxo, .shared-with-me-page
.icn-thumb-lxo, .scheduled-shares-page
.icn-thumb-lxo, .search-page
.icn-thumb-ma, .shared-by-me-page
.icn-thumb-ma, .shared-with-me-page
.icn-thumb-ma, .scheduled-shares-page
.icn-thumb-ma, .search-page
.icn-thumb-mb, .shared-by-me-page
.icn-thumb-mb, .shared-with-me-page
.icn-thumb-mb, .scheduled-shares-page
.icn-thumb-mb, .search-page
.icn-thumb-md2, .shared-by-me-page
.icn-thumb-md2, .shared-with-me-page
.icn-thumb-md2, .scheduled-shares-page
.icn-thumb-md2, .search-page
.icn-thumb-md3, .shared-by-me-page
.icn-thumb-md3, .shared-with-me-page
.icn-thumb-md3, .scheduled-shares-page
.icn-thumb-md3, .search-page
.icn-thumb-mdx, .shared-by-me-page
.icn-thumb-mdx, .shared-with-me-page
.icn-thumb-mdx, .scheduled-shares-page
.icn-thumb-mdx, .search-page
.icn-thumb-mesh, .shared-by-me-page
.icn-thumb-mesh, .shared-with-me-page
.icn-thumb-mesh, .scheduled-shares-page
.icn-thumb-mesh, .search-page
.icn-thumb-mm3d, .shared-by-me-page
.icn-thumb-mm3d, .shared-with-me-page
.icn-thumb-mm3d, .scheduled-shares-page
.icn-thumb-mm3d, .search-page
.icn-thumb-nif, .shared-by-me-page
.icn-thumb-nif, .shared-with-me-page
.icn-thumb-nif, .scheduled-shares-page
.icn-thumb-nif, .search-page
.icn-thumb-off, .shared-by-me-page
.icn-thumb-off, .shared-with-me-page
.icn-thumb-off, .scheduled-shares-page
.icn-thumb-off, .search-page
.icn-thumb-pov, .shared-by-me-page
.icn-thumb-pov, .shared-with-me-page
.icn-thumb-pov, .scheduled-shares-page
.icn-thumb-pov, .search-page
.icn-thumb-rwx, .shared-by-me-page
.icn-thumb-rwx, .shared-with-me-page
.icn-thumb-rwx, .scheduled-shares-page
.icn-thumb-rwx, .search-page
.icn-thumb-sia, .shared-by-me-page
.icn-thumb-sia, .shared-with-me-page
.icn-thumb-sia, .scheduled-shares-page
.icn-thumb-sia, .search-page
.icn-thumb-sib, .shared-by-me-page
.icn-thumb-sib, .shared-with-me-page
.icn-thumb-sib, .scheduled-shares-page
.icn-thumb-sib, .search-page
.icn-thumb-skp, .shared-by-me-page
.icn-thumb-skp, .shared-with-me-page
.icn-thumb-skp, .scheduled-shares-page
.icn-thumb-skp, .search-page
.icn-thumb-sldasm, .shared-by-me-page
.icn-thumb-sldasm, .shared-with-me-page
.icn-thumb-sldasm, .scheduled-shares-page
.icn-thumb-sldasm, .search-page
.icn-thumb-sldprt, .shared-by-me-page
.icn-thumb-sldprt, .shared-with-me-page
.icn-thumb-sldprt, .scheduled-shares-page
.icn-thumb-sldprt, .search-page
.icn-thumb-smd, .shared-by-me-page
.icn-thumb-smd, .shared-with-me-page
.icn-thumb-smd, .scheduled-shares-page
.icn-thumb-smd, .search-page
.icn-thumb-u3d, .shared-by-me-page
.icn-thumb-u3d, .shared-with-me-page
.icn-thumb-u3d, .scheduled-shares-page
.icn-thumb-u3d, .search-page
.icn-thumb-wings, .shared-by-me-page
.icn-thumb-wings, .shared-with-me-page
.icn-thumb-wings, .scheduled-shares-page
.icn-thumb-wings, .search-page
.icn-thumb-x3d, .shared-by-me-page
.icn-thumb-x3d, .shared-with-me-page
.icn-thumb-x3d, .scheduled-shares-page
.icn-thumb-x3d, .search-page
.icn-thumb-z3d, .shared-by-me-page
.icn-thumb-z3d, .shared-with-me-page
.icn-thumb-z3d, .scheduled-shares-page
.icn-thumb-z3d, .search-page .icn-thumb-cad, .shared-by-me-page .icn-thumb-cad, .shared-with-me-page .icn-thumb-cad, .scheduled-shares-page .icn-thumb-cad, .search-page
.icn-thumb-dxf, .shared-by-me-page
.icn-thumb-dxf, .shared-with-me-page
.icn-thumb-dxf, .scheduled-shares-page
.icn-thumb-dxf, .search-page
.icn-thumb-dwg, .shared-by-me-page
.icn-thumb-dwg, .shared-with-me-page
.icn-thumb-dwg, .scheduled-shares-page
.icn-thumb-dwg, .search-page .icn-thumb-ms-powerpoint, .shared-by-me-page .icn-thumb-ms-powerpoint, .shared-with-me-page .icn-thumb-ms-powerpoint, .scheduled-shares-page .icn-thumb-ms-powerpoint, .search-page
.icn-thumb-pot, .shared-by-me-page
.icn-thumb-pot, .shared-with-me-page
.icn-thumb-pot, .scheduled-shares-page
.icn-thumb-pot, .search-page
.icn-thumb-pps, .shared-by-me-page
.icn-thumb-pps, .shared-with-me-page
.icn-thumb-pps, .scheduled-shares-page
.icn-thumb-pps, .search-page
.icn-thumb-ppsx, .shared-by-me-page
.icn-thumb-ppsx, .shared-with-me-page
.icn-thumb-ppsx, .scheduled-shares-page
.icn-thumb-ppsx, .search-page
.icn-thumb-ppt, .shared-by-me-page
.icn-thumb-ppt, .shared-with-me-page
.icn-thumb-ppt, .scheduled-shares-page
.icn-thumb-ppt, .search-page
.icn-thumb-pptx, .shared-by-me-page
.icn-thumb-pptx, .shared-with-me-page
.icn-thumb-pptx, .scheduled-shares-page
.icn-thumb-pptx, .search-page .icn-thumb-ms-excel, .shared-by-me-page .icn-thumb-ms-excel, .shared-with-me-page .icn-thumb-ms-excel, .scheduled-shares-page .icn-thumb-ms-excel, .search-page
.icn-thumb-xlsx, .shared-by-me-page
.icn-thumb-xlsx, .shared-with-me-page
.icn-thumb-xlsx, .scheduled-shares-page
.icn-thumb-xlsx, .search-page
.icn-thumb-xls, .shared-by-me-page
.icn-thumb-xls, .shared-with-me-page
.icn-thumb-xls, .scheduled-shares-page
.icn-thumb-xls, .search-page
.icn-thumb-xltx, .shared-by-me-page
.icn-thumb-xltx, .shared-with-me-page
.icn-thumb-xltx, .scheduled-shares-page
.icn-thumb-xltx, .search-page
.icn-thumb-xlsm, .shared-by-me-page
.icn-thumb-xlsm, .shared-with-me-page
.icn-thumb-xlsm, .scheduled-shares-page
.icn-thumb-xlsm, .search-page
.icn-thumb-xlsb, .shared-by-me-page
.icn-thumb-xlsb, .shared-with-me-page
.icn-thumb-xlsb, .scheduled-shares-page
.icn-thumb-xlsb, .search-page .icn-thumb-ms-word, .shared-by-me-page .icn-thumb-ms-word, .shared-with-me-page .icn-thumb-ms-word, .scheduled-shares-page .icn-thumb-ms-word, .search-page
.icn-thumb-docx, .shared-by-me-page
.icn-thumb-docx, .shared-with-me-page
.icn-thumb-docx, .scheduled-shares-page
.icn-thumb-docx, .search-page
.icn-thumb-doc, .shared-by-me-page
.icn-thumb-doc, .shared-with-me-page
.icn-thumb-doc, .scheduled-shares-page
.icn-thumb-doc, .search-page .icn-thumb-no-file, .shared-by-me-page .icn-thumb-no-file, .shared-with-me-page .icn-thumb-no-file, .scheduled-shares-page .icn-thumb-no-file, .search-page .icn-thumb-rtf, .shared-by-me-page .icn-thumb-rtf, .shared-with-me-page .icn-thumb-rtf, .scheduled-shares-page .icn-thumb-rtf, .search-page .icn-thumb-link, .shared-by-me-page .icn-thumb-link, .shared-with-me-page .icn-thumb-link, .scheduled-shares-page .icn-thumb-link {
  display: inline-block;
  background: url('../images/file-icons/sprite-s1bf6e8c109.png') no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 18, ../sass/parts/_file-icons-sprite.scss */
  .thumb-icon, .search-page .icn-thumb-file, .shared-by-me-page .icn-thumb-file, .shared-with-me-page .icn-thumb-file, .scheduled-shares-page .icn-thumb-file, .search-page
  .icn-thumb-iso, .shared-by-me-page
  .icn-thumb-iso, .shared-with-me-page
  .icn-thumb-iso, .scheduled-shares-page
  .icn-thumb-iso, .search-page
  .icn-thumb-dmg, .shared-by-me-page
  .icn-thumb-dmg, .shared-with-me-page
  .icn-thumb-dmg, .scheduled-shares-page
  .icn-thumb-dmg, .search-page
  .icn-thumb-vhd, .shared-by-me-page
  .icn-thumb-vhd, .shared-with-me-page
  .icn-thumb-vhd, .scheduled-shares-page
  .icn-thumb-vhd, .search-page
  .icn-thumb-app, .shared-by-me-page
  .icn-thumb-app, .shared-with-me-page
  .icn-thumb-app, .scheduled-shares-page
  .icn-thumb-app, .search-page
  .icn-thumb-ini, .shared-by-me-page
  .icn-thumb-ini, .shared-with-me-page
  .icn-thumb-ini, .scheduled-shares-page
  .icn-thumb-ini, .search-page
  .icn-thumb-srt, .shared-by-me-page
  .icn-thumb-srt, .shared-with-me-page
  .icn-thumb-srt, .scheduled-shares-page
  .icn-thumb-srt, .search-page
  .icn-thumb-sub, .shared-by-me-page
  .icn-thumb-sub, .shared-with-me-page
  .icn-thumb-sub, .scheduled-shares-page
  .icn-thumb-sub, .search-page
  .icn-thumb-apk, .shared-by-me-page
  .icn-thumb-apk, .shared-with-me-page
  .icn-thumb-apk, .scheduled-shares-page
  .icn-thumb-apk, .search-page
  .icn-thumb-ipa, .shared-by-me-page
  .icn-thumb-ipa, .shared-with-me-page
  .icn-thumb-ipa, .scheduled-shares-page
  .icn-thumb-ipa, .search-page
  .icn-thumb-ipsw, .shared-by-me-page
  .icn-thumb-ipsw, .shared-with-me-page
  .icn-thumb-ipsw, .scheduled-shares-page
  .icn-thumb-ipsw, .search-page
  .icn-thumb-deb, .shared-by-me-page
  .icn-thumb-deb, .shared-with-me-page
  .icn-thumb-deb, .scheduled-shares-page
  .icn-thumb-deb, .search-page
  .icn-thumb-air, .shared-by-me-page
  .icn-thumb-air, .shared-with-me-page
  .icn-thumb-air, .scheduled-shares-page
  .icn-thumb-air, .search-page
  .icn-thumb-ical, .shared-by-me-page
  .icn-thumb-ical, .shared-with-me-page
  .icn-thumb-ical, .scheduled-shares-page
  .icn-thumb-ical, .search-page
  .icn-thumb-ics, .shared-by-me-page
  .icn-thumb-ics, .shared-with-me-page
  .icn-thumb-ics, .scheduled-shares-page
  .icn-thumb-ics, .search-page
  .icn-thumb-vcf, .shared-by-me-page
  .icn-thumb-vcf, .shared-with-me-page
  .icn-thumb-vcf, .scheduled-shares-page
  .icn-thumb-vcf, .search-page
  .icn-thumb-vdi, .shared-by-me-page
  .icn-thumb-vdi, .shared-with-me-page
  .icn-thumb-vdi, .scheduled-shares-page
  .icn-thumb-vdi, .search-page
  .icn-thumb-vmdk, .shared-by-me-page
  .icn-thumb-vmdk, .shared-with-me-page
  .icn-thumb-vmdk, .scheduled-shares-page
  .icn-thumb-vmdk, .search-page
  .icn-thumb-url, .shared-by-me-page
  .icn-thumb-url, .shared-with-me-page
  .icn-thumb-url, .scheduled-shares-page
  .icn-thumb-url, .search-page .icn-thumb-archive, .shared-by-me-page .icn-thumb-archive, .shared-with-me-page .icn-thumb-archive, .scheduled-shares-page .icn-thumb-archive, .search-page
  .icn-thumb-zip, .shared-by-me-page
  .icn-thumb-zip, .shared-with-me-page
  .icn-thumb-zip, .scheduled-shares-page
  .icn-thumb-zip, .search-page
  .icn-thumb-tar, .shared-by-me-page
  .icn-thumb-tar, .shared-with-me-page
  .icn-thumb-tar, .scheduled-shares-page
  .icn-thumb-tar, .search-page
  .icn-thumb-gz, .shared-by-me-page
  .icn-thumb-gz, .shared-with-me-page
  .icn-thumb-gz, .scheduled-shares-page
  .icn-thumb-gz, .search-page
  .icn-thumb-7z, .shared-by-me-page
  .icn-thumb-7z, .shared-with-me-page
  .icn-thumb-7z, .scheduled-shares-page
  .icn-thumb-7z, .search-page
  .icn-thumb-cab, .shared-by-me-page
  .icn-thumb-cab, .shared-with-me-page
  .icn-thumb-cab, .scheduled-shares-page
  .icn-thumb-cab, .search-page
  .icn-thumb-cfs, .shared-by-me-page
  .icn-thumb-cfs, .shared-with-me-page
  .icn-thumb-cfs, .scheduled-shares-page
  .icn-thumb-cfs, .search-page
  .icn-thumb-rar, .shared-by-me-page
  .icn-thumb-rar, .shared-with-me-page
  .icn-thumb-rar, .scheduled-shares-page
  .icn-thumb-rar, .search-page
  .icn-thumb-tar.gz, .shared-by-me-page
  .icn-thumb-tar.gz, .shared-with-me-page
  .icn-thumb-tar.gz, .scheduled-shares-page
  .icn-thumb-tar.gz, .search-page
  .icn-thumb-tgz, .shared-by-me-page
  .icn-thumb-tgz, .shared-with-me-page
  .icn-thumb-tgz, .scheduled-shares-page
  .icn-thumb-tgz, .search-page
  .icn-thumb-tar.z, .shared-by-me-page
  .icn-thumb-tar.z, .shared-with-me-page
  .icn-thumb-tar.z, .scheduled-shares-page
  .icn-thumb-tar.z, .search-page
  .icn-thumb-tar.bz2, .shared-by-me-page
  .icn-thumb-tar.bz2, .shared-with-me-page
  .icn-thumb-tar.bz2, .scheduled-shares-page
  .icn-thumb-tar.bz2, .search-page
  .icn-thumb-tbz2, .shared-by-me-page
  .icn-thumb-tbz2, .shared-with-me-page
  .icn-thumb-tbz2, .scheduled-shares-page
  .icn-thumb-tbz2, .search-page
  .icn-thumb-tar.lzma, .shared-by-me-page
  .icn-thumb-tar.lzma, .shared-with-me-page
  .icn-thumb-tar.lzma, .scheduled-shares-page
  .icn-thumb-tar.lzma, .search-page
  .icn-thumb-tlz, .shared-by-me-page
  .icn-thumb-tlz, .shared-with-me-page
  .icn-thumb-tlz, .scheduled-shares-page
  .icn-thumb-tlz, .search-page .icn-thumb-ebook, .shared-by-me-page .icn-thumb-ebook, .shared-with-me-page .icn-thumb-ebook, .scheduled-shares-page .icn-thumb-ebook, .search-page
  .icn-thumb-azw, .shared-by-me-page
  .icn-thumb-azw, .shared-with-me-page
  .icn-thumb-azw, .scheduled-shares-page
  .icn-thumb-azw, .search-page
  .icn-thumb-azw4, .shared-by-me-page
  .icn-thumb-azw4, .shared-with-me-page
  .icn-thumb-azw4, .scheduled-shares-page
  .icn-thumb-azw4, .search-page
  .icn-thumb-chm, .shared-by-me-page
  .icn-thumb-chm, .shared-with-me-page
  .icn-thumb-chm, .scheduled-shares-page
  .icn-thumb-chm, .search-page
  .icn-thumb-cbz, .shared-by-me-page
  .icn-thumb-cbz, .shared-with-me-page
  .icn-thumb-cbz, .scheduled-shares-page
  .icn-thumb-cbz, .search-page
  .icn-thumb-epub, .shared-by-me-page
  .icn-thumb-epub, .shared-with-me-page
  .icn-thumb-epub, .scheduled-shares-page
  .icn-thumb-epub, .search-page
  .icn-thumb-fb2, .shared-by-me-page
  .icn-thumb-fb2, .shared-with-me-page
  .icn-thumb-fb2, .scheduled-shares-page
  .icn-thumb-fb2, .search-page
  .icn-thumb-htmlz, .shared-by-me-page
  .icn-thumb-htmlz, .shared-with-me-page
  .icn-thumb-htmlz, .scheduled-shares-page
  .icn-thumb-htmlz, .search-page
  .icn-thumb-lit, .shared-by-me-page
  .icn-thumb-lit, .shared-with-me-page
  .icn-thumb-lit, .scheduled-shares-page
  .icn-thumb-lit, .search-page
  .icn-thumb-lrf, .shared-by-me-page
  .icn-thumb-lrf, .shared-with-me-page
  .icn-thumb-lrf, .scheduled-shares-page
  .icn-thumb-lrf, .search-page
  .icn-thumb-lrs, .shared-by-me-page
  .icn-thumb-lrs, .shared-with-me-page
  .icn-thumb-lrs, .scheduled-shares-page
  .icn-thumb-lrs, .search-page
  .icn-thumb-mobi, .shared-by-me-page
  .icn-thumb-mobi, .shared-with-me-page
  .icn-thumb-mobi, .scheduled-shares-page
  .icn-thumb-mobi, .search-page
  .icn-thumb-pdb, .shared-by-me-page
  .icn-thumb-pdb, .shared-with-me-page
  .icn-thumb-pdb, .scheduled-shares-page
  .icn-thumb-pdb, .search-page
  .icn-thumb-pml, .shared-by-me-page
  .icn-thumb-pml, .shared-with-me-page
  .icn-thumb-pml, .scheduled-shares-page
  .icn-thumb-pml, .search-page
  .icn-thumb-recip, .shared-by-me-page
  .icn-thumb-recip, .shared-with-me-page
  .icn-thumb-recip, .scheduled-shares-page
  .icn-thumb-recip, .search-page
  .icn-thumb-snb, .shared-by-me-page
  .icn-thumb-snb, .shared-with-me-page
  .icn-thumb-snb, .scheduled-shares-page
  .icn-thumb-snb, .search-page
  .icn-thumb-tcr, .shared-by-me-page
  .icn-thumb-tcr, .shared-with-me-page
  .icn-thumb-tcr, .scheduled-shares-page
  .icn-thumb-tcr, .search-page
  .icn-thumb-cbr, .shared-by-me-page
  .icn-thumb-cbr, .shared-with-me-page
  .icn-thumb-cbr, .scheduled-shares-page
  .icn-thumb-cbr, .search-page
  .icn-thumb-prc, .shared-by-me-page
  .icn-thumb-prc, .shared-with-me-page
  .icn-thumb-prc, .scheduled-shares-page
  .icn-thumb-prc, .search-page
  .icn-thumb-tpz, .shared-by-me-page
  .icn-thumb-tpz, .shared-with-me-page
  .icn-thumb-tpz, .scheduled-shares-page
  .icn-thumb-tpz, .search-page
  .icn-thumb-pmlz, .shared-by-me-page
  .icn-thumb-pmlz, .shared-with-me-page
  .icn-thumb-pmlz, .scheduled-shares-page
  .icn-thumb-pmlz, .search-page .icn-thumb-code, .shared-by-me-page .icn-thumb-code, .shared-with-me-page .icn-thumb-code, .scheduled-shares-page .icn-thumb-code, .search-page
  .icn-thumb-as, .shared-by-me-page
  .icn-thumb-as, .shared-with-me-page
  .icn-thumb-as, .scheduled-shares-page
  .icn-thumb-as, .search-page
  .icn-thumb-actionscript, .shared-by-me-page
  .icn-thumb-actionscript, .shared-with-me-page
  .icn-thumb-actionscript, .scheduled-shares-page
  .icn-thumb-actionscript, .search-page
  .icn-thumb-sh, .shared-by-me-page
  .icn-thumb-sh, .shared-with-me-page
  .icn-thumb-sh, .scheduled-shares-page
  .icn-thumb-sh, .search-page
  .icn-thumb-cf, .shared-by-me-page
  .icn-thumb-cf, .shared-with-me-page
  .icn-thumb-cf, .scheduled-shares-page
  .icn-thumb-cf, .search-page
  .icn-thumb-cfm, .shared-by-me-page
  .icn-thumb-cfm, .shared-with-me-page
  .icn-thumb-cfm, .scheduled-shares-page
  .icn-thumb-cfm, .search-page
  .icn-thumb-cs, .shared-by-me-page
  .icn-thumb-cs, .shared-with-me-page
  .icn-thumb-cs, .scheduled-shares-page
  .icn-thumb-cs, .search-page
  .icn-thumb-c, .shared-by-me-page
  .icn-thumb-c, .shared-with-me-page
  .icn-thumb-c, .scheduled-shares-page
  .icn-thumb-c, .search-page
  .icn-thumb-h, .shared-by-me-page
  .icn-thumb-h, .shared-with-me-page
  .icn-thumb-h, .scheduled-shares-page
  .icn-thumb-h, .search-page
  .icn-thumb-cc, .shared-by-me-page
  .icn-thumb-cc, .shared-with-me-page
  .icn-thumb-cc, .scheduled-shares-page
  .icn-thumb-cc, .search-page
  .icn-thumb-cp, .shared-by-me-page
  .icn-thumb-cp, .shared-with-me-page
  .icn-thumb-cp, .scheduled-shares-page
  .icn-thumb-cp, .search-page
  .icn-thumb-cpp, .shared-by-me-page
  .icn-thumb-cpp, .shared-with-me-page
  .icn-thumb-cpp, .scheduled-shares-page
  .icn-thumb-cpp, .search-page
  .icn-thumb-m, .shared-by-me-page
  .icn-thumb-m, .shared-with-me-page
  .icn-thumb-m, .scheduled-shares-page
  .icn-thumb-m, .search-page
  .icn-thumb-css, .shared-by-me-page
  .icn-thumb-css, .shared-with-me-page
  .icn-thumb-css, .scheduled-shares-page
  .icn-thumb-css, .search-page
  .icn-thumb-pas, .shared-by-me-page
  .icn-thumb-pas, .shared-with-me-page
  .icn-thumb-pas, .scheduled-shares-page
  .icn-thumb-pas, .search-page
  .icn-thumb-diff, .shared-by-me-page
  .icn-thumb-diff, .shared-with-me-page
  .icn-thumb-diff, .scheduled-shares-page
  .icn-thumb-diff, .search-page
  .icn-thumb-patch, .shared-by-me-page
  .icn-thumb-patch, .shared-with-me-page
  .icn-thumb-patch, .scheduled-shares-page
  .icn-thumb-patch, .search-page
  .icn-thumb-erl, .shared-by-me-page
  .icn-thumb-erl, .shared-with-me-page
  .icn-thumb-erl, .scheduled-shares-page
  .icn-thumb-erl, .search-page
  .icn-thumb-groovy, .shared-by-me-page
  .icn-thumb-groovy, .shared-with-me-page
  .icn-thumb-groovy, .scheduled-shares-page
  .icn-thumb-groovy, .search-page
  .icn-thumb-js, .shared-by-me-page
  .icn-thumb-js, .shared-with-me-page
  .icn-thumb-js, .scheduled-shares-page
  .icn-thumb-js, .search-page
  .icn-thumb-java, .shared-by-me-page
  .icn-thumb-java, .shared-with-me-page
  .icn-thumb-java, .scheduled-shares-page
  .icn-thumb-java, .search-page
  .icn-thumb-jfx, .shared-by-me-page
  .icn-thumb-jfx, .shared-with-me-page
  .icn-thumb-jfx, .scheduled-shares-page
  .icn-thumb-jfx, .search-page
  .icn-thumb-pl, .shared-by-me-page
  .icn-thumb-pl, .shared-with-me-page
  .icn-thumb-pl, .scheduled-shares-page
  .icn-thumb-pl, .search-page
  .icn-thumb-perl, .shared-by-me-page
  .icn-thumb-perl, .shared-with-me-page
  .icn-thumb-perl, .scheduled-shares-page
  .icn-thumb-perl, .search-page
  .icn-thumb-php, .shared-by-me-page
  .icn-thumb-php, .shared-with-me-page
  .icn-thumb-php, .scheduled-shares-page
  .icn-thumb-php, .search-page
  .icn-thumb-ps1, .shared-by-me-page
  .icn-thumb-ps1, .shared-with-me-page
  .icn-thumb-ps1, .scheduled-shares-page
  .icn-thumb-ps1, .search-page
  .icn-thumb-py, .shared-by-me-page
  .icn-thumb-py, .shared-with-me-page
  .icn-thumb-py, .scheduled-shares-page
  .icn-thumb-py, .search-page
  .icn-thumb-python, .shared-by-me-page
  .icn-thumb-python, .shared-with-me-page
  .icn-thumb-python, .scheduled-shares-page
  .icn-thumb-python, .search-page
  .icn-thumb-rb, .shared-by-me-page
  .icn-thumb-rb, .shared-with-me-page
  .icn-thumb-rb, .scheduled-shares-page
  .icn-thumb-rb, .search-page
  .icn-thumb-ruby, .shared-by-me-page
  .icn-thumb-ruby, .shared-with-me-page
  .icn-thumb-ruby, .scheduled-shares-page
  .icn-thumb-ruby, .search-page
  .icn-thumb-scala, .shared-by-me-page
  .icn-thumb-scala, .shared-with-me-page
  .icn-thumb-scala, .scheduled-shares-page
  .icn-thumb-scala, .search-page
  .icn-thumb-sql, .shared-by-me-page
  .icn-thumb-sql, .shared-with-me-page
  .icn-thumb-sql, .scheduled-shares-page
  .icn-thumb-sql, .search-page
  .icn-thumb-vb, .shared-by-me-page
  .icn-thumb-vb, .shared-with-me-page
  .icn-thumb-vb, .scheduled-shares-page
  .icn-thumb-vb, .search-page
  .icn-thumb-xhtml, .shared-by-me-page
  .icn-thumb-xhtml, .shared-with-me-page
  .icn-thumb-xhtml, .scheduled-shares-page
  .icn-thumb-xhtml, .search-page
  .icn-thumb-xslt, .shared-by-me-page
  .icn-thumb-xslt, .shared-with-me-page
  .icn-thumb-xslt, .scheduled-shares-page
  .icn-thumb-xslt, .search-page
  .icn-thumb-html, .shared-by-me-page
  .icn-thumb-html, .shared-with-me-page
  .icn-thumb-html, .scheduled-shares-page
  .icn-thumb-html, .search-page
  .icn-thumb-htm, .shared-by-me-page
  .icn-thumb-htm, .shared-with-me-page
  .icn-thumb-htm, .scheduled-shares-page
  .icn-thumb-htm, .search-page
  .icn-thumb-xml, .shared-by-me-page
  .icn-thumb-xml, .shared-with-me-page
  .icn-thumb-xml, .scheduled-shares-page
  .icn-thumb-xml, .search-page .icn-thumb-image, .shared-by-me-page .icn-thumb-image, .shared-with-me-page .icn-thumb-image, .scheduled-shares-page .icn-thumb-image, .search-page
  .icn-thumb-3fr, .shared-by-me-page
  .icn-thumb-3fr, .shared-with-me-page
  .icn-thumb-3fr, .scheduled-shares-page
  .icn-thumb-3fr, .search-page
  .icn-thumb-ai, .shared-by-me-page
  .icn-thumb-ai, .shared-with-me-page
  .icn-thumb-ai, .scheduled-shares-page
  .icn-thumb-ai, .search-page
  .icn-thumb-aai, .shared-by-me-page
  .icn-thumb-aai, .shared-with-me-page
  .icn-thumb-aai, .scheduled-shares-page
  .icn-thumb-aai, .search-page
  .icn-thumb-art, .shared-by-me-page
  .icn-thumb-art, .shared-with-me-page
  .icn-thumb-art, .scheduled-shares-page
  .icn-thumb-art, .search-page
  .icn-thumb-arw, .shared-by-me-page
  .icn-thumb-arw, .shared-with-me-page
  .icn-thumb-arw, .scheduled-shares-page
  .icn-thumb-arw, .search-page
  .icn-thumb-avs, .shared-by-me-page
  .icn-thumb-avs, .shared-with-me-page
  .icn-thumb-avs, .scheduled-shares-page
  .icn-thumb-avs, .search-page
  .icn-thumb-bitmap, .shared-by-me-page
  .icn-thumb-bitmap, .shared-with-me-page
  .icn-thumb-bitmap, .scheduled-shares-page
  .icn-thumb-bitmap, .search-page
  .icn-thumb-bmp, .shared-by-me-page
  .icn-thumb-bmp, .shared-with-me-page
  .icn-thumb-bmp, .scheduled-shares-page
  .icn-thumb-bmp, .search-page
  .icn-thumb-bmp2, .shared-by-me-page
  .icn-thumb-bmp2, .shared-with-me-page
  .icn-thumb-bmp2, .scheduled-shares-page
  .icn-thumb-bmp2, .search-page
  .icn-thumb-bmp3, .shared-by-me-page
  .icn-thumb-bmp3, .shared-with-me-page
  .icn-thumb-bmp3, .scheduled-shares-page
  .icn-thumb-bmp3, .search-page
  .icn-thumb-cals, .shared-by-me-page
  .icn-thumb-cals, .shared-with-me-page
  .icn-thumb-cals, .scheduled-shares-page
  .icn-thumb-cals, .search-page
  .icn-thumb-cgm, .shared-by-me-page
  .icn-thumb-cgm, .shared-with-me-page
  .icn-thumb-cgm, .scheduled-shares-page
  .icn-thumb-cgm, .search-page
  .icn-thumb-cin, .shared-by-me-page
  .icn-thumb-cin, .shared-with-me-page
  .icn-thumb-cin, .scheduled-shares-page
  .icn-thumb-cin, .search-page
  .icn-thumb-cmyk, .shared-by-me-page
  .icn-thumb-cmyk, .shared-with-me-page
  .icn-thumb-cmyk, .scheduled-shares-page
  .icn-thumb-cmyk, .search-page
  .icn-thumb-cmyka, .shared-by-me-page
  .icn-thumb-cmyka, .shared-with-me-page
  .icn-thumb-cmyka, .scheduled-shares-page
  .icn-thumb-cmyka, .search-page
  .icn-thumb-cr2, .shared-by-me-page
  .icn-thumb-cr2, .shared-with-me-page
  .icn-thumb-cr2, .scheduled-shares-page
  .icn-thumb-cr2, .search-page
  .icn-thumb-crw, .shared-by-me-page
  .icn-thumb-crw, .shared-with-me-page
  .icn-thumb-crw, .scheduled-shares-page
  .icn-thumb-crw, .search-page
  .icn-thumb-cur, .shared-by-me-page
  .icn-thumb-cur, .shared-with-me-page
  .icn-thumb-cur, .scheduled-shares-page
  .icn-thumb-cur, .search-page
  .icn-thumb-cut, .shared-by-me-page
  .icn-thumb-cut, .shared-with-me-page
  .icn-thumb-cut, .scheduled-shares-page
  .icn-thumb-cut, .search-page
  .icn-thumb-dcm, .shared-by-me-page
  .icn-thumb-dcm, .shared-with-me-page
  .icn-thumb-dcm, .scheduled-shares-page
  .icn-thumb-dcm, .search-page
  .icn-thumb-dcr, .shared-by-me-page
  .icn-thumb-dcr, .shared-with-me-page
  .icn-thumb-dcr, .scheduled-shares-page
  .icn-thumb-dcr, .search-page
  .icn-thumb-dcx, .shared-by-me-page
  .icn-thumb-dcx, .shared-with-me-page
  .icn-thumb-dcx, .scheduled-shares-page
  .icn-thumb-dcx, .search-page
  .icn-thumb-dds, .shared-by-me-page
  .icn-thumb-dds, .shared-with-me-page
  .icn-thumb-dds, .scheduled-shares-page
  .icn-thumb-dds, .search-page
  .icn-thumb-dib, .shared-by-me-page
  .icn-thumb-dib, .shared-with-me-page
  .icn-thumb-dib, .scheduled-shares-page
  .icn-thumb-dib, .search-page
  .icn-thumb-dicom, .shared-by-me-page
  .icn-thumb-dicom, .shared-with-me-page
  .icn-thumb-dicom, .scheduled-shares-page
  .icn-thumb-dicom, .search-page
  .icn-thumb-dng, .shared-by-me-page
  .icn-thumb-dng, .shared-with-me-page
  .icn-thumb-dng, .scheduled-shares-page
  .icn-thumb-dng, .search-page
  .icn-thumb-dot, .shared-by-me-page
  .icn-thumb-dot, .shared-with-me-page
  .icn-thumb-dot, .scheduled-shares-page
  .icn-thumb-dot, .search-page
  .icn-thumb-dpx, .shared-by-me-page
  .icn-thumb-dpx, .shared-with-me-page
  .icn-thumb-dpx, .scheduled-shares-page
  .icn-thumb-dpx, .search-page
  .icn-thumb-emf, .shared-by-me-page
  .icn-thumb-emf, .shared-with-me-page
  .icn-thumb-emf, .scheduled-shares-page
  .icn-thumb-emf, .search-page
  .icn-thumb-epdf, .shared-by-me-page
  .icn-thumb-epdf, .shared-with-me-page
  .icn-thumb-epdf, .scheduled-shares-page
  .icn-thumb-epdf, .search-page
  .icn-thumb-epi, .shared-by-me-page
  .icn-thumb-epi, .shared-with-me-page
  .icn-thumb-epi, .scheduled-shares-page
  .icn-thumb-epi, .search-page
  .icn-thumb-eps, .shared-by-me-page
  .icn-thumb-eps, .shared-with-me-page
  .icn-thumb-eps, .scheduled-shares-page
  .icn-thumb-eps, .search-page
  .icn-thumb-eps2, .shared-by-me-page
  .icn-thumb-eps2, .shared-with-me-page
  .icn-thumb-eps2, .scheduled-shares-page
  .icn-thumb-eps2, .search-page
  .icn-thumb-eps3, .shared-by-me-page
  .icn-thumb-eps3, .shared-with-me-page
  .icn-thumb-eps3, .scheduled-shares-page
  .icn-thumb-eps3, .search-page
  .icn-thumb-epsf, .shared-by-me-page
  .icn-thumb-epsf, .shared-with-me-page
  .icn-thumb-epsf, .scheduled-shares-page
  .icn-thumb-epsf, .search-page
  .icn-thumb-epsi, .shared-by-me-page
  .icn-thumb-epsi, .shared-with-me-page
  .icn-thumb-epsi, .scheduled-shares-page
  .icn-thumb-epsi, .search-page
  .icn-thumb-ept, .shared-by-me-page
  .icn-thumb-ept, .shared-with-me-page
  .icn-thumb-ept, .scheduled-shares-page
  .icn-thumb-ept, .search-page
  .icn-thumb-erf, .shared-by-me-page
  .icn-thumb-erf, .shared-with-me-page
  .icn-thumb-erf, .scheduled-shares-page
  .icn-thumb-erf, .search-page
  .icn-thumb-exr, .shared-by-me-page
  .icn-thumb-exr, .shared-with-me-page
  .icn-thumb-exr, .scheduled-shares-page
  .icn-thumb-exr, .search-page
  .icn-thumb-fax, .shared-by-me-page
  .icn-thumb-fax, .shared-with-me-page
  .icn-thumb-fax, .scheduled-shares-page
  .icn-thumb-fax, .search-page
  .icn-thumb-fig, .shared-by-me-page
  .icn-thumb-fig, .shared-with-me-page
  .icn-thumb-fig, .scheduled-shares-page
  .icn-thumb-fig, .search-page
  .icn-thumb-fit, .shared-by-me-page
  .icn-thumb-fit, .shared-with-me-page
  .icn-thumb-fit, .scheduled-shares-page
  .icn-thumb-fit, .search-page
  .icn-thumb-fits, .shared-by-me-page
  .icn-thumb-fits, .shared-with-me-page
  .icn-thumb-fits, .scheduled-shares-page
  .icn-thumb-fits, .search-page
  .icn-thumb-fpx, .shared-by-me-page
  .icn-thumb-fpx, .shared-with-me-page
  .icn-thumb-fpx, .scheduled-shares-page
  .icn-thumb-fpx, .search-page
  .icn-thumb-fts, .shared-by-me-page
  .icn-thumb-fts, .shared-with-me-page
  .icn-thumb-fts, .scheduled-shares-page
  .icn-thumb-fts, .search-page
  .icn-thumb-gif, .shared-by-me-page
  .icn-thumb-gif, .shared-with-me-page
  .icn-thumb-gif, .scheduled-shares-page
  .icn-thumb-gif, .search-page
  .icn-thumb-gplt, .shared-by-me-page
  .icn-thumb-gplt, .shared-with-me-page
  .icn-thumb-gplt, .scheduled-shares-page
  .icn-thumb-gplt, .search-page
  .icn-thumb-gray, .shared-by-me-page
  .icn-thumb-gray, .shared-with-me-page
  .icn-thumb-gray, .scheduled-shares-page
  .icn-thumb-gray, .search-page
  .icn-thumb-hdr, .shared-by-me-page
  .icn-thumb-hdr, .shared-with-me-page
  .icn-thumb-hdr, .scheduled-shares-page
  .icn-thumb-hdr, .search-page
  .icn-thumb-hpgl, .shared-by-me-page
  .icn-thumb-hpgl, .shared-with-me-page
  .icn-thumb-hpgl, .scheduled-shares-page
  .icn-thumb-hpgl, .search-page
  .icn-thumb-hrz, .shared-by-me-page
  .icn-thumb-hrz, .shared-with-me-page
  .icn-thumb-hrz, .scheduled-shares-page
  .icn-thumb-hrz, .search-page
  .icn-thumb-ico, .shared-by-me-page
  .icn-thumb-ico, .shared-with-me-page
  .icn-thumb-ico, .scheduled-shares-page
  .icn-thumb-ico, .search-page
  .icn-thumb-icon, .shared-by-me-page
  .icn-thumb-icon, .shared-with-me-page
  .icn-thumb-icon, .scheduled-shares-page
  .icn-thumb-icon, .search-page
  .icn-thumb-iff, .shared-by-me-page
  .icn-thumb-iff, .shared-with-me-page
  .icn-thumb-iff, .scheduled-shares-page
  .icn-thumb-iff, .search-page
  .icn-thumb-info, .shared-by-me-page
  .icn-thumb-info, .shared-with-me-page
  .icn-thumb-info, .scheduled-shares-page
  .icn-thumb-info, .search-page
  .icn-thumb-inli, .shared-by-me-page
  .icn-thumb-inli, .shared-with-me-page
  .icn-thumb-inli, .scheduled-shares-page
  .icn-thumb-inli, .search-page
  .icn-thumb-jbig, .shared-by-me-page
  .icn-thumb-jbig, .shared-with-me-page
  .icn-thumb-jbig, .scheduled-shares-page
  .icn-thumb-jbig, .search-page
  .icn-thumb-jng, .shared-by-me-page
  .icn-thumb-jng, .shared-with-me-page
  .icn-thumb-jng, .scheduled-shares-page
  .icn-thumb-jng, .search-page
  .icn-thumb-jp2, .shared-by-me-page
  .icn-thumb-jp2, .shared-with-me-page
  .icn-thumb-jp2, .scheduled-shares-page
  .icn-thumb-jp2, .search-page
  .icn-thumb-jpe, .shared-by-me-page
  .icn-thumb-jpe, .shared-with-me-page
  .icn-thumb-jpe, .scheduled-shares-page
  .icn-thumb-jpe, .search-page
  .icn-thumb-jpf, .shared-by-me-page
  .icn-thumb-jpf, .shared-with-me-page
  .icn-thumb-jpf, .scheduled-shares-page
  .icn-thumb-jpf, .search-page
  .icn-thumb-jpc, .shared-by-me-page
  .icn-thumb-jpc, .shared-with-me-page
  .icn-thumb-jpc, .scheduled-shares-page
  .icn-thumb-jpc, .search-page
  .icn-thumb-jpg, .shared-by-me-page
  .icn-thumb-jpg, .shared-with-me-page
  .icn-thumb-jpg, .scheduled-shares-page
  .icn-thumb-jpg, .search-page
  .icn-thumb-jpeg, .shared-by-me-page
  .icn-thumb-jpeg, .shared-with-me-page
  .icn-thumb-jpeg, .scheduled-shares-page
  .icn-thumb-jpeg, .search-page
  .icn-thumb-kdc, .shared-by-me-page
  .icn-thumb-kdc, .shared-with-me-page
  .icn-thumb-kdc, .scheduled-shares-page
  .icn-thumb-kdc, .search-page
  .icn-thumb-k25, .shared-by-me-page
  .icn-thumb-k25, .shared-with-me-page
  .icn-thumb-k25, .scheduled-shares-page
  .icn-thumb-k25, .search-page
  .icn-thumb-man, .shared-by-me-page
  .icn-thumb-man, .shared-with-me-page
  .icn-thumb-man, .scheduled-shares-page
  .icn-thumb-man, .search-page
  .icn-thumb-mat, .shared-by-me-page
  .icn-thumb-mat, .shared-with-me-page
  .icn-thumb-mat, .scheduled-shares-page
  .icn-thumb-mat, .search-page
  .icn-thumb-miff, .shared-by-me-page
  .icn-thumb-miff, .shared-with-me-page
  .icn-thumb-miff, .scheduled-shares-page
  .icn-thumb-miff, .search-page
  .icn-thumb-mono, .shared-by-me-page
  .icn-thumb-mono, .shared-with-me-page
  .icn-thumb-mono, .scheduled-shares-page
  .icn-thumb-mono, .search-page
  .icn-thumb-mng, .shared-by-me-page
  .icn-thumb-mng, .shared-with-me-page
  .icn-thumb-mng, .scheduled-shares-page
  .icn-thumb-mng, .search-page
  .icn-thumb-mpc, .shared-by-me-page
  .icn-thumb-mpc, .shared-with-me-page
  .icn-thumb-mpc, .scheduled-shares-page
  .icn-thumb-mpc, .search-page
  .icn-thumb-mpr, .shared-by-me-page
  .icn-thumb-mpr, .shared-with-me-page
  .icn-thumb-mpr, .scheduled-shares-page
  .icn-thumb-mpr, .search-page
  .icn-thumb-mrsid, .shared-by-me-page
  .icn-thumb-mrsid, .shared-with-me-page
  .icn-thumb-mrsid, .scheduled-shares-page
  .icn-thumb-mrsid, .search-page
  .icn-thumb-mrw, .shared-by-me-page
  .icn-thumb-mrw, .shared-with-me-page
  .icn-thumb-mrw, .scheduled-shares-page
  .icn-thumb-mrw, .search-page
  .icn-thumb-msl, .shared-by-me-page
  .icn-thumb-msl, .shared-with-me-page
  .icn-thumb-msl, .scheduled-shares-page
  .icn-thumb-msl, .search-page
  .icn-thumb-msvg, .shared-by-me-page
  .icn-thumb-msvg, .shared-with-me-page
  .icn-thumb-msvg, .scheduled-shares-page
  .icn-thumb-msvg, .search-page
  .icn-thumb-mtv, .shared-by-me-page
  .icn-thumb-mtv, .shared-with-me-page
  .icn-thumb-mtv, .scheduled-shares-page
  .icn-thumb-mtv, .search-page
  .icn-thumb-mvg, .shared-by-me-page
  .icn-thumb-mvg, .shared-with-me-page
  .icn-thumb-mvg, .scheduled-shares-page
  .icn-thumb-mvg, .search-page
  .icn-thumb-nef, .shared-by-me-page
  .icn-thumb-nef, .shared-with-me-page
  .icn-thumb-nef, .scheduled-shares-page
  .icn-thumb-nef, .search-page
  .icn-thumb-orf, .shared-by-me-page
  .icn-thumb-orf, .shared-with-me-page
  .icn-thumb-orf, .scheduled-shares-page
  .icn-thumb-orf, .search-page
  .icn-thumb-otb, .shared-by-me-page
  .icn-thumb-otb, .shared-with-me-page
  .icn-thumb-otb, .scheduled-shares-page
  .icn-thumb-otb, .search-page
  .icn-thumb-p7, .shared-by-me-page
  .icn-thumb-p7, .shared-with-me-page
  .icn-thumb-p7, .scheduled-shares-page
  .icn-thumb-p7, .search-page
  .icn-thumb-palm, .shared-by-me-page
  .icn-thumb-palm, .shared-with-me-page
  .icn-thumb-palm, .scheduled-shares-page
  .icn-thumb-palm, .search-page
  .icn-thumb-pam, .shared-by-me-page
  .icn-thumb-pam, .shared-with-me-page
  .icn-thumb-pam, .scheduled-shares-page
  .icn-thumb-pam, .search-page
  .icn-thumb-pbm, .shared-by-me-page
  .icn-thumb-pbm, .shared-with-me-page
  .icn-thumb-pbm, .scheduled-shares-page
  .icn-thumb-pbm, .search-page
  .icn-thumb-pcd, .shared-by-me-page
  .icn-thumb-pcd, .shared-with-me-page
  .icn-thumb-pcd, .scheduled-shares-page
  .icn-thumb-pcd, .search-page
  .icn-thumb-pcds, .shared-by-me-page
  .icn-thumb-pcds, .shared-with-me-page
  .icn-thumb-pcds, .scheduled-shares-page
  .icn-thumb-pcds, .search-page
  .icn-thumb-pcc, .shared-by-me-page
  .icn-thumb-pcc, .shared-with-me-page
  .icn-thumb-pcc, .scheduled-shares-page
  .icn-thumb-pcc, .search-page
  .icn-thumb-pcl, .shared-by-me-page
  .icn-thumb-pcl, .shared-with-me-page
  .icn-thumb-pcl, .scheduled-shares-page
  .icn-thumb-pcl, .search-page
  .icn-thumb-pct, .shared-by-me-page
  .icn-thumb-pct, .shared-with-me-page
  .icn-thumb-pct, .scheduled-shares-page
  .icn-thumb-pct, .search-page
  .icn-thumb-pcx, .shared-by-me-page
  .icn-thumb-pcx, .shared-with-me-page
  .icn-thumb-pcx, .scheduled-shares-page
  .icn-thumb-pcx, .search-page
  .icn-thumb-pef, .shared-by-me-page
  .icn-thumb-pef, .shared-with-me-page
  .icn-thumb-pef, .scheduled-shares-page
  .icn-thumb-pef, .search-page
  .icn-thumb-pex, .shared-by-me-page
  .icn-thumb-pex, .shared-with-me-page
  .icn-thumb-pex, .scheduled-shares-page
  .icn-thumb-pex, .search-page
  .icn-thumb-pfa, .shared-by-me-page
  .icn-thumb-pfa, .shared-with-me-page
  .icn-thumb-pfa, .scheduled-shares-page
  .icn-thumb-pfa, .search-page
  .icn-thumb-pfb, .shared-by-me-page
  .icn-thumb-pfb, .shared-with-me-page
  .icn-thumb-pfb, .scheduled-shares-page
  .icn-thumb-pfb, .search-page
  .icn-thumb-pfm, .shared-by-me-page
  .icn-thumb-pfm, .shared-with-me-page
  .icn-thumb-pfm, .scheduled-shares-page
  .icn-thumb-pfm, .search-page
  .icn-thumb-pgm, .shared-by-me-page
  .icn-thumb-pgm, .shared-with-me-page
  .icn-thumb-pgm, .scheduled-shares-page
  .icn-thumb-pgm, .search-page
  .icn-thumb-picon, .shared-by-me-page
  .icn-thumb-picon, .shared-with-me-page
  .icn-thumb-picon, .scheduled-shares-page
  .icn-thumb-picon, .search-page
  .icn-thumb-pict, .shared-by-me-page
  .icn-thumb-pict, .shared-with-me-page
  .icn-thumb-pict, .scheduled-shares-page
  .icn-thumb-pict, .search-page
  .icn-thumb-pix, .shared-by-me-page
  .icn-thumb-pix, .shared-with-me-page
  .icn-thumb-pix, .scheduled-shares-page
  .icn-thumb-pix, .search-page
  .icn-thumb-png, .shared-by-me-page
  .icn-thumb-png, .shared-with-me-page
  .icn-thumb-png, .scheduled-shares-page
  .icn-thumb-png, .search-page
  .icn-thumb-png8, .shared-by-me-page
  .icn-thumb-png8, .shared-with-me-page
  .icn-thumb-png8, .scheduled-shares-page
  .icn-thumb-png8, .search-page
  .icn-thumb-png24, .shared-by-me-page
  .icn-thumb-png24, .shared-with-me-page
  .icn-thumb-png24, .scheduled-shares-page
  .icn-thumb-png24, .search-page
  .icn-thumb-png32, .shared-by-me-page
  .icn-thumb-png32, .shared-with-me-page
  .icn-thumb-png32, .scheduled-shares-page
  .icn-thumb-png32, .search-page
  .icn-thumb-pnm, .shared-by-me-page
  .icn-thumb-pnm, .shared-with-me-page
  .icn-thumb-pnm, .scheduled-shares-page
  .icn-thumb-pnm, .search-page
  .icn-thumb-ppm, .shared-by-me-page
  .icn-thumb-ppm, .shared-with-me-page
  .icn-thumb-ppm, .scheduled-shares-page
  .icn-thumb-ppm, .search-page
  .icn-thumb-psb, .shared-by-me-page
  .icn-thumb-psb, .shared-with-me-page
  .icn-thumb-psb, .scheduled-shares-page
  .icn-thumb-psb, .search-page
  .icn-thumb-psd, .shared-by-me-page
  .icn-thumb-psd, .shared-with-me-page
  .icn-thumb-psd, .scheduled-shares-page
  .icn-thumb-psd, .search-page
  .icn-thumb-ptif, .shared-by-me-page
  .icn-thumb-ptif, .shared-with-me-page
  .icn-thumb-ptif, .scheduled-shares-page
  .icn-thumb-ptif, .search-page
  .icn-thumb-pwp, .shared-by-me-page
  .icn-thumb-pwp, .shared-with-me-page
  .icn-thumb-pwp, .scheduled-shares-page
  .icn-thumb-pwp, .search-page
  .icn-thumb-rad, .shared-by-me-page
  .icn-thumb-rad, .shared-with-me-page
  .icn-thumb-rad, .scheduled-shares-page
  .icn-thumb-rad, .search-page
  .icn-thumb-raf, .shared-by-me-page
  .icn-thumb-raf, .shared-with-me-page
  .icn-thumb-raf, .scheduled-shares-page
  .icn-thumb-raf, .search-page
  .icn-thumb-rgb, .shared-by-me-page
  .icn-thumb-rgb, .shared-with-me-page
  .icn-thumb-rgb, .scheduled-shares-page
  .icn-thumb-rgb, .search-page
  .icn-thumb-rgba, .shared-by-me-page
  .icn-thumb-rgba, .shared-with-me-page
  .icn-thumb-rgba, .scheduled-shares-page
  .icn-thumb-rgba, .search-page
  .icn-thumb-rla, .shared-by-me-page
  .icn-thumb-rla, .shared-with-me-page
  .icn-thumb-rla, .scheduled-shares-page
  .icn-thumb-rla, .search-page
  .icn-thumb-rle, .shared-by-me-page
  .icn-thumb-rle, .shared-with-me-page
  .icn-thumb-rle, .scheduled-shares-page
  .icn-thumb-rle, .search-page
  .icn-thumb-sct, .shared-by-me-page
  .icn-thumb-sct, .shared-with-me-page
  .icn-thumb-sct, .scheduled-shares-page
  .icn-thumb-sct, .search-page
  .icn-thumb-sfw, .shared-by-me-page
  .icn-thumb-sfw, .shared-with-me-page
  .icn-thumb-sfw, .scheduled-shares-page
  .icn-thumb-sfw, .search-page
  .icn-thumb-sgi, .shared-by-me-page
  .icn-thumb-sgi, .shared-with-me-page
  .icn-thumb-sgi, .scheduled-shares-page
  .icn-thumb-sgi, .search-page
  .icn-thumb-shtml, .shared-by-me-page
  .icn-thumb-shtml, .shared-with-me-page
  .icn-thumb-shtml, .scheduled-shares-page
  .icn-thumb-shtml, .search-page
  .icn-thumb-sid, .shared-by-me-page
  .icn-thumb-sid, .shared-with-me-page
  .icn-thumb-sid, .scheduled-shares-page
  .icn-thumb-sid, .search-page
  .icn-thumb-sr2, .shared-by-me-page
  .icn-thumb-sr2, .shared-with-me-page
  .icn-thumb-sr2, .scheduled-shares-page
  .icn-thumb-sr2, .search-page
  .icn-thumb-srf, .shared-by-me-page
  .icn-thumb-srf, .shared-with-me-page
  .icn-thumb-srf, .scheduled-shares-page
  .icn-thumb-srf, .search-page
  .icn-thumb-sun, .shared-by-me-page
  .icn-thumb-sun, .shared-with-me-page
  .icn-thumb-sun, .scheduled-shares-page
  .icn-thumb-sun, .search-page
  .icn-thumb-svg, .shared-by-me-page
  .icn-thumb-svg, .shared-with-me-page
  .icn-thumb-svg, .scheduled-shares-page
  .icn-thumb-svg, .search-page
  .icn-thumb-svgz, .shared-by-me-page
  .icn-thumb-svgz, .shared-with-me-page
  .icn-thumb-svgz, .scheduled-shares-page
  .icn-thumb-svgz, .search-page
  .icn-thumb-tga, .shared-by-me-page
  .icn-thumb-tga, .shared-with-me-page
  .icn-thumb-tga, .scheduled-shares-page
  .icn-thumb-tga, .search-page
  .icn-thumb-tif, .shared-by-me-page
  .icn-thumb-tif, .shared-with-me-page
  .icn-thumb-tif, .scheduled-shares-page
  .icn-thumb-tif, .search-page
  .icn-thumb-tiff, .shared-by-me-page
  .icn-thumb-tiff, .shared-with-me-page
  .icn-thumb-tiff, .scheduled-shares-page
  .icn-thumb-tiff, .search-page
  .icn-thumb-tiff64, .shared-by-me-page
  .icn-thumb-tiff64, .shared-with-me-page
  .icn-thumb-tiff64, .scheduled-shares-page
  .icn-thumb-tiff64, .search-page
  .icn-thumb-tim, .shared-by-me-page
  .icn-thumb-tim, .shared-with-me-page
  .icn-thumb-tim, .scheduled-shares-page
  .icn-thumb-tim, .search-page
  .icn-thumb-uil, .shared-by-me-page
  .icn-thumb-uil, .shared-with-me-page
  .icn-thumb-uil, .scheduled-shares-page
  .icn-thumb-uil, .search-page
  .icn-thumb-uyvy, .shared-by-me-page
  .icn-thumb-uyvy, .shared-with-me-page
  .icn-thumb-uyvy, .scheduled-shares-page
  .icn-thumb-uyvy, .search-page
  .icn-thumb-vicar, .shared-by-me-page
  .icn-thumb-vicar, .shared-with-me-page
  .icn-thumb-vicar, .scheduled-shares-page
  .icn-thumb-vicar, .search-page
  .icn-thumb-viff, .shared-by-me-page
  .icn-thumb-viff, .shared-with-me-page
  .icn-thumb-viff, .scheduled-shares-page
  .icn-thumb-viff, .search-page
  .icn-thumb-wbmp, .shared-by-me-page
  .icn-thumb-wbmp, .shared-with-me-page
  .icn-thumb-wbmp, .scheduled-shares-page
  .icn-thumb-wbmp, .search-page
  .icn-thumb-webp, .shared-by-me-page
  .icn-thumb-webp, .shared-with-me-page
  .icn-thumb-webp, .scheduled-shares-page
  .icn-thumb-webp, .search-page
  .icn-thumb-wmf, .shared-by-me-page
  .icn-thumb-wmf, .shared-with-me-page
  .icn-thumb-wmf, .scheduled-shares-page
  .icn-thumb-wmf, .search-page
  .icn-thumb-wpg, .shared-by-me-page
  .icn-thumb-wpg, .shared-with-me-page
  .icn-thumb-wpg, .scheduled-shares-page
  .icn-thumb-wpg, .search-page
  .icn-thumb-x, .shared-by-me-page
  .icn-thumb-x, .shared-with-me-page
  .icn-thumb-x, .scheduled-shares-page
  .icn-thumb-x, .search-page
  .icn-thumb-xbm, .shared-by-me-page
  .icn-thumb-xbm, .shared-with-me-page
  .icn-thumb-xbm, .scheduled-shares-page
  .icn-thumb-xbm, .search-page
  .icn-thumb-xcf, .shared-by-me-page
  .icn-thumb-xcf, .shared-with-me-page
  .icn-thumb-xcf, .scheduled-shares-page
  .icn-thumb-xcf, .search-page
  .icn-thumb-xpm, .shared-by-me-page
  .icn-thumb-xpm, .shared-with-me-page
  .icn-thumb-xpm, .scheduled-shares-page
  .icn-thumb-xpm, .search-page
  .icn-thumb-xwd, .shared-by-me-page
  .icn-thumb-xwd, .shared-with-me-page
  .icn-thumb-xwd, .scheduled-shares-page
  .icn-thumb-xwd, .search-page
  .icn-thumb-x3f, .shared-by-me-page
  .icn-thumb-x3f, .shared-with-me-page
  .icn-thumb-x3f, .scheduled-shares-page
  .icn-thumb-x3f, .search-page
  .icn-thumb-ycbcr, .shared-by-me-page
  .icn-thumb-ycbcr, .shared-with-me-page
  .icn-thumb-ycbcr, .scheduled-shares-page
  .icn-thumb-ycbcr, .search-page
  .icn-thumb-ycbc, .shared-by-me-page
  .icn-thumb-ycbc, .shared-with-me-page
  .icn-thumb-ycbc, .scheduled-shares-page
  .icn-thumb-ycbc, .search-page
  .icn-thumb-yuv, .shared-by-me-page
  .icn-thumb-yuv, .shared-with-me-page
  .icn-thumb-yuv, .scheduled-shares-page
  .icn-thumb-yuv, .search-page .icn-thumb-video, .shared-by-me-page .icn-thumb-video, .shared-with-me-page .icn-thumb-video, .scheduled-shares-page .icn-thumb-video, .search-page
  .icn-thumb-mp4, .shared-by-me-page
  .icn-thumb-mp4, .shared-with-me-page
  .icn-thumb-mp4, .scheduled-shares-page
  .icn-thumb-mp4, .search-page
  .icn-thumb-mov, .shared-by-me-page
  .icn-thumb-mov, .shared-with-me-page
  .icn-thumb-mov, .scheduled-shares-page
  .icn-thumb-mov, .search-page
  .icn-thumb-m4v, .shared-by-me-page
  .icn-thumb-m4v, .shared-with-me-page
  .icn-thumb-m4v, .scheduled-shares-page
  .icn-thumb-m4v, .search-page
  .icn-thumb-m2v, .shared-by-me-page
  .icn-thumb-m2v, .shared-with-me-page
  .icn-thumb-m2v, .scheduled-shares-page
  .icn-thumb-m2v, .search-page
  .icn-thumb-avi, .shared-by-me-page
  .icn-thumb-avi, .shared-with-me-page
  .icn-thumb-avi, .scheduled-shares-page
  .icn-thumb-avi, .search-page
  .icn-thumb-wmv, .shared-by-me-page
  .icn-thumb-wmv, .shared-with-me-page
  .icn-thumb-wmv, .scheduled-shares-page
  .icn-thumb-wmv, .search-page
  .icn-thumb-rm, .shared-by-me-page
  .icn-thumb-rm, .shared-with-me-page
  .icn-thumb-rm, .scheduled-shares-page
  .icn-thumb-rm, .search-page
  .icn-thumb-mpeg, .shared-by-me-page
  .icn-thumb-mpeg, .shared-with-me-page
  .icn-thumb-mpeg, .scheduled-shares-page
  .icn-thumb-mpeg, .search-page
  .icn-thumb-ogv, .shared-by-me-page
  .icn-thumb-ogv, .shared-with-me-page
  .icn-thumb-ogv, .scheduled-shares-page
  .icn-thumb-ogv, .search-page
  .icn-thumb-3gp, .shared-by-me-page
  .icn-thumb-3gp, .shared-with-me-page
  .icn-thumb-3gp, .scheduled-shares-page
  .icn-thumb-3gp, .search-page
  .icn-thumb-3g2, .shared-by-me-page
  .icn-thumb-3g2, .shared-with-me-page
  .icn-thumb-3g2, .scheduled-shares-page
  .icn-thumb-3g2, .search-page
  .icn-thumb-vob, .shared-by-me-page
  .icn-thumb-vob, .shared-with-me-page
  .icn-thumb-vob, .scheduled-shares-page
  .icn-thumb-vob, .search-page
  .icn-thumb-flv, .shared-by-me-page
  .icn-thumb-flv, .shared-with-me-page
  .icn-thumb-flv, .scheduled-shares-page
  .icn-thumb-flv, .search-page
  .icn-thumb-webm, .shared-by-me-page
  .icn-thumb-webm, .shared-with-me-page
  .icn-thumb-webm, .scheduled-shares-page
  .icn-thumb-webm, .search-page
  .icn-thumb-mkv, .shared-by-me-page
  .icn-thumb-mkv, .shared-with-me-page
  .icn-thumb-mkv, .scheduled-shares-page
  .icn-thumb-mkv, .search-page .icn-thumb-audio, .shared-by-me-page .icn-thumb-audio, .shared-with-me-page .icn-thumb-audio, .scheduled-shares-page .icn-thumb-audio, .search-page
  .icn-thumb-mp3, .shared-by-me-page
  .icn-thumb-mp3, .shared-with-me-page
  .icn-thumb-mp3, .scheduled-shares-page
  .icn-thumb-mp3, .search-page
  .icn-thumb-mp2, .shared-by-me-page
  .icn-thumb-mp2, .shared-with-me-page
  .icn-thumb-mp2, .scheduled-shares-page
  .icn-thumb-mp2, .search-page
  .icn-thumb-wma, .shared-by-me-page
  .icn-thumb-wma, .shared-with-me-page
  .icn-thumb-wma, .scheduled-shares-page
  .icn-thumb-wma, .search-page
  .icn-thumb-wav, .shared-by-me-page
  .icn-thumb-wav, .shared-with-me-page
  .icn-thumb-wav, .scheduled-shares-page
  .icn-thumb-wav, .search-page
  .icn-thumb-ogg, .shared-by-me-page
  .icn-thumb-ogg, .shared-with-me-page
  .icn-thumb-ogg, .scheduled-shares-page
  .icn-thumb-ogg, .search-page
  .icn-thumb-aac, .shared-by-me-page
  .icn-thumb-aac, .shared-with-me-page
  .icn-thumb-aac, .scheduled-shares-page
  .icn-thumb-aac, .search-page
  .icn-thumb-flac, .shared-by-me-page
  .icn-thumb-flac, .shared-with-me-page
  .icn-thumb-flac, .scheduled-shares-page
  .icn-thumb-flac, .search-page
  .icn-thumb-au, .shared-by-me-page
  .icn-thumb-au, .shared-with-me-page
  .icn-thumb-au, .scheduled-shares-page
  .icn-thumb-au, .search-page
  .icn-thumb-raw, .shared-by-me-page
  .icn-thumb-raw, .shared-with-me-page
  .icn-thumb-raw, .scheduled-shares-page
  .icn-thumb-raw, .search-page
  .icn-thumb-aif, .shared-by-me-page
  .icn-thumb-aif, .shared-with-me-page
  .icn-thumb-aif, .scheduled-shares-page
  .icn-thumb-aif, .search-page
  .icn-thumb-aiff, .shared-by-me-page
  .icn-thumb-aiff, .shared-with-me-page
  .icn-thumb-aiff, .scheduled-shares-page
  .icn-thumb-aiff, .search-page
  .icn-thumb-gsm, .shared-by-me-page
  .icn-thumb-gsm, .shared-with-me-page
  .icn-thumb-gsm, .scheduled-shares-page
  .icn-thumb-gsm, .search-page
  .icn-thumb-ra, .shared-by-me-page
  .icn-thumb-ra, .shared-with-me-page
  .icn-thumb-ra, .scheduled-shares-page
  .icn-thumb-ra, .search-page
  .icn-thumb-mid, .shared-by-me-page
  .icn-thumb-mid, .shared-with-me-page
  .icn-thumb-mid, .scheduled-shares-page
  .icn-thumb-mid, .search-page
  .icn-thumb-amr, .shared-by-me-page
  .icn-thumb-amr, .shared-with-me-page
  .icn-thumb-amr, .scheduled-shares-page
  .icn-thumb-amr, .search-page
  .icn-thumb-m4a, .shared-by-me-page
  .icn-thumb-m4a, .shared-with-me-page
  .icn-thumb-m4a, .scheduled-shares-page
  .icn-thumb-m4a, .search-page .icn-thumb-document, .shared-by-me-page .icn-thumb-document, .shared-with-me-page .icn-thumb-document, .scheduled-shares-page .icn-thumb-document, .search-page
  .icn-thumb-ps, .shared-by-me-page
  .icn-thumb-ps, .shared-with-me-page
  .icn-thumb-ps, .scheduled-shares-page
  .icn-thumb-ps, .search-page
  .icn-thumb-ps2, .shared-by-me-page
  .icn-thumb-ps2, .shared-with-me-page
  .icn-thumb-ps2, .scheduled-shares-page
  .icn-thumb-ps2, .search-page
  .icn-thumb-ps3, .shared-by-me-page
  .icn-thumb-ps3, .shared-with-me-page
  .icn-thumb-ps3, .scheduled-shares-page
  .icn-thumb-ps3, .search-page
  .icn-thumb-djvu, .shared-by-me-page
  .icn-thumb-djvu, .shared-with-me-page
  .icn-thumb-djvu, .scheduled-shares-page
  .icn-thumb-djvu, .search-page
  .icn-thumb-odt, .shared-by-me-page
  .icn-thumb-odt, .shared-with-me-page
  .icn-thumb-odt, .scheduled-shares-page
  .icn-thumb-odt, .search-page
  .icn-thumb-wpd, .shared-by-me-page
  .icn-thumb-wpd, .shared-with-me-page
  .icn-thumb-wpd, .scheduled-shares-page
  .icn-thumb-wpd, .search-page
  .icn-thumb-wps, .shared-by-me-page
  .icn-thumb-wps, .shared-with-me-page
  .icn-thumb-wps, .scheduled-shares-page
  .icn-thumb-wps, .search-page
  .icn-thumb-jtd, .shared-by-me-page
  .icn-thumb-jtd, .shared-with-me-page
  .icn-thumb-jtd, .scheduled-shares-page
  .icn-thumb-jtd, .search-page
  .icn-thumb-jtt, .shared-by-me-page
  .icn-thumb-jtt, .shared-with-me-page
  .icn-thumb-jtt, .scheduled-shares-page
  .icn-thumb-jtt, .search-page
  .icn-thumb-pdf, .shared-by-me-page
  .icn-thumb-pdf, .shared-with-me-page
  .icn-thumb-pdf, .scheduled-shares-page
  .icn-thumb-pdf, .search-page
  .icn-thumb-tex, .shared-by-me-page
  .icn-thumb-tex, .shared-with-me-page
  .icn-thumb-tex, .scheduled-shares-page
  .icn-thumb-tex, .search-page
  .icn-thumb-mml, .shared-by-me-page
  .icn-thumb-mml, .shared-with-me-page
  .icn-thumb-mml, .scheduled-shares-page
  .icn-thumb-mml, .search-page
  .icn-thumb-rss, .shared-by-me-page
  .icn-thumb-rss, .shared-with-me-page
  .icn-thumb-rss, .scheduled-shares-page
  .icn-thumb-rss, .search-page
  .icn-thumb-atom, .shared-by-me-page
  .icn-thumb-atom, .shared-with-me-page
  .icn-thumb-atom, .scheduled-shares-page
  .icn-thumb-atom, .search-page
  .icn-thumb-uof, .shared-by-me-page
  .icn-thumb-uof, .shared-with-me-page
  .icn-thumb-uof, .scheduled-shares-page
  .icn-thumb-uof, .search-page
  .icn-thumb-uot, .shared-by-me-page
  .icn-thumb-uot, .shared-with-me-page
  .icn-thumb-uot, .scheduled-shares-page
  .icn-thumb-uot, .search-page
  .icn-thumb-sdw, .shared-by-me-page
  .icn-thumb-sdw, .shared-with-me-page
  .icn-thumb-sdw, .scheduled-shares-page
  .icn-thumb-sdw, .search-page
  .icn-thumb-sxw, .shared-by-me-page
  .icn-thumb-sxw, .shared-with-me-page
  .icn-thumb-sxw, .scheduled-shares-page
  .icn-thumb-sxw, .search-page .icn-thumb-txt, .shared-by-me-page .icn-thumb-txt, .shared-with-me-page .icn-thumb-txt, .scheduled-shares-page .icn-thumb-txt, .search-page
  .icn-thumb-text, .shared-by-me-page
  .icn-thumb-text, .shared-with-me-page
  .icn-thumb-text, .scheduled-shares-page
  .icn-thumb-text, .search-page
  .icn-thumb-md, .shared-by-me-page
  .icn-thumb-md, .shared-with-me-page
  .icn-thumb-md, .scheduled-shares-page
  .icn-thumb-md, .search-page
  .icn-thumb-markdown, .shared-by-me-page
  .icn-thumb-markdown, .shared-with-me-page
  .icn-thumb-markdown, .scheduled-shares-page
  .icn-thumb-markdown, .search-page .icn-thumb-keynote, .shared-by-me-page .icn-thumb-keynote, .shared-with-me-page .icn-thumb-keynote, .scheduled-shares-page .icn-thumb-keynote, .search-page .icn-thumb-page, .shared-by-me-page .icn-thumb-page, .shared-with-me-page .icn-thumb-page, .scheduled-shares-page .icn-thumb-page, .search-page
  .icn-thumb-pages, .shared-by-me-page
  .icn-thumb-pages, .shared-with-me-page
  .icn-thumb-pages, .scheduled-shares-page
  .icn-thumb-pages, .search-page .icn-thumb-number, .shared-by-me-page .icn-thumb-number, .shared-with-me-page .icn-thumb-number, .scheduled-shares-page .icn-thumb-number, .search-page
  .icn-thumb-numbers, .shared-by-me-page
  .icn-thumb-numbers, .shared-with-me-page
  .icn-thumb-numbers, .scheduled-shares-page
  .icn-thumb-numbers, .search-page .icn-thumb-presentation, .shared-by-me-page .icn-thumb-presentation, .shared-with-me-page .icn-thumb-presentation, .scheduled-shares-page .icn-thumb-presentation, .search-page
  .icn-thumb-odp, .shared-by-me-page
  .icn-thumb-odp, .shared-with-me-page
  .icn-thumb-odp, .scheduled-shares-page
  .icn-thumb-odp, .search-page
  .icn-thumb-otp, .shared-by-me-page
  .icn-thumb-otp, .shared-with-me-page
  .icn-thumb-otp, .scheduled-shares-page
  .icn-thumb-otp, .search-page
  .icn-thumb-sdd, .shared-by-me-page
  .icn-thumb-sdd, .shared-with-me-page
  .icn-thumb-sdd, .scheduled-shares-page
  .icn-thumb-sdd, .search-page
  .icn-thumb-sti, .shared-by-me-page
  .icn-thumb-sti, .shared-with-me-page
  .icn-thumb-sti, .scheduled-shares-page
  .icn-thumb-sti, .search-page
  .icn-thumb-sx, .shared-by-me-page
  .icn-thumb-sx, .shared-with-me-page
  .icn-thumb-sx, .scheduled-shares-page
  .icn-thumb-sx, .search-page
  .icn-thumb-uop, .shared-by-me-page
  .icn-thumb-uop, .shared-with-me-page
  .icn-thumb-uop, .scheduled-shares-page
  .icn-thumb-uop, .search-page
  .icn-thumb-sxi, .shared-by-me-page
  .icn-thumb-sxi, .shared-with-me-page
  .icn-thumb-sxi, .scheduled-shares-page
  .icn-thumb-sxi, .search-page
  .icn-thumb-key, .shared-by-me-page
  .icn-thumb-key, .shared-with-me-page
  .icn-thumb-key, .scheduled-shares-page
  .icn-thumb-key, .search-page .icn-thumb-spreadsheet, .shared-by-me-page .icn-thumb-spreadsheet, .shared-with-me-page .icn-thumb-spreadsheet, .scheduled-shares-page .icn-thumb-spreadsheet, .search-page
  .icn-thumb-ods, .shared-by-me-page
  .icn-thumb-ods, .shared-with-me-page
  .icn-thumb-ods, .scheduled-shares-page
  .icn-thumb-ods, .search-page
  .icn-thumb-ots, .shared-by-me-page
  .icn-thumb-ots, .shared-with-me-page
  .icn-thumb-ots, .scheduled-shares-page
  .icn-thumb-ots, .search-page
  .icn-thumb-csv, .shared-by-me-page
  .icn-thumb-csv, .shared-with-me-page
  .icn-thumb-csv, .scheduled-shares-page
  .icn-thumb-csv, .search-page
  .icn-thumb-wk1, .shared-by-me-page
  .icn-thumb-wk1, .shared-with-me-page
  .icn-thumb-wk1, .scheduled-shares-page
  .icn-thumb-wk1, .search-page
  .icn-thumb-wks, .shared-by-me-page
  .icn-thumb-wks, .shared-with-me-page
  .icn-thumb-wks, .scheduled-shares-page
  .icn-thumb-wks, .search-page
  .icn-thumb-123, .shared-by-me-page
  .icn-thumb-123, .shared-with-me-page
  .icn-thumb-123, .scheduled-shares-page
  .icn-thumb-123, .search-page
  .icn-thumb-dbf, .shared-by-me-page
  .icn-thumb-dbf, .shared-with-me-page
  .icn-thumb-dbf, .scheduled-shares-page
  .icn-thumb-dbf, .search-page
  .icn-thumb-wb2, .shared-by-me-page
  .icn-thumb-wb2, .shared-with-me-page
  .icn-thumb-wb2, .scheduled-shares-page
  .icn-thumb-wb2, .search-page
  .icn-thumb-dif, .shared-by-me-page
  .icn-thumb-dif, .shared-with-me-page
  .icn-thumb-dif, .scheduled-shares-page
  .icn-thumb-dif, .search-page
  .icn-thumb-uos, .shared-by-me-page
  .icn-thumb-uos, .shared-with-me-page
  .icn-thumb-uos, .scheduled-shares-page
  .icn-thumb-uos, .search-page
  .icn-thumb-sdc, .shared-by-me-page
  .icn-thumb-sdc, .shared-with-me-page
  .icn-thumb-sdc, .scheduled-shares-page
  .icn-thumb-sdc, .search-page
  .icn-thumb-sxc, .shared-by-me-page
  .icn-thumb-sxc, .shared-with-me-page
  .icn-thumb-sxc, .scheduled-shares-page
  .icn-thumb-sxc, .search-page .icn-thumb-font, .shared-by-me-page .icn-thumb-font, .shared-with-me-page .icn-thumb-font, .scheduled-shares-page .icn-thumb-font, .search-page
  .icn-thumb-ttf, .shared-by-me-page
  .icn-thumb-ttf, .shared-with-me-page
  .icn-thumb-ttf, .scheduled-shares-page
  .icn-thumb-ttf, .search-page
  .icn-thumb-otf, .shared-by-me-page
  .icn-thumb-otf, .shared-with-me-page
  .icn-thumb-otf, .scheduled-shares-page
  .icn-thumb-otf, .search-page
  .icn-thumb-woff, .shared-by-me-page
  .icn-thumb-woff, .shared-with-me-page
  .icn-thumb-woff, .scheduled-shares-page
  .icn-thumb-woff, .search-page
  .icn-thumb-ttc, .shared-by-me-page
  .icn-thumb-ttc, .shared-with-me-page
  .icn-thumb-ttc, .scheduled-shares-page
  .icn-thumb-ttc, .search-page
  .icn-thumb-dfont, .shared-by-me-page
  .icn-thumb-dfont, .shared-with-me-page
  .icn-thumb-dfont, .scheduled-shares-page
  .icn-thumb-dfont, .search-page
  .icn-thumb-sfd, .shared-by-me-page
  .icn-thumb-sfd, .shared-with-me-page
  .icn-thumb-sfd, .scheduled-shares-page
  .icn-thumb-sfd, .search-page .icn-thumb-3d, .shared-by-me-page .icn-thumb-3d, .shared-with-me-page .icn-thumb-3d, .scheduled-shares-page .icn-thumb-3d, .search-page
  .icn-thumb-3dmf, .shared-by-me-page
  .icn-thumb-3dmf, .shared-with-me-page
  .icn-thumb-3dmf, .scheduled-shares-page
  .icn-thumb-3dmf, .search-page
  .icn-thumb-max, .shared-by-me-page
  .icn-thumb-max, .shared-with-me-page
  .icn-thumb-max, .scheduled-shares-page
  .icn-thumb-max, .search-page
  .icn-thumb-3ds, .shared-by-me-page
  .icn-thumb-3ds, .shared-with-me-page
  .icn-thumb-3ds, .scheduled-shares-page
  .icn-thumb-3ds, .search-page
  .icn-thumb-3dt, .shared-by-me-page
  .icn-thumb-3dt, .shared-with-me-page
  .icn-thumb-3dt, .scheduled-shares-page
  .icn-thumb-3dt, .search-page
  .icn-thumb-aty, .shared-by-me-page
  .icn-thumb-aty, .shared-with-me-page
  .icn-thumb-aty, .scheduled-shares-page
  .icn-thumb-aty, .search-page
  .icn-thumb-ac, .shared-by-me-page
  .icn-thumb-ac, .shared-with-me-page
  .icn-thumb-ac, .scheduled-shares-page
  .icn-thumb-ac, .search-page
  .icn-thumb-an8, .shared-by-me-page
  .icn-thumb-an8, .shared-with-me-page
  .icn-thumb-an8, .scheduled-shares-page
  .icn-thumb-an8, .search-page
  .icn-thumb-aoi, .shared-by-me-page
  .icn-thumb-aoi, .shared-with-me-page
  .icn-thumb-aoi, .scheduled-shares-page
  .icn-thumb-aoi, .search-page
  .icn-thumb-b3d, .shared-by-me-page
  .icn-thumb-b3d, .shared-with-me-page
  .icn-thumb-b3d, .scheduled-shares-page
  .icn-thumb-b3d, .search-page
  .icn-thumb-blend, .shared-by-me-page
  .icn-thumb-blend, .shared-with-me-page
  .icn-thumb-blend, .scheduled-shares-page
  .icn-thumb-blend, .search-page
  .icn-thumb-c4d, .shared-by-me-page
  .icn-thumb-c4d, .shared-with-me-page
  .icn-thumb-c4d, .scheduled-shares-page
  .icn-thumb-c4d, .search-page
  .icn-thumb-cal3d, .shared-by-me-page
  .icn-thumb-cal3d, .shared-with-me-page
  .icn-thumb-cal3d, .scheduled-shares-page
  .icn-thumb-cal3d, .search-page
  .icn-thumb-cag, .shared-by-me-page
  .icn-thumb-cag, .shared-with-me-page
  .icn-thumb-cag, .scheduled-shares-page
  .icn-thumb-cag, .search-page
  .icn-thumb-cfl, .shared-by-me-page
  .icn-thumb-cfl, .shared-with-me-page
  .icn-thumb-cfl, .scheduled-shares-page
  .icn-thumb-cfl, .search-page
  .icn-thumb-cob, .shared-by-me-page
  .icn-thumb-cob, .shared-with-me-page
  .icn-thumb-cob, .scheduled-shares-page
  .icn-thumb-cob, .search-page
  .icn-thumb-ctm, .shared-by-me-page
  .icn-thumb-ctm, .shared-with-me-page
  .icn-thumb-ctm, .scheduled-shares-page
  .icn-thumb-ctm, .search-page
  .icn-thumb-dae, .shared-by-me-page
  .icn-thumb-dae, .shared-with-me-page
  .icn-thumb-dae, .scheduled-shares-page
  .icn-thumb-dae, .search-page
  .icn-thumb-dts, .shared-by-me-page
  .icn-thumb-dts, .shared-with-me-page
  .icn-thumb-dts, .scheduled-shares-page
  .icn-thumb-dts, .search-page
  .icn-thumb-egg, .shared-by-me-page
  .icn-thumb-egg, .shared-with-me-page
  .icn-thumb-egg, .scheduled-shares-page
  .icn-thumb-egg, .search-page
  .icn-thumb-fac, .shared-by-me-page
  .icn-thumb-fac, .shared-with-me-page
  .icn-thumb-fac, .scheduled-shares-page
  .icn-thumb-fac, .search-page
  .icn-thumb-fbx, .shared-by-me-page
  .icn-thumb-fbx, .shared-with-me-page
  .icn-thumb-fbx, .scheduled-shares-page
  .icn-thumb-fbx, .search-page
  .icn-thumb-g, .shared-by-me-page
  .icn-thumb-g, .shared-with-me-page
  .icn-thumb-g, .scheduled-shares-page
  .icn-thumb-g, .search-page
  .icn-thumb-glm, .shared-by-me-page
  .icn-thumb-glm, .shared-with-me-page
  .icn-thumb-glm, .scheduled-shares-page
  .icn-thumb-glm, .search-page
  .icn-thumb-lwo, .shared-by-me-page
  .icn-thumb-lwo, .shared-with-me-page
  .icn-thumb-lwo, .scheduled-shares-page
  .icn-thumb-lwo, .search-page
  .icn-thumb-lws, .shared-by-me-page
  .icn-thumb-lws, .shared-with-me-page
  .icn-thumb-lws, .scheduled-shares-page
  .icn-thumb-lws, .search-page
  .icn-thumb-lxo, .shared-by-me-page
  .icn-thumb-lxo, .shared-with-me-page
  .icn-thumb-lxo, .scheduled-shares-page
  .icn-thumb-lxo, .search-page
  .icn-thumb-ma, .shared-by-me-page
  .icn-thumb-ma, .shared-with-me-page
  .icn-thumb-ma, .scheduled-shares-page
  .icn-thumb-ma, .search-page
  .icn-thumb-mb, .shared-by-me-page
  .icn-thumb-mb, .shared-with-me-page
  .icn-thumb-mb, .scheduled-shares-page
  .icn-thumb-mb, .search-page
  .icn-thumb-md2, .shared-by-me-page
  .icn-thumb-md2, .shared-with-me-page
  .icn-thumb-md2, .scheduled-shares-page
  .icn-thumb-md2, .search-page
  .icn-thumb-md3, .shared-by-me-page
  .icn-thumb-md3, .shared-with-me-page
  .icn-thumb-md3, .scheduled-shares-page
  .icn-thumb-md3, .search-page
  .icn-thumb-mdx, .shared-by-me-page
  .icn-thumb-mdx, .shared-with-me-page
  .icn-thumb-mdx, .scheduled-shares-page
  .icn-thumb-mdx, .search-page
  .icn-thumb-mesh, .shared-by-me-page
  .icn-thumb-mesh, .shared-with-me-page
  .icn-thumb-mesh, .scheduled-shares-page
  .icn-thumb-mesh, .search-page
  .icn-thumb-mm3d, .shared-by-me-page
  .icn-thumb-mm3d, .shared-with-me-page
  .icn-thumb-mm3d, .scheduled-shares-page
  .icn-thumb-mm3d, .search-page
  .icn-thumb-nif, .shared-by-me-page
  .icn-thumb-nif, .shared-with-me-page
  .icn-thumb-nif, .scheduled-shares-page
  .icn-thumb-nif, .search-page
  .icn-thumb-off, .shared-by-me-page
  .icn-thumb-off, .shared-with-me-page
  .icn-thumb-off, .scheduled-shares-page
  .icn-thumb-off, .search-page
  .icn-thumb-pov, .shared-by-me-page
  .icn-thumb-pov, .shared-with-me-page
  .icn-thumb-pov, .scheduled-shares-page
  .icn-thumb-pov, .search-page
  .icn-thumb-rwx, .shared-by-me-page
  .icn-thumb-rwx, .shared-with-me-page
  .icn-thumb-rwx, .scheduled-shares-page
  .icn-thumb-rwx, .search-page
  .icn-thumb-sia, .shared-by-me-page
  .icn-thumb-sia, .shared-with-me-page
  .icn-thumb-sia, .scheduled-shares-page
  .icn-thumb-sia, .search-page
  .icn-thumb-sib, .shared-by-me-page
  .icn-thumb-sib, .shared-with-me-page
  .icn-thumb-sib, .scheduled-shares-page
  .icn-thumb-sib, .search-page
  .icn-thumb-skp, .shared-by-me-page
  .icn-thumb-skp, .shared-with-me-page
  .icn-thumb-skp, .scheduled-shares-page
  .icn-thumb-skp, .search-page
  .icn-thumb-sldasm, .shared-by-me-page
  .icn-thumb-sldasm, .shared-with-me-page
  .icn-thumb-sldasm, .scheduled-shares-page
  .icn-thumb-sldasm, .search-page
  .icn-thumb-sldprt, .shared-by-me-page
  .icn-thumb-sldprt, .shared-with-me-page
  .icn-thumb-sldprt, .scheduled-shares-page
  .icn-thumb-sldprt, .search-page
  .icn-thumb-smd, .shared-by-me-page
  .icn-thumb-smd, .shared-with-me-page
  .icn-thumb-smd, .scheduled-shares-page
  .icn-thumb-smd, .search-page
  .icn-thumb-u3d, .shared-by-me-page
  .icn-thumb-u3d, .shared-with-me-page
  .icn-thumb-u3d, .scheduled-shares-page
  .icn-thumb-u3d, .search-page
  .icn-thumb-wings, .shared-by-me-page
  .icn-thumb-wings, .shared-with-me-page
  .icn-thumb-wings, .scheduled-shares-page
  .icn-thumb-wings, .search-page
  .icn-thumb-x3d, .shared-by-me-page
  .icn-thumb-x3d, .shared-with-me-page
  .icn-thumb-x3d, .scheduled-shares-page
  .icn-thumb-x3d, .search-page
  .icn-thumb-z3d, .shared-by-me-page
  .icn-thumb-z3d, .shared-with-me-page
  .icn-thumb-z3d, .scheduled-shares-page
  .icn-thumb-z3d, .search-page .icn-thumb-cad, .shared-by-me-page .icn-thumb-cad, .shared-with-me-page .icn-thumb-cad, .scheduled-shares-page .icn-thumb-cad, .search-page
  .icn-thumb-dxf, .shared-by-me-page
  .icn-thumb-dxf, .shared-with-me-page
  .icn-thumb-dxf, .scheduled-shares-page
  .icn-thumb-dxf, .search-page
  .icn-thumb-dwg, .shared-by-me-page
  .icn-thumb-dwg, .shared-with-me-page
  .icn-thumb-dwg, .scheduled-shares-page
  .icn-thumb-dwg, .search-page .icn-thumb-ms-powerpoint, .shared-by-me-page .icn-thumb-ms-powerpoint, .shared-with-me-page .icn-thumb-ms-powerpoint, .scheduled-shares-page .icn-thumb-ms-powerpoint, .search-page
  .icn-thumb-pot, .shared-by-me-page
  .icn-thumb-pot, .shared-with-me-page
  .icn-thumb-pot, .scheduled-shares-page
  .icn-thumb-pot, .search-page
  .icn-thumb-pps, .shared-by-me-page
  .icn-thumb-pps, .shared-with-me-page
  .icn-thumb-pps, .scheduled-shares-page
  .icn-thumb-pps, .search-page
  .icn-thumb-ppsx, .shared-by-me-page
  .icn-thumb-ppsx, .shared-with-me-page
  .icn-thumb-ppsx, .scheduled-shares-page
  .icn-thumb-ppsx, .search-page
  .icn-thumb-ppt, .shared-by-me-page
  .icn-thumb-ppt, .shared-with-me-page
  .icn-thumb-ppt, .scheduled-shares-page
  .icn-thumb-ppt, .search-page
  .icn-thumb-pptx, .shared-by-me-page
  .icn-thumb-pptx, .shared-with-me-page
  .icn-thumb-pptx, .scheduled-shares-page
  .icn-thumb-pptx, .search-page .icn-thumb-ms-excel, .shared-by-me-page .icn-thumb-ms-excel, .shared-with-me-page .icn-thumb-ms-excel, .scheduled-shares-page .icn-thumb-ms-excel, .search-page
  .icn-thumb-xlsx, .shared-by-me-page
  .icn-thumb-xlsx, .shared-with-me-page
  .icn-thumb-xlsx, .scheduled-shares-page
  .icn-thumb-xlsx, .search-page
  .icn-thumb-xls, .shared-by-me-page
  .icn-thumb-xls, .shared-with-me-page
  .icn-thumb-xls, .scheduled-shares-page
  .icn-thumb-xls, .search-page
  .icn-thumb-xltx, .shared-by-me-page
  .icn-thumb-xltx, .shared-with-me-page
  .icn-thumb-xltx, .scheduled-shares-page
  .icn-thumb-xltx, .search-page
  .icn-thumb-xlsm, .shared-by-me-page
  .icn-thumb-xlsm, .shared-with-me-page
  .icn-thumb-xlsm, .scheduled-shares-page
  .icn-thumb-xlsm, .search-page
  .icn-thumb-xlsb, .shared-by-me-page
  .icn-thumb-xlsb, .shared-with-me-page
  .icn-thumb-xlsb, .scheduled-shares-page
  .icn-thumb-xlsb, .search-page .icn-thumb-ms-word, .shared-by-me-page .icn-thumb-ms-word, .shared-with-me-page .icn-thumb-ms-word, .scheduled-shares-page .icn-thumb-ms-word, .search-page
  .icn-thumb-docx, .shared-by-me-page
  .icn-thumb-docx, .shared-with-me-page
  .icn-thumb-docx, .scheduled-shares-page
  .icn-thumb-docx, .search-page
  .icn-thumb-doc, .shared-by-me-page
  .icn-thumb-doc, .shared-with-me-page
  .icn-thumb-doc, .scheduled-shares-page
  .icn-thumb-doc, .search-page .icn-thumb-no-file, .shared-by-me-page .icn-thumb-no-file, .shared-with-me-page .icn-thumb-no-file, .scheduled-shares-page .icn-thumb-no-file, .search-page .icn-thumb-rtf, .shared-by-me-page .icn-thumb-rtf, .shared-with-me-page .icn-thumb-rtf, .scheduled-shares-page .icn-thumb-rtf, .search-page .icn-thumb-link, .shared-by-me-page .icn-thumb-link, .shared-with-me-page .icn-thumb-link, .scheduled-shares-page .icn-thumb-link {
    background: url('../images/file-icons-retina/sprite-s643b7c878b.png') no-repeat;
    -moz-background-size: 1463px auto;
    -o-background-size: 1463px auto;
    -webkit-background-size: 1463px auto;
    background-size: 1463px auto;
  }
}

/*------------------------------------*
   Main thumb file icons
*------------------------------------*/
/*------------------------------------*
   Main thumb file icons
*------------------------------------*/
/*------------------------------------*
   Large file icons
*------------------------------------*/
/*------------------------------------*
   Mini file icons
*------------------------------------*/
/* line 81, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-file,
.icn-thumb-iso,
.icn-thumb-dmg,
.icn-thumb-vhd,
.icn-thumb-app,
.icn-thumb-ini,
.icn-thumb-srt,
.icn-thumb-sub,
.icn-thumb-apk,
.icn-thumb-ipa,
.icn-thumb-ipsw,
.icn-thumb-deb,
.icn-thumb-air,
.icn-thumb-ical,
.icn-thumb-ics,
.icn-thumb-vcf,
.icn-thumb-vdi,
.icn-thumb-vmdk,
.icn-thumb-url {
  background: url('../images/file-icons/small-thumb/file.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 81, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-file,
  .icn-thumb-iso,
  .icn-thumb-dmg,
  .icn-thumb-vhd,
  .icn-thumb-app,
  .icn-thumb-ini,
  .icn-thumb-srt,
  .icn-thumb-sub,
  .icn-thumb-apk,
  .icn-thumb-ipa,
  .icn-thumb-ipsw,
  .icn-thumb-deb,
  .icn-thumb-air,
  .icn-thumb-ical,
  .icn-thumb-ics,
  .icn-thumb-vcf,
  .icn-thumb-vdi,
  .icn-thumb-vmdk,
  .icn-thumb-url {
    background: url('../images/file-icons-retina/small-thumb/file@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 101, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-file, .shared-by-me-page .icn-thumb-file, .shared-with-me-page .icn-thumb-file, .scheduled-shares-page .icn-thumb-file, .search-page
.icn-thumb-iso, .shared-by-me-page
.icn-thumb-iso, .shared-with-me-page
.icn-thumb-iso, .scheduled-shares-page
.icn-thumb-iso, .search-page
.icn-thumb-dmg, .shared-by-me-page
.icn-thumb-dmg, .shared-with-me-page
.icn-thumb-dmg, .scheduled-shares-page
.icn-thumb-dmg, .search-page
.icn-thumb-vhd, .shared-by-me-page
.icn-thumb-vhd, .shared-with-me-page
.icn-thumb-vhd, .scheduled-shares-page
.icn-thumb-vhd, .search-page
.icn-thumb-app, .shared-by-me-page
.icn-thumb-app, .shared-with-me-page
.icn-thumb-app, .scheduled-shares-page
.icn-thumb-app, .search-page
.icn-thumb-ini, .shared-by-me-page
.icn-thumb-ini, .shared-with-me-page
.icn-thumb-ini, .scheduled-shares-page
.icn-thumb-ini, .search-page
.icn-thumb-srt, .shared-by-me-page
.icn-thumb-srt, .shared-with-me-page
.icn-thumb-srt, .scheduled-shares-page
.icn-thumb-srt, .search-page
.icn-thumb-sub, .shared-by-me-page
.icn-thumb-sub, .shared-with-me-page
.icn-thumb-sub, .scheduled-shares-page
.icn-thumb-sub, .search-page
.icn-thumb-apk, .shared-by-me-page
.icn-thumb-apk, .shared-with-me-page
.icn-thumb-apk, .scheduled-shares-page
.icn-thumb-apk, .search-page
.icn-thumb-ipa, .shared-by-me-page
.icn-thumb-ipa, .shared-with-me-page
.icn-thumb-ipa, .scheduled-shares-page
.icn-thumb-ipa, .search-page
.icn-thumb-ipsw, .shared-by-me-page
.icn-thumb-ipsw, .shared-with-me-page
.icn-thumb-ipsw, .scheduled-shares-page
.icn-thumb-ipsw, .search-page
.icn-thumb-deb, .shared-by-me-page
.icn-thumb-deb, .shared-with-me-page
.icn-thumb-deb, .scheduled-shares-page
.icn-thumb-deb, .search-page
.icn-thumb-air, .shared-by-me-page
.icn-thumb-air, .shared-with-me-page
.icn-thumb-air, .scheduled-shares-page
.icn-thumb-air, .search-page
.icn-thumb-ical, .shared-by-me-page
.icn-thumb-ical, .shared-with-me-page
.icn-thumb-ical, .scheduled-shares-page
.icn-thumb-ical, .search-page
.icn-thumb-ics, .shared-by-me-page
.icn-thumb-ics, .shared-with-me-page
.icn-thumb-ics, .scheduled-shares-page
.icn-thumb-ics, .search-page
.icn-thumb-vcf, .shared-by-me-page
.icn-thumb-vcf, .shared-with-me-page
.icn-thumb-vcf, .scheduled-shares-page
.icn-thumb-vcf, .search-page
.icn-thumb-vdi, .shared-by-me-page
.icn-thumb-vdi, .shared-with-me-page
.icn-thumb-vdi, .scheduled-shares-page
.icn-thumb-vdi, .search-page
.icn-thumb-vmdk, .shared-by-me-page
.icn-thumb-vmdk, .shared-with-me-page
.icn-thumb-vmdk, .scheduled-shares-page
.icn-thumb-vmdk, .search-page
.icn-thumb-url, .shared-by-me-page
.icn-thumb-url, .shared-with-me-page
.icn-thumb-url, .scheduled-shares-page
.icn-thumb-url {
  background-position: -295px 0;
  height: 30px;
  width: 30px;
}
/* line 105, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-file, .download-outer >
.icn-thumb-iso, .download-outer >
.icn-thumb-dmg, .download-outer >
.icn-thumb-vhd, .download-outer >
.icn-thumb-app, .download-outer >
.icn-thumb-ini, .download-outer >
.icn-thumb-srt, .download-outer >
.icn-thumb-sub, .download-outer >
.icn-thumb-apk, .download-outer >
.icn-thumb-ipa, .download-outer >
.icn-thumb-ipsw, .download-outer >
.icn-thumb-deb, .download-outer >
.icn-thumb-air, .download-outer >
.icn-thumb-ical, .download-outer >
.icn-thumb-ics, .download-outer >
.icn-thumb-vcf, .download-outer >
.icn-thumb-vdi, .download-outer >
.icn-thumb-vmdk, .download-outer >
.icn-thumb-url {
  background: url('../images/file-icons/thumb/file.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 105, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-file, .download-outer >
  .icn-thumb-iso, .download-outer >
  .icn-thumb-dmg, .download-outer >
  .icn-thumb-vhd, .download-outer >
  .icn-thumb-app, .download-outer >
  .icn-thumb-ini, .download-outer >
  .icn-thumb-srt, .download-outer >
  .icn-thumb-sub, .download-outer >
  .icn-thumb-apk, .download-outer >
  .icn-thumb-ipa, .download-outer >
  .icn-thumb-ipsw, .download-outer >
  .icn-thumb-deb, .download-outer >
  .icn-thumb-air, .download-outer >
  .icn-thumb-ical, .download-outer >
  .icn-thumb-ics, .download-outer >
  .icn-thumb-vcf, .download-outer >
  .icn-thumb-vdi, .download-outer >
  .icn-thumb-vmdk, .download-outer >
  .icn-thumb-url {
    background: url('../images/file-icons-retina/thumb/file@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 106, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-file.sicn, .thumbnail .icn-thumb-file.licn, .thumbnail >
.icn-thumb-iso.sicn, .thumbnail
.icn-thumb-iso.licn, .thumbnail >
.icn-thumb-dmg.sicn, .thumbnail
.icn-thumb-dmg.licn, .thumbnail >
.icn-thumb-vhd.sicn, .thumbnail
.icn-thumb-vhd.licn, .thumbnail >
.icn-thumb-app.sicn, .thumbnail
.icn-thumb-app.licn, .thumbnail >
.icn-thumb-ini.sicn, .thumbnail
.icn-thumb-ini.licn, .thumbnail >
.icn-thumb-srt.sicn, .thumbnail
.icn-thumb-srt.licn, .thumbnail >
.icn-thumb-sub.sicn, .thumbnail
.icn-thumb-sub.licn, .thumbnail >
.icn-thumb-apk.sicn, .thumbnail
.icn-thumb-apk.licn, .thumbnail >
.icn-thumb-ipa.sicn, .thumbnail
.icn-thumb-ipa.licn, .thumbnail >
.icn-thumb-ipsw.sicn, .thumbnail
.icn-thumb-ipsw.licn, .thumbnail >
.icn-thumb-deb.sicn, .thumbnail
.icn-thumb-deb.licn, .thumbnail >
.icn-thumb-air.sicn, .thumbnail
.icn-thumb-air.licn, .thumbnail >
.icn-thumb-ical.sicn, .thumbnail
.icn-thumb-ical.licn, .thumbnail >
.icn-thumb-ics.sicn, .thumbnail
.icn-thumb-ics.licn, .thumbnail >
.icn-thumb-vcf.sicn, .thumbnail
.icn-thumb-vcf.licn, .thumbnail >
.icn-thumb-vdi.sicn, .thumbnail
.icn-thumb-vdi.licn, .thumbnail >
.icn-thumb-vmdk.sicn, .thumbnail
.icn-thumb-vmdk.licn, .thumbnail >
.icn-thumb-url.sicn, .thumbnail
.icn-thumb-url.licn {
  background: url('../images/file-icons/thumb/file.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 106, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-file.sicn, .thumbnail .icn-thumb-file.licn, .thumbnail >
  .icn-thumb-iso.sicn, .thumbnail
  .icn-thumb-iso.licn, .thumbnail >
  .icn-thumb-dmg.sicn, .thumbnail
  .icn-thumb-dmg.licn, .thumbnail >
  .icn-thumb-vhd.sicn, .thumbnail
  .icn-thumb-vhd.licn, .thumbnail >
  .icn-thumb-app.sicn, .thumbnail
  .icn-thumb-app.licn, .thumbnail >
  .icn-thumb-ini.sicn, .thumbnail
  .icn-thumb-ini.licn, .thumbnail >
  .icn-thumb-srt.sicn, .thumbnail
  .icn-thumb-srt.licn, .thumbnail >
  .icn-thumb-sub.sicn, .thumbnail
  .icn-thumb-sub.licn, .thumbnail >
  .icn-thumb-apk.sicn, .thumbnail
  .icn-thumb-apk.licn, .thumbnail >
  .icn-thumb-ipa.sicn, .thumbnail
  .icn-thumb-ipa.licn, .thumbnail >
  .icn-thumb-ipsw.sicn, .thumbnail
  .icn-thumb-ipsw.licn, .thumbnail >
  .icn-thumb-deb.sicn, .thumbnail
  .icn-thumb-deb.licn, .thumbnail >
  .icn-thumb-air.sicn, .thumbnail
  .icn-thumb-air.licn, .thumbnail >
  .icn-thumb-ical.sicn, .thumbnail
  .icn-thumb-ical.licn, .thumbnail >
  .icn-thumb-ics.sicn, .thumbnail
  .icn-thumb-ics.licn, .thumbnail >
  .icn-thumb-vcf.sicn, .thumbnail
  .icn-thumb-vcf.licn, .thumbnail >
  .icn-thumb-vdi.sicn, .thumbnail
  .icn-thumb-vdi.licn, .thumbnail >
  .icn-thumb-vmdk.sicn, .thumbnail
  .icn-thumb-vmdk.licn, .thumbnail >
  .icn-thumb-url.sicn, .thumbnail
  .icn-thumb-url.licn {
    background: url('../images/file-icons-retina/thumb/file@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 108, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-file.sicn, .view-list .thumbnail .icn-thumb-file.licn, .modal-detail .icn-thumb-file.sicn, .view-list .thumbnail
.icn-thumb-iso.sicn, .view-list .thumbnail
.icn-thumb-iso.licn, .modal-detail
.icn-thumb-iso.sicn, .view-list .thumbnail
.icn-thumb-dmg.sicn, .view-list .thumbnail
.icn-thumb-dmg.licn, .modal-detail
.icn-thumb-dmg.sicn, .view-list .thumbnail
.icn-thumb-vhd.sicn, .view-list .thumbnail
.icn-thumb-vhd.licn, .modal-detail
.icn-thumb-vhd.sicn, .view-list .thumbnail
.icn-thumb-app.sicn, .view-list .thumbnail
.icn-thumb-app.licn, .modal-detail
.icn-thumb-app.sicn, .view-list .thumbnail
.icn-thumb-ini.sicn, .view-list .thumbnail
.icn-thumb-ini.licn, .modal-detail
.icn-thumb-ini.sicn, .view-list .thumbnail
.icn-thumb-srt.sicn, .view-list .thumbnail
.icn-thumb-srt.licn, .modal-detail
.icn-thumb-srt.sicn, .view-list .thumbnail
.icn-thumb-sub.sicn, .view-list .thumbnail
.icn-thumb-sub.licn, .modal-detail
.icn-thumb-sub.sicn, .view-list .thumbnail
.icn-thumb-apk.sicn, .view-list .thumbnail
.icn-thumb-apk.licn, .modal-detail
.icn-thumb-apk.sicn, .view-list .thumbnail
.icn-thumb-ipa.sicn, .view-list .thumbnail
.icn-thumb-ipa.licn, .modal-detail
.icn-thumb-ipa.sicn, .view-list .thumbnail
.icn-thumb-ipsw.sicn, .view-list .thumbnail
.icn-thumb-ipsw.licn, .modal-detail
.icn-thumb-ipsw.sicn, .view-list .thumbnail
.icn-thumb-deb.sicn, .view-list .thumbnail
.icn-thumb-deb.licn, .modal-detail
.icn-thumb-deb.sicn, .view-list .thumbnail
.icn-thumb-air.sicn, .view-list .thumbnail
.icn-thumb-air.licn, .modal-detail
.icn-thumb-air.sicn, .view-list .thumbnail
.icn-thumb-ical.sicn, .view-list .thumbnail
.icn-thumb-ical.licn, .modal-detail
.icn-thumb-ical.sicn, .view-list .thumbnail
.icn-thumb-ics.sicn, .view-list .thumbnail
.icn-thumb-ics.licn, .modal-detail
.icn-thumb-ics.sicn, .view-list .thumbnail
.icn-thumb-vcf.sicn, .view-list .thumbnail
.icn-thumb-vcf.licn, .modal-detail
.icn-thumb-vcf.sicn, .view-list .thumbnail
.icn-thumb-vdi.sicn, .view-list .thumbnail
.icn-thumb-vdi.licn, .modal-detail
.icn-thumb-vdi.sicn, .view-list .thumbnail
.icn-thumb-vmdk.sicn, .view-list .thumbnail
.icn-thumb-vmdk.licn, .modal-detail
.icn-thumb-vmdk.sicn, .view-list .thumbnail
.icn-thumb-url.sicn, .view-list .thumbnail
.icn-thumb-url.licn, .modal-detail
.icn-thumb-url.sicn {
  background: url('../images/file-icons/sprite/file.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 108, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-file.sicn, .view-list .thumbnail .icn-thumb-file.licn, .modal-detail .icn-thumb-file.sicn, .view-list .thumbnail
  .icn-thumb-iso.sicn, .view-list .thumbnail
  .icn-thumb-iso.licn, .modal-detail
  .icn-thumb-iso.sicn, .view-list .thumbnail
  .icn-thumb-dmg.sicn, .view-list .thumbnail
  .icn-thumb-dmg.licn, .modal-detail
  .icn-thumb-dmg.sicn, .view-list .thumbnail
  .icn-thumb-vhd.sicn, .view-list .thumbnail
  .icn-thumb-vhd.licn, .modal-detail
  .icn-thumb-vhd.sicn, .view-list .thumbnail
  .icn-thumb-app.sicn, .view-list .thumbnail
  .icn-thumb-app.licn, .modal-detail
  .icn-thumb-app.sicn, .view-list .thumbnail
  .icn-thumb-ini.sicn, .view-list .thumbnail
  .icn-thumb-ini.licn, .modal-detail
  .icn-thumb-ini.sicn, .view-list .thumbnail
  .icn-thumb-srt.sicn, .view-list .thumbnail
  .icn-thumb-srt.licn, .modal-detail
  .icn-thumb-srt.sicn, .view-list .thumbnail
  .icn-thumb-sub.sicn, .view-list .thumbnail
  .icn-thumb-sub.licn, .modal-detail
  .icn-thumb-sub.sicn, .view-list .thumbnail
  .icn-thumb-apk.sicn, .view-list .thumbnail
  .icn-thumb-apk.licn, .modal-detail
  .icn-thumb-apk.sicn, .view-list .thumbnail
  .icn-thumb-ipa.sicn, .view-list .thumbnail
  .icn-thumb-ipa.licn, .modal-detail
  .icn-thumb-ipa.sicn, .view-list .thumbnail
  .icn-thumb-ipsw.sicn, .view-list .thumbnail
  .icn-thumb-ipsw.licn, .modal-detail
  .icn-thumb-ipsw.sicn, .view-list .thumbnail
  .icn-thumb-deb.sicn, .view-list .thumbnail
  .icn-thumb-deb.licn, .modal-detail
  .icn-thumb-deb.sicn, .view-list .thumbnail
  .icn-thumb-air.sicn, .view-list .thumbnail
  .icn-thumb-air.licn, .modal-detail
  .icn-thumb-air.sicn, .view-list .thumbnail
  .icn-thumb-ical.sicn, .view-list .thumbnail
  .icn-thumb-ical.licn, .modal-detail
  .icn-thumb-ical.sicn, .view-list .thumbnail
  .icn-thumb-ics.sicn, .view-list .thumbnail
  .icn-thumb-ics.licn, .modal-detail
  .icn-thumb-ics.sicn, .view-list .thumbnail
  .icn-thumb-vcf.sicn, .view-list .thumbnail
  .icn-thumb-vcf.licn, .modal-detail
  .icn-thumb-vcf.sicn, .view-list .thumbnail
  .icn-thumb-vdi.sicn, .view-list .thumbnail
  .icn-thumb-vdi.licn, .modal-detail
  .icn-thumb-vdi.sicn, .view-list .thumbnail
  .icn-thumb-vmdk.sicn, .view-list .thumbnail
  .icn-thumb-vmdk.licn, .modal-detail
  .icn-thumb-vmdk.sicn, .view-list .thumbnail
  .icn-thumb-url.sicn, .view-list .thumbnail
  .icn-thumb-url.licn, .modal-detail
  .icn-thumb-url.sicn {
    background: url('../images/file-icons-retina/sprite/file.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 113, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-archive,
.icn-thumb-zip,
.icn-thumb-tar,
.icn-thumb-gz,
.icn-thumb-7z,
.icn-thumb-cab,
.icn-thumb-cfs,
.icn-thumb-rar,
.icn-thumb-tar.gz,
.icn-thumb-tgz,
.icn-thumb-tar.z,
.icn-thumb-tar.bz2,
.icn-thumb-tbz2,
.icn-thumb-tar.lzma,
.icn-thumb-tlz {
  background: url('../images/file-icons/small-thumb/archive.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 113, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-archive,
  .icn-thumb-zip,
  .icn-thumb-tar,
  .icn-thumb-gz,
  .icn-thumb-7z,
  .icn-thumb-cab,
  .icn-thumb-cfs,
  .icn-thumb-rar,
  .icn-thumb-tar.gz,
  .icn-thumb-tgz,
  .icn-thumb-tar.z,
  .icn-thumb-tar.bz2,
  .icn-thumb-tbz2,
  .icn-thumb-tar.lzma,
  .icn-thumb-tlz {
    background: url('../images/file-icons-retina/small-thumb/archive@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 129, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-archive, .shared-by-me-page .icn-thumb-archive, .shared-with-me-page .icn-thumb-archive, .scheduled-shares-page .icn-thumb-archive, .search-page
.icn-thumb-zip, .shared-by-me-page
.icn-thumb-zip, .shared-with-me-page
.icn-thumb-zip, .scheduled-shares-page
.icn-thumb-zip, .search-page
.icn-thumb-tar, .shared-by-me-page
.icn-thumb-tar, .shared-with-me-page
.icn-thumb-tar, .scheduled-shares-page
.icn-thumb-tar, .search-page
.icn-thumb-gz, .shared-by-me-page
.icn-thumb-gz, .shared-with-me-page
.icn-thumb-gz, .scheduled-shares-page
.icn-thumb-gz, .search-page
.icn-thumb-7z, .shared-by-me-page
.icn-thumb-7z, .shared-with-me-page
.icn-thumb-7z, .scheduled-shares-page
.icn-thumb-7z, .search-page
.icn-thumb-cab, .shared-by-me-page
.icn-thumb-cab, .shared-with-me-page
.icn-thumb-cab, .scheduled-shares-page
.icn-thumb-cab, .search-page
.icn-thumb-cfs, .shared-by-me-page
.icn-thumb-cfs, .shared-with-me-page
.icn-thumb-cfs, .scheduled-shares-page
.icn-thumb-cfs, .search-page
.icn-thumb-rar, .shared-by-me-page
.icn-thumb-rar, .shared-with-me-page
.icn-thumb-rar, .scheduled-shares-page
.icn-thumb-rar, .search-page
.icn-thumb-tar.gz, .shared-by-me-page
.icn-thumb-tar.gz, .shared-with-me-page
.icn-thumb-tar.gz, .scheduled-shares-page
.icn-thumb-tar.gz, .search-page
.icn-thumb-tgz, .shared-by-me-page
.icn-thumb-tgz, .shared-with-me-page
.icn-thumb-tgz, .scheduled-shares-page
.icn-thumb-tgz, .search-page
.icn-thumb-tar.z, .shared-by-me-page
.icn-thumb-tar.z, .shared-with-me-page
.icn-thumb-tar.z, .scheduled-shares-page
.icn-thumb-tar.z, .search-page
.icn-thumb-tar.bz2, .shared-by-me-page
.icn-thumb-tar.bz2, .shared-with-me-page
.icn-thumb-tar.bz2, .scheduled-shares-page
.icn-thumb-tar.bz2, .search-page
.icn-thumb-tbz2, .shared-by-me-page
.icn-thumb-tbz2, .shared-with-me-page
.icn-thumb-tbz2, .scheduled-shares-page
.icn-thumb-tbz2, .search-page
.icn-thumb-tar.lzma, .shared-by-me-page
.icn-thumb-tar.lzma, .shared-with-me-page
.icn-thumb-tar.lzma, .scheduled-shares-page
.icn-thumb-tar.lzma, .search-page
.icn-thumb-tlz, .shared-by-me-page
.icn-thumb-tlz, .shared-with-me-page
.icn-thumb-tlz, .scheduled-shares-page
.icn-thumb-tlz {
  background-position: 0 0;
  height: 30px;
  width: 30px;
}
/* line 133, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-archive, .download-outer >
.icn-thumb-zip, .download-outer >
.icn-thumb-tar, .download-outer >
.icn-thumb-gz, .download-outer >
.icn-thumb-7z, .download-outer >
.icn-thumb-cab, .download-outer >
.icn-thumb-cfs, .download-outer >
.icn-thumb-rar, .download-outer >
.icn-thumb-tar.gz, .download-outer >
.icn-thumb-tgz, .download-outer >
.icn-thumb-tar.z, .download-outer >
.icn-thumb-tar.bz2, .download-outer >
.icn-thumb-tbz2, .download-outer >
.icn-thumb-tar.lzma, .download-outer >
.icn-thumb-tlz {
  background: url('../images/file-icons/thumb/archive.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 133, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-archive, .download-outer >
  .icn-thumb-zip, .download-outer >
  .icn-thumb-tar, .download-outer >
  .icn-thumb-gz, .download-outer >
  .icn-thumb-7z, .download-outer >
  .icn-thumb-cab, .download-outer >
  .icn-thumb-cfs, .download-outer >
  .icn-thumb-rar, .download-outer >
  .icn-thumb-tar.gz, .download-outer >
  .icn-thumb-tgz, .download-outer >
  .icn-thumb-tar.z, .download-outer >
  .icn-thumb-tar.bz2, .download-outer >
  .icn-thumb-tbz2, .download-outer >
  .icn-thumb-tar.lzma, .download-outer >
  .icn-thumb-tlz {
    background: url('../images/file-icons-retina/thumb/archive@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 134, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-archive.sicn, .thumbnail .icn-thumb-archive.licn, .thumbnail >
.icn-thumb-zip.sicn, .thumbnail
.icn-thumb-zip.licn, .thumbnail >
.icn-thumb-tar.sicn, .thumbnail
.icn-thumb-tar.licn, .thumbnail >
.icn-thumb-gz.sicn, .thumbnail
.icn-thumb-gz.licn, .thumbnail >
.icn-thumb-7z.sicn, .thumbnail
.icn-thumb-7z.licn, .thumbnail >
.icn-thumb-cab.sicn, .thumbnail
.icn-thumb-cab.licn, .thumbnail >
.icn-thumb-cfs.sicn, .thumbnail
.icn-thumb-cfs.licn, .thumbnail >
.icn-thumb-rar.sicn, .thumbnail
.icn-thumb-rar.licn, .thumbnail >
.icn-thumb-tar.gz.sicn, .thumbnail
.icn-thumb-tar.gz.licn, .thumbnail >
.icn-thumb-tgz.sicn, .thumbnail
.icn-thumb-tgz.licn, .thumbnail >
.icn-thumb-tar.z.sicn, .thumbnail
.icn-thumb-tar.z.licn, .thumbnail >
.icn-thumb-tar.bz2.sicn, .thumbnail
.icn-thumb-tar.bz2.licn, .thumbnail >
.icn-thumb-tbz2.sicn, .thumbnail
.icn-thumb-tbz2.licn, .thumbnail >
.icn-thumb-tar.lzma.sicn, .thumbnail
.icn-thumb-tar.lzma.licn, .thumbnail >
.icn-thumb-tlz.sicn, .thumbnail
.icn-thumb-tlz.licn {
  background: url('../images/file-icons/thumb/archive.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 134, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-archive.sicn, .thumbnail .icn-thumb-archive.licn, .thumbnail >
  .icn-thumb-zip.sicn, .thumbnail
  .icn-thumb-zip.licn, .thumbnail >
  .icn-thumb-tar.sicn, .thumbnail
  .icn-thumb-tar.licn, .thumbnail >
  .icn-thumb-gz.sicn, .thumbnail
  .icn-thumb-gz.licn, .thumbnail >
  .icn-thumb-7z.sicn, .thumbnail
  .icn-thumb-7z.licn, .thumbnail >
  .icn-thumb-cab.sicn, .thumbnail
  .icn-thumb-cab.licn, .thumbnail >
  .icn-thumb-cfs.sicn, .thumbnail
  .icn-thumb-cfs.licn, .thumbnail >
  .icn-thumb-rar.sicn, .thumbnail
  .icn-thumb-rar.licn, .thumbnail >
  .icn-thumb-tar.gz.sicn, .thumbnail
  .icn-thumb-tar.gz.licn, .thumbnail >
  .icn-thumb-tgz.sicn, .thumbnail
  .icn-thumb-tgz.licn, .thumbnail >
  .icn-thumb-tar.z.sicn, .thumbnail
  .icn-thumb-tar.z.licn, .thumbnail >
  .icn-thumb-tar.bz2.sicn, .thumbnail
  .icn-thumb-tar.bz2.licn, .thumbnail >
  .icn-thumb-tbz2.sicn, .thumbnail
  .icn-thumb-tbz2.licn, .thumbnail >
  .icn-thumb-tar.lzma.sicn, .thumbnail
  .icn-thumb-tar.lzma.licn, .thumbnail >
  .icn-thumb-tlz.sicn, .thumbnail
  .icn-thumb-tlz.licn {
    background: url('../images/file-icons-retina/thumb/archive@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 136, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-archive.sicn, .view-list .thumbnail .icn-thumb-archive.licn, .modal-detail .icn-thumb-archive.sicn, .view-list .thumbnail
.icn-thumb-zip.sicn, .view-list .thumbnail
.icn-thumb-zip.licn, .modal-detail
.icn-thumb-zip.sicn, .view-list .thumbnail
.icn-thumb-tar.sicn, .view-list .thumbnail
.icn-thumb-tar.licn, .modal-detail
.icn-thumb-tar.sicn, .view-list .thumbnail
.icn-thumb-gz.sicn, .view-list .thumbnail
.icn-thumb-gz.licn, .modal-detail
.icn-thumb-gz.sicn, .view-list .thumbnail
.icn-thumb-7z.sicn, .view-list .thumbnail
.icn-thumb-7z.licn, .modal-detail
.icn-thumb-7z.sicn, .view-list .thumbnail
.icn-thumb-cab.sicn, .view-list .thumbnail
.icn-thumb-cab.licn, .modal-detail
.icn-thumb-cab.sicn, .view-list .thumbnail
.icn-thumb-cfs.sicn, .view-list .thumbnail
.icn-thumb-cfs.licn, .modal-detail
.icn-thumb-cfs.sicn, .view-list .thumbnail
.icn-thumb-rar.sicn, .view-list .thumbnail
.icn-thumb-rar.licn, .modal-detail
.icn-thumb-rar.sicn, .view-list .thumbnail
.icn-thumb-tar.gz.sicn, .view-list .thumbnail
.icn-thumb-tar.gz.licn, .modal-detail
.icn-thumb-tar.gz.sicn, .view-list .thumbnail
.icn-thumb-tgz.sicn, .view-list .thumbnail
.icn-thumb-tgz.licn, .modal-detail
.icn-thumb-tgz.sicn, .view-list .thumbnail
.icn-thumb-tar.z.sicn, .view-list .thumbnail
.icn-thumb-tar.z.licn, .modal-detail
.icn-thumb-tar.z.sicn, .view-list .thumbnail
.icn-thumb-tar.bz2.sicn, .view-list .thumbnail
.icn-thumb-tar.bz2.licn, .modal-detail
.icn-thumb-tar.bz2.sicn, .view-list .thumbnail
.icn-thumb-tbz2.sicn, .view-list .thumbnail
.icn-thumb-tbz2.licn, .modal-detail
.icn-thumb-tbz2.sicn, .view-list .thumbnail
.icn-thumb-tar.lzma.sicn, .view-list .thumbnail
.icn-thumb-tar.lzma.licn, .modal-detail
.icn-thumb-tar.lzma.sicn, .view-list .thumbnail
.icn-thumb-tlz.sicn, .view-list .thumbnail
.icn-thumb-tlz.licn, .modal-detail
.icn-thumb-tlz.sicn {
  background: url('../images/file-icons/sprite/archive.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 136, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-archive.sicn, .view-list .thumbnail .icn-thumb-archive.licn, .modal-detail .icn-thumb-archive.sicn, .view-list .thumbnail
  .icn-thumb-zip.sicn, .view-list .thumbnail
  .icn-thumb-zip.licn, .modal-detail
  .icn-thumb-zip.sicn, .view-list .thumbnail
  .icn-thumb-tar.sicn, .view-list .thumbnail
  .icn-thumb-tar.licn, .modal-detail
  .icn-thumb-tar.sicn, .view-list .thumbnail
  .icn-thumb-gz.sicn, .view-list .thumbnail
  .icn-thumb-gz.licn, .modal-detail
  .icn-thumb-gz.sicn, .view-list .thumbnail
  .icn-thumb-7z.sicn, .view-list .thumbnail
  .icn-thumb-7z.licn, .modal-detail
  .icn-thumb-7z.sicn, .view-list .thumbnail
  .icn-thumb-cab.sicn, .view-list .thumbnail
  .icn-thumb-cab.licn, .modal-detail
  .icn-thumb-cab.sicn, .view-list .thumbnail
  .icn-thumb-cfs.sicn, .view-list .thumbnail
  .icn-thumb-cfs.licn, .modal-detail
  .icn-thumb-cfs.sicn, .view-list .thumbnail
  .icn-thumb-rar.sicn, .view-list .thumbnail
  .icn-thumb-rar.licn, .modal-detail
  .icn-thumb-rar.sicn, .view-list .thumbnail
  .icn-thumb-tar.gz.sicn, .view-list .thumbnail
  .icn-thumb-tar.gz.licn, .modal-detail
  .icn-thumb-tar.gz.sicn, .view-list .thumbnail
  .icn-thumb-tgz.sicn, .view-list .thumbnail
  .icn-thumb-tgz.licn, .modal-detail
  .icn-thumb-tgz.sicn, .view-list .thumbnail
  .icn-thumb-tar.z.sicn, .view-list .thumbnail
  .icn-thumb-tar.z.licn, .modal-detail
  .icn-thumb-tar.z.sicn, .view-list .thumbnail
  .icn-thumb-tar.bz2.sicn, .view-list .thumbnail
  .icn-thumb-tar.bz2.licn, .modal-detail
  .icn-thumb-tar.bz2.sicn, .view-list .thumbnail
  .icn-thumb-tbz2.sicn, .view-list .thumbnail
  .icn-thumb-tbz2.licn, .modal-detail
  .icn-thumb-tbz2.sicn, .view-list .thumbnail
  .icn-thumb-tar.lzma.sicn, .view-list .thumbnail
  .icn-thumb-tar.lzma.licn, .modal-detail
  .icn-thumb-tar.lzma.sicn, .view-list .thumbnail
  .icn-thumb-tlz.sicn, .view-list .thumbnail
  .icn-thumb-tlz.licn, .modal-detail
  .icn-thumb-tlz.sicn {
    background: url('../images/file-icons-retina/sprite/archive.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 141, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-ebook,
.icn-thumb-azw,
.icn-thumb-azw4,
.icn-thumb-chm,
.icn-thumb-cbz,
.icn-thumb-epub,
.icn-thumb-fb2,
.icn-thumb-htmlz,
.icn-thumb-lit,
.icn-thumb-lrf,
.icn-thumb-lrs,
.icn-thumb-mobi,
.icn-thumb-pdb,
.icn-thumb-pml,
.icn-thumb-recip,
.icn-thumb-snb,
.icn-thumb-tcr,
.icn-thumb-cbr,
.icn-thumb-prc,
.icn-thumb-tpz,
.icn-thumb-pmlz {
  background: url('../images/file-icons/small-thumb/ebook.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 141, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-ebook,
  .icn-thumb-azw,
  .icn-thumb-azw4,
  .icn-thumb-chm,
  .icn-thumb-cbz,
  .icn-thumb-epub,
  .icn-thumb-fb2,
  .icn-thumb-htmlz,
  .icn-thumb-lit,
  .icn-thumb-lrf,
  .icn-thumb-lrs,
  .icn-thumb-mobi,
  .icn-thumb-pdb,
  .icn-thumb-pml,
  .icn-thumb-recip,
  .icn-thumb-snb,
  .icn-thumb-tcr,
  .icn-thumb-cbr,
  .icn-thumb-prc,
  .icn-thumb-tpz,
  .icn-thumb-pmlz {
    background: url('../images/file-icons-retina/small-thumb/ebook@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 163, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-ebook, .shared-by-me-page .icn-thumb-ebook, .shared-with-me-page .icn-thumb-ebook, .scheduled-shares-page .icn-thumb-ebook, .search-page
.icn-thumb-azw, .shared-by-me-page
.icn-thumb-azw, .shared-with-me-page
.icn-thumb-azw, .scheduled-shares-page
.icn-thumb-azw, .search-page
.icn-thumb-azw4, .shared-by-me-page
.icn-thumb-azw4, .shared-with-me-page
.icn-thumb-azw4, .scheduled-shares-page
.icn-thumb-azw4, .search-page
.icn-thumb-chm, .shared-by-me-page
.icn-thumb-chm, .shared-with-me-page
.icn-thumb-chm, .scheduled-shares-page
.icn-thumb-chm, .search-page
.icn-thumb-cbz, .shared-by-me-page
.icn-thumb-cbz, .shared-with-me-page
.icn-thumb-cbz, .scheduled-shares-page
.icn-thumb-cbz, .search-page
.icn-thumb-epub, .shared-by-me-page
.icn-thumb-epub, .shared-with-me-page
.icn-thumb-epub, .scheduled-shares-page
.icn-thumb-epub, .search-page
.icn-thumb-fb2, .shared-by-me-page
.icn-thumb-fb2, .shared-with-me-page
.icn-thumb-fb2, .scheduled-shares-page
.icn-thumb-fb2, .search-page
.icn-thumb-htmlz, .shared-by-me-page
.icn-thumb-htmlz, .shared-with-me-page
.icn-thumb-htmlz, .scheduled-shares-page
.icn-thumb-htmlz, .search-page
.icn-thumb-lit, .shared-by-me-page
.icn-thumb-lit, .shared-with-me-page
.icn-thumb-lit, .scheduled-shares-page
.icn-thumb-lit, .search-page
.icn-thumb-lrf, .shared-by-me-page
.icn-thumb-lrf, .shared-with-me-page
.icn-thumb-lrf, .scheduled-shares-page
.icn-thumb-lrf, .search-page
.icn-thumb-lrs, .shared-by-me-page
.icn-thumb-lrs, .shared-with-me-page
.icn-thumb-lrs, .scheduled-shares-page
.icn-thumb-lrs, .search-page
.icn-thumb-mobi, .shared-by-me-page
.icn-thumb-mobi, .shared-with-me-page
.icn-thumb-mobi, .scheduled-shares-page
.icn-thumb-mobi, .search-page
.icn-thumb-pdb, .shared-by-me-page
.icn-thumb-pdb, .shared-with-me-page
.icn-thumb-pdb, .scheduled-shares-page
.icn-thumb-pdb, .search-page
.icn-thumb-pml, .shared-by-me-page
.icn-thumb-pml, .shared-with-me-page
.icn-thumb-pml, .scheduled-shares-page
.icn-thumb-pml, .search-page
.icn-thumb-recip, .shared-by-me-page
.icn-thumb-recip, .shared-with-me-page
.icn-thumb-recip, .scheduled-shares-page
.icn-thumb-recip, .search-page
.icn-thumb-snb, .shared-by-me-page
.icn-thumb-snb, .shared-with-me-page
.icn-thumb-snb, .scheduled-shares-page
.icn-thumb-snb, .search-page
.icn-thumb-tcr, .shared-by-me-page
.icn-thumb-tcr, .shared-with-me-page
.icn-thumb-tcr, .scheduled-shares-page
.icn-thumb-tcr, .search-page
.icn-thumb-cbr, .shared-by-me-page
.icn-thumb-cbr, .shared-with-me-page
.icn-thumb-cbr, .scheduled-shares-page
.icn-thumb-cbr, .search-page
.icn-thumb-prc, .shared-by-me-page
.icn-thumb-prc, .shared-with-me-page
.icn-thumb-prc, .scheduled-shares-page
.icn-thumb-prc, .search-page
.icn-thumb-tpz, .shared-by-me-page
.icn-thumb-tpz, .shared-with-me-page
.icn-thumb-tpz, .scheduled-shares-page
.icn-thumb-tpz, .search-page
.icn-thumb-pmlz, .shared-by-me-page
.icn-thumb-pmlz, .shared-with-me-page
.icn-thumb-pmlz, .scheduled-shares-page
.icn-thumb-pmlz {
  background-position: -236px 0;
  height: 30px;
  width: 30px;
}
/* line 167, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-ebook, .download-outer >
.icn-thumb-azw, .download-outer >
.icn-thumb-azw4, .download-outer >
.icn-thumb-chm, .download-outer >
.icn-thumb-cbz, .download-outer >
.icn-thumb-epub, .download-outer >
.icn-thumb-fb2, .download-outer >
.icn-thumb-htmlz, .download-outer >
.icn-thumb-lit, .download-outer >
.icn-thumb-lrf, .download-outer >
.icn-thumb-lrs, .download-outer >
.icn-thumb-mobi, .download-outer >
.icn-thumb-pdb, .download-outer >
.icn-thumb-pml, .download-outer >
.icn-thumb-recip, .download-outer >
.icn-thumb-snb, .download-outer >
.icn-thumb-tcr, .download-outer >
.icn-thumb-cbr, .download-outer >
.icn-thumb-prc, .download-outer >
.icn-thumb-tpz, .download-outer >
.icn-thumb-pmlz {
  background: url('../images/file-icons/thumb/ebook.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 167, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-ebook, .download-outer >
  .icn-thumb-azw, .download-outer >
  .icn-thumb-azw4, .download-outer >
  .icn-thumb-chm, .download-outer >
  .icn-thumb-cbz, .download-outer >
  .icn-thumb-epub, .download-outer >
  .icn-thumb-fb2, .download-outer >
  .icn-thumb-htmlz, .download-outer >
  .icn-thumb-lit, .download-outer >
  .icn-thumb-lrf, .download-outer >
  .icn-thumb-lrs, .download-outer >
  .icn-thumb-mobi, .download-outer >
  .icn-thumb-pdb, .download-outer >
  .icn-thumb-pml, .download-outer >
  .icn-thumb-recip, .download-outer >
  .icn-thumb-snb, .download-outer >
  .icn-thumb-tcr, .download-outer >
  .icn-thumb-cbr, .download-outer >
  .icn-thumb-prc, .download-outer >
  .icn-thumb-tpz, .download-outer >
  .icn-thumb-pmlz {
    background: url('../images/file-icons-retina/thumb/ebook@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 168, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-ebook.sicn, .thumbnail .icn-thumb-ebook.licn, .thumbnail >
.icn-thumb-azw.sicn, .thumbnail
.icn-thumb-azw.licn, .thumbnail >
.icn-thumb-azw4.sicn, .thumbnail
.icn-thumb-azw4.licn, .thumbnail >
.icn-thumb-chm.sicn, .thumbnail
.icn-thumb-chm.licn, .thumbnail >
.icn-thumb-cbz.sicn, .thumbnail
.icn-thumb-cbz.licn, .thumbnail >
.icn-thumb-epub.sicn, .thumbnail
.icn-thumb-epub.licn, .thumbnail >
.icn-thumb-fb2.sicn, .thumbnail
.icn-thumb-fb2.licn, .thumbnail >
.icn-thumb-htmlz.sicn, .thumbnail
.icn-thumb-htmlz.licn, .thumbnail >
.icn-thumb-lit.sicn, .thumbnail
.icn-thumb-lit.licn, .thumbnail >
.icn-thumb-lrf.sicn, .thumbnail
.icn-thumb-lrf.licn, .thumbnail >
.icn-thumb-lrs.sicn, .thumbnail
.icn-thumb-lrs.licn, .thumbnail >
.icn-thumb-mobi.sicn, .thumbnail
.icn-thumb-mobi.licn, .thumbnail >
.icn-thumb-pdb.sicn, .thumbnail
.icn-thumb-pdb.licn, .thumbnail >
.icn-thumb-pml.sicn, .thumbnail
.icn-thumb-pml.licn, .thumbnail >
.icn-thumb-recip.sicn, .thumbnail
.icn-thumb-recip.licn, .thumbnail >
.icn-thumb-snb.sicn, .thumbnail
.icn-thumb-snb.licn, .thumbnail >
.icn-thumb-tcr.sicn, .thumbnail
.icn-thumb-tcr.licn, .thumbnail >
.icn-thumb-cbr.sicn, .thumbnail
.icn-thumb-cbr.licn, .thumbnail >
.icn-thumb-prc.sicn, .thumbnail
.icn-thumb-prc.licn, .thumbnail >
.icn-thumb-tpz.sicn, .thumbnail
.icn-thumb-tpz.licn, .thumbnail >
.icn-thumb-pmlz.sicn, .thumbnail
.icn-thumb-pmlz.licn {
  background: url('../images/file-icons/thumb/ebook.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 168, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-ebook.sicn, .thumbnail .icn-thumb-ebook.licn, .thumbnail >
  .icn-thumb-azw.sicn, .thumbnail
  .icn-thumb-azw.licn, .thumbnail >
  .icn-thumb-azw4.sicn, .thumbnail
  .icn-thumb-azw4.licn, .thumbnail >
  .icn-thumb-chm.sicn, .thumbnail
  .icn-thumb-chm.licn, .thumbnail >
  .icn-thumb-cbz.sicn, .thumbnail
  .icn-thumb-cbz.licn, .thumbnail >
  .icn-thumb-epub.sicn, .thumbnail
  .icn-thumb-epub.licn, .thumbnail >
  .icn-thumb-fb2.sicn, .thumbnail
  .icn-thumb-fb2.licn, .thumbnail >
  .icn-thumb-htmlz.sicn, .thumbnail
  .icn-thumb-htmlz.licn, .thumbnail >
  .icn-thumb-lit.sicn, .thumbnail
  .icn-thumb-lit.licn, .thumbnail >
  .icn-thumb-lrf.sicn, .thumbnail
  .icn-thumb-lrf.licn, .thumbnail >
  .icn-thumb-lrs.sicn, .thumbnail
  .icn-thumb-lrs.licn, .thumbnail >
  .icn-thumb-mobi.sicn, .thumbnail
  .icn-thumb-mobi.licn, .thumbnail >
  .icn-thumb-pdb.sicn, .thumbnail
  .icn-thumb-pdb.licn, .thumbnail >
  .icn-thumb-pml.sicn, .thumbnail
  .icn-thumb-pml.licn, .thumbnail >
  .icn-thumb-recip.sicn, .thumbnail
  .icn-thumb-recip.licn, .thumbnail >
  .icn-thumb-snb.sicn, .thumbnail
  .icn-thumb-snb.licn, .thumbnail >
  .icn-thumb-tcr.sicn, .thumbnail
  .icn-thumb-tcr.licn, .thumbnail >
  .icn-thumb-cbr.sicn, .thumbnail
  .icn-thumb-cbr.licn, .thumbnail >
  .icn-thumb-prc.sicn, .thumbnail
  .icn-thumb-prc.licn, .thumbnail >
  .icn-thumb-tpz.sicn, .thumbnail
  .icn-thumb-tpz.licn, .thumbnail >
  .icn-thumb-pmlz.sicn, .thumbnail
  .icn-thumb-pmlz.licn {
    background: url('../images/file-icons-retina/thumb/ebook@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 170, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-ebook.sicn, .view-list .thumbnail .icn-thumb-ebook.licn, .modal-detail .icn-thumb-ebook.sicn, .view-list .thumbnail
.icn-thumb-azw.sicn, .view-list .thumbnail
.icn-thumb-azw.licn, .modal-detail
.icn-thumb-azw.sicn, .view-list .thumbnail
.icn-thumb-azw4.sicn, .view-list .thumbnail
.icn-thumb-azw4.licn, .modal-detail
.icn-thumb-azw4.sicn, .view-list .thumbnail
.icn-thumb-chm.sicn, .view-list .thumbnail
.icn-thumb-chm.licn, .modal-detail
.icn-thumb-chm.sicn, .view-list .thumbnail
.icn-thumb-cbz.sicn, .view-list .thumbnail
.icn-thumb-cbz.licn, .modal-detail
.icn-thumb-cbz.sicn, .view-list .thumbnail
.icn-thumb-epub.sicn, .view-list .thumbnail
.icn-thumb-epub.licn, .modal-detail
.icn-thumb-epub.sicn, .view-list .thumbnail
.icn-thumb-fb2.sicn, .view-list .thumbnail
.icn-thumb-fb2.licn, .modal-detail
.icn-thumb-fb2.sicn, .view-list .thumbnail
.icn-thumb-htmlz.sicn, .view-list .thumbnail
.icn-thumb-htmlz.licn, .modal-detail
.icn-thumb-htmlz.sicn, .view-list .thumbnail
.icn-thumb-lit.sicn, .view-list .thumbnail
.icn-thumb-lit.licn, .modal-detail
.icn-thumb-lit.sicn, .view-list .thumbnail
.icn-thumb-lrf.sicn, .view-list .thumbnail
.icn-thumb-lrf.licn, .modal-detail
.icn-thumb-lrf.sicn, .view-list .thumbnail
.icn-thumb-lrs.sicn, .view-list .thumbnail
.icn-thumb-lrs.licn, .modal-detail
.icn-thumb-lrs.sicn, .view-list .thumbnail
.icn-thumb-mobi.sicn, .view-list .thumbnail
.icn-thumb-mobi.licn, .modal-detail
.icn-thumb-mobi.sicn, .view-list .thumbnail
.icn-thumb-pdb.sicn, .view-list .thumbnail
.icn-thumb-pdb.licn, .modal-detail
.icn-thumb-pdb.sicn, .view-list .thumbnail
.icn-thumb-pml.sicn, .view-list .thumbnail
.icn-thumb-pml.licn, .modal-detail
.icn-thumb-pml.sicn, .view-list .thumbnail
.icn-thumb-recip.sicn, .view-list .thumbnail
.icn-thumb-recip.licn, .modal-detail
.icn-thumb-recip.sicn, .view-list .thumbnail
.icn-thumb-snb.sicn, .view-list .thumbnail
.icn-thumb-snb.licn, .modal-detail
.icn-thumb-snb.sicn, .view-list .thumbnail
.icn-thumb-tcr.sicn, .view-list .thumbnail
.icn-thumb-tcr.licn, .modal-detail
.icn-thumb-tcr.sicn, .view-list .thumbnail
.icn-thumb-cbr.sicn, .view-list .thumbnail
.icn-thumb-cbr.licn, .modal-detail
.icn-thumb-cbr.sicn, .view-list .thumbnail
.icn-thumb-prc.sicn, .view-list .thumbnail
.icn-thumb-prc.licn, .modal-detail
.icn-thumb-prc.sicn, .view-list .thumbnail
.icn-thumb-tpz.sicn, .view-list .thumbnail
.icn-thumb-tpz.licn, .modal-detail
.icn-thumb-tpz.sicn, .view-list .thumbnail
.icn-thumb-pmlz.sicn, .view-list .thumbnail
.icn-thumb-pmlz.licn, .modal-detail
.icn-thumb-pmlz.sicn {
  background: url('../images/file-icons/sprite/ebook.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 170, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-ebook.sicn, .view-list .thumbnail .icn-thumb-ebook.licn, .modal-detail .icn-thumb-ebook.sicn, .view-list .thumbnail
  .icn-thumb-azw.sicn, .view-list .thumbnail
  .icn-thumb-azw.licn, .modal-detail
  .icn-thumb-azw.sicn, .view-list .thumbnail
  .icn-thumb-azw4.sicn, .view-list .thumbnail
  .icn-thumb-azw4.licn, .modal-detail
  .icn-thumb-azw4.sicn, .view-list .thumbnail
  .icn-thumb-chm.sicn, .view-list .thumbnail
  .icn-thumb-chm.licn, .modal-detail
  .icn-thumb-chm.sicn, .view-list .thumbnail
  .icn-thumb-cbz.sicn, .view-list .thumbnail
  .icn-thumb-cbz.licn, .modal-detail
  .icn-thumb-cbz.sicn, .view-list .thumbnail
  .icn-thumb-epub.sicn, .view-list .thumbnail
  .icn-thumb-epub.licn, .modal-detail
  .icn-thumb-epub.sicn, .view-list .thumbnail
  .icn-thumb-fb2.sicn, .view-list .thumbnail
  .icn-thumb-fb2.licn, .modal-detail
  .icn-thumb-fb2.sicn, .view-list .thumbnail
  .icn-thumb-htmlz.sicn, .view-list .thumbnail
  .icn-thumb-htmlz.licn, .modal-detail
  .icn-thumb-htmlz.sicn, .view-list .thumbnail
  .icn-thumb-lit.sicn, .view-list .thumbnail
  .icn-thumb-lit.licn, .modal-detail
  .icn-thumb-lit.sicn, .view-list .thumbnail
  .icn-thumb-lrf.sicn, .view-list .thumbnail
  .icn-thumb-lrf.licn, .modal-detail
  .icn-thumb-lrf.sicn, .view-list .thumbnail
  .icn-thumb-lrs.sicn, .view-list .thumbnail
  .icn-thumb-lrs.licn, .modal-detail
  .icn-thumb-lrs.sicn, .view-list .thumbnail
  .icn-thumb-mobi.sicn, .view-list .thumbnail
  .icn-thumb-mobi.licn, .modal-detail
  .icn-thumb-mobi.sicn, .view-list .thumbnail
  .icn-thumb-pdb.sicn, .view-list .thumbnail
  .icn-thumb-pdb.licn, .modal-detail
  .icn-thumb-pdb.sicn, .view-list .thumbnail
  .icn-thumb-pml.sicn, .view-list .thumbnail
  .icn-thumb-pml.licn, .modal-detail
  .icn-thumb-pml.sicn, .view-list .thumbnail
  .icn-thumb-recip.sicn, .view-list .thumbnail
  .icn-thumb-recip.licn, .modal-detail
  .icn-thumb-recip.sicn, .view-list .thumbnail
  .icn-thumb-snb.sicn, .view-list .thumbnail
  .icn-thumb-snb.licn, .modal-detail
  .icn-thumb-snb.sicn, .view-list .thumbnail
  .icn-thumb-tcr.sicn, .view-list .thumbnail
  .icn-thumb-tcr.licn, .modal-detail
  .icn-thumb-tcr.sicn, .view-list .thumbnail
  .icn-thumb-cbr.sicn, .view-list .thumbnail
  .icn-thumb-cbr.licn, .modal-detail
  .icn-thumb-cbr.sicn, .view-list .thumbnail
  .icn-thumb-prc.sicn, .view-list .thumbnail
  .icn-thumb-prc.licn, .modal-detail
  .icn-thumb-prc.sicn, .view-list .thumbnail
  .icn-thumb-tpz.sicn, .view-list .thumbnail
  .icn-thumb-tpz.licn, .modal-detail
  .icn-thumb-tpz.sicn, .view-list .thumbnail
  .icn-thumb-pmlz.sicn, .view-list .thumbnail
  .icn-thumb-pmlz.licn, .modal-detail
  .icn-thumb-pmlz.sicn {
    background: url('../images/file-icons-retina/sprite/ebook.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 175, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-code,
.icn-thumb-as,
.icn-thumb-actionscript,
.icn-thumb-sh,
.icn-thumb-cf,
.icn-thumb-cfm,
.icn-thumb-cs,
.icn-thumb-c,
.icn-thumb-h,
.icn-thumb-cc,
.icn-thumb-cp,
.icn-thumb-cpp,
.icn-thumb-m,
.icn-thumb-css,
.icn-thumb-pas,
.icn-thumb-diff,
.icn-thumb-patch,
.icn-thumb-erl,
.icn-thumb-groovy,
.icn-thumb-js,
.icn-thumb-java,
.icn-thumb-jfx,
.icn-thumb-pl,
.icn-thumb-perl,
.icn-thumb-php,
.icn-thumb-ps1,
.icn-thumb-py,
.icn-thumb-python,
.icn-thumb-rb,
.icn-thumb-ruby,
.icn-thumb-scala,
.icn-thumb-sql,
.icn-thumb-vb,
.icn-thumb-xhtml,
.icn-thumb-xslt,
.icn-thumb-html,
.icn-thumb-htm,
.icn-thumb-xml {
  background: url('../images/file-icons/small-thumb/code.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 175, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-code,
  .icn-thumb-as,
  .icn-thumb-actionscript,
  .icn-thumb-sh,
  .icn-thumb-cf,
  .icn-thumb-cfm,
  .icn-thumb-cs,
  .icn-thumb-c,
  .icn-thumb-h,
  .icn-thumb-cc,
  .icn-thumb-cp,
  .icn-thumb-cpp,
  .icn-thumb-m,
  .icn-thumb-css,
  .icn-thumb-pas,
  .icn-thumb-diff,
  .icn-thumb-patch,
  .icn-thumb-erl,
  .icn-thumb-groovy,
  .icn-thumb-js,
  .icn-thumb-java,
  .icn-thumb-jfx,
  .icn-thumb-pl,
  .icn-thumb-perl,
  .icn-thumb-php,
  .icn-thumb-ps1,
  .icn-thumb-py,
  .icn-thumb-python,
  .icn-thumb-rb,
  .icn-thumb-ruby,
  .icn-thumb-scala,
  .icn-thumb-sql,
  .icn-thumb-vb,
  .icn-thumb-xhtml,
  .icn-thumb-xslt,
  .icn-thumb-html,
  .icn-thumb-htm,
  .icn-thumb-xml {
    background: url('../images/file-icons-retina/small-thumb/code@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 214, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-code, .shared-by-me-page .icn-thumb-code, .shared-with-me-page .icn-thumb-code, .scheduled-shares-page .icn-thumb-code, .search-page
.icn-thumb-as, .shared-by-me-page
.icn-thumb-as, .shared-with-me-page
.icn-thumb-as, .scheduled-shares-page
.icn-thumb-as, .search-page
.icn-thumb-actionscript, .shared-by-me-page
.icn-thumb-actionscript, .shared-with-me-page
.icn-thumb-actionscript, .scheduled-shares-page
.icn-thumb-actionscript, .search-page
.icn-thumb-sh, .shared-by-me-page
.icn-thumb-sh, .shared-with-me-page
.icn-thumb-sh, .scheduled-shares-page
.icn-thumb-sh, .search-page
.icn-thumb-cf, .shared-by-me-page
.icn-thumb-cf, .shared-with-me-page
.icn-thumb-cf, .scheduled-shares-page
.icn-thumb-cf, .search-page
.icn-thumb-cfm, .shared-by-me-page
.icn-thumb-cfm, .shared-with-me-page
.icn-thumb-cfm, .scheduled-shares-page
.icn-thumb-cfm, .search-page
.icn-thumb-cs, .shared-by-me-page
.icn-thumb-cs, .shared-with-me-page
.icn-thumb-cs, .scheduled-shares-page
.icn-thumb-cs, .search-page
.icn-thumb-c, .shared-by-me-page
.icn-thumb-c, .shared-with-me-page
.icn-thumb-c, .scheduled-shares-page
.icn-thumb-c, .search-page
.icn-thumb-h, .shared-by-me-page
.icn-thumb-h, .shared-with-me-page
.icn-thumb-h, .scheduled-shares-page
.icn-thumb-h, .search-page
.icn-thumb-cc, .shared-by-me-page
.icn-thumb-cc, .shared-with-me-page
.icn-thumb-cc, .scheduled-shares-page
.icn-thumb-cc, .search-page
.icn-thumb-cp, .shared-by-me-page
.icn-thumb-cp, .shared-with-me-page
.icn-thumb-cp, .scheduled-shares-page
.icn-thumb-cp, .search-page
.icn-thumb-cpp, .shared-by-me-page
.icn-thumb-cpp, .shared-with-me-page
.icn-thumb-cpp, .scheduled-shares-page
.icn-thumb-cpp, .search-page
.icn-thumb-m, .shared-by-me-page
.icn-thumb-m, .shared-with-me-page
.icn-thumb-m, .scheduled-shares-page
.icn-thumb-m, .search-page
.icn-thumb-css, .shared-by-me-page
.icn-thumb-css, .shared-with-me-page
.icn-thumb-css, .scheduled-shares-page
.icn-thumb-css, .search-page
.icn-thumb-pas, .shared-by-me-page
.icn-thumb-pas, .shared-with-me-page
.icn-thumb-pas, .scheduled-shares-page
.icn-thumb-pas, .search-page
.icn-thumb-diff, .shared-by-me-page
.icn-thumb-diff, .shared-with-me-page
.icn-thumb-diff, .scheduled-shares-page
.icn-thumb-diff, .search-page
.icn-thumb-patch, .shared-by-me-page
.icn-thumb-patch, .shared-with-me-page
.icn-thumb-patch, .scheduled-shares-page
.icn-thumb-patch, .search-page
.icn-thumb-erl, .shared-by-me-page
.icn-thumb-erl, .shared-with-me-page
.icn-thumb-erl, .scheduled-shares-page
.icn-thumb-erl, .search-page
.icn-thumb-groovy, .shared-by-me-page
.icn-thumb-groovy, .shared-with-me-page
.icn-thumb-groovy, .scheduled-shares-page
.icn-thumb-groovy, .search-page
.icn-thumb-js, .shared-by-me-page
.icn-thumb-js, .shared-with-me-page
.icn-thumb-js, .scheduled-shares-page
.icn-thumb-js, .search-page
.icn-thumb-java, .shared-by-me-page
.icn-thumb-java, .shared-with-me-page
.icn-thumb-java, .scheduled-shares-page
.icn-thumb-java, .search-page
.icn-thumb-jfx, .shared-by-me-page
.icn-thumb-jfx, .shared-with-me-page
.icn-thumb-jfx, .scheduled-shares-page
.icn-thumb-jfx, .search-page
.icn-thumb-pl, .shared-by-me-page
.icn-thumb-pl, .shared-with-me-page
.icn-thumb-pl, .scheduled-shares-page
.icn-thumb-pl, .search-page
.icn-thumb-perl, .shared-by-me-page
.icn-thumb-perl, .shared-with-me-page
.icn-thumb-perl, .scheduled-shares-page
.icn-thumb-perl, .search-page
.icn-thumb-php, .shared-by-me-page
.icn-thumb-php, .shared-with-me-page
.icn-thumb-php, .scheduled-shares-page
.icn-thumb-php, .search-page
.icn-thumb-ps1, .shared-by-me-page
.icn-thumb-ps1, .shared-with-me-page
.icn-thumb-ps1, .scheduled-shares-page
.icn-thumb-ps1, .search-page
.icn-thumb-py, .shared-by-me-page
.icn-thumb-py, .shared-with-me-page
.icn-thumb-py, .scheduled-shares-page
.icn-thumb-py, .search-page
.icn-thumb-python, .shared-by-me-page
.icn-thumb-python, .shared-with-me-page
.icn-thumb-python, .scheduled-shares-page
.icn-thumb-python, .search-page
.icn-thumb-rb, .shared-by-me-page
.icn-thumb-rb, .shared-with-me-page
.icn-thumb-rb, .scheduled-shares-page
.icn-thumb-rb, .search-page
.icn-thumb-ruby, .shared-by-me-page
.icn-thumb-ruby, .shared-with-me-page
.icn-thumb-ruby, .scheduled-shares-page
.icn-thumb-ruby, .search-page
.icn-thumb-scala, .shared-by-me-page
.icn-thumb-scala, .shared-with-me-page
.icn-thumb-scala, .scheduled-shares-page
.icn-thumb-scala, .search-page
.icn-thumb-sql, .shared-by-me-page
.icn-thumb-sql, .shared-with-me-page
.icn-thumb-sql, .scheduled-shares-page
.icn-thumb-sql, .search-page
.icn-thumb-vb, .shared-by-me-page
.icn-thumb-vb, .shared-with-me-page
.icn-thumb-vb, .scheduled-shares-page
.icn-thumb-vb, .search-page
.icn-thumb-xhtml, .shared-by-me-page
.icn-thumb-xhtml, .shared-with-me-page
.icn-thumb-xhtml, .scheduled-shares-page
.icn-thumb-xhtml, .search-page
.icn-thumb-xslt, .shared-by-me-page
.icn-thumb-xslt, .shared-with-me-page
.icn-thumb-xslt, .scheduled-shares-page
.icn-thumb-xslt, .search-page
.icn-thumb-html, .shared-by-me-page
.icn-thumb-html, .shared-with-me-page
.icn-thumb-html, .scheduled-shares-page
.icn-thumb-html, .search-page
.icn-thumb-htm, .shared-by-me-page
.icn-thumb-htm, .shared-with-me-page
.icn-thumb-htm, .scheduled-shares-page
.icn-thumb-htm, .search-page
.icn-thumb-xml, .shared-by-me-page
.icn-thumb-xml, .shared-with-me-page
.icn-thumb-xml, .scheduled-shares-page
.icn-thumb-xml {
  background-position: -118px 0;
  height: 30px;
  width: 30px;
}
/* line 218, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-code, .download-outer >
.icn-thumb-as, .download-outer >
.icn-thumb-actionscript, .download-outer >
.icn-thumb-sh, .download-outer >
.icn-thumb-cf, .download-outer >
.icn-thumb-cfm, .download-outer >
.icn-thumb-cs, .download-outer >
.icn-thumb-c, .download-outer >
.icn-thumb-h, .download-outer >
.icn-thumb-cc, .download-outer >
.icn-thumb-cp, .download-outer >
.icn-thumb-cpp, .download-outer >
.icn-thumb-m, .download-outer >
.icn-thumb-css, .download-outer >
.icn-thumb-pas, .download-outer >
.icn-thumb-diff, .download-outer >
.icn-thumb-patch, .download-outer >
.icn-thumb-erl, .download-outer >
.icn-thumb-groovy, .download-outer >
.icn-thumb-js, .download-outer >
.icn-thumb-java, .download-outer >
.icn-thumb-jfx, .download-outer >
.icn-thumb-pl, .download-outer >
.icn-thumb-perl, .download-outer >
.icn-thumb-php, .download-outer >
.icn-thumb-ps1, .download-outer >
.icn-thumb-py, .download-outer >
.icn-thumb-python, .download-outer >
.icn-thumb-rb, .download-outer >
.icn-thumb-ruby, .download-outer >
.icn-thumb-scala, .download-outer >
.icn-thumb-sql, .download-outer >
.icn-thumb-vb, .download-outer >
.icn-thumb-xhtml, .download-outer >
.icn-thumb-xslt, .download-outer >
.icn-thumb-html, .download-outer >
.icn-thumb-htm, .download-outer >
.icn-thumb-xml {
  background: url('../images/file-icons/thumb/code.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 218, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-code, .download-outer >
  .icn-thumb-as, .download-outer >
  .icn-thumb-actionscript, .download-outer >
  .icn-thumb-sh, .download-outer >
  .icn-thumb-cf, .download-outer >
  .icn-thumb-cfm, .download-outer >
  .icn-thumb-cs, .download-outer >
  .icn-thumb-c, .download-outer >
  .icn-thumb-h, .download-outer >
  .icn-thumb-cc, .download-outer >
  .icn-thumb-cp, .download-outer >
  .icn-thumb-cpp, .download-outer >
  .icn-thumb-m, .download-outer >
  .icn-thumb-css, .download-outer >
  .icn-thumb-pas, .download-outer >
  .icn-thumb-diff, .download-outer >
  .icn-thumb-patch, .download-outer >
  .icn-thumb-erl, .download-outer >
  .icn-thumb-groovy, .download-outer >
  .icn-thumb-js, .download-outer >
  .icn-thumb-java, .download-outer >
  .icn-thumb-jfx, .download-outer >
  .icn-thumb-pl, .download-outer >
  .icn-thumb-perl, .download-outer >
  .icn-thumb-php, .download-outer >
  .icn-thumb-ps1, .download-outer >
  .icn-thumb-py, .download-outer >
  .icn-thumb-python, .download-outer >
  .icn-thumb-rb, .download-outer >
  .icn-thumb-ruby, .download-outer >
  .icn-thumb-scala, .download-outer >
  .icn-thumb-sql, .download-outer >
  .icn-thumb-vb, .download-outer >
  .icn-thumb-xhtml, .download-outer >
  .icn-thumb-xslt, .download-outer >
  .icn-thumb-html, .download-outer >
  .icn-thumb-htm, .download-outer >
  .icn-thumb-xml {
    background: url('../images/file-icons-retina/thumb/code@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 219, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-code.sicn, .thumbnail .icn-thumb-code.licn, .thumbnail >
.icn-thumb-as.sicn, .thumbnail
.icn-thumb-as.licn, .thumbnail >
.icn-thumb-actionscript.sicn, .thumbnail
.icn-thumb-actionscript.licn, .thumbnail >
.icn-thumb-sh.sicn, .thumbnail
.icn-thumb-sh.licn, .thumbnail >
.icn-thumb-cf.sicn, .thumbnail
.icn-thumb-cf.licn, .thumbnail >
.icn-thumb-cfm.sicn, .thumbnail
.icn-thumb-cfm.licn, .thumbnail >
.icn-thumb-cs.sicn, .thumbnail
.icn-thumb-cs.licn, .thumbnail >
.icn-thumb-c.sicn, .thumbnail
.icn-thumb-c.licn, .thumbnail >
.icn-thumb-h.sicn, .thumbnail
.icn-thumb-h.licn, .thumbnail >
.icn-thumb-cc.sicn, .thumbnail
.icn-thumb-cc.licn, .thumbnail >
.icn-thumb-cp.sicn, .thumbnail
.icn-thumb-cp.licn, .thumbnail >
.icn-thumb-cpp.sicn, .thumbnail
.icn-thumb-cpp.licn, .thumbnail >
.icn-thumb-m.sicn, .thumbnail
.icn-thumb-m.licn, .thumbnail >
.icn-thumb-css.sicn, .thumbnail
.icn-thumb-css.licn, .thumbnail >
.icn-thumb-pas.sicn, .thumbnail
.icn-thumb-pas.licn, .thumbnail >
.icn-thumb-diff.sicn, .thumbnail
.icn-thumb-diff.licn, .thumbnail >
.icn-thumb-patch.sicn, .thumbnail
.icn-thumb-patch.licn, .thumbnail >
.icn-thumb-erl.sicn, .thumbnail
.icn-thumb-erl.licn, .thumbnail >
.icn-thumb-groovy.sicn, .thumbnail
.icn-thumb-groovy.licn, .thumbnail >
.icn-thumb-js.sicn, .thumbnail
.icn-thumb-js.licn, .thumbnail >
.icn-thumb-java.sicn, .thumbnail
.icn-thumb-java.licn, .thumbnail >
.icn-thumb-jfx.sicn, .thumbnail
.icn-thumb-jfx.licn, .thumbnail >
.icn-thumb-pl.sicn, .thumbnail
.icn-thumb-pl.licn, .thumbnail >
.icn-thumb-perl.sicn, .thumbnail
.icn-thumb-perl.licn, .thumbnail >
.icn-thumb-php.sicn, .thumbnail
.icn-thumb-php.licn, .thumbnail >
.icn-thumb-ps1.sicn, .thumbnail
.icn-thumb-ps1.licn, .thumbnail >
.icn-thumb-py.sicn, .thumbnail
.icn-thumb-py.licn, .thumbnail >
.icn-thumb-python.sicn, .thumbnail
.icn-thumb-python.licn, .thumbnail >
.icn-thumb-rb.sicn, .thumbnail
.icn-thumb-rb.licn, .thumbnail >
.icn-thumb-ruby.sicn, .thumbnail
.icn-thumb-ruby.licn, .thumbnail >
.icn-thumb-scala.sicn, .thumbnail
.icn-thumb-scala.licn, .thumbnail >
.icn-thumb-sql.sicn, .thumbnail
.icn-thumb-sql.licn, .thumbnail >
.icn-thumb-vb.sicn, .thumbnail
.icn-thumb-vb.licn, .thumbnail >
.icn-thumb-xhtml.sicn, .thumbnail
.icn-thumb-xhtml.licn, .thumbnail >
.icn-thumb-xslt.sicn, .thumbnail
.icn-thumb-xslt.licn, .thumbnail >
.icn-thumb-html.sicn, .thumbnail
.icn-thumb-html.licn, .thumbnail >
.icn-thumb-htm.sicn, .thumbnail
.icn-thumb-htm.licn, .thumbnail >
.icn-thumb-xml.sicn, .thumbnail
.icn-thumb-xml.licn {
  background: url('../images/file-icons/thumb/code.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 219, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-code.sicn, .thumbnail .icn-thumb-code.licn, .thumbnail >
  .icn-thumb-as.sicn, .thumbnail
  .icn-thumb-as.licn, .thumbnail >
  .icn-thumb-actionscript.sicn, .thumbnail
  .icn-thumb-actionscript.licn, .thumbnail >
  .icn-thumb-sh.sicn, .thumbnail
  .icn-thumb-sh.licn, .thumbnail >
  .icn-thumb-cf.sicn, .thumbnail
  .icn-thumb-cf.licn, .thumbnail >
  .icn-thumb-cfm.sicn, .thumbnail
  .icn-thumb-cfm.licn, .thumbnail >
  .icn-thumb-cs.sicn, .thumbnail
  .icn-thumb-cs.licn, .thumbnail >
  .icn-thumb-c.sicn, .thumbnail
  .icn-thumb-c.licn, .thumbnail >
  .icn-thumb-h.sicn, .thumbnail
  .icn-thumb-h.licn, .thumbnail >
  .icn-thumb-cc.sicn, .thumbnail
  .icn-thumb-cc.licn, .thumbnail >
  .icn-thumb-cp.sicn, .thumbnail
  .icn-thumb-cp.licn, .thumbnail >
  .icn-thumb-cpp.sicn, .thumbnail
  .icn-thumb-cpp.licn, .thumbnail >
  .icn-thumb-m.sicn, .thumbnail
  .icn-thumb-m.licn, .thumbnail >
  .icn-thumb-css.sicn, .thumbnail
  .icn-thumb-css.licn, .thumbnail >
  .icn-thumb-pas.sicn, .thumbnail
  .icn-thumb-pas.licn, .thumbnail >
  .icn-thumb-diff.sicn, .thumbnail
  .icn-thumb-diff.licn, .thumbnail >
  .icn-thumb-patch.sicn, .thumbnail
  .icn-thumb-patch.licn, .thumbnail >
  .icn-thumb-erl.sicn, .thumbnail
  .icn-thumb-erl.licn, .thumbnail >
  .icn-thumb-groovy.sicn, .thumbnail
  .icn-thumb-groovy.licn, .thumbnail >
  .icn-thumb-js.sicn, .thumbnail
  .icn-thumb-js.licn, .thumbnail >
  .icn-thumb-java.sicn, .thumbnail
  .icn-thumb-java.licn, .thumbnail >
  .icn-thumb-jfx.sicn, .thumbnail
  .icn-thumb-jfx.licn, .thumbnail >
  .icn-thumb-pl.sicn, .thumbnail
  .icn-thumb-pl.licn, .thumbnail >
  .icn-thumb-perl.sicn, .thumbnail
  .icn-thumb-perl.licn, .thumbnail >
  .icn-thumb-php.sicn, .thumbnail
  .icn-thumb-php.licn, .thumbnail >
  .icn-thumb-ps1.sicn, .thumbnail
  .icn-thumb-ps1.licn, .thumbnail >
  .icn-thumb-py.sicn, .thumbnail
  .icn-thumb-py.licn, .thumbnail >
  .icn-thumb-python.sicn, .thumbnail
  .icn-thumb-python.licn, .thumbnail >
  .icn-thumb-rb.sicn, .thumbnail
  .icn-thumb-rb.licn, .thumbnail >
  .icn-thumb-ruby.sicn, .thumbnail
  .icn-thumb-ruby.licn, .thumbnail >
  .icn-thumb-scala.sicn, .thumbnail
  .icn-thumb-scala.licn, .thumbnail >
  .icn-thumb-sql.sicn, .thumbnail
  .icn-thumb-sql.licn, .thumbnail >
  .icn-thumb-vb.sicn, .thumbnail
  .icn-thumb-vb.licn, .thumbnail >
  .icn-thumb-xhtml.sicn, .thumbnail
  .icn-thumb-xhtml.licn, .thumbnail >
  .icn-thumb-xslt.sicn, .thumbnail
  .icn-thumb-xslt.licn, .thumbnail >
  .icn-thumb-html.sicn, .thumbnail
  .icn-thumb-html.licn, .thumbnail >
  .icn-thumb-htm.sicn, .thumbnail
  .icn-thumb-htm.licn, .thumbnail >
  .icn-thumb-xml.sicn, .thumbnail
  .icn-thumb-xml.licn {
    background: url('../images/file-icons-retina/thumb/code@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 221, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-code.sicn, .view-list .thumbnail .icn-thumb-code.licn, .modal-detail .icn-thumb-code.sicn, .view-list .thumbnail
.icn-thumb-as.sicn, .view-list .thumbnail
.icn-thumb-as.licn, .modal-detail
.icn-thumb-as.sicn, .view-list .thumbnail
.icn-thumb-actionscript.sicn, .view-list .thumbnail
.icn-thumb-actionscript.licn, .modal-detail
.icn-thumb-actionscript.sicn, .view-list .thumbnail
.icn-thumb-sh.sicn, .view-list .thumbnail
.icn-thumb-sh.licn, .modal-detail
.icn-thumb-sh.sicn, .view-list .thumbnail
.icn-thumb-cf.sicn, .view-list .thumbnail
.icn-thumb-cf.licn, .modal-detail
.icn-thumb-cf.sicn, .view-list .thumbnail
.icn-thumb-cfm.sicn, .view-list .thumbnail
.icn-thumb-cfm.licn, .modal-detail
.icn-thumb-cfm.sicn, .view-list .thumbnail
.icn-thumb-cs.sicn, .view-list .thumbnail
.icn-thumb-cs.licn, .modal-detail
.icn-thumb-cs.sicn, .view-list .thumbnail
.icn-thumb-c.sicn, .view-list .thumbnail
.icn-thumb-c.licn, .modal-detail
.icn-thumb-c.sicn, .view-list .thumbnail
.icn-thumb-h.sicn, .view-list .thumbnail
.icn-thumb-h.licn, .modal-detail
.icn-thumb-h.sicn, .view-list .thumbnail
.icn-thumb-cc.sicn, .view-list .thumbnail
.icn-thumb-cc.licn, .modal-detail
.icn-thumb-cc.sicn, .view-list .thumbnail
.icn-thumb-cp.sicn, .view-list .thumbnail
.icn-thumb-cp.licn, .modal-detail
.icn-thumb-cp.sicn, .view-list .thumbnail
.icn-thumb-cpp.sicn, .view-list .thumbnail
.icn-thumb-cpp.licn, .modal-detail
.icn-thumb-cpp.sicn, .view-list .thumbnail
.icn-thumb-m.sicn, .view-list .thumbnail
.icn-thumb-m.licn, .modal-detail
.icn-thumb-m.sicn, .view-list .thumbnail
.icn-thumb-css.sicn, .view-list .thumbnail
.icn-thumb-css.licn, .modal-detail
.icn-thumb-css.sicn, .view-list .thumbnail
.icn-thumb-pas.sicn, .view-list .thumbnail
.icn-thumb-pas.licn, .modal-detail
.icn-thumb-pas.sicn, .view-list .thumbnail
.icn-thumb-diff.sicn, .view-list .thumbnail
.icn-thumb-diff.licn, .modal-detail
.icn-thumb-diff.sicn, .view-list .thumbnail
.icn-thumb-patch.sicn, .view-list .thumbnail
.icn-thumb-patch.licn, .modal-detail
.icn-thumb-patch.sicn, .view-list .thumbnail
.icn-thumb-erl.sicn, .view-list .thumbnail
.icn-thumb-erl.licn, .modal-detail
.icn-thumb-erl.sicn, .view-list .thumbnail
.icn-thumb-groovy.sicn, .view-list .thumbnail
.icn-thumb-groovy.licn, .modal-detail
.icn-thumb-groovy.sicn, .view-list .thumbnail
.icn-thumb-js.sicn, .view-list .thumbnail
.icn-thumb-js.licn, .modal-detail
.icn-thumb-js.sicn, .view-list .thumbnail
.icn-thumb-java.sicn, .view-list .thumbnail
.icn-thumb-java.licn, .modal-detail
.icn-thumb-java.sicn, .view-list .thumbnail
.icn-thumb-jfx.sicn, .view-list .thumbnail
.icn-thumb-jfx.licn, .modal-detail
.icn-thumb-jfx.sicn, .view-list .thumbnail
.icn-thumb-pl.sicn, .view-list .thumbnail
.icn-thumb-pl.licn, .modal-detail
.icn-thumb-pl.sicn, .view-list .thumbnail
.icn-thumb-perl.sicn, .view-list .thumbnail
.icn-thumb-perl.licn, .modal-detail
.icn-thumb-perl.sicn, .view-list .thumbnail
.icn-thumb-php.sicn, .view-list .thumbnail
.icn-thumb-php.licn, .modal-detail
.icn-thumb-php.sicn, .view-list .thumbnail
.icn-thumb-ps1.sicn, .view-list .thumbnail
.icn-thumb-ps1.licn, .modal-detail
.icn-thumb-ps1.sicn, .view-list .thumbnail
.icn-thumb-py.sicn, .view-list .thumbnail
.icn-thumb-py.licn, .modal-detail
.icn-thumb-py.sicn, .view-list .thumbnail
.icn-thumb-python.sicn, .view-list .thumbnail
.icn-thumb-python.licn, .modal-detail
.icn-thumb-python.sicn, .view-list .thumbnail
.icn-thumb-rb.sicn, .view-list .thumbnail
.icn-thumb-rb.licn, .modal-detail
.icn-thumb-rb.sicn, .view-list .thumbnail
.icn-thumb-ruby.sicn, .view-list .thumbnail
.icn-thumb-ruby.licn, .modal-detail
.icn-thumb-ruby.sicn, .view-list .thumbnail
.icn-thumb-scala.sicn, .view-list .thumbnail
.icn-thumb-scala.licn, .modal-detail
.icn-thumb-scala.sicn, .view-list .thumbnail
.icn-thumb-sql.sicn, .view-list .thumbnail
.icn-thumb-sql.licn, .modal-detail
.icn-thumb-sql.sicn, .view-list .thumbnail
.icn-thumb-vb.sicn, .view-list .thumbnail
.icn-thumb-vb.licn, .modal-detail
.icn-thumb-vb.sicn, .view-list .thumbnail
.icn-thumb-xhtml.sicn, .view-list .thumbnail
.icn-thumb-xhtml.licn, .modal-detail
.icn-thumb-xhtml.sicn, .view-list .thumbnail
.icn-thumb-xslt.sicn, .view-list .thumbnail
.icn-thumb-xslt.licn, .modal-detail
.icn-thumb-xslt.sicn, .view-list .thumbnail
.icn-thumb-html.sicn, .view-list .thumbnail
.icn-thumb-html.licn, .modal-detail
.icn-thumb-html.sicn, .view-list .thumbnail
.icn-thumb-htm.sicn, .view-list .thumbnail
.icn-thumb-htm.licn, .modal-detail
.icn-thumb-htm.sicn, .view-list .thumbnail
.icn-thumb-xml.sicn, .view-list .thumbnail
.icn-thumb-xml.licn, .modal-detail
.icn-thumb-xml.sicn {
  background: url('../images/file-icons/sprite/code.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 221, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-code.sicn, .view-list .thumbnail .icn-thumb-code.licn, .modal-detail .icn-thumb-code.sicn, .view-list .thumbnail
  .icn-thumb-as.sicn, .view-list .thumbnail
  .icn-thumb-as.licn, .modal-detail
  .icn-thumb-as.sicn, .view-list .thumbnail
  .icn-thumb-actionscript.sicn, .view-list .thumbnail
  .icn-thumb-actionscript.licn, .modal-detail
  .icn-thumb-actionscript.sicn, .view-list .thumbnail
  .icn-thumb-sh.sicn, .view-list .thumbnail
  .icn-thumb-sh.licn, .modal-detail
  .icn-thumb-sh.sicn, .view-list .thumbnail
  .icn-thumb-cf.sicn, .view-list .thumbnail
  .icn-thumb-cf.licn, .modal-detail
  .icn-thumb-cf.sicn, .view-list .thumbnail
  .icn-thumb-cfm.sicn, .view-list .thumbnail
  .icn-thumb-cfm.licn, .modal-detail
  .icn-thumb-cfm.sicn, .view-list .thumbnail
  .icn-thumb-cs.sicn, .view-list .thumbnail
  .icn-thumb-cs.licn, .modal-detail
  .icn-thumb-cs.sicn, .view-list .thumbnail
  .icn-thumb-c.sicn, .view-list .thumbnail
  .icn-thumb-c.licn, .modal-detail
  .icn-thumb-c.sicn, .view-list .thumbnail
  .icn-thumb-h.sicn, .view-list .thumbnail
  .icn-thumb-h.licn, .modal-detail
  .icn-thumb-h.sicn, .view-list .thumbnail
  .icn-thumb-cc.sicn, .view-list .thumbnail
  .icn-thumb-cc.licn, .modal-detail
  .icn-thumb-cc.sicn, .view-list .thumbnail
  .icn-thumb-cp.sicn, .view-list .thumbnail
  .icn-thumb-cp.licn, .modal-detail
  .icn-thumb-cp.sicn, .view-list .thumbnail
  .icn-thumb-cpp.sicn, .view-list .thumbnail
  .icn-thumb-cpp.licn, .modal-detail
  .icn-thumb-cpp.sicn, .view-list .thumbnail
  .icn-thumb-m.sicn, .view-list .thumbnail
  .icn-thumb-m.licn, .modal-detail
  .icn-thumb-m.sicn, .view-list .thumbnail
  .icn-thumb-css.sicn, .view-list .thumbnail
  .icn-thumb-css.licn, .modal-detail
  .icn-thumb-css.sicn, .view-list .thumbnail
  .icn-thumb-pas.sicn, .view-list .thumbnail
  .icn-thumb-pas.licn, .modal-detail
  .icn-thumb-pas.sicn, .view-list .thumbnail
  .icn-thumb-diff.sicn, .view-list .thumbnail
  .icn-thumb-diff.licn, .modal-detail
  .icn-thumb-diff.sicn, .view-list .thumbnail
  .icn-thumb-patch.sicn, .view-list .thumbnail
  .icn-thumb-patch.licn, .modal-detail
  .icn-thumb-patch.sicn, .view-list .thumbnail
  .icn-thumb-erl.sicn, .view-list .thumbnail
  .icn-thumb-erl.licn, .modal-detail
  .icn-thumb-erl.sicn, .view-list .thumbnail
  .icn-thumb-groovy.sicn, .view-list .thumbnail
  .icn-thumb-groovy.licn, .modal-detail
  .icn-thumb-groovy.sicn, .view-list .thumbnail
  .icn-thumb-js.sicn, .view-list .thumbnail
  .icn-thumb-js.licn, .modal-detail
  .icn-thumb-js.sicn, .view-list .thumbnail
  .icn-thumb-java.sicn, .view-list .thumbnail
  .icn-thumb-java.licn, .modal-detail
  .icn-thumb-java.sicn, .view-list .thumbnail
  .icn-thumb-jfx.sicn, .view-list .thumbnail
  .icn-thumb-jfx.licn, .modal-detail
  .icn-thumb-jfx.sicn, .view-list .thumbnail
  .icn-thumb-pl.sicn, .view-list .thumbnail
  .icn-thumb-pl.licn, .modal-detail
  .icn-thumb-pl.sicn, .view-list .thumbnail
  .icn-thumb-perl.sicn, .view-list .thumbnail
  .icn-thumb-perl.licn, .modal-detail
  .icn-thumb-perl.sicn, .view-list .thumbnail
  .icn-thumb-php.sicn, .view-list .thumbnail
  .icn-thumb-php.licn, .modal-detail
  .icn-thumb-php.sicn, .view-list .thumbnail
  .icn-thumb-ps1.sicn, .view-list .thumbnail
  .icn-thumb-ps1.licn, .modal-detail
  .icn-thumb-ps1.sicn, .view-list .thumbnail
  .icn-thumb-py.sicn, .view-list .thumbnail
  .icn-thumb-py.licn, .modal-detail
  .icn-thumb-py.sicn, .view-list .thumbnail
  .icn-thumb-python.sicn, .view-list .thumbnail
  .icn-thumb-python.licn, .modal-detail
  .icn-thumb-python.sicn, .view-list .thumbnail
  .icn-thumb-rb.sicn, .view-list .thumbnail
  .icn-thumb-rb.licn, .modal-detail
  .icn-thumb-rb.sicn, .view-list .thumbnail
  .icn-thumb-ruby.sicn, .view-list .thumbnail
  .icn-thumb-ruby.licn, .modal-detail
  .icn-thumb-ruby.sicn, .view-list .thumbnail
  .icn-thumb-scala.sicn, .view-list .thumbnail
  .icn-thumb-scala.licn, .modal-detail
  .icn-thumb-scala.sicn, .view-list .thumbnail
  .icn-thumb-sql.sicn, .view-list .thumbnail
  .icn-thumb-sql.licn, .modal-detail
  .icn-thumb-sql.sicn, .view-list .thumbnail
  .icn-thumb-vb.sicn, .view-list .thumbnail
  .icn-thumb-vb.licn, .modal-detail
  .icn-thumb-vb.sicn, .view-list .thumbnail
  .icn-thumb-xhtml.sicn, .view-list .thumbnail
  .icn-thumb-xhtml.licn, .modal-detail
  .icn-thumb-xhtml.sicn, .view-list .thumbnail
  .icn-thumb-xslt.sicn, .view-list .thumbnail
  .icn-thumb-xslt.licn, .modal-detail
  .icn-thumb-xslt.sicn, .view-list .thumbnail
  .icn-thumb-html.sicn, .view-list .thumbnail
  .icn-thumb-html.licn, .modal-detail
  .icn-thumb-html.sicn, .view-list .thumbnail
  .icn-thumb-htm.sicn, .view-list .thumbnail
  .icn-thumb-htm.licn, .modal-detail
  .icn-thumb-htm.sicn, .view-list .thumbnail
  .icn-thumb-xml.sicn, .view-list .thumbnail
  .icn-thumb-xml.licn, .modal-detail
  .icn-thumb-xml.sicn {
    background: url('../images/file-icons-retina/sprite/code.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 226, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-image,
.icn-thumb-3fr,
.icn-thumb-ai,
.icn-thumb-aai,
.icn-thumb-art,
.icn-thumb-arw,
.icn-thumb-avs,
.icn-thumb-bitmap,
.icn-thumb-bmp,
.icn-thumb-bmp2,
.icn-thumb-bmp3,
.icn-thumb-cals,
.icn-thumb-cgm,
.icn-thumb-cin,
.icn-thumb-cmyk,
.icn-thumb-cmyka,
.icn-thumb-cr2,
.icn-thumb-crw,
.icn-thumb-cur,
.icn-thumb-cut,
.icn-thumb-dcm,
.icn-thumb-dcr,
.icn-thumb-dcx,
.icn-thumb-dds,
.icn-thumb-dib,
.icn-thumb-dicom,
.icn-thumb-dng,
.icn-thumb-dot,
.icn-thumb-dpx,
.icn-thumb-emf,
.icn-thumb-epdf,
.icn-thumb-epi,
.icn-thumb-eps,
.icn-thumb-eps2,
.icn-thumb-eps3,
.icn-thumb-epsf,
.icn-thumb-epsi,
.icn-thumb-ept,
.icn-thumb-erf,
.icn-thumb-exr,
.icn-thumb-fax,
.icn-thumb-fig,
.icn-thumb-fit,
.icn-thumb-fits,
.icn-thumb-fpx,
.icn-thumb-fts,
.icn-thumb-gif,
.icn-thumb-gplt,
.icn-thumb-gray,
.icn-thumb-hdr,
.icn-thumb-hpgl,
.icn-thumb-hrz,
.icn-thumb-ico,
.icn-thumb-icon,
.icn-thumb-iff,
.icn-thumb-info,
.icn-thumb-inli,
.icn-thumb-jbig,
.icn-thumb-jng,
.icn-thumb-jp2,
.icn-thumb-jpe,
.icn-thumb-jpf,
.icn-thumb-jpc,
.icn-thumb-jpg,
.icn-thumb-jpeg,
.icn-thumb-kdc,
.icn-thumb-k25,
.icn-thumb-man,
.icn-thumb-mat,
.icn-thumb-miff,
.icn-thumb-mono,
.icn-thumb-mng,
.icn-thumb-mpc,
.icn-thumb-mpr,
.icn-thumb-mrsid,
.icn-thumb-mrw,
.icn-thumb-msl,
.icn-thumb-msvg,
.icn-thumb-mtv,
.icn-thumb-mvg,
.icn-thumb-nef,
.icn-thumb-orf,
.icn-thumb-otb,
.icn-thumb-p7,
.icn-thumb-palm,
.icn-thumb-pam,
.icn-thumb-pbm,
.icn-thumb-pcd,
.icn-thumb-pcds,
.icn-thumb-pcc,
.icn-thumb-pcl,
.icn-thumb-pct,
.icn-thumb-pcx,
.icn-thumb-pdb,
.icn-thumb-pef,
.icn-thumb-pex,
.icn-thumb-pfa,
.icn-thumb-pfb,
.icn-thumb-pfm,
.icn-thumb-pgm,
.icn-thumb-picon,
.icn-thumb-pict,
.icn-thumb-pix,
.icn-thumb-png,
.icn-thumb-png8,
.icn-thumb-png24,
.icn-thumb-png32,
.icn-thumb-pnm,
.icn-thumb-ppm,
.icn-thumb-psb,
.icn-thumb-psd,
.icn-thumb-ptif,
.icn-thumb-pwp,
.icn-thumb-rad,
.icn-thumb-raf,
.icn-thumb-rgb,
.icn-thumb-rgba,
.icn-thumb-rla,
.icn-thumb-rle,
.icn-thumb-sct,
.icn-thumb-sfw,
.icn-thumb-sgi,
.icn-thumb-shtml,
.icn-thumb-sid,
.icn-thumb-sr2,
.icn-thumb-srf,
.icn-thumb-sun,
.icn-thumb-svg,
.icn-thumb-svgz,
.icn-thumb-tga,
.icn-thumb-tif,
.icn-thumb-tiff,
.icn-thumb-tiff64,
.icn-thumb-tim,
.icn-thumb-uil,
.icn-thumb-uyvy,
.icn-thumb-vicar,
.icn-thumb-viff,
.icn-thumb-wbmp,
.icn-thumb-webp,
.icn-thumb-wmf,
.icn-thumb-wpg,
.icn-thumb-x,
.icn-thumb-xbm,
.icn-thumb-xcf,
.icn-thumb-xpm,
.icn-thumb-xwd,
.icn-thumb-x3f,
.icn-thumb-ycbcr,
.icn-thumb-ycbc,
.icn-thumb-yuv {
  background: url('../images/file-icons/small-thumb/image.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 226, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-image,
  .icn-thumb-3fr,
  .icn-thumb-ai,
  .icn-thumb-aai,
  .icn-thumb-art,
  .icn-thumb-arw,
  .icn-thumb-avs,
  .icn-thumb-bitmap,
  .icn-thumb-bmp,
  .icn-thumb-bmp2,
  .icn-thumb-bmp3,
  .icn-thumb-cals,
  .icn-thumb-cgm,
  .icn-thumb-cin,
  .icn-thumb-cmyk,
  .icn-thumb-cmyka,
  .icn-thumb-cr2,
  .icn-thumb-crw,
  .icn-thumb-cur,
  .icn-thumb-cut,
  .icn-thumb-dcm,
  .icn-thumb-dcr,
  .icn-thumb-dcx,
  .icn-thumb-dds,
  .icn-thumb-dib,
  .icn-thumb-dicom,
  .icn-thumb-dng,
  .icn-thumb-dot,
  .icn-thumb-dpx,
  .icn-thumb-emf,
  .icn-thumb-epdf,
  .icn-thumb-epi,
  .icn-thumb-eps,
  .icn-thumb-eps2,
  .icn-thumb-eps3,
  .icn-thumb-epsf,
  .icn-thumb-epsi,
  .icn-thumb-ept,
  .icn-thumb-erf,
  .icn-thumb-exr,
  .icn-thumb-fax,
  .icn-thumb-fig,
  .icn-thumb-fit,
  .icn-thumb-fits,
  .icn-thumb-fpx,
  .icn-thumb-fts,
  .icn-thumb-gif,
  .icn-thumb-gplt,
  .icn-thumb-gray,
  .icn-thumb-hdr,
  .icn-thumb-hpgl,
  .icn-thumb-hrz,
  .icn-thumb-ico,
  .icn-thumb-icon,
  .icn-thumb-iff,
  .icn-thumb-info,
  .icn-thumb-inli,
  .icn-thumb-jbig,
  .icn-thumb-jng,
  .icn-thumb-jp2,
  .icn-thumb-jpe,
  .icn-thumb-jpf,
  .icn-thumb-jpc,
  .icn-thumb-jpg,
  .icn-thumb-jpeg,
  .icn-thumb-kdc,
  .icn-thumb-k25,
  .icn-thumb-man,
  .icn-thumb-mat,
  .icn-thumb-miff,
  .icn-thumb-mono,
  .icn-thumb-mng,
  .icn-thumb-mpc,
  .icn-thumb-mpr,
  .icn-thumb-mrsid,
  .icn-thumb-mrw,
  .icn-thumb-msl,
  .icn-thumb-msvg,
  .icn-thumb-mtv,
  .icn-thumb-mvg,
  .icn-thumb-nef,
  .icn-thumb-orf,
  .icn-thumb-otb,
  .icn-thumb-p7,
  .icn-thumb-palm,
  .icn-thumb-pam,
  .icn-thumb-pbm,
  .icn-thumb-pcd,
  .icn-thumb-pcds,
  .icn-thumb-pcc,
  .icn-thumb-pcl,
  .icn-thumb-pct,
  .icn-thumb-pcx,
  .icn-thumb-pdb,
  .icn-thumb-pef,
  .icn-thumb-pex,
  .icn-thumb-pfa,
  .icn-thumb-pfb,
  .icn-thumb-pfm,
  .icn-thumb-pgm,
  .icn-thumb-picon,
  .icn-thumb-pict,
  .icn-thumb-pix,
  .icn-thumb-png,
  .icn-thumb-png8,
  .icn-thumb-png24,
  .icn-thumb-png32,
  .icn-thumb-pnm,
  .icn-thumb-ppm,
  .icn-thumb-psb,
  .icn-thumb-psd,
  .icn-thumb-ptif,
  .icn-thumb-pwp,
  .icn-thumb-rad,
  .icn-thumb-raf,
  .icn-thumb-rgb,
  .icn-thumb-rgba,
  .icn-thumb-rla,
  .icn-thumb-rle,
  .icn-thumb-sct,
  .icn-thumb-sfw,
  .icn-thumb-sgi,
  .icn-thumb-shtml,
  .icn-thumb-sid,
  .icn-thumb-sr2,
  .icn-thumb-srf,
  .icn-thumb-sun,
  .icn-thumb-svg,
  .icn-thumb-svgz,
  .icn-thumb-tga,
  .icn-thumb-tif,
  .icn-thumb-tiff,
  .icn-thumb-tiff64,
  .icn-thumb-tim,
  .icn-thumb-uil,
  .icn-thumb-uyvy,
  .icn-thumb-vicar,
  .icn-thumb-viff,
  .icn-thumb-wbmp,
  .icn-thumb-webp,
  .icn-thumb-wmf,
  .icn-thumb-wpg,
  .icn-thumb-x,
  .icn-thumb-xbm,
  .icn-thumb-xcf,
  .icn-thumb-xpm,
  .icn-thumb-xwd,
  .icn-thumb-x3f,
  .icn-thumb-ycbcr,
  .icn-thumb-ycbc,
  .icn-thumb-yuv {
    background: url('../images/file-icons-retina/small-thumb/image@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 378, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-image, .shared-by-me-page .icn-thumb-image, .shared-with-me-page .icn-thumb-image, .scheduled-shares-page .icn-thumb-image, .search-page
.icn-thumb-3fr, .shared-by-me-page
.icn-thumb-3fr, .shared-with-me-page
.icn-thumb-3fr, .scheduled-shares-page
.icn-thumb-3fr, .search-page
.icn-thumb-ai, .shared-by-me-page
.icn-thumb-ai, .shared-with-me-page
.icn-thumb-ai, .scheduled-shares-page
.icn-thumb-ai, .search-page
.icn-thumb-aai, .shared-by-me-page
.icn-thumb-aai, .shared-with-me-page
.icn-thumb-aai, .scheduled-shares-page
.icn-thumb-aai, .search-page
.icn-thumb-art, .shared-by-me-page
.icn-thumb-art, .shared-with-me-page
.icn-thumb-art, .scheduled-shares-page
.icn-thumb-art, .search-page
.icn-thumb-arw, .shared-by-me-page
.icn-thumb-arw, .shared-with-me-page
.icn-thumb-arw, .scheduled-shares-page
.icn-thumb-arw, .search-page
.icn-thumb-avs, .shared-by-me-page
.icn-thumb-avs, .shared-with-me-page
.icn-thumb-avs, .scheduled-shares-page
.icn-thumb-avs, .search-page
.icn-thumb-bitmap, .shared-by-me-page
.icn-thumb-bitmap, .shared-with-me-page
.icn-thumb-bitmap, .scheduled-shares-page
.icn-thumb-bitmap, .search-page
.icn-thumb-bmp, .shared-by-me-page
.icn-thumb-bmp, .shared-with-me-page
.icn-thumb-bmp, .scheduled-shares-page
.icn-thumb-bmp, .search-page
.icn-thumb-bmp2, .shared-by-me-page
.icn-thumb-bmp2, .shared-with-me-page
.icn-thumb-bmp2, .scheduled-shares-page
.icn-thumb-bmp2, .search-page
.icn-thumb-bmp3, .shared-by-me-page
.icn-thumb-bmp3, .shared-with-me-page
.icn-thumb-bmp3, .scheduled-shares-page
.icn-thumb-bmp3, .search-page
.icn-thumb-cals, .shared-by-me-page
.icn-thumb-cals, .shared-with-me-page
.icn-thumb-cals, .scheduled-shares-page
.icn-thumb-cals, .search-page
.icn-thumb-cgm, .shared-by-me-page
.icn-thumb-cgm, .shared-with-me-page
.icn-thumb-cgm, .scheduled-shares-page
.icn-thumb-cgm, .search-page
.icn-thumb-cin, .shared-by-me-page
.icn-thumb-cin, .shared-with-me-page
.icn-thumb-cin, .scheduled-shares-page
.icn-thumb-cin, .search-page
.icn-thumb-cmyk, .shared-by-me-page
.icn-thumb-cmyk, .shared-with-me-page
.icn-thumb-cmyk, .scheduled-shares-page
.icn-thumb-cmyk, .search-page
.icn-thumb-cmyka, .shared-by-me-page
.icn-thumb-cmyka, .shared-with-me-page
.icn-thumb-cmyka, .scheduled-shares-page
.icn-thumb-cmyka, .search-page
.icn-thumb-cr2, .shared-by-me-page
.icn-thumb-cr2, .shared-with-me-page
.icn-thumb-cr2, .scheduled-shares-page
.icn-thumb-cr2, .search-page
.icn-thumb-crw, .shared-by-me-page
.icn-thumb-crw, .shared-with-me-page
.icn-thumb-crw, .scheduled-shares-page
.icn-thumb-crw, .search-page
.icn-thumb-cur, .shared-by-me-page
.icn-thumb-cur, .shared-with-me-page
.icn-thumb-cur, .scheduled-shares-page
.icn-thumb-cur, .search-page
.icn-thumb-cut, .shared-by-me-page
.icn-thumb-cut, .shared-with-me-page
.icn-thumb-cut, .scheduled-shares-page
.icn-thumb-cut, .search-page
.icn-thumb-dcm, .shared-by-me-page
.icn-thumb-dcm, .shared-with-me-page
.icn-thumb-dcm, .scheduled-shares-page
.icn-thumb-dcm, .search-page
.icn-thumb-dcr, .shared-by-me-page
.icn-thumb-dcr, .shared-with-me-page
.icn-thumb-dcr, .scheduled-shares-page
.icn-thumb-dcr, .search-page
.icn-thumb-dcx, .shared-by-me-page
.icn-thumb-dcx, .shared-with-me-page
.icn-thumb-dcx, .scheduled-shares-page
.icn-thumb-dcx, .search-page
.icn-thumb-dds, .shared-by-me-page
.icn-thumb-dds, .shared-with-me-page
.icn-thumb-dds, .scheduled-shares-page
.icn-thumb-dds, .search-page
.icn-thumb-dib, .shared-by-me-page
.icn-thumb-dib, .shared-with-me-page
.icn-thumb-dib, .scheduled-shares-page
.icn-thumb-dib, .search-page
.icn-thumb-dicom, .shared-by-me-page
.icn-thumb-dicom, .shared-with-me-page
.icn-thumb-dicom, .scheduled-shares-page
.icn-thumb-dicom, .search-page
.icn-thumb-dng, .shared-by-me-page
.icn-thumb-dng, .shared-with-me-page
.icn-thumb-dng, .scheduled-shares-page
.icn-thumb-dng, .search-page
.icn-thumb-dot, .shared-by-me-page
.icn-thumb-dot, .shared-with-me-page
.icn-thumb-dot, .scheduled-shares-page
.icn-thumb-dot, .search-page
.icn-thumb-dpx, .shared-by-me-page
.icn-thumb-dpx, .shared-with-me-page
.icn-thumb-dpx, .scheduled-shares-page
.icn-thumb-dpx, .search-page
.icn-thumb-emf, .shared-by-me-page
.icn-thumb-emf, .shared-with-me-page
.icn-thumb-emf, .scheduled-shares-page
.icn-thumb-emf, .search-page
.icn-thumb-epdf, .shared-by-me-page
.icn-thumb-epdf, .shared-with-me-page
.icn-thumb-epdf, .scheduled-shares-page
.icn-thumb-epdf, .search-page
.icn-thumb-epi, .shared-by-me-page
.icn-thumb-epi, .shared-with-me-page
.icn-thumb-epi, .scheduled-shares-page
.icn-thumb-epi, .search-page
.icn-thumb-eps, .shared-by-me-page
.icn-thumb-eps, .shared-with-me-page
.icn-thumb-eps, .scheduled-shares-page
.icn-thumb-eps, .search-page
.icn-thumb-eps2, .shared-by-me-page
.icn-thumb-eps2, .shared-with-me-page
.icn-thumb-eps2, .scheduled-shares-page
.icn-thumb-eps2, .search-page
.icn-thumb-eps3, .shared-by-me-page
.icn-thumb-eps3, .shared-with-me-page
.icn-thumb-eps3, .scheduled-shares-page
.icn-thumb-eps3, .search-page
.icn-thumb-epsf, .shared-by-me-page
.icn-thumb-epsf, .shared-with-me-page
.icn-thumb-epsf, .scheduled-shares-page
.icn-thumb-epsf, .search-page
.icn-thumb-epsi, .shared-by-me-page
.icn-thumb-epsi, .shared-with-me-page
.icn-thumb-epsi, .scheduled-shares-page
.icn-thumb-epsi, .search-page
.icn-thumb-ept, .shared-by-me-page
.icn-thumb-ept, .shared-with-me-page
.icn-thumb-ept, .scheduled-shares-page
.icn-thumb-ept, .search-page
.icn-thumb-erf, .shared-by-me-page
.icn-thumb-erf, .shared-with-me-page
.icn-thumb-erf, .scheduled-shares-page
.icn-thumb-erf, .search-page
.icn-thumb-exr, .shared-by-me-page
.icn-thumb-exr, .shared-with-me-page
.icn-thumb-exr, .scheduled-shares-page
.icn-thumb-exr, .search-page
.icn-thumb-fax, .shared-by-me-page
.icn-thumb-fax, .shared-with-me-page
.icn-thumb-fax, .scheduled-shares-page
.icn-thumb-fax, .search-page
.icn-thumb-fig, .shared-by-me-page
.icn-thumb-fig, .shared-with-me-page
.icn-thumb-fig, .scheduled-shares-page
.icn-thumb-fig, .search-page
.icn-thumb-fit, .shared-by-me-page
.icn-thumb-fit, .shared-with-me-page
.icn-thumb-fit, .scheduled-shares-page
.icn-thumb-fit, .search-page
.icn-thumb-fits, .shared-by-me-page
.icn-thumb-fits, .shared-with-me-page
.icn-thumb-fits, .scheduled-shares-page
.icn-thumb-fits, .search-page
.icn-thumb-fpx, .shared-by-me-page
.icn-thumb-fpx, .shared-with-me-page
.icn-thumb-fpx, .scheduled-shares-page
.icn-thumb-fpx, .search-page
.icn-thumb-fts, .shared-by-me-page
.icn-thumb-fts, .shared-with-me-page
.icn-thumb-fts, .scheduled-shares-page
.icn-thumb-fts, .search-page
.icn-thumb-gif, .shared-by-me-page
.icn-thumb-gif, .shared-with-me-page
.icn-thumb-gif, .scheduled-shares-page
.icn-thumb-gif, .search-page
.icn-thumb-gplt, .shared-by-me-page
.icn-thumb-gplt, .shared-with-me-page
.icn-thumb-gplt, .scheduled-shares-page
.icn-thumb-gplt, .search-page
.icn-thumb-gray, .shared-by-me-page
.icn-thumb-gray, .shared-with-me-page
.icn-thumb-gray, .scheduled-shares-page
.icn-thumb-gray, .search-page
.icn-thumb-hdr, .shared-by-me-page
.icn-thumb-hdr, .shared-with-me-page
.icn-thumb-hdr, .scheduled-shares-page
.icn-thumb-hdr, .search-page
.icn-thumb-hpgl, .shared-by-me-page
.icn-thumb-hpgl, .shared-with-me-page
.icn-thumb-hpgl, .scheduled-shares-page
.icn-thumb-hpgl, .search-page
.icn-thumb-hrz, .shared-by-me-page
.icn-thumb-hrz, .shared-with-me-page
.icn-thumb-hrz, .scheduled-shares-page
.icn-thumb-hrz, .search-page
.icn-thumb-ico, .shared-by-me-page
.icn-thumb-ico, .shared-with-me-page
.icn-thumb-ico, .scheduled-shares-page
.icn-thumb-ico, .search-page
.icn-thumb-icon, .shared-by-me-page
.icn-thumb-icon, .shared-with-me-page
.icn-thumb-icon, .scheduled-shares-page
.icn-thumb-icon, .search-page
.icn-thumb-iff, .shared-by-me-page
.icn-thumb-iff, .shared-with-me-page
.icn-thumb-iff, .scheduled-shares-page
.icn-thumb-iff, .search-page
.icn-thumb-info, .shared-by-me-page
.icn-thumb-info, .shared-with-me-page
.icn-thumb-info, .scheduled-shares-page
.icn-thumb-info, .search-page
.icn-thumb-inli, .shared-by-me-page
.icn-thumb-inli, .shared-with-me-page
.icn-thumb-inli, .scheduled-shares-page
.icn-thumb-inli, .search-page
.icn-thumb-jbig, .shared-by-me-page
.icn-thumb-jbig, .shared-with-me-page
.icn-thumb-jbig, .scheduled-shares-page
.icn-thumb-jbig, .search-page
.icn-thumb-jng, .shared-by-me-page
.icn-thumb-jng, .shared-with-me-page
.icn-thumb-jng, .scheduled-shares-page
.icn-thumb-jng, .search-page
.icn-thumb-jp2, .shared-by-me-page
.icn-thumb-jp2, .shared-with-me-page
.icn-thumb-jp2, .scheduled-shares-page
.icn-thumb-jp2, .search-page
.icn-thumb-jpe, .shared-by-me-page
.icn-thumb-jpe, .shared-with-me-page
.icn-thumb-jpe, .scheduled-shares-page
.icn-thumb-jpe, .search-page
.icn-thumb-jpf, .shared-by-me-page
.icn-thumb-jpf, .shared-with-me-page
.icn-thumb-jpf, .scheduled-shares-page
.icn-thumb-jpf, .search-page
.icn-thumb-jpc, .shared-by-me-page
.icn-thumb-jpc, .shared-with-me-page
.icn-thumb-jpc, .scheduled-shares-page
.icn-thumb-jpc, .search-page
.icn-thumb-jpg, .shared-by-me-page
.icn-thumb-jpg, .shared-with-me-page
.icn-thumb-jpg, .scheduled-shares-page
.icn-thumb-jpg, .search-page
.icn-thumb-jpeg, .shared-by-me-page
.icn-thumb-jpeg, .shared-with-me-page
.icn-thumb-jpeg, .scheduled-shares-page
.icn-thumb-jpeg, .search-page
.icn-thumb-kdc, .shared-by-me-page
.icn-thumb-kdc, .shared-with-me-page
.icn-thumb-kdc, .scheduled-shares-page
.icn-thumb-kdc, .search-page
.icn-thumb-k25, .shared-by-me-page
.icn-thumb-k25, .shared-with-me-page
.icn-thumb-k25, .scheduled-shares-page
.icn-thumb-k25, .search-page
.icn-thumb-man, .shared-by-me-page
.icn-thumb-man, .shared-with-me-page
.icn-thumb-man, .scheduled-shares-page
.icn-thumb-man, .search-page
.icn-thumb-mat, .shared-by-me-page
.icn-thumb-mat, .shared-with-me-page
.icn-thumb-mat, .scheduled-shares-page
.icn-thumb-mat, .search-page
.icn-thumb-miff, .shared-by-me-page
.icn-thumb-miff, .shared-with-me-page
.icn-thumb-miff, .scheduled-shares-page
.icn-thumb-miff, .search-page
.icn-thumb-mono, .shared-by-me-page
.icn-thumb-mono, .shared-with-me-page
.icn-thumb-mono, .scheduled-shares-page
.icn-thumb-mono, .search-page
.icn-thumb-mng, .shared-by-me-page
.icn-thumb-mng, .shared-with-me-page
.icn-thumb-mng, .scheduled-shares-page
.icn-thumb-mng, .search-page
.icn-thumb-mpc, .shared-by-me-page
.icn-thumb-mpc, .shared-with-me-page
.icn-thumb-mpc, .scheduled-shares-page
.icn-thumb-mpc, .search-page
.icn-thumb-mpr, .shared-by-me-page
.icn-thumb-mpr, .shared-with-me-page
.icn-thumb-mpr, .scheduled-shares-page
.icn-thumb-mpr, .search-page
.icn-thumb-mrsid, .shared-by-me-page
.icn-thumb-mrsid, .shared-with-me-page
.icn-thumb-mrsid, .scheduled-shares-page
.icn-thumb-mrsid, .search-page
.icn-thumb-mrw, .shared-by-me-page
.icn-thumb-mrw, .shared-with-me-page
.icn-thumb-mrw, .scheduled-shares-page
.icn-thumb-mrw, .search-page
.icn-thumb-msl, .shared-by-me-page
.icn-thumb-msl, .shared-with-me-page
.icn-thumb-msl, .scheduled-shares-page
.icn-thumb-msl, .search-page
.icn-thumb-msvg, .shared-by-me-page
.icn-thumb-msvg, .shared-with-me-page
.icn-thumb-msvg, .scheduled-shares-page
.icn-thumb-msvg, .search-page
.icn-thumb-mtv, .shared-by-me-page
.icn-thumb-mtv, .shared-with-me-page
.icn-thumb-mtv, .scheduled-shares-page
.icn-thumb-mtv, .search-page
.icn-thumb-mvg, .shared-by-me-page
.icn-thumb-mvg, .shared-with-me-page
.icn-thumb-mvg, .scheduled-shares-page
.icn-thumb-mvg, .search-page
.icn-thumb-nef, .shared-by-me-page
.icn-thumb-nef, .shared-with-me-page
.icn-thumb-nef, .scheduled-shares-page
.icn-thumb-nef, .search-page
.icn-thumb-orf, .shared-by-me-page
.icn-thumb-orf, .shared-with-me-page
.icn-thumb-orf, .scheduled-shares-page
.icn-thumb-orf, .search-page
.icn-thumb-otb, .shared-by-me-page
.icn-thumb-otb, .shared-with-me-page
.icn-thumb-otb, .scheduled-shares-page
.icn-thumb-otb, .search-page
.icn-thumb-p7, .shared-by-me-page
.icn-thumb-p7, .shared-with-me-page
.icn-thumb-p7, .scheduled-shares-page
.icn-thumb-p7, .search-page
.icn-thumb-palm, .shared-by-me-page
.icn-thumb-palm, .shared-with-me-page
.icn-thumb-palm, .scheduled-shares-page
.icn-thumb-palm, .search-page
.icn-thumb-pam, .shared-by-me-page
.icn-thumb-pam, .shared-with-me-page
.icn-thumb-pam, .scheduled-shares-page
.icn-thumb-pam, .search-page
.icn-thumb-pbm, .shared-by-me-page
.icn-thumb-pbm, .shared-with-me-page
.icn-thumb-pbm, .scheduled-shares-page
.icn-thumb-pbm, .search-page
.icn-thumb-pcd, .shared-by-me-page
.icn-thumb-pcd, .shared-with-me-page
.icn-thumb-pcd, .scheduled-shares-page
.icn-thumb-pcd, .search-page
.icn-thumb-pcds, .shared-by-me-page
.icn-thumb-pcds, .shared-with-me-page
.icn-thumb-pcds, .scheduled-shares-page
.icn-thumb-pcds, .search-page
.icn-thumb-pcc, .shared-by-me-page
.icn-thumb-pcc, .shared-with-me-page
.icn-thumb-pcc, .scheduled-shares-page
.icn-thumb-pcc, .search-page
.icn-thumb-pcl, .shared-by-me-page
.icn-thumb-pcl, .shared-with-me-page
.icn-thumb-pcl, .scheduled-shares-page
.icn-thumb-pcl, .search-page
.icn-thumb-pct, .shared-by-me-page
.icn-thumb-pct, .shared-with-me-page
.icn-thumb-pct, .scheduled-shares-page
.icn-thumb-pct, .search-page
.icn-thumb-pcx, .shared-by-me-page
.icn-thumb-pcx, .shared-with-me-page
.icn-thumb-pcx, .scheduled-shares-page
.icn-thumb-pcx, .search-page
.icn-thumb-pdb, .shared-by-me-page
.icn-thumb-pdb, .shared-with-me-page
.icn-thumb-pdb, .scheduled-shares-page
.icn-thumb-pdb, .search-page
.icn-thumb-pef, .shared-by-me-page
.icn-thumb-pef, .shared-with-me-page
.icn-thumb-pef, .scheduled-shares-page
.icn-thumb-pef, .search-page
.icn-thumb-pex, .shared-by-me-page
.icn-thumb-pex, .shared-with-me-page
.icn-thumb-pex, .scheduled-shares-page
.icn-thumb-pex, .search-page
.icn-thumb-pfa, .shared-by-me-page
.icn-thumb-pfa, .shared-with-me-page
.icn-thumb-pfa, .scheduled-shares-page
.icn-thumb-pfa, .search-page
.icn-thumb-pfb, .shared-by-me-page
.icn-thumb-pfb, .shared-with-me-page
.icn-thumb-pfb, .scheduled-shares-page
.icn-thumb-pfb, .search-page
.icn-thumb-pfm, .shared-by-me-page
.icn-thumb-pfm, .shared-with-me-page
.icn-thumb-pfm, .scheduled-shares-page
.icn-thumb-pfm, .search-page
.icn-thumb-pgm, .shared-by-me-page
.icn-thumb-pgm, .shared-with-me-page
.icn-thumb-pgm, .scheduled-shares-page
.icn-thumb-pgm, .search-page
.icn-thumb-picon, .shared-by-me-page
.icn-thumb-picon, .shared-with-me-page
.icn-thumb-picon, .scheduled-shares-page
.icn-thumb-picon, .search-page
.icn-thumb-pict, .shared-by-me-page
.icn-thumb-pict, .shared-with-me-page
.icn-thumb-pict, .scheduled-shares-page
.icn-thumb-pict, .search-page
.icn-thumb-pix, .shared-by-me-page
.icn-thumb-pix, .shared-with-me-page
.icn-thumb-pix, .scheduled-shares-page
.icn-thumb-pix, .search-page
.icn-thumb-png, .shared-by-me-page
.icn-thumb-png, .shared-with-me-page
.icn-thumb-png, .scheduled-shares-page
.icn-thumb-png, .search-page
.icn-thumb-png8, .shared-by-me-page
.icn-thumb-png8, .shared-with-me-page
.icn-thumb-png8, .scheduled-shares-page
.icn-thumb-png8, .search-page
.icn-thumb-png24, .shared-by-me-page
.icn-thumb-png24, .shared-with-me-page
.icn-thumb-png24, .scheduled-shares-page
.icn-thumb-png24, .search-page
.icn-thumb-png32, .shared-by-me-page
.icn-thumb-png32, .shared-with-me-page
.icn-thumb-png32, .scheduled-shares-page
.icn-thumb-png32, .search-page
.icn-thumb-pnm, .shared-by-me-page
.icn-thumb-pnm, .shared-with-me-page
.icn-thumb-pnm, .scheduled-shares-page
.icn-thumb-pnm, .search-page
.icn-thumb-ppm, .shared-by-me-page
.icn-thumb-ppm, .shared-with-me-page
.icn-thumb-ppm, .scheduled-shares-page
.icn-thumb-ppm, .search-page
.icn-thumb-psb, .shared-by-me-page
.icn-thumb-psb, .shared-with-me-page
.icn-thumb-psb, .scheduled-shares-page
.icn-thumb-psb, .search-page
.icn-thumb-psd, .shared-by-me-page
.icn-thumb-psd, .shared-with-me-page
.icn-thumb-psd, .scheduled-shares-page
.icn-thumb-psd, .search-page
.icn-thumb-ptif, .shared-by-me-page
.icn-thumb-ptif, .shared-with-me-page
.icn-thumb-ptif, .scheduled-shares-page
.icn-thumb-ptif, .search-page
.icn-thumb-pwp, .shared-by-me-page
.icn-thumb-pwp, .shared-with-me-page
.icn-thumb-pwp, .scheduled-shares-page
.icn-thumb-pwp, .search-page
.icn-thumb-rad, .shared-by-me-page
.icn-thumb-rad, .shared-with-me-page
.icn-thumb-rad, .scheduled-shares-page
.icn-thumb-rad, .search-page
.icn-thumb-raf, .shared-by-me-page
.icn-thumb-raf, .shared-with-me-page
.icn-thumb-raf, .scheduled-shares-page
.icn-thumb-raf, .search-page
.icn-thumb-rgb, .shared-by-me-page
.icn-thumb-rgb, .shared-with-me-page
.icn-thumb-rgb, .scheduled-shares-page
.icn-thumb-rgb, .search-page
.icn-thumb-rgba, .shared-by-me-page
.icn-thumb-rgba, .shared-with-me-page
.icn-thumb-rgba, .scheduled-shares-page
.icn-thumb-rgba, .search-page
.icn-thumb-rla, .shared-by-me-page
.icn-thumb-rla, .shared-with-me-page
.icn-thumb-rla, .scheduled-shares-page
.icn-thumb-rla, .search-page
.icn-thumb-rle, .shared-by-me-page
.icn-thumb-rle, .shared-with-me-page
.icn-thumb-rle, .scheduled-shares-page
.icn-thumb-rle, .search-page
.icn-thumb-sct, .shared-by-me-page
.icn-thumb-sct, .shared-with-me-page
.icn-thumb-sct, .scheduled-shares-page
.icn-thumb-sct, .search-page
.icn-thumb-sfw, .shared-by-me-page
.icn-thumb-sfw, .shared-with-me-page
.icn-thumb-sfw, .scheduled-shares-page
.icn-thumb-sfw, .search-page
.icn-thumb-sgi, .shared-by-me-page
.icn-thumb-sgi, .shared-with-me-page
.icn-thumb-sgi, .scheduled-shares-page
.icn-thumb-sgi, .search-page
.icn-thumb-shtml, .shared-by-me-page
.icn-thumb-shtml, .shared-with-me-page
.icn-thumb-shtml, .scheduled-shares-page
.icn-thumb-shtml, .search-page
.icn-thumb-sid, .shared-by-me-page
.icn-thumb-sid, .shared-with-me-page
.icn-thumb-sid, .scheduled-shares-page
.icn-thumb-sid, .search-page
.icn-thumb-sr2, .shared-by-me-page
.icn-thumb-sr2, .shared-with-me-page
.icn-thumb-sr2, .scheduled-shares-page
.icn-thumb-sr2, .search-page
.icn-thumb-srf, .shared-by-me-page
.icn-thumb-srf, .shared-with-me-page
.icn-thumb-srf, .scheduled-shares-page
.icn-thumb-srf, .search-page
.icn-thumb-sun, .shared-by-me-page
.icn-thumb-sun, .shared-with-me-page
.icn-thumb-sun, .scheduled-shares-page
.icn-thumb-sun, .search-page
.icn-thumb-svg, .shared-by-me-page
.icn-thumb-svg, .shared-with-me-page
.icn-thumb-svg, .scheduled-shares-page
.icn-thumb-svg, .search-page
.icn-thumb-svgz, .shared-by-me-page
.icn-thumb-svgz, .shared-with-me-page
.icn-thumb-svgz, .scheduled-shares-page
.icn-thumb-svgz, .search-page
.icn-thumb-tga, .shared-by-me-page
.icn-thumb-tga, .shared-with-me-page
.icn-thumb-tga, .scheduled-shares-page
.icn-thumb-tga, .search-page
.icn-thumb-tif, .shared-by-me-page
.icn-thumb-tif, .shared-with-me-page
.icn-thumb-tif, .scheduled-shares-page
.icn-thumb-tif, .search-page
.icn-thumb-tiff, .shared-by-me-page
.icn-thumb-tiff, .shared-with-me-page
.icn-thumb-tiff, .scheduled-shares-page
.icn-thumb-tiff, .search-page
.icn-thumb-tiff64, .shared-by-me-page
.icn-thumb-tiff64, .shared-with-me-page
.icn-thumb-tiff64, .scheduled-shares-page
.icn-thumb-tiff64, .search-page
.icn-thumb-tim, .shared-by-me-page
.icn-thumb-tim, .shared-with-me-page
.icn-thumb-tim, .scheduled-shares-page
.icn-thumb-tim, .search-page
.icn-thumb-uil, .shared-by-me-page
.icn-thumb-uil, .shared-with-me-page
.icn-thumb-uil, .scheduled-shares-page
.icn-thumb-uil, .search-page
.icn-thumb-uyvy, .shared-by-me-page
.icn-thumb-uyvy, .shared-with-me-page
.icn-thumb-uyvy, .scheduled-shares-page
.icn-thumb-uyvy, .search-page
.icn-thumb-vicar, .shared-by-me-page
.icn-thumb-vicar, .shared-with-me-page
.icn-thumb-vicar, .scheduled-shares-page
.icn-thumb-vicar, .search-page
.icn-thumb-viff, .shared-by-me-page
.icn-thumb-viff, .shared-with-me-page
.icn-thumb-viff, .scheduled-shares-page
.icn-thumb-viff, .search-page
.icn-thumb-wbmp, .shared-by-me-page
.icn-thumb-wbmp, .shared-with-me-page
.icn-thumb-wbmp, .scheduled-shares-page
.icn-thumb-wbmp, .search-page
.icn-thumb-webp, .shared-by-me-page
.icn-thumb-webp, .shared-with-me-page
.icn-thumb-webp, .scheduled-shares-page
.icn-thumb-webp, .search-page
.icn-thumb-wmf, .shared-by-me-page
.icn-thumb-wmf, .shared-with-me-page
.icn-thumb-wmf, .scheduled-shares-page
.icn-thumb-wmf, .search-page
.icn-thumb-wpg, .shared-by-me-page
.icn-thumb-wpg, .shared-with-me-page
.icn-thumb-wpg, .scheduled-shares-page
.icn-thumb-wpg, .search-page
.icn-thumb-x, .shared-by-me-page
.icn-thumb-x, .shared-with-me-page
.icn-thumb-x, .scheduled-shares-page
.icn-thumb-x, .search-page
.icn-thumb-xbm, .shared-by-me-page
.icn-thumb-xbm, .shared-with-me-page
.icn-thumb-xbm, .scheduled-shares-page
.icn-thumb-xbm, .search-page
.icn-thumb-xcf, .shared-by-me-page
.icn-thumb-xcf, .shared-with-me-page
.icn-thumb-xcf, .scheduled-shares-page
.icn-thumb-xcf, .search-page
.icn-thumb-xpm, .shared-by-me-page
.icn-thumb-xpm, .shared-with-me-page
.icn-thumb-xpm, .scheduled-shares-page
.icn-thumb-xpm, .search-page
.icn-thumb-xwd, .shared-by-me-page
.icn-thumb-xwd, .shared-with-me-page
.icn-thumb-xwd, .scheduled-shares-page
.icn-thumb-xwd, .search-page
.icn-thumb-x3f, .shared-by-me-page
.icn-thumb-x3f, .shared-with-me-page
.icn-thumb-x3f, .scheduled-shares-page
.icn-thumb-x3f, .search-page
.icn-thumb-ycbcr, .shared-by-me-page
.icn-thumb-ycbcr, .shared-with-me-page
.icn-thumb-ycbcr, .scheduled-shares-page
.icn-thumb-ycbcr, .search-page
.icn-thumb-ycbc, .shared-by-me-page
.icn-thumb-ycbc, .shared-with-me-page
.icn-thumb-ycbc, .scheduled-shares-page
.icn-thumb-ycbc, .search-page
.icn-thumb-yuv, .shared-by-me-page
.icn-thumb-yuv, .shared-with-me-page
.icn-thumb-yuv, .scheduled-shares-page
.icn-thumb-yuv {
  background-position: -472px 0;
  height: 30px;
  width: 30px;
}
/* line 382, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-image, .download-outer >
.icn-thumb-3fr, .download-outer >
.icn-thumb-ai, .download-outer >
.icn-thumb-aai, .download-outer >
.icn-thumb-art, .download-outer >
.icn-thumb-arw, .download-outer >
.icn-thumb-avs, .download-outer >
.icn-thumb-bitmap, .download-outer >
.icn-thumb-bmp, .download-outer >
.icn-thumb-bmp2, .download-outer >
.icn-thumb-bmp3, .download-outer >
.icn-thumb-cals, .download-outer >
.icn-thumb-cgm, .download-outer >
.icn-thumb-cin, .download-outer >
.icn-thumb-cmyk, .download-outer >
.icn-thumb-cmyka, .download-outer >
.icn-thumb-cr2, .download-outer >
.icn-thumb-crw, .download-outer >
.icn-thumb-cur, .download-outer >
.icn-thumb-cut, .download-outer >
.icn-thumb-dcm, .download-outer >
.icn-thumb-dcr, .download-outer >
.icn-thumb-dcx, .download-outer >
.icn-thumb-dds, .download-outer >
.icn-thumb-dib, .download-outer >
.icn-thumb-dicom, .download-outer >
.icn-thumb-dng, .download-outer >
.icn-thumb-dot, .download-outer >
.icn-thumb-dpx, .download-outer >
.icn-thumb-emf, .download-outer >
.icn-thumb-epdf, .download-outer >
.icn-thumb-epi, .download-outer >
.icn-thumb-eps, .download-outer >
.icn-thumb-eps2, .download-outer >
.icn-thumb-eps3, .download-outer >
.icn-thumb-epsf, .download-outer >
.icn-thumb-epsi, .download-outer >
.icn-thumb-ept, .download-outer >
.icn-thumb-erf, .download-outer >
.icn-thumb-exr, .download-outer >
.icn-thumb-fax, .download-outer >
.icn-thumb-fig, .download-outer >
.icn-thumb-fit, .download-outer >
.icn-thumb-fits, .download-outer >
.icn-thumb-fpx, .download-outer >
.icn-thumb-fts, .download-outer >
.icn-thumb-gif, .download-outer >
.icn-thumb-gplt, .download-outer >
.icn-thumb-gray, .download-outer >
.icn-thumb-hdr, .download-outer >
.icn-thumb-hpgl, .download-outer >
.icn-thumb-hrz, .download-outer >
.icn-thumb-ico, .download-outer >
.icn-thumb-icon, .download-outer >
.icn-thumb-iff, .download-outer >
.icn-thumb-info, .download-outer >
.icn-thumb-inli, .download-outer >
.icn-thumb-jbig, .download-outer >
.icn-thumb-jng, .download-outer >
.icn-thumb-jp2, .download-outer >
.icn-thumb-jpe, .download-outer >
.icn-thumb-jpf, .download-outer >
.icn-thumb-jpc, .download-outer >
.icn-thumb-jpg, .download-outer >
.icn-thumb-jpeg, .download-outer >
.icn-thumb-kdc, .download-outer >
.icn-thumb-k25, .download-outer >
.icn-thumb-man, .download-outer >
.icn-thumb-mat, .download-outer >
.icn-thumb-miff, .download-outer >
.icn-thumb-mono, .download-outer >
.icn-thumb-mng, .download-outer >
.icn-thumb-mpc, .download-outer >
.icn-thumb-mpr, .download-outer >
.icn-thumb-mrsid, .download-outer >
.icn-thumb-mrw, .download-outer >
.icn-thumb-msl, .download-outer >
.icn-thumb-msvg, .download-outer >
.icn-thumb-mtv, .download-outer >
.icn-thumb-mvg, .download-outer >
.icn-thumb-nef, .download-outer >
.icn-thumb-orf, .download-outer >
.icn-thumb-otb, .download-outer >
.icn-thumb-p7, .download-outer >
.icn-thumb-palm, .download-outer >
.icn-thumb-pam, .download-outer >
.icn-thumb-pbm, .download-outer >
.icn-thumb-pcd, .download-outer >
.icn-thumb-pcds, .download-outer >
.icn-thumb-pcc, .download-outer >
.icn-thumb-pcl, .download-outer >
.icn-thumb-pct, .download-outer >
.icn-thumb-pcx, .download-outer >
.icn-thumb-pdb, .download-outer >
.icn-thumb-pef, .download-outer >
.icn-thumb-pex, .download-outer >
.icn-thumb-pfa, .download-outer >
.icn-thumb-pfb, .download-outer >
.icn-thumb-pfm, .download-outer >
.icn-thumb-pgm, .download-outer >
.icn-thumb-picon, .download-outer >
.icn-thumb-pict, .download-outer >
.icn-thumb-pix, .download-outer >
.icn-thumb-png, .download-outer >
.icn-thumb-png8, .download-outer >
.icn-thumb-png24, .download-outer >
.icn-thumb-png32, .download-outer >
.icn-thumb-pnm, .download-outer >
.icn-thumb-ppm, .download-outer >
.icn-thumb-psb, .download-outer >
.icn-thumb-psd, .download-outer >
.icn-thumb-ptif, .download-outer >
.icn-thumb-pwp, .download-outer >
.icn-thumb-rad, .download-outer >
.icn-thumb-raf, .download-outer >
.icn-thumb-rgb, .download-outer >
.icn-thumb-rgba, .download-outer >
.icn-thumb-rla, .download-outer >
.icn-thumb-rle, .download-outer >
.icn-thumb-sct, .download-outer >
.icn-thumb-sfw, .download-outer >
.icn-thumb-sgi, .download-outer >
.icn-thumb-shtml, .download-outer >
.icn-thumb-sid, .download-outer >
.icn-thumb-sr2, .download-outer >
.icn-thumb-srf, .download-outer >
.icn-thumb-sun, .download-outer >
.icn-thumb-svg, .download-outer >
.icn-thumb-svgz, .download-outer >
.icn-thumb-tga, .download-outer >
.icn-thumb-tif, .download-outer >
.icn-thumb-tiff, .download-outer >
.icn-thumb-tiff64, .download-outer >
.icn-thumb-tim, .download-outer >
.icn-thumb-uil, .download-outer >
.icn-thumb-uyvy, .download-outer >
.icn-thumb-vicar, .download-outer >
.icn-thumb-viff, .download-outer >
.icn-thumb-wbmp, .download-outer >
.icn-thumb-webp, .download-outer >
.icn-thumb-wmf, .download-outer >
.icn-thumb-wpg, .download-outer >
.icn-thumb-x, .download-outer >
.icn-thumb-xbm, .download-outer >
.icn-thumb-xcf, .download-outer >
.icn-thumb-xpm, .download-outer >
.icn-thumb-xwd, .download-outer >
.icn-thumb-x3f, .download-outer >
.icn-thumb-ycbcr, .download-outer >
.icn-thumb-ycbc, .download-outer >
.icn-thumb-yuv {
  background: url('../images/file-icons/thumb/image.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 382, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-image, .download-outer >
  .icn-thumb-3fr, .download-outer >
  .icn-thumb-ai, .download-outer >
  .icn-thumb-aai, .download-outer >
  .icn-thumb-art, .download-outer >
  .icn-thumb-arw, .download-outer >
  .icn-thumb-avs, .download-outer >
  .icn-thumb-bitmap, .download-outer >
  .icn-thumb-bmp, .download-outer >
  .icn-thumb-bmp2, .download-outer >
  .icn-thumb-bmp3, .download-outer >
  .icn-thumb-cals, .download-outer >
  .icn-thumb-cgm, .download-outer >
  .icn-thumb-cin, .download-outer >
  .icn-thumb-cmyk, .download-outer >
  .icn-thumb-cmyka, .download-outer >
  .icn-thumb-cr2, .download-outer >
  .icn-thumb-crw, .download-outer >
  .icn-thumb-cur, .download-outer >
  .icn-thumb-cut, .download-outer >
  .icn-thumb-dcm, .download-outer >
  .icn-thumb-dcr, .download-outer >
  .icn-thumb-dcx, .download-outer >
  .icn-thumb-dds, .download-outer >
  .icn-thumb-dib, .download-outer >
  .icn-thumb-dicom, .download-outer >
  .icn-thumb-dng, .download-outer >
  .icn-thumb-dot, .download-outer >
  .icn-thumb-dpx, .download-outer >
  .icn-thumb-emf, .download-outer >
  .icn-thumb-epdf, .download-outer >
  .icn-thumb-epi, .download-outer >
  .icn-thumb-eps, .download-outer >
  .icn-thumb-eps2, .download-outer >
  .icn-thumb-eps3, .download-outer >
  .icn-thumb-epsf, .download-outer >
  .icn-thumb-epsi, .download-outer >
  .icn-thumb-ept, .download-outer >
  .icn-thumb-erf, .download-outer >
  .icn-thumb-exr, .download-outer >
  .icn-thumb-fax, .download-outer >
  .icn-thumb-fig, .download-outer >
  .icn-thumb-fit, .download-outer >
  .icn-thumb-fits, .download-outer >
  .icn-thumb-fpx, .download-outer >
  .icn-thumb-fts, .download-outer >
  .icn-thumb-gif, .download-outer >
  .icn-thumb-gplt, .download-outer >
  .icn-thumb-gray, .download-outer >
  .icn-thumb-hdr, .download-outer >
  .icn-thumb-hpgl, .download-outer >
  .icn-thumb-hrz, .download-outer >
  .icn-thumb-ico, .download-outer >
  .icn-thumb-icon, .download-outer >
  .icn-thumb-iff, .download-outer >
  .icn-thumb-info, .download-outer >
  .icn-thumb-inli, .download-outer >
  .icn-thumb-jbig, .download-outer >
  .icn-thumb-jng, .download-outer >
  .icn-thumb-jp2, .download-outer >
  .icn-thumb-jpe, .download-outer >
  .icn-thumb-jpf, .download-outer >
  .icn-thumb-jpc, .download-outer >
  .icn-thumb-jpg, .download-outer >
  .icn-thumb-jpeg, .download-outer >
  .icn-thumb-kdc, .download-outer >
  .icn-thumb-k25, .download-outer >
  .icn-thumb-man, .download-outer >
  .icn-thumb-mat, .download-outer >
  .icn-thumb-miff, .download-outer >
  .icn-thumb-mono, .download-outer >
  .icn-thumb-mng, .download-outer >
  .icn-thumb-mpc, .download-outer >
  .icn-thumb-mpr, .download-outer >
  .icn-thumb-mrsid, .download-outer >
  .icn-thumb-mrw, .download-outer >
  .icn-thumb-msl, .download-outer >
  .icn-thumb-msvg, .download-outer >
  .icn-thumb-mtv, .download-outer >
  .icn-thumb-mvg, .download-outer >
  .icn-thumb-nef, .download-outer >
  .icn-thumb-orf, .download-outer >
  .icn-thumb-otb, .download-outer >
  .icn-thumb-p7, .download-outer >
  .icn-thumb-palm, .download-outer >
  .icn-thumb-pam, .download-outer >
  .icn-thumb-pbm, .download-outer >
  .icn-thumb-pcd, .download-outer >
  .icn-thumb-pcds, .download-outer >
  .icn-thumb-pcc, .download-outer >
  .icn-thumb-pcl, .download-outer >
  .icn-thumb-pct, .download-outer >
  .icn-thumb-pcx, .download-outer >
  .icn-thumb-pdb, .download-outer >
  .icn-thumb-pef, .download-outer >
  .icn-thumb-pex, .download-outer >
  .icn-thumb-pfa, .download-outer >
  .icn-thumb-pfb, .download-outer >
  .icn-thumb-pfm, .download-outer >
  .icn-thumb-pgm, .download-outer >
  .icn-thumb-picon, .download-outer >
  .icn-thumb-pict, .download-outer >
  .icn-thumb-pix, .download-outer >
  .icn-thumb-png, .download-outer >
  .icn-thumb-png8, .download-outer >
  .icn-thumb-png24, .download-outer >
  .icn-thumb-png32, .download-outer >
  .icn-thumb-pnm, .download-outer >
  .icn-thumb-ppm, .download-outer >
  .icn-thumb-psb, .download-outer >
  .icn-thumb-psd, .download-outer >
  .icn-thumb-ptif, .download-outer >
  .icn-thumb-pwp, .download-outer >
  .icn-thumb-rad, .download-outer >
  .icn-thumb-raf, .download-outer >
  .icn-thumb-rgb, .download-outer >
  .icn-thumb-rgba, .download-outer >
  .icn-thumb-rla, .download-outer >
  .icn-thumb-rle, .download-outer >
  .icn-thumb-sct, .download-outer >
  .icn-thumb-sfw, .download-outer >
  .icn-thumb-sgi, .download-outer >
  .icn-thumb-shtml, .download-outer >
  .icn-thumb-sid, .download-outer >
  .icn-thumb-sr2, .download-outer >
  .icn-thumb-srf, .download-outer >
  .icn-thumb-sun, .download-outer >
  .icn-thumb-svg, .download-outer >
  .icn-thumb-svgz, .download-outer >
  .icn-thumb-tga, .download-outer >
  .icn-thumb-tif, .download-outer >
  .icn-thumb-tiff, .download-outer >
  .icn-thumb-tiff64, .download-outer >
  .icn-thumb-tim, .download-outer >
  .icn-thumb-uil, .download-outer >
  .icn-thumb-uyvy, .download-outer >
  .icn-thumb-vicar, .download-outer >
  .icn-thumb-viff, .download-outer >
  .icn-thumb-wbmp, .download-outer >
  .icn-thumb-webp, .download-outer >
  .icn-thumb-wmf, .download-outer >
  .icn-thumb-wpg, .download-outer >
  .icn-thumb-x, .download-outer >
  .icn-thumb-xbm, .download-outer >
  .icn-thumb-xcf, .download-outer >
  .icn-thumb-xpm, .download-outer >
  .icn-thumb-xwd, .download-outer >
  .icn-thumb-x3f, .download-outer >
  .icn-thumb-ycbcr, .download-outer >
  .icn-thumb-ycbc, .download-outer >
  .icn-thumb-yuv {
    background: url('../images/file-icons-retina/thumb/image@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 383, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-image.sicn, .thumbnail .icn-thumb-image.licn, .thumbnail >
.icn-thumb-3fr.sicn, .thumbnail
.icn-thumb-3fr.licn, .thumbnail >
.icn-thumb-ai.sicn, .thumbnail
.icn-thumb-ai.licn, .thumbnail >
.icn-thumb-aai.sicn, .thumbnail
.icn-thumb-aai.licn, .thumbnail >
.icn-thumb-art.sicn, .thumbnail
.icn-thumb-art.licn, .thumbnail >
.icn-thumb-arw.sicn, .thumbnail
.icn-thumb-arw.licn, .thumbnail >
.icn-thumb-avs.sicn, .thumbnail
.icn-thumb-avs.licn, .thumbnail >
.icn-thumb-bitmap.sicn, .thumbnail
.icn-thumb-bitmap.licn, .thumbnail >
.icn-thumb-bmp.sicn, .thumbnail
.icn-thumb-bmp.licn, .thumbnail >
.icn-thumb-bmp2.sicn, .thumbnail
.icn-thumb-bmp2.licn, .thumbnail >
.icn-thumb-bmp3.sicn, .thumbnail
.icn-thumb-bmp3.licn, .thumbnail >
.icn-thumb-cals.sicn, .thumbnail
.icn-thumb-cals.licn, .thumbnail >
.icn-thumb-cgm.sicn, .thumbnail
.icn-thumb-cgm.licn, .thumbnail >
.icn-thumb-cin.sicn, .thumbnail
.icn-thumb-cin.licn, .thumbnail >
.icn-thumb-cmyk.sicn, .thumbnail
.icn-thumb-cmyk.licn, .thumbnail >
.icn-thumb-cmyka.sicn, .thumbnail
.icn-thumb-cmyka.licn, .thumbnail >
.icn-thumb-cr2.sicn, .thumbnail
.icn-thumb-cr2.licn, .thumbnail >
.icn-thumb-crw.sicn, .thumbnail
.icn-thumb-crw.licn, .thumbnail >
.icn-thumb-cur.sicn, .thumbnail
.icn-thumb-cur.licn, .thumbnail >
.icn-thumb-cut.sicn, .thumbnail
.icn-thumb-cut.licn, .thumbnail >
.icn-thumb-dcm.sicn, .thumbnail
.icn-thumb-dcm.licn, .thumbnail >
.icn-thumb-dcr.sicn, .thumbnail
.icn-thumb-dcr.licn, .thumbnail >
.icn-thumb-dcx.sicn, .thumbnail
.icn-thumb-dcx.licn, .thumbnail >
.icn-thumb-dds.sicn, .thumbnail
.icn-thumb-dds.licn, .thumbnail >
.icn-thumb-dib.sicn, .thumbnail
.icn-thumb-dib.licn, .thumbnail >
.icn-thumb-dicom.sicn, .thumbnail
.icn-thumb-dicom.licn, .thumbnail >
.icn-thumb-dng.sicn, .thumbnail
.icn-thumb-dng.licn, .thumbnail >
.icn-thumb-dot.sicn, .thumbnail
.icn-thumb-dot.licn, .thumbnail >
.icn-thumb-dpx.sicn, .thumbnail
.icn-thumb-dpx.licn, .thumbnail >
.icn-thumb-emf.sicn, .thumbnail
.icn-thumb-emf.licn, .thumbnail >
.icn-thumb-epdf.sicn, .thumbnail
.icn-thumb-epdf.licn, .thumbnail >
.icn-thumb-epi.sicn, .thumbnail
.icn-thumb-epi.licn, .thumbnail >
.icn-thumb-eps.sicn, .thumbnail
.icn-thumb-eps.licn, .thumbnail >
.icn-thumb-eps2.sicn, .thumbnail
.icn-thumb-eps2.licn, .thumbnail >
.icn-thumb-eps3.sicn, .thumbnail
.icn-thumb-eps3.licn, .thumbnail >
.icn-thumb-epsf.sicn, .thumbnail
.icn-thumb-epsf.licn, .thumbnail >
.icn-thumb-epsi.sicn, .thumbnail
.icn-thumb-epsi.licn, .thumbnail >
.icn-thumb-ept.sicn, .thumbnail
.icn-thumb-ept.licn, .thumbnail >
.icn-thumb-erf.sicn, .thumbnail
.icn-thumb-erf.licn, .thumbnail >
.icn-thumb-exr.sicn, .thumbnail
.icn-thumb-exr.licn, .thumbnail >
.icn-thumb-fax.sicn, .thumbnail
.icn-thumb-fax.licn, .thumbnail >
.icn-thumb-fig.sicn, .thumbnail
.icn-thumb-fig.licn, .thumbnail >
.icn-thumb-fit.sicn, .thumbnail
.icn-thumb-fit.licn, .thumbnail >
.icn-thumb-fits.sicn, .thumbnail
.icn-thumb-fits.licn, .thumbnail >
.icn-thumb-fpx.sicn, .thumbnail
.icn-thumb-fpx.licn, .thumbnail >
.icn-thumb-fts.sicn, .thumbnail
.icn-thumb-fts.licn, .thumbnail >
.icn-thumb-gif.sicn, .thumbnail
.icn-thumb-gif.licn, .thumbnail >
.icn-thumb-gplt.sicn, .thumbnail
.icn-thumb-gplt.licn, .thumbnail >
.icn-thumb-gray.sicn, .thumbnail
.icn-thumb-gray.licn, .thumbnail >
.icn-thumb-hdr.sicn, .thumbnail
.icn-thumb-hdr.licn, .thumbnail >
.icn-thumb-hpgl.sicn, .thumbnail
.icn-thumb-hpgl.licn, .thumbnail >
.icn-thumb-hrz.sicn, .thumbnail
.icn-thumb-hrz.licn, .thumbnail >
.icn-thumb-ico.sicn, .thumbnail
.icn-thumb-ico.licn, .thumbnail >
.icn-thumb-icon.sicn, .thumbnail
.icn-thumb-icon.licn, .thumbnail >
.icn-thumb-iff.sicn, .thumbnail
.icn-thumb-iff.licn, .thumbnail >
.icn-thumb-info.sicn, .thumbnail
.icn-thumb-info.licn, .thumbnail >
.icn-thumb-inli.sicn, .thumbnail
.icn-thumb-inli.licn, .thumbnail >
.icn-thumb-jbig.sicn, .thumbnail
.icn-thumb-jbig.licn, .thumbnail >
.icn-thumb-jng.sicn, .thumbnail
.icn-thumb-jng.licn, .thumbnail >
.icn-thumb-jp2.sicn, .thumbnail
.icn-thumb-jp2.licn, .thumbnail >
.icn-thumb-jpe.sicn, .thumbnail
.icn-thumb-jpe.licn, .thumbnail >
.icn-thumb-jpf.sicn, .thumbnail
.icn-thumb-jpf.licn, .thumbnail >
.icn-thumb-jpc.sicn, .thumbnail
.icn-thumb-jpc.licn, .thumbnail >
.icn-thumb-jpg.sicn, .thumbnail
.icn-thumb-jpg.licn, .thumbnail >
.icn-thumb-jpeg.sicn, .thumbnail
.icn-thumb-jpeg.licn, .thumbnail >
.icn-thumb-kdc.sicn, .thumbnail
.icn-thumb-kdc.licn, .thumbnail >
.icn-thumb-k25.sicn, .thumbnail
.icn-thumb-k25.licn, .thumbnail >
.icn-thumb-man.sicn, .thumbnail
.icn-thumb-man.licn, .thumbnail >
.icn-thumb-mat.sicn, .thumbnail
.icn-thumb-mat.licn, .thumbnail >
.icn-thumb-miff.sicn, .thumbnail
.icn-thumb-miff.licn, .thumbnail >
.icn-thumb-mono.sicn, .thumbnail
.icn-thumb-mono.licn, .thumbnail >
.icn-thumb-mng.sicn, .thumbnail
.icn-thumb-mng.licn, .thumbnail >
.icn-thumb-mpc.sicn, .thumbnail
.icn-thumb-mpc.licn, .thumbnail >
.icn-thumb-mpr.sicn, .thumbnail
.icn-thumb-mpr.licn, .thumbnail >
.icn-thumb-mrsid.sicn, .thumbnail
.icn-thumb-mrsid.licn, .thumbnail >
.icn-thumb-mrw.sicn, .thumbnail
.icn-thumb-mrw.licn, .thumbnail >
.icn-thumb-msl.sicn, .thumbnail
.icn-thumb-msl.licn, .thumbnail >
.icn-thumb-msvg.sicn, .thumbnail
.icn-thumb-msvg.licn, .thumbnail >
.icn-thumb-mtv.sicn, .thumbnail
.icn-thumb-mtv.licn, .thumbnail >
.icn-thumb-mvg.sicn, .thumbnail
.icn-thumb-mvg.licn, .thumbnail >
.icn-thumb-nef.sicn, .thumbnail
.icn-thumb-nef.licn, .thumbnail >
.icn-thumb-orf.sicn, .thumbnail
.icn-thumb-orf.licn, .thumbnail >
.icn-thumb-otb.sicn, .thumbnail
.icn-thumb-otb.licn, .thumbnail >
.icn-thumb-p7.sicn, .thumbnail
.icn-thumb-p7.licn, .thumbnail >
.icn-thumb-palm.sicn, .thumbnail
.icn-thumb-palm.licn, .thumbnail >
.icn-thumb-pam.sicn, .thumbnail
.icn-thumb-pam.licn, .thumbnail >
.icn-thumb-pbm.sicn, .thumbnail
.icn-thumb-pbm.licn, .thumbnail >
.icn-thumb-pcd.sicn, .thumbnail
.icn-thumb-pcd.licn, .thumbnail >
.icn-thumb-pcds.sicn, .thumbnail
.icn-thumb-pcds.licn, .thumbnail >
.icn-thumb-pcc.sicn, .thumbnail
.icn-thumb-pcc.licn, .thumbnail >
.icn-thumb-pcl.sicn, .thumbnail
.icn-thumb-pcl.licn, .thumbnail >
.icn-thumb-pct.sicn, .thumbnail
.icn-thumb-pct.licn, .thumbnail >
.icn-thumb-pcx.sicn, .thumbnail
.icn-thumb-pcx.licn, .thumbnail >
.icn-thumb-pdb.sicn, .thumbnail
.icn-thumb-pdb.licn, .thumbnail >
.icn-thumb-pef.sicn, .thumbnail
.icn-thumb-pef.licn, .thumbnail >
.icn-thumb-pex.sicn, .thumbnail
.icn-thumb-pex.licn, .thumbnail >
.icn-thumb-pfa.sicn, .thumbnail
.icn-thumb-pfa.licn, .thumbnail >
.icn-thumb-pfb.sicn, .thumbnail
.icn-thumb-pfb.licn, .thumbnail >
.icn-thumb-pfm.sicn, .thumbnail
.icn-thumb-pfm.licn, .thumbnail >
.icn-thumb-pgm.sicn, .thumbnail
.icn-thumb-pgm.licn, .thumbnail >
.icn-thumb-picon.sicn, .thumbnail
.icn-thumb-picon.licn, .thumbnail >
.icn-thumb-pict.sicn, .thumbnail
.icn-thumb-pict.licn, .thumbnail >
.icn-thumb-pix.sicn, .thumbnail
.icn-thumb-pix.licn, .thumbnail >
.icn-thumb-png.sicn, .thumbnail
.icn-thumb-png.licn, .thumbnail >
.icn-thumb-png8.sicn, .thumbnail
.icn-thumb-png8.licn, .thumbnail >
.icn-thumb-png24.sicn, .thumbnail
.icn-thumb-png24.licn, .thumbnail >
.icn-thumb-png32.sicn, .thumbnail
.icn-thumb-png32.licn, .thumbnail >
.icn-thumb-pnm.sicn, .thumbnail
.icn-thumb-pnm.licn, .thumbnail >
.icn-thumb-ppm.sicn, .thumbnail
.icn-thumb-ppm.licn, .thumbnail >
.icn-thumb-psb.sicn, .thumbnail
.icn-thumb-psb.licn, .thumbnail >
.icn-thumb-psd.sicn, .thumbnail
.icn-thumb-psd.licn, .thumbnail >
.icn-thumb-ptif.sicn, .thumbnail
.icn-thumb-ptif.licn, .thumbnail >
.icn-thumb-pwp.sicn, .thumbnail
.icn-thumb-pwp.licn, .thumbnail >
.icn-thumb-rad.sicn, .thumbnail
.icn-thumb-rad.licn, .thumbnail >
.icn-thumb-raf.sicn, .thumbnail
.icn-thumb-raf.licn, .thumbnail >
.icn-thumb-rgb.sicn, .thumbnail
.icn-thumb-rgb.licn, .thumbnail >
.icn-thumb-rgba.sicn, .thumbnail
.icn-thumb-rgba.licn, .thumbnail >
.icn-thumb-rla.sicn, .thumbnail
.icn-thumb-rla.licn, .thumbnail >
.icn-thumb-rle.sicn, .thumbnail
.icn-thumb-rle.licn, .thumbnail >
.icn-thumb-sct.sicn, .thumbnail
.icn-thumb-sct.licn, .thumbnail >
.icn-thumb-sfw.sicn, .thumbnail
.icn-thumb-sfw.licn, .thumbnail >
.icn-thumb-sgi.sicn, .thumbnail
.icn-thumb-sgi.licn, .thumbnail >
.icn-thumb-shtml.sicn, .thumbnail
.icn-thumb-shtml.licn, .thumbnail >
.icn-thumb-sid.sicn, .thumbnail
.icn-thumb-sid.licn, .thumbnail >
.icn-thumb-sr2.sicn, .thumbnail
.icn-thumb-sr2.licn, .thumbnail >
.icn-thumb-srf.sicn, .thumbnail
.icn-thumb-srf.licn, .thumbnail >
.icn-thumb-sun.sicn, .thumbnail
.icn-thumb-sun.licn, .thumbnail >
.icn-thumb-svg.sicn, .thumbnail
.icn-thumb-svg.licn, .thumbnail >
.icn-thumb-svgz.sicn, .thumbnail
.icn-thumb-svgz.licn, .thumbnail >
.icn-thumb-tga.sicn, .thumbnail
.icn-thumb-tga.licn, .thumbnail >
.icn-thumb-tif.sicn, .thumbnail
.icn-thumb-tif.licn, .thumbnail >
.icn-thumb-tiff.sicn, .thumbnail
.icn-thumb-tiff.licn, .thumbnail >
.icn-thumb-tiff64.sicn, .thumbnail
.icn-thumb-tiff64.licn, .thumbnail >
.icn-thumb-tim.sicn, .thumbnail
.icn-thumb-tim.licn, .thumbnail >
.icn-thumb-uil.sicn, .thumbnail
.icn-thumb-uil.licn, .thumbnail >
.icn-thumb-uyvy.sicn, .thumbnail
.icn-thumb-uyvy.licn, .thumbnail >
.icn-thumb-vicar.sicn, .thumbnail
.icn-thumb-vicar.licn, .thumbnail >
.icn-thumb-viff.sicn, .thumbnail
.icn-thumb-viff.licn, .thumbnail >
.icn-thumb-wbmp.sicn, .thumbnail
.icn-thumb-wbmp.licn, .thumbnail >
.icn-thumb-webp.sicn, .thumbnail
.icn-thumb-webp.licn, .thumbnail >
.icn-thumb-wmf.sicn, .thumbnail
.icn-thumb-wmf.licn, .thumbnail >
.icn-thumb-wpg.sicn, .thumbnail
.icn-thumb-wpg.licn, .thumbnail >
.icn-thumb-x.sicn, .thumbnail
.icn-thumb-x.licn, .thumbnail >
.icn-thumb-xbm.sicn, .thumbnail
.icn-thumb-xbm.licn, .thumbnail >
.icn-thumb-xcf.sicn, .thumbnail
.icn-thumb-xcf.licn, .thumbnail >
.icn-thumb-xpm.sicn, .thumbnail
.icn-thumb-xpm.licn, .thumbnail >
.icn-thumb-xwd.sicn, .thumbnail
.icn-thumb-xwd.licn, .thumbnail >
.icn-thumb-x3f.sicn, .thumbnail
.icn-thumb-x3f.licn, .thumbnail >
.icn-thumb-ycbcr.sicn, .thumbnail
.icn-thumb-ycbcr.licn, .thumbnail >
.icn-thumb-ycbc.sicn, .thumbnail
.icn-thumb-ycbc.licn, .thumbnail >
.icn-thumb-yuv.sicn, .thumbnail
.icn-thumb-yuv.licn {
  background: url('../images/file-icons/thumb/image.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 383, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-image.sicn, .thumbnail .icn-thumb-image.licn, .thumbnail >
  .icn-thumb-3fr.sicn, .thumbnail
  .icn-thumb-3fr.licn, .thumbnail >
  .icn-thumb-ai.sicn, .thumbnail
  .icn-thumb-ai.licn, .thumbnail >
  .icn-thumb-aai.sicn, .thumbnail
  .icn-thumb-aai.licn, .thumbnail >
  .icn-thumb-art.sicn, .thumbnail
  .icn-thumb-art.licn, .thumbnail >
  .icn-thumb-arw.sicn, .thumbnail
  .icn-thumb-arw.licn, .thumbnail >
  .icn-thumb-avs.sicn, .thumbnail
  .icn-thumb-avs.licn, .thumbnail >
  .icn-thumb-bitmap.sicn, .thumbnail
  .icn-thumb-bitmap.licn, .thumbnail >
  .icn-thumb-bmp.sicn, .thumbnail
  .icn-thumb-bmp.licn, .thumbnail >
  .icn-thumb-bmp2.sicn, .thumbnail
  .icn-thumb-bmp2.licn, .thumbnail >
  .icn-thumb-bmp3.sicn, .thumbnail
  .icn-thumb-bmp3.licn, .thumbnail >
  .icn-thumb-cals.sicn, .thumbnail
  .icn-thumb-cals.licn, .thumbnail >
  .icn-thumb-cgm.sicn, .thumbnail
  .icn-thumb-cgm.licn, .thumbnail >
  .icn-thumb-cin.sicn, .thumbnail
  .icn-thumb-cin.licn, .thumbnail >
  .icn-thumb-cmyk.sicn, .thumbnail
  .icn-thumb-cmyk.licn, .thumbnail >
  .icn-thumb-cmyka.sicn, .thumbnail
  .icn-thumb-cmyka.licn, .thumbnail >
  .icn-thumb-cr2.sicn, .thumbnail
  .icn-thumb-cr2.licn, .thumbnail >
  .icn-thumb-crw.sicn, .thumbnail
  .icn-thumb-crw.licn, .thumbnail >
  .icn-thumb-cur.sicn, .thumbnail
  .icn-thumb-cur.licn, .thumbnail >
  .icn-thumb-cut.sicn, .thumbnail
  .icn-thumb-cut.licn, .thumbnail >
  .icn-thumb-dcm.sicn, .thumbnail
  .icn-thumb-dcm.licn, .thumbnail >
  .icn-thumb-dcr.sicn, .thumbnail
  .icn-thumb-dcr.licn, .thumbnail >
  .icn-thumb-dcx.sicn, .thumbnail
  .icn-thumb-dcx.licn, .thumbnail >
  .icn-thumb-dds.sicn, .thumbnail
  .icn-thumb-dds.licn, .thumbnail >
  .icn-thumb-dib.sicn, .thumbnail
  .icn-thumb-dib.licn, .thumbnail >
  .icn-thumb-dicom.sicn, .thumbnail
  .icn-thumb-dicom.licn, .thumbnail >
  .icn-thumb-dng.sicn, .thumbnail
  .icn-thumb-dng.licn, .thumbnail >
  .icn-thumb-dot.sicn, .thumbnail
  .icn-thumb-dot.licn, .thumbnail >
  .icn-thumb-dpx.sicn, .thumbnail
  .icn-thumb-dpx.licn, .thumbnail >
  .icn-thumb-emf.sicn, .thumbnail
  .icn-thumb-emf.licn, .thumbnail >
  .icn-thumb-epdf.sicn, .thumbnail
  .icn-thumb-epdf.licn, .thumbnail >
  .icn-thumb-epi.sicn, .thumbnail
  .icn-thumb-epi.licn, .thumbnail >
  .icn-thumb-eps.sicn, .thumbnail
  .icn-thumb-eps.licn, .thumbnail >
  .icn-thumb-eps2.sicn, .thumbnail
  .icn-thumb-eps2.licn, .thumbnail >
  .icn-thumb-eps3.sicn, .thumbnail
  .icn-thumb-eps3.licn, .thumbnail >
  .icn-thumb-epsf.sicn, .thumbnail
  .icn-thumb-epsf.licn, .thumbnail >
  .icn-thumb-epsi.sicn, .thumbnail
  .icn-thumb-epsi.licn, .thumbnail >
  .icn-thumb-ept.sicn, .thumbnail
  .icn-thumb-ept.licn, .thumbnail >
  .icn-thumb-erf.sicn, .thumbnail
  .icn-thumb-erf.licn, .thumbnail >
  .icn-thumb-exr.sicn, .thumbnail
  .icn-thumb-exr.licn, .thumbnail >
  .icn-thumb-fax.sicn, .thumbnail
  .icn-thumb-fax.licn, .thumbnail >
  .icn-thumb-fig.sicn, .thumbnail
  .icn-thumb-fig.licn, .thumbnail >
  .icn-thumb-fit.sicn, .thumbnail
  .icn-thumb-fit.licn, .thumbnail >
  .icn-thumb-fits.sicn, .thumbnail
  .icn-thumb-fits.licn, .thumbnail >
  .icn-thumb-fpx.sicn, .thumbnail
  .icn-thumb-fpx.licn, .thumbnail >
  .icn-thumb-fts.sicn, .thumbnail
  .icn-thumb-fts.licn, .thumbnail >
  .icn-thumb-gif.sicn, .thumbnail
  .icn-thumb-gif.licn, .thumbnail >
  .icn-thumb-gplt.sicn, .thumbnail
  .icn-thumb-gplt.licn, .thumbnail >
  .icn-thumb-gray.sicn, .thumbnail
  .icn-thumb-gray.licn, .thumbnail >
  .icn-thumb-hdr.sicn, .thumbnail
  .icn-thumb-hdr.licn, .thumbnail >
  .icn-thumb-hpgl.sicn, .thumbnail
  .icn-thumb-hpgl.licn, .thumbnail >
  .icn-thumb-hrz.sicn, .thumbnail
  .icn-thumb-hrz.licn, .thumbnail >
  .icn-thumb-ico.sicn, .thumbnail
  .icn-thumb-ico.licn, .thumbnail >
  .icn-thumb-icon.sicn, .thumbnail
  .icn-thumb-icon.licn, .thumbnail >
  .icn-thumb-iff.sicn, .thumbnail
  .icn-thumb-iff.licn, .thumbnail >
  .icn-thumb-info.sicn, .thumbnail
  .icn-thumb-info.licn, .thumbnail >
  .icn-thumb-inli.sicn, .thumbnail
  .icn-thumb-inli.licn, .thumbnail >
  .icn-thumb-jbig.sicn, .thumbnail
  .icn-thumb-jbig.licn, .thumbnail >
  .icn-thumb-jng.sicn, .thumbnail
  .icn-thumb-jng.licn, .thumbnail >
  .icn-thumb-jp2.sicn, .thumbnail
  .icn-thumb-jp2.licn, .thumbnail >
  .icn-thumb-jpe.sicn, .thumbnail
  .icn-thumb-jpe.licn, .thumbnail >
  .icn-thumb-jpf.sicn, .thumbnail
  .icn-thumb-jpf.licn, .thumbnail >
  .icn-thumb-jpc.sicn, .thumbnail
  .icn-thumb-jpc.licn, .thumbnail >
  .icn-thumb-jpg.sicn, .thumbnail
  .icn-thumb-jpg.licn, .thumbnail >
  .icn-thumb-jpeg.sicn, .thumbnail
  .icn-thumb-jpeg.licn, .thumbnail >
  .icn-thumb-kdc.sicn, .thumbnail
  .icn-thumb-kdc.licn, .thumbnail >
  .icn-thumb-k25.sicn, .thumbnail
  .icn-thumb-k25.licn, .thumbnail >
  .icn-thumb-man.sicn, .thumbnail
  .icn-thumb-man.licn, .thumbnail >
  .icn-thumb-mat.sicn, .thumbnail
  .icn-thumb-mat.licn, .thumbnail >
  .icn-thumb-miff.sicn, .thumbnail
  .icn-thumb-miff.licn, .thumbnail >
  .icn-thumb-mono.sicn, .thumbnail
  .icn-thumb-mono.licn, .thumbnail >
  .icn-thumb-mng.sicn, .thumbnail
  .icn-thumb-mng.licn, .thumbnail >
  .icn-thumb-mpc.sicn, .thumbnail
  .icn-thumb-mpc.licn, .thumbnail >
  .icn-thumb-mpr.sicn, .thumbnail
  .icn-thumb-mpr.licn, .thumbnail >
  .icn-thumb-mrsid.sicn, .thumbnail
  .icn-thumb-mrsid.licn, .thumbnail >
  .icn-thumb-mrw.sicn, .thumbnail
  .icn-thumb-mrw.licn, .thumbnail >
  .icn-thumb-msl.sicn, .thumbnail
  .icn-thumb-msl.licn, .thumbnail >
  .icn-thumb-msvg.sicn, .thumbnail
  .icn-thumb-msvg.licn, .thumbnail >
  .icn-thumb-mtv.sicn, .thumbnail
  .icn-thumb-mtv.licn, .thumbnail >
  .icn-thumb-mvg.sicn, .thumbnail
  .icn-thumb-mvg.licn, .thumbnail >
  .icn-thumb-nef.sicn, .thumbnail
  .icn-thumb-nef.licn, .thumbnail >
  .icn-thumb-orf.sicn, .thumbnail
  .icn-thumb-orf.licn, .thumbnail >
  .icn-thumb-otb.sicn, .thumbnail
  .icn-thumb-otb.licn, .thumbnail >
  .icn-thumb-p7.sicn, .thumbnail
  .icn-thumb-p7.licn, .thumbnail >
  .icn-thumb-palm.sicn, .thumbnail
  .icn-thumb-palm.licn, .thumbnail >
  .icn-thumb-pam.sicn, .thumbnail
  .icn-thumb-pam.licn, .thumbnail >
  .icn-thumb-pbm.sicn, .thumbnail
  .icn-thumb-pbm.licn, .thumbnail >
  .icn-thumb-pcd.sicn, .thumbnail
  .icn-thumb-pcd.licn, .thumbnail >
  .icn-thumb-pcds.sicn, .thumbnail
  .icn-thumb-pcds.licn, .thumbnail >
  .icn-thumb-pcc.sicn, .thumbnail
  .icn-thumb-pcc.licn, .thumbnail >
  .icn-thumb-pcl.sicn, .thumbnail
  .icn-thumb-pcl.licn, .thumbnail >
  .icn-thumb-pct.sicn, .thumbnail
  .icn-thumb-pct.licn, .thumbnail >
  .icn-thumb-pcx.sicn, .thumbnail
  .icn-thumb-pcx.licn, .thumbnail >
  .icn-thumb-pdb.sicn, .thumbnail
  .icn-thumb-pdb.licn, .thumbnail >
  .icn-thumb-pef.sicn, .thumbnail
  .icn-thumb-pef.licn, .thumbnail >
  .icn-thumb-pex.sicn, .thumbnail
  .icn-thumb-pex.licn, .thumbnail >
  .icn-thumb-pfa.sicn, .thumbnail
  .icn-thumb-pfa.licn, .thumbnail >
  .icn-thumb-pfb.sicn, .thumbnail
  .icn-thumb-pfb.licn, .thumbnail >
  .icn-thumb-pfm.sicn, .thumbnail
  .icn-thumb-pfm.licn, .thumbnail >
  .icn-thumb-pgm.sicn, .thumbnail
  .icn-thumb-pgm.licn, .thumbnail >
  .icn-thumb-picon.sicn, .thumbnail
  .icn-thumb-picon.licn, .thumbnail >
  .icn-thumb-pict.sicn, .thumbnail
  .icn-thumb-pict.licn, .thumbnail >
  .icn-thumb-pix.sicn, .thumbnail
  .icn-thumb-pix.licn, .thumbnail >
  .icn-thumb-png.sicn, .thumbnail
  .icn-thumb-png.licn, .thumbnail >
  .icn-thumb-png8.sicn, .thumbnail
  .icn-thumb-png8.licn, .thumbnail >
  .icn-thumb-png24.sicn, .thumbnail
  .icn-thumb-png24.licn, .thumbnail >
  .icn-thumb-png32.sicn, .thumbnail
  .icn-thumb-png32.licn, .thumbnail >
  .icn-thumb-pnm.sicn, .thumbnail
  .icn-thumb-pnm.licn, .thumbnail >
  .icn-thumb-ppm.sicn, .thumbnail
  .icn-thumb-ppm.licn, .thumbnail >
  .icn-thumb-psb.sicn, .thumbnail
  .icn-thumb-psb.licn, .thumbnail >
  .icn-thumb-psd.sicn, .thumbnail
  .icn-thumb-psd.licn, .thumbnail >
  .icn-thumb-ptif.sicn, .thumbnail
  .icn-thumb-ptif.licn, .thumbnail >
  .icn-thumb-pwp.sicn, .thumbnail
  .icn-thumb-pwp.licn, .thumbnail >
  .icn-thumb-rad.sicn, .thumbnail
  .icn-thumb-rad.licn, .thumbnail >
  .icn-thumb-raf.sicn, .thumbnail
  .icn-thumb-raf.licn, .thumbnail >
  .icn-thumb-rgb.sicn, .thumbnail
  .icn-thumb-rgb.licn, .thumbnail >
  .icn-thumb-rgba.sicn, .thumbnail
  .icn-thumb-rgba.licn, .thumbnail >
  .icn-thumb-rla.sicn, .thumbnail
  .icn-thumb-rla.licn, .thumbnail >
  .icn-thumb-rle.sicn, .thumbnail
  .icn-thumb-rle.licn, .thumbnail >
  .icn-thumb-sct.sicn, .thumbnail
  .icn-thumb-sct.licn, .thumbnail >
  .icn-thumb-sfw.sicn, .thumbnail
  .icn-thumb-sfw.licn, .thumbnail >
  .icn-thumb-sgi.sicn, .thumbnail
  .icn-thumb-sgi.licn, .thumbnail >
  .icn-thumb-shtml.sicn, .thumbnail
  .icn-thumb-shtml.licn, .thumbnail >
  .icn-thumb-sid.sicn, .thumbnail
  .icn-thumb-sid.licn, .thumbnail >
  .icn-thumb-sr2.sicn, .thumbnail
  .icn-thumb-sr2.licn, .thumbnail >
  .icn-thumb-srf.sicn, .thumbnail
  .icn-thumb-srf.licn, .thumbnail >
  .icn-thumb-sun.sicn, .thumbnail
  .icn-thumb-sun.licn, .thumbnail >
  .icn-thumb-svg.sicn, .thumbnail
  .icn-thumb-svg.licn, .thumbnail >
  .icn-thumb-svgz.sicn, .thumbnail
  .icn-thumb-svgz.licn, .thumbnail >
  .icn-thumb-tga.sicn, .thumbnail
  .icn-thumb-tga.licn, .thumbnail >
  .icn-thumb-tif.sicn, .thumbnail
  .icn-thumb-tif.licn, .thumbnail >
  .icn-thumb-tiff.sicn, .thumbnail
  .icn-thumb-tiff.licn, .thumbnail >
  .icn-thumb-tiff64.sicn, .thumbnail
  .icn-thumb-tiff64.licn, .thumbnail >
  .icn-thumb-tim.sicn, .thumbnail
  .icn-thumb-tim.licn, .thumbnail >
  .icn-thumb-uil.sicn, .thumbnail
  .icn-thumb-uil.licn, .thumbnail >
  .icn-thumb-uyvy.sicn, .thumbnail
  .icn-thumb-uyvy.licn, .thumbnail >
  .icn-thumb-vicar.sicn, .thumbnail
  .icn-thumb-vicar.licn, .thumbnail >
  .icn-thumb-viff.sicn, .thumbnail
  .icn-thumb-viff.licn, .thumbnail >
  .icn-thumb-wbmp.sicn, .thumbnail
  .icn-thumb-wbmp.licn, .thumbnail >
  .icn-thumb-webp.sicn, .thumbnail
  .icn-thumb-webp.licn, .thumbnail >
  .icn-thumb-wmf.sicn, .thumbnail
  .icn-thumb-wmf.licn, .thumbnail >
  .icn-thumb-wpg.sicn, .thumbnail
  .icn-thumb-wpg.licn, .thumbnail >
  .icn-thumb-x.sicn, .thumbnail
  .icn-thumb-x.licn, .thumbnail >
  .icn-thumb-xbm.sicn, .thumbnail
  .icn-thumb-xbm.licn, .thumbnail >
  .icn-thumb-xcf.sicn, .thumbnail
  .icn-thumb-xcf.licn, .thumbnail >
  .icn-thumb-xpm.sicn, .thumbnail
  .icn-thumb-xpm.licn, .thumbnail >
  .icn-thumb-xwd.sicn, .thumbnail
  .icn-thumb-xwd.licn, .thumbnail >
  .icn-thumb-x3f.sicn, .thumbnail
  .icn-thumb-x3f.licn, .thumbnail >
  .icn-thumb-ycbcr.sicn, .thumbnail
  .icn-thumb-ycbcr.licn, .thumbnail >
  .icn-thumb-ycbc.sicn, .thumbnail
  .icn-thumb-ycbc.licn, .thumbnail >
  .icn-thumb-yuv.sicn, .thumbnail
  .icn-thumb-yuv.licn {
    background: url('../images/file-icons-retina/thumb/image@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 385, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-image.sicn, .view-list .thumbnail .icn-thumb-image.licn, .modal-detail .icn-thumb-image.sicn, .view-list .thumbnail
.icn-thumb-3fr.sicn, .view-list .thumbnail
.icn-thumb-3fr.licn, .modal-detail
.icn-thumb-3fr.sicn, .view-list .thumbnail
.icn-thumb-ai.sicn, .view-list .thumbnail
.icn-thumb-ai.licn, .modal-detail
.icn-thumb-ai.sicn, .view-list .thumbnail
.icn-thumb-aai.sicn, .view-list .thumbnail
.icn-thumb-aai.licn, .modal-detail
.icn-thumb-aai.sicn, .view-list .thumbnail
.icn-thumb-art.sicn, .view-list .thumbnail
.icn-thumb-art.licn, .modal-detail
.icn-thumb-art.sicn, .view-list .thumbnail
.icn-thumb-arw.sicn, .view-list .thumbnail
.icn-thumb-arw.licn, .modal-detail
.icn-thumb-arw.sicn, .view-list .thumbnail
.icn-thumb-avs.sicn, .view-list .thumbnail
.icn-thumb-avs.licn, .modal-detail
.icn-thumb-avs.sicn, .view-list .thumbnail
.icn-thumb-bitmap.sicn, .view-list .thumbnail
.icn-thumb-bitmap.licn, .modal-detail
.icn-thumb-bitmap.sicn, .view-list .thumbnail
.icn-thumb-bmp.sicn, .view-list .thumbnail
.icn-thumb-bmp.licn, .modal-detail
.icn-thumb-bmp.sicn, .view-list .thumbnail
.icn-thumb-bmp2.sicn, .view-list .thumbnail
.icn-thumb-bmp2.licn, .modal-detail
.icn-thumb-bmp2.sicn, .view-list .thumbnail
.icn-thumb-bmp3.sicn, .view-list .thumbnail
.icn-thumb-bmp3.licn, .modal-detail
.icn-thumb-bmp3.sicn, .view-list .thumbnail
.icn-thumb-cals.sicn, .view-list .thumbnail
.icn-thumb-cals.licn, .modal-detail
.icn-thumb-cals.sicn, .view-list .thumbnail
.icn-thumb-cgm.sicn, .view-list .thumbnail
.icn-thumb-cgm.licn, .modal-detail
.icn-thumb-cgm.sicn, .view-list .thumbnail
.icn-thumb-cin.sicn, .view-list .thumbnail
.icn-thumb-cin.licn, .modal-detail
.icn-thumb-cin.sicn, .view-list .thumbnail
.icn-thumb-cmyk.sicn, .view-list .thumbnail
.icn-thumb-cmyk.licn, .modal-detail
.icn-thumb-cmyk.sicn, .view-list .thumbnail
.icn-thumb-cmyka.sicn, .view-list .thumbnail
.icn-thumb-cmyka.licn, .modal-detail
.icn-thumb-cmyka.sicn, .view-list .thumbnail
.icn-thumb-cr2.sicn, .view-list .thumbnail
.icn-thumb-cr2.licn, .modal-detail
.icn-thumb-cr2.sicn, .view-list .thumbnail
.icn-thumb-crw.sicn, .view-list .thumbnail
.icn-thumb-crw.licn, .modal-detail
.icn-thumb-crw.sicn, .view-list .thumbnail
.icn-thumb-cur.sicn, .view-list .thumbnail
.icn-thumb-cur.licn, .modal-detail
.icn-thumb-cur.sicn, .view-list .thumbnail
.icn-thumb-cut.sicn, .view-list .thumbnail
.icn-thumb-cut.licn, .modal-detail
.icn-thumb-cut.sicn, .view-list .thumbnail
.icn-thumb-dcm.sicn, .view-list .thumbnail
.icn-thumb-dcm.licn, .modal-detail
.icn-thumb-dcm.sicn, .view-list .thumbnail
.icn-thumb-dcr.sicn, .view-list .thumbnail
.icn-thumb-dcr.licn, .modal-detail
.icn-thumb-dcr.sicn, .view-list .thumbnail
.icn-thumb-dcx.sicn, .view-list .thumbnail
.icn-thumb-dcx.licn, .modal-detail
.icn-thumb-dcx.sicn, .view-list .thumbnail
.icn-thumb-dds.sicn, .view-list .thumbnail
.icn-thumb-dds.licn, .modal-detail
.icn-thumb-dds.sicn, .view-list .thumbnail
.icn-thumb-dib.sicn, .view-list .thumbnail
.icn-thumb-dib.licn, .modal-detail
.icn-thumb-dib.sicn, .view-list .thumbnail
.icn-thumb-dicom.sicn, .view-list .thumbnail
.icn-thumb-dicom.licn, .modal-detail
.icn-thumb-dicom.sicn, .view-list .thumbnail
.icn-thumb-dng.sicn, .view-list .thumbnail
.icn-thumb-dng.licn, .modal-detail
.icn-thumb-dng.sicn, .view-list .thumbnail
.icn-thumb-dot.sicn, .view-list .thumbnail
.icn-thumb-dot.licn, .modal-detail
.icn-thumb-dot.sicn, .view-list .thumbnail
.icn-thumb-dpx.sicn, .view-list .thumbnail
.icn-thumb-dpx.licn, .modal-detail
.icn-thumb-dpx.sicn, .view-list .thumbnail
.icn-thumb-emf.sicn, .view-list .thumbnail
.icn-thumb-emf.licn, .modal-detail
.icn-thumb-emf.sicn, .view-list .thumbnail
.icn-thumb-epdf.sicn, .view-list .thumbnail
.icn-thumb-epdf.licn, .modal-detail
.icn-thumb-epdf.sicn, .view-list .thumbnail
.icn-thumb-epi.sicn, .view-list .thumbnail
.icn-thumb-epi.licn, .modal-detail
.icn-thumb-epi.sicn, .view-list .thumbnail
.icn-thumb-eps.sicn, .view-list .thumbnail
.icn-thumb-eps.licn, .modal-detail
.icn-thumb-eps.sicn, .view-list .thumbnail
.icn-thumb-eps2.sicn, .view-list .thumbnail
.icn-thumb-eps2.licn, .modal-detail
.icn-thumb-eps2.sicn, .view-list .thumbnail
.icn-thumb-eps3.sicn, .view-list .thumbnail
.icn-thumb-eps3.licn, .modal-detail
.icn-thumb-eps3.sicn, .view-list .thumbnail
.icn-thumb-epsf.sicn, .view-list .thumbnail
.icn-thumb-epsf.licn, .modal-detail
.icn-thumb-epsf.sicn, .view-list .thumbnail
.icn-thumb-epsi.sicn, .view-list .thumbnail
.icn-thumb-epsi.licn, .modal-detail
.icn-thumb-epsi.sicn, .view-list .thumbnail
.icn-thumb-ept.sicn, .view-list .thumbnail
.icn-thumb-ept.licn, .modal-detail
.icn-thumb-ept.sicn, .view-list .thumbnail
.icn-thumb-erf.sicn, .view-list .thumbnail
.icn-thumb-erf.licn, .modal-detail
.icn-thumb-erf.sicn, .view-list .thumbnail
.icn-thumb-exr.sicn, .view-list .thumbnail
.icn-thumb-exr.licn, .modal-detail
.icn-thumb-exr.sicn, .view-list .thumbnail
.icn-thumb-fax.sicn, .view-list .thumbnail
.icn-thumb-fax.licn, .modal-detail
.icn-thumb-fax.sicn, .view-list .thumbnail
.icn-thumb-fig.sicn, .view-list .thumbnail
.icn-thumb-fig.licn, .modal-detail
.icn-thumb-fig.sicn, .view-list .thumbnail
.icn-thumb-fit.sicn, .view-list .thumbnail
.icn-thumb-fit.licn, .modal-detail
.icn-thumb-fit.sicn, .view-list .thumbnail
.icn-thumb-fits.sicn, .view-list .thumbnail
.icn-thumb-fits.licn, .modal-detail
.icn-thumb-fits.sicn, .view-list .thumbnail
.icn-thumb-fpx.sicn, .view-list .thumbnail
.icn-thumb-fpx.licn, .modal-detail
.icn-thumb-fpx.sicn, .view-list .thumbnail
.icn-thumb-fts.sicn, .view-list .thumbnail
.icn-thumb-fts.licn, .modal-detail
.icn-thumb-fts.sicn, .view-list .thumbnail
.icn-thumb-gif.sicn, .view-list .thumbnail
.icn-thumb-gif.licn, .modal-detail
.icn-thumb-gif.sicn, .view-list .thumbnail
.icn-thumb-gplt.sicn, .view-list .thumbnail
.icn-thumb-gplt.licn, .modal-detail
.icn-thumb-gplt.sicn, .view-list .thumbnail
.icn-thumb-gray.sicn, .view-list .thumbnail
.icn-thumb-gray.licn, .modal-detail
.icn-thumb-gray.sicn, .view-list .thumbnail
.icn-thumb-hdr.sicn, .view-list .thumbnail
.icn-thumb-hdr.licn, .modal-detail
.icn-thumb-hdr.sicn, .view-list .thumbnail
.icn-thumb-hpgl.sicn, .view-list .thumbnail
.icn-thumb-hpgl.licn, .modal-detail
.icn-thumb-hpgl.sicn, .view-list .thumbnail
.icn-thumb-hrz.sicn, .view-list .thumbnail
.icn-thumb-hrz.licn, .modal-detail
.icn-thumb-hrz.sicn, .view-list .thumbnail
.icn-thumb-ico.sicn, .view-list .thumbnail
.icn-thumb-ico.licn, .modal-detail
.icn-thumb-ico.sicn, .view-list .thumbnail
.icn-thumb-icon.sicn, .view-list .thumbnail
.icn-thumb-icon.licn, .modal-detail
.icn-thumb-icon.sicn, .view-list .thumbnail
.icn-thumb-iff.sicn, .view-list .thumbnail
.icn-thumb-iff.licn, .modal-detail
.icn-thumb-iff.sicn, .view-list .thumbnail
.icn-thumb-info.sicn, .view-list .thumbnail
.icn-thumb-info.licn, .modal-detail
.icn-thumb-info.sicn, .view-list .thumbnail
.icn-thumb-inli.sicn, .view-list .thumbnail
.icn-thumb-inli.licn, .modal-detail
.icn-thumb-inli.sicn, .view-list .thumbnail
.icn-thumb-jbig.sicn, .view-list .thumbnail
.icn-thumb-jbig.licn, .modal-detail
.icn-thumb-jbig.sicn, .view-list .thumbnail
.icn-thumb-jng.sicn, .view-list .thumbnail
.icn-thumb-jng.licn, .modal-detail
.icn-thumb-jng.sicn, .view-list .thumbnail
.icn-thumb-jp2.sicn, .view-list .thumbnail
.icn-thumb-jp2.licn, .modal-detail
.icn-thumb-jp2.sicn, .view-list .thumbnail
.icn-thumb-jpe.sicn, .view-list .thumbnail
.icn-thumb-jpe.licn, .modal-detail
.icn-thumb-jpe.sicn, .view-list .thumbnail
.icn-thumb-jpf.sicn, .view-list .thumbnail
.icn-thumb-jpf.licn, .modal-detail
.icn-thumb-jpf.sicn, .view-list .thumbnail
.icn-thumb-jpc.sicn, .view-list .thumbnail
.icn-thumb-jpc.licn, .modal-detail
.icn-thumb-jpc.sicn, .view-list .thumbnail
.icn-thumb-jpg.sicn, .view-list .thumbnail
.icn-thumb-jpg.licn, .modal-detail
.icn-thumb-jpg.sicn, .view-list .thumbnail
.icn-thumb-jpeg.sicn, .view-list .thumbnail
.icn-thumb-jpeg.licn, .modal-detail
.icn-thumb-jpeg.sicn, .view-list .thumbnail
.icn-thumb-kdc.sicn, .view-list .thumbnail
.icn-thumb-kdc.licn, .modal-detail
.icn-thumb-kdc.sicn, .view-list .thumbnail
.icn-thumb-k25.sicn, .view-list .thumbnail
.icn-thumb-k25.licn, .modal-detail
.icn-thumb-k25.sicn, .view-list .thumbnail
.icn-thumb-man.sicn, .view-list .thumbnail
.icn-thumb-man.licn, .modal-detail
.icn-thumb-man.sicn, .view-list .thumbnail
.icn-thumb-mat.sicn, .view-list .thumbnail
.icn-thumb-mat.licn, .modal-detail
.icn-thumb-mat.sicn, .view-list .thumbnail
.icn-thumb-miff.sicn, .view-list .thumbnail
.icn-thumb-miff.licn, .modal-detail
.icn-thumb-miff.sicn, .view-list .thumbnail
.icn-thumb-mono.sicn, .view-list .thumbnail
.icn-thumb-mono.licn, .modal-detail
.icn-thumb-mono.sicn, .view-list .thumbnail
.icn-thumb-mng.sicn, .view-list .thumbnail
.icn-thumb-mng.licn, .modal-detail
.icn-thumb-mng.sicn, .view-list .thumbnail
.icn-thumb-mpc.sicn, .view-list .thumbnail
.icn-thumb-mpc.licn, .modal-detail
.icn-thumb-mpc.sicn, .view-list .thumbnail
.icn-thumb-mpr.sicn, .view-list .thumbnail
.icn-thumb-mpr.licn, .modal-detail
.icn-thumb-mpr.sicn, .view-list .thumbnail
.icn-thumb-mrsid.sicn, .view-list .thumbnail
.icn-thumb-mrsid.licn, .modal-detail
.icn-thumb-mrsid.sicn, .view-list .thumbnail
.icn-thumb-mrw.sicn, .view-list .thumbnail
.icn-thumb-mrw.licn, .modal-detail
.icn-thumb-mrw.sicn, .view-list .thumbnail
.icn-thumb-msl.sicn, .view-list .thumbnail
.icn-thumb-msl.licn, .modal-detail
.icn-thumb-msl.sicn, .view-list .thumbnail
.icn-thumb-msvg.sicn, .view-list .thumbnail
.icn-thumb-msvg.licn, .modal-detail
.icn-thumb-msvg.sicn, .view-list .thumbnail
.icn-thumb-mtv.sicn, .view-list .thumbnail
.icn-thumb-mtv.licn, .modal-detail
.icn-thumb-mtv.sicn, .view-list .thumbnail
.icn-thumb-mvg.sicn, .view-list .thumbnail
.icn-thumb-mvg.licn, .modal-detail
.icn-thumb-mvg.sicn, .view-list .thumbnail
.icn-thumb-nef.sicn, .view-list .thumbnail
.icn-thumb-nef.licn, .modal-detail
.icn-thumb-nef.sicn, .view-list .thumbnail
.icn-thumb-orf.sicn, .view-list .thumbnail
.icn-thumb-orf.licn, .modal-detail
.icn-thumb-orf.sicn, .view-list .thumbnail
.icn-thumb-otb.sicn, .view-list .thumbnail
.icn-thumb-otb.licn, .modal-detail
.icn-thumb-otb.sicn, .view-list .thumbnail
.icn-thumb-p7.sicn, .view-list .thumbnail
.icn-thumb-p7.licn, .modal-detail
.icn-thumb-p7.sicn, .view-list .thumbnail
.icn-thumb-palm.sicn, .view-list .thumbnail
.icn-thumb-palm.licn, .modal-detail
.icn-thumb-palm.sicn, .view-list .thumbnail
.icn-thumb-pam.sicn, .view-list .thumbnail
.icn-thumb-pam.licn, .modal-detail
.icn-thumb-pam.sicn, .view-list .thumbnail
.icn-thumb-pbm.sicn, .view-list .thumbnail
.icn-thumb-pbm.licn, .modal-detail
.icn-thumb-pbm.sicn, .view-list .thumbnail
.icn-thumb-pcd.sicn, .view-list .thumbnail
.icn-thumb-pcd.licn, .modal-detail
.icn-thumb-pcd.sicn, .view-list .thumbnail
.icn-thumb-pcds.sicn, .view-list .thumbnail
.icn-thumb-pcds.licn, .modal-detail
.icn-thumb-pcds.sicn, .view-list .thumbnail
.icn-thumb-pcc.sicn, .view-list .thumbnail
.icn-thumb-pcc.licn, .modal-detail
.icn-thumb-pcc.sicn, .view-list .thumbnail
.icn-thumb-pcl.sicn, .view-list .thumbnail
.icn-thumb-pcl.licn, .modal-detail
.icn-thumb-pcl.sicn, .view-list .thumbnail
.icn-thumb-pct.sicn, .view-list .thumbnail
.icn-thumb-pct.licn, .modal-detail
.icn-thumb-pct.sicn, .view-list .thumbnail
.icn-thumb-pcx.sicn, .view-list .thumbnail
.icn-thumb-pcx.licn, .modal-detail
.icn-thumb-pcx.sicn, .view-list .thumbnail
.icn-thumb-pdb.sicn, .view-list .thumbnail
.icn-thumb-pdb.licn, .modal-detail
.icn-thumb-pdb.sicn, .view-list .thumbnail
.icn-thumb-pef.sicn, .view-list .thumbnail
.icn-thumb-pef.licn, .modal-detail
.icn-thumb-pef.sicn, .view-list .thumbnail
.icn-thumb-pex.sicn, .view-list .thumbnail
.icn-thumb-pex.licn, .modal-detail
.icn-thumb-pex.sicn, .view-list .thumbnail
.icn-thumb-pfa.sicn, .view-list .thumbnail
.icn-thumb-pfa.licn, .modal-detail
.icn-thumb-pfa.sicn, .view-list .thumbnail
.icn-thumb-pfb.sicn, .view-list .thumbnail
.icn-thumb-pfb.licn, .modal-detail
.icn-thumb-pfb.sicn, .view-list .thumbnail
.icn-thumb-pfm.sicn, .view-list .thumbnail
.icn-thumb-pfm.licn, .modal-detail
.icn-thumb-pfm.sicn, .view-list .thumbnail
.icn-thumb-pgm.sicn, .view-list .thumbnail
.icn-thumb-pgm.licn, .modal-detail
.icn-thumb-pgm.sicn, .view-list .thumbnail
.icn-thumb-picon.sicn, .view-list .thumbnail
.icn-thumb-picon.licn, .modal-detail
.icn-thumb-picon.sicn, .view-list .thumbnail
.icn-thumb-pict.sicn, .view-list .thumbnail
.icn-thumb-pict.licn, .modal-detail
.icn-thumb-pict.sicn, .view-list .thumbnail
.icn-thumb-pix.sicn, .view-list .thumbnail
.icn-thumb-pix.licn, .modal-detail
.icn-thumb-pix.sicn, .view-list .thumbnail
.icn-thumb-png.sicn, .view-list .thumbnail
.icn-thumb-png.licn, .modal-detail
.icn-thumb-png.sicn, .view-list .thumbnail
.icn-thumb-png8.sicn, .view-list .thumbnail
.icn-thumb-png8.licn, .modal-detail
.icn-thumb-png8.sicn, .view-list .thumbnail
.icn-thumb-png24.sicn, .view-list .thumbnail
.icn-thumb-png24.licn, .modal-detail
.icn-thumb-png24.sicn, .view-list .thumbnail
.icn-thumb-png32.sicn, .view-list .thumbnail
.icn-thumb-png32.licn, .modal-detail
.icn-thumb-png32.sicn, .view-list .thumbnail
.icn-thumb-pnm.sicn, .view-list .thumbnail
.icn-thumb-pnm.licn, .modal-detail
.icn-thumb-pnm.sicn, .view-list .thumbnail
.icn-thumb-ppm.sicn, .view-list .thumbnail
.icn-thumb-ppm.licn, .modal-detail
.icn-thumb-ppm.sicn, .view-list .thumbnail
.icn-thumb-psb.sicn, .view-list .thumbnail
.icn-thumb-psb.licn, .modal-detail
.icn-thumb-psb.sicn, .view-list .thumbnail
.icn-thumb-psd.sicn, .view-list .thumbnail
.icn-thumb-psd.licn, .modal-detail
.icn-thumb-psd.sicn, .view-list .thumbnail
.icn-thumb-ptif.sicn, .view-list .thumbnail
.icn-thumb-ptif.licn, .modal-detail
.icn-thumb-ptif.sicn, .view-list .thumbnail
.icn-thumb-pwp.sicn, .view-list .thumbnail
.icn-thumb-pwp.licn, .modal-detail
.icn-thumb-pwp.sicn, .view-list .thumbnail
.icn-thumb-rad.sicn, .view-list .thumbnail
.icn-thumb-rad.licn, .modal-detail
.icn-thumb-rad.sicn, .view-list .thumbnail
.icn-thumb-raf.sicn, .view-list .thumbnail
.icn-thumb-raf.licn, .modal-detail
.icn-thumb-raf.sicn, .view-list .thumbnail
.icn-thumb-rgb.sicn, .view-list .thumbnail
.icn-thumb-rgb.licn, .modal-detail
.icn-thumb-rgb.sicn, .view-list .thumbnail
.icn-thumb-rgba.sicn, .view-list .thumbnail
.icn-thumb-rgba.licn, .modal-detail
.icn-thumb-rgba.sicn, .view-list .thumbnail
.icn-thumb-rla.sicn, .view-list .thumbnail
.icn-thumb-rla.licn, .modal-detail
.icn-thumb-rla.sicn, .view-list .thumbnail
.icn-thumb-rle.sicn, .view-list .thumbnail
.icn-thumb-rle.licn, .modal-detail
.icn-thumb-rle.sicn, .view-list .thumbnail
.icn-thumb-sct.sicn, .view-list .thumbnail
.icn-thumb-sct.licn, .modal-detail
.icn-thumb-sct.sicn, .view-list .thumbnail
.icn-thumb-sfw.sicn, .view-list .thumbnail
.icn-thumb-sfw.licn, .modal-detail
.icn-thumb-sfw.sicn, .view-list .thumbnail
.icn-thumb-sgi.sicn, .view-list .thumbnail
.icn-thumb-sgi.licn, .modal-detail
.icn-thumb-sgi.sicn, .view-list .thumbnail
.icn-thumb-shtml.sicn, .view-list .thumbnail
.icn-thumb-shtml.licn, .modal-detail
.icn-thumb-shtml.sicn, .view-list .thumbnail
.icn-thumb-sid.sicn, .view-list .thumbnail
.icn-thumb-sid.licn, .modal-detail
.icn-thumb-sid.sicn, .view-list .thumbnail
.icn-thumb-sr2.sicn, .view-list .thumbnail
.icn-thumb-sr2.licn, .modal-detail
.icn-thumb-sr2.sicn, .view-list .thumbnail
.icn-thumb-srf.sicn, .view-list .thumbnail
.icn-thumb-srf.licn, .modal-detail
.icn-thumb-srf.sicn, .view-list .thumbnail
.icn-thumb-sun.sicn, .view-list .thumbnail
.icn-thumb-sun.licn, .modal-detail
.icn-thumb-sun.sicn, .view-list .thumbnail
.icn-thumb-svg.sicn, .view-list .thumbnail
.icn-thumb-svg.licn, .modal-detail
.icn-thumb-svg.sicn, .view-list .thumbnail
.icn-thumb-svgz.sicn, .view-list .thumbnail
.icn-thumb-svgz.licn, .modal-detail
.icn-thumb-svgz.sicn, .view-list .thumbnail
.icn-thumb-tga.sicn, .view-list .thumbnail
.icn-thumb-tga.licn, .modal-detail
.icn-thumb-tga.sicn, .view-list .thumbnail
.icn-thumb-tif.sicn, .view-list .thumbnail
.icn-thumb-tif.licn, .modal-detail
.icn-thumb-tif.sicn, .view-list .thumbnail
.icn-thumb-tiff.sicn, .view-list .thumbnail
.icn-thumb-tiff.licn, .modal-detail
.icn-thumb-tiff.sicn, .view-list .thumbnail
.icn-thumb-tiff64.sicn, .view-list .thumbnail
.icn-thumb-tiff64.licn, .modal-detail
.icn-thumb-tiff64.sicn, .view-list .thumbnail
.icn-thumb-tim.sicn, .view-list .thumbnail
.icn-thumb-tim.licn, .modal-detail
.icn-thumb-tim.sicn, .view-list .thumbnail
.icn-thumb-uil.sicn, .view-list .thumbnail
.icn-thumb-uil.licn, .modal-detail
.icn-thumb-uil.sicn, .view-list .thumbnail
.icn-thumb-uyvy.sicn, .view-list .thumbnail
.icn-thumb-uyvy.licn, .modal-detail
.icn-thumb-uyvy.sicn, .view-list .thumbnail
.icn-thumb-vicar.sicn, .view-list .thumbnail
.icn-thumb-vicar.licn, .modal-detail
.icn-thumb-vicar.sicn, .view-list .thumbnail
.icn-thumb-viff.sicn, .view-list .thumbnail
.icn-thumb-viff.licn, .modal-detail
.icn-thumb-viff.sicn, .view-list .thumbnail
.icn-thumb-wbmp.sicn, .view-list .thumbnail
.icn-thumb-wbmp.licn, .modal-detail
.icn-thumb-wbmp.sicn, .view-list .thumbnail
.icn-thumb-webp.sicn, .view-list .thumbnail
.icn-thumb-webp.licn, .modal-detail
.icn-thumb-webp.sicn, .view-list .thumbnail
.icn-thumb-wmf.sicn, .view-list .thumbnail
.icn-thumb-wmf.licn, .modal-detail
.icn-thumb-wmf.sicn, .view-list .thumbnail
.icn-thumb-wpg.sicn, .view-list .thumbnail
.icn-thumb-wpg.licn, .modal-detail
.icn-thumb-wpg.sicn, .view-list .thumbnail
.icn-thumb-x.sicn, .view-list .thumbnail
.icn-thumb-x.licn, .modal-detail
.icn-thumb-x.sicn, .view-list .thumbnail
.icn-thumb-xbm.sicn, .view-list .thumbnail
.icn-thumb-xbm.licn, .modal-detail
.icn-thumb-xbm.sicn, .view-list .thumbnail
.icn-thumb-xcf.sicn, .view-list .thumbnail
.icn-thumb-xcf.licn, .modal-detail
.icn-thumb-xcf.sicn, .view-list .thumbnail
.icn-thumb-xpm.sicn, .view-list .thumbnail
.icn-thumb-xpm.licn, .modal-detail
.icn-thumb-xpm.sicn, .view-list .thumbnail
.icn-thumb-xwd.sicn, .view-list .thumbnail
.icn-thumb-xwd.licn, .modal-detail
.icn-thumb-xwd.sicn, .view-list .thumbnail
.icn-thumb-x3f.sicn, .view-list .thumbnail
.icn-thumb-x3f.licn, .modal-detail
.icn-thumb-x3f.sicn, .view-list .thumbnail
.icn-thumb-ycbcr.sicn, .view-list .thumbnail
.icn-thumb-ycbcr.licn, .modal-detail
.icn-thumb-ycbcr.sicn, .view-list .thumbnail
.icn-thumb-ycbc.sicn, .view-list .thumbnail
.icn-thumb-ycbc.licn, .modal-detail
.icn-thumb-ycbc.sicn, .view-list .thumbnail
.icn-thumb-yuv.sicn, .view-list .thumbnail
.icn-thumb-yuv.licn, .modal-detail
.icn-thumb-yuv.sicn {
  background: url('../images/file-icons/sprite/image.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 385, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-image.sicn, .view-list .thumbnail .icn-thumb-image.licn, .modal-detail .icn-thumb-image.sicn, .view-list .thumbnail
  .icn-thumb-3fr.sicn, .view-list .thumbnail
  .icn-thumb-3fr.licn, .modal-detail
  .icn-thumb-3fr.sicn, .view-list .thumbnail
  .icn-thumb-ai.sicn, .view-list .thumbnail
  .icn-thumb-ai.licn, .modal-detail
  .icn-thumb-ai.sicn, .view-list .thumbnail
  .icn-thumb-aai.sicn, .view-list .thumbnail
  .icn-thumb-aai.licn, .modal-detail
  .icn-thumb-aai.sicn, .view-list .thumbnail
  .icn-thumb-art.sicn, .view-list .thumbnail
  .icn-thumb-art.licn, .modal-detail
  .icn-thumb-art.sicn, .view-list .thumbnail
  .icn-thumb-arw.sicn, .view-list .thumbnail
  .icn-thumb-arw.licn, .modal-detail
  .icn-thumb-arw.sicn, .view-list .thumbnail
  .icn-thumb-avs.sicn, .view-list .thumbnail
  .icn-thumb-avs.licn, .modal-detail
  .icn-thumb-avs.sicn, .view-list .thumbnail
  .icn-thumb-bitmap.sicn, .view-list .thumbnail
  .icn-thumb-bitmap.licn, .modal-detail
  .icn-thumb-bitmap.sicn, .view-list .thumbnail
  .icn-thumb-bmp.sicn, .view-list .thumbnail
  .icn-thumb-bmp.licn, .modal-detail
  .icn-thumb-bmp.sicn, .view-list .thumbnail
  .icn-thumb-bmp2.sicn, .view-list .thumbnail
  .icn-thumb-bmp2.licn, .modal-detail
  .icn-thumb-bmp2.sicn, .view-list .thumbnail
  .icn-thumb-bmp3.sicn, .view-list .thumbnail
  .icn-thumb-bmp3.licn, .modal-detail
  .icn-thumb-bmp3.sicn, .view-list .thumbnail
  .icn-thumb-cals.sicn, .view-list .thumbnail
  .icn-thumb-cals.licn, .modal-detail
  .icn-thumb-cals.sicn, .view-list .thumbnail
  .icn-thumb-cgm.sicn, .view-list .thumbnail
  .icn-thumb-cgm.licn, .modal-detail
  .icn-thumb-cgm.sicn, .view-list .thumbnail
  .icn-thumb-cin.sicn, .view-list .thumbnail
  .icn-thumb-cin.licn, .modal-detail
  .icn-thumb-cin.sicn, .view-list .thumbnail
  .icn-thumb-cmyk.sicn, .view-list .thumbnail
  .icn-thumb-cmyk.licn, .modal-detail
  .icn-thumb-cmyk.sicn, .view-list .thumbnail
  .icn-thumb-cmyka.sicn, .view-list .thumbnail
  .icn-thumb-cmyka.licn, .modal-detail
  .icn-thumb-cmyka.sicn, .view-list .thumbnail
  .icn-thumb-cr2.sicn, .view-list .thumbnail
  .icn-thumb-cr2.licn, .modal-detail
  .icn-thumb-cr2.sicn, .view-list .thumbnail
  .icn-thumb-crw.sicn, .view-list .thumbnail
  .icn-thumb-crw.licn, .modal-detail
  .icn-thumb-crw.sicn, .view-list .thumbnail
  .icn-thumb-cur.sicn, .view-list .thumbnail
  .icn-thumb-cur.licn, .modal-detail
  .icn-thumb-cur.sicn, .view-list .thumbnail
  .icn-thumb-cut.sicn, .view-list .thumbnail
  .icn-thumb-cut.licn, .modal-detail
  .icn-thumb-cut.sicn, .view-list .thumbnail
  .icn-thumb-dcm.sicn, .view-list .thumbnail
  .icn-thumb-dcm.licn, .modal-detail
  .icn-thumb-dcm.sicn, .view-list .thumbnail
  .icn-thumb-dcr.sicn, .view-list .thumbnail
  .icn-thumb-dcr.licn, .modal-detail
  .icn-thumb-dcr.sicn, .view-list .thumbnail
  .icn-thumb-dcx.sicn, .view-list .thumbnail
  .icn-thumb-dcx.licn, .modal-detail
  .icn-thumb-dcx.sicn, .view-list .thumbnail
  .icn-thumb-dds.sicn, .view-list .thumbnail
  .icn-thumb-dds.licn, .modal-detail
  .icn-thumb-dds.sicn, .view-list .thumbnail
  .icn-thumb-dib.sicn, .view-list .thumbnail
  .icn-thumb-dib.licn, .modal-detail
  .icn-thumb-dib.sicn, .view-list .thumbnail
  .icn-thumb-dicom.sicn, .view-list .thumbnail
  .icn-thumb-dicom.licn, .modal-detail
  .icn-thumb-dicom.sicn, .view-list .thumbnail
  .icn-thumb-dng.sicn, .view-list .thumbnail
  .icn-thumb-dng.licn, .modal-detail
  .icn-thumb-dng.sicn, .view-list .thumbnail
  .icn-thumb-dot.sicn, .view-list .thumbnail
  .icn-thumb-dot.licn, .modal-detail
  .icn-thumb-dot.sicn, .view-list .thumbnail
  .icn-thumb-dpx.sicn, .view-list .thumbnail
  .icn-thumb-dpx.licn, .modal-detail
  .icn-thumb-dpx.sicn, .view-list .thumbnail
  .icn-thumb-emf.sicn, .view-list .thumbnail
  .icn-thumb-emf.licn, .modal-detail
  .icn-thumb-emf.sicn, .view-list .thumbnail
  .icn-thumb-epdf.sicn, .view-list .thumbnail
  .icn-thumb-epdf.licn, .modal-detail
  .icn-thumb-epdf.sicn, .view-list .thumbnail
  .icn-thumb-epi.sicn, .view-list .thumbnail
  .icn-thumb-epi.licn, .modal-detail
  .icn-thumb-epi.sicn, .view-list .thumbnail
  .icn-thumb-eps.sicn, .view-list .thumbnail
  .icn-thumb-eps.licn, .modal-detail
  .icn-thumb-eps.sicn, .view-list .thumbnail
  .icn-thumb-eps2.sicn, .view-list .thumbnail
  .icn-thumb-eps2.licn, .modal-detail
  .icn-thumb-eps2.sicn, .view-list .thumbnail
  .icn-thumb-eps3.sicn, .view-list .thumbnail
  .icn-thumb-eps3.licn, .modal-detail
  .icn-thumb-eps3.sicn, .view-list .thumbnail
  .icn-thumb-epsf.sicn, .view-list .thumbnail
  .icn-thumb-epsf.licn, .modal-detail
  .icn-thumb-epsf.sicn, .view-list .thumbnail
  .icn-thumb-epsi.sicn, .view-list .thumbnail
  .icn-thumb-epsi.licn, .modal-detail
  .icn-thumb-epsi.sicn, .view-list .thumbnail
  .icn-thumb-ept.sicn, .view-list .thumbnail
  .icn-thumb-ept.licn, .modal-detail
  .icn-thumb-ept.sicn, .view-list .thumbnail
  .icn-thumb-erf.sicn, .view-list .thumbnail
  .icn-thumb-erf.licn, .modal-detail
  .icn-thumb-erf.sicn, .view-list .thumbnail
  .icn-thumb-exr.sicn, .view-list .thumbnail
  .icn-thumb-exr.licn, .modal-detail
  .icn-thumb-exr.sicn, .view-list .thumbnail
  .icn-thumb-fax.sicn, .view-list .thumbnail
  .icn-thumb-fax.licn, .modal-detail
  .icn-thumb-fax.sicn, .view-list .thumbnail
  .icn-thumb-fig.sicn, .view-list .thumbnail
  .icn-thumb-fig.licn, .modal-detail
  .icn-thumb-fig.sicn, .view-list .thumbnail
  .icn-thumb-fit.sicn, .view-list .thumbnail
  .icn-thumb-fit.licn, .modal-detail
  .icn-thumb-fit.sicn, .view-list .thumbnail
  .icn-thumb-fits.sicn, .view-list .thumbnail
  .icn-thumb-fits.licn, .modal-detail
  .icn-thumb-fits.sicn, .view-list .thumbnail
  .icn-thumb-fpx.sicn, .view-list .thumbnail
  .icn-thumb-fpx.licn, .modal-detail
  .icn-thumb-fpx.sicn, .view-list .thumbnail
  .icn-thumb-fts.sicn, .view-list .thumbnail
  .icn-thumb-fts.licn, .modal-detail
  .icn-thumb-fts.sicn, .view-list .thumbnail
  .icn-thumb-gif.sicn, .view-list .thumbnail
  .icn-thumb-gif.licn, .modal-detail
  .icn-thumb-gif.sicn, .view-list .thumbnail
  .icn-thumb-gplt.sicn, .view-list .thumbnail
  .icn-thumb-gplt.licn, .modal-detail
  .icn-thumb-gplt.sicn, .view-list .thumbnail
  .icn-thumb-gray.sicn, .view-list .thumbnail
  .icn-thumb-gray.licn, .modal-detail
  .icn-thumb-gray.sicn, .view-list .thumbnail
  .icn-thumb-hdr.sicn, .view-list .thumbnail
  .icn-thumb-hdr.licn, .modal-detail
  .icn-thumb-hdr.sicn, .view-list .thumbnail
  .icn-thumb-hpgl.sicn, .view-list .thumbnail
  .icn-thumb-hpgl.licn, .modal-detail
  .icn-thumb-hpgl.sicn, .view-list .thumbnail
  .icn-thumb-hrz.sicn, .view-list .thumbnail
  .icn-thumb-hrz.licn, .modal-detail
  .icn-thumb-hrz.sicn, .view-list .thumbnail
  .icn-thumb-ico.sicn, .view-list .thumbnail
  .icn-thumb-ico.licn, .modal-detail
  .icn-thumb-ico.sicn, .view-list .thumbnail
  .icn-thumb-icon.sicn, .view-list .thumbnail
  .icn-thumb-icon.licn, .modal-detail
  .icn-thumb-icon.sicn, .view-list .thumbnail
  .icn-thumb-iff.sicn, .view-list .thumbnail
  .icn-thumb-iff.licn, .modal-detail
  .icn-thumb-iff.sicn, .view-list .thumbnail
  .icn-thumb-info.sicn, .view-list .thumbnail
  .icn-thumb-info.licn, .modal-detail
  .icn-thumb-info.sicn, .view-list .thumbnail
  .icn-thumb-inli.sicn, .view-list .thumbnail
  .icn-thumb-inli.licn, .modal-detail
  .icn-thumb-inli.sicn, .view-list .thumbnail
  .icn-thumb-jbig.sicn, .view-list .thumbnail
  .icn-thumb-jbig.licn, .modal-detail
  .icn-thumb-jbig.sicn, .view-list .thumbnail
  .icn-thumb-jng.sicn, .view-list .thumbnail
  .icn-thumb-jng.licn, .modal-detail
  .icn-thumb-jng.sicn, .view-list .thumbnail
  .icn-thumb-jp2.sicn, .view-list .thumbnail
  .icn-thumb-jp2.licn, .modal-detail
  .icn-thumb-jp2.sicn, .view-list .thumbnail
  .icn-thumb-jpe.sicn, .view-list .thumbnail
  .icn-thumb-jpe.licn, .modal-detail
  .icn-thumb-jpe.sicn, .view-list .thumbnail
  .icn-thumb-jpf.sicn, .view-list .thumbnail
  .icn-thumb-jpf.licn, .modal-detail
  .icn-thumb-jpf.sicn, .view-list .thumbnail
  .icn-thumb-jpc.sicn, .view-list .thumbnail
  .icn-thumb-jpc.licn, .modal-detail
  .icn-thumb-jpc.sicn, .view-list .thumbnail
  .icn-thumb-jpg.sicn, .view-list .thumbnail
  .icn-thumb-jpg.licn, .modal-detail
  .icn-thumb-jpg.sicn, .view-list .thumbnail
  .icn-thumb-jpeg.sicn, .view-list .thumbnail
  .icn-thumb-jpeg.licn, .modal-detail
  .icn-thumb-jpeg.sicn, .view-list .thumbnail
  .icn-thumb-kdc.sicn, .view-list .thumbnail
  .icn-thumb-kdc.licn, .modal-detail
  .icn-thumb-kdc.sicn, .view-list .thumbnail
  .icn-thumb-k25.sicn, .view-list .thumbnail
  .icn-thumb-k25.licn, .modal-detail
  .icn-thumb-k25.sicn, .view-list .thumbnail
  .icn-thumb-man.sicn, .view-list .thumbnail
  .icn-thumb-man.licn, .modal-detail
  .icn-thumb-man.sicn, .view-list .thumbnail
  .icn-thumb-mat.sicn, .view-list .thumbnail
  .icn-thumb-mat.licn, .modal-detail
  .icn-thumb-mat.sicn, .view-list .thumbnail
  .icn-thumb-miff.sicn, .view-list .thumbnail
  .icn-thumb-miff.licn, .modal-detail
  .icn-thumb-miff.sicn, .view-list .thumbnail
  .icn-thumb-mono.sicn, .view-list .thumbnail
  .icn-thumb-mono.licn, .modal-detail
  .icn-thumb-mono.sicn, .view-list .thumbnail
  .icn-thumb-mng.sicn, .view-list .thumbnail
  .icn-thumb-mng.licn, .modal-detail
  .icn-thumb-mng.sicn, .view-list .thumbnail
  .icn-thumb-mpc.sicn, .view-list .thumbnail
  .icn-thumb-mpc.licn, .modal-detail
  .icn-thumb-mpc.sicn, .view-list .thumbnail
  .icn-thumb-mpr.sicn, .view-list .thumbnail
  .icn-thumb-mpr.licn, .modal-detail
  .icn-thumb-mpr.sicn, .view-list .thumbnail
  .icn-thumb-mrsid.sicn, .view-list .thumbnail
  .icn-thumb-mrsid.licn, .modal-detail
  .icn-thumb-mrsid.sicn, .view-list .thumbnail
  .icn-thumb-mrw.sicn, .view-list .thumbnail
  .icn-thumb-mrw.licn, .modal-detail
  .icn-thumb-mrw.sicn, .view-list .thumbnail
  .icn-thumb-msl.sicn, .view-list .thumbnail
  .icn-thumb-msl.licn, .modal-detail
  .icn-thumb-msl.sicn, .view-list .thumbnail
  .icn-thumb-msvg.sicn, .view-list .thumbnail
  .icn-thumb-msvg.licn, .modal-detail
  .icn-thumb-msvg.sicn, .view-list .thumbnail
  .icn-thumb-mtv.sicn, .view-list .thumbnail
  .icn-thumb-mtv.licn, .modal-detail
  .icn-thumb-mtv.sicn, .view-list .thumbnail
  .icn-thumb-mvg.sicn, .view-list .thumbnail
  .icn-thumb-mvg.licn, .modal-detail
  .icn-thumb-mvg.sicn, .view-list .thumbnail
  .icn-thumb-nef.sicn, .view-list .thumbnail
  .icn-thumb-nef.licn, .modal-detail
  .icn-thumb-nef.sicn, .view-list .thumbnail
  .icn-thumb-orf.sicn, .view-list .thumbnail
  .icn-thumb-orf.licn, .modal-detail
  .icn-thumb-orf.sicn, .view-list .thumbnail
  .icn-thumb-otb.sicn, .view-list .thumbnail
  .icn-thumb-otb.licn, .modal-detail
  .icn-thumb-otb.sicn, .view-list .thumbnail
  .icn-thumb-p7.sicn, .view-list .thumbnail
  .icn-thumb-p7.licn, .modal-detail
  .icn-thumb-p7.sicn, .view-list .thumbnail
  .icn-thumb-palm.sicn, .view-list .thumbnail
  .icn-thumb-palm.licn, .modal-detail
  .icn-thumb-palm.sicn, .view-list .thumbnail
  .icn-thumb-pam.sicn, .view-list .thumbnail
  .icn-thumb-pam.licn, .modal-detail
  .icn-thumb-pam.sicn, .view-list .thumbnail
  .icn-thumb-pbm.sicn, .view-list .thumbnail
  .icn-thumb-pbm.licn, .modal-detail
  .icn-thumb-pbm.sicn, .view-list .thumbnail
  .icn-thumb-pcd.sicn, .view-list .thumbnail
  .icn-thumb-pcd.licn, .modal-detail
  .icn-thumb-pcd.sicn, .view-list .thumbnail
  .icn-thumb-pcds.sicn, .view-list .thumbnail
  .icn-thumb-pcds.licn, .modal-detail
  .icn-thumb-pcds.sicn, .view-list .thumbnail
  .icn-thumb-pcc.sicn, .view-list .thumbnail
  .icn-thumb-pcc.licn, .modal-detail
  .icn-thumb-pcc.sicn, .view-list .thumbnail
  .icn-thumb-pcl.sicn, .view-list .thumbnail
  .icn-thumb-pcl.licn, .modal-detail
  .icn-thumb-pcl.sicn, .view-list .thumbnail
  .icn-thumb-pct.sicn, .view-list .thumbnail
  .icn-thumb-pct.licn, .modal-detail
  .icn-thumb-pct.sicn, .view-list .thumbnail
  .icn-thumb-pcx.sicn, .view-list .thumbnail
  .icn-thumb-pcx.licn, .modal-detail
  .icn-thumb-pcx.sicn, .view-list .thumbnail
  .icn-thumb-pdb.sicn, .view-list .thumbnail
  .icn-thumb-pdb.licn, .modal-detail
  .icn-thumb-pdb.sicn, .view-list .thumbnail
  .icn-thumb-pef.sicn, .view-list .thumbnail
  .icn-thumb-pef.licn, .modal-detail
  .icn-thumb-pef.sicn, .view-list .thumbnail
  .icn-thumb-pex.sicn, .view-list .thumbnail
  .icn-thumb-pex.licn, .modal-detail
  .icn-thumb-pex.sicn, .view-list .thumbnail
  .icn-thumb-pfa.sicn, .view-list .thumbnail
  .icn-thumb-pfa.licn, .modal-detail
  .icn-thumb-pfa.sicn, .view-list .thumbnail
  .icn-thumb-pfb.sicn, .view-list .thumbnail
  .icn-thumb-pfb.licn, .modal-detail
  .icn-thumb-pfb.sicn, .view-list .thumbnail
  .icn-thumb-pfm.sicn, .view-list .thumbnail
  .icn-thumb-pfm.licn, .modal-detail
  .icn-thumb-pfm.sicn, .view-list .thumbnail
  .icn-thumb-pgm.sicn, .view-list .thumbnail
  .icn-thumb-pgm.licn, .modal-detail
  .icn-thumb-pgm.sicn, .view-list .thumbnail
  .icn-thumb-picon.sicn, .view-list .thumbnail
  .icn-thumb-picon.licn, .modal-detail
  .icn-thumb-picon.sicn, .view-list .thumbnail
  .icn-thumb-pict.sicn, .view-list .thumbnail
  .icn-thumb-pict.licn, .modal-detail
  .icn-thumb-pict.sicn, .view-list .thumbnail
  .icn-thumb-pix.sicn, .view-list .thumbnail
  .icn-thumb-pix.licn, .modal-detail
  .icn-thumb-pix.sicn, .view-list .thumbnail
  .icn-thumb-png.sicn, .view-list .thumbnail
  .icn-thumb-png.licn, .modal-detail
  .icn-thumb-png.sicn, .view-list .thumbnail
  .icn-thumb-png8.sicn, .view-list .thumbnail
  .icn-thumb-png8.licn, .modal-detail
  .icn-thumb-png8.sicn, .view-list .thumbnail
  .icn-thumb-png24.sicn, .view-list .thumbnail
  .icn-thumb-png24.licn, .modal-detail
  .icn-thumb-png24.sicn, .view-list .thumbnail
  .icn-thumb-png32.sicn, .view-list .thumbnail
  .icn-thumb-png32.licn, .modal-detail
  .icn-thumb-png32.sicn, .view-list .thumbnail
  .icn-thumb-pnm.sicn, .view-list .thumbnail
  .icn-thumb-pnm.licn, .modal-detail
  .icn-thumb-pnm.sicn, .view-list .thumbnail
  .icn-thumb-ppm.sicn, .view-list .thumbnail
  .icn-thumb-ppm.licn, .modal-detail
  .icn-thumb-ppm.sicn, .view-list .thumbnail
  .icn-thumb-psb.sicn, .view-list .thumbnail
  .icn-thumb-psb.licn, .modal-detail
  .icn-thumb-psb.sicn, .view-list .thumbnail
  .icn-thumb-psd.sicn, .view-list .thumbnail
  .icn-thumb-psd.licn, .modal-detail
  .icn-thumb-psd.sicn, .view-list .thumbnail
  .icn-thumb-ptif.sicn, .view-list .thumbnail
  .icn-thumb-ptif.licn, .modal-detail
  .icn-thumb-ptif.sicn, .view-list .thumbnail
  .icn-thumb-pwp.sicn, .view-list .thumbnail
  .icn-thumb-pwp.licn, .modal-detail
  .icn-thumb-pwp.sicn, .view-list .thumbnail
  .icn-thumb-rad.sicn, .view-list .thumbnail
  .icn-thumb-rad.licn, .modal-detail
  .icn-thumb-rad.sicn, .view-list .thumbnail
  .icn-thumb-raf.sicn, .view-list .thumbnail
  .icn-thumb-raf.licn, .modal-detail
  .icn-thumb-raf.sicn, .view-list .thumbnail
  .icn-thumb-rgb.sicn, .view-list .thumbnail
  .icn-thumb-rgb.licn, .modal-detail
  .icn-thumb-rgb.sicn, .view-list .thumbnail
  .icn-thumb-rgba.sicn, .view-list .thumbnail
  .icn-thumb-rgba.licn, .modal-detail
  .icn-thumb-rgba.sicn, .view-list .thumbnail
  .icn-thumb-rla.sicn, .view-list .thumbnail
  .icn-thumb-rla.licn, .modal-detail
  .icn-thumb-rla.sicn, .view-list .thumbnail
  .icn-thumb-rle.sicn, .view-list .thumbnail
  .icn-thumb-rle.licn, .modal-detail
  .icn-thumb-rle.sicn, .view-list .thumbnail
  .icn-thumb-sct.sicn, .view-list .thumbnail
  .icn-thumb-sct.licn, .modal-detail
  .icn-thumb-sct.sicn, .view-list .thumbnail
  .icn-thumb-sfw.sicn, .view-list .thumbnail
  .icn-thumb-sfw.licn, .modal-detail
  .icn-thumb-sfw.sicn, .view-list .thumbnail
  .icn-thumb-sgi.sicn, .view-list .thumbnail
  .icn-thumb-sgi.licn, .modal-detail
  .icn-thumb-sgi.sicn, .view-list .thumbnail
  .icn-thumb-shtml.sicn, .view-list .thumbnail
  .icn-thumb-shtml.licn, .modal-detail
  .icn-thumb-shtml.sicn, .view-list .thumbnail
  .icn-thumb-sid.sicn, .view-list .thumbnail
  .icn-thumb-sid.licn, .modal-detail
  .icn-thumb-sid.sicn, .view-list .thumbnail
  .icn-thumb-sr2.sicn, .view-list .thumbnail
  .icn-thumb-sr2.licn, .modal-detail
  .icn-thumb-sr2.sicn, .view-list .thumbnail
  .icn-thumb-srf.sicn, .view-list .thumbnail
  .icn-thumb-srf.licn, .modal-detail
  .icn-thumb-srf.sicn, .view-list .thumbnail
  .icn-thumb-sun.sicn, .view-list .thumbnail
  .icn-thumb-sun.licn, .modal-detail
  .icn-thumb-sun.sicn, .view-list .thumbnail
  .icn-thumb-svg.sicn, .view-list .thumbnail
  .icn-thumb-svg.licn, .modal-detail
  .icn-thumb-svg.sicn, .view-list .thumbnail
  .icn-thumb-svgz.sicn, .view-list .thumbnail
  .icn-thumb-svgz.licn, .modal-detail
  .icn-thumb-svgz.sicn, .view-list .thumbnail
  .icn-thumb-tga.sicn, .view-list .thumbnail
  .icn-thumb-tga.licn, .modal-detail
  .icn-thumb-tga.sicn, .view-list .thumbnail
  .icn-thumb-tif.sicn, .view-list .thumbnail
  .icn-thumb-tif.licn, .modal-detail
  .icn-thumb-tif.sicn, .view-list .thumbnail
  .icn-thumb-tiff.sicn, .view-list .thumbnail
  .icn-thumb-tiff.licn, .modal-detail
  .icn-thumb-tiff.sicn, .view-list .thumbnail
  .icn-thumb-tiff64.sicn, .view-list .thumbnail
  .icn-thumb-tiff64.licn, .modal-detail
  .icn-thumb-tiff64.sicn, .view-list .thumbnail
  .icn-thumb-tim.sicn, .view-list .thumbnail
  .icn-thumb-tim.licn, .modal-detail
  .icn-thumb-tim.sicn, .view-list .thumbnail
  .icn-thumb-uil.sicn, .view-list .thumbnail
  .icn-thumb-uil.licn, .modal-detail
  .icn-thumb-uil.sicn, .view-list .thumbnail
  .icn-thumb-uyvy.sicn, .view-list .thumbnail
  .icn-thumb-uyvy.licn, .modal-detail
  .icn-thumb-uyvy.sicn, .view-list .thumbnail
  .icn-thumb-vicar.sicn, .view-list .thumbnail
  .icn-thumb-vicar.licn, .modal-detail
  .icn-thumb-vicar.sicn, .view-list .thumbnail
  .icn-thumb-viff.sicn, .view-list .thumbnail
  .icn-thumb-viff.licn, .modal-detail
  .icn-thumb-viff.sicn, .view-list .thumbnail
  .icn-thumb-wbmp.sicn, .view-list .thumbnail
  .icn-thumb-wbmp.licn, .modal-detail
  .icn-thumb-wbmp.sicn, .view-list .thumbnail
  .icn-thumb-webp.sicn, .view-list .thumbnail
  .icn-thumb-webp.licn, .modal-detail
  .icn-thumb-webp.sicn, .view-list .thumbnail
  .icn-thumb-wmf.sicn, .view-list .thumbnail
  .icn-thumb-wmf.licn, .modal-detail
  .icn-thumb-wmf.sicn, .view-list .thumbnail
  .icn-thumb-wpg.sicn, .view-list .thumbnail
  .icn-thumb-wpg.licn, .modal-detail
  .icn-thumb-wpg.sicn, .view-list .thumbnail
  .icn-thumb-x.sicn, .view-list .thumbnail
  .icn-thumb-x.licn, .modal-detail
  .icn-thumb-x.sicn, .view-list .thumbnail
  .icn-thumb-xbm.sicn, .view-list .thumbnail
  .icn-thumb-xbm.licn, .modal-detail
  .icn-thumb-xbm.sicn, .view-list .thumbnail
  .icn-thumb-xcf.sicn, .view-list .thumbnail
  .icn-thumb-xcf.licn, .modal-detail
  .icn-thumb-xcf.sicn, .view-list .thumbnail
  .icn-thumb-xpm.sicn, .view-list .thumbnail
  .icn-thumb-xpm.licn, .modal-detail
  .icn-thumb-xpm.sicn, .view-list .thumbnail
  .icn-thumb-xwd.sicn, .view-list .thumbnail
  .icn-thumb-xwd.licn, .modal-detail
  .icn-thumb-xwd.sicn, .view-list .thumbnail
  .icn-thumb-x3f.sicn, .view-list .thumbnail
  .icn-thumb-x3f.licn, .modal-detail
  .icn-thumb-x3f.sicn, .view-list .thumbnail
  .icn-thumb-ycbcr.sicn, .view-list .thumbnail
  .icn-thumb-ycbcr.licn, .modal-detail
  .icn-thumb-ycbcr.sicn, .view-list .thumbnail
  .icn-thumb-ycbc.sicn, .view-list .thumbnail
  .icn-thumb-ycbc.licn, .modal-detail
  .icn-thumb-ycbc.sicn, .view-list .thumbnail
  .icn-thumb-yuv.sicn, .view-list .thumbnail
  .icn-thumb-yuv.licn, .modal-detail
  .icn-thumb-yuv.sicn {
    background: url('../images/file-icons-retina/sprite/image.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 390, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-video,
.icn-thumb-mp4,
.icn-thumb-mov,
.icn-thumb-m4v,
.icn-thumb-m2v,
.icn-thumb-avi,
.icn-thumb-wmv,
.icn-thumb-rm,
.icn-thumb-mpeg,
.icn-thumb-ogv,
.icn-thumb-3gp,
.icn-thumb-3g2,
.icn-thumb-vob,
.icn-thumb-flv,
.icn-thumb-webm,
.icn-thumb-mkv {
  background: url('../images/file-icons/small-thumb/video.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 390, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-video,
  .icn-thumb-mp4,
  .icn-thumb-mov,
  .icn-thumb-m4v,
  .icn-thumb-m2v,
  .icn-thumb-avi,
  .icn-thumb-wmv,
  .icn-thumb-rm,
  .icn-thumb-mpeg,
  .icn-thumb-ogv,
  .icn-thumb-3gp,
  .icn-thumb-3g2,
  .icn-thumb-vob,
  .icn-thumb-flv,
  .icn-thumb-webm,
  .icn-thumb-mkv {
    background: url('../images/file-icons-retina/small-thumb/video@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 407, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-video, .shared-by-me-page .icn-thumb-video, .shared-with-me-page .icn-thumb-video, .scheduled-shares-page .icn-thumb-video, .search-page
.icn-thumb-mp4, .shared-by-me-page
.icn-thumb-mp4, .shared-with-me-page
.icn-thumb-mp4, .scheduled-shares-page
.icn-thumb-mp4, .search-page
.icn-thumb-mov, .shared-by-me-page
.icn-thumb-mov, .shared-with-me-page
.icn-thumb-mov, .scheduled-shares-page
.icn-thumb-mov, .search-page
.icn-thumb-m4v, .shared-by-me-page
.icn-thumb-m4v, .shared-with-me-page
.icn-thumb-m4v, .scheduled-shares-page
.icn-thumb-m4v, .search-page
.icn-thumb-m2v, .shared-by-me-page
.icn-thumb-m2v, .shared-with-me-page
.icn-thumb-m2v, .scheduled-shares-page
.icn-thumb-m2v, .search-page
.icn-thumb-avi, .shared-by-me-page
.icn-thumb-avi, .shared-with-me-page
.icn-thumb-avi, .scheduled-shares-page
.icn-thumb-avi, .search-page
.icn-thumb-wmv, .shared-by-me-page
.icn-thumb-wmv, .shared-with-me-page
.icn-thumb-wmv, .scheduled-shares-page
.icn-thumb-wmv, .search-page
.icn-thumb-rm, .shared-by-me-page
.icn-thumb-rm, .shared-with-me-page
.icn-thumb-rm, .scheduled-shares-page
.icn-thumb-rm, .search-page
.icn-thumb-mpeg, .shared-by-me-page
.icn-thumb-mpeg, .shared-with-me-page
.icn-thumb-mpeg, .scheduled-shares-page
.icn-thumb-mpeg, .search-page
.icn-thumb-ogv, .shared-by-me-page
.icn-thumb-ogv, .shared-with-me-page
.icn-thumb-ogv, .scheduled-shares-page
.icn-thumb-ogv, .search-page
.icn-thumb-3gp, .shared-by-me-page
.icn-thumb-3gp, .shared-with-me-page
.icn-thumb-3gp, .scheduled-shares-page
.icn-thumb-3gp, .search-page
.icn-thumb-3g2, .shared-by-me-page
.icn-thumb-3g2, .shared-with-me-page
.icn-thumb-3g2, .scheduled-shares-page
.icn-thumb-3g2, .search-page
.icn-thumb-vob, .shared-by-me-page
.icn-thumb-vob, .shared-with-me-page
.icn-thumb-vob, .scheduled-shares-page
.icn-thumb-vob, .search-page
.icn-thumb-flv, .shared-by-me-page
.icn-thumb-flv, .shared-with-me-page
.icn-thumb-flv, .scheduled-shares-page
.icn-thumb-flv, .search-page
.icn-thumb-webm, .shared-by-me-page
.icn-thumb-webm, .shared-with-me-page
.icn-thumb-webm, .scheduled-shares-page
.icn-thumb-webm, .search-page
.icn-thumb-mkv, .shared-by-me-page
.icn-thumb-mkv, .shared-with-me-page
.icn-thumb-mkv, .scheduled-shares-page
.icn-thumb-mkv {
  background-position: -1404px 0;
  height: 30px;
  width: 30px;
}
/* line 411, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-video, .download-outer >
.icn-thumb-mp4, .download-outer >
.icn-thumb-mov, .download-outer >
.icn-thumb-m4v, .download-outer >
.icn-thumb-m2v, .download-outer >
.icn-thumb-avi, .download-outer >
.icn-thumb-wmv, .download-outer >
.icn-thumb-rm, .download-outer >
.icn-thumb-mpeg, .download-outer >
.icn-thumb-ogv, .download-outer >
.icn-thumb-3gp, .download-outer >
.icn-thumb-3g2, .download-outer >
.icn-thumb-vob, .download-outer >
.icn-thumb-flv, .download-outer >
.icn-thumb-webm, .download-outer >
.icn-thumb-mkv {
  background: url('../images/file-icons/thumb/video.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 411, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-video, .download-outer >
  .icn-thumb-mp4, .download-outer >
  .icn-thumb-mov, .download-outer >
  .icn-thumb-m4v, .download-outer >
  .icn-thumb-m2v, .download-outer >
  .icn-thumb-avi, .download-outer >
  .icn-thumb-wmv, .download-outer >
  .icn-thumb-rm, .download-outer >
  .icn-thumb-mpeg, .download-outer >
  .icn-thumb-ogv, .download-outer >
  .icn-thumb-3gp, .download-outer >
  .icn-thumb-3g2, .download-outer >
  .icn-thumb-vob, .download-outer >
  .icn-thumb-flv, .download-outer >
  .icn-thumb-webm, .download-outer >
  .icn-thumb-mkv {
    background: url('../images/file-icons-retina/thumb/video@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 412, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-video.sicn, .thumbnail .icn-thumb-video.licn, .thumbnail >
.icn-thumb-mp4.sicn, .thumbnail
.icn-thumb-mp4.licn, .thumbnail >
.icn-thumb-mov.sicn, .thumbnail
.icn-thumb-mov.licn, .thumbnail >
.icn-thumb-m4v.sicn, .thumbnail
.icn-thumb-m4v.licn, .thumbnail >
.icn-thumb-m2v.sicn, .thumbnail
.icn-thumb-m2v.licn, .thumbnail >
.icn-thumb-avi.sicn, .thumbnail
.icn-thumb-avi.licn, .thumbnail >
.icn-thumb-wmv.sicn, .thumbnail
.icn-thumb-wmv.licn, .thumbnail >
.icn-thumb-rm.sicn, .thumbnail
.icn-thumb-rm.licn, .thumbnail >
.icn-thumb-mpeg.sicn, .thumbnail
.icn-thumb-mpeg.licn, .thumbnail >
.icn-thumb-ogv.sicn, .thumbnail
.icn-thumb-ogv.licn, .thumbnail >
.icn-thumb-3gp.sicn, .thumbnail
.icn-thumb-3gp.licn, .thumbnail >
.icn-thumb-3g2.sicn, .thumbnail
.icn-thumb-3g2.licn, .thumbnail >
.icn-thumb-vob.sicn, .thumbnail
.icn-thumb-vob.licn, .thumbnail >
.icn-thumb-flv.sicn, .thumbnail
.icn-thumb-flv.licn, .thumbnail >
.icn-thumb-webm.sicn, .thumbnail
.icn-thumb-webm.licn, .thumbnail >
.icn-thumb-mkv.sicn, .thumbnail
.icn-thumb-mkv.licn {
  background: url('../images/file-icons/thumb/video.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 412, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-video.sicn, .thumbnail .icn-thumb-video.licn, .thumbnail >
  .icn-thumb-mp4.sicn, .thumbnail
  .icn-thumb-mp4.licn, .thumbnail >
  .icn-thumb-mov.sicn, .thumbnail
  .icn-thumb-mov.licn, .thumbnail >
  .icn-thumb-m4v.sicn, .thumbnail
  .icn-thumb-m4v.licn, .thumbnail >
  .icn-thumb-m2v.sicn, .thumbnail
  .icn-thumb-m2v.licn, .thumbnail >
  .icn-thumb-avi.sicn, .thumbnail
  .icn-thumb-avi.licn, .thumbnail >
  .icn-thumb-wmv.sicn, .thumbnail
  .icn-thumb-wmv.licn, .thumbnail >
  .icn-thumb-rm.sicn, .thumbnail
  .icn-thumb-rm.licn, .thumbnail >
  .icn-thumb-mpeg.sicn, .thumbnail
  .icn-thumb-mpeg.licn, .thumbnail >
  .icn-thumb-ogv.sicn, .thumbnail
  .icn-thumb-ogv.licn, .thumbnail >
  .icn-thumb-3gp.sicn, .thumbnail
  .icn-thumb-3gp.licn, .thumbnail >
  .icn-thumb-3g2.sicn, .thumbnail
  .icn-thumb-3g2.licn, .thumbnail >
  .icn-thumb-vob.sicn, .thumbnail
  .icn-thumb-vob.licn, .thumbnail >
  .icn-thumb-flv.sicn, .thumbnail
  .icn-thumb-flv.licn, .thumbnail >
  .icn-thumb-webm.sicn, .thumbnail
  .icn-thumb-webm.licn, .thumbnail >
  .icn-thumb-mkv.sicn, .thumbnail
  .icn-thumb-mkv.licn {
    background: url('../images/file-icons-retina/thumb/video@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 414, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-video.sicn, .view-list .thumbnail .icn-thumb-video.licn, .modal-detail .icn-thumb-video.sicn, .view-list .thumbnail
.icn-thumb-mp4.sicn, .view-list .thumbnail
.icn-thumb-mp4.licn, .modal-detail
.icn-thumb-mp4.sicn, .view-list .thumbnail
.icn-thumb-mov.sicn, .view-list .thumbnail
.icn-thumb-mov.licn, .modal-detail
.icn-thumb-mov.sicn, .view-list .thumbnail
.icn-thumb-m4v.sicn, .view-list .thumbnail
.icn-thumb-m4v.licn, .modal-detail
.icn-thumb-m4v.sicn, .view-list .thumbnail
.icn-thumb-m2v.sicn, .view-list .thumbnail
.icn-thumb-m2v.licn, .modal-detail
.icn-thumb-m2v.sicn, .view-list .thumbnail
.icn-thumb-avi.sicn, .view-list .thumbnail
.icn-thumb-avi.licn, .modal-detail
.icn-thumb-avi.sicn, .view-list .thumbnail
.icn-thumb-wmv.sicn, .view-list .thumbnail
.icn-thumb-wmv.licn, .modal-detail
.icn-thumb-wmv.sicn, .view-list .thumbnail
.icn-thumb-rm.sicn, .view-list .thumbnail
.icn-thumb-rm.licn, .modal-detail
.icn-thumb-rm.sicn, .view-list .thumbnail
.icn-thumb-mpeg.sicn, .view-list .thumbnail
.icn-thumb-mpeg.licn, .modal-detail
.icn-thumb-mpeg.sicn, .view-list .thumbnail
.icn-thumb-ogv.sicn, .view-list .thumbnail
.icn-thumb-ogv.licn, .modal-detail
.icn-thumb-ogv.sicn, .view-list .thumbnail
.icn-thumb-3gp.sicn, .view-list .thumbnail
.icn-thumb-3gp.licn, .modal-detail
.icn-thumb-3gp.sicn, .view-list .thumbnail
.icn-thumb-3g2.sicn, .view-list .thumbnail
.icn-thumb-3g2.licn, .modal-detail
.icn-thumb-3g2.sicn, .view-list .thumbnail
.icn-thumb-vob.sicn, .view-list .thumbnail
.icn-thumb-vob.licn, .modal-detail
.icn-thumb-vob.sicn, .view-list .thumbnail
.icn-thumb-flv.sicn, .view-list .thumbnail
.icn-thumb-flv.licn, .modal-detail
.icn-thumb-flv.sicn, .view-list .thumbnail
.icn-thumb-webm.sicn, .view-list .thumbnail
.icn-thumb-webm.licn, .modal-detail
.icn-thumb-webm.sicn, .view-list .thumbnail
.icn-thumb-mkv.sicn, .view-list .thumbnail
.icn-thumb-mkv.licn, .modal-detail
.icn-thumb-mkv.sicn {
  background: url('../images/file-icons/sprite/video.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 414, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-video.sicn, .view-list .thumbnail .icn-thumb-video.licn, .modal-detail .icn-thumb-video.sicn, .view-list .thumbnail
  .icn-thumb-mp4.sicn, .view-list .thumbnail
  .icn-thumb-mp4.licn, .modal-detail
  .icn-thumb-mp4.sicn, .view-list .thumbnail
  .icn-thumb-mov.sicn, .view-list .thumbnail
  .icn-thumb-mov.licn, .modal-detail
  .icn-thumb-mov.sicn, .view-list .thumbnail
  .icn-thumb-m4v.sicn, .view-list .thumbnail
  .icn-thumb-m4v.licn, .modal-detail
  .icn-thumb-m4v.sicn, .view-list .thumbnail
  .icn-thumb-m2v.sicn, .view-list .thumbnail
  .icn-thumb-m2v.licn, .modal-detail
  .icn-thumb-m2v.sicn, .view-list .thumbnail
  .icn-thumb-avi.sicn, .view-list .thumbnail
  .icn-thumb-avi.licn, .modal-detail
  .icn-thumb-avi.sicn, .view-list .thumbnail
  .icn-thumb-wmv.sicn, .view-list .thumbnail
  .icn-thumb-wmv.licn, .modal-detail
  .icn-thumb-wmv.sicn, .view-list .thumbnail
  .icn-thumb-rm.sicn, .view-list .thumbnail
  .icn-thumb-rm.licn, .modal-detail
  .icn-thumb-rm.sicn, .view-list .thumbnail
  .icn-thumb-mpeg.sicn, .view-list .thumbnail
  .icn-thumb-mpeg.licn, .modal-detail
  .icn-thumb-mpeg.sicn, .view-list .thumbnail
  .icn-thumb-ogv.sicn, .view-list .thumbnail
  .icn-thumb-ogv.licn, .modal-detail
  .icn-thumb-ogv.sicn, .view-list .thumbnail
  .icn-thumb-3gp.sicn, .view-list .thumbnail
  .icn-thumb-3gp.licn, .modal-detail
  .icn-thumb-3gp.sicn, .view-list .thumbnail
  .icn-thumb-3g2.sicn, .view-list .thumbnail
  .icn-thumb-3g2.licn, .modal-detail
  .icn-thumb-3g2.sicn, .view-list .thumbnail
  .icn-thumb-vob.sicn, .view-list .thumbnail
  .icn-thumb-vob.licn, .modal-detail
  .icn-thumb-vob.sicn, .view-list .thumbnail
  .icn-thumb-flv.sicn, .view-list .thumbnail
  .icn-thumb-flv.licn, .modal-detail
  .icn-thumb-flv.sicn, .view-list .thumbnail
  .icn-thumb-webm.sicn, .view-list .thumbnail
  .icn-thumb-webm.licn, .modal-detail
  .icn-thumb-webm.sicn, .view-list .thumbnail
  .icn-thumb-mkv.sicn, .view-list .thumbnail
  .icn-thumb-mkv.licn, .modal-detail
  .icn-thumb-mkv.sicn {
    background: url('../images/file-icons-retina/sprite/video.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 419, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-audio,
.icn-thumb-mp3,
.icn-thumb-mp2,
.icn-thumb-wma,
.icn-thumb-wav,
.icn-thumb-ogg,
.icn-thumb-aac,
.icn-thumb-flac,
.icn-thumb-au,
.icn-thumb-raw,
.icn-thumb-aif,
.icn-thumb-aiff,
.icn-thumb-gsm,
.icn-thumb-ra,
.icn-thumb-mid,
.icn-thumb-amr,
.icn-thumb-m4a {
  background: url('../images/file-icons/small-thumb/music.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 419, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-audio,
  .icn-thumb-mp3,
  .icn-thumb-mp2,
  .icn-thumb-wma,
  .icn-thumb-wav,
  .icn-thumb-ogg,
  .icn-thumb-aac,
  .icn-thumb-flac,
  .icn-thumb-au,
  .icn-thumb-raw,
  .icn-thumb-aif,
  .icn-thumb-aiff,
  .icn-thumb-gsm,
  .icn-thumb-ra,
  .icn-thumb-mid,
  .icn-thumb-amr,
  .icn-thumb-m4a {
    background: url('../images/file-icons-retina/small-thumb/music@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 437, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-audio, .shared-by-me-page .icn-thumb-audio, .shared-with-me-page .icn-thumb-audio, .scheduled-shares-page .icn-thumb-audio, .search-page
.icn-thumb-mp3, .shared-by-me-page
.icn-thumb-mp3, .shared-with-me-page
.icn-thumb-mp3, .scheduled-shares-page
.icn-thumb-mp3, .search-page
.icn-thumb-mp2, .shared-by-me-page
.icn-thumb-mp2, .shared-with-me-page
.icn-thumb-mp2, .scheduled-shares-page
.icn-thumb-mp2, .search-page
.icn-thumb-wma, .shared-by-me-page
.icn-thumb-wma, .shared-with-me-page
.icn-thumb-wma, .scheduled-shares-page
.icn-thumb-wma, .search-page
.icn-thumb-wav, .shared-by-me-page
.icn-thumb-wav, .shared-with-me-page
.icn-thumb-wav, .scheduled-shares-page
.icn-thumb-wav, .search-page
.icn-thumb-ogg, .shared-by-me-page
.icn-thumb-ogg, .shared-with-me-page
.icn-thumb-ogg, .scheduled-shares-page
.icn-thumb-ogg, .search-page
.icn-thumb-aac, .shared-by-me-page
.icn-thumb-aac, .shared-with-me-page
.icn-thumb-aac, .scheduled-shares-page
.icn-thumb-aac, .search-page
.icn-thumb-flac, .shared-by-me-page
.icn-thumb-flac, .shared-with-me-page
.icn-thumb-flac, .scheduled-shares-page
.icn-thumb-flac, .search-page
.icn-thumb-au, .shared-by-me-page
.icn-thumb-au, .shared-with-me-page
.icn-thumb-au, .scheduled-shares-page
.icn-thumb-au, .search-page
.icn-thumb-raw, .shared-by-me-page
.icn-thumb-raw, .shared-with-me-page
.icn-thumb-raw, .scheduled-shares-page
.icn-thumb-raw, .search-page
.icn-thumb-aif, .shared-by-me-page
.icn-thumb-aif, .shared-with-me-page
.icn-thumb-aif, .scheduled-shares-page
.icn-thumb-aif, .search-page
.icn-thumb-aiff, .shared-by-me-page
.icn-thumb-aiff, .shared-with-me-page
.icn-thumb-aiff, .scheduled-shares-page
.icn-thumb-aiff, .search-page
.icn-thumb-gsm, .shared-by-me-page
.icn-thumb-gsm, .shared-with-me-page
.icn-thumb-gsm, .scheduled-shares-page
.icn-thumb-gsm, .search-page
.icn-thumb-ra, .shared-by-me-page
.icn-thumb-ra, .shared-with-me-page
.icn-thumb-ra, .scheduled-shares-page
.icn-thumb-ra, .search-page
.icn-thumb-mid, .shared-by-me-page
.icn-thumb-mid, .shared-with-me-page
.icn-thumb-mid, .scheduled-shares-page
.icn-thumb-mid, .search-page
.icn-thumb-amr, .shared-by-me-page
.icn-thumb-amr, .shared-with-me-page
.icn-thumb-amr, .scheduled-shares-page
.icn-thumb-amr, .search-page
.icn-thumb-m4a, .shared-by-me-page
.icn-thumb-m4a, .shared-with-me-page
.icn-thumb-m4a, .scheduled-shares-page
.icn-thumb-m4a {
  background-position: -826px 0;
  height: 30px;
  width: 30px;
}
/* line 441, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-audio, .download-outer >
.icn-thumb-mp3, .download-outer >
.icn-thumb-mp2, .download-outer >
.icn-thumb-wma, .download-outer >
.icn-thumb-wav, .download-outer >
.icn-thumb-ogg, .download-outer >
.icn-thumb-aac, .download-outer >
.icn-thumb-flac, .download-outer >
.icn-thumb-au, .download-outer >
.icn-thumb-raw, .download-outer >
.icn-thumb-aif, .download-outer >
.icn-thumb-aiff, .download-outer >
.icn-thumb-gsm, .download-outer >
.icn-thumb-ra, .download-outer >
.icn-thumb-mid, .download-outer >
.icn-thumb-amr, .download-outer >
.icn-thumb-m4a {
  background: url('../images/file-icons/thumb/music.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 441, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-audio, .download-outer >
  .icn-thumb-mp3, .download-outer >
  .icn-thumb-mp2, .download-outer >
  .icn-thumb-wma, .download-outer >
  .icn-thumb-wav, .download-outer >
  .icn-thumb-ogg, .download-outer >
  .icn-thumb-aac, .download-outer >
  .icn-thumb-flac, .download-outer >
  .icn-thumb-au, .download-outer >
  .icn-thumb-raw, .download-outer >
  .icn-thumb-aif, .download-outer >
  .icn-thumb-aiff, .download-outer >
  .icn-thumb-gsm, .download-outer >
  .icn-thumb-ra, .download-outer >
  .icn-thumb-mid, .download-outer >
  .icn-thumb-amr, .download-outer >
  .icn-thumb-m4a {
    background: url('../images/file-icons-retina/thumb/music@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 442, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-audio.sicn, .thumbnail .icn-thumb-audio.licn, .thumbnail >
.icn-thumb-mp3.sicn, .thumbnail
.icn-thumb-mp3.licn, .thumbnail >
.icn-thumb-mp2.sicn, .thumbnail
.icn-thumb-mp2.licn, .thumbnail >
.icn-thumb-wma.sicn, .thumbnail
.icn-thumb-wma.licn, .thumbnail >
.icn-thumb-wav.sicn, .thumbnail
.icn-thumb-wav.licn, .thumbnail >
.icn-thumb-ogg.sicn, .thumbnail
.icn-thumb-ogg.licn, .thumbnail >
.icn-thumb-aac.sicn, .thumbnail
.icn-thumb-aac.licn, .thumbnail >
.icn-thumb-flac.sicn, .thumbnail
.icn-thumb-flac.licn, .thumbnail >
.icn-thumb-au.sicn, .thumbnail
.icn-thumb-au.licn, .thumbnail >
.icn-thumb-raw.sicn, .thumbnail
.icn-thumb-raw.licn, .thumbnail >
.icn-thumb-aif.sicn, .thumbnail
.icn-thumb-aif.licn, .thumbnail >
.icn-thumb-aiff.sicn, .thumbnail
.icn-thumb-aiff.licn, .thumbnail >
.icn-thumb-gsm.sicn, .thumbnail
.icn-thumb-gsm.licn, .thumbnail >
.icn-thumb-ra.sicn, .thumbnail
.icn-thumb-ra.licn, .thumbnail >
.icn-thumb-mid.sicn, .thumbnail
.icn-thumb-mid.licn, .thumbnail >
.icn-thumb-amr.sicn, .thumbnail
.icn-thumb-amr.licn, .thumbnail >
.icn-thumb-m4a.sicn, .thumbnail
.icn-thumb-m4a.licn {
  background: url('../images/file-icons/thumb/music.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 442, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-audio.sicn, .thumbnail .icn-thumb-audio.licn, .thumbnail >
  .icn-thumb-mp3.sicn, .thumbnail
  .icn-thumb-mp3.licn, .thumbnail >
  .icn-thumb-mp2.sicn, .thumbnail
  .icn-thumb-mp2.licn, .thumbnail >
  .icn-thumb-wma.sicn, .thumbnail
  .icn-thumb-wma.licn, .thumbnail >
  .icn-thumb-wav.sicn, .thumbnail
  .icn-thumb-wav.licn, .thumbnail >
  .icn-thumb-ogg.sicn, .thumbnail
  .icn-thumb-ogg.licn, .thumbnail >
  .icn-thumb-aac.sicn, .thumbnail
  .icn-thumb-aac.licn, .thumbnail >
  .icn-thumb-flac.sicn, .thumbnail
  .icn-thumb-flac.licn, .thumbnail >
  .icn-thumb-au.sicn, .thumbnail
  .icn-thumb-au.licn, .thumbnail >
  .icn-thumb-raw.sicn, .thumbnail
  .icn-thumb-raw.licn, .thumbnail >
  .icn-thumb-aif.sicn, .thumbnail
  .icn-thumb-aif.licn, .thumbnail >
  .icn-thumb-aiff.sicn, .thumbnail
  .icn-thumb-aiff.licn, .thumbnail >
  .icn-thumb-gsm.sicn, .thumbnail
  .icn-thumb-gsm.licn, .thumbnail >
  .icn-thumb-ra.sicn, .thumbnail
  .icn-thumb-ra.licn, .thumbnail >
  .icn-thumb-mid.sicn, .thumbnail
  .icn-thumb-mid.licn, .thumbnail >
  .icn-thumb-amr.sicn, .thumbnail
  .icn-thumb-amr.licn, .thumbnail >
  .icn-thumb-m4a.sicn, .thumbnail
  .icn-thumb-m4a.licn {
    background: url('../images/file-icons-retina/thumb/music@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 444, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-audio.sicn, .view-list .thumbnail .icn-thumb-audio.licn, .modal-detail .icn-thumb-audio.sicn, .view-list .thumbnail
.icn-thumb-mp3.sicn, .view-list .thumbnail
.icn-thumb-mp3.licn, .modal-detail
.icn-thumb-mp3.sicn, .view-list .thumbnail
.icn-thumb-mp2.sicn, .view-list .thumbnail
.icn-thumb-mp2.licn, .modal-detail
.icn-thumb-mp2.sicn, .view-list .thumbnail
.icn-thumb-wma.sicn, .view-list .thumbnail
.icn-thumb-wma.licn, .modal-detail
.icn-thumb-wma.sicn, .view-list .thumbnail
.icn-thumb-wav.sicn, .view-list .thumbnail
.icn-thumb-wav.licn, .modal-detail
.icn-thumb-wav.sicn, .view-list .thumbnail
.icn-thumb-ogg.sicn, .view-list .thumbnail
.icn-thumb-ogg.licn, .modal-detail
.icn-thumb-ogg.sicn, .view-list .thumbnail
.icn-thumb-aac.sicn, .view-list .thumbnail
.icn-thumb-aac.licn, .modal-detail
.icn-thumb-aac.sicn, .view-list .thumbnail
.icn-thumb-flac.sicn, .view-list .thumbnail
.icn-thumb-flac.licn, .modal-detail
.icn-thumb-flac.sicn, .view-list .thumbnail
.icn-thumb-au.sicn, .view-list .thumbnail
.icn-thumb-au.licn, .modal-detail
.icn-thumb-au.sicn, .view-list .thumbnail
.icn-thumb-raw.sicn, .view-list .thumbnail
.icn-thumb-raw.licn, .modal-detail
.icn-thumb-raw.sicn, .view-list .thumbnail
.icn-thumb-aif.sicn, .view-list .thumbnail
.icn-thumb-aif.licn, .modal-detail
.icn-thumb-aif.sicn, .view-list .thumbnail
.icn-thumb-aiff.sicn, .view-list .thumbnail
.icn-thumb-aiff.licn, .modal-detail
.icn-thumb-aiff.sicn, .view-list .thumbnail
.icn-thumb-gsm.sicn, .view-list .thumbnail
.icn-thumb-gsm.licn, .modal-detail
.icn-thumb-gsm.sicn, .view-list .thumbnail
.icn-thumb-ra.sicn, .view-list .thumbnail
.icn-thumb-ra.licn, .modal-detail
.icn-thumb-ra.sicn, .view-list .thumbnail
.icn-thumb-mid.sicn, .view-list .thumbnail
.icn-thumb-mid.licn, .modal-detail
.icn-thumb-mid.sicn, .view-list .thumbnail
.icn-thumb-amr.sicn, .view-list .thumbnail
.icn-thumb-amr.licn, .modal-detail
.icn-thumb-amr.sicn, .view-list .thumbnail
.icn-thumb-m4a.sicn, .view-list .thumbnail
.icn-thumb-m4a.licn, .modal-detail
.icn-thumb-m4a.sicn {
  background: url('../images/file-icons/sprite/music.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 444, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-audio.sicn, .view-list .thumbnail .icn-thumb-audio.licn, .modal-detail .icn-thumb-audio.sicn, .view-list .thumbnail
  .icn-thumb-mp3.sicn, .view-list .thumbnail
  .icn-thumb-mp3.licn, .modal-detail
  .icn-thumb-mp3.sicn, .view-list .thumbnail
  .icn-thumb-mp2.sicn, .view-list .thumbnail
  .icn-thumb-mp2.licn, .modal-detail
  .icn-thumb-mp2.sicn, .view-list .thumbnail
  .icn-thumb-wma.sicn, .view-list .thumbnail
  .icn-thumb-wma.licn, .modal-detail
  .icn-thumb-wma.sicn, .view-list .thumbnail
  .icn-thumb-wav.sicn, .view-list .thumbnail
  .icn-thumb-wav.licn, .modal-detail
  .icn-thumb-wav.sicn, .view-list .thumbnail
  .icn-thumb-ogg.sicn, .view-list .thumbnail
  .icn-thumb-ogg.licn, .modal-detail
  .icn-thumb-ogg.sicn, .view-list .thumbnail
  .icn-thumb-aac.sicn, .view-list .thumbnail
  .icn-thumb-aac.licn, .modal-detail
  .icn-thumb-aac.sicn, .view-list .thumbnail
  .icn-thumb-flac.sicn, .view-list .thumbnail
  .icn-thumb-flac.licn, .modal-detail
  .icn-thumb-flac.sicn, .view-list .thumbnail
  .icn-thumb-au.sicn, .view-list .thumbnail
  .icn-thumb-au.licn, .modal-detail
  .icn-thumb-au.sicn, .view-list .thumbnail
  .icn-thumb-raw.sicn, .view-list .thumbnail
  .icn-thumb-raw.licn, .modal-detail
  .icn-thumb-raw.sicn, .view-list .thumbnail
  .icn-thumb-aif.sicn, .view-list .thumbnail
  .icn-thumb-aif.licn, .modal-detail
  .icn-thumb-aif.sicn, .view-list .thumbnail
  .icn-thumb-aiff.sicn, .view-list .thumbnail
  .icn-thumb-aiff.licn, .modal-detail
  .icn-thumb-aiff.sicn, .view-list .thumbnail
  .icn-thumb-gsm.sicn, .view-list .thumbnail
  .icn-thumb-gsm.licn, .modal-detail
  .icn-thumb-gsm.sicn, .view-list .thumbnail
  .icn-thumb-ra.sicn, .view-list .thumbnail
  .icn-thumb-ra.licn, .modal-detail
  .icn-thumb-ra.sicn, .view-list .thumbnail
  .icn-thumb-mid.sicn, .view-list .thumbnail
  .icn-thumb-mid.licn, .modal-detail
  .icn-thumb-mid.sicn, .view-list .thumbnail
  .icn-thumb-amr.sicn, .view-list .thumbnail
  .icn-thumb-amr.licn, .modal-detail
  .icn-thumb-amr.sicn, .view-list .thumbnail
  .icn-thumb-m4a.sicn, .view-list .thumbnail
  .icn-thumb-m4a.licn, .modal-detail
  .icn-thumb-m4a.sicn {
    background: url('../images/file-icons-retina/sprite/music.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 449, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-document,
.icn-thumb-ps,
.icn-thumb-ps2,
.icn-thumb-ps3,
.icn-thumb-djvu,
.icn-thumb-odt,
.icn-thumb-wpd,
.icn-thumb-wps,
.icn-thumb-jtd,
.icn-thumb-jtt,
.icn-thumb-pdf,
.icn-thumb-tex,
.icn-thumb-mml,
.icn-thumb-rss,
.icn-thumb-atom,
.icn-thumb-uof,
.icn-thumb-uot,
.icn-thumb-sdw,
.icn-thumb-sxw {
  background: url('../images/file-icons/small-thumb/document.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 449, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-document,
  .icn-thumb-ps,
  .icn-thumb-ps2,
  .icn-thumb-ps3,
  .icn-thumb-djvu,
  .icn-thumb-odt,
  .icn-thumb-wpd,
  .icn-thumb-wps,
  .icn-thumb-jtd,
  .icn-thumb-jtt,
  .icn-thumb-pdf,
  .icn-thumb-tex,
  .icn-thumb-mml,
  .icn-thumb-rss,
  .icn-thumb-atom,
  .icn-thumb-uof,
  .icn-thumb-uot,
  .icn-thumb-sdw,
  .icn-thumb-sxw {
    background: url('../images/file-icons-retina/small-thumb/document@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 469, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-document, .shared-by-me-page .icn-thumb-document, .shared-with-me-page .icn-thumb-document, .scheduled-shares-page .icn-thumb-document, .search-page
.icn-thumb-ps, .shared-by-me-page
.icn-thumb-ps, .shared-with-me-page
.icn-thumb-ps, .scheduled-shares-page
.icn-thumb-ps, .search-page
.icn-thumb-ps2, .shared-by-me-page
.icn-thumb-ps2, .shared-with-me-page
.icn-thumb-ps2, .scheduled-shares-page
.icn-thumb-ps2, .search-page
.icn-thumb-ps3, .shared-by-me-page
.icn-thumb-ps3, .shared-with-me-page
.icn-thumb-ps3, .scheduled-shares-page
.icn-thumb-ps3, .search-page
.icn-thumb-djvu, .shared-by-me-page
.icn-thumb-djvu, .shared-with-me-page
.icn-thumb-djvu, .scheduled-shares-page
.icn-thumb-djvu, .search-page
.icn-thumb-odt, .shared-by-me-page
.icn-thumb-odt, .shared-with-me-page
.icn-thumb-odt, .scheduled-shares-page
.icn-thumb-odt, .search-page
.icn-thumb-wpd, .shared-by-me-page
.icn-thumb-wpd, .shared-with-me-page
.icn-thumb-wpd, .scheduled-shares-page
.icn-thumb-wpd, .search-page
.icn-thumb-wps, .shared-by-me-page
.icn-thumb-wps, .shared-with-me-page
.icn-thumb-wps, .scheduled-shares-page
.icn-thumb-wps, .search-page
.icn-thumb-jtd, .shared-by-me-page
.icn-thumb-jtd, .shared-with-me-page
.icn-thumb-jtd, .scheduled-shares-page
.icn-thumb-jtd, .search-page
.icn-thumb-jtt, .shared-by-me-page
.icn-thumb-jtt, .shared-with-me-page
.icn-thumb-jtt, .scheduled-shares-page
.icn-thumb-jtt, .search-page
.icn-thumb-pdf, .shared-by-me-page
.icn-thumb-pdf, .shared-with-me-page
.icn-thumb-pdf, .scheduled-shares-page
.icn-thumb-pdf, .search-page
.icn-thumb-tex, .shared-by-me-page
.icn-thumb-tex, .shared-with-me-page
.icn-thumb-tex, .scheduled-shares-page
.icn-thumb-tex, .search-page
.icn-thumb-mml, .shared-by-me-page
.icn-thumb-mml, .shared-with-me-page
.icn-thumb-mml, .scheduled-shares-page
.icn-thumb-mml, .search-page
.icn-thumb-rss, .shared-by-me-page
.icn-thumb-rss, .shared-with-me-page
.icn-thumb-rss, .scheduled-shares-page
.icn-thumb-rss, .search-page
.icn-thumb-atom, .shared-by-me-page
.icn-thumb-atom, .shared-with-me-page
.icn-thumb-atom, .scheduled-shares-page
.icn-thumb-atom, .search-page
.icn-thumb-uof, .shared-by-me-page
.icn-thumb-uof, .shared-with-me-page
.icn-thumb-uof, .scheduled-shares-page
.icn-thumb-uof, .search-page
.icn-thumb-uot, .shared-by-me-page
.icn-thumb-uot, .shared-with-me-page
.icn-thumb-uot, .scheduled-shares-page
.icn-thumb-uot, .search-page
.icn-thumb-sdw, .shared-by-me-page
.icn-thumb-sdw, .shared-with-me-page
.icn-thumb-sdw, .scheduled-shares-page
.icn-thumb-sdw, .search-page
.icn-thumb-sxw, .shared-by-me-page
.icn-thumb-sxw, .shared-with-me-page
.icn-thumb-sxw, .scheduled-shares-page
.icn-thumb-sxw {
  background-position: -177px 0;
  height: 30px;
  width: 30px;
}
/* line 473, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-document, .download-outer >
.icn-thumb-ps, .download-outer >
.icn-thumb-ps2, .download-outer >
.icn-thumb-ps3, .download-outer >
.icn-thumb-djvu, .download-outer >
.icn-thumb-odt, .download-outer >
.icn-thumb-wpd, .download-outer >
.icn-thumb-wps, .download-outer >
.icn-thumb-jtd, .download-outer >
.icn-thumb-jtt, .download-outer >
.icn-thumb-pdf, .download-outer >
.icn-thumb-tex, .download-outer >
.icn-thumb-mml, .download-outer >
.icn-thumb-rss, .download-outer >
.icn-thumb-atom, .download-outer >
.icn-thumb-uof, .download-outer >
.icn-thumb-uot, .download-outer >
.icn-thumb-sdw, .download-outer >
.icn-thumb-sxw {
  background: url('../images/file-icons/thumb/document.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 473, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-document, .download-outer >
  .icn-thumb-ps, .download-outer >
  .icn-thumb-ps2, .download-outer >
  .icn-thumb-ps3, .download-outer >
  .icn-thumb-djvu, .download-outer >
  .icn-thumb-odt, .download-outer >
  .icn-thumb-wpd, .download-outer >
  .icn-thumb-wps, .download-outer >
  .icn-thumb-jtd, .download-outer >
  .icn-thumb-jtt, .download-outer >
  .icn-thumb-pdf, .download-outer >
  .icn-thumb-tex, .download-outer >
  .icn-thumb-mml, .download-outer >
  .icn-thumb-rss, .download-outer >
  .icn-thumb-atom, .download-outer >
  .icn-thumb-uof, .download-outer >
  .icn-thumb-uot, .download-outer >
  .icn-thumb-sdw, .download-outer >
  .icn-thumb-sxw {
    background: url('../images/file-icons-retina/thumb/document@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 474, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-document.sicn, .thumbnail .icn-thumb-document.licn, .thumbnail >
.icn-thumb-ps.sicn, .thumbnail
.icn-thumb-ps.licn, .thumbnail >
.icn-thumb-ps2.sicn, .thumbnail
.icn-thumb-ps2.licn, .thumbnail >
.icn-thumb-ps3.sicn, .thumbnail
.icn-thumb-ps3.licn, .thumbnail >
.icn-thumb-djvu.sicn, .thumbnail
.icn-thumb-djvu.licn, .thumbnail >
.icn-thumb-odt.sicn, .thumbnail
.icn-thumb-odt.licn, .thumbnail >
.icn-thumb-wpd.sicn, .thumbnail
.icn-thumb-wpd.licn, .thumbnail >
.icn-thumb-wps.sicn, .thumbnail
.icn-thumb-wps.licn, .thumbnail >
.icn-thumb-jtd.sicn, .thumbnail
.icn-thumb-jtd.licn, .thumbnail >
.icn-thumb-jtt.sicn, .thumbnail
.icn-thumb-jtt.licn, .thumbnail >
.icn-thumb-pdf.sicn, .thumbnail
.icn-thumb-pdf.licn, .thumbnail >
.icn-thumb-tex.sicn, .thumbnail
.icn-thumb-tex.licn, .thumbnail >
.icn-thumb-mml.sicn, .thumbnail
.icn-thumb-mml.licn, .thumbnail >
.icn-thumb-rss.sicn, .thumbnail
.icn-thumb-rss.licn, .thumbnail >
.icn-thumb-atom.sicn, .thumbnail
.icn-thumb-atom.licn, .thumbnail >
.icn-thumb-uof.sicn, .thumbnail
.icn-thumb-uof.licn, .thumbnail >
.icn-thumb-uot.sicn, .thumbnail
.icn-thumb-uot.licn, .thumbnail >
.icn-thumb-sdw.sicn, .thumbnail
.icn-thumb-sdw.licn, .thumbnail >
.icn-thumb-sxw.sicn, .thumbnail
.icn-thumb-sxw.licn {
  background: url('../images/file-icons/thumb/document.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 474, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-document.sicn, .thumbnail .icn-thumb-document.licn, .thumbnail >
  .icn-thumb-ps.sicn, .thumbnail
  .icn-thumb-ps.licn, .thumbnail >
  .icn-thumb-ps2.sicn, .thumbnail
  .icn-thumb-ps2.licn, .thumbnail >
  .icn-thumb-ps3.sicn, .thumbnail
  .icn-thumb-ps3.licn, .thumbnail >
  .icn-thumb-djvu.sicn, .thumbnail
  .icn-thumb-djvu.licn, .thumbnail >
  .icn-thumb-odt.sicn, .thumbnail
  .icn-thumb-odt.licn, .thumbnail >
  .icn-thumb-wpd.sicn, .thumbnail
  .icn-thumb-wpd.licn, .thumbnail >
  .icn-thumb-wps.sicn, .thumbnail
  .icn-thumb-wps.licn, .thumbnail >
  .icn-thumb-jtd.sicn, .thumbnail
  .icn-thumb-jtd.licn, .thumbnail >
  .icn-thumb-jtt.sicn, .thumbnail
  .icn-thumb-jtt.licn, .thumbnail >
  .icn-thumb-pdf.sicn, .thumbnail
  .icn-thumb-pdf.licn, .thumbnail >
  .icn-thumb-tex.sicn, .thumbnail
  .icn-thumb-tex.licn, .thumbnail >
  .icn-thumb-mml.sicn, .thumbnail
  .icn-thumb-mml.licn, .thumbnail >
  .icn-thumb-rss.sicn, .thumbnail
  .icn-thumb-rss.licn, .thumbnail >
  .icn-thumb-atom.sicn, .thumbnail
  .icn-thumb-atom.licn, .thumbnail >
  .icn-thumb-uof.sicn, .thumbnail
  .icn-thumb-uof.licn, .thumbnail >
  .icn-thumb-uot.sicn, .thumbnail
  .icn-thumb-uot.licn, .thumbnail >
  .icn-thumb-sdw.sicn, .thumbnail
  .icn-thumb-sdw.licn, .thumbnail >
  .icn-thumb-sxw.sicn, .thumbnail
  .icn-thumb-sxw.licn {
    background: url('../images/file-icons-retina/thumb/document@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 476, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-document.sicn, .view-list .thumbnail .icn-thumb-document.licn, .modal-detail .icn-thumb-document.sicn, .view-list .thumbnail
.icn-thumb-ps.sicn, .view-list .thumbnail
.icn-thumb-ps.licn, .modal-detail
.icn-thumb-ps.sicn, .view-list .thumbnail
.icn-thumb-ps2.sicn, .view-list .thumbnail
.icn-thumb-ps2.licn, .modal-detail
.icn-thumb-ps2.sicn, .view-list .thumbnail
.icn-thumb-ps3.sicn, .view-list .thumbnail
.icn-thumb-ps3.licn, .modal-detail
.icn-thumb-ps3.sicn, .view-list .thumbnail
.icn-thumb-djvu.sicn, .view-list .thumbnail
.icn-thumb-djvu.licn, .modal-detail
.icn-thumb-djvu.sicn, .view-list .thumbnail
.icn-thumb-odt.sicn, .view-list .thumbnail
.icn-thumb-odt.licn, .modal-detail
.icn-thumb-odt.sicn, .view-list .thumbnail
.icn-thumb-wpd.sicn, .view-list .thumbnail
.icn-thumb-wpd.licn, .modal-detail
.icn-thumb-wpd.sicn, .view-list .thumbnail
.icn-thumb-wps.sicn, .view-list .thumbnail
.icn-thumb-wps.licn, .modal-detail
.icn-thumb-wps.sicn, .view-list .thumbnail
.icn-thumb-jtd.sicn, .view-list .thumbnail
.icn-thumb-jtd.licn, .modal-detail
.icn-thumb-jtd.sicn, .view-list .thumbnail
.icn-thumb-jtt.sicn, .view-list .thumbnail
.icn-thumb-jtt.licn, .modal-detail
.icn-thumb-jtt.sicn, .view-list .thumbnail
.icn-thumb-pdf.sicn, .view-list .thumbnail
.icn-thumb-pdf.licn, .modal-detail
.icn-thumb-pdf.sicn, .view-list .thumbnail
.icn-thumb-tex.sicn, .view-list .thumbnail
.icn-thumb-tex.licn, .modal-detail
.icn-thumb-tex.sicn, .view-list .thumbnail
.icn-thumb-mml.sicn, .view-list .thumbnail
.icn-thumb-mml.licn, .modal-detail
.icn-thumb-mml.sicn, .view-list .thumbnail
.icn-thumb-rss.sicn, .view-list .thumbnail
.icn-thumb-rss.licn, .modal-detail
.icn-thumb-rss.sicn, .view-list .thumbnail
.icn-thumb-atom.sicn, .view-list .thumbnail
.icn-thumb-atom.licn, .modal-detail
.icn-thumb-atom.sicn, .view-list .thumbnail
.icn-thumb-uof.sicn, .view-list .thumbnail
.icn-thumb-uof.licn, .modal-detail
.icn-thumb-uof.sicn, .view-list .thumbnail
.icn-thumb-uot.sicn, .view-list .thumbnail
.icn-thumb-uot.licn, .modal-detail
.icn-thumb-uot.sicn, .view-list .thumbnail
.icn-thumb-sdw.sicn, .view-list .thumbnail
.icn-thumb-sdw.licn, .modal-detail
.icn-thumb-sdw.sicn, .view-list .thumbnail
.icn-thumb-sxw.sicn, .view-list .thumbnail
.icn-thumb-sxw.licn, .modal-detail
.icn-thumb-sxw.sicn {
  background: url('../images/file-icons/sprite/document.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 476, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-document.sicn, .view-list .thumbnail .icn-thumb-document.licn, .modal-detail .icn-thumb-document.sicn, .view-list .thumbnail
  .icn-thumb-ps.sicn, .view-list .thumbnail
  .icn-thumb-ps.licn, .modal-detail
  .icn-thumb-ps.sicn, .view-list .thumbnail
  .icn-thumb-ps2.sicn, .view-list .thumbnail
  .icn-thumb-ps2.licn, .modal-detail
  .icn-thumb-ps2.sicn, .view-list .thumbnail
  .icn-thumb-ps3.sicn, .view-list .thumbnail
  .icn-thumb-ps3.licn, .modal-detail
  .icn-thumb-ps3.sicn, .view-list .thumbnail
  .icn-thumb-djvu.sicn, .view-list .thumbnail
  .icn-thumb-djvu.licn, .modal-detail
  .icn-thumb-djvu.sicn, .view-list .thumbnail
  .icn-thumb-odt.sicn, .view-list .thumbnail
  .icn-thumb-odt.licn, .modal-detail
  .icn-thumb-odt.sicn, .view-list .thumbnail
  .icn-thumb-wpd.sicn, .view-list .thumbnail
  .icn-thumb-wpd.licn, .modal-detail
  .icn-thumb-wpd.sicn, .view-list .thumbnail
  .icn-thumb-wps.sicn, .view-list .thumbnail
  .icn-thumb-wps.licn, .modal-detail
  .icn-thumb-wps.sicn, .view-list .thumbnail
  .icn-thumb-jtd.sicn, .view-list .thumbnail
  .icn-thumb-jtd.licn, .modal-detail
  .icn-thumb-jtd.sicn, .view-list .thumbnail
  .icn-thumb-jtt.sicn, .view-list .thumbnail
  .icn-thumb-jtt.licn, .modal-detail
  .icn-thumb-jtt.sicn, .view-list .thumbnail
  .icn-thumb-pdf.sicn, .view-list .thumbnail
  .icn-thumb-pdf.licn, .modal-detail
  .icn-thumb-pdf.sicn, .view-list .thumbnail
  .icn-thumb-tex.sicn, .view-list .thumbnail
  .icn-thumb-tex.licn, .modal-detail
  .icn-thumb-tex.sicn, .view-list .thumbnail
  .icn-thumb-mml.sicn, .view-list .thumbnail
  .icn-thumb-mml.licn, .modal-detail
  .icn-thumb-mml.sicn, .view-list .thumbnail
  .icn-thumb-rss.sicn, .view-list .thumbnail
  .icn-thumb-rss.licn, .modal-detail
  .icn-thumb-rss.sicn, .view-list .thumbnail
  .icn-thumb-atom.sicn, .view-list .thumbnail
  .icn-thumb-atom.licn, .modal-detail
  .icn-thumb-atom.sicn, .view-list .thumbnail
  .icn-thumb-uof.sicn, .view-list .thumbnail
  .icn-thumb-uof.licn, .modal-detail
  .icn-thumb-uof.sicn, .view-list .thumbnail
  .icn-thumb-uot.sicn, .view-list .thumbnail
  .icn-thumb-uot.licn, .modal-detail
  .icn-thumb-uot.sicn, .view-list .thumbnail
  .icn-thumb-sdw.sicn, .view-list .thumbnail
  .icn-thumb-sdw.licn, .modal-detail
  .icn-thumb-sdw.sicn, .view-list .thumbnail
  .icn-thumb-sxw.sicn, .view-list .thumbnail
  .icn-thumb-sxw.licn, .modal-detail
  .icn-thumb-sxw.sicn {
    background: url('../images/file-icons-retina/sprite/document.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 481, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-txt,
.icn-thumb-text,
.icn-thumb-md,
.icn-thumb-markdown {
  background: url('../images/file-icons/small-thumb/text.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 481, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-txt,
  .icn-thumb-text,
  .icn-thumb-md,
  .icn-thumb-markdown {
    background: url('../images/file-icons-retina/small-thumb/text@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 486, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-txt, .shared-by-me-page .icn-thumb-txt, .shared-with-me-page .icn-thumb-txt, .scheduled-shares-page .icn-thumb-txt, .search-page
.icn-thumb-text, .shared-by-me-page
.icn-thumb-text, .shared-with-me-page
.icn-thumb-text, .scheduled-shares-page
.icn-thumb-text, .search-page
.icn-thumb-md, .shared-by-me-page
.icn-thumb-md, .shared-with-me-page
.icn-thumb-md, .scheduled-shares-page
.icn-thumb-md, .search-page
.icn-thumb-markdown, .shared-by-me-page
.icn-thumb-markdown, .shared-with-me-page
.icn-thumb-markdown, .scheduled-shares-page
.icn-thumb-markdown {
  background-position: -1294px 0;
  height: 26px;
  width: 22px;
}
/* line 490, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-txt, .download-outer >
.icn-thumb-text, .download-outer >
.icn-thumb-md, .download-outer >
.icn-thumb-markdown {
  background: url('../images/file-icons/thumb/text.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 490, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-txt, .download-outer >
  .icn-thumb-text, .download-outer >
  .icn-thumb-md, .download-outer >
  .icn-thumb-markdown {
    background: url('../images/file-icons-retina/thumb/text@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 491, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-txt.sicn, .thumbnail .icn-thumb-txt.licn, .thumbnail >
.icn-thumb-text.sicn, .thumbnail
.icn-thumb-text.licn, .thumbnail >
.icn-thumb-md.sicn, .thumbnail
.icn-thumb-md.licn, .thumbnail >
.icn-thumb-markdown.sicn, .thumbnail
.icn-thumb-markdown.licn {
  background: url('../images/file-icons/thumb/text.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 491, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-txt.sicn, .thumbnail .icn-thumb-txt.licn, .thumbnail >
  .icn-thumb-text.sicn, .thumbnail
  .icn-thumb-text.licn, .thumbnail >
  .icn-thumb-md.sicn, .thumbnail
  .icn-thumb-md.licn, .thumbnail >
  .icn-thumb-markdown.sicn, .thumbnail
  .icn-thumb-markdown.licn {
    background: url('../images/file-icons-retina/thumb/text@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 493, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-txt.sicn, .view-list .thumbnail .icn-thumb-txt.licn, .modal-detail .icn-thumb-txt.sicn, .view-list .thumbnail
.icn-thumb-text.sicn, .view-list .thumbnail
.icn-thumb-text.licn, .modal-detail
.icn-thumb-text.sicn, .view-list .thumbnail
.icn-thumb-md.sicn, .view-list .thumbnail
.icn-thumb-md.licn, .modal-detail
.icn-thumb-md.sicn, .view-list .thumbnail
.icn-thumb-markdown.sicn, .view-list .thumbnail
.icn-thumb-markdown.licn, .modal-detail
.icn-thumb-markdown.sicn {
  background: url('../images/file-icons/sprite/text.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 493, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-txt.sicn, .view-list .thumbnail .icn-thumb-txt.licn, .modal-detail .icn-thumb-txt.sicn, .view-list .thumbnail
  .icn-thumb-text.sicn, .view-list .thumbnail
  .icn-thumb-text.licn, .modal-detail
  .icn-thumb-text.sicn, .view-list .thumbnail
  .icn-thumb-md.sicn, .view-list .thumbnail
  .icn-thumb-md.licn, .modal-detail
  .icn-thumb-md.sicn, .view-list .thumbnail
  .icn-thumb-markdown.sicn, .view-list .thumbnail
  .icn-thumb-markdown.licn, .modal-detail
  .icn-thumb-markdown.sicn {
    background: url('../images/file-icons-retina/sprite/text.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 498, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-keynote {
  background: url('../images/file-icons/small-thumb/keynotes.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 498, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-keynote {
    background: url('../images/file-icons-retina/small-thumb/keynotes@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 500, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-keynote, .shared-by-me-page .icn-thumb-keynote, .shared-with-me-page .icn-thumb-keynote, .scheduled-shares-page .icn-thumb-keynote {
  background-position: -531px 0;
  height: 30px;
  width: 30px;
}
/* line 504, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-keynote {
  background: url('../images/file-icons/thumb/keynotes.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 504, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-keynote {
    background: url('../images/file-icons-retina/thumb/keynotes@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 505, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-keynote.sicn, .thumbnail .icn-thumb-keynote.licn {
  background: url('../images/file-icons/thumb/keynotes.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 505, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-keynote.sicn, .thumbnail .icn-thumb-keynote.licn {
    background: url('../images/file-icons-retina/thumb/keynotes@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 507, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-keynote.sicn, .view-list .thumbnail .icn-thumb-keynote.licn, .modal-detail .icn-thumb-keynote.sicn {
  background: url('../images/file-icons/sprite/keynotes.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 507, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-keynote.sicn, .view-list .thumbnail .icn-thumb-keynote.licn, .modal-detail .icn-thumb-keynote.sicn {
    background: url('../images/file-icons-retina/sprite/keynotes.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 511, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-page,
.icn-thumb-pages {
  background: url('../images/file-icons/small-thumb/pages.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 511, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-page,
  .icn-thumb-pages {
    background: url('../images/file-icons-retina/small-thumb/pages@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 514, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-page, .shared-by-me-page .icn-thumb-page, .shared-with-me-page .icn-thumb-page, .scheduled-shares-page .icn-thumb-page, .search-page
.icn-thumb-pages, .shared-by-me-page
.icn-thumb-pages, .shared-with-me-page
.icn-thumb-pages, .scheduled-shares-page
.icn-thumb-pages {
  background-position: -1003px 0;
  height: 30px;
  width: 30px;
}
/* line 518, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-page, .download-outer >
.icn-thumb-pages {
  background: url('../images/file-icons/thumb/pages.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 518, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-page, .download-outer >
  .icn-thumb-pages {
    background: url('../images/file-icons-retina/thumb/pages@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 519, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-page.sicn, .thumbnail .icn-thumb-page.licn, .thumbnail >
.icn-thumb-pages.sicn, .thumbnail
.icn-thumb-pages.licn {
  background: url('../images/file-icons/thumb/pages.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 519, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-page.sicn, .thumbnail .icn-thumb-page.licn, .thumbnail >
  .icn-thumb-pages.sicn, .thumbnail
  .icn-thumb-pages.licn {
    background: url('../images/file-icons-retina/thumb/pages@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 521, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-page.sicn, .view-list .thumbnail .icn-thumb-page.licn, .modal-detail .icn-thumb-page.sicn, .view-list .thumbnail
.icn-thumb-pages.sicn, .view-list .thumbnail
.icn-thumb-pages.licn, .modal-detail
.icn-thumb-pages.sicn {
  background: url('../images/file-icons/sprite/pages.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 521, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-page.sicn, .view-list .thumbnail .icn-thumb-page.licn, .modal-detail .icn-thumb-page.sicn, .view-list .thumbnail
  .icn-thumb-pages.sicn, .view-list .thumbnail
  .icn-thumb-pages.licn, .modal-detail
  .icn-thumb-pages.sicn {
    background: url('../images/file-icons-retina/sprite/pages.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 525, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-number,
.icn-thumb-numbers {
  background: url('../images/file-icons/small-thumb/numbers.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 525, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-number,
  .icn-thumb-numbers {
    background: url('../images/file-icons-retina/small-thumb/numbers@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 528, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-number, .shared-by-me-page .icn-thumb-number, .shared-with-me-page .icn-thumb-number, .scheduled-shares-page .icn-thumb-number, .search-page
.icn-thumb-numbers, .shared-by-me-page
.icn-thumb-numbers, .shared-with-me-page
.icn-thumb-numbers, .scheduled-shares-page
.icn-thumb-numbers {
  background-position: -944px 0;
  height: 30px;
  width: 30px;
}
/* line 532, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-number, .download-outer >
.icn-thumb-numbers {
  background: url('../images/file-icons/thumb/numbers.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 532, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-number, .download-outer >
  .icn-thumb-numbers {
    background: url('../images/file-icons-retina/thumb/numbers@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 533, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-number.sicn, .thumbnail .icn-thumb-number.licn, .thumbnail >
.icn-thumb-numbers.sicn, .thumbnail
.icn-thumb-numbers.licn {
  background: url('../images/file-icons/thumb/numbers.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 533, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-number.sicn, .thumbnail .icn-thumb-number.licn, .thumbnail >
  .icn-thumb-numbers.sicn, .thumbnail
  .icn-thumb-numbers.licn {
    background: url('../images/file-icons-retina/thumb/numbers@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 535, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-number.sicn, .view-list .thumbnail .icn-thumb-number.licn, .modal-detail .icn-thumb-number.sicn, .view-list .thumbnail
.icn-thumb-numbers.sicn, .view-list .thumbnail
.icn-thumb-numbers.licn, .modal-detail
.icn-thumb-numbers.sicn {
  background: url('../images/file-icons/sprite/numbers.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 535, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-number.sicn, .view-list .thumbnail .icn-thumb-number.licn, .modal-detail .icn-thumb-number.sicn, .view-list .thumbnail
  .icn-thumb-numbers.sicn, .view-list .thumbnail
  .icn-thumb-numbers.licn, .modal-detail
  .icn-thumb-numbers.sicn {
    background: url('../images/file-icons-retina/sprite/numbers.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 540, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-presentation,
.icn-thumb-odp,
.icn-thumb-otp,
.icn-thumb-sdd,
.icn-thumb-sti,
.icn-thumb-sx,
.icn-thumb-uop,
.icn-thumb-sdd,
.icn-thumb-sxi,
.icn-thumb-key {
  background: url('../images/file-icons/small-thumb/presentation.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 540, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-presentation,
  .icn-thumb-odp,
  .icn-thumb-otp,
  .icn-thumb-sdd,
  .icn-thumb-sti,
  .icn-thumb-sx,
  .icn-thumb-uop,
  .icn-thumb-sdd,
  .icn-thumb-sxi,
  .icn-thumb-key {
    background: url('../images/file-icons-retina/small-thumb/presentation@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 551, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-presentation, .shared-by-me-page .icn-thumb-presentation, .shared-with-me-page .icn-thumb-presentation, .scheduled-shares-page .icn-thumb-presentation, .search-page
.icn-thumb-odp, .shared-by-me-page
.icn-thumb-odp, .shared-with-me-page
.icn-thumb-odp, .scheduled-shares-page
.icn-thumb-odp, .search-page
.icn-thumb-otp, .shared-by-me-page
.icn-thumb-otp, .shared-with-me-page
.icn-thumb-otp, .scheduled-shares-page
.icn-thumb-otp, .search-page
.icn-thumb-sdd, .shared-by-me-page
.icn-thumb-sdd, .shared-with-me-page
.icn-thumb-sdd, .scheduled-shares-page
.icn-thumb-sdd, .search-page
.icn-thumb-sti, .shared-by-me-page
.icn-thumb-sti, .shared-with-me-page
.icn-thumb-sti, .scheduled-shares-page
.icn-thumb-sti, .search-page
.icn-thumb-sx, .shared-by-me-page
.icn-thumb-sx, .shared-with-me-page
.icn-thumb-sx, .scheduled-shares-page
.icn-thumb-sx, .search-page
.icn-thumb-uop, .shared-by-me-page
.icn-thumb-uop, .shared-with-me-page
.icn-thumb-uop, .scheduled-shares-page
.icn-thumb-uop, .search-page
.icn-thumb-sdd, .shared-by-me-page
.icn-thumb-sdd, .shared-with-me-page
.icn-thumb-sdd, .scheduled-shares-page
.icn-thumb-sdd, .search-page
.icn-thumb-sxi, .shared-by-me-page
.icn-thumb-sxi, .shared-with-me-page
.icn-thumb-sxi, .scheduled-shares-page
.icn-thumb-sxi, .search-page
.icn-thumb-key, .shared-by-me-page
.icn-thumb-key, .shared-with-me-page
.icn-thumb-key, .scheduled-shares-page
.icn-thumb-key {
  background-position: -1121px 0;
  height: 30px;
  width: 30px;
}
/* line 555, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-presentation, .download-outer >
.icn-thumb-odp, .download-outer >
.icn-thumb-otp, .download-outer >
.icn-thumb-sdd, .download-outer >
.icn-thumb-sti, .download-outer >
.icn-thumb-sx, .download-outer >
.icn-thumb-uop, .download-outer >
.icn-thumb-sdd, .download-outer >
.icn-thumb-sxi, .download-outer >
.icn-thumb-key {
  background: url('../images/file-icons/thumb/presentation.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 555, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-presentation, .download-outer >
  .icn-thumb-odp, .download-outer >
  .icn-thumb-otp, .download-outer >
  .icn-thumb-sdd, .download-outer >
  .icn-thumb-sti, .download-outer >
  .icn-thumb-sx, .download-outer >
  .icn-thumb-uop, .download-outer >
  .icn-thumb-sdd, .download-outer >
  .icn-thumb-sxi, .download-outer >
  .icn-thumb-key {
    background: url('../images/file-icons-retina/thumb/presentation@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 556, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-presentation.sicn, .thumbnail .icn-thumb-presentation.licn, .thumbnail >
.icn-thumb-odp.sicn, .thumbnail
.icn-thumb-odp.licn, .thumbnail >
.icn-thumb-otp.sicn, .thumbnail
.icn-thumb-otp.licn, .thumbnail >
.icn-thumb-sdd.sicn, .thumbnail
.icn-thumb-sdd.licn, .thumbnail >
.icn-thumb-sti.sicn, .thumbnail
.icn-thumb-sti.licn, .thumbnail >
.icn-thumb-sx.sicn, .thumbnail
.icn-thumb-sx.licn, .thumbnail >
.icn-thumb-uop.sicn, .thumbnail
.icn-thumb-uop.licn, .thumbnail >
.icn-thumb-sdd.sicn, .thumbnail
.icn-thumb-sdd.licn, .thumbnail >
.icn-thumb-sxi.sicn, .thumbnail
.icn-thumb-sxi.licn, .thumbnail >
.icn-thumb-key.sicn, .thumbnail
.icn-thumb-key.licn {
  background: url('../images/file-icons/thumb/presentation.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 556, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-presentation.sicn, .thumbnail .icn-thumb-presentation.licn, .thumbnail >
  .icn-thumb-odp.sicn, .thumbnail
  .icn-thumb-odp.licn, .thumbnail >
  .icn-thumb-otp.sicn, .thumbnail
  .icn-thumb-otp.licn, .thumbnail >
  .icn-thumb-sdd.sicn, .thumbnail
  .icn-thumb-sdd.licn, .thumbnail >
  .icn-thumb-sti.sicn, .thumbnail
  .icn-thumb-sti.licn, .thumbnail >
  .icn-thumb-sx.sicn, .thumbnail
  .icn-thumb-sx.licn, .thumbnail >
  .icn-thumb-uop.sicn, .thumbnail
  .icn-thumb-uop.licn, .thumbnail >
  .icn-thumb-sdd.sicn, .thumbnail
  .icn-thumb-sdd.licn, .thumbnail >
  .icn-thumb-sxi.sicn, .thumbnail
  .icn-thumb-sxi.licn, .thumbnail >
  .icn-thumb-key.sicn, .thumbnail
  .icn-thumb-key.licn {
    background: url('../images/file-icons-retina/thumb/presentation@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 558, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-presentation.sicn, .view-list .thumbnail .icn-thumb-presentation.licn, .modal-detail .icn-thumb-presentation.sicn, .view-list .thumbnail
.icn-thumb-odp.sicn, .view-list .thumbnail
.icn-thumb-odp.licn, .modal-detail
.icn-thumb-odp.sicn, .view-list .thumbnail
.icn-thumb-otp.sicn, .view-list .thumbnail
.icn-thumb-otp.licn, .modal-detail
.icn-thumb-otp.sicn, .view-list .thumbnail
.icn-thumb-sdd.sicn, .view-list .thumbnail
.icn-thumb-sdd.licn, .modal-detail
.icn-thumb-sdd.sicn, .view-list .thumbnail
.icn-thumb-sti.sicn, .view-list .thumbnail
.icn-thumb-sti.licn, .modal-detail
.icn-thumb-sti.sicn, .view-list .thumbnail
.icn-thumb-sx.sicn, .view-list .thumbnail
.icn-thumb-sx.licn, .modal-detail
.icn-thumb-sx.sicn, .view-list .thumbnail
.icn-thumb-uop.sicn, .view-list .thumbnail
.icn-thumb-uop.licn, .modal-detail
.icn-thumb-uop.sicn, .view-list .thumbnail
.icn-thumb-sdd.sicn, .view-list .thumbnail
.icn-thumb-sdd.licn, .modal-detail
.icn-thumb-sdd.sicn, .view-list .thumbnail
.icn-thumb-sxi.sicn, .view-list .thumbnail
.icn-thumb-sxi.licn, .modal-detail
.icn-thumb-sxi.sicn, .view-list .thumbnail
.icn-thumb-key.sicn, .view-list .thumbnail
.icn-thumb-key.licn, .modal-detail
.icn-thumb-key.sicn {
  background: url('../images/file-icons/sprite/presentation.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 558, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-presentation.sicn, .view-list .thumbnail .icn-thumb-presentation.licn, .modal-detail .icn-thumb-presentation.sicn, .view-list .thumbnail
  .icn-thumb-odp.sicn, .view-list .thumbnail
  .icn-thumb-odp.licn, .modal-detail
  .icn-thumb-odp.sicn, .view-list .thumbnail
  .icn-thumb-otp.sicn, .view-list .thumbnail
  .icn-thumb-otp.licn, .modal-detail
  .icn-thumb-otp.sicn, .view-list .thumbnail
  .icn-thumb-sdd.sicn, .view-list .thumbnail
  .icn-thumb-sdd.licn, .modal-detail
  .icn-thumb-sdd.sicn, .view-list .thumbnail
  .icn-thumb-sti.sicn, .view-list .thumbnail
  .icn-thumb-sti.licn, .modal-detail
  .icn-thumb-sti.sicn, .view-list .thumbnail
  .icn-thumb-sx.sicn, .view-list .thumbnail
  .icn-thumb-sx.licn, .modal-detail
  .icn-thumb-sx.sicn, .view-list .thumbnail
  .icn-thumb-uop.sicn, .view-list .thumbnail
  .icn-thumb-uop.licn, .modal-detail
  .icn-thumb-uop.sicn, .view-list .thumbnail
  .icn-thumb-sdd.sicn, .view-list .thumbnail
  .icn-thumb-sdd.licn, .modal-detail
  .icn-thumb-sdd.sicn, .view-list .thumbnail
  .icn-thumb-sxi.sicn, .view-list .thumbnail
  .icn-thumb-sxi.licn, .modal-detail
  .icn-thumb-sxi.sicn, .view-list .thumbnail
  .icn-thumb-key.sicn, .view-list .thumbnail
  .icn-thumb-key.licn, .modal-detail
  .icn-thumb-key.sicn {
    background: url('../images/file-icons-retina/sprite/presentation.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 563, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-spreadsheet,
.icn-thumb-ods,
.icn-thumb-ots,
.icn-thumb-csv,
.icn-thumb-wk1,
.icn-thumb-wks,
.icn-thumb-123,
.icn-thumb-dbf,
.icn-thumb-wb2,
.icn-thumb-dif,
.icn-thumb-uos,
.icn-thumb-sdc,
.icn-thumb-sxc {
  background: url('../images/file-icons/small-thumb/spreadsheet.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 563, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-spreadsheet,
  .icn-thumb-ods,
  .icn-thumb-ots,
  .icn-thumb-csv,
  .icn-thumb-wk1,
  .icn-thumb-wks,
  .icn-thumb-123,
  .icn-thumb-dbf,
  .icn-thumb-wb2,
  .icn-thumb-dif,
  .icn-thumb-uos,
  .icn-thumb-sdc,
  .icn-thumb-sxc {
    background: url('../images/file-icons-retina/small-thumb/spreadsheet@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 577, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-spreadsheet, .shared-by-me-page .icn-thumb-spreadsheet, .shared-with-me-page .icn-thumb-spreadsheet, .scheduled-shares-page .icn-thumb-spreadsheet, .search-page
.icn-thumb-ods, .shared-by-me-page
.icn-thumb-ods, .shared-with-me-page
.icn-thumb-ods, .scheduled-shares-page
.icn-thumb-ods, .search-page
.icn-thumb-ots, .shared-by-me-page
.icn-thumb-ots, .shared-with-me-page
.icn-thumb-ots, .scheduled-shares-page
.icn-thumb-ots, .search-page
.icn-thumb-csv, .shared-by-me-page
.icn-thumb-csv, .shared-with-me-page
.icn-thumb-csv, .scheduled-shares-page
.icn-thumb-csv, .search-page
.icn-thumb-wk1, .shared-by-me-page
.icn-thumb-wk1, .shared-with-me-page
.icn-thumb-wk1, .scheduled-shares-page
.icn-thumb-wk1, .search-page
.icn-thumb-wks, .shared-by-me-page
.icn-thumb-wks, .shared-with-me-page
.icn-thumb-wks, .scheduled-shares-page
.icn-thumb-wks, .search-page
.icn-thumb-123, .shared-by-me-page
.icn-thumb-123, .shared-with-me-page
.icn-thumb-123, .scheduled-shares-page
.icn-thumb-123, .search-page
.icn-thumb-dbf, .shared-by-me-page
.icn-thumb-dbf, .shared-with-me-page
.icn-thumb-dbf, .scheduled-shares-page
.icn-thumb-dbf, .search-page
.icn-thumb-wb2, .shared-by-me-page
.icn-thumb-wb2, .shared-with-me-page
.icn-thumb-wb2, .scheduled-shares-page
.icn-thumb-wb2, .search-page
.icn-thumb-dif, .shared-by-me-page
.icn-thumb-dif, .shared-with-me-page
.icn-thumb-dif, .scheduled-shares-page
.icn-thumb-dif, .search-page
.icn-thumb-uos, .shared-by-me-page
.icn-thumb-uos, .shared-with-me-page
.icn-thumb-uos, .scheduled-shares-page
.icn-thumb-uos, .search-page
.icn-thumb-sdc, .shared-by-me-page
.icn-thumb-sdc, .shared-with-me-page
.icn-thumb-sdc, .scheduled-shares-page
.icn-thumb-sdc, .search-page
.icn-thumb-sxc, .shared-by-me-page
.icn-thumb-sxc, .shared-with-me-page
.icn-thumb-sxc, .scheduled-shares-page
.icn-thumb-sxc {
  background-position: -1235px 0;
  height: 30px;
  width: 30px;
}
/* line 581, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-spreadsheet, .download-outer >
.icn-thumb-ods, .download-outer >
.icn-thumb-ots, .download-outer >
.icn-thumb-csv, .download-outer >
.icn-thumb-wk1, .download-outer >
.icn-thumb-wks, .download-outer >
.icn-thumb-123, .download-outer >
.icn-thumb-dbf, .download-outer >
.icn-thumb-wb2, .download-outer >
.icn-thumb-dif, .download-outer >
.icn-thumb-uos, .download-outer >
.icn-thumb-sdc, .download-outer >
.icn-thumb-sxc {
  background: url('../images/file-icons/thumb/spreadsheet.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 581, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-spreadsheet, .download-outer >
  .icn-thumb-ods, .download-outer >
  .icn-thumb-ots, .download-outer >
  .icn-thumb-csv, .download-outer >
  .icn-thumb-wk1, .download-outer >
  .icn-thumb-wks, .download-outer >
  .icn-thumb-123, .download-outer >
  .icn-thumb-dbf, .download-outer >
  .icn-thumb-wb2, .download-outer >
  .icn-thumb-dif, .download-outer >
  .icn-thumb-uos, .download-outer >
  .icn-thumb-sdc, .download-outer >
  .icn-thumb-sxc {
    background: url('../images/file-icons-retina/thumb/spreadsheet@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 582, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-spreadsheet.sicn, .thumbnail .icn-thumb-spreadsheet.licn, .thumbnail >
.icn-thumb-ods.sicn, .thumbnail
.icn-thumb-ods.licn, .thumbnail >
.icn-thumb-ots.sicn, .thumbnail
.icn-thumb-ots.licn, .thumbnail >
.icn-thumb-csv.sicn, .thumbnail
.icn-thumb-csv.licn, .thumbnail >
.icn-thumb-wk1.sicn, .thumbnail
.icn-thumb-wk1.licn, .thumbnail >
.icn-thumb-wks.sicn, .thumbnail
.icn-thumb-wks.licn, .thumbnail >
.icn-thumb-123.sicn, .thumbnail
.icn-thumb-123.licn, .thumbnail >
.icn-thumb-dbf.sicn, .thumbnail
.icn-thumb-dbf.licn, .thumbnail >
.icn-thumb-wb2.sicn, .thumbnail
.icn-thumb-wb2.licn, .thumbnail >
.icn-thumb-dif.sicn, .thumbnail
.icn-thumb-dif.licn, .thumbnail >
.icn-thumb-uos.sicn, .thumbnail
.icn-thumb-uos.licn, .thumbnail >
.icn-thumb-sdc.sicn, .thumbnail
.icn-thumb-sdc.licn, .thumbnail >
.icn-thumb-sxc.sicn, .thumbnail
.icn-thumb-sxc.licn {
  background: url('../images/file-icons/thumb/spreadsheet.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 582, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-spreadsheet.sicn, .thumbnail .icn-thumb-spreadsheet.licn, .thumbnail >
  .icn-thumb-ods.sicn, .thumbnail
  .icn-thumb-ods.licn, .thumbnail >
  .icn-thumb-ots.sicn, .thumbnail
  .icn-thumb-ots.licn, .thumbnail >
  .icn-thumb-csv.sicn, .thumbnail
  .icn-thumb-csv.licn, .thumbnail >
  .icn-thumb-wk1.sicn, .thumbnail
  .icn-thumb-wk1.licn, .thumbnail >
  .icn-thumb-wks.sicn, .thumbnail
  .icn-thumb-wks.licn, .thumbnail >
  .icn-thumb-123.sicn, .thumbnail
  .icn-thumb-123.licn, .thumbnail >
  .icn-thumb-dbf.sicn, .thumbnail
  .icn-thumb-dbf.licn, .thumbnail >
  .icn-thumb-wb2.sicn, .thumbnail
  .icn-thumb-wb2.licn, .thumbnail >
  .icn-thumb-dif.sicn, .thumbnail
  .icn-thumb-dif.licn, .thumbnail >
  .icn-thumb-uos.sicn, .thumbnail
  .icn-thumb-uos.licn, .thumbnail >
  .icn-thumb-sdc.sicn, .thumbnail
  .icn-thumb-sdc.licn, .thumbnail >
  .icn-thumb-sxc.sicn, .thumbnail
  .icn-thumb-sxc.licn {
    background: url('../images/file-icons-retina/thumb/spreadsheet@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 584, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-spreadsheet.sicn, .view-list .thumbnail .icn-thumb-spreadsheet.licn, .modal-detail .icn-thumb-spreadsheet.sicn, .view-list .thumbnail
.icn-thumb-ods.sicn, .view-list .thumbnail
.icn-thumb-ods.licn, .modal-detail
.icn-thumb-ods.sicn, .view-list .thumbnail
.icn-thumb-ots.sicn, .view-list .thumbnail
.icn-thumb-ots.licn, .modal-detail
.icn-thumb-ots.sicn, .view-list .thumbnail
.icn-thumb-csv.sicn, .view-list .thumbnail
.icn-thumb-csv.licn, .modal-detail
.icn-thumb-csv.sicn, .view-list .thumbnail
.icn-thumb-wk1.sicn, .view-list .thumbnail
.icn-thumb-wk1.licn, .modal-detail
.icn-thumb-wk1.sicn, .view-list .thumbnail
.icn-thumb-wks.sicn, .view-list .thumbnail
.icn-thumb-wks.licn, .modal-detail
.icn-thumb-wks.sicn, .view-list .thumbnail
.icn-thumb-123.sicn, .view-list .thumbnail
.icn-thumb-123.licn, .modal-detail
.icn-thumb-123.sicn, .view-list .thumbnail
.icn-thumb-dbf.sicn, .view-list .thumbnail
.icn-thumb-dbf.licn, .modal-detail
.icn-thumb-dbf.sicn, .view-list .thumbnail
.icn-thumb-wb2.sicn, .view-list .thumbnail
.icn-thumb-wb2.licn, .modal-detail
.icn-thumb-wb2.sicn, .view-list .thumbnail
.icn-thumb-dif.sicn, .view-list .thumbnail
.icn-thumb-dif.licn, .modal-detail
.icn-thumb-dif.sicn, .view-list .thumbnail
.icn-thumb-uos.sicn, .view-list .thumbnail
.icn-thumb-uos.licn, .modal-detail
.icn-thumb-uos.sicn, .view-list .thumbnail
.icn-thumb-sdc.sicn, .view-list .thumbnail
.icn-thumb-sdc.licn, .modal-detail
.icn-thumb-sdc.sicn, .view-list .thumbnail
.icn-thumb-sxc.sicn, .view-list .thumbnail
.icn-thumb-sxc.licn, .modal-detail
.icn-thumb-sxc.sicn {
  background: url('../images/file-icons/sprite/spreadsheet.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 584, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-spreadsheet.sicn, .view-list .thumbnail .icn-thumb-spreadsheet.licn, .modal-detail .icn-thumb-spreadsheet.sicn, .view-list .thumbnail
  .icn-thumb-ods.sicn, .view-list .thumbnail
  .icn-thumb-ods.licn, .modal-detail
  .icn-thumb-ods.sicn, .view-list .thumbnail
  .icn-thumb-ots.sicn, .view-list .thumbnail
  .icn-thumb-ots.licn, .modal-detail
  .icn-thumb-ots.sicn, .view-list .thumbnail
  .icn-thumb-csv.sicn, .view-list .thumbnail
  .icn-thumb-csv.licn, .modal-detail
  .icn-thumb-csv.sicn, .view-list .thumbnail
  .icn-thumb-wk1.sicn, .view-list .thumbnail
  .icn-thumb-wk1.licn, .modal-detail
  .icn-thumb-wk1.sicn, .view-list .thumbnail
  .icn-thumb-wks.sicn, .view-list .thumbnail
  .icn-thumb-wks.licn, .modal-detail
  .icn-thumb-wks.sicn, .view-list .thumbnail
  .icn-thumb-123.sicn, .view-list .thumbnail
  .icn-thumb-123.licn, .modal-detail
  .icn-thumb-123.sicn, .view-list .thumbnail
  .icn-thumb-dbf.sicn, .view-list .thumbnail
  .icn-thumb-dbf.licn, .modal-detail
  .icn-thumb-dbf.sicn, .view-list .thumbnail
  .icn-thumb-wb2.sicn, .view-list .thumbnail
  .icn-thumb-wb2.licn, .modal-detail
  .icn-thumb-wb2.sicn, .view-list .thumbnail
  .icn-thumb-dif.sicn, .view-list .thumbnail
  .icn-thumb-dif.licn, .modal-detail
  .icn-thumb-dif.sicn, .view-list .thumbnail
  .icn-thumb-uos.sicn, .view-list .thumbnail
  .icn-thumb-uos.licn, .modal-detail
  .icn-thumb-uos.sicn, .view-list .thumbnail
  .icn-thumb-sdc.sicn, .view-list .thumbnail
  .icn-thumb-sdc.licn, .modal-detail
  .icn-thumb-sdc.sicn, .view-list .thumbnail
  .icn-thumb-sxc.sicn, .view-list .thumbnail
  .icn-thumb-sxc.licn, .modal-detail
  .icn-thumb-sxc.sicn {
    background: url('../images/file-icons-retina/sprite/spreadsheet.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 589, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-font,
.icn-thumb-ttf,
.icn-thumb-otf,
.icn-thumb-woff,
.icn-thumb-ttc,
.icn-thumb-dfont,
.icn-thumb-sfd {
  background: url('../images/file-icons/small-thumb/font.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 589, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-font,
  .icn-thumb-ttf,
  .icn-thumb-otf,
  .icn-thumb-woff,
  .icn-thumb-ttc,
  .icn-thumb-dfont,
  .icn-thumb-sfd {
    background: url('../images/file-icons-retina/small-thumb/font@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 597, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-font, .shared-by-me-page .icn-thumb-font, .shared-with-me-page .icn-thumb-font, .scheduled-shares-page .icn-thumb-font, .search-page
.icn-thumb-ttf, .shared-by-me-page
.icn-thumb-ttf, .shared-with-me-page
.icn-thumb-ttf, .scheduled-shares-page
.icn-thumb-ttf, .search-page
.icn-thumb-otf, .shared-by-me-page
.icn-thumb-otf, .shared-with-me-page
.icn-thumb-otf, .scheduled-shares-page
.icn-thumb-otf, .search-page
.icn-thumb-woff, .shared-by-me-page
.icn-thumb-woff, .shared-with-me-page
.icn-thumb-woff, .scheduled-shares-page
.icn-thumb-woff, .search-page
.icn-thumb-ttc, .shared-by-me-page
.icn-thumb-ttc, .shared-with-me-page
.icn-thumb-ttc, .scheduled-shares-page
.icn-thumb-ttc, .search-page
.icn-thumb-dfont, .shared-by-me-page
.icn-thumb-dfont, .shared-with-me-page
.icn-thumb-dfont, .scheduled-shares-page
.icn-thumb-dfont, .search-page
.icn-thumb-sfd, .shared-by-me-page
.icn-thumb-sfd, .shared-with-me-page
.icn-thumb-sfd, .scheduled-shares-page
.icn-thumb-sfd {
  background-position: -413px 0;
  height: 30px;
  width: 30px;
}
/* line 601, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-font, .download-outer >
.icn-thumb-ttf, .download-outer >
.icn-thumb-otf, .download-outer >
.icn-thumb-woff, .download-outer >
.icn-thumb-ttc, .download-outer >
.icn-thumb-dfont, .download-outer >
.icn-thumb-sfd {
  background: url('../images/file-icons/thumb/font.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 601, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-font, .download-outer >
  .icn-thumb-ttf, .download-outer >
  .icn-thumb-otf, .download-outer >
  .icn-thumb-woff, .download-outer >
  .icn-thumb-ttc, .download-outer >
  .icn-thumb-dfont, .download-outer >
  .icn-thumb-sfd {
    background: url('../images/file-icons-retina/thumb/font@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 602, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-font.sicn, .thumbnail .icn-thumb-font.licn, .thumbnail >
.icn-thumb-ttf.sicn, .thumbnail
.icn-thumb-ttf.licn, .thumbnail >
.icn-thumb-otf.sicn, .thumbnail
.icn-thumb-otf.licn, .thumbnail >
.icn-thumb-woff.sicn, .thumbnail
.icn-thumb-woff.licn, .thumbnail >
.icn-thumb-ttc.sicn, .thumbnail
.icn-thumb-ttc.licn, .thumbnail >
.icn-thumb-dfont.sicn, .thumbnail
.icn-thumb-dfont.licn, .thumbnail >
.icn-thumb-sfd.sicn, .thumbnail
.icn-thumb-sfd.licn {
  background: url('../images/file-icons/thumb/font.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 602, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-font.sicn, .thumbnail .icn-thumb-font.licn, .thumbnail >
  .icn-thumb-ttf.sicn, .thumbnail
  .icn-thumb-ttf.licn, .thumbnail >
  .icn-thumb-otf.sicn, .thumbnail
  .icn-thumb-otf.licn, .thumbnail >
  .icn-thumb-woff.sicn, .thumbnail
  .icn-thumb-woff.licn, .thumbnail >
  .icn-thumb-ttc.sicn, .thumbnail
  .icn-thumb-ttc.licn, .thumbnail >
  .icn-thumb-dfont.sicn, .thumbnail
  .icn-thumb-dfont.licn, .thumbnail >
  .icn-thumb-sfd.sicn, .thumbnail
  .icn-thumb-sfd.licn {
    background: url('../images/file-icons-retina/thumb/font@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 604, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-font.sicn, .view-list .thumbnail .icn-thumb-font.licn, .modal-detail .icn-thumb-font.sicn, .view-list .thumbnail
.icn-thumb-ttf.sicn, .view-list .thumbnail
.icn-thumb-ttf.licn, .modal-detail
.icn-thumb-ttf.sicn, .view-list .thumbnail
.icn-thumb-otf.sicn, .view-list .thumbnail
.icn-thumb-otf.licn, .modal-detail
.icn-thumb-otf.sicn, .view-list .thumbnail
.icn-thumb-woff.sicn, .view-list .thumbnail
.icn-thumb-woff.licn, .modal-detail
.icn-thumb-woff.sicn, .view-list .thumbnail
.icn-thumb-ttc.sicn, .view-list .thumbnail
.icn-thumb-ttc.licn, .modal-detail
.icn-thumb-ttc.sicn, .view-list .thumbnail
.icn-thumb-dfont.sicn, .view-list .thumbnail
.icn-thumb-dfont.licn, .modal-detail
.icn-thumb-dfont.sicn, .view-list .thumbnail
.icn-thumb-sfd.sicn, .view-list .thumbnail
.icn-thumb-sfd.licn, .modal-detail
.icn-thumb-sfd.sicn {
  background: url('../images/file-icons/sprite/font.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 604, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-font.sicn, .view-list .thumbnail .icn-thumb-font.licn, .modal-detail .icn-thumb-font.sicn, .view-list .thumbnail
  .icn-thumb-ttf.sicn, .view-list .thumbnail
  .icn-thumb-ttf.licn, .modal-detail
  .icn-thumb-ttf.sicn, .view-list .thumbnail
  .icn-thumb-otf.sicn, .view-list .thumbnail
  .icn-thumb-otf.licn, .modal-detail
  .icn-thumb-otf.sicn, .view-list .thumbnail
  .icn-thumb-woff.sicn, .view-list .thumbnail
  .icn-thumb-woff.licn, .modal-detail
  .icn-thumb-woff.sicn, .view-list .thumbnail
  .icn-thumb-ttc.sicn, .view-list .thumbnail
  .icn-thumb-ttc.licn, .modal-detail
  .icn-thumb-ttc.sicn, .view-list .thumbnail
  .icn-thumb-dfont.sicn, .view-list .thumbnail
  .icn-thumb-dfont.licn, .modal-detail
  .icn-thumb-dfont.sicn, .view-list .thumbnail
  .icn-thumb-sfd.sicn, .view-list .thumbnail
  .icn-thumb-sfd.licn, .modal-detail
  .icn-thumb-sfd.sicn {
    background: url('../images/file-icons-retina/sprite/font.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 609, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-3d,
.icn-thumb-3dmf,
.icn-thumb-max,
.icn-thumb-3ds,
.icn-thumb-3dt,
.icn-thumb-aty,
.icn-thumb-ac,
.icn-thumb-an8,
.icn-thumb-aoi,
.icn-thumb-b3d,
.icn-thumb-blend,
.icn-thumb-c4d,
.icn-thumb-cal3d,
.icn-thumb-cag,
.icn-thumb-cfl,
.icn-thumb-cob,
.icn-thumb-ctm,
.icn-thumb-dae,
.icn-thumb-dts,
.icn-thumb-egg,
.icn-thumb-fac,
.icn-thumb-fbx,
.icn-thumb-g,
.icn-thumb-glm,
.icn-thumb-lwo,
.icn-thumb-lws,
.icn-thumb-lxo,
.icn-thumb-ma,
.icn-thumb-mb,
.icn-thumb-md2,
.icn-thumb-md3,
.icn-thumb-mdx,
.icn-thumb-mesh,
.icn-thumb-mm3d,
.icn-thumb-nif,
.icn-thumb-off,
.icn-thumb-pov,
.icn-thumb-rwx,
.icn-thumb-sia,
.icn-thumb-sib,
.icn-thumb-skp,
.icn-thumb-sldasm,
.icn-thumb-sldprt,
.icn-thumb-smd,
.icn-thumb-u3d,
.icn-thumb-wings,
.icn-thumb-x,
.icn-thumb-x3d,
.icn-thumb-z3d {
  background: url('../images/file-icons/small-thumb/three-d.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 609, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-3d,
  .icn-thumb-3dmf,
  .icn-thumb-max,
  .icn-thumb-3ds,
  .icn-thumb-3dt,
  .icn-thumb-aty,
  .icn-thumb-ac,
  .icn-thumb-an8,
  .icn-thumb-aoi,
  .icn-thumb-b3d,
  .icn-thumb-blend,
  .icn-thumb-c4d,
  .icn-thumb-cal3d,
  .icn-thumb-cag,
  .icn-thumb-cfl,
  .icn-thumb-cob,
  .icn-thumb-ctm,
  .icn-thumb-dae,
  .icn-thumb-dts,
  .icn-thumb-egg,
  .icn-thumb-fac,
  .icn-thumb-fbx,
  .icn-thumb-g,
  .icn-thumb-glm,
  .icn-thumb-lwo,
  .icn-thumb-lws,
  .icn-thumb-lxo,
  .icn-thumb-ma,
  .icn-thumb-mb,
  .icn-thumb-md2,
  .icn-thumb-md3,
  .icn-thumb-mdx,
  .icn-thumb-mesh,
  .icn-thumb-mm3d,
  .icn-thumb-nif,
  .icn-thumb-off,
  .icn-thumb-pov,
  .icn-thumb-rwx,
  .icn-thumb-sia,
  .icn-thumb-sib,
  .icn-thumb-skp,
  .icn-thumb-sldasm,
  .icn-thumb-sldprt,
  .icn-thumb-smd,
  .icn-thumb-u3d,
  .icn-thumb-wings,
  .icn-thumb-x,
  .icn-thumb-x3d,
  .icn-thumb-z3d {
    background: url('../images/file-icons-retina/small-thumb/three-d@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 659, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-3d, .shared-by-me-page .icn-thumb-3d, .shared-with-me-page .icn-thumb-3d, .scheduled-shares-page .icn-thumb-3d, .search-page
.icn-thumb-3dmf, .shared-by-me-page
.icn-thumb-3dmf, .shared-with-me-page
.icn-thumb-3dmf, .scheduled-shares-page
.icn-thumb-3dmf, .search-page
.icn-thumb-max, .shared-by-me-page
.icn-thumb-max, .shared-with-me-page
.icn-thumb-max, .scheduled-shares-page
.icn-thumb-max, .search-page
.icn-thumb-3ds, .shared-by-me-page
.icn-thumb-3ds, .shared-with-me-page
.icn-thumb-3ds, .scheduled-shares-page
.icn-thumb-3ds, .search-page
.icn-thumb-3dt, .shared-by-me-page
.icn-thumb-3dt, .shared-with-me-page
.icn-thumb-3dt, .scheduled-shares-page
.icn-thumb-3dt, .search-page
.icn-thumb-aty, .shared-by-me-page
.icn-thumb-aty, .shared-with-me-page
.icn-thumb-aty, .scheduled-shares-page
.icn-thumb-aty, .search-page
.icn-thumb-ac, .shared-by-me-page
.icn-thumb-ac, .shared-with-me-page
.icn-thumb-ac, .scheduled-shares-page
.icn-thumb-ac, .search-page
.icn-thumb-an8, .shared-by-me-page
.icn-thumb-an8, .shared-with-me-page
.icn-thumb-an8, .scheduled-shares-page
.icn-thumb-an8, .search-page
.icn-thumb-aoi, .shared-by-me-page
.icn-thumb-aoi, .shared-with-me-page
.icn-thumb-aoi, .scheduled-shares-page
.icn-thumb-aoi, .search-page
.icn-thumb-b3d, .shared-by-me-page
.icn-thumb-b3d, .shared-with-me-page
.icn-thumb-b3d, .scheduled-shares-page
.icn-thumb-b3d, .search-page
.icn-thumb-blend, .shared-by-me-page
.icn-thumb-blend, .shared-with-me-page
.icn-thumb-blend, .scheduled-shares-page
.icn-thumb-blend, .search-page
.icn-thumb-c4d, .shared-by-me-page
.icn-thumb-c4d, .shared-with-me-page
.icn-thumb-c4d, .scheduled-shares-page
.icn-thumb-c4d, .search-page
.icn-thumb-cal3d, .shared-by-me-page
.icn-thumb-cal3d, .shared-with-me-page
.icn-thumb-cal3d, .scheduled-shares-page
.icn-thumb-cal3d, .search-page
.icn-thumb-cag, .shared-by-me-page
.icn-thumb-cag, .shared-with-me-page
.icn-thumb-cag, .scheduled-shares-page
.icn-thumb-cag, .search-page
.icn-thumb-cfl, .shared-by-me-page
.icn-thumb-cfl, .shared-with-me-page
.icn-thumb-cfl, .scheduled-shares-page
.icn-thumb-cfl, .search-page
.icn-thumb-cob, .shared-by-me-page
.icn-thumb-cob, .shared-with-me-page
.icn-thumb-cob, .scheduled-shares-page
.icn-thumb-cob, .search-page
.icn-thumb-ctm, .shared-by-me-page
.icn-thumb-ctm, .shared-with-me-page
.icn-thumb-ctm, .scheduled-shares-page
.icn-thumb-ctm, .search-page
.icn-thumb-dae, .shared-by-me-page
.icn-thumb-dae, .shared-with-me-page
.icn-thumb-dae, .scheduled-shares-page
.icn-thumb-dae, .search-page
.icn-thumb-dts, .shared-by-me-page
.icn-thumb-dts, .shared-with-me-page
.icn-thumb-dts, .scheduled-shares-page
.icn-thumb-dts, .search-page
.icn-thumb-egg, .shared-by-me-page
.icn-thumb-egg, .shared-with-me-page
.icn-thumb-egg, .scheduled-shares-page
.icn-thumb-egg, .search-page
.icn-thumb-fac, .shared-by-me-page
.icn-thumb-fac, .shared-with-me-page
.icn-thumb-fac, .scheduled-shares-page
.icn-thumb-fac, .search-page
.icn-thumb-fbx, .shared-by-me-page
.icn-thumb-fbx, .shared-with-me-page
.icn-thumb-fbx, .scheduled-shares-page
.icn-thumb-fbx, .search-page
.icn-thumb-g, .shared-by-me-page
.icn-thumb-g, .shared-with-me-page
.icn-thumb-g, .scheduled-shares-page
.icn-thumb-g, .search-page
.icn-thumb-glm, .shared-by-me-page
.icn-thumb-glm, .shared-with-me-page
.icn-thumb-glm, .scheduled-shares-page
.icn-thumb-glm, .search-page
.icn-thumb-lwo, .shared-by-me-page
.icn-thumb-lwo, .shared-with-me-page
.icn-thumb-lwo, .scheduled-shares-page
.icn-thumb-lwo, .search-page
.icn-thumb-lws, .shared-by-me-page
.icn-thumb-lws, .shared-with-me-page
.icn-thumb-lws, .scheduled-shares-page
.icn-thumb-lws, .search-page
.icn-thumb-lxo, .shared-by-me-page
.icn-thumb-lxo, .shared-with-me-page
.icn-thumb-lxo, .scheduled-shares-page
.icn-thumb-lxo, .search-page
.icn-thumb-ma, .shared-by-me-page
.icn-thumb-ma, .shared-with-me-page
.icn-thumb-ma, .scheduled-shares-page
.icn-thumb-ma, .search-page
.icn-thumb-mb, .shared-by-me-page
.icn-thumb-mb, .shared-with-me-page
.icn-thumb-mb, .scheduled-shares-page
.icn-thumb-mb, .search-page
.icn-thumb-md2, .shared-by-me-page
.icn-thumb-md2, .shared-with-me-page
.icn-thumb-md2, .scheduled-shares-page
.icn-thumb-md2, .search-page
.icn-thumb-md3, .shared-by-me-page
.icn-thumb-md3, .shared-with-me-page
.icn-thumb-md3, .scheduled-shares-page
.icn-thumb-md3, .search-page
.icn-thumb-mdx, .shared-by-me-page
.icn-thumb-mdx, .shared-with-me-page
.icn-thumb-mdx, .scheduled-shares-page
.icn-thumb-mdx, .search-page
.icn-thumb-mesh, .shared-by-me-page
.icn-thumb-mesh, .shared-with-me-page
.icn-thumb-mesh, .scheduled-shares-page
.icn-thumb-mesh, .search-page
.icn-thumb-mm3d, .shared-by-me-page
.icn-thumb-mm3d, .shared-with-me-page
.icn-thumb-mm3d, .scheduled-shares-page
.icn-thumb-mm3d, .search-page
.icn-thumb-nif, .shared-by-me-page
.icn-thumb-nif, .shared-with-me-page
.icn-thumb-nif, .scheduled-shares-page
.icn-thumb-nif, .search-page
.icn-thumb-off, .shared-by-me-page
.icn-thumb-off, .shared-with-me-page
.icn-thumb-off, .scheduled-shares-page
.icn-thumb-off, .search-page
.icn-thumb-pov, .shared-by-me-page
.icn-thumb-pov, .shared-with-me-page
.icn-thumb-pov, .scheduled-shares-page
.icn-thumb-pov, .search-page
.icn-thumb-rwx, .shared-by-me-page
.icn-thumb-rwx, .shared-with-me-page
.icn-thumb-rwx, .scheduled-shares-page
.icn-thumb-rwx, .search-page
.icn-thumb-sia, .shared-by-me-page
.icn-thumb-sia, .shared-with-me-page
.icn-thumb-sia, .scheduled-shares-page
.icn-thumb-sia, .search-page
.icn-thumb-sib, .shared-by-me-page
.icn-thumb-sib, .shared-with-me-page
.icn-thumb-sib, .scheduled-shares-page
.icn-thumb-sib, .search-page
.icn-thumb-skp, .shared-by-me-page
.icn-thumb-skp, .shared-with-me-page
.icn-thumb-skp, .scheduled-shares-page
.icn-thumb-skp, .search-page
.icn-thumb-sldasm, .shared-by-me-page
.icn-thumb-sldasm, .shared-with-me-page
.icn-thumb-sldasm, .scheduled-shares-page
.icn-thumb-sldasm, .search-page
.icn-thumb-sldprt, .shared-by-me-page
.icn-thumb-sldprt, .shared-with-me-page
.icn-thumb-sldprt, .scheduled-shares-page
.icn-thumb-sldprt, .search-page
.icn-thumb-smd, .shared-by-me-page
.icn-thumb-smd, .shared-with-me-page
.icn-thumb-smd, .scheduled-shares-page
.icn-thumb-smd, .search-page
.icn-thumb-u3d, .shared-by-me-page
.icn-thumb-u3d, .shared-with-me-page
.icn-thumb-u3d, .scheduled-shares-page
.icn-thumb-u3d, .search-page
.icn-thumb-wings, .shared-by-me-page
.icn-thumb-wings, .shared-with-me-page
.icn-thumb-wings, .scheduled-shares-page
.icn-thumb-wings, .search-page
.icn-thumb-x, .shared-by-me-page
.icn-thumb-x, .shared-with-me-page
.icn-thumb-x, .scheduled-shares-page
.icn-thumb-x, .search-page
.icn-thumb-x3d, .shared-by-me-page
.icn-thumb-x3d, .shared-with-me-page
.icn-thumb-x3d, .scheduled-shares-page
.icn-thumb-x3d, .search-page
.icn-thumb-z3d, .shared-by-me-page
.icn-thumb-z3d, .shared-with-me-page
.icn-thumb-z3d, .scheduled-shares-page
.icn-thumb-z3d {
  background-position: -1345px 0;
  height: 30px;
  width: 30px;
}
/* line 663, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-3d, .download-outer >
.icn-thumb-3dmf, .download-outer >
.icn-thumb-max, .download-outer >
.icn-thumb-3ds, .download-outer >
.icn-thumb-3dt, .download-outer >
.icn-thumb-aty, .download-outer >
.icn-thumb-ac, .download-outer >
.icn-thumb-an8, .download-outer >
.icn-thumb-aoi, .download-outer >
.icn-thumb-b3d, .download-outer >
.icn-thumb-blend, .download-outer >
.icn-thumb-c4d, .download-outer >
.icn-thumb-cal3d, .download-outer >
.icn-thumb-cag, .download-outer >
.icn-thumb-cfl, .download-outer >
.icn-thumb-cob, .download-outer >
.icn-thumb-ctm, .download-outer >
.icn-thumb-dae, .download-outer >
.icn-thumb-dts, .download-outer >
.icn-thumb-egg, .download-outer >
.icn-thumb-fac, .download-outer >
.icn-thumb-fbx, .download-outer >
.icn-thumb-g, .download-outer >
.icn-thumb-glm, .download-outer >
.icn-thumb-lwo, .download-outer >
.icn-thumb-lws, .download-outer >
.icn-thumb-lxo, .download-outer >
.icn-thumb-ma, .download-outer >
.icn-thumb-mb, .download-outer >
.icn-thumb-md2, .download-outer >
.icn-thumb-md3, .download-outer >
.icn-thumb-mdx, .download-outer >
.icn-thumb-mesh, .download-outer >
.icn-thumb-mm3d, .download-outer >
.icn-thumb-nif, .download-outer >
.icn-thumb-off, .download-outer >
.icn-thumb-pov, .download-outer >
.icn-thumb-rwx, .download-outer >
.icn-thumb-sia, .download-outer >
.icn-thumb-sib, .download-outer >
.icn-thumb-skp, .download-outer >
.icn-thumb-sldasm, .download-outer >
.icn-thumb-sldprt, .download-outer >
.icn-thumb-smd, .download-outer >
.icn-thumb-u3d, .download-outer >
.icn-thumb-wings, .download-outer >
.icn-thumb-x, .download-outer >
.icn-thumb-x3d, .download-outer >
.icn-thumb-z3d {
  background: url('../images/file-icons/thumb/three-d.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 663, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-3d, .download-outer >
  .icn-thumb-3dmf, .download-outer >
  .icn-thumb-max, .download-outer >
  .icn-thumb-3ds, .download-outer >
  .icn-thumb-3dt, .download-outer >
  .icn-thumb-aty, .download-outer >
  .icn-thumb-ac, .download-outer >
  .icn-thumb-an8, .download-outer >
  .icn-thumb-aoi, .download-outer >
  .icn-thumb-b3d, .download-outer >
  .icn-thumb-blend, .download-outer >
  .icn-thumb-c4d, .download-outer >
  .icn-thumb-cal3d, .download-outer >
  .icn-thumb-cag, .download-outer >
  .icn-thumb-cfl, .download-outer >
  .icn-thumb-cob, .download-outer >
  .icn-thumb-ctm, .download-outer >
  .icn-thumb-dae, .download-outer >
  .icn-thumb-dts, .download-outer >
  .icn-thumb-egg, .download-outer >
  .icn-thumb-fac, .download-outer >
  .icn-thumb-fbx, .download-outer >
  .icn-thumb-g, .download-outer >
  .icn-thumb-glm, .download-outer >
  .icn-thumb-lwo, .download-outer >
  .icn-thumb-lws, .download-outer >
  .icn-thumb-lxo, .download-outer >
  .icn-thumb-ma, .download-outer >
  .icn-thumb-mb, .download-outer >
  .icn-thumb-md2, .download-outer >
  .icn-thumb-md3, .download-outer >
  .icn-thumb-mdx, .download-outer >
  .icn-thumb-mesh, .download-outer >
  .icn-thumb-mm3d, .download-outer >
  .icn-thumb-nif, .download-outer >
  .icn-thumb-off, .download-outer >
  .icn-thumb-pov, .download-outer >
  .icn-thumb-rwx, .download-outer >
  .icn-thumb-sia, .download-outer >
  .icn-thumb-sib, .download-outer >
  .icn-thumb-skp, .download-outer >
  .icn-thumb-sldasm, .download-outer >
  .icn-thumb-sldprt, .download-outer >
  .icn-thumb-smd, .download-outer >
  .icn-thumb-u3d, .download-outer >
  .icn-thumb-wings, .download-outer >
  .icn-thumb-x, .download-outer >
  .icn-thumb-x3d, .download-outer >
  .icn-thumb-z3d {
    background: url('../images/file-icons-retina/thumb/three-d@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 664, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-3d.sicn, .thumbnail .icn-thumb-3d.licn, .thumbnail >
.icn-thumb-3dmf.sicn, .thumbnail
.icn-thumb-3dmf.licn, .thumbnail >
.icn-thumb-max.sicn, .thumbnail
.icn-thumb-max.licn, .thumbnail >
.icn-thumb-3ds.sicn, .thumbnail
.icn-thumb-3ds.licn, .thumbnail >
.icn-thumb-3dt.sicn, .thumbnail
.icn-thumb-3dt.licn, .thumbnail >
.icn-thumb-aty.sicn, .thumbnail
.icn-thumb-aty.licn, .thumbnail >
.icn-thumb-ac.sicn, .thumbnail
.icn-thumb-ac.licn, .thumbnail >
.icn-thumb-an8.sicn, .thumbnail
.icn-thumb-an8.licn, .thumbnail >
.icn-thumb-aoi.sicn, .thumbnail
.icn-thumb-aoi.licn, .thumbnail >
.icn-thumb-b3d.sicn, .thumbnail
.icn-thumb-b3d.licn, .thumbnail >
.icn-thumb-blend.sicn, .thumbnail
.icn-thumb-blend.licn, .thumbnail >
.icn-thumb-c4d.sicn, .thumbnail
.icn-thumb-c4d.licn, .thumbnail >
.icn-thumb-cal3d.sicn, .thumbnail
.icn-thumb-cal3d.licn, .thumbnail >
.icn-thumb-cag.sicn, .thumbnail
.icn-thumb-cag.licn, .thumbnail >
.icn-thumb-cfl.sicn, .thumbnail
.icn-thumb-cfl.licn, .thumbnail >
.icn-thumb-cob.sicn, .thumbnail
.icn-thumb-cob.licn, .thumbnail >
.icn-thumb-ctm.sicn, .thumbnail
.icn-thumb-ctm.licn, .thumbnail >
.icn-thumb-dae.sicn, .thumbnail
.icn-thumb-dae.licn, .thumbnail >
.icn-thumb-dts.sicn, .thumbnail
.icn-thumb-dts.licn, .thumbnail >
.icn-thumb-egg.sicn, .thumbnail
.icn-thumb-egg.licn, .thumbnail >
.icn-thumb-fac.sicn, .thumbnail
.icn-thumb-fac.licn, .thumbnail >
.icn-thumb-fbx.sicn, .thumbnail
.icn-thumb-fbx.licn, .thumbnail >
.icn-thumb-g.sicn, .thumbnail
.icn-thumb-g.licn, .thumbnail >
.icn-thumb-glm.sicn, .thumbnail
.icn-thumb-glm.licn, .thumbnail >
.icn-thumb-lwo.sicn, .thumbnail
.icn-thumb-lwo.licn, .thumbnail >
.icn-thumb-lws.sicn, .thumbnail
.icn-thumb-lws.licn, .thumbnail >
.icn-thumb-lxo.sicn, .thumbnail
.icn-thumb-lxo.licn, .thumbnail >
.icn-thumb-ma.sicn, .thumbnail
.icn-thumb-ma.licn, .thumbnail >
.icn-thumb-mb.sicn, .thumbnail
.icn-thumb-mb.licn, .thumbnail >
.icn-thumb-md2.sicn, .thumbnail
.icn-thumb-md2.licn, .thumbnail >
.icn-thumb-md3.sicn, .thumbnail
.icn-thumb-md3.licn, .thumbnail >
.icn-thumb-mdx.sicn, .thumbnail
.icn-thumb-mdx.licn, .thumbnail >
.icn-thumb-mesh.sicn, .thumbnail
.icn-thumb-mesh.licn, .thumbnail >
.icn-thumb-mm3d.sicn, .thumbnail
.icn-thumb-mm3d.licn, .thumbnail >
.icn-thumb-nif.sicn, .thumbnail
.icn-thumb-nif.licn, .thumbnail >
.icn-thumb-off.sicn, .thumbnail
.icn-thumb-off.licn, .thumbnail >
.icn-thumb-pov.sicn, .thumbnail
.icn-thumb-pov.licn, .thumbnail >
.icn-thumb-rwx.sicn, .thumbnail
.icn-thumb-rwx.licn, .thumbnail >
.icn-thumb-sia.sicn, .thumbnail
.icn-thumb-sia.licn, .thumbnail >
.icn-thumb-sib.sicn, .thumbnail
.icn-thumb-sib.licn, .thumbnail >
.icn-thumb-skp.sicn, .thumbnail
.icn-thumb-skp.licn, .thumbnail >
.icn-thumb-sldasm.sicn, .thumbnail
.icn-thumb-sldasm.licn, .thumbnail >
.icn-thumb-sldprt.sicn, .thumbnail
.icn-thumb-sldprt.licn, .thumbnail >
.icn-thumb-smd.sicn, .thumbnail
.icn-thumb-smd.licn, .thumbnail >
.icn-thumb-u3d.sicn, .thumbnail
.icn-thumb-u3d.licn, .thumbnail >
.icn-thumb-wings.sicn, .thumbnail
.icn-thumb-wings.licn, .thumbnail >
.icn-thumb-x.sicn, .thumbnail
.icn-thumb-x.licn, .thumbnail >
.icn-thumb-x3d.sicn, .thumbnail
.icn-thumb-x3d.licn, .thumbnail >
.icn-thumb-z3d.sicn, .thumbnail
.icn-thumb-z3d.licn {
  background: url('../images/file-icons/thumb/three-d.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 664, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-3d.sicn, .thumbnail .icn-thumb-3d.licn, .thumbnail >
  .icn-thumb-3dmf.sicn, .thumbnail
  .icn-thumb-3dmf.licn, .thumbnail >
  .icn-thumb-max.sicn, .thumbnail
  .icn-thumb-max.licn, .thumbnail >
  .icn-thumb-3ds.sicn, .thumbnail
  .icn-thumb-3ds.licn, .thumbnail >
  .icn-thumb-3dt.sicn, .thumbnail
  .icn-thumb-3dt.licn, .thumbnail >
  .icn-thumb-aty.sicn, .thumbnail
  .icn-thumb-aty.licn, .thumbnail >
  .icn-thumb-ac.sicn, .thumbnail
  .icn-thumb-ac.licn, .thumbnail >
  .icn-thumb-an8.sicn, .thumbnail
  .icn-thumb-an8.licn, .thumbnail >
  .icn-thumb-aoi.sicn, .thumbnail
  .icn-thumb-aoi.licn, .thumbnail >
  .icn-thumb-b3d.sicn, .thumbnail
  .icn-thumb-b3d.licn, .thumbnail >
  .icn-thumb-blend.sicn, .thumbnail
  .icn-thumb-blend.licn, .thumbnail >
  .icn-thumb-c4d.sicn, .thumbnail
  .icn-thumb-c4d.licn, .thumbnail >
  .icn-thumb-cal3d.sicn, .thumbnail
  .icn-thumb-cal3d.licn, .thumbnail >
  .icn-thumb-cag.sicn, .thumbnail
  .icn-thumb-cag.licn, .thumbnail >
  .icn-thumb-cfl.sicn, .thumbnail
  .icn-thumb-cfl.licn, .thumbnail >
  .icn-thumb-cob.sicn, .thumbnail
  .icn-thumb-cob.licn, .thumbnail >
  .icn-thumb-ctm.sicn, .thumbnail
  .icn-thumb-ctm.licn, .thumbnail >
  .icn-thumb-dae.sicn, .thumbnail
  .icn-thumb-dae.licn, .thumbnail >
  .icn-thumb-dts.sicn, .thumbnail
  .icn-thumb-dts.licn, .thumbnail >
  .icn-thumb-egg.sicn, .thumbnail
  .icn-thumb-egg.licn, .thumbnail >
  .icn-thumb-fac.sicn, .thumbnail
  .icn-thumb-fac.licn, .thumbnail >
  .icn-thumb-fbx.sicn, .thumbnail
  .icn-thumb-fbx.licn, .thumbnail >
  .icn-thumb-g.sicn, .thumbnail
  .icn-thumb-g.licn, .thumbnail >
  .icn-thumb-glm.sicn, .thumbnail
  .icn-thumb-glm.licn, .thumbnail >
  .icn-thumb-lwo.sicn, .thumbnail
  .icn-thumb-lwo.licn, .thumbnail >
  .icn-thumb-lws.sicn, .thumbnail
  .icn-thumb-lws.licn, .thumbnail >
  .icn-thumb-lxo.sicn, .thumbnail
  .icn-thumb-lxo.licn, .thumbnail >
  .icn-thumb-ma.sicn, .thumbnail
  .icn-thumb-ma.licn, .thumbnail >
  .icn-thumb-mb.sicn, .thumbnail
  .icn-thumb-mb.licn, .thumbnail >
  .icn-thumb-md2.sicn, .thumbnail
  .icn-thumb-md2.licn, .thumbnail >
  .icn-thumb-md3.sicn, .thumbnail
  .icn-thumb-md3.licn, .thumbnail >
  .icn-thumb-mdx.sicn, .thumbnail
  .icn-thumb-mdx.licn, .thumbnail >
  .icn-thumb-mesh.sicn, .thumbnail
  .icn-thumb-mesh.licn, .thumbnail >
  .icn-thumb-mm3d.sicn, .thumbnail
  .icn-thumb-mm3d.licn, .thumbnail >
  .icn-thumb-nif.sicn, .thumbnail
  .icn-thumb-nif.licn, .thumbnail >
  .icn-thumb-off.sicn, .thumbnail
  .icn-thumb-off.licn, .thumbnail >
  .icn-thumb-pov.sicn, .thumbnail
  .icn-thumb-pov.licn, .thumbnail >
  .icn-thumb-rwx.sicn, .thumbnail
  .icn-thumb-rwx.licn, .thumbnail >
  .icn-thumb-sia.sicn, .thumbnail
  .icn-thumb-sia.licn, .thumbnail >
  .icn-thumb-sib.sicn, .thumbnail
  .icn-thumb-sib.licn, .thumbnail >
  .icn-thumb-skp.sicn, .thumbnail
  .icn-thumb-skp.licn, .thumbnail >
  .icn-thumb-sldasm.sicn, .thumbnail
  .icn-thumb-sldasm.licn, .thumbnail >
  .icn-thumb-sldprt.sicn, .thumbnail
  .icn-thumb-sldprt.licn, .thumbnail >
  .icn-thumb-smd.sicn, .thumbnail
  .icn-thumb-smd.licn, .thumbnail >
  .icn-thumb-u3d.sicn, .thumbnail
  .icn-thumb-u3d.licn, .thumbnail >
  .icn-thumb-wings.sicn, .thumbnail
  .icn-thumb-wings.licn, .thumbnail >
  .icn-thumb-x.sicn, .thumbnail
  .icn-thumb-x.licn, .thumbnail >
  .icn-thumb-x3d.sicn, .thumbnail
  .icn-thumb-x3d.licn, .thumbnail >
  .icn-thumb-z3d.sicn, .thumbnail
  .icn-thumb-z3d.licn {
    background: url('../images/file-icons-retina/thumb/three-d@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 666, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-3d.sicn, .view-list .thumbnail .icn-thumb-3d.licn, .modal-detail .icn-thumb-3d.sicn, .view-list .thumbnail
.icn-thumb-3dmf.sicn, .view-list .thumbnail
.icn-thumb-3dmf.licn, .modal-detail
.icn-thumb-3dmf.sicn, .view-list .thumbnail
.icn-thumb-max.sicn, .view-list .thumbnail
.icn-thumb-max.licn, .modal-detail
.icn-thumb-max.sicn, .view-list .thumbnail
.icn-thumb-3ds.sicn, .view-list .thumbnail
.icn-thumb-3ds.licn, .modal-detail
.icn-thumb-3ds.sicn, .view-list .thumbnail
.icn-thumb-3dt.sicn, .view-list .thumbnail
.icn-thumb-3dt.licn, .modal-detail
.icn-thumb-3dt.sicn, .view-list .thumbnail
.icn-thumb-aty.sicn, .view-list .thumbnail
.icn-thumb-aty.licn, .modal-detail
.icn-thumb-aty.sicn, .view-list .thumbnail
.icn-thumb-ac.sicn, .view-list .thumbnail
.icn-thumb-ac.licn, .modal-detail
.icn-thumb-ac.sicn, .view-list .thumbnail
.icn-thumb-an8.sicn, .view-list .thumbnail
.icn-thumb-an8.licn, .modal-detail
.icn-thumb-an8.sicn, .view-list .thumbnail
.icn-thumb-aoi.sicn, .view-list .thumbnail
.icn-thumb-aoi.licn, .modal-detail
.icn-thumb-aoi.sicn, .view-list .thumbnail
.icn-thumb-b3d.sicn, .view-list .thumbnail
.icn-thumb-b3d.licn, .modal-detail
.icn-thumb-b3d.sicn, .view-list .thumbnail
.icn-thumb-blend.sicn, .view-list .thumbnail
.icn-thumb-blend.licn, .modal-detail
.icn-thumb-blend.sicn, .view-list .thumbnail
.icn-thumb-c4d.sicn, .view-list .thumbnail
.icn-thumb-c4d.licn, .modal-detail
.icn-thumb-c4d.sicn, .view-list .thumbnail
.icn-thumb-cal3d.sicn, .view-list .thumbnail
.icn-thumb-cal3d.licn, .modal-detail
.icn-thumb-cal3d.sicn, .view-list .thumbnail
.icn-thumb-cag.sicn, .view-list .thumbnail
.icn-thumb-cag.licn, .modal-detail
.icn-thumb-cag.sicn, .view-list .thumbnail
.icn-thumb-cfl.sicn, .view-list .thumbnail
.icn-thumb-cfl.licn, .modal-detail
.icn-thumb-cfl.sicn, .view-list .thumbnail
.icn-thumb-cob.sicn, .view-list .thumbnail
.icn-thumb-cob.licn, .modal-detail
.icn-thumb-cob.sicn, .view-list .thumbnail
.icn-thumb-ctm.sicn, .view-list .thumbnail
.icn-thumb-ctm.licn, .modal-detail
.icn-thumb-ctm.sicn, .view-list .thumbnail
.icn-thumb-dae.sicn, .view-list .thumbnail
.icn-thumb-dae.licn, .modal-detail
.icn-thumb-dae.sicn, .view-list .thumbnail
.icn-thumb-dts.sicn, .view-list .thumbnail
.icn-thumb-dts.licn, .modal-detail
.icn-thumb-dts.sicn, .view-list .thumbnail
.icn-thumb-egg.sicn, .view-list .thumbnail
.icn-thumb-egg.licn, .modal-detail
.icn-thumb-egg.sicn, .view-list .thumbnail
.icn-thumb-fac.sicn, .view-list .thumbnail
.icn-thumb-fac.licn, .modal-detail
.icn-thumb-fac.sicn, .view-list .thumbnail
.icn-thumb-fbx.sicn, .view-list .thumbnail
.icn-thumb-fbx.licn, .modal-detail
.icn-thumb-fbx.sicn, .view-list .thumbnail
.icn-thumb-g.sicn, .view-list .thumbnail
.icn-thumb-g.licn, .modal-detail
.icn-thumb-g.sicn, .view-list .thumbnail
.icn-thumb-glm.sicn, .view-list .thumbnail
.icn-thumb-glm.licn, .modal-detail
.icn-thumb-glm.sicn, .view-list .thumbnail
.icn-thumb-lwo.sicn, .view-list .thumbnail
.icn-thumb-lwo.licn, .modal-detail
.icn-thumb-lwo.sicn, .view-list .thumbnail
.icn-thumb-lws.sicn, .view-list .thumbnail
.icn-thumb-lws.licn, .modal-detail
.icn-thumb-lws.sicn, .view-list .thumbnail
.icn-thumb-lxo.sicn, .view-list .thumbnail
.icn-thumb-lxo.licn, .modal-detail
.icn-thumb-lxo.sicn, .view-list .thumbnail
.icn-thumb-ma.sicn, .view-list .thumbnail
.icn-thumb-ma.licn, .modal-detail
.icn-thumb-ma.sicn, .view-list .thumbnail
.icn-thumb-mb.sicn, .view-list .thumbnail
.icn-thumb-mb.licn, .modal-detail
.icn-thumb-mb.sicn, .view-list .thumbnail
.icn-thumb-md2.sicn, .view-list .thumbnail
.icn-thumb-md2.licn, .modal-detail
.icn-thumb-md2.sicn, .view-list .thumbnail
.icn-thumb-md3.sicn, .view-list .thumbnail
.icn-thumb-md3.licn, .modal-detail
.icn-thumb-md3.sicn, .view-list .thumbnail
.icn-thumb-mdx.sicn, .view-list .thumbnail
.icn-thumb-mdx.licn, .modal-detail
.icn-thumb-mdx.sicn, .view-list .thumbnail
.icn-thumb-mesh.sicn, .view-list .thumbnail
.icn-thumb-mesh.licn, .modal-detail
.icn-thumb-mesh.sicn, .view-list .thumbnail
.icn-thumb-mm3d.sicn, .view-list .thumbnail
.icn-thumb-mm3d.licn, .modal-detail
.icn-thumb-mm3d.sicn, .view-list .thumbnail
.icn-thumb-nif.sicn, .view-list .thumbnail
.icn-thumb-nif.licn, .modal-detail
.icn-thumb-nif.sicn, .view-list .thumbnail
.icn-thumb-off.sicn, .view-list .thumbnail
.icn-thumb-off.licn, .modal-detail
.icn-thumb-off.sicn, .view-list .thumbnail
.icn-thumb-pov.sicn, .view-list .thumbnail
.icn-thumb-pov.licn, .modal-detail
.icn-thumb-pov.sicn, .view-list .thumbnail
.icn-thumb-rwx.sicn, .view-list .thumbnail
.icn-thumb-rwx.licn, .modal-detail
.icn-thumb-rwx.sicn, .view-list .thumbnail
.icn-thumb-sia.sicn, .view-list .thumbnail
.icn-thumb-sia.licn, .modal-detail
.icn-thumb-sia.sicn, .view-list .thumbnail
.icn-thumb-sib.sicn, .view-list .thumbnail
.icn-thumb-sib.licn, .modal-detail
.icn-thumb-sib.sicn, .view-list .thumbnail
.icn-thumb-skp.sicn, .view-list .thumbnail
.icn-thumb-skp.licn, .modal-detail
.icn-thumb-skp.sicn, .view-list .thumbnail
.icn-thumb-sldasm.sicn, .view-list .thumbnail
.icn-thumb-sldasm.licn, .modal-detail
.icn-thumb-sldasm.sicn, .view-list .thumbnail
.icn-thumb-sldprt.sicn, .view-list .thumbnail
.icn-thumb-sldprt.licn, .modal-detail
.icn-thumb-sldprt.sicn, .view-list .thumbnail
.icn-thumb-smd.sicn, .view-list .thumbnail
.icn-thumb-smd.licn, .modal-detail
.icn-thumb-smd.sicn, .view-list .thumbnail
.icn-thumb-u3d.sicn, .view-list .thumbnail
.icn-thumb-u3d.licn, .modal-detail
.icn-thumb-u3d.sicn, .view-list .thumbnail
.icn-thumb-wings.sicn, .view-list .thumbnail
.icn-thumb-wings.licn, .modal-detail
.icn-thumb-wings.sicn, .view-list .thumbnail
.icn-thumb-x.sicn, .view-list .thumbnail
.icn-thumb-x.licn, .modal-detail
.icn-thumb-x.sicn, .view-list .thumbnail
.icn-thumb-x3d.sicn, .view-list .thumbnail
.icn-thumb-x3d.licn, .modal-detail
.icn-thumb-x3d.sicn, .view-list .thumbnail
.icn-thumb-z3d.sicn, .view-list .thumbnail
.icn-thumb-z3d.licn, .modal-detail
.icn-thumb-z3d.sicn {
  background: url('../images/file-icons/sprite/three-d.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 666, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-3d.sicn, .view-list .thumbnail .icn-thumb-3d.licn, .modal-detail .icn-thumb-3d.sicn, .view-list .thumbnail
  .icn-thumb-3dmf.sicn, .view-list .thumbnail
  .icn-thumb-3dmf.licn, .modal-detail
  .icn-thumb-3dmf.sicn, .view-list .thumbnail
  .icn-thumb-max.sicn, .view-list .thumbnail
  .icn-thumb-max.licn, .modal-detail
  .icn-thumb-max.sicn, .view-list .thumbnail
  .icn-thumb-3ds.sicn, .view-list .thumbnail
  .icn-thumb-3ds.licn, .modal-detail
  .icn-thumb-3ds.sicn, .view-list .thumbnail
  .icn-thumb-3dt.sicn, .view-list .thumbnail
  .icn-thumb-3dt.licn, .modal-detail
  .icn-thumb-3dt.sicn, .view-list .thumbnail
  .icn-thumb-aty.sicn, .view-list .thumbnail
  .icn-thumb-aty.licn, .modal-detail
  .icn-thumb-aty.sicn, .view-list .thumbnail
  .icn-thumb-ac.sicn, .view-list .thumbnail
  .icn-thumb-ac.licn, .modal-detail
  .icn-thumb-ac.sicn, .view-list .thumbnail
  .icn-thumb-an8.sicn, .view-list .thumbnail
  .icn-thumb-an8.licn, .modal-detail
  .icn-thumb-an8.sicn, .view-list .thumbnail
  .icn-thumb-aoi.sicn, .view-list .thumbnail
  .icn-thumb-aoi.licn, .modal-detail
  .icn-thumb-aoi.sicn, .view-list .thumbnail
  .icn-thumb-b3d.sicn, .view-list .thumbnail
  .icn-thumb-b3d.licn, .modal-detail
  .icn-thumb-b3d.sicn, .view-list .thumbnail
  .icn-thumb-blend.sicn, .view-list .thumbnail
  .icn-thumb-blend.licn, .modal-detail
  .icn-thumb-blend.sicn, .view-list .thumbnail
  .icn-thumb-c4d.sicn, .view-list .thumbnail
  .icn-thumb-c4d.licn, .modal-detail
  .icn-thumb-c4d.sicn, .view-list .thumbnail
  .icn-thumb-cal3d.sicn, .view-list .thumbnail
  .icn-thumb-cal3d.licn, .modal-detail
  .icn-thumb-cal3d.sicn, .view-list .thumbnail
  .icn-thumb-cag.sicn, .view-list .thumbnail
  .icn-thumb-cag.licn, .modal-detail
  .icn-thumb-cag.sicn, .view-list .thumbnail
  .icn-thumb-cfl.sicn, .view-list .thumbnail
  .icn-thumb-cfl.licn, .modal-detail
  .icn-thumb-cfl.sicn, .view-list .thumbnail
  .icn-thumb-cob.sicn, .view-list .thumbnail
  .icn-thumb-cob.licn, .modal-detail
  .icn-thumb-cob.sicn, .view-list .thumbnail
  .icn-thumb-ctm.sicn, .view-list .thumbnail
  .icn-thumb-ctm.licn, .modal-detail
  .icn-thumb-ctm.sicn, .view-list .thumbnail
  .icn-thumb-dae.sicn, .view-list .thumbnail
  .icn-thumb-dae.licn, .modal-detail
  .icn-thumb-dae.sicn, .view-list .thumbnail
  .icn-thumb-dts.sicn, .view-list .thumbnail
  .icn-thumb-dts.licn, .modal-detail
  .icn-thumb-dts.sicn, .view-list .thumbnail
  .icn-thumb-egg.sicn, .view-list .thumbnail
  .icn-thumb-egg.licn, .modal-detail
  .icn-thumb-egg.sicn, .view-list .thumbnail
  .icn-thumb-fac.sicn, .view-list .thumbnail
  .icn-thumb-fac.licn, .modal-detail
  .icn-thumb-fac.sicn, .view-list .thumbnail
  .icn-thumb-fbx.sicn, .view-list .thumbnail
  .icn-thumb-fbx.licn, .modal-detail
  .icn-thumb-fbx.sicn, .view-list .thumbnail
  .icn-thumb-g.sicn, .view-list .thumbnail
  .icn-thumb-g.licn, .modal-detail
  .icn-thumb-g.sicn, .view-list .thumbnail
  .icn-thumb-glm.sicn, .view-list .thumbnail
  .icn-thumb-glm.licn, .modal-detail
  .icn-thumb-glm.sicn, .view-list .thumbnail
  .icn-thumb-lwo.sicn, .view-list .thumbnail
  .icn-thumb-lwo.licn, .modal-detail
  .icn-thumb-lwo.sicn, .view-list .thumbnail
  .icn-thumb-lws.sicn, .view-list .thumbnail
  .icn-thumb-lws.licn, .modal-detail
  .icn-thumb-lws.sicn, .view-list .thumbnail
  .icn-thumb-lxo.sicn, .view-list .thumbnail
  .icn-thumb-lxo.licn, .modal-detail
  .icn-thumb-lxo.sicn, .view-list .thumbnail
  .icn-thumb-ma.sicn, .view-list .thumbnail
  .icn-thumb-ma.licn, .modal-detail
  .icn-thumb-ma.sicn, .view-list .thumbnail
  .icn-thumb-mb.sicn, .view-list .thumbnail
  .icn-thumb-mb.licn, .modal-detail
  .icn-thumb-mb.sicn, .view-list .thumbnail
  .icn-thumb-md2.sicn, .view-list .thumbnail
  .icn-thumb-md2.licn, .modal-detail
  .icn-thumb-md2.sicn, .view-list .thumbnail
  .icn-thumb-md3.sicn, .view-list .thumbnail
  .icn-thumb-md3.licn, .modal-detail
  .icn-thumb-md3.sicn, .view-list .thumbnail
  .icn-thumb-mdx.sicn, .view-list .thumbnail
  .icn-thumb-mdx.licn, .modal-detail
  .icn-thumb-mdx.sicn, .view-list .thumbnail
  .icn-thumb-mesh.sicn, .view-list .thumbnail
  .icn-thumb-mesh.licn, .modal-detail
  .icn-thumb-mesh.sicn, .view-list .thumbnail
  .icn-thumb-mm3d.sicn, .view-list .thumbnail
  .icn-thumb-mm3d.licn, .modal-detail
  .icn-thumb-mm3d.sicn, .view-list .thumbnail
  .icn-thumb-nif.sicn, .view-list .thumbnail
  .icn-thumb-nif.licn, .modal-detail
  .icn-thumb-nif.sicn, .view-list .thumbnail
  .icn-thumb-off.sicn, .view-list .thumbnail
  .icn-thumb-off.licn, .modal-detail
  .icn-thumb-off.sicn, .view-list .thumbnail
  .icn-thumb-pov.sicn, .view-list .thumbnail
  .icn-thumb-pov.licn, .modal-detail
  .icn-thumb-pov.sicn, .view-list .thumbnail
  .icn-thumb-rwx.sicn, .view-list .thumbnail
  .icn-thumb-rwx.licn, .modal-detail
  .icn-thumb-rwx.sicn, .view-list .thumbnail
  .icn-thumb-sia.sicn, .view-list .thumbnail
  .icn-thumb-sia.licn, .modal-detail
  .icn-thumb-sia.sicn, .view-list .thumbnail
  .icn-thumb-sib.sicn, .view-list .thumbnail
  .icn-thumb-sib.licn, .modal-detail
  .icn-thumb-sib.sicn, .view-list .thumbnail
  .icn-thumb-skp.sicn, .view-list .thumbnail
  .icn-thumb-skp.licn, .modal-detail
  .icn-thumb-skp.sicn, .view-list .thumbnail
  .icn-thumb-sldasm.sicn, .view-list .thumbnail
  .icn-thumb-sldasm.licn, .modal-detail
  .icn-thumb-sldasm.sicn, .view-list .thumbnail
  .icn-thumb-sldprt.sicn, .view-list .thumbnail
  .icn-thumb-sldprt.licn, .modal-detail
  .icn-thumb-sldprt.sicn, .view-list .thumbnail
  .icn-thumb-smd.sicn, .view-list .thumbnail
  .icn-thumb-smd.licn, .modal-detail
  .icn-thumb-smd.sicn, .view-list .thumbnail
  .icn-thumb-u3d.sicn, .view-list .thumbnail
  .icn-thumb-u3d.licn, .modal-detail
  .icn-thumb-u3d.sicn, .view-list .thumbnail
  .icn-thumb-wings.sicn, .view-list .thumbnail
  .icn-thumb-wings.licn, .modal-detail
  .icn-thumb-wings.sicn, .view-list .thumbnail
  .icn-thumb-x.sicn, .view-list .thumbnail
  .icn-thumb-x.licn, .modal-detail
  .icn-thumb-x.sicn, .view-list .thumbnail
  .icn-thumb-x3d.sicn, .view-list .thumbnail
  .icn-thumb-x3d.licn, .modal-detail
  .icn-thumb-x3d.sicn, .view-list .thumbnail
  .icn-thumb-z3d.sicn, .view-list .thumbnail
  .icn-thumb-z3d.licn, .modal-detail
  .icn-thumb-z3d.sicn {
    background: url('../images/file-icons-retina/sprite/three-d.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 671, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-cad,
.icn-thumb-dxf,
.icn-thumb-dwg {
  background: url('../images/file-icons/small-thumb/autocad.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 671, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-cad,
  .icn-thumb-dxf,
  .icn-thumb-dwg {
    background: url('../images/file-icons-retina/small-thumb/autocad@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 675, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-cad, .shared-by-me-page .icn-thumb-cad, .shared-with-me-page .icn-thumb-cad, .scheduled-shares-page .icn-thumb-cad, .search-page
.icn-thumb-dxf, .shared-by-me-page
.icn-thumb-dxf, .shared-with-me-page
.icn-thumb-dxf, .scheduled-shares-page
.icn-thumb-dxf, .search-page
.icn-thumb-dwg, .shared-by-me-page
.icn-thumb-dwg, .shared-with-me-page
.icn-thumb-dwg, .scheduled-shares-page
.icn-thumb-dwg {
  background-position: -59px 0;
  height: 30px;
  width: 30px;
}
/* line 679, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-cad, .download-outer >
.icn-thumb-dxf, .download-outer >
.icn-thumb-dwg {
  background: url('../images/file-icons/thumb/autocad.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 679, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-cad, .download-outer >
  .icn-thumb-dxf, .download-outer >
  .icn-thumb-dwg {
    background: url('../images/file-icons-retina/thumb/autocad@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 680, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-cad.sicn, .thumbnail .icn-thumb-cad.licn, .thumbnail >
.icn-thumb-dxf.sicn, .thumbnail
.icn-thumb-dxf.licn, .thumbnail >
.icn-thumb-dwg.sicn, .thumbnail
.icn-thumb-dwg.licn {
  background: url('../images/file-icons/thumb/autocad.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 680, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-cad.sicn, .thumbnail .icn-thumb-cad.licn, .thumbnail >
  .icn-thumb-dxf.sicn, .thumbnail
  .icn-thumb-dxf.licn, .thumbnail >
  .icn-thumb-dwg.sicn, .thumbnail
  .icn-thumb-dwg.licn {
    background: url('../images/file-icons-retina/thumb/autocad@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 682, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-cad.sicn, .view-list .thumbnail .icn-thumb-cad.licn, .modal-detail .icn-thumb-cad.sicn, .view-list .thumbnail
.icn-thumb-dxf.sicn, .view-list .thumbnail
.icn-thumb-dxf.licn, .modal-detail
.icn-thumb-dxf.sicn, .view-list .thumbnail
.icn-thumb-dwg.sicn, .view-list .thumbnail
.icn-thumb-dwg.licn, .modal-detail
.icn-thumb-dwg.sicn {
  background: url('../images/file-icons/sprite/autocad.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 682, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-cad.sicn, .view-list .thumbnail .icn-thumb-cad.licn, .modal-detail .icn-thumb-cad.sicn, .view-list .thumbnail
  .icn-thumb-dxf.sicn, .view-list .thumbnail
  .icn-thumb-dxf.licn, .modal-detail
  .icn-thumb-dxf.sicn, .view-list .thumbnail
  .icn-thumb-dwg.sicn, .view-list .thumbnail
  .icn-thumb-dwg.licn, .modal-detail
  .icn-thumb-dwg.sicn {
    background: url('../images/file-icons-retina/sprite/autocad.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 687, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-ms-powerpoint,
.icn-thumb-pot,
.icn-thumb-pps,
.icn-thumb-ppsx,
.icn-thumb-ppt,
.icn-thumb-pptx {
  background: url('../images/file-icons/small-thumb/ms-powerpoint.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 687, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-ms-powerpoint,
  .icn-thumb-pot,
  .icn-thumb-pps,
  .icn-thumb-ppsx,
  .icn-thumb-ppt,
  .icn-thumb-pptx {
    background: url('../images/file-icons-retina/small-thumb/ms-powerpoint@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 694, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-ms-powerpoint, .shared-by-me-page .icn-thumb-ms-powerpoint, .shared-with-me-page .icn-thumb-ms-powerpoint, .scheduled-shares-page .icn-thumb-ms-powerpoint, .search-page
.icn-thumb-pot, .shared-by-me-page
.icn-thumb-pot, .shared-with-me-page
.icn-thumb-pot, .scheduled-shares-page
.icn-thumb-pot, .search-page
.icn-thumb-pps, .shared-by-me-page
.icn-thumb-pps, .shared-with-me-page
.icn-thumb-pps, .scheduled-shares-page
.icn-thumb-pps, .search-page
.icn-thumb-ppsx, .shared-by-me-page
.icn-thumb-ppsx, .shared-with-me-page
.icn-thumb-ppsx, .scheduled-shares-page
.icn-thumb-ppsx, .search-page
.icn-thumb-ppt, .shared-by-me-page
.icn-thumb-ppt, .shared-with-me-page
.icn-thumb-ppt, .scheduled-shares-page
.icn-thumb-ppt, .search-page
.icn-thumb-pptx, .shared-by-me-page
.icn-thumb-pptx, .shared-with-me-page
.icn-thumb-pptx, .scheduled-shares-page
.icn-thumb-pptx {
  background-position: -708px 0;
  height: 30px;
  width: 30px;
}
/* line 698, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-ms-powerpoint, .download-outer >
.icn-thumb-pot, .download-outer >
.icn-thumb-pps, .download-outer >
.icn-thumb-ppsx, .download-outer >
.icn-thumb-ppt, .download-outer >
.icn-thumb-pptx {
  background: url('../images/file-icons/thumb/ms-powerpoint.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 698, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-ms-powerpoint, .download-outer >
  .icn-thumb-pot, .download-outer >
  .icn-thumb-pps, .download-outer >
  .icn-thumb-ppsx, .download-outer >
  .icn-thumb-ppt, .download-outer >
  .icn-thumb-pptx {
    background: url('../images/file-icons-retina/thumb/ms-powerpoint@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 699, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-ms-powerpoint.sicn, .thumbnail .icn-thumb-ms-powerpoint.licn, .thumbnail >
.icn-thumb-pot.sicn, .thumbnail
.icn-thumb-pot.licn, .thumbnail >
.icn-thumb-pps.sicn, .thumbnail
.icn-thumb-pps.licn, .thumbnail >
.icn-thumb-ppsx.sicn, .thumbnail
.icn-thumb-ppsx.licn, .thumbnail >
.icn-thumb-ppt.sicn, .thumbnail
.icn-thumb-ppt.licn, .thumbnail >
.icn-thumb-pptx.sicn, .thumbnail
.icn-thumb-pptx.licn {
  background: url('../images/file-icons/thumb/ms-powerpoint.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 699, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-ms-powerpoint.sicn, .thumbnail .icn-thumb-ms-powerpoint.licn, .thumbnail >
  .icn-thumb-pot.sicn, .thumbnail
  .icn-thumb-pot.licn, .thumbnail >
  .icn-thumb-pps.sicn, .thumbnail
  .icn-thumb-pps.licn, .thumbnail >
  .icn-thumb-ppsx.sicn, .thumbnail
  .icn-thumb-ppsx.licn, .thumbnail >
  .icn-thumb-ppt.sicn, .thumbnail
  .icn-thumb-ppt.licn, .thumbnail >
  .icn-thumb-pptx.sicn, .thumbnail
  .icn-thumb-pptx.licn {
    background: url('../images/file-icons-retina/thumb/ms-powerpoint@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 701, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-ms-powerpoint.sicn, .view-list .thumbnail .icn-thumb-ms-powerpoint.licn, .modal-detail .icn-thumb-ms-powerpoint.sicn, .view-list .thumbnail
.icn-thumb-pot.sicn, .view-list .thumbnail
.icn-thumb-pot.licn, .modal-detail
.icn-thumb-pot.sicn, .view-list .thumbnail
.icn-thumb-pps.sicn, .view-list .thumbnail
.icn-thumb-pps.licn, .modal-detail
.icn-thumb-pps.sicn, .view-list .thumbnail
.icn-thumb-ppsx.sicn, .view-list .thumbnail
.icn-thumb-ppsx.licn, .modal-detail
.icn-thumb-ppsx.sicn, .view-list .thumbnail
.icn-thumb-ppt.sicn, .view-list .thumbnail
.icn-thumb-ppt.licn, .modal-detail
.icn-thumb-ppt.sicn, .view-list .thumbnail
.icn-thumb-pptx.sicn, .view-list .thumbnail
.icn-thumb-pptx.licn, .modal-detail
.icn-thumb-pptx.sicn {
  background: url('../images/file-icons/sprite/ms-powerpoint.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 701, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-ms-powerpoint.sicn, .view-list .thumbnail .icn-thumb-ms-powerpoint.licn, .modal-detail .icn-thumb-ms-powerpoint.sicn, .view-list .thumbnail
  .icn-thumb-pot.sicn, .view-list .thumbnail
  .icn-thumb-pot.licn, .modal-detail
  .icn-thumb-pot.sicn, .view-list .thumbnail
  .icn-thumb-pps.sicn, .view-list .thumbnail
  .icn-thumb-pps.licn, .modal-detail
  .icn-thumb-pps.sicn, .view-list .thumbnail
  .icn-thumb-ppsx.sicn, .view-list .thumbnail
  .icn-thumb-ppsx.licn, .modal-detail
  .icn-thumb-ppsx.sicn, .view-list .thumbnail
  .icn-thumb-ppt.sicn, .view-list .thumbnail
  .icn-thumb-ppt.licn, .modal-detail
  .icn-thumb-ppt.sicn, .view-list .thumbnail
  .icn-thumb-pptx.sicn, .view-list .thumbnail
  .icn-thumb-pptx.licn, .modal-detail
  .icn-thumb-pptx.sicn {
    background: url('../images/file-icons-retina/sprite/ms-powerpoint.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 706, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-ms-excel,
.icn-thumb-xlsx,
.icn-thumb-xls,
.icn-thumb-xltx,
.icn-thumb-xlsm,
.icn-thumb-xlsb {
  background: url('../images/file-icons/small-thumb/ms-excel.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 706, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-ms-excel,
  .icn-thumb-xlsx,
  .icn-thumb-xls,
  .icn-thumb-xltx,
  .icn-thumb-xlsm,
  .icn-thumb-xlsb {
    background: url('../images/file-icons-retina/small-thumb/ms-excel@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 713, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-ms-excel, .shared-by-me-page .icn-thumb-ms-excel, .shared-with-me-page .icn-thumb-ms-excel, .scheduled-shares-page .icn-thumb-ms-excel, .search-page
.icn-thumb-xlsx, .shared-by-me-page
.icn-thumb-xlsx, .shared-with-me-page
.icn-thumb-xlsx, .scheduled-shares-page
.icn-thumb-xlsx, .search-page
.icn-thumb-xls, .shared-by-me-page
.icn-thumb-xls, .shared-with-me-page
.icn-thumb-xls, .scheduled-shares-page
.icn-thumb-xls, .search-page
.icn-thumb-xltx, .shared-by-me-page
.icn-thumb-xltx, .shared-with-me-page
.icn-thumb-xltx, .scheduled-shares-page
.icn-thumb-xltx, .search-page
.icn-thumb-xlsm, .shared-by-me-page
.icn-thumb-xlsm, .shared-with-me-page
.icn-thumb-xlsm, .scheduled-shares-page
.icn-thumb-xlsm, .search-page
.icn-thumb-xlsb, .shared-by-me-page
.icn-thumb-xlsb, .shared-with-me-page
.icn-thumb-xlsb, .scheduled-shares-page
.icn-thumb-xlsb {
  background-position: -649px 0;
  height: 30px;
  width: 30px;
}
/* line 717, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-ms-excel, .download-outer >
.icn-thumb-xlsx, .download-outer >
.icn-thumb-xls, .download-outer >
.icn-thumb-xltx, .download-outer >
.icn-thumb-xlsm, .download-outer >
.icn-thumb-xlsb {
  background: url('../images/file-icons/thumb/ms-excel.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 717, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-ms-excel, .download-outer >
  .icn-thumb-xlsx, .download-outer >
  .icn-thumb-xls, .download-outer >
  .icn-thumb-xltx, .download-outer >
  .icn-thumb-xlsm, .download-outer >
  .icn-thumb-xlsb {
    background: url('../images/file-icons-retina/thumb/ms-excel@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 718, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-ms-excel.sicn, .thumbnail .icn-thumb-ms-excel.licn, .thumbnail >
.icn-thumb-xlsx.sicn, .thumbnail
.icn-thumb-xlsx.licn, .thumbnail >
.icn-thumb-xls.sicn, .thumbnail
.icn-thumb-xls.licn, .thumbnail >
.icn-thumb-xltx.sicn, .thumbnail
.icn-thumb-xltx.licn, .thumbnail >
.icn-thumb-xlsm.sicn, .thumbnail
.icn-thumb-xlsm.licn, .thumbnail >
.icn-thumb-xlsb.sicn, .thumbnail
.icn-thumb-xlsb.licn {
  background: url('../images/file-icons/thumb/ms-excel.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 718, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-ms-excel.sicn, .thumbnail .icn-thumb-ms-excel.licn, .thumbnail >
  .icn-thumb-xlsx.sicn, .thumbnail
  .icn-thumb-xlsx.licn, .thumbnail >
  .icn-thumb-xls.sicn, .thumbnail
  .icn-thumb-xls.licn, .thumbnail >
  .icn-thumb-xltx.sicn, .thumbnail
  .icn-thumb-xltx.licn, .thumbnail >
  .icn-thumb-xlsm.sicn, .thumbnail
  .icn-thumb-xlsm.licn, .thumbnail >
  .icn-thumb-xlsb.sicn, .thumbnail
  .icn-thumb-xlsb.licn {
    background: url('../images/file-icons-retina/thumb/ms-excel@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 720, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-ms-excel.sicn, .view-list .thumbnail .icn-thumb-ms-excel.licn, .modal-detail .icn-thumb-ms-excel.sicn, .view-list .thumbnail
.icn-thumb-xlsx.sicn, .view-list .thumbnail
.icn-thumb-xlsx.licn, .modal-detail
.icn-thumb-xlsx.sicn, .view-list .thumbnail
.icn-thumb-xls.sicn, .view-list .thumbnail
.icn-thumb-xls.licn, .modal-detail
.icn-thumb-xls.sicn, .view-list .thumbnail
.icn-thumb-xltx.sicn, .view-list .thumbnail
.icn-thumb-xltx.licn, .modal-detail
.icn-thumb-xltx.sicn, .view-list .thumbnail
.icn-thumb-xlsm.sicn, .view-list .thumbnail
.icn-thumb-xlsm.licn, .modal-detail
.icn-thumb-xlsm.sicn, .view-list .thumbnail
.icn-thumb-xlsb.sicn, .view-list .thumbnail
.icn-thumb-xlsb.licn, .modal-detail
.icn-thumb-xlsb.sicn {
  background: url('../images/file-icons/sprite/ms-excel.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 720, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-ms-excel.sicn, .view-list .thumbnail .icn-thumb-ms-excel.licn, .modal-detail .icn-thumb-ms-excel.sicn, .view-list .thumbnail
  .icn-thumb-xlsx.sicn, .view-list .thumbnail
  .icn-thumb-xlsx.licn, .modal-detail
  .icn-thumb-xlsx.sicn, .view-list .thumbnail
  .icn-thumb-xls.sicn, .view-list .thumbnail
  .icn-thumb-xls.licn, .modal-detail
  .icn-thumb-xls.sicn, .view-list .thumbnail
  .icn-thumb-xltx.sicn, .view-list .thumbnail
  .icn-thumb-xltx.licn, .modal-detail
  .icn-thumb-xltx.sicn, .view-list .thumbnail
  .icn-thumb-xlsm.sicn, .view-list .thumbnail
  .icn-thumb-xlsm.licn, .modal-detail
  .icn-thumb-xlsm.sicn, .view-list .thumbnail
  .icn-thumb-xlsb.sicn, .view-list .thumbnail
  .icn-thumb-xlsb.licn, .modal-detail
  .icn-thumb-xlsb.sicn {
    background: url('../images/file-icons-retina/sprite/ms-excel.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 725, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-ms-word,
.icn-thumb-docx,
.icn-thumb-doc {
  background: url('../images/file-icons/small-thumb/ms-word.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 725, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-ms-word,
  .icn-thumb-docx,
  .icn-thumb-doc {
    background: url('../images/file-icons-retina/small-thumb/ms-word@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 729, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-ms-word, .shared-by-me-page .icn-thumb-ms-word, .shared-with-me-page .icn-thumb-ms-word, .scheduled-shares-page .icn-thumb-ms-word, .search-page
.icn-thumb-docx, .shared-by-me-page
.icn-thumb-docx, .shared-with-me-page
.icn-thumb-docx, .scheduled-shares-page
.icn-thumb-docx, .search-page
.icn-thumb-doc, .shared-by-me-page
.icn-thumb-doc, .shared-with-me-page
.icn-thumb-doc, .scheduled-shares-page
.icn-thumb-doc {
  background-position: -767px 0;
  height: 30px;
  width: 30px;
}
/* line 733, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-ms-word, .download-outer >
.icn-thumb-docx, .download-outer >
.icn-thumb-doc {
  background: url('../images/file-icons/thumb/ms-word.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 733, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-ms-word, .download-outer >
  .icn-thumb-docx, .download-outer >
  .icn-thumb-doc {
    background: url('../images/file-icons-retina/thumb/ms-word@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 734, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-ms-word.sicn, .thumbnail .icn-thumb-ms-word.licn, .thumbnail >
.icn-thumb-docx.sicn, .thumbnail
.icn-thumb-docx.licn, .thumbnail >
.icn-thumb-doc.sicn, .thumbnail
.icn-thumb-doc.licn {
  background: url('../images/file-icons/thumb/ms-word.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 734, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-ms-word.sicn, .thumbnail .icn-thumb-ms-word.licn, .thumbnail >
  .icn-thumb-docx.sicn, .thumbnail
  .icn-thumb-docx.licn, .thumbnail >
  .icn-thumb-doc.sicn, .thumbnail
  .icn-thumb-doc.licn {
    background: url('../images/file-icons-retina/thumb/ms-word@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 736, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-ms-word.sicn, .view-list .thumbnail .icn-thumb-ms-word.licn, .modal-detail .icn-thumb-ms-word.sicn, .view-list .thumbnail
.icn-thumb-docx.sicn, .view-list .thumbnail
.icn-thumb-docx.licn, .modal-detail
.icn-thumb-docx.sicn, .view-list .thumbnail
.icn-thumb-doc.sicn, .view-list .thumbnail
.icn-thumb-doc.licn, .modal-detail
.icn-thumb-doc.sicn {
  background: url('../images/file-icons/sprite/ms-word.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 736, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-ms-word.sicn, .view-list .thumbnail .icn-thumb-ms-word.licn, .modal-detail .icn-thumb-ms-word.sicn, .view-list .thumbnail
  .icn-thumb-docx.sicn, .view-list .thumbnail
  .icn-thumb-docx.licn, .modal-detail
  .icn-thumb-docx.sicn, .view-list .thumbnail
  .icn-thumb-doc.sicn, .view-list .thumbnail
  .icn-thumb-doc.licn, .modal-detail
  .icn-thumb-doc.sicn {
    background: url('../images/file-icons-retina/sprite/ms-word.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 741, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-pdf {
  background: url('../images/file-icons/small-thumb/pdf.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 741, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-pdf {
    background: url('../images/file-icons-retina/small-thumb/pdf@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 743, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-pdf, .shared-by-me-page .icn-thumb-pdf, .shared-with-me-page .icn-thumb-pdf, .scheduled-shares-page .icn-thumb-pdf {
  background-position: -1062px 0;
  height: 30px;
  width: 30px;
}
/* line 747, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-pdf {
  background: url('../images/file-icons/thumb/pdf.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 747, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-pdf {
    background: url('../images/file-icons-retina/thumb/pdf@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 748, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-pdf.sicn, .thumbnail .icn-thumb-pdf.licn {
  background: url('../images/file-icons/thumb/pdf.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 748, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-pdf.sicn, .thumbnail .icn-thumb-pdf.licn {
    background: url('../images/file-icons-retina/thumb/pdf@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 750, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-pdf.sicn, .view-list .thumbnail .icn-thumb-pdf.licn, .modal-detail .icn-thumb-pdf.sicn {
  background: url('../images/file-icons/sprite/pdf.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 750, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-pdf.sicn, .view-list .thumbnail .icn-thumb-pdf.licn, .modal-detail .icn-thumb-pdf.sicn {
    background: url('../images/file-icons-retina/sprite/pdf.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 755, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-no-file {
  background: url('../images/file-icons/small-thumb/no-file.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 755, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-no-file {
    background: url('../images/file-icons-retina/small-thumb/no-file@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 757, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-no-file, .shared-by-me-page .icn-thumb-no-file, .shared-with-me-page .icn-thumb-no-file, .scheduled-shares-page .icn-thumb-no-file {
  background-position: -885px 0;
  height: 30px;
  width: 30px;
}
/* line 761, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-no-file {
  background: url('../images/file-icons/thumb/no-file.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 761, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-no-file {
    background: url('../images/file-icons-retina/thumb/no-file@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 762, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-no-file.sicn, .thumbnail .icn-thumb-no-file.licn {
  background: url('../images/file-icons/thumb/no-file.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 762, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-no-file.sicn, .thumbnail .icn-thumb-no-file.licn {
    background: url('../images/file-icons-retina/thumb/no-file@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 764, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-no-file.sicn, .view-list .thumbnail .icn-thumb-no-file.licn, .modal-detail .icn-thumb-no-file.sicn {
  background: url('../images/file-icons/sprite/no-file.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 764, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-no-file.sicn, .view-list .thumbnail .icn-thumb-no-file.licn, .modal-detail .icn-thumb-no-file.sicn {
    background: url('../images/file-icons-retina/sprite/no-file.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 769, ../sass/parts/_file-icons-sprite.scss */
.icn-thumb-rtf {
  background: url('../images/file-icons/small-thumb/rtf.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 769, ../sass/parts/_file-icons-sprite.scss */
  .icn-thumb-rtf {
    background: url('../images/file-icons-retina/small-thumb/rtf@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}
/* line 771, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-rtf, .shared-by-me-page .icn-thumb-rtf, .shared-with-me-page .icn-thumb-rtf, .scheduled-shares-page .icn-thumb-rtf {
  background-position: -1180px 0;
  height: 26px;
  width: 26px;
}
/* line 775, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-rtf {
  background: url('../images/file-icons/thumb/rtf.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 775, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-rtf {
    background: url('../images/file-icons-retina/thumb/rtf@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 776, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-rtf.sicn, .thumbnail .icn-thumb-rtf.licn {
  background: url('../images/file-icons/thumb/rtf.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 776, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-rtf.sicn, .thumbnail .icn-thumb-rtf.licn {
    background: url('../images/file-icons-retina/thumb/rtf@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}
/* line 778, ../sass/parts/_file-icons-sprite.scss */
.view-list .thumbnail .icn-thumb-rtf.sicn, .view-list .thumbnail .icn-thumb-rtf.licn, .modal-detail .icn-thumb-rtf.sicn {
  background: url('../images/file-icons/sprite/rtf.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 778, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-rtf.sicn, .view-list .thumbnail .icn-thumb-rtf.licn, .modal-detail .icn-thumb-rtf.sicn {
    background: url('../images/file-icons-retina/sprite/rtf.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 784, ../sass/parts/_file-icons-sprite.scss */
.search-page .icn-thumb-link, .shared-by-me-page .icn-thumb-link, .shared-with-me-page .icn-thumb-link, .scheduled-shares-page .icn-thumb-link {
  background-position: -590px 0;
  height: 30px;
  width: 30px;
}
/* line 788, ../sass/parts/_file-icons-sprite.scss */
.download-outer > .icn-thumb-link {
  background: url('../images/file-icons/thumb/link.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 788, ../sass/parts/_file-icons-sprite.scss */
  .download-outer > .icn-thumb-link {
    background: url('../images/file-icons-retina/thumb/link@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}

/* line 791, ../sass/parts/_file-icons-sprite.scss */
.sicn.icn-thumb-folder {
  background: url('../images/file-icons/small-thumb/folder.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 791, ../sass/parts/_file-icons-sprite.scss */
  .sicn.icn-thumb-folder {
    background: url('../images/file-icons-retina/small-thumb/folder@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}

/* line 792, ../sass/parts/_file-icons-sprite.scss */
.licn.icn-thumb-folder {
  background: url('../images/file-icons/thumb/folder.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 792, ../sass/parts/_file-icons-sprite.scss */
  .licn.icn-thumb-folder {
    background: url('../images/file-icons-retina/thumb/folder@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}

/* line 799, ../sass/parts/_file-icons-sprite.scss */
.view-list .folder-grid .thumbnail {
  background: url('../images/file-icons/sprite/folder.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 799, ../sass/parts/_file-icons-sprite.scss */
  .view-list .folder-grid .thumbnail {
    background: url('../images/file-icons-retina/sprite/folder.png?1590749455') center center no-repeat;
    background-size: 30px auto;
  }
}

/* line 801, ../sass/parts/_file-icons-sprite.scss */
.thumbnail.icn-thumb-link > .sicn.icn-thumb-image,
.thumbnail.icn-thumb-link > .sicn.icn-thumb-file {
  background: url('../images/file-icons/thumb/link.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 801, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail.icn-thumb-link > .sicn.icn-thumb-image,
  .thumbnail.icn-thumb-link > .sicn.icn-thumb-file {
    background: url('../images/file-icons-retina/thumb/link@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}

/* line 804, ../sass/parts/_file-icons-sprite.scss */
.thumb.icn-thumb-link,
.bucket-file-list > .icn-thumb-link .icn-thumb-file {
  background: url('../images/file-icons/small-thumb/link.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 804, ../sass/parts/_file-icons-sprite.scss */
  .thumb.icn-thumb-link,
  .bucket-file-list > .icn-thumb-link .icn-thumb-file {
    background: url('../images/file-icons-retina/small-thumb/link@2x.png?1590749455') center center no-repeat;
    background-size: 42px auto;
  }
}

/* line 807, ../sass/parts/_file-icons-sprite.scss */
.thumbnail > .icn-thumb-folder {
  background: url('../images/file-icons/thumb/folder.png?1590749455') center center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 807, ../sass/parts/_file-icons-sprite.scss */
  .thumbnail > .icn-thumb-folder {
    background: url('../images/file-icons-retina/thumb/folder@2x.png?1590749455') center center no-repeat;
    background-size: 70px auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all, (min-resolution: 1.5dppx) {
  /* line 810, ../sass/parts/_file-icons-sprite.scss */
  .view-list .thumbnail .icn-thumb-txt.sicn {
    background-size: 22px auto;
  }
}
/**
 * Avatar component. A wrapper element with an (optional) image or the user's
 * initials.
 */
/* line 45, ../sass/parts/_avatar.scss */
.c-avatar {
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  line-height: 2.5;
  border-radius: 1000px;
}
/* line 60, ../sass/parts/_avatar.scss */
.c-avatar__img,
.c-avatar > img {
  display: block;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 70, ../sass/parts/_avatar.scss */
.c-avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1000px;
  box-shadow: inset 0 0 0 1px color(gray, x-dark, 0.1);
  pointer-events: none;
}
/* line 84, ../sass/parts/_avatar.scss */
.c-avatar.c-avatar--no-img {
  color: #fff;
}
/* line 90, ../sass/parts/_avatar.scss */
.c-avatar.c-avatar--no-img:after {
  content: attr(data-initials);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
/* line 98, ../sass/parts/_avatar.scss */
.c-avatar.c-avatar--no-img.c-avatar--xs {
  line-height: 2.3;
}
/* line 103, ../sass/parts/_avatar.scss */
.c-avatar.c-avatar--square {
  text-transform: uppercase;
  border-radius: 3px;
}
/* line 108, ../sass/parts/_avatar.scss */
.c-avatar.c-avatar--square:after {
  content: none;
}
/* line 114, ../sass/parts/_avatar.scss */
.c-avatar.c-avatar--meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  padding: 0 2px;
  color: color(gray, medium);
  background-color: color(gray, light, 0.7);
}
/* line 126, ../sass/parts/_avatar.scss */
.c-avatar.c-avatar--meta > img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  object-fit: none;
  margin: 0 auto;
}
/* line 135, ../sass/parts/_avatar.scss */
.c-avatar.c-avatar--meta > span {
  margin: auto;
}
/* line 141, ../sass/parts/_avatar.scss */
.c-avatar.c-avatar--meta:after {
  content: none;
}
/* line 150, ../sass/parts/_avatar.scss */
.c-avatar--xs {
  width: 20px;
  min-width: 20px;
  height: 20px;
  font-size: 8px;
  font-weight: 700;
}
/* line 150, ../sass/parts/_avatar.scss */
.c-avatar--s {
  width: 24px;
  min-width: 24px;
  height: 24px;
  font-size: 10px;
  font-weight: 700;
}
/* line 150, ../sass/parts/_avatar.scss */
.c-avatar--m {
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
}
/* line 150, ../sass/parts/_avatar.scss */
.c-avatar--l {
  width: 48px;
  min-width: 48px;
  height: 48px;
  font-size: 19px;
  font-weight: 400;
}
/* line 150, ../sass/parts/_avatar.scss */
.c-avatar--xl {
  width: 64px;
  min-width: 64px;
  height: 64px;
  font-size: 26px;
  font-weight: 400;
}

/* line 156, ../sass/parts/_avatar.scss */
.c-facepile {
  display: flex;
  align-items: center;
}
/* line 160, ../sass/parts/_avatar.scss */
.c-facepile > * {
  margin-right: quarter(23px);
}
/* line 164, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar {
  animation: DBavatar-animation .3s;
  animation-timing-function: cubic-bezier(0.57, 0.23, 0.39, 1.6);
  animation-fill-mode: both;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(1) {
  animation-delay: 0.025s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(2) {
  animation-delay: 0.05s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(3) {
  animation-delay: 0.075s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(4) {
  animation-delay: 0.1s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(5) {
  animation-delay: 0.125s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(6) {
  animation-delay: 0.15s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(7) {
  animation-delay: 0.175s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(8) {
  animation-delay: 0.2s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(9) {
  animation-delay: 0.225s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(10) {
  animation-delay: 0.25s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(11) {
  animation-delay: 0.275s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(12) {
  animation-delay: 0.3s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(13) {
  animation-delay: 0.325s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(14) {
  animation-delay: 0.35s;
}
/* line 170, ../sass/parts/_avatar.scss */
.c-facepile.is-animated .c-avatar:nth-child(15) {
  animation-delay: 0.375s;
}

@keyframes DBavatar-animation {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 189, ../sass/parts/_avatar.scss */
.c-avatar--xs {
  font-size: 9px !important;
  font-weight: 600 !important;
  line-height: 19px !important;
}

/* line 1, ../sass/parts/_croppie.scss */
.croppie-container {
  width: 100%;
  height: 100%;
}

/* line 6, ../sass/parts/_croppie.scss */
.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

/* line 16, ../sass/parts/_croppie.scss */
.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* line 25, ../sass/parts/_croppie.scss */
.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* line 38, ../sass/parts/_croppie.scss */
.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

/* line 44, ../sass/parts/_croppie.scss */
.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

/* line 50, ../sass/parts/_croppie.scss */
.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: '';
}

/* line 62, ../sass/parts/_croppie.scss */
.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

/* line 69, ../sass/parts/_croppie.scss */
.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

/* line 74, ../sass/parts/_croppie.scss */
.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

/* line 81, ../sass/parts/_croppie.scss */
.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

/* line 86, ../sass/parts/_croppie.scss */
.croppie-container .cr-original-image {
  display: none;
}

/* line 90, ../sass/parts/_croppie.scss */
.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

/* line 94, ../sass/parts/_croppie.scss */
.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

/* line 101, ../sass/parts/_croppie.scss */
.croppie-container .cr-slider-wrap {
  width: 250px;
  padding: 6px 35px;
  margin: 15px auto;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #444;
  z-index: 1000000000;
  border-radius: 4px;
  padding-bottom: 1px;
}

/* line 117, ../sass/parts/_croppie.scss */
.croppie-result {
  position: relative;
  overflow: hidden;
}

/* line 122, ../sass/parts/_croppie.scss */
.croppie-result img {
  position: absolute;
}

/* line 126, ../sass/parts/_croppie.scss */
.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
/* line 141, ../sass/parts/_croppie.scss */
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

/* line 153, ../sass/parts/_croppie.scss */
.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

/* line 161, ../sass/parts/_croppie.scss */
.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/* line 171, ../sass/parts/_croppie.scss */
.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
/* line 180, ../sass/parts/_croppie.scss */
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

/* line 188, ../sass/parts/_croppie.scss */
.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
/* line 198, ../sass/parts/_croppie.scss */
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

/* line 203, ../sass/parts/_croppie.scss */
.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/
}

/* line 212, ../sass/parts/_croppie.scss */
.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* line 216, ../sass/parts/_croppie.scss */
.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* line 220, ../sass/parts/_croppie.scss */
.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

/* line 228, ../sass/parts/_croppie.scss */
.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

/* line 231, ../sass/parts/_croppie.scss */
.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
/* line 239, ../sass/parts/_croppie.scss */
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

/* line 245, ../sass/parts/_croppie.scss */
.cr-rotate-controls button {
  border: 0;
  background: none;
}

/* line 249, ../sass/parts/_croppie.scss */
.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

/* line 255, ../sass/parts/_croppie.scss */
.cr-rotate-l i:before {
  content: '↺';
}

/* line 258, ../sass/parts/_croppie.scss */
.cr-rotate-r i:before {
  content: '↻';
}

/* line 263, ../sass/parts/_croppie.scss */
#crop_thumb_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 271, ../sass/parts/_croppie.scss */
#crop_thumb_wrapper #drag_to_position {
  position: absolute;
  display: inline-block;
  padding: 10px;
  background-color: #444;
  border-radius: 5px;
  color: #fff;
  z-index: 100000;
}

/* line 293, ../sass/parts/_croppie.scss */
#increment_zoom_cropie, #decrement_zoom_cropie {
  position: absolute;
  font-size: 20px;
  padding: 5px;
  color: #fff;
  top: -6px;
  cursor: pointer;
}

/* line 302, ../sass/parts/_croppie.scss */
#increment_zoom_cropie {
  right: 8px;
  top: -4.5px;
}

/* line 307, ../sass/parts/_croppie.scss */
#decrement_zoom_cropie {
  left: 8px;
}

/* line 368, ../sass/parts/_croppie.scss */
#increment_zoom_cropie, #decrement_zoom_cropie {
  user-select: none;
}

/* line 372, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range] {
  height: 5px;
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
}

/* line 378, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]:focus {
  outline: none;
}

/* line 381, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2E2E2E;
  border-radius: 1px;
  border: 0px solid #000000;
}

/* line 391, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #DDDDDD;
  border: 1px solid #DDDDDD;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}

/* line 402, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]:focus::-webkit-slider-runnable-track {
  background: #2E2E2E;
}

/* line 405, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2E2E2E;
  border-radius: 1px;
  border: 0px solid #000000;
}

/* line 415, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #DDDDDD;
  border: 1px solid #DDDDDD;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #FFFFFF;
  cursor: pointer;
}

/* line 424, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* line 433, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]::-ms-fill-lower {
  background: #2E2E2E;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

/* line 439, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]::-ms-fill-upper {
  background: #2E2E2E;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

/* line 445, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #DDDDDD;
  border: 1px solid #DDDDDD;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #FFFFFF;
  cursor: pointer;
}

/* line 455, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]:focus::-ms-fill-lower {
  background: #2E2E2E;
}

/* line 458, ../sass/parts/_croppie.scss */
.cr-slider-wrap input[type=range]:focus::-ms-fill-upper {
  background: #2E2E2E;
}

/* line 54, ../sass/jumpshare.scss */
.ax-visually-hidden {
  position: absolute !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/*# sourceMappingURL=jumpshare.css.map */
