@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Material+Icons);
@charset "UTF-8";
.table {
  width: 100%;
  margin-bottom: 1em;
}
.table thead tr:nth-child(1) th {
  background: white;
  position: sticky;
  top: 50px;
  z-index: 10;
}
.table th {
  font-size: 11px;
  font-weight: normal;
}
.table th,
.table td {
  padding: 4px 3px;
  width: 20px;
  text-align: center;
  border-bottom: 1px dashed #bbbbbb;
}
.table th:first-child,
.table td:first-child {
  width: auto;
  text-align: left;
  padding-right: 8px;
}
.table .nw {
  white-space: nowrap;
}

.table-items {
  width: 100%;
}
.table-items th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 6px 6px 4px 6px;
}
.table-items td {
  padding: 8px 6px;
  border-top: 1px solid #bbbbbb;
  vertical-align: top;
  position: relative;
  line-height: 1.2em;
}
.table-items th:last-child,
.table-items td:last-child {
  padding-right: 12px;
}
.table-items tbody:nth-of-type(1) td {
  border-top: none;
}
.table-items tbody:last-child td {
  border-bottom: none;
}
.table-items td.ti-description-td {
  padding-top: 0;
  border-top: none;
}

.item-sq {
  display: block;
  color: white;
  min-width: 32px;
  line-height: 18px;
  height: 18px;
  font-size: 13px;
  text-align: center;
  padding: 0 3px;
  border-radius: 2px;
  background-color: #9acd64;
}

.ti-empty {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 16px);
  border-radius: 2px;
  max-height: 18px;
  background-color: gainsboro;
}

.ti-article-td {
  width: 5%;
  max-width: 226px;
}

.ti-article {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}

.ti-item-description {
  display: block;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 0.92rem;
  max-height: 2.6rem;
  padding: 0 0 0 0;
  overflow: hidden;
  color: gainsboro;
  text-overflow: ellipsis;
  position: relative;
}
.ti-item-description:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  min-height: 1.84rem;
  background: linear-gradient(180deg, transparent 0%, transparent 1.5rem, rgba(255, 255, 255, 0.8) 2.6rem);
}

.table-overflow {
  flex-grow: 1;
  min-height: 100px;
  overflow: auto;
  border: 1px solid grey;
  border-radius: 4px;
  box-sizing: border-box;
}

.ti-row-name {
  display: inline;
  margin-right: 0.5em;
  vertical-align: middle;
}

.ti-row-name-label {
  display: inline-block;
  border-radius: 50%;
  line-height: 12px;
  height: 12px;
  min-width: 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 8px;
  background-color: grey;
  color: white;
}

.ti-row-name-text {
  vertical-align: middle;
}

.ti-row-name-model {
  white-space: nowrap;
}
.ti-row-name-model .ti-row-name-label {
  background-color: darkmagenta;
}
.ti-row-name-model .ti-row-name-text {
  color: darkmagenta;
}

.ti-row-name-annex .ti-row-name-label {
  background-color: saddlebrown;
}
.ti-row-name-annex .ti-row-name-text {
  color: saddlebrown;
}

.ti-row-name-article {
  white-space: nowrap;
}
.ti-row-name-article .ti-row-name-label {
  background-color: royalblue;
}
.ti-row-name-article .ti-row-name-text {
  color: royalblue;
}

.ti-row-name-brand {
  white-space: nowrap;
}
.ti-row-name-brand .ti-row-name-label {
  background-color: royalblue;
}

.ti-row-name-wrap {
  margin-bottom: 6px;
  line-height: 1.4em;
}

.ti-row-details {
  display: inline-block;
}
.ti-row-details[open] {
  display: block;
}
.ti-row-details pre {
  white-space: pre-wrap;
  max-height: 226px;
  overflow-y: auto;
  border: 1px solid gainsboro;
  border-radius: 4px;
  padding: 5px;
  margin: 5px 0 0 0;
  font-size: 0.8rem;
  line-height: 0.95rem;
}

.table-sticky-header {
  width: 100%;
  margin-bottom: 1em;
}
.table-sticky-header thead tr:nth-child(1) th {
  background: white;
  position: sticky;
  top: 50px;
  z-index: 10;
}
.table-sticky-header .scroll {
  overflow: initial !important;
}

