@charset "UTF-8";
/* Roboto Font Definitions - Optimized (400, 500, 600 weights only) */
/* Roboto Regular (400) */
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

/* Roboto Medium (500) */
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

/* Roboto SemiBold (600) */
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/Roboto-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

/* Font Variables */
/* Font Weight Variables - Optimized (only available weights) */
/* Legacy weight variables for backward compatibility */
/* Font Mixins for Roboto - Optimized (400, 500, 600 weights only) */
.shadow, .panel, .sidebar_right .actions, .docs-header {
  -webkit-box-shadow: 0 1px 0 0 #e1e2e6, 0 0 0 1px #e6e7eb;
  -moz-box-shadow: 0 1px 0 0 #e1e2e6, 0 0 0 1px #e6e7eb;
  box-shadow: 0 1px 0 0 #e1e2e6, 0 0 0 1px #e6e7eb; }

.row {
  margin-left: -5px;
  margin-right: -5px; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px; }

/*
* Размеры блоков сайта
*/
/*
 * COLORS
 */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

body {
  overflow: hidden;
  height: 100vh;
  color: #33425B;
  background-color: #f5f5f5;
  text-rendering: optimizeSpeed; }
  body * {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }
  body input,
  body textarea {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeSpeed;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; }
  h1 a.ui.button,
  h2 a.ui.button,
  h3 a.ui.button,
  h4 a.ui.button,
  h5 a.ui.button,
  h6 a.ui.button {
    vertical-align: top; }

a {
  cursor: pointer; }

.icon.help.circular {
  margin: 0 0 0 3px;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  padding: 2px 0 0 !important;
  min-width: 20px !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  color: #ccc;
  font-family: inherit;
  font-size: 14px;
  transition: all 0.4s ease; }
  .icon.help.circular:before {
    display: none; }
  .icon.help.circular:hover, .icon.help.circular.visible {
    background-color: #424e62;
    border-color: #424e62;
    color: #fff; }

.entity-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .entity-header .entity-deleted-label {
    margin-left: 8px; }
  .entity-header .sub.header {
    width: 100%; }

table td.break {
  white-space: normal;
  word-wrap: break-word; }

table td.ellipsis > * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.main-content {
  display: flex; }
  .main-content > .content {
    flex: 1;
    min-width: 0; }

th::first-letter {
  text-transform: uppercase; }

.user-info-message.ui.message {
  box-shadow: none; }

.content .ui.form label {
  color: rgba(51, 66, 91, 0.8);
  font-weight: 500; }

[update-title]::first-letter {
  text-transform: uppercase; }

td.clickable, table.clickable td {
  cursor: pointer; }
  td.clickable:hover, table.clickable td:hover {
    background-color: #ecf3f9; }

.no-wrap {
  white-space: nowrap; }

.ui.table tfoot td {
  border-top: 1px solid rgba(34, 36, 38, 0.1) !important; }

.user-select, ._message {
  user-select: none; }

em.highlighted {
  font-style: normal;
  background-color: rgba(255, 255, 102, 0.5);
  display: inline !important;
  padding: 0;
  color: inherit;
  float: none; }

.animated {
  animation-duration: 0.6s;
  animation-delay: 0s;
  animation-fill-mode: none; }

.ui.table thead th,
.table-content .ui.table {
  color: #33425B; }

.ui.table thead th {
  font-weight: 500; }

.button {
  position: relative; }

.ui.label {
  font-weight: 400; }

.text-left {
  text-align: left; }

body .text-right {
  text-align: right !important; }

.hidden {
  display: none !important; }

.visible:not(a):not(i) {
  display: block; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #e6e6e6 !important; }

.text-lighten {
  color: #aaa; }

.text-red {
  color: #ff0000 !important; }

.clear {
  clear: both; }

.sidebar-segment {
  position: relative;
  overflow: hidden;
  margin: 30px -50px;
  display: none; }
  .sidebar-segment.active {
    display: block; }
  .sidebar-segment table {
    table-layout: auto; }
    .sidebar-segment table .full {
      width: 30% !important;
      max-width: 30% !important; }
  .sidebar-segment table,
  .sidebar-segment th,
  .sidebar-segment input {
    border: 0; }
  .sidebar-segment .padding {
    padding: 0px 50px 10px; }
  .sidebar-segment.arrow:before {
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 14px 11px;
    border-color: transparent transparent #d4d5d6 transparent;
    position: absolute;
    top: -12px;
    right: 79px; }
  .sidebar-segment.arrow:after {
    z-index: 2;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #f3f4f5 transparent;
    position: absolute;
    top: -10px;
    right: 80px; }

.ui.grid > .row {
  margin: 0 !important; }

.ui.form.form-wrap {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 100px;
  margin: 30px -14px;
  width: auto;
  max-width: none;
  background-color: #fdfdfd; }

.ui.menu .ui.dropdown .menu > .item.text-red {
  color: #d95c5c !important; }

.text-primary {
  color: #016db5; }

.light {
  color: #e6e6e6; }

.ui.dropdown .menu > .header {
  cursor: default; }

.ui.dropdown .menu .more {
  display: block; }
  .ui.dropdown .menu .more a {
    background-color: #f0f0f0;
    border: 0; }

body .ui.modals {
  z-index: 3000; }

.ui.menu.vertical > .item:last-child {
  margin-bottom: 0; }

/**
 * Сообщения (об ошибке|пустой результат)
 */
._message {
  font-size: 2rem;
  color: #b3b3b3;
  text-align: center;
  padding: 35px 0;
  margin: 0;
  font-weight: 300;
  cursor: default; }
  ._message i.icon {
    font-size: 130px;
    line-height: 130px; }
  ._message i.icon + .text {
    padding-top: 20px; }
  ._message.panel {
    padding: 35px 100px !important; }
  ._message .sub-text {
    padding-top: 35px;
    font-size: 0.6em;
    line-height: 1.3; }

input::-webkit-input-placeholder {
  color: rgba(179, 179, 179, 0.7) !important; }

input:-moz-placeholder {
  color: rgba(179, 179, 179, 0.7) !important; }

.ui.dropdown .menu > .item:first-letter {
  text-transform: uppercase; }

.dropdown > i.icon {
  z-index: 3; }

pre {
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

#carrotquest-messenger-collapsed-container {
  transform: scale(1);
  transition: transform 0.2s; }
  #carrotquest-messenger-collapsed-container.closed {
    transform: scale(0); }

.blank-page {
  overflow-y: auto;
  height: calc(100vh - 46px); }

.panel {
  position: relative;
  border: 0 !important;
  margin-bottom: 10px;
  border-radius: 0;
  padding: 14px 14px 40px; }
  .panel.padding {
    padding: 50px 60px 60px; }
  .panel.animated {
    animation-duration: 0.3s;
    animation-delay: 0s; }
  .panel:before {
    content: "";
    visibility: hidden;
    opacity: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: repeating-linear-gradient(-45deg, #f8f9fb, #f8f9fb 10px, #fff 10px, #fff 20px);
    background-size: 28px 28px;
    animation: move 0.5s linear infinite;
    transition: opacity 0.6s ease; }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 28px 0; } }
  .panel.white {
    background-color: #ffffff; }
  .panel.dark {
    background-color: #3c4e6b; }
  .panel.form {
    padding: 30px 50px 40px;
    margin-bottom: 0; }
  .panel.margin {
    margin: 0 20px; }
  .panel._loading > h1 {
    position: relative;
    z-index: 3; }
  .panel._loading:before {
    opacity: 0.8;
    visibility: visible; }
  .panel.form .ui.table thead th {
    font-weight: 400;
    font-size: 0.85em;
    color: rgba(51, 66, 91, 0.85); }
  .panel.form .ui.table tfoot th {
    padding-right: 40px; }
  .panel.form .ui.table tbody td {
    position: relative;
    min-width: 120px;
    width: 133px;
    max-width: 133px;
    word-break: break-all; }
    .panel.form .ui.table tbody td img {
      margin-bottom: 0; }
    .panel.form .ui.table tbody td:first-child {
      padding: 10px; }
    .panel.form .ui.table tbody td:last-child {
      padding: 10px; }
    .panel.form .ui.table tbody td .ui.button {
      box-shadow: none; }
    .panel.form .ui.table tbody td span.block {
      display: block;
      overflow: hidden; }

body .ui.table.middle td {
  vertical-align: middle; }

body .ui.table td.delete, body .ui.table td.create {
  width: 31px !important;
  max-width: 31px !important;
  min-width: 31px !important;
  cursor: pointer;
  vertical-align: middle;
  color: #d95c5c;
  text-align: center; }
  body .ui.table td.delete:hover, body .ui.table td.create:hover {
    background-color: #d95c5c;
    color: #fff !important; }
  body .ui.table td.delete.create, body .ui.table td.create.create {
    color: #33425B; }
    body .ui.table td.delete.create:hover, body .ui.table td.create.create:hover {
      background-color: #33425B; }

body .ui.table td.full {
  position: relative; }
  body .ui.table td.full input.ng-invalid {
    box-shadow: 0 0 0 2px red;
    background-color: rgba(255, 0, 0, 0.1); }
  body .ui.table td.full input {
    position: absolute;
    width: calc(100% + 2px);
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    border: 1px solid transparent;
    border-radius: 0 !important;
    padding: 3px 8px;
    outline: none;
    background-color: rgba(251, 189, 8, 0.05);
    cursor: pointer; }
    body .ui.table td.full input[readonly] {
      background-color: transparent;
      pointer-events: none; }
    body .ui.table td.full input[type="number"] {
      padding-right: 0 !important; }
    body .ui.table td.full input:disabled {
      background-color: transparent;
      cursor: default; }
    body .ui.table td.full input.transparent {
      background-color: transparent; }
    body .ui.table td.full input[type="number"] {
      text-align: right; }
    body .ui.table td.full input:focus {
      border-color: rgba(251, 189, 8, 0.25);
      background-color: rgba(251, 189, 8, 0.02);
      cursor: text; }

a.bordered {
  border-bottom: 1px dotted; }

._720kb-tooltip {
  z-index: 998;
  background-color: #2a364b; }

._720kb-tooltip-caret:before {
  border-color: #2a364b; }

.ui.form input:not([type]),
.ui.form input[type="text"],
.ui.form input[type="email"],
.ui.form input[type="search"],
.ui.form input[type="password"],
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="tel"],
.ui.form input[type="time"],
.ui.form input[type="url"],
.ui.form input[type="number"] {
  color: #33425B; }

.ui.form input[type="datetime-local"] {
  height: 38px; }

.ht_clone_top {
  z-index: 10; }

.ui.search.dropdown > input.mySearch {
  position: absolute;
  z-index: 2;
  height: auto;
  background: none transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit; }

.loadList {
  display: none;
  text-decoration: none;
  text-align: center;
  background-color: #f4f8fc;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 10px;
  margin-top: 8px;
  position: sticky;
  left: 0; }
  .loadList.show {
    display: block; }
  .loadList:hover {
    background-color: #e8f0f8; }
  .loadList:active {
    background-color: #dde9f4; }
  .loadList.disabled {
    cursor: default;
    color: #b3b3b3;
    background-color: #f2f2f2; }

.table .loadList {
  margin: 10px; }

.ui.dropdown.nothing > .menu {
  min-width: 250px; }
  .ui.dropdown.nothing > .menu .item:hover {
    background: none;
    cursor: auto; }

.ui.progress.two {
  line-height: 0;
  border-radius: 0;
  background-color: #f2f2f2 !important; }
  .ui.progress.two .label {
    line-height: 20px; }
  .ui.progress.two .bar {
    display: inline-block;
    border-radius: 0;
    min-width: 0; }

i.icon {
  backface-visibility: visible; }

.ui.table th .dropdown {
  font-weight: 400; }

.ui.dropdown.search.my-filter .filtered {
  display: block !important; }

.ui.dropdown.search.my-filter .message {
  display: none; }

.dropdown .label {
  font-weight: normal; }

.ui.grid + .grid {
  margin-top: 0; }

body .no-border {
  border: 0 !important; }

body > .content {
  overflow: hidden;
  position: relative; }

/**
 * OVERLAY
 **/
#overlay {
  position: absolute;
  z-index: 998;
  background: #fff;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none; }
  #overlay.active {
    display: block;
    opacity: 0; }

/**
 * SUB MENU
 **/
#globalSearch {
  width: 400px;
  padding: 0 !important;
  position: relative; }
  #globalSearch input {
    padding: 19px 20px 17px 50px !important; }
  #globalSearch .icon {
    margin-left: 10px; }
  #globalSearch * {
    transition: none; }
  #globalSearch .menu {
    display: none;
    position: absolute;
    top: 51px;
    left: 5px;
    right: 20px;
    width: auto;
    border: 0;
    transition: all 0.4s; }
    #globalSearch .menu * {
      color: rgba(0, 0, 0, 0.87) !important; }
    #globalSearch .menu .header {
      padding: 4px 16px 5px;
      background: #f7f7f7;
      font-size: 12px;
      font-weight: 700;
      cursor: default; }
    #globalSearch .menu a {
      border-bottom: 1px solid #f8f9fb; }
      #globalSearch .menu a:before {
        background-color: transparent; }
      #globalSearch .menu a:hover {
        background: #fbfcfd; }
    #globalSearch .menu a:first-child {
      border-radius: 5px 5px 0 0; }
    #globalSearch .menu a:last-child {
      border: 0;
      border-radius: 0 0 5px 5px; }
  #globalSearch input {
    background-color: transparent;
    color: #000;
    line-height: 16px; }
  #globalSearch ::-webkit-input-placeholder {
    color: #999; }
  #globalSearch :-moz-placeholder {
    color: #999; }
  #globalSearch ::-moz-placeholder {
    color: #999; }
  #globalSearch :-ms-input-placeholder {
    color: #999; }
  #globalSearch > .input > .icon {
    color: #999; }
  #globalSearch.active {
    background: none; }
    #globalSearch.active .menu {
      display: block; }
    #globalSearch.active > .input input {
      background-color: #ffffff; }
    #globalSearch.active > .input > .icon {
      color: #000; }

.small.grey,
small.grey {
  color: #aaa; }
  .small.grey.small,
  small.grey.small {
    padding: 2px 0 2px 17px; }

.text-gray {
  color: #aaa; }

#menuFilter {
  width: 500px; }
  #menuFilter.small {
    width: 250px; }
  #menuFilter .footer {
    padding: 20px 0 5px; }
  #menuFilter .item .ui.input > input {
    width: auto !important; }
  #menuFilter .item .dropdown.icon {
    float: none;
    margin: 0;
    opacity: 1; }
  #menuFilter .item:before {
    display: none; }
  #menuFilter .item .dropdown.icon:before {
    content: ""; }
  #menuFilter .add-buttons .column:first-child {
    padding-right: 0; }
  #menuFilter .filter-menu .item:before {
    display: none; }
  #menuFilter .filter-menu label {
    padding-top: 2px;
    text-transform: uppercase;
    font-weight: 400;
    color: #555;
    font-size: 0.8em;
    display: block;
    overflow: hidden; }
    #menuFilter .filter-menu label input {
      float: left;
      margin-right: 5px;
      display: block; }
  #menuFilter .filter-menu .baron__clipper {
    margin: 0 -16px !important; }
  #menuFilter .filter-menu .filters {
    overflow-y: auto; }
    #menuFilter .filter-menu .filters .footer {
      padding-right: 16px; }
  #menuFilter .filter-menu .filters_wrap > .list {
    margin: 0;
    padding: 10px 1.14285714em;
    z-index: 2; }
    #menuFilter .filter-menu .filters_wrap > .list.active {
      background-color: rgba(0, 0, 0, 0.05);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #menuFilter .filter-menu .filters_wrap > .list.active .row {
        display: block; }
    #menuFilter .filter-menu .filters_wrap > .list .row {
      display: none; }
      #menuFilter .filter-menu .filters_wrap > .list .row > div {
        padding-top: 5px;
        padding-bottom: 5px; }
    #menuFilter .filter-menu .filters_wrap > .list .input input {
      width: 100% !important; }
  #menuFilter .filter-menu .header > * {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    text-transform: uppercase; }
  #menuFilter .filter-menu .item label.item {
    font-size: 11px; }
  #menuFilter .filter-menu .relaxed {
    position: relative; }
    #menuFilter .filter-menu .relaxed .list {
      padding: 0 0 5px;
      margin: 10px 0 0; }
    #menuFilter .filter-menu .relaxed .selected {
      padding: 0; }
      #menuFilter .filter-menu .relaxed .selected label:last-child {
        padding-bottom: 7px;
        border-bottom: 1px solid transparent; }
  #menuFilter .filter-menu .item {
    position: static; }
  #menuFilter .filter-menu .filter-items-list {
    overflow-y: auto;
    padding-left: 16px !important; }
    #menuFilter .filter-menu .filter-items-list label {
      padding-top: 2px;
      padding-bottom: 2px; }
    #menuFilter .filter-menu .filter-items-list label + div {
      padding-top: 2px;
      padding-bottom: 12px; }
      #menuFilter .filter-menu .filter-items-list label + div > div {
        padding-top: 2px;
        padding-bottom: 12px; }
  #menuFilter .filter-menu .input.searchIn {
    margin: 10px 0 0; }
  #menuFilter .menu {
    border: 0; }

/**
 * ��������� item � dropdown ��� action:nothing
 * ������� ������ pointer � ��� ��� ���������
 **/
.ui.menu .ui.dropdown.action-nothing > .menu > .item:hover {
  background: transparent !important;
  cursor: auto; }

.ui.menu .ui.dropdown .menu > .item .input.icon:not(.dropdown),
.ui.menu .ui.dropdown .menu > .item .input .icon:not(.dropdown) {
  margin: 0; }

/**
 * semantic style overrides
 **/
.menu .ui.form label.header {
  font-weight: 500;
  cursor: pointer;
  display: block;
  padding: 8px;
  margin: 0; }
  .menu .ui.form label.header input[type="checkbox"] {
    margin-top: 5px; }

.menu .ui.form .divider {
  margin: 0 0 10px 0; }

.blank > dir-pagination-controls,
#pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: none;
  z-index: 7;
  border: 0;
  border-top: 1px solid #eee;
  display: block;
  overflow: hidden;
  padding: 0; }
  .blank > dir-pagination-controls .item,
  #pagination .item {
    display: inline-block;
    height: 40px; }
  .blank > dir-pagination-controls .pagination li,
  #pagination .pagination li {
    border-top-width: 0;
    border-bottom-width: 0; }

