@charset "UTF-8";
@font-face {
  font-family: "Ubuntu";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
}
body {
  font-weight: 400;
  font-family: "Ubuntu", serif;
}

.q-menu.q-position-engine.scroll {
  max-width: none !important;
  width: auto !important;
}

.files-list-settings-menu {
  max-height: none !important;
}

.q-date__today {
  box-shadow: none;
  font-weight: bold !important;
}

.q-date__header {
  background-color: #eeeeee !important;
  color: #212121 !important;
}

.q-btn.disabled {
  opacity: 0.5 !important;
}

.quiet-text-header {
  padding: 0.5rem 1rem 0 1rem;
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 2em;
  color: #505050;
}

.quiet-text {
  text-align: center;
  font-size: 1.5em;
  color: #707070;
}

.quiet-text-not-ready {
  color: #b09000;
}

.quiet-text-error {
  color: #b71c1c;
}

.quiet-text-error-info {
  font-size: 1em;
  opacity: 0.7;
}

.sc-link {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #338000;
  text-underline-offset: 0.3em;
}

.sc-link-soft {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #338000;
  text-underline-offset: 0.3em;
}

.sc-dragging {
  background-color: lightgreen !important;
}

.sc-dialog {
  max-width: 100% !important;
}

.sc-dialog-value-title {
  _color: #005090;
}

.sc-dialog-value-value {
  color: #005090;
}

.search-text-content {
  -webkit-user-select: text;
          user-select: text;
  font-size: 1em;
  overflow: auto;
  padding-right: 0.1em; /* чтобы последний символ (например знак ?) при italic не обрезался */
  font-style: italic;
  word-break: break-word;
}

.content-location {
  color: #303030;
  font-style: italic;
}

.content-text {
  color: #60656a;
}

.content-text-ellipsis {
  background-color: #dddddd;
  border-radius: 0.2rem;
  font-style: normal;
  word-break: normal;
}

.content-search {
  background-color: #ebeb0e;
  color: #434447;
  font-weight: bold;
}

@keyframes sc-loading-animate {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.sc-loading-animate {
  opacity: 0;
  animation-name: sc-loading-animate;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.sc-animate-big-delay {
  animation-delay: 1s;
}

/* Для панели с надписью */
.sc-path-text {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: auto;
  font-size: 1.1rem;
}

.sc-path-icon {
  margin: auto;
}

.item-attr-name {
  color: #616161;
}

.item-attr-value {
  color: #1b5e20;
}

.item-attr-value-empty {
  color: #607d8b;
}

.sc-ref {
  text-decoration: underline;
  color: #005090;
}

.sc-button-menu {
  _border: 1px solid #338000;
  border-radius: 0.3rem;
}

.sc-menu-item-disabled {
  opacity: 0.5;
}

.sc-menu-item-icon {
  font-size: 1.6rem;
}

.sc-menu-item-icon-no-text {
  font-size: 1.8rem;
  margin-bottom: -0.2rem;
}

.sc-menu-bar-item-selected {
  border-bottom: 0.3rem solid #338000;
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  margin: auto;
}

.sc-group-item {
  background-color: rgba(248, 248, 248, 0.5019607843);
  border-radius: 0.2rem;
}

.sc-file-item {
  width: 20rem;
  min-height: 3rem;
  padding: 0.3rem 0.5rem 0.1rem 0.5rem;
  flex-grow: 1;
}

.sc-file-item-selected {
  background-color: rgba(30, 144, 255, 0.2);
  border: 0.05rem dotted rgba(30, 144, 255, 0.4392156863);
  border-radius: 3px;
  padding: 0.25rem 0.45rem 0.05rem 0.45rem;
}

.sc-file-item-icon {
  align-items: center;
  margin: auto;
  _padding-right: 0.5rem;
  padding-right: 0;
}

.sc-file-item-body {
  justify-content: start;
}

.sc-file-item-name {
  word-wrap: break-word;
  word-break: break-word;
  white-space: unset;
  text-overflow: unset;
  overflow: unset;
}

.sc-item-body {
  margin-left: 0.3em;
}

.sc-item-body.view-small {
  margin-left: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-item-name {
  overflow: hidden;
  line-height: 1.2em;
  font-weight: 500;
}

.view-size-small .sc-item-name {
  font-weight: normal;
}

.view-size-small .sc-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-size-small.sc-item-body {
  min-width: 0;
  overflow: hidden;
  align-self: center;
}

.view-size-medium .sc-item-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.view-size-large .sc-item-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
}

.sc-item-attributes {
  padding-top: 0.2em;
}

.sc-item-attribute {
  font-size: 90%;
  vertical-align: center;
  text-wrap-mode: nowrap;
}

.sc-item-attribute-bull {
  font-size: 90%;
  padding-left: 0.3em;
  padding-right: 0.3em;
  vertical-align: center;
}

.sc-file-file-size {
  color: #616161;
}

.sc-item-page-count {
  color: #616161;
}

.sc-item-files-count {
  color: #616161;
}

.sc-tag-chip {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  padding: 0rem 0.5rem 0.1rem 0.5rem;
  border-radius: 1rem;
  font-size: 80%;
  font-weight: 500;
  width: min-content;
  text-wrap-mode: nowrap;
  color: #f0f0f0;
}

/* выделенный узел выделен фоном */
.q-tree__node--selected {
  background-color: rgba(30, 144, 255, 0.2);
  border-radius: 2px;
  border: 0.05rem dotted rgba(30, 144, 255, 0.4392156863);
}

/* выделенный узел всегда одного цвета (а не серый) */
.q-tree__node--selected .q-tree__node-header-content {
  color: black;
}

/* отступ в дереве */
.q-tree__node {
  padding: 0 0 3px 27px;
}

.q-tree__node--parent {
  margin-left: -24px;
}