html {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

.q-message-received,
.q-message-sent {
  display: block;
}
.q-message-received img,
.q-message-sent img {
  width: 100%;
}

.bg-negative-luis {
  background: #c9c9c9;
}

.bg-luis {
  background: #9d191f;
}

.bg-orange {
  background: #ff9900;
}

.text-chat-sent {
  background: #effdde;
  color: #effdde;
}

.text-chat-received {
  background: white;
  color: white;
}

.text-luis {
  background: #9d191f;
}

.text-orange {
  background: #ff9900;
}

.shadow-luis {
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 1px 4px #e6e6e6;
}

.menu-text {
  color: #0f75bc;
}

.text-rate-2 {
  color: tomato;
}

.bg-rate-2 {
  background: tomato;
}

.text-rate-3 {
  color: orange;
}

.bg-rate-3 {
  background: orange;
}

.text-rate-4 {
  color: #83ab34;
}

.bg-rate-4 {
  background: #83ab34;
}

.text-rate-5 {
  color: green;
}

.bg-rate-5 {
  background: green;
}

.text-unrated {
  color: #9e9e9e;
}

.bg-unrated-5 {
  background: #9e9e9e;
}

/* виртуальный скроллинг для EntityTable2 */
.sticky-virtual-scroll2 {
  /* max height is important */
  /* this will be the loading indicator */
}
.sticky-virtual-scroll2 .q-table__middle {
  max-height: 200px;
}
.sticky-virtual-scroll2 .q-table__top,
.sticky-virtual-scroll2 .q-table__bottom,
.sticky-virtual-scroll2 thead tr:first-child th {
  /* bg color is important for th; just specify one */
  background-color: #fff;
}
.sticky-virtual-scroll2 thead tr th {
  position: sticky;
  z-index: 1;
}
.sticky-virtual-scroll2 thead tr:last-child th {
  /* height of all previous header rows */
  top: 48px;
}
.sticky-virtual-scroll2 thead tr:first-child th {
  top: 0;
}

.dialog-sticky-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
  width: 100%;
}

/* стили ниже */
a {
  color: #0f75bc;
  transition: 0.5s linear;
  text-decoration: none;
}

a:hover {
  color: #707070;
  text-decoration: none;
}

.bg-idm {
  background-color: #3690c2;
}

.bg-tooltip-idm {
  background-color: #3690c2;
  font-size: 14px;
}

.bg-tooltip-idm-menu {
  pointer-events: inherit !important;
  padding: 3px 3px;
}

.text-idm {
  color: #3690c2;
}

.bg-tomato {
  background-color: tomato;
}

.bg-green {
  background-color: #9acd64 !important;
}

.bg-red {
  background-color: #ff6347 !important;
}

.bg-light-gray {
  background-color: #eeeeee;
}

.text-warning {
  color: #ff6347 !important;
}

.text-green {
  color: #9acd64 !important;
}

.q-btn {
  font-weight: initial;
}

.expand--header:hover {
  background-color: white;
}
.expand--header .q-focus-helper {
  background-color: white !important;
}

.expand-icon-idm {
  color: #3690c2;
}
.expand-icon-idm i:hover {
  background-color: rgb(255, 239.7, 178.5);
  border-radius: 3px;
}

.scroll {
  scrollbar-width: thin;
  scrollbar-color: #3690c2 #bbbbbb;
}
.scroll::-webkit-scrollbar-track {
  background-color: #bbbbbb;
}
.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #3690c2;
}

header .ap-logo {
  display: block;
  width: 62px;
  height: 30px;
  background-image: url(/logo.svg);
  background-repeat: no-repeat;
  margin-left: 20px;
}

.q-date__calendar-item > div,
.q-date__calendar-item button {
  border-radius: 5px;
}

.q-date__edit-range-from:after,
.q-date__edit-range-from-to:after {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.q-date__edit-range-to:after,
.q-date__edit-range-from-to:after {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.q-date__today {
  box-shadow: 0 0 3px 0 tomato;
}

/*# sourceMappingURL=app.14093502.css.map*/