.table-content {
  overflow: hidden;
  display: flex;
  height: calc(100vh - 37px);
  position: relative;
  background-color: #fafafa; }
  .table-content.loading .dimmer {
    display: block;
    opacity: 1;
    z-index: 997; }
  .table-content.loading:before {
    display: none; }
  .table-content.loading > * {
    display: none; }
  .table-content.loading .table-content__wrap {
    display: block;
    position: relative; }
    .table-content.loading .table-content__wrap table {
      display: none; }
    .table-content.loading .table-content__wrap table thead tr th div {
      background: #fafafa; }
  .table-content .filter-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: none; }
    .table-content .filter-menu .item:before {
      display: none; }
  .table-content.table-content__with-filter {
    padding-top: 64px;
    background-color: #ffffff; }
  .table-content div.table-content__wrap {
    position: relative;
    overflow: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding-top: 42px;
    background-color: #ffffff; }
    .table-content div.table-content__wrap > div.table {
      overflow-x: hidden;
      overflow-y: auto;
      min-width: fit-content; }
  .table-content .ui.table {
    margin: 0;
    border-width: 0;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    table-layout: fixed;
    width: auto;
    min-width: 100%; }
    .table-content .ui.table tr:hover {
      background-color: #f9f9f9; }
    .table-content .ui.table tr.table-row .description {
      overflow: hidden; }
      .table-content .ui.table tr.table-row .description .grey {
        color: grey; }
      .table-content .ui.table tr.table-row .description .small {
        font-size: 11px;
        padding: 6px 0; }
        .table-content .ui.table tr.table-row .description .small * {
          font-style: normal; }
      .table-content .ui.table tr.table-row .description > a:first-child {
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 159, 218, 0.5); }
    .table-content .ui.table tr.table-row td {
      position: relative; }
    .table-content .ui.table tr.table-row a.table-title-a {
      display: block;
      overflow: hidden; }
    .table-content .ui.table tr td {
      min-width: 100px;
      border-color: #f2f2f2;
      vertical-align: top; }
      .table-content .ui.table tr td.small {
        min-width: inherit; }
    .table-content .ui.table th {
      cursor: default;
      font-size: 13px;
      padding: 0;
      font-weight: 500;
      border: 0; }
      .table-content .ui.table th a,
      .table-content .ui.table th div {
        color: inherit;
        position: absolute;
        top: 0;
        padding: 11px 9px;
        vertical-align: inherit;
        font-style: normal;
        font-weight: 400;
        border-left: none;
        font-size: 0.8em;
        text-transform: uppercase;
        text-decoration: none; }
      .table-content .ui.table th a span {
        text-decoration: underline; }

td.table-checkbox {
  max-width: 46px;
  min-width: 46px !important;
  width: 46px !important;
  text-align: center;
  padding-top: 13px;
  position: relative; }
  td.table-checkbox input {
    margin: -6.5px 0 0 -6.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    z-index: 1; }
    td.table-checkbox input:checked + label {
      background-color: rgba(251, 189, 8, 0.15); }
  td.table-checkbox .label,
  td.table-checkbox label {
    position: absolute;
    top: -1px;
    right: -1px;
    left: 0;
    bottom: -1px;
    cursor: pointer;
    transition: background 0.4s; }
    td.table-checkbox .label:hover,
    td.table-checkbox label:hover {
      background-color: rgba(251, 189, 8, 0.1); }

/* my sidebar */
.sidebar_right .actions {
  padding: 5px 0;
  z-index: 98;
  border: 0;
  max-width: 900px;
  margin: 10px 5px 0 1px; }
  .sidebar_right .actions div:not(.buttons) > .ui.button {
    margin-right: 10px; }
  .sidebar_right .actions .scroll-top {
    display: none;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -26px;
    color: #fff;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 10px;
    border-radius: 10px; }
    .sidebar_right .actions .scroll-top:hover {
      background-color: rgba(0, 0, 0, 0.5); }
  .sidebar_right .actions.active {
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1); }
    .sidebar_right .actions.active .scroll-top {
      display: block; }
  .sidebar_right .actions.documents-expand {
    max-width: 1200px;
    margin-left: 307px; }
  .sidebar_right .actions.documents-compress {
    max-width: 1310px; }
  .sidebar_right .actions.full-width {
    max-width: 100%; }
  .sidebar_right .actions .item {
    padding: 10px 14px; }
    .sidebar_right .actions .item input[type="text"] {
      min-height: 38.8px; }
    .sidebar_right .actions .item:before {
      display: none; }

.sidebar_right .catalog-list-filter-button {
  min-width: 113px; }

.my.sidebar {
  z-index: 97;
  height: calc(100vh - 46px + 2px);
  overflow-y: auto; }
  .my.sidebar #reports-table > div.content,
  .my.sidebar ui-view > div.content {
    padding: 0 5px 10px 1px; }
    .my.sidebar #reports-table > div.content.full-width,
    .my.sidebar ui-view > div.content.full-width {
      padding: 0 5px 0px 1px; }
      .my.sidebar #reports-table > div.content.full-width .vertically.page,
      .my.sidebar ui-view > div.content.full-width .vertically.page {
        max-width: 100%; }
    .my.sidebar #reports-table > div.content.small, .my.sidebar #reports-table > div.content.with-block-left,
    .my.sidebar ui-view > div.content.small,
    .my.sidebar ui-view > div.content.with-block-left {
      padding: 0 10px 10px 1px; }
  .my.sidebar .content.document-form .vertically.page {
    max-width: 1310px; }
  .my.sidebar div.content.with-block-left {
    padding: 0px 5px 10px 307px !important; }
    .my.sidebar div.content.with-block-left .vertically.page {
      max-width: 1200px; }
  .my.sidebar .sidebar__wrap {
    padding-top: 5px;
    transition: all 0.4s ease; }
    .my.sidebar .sidebar__wrap.loading:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 110; }
    .my.sidebar .sidebar__wrap .small .vertically.page {
      max-width: 900px; }

body .content .vertically.page {
  padding: 0;
  margin: 0;
  max-width: 1000px;
  position: relative; }
  body .content .vertically.page.full-width {
    max-width: none; }
  body .content .vertically.page h1 {
    display: block; }
  body .content .vertically.page > .form {
    width: 100%; }
    body .content .vertically.page > .form .paid-edit {
      padding-top: 10px; }
      body .content .vertically.page > .form .paid-edit .grid {
        width: 100%;
        display: table;
        margin: 0 0 10px; }
        body .content .vertically.page > .form .paid-edit .grid .column {
          display: table-cell;
          text-overflow: ellipsis;
          padding: 14px 5px; }
          body .content .vertically.page > .form .paid-edit .grid .column:nth-child(1) {
            width: 63px; }
          body .content .vertically.page > .form .paid-edit .grid .column:nth-child(2) {
            min-width: 150px;
            max-width: 40%;
            width: 35%; }
            body .content .vertically.page > .form .paid-edit .grid .column:nth-child(2) .text {
              white-space: nowrap;
              text-overflow: ellipsis;
              max-width: 100%; }
          body .content .vertically.page > .form .paid-edit .grid .column:nth-child(3) {
            min-width: 100px;
            max-width: 20%;
            width: 20%; }
          body .content .vertically.page > .form .paid-edit .grid .column:nth-child(4) {
            min-width: 150px;
            max-width: 40%;
            width: 35%; }
          body .content .vertically.page > .form .paid-edit .grid .column:last-child {
            padding-top: 37px;
            padding-right: 0;
            width: 66px; }
    body .content .vertically.page > .form > .header {
      margin-bottom: 20px; }
      body .content .vertically.page > .form > .header h1 {
        margin-top: 0; }
      body .content .vertically.page > .form > .header .dropdown .field {
        margin-bottom: 0; }
      body .content .vertically.page > .form > .header > .ui.button {
        margin-right: 0; }
      body .content .vertically.page > .form > .header .header-wrap {
        padding-top: 15px; }
        body .content .vertically.page > .form > .header .header-wrap .progress {
          margin-top: 30px; }
          body .content .vertically.page > .form > .header .header-wrap .progress .label {
            color: #999999; }
          body .content .vertically.page > .form > .header .header-wrap .progress a.bordered {
            color: #999999;
            border-color: #cccccc;
            line-height: 14px;
            font-weight: 400; }
    body .content .vertically.page > .form .card {
      margin-bottom: 15px; }
      body .content .vertically.page > .form .card img {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover; }
      body .content .vertically.page > .form .card .card-wrap {
        border-bottom: 1px solid #d3e0e9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        padding: 14px; }
        body .content .vertically.page > .form .card .card-wrap .header {
          font-size: 18px;
          font-weight: 500; }
        body .content .vertically.page > .form .card .card-wrap .buttons {
          float: right;
          margin: -14px -14px -14px 5px; }
        body .content .vertically.page > .form .card .card-wrap .extra {
          clear: both;
          text-align: center;
          padding: 20px 1px 0; }
          body .content .vertically.page > .form .card .card-wrap .extra .row > div {
            border-right: 1px solid #d4dbe0; }
            body .content .vertically.page > .form .card .card-wrap .extra .row > div:last-child {
              border-right: 0; }
          body .content .vertically.page > .form .card .card-wrap .extra .row:first-child {
            font-size: 12px; }
            body .content .vertically.page > .form .card .card-wrap .extra .row:first-child + div + div > div,
            body .content .vertically.page > .form .card .card-wrap .extra .row:first-child + div > div {
              padding: 10px 10px 0;
              font-size: 15px;
              font-weight: 500; }
          body .content .vertically.page > .form .card .card-wrap .extra .row div {
            padding: 0 10px; }
            body .content .vertically.page > .form .card .card-wrap .extra .row div input {
              text-align: center; }
    body .content .vertically.page > .form .menu.three {
      margin-bottom: 20px; }
    body .content .vertically.page > .form h4 {
      font-size: 18px; }
  body .content .vertically.page.o-hidden > .form {
    overflow: hidden;
    padding-right: 0; }

.hover-btn, .catalogCardShow .image .button-file {
  z-index: 2;
  border: 1px dashed rgba(34, 36, 38, 0.15);
  box-shadow: none !important;
  border-radius: 10px;
  color: rgba(34, 36, 38, 0.5); }
  .hover-btn:active, .catalogCardShow .image .button-file:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset !important; }

.blank {
  position: relative;
  margin: 0;
  padding: 14px 14px 40px;
  width: 100%; }
  .blank > .label {
    margin-bottom: 13px !important; }
  .blank h1 {
    margin: 0 0 20px !important; }
    .blank h1.text-muted {
      color: #e6e6e6;
      cursor: default; }
  .blank .ui.header h1 {
    margin-bottom: 0 !important; }
  .blank .image .description-item b {
    min-width: 95px; }
  .blank .description-item {
    padding-bottom: 5px;
    display: flex; }
    .blank .description-item i.flag {
      margin-right: 3px; }
    .blank .description-item b {
      display: inline-block;
      min-width: 120px;
      font-weight: 400;
      color: rgba(51, 66, 91, 0.7); }
      .blank .description-item b i {
        margin-right: 7px; }
      .blank .description-item b:first-letter {
        text-transform: uppercase; }
    .blank .description-item span.block {
      display: block; }
    .blank .description-item > div,
    .blank .description-item > span {
      flex: 1; }
  .blank .list {
    margin-bottom: 35px; }
    .blank .list > .item .content {
      padding-top: 2px !important; }

/**
* Календарь на главной
**/
.fc button {
  height: auto;
  padding: 6px 12px;
  font-size: 13px; }

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-image: none;
  color: #333;
  text-shadow: none;
  box-shadow: none;
  outline: 0 !important; }

.fc-state-default.fc-corner-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.fc-state-default.fc-corner-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: none; }

.fc-state-active,
.fc-state-down {
  background-color: #f1f1f1;
  border: 1px solid #e5e5e5;
  box-shadow: none !important; }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

.fc-day-grid-event {
  padding: 5px;
  background: #22baa0;
  border: 0; }

/**
* UI FEED
**/
.feed {
  position: relative;
  margin-top: 10px !important; }
  .feed:before {
    position: absolute;
    top: -10px;
    left: 138px;
    bottom: 0;
    display: block;
    width: 4px;
    content: "";
    background-color: #f9f9f9;
    z-index: 1; }
  .feed .event {
    position: relative;
    padding-left: 120px !important;
    padding-bottom: 15px !important;
    z-index: 2; }
    .feed .event .summary a {
      font-size: 1.1em; }
    .feed .event .text {
      overflow: hidden; }
    .feed .event .tab {
      float: left;
      display: block;
      padding: 10px 20px 10px 10px;
      min-width: 200px;
      position: relative;
      border-bottom: 1px solid #f2f2f2;
      font-size: 0.85em; }
      .feed .event .tab + .tab {
        padding-left: 20px; }
        .feed .event .tab + .tab:before {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          top: 0;
          left: 0;
          bottom: 0;
          background-color: #f2f2f2; }
        .feed .event .tab + .tab:after {
          content: "\f061";
          font-family: Icons;
          color: #fff;
          background-color: #d9d9d9;
          display: block;
          position: absolute;
          left: -10px;
          top: 50%;
          margin-top: -10px;
          width: 20px;
          height: 20px;
          text-align: center;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          font-size: 0.9em; }
      .feed .event .tab:hover {
        background-color: #f2f2f2; }
      .feed .event .tab strong {
        font-weight: 500;
        font-size: 1.1em; }
      .feed .event .tab p {
        color: #b3b3b3; }
  .feed .date {
    position: absolute;
    top: 12px;
    left: 0;
    font-style: italic;
    width: 105px;
    text-align: right;
    color: #999; }

/**
 * StatusBar
 **/
.statusBar {
  position: absolute;
  top: 0;
  left: 210px;
  width: 100%;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 6px 0 0 0;
  z-index: 9999999;
  text-align: center;
  display: none; }
  .statusBar.success {
    background-color: rgba(33, 186, 69, 0.3); }
  .statusBar.info {
    background-color: rgba(33, 186, 69, 0.3); }
  .statusBar.error {
    background-color: rgba(219, 40, 40, 0.3); }
  .statusBar h1 {
    margin: 0;
    padding: 0; }

.supplier_card .grid {
  padding-top: 20px;
  padding-bottom: 20px; }

.supplier_card .column .head {
  width: 100%;
  display: block;
  margin-bottom: 10px; }

.journal-table {
  height: calc(100vh - 62px);
  overflow-y: scroll;
  padding: 20px;
  width: 100%; }
  .journal-table .journal-list {
    max-width: 800px; }
    .journal-table .journal-list table.docItem {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }

.filter-menu {
  border: none !important;
  box-shadow: none !important;
  z-index: 999;
  position: relative;
  background-color: #ffffff;
  height: auto;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 5px 15px !important;
  font-size: 1rem; }
  .filter-menu .title {
    font-size: 22px;
    font-weight: 300;
    overflow: hidden;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .filter-menu .title .ui.button {
      margin-right: 0 !important; }

.table-content__wrap div.table {
  border-top: 1px solid rgba(34, 36, 38, 0.15) !important; }

.settings_form {
  height: calc(100vh - 52px);
  overflow-y: auto;
  border-left: 1px solid #f5f5f5; }

.docItem {
  margin-bottom: 20px; }
  .docItem h3 {
    padding-bottom: 6px; }
  .docItem .label.state {
    margin-top: -2px;
    padding: 4px 8px;
    opacity: 0.9;
    vertical-align: middle;
    margin-left: 10px; }

.docItem table th {
  font-weight: normal !important;
  font-size: 1em !important; }

.journalDateDivider {
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  font-weight: 100; }

.catalogCardShow .block {
  padding-bottom: 30px; }
  .catalogCardShow .block.three.grid .column {
    width: 33.33%; }
  .catalogCardShow .block .statistic {
    width: 100% !important; }
    .catalogCardShow .block .statistic * {
      font-weight: 400 !important;
      text-align: center !important;
      white-space: nowrap; }

.catalogCardShow h1.header {
  margin-top: 0px !important; }

td.numTd,
th.numTd {
  text-align: right !important; }

.doc-timeline,
.money-timeline {
  position: relative; }
  .doc-timeline .is-sticky > .active,
  .money-timeline .is-sticky > .active {
    box-shadow: none;
    border-bottom: 1px solid #f9f9f9;
    background-color: #fdfdfd; }
  .doc-timeline h2.is-sticky-obj,
  .money-timeline h2.is-sticky-obj {
    background-color: #fff; }
  .doc-timeline .table,
  .money-timeline .table {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 9px; }
  .doc-timeline > div h2.is-sticky-obj,
  .money-timeline > div h2.is-sticky-obj {
    margin: 25px -14px 0;
    padding: 5px 14px; }
  .doc-timeline > div:first-child h2.is-sticky-obj,
  .money-timeline > div:first-child h2.is-sticky-obj {
    margin-top: 0; }

.ui.form .docs-comment textarea {
  min-height: 50px;
  height: 50px;
  transition: height 0.2s; }
  .ui.form .docs-comment textarea:focus {
    height: 100px; }

.ui.form .docsTotal a.button,
.ui.form h1.docs-title a.button {
  vertical-align: top;
  margin-top: 4px; }

.ui.form .docsTotal input,
.ui.form h1.docs-title input {
  padding: 0;
  border-width: 0 0 1px;
  border-style: dashed;
  width: 150px;
  border-radius: 0; }

.ui.form .docsTotal input[type="number"],
.ui.form h1.docs-title input[type="number"] {
  width: 50px; }

.panel h1 .ui.button {
  margin-right: 0; }

.panel.basic {
  padding: 0 !important; }
  .panel.basic h1 {
    padding: 14px 14px 0; }
  .panel.basic .ui[class*="very basic"].table {
    border-top: 1px solid rgba(34, 36, 38, 0.1); }
    .panel.basic .ui[class*="very basic"].table thead th {
      padding-top: 14px !important; }
    .panel.basic .ui[class*="very basic"].table th:first-child,
    .panel.basic .ui[class*="very basic"].table td:first-child {
      padding-left: 14px; }
    .panel.basic .ui[class*="very basic"].table th:last-child,
    .panel.basic .ui[class*="very basic"].table td:last-child {
      padding-right: 14px; }

.panel .docs-header {
  margin: 19px -50px 5px; }

.docs-controls {
  padding: 25px 0; }

.ui.card.priceTagCard {
  width: 245px; }
  .ui.card.priceTagCard .content .icon {
    display: none !important; }
  .ui.card.priceTagCard .price_table_img .icon {
    font-size: 80px;
    height: auto; }
  .ui.card.priceTagCard.active i.icon {
    display: inline-block !important; }

#groupModal iframe {
  display: none; }

#groupModal .header.ui .sub {
  margin-top: 10px; }

.ns-effect-jelly div.author {
  font-size: 0.9em;
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.6); }

.company .menu.secondary {
  border-radius: 0;
  padding: 10px 8px;
  margin: 20px -14px 30px; }
  .company .menu.secondary:first-child {
    margin-top: -14px; }

.company .ui.label.ribbon {
  position: absolute;
  left: -15px; }

.company .ui.cards.staff-cards .extra.content .right a:hover {
  color: #d95c5c !important; }

.permissions-checkbox {
  transition: padding 0.2s ease;
  border-radius: 4px; }
  .permissions-checkbox .checkbox label {
    font-weight: 400 !important; }
  .permissions-checkbox .checkbox.checked label {
    font-weight: 500 !important; }
  .permissions-checkbox .checkbox.checked + .subname {
    opacity: 1; }
  .permissions-checkbox > .ui.button {
    background: white !important; }
  .permissions-checkbox.active {
    background: rgba(0, 0, 0, 0.03);
    padding: 10px; }
    .permissions-checkbox.active .permissions-checkbox-list {
      display: block; }
  .permissions-checkbox .permissions-checkbox-list {
    display: none;
    padding: 21px 0px 0; }
    .permissions-checkbox .permissions-checkbox-list .list {
      margin: 0 0 21px; }
      .permissions-checkbox .permissions-checkbox-list .list:last-child {
        margin-bottom: 0; }
      .permissions-checkbox .permissions-checkbox-list .list.list-dropdowns {
        padding-top: 10px; }
        .permissions-checkbox .permissions-checkbox-list .list.list-dropdowns .item-dropdown {
          padding: 0 5px 8px 15px; }
          .permissions-checkbox .permissions-checkbox-list .list.list-dropdowns .item-dropdown > div:first-child {
            padding-bottom: 8px; }
          .permissions-checkbox .permissions-checkbox-list .list.list-dropdowns .item-dropdown > div:last-child {
            padding-bottom: 8px; }
      .permissions-checkbox .permissions-checkbox-list .list .title {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 7px;
        font-weight: 500; }
      .permissions-checkbox .permissions-checkbox-list .list .item {
        padding: 8px 5px 8px 15px; }

.show-calendar.daterangepicker .calendar-time {
  padding: 10px 0; }
  .show-calendar.daterangepicker .calendar-time .col-xs-10 {
    position: relative; }
    .show-calendar.daterangepicker .calendar-time .col-xs-10 input {
      text-align: center;
      font-size: 1.2em; }
    .show-calendar.daterangepicker .calendar-time .col-xs-10 span {
      position: absolute;
      right: -2px;
      top: -2px;
      font-size: 1.2em; }

.ui.cards > .card--dashed {
  cursor: pointer;
  box-shadow: none !important;
  border: 1px dashed #d4d4d5 !important;
  transform: none !important;
  text-align: center;
  min-height: 180px; }
  .ui.cards > .card--dashed .content {
    position: relative; }
    .ui.cards > .card--dashed .content > div {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: -18px; }
  .ui.cards > .card--dashed:hover {
    border-color: #a0a0a3 !important; }

.ui.cards .image--icon i.icon {
  font-size: 8em;
  display: block;
  opacity: 0.2;
  width: 100%;
  height: 239px;
  line-height: 239px; }

.ui.cards .image--icon.image--mini {
  margin-bottom: 0; }
  .ui.cards .image--icon.image--mini i.icon {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    font-size: 3em; }

.trash-table a.button {
  margin: 0; }

table.check-table tbody tr {
  cursor: pointer; }
  table.check-table tbody tr:hover {
    background-color: rgba(249, 250, 251, 0.6); }
    table.check-table tbody tr:hover label {
      background-color: rgba(251, 189, 8, 0.1); }

.fixed-empty {
  display: none;
  width: 100%;
  clear: both;
  float: none; }

body .button-file {
  position: relative;
  overflow: hidden; }
  body .button-file input[type="file"] {
    min-width: 999px;
    opacity: 0 !important;
    position: absolute !important;
    border: none;
    margin: 0 !important;
    padding: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 180px !important;
    outline: none;
    z-index: 9; }
  body .button-file > .icon {
    margin: 0 !important; }
  body .button-file .text,
  body .button-file .selected-icon {
    display: none; }
  body .button-file.selected .icon:not(.write) {
    display: none; }
  body .button-file.selected .text,
  body .button-file.selected .selected-icon {
    display: inline-block; }
  body .button-file.selected .selected-icon {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }

.file-upload {
  position: relative;
  border: 1px dashed rgba(0, 0, 0, 0.3) !important;
  text-align: center;
  padding: 60px 0 50px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease; }
  .file-upload h3 {
    transition: all 0.3s ease; }
  .file-upload:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px dashed rgba(0, 0, 0, 0.5); }
  .file-upload:active {
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.15); }

.ui.table th.table-image-a,
.ui.table td.table-image-a {
  padding: 0 !important; }
  .ui.table th.table-image-a.inventory a:after, .ui.table th.table-image-a.service a:after, .ui.table th.table-image-a.set a:after,
  .ui.table td.table-image-a.inventory a:after,
  .ui.table td.table-image-a.service a:after,
  .ui.table td.table-image-a.set a:after {
    content: "\f1b2";
    font-family: "Icons";
    color: #ddd;
    margin: 5px 0 0 2px;
    width: 17px;
    text-align: center; }
  .ui.table th.table-image-a.inventory.service a:after, .ui.table th.table-image-a.service.service a:after, .ui.table th.table-image-a.set.service a:after,
  .ui.table td.table-image-a.inventory.service a:after,
  .ui.table td.table-image-a.service.service a:after,
  .ui.table td.table-image-a.set.service a:after {
    content: "\f069"; }
  .ui.table th.table-image-a.inventory.set a:after, .ui.table th.table-image-a.service.set a:after, .ui.table th.table-image-a.set.set a:after,
  .ui.table td.table-image-a.inventory.set a:after,
  .ui.table td.table-image-a.service.set a:after,
  .ui.table td.table-image-a.set.set a:after {
    content: "\f1b3"; }
  .ui.table th.table-image-a > a,
  .ui.table th.table-image-a > span > a,
  .ui.table th.table-image-a > span > span > a,
  .ui.table td.table-image-a > a,
  .ui.table td.table-image-a > span > a,
  .ui.table td.table-image-a > span > span > a {
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 8px;
    margin: -1px -1px -1px -1px;
    border: 1px solid transparent;
    position: relative; }
    .ui.table th.table-image-a > a i.icon,
    .ui.table th.table-image-a > span > a i.icon,
    .ui.table th.table-image-a > span > span > a i.icon,
    .ui.table td.table-image-a > a i.icon,
    .ui.table td.table-image-a > span > a i.icon,
    .ui.table td.table-image-a > span > span > a i.icon {
      height: auto; }
    .ui.table th.table-image-a > a:hover,
    .ui.table th.table-image-a > span > a:hover,
    .ui.table th.table-image-a > span > span > a:hover,
    .ui.table td.table-image-a > a:hover,
    .ui.table td.table-image-a > span > a:hover,
    .ui.table td.table-image-a > span > span > a:hover {
      background-color: #eef3f9; }
    .ui.table th.table-image-a > a img,
    .ui.table th.table-image-a > span > a img,
    .ui.table th.table-image-a > span > span > a img,
    .ui.table td.table-image-a > a img,
    .ui.table td.table-image-a > span > a img,
    .ui.table td.table-image-a > span > span > a img {
      width: 30px;
      height: 30px;
      flex-basis: 30px;
      margin: 0 10px 0 0;
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.1);
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .ui.table th.table-image-a > a span,
    .ui.table th.table-image-a > span > a span,
    .ui.table th.table-image-a > span > span > a span,
    .ui.table td.table-image-a > a span,
    .ui.table td.table-image-a > span > a span,
    .ui.table td.table-image-a > span > span > a span {
      flex: 1; }

.fixed-title div.blank.panel.panel-table {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }
  .fixed-title div.blank.panel.panel-table.without-pagination {
    padding-bottom: 0 !important; }
    .fixed-title div.blank.panel.panel-table.without-pagination div.table {
      height: calc(100vh - 78px - 46px) !important; }

.fixed-title div.table {
  height: calc(100vh - 129px - 46px);
  overflow: auto;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1; }
  .fixed-title div.table.withBreadScrums {
    height: calc(100vh - 129px - 47px - 46px); }
  .fixed-title div.table.dates-report:after {
    top: 105px !important; }
  .fixed-title div.table tr:hover {
    background-color: #f9f9f9; }
    .fixed-title div.table tr:hover > td.sticky {
      background-color: #f9f9f9; }

.fixed-title .ui.table {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #f2f2f2 !important;
  margin-bottom: 0; }
  .fixed-title .ui.table#clients .table-name, .fixed-title .ui.table#suppliers .table-name {
    min-width: 260px;
    max-width: 260px;
    width: 260px; }
  .fixed-title .ui.table:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 3;
    height: 28px;
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.1); }
  .fixed-title .ui.table tbody td[colspan] {
    border-right-width: 0px; }
  .fixed-title .ui.table tbody td.sticky {
    position: sticky !important;
    left: 0;
    z-index: 2;
    background-color: white;
    transition: none; }
    .fixed-title .ui.table tbody td.sticky:hover {
      background-color: #f9f9f9; }
  .fixed-title .ui.table tbody td {
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: #f2f2f2 !important;
    border-left: none !important;
    border-right: 1px solid rgba(34, 36, 38, 0.1); }
  .fixed-title .ui.table thead th {
    cursor: default;
    font-size: 13px;
    padding: 0;
    font-weight: 500;
    border: 0;
    height: 0;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 3;
    border-left: none !important;
    border-right: 1px solid #f2f2f2; }
    .fixed-title .ui.table thead th.sticky {
      left: 0;
      z-index: 4; }
    .fixed-title .ui.table thead th > a,
    .fixed-title .ui.table thead th > div {
      color: inherit;
      max-width: 130px;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 11px 11px 11px 9px;
      vertical-align: inherit;
      font-style: normal;
      font-weight: 400;
      border-left: none;
      font-size: 0.8em;
      text-transform: uppercase;
      text-decoration: none;
      border-left: 1px solid #f2f2f2;
      margin-left: -1px; }
      .fixed-title .ui.table thead th > a > a,
      .fixed-title .ui.table thead th > div > a {
        cursor: pointer;
        color: #33425b; }
        .fixed-title .ui.table thead th > a > a > i.sort,
        .fixed-title .ui.table thead th > div > a > i.sort {
          position: absolute;
          right: 5px; }
    .fixed-title .ui.table thead th a,
    .fixed-title .ui.table thead th div {
      white-space: nowrap; }
      .fixed-title .ui.table thead th a span,
      .fixed-title .ui.table thead th div span {
        text-decoration: underline; }
  .fixed-title .ui.table tr {
    cursor: default; }
    .fixed-title .ui.table tr:first-child td {
      border-top-width: 0; }
    .fixed-title .ui.table tr th,
    .fixed-title .ui.table tr td {
      min-width: 75px; }
      .fixed-title .ui.table tr th div,
      .fixed-title .ui.table tr td div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .fixed-title .ui.table tr th.price-discount,
    .fixed-title .ui.table tr th.table-price {
      min-width: 100px;
      max-width: 100px;
      width: 100px; }
    .fixed-title .ui.table tr th.table-checkbox {
      max-width: 50px;
      min-width: 46px;
      text-align: center; }
      .fixed-title .ui.table tr th.table-checkbox > div {
        padding: 0 !important;
        width: 46px; }
      .fixed-title .ui.table tr th.table-checkbox label {
        display: block;
        padding: 13px 9px 10px;
        cursor: pointer; }
        .fixed-title .ui.table tr th.table-checkbox label input {
          cursor: pointer; }
    .fixed-title .ui.table tr .table-code {
      min-width: 90px;
      max-width: 90px;
      width: 90px; }
    .fixed-title .ui.table tr .table-stock {
      min-width: 130px;
      max-width: 130px;
      width: 130px; }
    .fixed-title .ui.table tr td[data-name="address.actual"] div,
    .fixed-title .ui.table tr td[data-name="barcode"] div {
      white-space: normal;
      word-wrap: break-word;
      max-width: 140px; }
    .fixed-title .ui.table tr td[data-name="country"],
    .fixed-title .ui.table tr .table-middle,
    .fixed-title .ui.table tr .table-sku,
    .fixed-title .ui.table tr .table-barcode {
      min-width: 140px;
      max-width: 140px;
      width: 140px; }
    .fixed-title .ui.table tr .table-unit {
      min-width: 100px;
      max-width: 100px;
      width: 100px; }
    .fixed-title .ui.table tr .table-name {
      min-width: 320px;
      max-width: 320px;
      width: 320px; }
      .fixed-title .ui.table tr .table-name div.dates-report a {
        margin-bottom: auto;
        margin-top: 10px; }
    .fixed-title .ui.table tr td[data-name="supplier"],
    .fixed-title .ui.table tr .table-header-price,
    .fixed-title .ui.table tr .table-price {
      min-width: 150px;
      max-width: 150px;
      width: 150px; }
      .fixed-title .ui.table tr td[data-name="supplier"] span,
      .fixed-title .ui.table tr .table-header-price span,
      .fixed-title .ui.table tr .table-price span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .fixed-title .ui.table tr .table-header-discount,
    .fixed-title .ui.table tr .table-discount {
      width: 70px;
      min-width: 60px; }
    .fixed-title .ui.table tr .table-categories {
      min-width: 200px;
      max-width: 200px;
      width: 200px; }
      .fixed-title .ui.table tr .table-categories span {
        line-height: 80%; }
      .fixed-title .ui.table tr .table-categories a {
        font-size: 0.8em;
        color: inherit;
        text-decoration: underline; }

.fixed-title div.extended-head div.table:after {
  content: "";
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 5;
  right: 0;
  height: 28px;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.1); }

.fixed-title div.extended-head div.table th > div {
  display: flex;
  flex-flow: column;
  height: 84px;
  padding: 0 !important; }
  .fixed-title div.extended-head div.table th > div.dates-report {
    height: 136px; }
  .fixed-title div.extended-head div.table th > div > div {
    display: flex;
    padding: 0 9px;
    align-items: center;
    flex: 1; }
    .fixed-title div.extended-head div.table th > div > div:last-child {
      font-size: 1.2em;
      font-weight: 500; }

body .is-sticky > .ui.menu.active,
body .is-sticky > .active {
  z-index: 99;
  box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.15); }

.is-sticky-obj {
  position: relative;
  z-index: 2; }

#baguetteBox-overlay {
  z-index: 2147483649; }

#complect-products {
  padding-top: 10px; }
  #complect-products input[type="text"] {
    height: 38px;
    border-radius: 3px; }
  #complect-products table {
    margin-top: 9px; }
  #complect-products .col-xs-5 table {
    margin: 0; }
    #complect-products .col-xs-5 table tr {
      width: 100%;
      display: block; }
      #complect-products .col-xs-5 table tr td {
        display: block;
        width: 100%;
        max-width: none; }

