html,
body {
  font-size: 14px;
  font-family: sans-serif;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

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

.bodywrapper-logged-in {
  min-width: 960px; }

.bodywrapper-anonymous {
  width: 960px; }

.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000; }

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

body.aside-hidden .aside {
  display: none; }

body.aside-hidden .main {
  padding-left: 0; }

.aside {
  background-color: #87c6f0;
  height: 100vh;
  position: fixed;
  width: 220px;
  overflow: auto; }

.logo {
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 2em;
  height: 2em; }

.menu-primary-group-title {
  font-size: 1rem;
  font-weight: normal; }

.menu-primary-header {
  display: none; }

.main {
  padding-left: 220px; }

.header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  line-height: 3rem;
  height: 3rem;
  background-color: #fffeee; }

.header-left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start; }

.header-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end; }

.menu-toggle-btn {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("/static/images/theme/menu-toggle-btn.png?18741bcd4491") center center/cover no-repeat; }
  .menu-toggle-btn:hover {
    background-image: url("/static/images/theme/menu-toggle-btn-active.png?18741bcd4491");
    cursor: pointer; }

.header-user-menu {
  line-height: 1.4;
  background-color: #f5f1b8;
  font-size: 0.8em; }

.main-content {
  min-height: 800px; }

.page-link:hover {
  cursor: pointer; }

.pager-links-prev,
.pager-links-next {
  min-width: 8em; }

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url("/static/images/theme/loading-spinner.gif?18741bcd4491") center center/auto no-repeat;
  background-color: rgba(255, 255, 255, 0.25); }

.pre {
  white-space: pre-wrap; }

.w-10 {
  width: 10%; }

.w-20 {
  width: 20%; }

.w-30 {
  width: 30%; }

.w-35 {
  width: 35%; }

.w-40 {
  width: 40%; }

.w-60 {
  width: 60%; }

.w-65 {
  width: 65%; }

.w-70 {
  width: 70%; }

.w-80 {
  width: 80%; }

.table th,
.table td {
  padding: 0.9rem;
  vertical-align: middle; }

.ul-list-style-none {
  list-style-type: none; }

.custom-switch .custom-control-input {
  cursor: pointer; }

.custom-switch .custom-control-label {
  cursor: pointer; }

.modal-dialog-fixed-height {
  height: 90vh;
  margin-top: 5vh;
  margin-top: 5vh; }

.field-view {
  word-break: break-word; }

.img-fit-contain {
  object-fit: contain; }

.text-right .form-check-inline {
  margin-left: .75rem;
  margin-right: 0; }

.badge.disabled {
  color: #aaa; }
  .badge.disabled:hover {
    color: #aaa;
    background-color: #f8f9fa;
    cursor: default; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.modal-product-assets-pager {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 100%; }
  .modal-product-assets-pager.disabled {
    opacity: 0.5; }

.modal-product-assets-pager-left {
  left: -48px;
  background: url("/static/images/materialicons/baseline_chevron_left_white_48dp.png?18741bcd4491") center center/contain no-repeat; }

.modal-product-assets-pager-right {
  right: -48px;
  background: url("/static/images/materialicons/baseline_chevron_right_white_48dp.png?18741bcd4491") center center/contain no-repeat; }

[data-file-draggable] {
  display: none; }

.form-file-label-secondary {
  display: block;
  padding: 1.5rem;
  margin-bottom: .5rem;
  height: 200px;
  vertical-align: middle;
  background-color: #eee;
  border-radius: .25rem; }
  .form-file-label-secondary::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    vertical-align: top;
    background: url("/static/images/materialicons/baseline_library_books_black_48dp.png?18741bcd4491") center center/contain no-repeat; }
  .form-file-label-secondary:hover {
    cursor: pointer;
    background-color: #dae0e5; }

.login-form {
  margin-left: 200px;
  width: 320px; }

.login-form-spacer {
  height: 266px;
  background-color: #87c6f0; }

.assets-grid-asset {
  width: 20%; }

.assets-grid-img {
  position: relative;
  width: 100%; }
  .assets-grid-img:after {
    content: "";
    display: block;
    padding-top: 100%; }
  .assets-grid-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.assets-grid-name {
  word-break: break-word; }

.products-product-category-filter-on {
  flex: 0 0 240px; }

.products-product-preview {
  flex: 0 0 240px; }

#products-product-preview-inner {
  position: fixed;
  top: 1rem;
  bottom: 0; }

.products-product-preview-inner-body {
  max-height: calc(100% - 2rem);
  overflow: auto; }

.products-table {
  table-layout: fixed; }

.products-table-checkbox {
  width: 39px; }

.products-table-links {
  width: 39px; }
  .products-table-links .badge + .badge {
    margin-top: 0.4rem; }

.products-table-preview {
  width: 100px; }

.product-assets-item:hover {
  cursor: pointer; }

.product-assets-sort-handle {
  background: url("/static/images/theme/sort-handle.png?18741bcd4491") center center/cover no-repeat;
  width: 8px; }
  .product-assets-sort-handle:hover {
    background-image: url("/static/images/theme/sort-handle-active.png?18741bcd4491"); }

.product-assets-img {
  min-width: 65px; }

.product-assets-name {
  word-break: break-word; }

.product-assets-delete,
.product-assets-links {
  min-width: 20px; }

.assets-table-checkbox {
  width: 39px; }

.assets-table-links {
  width: 39px; }
  .assets-table-links .badge + .badge {
    margin-top: 0.4rem; }

.assets-table-preview {
  width: 100px; }

.asset-detail-column-1 {
  width: 200px; }

.category-tree-item {
  transition: background-color 0.4s; }

.category-tree-item-draggable:hover {
  cursor: grab; }

.category-tree-item-draggable.sortable-chosen {
  background-color: #f5f1b8; }

.category-tree-toggle-switch {
  width: .8rem;
  background: url("/static/images/theme/tree-item-open.png?18741bcd4491") center center/contain no-repeat;
  transition: transform 0.2s; }
  .category-tree-toggle-switch:hover {
    cursor: pointer; }

.category-tree-toggle-switch-empty {
  width: .8rem; }

.category-tree-sort-handle {
  background: url("/static/images/theme/sort-handle.png?18741bcd4491") center center/contain no-repeat;
  width: .8rem; }
  .category-tree-sort-handle:hover {
    background-image: url("/static/images/theme/sort-handle-active.png?18741bcd4491"); }

.category-tree-toggle-switch-closed {
  transform: rotate(-90deg); }

.category-tree-edit-btn:hover {
  cursor: pointer; }

.category-tree-delete-btn:hover {
  cursor: pointer; }

.exchange-import-assets #div_id_zip_file,
.exchange-import-assets #div_id_files {
  display: none; }

.accounts-table-links {
  width: 39px; }
  .accounts-table-links .badge + .badge {
    margin-top: 0.4rem; }

.logs-table {
  table-layout: fixed; }

.logs-table-ip,
.logs-table-path {
  word-break: break-word; }

.logs-table-message {
  word-break: break-word; }