#loading-bar-spinner {
  display: none; }

iframe.full-iframe {
  width: 100%;
  height: calc(100vh - 56px); }

.contragentStats {
  padding-bottom: 25px;
  gap: 0 10px;
  display: flex;
  flex-flow: wrap; }
  .contragentStats > div:first-child {
    margin-bottom: 10px;
    flex-basis: 100%;
    display: flex;
    gap: 20px; }
  .contragentStats .column {
    width: 100%; }
  .contragentStats .item {
    overflow: hidden;
    width: calc(50% - 10px);
    vertical-align: top;
    padding: 7px 0 0;
    margin-bottom: 5px;
    position: relative; }
    .contragentStats .item.bold {
      font-weight: 600;
      font-size: 1.2em; }
    .contragentStats .item .label {
      float: left;
      background-color: #fff;
      position: relative;
      margin-bottom: -1px;
      z-index: 2;
      padding-right: 5px;
      display: flex; }
      .contragentStats .item .label > a {
        margin-left: 5px; }
    .contragentStats .item .value {
      float: right;
      background-color: #fff;
      position: relative;
      margin-bottom: -1px;
      z-index: 2;
      padding-left: 5px; }
    .contragentStats .item:after {
      content: "";
      position: absolute;
      bottom: 3px;
      left: 10px;
      right: 10px;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }

.stats {
  padding: 0px 5px 0px; }
  .stats .divider {
    margin-top: 35px !important;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 18px; }
    .stats .divider:after, .stats .divider:before {
      background: none;
      display: none; }
  .stats .row:last-child {
    margin-top: 25px; }
    .stats .row:last-child > div {
      font-weight: 600;
      font-size: 21px; }
  .stats .row > div {
    overflow: hidden;
    padding: 14px;
    vertical-align: top;
    position: relative;
    font-size: 16px; }
    .stats .row > div:after {
      content: "";
      position: absolute;
      bottom: 18px;
      left: 14px;
      right: 14px;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
    .stats .row > div span {
      background-color: #fff;
      position: relative;
      margin-bottom: -1px;
      z-index: 2; }
      .stats .row > div span:first-child {
        padding-right: 5px; }
      .stats .row > div span:last-child {
        font-weight: 600;
        float: right;
        padding-left: 5px; }

.inline-popup-edit {
  padding: 5px; }
  .inline-popup-edit .button {
    margin-left: 10px !important; }

.inline-filter-dropdown .multiple {
  max-width: 325px; }

.ui.menu,
.ui.button,
.ui.form,
.ui.input,
.ui.table,
.ui.header,
.ui.label,
.ui.message,
.ui.segment,
.ui.card,
.ui.modal,
.ui.popup {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }

header .menu.inverted {
  margin: 0; }

h1 {
  min-height: 1rem;
  font-size: 1.9rem; }

h2 {
  font-size: 1.6rem; }

.daterangepicker {
  z-index: 9999; }

.ui.disabled.input,
.ui.input:not(.disabled) input[disabled] {
  pointer-events: none; }

.ui.pagination.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1); }

.ui.form .field.error .ui.dropdown {
  background: #fff6f6 !important;
  box-shadow: 0px 0px 0px 1px #e0b4b4 inset !important; }

.ui.message ul {
  padding: 0 0 0 15px;
  margin: 0; }

.ui.labeled.icon.button.blue > .icon {
  background-color: #2185d0;
  color: #fff; }

.ui.labeled.icon.button > .icon {
  z-index: 4;
  opacity: 1;
  pointer-events: none; }

.ui.dropdown.search .menu {
  max-height: 260px; }

.ui.dropdown > .icon {
  height: auto !important;
  pointer-events: none;
  top: auto !important; }

.ui.dropdown.fluid {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .ui.dropdown.fluid > .dropdown.icon {
    float: none; }

.ui.dropdown > .selected-label {
  display: inline-flex;
  overflow: hidden;
  max-width: 100%;
  flex: 1;
  align-items: center; }
  .ui.dropdown > .selected-label > .label-wrapper {
    pointer-events: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; }
    .ui.dropdown > .selected-label > .label-wrapper:first-letter {
      text-transform: capitalize; }
  .ui.dropdown > .selected-label > .description {
    display: none; }

.ui.dropdown:not(.button) > .menu {
  max-width: 150%; }

.ui.dropdown > .menu > .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px; }
  .ui.dropdown > .menu > .item:first-letter {
    text-transform: capitalize; }
  .ui.dropdown > .menu > .item > .label-wrapper {
    max-width: 100%;
    pointer-events: none;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1; }
    .ui.dropdown > .menu > .item > .label-wrapper:first-letter {
      text-transform: capitalize; }
  .ui.dropdown > .menu > .item > .description {
    float: none;
    max-width: 30%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ui.dropdown > .menu > .item.disabled {
    pointer-events: none; }

.ui.dropdown .icon.remove {
  position: absolute;
  right: 3px;
  top: 1px !important;
  pointer-events: auto;
  bottom: 1px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
  padding: 0 10px;
  margin: 0 !important;
  z-index: 10;
  font-size: 1.2em; }

.ui.dropdown.button.selected {
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset; }

.ui.dropdown.error {
  background: #fff6f6 !important;
  box-shadow: 0px 0px 0px 1px #e0b4b4 inset; }

.ui.dropdown .icon.dropdown {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end; }

.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9f3a38 !important; }

.ui.form textarea:not([rows]) {
  height: 8em; }

.ui .toggle.checkbox label:before,
.ui .toggle.checkbox label:after {
  top: 50%;
  margin-top: -0.75rem; }

.ui.button {
  line-height: 1.2em;
  white-space: nowrap; }
  .ui.button span::first-letter {
    text-transform: uppercase; }
  .ui.button.smooth {
    border: none;
    box-shadow: none;
    background: transparent; }

.ui.popup {
  z-index: 3000; }

.light.ui {
  border-color: rgba(0, 0, 0, 0.07); }
  .light.ui.active {
    border-color: #d9d9d9; }
  .light.ui.error {
    background: #fff6f6;
    border-color: #e0b4b4; }

.smooth.ui {
  border-color: transparent; }
  .smooth.ui.active {
    border-color: #d9d9d9; }

.ui.form input[type="number"] {
  text-align: right; }

.ui.form input.small {
  height: 35px; }

.ui.pointing.dropdown > .menu:after {
  box-shadow: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-left: 1px solid rgba(34, 36, 38, 0.15); }

.ui.form .field,
.ui.form .fields {
  margin-bottom: 1.5em; }
  .ui.form .field label::first-letter,
  .ui.form .field label span::first-letter,
  .ui.form .fields label::first-letter,
  .ui.form .fields label span::first-letter {
    text-transform: uppercase; }
  .ui.form .field input.ng-invalid.ng-touched,
  .ui.form .fields input.ng-invalid.ng-touched {
    background-color: #fff6f6;
    border-color: #e0b4b4;
    color: #9f3a38;
    box-shadow: none; }

.ui.input > input {
  line-height: 1.15; }

.ui.light {
  border-color: rgba(0, 0, 0, 0.07); }

.ui.menu {
  border-radius: 0; }
  .ui.menu.actions:not(.vertical) .left.menu {
    display: block; }
  .ui.menu .item::before {
    display: none; }

.ui.button.large-icon {
  margin-right: 0 !important;
  padding: 8px !important; }
  .ui.button.large-icon > i.icon {
    line-height: 18px;
    font-size: 18px;
    height: auto; }

.ui.dropdown .header + .message {
  display: block !important; }

.ui.dropdown .text .label {
  margin-right: 3px;
  vertical-align: middle; }

.ui.dropdown.dashed .text {
  border-bottom: 1px dashed;
  cursor: pointer; }

.ui.table tr.active,
.ui.table td.active {
  background-color: whitesmoke !important; }
  .ui.table tr.active td,
  .ui.table td.active td {
    padding: 5px 9px;
    font-weight: bold;
    background-color: whitesmoke !important; }

span[translate]::first-letter {
  text-transform: uppercase; }

.dashboard {
  padding: 5px 5px 0px 1px; }
  .dashboard .grid {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-end;
    margin-left: -10px; }
    @media (max-width: 1200px) {
      .dashboard .grid {
        height: auto; } }
    .dashboard .grid > div {
      width: 50%;
      padding-left: 10px; }
      @media (max-width: 1200px) {
        .dashboard .grid > div {
          width: 100%; } }
  .dashboard .panel {
    padding-bottom: 10px; }
    .dashboard .panel h1 {
      margin-bottom: 17px; }
    .dashboard .panel .header {
      display: flex; }
      .dashboard .panel .header > div {
        display: flex; }
        .dashboard .panel .header > div > div:first-child {
          flex: 1; }
      .dashboard .panel .header > h1 {
        flex: 1;
        display: flex;
        align-items: center;
        flex-flow: wrap; }
        .dashboard .panel .header > h1 .menu {
          margin-top: 11px !important; }
          .dashboard .panel .header > h1 .menu:after {
            left: 15px !important;
            top: -7px !important; }
        .dashboard .panel .header > h1 .dropdown {
          padding: 0; }
          .dashboard .panel .header > h1 .dropdown .ui.label {
            font-size: 16px;
            height: 30px;
            background: #f5f5f5;
            border: 0;
            box-shadow: none;
            margin-top: 2px;
            margin-bottom: 0; }
          .dashboard .panel .header > h1 .dropdown .text {
            border-bottom: 1px dashed #ccc;
            line-height: 32px;
            font-size: 28px;
            font-weight: 300;
            margin: 0;
            color: #33425B; }
            .dashboard .panel .header > h1 .dropdown .text.default {
              color: #33425B; }
          .dashboard .panel .header > h1 .dropdown.active .text {
            border-bottom-width: 0; }
        .dashboard .panel .header > h1 > div:first-child {
          margin-bottom: 5px; }
        .dashboard .panel .header > h1 > div:last-child {
          margin-bottom: 5px;
          padding-left: 5px;
          margin-left: -5px;
          display: flex;
          align-items: center; }
          .dashboard .panel .header > h1 > div:last-child .dropdown {
            display: flex;
            flex-flow: wrap; }
            .dashboard .panel .header > h1 > div:last-child .dropdown .button {
              display: none;
              height: 30px;
              margin-top: 2px; }
          .dashboard .panel .header > h1 > div:last-child.active {
            padding-top: 5px; }
            .dashboard .panel .header > h1 > div:last-child.active .dropdown .button {
              display: inline-block; }
            .dashboard .panel .header > h1 > div:last-child.active .dropdown .menu {
              margin-left: -32px !important;
              left: 100%; }
  .dashboard .panel.docs .table-image-a a {
    padding-left: 14px;
    height: 44px; }
  .dashboard .panel.stock .content {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start; }
    .dashboard .panel.stock .content .message {
      width: 100%; }
    .dashboard .panel.stock .content .item {
      width: 50%;
      padding: 3px; }
      .dashboard .panel.stock .content .item:nth-child(2) {
        width: 100%; }
      .dashboard .panel.stock .content .item em {
        font-style: normal;
        display: block;
        opacity: 0.7;
        font-size: 0.8em; }
      .dashboard .panel.stock .content .item h1 {
        margin-top: 5px; }
  .dashboard .panel.chart .chart-graph {
    position: relative; }
    .dashboard .panel.chart .chart-graph h1 {
      position: absolute;
      width: 100%;
      text-align: center;
      padding: 15px 0 0;
      margin: 5px 0 0 5px;
      font-size: 1.1em;
      color: #333; }
  .dashboard .panel.chart .panel {
    margin-bottom: 0;
    padding: 15px 9px 27px; }
  .dashboard .dashboard-chart-widget {
    display: flex;
    align-content: stretch;
    align-items: stretch; }
    @media (max-width: 1200px) {
      .dashboard .dashboard-chart-widget {
        flex-direction: column; } }
    .dashboard .dashboard-chart-widget .indicators > div {
      cursor: pointer;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .dashboard .dashboard-chart-widget .indicators > div h1 {
        margin: 13px 0 12px; }
    .dashboard .dashboard-chart-widget .indicators .info-box p {
      color: #B0B0B0;
      display: flex;
      align-items: center; }
      .dashboard .dashboard-chart-widget .indicators .info-box p > span:first-of-type {
        margin-right: 5px; }
    .dashboard .dashboard-chart-widget:not(.loading) .indicators > div.active {
      background-color: rgba(0, 0, 0, 0.04);
      -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1) inset;
      -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1) inset;
      box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1) inset; }
    .dashboard .dashboard-chart-widget.loading .indicators .panel {
      position: relative; }
      .dashboard .dashboard-chart-widget.loading .indicators .panel h1 {
        opacity: 0; }
      .dashboard .dashboard-chart-widget.loading .indicators .panel:after {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        height: 26px;
        top: 33px;
        left: 10px;
        right: 60px; }
    .dashboard .dashboard-chart-widget.loading .loading-text {
      opacity: 1; }
    .dashboard .dashboard-chart-widget > .menu {
      width: 250px;
      flex-basis: 250px;
      display: flex;
      flex-direction: column; }
      @media (max-width: 1200px) {
        .dashboard .dashboard-chart-widget > .menu {
          width: 100%;
          flex-basis: 100%;
          flex-direction: row;
          flex-flow: wrap; }
          .dashboard .dashboard-chart-widget > .menu > .indicators {
            flex: 0 50%; } }
  .dashboard #dashboard-chart {
    position: relative;
    height: 488px;
    min-height: 488px;
    flex: 1; }
    .dashboard #dashboard-chart .segment {
      pointer-events: none;
      position: absolute;
      top: 5px;
      right: 5px;
      padding: 5px;
      border-radius: 4px;
      z-index: 1;
      font-size: 12px;
      opacity: 0;
      display: flex;
      transition: opacity 0.4s ease; }
      .dashboard #dashboard-chart .segment.left {
        right: auto;
        left: 80px; }
      .dashboard #dashboard-chart .segment.empty svg {
        display: none; }
      .dashboard #dashboard-chart .segment.empty .chart-placeholder {
        width: 60px;
        height: 60px;
        border: 1px dashed #ccc;
        border-radius: 50%; }
      .dashboard #dashboard-chart .segment .text {
        padding-left: 15px;
        width: 170px;
        overflow: hidden;
        background: #fff; }
        .dashboard #dashboard-chart .segment .text div {
          display: flex;
          align-items: center; }
          .dashboard #dashboard-chart .segment .text div span:first-child {
            width: 8px;
            height: 8px;
            margin-right: 5px;
            border-radius: 50%; }
          .dashboard #dashboard-chart .segment .text div span:nth-child(2) {
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            white-space: nowrap;
            margin-right: 2px; }
      .dashboard #dashboard-chart .segment.active {
        opacity: 1; }
    .dashboard #dashboard-chart.hide {
      display: flex;
      align-items: center;
      justify-content: center; }
      .dashboard #dashboard-chart.hide > .segment,
      .dashboard #dashboard-chart.hide > svg.mainSvg,
      .dashboard #dashboard-chart.hide > .legend {
        opacity: 0; }
      .dashboard #dashboard-chart.hide .loading-text {
        opacity: 1 !important; }
    .dashboard #dashboard-chart svg.mainSvg {
      display: block;
      transition: opacity 0.4s ease;
      position: absolute; }
    .dashboard #dashboard-chart .overlay {
      fill: none;
      pointer-events: all; }
    .dashboard #dashboard-chart .hover-line {
      stroke: #0288d1;
      stroke-width: 1px;
      stroke-dasharray: 3, 3; }
    .dashboard #dashboard-chart .focus {
      display: none; }
      .dashboard #dashboard-chart .focus circle {
        fill: #F1F3F3;
        stroke: #0288d1;
        stroke-width: 5px; }
      .dashboard #dashboard-chart .focus text {
        fill: #000;
        font-weight: 600; }
    .dashboard #dashboard-chart .axis text {
      font-size: 12px;
      fill: #B0B0B0;
      font-weight: 300; }
    .dashboard #dashboard-chart .axis path {
      fill: transparent;
      stroke: transparent; }
    .dashboard #dashboard-chart .axis.x text {
      font-size: 10px; }
    .dashboard #dashboard-chart path.line {
      stroke-width: 2;
      fill: none;
      stroke: rgba(2, 136, 209, 0.8); }
    .dashboard #dashboard-chart .tick line {
      fill: none;
      stroke: rgba(0, 0, 0, 0.07);
      stroke-width: 1px; }
    .dashboard #dashboard-chart .area {
      fill: rgba(2, 136, 209, 0.2); }
    .dashboard #dashboard-chart circle {
      fill: #0288d1; }
    .dashboard #dashboard-chart .loading-text,
    .dashboard #dashboard-chart .legend {
      text-align: center;
      font-size: 11px;
      background-color: transparent;
      position: absolute;
      top: 20px;
      left: 75px;
      right: 14px;
      white-space: nowrap;
      opacity: .9;
      transition: opacity 0.4s ease;
      pointer-events: none; }
      .dashboard #dashboard-chart .loading-text p,
      .dashboard #dashboard-chart .legend p {
        background: rgba(2, 136, 209, 0.8);
        display: inline-block;
        font-size: 1.5em;
        vertical-align: top;
        padding: 3px 8px;
        border-radius: 3px;
        color: #fff;
        margin: 0 5px;
        cursor: default; }
      .dashboard #dashboard-chart .loading-text.loading-text,
      .dashboard #dashboard-chart .legend.loading-text {
        opacity: 0; }
        .dashboard #dashboard-chart .loading-text.loading-text p,
        .dashboard #dashboard-chart .legend.loading-text p {
          background: rgba(0, 0, 0, 0.1);
          color: rgba(0, 0, 0, 0.5); }

/*
 * Регистрация
 */
.registration-form {
  position: relative;
  z-index: 1; }
  .registration-form .segment {
    border: none;
    box-shadow: 0 1px 5px 0 rgba(34, 36, 38, 0.25);
    width: 650px;
    margin: 0 auto; }
  .registration-form-language {
    position: absolute;
    top: 5px;
    right: 10px; }
    .registration-form-language .icon {
      display: none; }
  .registration-form .form-title {
    width: 250px;
    height: 100px;
    margin: 20px auto 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom; }
  .registration-form .sub.header {
    font-size: 35px;
    padding: 0 0 30px;
    text-align: center;
    line-height: normal;
    font-weight: 500 !important;
    color: #555459; }
  .registration-form .user {
    text-align: center;
    padding-bottom: 30px; }
    .registration-form .user img {
      width: 100px;
      height: 100px;
      border-radius: 50%; }
    .registration-form .user div.dropdown {
      display: inline-block;
      padding: 4px 15px;
      border: 1px solid transparent;
      text-align: center;
      border-radius: 3px; }
      .registration-form .user div.dropdown i.icon {
        margin-left: 5px; }
      .registration-form .user div.dropdown .menu {
        left: auto !important;
        right: 0px; }
      .registration-form .user div.dropdown:hover {
        border-color: rgba(0, 0, 0, 0.1); }
    .registration-form .user b {
      font-size: 16px;
      font-weight: 400; }
    .registration-form .user a {
      font-size: 12px; }
  .registration-form .forgot-password {
    font-size: 14px;
    width: 100%;
    text-align: right;
    padding-top: 5px; }
    .registration-form .forgot-password a {
      color: #ccc;
      font-size: 13px;
      display: inline-block;
      text-decoration: none;
      padding: 1px 7px 2px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      border-radius: 30px;
      transition: border-color 0.3s; }
      .registration-form .forgot-password a:hover {
        border-color: rgba(0, 0, 0, 0.25); }
  .registration-form form .forgot-password {
    color: rgba(0, 0, 0, 0.3); }
  .registration-form .ui.message {
    margin-bottom: 10px; }
  .registration-form .register-link {
    color: #bbb;
    width: 100%;
    padding: 20px 0; }
    .registration-form .register-link a {
      color: #bbb;
      text-decoration: underline; }
  .registration-form > .page {
    flex-direction: column; }
    .registration-form > .page .segment {
      padding: 50px; }
  @media screen and (max-width: 1000px) {
    .registration-form .segment {
      width: 100%;
      padding: 20px !important; }
    .registration-form > .page {
      padding: 0 10px !important; } }

.auth-form .segment {
  padding: 1rem !important; }
  .auth-form .segment .ui.divider {
    margin: 0 !important; }
  .auth-form .segment .form-wrapper {
    overflow: hidden; }
  .auth-form .segment .qr-code {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: center;
    margin-top: 14px !important;
    transition: opacity 0.3s;
    overflow: hidden;
    z-index: 99;
    padding-top: 30px; }
    .auth-form .segment .qr-code .content {
      display: block;
      text-align: center;
      position: relative;
      z-index: 1;
      transition: transform 0.6s, opacity 0.6s;
      transform: translateY(400px) scaleY(0.2);
      opacity: 0; }
      .auth-form .segment .qr-code .content img {
        display: inline-block !important; }
      .auth-form .segment .qr-code .content > div {
        margin: 0 auto; }
      .auth-form .segment .qr-code .content > div:last-child {
        padding-top: 30px;
        font-size: 0.85em;
        line-height: 1.4;
        max-width: 60%;
        text-align: center; }
      .auth-form .segment .qr-code .content h1 {
        transition: transform 0.6s;
        transform: translateY(50px); }
    .auth-form .segment .qr-code .circle {
      position: absolute;
      top: 100%;
      left: 50%;
      background: white;
      width: 800px;
      height: 800px;
      margin: -400px 0 0 -400px;
      border-radius: 50%;
      transition: transform 0.8s;
      transform: scale(0); }
    .auth-form .segment .qr-code h1 {
      margin-bottom: 30px; }
  .auth-form .segment .qr-code-button > .column {
    padding: 10px !important;
    cursor: pointer;
    user-select: none;
    margin-left: 50px !important;
    margin-right: 50px !important;
    transition: background-color 0.4s;
    background-color: rgba(0, 0, 0, 0); }
    .auth-form .segment .qr-code-button > .column:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    .auth-form .segment .qr-code-button > .column h1 {
      text-align: center;
      font-size: 16px;
      height: 20px;
      overflow: hidden; }
      .auth-form .segment .qr-code-button > .column h1 span {
        transition: transform 0.5s;
        display: flex;
        align-items: center;
        justify-content: center; }
    .auth-form .segment .qr-code-button > .column .icon {
      font-size: 20px; }
  .auth-form .segment.showQRcode .qr-code {
    top: 0%; }
    .auth-form .segment.showQRcode .qr-code .content {
      transform: translateY(0px) scale(1);
      opacity: 1; }
      .auth-form .segment.showQRcode .qr-code .content h1 {
        transform: translateY(0px); }
    .auth-form .segment.showQRcode .qr-code .circle {
      transform: scale(1); }
  .auth-form .segment.showQRcode .qr-code-button > .column h1 span {
    transform: translateY(-20px); }
  .auth-form .segment .one .column {
    padding: 30px 50px; }
  @media screen and (max-width: 1000px) {
    .auth-form .segment .one .column {
      padding: 10px; } }

/*
 * Авторизация
 */
.registration-form button.button.submit {
  margin: 25px auto 0; }

.registration-form .button .icon.spinner {
  font-size: 1.1em;
  float: right;
  display: none; }

.registration-form .button.disabled .icon {
  display: inline-block; }

.registration-form label {
  font-weight: 400 !important; }

.report-constructor-list {
  display: flex;
  justify-content: space-around;
  margin: 10px 0 20px; }
  .report-constructor-list > div {
    cursor: pointer;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #2185D0;
    color: #fff;
    width: 160px;
    border-radius: 6px;
    transition: background-color 0.4s ease;
    position: relative; }
    .report-constructor-list > div:first-child {
      opacity: 0.8; }
      .report-constructor-list > div:first-child:hover {
        background-color: #1678c2; }
      .report-constructor-list > div:first-child ~ div {
        background-color: #ccc;
        cursor: default; }
    .report-constructor-list > div > .ui.grey.label {
      position: absolute;
      top: 8px;
      left: auto;
      right: -14px;
      margin: 0;
      transform: translateX(0);
      border-color: #505050 !important; }
    .report-constructor-list > div > div:first-child {
      font-size: 13px;
      padding-bottom: 7px; }
    .report-constructor-list > div > div:nth-child(2) {
      font-size: 22px;
      letter-spacing: 0.5px;
      font-weight: bold; }

.item#reports-menu {
  min-width: 400px; }
  .item#reports-menu .items h3 {
    margin-top: 10px; }
  .item#reports-menu .items a.button {
    font-size: 15.5px;
    padding: 54px 0 10px;
    min-height: 200px;
    margin-bottom: 0;
    white-space: normal;
    vertical-align: middle;
    position: relative; }
    .item#reports-menu .items a.button .floating.label {
      position: absolute;
      top: 10%;
      left: 60%; }
    .item#reports-menu .items a.button span {
      line-height: 20px;
      display: inline-block;
      max-width: 120px; }
    .item#reports-menu .items a.button i {
      transition: color .4s ease;
      display: block;
      text-align: center;
      width: auto;
      font-size: 66px;
      color: #cccccc;
      margin: 0; }
    .item#reports-menu .items a.button.active, .item#reports-menu .items a.button:hover {
      background: none;
      box-shadow: none;
      border-color: transparent !important; }
      .item#reports-menu .items a.button.active i, .item#reports-menu .items a.button:hover i {
        color: #5BAAEC; }

.dropdown .menu .item#reports-menu h3 {
  font-size: 15px; }

.dropdown .menu .item#reports-menu .row {
  margin-right: -5px;
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap; }
  .dropdown .menu .item#reports-menu .row [class^='col-xs-'] {
    padding-left: 5px;
    padding-right: 5px; }

.dropdown .menu .item#reports-menu a.button {
  font-size: 12px;
  min-height: 110px;
  border-color: transparent;
  padding: 30px 0 10px; }
  .dropdown .menu .item#reports-menu a.button span {
    line-height: 13px;
    max-width: 70px; }
  .dropdown .menu .item#reports-menu a.button.active {
    border-color: #d9d9d9; }
  .dropdown .menu .item#reports-menu a.button i {
    font-size: 40px !important;
    margin: 0; }
  .dropdown .menu .item#reports-menu a.button .floating.label {
    font-size: 8px; }

#reports-table .dropdown-label {
  display: inline-flex !important;
  align-items: center;
  gap: 2px;
  visibility: visible !important; }

#reports-table .catalog-groups-breadcrumbs {
  border-bottom: none;
  box-shadow: 0 1px 0 0 #e1e2e6, 0 0 0 1px #e6e7eb; }

#reports-table .actions > .item:first-child {
  padding-top: 5px;
  padding-bottom: 5px; }
  #reports-table .actions > .item:first-child .dropdown.button {
    margin: 0;
    display: flex;
    align-items: center;
    height: 46px; }
    #reports-table .actions > .item:first-child .dropdown.button .icon {
      margin: 0 !important; }
    #reports-table .actions > .item:first-child .dropdown.button .text:first-letter {
      text-transform: uppercase; }
    #reports-table .actions > .item:first-child .dropdown.button .menu {
      margin-top: 5px; }

#reports-table .main-table th > div > div > a {
  flex: 1; }

#reports-table .main-table th:not(.main-table-th-name) > div {
  max-width: 100%;
  min-width: 145px; }

#reports-table .main-table th.main-table-th-name > div {
  max-width: 320px;
  min-width: 320px; }

#reports-table .main-table th.main-table-th-cost > div {
  max-width: 190px;
  min-width: 190px; }

#reports-table .main-table th i {
  text-decoration: none; }

#reports-table .main-table th a {
  text-overflow: ellipsis;
  overflow: hidden; }

#reports-table .main-table th .mini-chart-wrapper {
  margin-top: 8px;
  padding: 4px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  #reports-table .main-table th .mini-chart-wrapper .mini-chart-container {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: opacity 0.2s ease, filter 0.2s ease;
    position: relative; }
    #reports-table .main-table th .mini-chart-wrapper .mini-chart-container:hover {
      opacity: 0.7; }
    #reports-table .main-table th .mini-chart-wrapper .mini-chart-container svg {
      display: block; }
    #reports-table .main-table th .mini-chart-wrapper .mini-chart-container.disabled {
      opacity: 0.4;
      filter: grayscale(80%);
      cursor: not-allowed; }
      #reports-table .main-table th .mini-chart-wrapper .mini-chart-container.disabled:hover {
        opacity: 0.4; }
      #reports-table .main-table th .mini-chart-wrapper .mini-chart-container.disabled:after {
        content: '\1F512';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        opacity: 0.6;
        pointer-events: none; }

#reports-table .main-table td:not(.name) {
  position: relative;
  min-width: 145px;
  max-width: 145px;
  width: 145px; }

#reports-table .main-table td.barcode, #reports-table .main-table td.sku {
  white-space: normal;
  word-break: break-all; }
  #reports-table .main-table td.barcode > span, #reports-table .main-table td.sku > span {
    white-space: normal !important; }

#reports-table .main-table th.main-table-th-barcode > div, #reports-table .main-table th.main-table-th-sku > div {
  min-width: 120px; }

#reports-table .finance tr:not(.active) td {
  min-width: 120px; }
  #reports-table .finance tr:not(.active) td:first-child {
    min-width: 280px;
    max-width: 280px;
    width: 280px; }
    #reports-table .finance tr:not(.active) td:first-child span {
      overflow: hidden;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis; }

tr td a em {
  font-style: normal;
  color: #bbb;
  float: right; }

tr td .progress {
  position: absolute;
  height: 10px;
  right: 0;
  left: 0;
  bottom: -1px;
  z-index: 1;
  background-color: rgba(91, 170, 236, 0.2);
  border-bottom: 1px solid rgba(91, 170, 236, 0.25);
  width: 0;
  display: none; }
  tr td .progress.negative {
    background-color: rgba(255, 81, 68, 0.2);
    border-left: 1px solid rgba(255, 81, 68, 0.25);
    border-bottom: 1px solid rgba(255, 81, 68, 0.25); }

tr td.sort .progress {
  display: block; }

tr td.name .progress {
  display: none !important; }

tr.group .progress {
  background-color: rgba(101, 236, 91, 0.2);
  border-bottom: 1px solid rgba(101, 236, 91, 0.25); }

tr #chart-modal .chart-modal-container {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }
  tr #chart-modal .chart-modal-container svg .axis {
    font-size: 12px; }
    tr #chart-modal .chart-modal-container svg .axis path,
    tr #chart-modal .chart-modal-container svg .axis line {
      fill: none;
      stroke: #999;
      shape-rendering: crispEdges; }
    tr #chart-modal .chart-modal-container svg .axis text {
      fill: #555; }
  tr #chart-modal .chart-modal-container svg .dot {
    cursor: pointer;
    transition: r 0.2s ease; }
    tr #chart-modal .chart-modal-container svg .dot:hover {
      r: 7; }
  tr #chart-modal .chart-modal-container svg .bar {
    cursor: pointer;
    transition: opacity 0.2s ease; }
    tr #chart-modal .chart-modal-container svg .bar:hover {
      opacity: 1 !important; }

.text-success {
  color: #21ba45 !important; }

.text-danger {
  color: #db2828 !important; }

.ios-switch-wrapper {
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin-left: 10px;
  gap: 10px; }
  .ios-switch-wrapper .checkbox-label {
    font-size: 14px;
    color: #333;
    user-select: none; }

.ios-switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
  margin: 0;
  cursor: pointer; }
  .ios-switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .ios-switch .ios-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0;
    transition: 0.4s;
    border-radius: 31px; }
    .ios-switch .ios-slider:before {
      position: absolute;
      content: "";
      height: 27px;
      width: 27px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  .ios-switch input:checked + .ios-slider {
    background-color: #34c759; }
  .ios-switch input:focus + .ios-slider {
    box-shadow: 0 0 1px #34c759; }
  .ios-switch input:checked + .ios-slider:before {
    transform: translateX(20px); }
  .ios-switch input:disabled + .ios-slider {
    opacity: 0.5;
    cursor: not-allowed; }

tr.group {
  background-color: #f0f5ff !important;
  font-weight: 600; }
  tr.group td {
    border-top: 2px solid #d4e3fc !important;
    border-bottom: 1px solid #d4e3fc !important;
    font-size: 14px; }
  tr.group .progress {
    display: none !important; }

.ecommerce-start > .header h1 {
  text-align: center;
  font-size: 34px; }

.ecommerce-start > .header .buttons {
  display: block;
  text-align: center;
  margin: 25px 0 0; }

.ecommerce-start .finish .buttons {
  line-height: 55px;
  margin: 0 auto;
  width: 300px; }

.ecommerce-start .finish ._message {
  color: inherit;
  font-size: 27px; }

.ecommerce-start .form {
  padding-right: 80px;
  padding-left: 80px; }
  .ecommerce-start .form h3 {
    text-align: center;
    padding: 10px 0 20px;
    color: rgba(0, 0, 0, 0.6); }
  .ecommerce-start .form .label {
    margin-bottom: 5px;
    font-weight: 400; }
    .ecommerce-start .form .label .detail {
      font-weight: 400; }
  .ecommerce-start .form .step-level {
    padding: 0 0 30px; }
    .ecommerce-start .form .step-level > div {
      cursor: default; }
      .ecommerce-start .form .step-level > div a.button {
        cursor: default;
        width: 43px;
        border-radius: 50%;
        padding-left: 0;
        padding-right: 0; }
        .ecommerce-start .form .step-level > div a.button.disabled + h4 {
          opacity: .45; }
      .ecommerce-start .form .step-level > div h4 {
        display: inline; }

.ecommerce {
  -webkit-transition: margin .4s ease;
  -moz-transition: margin .4s ease;
  -o-transition: margin .4s ease;
  transition: margin .4s ease; }
  .ecommerce .ui.dropdown .menu > .item::first-letter {
    text-transform: none; }
  .ecommerce .block.padding {
    padding: 30px 0px; }
    .ecommerce .block.padding:first-child {
      padding-top: 0px; }
  .ecommerce .block .label {
    margin-bottom: 5px;
    font-weight: 400; }
    .ecommerce .block .label .detail {
      font-weight: 400; }

.ui.labeled.input:not([class*="corner labeled"]) .label:first-child {
  border-radius: 2px 0 0 2px; }

.ecommerce-body {
  border-left: 1px solid rgba(232, 232, 232, 0.6);
  border-right: 1px solid rgba(232, 232, 232, 0.6);
  padding: 20px 0;
  background-color: #fff; }
  .ecommerce-body .block.padding {
    padding: 30px 60px; }
    .ecommerce-body .block.padding:first-child {
      padding-top: 10px; }
  .ecommerce-body .menu.secondary {
    margin-top: 0;
    margin-bottom: 0; }
  .ecommerce-body .select-header-bg .file-upload {
    padding: 38px 0 37px;
    border: 1px dashed rgba(0, 0, 0, 0.3) !important; }
    .ecommerce-body .select-header-bg .file-upload h3 {
      margin: 0; }
  .ecommerce-body .select-header-bg .divider {
    margin: 0;
    padding: 14px 0; }
    .ecommerce-body .select-header-bg .divider.fixed {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 11; }
  .ecommerce-body .select-header-bg .cards {
    max-height: 570px;
    overflow-y: auto;
    padding: 0;
    margin-bottom: 20px; }
  .ecommerce-body .select-header-bg .buttons {
    margin-bottom: 20px; }
  .ecommerce-body .select-header-bg .card {
    background: transparent;
    margin-left: 0;
    margin-right: 0; }
    .ecommerce-body .select-header-bg .card:not(.bodyBg) {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .ecommerce-body .select-header-bg .card.bodyBg .image {
      background-repeat: repeat;
      background-size: inherit; }
    .ecommerce-body .select-header-bg .card .image {
      height: 100px;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50% 50%; }

.ecommerce-wrap .omnibox {
  padding: 8px 40px 0 100px;
  background-color: #E8E8E8;
  background: linear-gradient(#EBE9EA, #D6D6D6);
  height: 40px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  position: relative;
  border-bottom: 1px solid #B4B4B4; }
  .ecommerce-wrap .omnibox .controls {
    position: absolute;
    top: 10px;
    left: 10px; }
    .ecommerce-wrap .omnibox .controls i {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 8px 0 0;
      background-color: #FB605C;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .ecommerce-wrap .omnibox .controls i + i {
        background-color: #FCBF42; }
        .ecommerce-wrap .omnibox .controls i + i + i {
          background-color: #34CA4C; }
  .ecommerce-wrap .omnibox .url {
    background-color: #FFFFFF;
    font-size: .9em;
    color: rgba(0, 0, 0, 0.6);
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    height: 23px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.ecommerce-wrap footer {
  margin: 0;
  padding: 6px 30px 0;
  background-color: rgba(232, 232, 232, 0.6);
  border: 1px solid rgba(232, 232, 232, 0.6);
  height: 30px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: .8em; }

.ecommerce-wrap header {
  min-height: 145px;
  background-image: url("/images/cover/1.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  position: static;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 35px 25px 25px;
  margin: 0; }

.ecommerce-wrap .sub-header {
  background-color: #fff;
  min-height: 105px; }
  .ecommerce-wrap .sub-header .logo {
    position: relative;
    margin: -22px 0 0 14px;
    float: left;
    width: 113px;
    height: 113px;
    text-align: center;
    border: 2px solid white;
    -webkit-border-radius: .3125em;
    -moz-border-radius: .3125em;
    border-radius: .3125em; }
    .ecommerce-wrap .sub-header .logo img {
      width: 100%;
      -webkit-border-radius: .3125em;
      -moz-border-radius: .3125em;
      border-radius: .3125em;
      position: absolute;
      top: 0;
      left: 0; }
    .ecommerce-wrap .sub-header .logo .buttons {
      visibility: hidden;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin-top: 2px; }
    .ecommerce-wrap .sub-header .logo:hover .buttons {
      visibility: visible; }
  .ecommerce-wrap .sub-header .text {
    color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    padding: 5px 0 10px 28px; }
    .ecommerce-wrap .sub-header .text h1 {
      font-size: 28px;
      padding: 0 7px 5px;
      display: inline-block !important;
      margin-bottom: 0px !important;
      color: #4183C4;
      font-weight: 400; }
    .ecommerce-wrap .sub-header .text p {
      clear: both;
      font-weight: 300;
      float: left;
      font-size: 16.8px;
      padding: 0 7px 4px;
      font-weight: 400; }

.docsTotal h2 span {
  font-weight: 400; }

.docsTotal h2, .docsTotal h3 {
  display: flex; }
  .docsTotal h2 > div, .docsTotal h3 > div {
    flex: 1;
    border-bottom: 1px dotted #eee;
    margin: 0 5px; }

.my-tax-tooltip {
  position: relative; }
  .my-tax-tooltip > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center; }
    .my-tax-tooltip > div:first-child i {
      margin-left: 5px !important; }
  .my-tax-tooltip-content {
    margin-top: 5px;
    display: none;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #1B1C1D;
    color: white;
    font-size: 0.7em;
    padding: 6px 15px;
    border-radius: 4px; }

#document-products td, #document-products th {
  padding: 5px; }

#document-products .table-image-a span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical; }

#document-products td[data-name="barcode"] {
  max-width: 110px;
  width: 110px;
  min-width: 110px;
  line-break: anywhere; }

#document-products td[data-name="sku"] {
  max-width: 100px;
  width: 100px;
  min-width: 100px;
  line-break: anywhere; }

#doc-create .form {
  padding-right: 30px;
  padding-left: 30px; }

#doc-create .doc-products-list table {
  border-collapse: collapse; }
  #doc-create .doc-products-list table td.document-highlight-input.error {
    border: 2px solid rgba(255, 0, 0, 0.8); }
  #doc-create .doc-products-list table tr:hover, #doc-create .doc-products-list table tr.focused {
    background-color: rgba(251, 189, 8, 0.05); }
  #doc-create .doc-products-list table tr.counted #input-qty {
    color: black; }
  #doc-create .doc-products-list table tr #input-qty {
    color: rgba(0, 0, 0, 0.3); }
  #doc-create .doc-products-list table tr.document-products-total td {
    padding-right: 13px; }
  #doc-create .doc-products-list table td {
    min-width: 90px;
    width: 90px;
    padding: 5px 8px; }
    #doc-create .doc-products-list table td[data-name="barcode"] {
      min-width: 120px;
      width: 120px; }
    #doc-create .doc-products-list table td i.icon.arrow {
      position: absolute;
      left: 3px;
      top: 50%;
      margin-top: -10px; }
      #doc-create .doc-products-list table td i.icon.arrow.up {
        color: green; }
      #doc-create .doc-products-list table td i.icon.arrow.down {
        color: red; }
  #doc-create .doc-products-list table .product-select-pack {
    padding: 0;
    text-align: left; }
    #doc-create .doc-products-list table .product-select-pack span {
      display: block;
      padding: 0 10px; }
    #doc-create .doc-products-list table .product-select-pack select {
      height: 29px;
      padding: 0 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      /* remove default arrow */
      border: none;
      background-color: rgba(251, 189, 8, 0.05);
      text-align: right;
      cursor: pointer; }
  #doc-create .doc-products-list table .full-table-td,
  #doc-create .doc-products-list table .table-changes-td {
    display: none; }
  #doc-create .doc-products-list table.full-table .full-table-td {
    display: table-cell; }
  #doc-create .doc-products-list table.table-changes .table-changes-td {
    display: table-cell; }
  #doc-create .doc-products-list table.table-changes tr.counted {
    background-color: rgba(0, 0, 0, 0.03); }
  #doc-create .doc-products-list table .center {
    text-align: center; }
  #doc-create .doc-products-list table th.name {
    text-align: left; }
  #doc-create .doc-products-list table th > a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap; }
    #doc-create .doc-products-list table th > a i.icon.sort {
      margin-left: 4px;
      margin-bottom: 10px;
      flex: 0 0 auto; }
  #doc-create .doc-products-list table td.name {
    min-width: 120px;
    width: auto; }
  #doc-create .doc-products-list table td.mini {
    min-width: 40px;
    width: 40px;
    white-space: nowrap; }

.my.sidebar .document-form .docsTotal {
  padding-top: 30px; }

.my.sidebar .document-form > .block {
  width: 300px;
  margin-left: 11px;
  position: fixed;
  padding: 0;
  top: 51px;
  bottom: 0;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column; }
  .my.sidebar .document-form > .block .catalog-filter {
    right: -48px;
    top: 100%; }
    .my.sidebar .document-form > .block .catalog-filter::before {
      right: 73px; }
  .my.sidebar .document-form > .block div.search:not(.dropdown) {
    display: flex;
    position: relative; }
    .my.sidebar .document-form > .block div.search:not(.dropdown) > .button {
      position: absolute;
      top: 8px;
      right: 11px;
      margin: 0;
      width: 36px;
      height: 36px; }
      .my.sidebar .document-form > .block div.search:not(.dropdown) > .button i {
        width: auto;
        height: auto; }
    .my.sidebar .document-form > .block div.search:not(.dropdown) > div:first-child {
      flex: 1;
      padding: 0 11px; }
      .my.sidebar .document-form > .block div.search:not(.dropdown) > div:first-child > input {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #e1e2e6;
        height: 55px;
        outline: none;
        padding: 10px 5px 0;
        font-weight: 300;
        font-size: 16px; }
        .my.sidebar .document-form > .block div.search:not(.dropdown) > div:first-child > input:focus {
          border-color: #5BAAEC; }
  .my.sidebar .document-form > .block .search-actions {
    padding: 8px 11px 5px; }
    .my.sidebar .document-form > .block .search-actions .menu .item {
      text-align: left; }
  .my.sidebar .document-form > .block.left {
    left: 0; }
  .my.sidebar .document-form > .block.right {
    right: 0; }
  .my.sidebar .document-form > .block > .menu {
    overflow-y: auto;
    border: 0;
    box-shadow: none;
    position: relative;
    flex: 1;
    width: auto;
    background: none;
    display: flex;
    flex-direction: column;
    margin: 0; }
    .my.sidebar .document-form > .block > .menu .loadList {
      margin: 8px; }
    .my.sidebar .document-form > .block > .menu > div {
      flex: 1;
      height: auto; }
    .my.sidebar .document-form > .block > .menu .item {
      position: relative;
      min-height: 57px;
      padding-top: 12px;
      padding-bottom: 12px; }
      .my.sidebar .document-form > .block > .menu .item:before {
        left: 16px;
        right: 16px;
        width: auto; }
      .my.sidebar .document-form > .block > .menu .item.active, .my.sidebar .document-form > .block > .menu .item:active {
        color: #FFFFFF; }
        .my.sidebar .document-form > .block > .menu .item.active .description, .my.sidebar .document-form > .block > .menu .item.active .description small, .my.sidebar .document-form > .block > .menu .item.active .count, .my.sidebar .document-form > .block > .menu .item:active .description, .my.sidebar .document-form > .block > .menu .item:active .description small, .my.sidebar .document-form > .block > .menu .item:active .count {
          color: #F0F0F0 !important; }
        .my.sidebar .document-form > .block > .menu .item.active .icon, .my.sidebar .document-form > .block > .menu .item:active .icon {
          color: #FFFFFF; }
        .my.sidebar .document-form > .block > .menu .item.active:before, .my.sidebar .document-form > .block > .menu .item:active:before {
          background-color: #2d92e7; }
      .my.sidebar .document-form > .block > .menu .item:active {
        background-color: #7bbbf0 !important; }
      .my.sidebar .document-form > .block > .menu .item.active {
        background-color: #5BAAEC;
        text-shadow: 1px 1px 0 #449ee9; }
        .my.sidebar .document-form > .block > .menu .item.active .icon:before {
          content: "\f00c"; }
      .my.sidebar .document-form > .block > .menu .item:before {
        background-color: #f7f7f7; }
      .my.sidebar .document-form > .block > .menu .item.group, .my.sidebar .document-form > .block > .menu .item.group-go-back {
        display: flex;
        align-items: center; }
        .my.sidebar .document-form > .block > .menu .item.group:active, .my.sidebar .document-form > .block > .menu .item.group-go-back:active {
          background: transparent !important;
          color: inherit; }
          .my.sidebar .document-form > .block > .menu .item.group:active i.icon, .my.sidebar .document-form > .block > .menu .item.group-go-back:active i.icon {
            color: inherit; }
          .my.sidebar .document-form > .block > .menu .item.group:active:before, .my.sidebar .document-form > .block > .menu .item.group-go-back:active:before {
            background-color: #f7f7f7; }
        .my.sidebar .document-form > .block > .menu .item.group i.icon, .my.sidebar .document-form > .block > .menu .item.group-go-back i.icon {
          margin: 0 10px 0 0; }
        .my.sidebar .document-form > .block > .menu .item.group.group-go-back span, .my.sidebar .document-form > .block > .menu .item.group-go-back.group-go-back span {
          color: #AAAAAA;
          flex: 1; }
        .my.sidebar .document-form > .block > .menu .item.group.group-go-back i.icon, .my.sidebar .document-form > .block > .menu .item.group-go-back.group-go-back i.icon {
          margin: 0 5px 0 0; }
      .my.sidebar .document-form > .block > .menu .item > span {
        display: block;
        font-size: 13px;
        padding-right: 20px; }
        .my.sidebar .document-form > .block > .menu .item > span.description {
          padding-top: 6px;
          color: #555; }
          .my.sidebar .document-form > .block > .menu .item > span.description > span {
            display: block;
            padding-top: 3px; }
          .my.sidebar .document-form > .block > .menu .item > span.description small {
            color: #AAAAAA;
            display: block;
            font-size: 11px;
            padding-bottom: 1px; }
            .my.sidebar .document-form > .block > .menu .item > span.description small b {
              font-weight: normal;
              display: inline-block;
              width: 24px; }
    .my.sidebar .document-form > .block > .menu .icon {
      color: #AAAAAA;
      margin-top: -3px; }
    .my.sidebar .document-form > .block > .menu .count {
      position: absolute;
      top: 36px;
      right: 11px;
      font-style: normal;
      color: #AAAAAA;
      font-size: .8em;
      min-width: 27px;
      text-align: center; }

.doc-excel table.ui.table td, .doc-excel table.ui.table th {
  padding: 3px !important; }

.doc-excel .controls {
  display: flex;
  align-items: center; }
  .doc-excel .controls > div:first-child {
    padding-right: 15px; }
  .doc-excel .controls > div:nth-child(3) {
    flex: 1; }

.status-bar {
  background-color: #e9e9e9;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  -webkit-box-shadow: 0 1px 0 0 #e1e2e6, 0 0 0 1px #e6e7eb;
  -moz-box-shadow: 0 1px 0 0 #e1e2e6, 0 0 0 1px #e6e7eb;
  box-shadow: 0 1px 0 0 #e1e2e6, 0 0 0 1px #e6e7eb; }
  .status-bar > div {
    display: flex; }
    .status-bar > div .item {
      padding: 5px 10px; }

.panel.form .ui.table tbody td {
  min-width: 110px;
  width: 110px; }

.docs-header {
  padding: 10px 14px !important;
  background-color: #f8f8f8;
  width: 100%; }
  .docs-header:after {
    content: '';
    display: block;
    clear: both; }
  .docs-header > .item {
    float: left; }
    .docs-header > .item:nth-child(2) {
      min-width: 215px; }
    .docs-header > .item:nth-child(3), .docs-header > .item:nth-child(4) {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      margin-left: 20px;
      padding-left: 20px;
      position: relative; }
    .docs-header > .item .dropdown {
      position: absolute;
      left: 110%;
      top: -3px;
      background-color: white;
      border: 1px solid rgba(230, 231, 235, 0.7);
      padding: 3px 7px;
      border-radius: 5px; }
      .docs-header > .item .dropdown .text {
        white-space: nowrap; }
  .docs-header .docs-date > div {
    font-size: 14px;
    padding: 10px 45px 10px 10px;
    margin: -10px;
    height: 41px;
    color: #999999;
    cursor: pointer;
    position: relative; }
    .docs-header .docs-date > div.disabled {
      cursor: default;
      padding-right: 20px; }
      .docs-header .docs-date > div.disabled i {
        display: none; }
    .docs-header .docs-date > div i {
      position: absolute;
      top: 0;
      right: 0;
      height: auto;
      display: block;
      margin: 0;
      width: 40px;
      bottom: 1px;
      line-height: 38px; }
    .docs-header .docs-date > div:hover {
      background-color: rgba(255, 255, 255, 0.3); }
    .docs-header .docs-date > div.active {
      background-color: rgba(255, 255, 255, 0.9); }

.doc-serial-numbers {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  vertical-align: middle; }
  .doc-serial-numbers .doc-serial-btn {
    padding: 2px 6px !important;
    margin: 0 !important;
    font-size: 0.75em !important; }
  .doc-serial-numbers .doc-serial-popover {
    position: fixed;
    left: auto;
    top: auto;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    min-width: 260px;
    max-width: 320px;
    padding: 10px; }
    .doc-serial-numbers .doc-serial-popover .doc-serial-popover-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px; }
      .doc-serial-numbers .doc-serial-popover .doc-serial-popover-header .icon.close {
        cursor: pointer;
        opacity: 0.6; }
        .doc-serial-numbers .doc-serial-popover .doc-serial-popover-header .icon.close:hover {
          opacity: 1; }
    .doc-serial-numbers .doc-serial-popover .doc-serial-list {
      list-style: none;
      padding: 0;
      margin: 0 0 8px 0;
      max-height: 180px;
      overflow-y: auto; }
      .doc-serial-numbers .doc-serial-popover .doc-serial-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3px 0;
        border-bottom: 1px solid #f0f0f0;
        font-size: 0.9em; }
        .doc-serial-numbers .doc-serial-popover .doc-serial-list li span {
          flex: 1;
          word-break: break-all; }
        .doc-serial-numbers .doc-serial-popover .doc-serial-list li .icon.close {
          cursor: pointer;
          margin-left: 6px;
          opacity: 0.5; }
          .doc-serial-numbers .doc-serial-popover .doc-serial-list li .icon.close:hover {
            opacity: 1;
            color: #db2828; }
    .doc-serial-numbers .doc-serial-popover .doc-serial-input-row {
      display: flex;
      gap: 4px; }
      .doc-serial-numbers .doc-serial-popover .doc-serial-input-row .doc-serial-input {
        flex: 1;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 4px 8px;
        font-size: 0.9em; }
        .doc-serial-numbers .doc-serial-popover .doc-serial-input-row .doc-serial-input.error {
          border-color: #db2828; }
    .doc-serial-numbers .doc-serial-popover .doc-serial-error {
      margin-top: 4px;
      color: #db2828;
      font-size: 0.85em; }

.fast-add {
  width: 100%;
  padding: 0 !important; }
  .fast-add--container {
    height: 40px;
    display: flex; }
  .fast-add--button {
    color: #4183C4;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer; }
    .fast-add--button:hover {
      background-color: rgba(65, 131, 196, 0.1); }
  .fast-add--form {
    display: flex;
    flex: 1; }
    .fast-add--form_input {
      padding: 5px 5px 5px 0; }
      .fast-add--form_input:first-of-type {
        flex: 1; }
      .fast-add--form_input:last-of-type {
        padding-right: 0; }
      .fast-add--form_input input {
        max-height: 30px; }
      .fast-add--form_input .dropdown .menu {
        top: auto;
        bottom: 100%; }
    .fast-add--form .ui.button {
      padding-top: 0;
      padding-bottom: 0;
      height: 100%;
      display: flex;
      align-items: center;
      margin-right: 0; }

.catalog-table div.table {
  height: calc(100vh - 129px - 46px - 25px); }
  .catalog-table div.table.withBreadScrums {
    height: calc(100vh - 129px - 47px - 46px - 25px); }

.catalog-table #pagination {
  bottom: 40px; }

.uz-ikpu-modal .ui.list .item .descriptions {
  display: flex;
  align-items: center; }
  .uz-ikpu-modal .ui.list .item .descriptions .description {
    font-size: 0.8em;
    margin-right: 10px; }
    .uz-ikpu-modal .ui.list .item .descriptions .description:not(:first-of-type)::before {
      content: "∙";
      margin-right: 10px; }

.uz-ikpu-modal .ui.list .item .packages {
  padding-top: 5px; }
  .uz-ikpu-modal .ui.list .item .packages > .label {
    margin-bottom: 5px; }

.cloudImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/placeholder.png"); }

.table-pic-preview {
  position: fixed;
  width: 200px;
  height: 200px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  pointer-events: none;
  z-index: 9999; }

.catalog-columns-dropdown .menu {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 82px); }

td[data-name="marking_type"],
th[data-name="marking_type"],
td[data-name="ru_tax_system"],
th[data-name="ru_tax_system"] {
  display: none; }

.catalog-multi-actions-dropdown > .menu {
  overflow-y: auto;
  overflow-x: hidden; }

.gallery-popup {
  width: 200px;
  overflow: hidden;
  margin-right: 15px;
  position: relative; }

.catalogCardShow .image {
  overflow: hidden;
  position: relative; }
  .catalogCardShow .image > div {
    display: flex; }
    .catalogCardShow .image > div > div:first-child {
      position: relative;
      flex-basis: 200px; }
    .catalogCardShow .image > div > div:last-child {
      flex: 1; }
      .catalogCardShow .image > div > div:last-child h2 span {
        word-break: break-all; }
  .catalogCardShow .image .ui.header {
    overflow: hidden;
    margin-top: 0; }
    .catalogCardShow .image .ui.header .sub {
      color: rgba(0, 0, 0, 0.3) !important; }
  .catalogCardShow .image .price {
    position: absolute;
    bottom: 6px;
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 300;
    width: 100%; }
  .catalogCardShow .image .button-file {
    position: absolute;
    top: 5px;
    left: 163px;
    margin: 0; }
  .catalogCardShow .image .loading-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
    margin-bottom: 10px;
    border-radius: 10px; }
    .catalogCardShow .image .loading-image i {
      font-size: 40px;
      color: #000; }
  .catalogCardShow .image .product-image {
    background-image: url("/images/placeholder.png");
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px; }
    .catalogCardShow .image .product-image img {
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: cover;
      width: 60px;
      height: 60px;
      border-radius: 10px;
      border: 1px solid rgba(34, 36, 38, 0.15); }
    .catalogCardShow .image .product-image:last-child {
      margin-right: 0px; }
    .catalogCardShow .image .product-image:first-child {
      display: block;
      overflow: hidden;
      margin: 0 0 10px; }
      .catalogCardShow .image .product-image:first-child img {
        width: 200px !important;
        height: 200px; }

.catalog_page_history {
  padding: 10px; }
  .catalog_page_history .header {
    display: flex;
    margin-bottom: 25px; }
    .catalog_page_history .header > img {
      width: 70px !important;
      height: 70px !important;
      margin: 0 15px 0 5px; }
  .catalog_page_history .filter {
    line-height: 1;
    margin-bottom: 10px; }
    .catalog_page_history .filter .inline-filter {
      margin: 0; }
  .catalog_page_history .total-docs {
    font-size: 0.9em;
    display: block;
    text-align: center;
    padding: 30px 0 0; }
    .catalog_page_history .total-docs span {
      display: inline-block;
      padding: 1px 8px;
      border-radius: 5px;
      background: rgba(34, 36, 38, 0.05);
      cursor: default; }

.catalog-form table[properties] tr.active + tr {
  display: table-row !important; }

.catalog-form table[properties] tr.active td:first-child .icon:before {
  content: "\f107"; }

.catalog-form div[catalog-form-modification] table:not(.small) td {
  vertical-align: top; }

.product-type-select .field {
  display: flex; }
  .product-type-select .field > div {
    flex: 1;
    border-radius: 5px;
    border: 2px solid rgba(34, 36, 38, 0.15);
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease;
    user-select: none; }
    .product-type-select .field > div h3 {
      font-weight: 500; }
      .product-type-select .field > div h3::first-letter {
        text-transform: uppercase; }
    .product-type-select .field > div p {
      font-size: 0.8em; }
    .product-type-select .field > div:hover {
      border-color: rgba(33, 133, 208, 0.5); }
    .product-type-select .field > div.active {
      border-color: #2185D0; }

.stock-total {
  flex: 1; }
  .stock-total h5 {
    font-size: 1.2em;
    font-weight: 500; }
  .stock-total .message {
    margin-bottom: 0; }
    .stock-total .message .button {
      float: right;
      margin: 0; }
  .stock-total .ui.cards {
    margin-top: 10px; }
  .stock-total .ui.label {
    margin: 0px; }
  .stock-total .item strong {
    font-weight: 400;
    opacity: 0.8; }
  .stock-total .item h1 {
    font-size: 2em;
    margin: 0; }
  .stock-total .item:not(:last-child) h1 {
    margin: 0 0 10px; }

.catalog-header-min {
  display: none !important; }

.catalog-list-search-item {
  width: 225px; }
  .catalog-list-search-item .catalog-list-search {
    position: relative;
    z-index: 12;
    width: 100%; }
    .catalog-list-search-item .catalog-list-search > .input {
      width: 100%; }

.catalog-list-filter {
  margin-left: 13px; }
  .catalog-list-filter .catalog-list-filter-button {
    position: relative; }
    .catalog-list-filter .catalog-list-filter-button .filter-count-badge {
      position: absolute;
      top: -6px;
      right: -6px;
      min-width: 18px;
      height: 18px;
      padding: 0 4px;
      background-color: #2185d0;
      color: #fff;
      border-radius: 9px;
      font-size: 11px;
      font-weight: 600;
      line-height: 18px;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      z-index: 1; }

.catalog-header-buttons i.icons {
  position: static; }
  .catalog-header-buttons i.icons i.corner.icon {
    font-size: 0.8em;
    text-shadow: none;
    right: 2px;
    bottom: 2px; }

@media (max-width: 1370px) {
  .catalog-header-max {
    display: none !important; }
  .catalog-header-min {
    display: flex !important; }
    .catalog-header-min i.icons {
      position: static; }
      .catalog-header-min i.icons i.corner.icon {
        font-size: 0.8em;
        text-shadow: none;
        right: 2px;
        bottom: 2px; } }

div.integrations .cards .card {
  width: 250px;
  position: relative;
  margin-right: 15px; }
  div.integrations .cards .card > .image > img {
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff; }
  div.integrations .cards .card .ribbon.label {
    position: absolute;
    z-index: 9;
    left: auto;
    right: -90px;
    top: 10px;
    margin: 0; }
  div.integrations .cards .card.coming-soon {
    cursor: default;
    transform: none !important; }
    div.integrations .cards .card.coming-soon:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.5); }

div.integrations .cat h2 {
  margin-top: 35px !important; }

div.integrations .cat:nth-child(2) h2 {
  margin-top: 0px !important; }

div.integrations .installed {
  margin-bottom: 35px; }
  div.integrations .installed .card .content:not(.extra) {
    display: flex; }
    div.integrations .installed .card .content:not(.extra) .image {
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    div.integrations .installed .card .content:not(.extra) > div {
      color: rgba(0, 0, 0, 0.85);
      padding-left: 15px;
      flex: 1; }
      div.integrations .installed .card .content:not(.extra) > div .header {
        font-weight: 700;
        font-size: 1.28571429em;
        margin-top: -0.21425em;
        line-height: 1.28571429em; }
      div.integrations .installed .card .content:not(.extra) > div .description {
        margin-top: 0.5em;
        clear: both;
        color: rgba(0, 0, 0, 0.68); }
  div.integrations .installed .card .extra.content {
    cursor: default; }
  div.integrations .installed .card a:hover i.trash {
    color: red; }

.my.steps .step {
  padding-bottom: 40px; }
  .my.steps .step .number {
    font-size: 20px;
    clear: both;
    width: 100%;
    padding: 5px 0 20px;
    display: flex;
    justify-content: flex-start; }
    .my.steps .step .number span {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #ccc;
      cursor: default;
      font-weight: bold; }

.integrations-item .close-button {
  position: relative;
  z-index: 100; }
  .integrations-item .close-button a {
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0.8; }

.integrations-item .panel {
  padding: 0; }

.integrations-item ul {
  padding-left: 20px; }

.integrations-item .ui.warning.message {
  display: block !important;
  margin-bottom: 30px; }
  .integrations-item .ui.warning.message ol {
    padding-left: 20px; }

.integrations-item .image:not(.ui) {
  padding: 40px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative; }
  .integrations-item .image:not(.ui) .logo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin-right: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); }
  .integrations-item .image:not(.ui) .description {
    flex: 1;
    color: white; }
    .integrations-item .image:not(.ui) .description h1 {
      margin-bottom: 5px !important;
      font-weight: bold; }
    .integrations-item .image:not(.ui) .description p {
      opacity: 0.8; }
    .integrations-item .image:not(.ui) .description .title-container {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 5px;
      min-height: 48px;
      max-width: 80%; }
      .integrations-item .image:not(.ui) .description .title-container .title-content {
        display: flex;
        align-items: center;
        min-height: 48px; }
        .integrations-item .image:not(.ui) .description .title-container .title-content h1 {
          margin: 0 !important;
          line-height: 1.2;
          transition: all 0.2s ease; }
        .integrations-item .image:not(.ui) .description .title-container .title-content .title-input {
          width: 100%;
          background: transparent;
          border: none;
          border-bottom: 2px solid rgba(255, 255, 255, 0.6);
          color: #fff;
          font-size: 2em;
          font-weight: bold;
          padding: 4px 0;
          outline: none;
          transition: all 0.2s ease;
          font-family: inherit; }
          .integrations-item .image:not(.ui) .description .title-container .title-content .title-input::placeholder {
            color: rgba(255, 255, 255, 0.5); }
          .integrations-item .image:not(.ui) .description .title-container .title-content .title-input:focus {
            border-bottom-color: rgba(255, 255, 255, 0.95); }
          .integrations-item .image:not(.ui) .description .title-container .title-content .title-input:disabled {
            opacity: 0.7;
            cursor: not-allowed; }
      .integrations-item .image:not(.ui) .description .title-container .title-actions {
        min-width: 40px; }
        .integrations-item .image:not(.ui) .description .title-container .title-actions .edit-icon {
          cursor: pointer;
          font-size: 20px;
          opacity: 0.8;
          transition: all 0.2s ease;
          color: #fff; }
          .integrations-item .image:not(.ui) .description .title-container .title-actions .edit-icon:hover {
            opacity: 1;
            transform: scale(1.1); }
        .integrations-item .image:not(.ui) .description .title-container .title-actions .edit-buttons {
          display: flex;
          gap: 6px;
          animation: fadeIn 0.2s ease; }
          .integrations-item .image:not(.ui) .description .title-container .title-actions .edit-buttons button {
            padding: 8px 10px !important;
            margin: 0 !important;
            min-width: 36px;
            height: 36px;
            border-radius: 4px;
            transition: all 0.2s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
            .integrations-item .image:not(.ui) .description .title-container .title-actions .edit-buttons button.green-btn {
              background: #21ba45 !important;
              color: white !important; }
              .integrations-item .image:not(.ui) .description .title-container .title-actions .edit-buttons button.green-btn:hover:not(:disabled) {
                background: #16ab39 !important;
                transform: scale(1.05); }
            .integrations-item .image:not(.ui) .description .title-container .title-actions .edit-buttons button.cancel-btn {
              background: rgba(255, 255, 255, 0.9) !important;
              color: #333 !important; }
              .integrations-item .image:not(.ui) .description .title-container .title-actions .edit-buttons button.cancel-btn:hover:not(:disabled) {
                background: white !important;
                transform: scale(1.05); }
            .integrations-item .image:not(.ui) .description .title-container .title-actions .edit-buttons button:disabled {
              opacity: 0.6;
              cursor: not-allowed; }
            .integrations-item .image:not(.ui) .description .title-container .title-actions .edit-buttons button i.icon {
              margin: 0 !important;
              font-size: 1.1em; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-10px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
    .integrations-item .image:not(.ui) .description .support-link {
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .integrations-item .image:not(.ui) .description .support-link a {
        display: flex;
        gap: 5px;
        flex-direction: column;
        color: #fff;
        max-width: 150px;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: underline; }
        .integrations-item .image:not(.ui) .description .support-link a img {
          width: 70px;
          height: 70px; }
  .integrations-item .image:not(.ui) .install {
    position: absolute;
    bottom: -20px;
    right: 24px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px;
    border-radius: 5px; }
    .integrations-item .image:not(.ui) .install .button {
      margin: 0;
      font-weight: 500; }

.integrations-item .body {
  padding: 30px 25px 0;
  position: relative; }
  .integrations-item .body .cs-menu {
    margin: 0 0 25px;
    user-select: none;
    box-shadow: none;
    border-width: 0; }
    .integrations-item .body .cs-menu a {
      padding: 10px 30px;
      background: transparent;
      border-width: 0; }
      .integrations-item .body .cs-menu a.active {
        background: rgba(0, 0, 0, 0.05); }

form.ui.form.integrationsFormEvotor input[disabled] {
  opacity: 1; }

form.ui.form.integrationsFormEvotor .dropdown .text:not(.default) {
  color: #33425b; }

.start-page {
  padding: 5px 5px 0 1px; }
  .start-page .icon {
    height: auto;
    line-height: normal; }
  .start-page > .panel {
    max-width: 1307px;
    min-height: calc(100vh - 46px - 15px);
    display: flex;
    align-content: stretch;
    padding-bottom: 14px; }
    .start-page > .panel ul, .start-page > .panel li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .start-page > .panel > .content {
      flex: 1; }
      .start-page > .panel > .content > .header {
        display: flex;
        align-items: center;
        margin-bottom: 15px; }
        .start-page > .panel > .content > .header > .start-page-rocket {
          font-size: 7.7em;
          margin: 11px 30px 0 16px;
          color: #2185D0; }
        .start-page > .panel > .content > .header h1 {
          font-size: 3.7em;
          margin: 10px 0 12px;
          font-weight: bold;
          color: #2185D0;
          line-height: 1; }
        .start-page > .panel > .content > .header span {
          font-size: 1.75em;
          font-weight: 300; }
      .start-page > .panel > .content > .steps {
        padding: 11px 35px 10px 19px; }
        .start-page > .panel > .content > .steps li:not(:last-child) {
          padding-bottom: 15px; }
        .start-page > .panel > .content > .steps li.step-tarif > .step.active {
          border-color: #f2711c; }
        .start-page > .panel > .content > .steps li.step-tarif .start-page-tarif {
          color: #f2711c; }
        .start-page > .panel > .content > .steps li.step-tarif .button.blue {
          background: #f2711c; }
        .start-page > .panel > .content > .steps .step {
          position: relative;
          border-radius: 2px;
          border: 1px solid #ccc;
          padding-bottom: 5px;
          display: flex;
          align-items: center;
          min-height: 106px; }
          .start-page > .panel > .content > .steps .step.active {
            border-color: #2185D0;
            border-width: 3px; }
            .start-page > .panel > .content > .steps .step.active [class^="start-page-"] {
              margin-left: 19px; }
          .start-page > .panel > .content > .steps .step [class^="start-page-"] {
            font-size: 3.5em;
            margin: 0 21px;
            color: #2185D0;
            width: 49px;
            text-align: center; }
          .start-page > .panel > .content > .steps .step .content {
            flex: 1; }
            .start-page > .panel > .content > .steps .step .content h4 {
              font-weight: bold;
              font-size: 1.3em;
              margin: 0 0 7px; }
            .start-page > .panel > .content > .steps .step .content p {
              line-height: 1.2;
              opacity: 0.8; }
          .start-page > .panel > .content > .steps .step > div:last-child {
            padding: 0 20px 0 10px; }
            .start-page > .panel > .content > .steps .step > div:last-child .button {
              font-weight: 400;
              width: 150px;
              padding-left: 0;
              padding-right: 0;
              height: 38px;
              display: inline-flex;
              align-items: center;
              justify-content: center; }
    .start-page > .panel > .meta {
      flex-basis: 356px;
      border-left: 1px solid #ccc;
      padding: 10px 0 10px 19px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .start-page > .panel > .meta > .links h2 {
        font-size: 1.75em;
        margin: 0 0 16px 0; }
      .start-page > .panel > .meta > .links li:not(:last-child) {
        padding-bottom: 15px; }
      .start-page > .panel > .meta > .links li .button {
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0 9px;
        font-size: 1.27em;
        justify-content: space-between; }
        .start-page > .panel > .meta > .links li .button div {
          display: flex;
          align-items: center; }
        .start-page > .panel > .meta > .links li .button .icon {
          border: 1px solid #ccc;
          color: #bbb;
          border-radius: 50%;
          width: 25px;
          height: 25px;
          display: flex;
          align-items: center;
          padding-left: 8px;
          margin-right: 6px !important; }
        .start-page > .panel > .meta > .links li .button [class^="start-page-"] {
          font-size: 40.6px;
          margin: 0 9px 0 0;
          color: #2185D0; }
          .start-page > .panel > .meta > .links li .button [class^="start-page-"].start-page-evotor {
            font-size: 73px; }
      .start-page > .panel > .meta > .issues {
        display: none;
        background: #FFF8DB;
        padding: 18px;
        border: 1px solid #e5e4df;
        border-radius: 3px;
        margin-top: 10px; }
        .start-page > .panel > .meta > .issues h2 {
          line-height: 1.2; }

@font-face {
  font-family: 'start-page';
  src: url("/images/start-page/fonts/start-page.ttf?d49z57") format("truetype"), url("/images/start-page/fonts/start-page.woff?d49z57") format("woff"), url("/images/start-page/fonts/start-page.svg?d49z57#start-page") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="start-page-"], [class*=" start-page-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'start-page' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.start-page-tarif:before {
  content: "\e900"; }

.start-page-ecom:before {
  content: "\e908"; }

.start-page-hardware:before {
  content: "\e90a"; }

.start-page-receipt:before {
  content: "\e90b"; }

.start-page-android:before {
  content: "\e900"; }

.start-page-evotor:before {
  content: "\e901"; }

.start-page-windows:before {
  content: "\e902"; }

.start-page-product:before {
  content: "\e904"; }

.start-page-qty:before {
  content: "\e905"; }

.start-page-report:before {
  content: "\e906"; }

.start-page-sale:before {
  content: "\e907"; }

.start-page-rocket:before {
  content: "\e908"; }

.table.order-table tr td a span,
.table.documents-table tr td a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.table.order-table tr td > div > span,
.table.documents-table tr td > div > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.table.order-table tr td[data-name="status"],
.table.documents-table tr td[data-name="status"] {
  min-width: 60px;
  max-width: 60px;
  text-align: center; }

.table.order-table tr td[data-name="name"],
.table.documents-table tr td[data-name="name"] {
  min-width: 180px; }

.table.order-table tr td[data-name="date"],
.table.documents-table tr td[data-name="date"] {
  min-width: 80px; }

.table.order-table tr td[data-name="type"],
.table.documents-table tr td[data-name="type"] {
  min-width: 110px; }

.table.order-table tr td[data-name="account"], .table.order-table tr td[data-name="contragent"],
.table.documents-table tr td[data-name="account"],
.table.documents-table tr td[data-name="contragent"] {
  min-width: 180px;
  max-width: 180px; }

.table.order-table tr td[data-name="user"],
.table.documents-table tr td[data-name="user"] {
  min-width: 180px;
  max-width: 180px; }

.table.order-table tr td[data-name="source"],
.table.documents-table tr td[data-name="source"] {
  min-width: 180px;
  max-width: 180px; }

.salary-period-field .salary-period-datepicker.ui.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 170px;
  max-width: 240px;
  margin: 0;
  text-align: left; }
  .salary-period-field .salary-period-datepicker.ui.button > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .salary-period-field .salary-period-datepicker.ui.button > .icon {
    flex: 0 0 auto;
    margin-left: 12px; }

#scanner-page .ui.table tr.barcode td {
  padding: 5px 0 0 0;
  border-left: 0; }
  #scanner-page .ui.table tr.barcode td div {
    position: absolute;
    background-color: white;
    margin-top: -6px;
    font-size: 0.8em;
    line-height: 0.8em;
    padding: 3px 4px 2px;
    border: 1px solid rgba(34, 36, 38, 0.1);
    pointer-events: none;
    z-index: 98; }

.company-settings__bonus .three .item {
  background-color: rgba(206, 218, 224, 0.4);
  padding: 20px;
  border-radius: 10px; }
  .company-settings__bonus .three .item h1 {
    margin-bottom: 0px !important; }

.company-settings__bonus .field:not(:first-of-type) {
  display: flex; }
  .company-settings__bonus .field:not(:first-of-type) > div:first-child {
    width: 40%; }
  .company-settings__bonus .field:not(:first-of-type) > div:nth-child(2) {
    padding-top: 30px;
    padding-left: 30px;
    color: #747F8B; }

form[name="clientForm"] .blocks {
  display: flex;
  margin-bottom: 20px; }
  form[name="clientForm"] .blocks > div {
    flex: 1;
    display: flex;
    margin: 0; }
    form[name="clientForm"] .blocks > div > div {
      flex: 1; }
    form[name="clientForm"] .blocks > div:first-of-type {
      padding-right: 8px; }
    form[name="clientForm"] .blocks > div:last-of-type {
      padding-left: 8px; }
    form[name="clientForm"] .blocks > div input[type="number"] {
      background-color: transparent; }
    form[name="clientForm"] .blocks > div ul li {
      color: rgba(51, 66, 91, 0.8);
      padding: 3px 0; }
  form[name="clientForm"] .blocks .checkbox.radio {
    margin-bottom: 30px; }

#laboratory .laboratory-info {
  margin-bottom: 24px;
  padding: 18px 20px;
  background: #f4f8ff;
  border: 1px solid #dbe6f7;
  border-radius: 8px; }
  #laboratory .laboratory-info .laboratory-info-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
  #laboratory .laboratory-info .laboratory-info-icon {
    flex: 0 0 auto;
    width: 28px;
    margin-right: 14px; }
    #laboratory .laboratory-info .laboratory-info-icon i.icon {
      font-size: 18px;
      line-height: 1.4;
      color: #2185d0;
      margin: 2px 0 0 0; }
  #laboratory .laboratory-info .laboratory-info-content {
    flex: 1 1 auto;
    min-width: 0; }
  #laboratory .laboratory-info .laboratory-info-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px; }
  #laboratory .laboratory-info .laboratory-info-text {
    color: #555;
    line-height: 1.45; }
  #laboratory .laboratory-info .ui.divider {
    margin: 14px 0; }

#laboratory .laboratory-modules {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  #laboratory .laboratory-modules .laboratory-module-card {
    position: relative;
    flex: 1 1 200px;
    min-width: 200px;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease; }
    #laboratory .laboratory-modules .laboratory-module-card__help {
      position: absolute;
      top: 8px;
      right: 8px;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      color: #fff;
      text-decoration: none;
      transition: background 0.15s ease, color 0.15s ease; }
      #laboratory .laboratory-modules .laboratory-module-card__help i.icon {
        font-size: 16px;
        margin: 0;
        line-height: 1;
        border-radius: 50%; }
      #laboratory .laboratory-modules .laboratory-module-card__help:hover {
        background: none; }
        #laboratory .laboratory-modules .laboratory-module-card__help:hover i.icon {
          color: #e5e7eb; }
    #laboratory .laboratory-modules .laboratory-module-card__top {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 130px;
      background: linear-gradient(135deg, #4a90e2 0%, #2c6fb8 100%); }
      #laboratory .laboratory-modules .laboratory-module-card__top i.icon {
        font-size: 40px;
        color: #fff;
        margin: 0; }
    #laboratory .laboratory-modules .laboratory-module-card__bottom {
      padding: 14px 16px 16px;
      background: #fff; }
    #laboratory .laboratory-modules .laboratory-module-card__title {
      font-size: 15px;
      font-weight: 600;
      color: #222;
      margin-bottom: 4px; }
    #laboratory .laboratory-modules .laboratory-module-card__desc {
      font-size: 13px;
      color: #6b7280;
      line-height: 1.4; }
    #laboratory .laboratory-modules .laboratory-module-card.green .laboratory-module-card__top {
      background: linear-gradient(135deg, #3eb877 0%, #2a8a57 100%); }
    #laboratory .laboratory-modules .laboratory-module-card.orange .laboratory-module-card__top {
      background: linear-gradient(135deg, #e87a3a 0%, #c05a1f 100%); }
    #laboratory .laboratory-modules .laboratory-module-card.disabled {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.6;
      filter: grayscale(1); }
      #laboratory .laboratory-modules .laboratory-module-card.disabled .laboratory-module-card__help {
        pointer-events: auto; }

#laboratory-iframe {
  width: 100%;
  height: calc(100vh - 10px);
  border: 0; }

#subMenu {
  position: relative;
  z-index: 101;
  display: flex; }
  #subMenu > div {
    padding: 0;
    margin: 0;
    border: 0;
    flex: 1;
    width: 210px;
    background-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: stretch;
    flex-flow: nowrap column;
    align-content: stretch;
    justify-content: flex-start; }
    #subMenu > div.menu > .create {
      padding: 5px 0 10px !important;
      text-align: center;
      color: rgba(0, 0, 0, 0.87) !important;
      height: 53px;
      position: relative;
      opacity: 0.8; }
      #subMenu > div.menu > .create:hover, #subMenu > div.menu > .create.active {
        background-color: inherit !important;
        cursor: default;
        opacity: 1; }
      #subMenu > div.menu > .create .button {
        position: absolute;
        top: 0;
        float: none;
        font-weight: 400;
        display: block;
        z-index: 12;
        width: 100%; }
        #subMenu > div.menu > .create .button.short-width {
          display: none;
          margin-left: 5px;
          width: calc(70px - 10px); }
      #subMenu > div.menu > .create .menu {
        top: 1px;
        left: 1px;
        right: 1px;
        border-radius: 4px;
        padding: 46px 0 10px;
        min-width: 193px; }
        #subMenu > div.menu > .create .menu a.item {
          padding-left: 25px !important;
          padding-right: 25px !important; }
        #subMenu > div.menu > .create .menu:after, #subMenu > div.menu > .create .menu:before {
          display: none; }
        #subMenu > div.menu > .create .menu h3 {
          font-size: 18px;
          padding: 0 25px 10px;
          margin: 0;
          cursor: default; }
          #subMenu > div.menu > .create .menu h3:first-child {
            padding-top: 16px; }
      #subMenu > div.menu > .create .item {
        margin: 0;
        font-size: 1em !important;
        padding: 0.71428571em 1.14285714em !important;
        background: transparent !important;
        text-transform: none !important;
        color: rgba(0, 0, 0, 0.87) !important;
        font-weight: normal !important;
        box-shadow: none !important;
        transition: none; }
        #subMenu > div.menu > .create .item:hover {
          background: rgba(0, 0, 0, 0.05) !important;
          color: rgba(0, 0, 0, 0.95) !important; }
        #subMenu > div.menu > .create .item.active {
          background: rgba(0, 0, 0, 0.03) !important;
          font-weight: 500 !important;
          color: rgba(0, 0, 0, 0.95) !important; }
    #subMenu > div.menu > .items {
      flex: 1;
      height: auto !important;
      overflow: hidden; }
      #subMenu > div.menu > .items .item {
        color: rgba(0, 0, 0, 0.8); }
        #subMenu > div.menu > .items .item:before {
          display: none; }
        #subMenu > div.menu > .items .item:hover {
          background: none;
          color: black; }
        #subMenu > div.menu > .items .item.active {
          background: none; }
        #subMenu > div.menu > .items .item.blue {
          color: #2185D0;
          font-weight: bold; }
      #subMenu > div.menu > .items .item-block {
        font-size: 13px; }
        #subMenu > div.menu > .items .item-block.active .menu {
          display: block; }
        #subMenu > div.menu > .items .item-block.warning > .item .icon:not(.caret) {
          color: red; }
          #subMenu > div.menu > .items .item-block.warning > .item .icon:not(.caret):before {
            content: "\f071"; }
        #subMenu > div.menu > .items .item-block > .item {
          font-weight: 500;
          margin: 0 5px 1px;
          border-radius: 4px;
          padding: 12px;
          white-space: nowrap;
          position: relative; }
          #subMenu > div.menu > .items .item-block > .item:hover {
            background: rgba(0, 0, 0, 0.03); }
          #subMenu > div.menu > .items .item-block > .item.active {
            background: rgba(0, 0, 0, 0.08);
            color: #000; }
          #subMenu > div.menu > .items .item-block > .item.blue {
            color: white !important;
            background: #335C39 !important; }
          #subMenu > div.menu > .items .item-block > .item.black {
            background: rgba(0, 0, 0, 0.8);
            color: #fff; }
          #subMenu > div.menu > .items .item-block > .item.orange {
            color: #F2711C !important; }
          #subMenu > div.menu > .items .item-block > .item .menu-label {
            background-color: red;
            position: absolute;
            right: 10px;
            top: 11px;
            color: white;
            padding: 3px 4px 2px;
            border-radius: 4px;
            text-transform: uppercase;
            font-size: 0.8em;
            font-weight: bold;
            letter-spacing: 0.5px;
            transform: translateX(50px); }
            #subMenu > div.menu > .items .item-block > .item .menu-label--show {
              animation-duration: 0.4s;
              animation-fill-mode: forwards;
              animation-name: showMenuLabel; }

@keyframes showMenuLabel {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    transform: translateX(0); } }
        #subMenu > div.menu > .items .item-block div.item {
          cursor: pointer; }
        #subMenu > div.menu > .items .item-block .menu {
          display: none;
          padding: 0 0 5px 0;
          overflow: hidden; }
          #subMenu > div.menu > .items .item-block .menu .item {
            padding: 8px 0 8px 23px; }
            #subMenu > div.menu > .items .item-block .menu .item::first-letter {
              text-transform: uppercase; }
            #subMenu > div.menu > .items .item-block .menu .item.active {
              font-weight: 600; }
        #subMenu > div.menu > .items .item-block .icon {
          float: left;
          margin: 0 1em 0 0;
          transition: transform 0.3s ease; }
          #subMenu > div.menu > .items .item-block .icon.caret, #subMenu > div.menu > .items .item-block .icon.external {
            position: absolute;
            top: 15px;
            right: 0;
            color: rgba(0, 0, 0, 0.5);
            font-size: .8em; }
        #subMenu > div.menu > .items .item-block span {
          white-space: nowrap;
          display: block;
          text-overflow: ellipsis;
          overflow: hidden; }
          #subMenu > div.menu > .items .item-block span::first-letter {
            text-transform: uppercase; }
    #subMenu > div.menu .small-menu > a.item.active,
    #subMenu > div.menu .large-menu .scroll-menu .item.active {
      border-left: 3px solid rgba(0, 0, 0, 0.6); }
    #subMenu > div.menu .trash {
      opacity: .6; }
    #subMenu > div.menu .red {
      color: red !important; }
    #subMenu > div.menu .center {
      text-align: center; }
  #subMenu .small {
    display: none; }
  #subMenu .menu .scroll-menu {
    max-height: calc(100vh - 46px - 98px);
    overflow-y: auto;
    overflow-x: inherit; }
  #subMenu .small-menu {
    display: none; }
    #subMenu .small-menu div.dropdown,
    #subMenu .small-menu > a {
      text-align: center;
      padding-top: 18px;
      padding-bottom: 18px; }
    #subMenu .small-menu a.user img {
      float: none;
      margin: 0 auto; }
  #subMenu .bottom-menu {
    display: flex;
    flex-flow: row nowrap;
    flex-basis: 40px;
    height: 40px; }
    #subMenu .bottom-menu a {
      cursor: pointer;
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      color: rgba(0, 0, 0, 0.5); }
      #subMenu .bottom-menu a:hover {
        background: rgba(0, 0, 0, 0.05); }
      #subMenu .bottom-menu a:last-child {
        display: none; }

body .newspaper-container {
  position: relative; }
  body .newspaper-container #HW_badge_cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    pointer-events: none; }
    body .newspaper-container #HW_badge_cont #HW_badge {
      background: #CD4B5B;
      left: 24px;
      top: 4px;
      animation: none !important; }
    body .newspaper-container #HW_badge_cont > .HW_softHidden {
      display: none; }

body #HW_frame_cont {
  display: none;
  left: 210px !important;
  top: auto !important;
  bottom: 20%;
  box-shadow: 0 0 1px rgba(99, 114, 130, 0.32), 0 0 16px rgba(27, 39, 51, 0.15); }
  body #HW_frame_cont.active {
    opacity: 1 !important;
    display: flex;
    height: 370px !important; }
    body #HW_frame_cont.active > iframe {
      flex: 1;
      height: auto !important; }

body.smallMenu #subMenu .item.create .button.full-width {
  width: calc(210px - 26px); }

body.smallMenu .newspaper-container #HW_badge {
  left: 36px !important; }

body.smallMenu #subMenu > div.menu .item-block .menu .item {
  padding-left: 20px; }

body.smallMenu #HW_frame_cont {
  left: 70px !important; }

.smallMenuSub {
  position: absolute;
  background: #fff;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 1px 0 0 #e1e2e6, 0 0 0 1px #e6e7eb;
  z-index: 9999; }
  .smallMenuSub > a {
    padding: 7px 16px;
    color: rgba(0, 0, 0, 0.8); }
    .smallMenuSub > a:hover {
      background: rgba(0, 0, 0, 0.05); }

.smallMenu .vertical .logo {
  display: none !important; }
  .smallMenu .vertical .logo.small {
    display: block !important; }

.smallMenu #subMenu > div.menu {
  width: 70px;
  text-align: center; }
  .smallMenu #subMenu > div.menu .main-menu {
    min-width: 70px !important;
    padding-right: 0 !important; }
  .smallMenu #subMenu > div.menu > .create .full-width {
    display: none; }
  .smallMenu #subMenu > div.menu > .create .short-width {
    display: block; }
  .smallMenu #subMenu > div.menu > .create.active .full-width {
    display: block; }
  .smallMenu #subMenu > div.menu > .create.active .short-width {
    display: none; }
  .smallMenu #subMenu > div.menu > .items .item-block {
    position: relative;
    max-width: 70px; }
  .smallMenu #subMenu > div.menu > .items .item {
    padding: 0;
    height: 40px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px; }
    .smallMenu #subMenu > div.menu > .items .item.active {
      padding: 0;
      background: rgba(0, 0, 0, 0.08); }
    .smallMenu #subMenu > div.menu > .items .item + .menu {
      position: absolute;
      left: 100%;
      top: 0;
      background: #fff; }
      .smallMenu #subMenu > div.menu > .items .item + .menu .item {
        padding: 8px 20px; }
    .smallMenu #subMenu > div.menu > .items .item:hover {
      background: rgba(0, 0, 0, 0.03); }
    .smallMenu #subMenu > div.menu > .items .item > .icon {
      float: none;
      margin: 0;
      transform: scale(1.3); }
      .smallMenu #subMenu > div.menu > .items .item > .icon.caret {
        display: none; }
    .smallMenu #subMenu > div.menu > .items .item span {
      display: none; }
  .smallMenu #subMenu > div.menu .bottom-menu > a {
    display: none; }
    .smallMenu #subMenu > div.menu .bottom-menu > a:last-child {
      display: flex; }

.smallMenu #blockLeft {
  left: 60px; }

#blockLeft {
  left: 200px; }
  #blockLeft .input .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

#doc-table td:first-child {
  position: relative;
  padding-left: 17px;
  cursor: pointer; }

#doc-table td .icon.percent {
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #4183C4;
  padding-top: 1px; }

#doc-table td[data-name="type"] div {
  display: flex;
  align-items: center; }
  #doc-table td[data-name="type"] div span {
    flex: 1; }

#doc-table .indicator {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: 4px;
  border-radius: 2px; }
  #doc-table .indicator.disabled {
    opacity: 0.5; }
  #doc-table .indicator.green {
    background-color: #02a99c; }
  #doc-table .indicator.red {
    background-color: #ff5350; }

#doc-table tr:hover .with-icon a {
  padding-top: 14px;
  padding-bottom: 2px; }

#doc-table tr:hover .with-icon .object-role {
  opacity: 1; }

#doc-table .with-icon {
  position: relative; }
  #doc-table .with-icon .object-role {
    position: absolute;
    top: 3px;
    left: 8px;
    font-size: 9px;
    line-height: 1;
    color: #999;
    opacity: 0;
    z-index: 1; }

#doc-table td.title-td {
  position: relative; }
  #doc-table td.title-td .icon {
    float: right; }

#doc-table td.icon-td {
  border-left-width: 0;
  text-align: center;
  width: 40px;
  min-width: 40px;
  padding: 0; }

#doc-table td.dropdown-td {
  padding: 0;
  border-left-width: 0;
  width: 40px;
  min-width: 40px;
  text-align: center; }
  #doc-table td.dropdown-td > .dropdown {
    display: none;
    padding: 8px;
    margin: -1px -1px -1px -1px;
    border: 1px solid transparent; }
    #doc-table td.dropdown-td > .dropdown .menu {
      top: 24px;
      left: -3px; }
  #doc-table td.dropdown-td:hover .dropdown {
    display: block; }

.doc-timeline .dropdown.settings,
.money-timeline .dropdown.settings {
  position: absolute;
  top: 13px;
  right: 0px; }
  .doc-timeline .dropdown.settings > i,
  .money-timeline .dropdown.settings > i {
    color: #aaa;
    font-size: 21px; }
  .doc-timeline .dropdown.settings .menu,
  .money-timeline .dropdown.settings .menu {
    margin-top: 0px !important;
    right: -3px !important; }

.money-timeline .table {
  position: relative; }

.doc-timeline .table {
  border-radius: 5px;
  position: relative;
  margin-bottom: 5px; }
  .doc-timeline .table small {
    display: block; }

.doc-timeline .like {
  padding: 10px 0 5px; }
  .doc-timeline .like a {
    white-space: nowrap;
    font-size: 13px;
    display: inline-block;
    padding: 3px 6px 2px;
    border-radius: 4px; }
    .doc-timeline .like a:hover {
      background-color: rgba(65, 131, 196, 0.1); }
    .doc-timeline .like a b {
      display: inline-block;
      margin-left: 2px; }

.doc-timeline .docsTotal h2 {
  font-size: 1.3rem; }

.doc-timeline .docsTotal h3 {
  font-size: 1rem;
  margin: 6px 0; }

.doc-timeline > div {
  margin-bottom: 20px; }

.doc-timeline h3 {
  margin: 0; }

.doc-timeline .tools {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  cursor: pointer; }

.doc-timeline .showTable {
  cursor: pointer;
  padding-left: 10px; }
  .doc-timeline .showTable div {
    color: #777; }
  .doc-timeline .showTable:hover {
    background-color: rgba(0, 0, 0, 0.04); }

.doc-comment {
  background-color: #FFFAF3;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-flex;
  margin: 5px 0; }
  .doc-comment > div {
    flex: 1;
    white-space: pre-wrap; }
  .doc-comment .icon {
    color: rgba(0, 0, 0, 0.3);
    margin: 0 6px 0 0; }
  .doc-comment div {
    display: inline; }

#holddoc-table {
  padding: 15px; }

.doc-indicator {
  width: 4px;
  border-radius: 2px;
  height: 28px;
  display: block;
  margin: 4px auto 4px; }

.inline-edit-form {
  white-space: nowrap;
  padding: 0 !important; }
  .inline-edit-form > div {
    position: relative;
    z-index: 3; }
  .inline-edit-form .input {
    display: inline-block; }
    .inline-edit-form .input input {
      border: 0;
      border-radius: 0;
      padding: 8px 0 0 0;
      font-size: 23px;
      text-align: right;
      width: 100px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0 0 0 10px; }
  .inline-edit-form a.button {
    vertical-align: top;
    margin: 0;
    color: #2185D0; }
    .inline-edit-form a.button:hover {
      box-shadow: none;
      color: #1e77ba; }

a[data-inline-popup-edit] {
  border-bottom: 1px dotted rgba(33, 133, 208, 0.5); }
  a[data-inline-popup-edit].disabled {
    pointer-events: none;
    border: 0;
    color: inherit; }

.product-form .form-second .show-more {
  display: none;
  margin-bottom: 50px; }

.product-form .form-second.disabled {
  overflow: hidden;
  position: relative; }
  .product-form .form-second.disabled .show-more {
    display: block;
    top: 110px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 11; }
  .product-form .form-second.disabled:after {
    content: '';
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ }

.timeline-filters {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .timeline-filters > .label {
    margin-right: 10px; }

body .inline-filter {
  margin: -5px 0 -10px;
  display: flex;
  align-items: center; }
  body .inline-filter .inline-filter-item {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    vertical-align: top;
    border: 1px solid #f2f2f2;
    margin: 0 10px 5px 0;
    min-height: 57px; }
    body .inline-filter .inline-filter-item.disabled a.label {
      display: none !important; }
    body .inline-filter .inline-filter-item.disabled > .value {
      pointer-events: none;
      opacity: 0.5; }
    body .inline-filter .inline-filter-item.disabled .ui.circular.label {
      display: none !important; }
    body .inline-filter .inline-filter-item.required a.label {
      display: none !important; }
    body .inline-filter .inline-filter-item.required > .value {
      padding-right: 0 !important; }
    body .inline-filter .inline-filter-item > div.label {
      vertical-align: top;
      background-color: #fafafa;
      padding: 3px 10px;
      font-size: 12px;
      color: #666666;
      cursor: default;
      text-transform: lowercase; }
    body .inline-filter .inline-filter-item a.label {
      background-color: transparent;
      top: 21px;
      left: auto;
      right: 4px;
      z-index: 1; }
      body .inline-filter .inline-filter-item a.label:hover {
        opacity: 1; }
      body .inline-filter .inline-filter-item a.label .icon {
        margin: 0;
        opacity: 1;
        font-size: 12px;
        color: #999999; }
    body .inline-filter .inline-filter-item > .value {
      vertical-align: top;
      min-width: 120px;
      padding-right: 30px; }
      body .inline-filter .inline-filter-item > .value input[type="text"],
      body .inline-filter .inline-filter-item > .value input.search,
      body .inline-filter .inline-filter-item > .value .daterange {
        padding: 0 10px !important;
        border: 0 !important;
        margin: 0 !important;
        bottom: 0;
        max-height: 30px;
        min-height: 30px;
        max-width: 100%;
        width: 100%;
        font-size: 12px;
        background: none; }
      body .inline-filter .inline-filter-item > .value .daterange {
        padding-top: 8px !important;
        cursor: pointer; }
      body .inline-filter .inline-filter-item > .value .dropdown {
        width: 100%; }
        body .inline-filter .inline-filter-item > .value .dropdown .text {
          padding: 8px 7px 0 10px;
          height: 30px !important;
          font-size: 12px; }
  body .inline-filter .menu {
    top: calc(100% + 5px) !important;
    max-height: 500px !important; }
  body .inline-filter > .dropdown {
    height: 48px;
    text-align: center;
    padding: 0 10px !important;
    color: #666666;
    margin-bottom: 5px; }
    body .inline-filter > .dropdown > span {
      line-height: 48px; }
    body .inline-filter > .dropdown .text {
      display: none; }

body .daterangepicker.show-calendar .range_inputs > div {
  margin-top: -13px;
  text-align: left;
  white-space: nowrap; }
  body .daterangepicker.show-calendar .range_inputs > div label {
    font-size: 9px;
    margin: 0;
    height: auto;
    line-height: 13px; }
  body .daterangepicker.show-calendar .range_inputs > div input {
    height: 33px;
    margin: 0;
    min-width: 121px; }

.d3-chart-graph {
  /*  rect {
    fill: steelblue;
  }

  text {
    fill: white;
    font: 10px sans-serif;
    text-anchor: end;
  }*/
  position: relative; }
  .d3-chart-graph text {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px; }
  .d3-chart-graph .axis path,
  .d3-chart-graph .axis line {
    fill: none;
    stroke: rgba(0, 0, 0, 0.2);
    shape-rendering: crispEdges;
    stroke-width: 1px; }
  .d3-chart-graph .legend {
    text-align: center;
    font-size: 11px;
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    white-space: nowrap;
    opacity: 0.9; }
    .d3-chart-graph .legend p {
      display: inline-block;
      vertical-align: top;
      padding: 3px 8px;
      border-radius: 3px;
      color: #fff;
      margin: 0 5px;
      cursor: default; }
      .d3-chart-graph .legend p.disabled {
        opacity: 0.5; }
  .d3-chart-graph .tick line {
    fill: none;
    stroke: rgba(0, 0, 0, 0.1);
    stroke-width: 1px; }
  .d3-chart-graph path {
    stroke-width: 2;
    fill: none; }

.d3-tip {
  line-height: 1;
  padding: 12px 12px 9px;
  font-size: 11px;
  background: #fff;
  color: #000;
  border-radius: 2px;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  /* Style northward tooltips differently */ }
  .d3-tip h4 {
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center; }
  .d3-tip strong {
    font-weight: normal; }
  .d3-tip span {
    float: right;
    display: block;
    margin-left: 10px; }
  .d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 11px;
    width: 100%;
    line-height: 1;
    color: #fff;
    content: "\25BC";
    position: absolute;
    text-align: center; }
  .d3-tip:after {
    margin: -1px 0 0 0;
    bottom: -9px;
    left: 0; }
  .d3-tip div {
    padding-bottom: 4px;
    overflow: hidden; }

body.warning-show header .ui.message {
  display: block; }

body > header {
  z-index: 100;
  position: relative;
  background: linear-gradient(310deg, #01579b, #0288d1) !important; }
  body > header .item.events i {
    font-size: 16.9px;
    margin: 0 !important; }
  body > header .item.events.completed:after {
    content: '';
    background: rgba(255, 255, 255, 0.9);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px; }
  body > header .ui.message {
    padding: 5px 10px;
    border-radius: 0 0 30px 30px;
    text-align: center;
    margin: 0;
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    margin-left: -230px;
    left: 50%;
    width: 460px;
    font-size: 0.9em; }
    body > header .ui.message.green-deep {
      background-color: #335C39;
      color: white;
      font-weight: bold; }
    body > header .ui.message a {
      color: inherit;
      text-decoration: underline; }
    body > header .ui.message .close {
      float: right;
      display: none; }
  body > header .ui.menu.inverted {
    background: none;
    min-height: 46px; }
    body > header .ui.menu.inverted .item {
      padding: 6px 12px; }
      body > header .ui.menu.inverted .item:before {
        display: none; }
      body > header .ui.menu.inverted .item.icon {
        padding-left: 20px;
        padding-right: 20px; }
        body > header .ui.menu.inverted .item.icon i.icon {
          font-size: 1.3em; }
        body > header .ui.menu.inverted .item.icon > div:not(.menu) {
          position: relative; }
      body > header .ui.menu.inverted .item.title {
        font-size: 20px;
        font-weight: 300;
        position: relative; }
        body > header .ui.menu.inverted .item.title .label {
          top: 5px;
          font-weight: 500;
          padding: 3px 5px;
          font-size: 10px; }
    body > header .ui.menu.inverted a.logo {
      padding: 0;
      width: 210px;
      cursor: pointer;
      display: block; }
      body > header .ui.menu.inverted a.logo div {
        height: 46px;
        width: 122px;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%; }
      body > header .ui.menu.inverted a.logo.small {
        display: none;
        width: 70px; }
        body > header .ui.menu.inverted a.logo.small div {
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          width: 34px; }
    body > header .ui.menu.inverted .language-switch > div {
      height: 46px;
      padding: 0 12px 0 6px;
      display: flex;
      align-items: center; }
      body > header .ui.menu.inverted .language-switch > div > i {
        margin-right: 10px; }
      body > header .ui.menu.inverted .language-switch > div .label-wrapper {
        line-height: 20px; }
      body > header .ui.menu.inverted .language-switch > div > .text > i {
        display: none; }
      body > header .ui.menu.inverted .language-switch > div > .icon {
        font-size: 17px; }
      body > header .ui.menu.inverted .language-switch > div:hover {
        background: rgba(255, 255, 255, 0.08); }
      body > header .ui.menu.inverted .language-switch > div.active {
        background: rgba(255, 255, 255, 0.15); }
      body > header .ui.menu.inverted .language-switch > div > .menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
    body > header .ui.menu.inverted .user > div:not(.menu) {
      min-width: 130px;
      max-width: 200px; }
      body > header .ui.menu.inverted .user > div:not(.menu) img {
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 60px;
        float: left;
        display: block;
        margin: 0 10px 0 0;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0; }
      body > header .ui.menu.inverted .user > div:not(.menu) b {
        font-weight: 400;
        font-size: 0.9em;
        color: #fff;
        display: block;
        white-space: nowrap;
        padding-top: 5px;
        overflow: hidden; }
      body > header .ui.menu.inverted .user > div:not(.menu) span {
        color: rgba(255, 255, 255, 0.6);
        display: block;
        padding-top: 3px;
        font-weight: 300;
        font-size: 12px; }

.smallMenu header .logo {
  display: none !important; }
  .smallMenu header .logo.small {
    display: block !important; }

.price_table_img {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 200px !important;
  padding: 10px !important; }
  .price_table_img img {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    width: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    height: auto !important; }

.shift-card .map {
  opacity: 0.7;
  transition: opacity 0.4s ease;
  padding-top: 10px !important; }
  .shift-card .map:hover {
    opacity: 1; }
  .shift-card .map img {
    border-radius: 5px; }

.shift-table.table tr td {
  min-width: 145px !important;
  max-width: 145px;
  width: 145px;
  word-wrap: break-word;
  hyphens: auto; }
  .shift-table.table tr td:nth-child(1) {
    text-align: center;
    min-width: 60px !important;
    max-width: 60px;
    width: 60px; }
  .shift-table.table tr td:nth-child(2) {
    min-width: 160px !important;
    max-width: 160px;
    width: 160px; }

.shift-table .closed-icon {
  margin: 0px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px; }
  .shift-table .closed-icon.unlock {
    color: #00B5AD; }

.cs-menu {
  background-color: #fff;
  margin-left: 0px;
  max-width: 802px;
  border: 1px solid #e1e2e6; }
  .cs-menu.full-width {
    max-width: none;
    margin: 0 4px 0 0; }
  .cs-menu > .item {
    padding: 17px 30px;
    display: inline-block;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    color: rgba(27, 28, 29, 0.8);
    font-weight: 500;
    cursor: pointer; }
    .cs-menu > .item.disabled {
      opacity: 0.4;
      cursor: default; }
    .cs-menu > .item.active {
      background-color: rgba(27, 28, 29, 0.02);
      border-bottom-color: #1B1C1D;
      color: #1B1C1D; }
    .cs-menu > .item:hover:not(.active) {
      background-color: rgba(22, 120, 194, 0.01); }
  .cs-menu.small {
    margin: 0 0 8px;
    border-width: 0 0 1px 0; }
    .cs-menu.small .item {
      padding: 7px 20px;
      font-size: 1em;
      border-bottom-width: 2px; }

.register-check .block.before:after, .register-check .block.middle:before, .register-check .block.middle:after, .register-check .block.after:before {
  content: '';
  display: block;
  width: calc(100% + 1px);
  height: 13px;
  background-image: url(/images/register-check-line.png);
  background-repeat: repeat-x;
  background-color: #fff; }

.register-check {
  width: 393px; }
  .register-check .block {
    border: 1px solid #ccc; }
    .register-check .block .image {
      text-align: center;
      padding: 3px 0 !important; }
      .register-check .block .image img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        transition: opacity 0.4s ease;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray; }
      .register-check .block .image .button {
        margin: 20px 0; }
    .register-check .block .actions {
      text-align: center;
      padding: 30px 0 0; }
    .register-check .block.before {
      padding: 30px 0 0;
      border-bottom-width: 0; }
      .register-check .block.before:after {
        margin-top: 30px;
        margin-left: -1px; }
    .register-check .block.middle {
      padding: 0;
      border-top-width: 0;
      border-bottom-width: 0; }
      .register-check .block.middle > div {
        padding: 0 30px; }
        .register-check .block.middle > div.message {
          padding: 14px 21px;
          margin: 0 30px 20px; }
        .register-check .block.middle > div.title {
          display: flex;
          align-items: center; }
          .register-check .block.middle > div.title input {
            flex: 1; }
            .register-check .block.middle > div.title input:first-child {
              margin-right: 10px; }
          .register-check .block.middle > div.title div {
            padding: 0 5px; }
        .register-check .block.middle > div input {
          height: 33px;
          margin: 5px 0;
          font-size: 1.1em;
          padding: 0;
          border-width: 0;
          border-bottom-width: 1px;
          border-bottom-color: rgba(0, 0, 0, 0.05);
          border-radius: 0 !important;
          background: transparent !important; }
      .register-check .block.middle:before {
        margin-bottom: 40px;
        margin-right: -1px; }
      .register-check .block.middle:after {
        margin-top: 40px;
        margin-left: -1px; }
    .register-check .block.after {
      padding: 0 0 50px;
      margin-top: 40px;
      border-top-width: 0; }
      .register-check .block.after:before {
        margin-bottom: 30px;
        margin-right: -1px; }
  .register-check .item {
    position: relative; }
    .register-check .item:hover .remove {
      opacity: 1; }
    .register-check .item .remove {
      width: 40px;
      position: absolute;
      top: 0;
      left: -40px;
      bottom: 0;
      font-size: 1.3em;
      color: #ff0000;
      cursor: pointer;
      opacity: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.4s ease; }
      .register-check .item .remove:hover {
        opacity: 1; }
        .register-check .item .remove:hover + div {
          background: rgba(255, 0, 0, 0.05); }
          .register-check .item .remove:hover + div img {
            opacity: 0.4; }
          .register-check .item .remove:hover + div input[type="text"] {
            border-bottom-color: transparent; }
      .register-check .item .remove i {
        margin: 0; }
  .register-check .child {
    padding: 1px 15px;
    transition: background-color 0.4s ease; }
    .register-check .child input[type="text"] {
      height: 40px;
      padding: 0;
      border-width: 0;
      border-bottom-width: 1px;
      border-radius: 0 !important;
      background: transparent !important; }
      .register-check .child input[type="text"].center {
        text-align: center; }
      .register-check .child input[type="text"].right {
        text-align: right; }
      .register-check .child input[type="text"].size-1 {
        font-size: 1em; }
      .register-check .child input[type="text"].size-2 {
        font-size: 1.3em; }
      .register-check .child input[type="text"].limit-reached {
        border-bottom-color: #db2828 !important;
        color: #db2828; }
    .register-check .child .popup {
      min-width: 230px; }
      .register-check .child .popup label {
        margin-bottom: 5px;
        display: block;
        font-size: 0.9em; }

body .date-picker-wrapper {
  z-index: 99999;
  background: #fff;
  box-shadow: none;
  border-color: #ddd;
  border-radius: 4px;
  color: inherit;
  display: flex;
  flex-direction: column; }
  body .date-picker-wrapper.single-month .first-date-selected {
    border-radius: 3px !important; }
  body .date-picker-wrapper .drp_top-bar {
    order: 3;
    padding: 15px 0;
    border-top: 1px solid #ddd; }
    body .date-picker-wrapper .drp_top-bar input.apply-btn {
      background: #2185D0;
      border: none;
      padding: 5px 10px;
      color: #fff;
      top: 12px; }
    body .date-picker-wrapper .drp_top-bar .selection-top {
      display: none; }
  body .date-picker-wrapper.two-months.no-gap .month1 .next,
  body .date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none !important; }
  body .date-picker-wrapper .column {
    display: flex; }
    body .date-picker-wrapper .column .month-wrapper {
      order: 2;
      flex: 1;
      min-height: 210px;
      border-width: 0;
      padding-bottom: 15px; }
      body .date-picker-wrapper .column .month-wrapper .gap {
        margin-top: 15px; }
      body .date-picker-wrapper .column .month-wrapper .time1 {
        margin: 0 auto;
        float: none; }
      body .date-picker-wrapper .column .month-wrapper .caption .prev,
      body .date-picker-wrapper .column .month-wrapper .caption .next {
        color: transparent;
        font-size: 0.1px;
        width: 22px;
        height: 22px;
        display: inline-block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        margin-top: 6px; }
        body .date-picker-wrapper .column .month-wrapper .caption .prev:before,
        body .date-picker-wrapper .column .month-wrapper .caption .next:before {
          content: '';
          border: solid #000;
          border-width: 0 2px 2px 0;
          width: 14px;
          height: 14px;
          display: block; }
        body .date-picker-wrapper .column .month-wrapper .caption .prev:hover,
        body .date-picker-wrapper .column .month-wrapper .caption .next:hover {
          background: transparent; }
        body .date-picker-wrapper .column .month-wrapper .caption .prev.prev:before,
        body .date-picker-wrapper .column .month-wrapper .caption .next.prev:before {
          transform: rotate(135deg); }
        body .date-picker-wrapper .column .month-wrapper .caption .prev.next:before,
        body .date-picker-wrapper .column .month-wrapper .caption .next.next:before {
          transform: rotate(-45deg); }
      body .date-picker-wrapper .column .month-wrapper table {
        border-spacing: 0;
        border-collapse: collapse; }
        body .date-picker-wrapper .column .month-wrapper table th {
          text-transform: capitalize;
          font-size: 12px; }
          body .date-picker-wrapper .column .month-wrapper table th.month-name {
            text-transform: uppercase; }
        body .date-picker-wrapper .column .month-wrapper table .day {
          height: 27px;
          width: 32px;
          padding-top: 8px; }
          body .date-picker-wrapper .column .month-wrapper table .day.checked {
            background-color: #ebf4f8; }
          body .date-picker-wrapper .column .month-wrapper table .day:hover {
            background-color: #eee;
            border-radius: 3px; }
          body .date-picker-wrapper .column .month-wrapper table .day.real-today {
            border-radius: 3px; }
        body .date-picker-wrapper .column .month-wrapper table .first-date-selected {
          border-radius: 3px 0 0 3px; }
        body .date-picker-wrapper .column .month-wrapper table .last-date-selected {
          border-radius: 0 3px 3px 0; }
        body .date-picker-wrapper .column .month-wrapper table .first-date-selected,
        body .date-picker-wrapper .column .month-wrapper table .last-date-selected {
          background-color: #357ebd !important; }
    body .date-picker-wrapper .column .footer {
      order: 1;
      overflow: hidden;
      font-size: 12px; }
      body .date-picker-wrapper .column .footer .shortcuts {
        margin-right: 5px;
        width: 140px;
        border-right: 1px solid #ddd; }
        body .date-picker-wrapper .column .footer .shortcuts b {
          display: none; }
        body .date-picker-wrapper .column .footer .shortcuts span.custom-shortcut {
          display: block; }
          body .date-picker-wrapper .column .footer .shortcuts span.custom-shortcut a {
            display: block;
            font-size: 12px;
            padding: 8px 12px;
            color: inherit;
            text-decoration: none; }
            body .date-picker-wrapper .column .footer .shortcuts span.custom-shortcut a:hover {
              background-color: #eee; }

.new-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .new-cards > div {
    width: 50%;
    padding-bottom: 20px;
    display: flex;
    padding: 0 10px 20px; }
    .new-cards > div > .new-card {
      flex: 1;
      min-height: 180px; }
    .new-cards > div.divider {
      flex-wrap: wrap;
      width: 100%;
      flex: 0 100%;
      text-align: center;
      padding: 15px 0 10px;
      justify-content: center; }

.new-card {
  box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
  transition: box-shadow 0.4s ease;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  background: white;
  position: relative;
  max-width: 100%; }
  .new-card.--centered {
    align-items: center;
    justify-content: center; }
  .new-card .card {
    padding: 0.8rem 1rem 1rem; }
    .new-card .card .item {
      padding: 2px 0;
      white-space: nowrap;
      overflow: hidden;
      display: flex;
      align-items: center; }
      .new-card .card .item i {
        height: auto; }
      .new-card .card .item a {
        overflow: hidden;
        flex: 1;
        text-overflow: ellipsis; }
      .new-card .card .item .icon {
        color: rgba(0, 0, 0, 0.3); }
  .new-card .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 110px; }
    .new-card .header .card-actions {
      position: absolute;
      top: 0;
      right: 0; }
      .new-card .header .card-actions .dropdown > i {
        height: auto;
        margin: 8px 3px;
        color: rgba(0, 0, 0, 0.38);
        font-size: 18px; }
      .new-card .header .card-actions .dropdown > .menu {
        margin: 0 !important;
        right: -5px !important; }
    .new-card .header > .image {
      width: 88px;
      height: 88px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 20px 0px 10px;
      border: 4px solid white;
      overflow: hidden; }
    .new-card .header .info {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      flex: 1;
      overflow: hidden;
      padding: 0 5px 0 0; }
      .new-card .header .info .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .new-card .meta {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1em; }
  .new-card .title, .new-card .sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: black;
    letter-spacing: .0125em; }
    .new-card .title.sub-title, .new-card .sub-title.sub-title {
      line-height: 28px;
      font-size: 17px;
      color: rgba(0, 0, 0, 0.8); }
  .new-card .divider, .new-card hr {
    height: 1px;
    margin: 0;
    border: none;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.12); }

.catalog-filter {
  font-size: 14px !important;
  position: absolute;
  top: calc(100% + 10px);
  height: auto !important;
  width: auto;
  left: 0;
  min-width: 390px;
  background: #fff;
  box-shadow: 0 0 6px #ddd;
  animation: slideDown 0.3s;
  display: none;
  padding: 0 !important;
  z-index: 999;
  max-height: calc(100vh - 120px); }
  .catalog-filter::before {
    content: "";
    bottom: calc(100% - 5px);
    right: 15px;
    display: block;
    position: absolute;
    z-index: -11;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .catalog-filter label.button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding: 0; }
    .catalog-filter label.button input[type="checkbox"] {
      margin-right: 5px; }
    .catalog-filter label.button span {
      margin-top: -2px;
      display: inline-block; }
  .catalog-filter.scroll {
    overflow-y: auto; }
  .catalog-filter .row {
    white-space: nowrap;
    flex-wrap: nowrap; }
  .catalog-filter .block {
    padding: 8px 10px 7px; }
    .catalog-filter .block:last-child {
      padding-bottom: 15px; }
    .catalog-filter .block:not(:last-child) {
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
    .catalog-filter .block.inline {
      flex-direction: row; }
    .catalog-filter .block:last-child {
      border-bottom-width: 0; }
    .catalog-filter .block.has-value {
      background-color: #2185d017;
      border-radius: 5px; }
    .catalog-filter .block .tiny.light {
      background-color: #fff !important; }
    .catalog-filter .block.last-filter-block {
      padding-top: 0; }
  .catalog-filter .col-xs-24 {
    white-space: nowrap;
    padding: 5px 7.5px; }
    .catalog-filter .col-xs-24.has-value {
      background-color: #2185d017;
      border-radius: 5px; }
  .catalog-filter h4 {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .catalog-filter h4 > .ui.dropdown {
      margin-left: 5px; }
      .catalog-filter h4 > .ui.dropdown > .menu {
        margin-left: 6px !important;
        margin-top: -6px !important; }
  .catalog-filter .tag-list {
    flex-wrap: wrap;
    display: flex;
    margin-top: 8px; }
    .catalog-filter .tag-list .label {
      margin-bottom: 4px;
      padding: 4.5px 8px;
      cursor: pointer;
      display: inline-flex;
      align-items: center; }
      .catalog-filter .tag-list .label i {
        font-size: 12px !important;
        margin: 0 5px 0 0 !important; }
      .catalog-filter .tag-list .label:hover {
        opacity: 0.9; }
        .catalog-filter .tag-list .label:hover i.icon {
          color: #ff0000 !important; }
  .catalog-filter .catalog-filter-inputs {
    margin: 5px 0; }
    .catalog-filter .catalog-filter-inputs .col-xs-3 {
      text-align: right; }
      .catalog-filter .catalog-filter-inputs .col-xs-3 .button {
        margin: 0 !important; }
    .catalog-filter .catalog-filter-inputs:not(:first-child) label {
      padding-top: 10px; }
    .catalog-filter .catalog-filter-inputs label {
      display: block;
      padding-bottom: 2px; }
    .catalog-filter .catalog-filter-inputs input {
      border: 0;
      outline: none;
      border-bottom: 1px solid #ccc; }
      .catalog-filter .catalog-filter-inputs input.ng-invalid {
        border-bottom-color: #ff5144 !important;
        background-color: rgba(255, 81, 68, 0.1); }
      .catalog-filter .catalog-filter-inputs input:focus {
        border-color: #777; }
    .catalog-filter .catalog-filter-inputs input,
    .catalog-filter .catalog-filter-inputs select {
      width: 100%;
      height: 25px;
      padding: 0;
      text-transform: lowercase; }
  .catalog-filter .filter-state-indicator {
    padding: 10px 10px 0; }
    .catalog-filter .filter-state-indicator .ui.info.message {
      padding: 0.75rem 1rem;
      margin: 0; }
      .catalog-filter .filter-state-indicator .ui.info.message .header {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .catalog-filter .filter-state-indicator .ui.info.message .header .filter-count {
          font-weight: bold;
          color: #007bff; }
      .catalog-filter .filter-state-indicator .ui.info.message .description {
        margin-top: 0.5rem;
        font-size: 0.9em; }
        .catalog-filter .filter-state-indicator .ui.info.message .description .modified-indicator {
          display: inline-flex;
          align-items: center;
          margin-left: 0.5rem;
          color: #ffc107; }
          .catalog-filter .filter-state-indicator .ui.info.message .description .modified-indicator i {
            margin-right: 0.25rem; }
      .catalog-filter .filter-state-indicator .ui.info.message .active-filters-list {
        margin-top: 0.75rem; }
        .catalog-filter .filter-state-indicator .ui.info.message .active-filters-list .active-filter-item {
          display: inline-flex;
          align-items: center;
          margin-right: 1rem;
          margin-bottom: 0.5rem;
          padding: 0.25rem 0.5rem;
          background-color: #e3f2fd;
          border-radius: 4px;
          font-size: 0.85em; }
          .catalog-filter .filter-state-indicator .ui.info.message .active-filters-list .active-filter-item i {
            margin-right: 0.25rem;
            color: #1976d2; }
          .catalog-filter .filter-state-indicator .ui.info.message .active-filters-list .active-filter-item span {
            color: #1976d2;
            font-weight: 500; }
  .catalog-filter .filter-presets .menu {
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto; }
  .catalog-filter .selected-preset {
    margin-top: 8px; }
    .catalog-filter .selected-preset .ui.label {
      display: inline-flex;
      align-items: center; }
      .catalog-filter .selected-preset .ui.label i.star {
        margin-right: 0.5rem;
        color: #ffc107; }
      .catalog-filter .selected-preset .ui.label a.detail {
        margin-left: 0.5rem;
        color: #dc3545;
        cursor: pointer; }
        .catalog-filter .selected-preset .ui.label a.detail:hover {
          color: #c82333; }
  .catalog-filter .save-preset-btn {
    margin-left: auto;
    margin-right: 0 !important; }

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.chat {
  z-index: 999;
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  height: 60px !important;
  width: 60px !important;
  border-radius: 100px !important;
  overflow: hidden !important;
  background: #428aca !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .chat i {
    color: #fff;
    font-size: 32px;
    height: auto;
    line-height: 1;
    margin: 0; }

.dropdown .text > .item-action-buttons {
  display: none; }

.dropdown .item .item-action-buttons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex; }
  .dropdown .item .item-action-buttons > div {
    flex: 1;
    display: flex;
    flex-direction: row; }
    .dropdown .item .item-action-buttons > div .icon {
      margin: 0 !important;
      height: auto !important;
      width: 37px;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      border: 1px solid transparent;
      background-color: transparent;
      transition: all 0.4s ease;
      transition-property: background-color, color, border-color; }
      .dropdown .item .item-action-buttons > div .icon:hover {
        background-color: white; }
        .dropdown .item .item-action-buttons > div .icon:hover.trash {
          border-color: #DB2828;
          color: #DB2828; }

@keyframes dropdown-overlay {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.dropdown-overlay {
  animation: dropdown-overlay 0.4s;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
  display: none; }
  .dropdown-overlay.active {
    display: block; }

.cs.sidebar {
  position: fixed;
  z-index: 101;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }
  .cs.sidebar.active {
    display: block !important; }
  .cs.sidebar > .overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(100, 100, 100, 0.07);
    z-index: -1; }

@keyframes cs_container {
  0% {
    opacity: 0.8;
    transform: translate(30px, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
  .cs.sidebar > .cs_container {
    opacity: 1;
    animation: cs_container 0.3s;
    z-index: 2999;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    transform: none;
    will-change: auto;
    max-width: 100vw !important;
    box-shadow: -10px 0 15px -5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column; }
    .cs.sidebar > .cs_container.size-xs {
      width: 600px; }
    .cs.sidebar > .cs_container.size-s {
      width: 700px; }
    .cs.sidebar > .cs_container.size-m {
      width: 800px; }
    .cs.sidebar > .cs_container.size-l {
      width: 900px; }
    .cs.sidebar > .cs_container.size-xl {
      width: 1000px; }
    .cs.sidebar > .cs_container.hide {
      right: -730px; }
      .cs.sidebar > .cs_container.hide > .content {
        display: none; }
      .cs.sidebar > .cs_container.hide > .title {
        display: block;
        position: absolute;
        top: 60px;
        left: 5px;
        font-size: 20px; }
      .cs.sidebar > .cs_container.hide:hover {
        right: -720px; }
    .cs.sidebar > .cs_container > .content {
      background: #fff;
      flex: 1;
      overflow-y: auto; }
      .cs.sidebar > .cs_container > .content > div {
        max-height: 100%; }
      .cs.sidebar > .cs_container > .content--overflow-hidden {
        overflow-y: hidden; }
      .cs.sidebar > .cs_container > .content .panel {
        box-shadow: none;
        padding-bottom: 14px; }
      .cs.sidebar > .cs_container > .content form.panel {
        min-height: calc(100vh - 66px); }
    .cs.sidebar > .cs_container .actions {
      position: static;
      margin: 0;
      border-left: 0;
      border-right: 0;
      box-shadow: none; }
      .cs.sidebar > .cs_container .actions .item {
        padding: 6px 8px 5px; }

.pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex; }
  .pagination li {
    border: 1px solid rgba(34, 36, 38, 0.1);
    border-width: 1px 1px 1px 0; }
    .pagination li:first-child {
      border-left-width: 1px; }
    .pagination li:hover, .pagination li.active {
      background-color: rgba(251, 189, 8, 0.05); }
    .pagination li.disabled a {
      cursor: default;
      color: rgba(34, 36, 38, 0.1); }
    .pagination li a {
      display: flex;
      width: 38px;
      height: 38px;
      justify-content: center;
      align-items: center;
      color: rgba(0, 0, 0, 0.87); }

.catalog-groups-breadcrumbs {
  background: #fff;
  padding: 13px 10px 14px 15px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  text-transform: none;
  border-bottom: 1px solid #F2F2F2; }
  .catalog-groups-breadcrumbs li {
    padding-right: 10px;
    cursor: pointer; }
    .catalog-groups-breadcrumbs li span {
      text-decoration: underline; }
    .catalog-groups-breadcrumbs li:not(:last-child):after {
      margin-left: 10px;
      content: "\f105";
      font-family: Icons; }

.group-toggle-button > #show-groups {
  position: relative;
  display: block; }
  .group-toggle-button > #show-groups > i.ui.check {
    font-size: 11px;
    position: absolute;
    top: calc(100% - 19px);
    left: 6px;
    width: 13px;
    height: 13px;
    background: white;
    line-height: 1;
    opacity: 1;
    padding-top: 1.5px;
    border-radius: 50%; }

tr.catalog-group-tr td {
  position: relative; }

tr.catalog-group-tr:not(.empty):hover {
  background-color: rgba(65, 131, 196, 0.1); }

tr.catalog-group-tr.empty {
  height: 49px; }

tr.catalog-group-tr .group-title {
  display: flex;
  flex-direction: row;
  align-items: center; }

tr.catalog-group-tr .icon.folder {
  font-size: 30px;
  line-height: 1;
  width: auto;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.7); }

tr.catalog-group-tr .group-settings {
  color: transparent;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  align-items: center;
  justify-content: center; }
  tr.catalog-group-tr .group-settings:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  tr.catalog-group-tr .group-settings .icon {
    font-size: 18px; }

tr.catalog-group-tr:hover .group-settings {
  color: rgba(0, 0, 0, 0.5); }

.cs.overlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: none;
  overflow: hidden;
  z-index: 999999; }
  .cs.overlay.active {
    display: flex; }
  .cs.overlay .cs.modal {
    background: white;
    border-radius: 4px;
    width: 50%;
    min-width: 400px;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    position: relative; }
    .cs.overlay .cs.modal > .header {
      padding: 20px;
      font-size: 20px;
      border-bottom: 1px solid #eee; }
      .cs.overlay .cs.modal > .header .button.circular {
        position: absolute;
        right: 10px;
        top: 12px; }
    .cs.overlay .cs.modal > .footer {
      text-align: right;
      padding: 10px 20px;
      border-top: 1px solid #eee; }
    .cs.overlay .cs.modal > .content {
      padding: 20px;
      overflow-y: auto;
      max-height: 100%; }

.groups-list {
  color: #000; }
  .groups-list-item .content {
    display: none;
    padding-left: 35px; }
  .groups-list-header {
    display: flex;
    flex-direction: row;
    position: relative; }
    .groups-list-header:hover > .groups-list-header--add {
      display: block; }
    .groups-list-header a.toggle {
      display: flex;
      align-items: center;
      width: 20px;
      color: inherit; }
    .groups-list-header--add {
      display: none;
      background-color: #fff;
      width: 30px;
      border-radius: 50%;
      position: absolute;
      top: 5px;
      right: 5px;
      bottom: 5px;
      padding-top: 5px;
      padding-left: 7px;
      cursor: pointer;
      opacity: 0.6; }
      .groups-list-header--add:hover {
        opacity: 1;
        background: rgba(0, 0, 0, 0.05); }
    .groups-list-header--title {
      flex-direction: row;
      display: flex;
      flex: 1;
      align-items: center;
      height: 40px;
      cursor: pointer;
      border-radius: 3px; }
      .groups-list-header--title:hover {
        background: rgba(0, 0, 0, 0.05); }
      .groups-list-header--title .icon {
        margin-right: 10px;
        margin-left: 10px;
        font-size: 20px; }
      .groups-list-header--title .label {
        font-size: 18px; }

.my.tabs > * {
  display: inline-block;
  cursor: pointer;
  opacity: 0.8;
  padding: 0 0 5px; }
  .my.tabs > *:not(:last-child) {
    margin-right: 20px; }
  .my.tabs > *.active {
    opacity: 1;
    border-bottom: 2px solid rgba(51, 66, 91, 0.3); }
  .my.tabs > *.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.2; }

.my.tabs.blue > *.active {
  color: #1279c6;
  border-color: #1279c6; }

.my.tabs.blue > *:not(.active):hover {
  opacity: 1;
  color: #1279c6; }

.cs.dropzone {
  margin-top: 5px; }
  .cs.dropzone .fileUpload {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 110px;
    border-width: 1px;
    border-color: rgba(34, 36, 38, 0.15);
    border-style: dashed;
    border-radius: 10px;
    color: rgba(51, 66, 91, 0.6);
    user-select: none; }
    .cs.dropzone .fileUpload .selected {
      display: none; }
    .cs.dropzone .fileUpload:active {
      border-style: solid;
      border-width: 2px; }
      .cs.dropzone .fileUpload:active .no-selected {
        transform: scale(0.95); }
    .cs.dropzone .fileUpload.highlight, .cs.dropzone .fileUpload:hover {
      border-color: #85B7D9; }
    .cs.dropzone .fileUpload.highlight {
      background: rgba(133, 183, 217, 0.15); }
      .cs.dropzone .fileUpload.highlight .no-selected {
        display: none; }
      .cs.dropzone .fileUpload.highlight .selected {
        display: block; }
  .cs.dropzone .no-selected {
    transform: scale(1);
    transition: transform 0.3s ease; }
  .cs.dropzone .title {
    font-size: 1em; }
  .cs.dropzone .sub-title {
    font-size: 0.7em; }
  .cs.dropzone input {
    width: 0.1px !important;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .cs.dropzone .dndPlaceholder {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    border: 1px solid rgba(34, 36, 38, 0.15);
    background-color: rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    list-style-type: none; }
  .cs.dropzone .sortable-ghost {
    opacity: 0.4; }
  .cs.dropzone .ui.icon {
    opacity: 1;
    transition: opacity 0.4s ease; }
  .cs.dropzone .previews.sortable .ui.icon {
    opacity: 0; }
  .cs.dropzone .previews.highlight .preview:first-child {
    box-shadow: 0 0 0 5px rgba(255, 255, 0, 0.3); }
  .cs.dropzone .preview {
    display: none;
    cursor: move;
    position: relative;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(34, 36, 38, 0.15);
    margin-right: 15px; }
    .cs.dropzone .preview img {
      display: block;
      width: 110px;
      height: 110px;
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; }
    .cs.dropzone .preview .button {
      position: absolute;
      right: 4px;
      top: 4px;
      width: 22px;
      height: 22px;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white; }
      .cs.dropzone .preview .button .icon {
        color: red;
        height: auto;
        margin: 0;
        font-size: 16px; }
  .cs.dropzone.active {
    display: flex;
    flex-wrap: wrap; }
    .cs.dropzone.active .previews {
      display: flex;
      flex-wrap: wrap; }
      .cs.dropzone.active .previews .preview {
        display: block; }
    .cs.dropzone.active .fileUpload {
      padding-left: 20px;
      padding-right: 20px;
      flex: 1; }
      .cs.dropzone.active .fileUpload.disable {
        display: none; }

.notifications-list {
  padding: 0 !important;
  cursor: pointer; }
  .notifications-list.active .notify-menu {
    display: flex !important; }
  .notifications-list:hover {
    background: rgba(255, 255, 255, 0.08) !important; }
  .notifications-list > div {
    height: 46px;
    padding: 13px 12px 0; }
    .notifications-list > div > div {
      position: relative; }
    .notifications-list > div i.icon {
      font-size: 1.3em;
      margin: 0; }
    .notifications-list > div .ui.label.floating {
      font-size: 10px;
      max-width: 16px;
      max-height: 16px;
      min-width: 16px;
      min-height: 16px;
      padding: 0 !important;
      display: flex;
      align-items: center;
      justify-content: center;
      left: auto;
      right: -6px; }
    .notifications-list > div .icon.alarm {
      font-size: 18px; }
    .notifications-list > div .notify-menu {
      cursor: default;
      display: none;
      overflow: hidden;
      position: fixed;
      background: #fff;
      top: 49px;
      right: 43px !important;
      max-height: calc(100% - 52px);
      width: 280px !important;
      min-width: 280px !important;
      border-radius: 10px;
      color: #1B1C1D;
      flex-direction: column;
      border-image: linear-gradient(to right, white 0%, #cedae0 40%, #cedae0 60%, white 100%) 1 20%;
      box-shadow: 0px 2px 10px -2px #62899d; }
      .notifications-list > div .notify-menu * {
        white-space: normal; }
      .notifications-list > div .notify-menu .header {
        position: relative;
        z-index: 1;
        color: rgba(27, 28, 29, 0.8);
        font-weight: bold;
        font-size: 17px;
        text-align: center;
        padding: 15px;
        background: white;
        border-image: linear-gradient(to right, white 0%, #cedae0 40%, #cedae0 60%, white 100%) 1 20%;
        box-shadow: 0px 2px 10px -2px #cedae0; }
        .notifications-list > div .notify-menu .header .bubble {
          position: absolute;
          top: 11px;
          left: 15px; }
        .notifications-list > div .notify-menu .header .settings {
          position: absolute;
          top: 0px;
          right: 0px;
          bottom: 0px;
          padding: 12px 14px 0 12px;
          cursor: pointer;
          font-size: 18px;
          color: #747F8B;
          opacity: 0.5; }
          .notifications-list > div .notify-menu .header .settings:hover {
            opacity: 0.45; }
        .notifications-list > div .notify-menu .header .back {
          position: absolute;
          top: 0px;
          left: 0px;
          bottom: 0px;
          padding: 12px 12px 0 14px;
          color: rgba(116, 127, 139, 0.8);
          transform: scale(0); }
        .notifications-list > div .notify-menu .header > * {
          transition: transform 0.2s; }
        .notifications-list > div .notify-menu .header .title:nth-child(4) {
          display: none; }
      .notifications-list > div .notify-menu .notify-settings {
        padding: 10px 15px;
        display: none; }
        .notifications-list > div .notify-menu .notify-settings .toggle {
          padding: 10px 0;
          font-size: 13px; }
      .notifications-list > div .notify-menu.open-settings .header .settings {
        display: none; }
      .notifications-list > div .notify-menu.open-settings .header .bubble {
        transform: scale(0); }
      .notifications-list > div .notify-menu.open-settings .header .back {
        transform: scale(1); }
      .notifications-list > div .notify-menu.open-settings .header .title:nth-child(3) {
        display: none; }
      .notifications-list > div .notify-menu.open-settings .header .title:nth-child(4) {
        display: block; }
      .notifications-list > div .notify-menu.open-settings .notify-settings {
        display: block; }
      .notifications-list > div .notify-menu.open-settings .notify-scroll-list-wrap {
        display: none; }
      .notifications-list > div .notify-menu .notify-scroll-list-wrap {
        position: relative;
        display: flex;
        flex: 1;
        flex-direction: column; }
        .notifications-list > div .notify-menu .notify-scroll-list-wrap:hover .baron__bar {
          opacity: 0.5; }
      .notifications-list > div .notify-menu .notify-scroll-list {
        flex: 1; }
      .notifications-list > div .notify-menu .notify-item .load-more {
        padding: 15px 0;
        flex: 1;
        text-align: center;
        background: rgba(233, 240, 243, 0.7);
        font-size: 15px;
        border-radius: 10px; }
        .notifications-list > div .notify-menu .notify-item .load-more:hover {
          background: #e9f0f3; }
        .notifications-list > div .notify-menu .notify-item .load-more.disabled {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
      .notifications-list > div .notify-menu .notify-item {
        padding: 11px;
        border-top: 1px solid #f2f2f2;
        display: flex; }
        .notifications-list > div .notify-menu .notify-item:first-child {
          border-width: 0; }
        .notifications-list > div .notify-menu .notify-item.unread {
          background-color: #e9f0f3;
          border-bottom: 1px solid #d9e5ea; }
        .notifications-list > div .notify-menu .notify-item .avatar {
          padding-right: 10px; }
          .notifications-list > div .notify-menu .notify-item .avatar img {
            border-radius: 50%; }
        .notifications-list > div .notify-menu .notify-item .message {
          flex: 1; }
          .notifications-list > div .notify-menu .notify-item .message .author-name {
            font-size: 11px;
            color: rgba(27, 28, 29, 0.8);
            font-weight: 400;
            margin-top: 5px; }
          .notifications-list > div .notify-menu .notify-item .message .date {
            font-size: 10px;
            color: rgba(116, 127, 139, 0.7);
            padding-top: 3px;
            cursor: default; }
          .notifications-list > div .notify-menu .notify-item .message .text {
            font-size: 13px;
            cursor: default;
            line-height: 1.1;
            font-weight: 400; }

.notification-messages {
  z-index: 999;
  position: fixed;
  top: 51px;
  right: 20px; }
  .notification-messages .message {
    outline: none;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 2px 10px -2px #62899d;
    padding: 8px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    width: 310px;
    animation: show-message 0.4s;
    cursor: default;
    user-select: none; }
    .notification-messages .message.closed {
      animation: hide-message 0.4s; }
    .notification-messages .message .avatar {
      padding-right: 8px; }
      .notification-messages .message .avatar img {
        border-radius: 50%; }
    .notification-messages .message .message-body {
      flex: 1;
      margin-right: 18px;
      font-size: 13px; }
      .notification-messages .message .message-body .title {
        font-weight: 500; }
      .notification-messages .message .message-body .subtitle {
        opacity: 0.9; }
      .notification-messages .message .message-body .author {
        opacity: 0.8;
        font-size: 10px; }
    .notification-messages .message .close {
      position: absolute;
      top: 5px;
      right: 5px;
      cursor: pointer;
      margin: 0;
      opacity: 0.6;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease; }
      .notification-messages .message .close:hover {
        color: #fff;
        background: #747F8B; }

@keyframes show-message {
  from {
    opacity: 0;
    transform: translateX(350px); }
  top {
    opacity: 1;
    transform: none; } }

@keyframes hide-message {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translateX(350px); } }

.image-slider {
  margin: 0 10px;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: center; }
  .image-slider > .main {
    display: flex;
    flex-wrap: nowrap; }
    .image-slider > .main > div {
      display: inline-block;
      text-align: center;
      color: inherit;
      flex-grow: 1;
      flex-shrink: 1; }
      .image-slider > .main > div img {
        display: block;
        background-position: center;
        background-size: cover;
        height: 240px; }
      .image-slider > .main > div .description {
        margin-top: -10px; }
        .image-slider > .main > div .description .label {
          padding: 2px 8px;
          font-weight: 600; }
        .image-slider > .main > div .description .order {
          display: inline-block;
          padding: 2px 8px;
          margin: 6px 0 0;
          background-color: rgba(0, 0, 0, 0.05);
          border-radius: 6px;
          transition: background-color 0.6s;
          cursor: pointer; }
          .image-slider > .main > div .description .order a {
            display: inline-block;
            margin-left: 5px;
            text-transform: uppercase; }
      .image-slider > .main > div:hover .order {
        background: rgba(0, 0, 0, 0.2); }
  .image-slider > .map {
    height: 56px;
    margin: 30px auto 10px;
    display: inline-flex;
    position: relative; }
    .image-slider > .map > div:not(.action) {
      width: 70px; }
      .image-slider > .map > div:not(.action) img {
        height: 54px;
        width: 54px;
        display: block;
        margin: 0 auto;
        background-position: center;
        background-size: cover; }
    .image-slider > .map .action {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .image-slider > .map .action .left, .image-slider > .map .action .right {
        position: absolute;
        height: 100%;
        background: rgba(255, 255, 255, 0.7);
        cursor: pointer; }
        .image-slider > .map .action .left.left, .image-slider > .map .action .right.left {
          left: 0; }
        .image-slider > .map .action .left.right, .image-slider > .map .action .right.right {
          left: 210px;
          right: 0; }
      .image-slider > .map .action .visible {
        position: absolute;
        cursor: move;
        top: 0;
        width: 210px;
        height: 100%;
        border-radius: 6px;
        border: 2px solid rgba(0, 0, 0, 0.4); }

@-moz-document url-prefix() {
  .baron__scroller {
    margin-right: -18px !important;
    width: calc(100% + 18px) !important;
    max-width: calc(100% + 18px) !important;
    min-width: calc(100% + 18px) !important; } }

body > .print-container {
  display: none; }

@media print {
  iframe {
    display: none; }
  body > #subMenu,
  body > .content {
    display: none; }
  @page {
    size: auto;
    margin: 10mm; }
  @page rotated {
    size: landscape; }
  body {
    margin: 0; }
  body > .print-container {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    z-index: 9999999999; }
    body > .print-container .print-documents {
      width: 100%; }
      body > .print-container .print-documents .row {
        font-size: .85rem; }
      body > .print-container .print-documents table.table {
        page: rotated;
        font-size: .85rem; }
        body > .print-container .print-documents table.table th {
          white-space: nowrap;
          font-size: .75rem; }
        body > .print-container .print-documents table.table td {
          padding: 3px 6px; }
        body > .print-container .print-documents table.table td:nth-child(1) {
          width: 1%; }
        body > .print-container .print-documents table.table td:nth-child(2) {
          width: 40%; }
        body > .print-container .print-documents table.table td:nth-child(n + 3) {
          width: 10%; }
      body > .print-container .print-documents .numTd {
        text-align: right !important; }
      body > .print-container .print-documents .row {
        padding: 0 !important; }
      body > .print-container .print-documents h2 {
        font-size: 1.5rem; }
        body > .print-container .print-documents h2 .sub.header {
          font-size: 1rem;
          float: right;
          margin-top: 10px; }
        body > .print-container .print-documents h2.ui.header + .grid {
          padding: 10px 0; }
    body > .print-container .reports.simple table.table td, body > .print-container .reports.simple table.table th {
      font-size: 10px; } }
