@charset "UTF-8";
body {
  min-width: 200px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute !important;
}
body .main-container {
  height: 100%;
  width: 100%;
}

a.button {
  text-decoration: none;
}

a.xref {
  color: #3273dc;
  text-decoration: none;
  border-bottom: 1px #111111 dashed;
}

.button.is-loading {
  background-color: #333 !important;
}

.xrefs-list .xref {
  line-height: 1.7rem;
}

.block-is-loading:empty {
  height: 6rem;
  background: url("/images/loading_128.gif") center/5rem no-repeat;
  opacity: 0.7;
}

.overall-notice {
  margin: 1rem 1rem 0.25rem 1rem;
  position: relative;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .overall-notice {
    margin: 0.5rem 1rem 0.25rem 1rem;
  }
}
@media screen and (max-width: 639px) {
  .overall-notice {
    margin: 0.5rem 0 0.5rem 0;
  }
}
.overall-notice .message-text {
  padding: 0.25rem 3rem 0.25rem 1rem;
  color: #FFF;
}
.overall-notice .icon-close {
  display: block;
  content: " ";
  width: 2rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/images/ico-close.png) center/1rem no-repeat #FFFFFF11;
  cursor: pointer;
  position: absolute;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.overall-notice .icon-close:hover {
  opacity: 1;
}
.overall-notice.notice-type-3 {
  background-color: #209CEE;
}

.mainheader {
  padding-top: 0;
  background-color: #FFF;
  height: 80px;
  position: relative;
  border-bottom: 1px #304242 solid;
}
@media print {
  .mainheader {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mainheader {
    height: 60px;
  }
}
.mainheader .lng-selector {
  z-index: 3;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px transparent solid;
}
@media screen and (max-width: 479px) {
  .mainheader .lng-selector {
    bottom: 1px;
    right: 1px;
  }
}
@media screen and (max-width: 768px) {
  .mainheader .lng-selector {
    bottom: 1px;
    right: 1px;
  }
}
.mainheader .lng-selector .lng-item {
  display: block;
  font-weight: bold;
  padding: 3px 4px;
  padding-left: 0.5rem;
  padding-right: 1.1rem;
  margin: 0 auto;
  background: 0.2rem/1.5rem no-repeat transparent;
}
.mainheader .lng-selector .lng-item:hover {
  background-color: #FFF;
}
.mainheader .lng-selector:hover .droplist {
  border: 1px #AAA solid;
  border-top: none;
}
.mainheader .lng-selector .lng-cur {
  text-decoration: none;
}
.mainheader .lng-selector div.dl {
  height: 1.9rem;
  position: relative;
}
.mainheader .lng-selector div.dl .droplist {
  position: absolute;
  top: 1.9rem;
  left: -1px;
  right: -1px;
  background-color: #EEE;
  display: none;
  opacity: 0;
  transition: opacity 1s;
}
.mainheader .lng-selector div.dl:hover {
  background-color: #EEE;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
}
.mainheader .lng-selector div.dl:hover .droplist {
  display: block;
  opacity: 1;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
}
.mainheader .lng-selector div.dl span.arrow {
  content: "";
  position: absolute;
  right: 3px;
  top: 0.7rem;
  border: 0.3rem solid transparent;
  border-top-color: #000;
  opacity: 0.7;
  border-bottom: 0;
}
.mainheader .header-overlay-image {
  position: absolute;
  z-index: 2;
  padding-left: 70px;
  padding-top: 10px;
  max-width: 200px;
}
@media screen and (max-width: 479px) {
  .mainheader .header-overlay-image {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .mainheader .header-overlay-image {
    padding-left: 55px;
    max-width: 160px;
  }
}
@media screen and (min-width: 769px), print {
  .mainheader .header-overlay-image {
    padding-left: 30px;
  }
}
.mainheader .logo {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .mainheader .logo {
    left: 70px;
  }
}
.mainheader .logo img {
  vertical-align: bottom;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .mainheader .logo img {
    height: 50px;
  }
}
.mainheader .header-background {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 1;
  background-position: center top;
}
.mainheader .header-buttons {
  position: absolute;
  z-index: 3;
  right: 0.5rem;
  top: 0.2rem;
}
.mainheader .header-buttons span {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mainheader .header-buttons {
    right: 0.1rem;
    top: 0.1rem;
  }
}

.menu div.zoom-control {
  margin-top: 1rem;
}

div.zoom-control {
  padding: 0.2rem 0.5rem;
  text-align: center;
}
@media screen and (max-width: 639px) {
  div.zoom-control {
    padding: 0.1rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  div.zoom-control {
    padding: 0;
  }
}
div.zoom-control:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: block;
  background-color: #FFF;
  box-shadow: 0 0 10px 10px #FFF;
  border-radius: 10rem;
  opacity: 0.7;
}
div.zoom-control .current-zoom {
  border-bottom: 1px #000 dashed;
  font-weight: bold;
}
div.zoom-control .ico-zoom-in, div.zoom-control .ico-zoom-out {
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.6rem;
  margin: 0.2rem;
  cursor: pointer;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  div.zoom-control .ico-zoom-in, div.zoom-control .ico-zoom-out {
    margin: 0.1rem;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  div.zoom-control .ico-zoom-in, div.zoom-control .ico-zoom-out {
    margin: 0 0.1rem;
  }
}
@media (hover: hover) {
  div.zoom-control {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .mainheader .current-zoom {
    display: none;
  }
}

.header-menu-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-menu-btn {
    display: block;
    position: absolute;
    z-index: 5;
    background-color: #4f8dcd;
    color: #FFF;
    height: 100%;
    padding: 10px;
    cursor: pointer;
    opacity: 0.8;
  }
  .header-menu-btn.ready span {
    animation: header-menu 0.5s ease-out 2s 1 forwards;
  }
  .header-menu-btn.ready i {
    animation: header-menu-lines 1s ease-out 2.4s 1 forwards;
  }
  .header-menu-btn span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-menu-btn:hover {
    opacity: 1;
  }
  .header-menu-btn i {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 1rem;
    height: 3px;
    border-radius: 4px;
    background-color: #FFF;
  }
  .header-menu-btn i:nth-child(2) {
    top: 35%;
  }
  .header-menu-btn i:nth-child(3) {
    top: 50%;
  }
  .header-menu-btn i:nth-child(4) {
    top: 65%;
  }
}

@keyframes header-menu {
  from {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes header-menu-lines {
  from {
    opacity: 0;
  }
  to {
    animation-timing-function: ease-in;
    opacity: 1;
  }
}
span.success {
  color: #1ca64c;
}

.counter-red {
  background-color: #FF0000;
  color: #FFF;
  border-radius: 100px;
  font-size: 0.7rem;
  vertical-align: top;
  display: inline-block;
  height: 1rem;
}
.counter-red:not(:empty) {
  min-width: 1rem;
  text-align: center;
  padding: 1px 3px;
  margin-left: 0.3rem;
  margin-top: -0.2rem;
}
.counter-red:not(:empty) + .folder-all-counter {
  display: none;
}

.header-menu {
  display: block;
  border-right: 1px #DDD solid;
  background-color: #F5F5F5;
  height: 100%;
}
@media print {
  .header-menu {
    display: none;
  }
}
.header-menu .counter-new {
  background-color: #FF0000;
  color: #FFF;
  border-radius: 100px;
  font-size: 0.7rem;
  vertical-align: top;
  display: inline-block;
  height: 1rem;
}
.header-menu .counter-new:not(:empty) {
  min-width: 1rem;
  text-align: center;
  padding: 1px 3px;
  margin-left: 0.3rem;
  margin-top: -0.2rem;
}
.header-menu .counter-new:not(:empty) + .folder-all-counter {
  display: none;
}
.header-menu .folder-all-counter {
  display: inline-block;
  opacity: 0.7;
  background-color: #AAA;
  color: #FFF;
  border-radius: 3px;
  vertical-align: top;
  height: 1.3rem;
}
.header-menu .folder-all-counter:not(:empty) {
  min-width: 1rem;
  text-align: center;
  padding: 0 3px;
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.header-menu.template-menu li .is-active {
  margin-left: 0.5rem;
}
.header-menu.template-menu .is-filters-view .menu-list:has(.new-downline-filters) {
  display: block !important;
}
.header-menu.template-menu .is-filters-view .menu-list:has(.new-downline-filters) > li {
  display: none;
}
.header-menu .menu-label:has(+ .main-menu-group) {
  border-left: 3px #888 solid;
  background-color: #EEE;
}
.header-menu .menu-label:has(+ .main-menu-group).menu-label:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
.header-menu .main-menu-group {
  padding-left: 0.25em;
  padding-bottom: 0.5em;
  position: relative;
  background-color: #EEE;
}
.header-menu .main-menu-group:before {
  content: " ";
  position: absolute;
  left: 0.2em;
  border: 1px #dbdbdb solid;
  height: 100%;
  width: 1px;
}
.header-menu .main-menu-group li a:not(.is-active):hover {
  background-color: #E5E5E5 !important;
}
.header-menu .menu-filters-block {
  margin-top: 0.5rem;
}
.header-menu .menu-html-element {
  padding: 0.1rem 0.5rem;
}
.header-menu .menu-html-element .caption {
  padding: 0.25rem 0.5rem;
  font-weight: bold;
}
.header-menu .menu-html-element .field:not(:last-child) {
  margin-bottom: revert;
}
.header-menu .menu-html-element .field {
  padding: 0.1rem 0;
}
.header-menu .menu-html-element .label {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-menu {
    z-index: 6;
    position: fixed;
    left: 0;
    background-color: transparent;
  }
  .header-menu.template-menu .menu-periods-new {
    display: none;
  }
  .header-menu .menu {
    background-color: #FFF;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -500px;
    opacity: 0.1;
    transition: left 0.5s, opacity 0.5s;
    box-shadow: 0 0 20px 0 #000;
    overflow-y: scroll;
  }
  .header-menu .shader {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: opacity 0.5s;
    background-color: #000;
  }
  .header-menu .shader:after {
    content: " ";
    background: url(/images/close2.png) center/32px no-repeat #000;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 0.4;
  }
  .header-menu.rolling .shader {
    width: 100%;
  }
  .header-menu.active {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header-menu.active .shader {
    opacity: 0.5;
    width: 100%;
  }
  .header-menu.active .menu {
    left: 0;
    opacity: 1;
    width: 250px;
  }
  .header-menu .mainmenu.is-filters-view .menu-list:not(.menu-mainreport) {
    display: none;
  }
  .header-menu .mainmenu.is-filters-view .menu-report-filters .menu-list {
    display: block;
    border-left: none;
    margin: 0;
    padding-left: 0;
  }
  .header-menu .mainmenu.is-filters-view .menu-report-filters .menu-list .expand-area {
    display: block !important;
  }
  .header-menu .mainmenu.is-filters-view .menu-mainreport > li:first-child {
    display: none;
  }
  .header-menu .mainmenu.is-filters-view .menu-label, .header-menu .mainmenu.is-filters-view .menu-transfers {
    display: none;
  }
  .header-menu .mainmenu.is-filters-view + .zoom-control {
    display: none;
  }
  .header-menu .mainmenu:not(.is-filters-view) .menu-periods, .header-menu .mainmenu:not(.is-filters-view) .menu-report-filters {
    display: none;
  }
}
.p-list p, .p-list .p-list-item, .xrefs-list.p-list p, .xrefs-list.p-list .p-list-item {
  padding: 2px;
  opacity: 1 !important;
  line-height: 1.5rem;
  text-indent: 2rem;
}
.p-list + .p-list, .xrefs-list.p-list + .p-list {
  padding-top: 16px;
}
.p-list.is-size-6, .xrefs-list.p-list.is-size-6 {
  line-height: 1.5rem;
}
.p-list.is-bulled p, .xrefs-list.p-list.is-bulled p {
  padding-left: 20px;
  position: relative;
}
.p-list.is-bulled p:before, .xrefs-list.p-list.is-bulled p:before {
  content: "•";
  position: absolute;
  left: 6px;
  top: 6px;
}

.section.index-bar a {
  color: #0f81cc !important;
}

.section.p-list p {
  padding: 4px;
}

.menu-list li {
  position: relative;
}
.menu-list a.disabled {
  opacity: 0.4;
}

.new-downline-filters .input-type-30 .select, .new-downline-filters .input-type-30 select {
  width: 100%;
}
.new-downline-filters .filterline .field {
  margin-bottom: 0;
}
.new-downline-filters .filterline:has(.input-type-30) label {
  padding: 0;
}
.new-downline-filters .filterline:has(.more-filters .input-type-30) label {
  padding: 3px 0;
}
.new-downline-filters .filterline:not(:has(.more-filters .control)) .filter-arrow {
  display: none;
}
.new-downline-filters .filter-label {
  text-align: left;
}

a.cell-button {
  padding: 0 10px;
  height: auto;
}

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

span.tippy {
  opacity: 0.3;
  vertical-align: super;
  line-height: 0.5rem;
  padding-left: 0.1rem;
}

.smalltip {
  position: relative;
}
.smalltip:before {
  content: attr(data-tip);
  position: absolute;
  background-color: #000;
  color: #FFF;
  padding: 4px 10px;
  top: 1rem;
  left: 2rem;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  border: 1px #F00 solid;
}
.smalltip:hover:before {
  opacity: 1;
}

.err-cell {
  border: 1px #DDD solid;
  border-radius: 3px;
  background-color: rgba(255, 220, 0, 0.1);
  padding: 0.1rem 0.25rem;
  line-height: 1.5rem;
  display: inline-block;
  margin: 0.1rem 0;
}

.err-cell-ul {
  border-bottom: 2px #F00 solid;
  background-color: rgba(255, 0, 0, 0.1);
}

table.table-list td {
  padding: 2px;
}
table.table-list td:nth-child(2) {
  padding-left: 20px;
}

table.nat-table {
  border: 1px #DDD solid;
  position: relative;
}
table.nat-table.wide {
  width: 100%;
}
table.nat-table th {
  background-color: #f5f5f5;
  padding: 4px 2px;
  font-size: 1rem;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 1;
  box-shadow: 0 1px 1px 0 #0003;
}
table.nat-table th:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #DDD;
  height: 1px;
  width: 100%;
}
table.nat-table td {
  padding: 4px;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  width: 10px;
}
table.nat-table td.is-adaptive {
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 10rem;
}
table.nat-table td.right {
  text-align: right;
}
table.nat-table td .pale {
  opacity: 0.5;
}
table.nat-table tr.active td {
  background-color: #ffecdc;
}
table.nat-table tr.active td.f-1 {
  opacity: 1;
}
table.nat-table tr:not(:last-child) {
  border-bottom: 1px #DDD solid;
}
table.nat-table tr:nth-of-type(2n+1) {
  background-color: #fafafa;
}
table.nat-table tr:nth-of-type(2n) {
  background-color: #f5f5f5;
}
table.nat-table tr:hover {
  background-color: #fff3b3;
}
table.nat-table tr.row-red:nth-of-type(2n+1) {
  background-color: #FEE;
}
table.nat-table tr.row-red:nth-of-type(2n) {
  background-color: #FDD;
}
table.nat-table tr.row-red {
  opacity: 0.7;
  transition: opacity 0.3s;
}
table.nat-table tr.row-red:hover {
  opacity: 1;
}
table.nat-table tr.total-row td {
  border-top: 1px #777 solid;
  border-bottom: 1px #777 solid;
  padding-top: 10px;
}
table.nat-table tr.is-bold td {
  font-weight: bold;
}
table.nat-table tr.rl-new-row td {
  animation: fadeBgNewItem 3s forwards;
}
table.nat-table.vert-middle td {
  vertical-align: middle;
}
table.nat-table.dealers-list td:nth-child(2), table.nat-table.dealers-list td:nth-child(3), table.nat-table.dealers-list td:nth-child(4) {
  white-space: normal;
}
table.nat-table tr.idnt-:last-child {
  display: none;
}
table.nat-table th.sort-cell {
  text-decoration: underline;
  padding-right: 30px;
  cursor: pointer;
}
table.nat-table th.sort-cell[data-sortdir=desc]:after, table.nat-table th.sort-cell[data-order_by=desc]:after {
  content: "";
  border: 6px solid transparent;
  border-top: 10px #188adc solid;
  position: absolute;
  top: 8px;
  margin-left: 8px;
}
table.nat-table th.sort-cell[data-sortdir=asc]:after, table.nat-table th.sort-cell[data-order_by=asc]:after {
  content: "";
  border: 6px solid transparent;
  border-bottom: 10px #188adc solid;
  position: absolute;
  top: 2px;
  margin-left: 8px;
}
table.nat-table td.f-1 {
  text-align: right;
  opacity: 0.7;
}
table.nat-table td.f-2 {
  text-align: right;
  opacity: 0.7;
}
table.nat-table td.f-5 {
  text-align: left;
}
table.nat-table td.f-6 {
  text-align: center;
}
table.nat-table td.f-7 {
  min-width: 20rem;
  white-space: normal;
}
table.nat-table td.f-8 {
  text-align: right;
}
table.nat-table td.f-9 {
  text-align: left;
}
table.nat-table td.f-10, table.nat-table td.f-11 {
  text-align: right;
}
table.nat-table td.f-15 {
  text-align: center;
}
table.nat-table td.f-17 {
  text-align: center;
  width: 10rem;
  white-space: nowrap;
}
table.nat-table td.f-20 {
  text-align: center;
  opacity: 0.3;
}
table.nat-table tr.separator {
  border-top: 3px #DDD solid;
}

.is-test-2025 thead th {
  padding-inline: 0.5em;
}
.is-test-2025 .mainreport.nat-table.wide {
  width: unset;
}

@keyframes fadeBgNewItem {
  0% {
    background-color: rgba(255, 238, 89, 0.8);
  }
  40% {
    background-color: rgba(255, 238, 89, 0.8);
  }
  99% {
    background-color: rgba(242, 245, 169, 0);
  }
  100% {
    background-color: revert;
  }
}
.qm-table {
  display: table;
  width: 100%;
  text-align: left;
}
.qm-table.is-centered {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.qm-table.is-narrow {
  width: auto;
}
@media screen and (max-width: 639px) {
  .qm-table.maxwidth-block-500 .qm-row .qm-cell {
    display: block !important;
    width: 100%;
  }
}
.qm-table.is-paddings .qm-row .qm-cell {
  padding: 2px;
}
.qm-table.bordered-list .qm-row:nth-of-type(2n) {
  background-color: #FAFAFA;
}
.qm-table.bordered-list .qm-row:nth-of-type(2n+1) {
  background-color: #F5F5F5;
}
.qm-table.bordered-list .qm-row:first-child .qm-cell {
  border-top: 1px #DDD solid;
}
.qm-table.bordered-list .qm-row .qm-cell {
  border-bottom: 1px #DDD solid;
  padding: 2px 4px;
}
.qm-table.bordered-list .qm-cell:first-child {
  border-left: 1px #DDD solid;
  padding-left: 10px;
}
.qm-table.bordered-list .qm-cell:last-child {
  border-right: 1px #DDD solid;
  padding-right: 10px;
}
.qm-table.bordered-list .qm-row.header .qm-cell {
  border-bottom: 1px #888 solid;
  background-color: #EEE;
}
.qm-table.bordered-list .qm-row.header.is-dark .qm-cell {
  border-bottom: 1px #DDD solid;
  background-color: #EEE;
}
.qm-table.bordered-list .qm-row.header.is-centered .qm-cell {
  text-align: center;
}
.qm-table .qm-row {
  display: table-row;
}
.qm-table .qm-row.header .qm-cell {
  font-weight: bold;
  padding: 2px 6px;
}
.qm-table .qm-row.header .qm-cell.sort-cell {
  text-decoration: underline;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.qm-table .qm-row.header .qm-cell.sort-cell[data-sortdir=desc]:after {
  content: "";
  border: 6px solid transparent;
  border-top: 10px #188adc solid;
  position: absolute;
  top: 8px;
  margin-left: 8px;
}
.qm-table .qm-row.header .qm-cell.sort-cell[data-sortdir=asc]:after {
  content: "";
  border: 6px solid transparent;
  border-bottom: 10px #188adc solid;
  position: absolute;
  top: 2px;
  margin-left: 8px;
}
.qm-table .qm-row.separator .qm-cell {
  border-top: 2px #bbb solid;
}
.qm-table .qm-row.report-spacer {
  height: 10px;
}
.qm-table .qm-row.report-spacer:before {
  content: " ";
  display: block;
  background-color: #EEE;
  border-bottom: 1px #DDD solid;
  position: absolute;
  height: 10px;
  left: 10px;
  right: 10px;
}
.qm-table .qm-row.vert-middle .qm-cell {
  vertical-align: middle;
}
.qm-table .qm-row.is-yellow:nth-of-type(2n) {
  background-color: #ffffc3;
}
.qm-table .qm-row.is-yellow:nth-of-type(2n+1) {
  background-color: #ffffe8;
}
.qm-table .qm-row.is-red:nth-of-type(2n) {
  background-color: #ffe3e3;
}
.qm-table .qm-row.is-red:nth-of-type(2n+1) {
  background-color: #ffecec;
}
.qm-table .qm-row.is-opacity {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.qm-table .qm-row.is-opacity:hover {
  opacity: 1;
}
.qm-table .qm-row.is-bold {
  font-weight: bold;
}
.qm-table .qm-row .qm-cell {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}
.qm-table .qm-row .qm-cell.is-warning {
  background-color: #ffa8a8;
}
.qm-table .qm-row .qm-cell.t-key {
  padding-right: 10px;
}
.qm-table .qm-row .qm-cell.right {
  text-align: right;
}
.qm-table .qm-row .qm-cell.wide {
  width: 100%;
}
.qm-table .qm-row .qm-cell .mainmenu {
  min-width: 220px;
  max-width: 270px;
}
@media screen and (max-width: 639px) {
  .qm-table .qm-row .qm-cell .mainmenu {
    max-width: 200px;
  }
}
.qm-table .qm-row .qm-cell a.cell-button {
  padding: 0 10px;
  height: auto;
}
.qm-table .qm-row .qm-cell > .control {
  padding: 4px;
}
.qm-table .qm-row .qm-cell > .control.verynarrow {
  min-width: 75px;
  max-width: 110px;
  padding: 0;
}
.qm-table .qm-row .qm-cell > .control.narrow {
  min-width: 140px;
  padding: 0 4px;
}
.qm-table .qm-row .qm-cell.attention {
  background-color: #FDD;
}
.qm-table .qm-row .qm-cell.is-centered {
  text-align: center;
}
.qm-table .qm-row .qm-cell .action-cell {
  text-align: center;
  white-space: nowrap;
  padding-right: 2px;
}
.qm-table .qm-row .qm-cell .action-cell .button.button-box {
  display: inline-block;
  width: 30px;
  padding: 4px 0;
  margin: 0 2px;
  height: auto;
}
.qm-table .qm-row .qm-cell input[type=checkbox] + label {
  display: block;
}
.qm-table .qm-row .qm-cell.wmin200 {
  min-width: 200px;
  padding: 0 4px;
}
.qm-table .qm-row .qm-cell .buttons {
  border: 1px #F00 solid;
  position: absolute;
  right: 4px;
  top: 2px;
  padding: 2px 10px;
}
.qm-table .qm-row .qm-cell.is-visible-mobile {
  display: none;
}
@media screen and (max-width: 639px) {
  .qm-table .qm-row .qm-cell.is-mobile {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .qm-table .qm-row .qm-cell.is-12-mobile {
    display: block;
  }
  .qm-table .qm-row .qm-cell.is-visible-mobile {
    display: table-cell;
  }
}
@media screen and (max-width: 479px) {
  .qm-table .qm-row .qm-cell.is-mobile {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .qm-table .qm-row .qm-cell.is-12-mobilesmall {
    display: block;
  }
  .qm-table .qm-row .qm-cell.is-visible-mobilesmall {
    display: table-cell;
  }
}
.qm-table .qm-row.deleted {
  text-decoration: line-through;
}
.qm-table .green {
  background-color: #d7ffdf;
}
.qm-table .red {
  background-color: #ffeded;
}
@media screen and (max-width: 599px) {
  .qm-table.inline-600 .qm-cell {
    display: block;
  }
}
.qm-table.no-paddings {
  padding: 0;
}

.vert-middle, .vert-middle .qm-row .qm-cell {
  vertical-align: middle !important;
}

.controls-caption {
  font-weight: bold;
  white-space: nowrap;
}

.control.is-centered {
  text-align: center;
}
.control.verynarrow {
  min-width: 75px;
  max-width: 110px;
}

input.input {
  color: #000;
  font-weight: bold;
}
input.input::placeholder {
  color: #555;
  font-weight: normal;
}

button.button.clear-filter {
  width: 2rem;
  content: " ";
  right: 0;
  font-weight: bold;
  line-height: 1rem;
  background: url(/images/close2.png) center/1.1rem no-repeat #949494;
  opacity: 0.8;
  transition: opacity 0.2s;
}
button.button.clear-filter:hover {
  border: 1px #888 solid;
  opacity: 1;
}

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

.nowrap {
  white-space: nowrap;
}

.min-cont {
  max-width: min-content;
  width: 1px;
  white-space: nowrap;
}

.menu_box .control {
  padding: 1px;
}

#main_filters .control {
  padding: 2px;
}
#main_filters .control .select {
  width: 100%;
}
#main_filters .control .select select {
  width: 100%;
}

#main_filters .menu_box {
  text-align: left !important;
}

.modal-search-id {
  padding-right: 10px;
  padding-top: 0.3rem;
}
@media screen and (max-width: 639px) {
  .modal-search-id {
    float: none;
    padding: 2px 6px;
  }
}

input.is-code {
  -moz-appearance: textfield;
}

input.is-code::-webkit-inner-spin-button, input.is-code::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input.is-numeric {
  -moz-appearance: textfield;
}

input.is-numeric::-webkit-inner-spin-button, input.is-numeric::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.input.bsmall, .button.bsmall {
  padding: 0.2rem 0.5rem;
  height: inherit;
}

.trans-form-line .input.bsmall {
  padding: 0.2rem 0.1rem;
}
.trans-form-line .control {
  padding: 1px 0;
}

.input-link {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}

.checkbox:not(checked) {
  display: none;
  opacity: 0;
}

.checkbox:not(checked) + span {
  position: relative;
  padding-left: 2.4rem;
}

.checkbox:not(checked) + span:before {
  content: "";
  position: absolute;
  left: 5px;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 3px;
  border: 2px #DDD solid;
  background-color: #FFF;
  top: 0;
}

.checkbox:not(checked) + span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
}

.checkbox + span:after {
  content: " ";
  background: url(/images/checkbox.svg) no-repeat center/1.5rem 1.5rem transparent;
  opacity: 0;
  top: 0;
  margin-left: 6px;
  transition: opacity 0.3s;
}

.checkbox:checked + span:after {
  opacity: 0.8;
}

.checkbox:not(:checked):hover + span:after {
  opacity: 0.1;
}

.checkbox:not(checked) {
  display: none;
  opacity: 0;
}

.checkbox:not(checked) + label {
  position: relative;
  padding-left: 2.4rem;
}

.checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  left: 5px;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 3px;
  border: 2px #DDD solid;
  background-color: #FFF;
}

.checkbox:not(checked) + label:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
}

.checkbox + label:after {
  content: " ";
  background: url(/images/checkbox.svg) no-repeat center/1.5rem 1.5rem transparent;
  opacity: 0;
  margin-left: 6px;
  transition: opacity 0.3s;
}

.checkbox:checked + label:after {
  opacity: 0.8;
}

.checkbox:not(:checked):hover + label:after {
  opacity: 0.1;
}

.tippy-tooltip {
  max-width: 400px !important;
}
.tippy-tooltip .tippy-content {
  overflow-x: auto;
  overflow-y: hidden;
}

.tippy-tooltip .tippy-dropdown {
  display: block;
  padding: 0.5rem;
  font-size: 1rem;
}

.tippy-dropdown {
  display: none;
}

span[data-tippy-dropdown]:not(.button, .header-filter) {
  border-bottom: 1px #18396e dashed;
  cursor: pointer;
}
span[data-tippy-dropdown]:not(.button, .header-filter):focus {
  outline: none;
}

label {
  position: relative;
}
label input[type=checkbox]:checked + span:after, label input[type=radio]:checked + span:after {
  opacity: 0.8;
}
label input[type=checkbox]:focus + span:before, label input[type=radio]:focus + span:before {
  opacity: 1;
  border: 1px #3273dc solid;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
label input[type=checkbox]:focus:not(checked) + span:after, label input[type=radio]:focus:not(checked) + span:after {
  opacity: 0.1;
}
label input[type=checkbox]:focus:checked + span:after, label input[type=radio]:focus:checked + span:after {
  opacity: 0.8;
}
label input[type=checkbox]:not(checked), label input[type=radio]:not(checked) {
  position: absolute;
  opacity: 0;
}
label input[type=checkbox]:not(checked) + span, label input[type=radio]:not(checked) + span {
  position: relative;
  padding-left: 2.4rem;
}
label input[type=checkbox]:not(checked) + span:before, label input[type=radio]:not(checked) + span:before {
  content: "";
  position: absolute;
  left: 5px;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 3px;
  border: 2px #DDD solid;
  background-color: #FFF;
  top: 0;
}
label input[type=checkbox]:not(checked) + span:after, label input[type=radio]:not(checked) + span:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1.3rem;
  height: 1.3rem;
}
label input[type=checkbox]:not(:checked):hover + span:after, label input[type=radio]:not(:checked):hover + span:after {
  opacity: 0.1;
}
label input[type=checkbox] + span:after, label input[type=radio] + span:after {
  content: " ";
  top: 1px;
  background: url(/images/checkbox.svg) no-repeat center/1.5rem 1.5rem transparent;
  opacity: 0;
  margin-left: 6px;
  transition: opacity 0.3s;
}

.to-hide {
  display: none;
}
.to-hide.show {
  display: block;
}

.block.to-hide {
  display: none;
}
.block.to-hide.show {
  display: block;
}

.bwide {
  width: 100%;
}

.input-label {
  vertical-align: middle;
  padding-right: 1rem;
}

/* в списке */
label.radio input {
  margin-right: 8px;
}

.collapsed-block {
  margin: 5px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.collapsed-block .collapsed-block-name {
  background-color: #EEE;
  padding: 3px 30px;
  position: relative;
}
.collapsed-block .collapsed-block-name:after {
  content: " ";
  position: absolute;
  top: 10px;
  left: 4px;
  margin-right: 0.5rem;
  border: 0.4rem solid transparent;
  border-top-color: #AAA;
  border-bottom: 0;
  transition: transform 0.3s;
  transform: rotate(-90deg);
  z-index: 1;
}
.collapsed-block .collapsed-block-name.active:after {
  border-top-color: #666;
  transform: rotate(0deg);
}
.collapsed-block .collapsed-block-hidden {
  background-color: #F5F5F5;
  border: 1px #EEE solid;
  padding: 3px 8px;
  display: none;
}

.ui-menu-item-wrapper i {
  color: #BBB;
  font-style: normal;
}

.summary-info {
  width: auto;
  max-width: max-content;
  margin: 0 auto;
}
.summary-info .qm-row .qm-cell {
  text-align: left;
}
.summary-info .qm-row .qm-cell:nth-of-type(2n) {
  padding-left: 30px;
}
.summary-info .area-hide {
  margin-top: 4px;
}
.summary-info .si-title {
  font-weight: bold;
  border-bottom: 1px #999 dotted;
  padding: 0 4px;
  display: inline-block;
  cursor: pointer;
}
.summary-info .table {
  width: 100%;
}
.summary-info .table td {
  border: none;
  padding: 0.25em 0.5em;
}
.summary-info .table td.value {
  text-align: right;
  white-space: nowrap;
}

.section {
  padding-top: 10px;
  padding-bottom: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}
.section.is-centered {
  text-align: center;
}
.section:last-child {
  padding-bottom: 10px;
}
.section .report-title {
  padding: 2px 10px 6px 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .section {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
  }
}

#modal .section:last-child {
  padding-bottom: 2px;
}

@media screen and (max-width: 639px) {
  .box {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
.box h5.title {
  margin: 0.3rem 1.5rem;
}

.iziModal-content .modal-loading {
  padding: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.iziModal-content .err {
  padding: 10px;
  background-color: #ffccba;
  color: #d63301;
}
.iziModal-content .inf {
  padding: 10px;
  background-color: #e3f1c0;
  color: #6d8345;
}
.iziModal-content .mobile-menu-bar {
  display: none;
}

#modal_ask strong.slideIn {
  margin: 0;
}
#modal_ask p.slideIn {
  clear: both;
  float: none;
  padding-top: 10px;
  margin-left: -35px;
  margin-right: -30px;
  margin-bottom: 0;
}
#modal_ask .iziToast-icon, #modal_ask .iziToast-close {
  top: 10px;
}
#modal_ask .iziToast-close {
  height: 20px;
}

.test-body {
  border: #0f81cc 2px dotted;
}

.tools-menu a.xref {
  display: inline;
}
.tools-menu a.xref:before {
  content: "";
  display: block;
}

.services-details-block {
  max-width: 500px;
  margin: 0 auto;
}

.services-history-list {
  max-height: 600px;
  overflow-y: scroll;
  margin-top: 10px;
}

.file-label .file-name {
  line-height: 1.8rem;
}

.scroll-x {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 2px 8px;
}
@media screen and (max-width: 639px) {
  .scroll-x {
    padding: 0;
  }
}
.scroll-x .scroll-area {
  display: table-cell;
  overflow-x: auto;
  max-width: 0;
  padding: 2px 0;
}
.scroll-x .scroll-area .is-narrow {
  width: max-content;
}
.scroll-x .scroll-area .scroll-y {
  overflow-y: auto;
}
.scroll-x .scroll-area .scroll-y.standard {
  max-height: 75vh;
}

.g-recaptcha {
  width: max-content;
  margin: 0 auto;
}

.qm-row.hidden-row {
  display: none;
}

.w50, input.w50 {
  width: 50px;
}

.w80, input.w80 {
  width: 80px;
}

.w100, input.w100 {
  width: 100px;
}

.w150, input.w150 {
  width: 150px;
}

.w250, input.w250 {
  width: 250px;
}

.w200, input.w200 {
  width: 200px;
}

.mw100 {
  min-width: 100px;
}

.msg_create_to_name {
  vertical-align: middle;
  padding-left: 10px;
}

.modes-ch-area .modes-title {
  font-size: 1.1rem;
  padding-left: 16px;
  padding-bottom: 6px;
  padding-top: 4px;
}
.modes-ch-area a.mode-btn {
  padding: 3px 8px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: left;
  margin: 1px auto;
  color: #555;
  border: 1px #DDD solid;
  background-color: #EEE;
  display: block;
}
.modes-ch-area a.mode-btn.activate {
  background-color: #999;
}
.modes-ch-area a.mode-btn.active {
  background-color: #DDD;
}
.modes-ch-area a.mode-btn.disabled {
  color: #999;
  cursor: not-allowed;
  background-color: #F5F5F5;
}

.mm-filters {
  max-width: 800px;
  margin: 0 auto;
  display: none;
}

.mm-answer-block .cell-caption {
  width: 200px;
}

.msg-actions {
  position: absolute;
  right: 8px;
  vertical-align: middle;
}
.msg-actions a {
  border: 1px #999 solid;
  padding: 1px 6px;
  border-radius: 20px;
}
.msg-actions a:hover {
  text-decoration: none;
}

.bmessage .message-text {
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-indent: 2rem;
}
.bmessage .message-headers {
  font-size: 0.9rem;
  color: #777;
  text-indent: inherit;
  line-height: normal;
}

.wmax1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.wmax800 {
  max-width: 800px;
  margin: 0 auto;
}

.wmax600 {
  max-width: 600px;
  margin: 0 auto;
}

.wmax400 {
  max-width: 400px;
  margin: 0 auto;
}

.is-wmax400 {
  max-width: 400px;
}

.is-wmax800 {
  max-width: 800px;
}

.expand-area .field {
  padding: 0;
}

.field.is-centered:not(.qm-table) {
  text-align: center;
}

.is-auto-margins {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}

.index-buttons {
  max-width: 600px;
  width: 100% !important;
}
.index-buttons .index-button {
  display: block;
  padding: 10px 0;
  font-size: 2rem;
  border: 1px #DDD solid;
  cursor: pointer;
  background-color: #FAFAFA;
  box-shadow: 0 0 3px #DDDDDD;
  font-family: Georgia;
  font-variant: small-caps;
  color: #64a2ff;
  text-decoration: none;
  margin: 10px 0;
  text-align: center;
}
.index-buttons .index-button:hover {
  color: #2c61b1;
  border: 1px #999 solid;
  background-color: #EEE;
}
.index-buttons .index-button-reg {
  color: #F00;
  text-align: center;
}
.index-buttons .index-button-reg:before {
  content: "";
  height: 100px;
}

.index-page {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.index-page .index-button {
  display: block;
  padding: 10px 0;
  font-size: 2rem;
  border: 1px #DDD solid;
  cursor: pointer;
  background-color: #FAFAFA;
  box-shadow: 0 0 3px #DDDDDD;
  font-family: Georgia;
  font-variant: small-caps;
  color: #64a2ff;
  text-decoration: none;
  margin: 10px 0;
  text-align: center;
}
.index-page .index-button:hover {
  color: #2c61b1;
  border: 1px #999 solid;
  background-color: #EEE;
}
.index-page .browsers {
  text-align: center;
  margin-top: 2rem;
}
.index-page .reg-instruction {
  text-align: center;
  margin-top: 100px;
}
.index-page .reg-instruction a {
  color: #F00;
}
.index-page .referral-link {
  text-align: center;
}

.small {
  color: #666;
  font-size: 0.8rem;
}

.file-name.is-correct {
  background-color: #e0fff2;
  padding-right: 50px !important;
}
.file-name.is-correct:after {
  content: " ";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  opacity: 0.8;
}

.red-warn {
  display: inline-block;
  background-color: #ffdd57;
  color: #444;
  border: 2px #444 solid;
  border-radius: 1000px;
  width: 1.4rem;
  padding: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2rem;
}

.reportname {
  background-color: #fff3b3;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 1.1rem;
  text-align: left;
  box-shadow: inset #f5d8ab 1px 3px 9px 0, #ffb644 0px 0px 1px 1px;
  overflow: hidden;
}

.is-mobile {
  display: none;
}

.ico-search {
  content: " ";
  width: 1rem;
  height: 1rem;
  background: url(/images/ico-search.png) center/1rem no-repeat #000;
}

.ico-search-black {
  content: " ";
  width: 1rem;
  height: 1rem;
  background: url(/images/ico-search-black.svg) center/1rem no-repeat;
}

.ico-close {
  content: " ";
  width: 1rem;
  height: 1rem;
  background: url(/images/ico-close.png) center/1rem no-repeat #000;
}

.ico-close-black {
  display: block;
  content: " ";
  width: 1rem;
  height: 1rem;
  background: url(/images/ico-close-black.svg) center/1rem no-repeat;
}

.ico-close-black-old {
  display: block;
  content: " ";
  width: 1rem;
  height: 1rem;
  background: url(/images/ico-close-black.svg) center/1rem no-repeat;
}

.ico-fs-black {
  display: block;
  content: " ";
  width: 1rem;
  height: 1rem;
  background: url(/images/ico-fullscreen-black.svg) center/1rem no-repeat;
}

.ico-important {
  display: inline-block;
  content: " ";
  width: 1.4rem;
  height: 1.4rem;
  background: url(/images/ico-important-black.svg) center/1rem no-repeat;
  border: 2px #F33 solid;
  border-radius: 3px;
}

.ico-question {
  display: inline-block;
  content: " ";
  width: 1.4rem;
  height: 1.4rem;
  background: url(/images/ico-question-circle.svg) center/1rem no-repeat;
}

.ico-zoom-in {
  display: inline-block;
  content: " ";
  width: 2rem;
  height: 2rem;
  background: url(/images/ico-zoomin-2-black.svg) center/2rem no-repeat;
}

.ico-zoom-out {
  display: inline-block;
  content: " ";
  width: 2rem;
  height: 2rem;
  background: url(/images/ico-zoomout-2-black.svg) center/2rem no-repeat;
}

.footer-line {
  text-align: center;
  background-color: #4f8dcd;
  color: #DDD;
  font-size: 1rem;
}

#mr-caption {
  transition: opacity 1s;
  opacity: 1;
}
#mr-caption span.loading {
  opacity: 0.5;
}
#mr-caption.loading {
  opacity: 0.2;
}

#mr-content, #modal .m-loading, .report.loading {
  position: relative;
  opacity: 1;
  transition: opacity 0.5s;
}
#mr-content:after, #modal .m-loading:after, .report.loading:after {
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}
#mr-content.loading, #modal .m-loading.loading, .report.loading.loading {
  opacity: 0.5;
}
#mr-content.loading:after, #modal .m-loading.loading:after, .report.loading.loading:after {
  content: "";
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: url(/images/loading_128.gif) center 80px no-repeat white;
  z-index: 1;
}

.block.is-loading {
  position: relative;
  transition: opacity 0.5s;
  opacity: 0.5;
}
.block.is-loading:after {
  content: "";
  transition: opacity 0.5s;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: url(/images/loading_128.gif) center 80px no-repeat white;
  z-index: 1;
}

#mr-content.loading:empty {
  height: 300px;
}

.section-caption {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  letter-spacing: 0.1rem;
  color: #555;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 639px) {
  .section-caption {
    padding: 0.1rem 0.4rem;
  }
}

.report-info {
  margin: 10px;
  color: #888;
}

.message .is-danger hr {
  height: 0;
  border-bottom: 1px #ffd6d6 solid;
  margin: 40px 0 10px 0;
}
.message.is-primary .message-body {
  padding: 0.8rem 1rem;
}
@media screen and (max-width: 639px) {
  .message.is-primary .message-body {
    padding: 0.4rem 0.6rem;
  }
}

.message {
  margin: 0.5rem 0.2rem;
}

input.inp-error, textarea.inp-error {
  background-color: #FEE !important;
}

.m-not-readed {
  border: 1px #222 solid;
  background-color: #FFFFE5;
}

.messages_list_actions {
  text-align: left;
  max-width: 800px;
}

.pm_full {
  border: 1px #000 solid;
  position: relative;
  padding: 0;
  margin: 3px;
}

.pm_full_tome {
  background-color: #FFFFE5;
}

.pm_full_text {
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 1.1rem;
  line-height: 160%;
  margin-top: 5px;
  text-indent: 1.5em;
}

.pm_full_text_area p {
  font-family: Verdana, sans-serif;
  line-height: 160%;
  font-size: 1.1rem;
  text-indent: 1.5em;
  margin-top: 0.2rem;
}

.mobile-menu-bar .select {
  width: 100%;
}
.mobile-menu-bar .select select {
  width: 100%;
}

.is-mobile-block-only {
  display: none;
}

.is-desktop-block-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-mobile-block-only {
    display: block;
  }

  .is-desktop-block-only {
    display: none;
  }
}
.title:not(:last-child) {
  margin-bottom: 0.5rem;
}

img.instr-img {
  display: block;
  margin: 10px auto;
  border: 2px #0f81cc dashed;
}

button.is-standard, a.is-standard, input[type=button].is-standard, input[type=submit].is-standard {
  background-color: #e8e8e8;
  border-color: #969696;
  color: #000;
  opacity: 0.7;
  transition: opacity 0.2s;
}
button.is-standard.is-standard-danger, a.is-standard.is-standard-danger, input[type=button].is-standard.is-standard-danger, input[type=submit].is-standard.is-standard-danger {
  border-color: #964444;
  border-color: #FF4343;
  background-color: #ff7373;
  color: #FFF;
}
button.is-standard.is-standard-danger:active, button.is-standard.is-standard-danger.is-active, button.is-standard.is-standard-danger:hover, button.is-standard.is-standard-danger.is-hovered, a.is-standard.is-standard-danger:active, a.is-standard.is-standard-danger.is-active, a.is-standard.is-standard-danger:hover, a.is-standard.is-standard-danger.is-hovered, input[type=button].is-standard.is-standard-danger:active, input[type=button].is-standard.is-standard-danger.is-active, input[type=button].is-standard.is-standard-danger:hover, input[type=button].is-standard.is-standard-danger.is-hovered, input[type=submit].is-standard.is-standard-danger:active, input[type=submit].is-standard.is-standard-danger.is-active, input[type=submit].is-standard.is-standard-danger:hover, input[type=submit].is-standard.is-standard-danger.is-hovered {
  background-color: #FF5353;
}
button.is-standard:active, button.is-standard.is-active, button.is-standard:hover, button.is-standard.is-hovered, a.is-standard:active, a.is-standard.is-active, a.is-standard:hover, a.is-standard.is-hovered, input[type=button].is-standard:active, input[type=button].is-standard.is-active, input[type=button].is-standard:hover, input[type=button].is-standard.is-hovered, input[type=submit].is-standard:active, input[type=submit].is-standard.is-active, input[type=submit].is-standard:hover, input[type=submit].is-standard.is-hovered {
  opacity: 1;
  background-color: #D8D8D8;
}

#main_report_area {
  transition: opacity 0.2s;
}
#main_report_area.loading {
  opacity: 0.3;
}

.main-report-div {
  width: 100%;
  border: 1px #DDD solid;
  display: table;
  border-collapse: collapse;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-report-div {
    border-left: none;
    border-right: none;
  }
}
.main-report-div.loading {
  opacity: 0.3;
  transition: opacity 500ms cubic-bezier(0, 0.3, 0.5, 1);
}
.main-report-div .mr-row {
  display: table-row;
}
.main-report-div .mr-row:first-child {
  display: table-header-group;
  background-color: #EEE;
}
.main-report-div .mr-row:first-child .mr-cell {
  text-align: center;
  font-weight: bold;
  padding: 4px 2px 8px 2px;
}
.main-report-div .mr-row.row-red:nth-of-type(2n) {
  background-color: #FEE;
}
.main-report-div .mr-row.row-red:nth-of-type(2n+1) {
  background-color: #FDD;
}
.main-report-div .mr-row.row-red:hover {
  background-color: #FDD;
}
.main-report-div .mr-row:nth-of-type(2n) {
  background-color: #FAFAFA;
}
.main-report-div .mr-row:nth-of-type(2n+1) {
  background-color: #F5F5F5;
}
.main-report-div .mr-row:hover {
  background-color: #fff3b3;
}
.main-report-div .row1 {
  background-color: #FAFAFA;
}
.main-report-div .row1:hover {
  background-color: #fff3b3;
}
.main-report-div .row2 {
  background-color: #EEEEEE;
}
.main-report-div .row2:hover {
  background-color: #fff3b3;
}
.main-report-div .row1-hl {
  background-color: #FFFAFA;
}
.main-report-div .row1-hl:hover {
  background-color: #fff3b3;
}
.main-report-div .row2-hl {
  background-color: #FFEEEE;
}
.main-report-div .row2-hl:hover {
  background-color: #fff3b3;
}
.main-report-div .mr-cell {
  display: table-cell;
  padding: 2px 4px;
  border-bottom: 1px #DDD solid;
  text-align: left;
}
.main-report-div .mr-cell .cell-vert-spacer {
  display: none;
}
.main-report-div .mr-cell.mr-geo-mob {
  display: none;
}
.main-report-div .right {
  text-align: right;
}
.main-report-div .center {
  text-align: center;
}
.main-report-div .pale {
  opacity: 0.3;
}

.line-through {
  text-decoration: line-through;
}

.is-have-imp .is-imp-cell span {
  padding-left: 1.7rem;
}
.is-have-imp .is-imp-cell i.ico-important + span {
  padding-left: 6px;
}

.nat-table i.ico-important {
  margin-right: 6px;
}

.menu-periods {
  display: block;
  text-align: left;
  padding-bottom: 6px;
  padding-left: 0;
}

.menu-periods {
  display: block;
}

.mob-menu-shader {
  opacity: 0;
  transition: opacity 0.5s;
}

.filters-clear-all {
  display: block;
  text-align: center;
}

.retrospective-run, .retrospective-subscription {
  display: block;
  text-align: center;
  padding: 6px;
  background-color: #ffe673;
  margin-bottom: 0.25rem;
}
.retrospective-run:hover, .retrospective-subscription:hover {
  background-color: #fff474 !important;
}

.__menu_pack_remainder:not(:empty):before {
  content: "(";
}
.__menu_pack_remainder:not(:empty):after {
  content: ")";
}

@media screen and (min-width: 769px) {
  .mobfilters {
    display: none;
  }

  .mainmenu {
    display: block !important;
  }
}
.mainmenu .pm-folders {
  background-color: #EEE;
  border-bottom: 7px #DDD solid;
}
.mainmenu .pm-folders a:hover:not(.is-active) {
  background-color: #E5E5E5;
}

@media screen and (max-width: 768px) {
  aside.menu .is-hidden2 {
    display: none;
  }

  .mobfilters {
    max-width: 20rem;
  }
  .mobfilters .control {
    padding: 3px;
  }

  .mobile-menu-bar .qm-cell {
    padding: 0 2px;
  }

  .is-mobile-block-only {
    display: block;
  }

  .filters-caption {
    padding: 5px;
    text-align: center;
    background-color: #ffe673;
    text-transform: uppercase;
    color: #333;
  }
}
.is-new {
  color: red;
  vertical-align: super;
  font-weight: bold;
  font-size: 70%;
}

.select .blocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(100, 100, 100, 0.5);
}

.filterline {
  background-color: #EEE;
  border-radius: 3px;
  margin-bottom: 3px;
  position: relative;
  line-height: 1.5rem;
  padding: 2px;
}
.filterline .filter-label {
  padding: 2px 6px;
}
@media screen and (max-width: 768px) {
  .filterline {
    margin: 3px;
  }
}
.filterline label {
  display: block;
  z-index: 2;
  padding: 3px 0;
}
.filterline label:before {
  top: 2px;
}
.filterline label:after {
  top: 2px;
}
.filterline:hover .filter-arrow {
  border-top-color: #222;
}
.filterline .checkbox:checked ~ .filter-arrow {
  transform: rotate(0deg);
  border-top-color: #555;
}

.filter-arrow {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 4px;
  margin-right: 0.5rem;
  border: 0.4rem solid transparent;
  border-top-color: #AAA;
  border-bottom: 0;
  transition: transform 0.3s;
  transform: rotate(-90deg);
  z-index: 1;
}

.ui-autocomplete li:nth-of-type(n+16) {
  display: none;
}

@media screen and (max-width: 639px) {
  .transfers-desktop {
    display: none;
  }
}

.transfers-modal .upload-block.is-2025 .simple-string-hint {
  font-size: 0.75rem;
}
.transfers-modal .upload-block.is-2025 .files-place-here {
  margin: 0;
}
.transfers-modal .upload-limits {
  margin-bottom: 0 !important;
}

.trans-form-full .upload-overall-button {
  text-align: center;
}

.transfers-form {
  max-width: 500px;
  margin: 0 auto;
}
.trans-form-line {
  padding: 0;
}
.trans-form-line .control:not(:last-child):not(.narr) {
  width: 32%;
}
.trans-form-line .control:last-child {
  width: auto;
}
.trans-form-line .narr {
  width: 23%;
}
.trans-form-line button.bsmall {
  padding: 0.1rem 0.4rem;
  margin: 2px;
  border: none;
}

.report-tmp-other .header {
  padding: 4px 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #EEE;
  display: table-header-group;
}
.report-tmp-other .header .qm-cell {
  font-weight: bold;
  padding: 4px 2px 4px 12px;
}
.report-tmp-other .qm-row {
  display: table-row;
}
@media screen and (max-width: 639px) {
  .report-tmp-other .qm-row:not(:first-child) .qm-cell:not(:first-child) {
    border-left: 1px #EEE solid;
  }
}
.report-tmp-other .qm-row:nth-of-type(2n) {
  background-color: #FFFFFF;
}
.report-tmp-other .qm-row:nth-of-type(2n):hover {
  background-color: #fff3b3;
}
.report-tmp-other .qm-row:not(.header):nth-of-type(2n+1) {
  background-color: #FAFAFA;
}
.report-tmp-other .qm-row:not(.header):nth-of-type(2n+1):hover {
  background-color: #fff3b3;
}
.report-tmp-other .row2 {
  background-color: #EEEEEE;
}
.report-tmp-other .row2:hover {
  background-color: #fff3b3;
}
.report-tmp-other .row1-hl {
  background-color: #FFFAFA;
}
.report-tmp-other .row1-hl:hover {
  background-color: #fff3b3;
}
.report-tmp-other .row2-hl {
  background-color: #FFEEEE;
}
.report-tmp-other .row2-hl:hover {
  background-color: #fff3b3;
}
.report-tmp-other .qm-cell {
  display: table-cell;
  padding: 2px 4px;
  border-bottom: 1px #DDD solid;
  text-align: left;
  white-space: nowrap;
}
.report-tmp-other .right {
  text-align: right;
}
.report-tmp-other .center {
  text-align: center;
}
.report-tmp-other .pale {
  opacity: 0.3;
}

p.is-expandable {
  background-color: #ffe673;
  position: relative;
  color: #333;
  opacity: 0.7;
  transition: opacity 0.3s;
  line-height: 1rem;
  padding-left: 12px;
  cursor: pointer;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
p.is-expandable:hover {
  opacity: 1;
}
p.is-expandable:hover .filter-arrow {
  border-top-color: #222;
}
p.is-expandable.is-open {
  opacity: 1;
}
p.is-expandable.is-open > .filter-arrow {
  transform: rotate(0deg);
  border-top-color: #555;
}

.filters-curr-line {
  line-height: 2rem;
  margin-bottom: 0.25rem !important;
}
.filters-curr-line a.button.is-warning.w-close {
  padding-right: 2.5rem;
  margin-bottom: 4px;
}
.filters-curr-line a.button.is-warning.w-close:before {
  content: " ";
  position: absolute;
  right: 0;
  padding-left: 0.5rem;
  height: 100%;
  width: 2rem;
  border-left: 1px #000 solid;
  background: url(/images/close2.png) center/1.1rem no-repeat;
}
.filters-curr-line a.button.is-warning.w-close.is-loading {
  background-color: rgba(255, 221, 87, 0.7) !important;
  color: #6f6f6f !important;
}
.filters-curr-line a.button.w-close:hover:before {
  background-color: #ffa557;
}
.filters-curr-line a.button:not(.w-close):hover {
  background-color: #ffa557;
}
.filters-curr-line .flat-text {
  border: 1px #c7a748 solid;
  border-radius: 5px;
  background-color: rgba(255, 221, 87, 0.7);
  padding: 0.25rem 0.5rem;
  opacity: 0.7;
  color: #4c4c4c;
  cursor: default;
}
.filters-curr-line .spacer {
  padding-left: 1rem;
  padding-right: 0.25rem;
}

.is-tab {
  display: none;
}
.is-tab.is-active {
  display: block;
}

.pagination {
  padding: 5px 10px;
}
.pagination a, .pagination a:hover {
  text-decoration: none;
}
.pagination .pagination-previous, .pagination .pagination-next {
  max-width: 40px;
}
.pagination .pagination-previous.is-disabled, .pagination .pagination-next.is-disabled {
  background-color: #DDD;
}

.iziModal-content .trans-form-line {
  padding: 2px;
}
.iziModal-content .trans-form-line .control {
  padding: 3px;
}

.group-info .group-item {
  display: none;
}
.group-info .group-item.active {
  display: block;
}

.dealer-purchases-list .qm-cell span {
  vertical-align: bottom;
  line-height: 2rem;
}

.abs-right {
  position: absolute;
  left: 7rem;
  top: 0.3rem;
}

.ref-in-modal {
  display: inline-block !important;
  content: " ";
  background: url("/images/ico-new-window.svg") center/1.3rem 1.3rem no-repeat;
  fill: #F00;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.ref-in-modal:hover {
  opacity: 1;
}
.ref-in-modal.is-black {
  background: url("/images/ico-new-window-black.svg") center/1.3rem 1.3rem no-repeat;
}

.iziToast-wrapper {
  z-index: 2010 !important;
}

a.button .a-inside-button {
  padding-left: 0.75rem;
  margin-left: 0.5rem;
  border-left: 1px #FFF solid;
}
a.button .a-inside-button span {
  vertical-align: bottom;
  opacity: 1;
}

.modal-fixed {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 240px;
  top: 230px;
  background-color: #edf5ff;
  padding: 2px;
  cursor: move;
  border-radius: 4px;
  border: 1px #AAA solid;
  box-shadow: 0 0 10px 3px rgba(200, 200, 200, 0.9);
  min-width: max-content;
  transition: opacity 1s;
  opacity: 0;
}
@media screen and (max-width: 639px) {
  .modal-fixed.is-mobile-bottom {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.modal-fixed.is-inactive {
  opacity: 1;
  animation: modal-fixed-deactivate 0.5s ease-in 1 forwards;
}
.modal-fixed.is-active {
  opacity: 0;
  animation: modal-fixed-activate 0.3s ease-out 1 forwards;
  display: block;
}
.modal-fixed .transfers-form {
  padding: 2px 4px;
}
.modal-fixed .transfers-form input.input {
  width: 6rem;
}
.modal-fixed .transfers-form input.input[name=vol] {
  width: 5rem;
}
.modal-fixed .transfers-form .section-caption {
  padding: 0.2rem;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #222;
}
.modal-fixed .header-buttons {
  position: absolute;
  white-space: nowrap;
  top: 0;
  right: 0.2rem;
}
.modal-fixed .header-buttons .header-button {
  opacity: 0.4;
  transition: opacity 0.3s;
  padding: 1rem 0.8rem;
  display: inline-block;
  cursor: pointer;
}
.modal-fixed .header-buttons .header-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1087px) {
  .modal-fixed .header-buttons .header-button {
    padding: 10px;
  }
}

@keyframes modal-fixed-activate {
  from {
    animation-timing-function: ease-out;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-fixed-deactivate {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-slide-btn {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header-menu-slide-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 2rem;
    bottom: 0;
    z-index: 4;
    background: url("/images/ico-slide-arrow-left-black.svg") no-repeat center 1rem/3rem #edf5ff;
    opacity: 0.7;
    transition: all 0.5s;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.4);
  }
  .header-menu-slide-btn:before {
    position: absolute;
    transition: all 0.5s;
    content: " ";
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    z-index: -1;
    background-color: #edf5ff;
  }
  .header-menu-slide-btn.is-collapsed {
    background-color: transparent;
    background: none;
    position: fixed;
    opacity: 1;
  }
  .header-menu-slide-btn.is-collapsed:before {
    background: url("/images/ico-slide-arrow-right-black.svg") no-repeat center 1rem/3rem #edf5ff;
    opacity: 0.6;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
    width: 2rem;
  }

  .main-container > table td {
    transition: width 0.5s;
  }
  .main-container > table .header-menu-td {
    width: 18rem;
    overflow-x: hidden;
  }
  .main-container > table .header-menu-td .header-menu {
    transition: all 0.5s;
    width: 18rem;
    opacity: 1;
  }
  .main-container > table .header-menu-td .header-menu .menu {
    width: 18rem;
  }
  .main-container > table .main-area {
    width: calc(100% - 18rem);
  }

  .main-container > table .header-menu-td.is-collapsed {
    width: 2rem;
  }
  .main-container > table .header-menu-td.is-collapsed .header-menu {
    width: 2rem;
    opacity: 0;
    overflow-x: hidden;
  }
  .main-container > table .main-area {
    width: calc(100% - 1rem);
  }
}
div:focus {
  outline: none;
}

.multilist-list label {
  display: block;
}
.multilist-list .qm-cell:hover {
  background-color: #EEE;
}

.messages-list .attachment-right {
  margin-left: 3rem;
  position: relative;
  border: 1px #DDD solid;
}
.messages-list .attachment-right:before {
  content: " ";
  position: absolute;
  left: 1.5rem;
  width: 1rem;
  height: 100%;
  background: url(/images/ico-attachment.svg) center/1rem no-repeat;
}
.messages-list .attachment-left {
  position: relative;
  padding-right: 1rem;
  margin-right: 0.5rem;
}
.messages-list .attachment-left:before {
  content: " ";
  position: absolute;
  top: 1px;
  width: 1rem;
  height: 100%;
  background: url(/images/ico-attachment.svg) center/1rem no-repeat;
}

.new-full-message-all {
  border: 1px #DDD solid !important;
  border-radius: 3px;
}
.new-full-message-all.is-red {
  border: 1px #FDD solid !important;
}
.new-full-message-all.is-red .msg-header {
  background-color: #FEE;
}
.new-full-message-all .msg-header {
  display: grid;
  grid-template-columns: 1fr max-content;
  background-color: #EEE;
}
.new-full-message-all .msg-header .msg-subject {
  color: #333;
  text-align: left;
  padding: 6px 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (hover: none) {
  .new-full-message-all .msg-header .msg-subject {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.new-full-message-all .msg-header .msg-xactions {
  vertical-align: middle;
  padding-top: 0.5rem;
  padding-right: 0.4rem;
}
.new-full-message-all .msg-header .msg-xactions a:first-child {
  margin-left: 0.6rem;
}
.new-full-message-all .msg-header .msg-xactions a.msg-button-text {
  display: inline-block;
  height: 1.5rem;
  vertical-align: super;
}
.new-full-message-all .msg-header .msg-xactions a.msg-button {
  display: inline-block;
  content: " ";
  width: 1.5rem;
  height: 1.5rem;
  border: 2px #000 solid;
  border-radius: 3px;
  margin: 0 0.2rem;
  opacity: 0.3;
  transition: opacity 0.3s;
}
@media (hover: none) {
  .new-full-message-all .msg-header .msg-xactions a.msg-button {
    margin: 0 0.4rem;
  }
}
.new-full-message-all .msg-header .msg-xactions a.msg-button:hover {
  opacity: 0.8;
}
.new-full-message-all .msg-header .msg-xactions a.msg-button.msg-button-complaint {
  background: url(/images/ico-important-black.svg) center/1rem no-repeat;
}
.new-full-message-all .msg-header .msg-xactions a.msg-button.msg-button-delete {
  background: url(/images/ico-close-black.png) center/1rem no-repeat;
}
.new-full-message-all .msg-header .msg-xactions a.msg-button.msg-button-block {
  background: url(/images/ico-block-black.png) center/1rem no-repeat;
}
.new-full-message-all .msg-header .msg-xactions a.msg-button.msg-button-plus {
  background: url(/images/ico-slide-arrow-right-black.svg) center/1rem no-repeat;
}
.new-full-message-all .msg-red-warning {
  background-color: #FEE;
  color: #B44;
  padding: 4px 10px;
}
.new-full-message-all .msg-yellow-warning {
  background-color: #ffffc3;
  color: #222;
  padding: 4px 10px;
}
.new-full-message-all .msg-from {
  padding: 4px 20px;
  font-size: 0.8rem;
  color: #555;
  display: block;
  text-align: left;
}
.new-full-message-all .msg-from .msg-service {
  margin-top: 6px;
  margin-bottom: 4px;
  font-size: 0.8rem;
  color: #555;
}
.new-full-message-all .msg-text {
  border-top: 1px #DDD solid;
  padding: 6px;
}
.new-full-message-all .msg-text p {
  font-family: Verdana, sans-serif;
  line-height: 160%;
  font-size: 1.1rem;
  text-indent: 1.5em;
  margin-top: 0.2rem;
}
.new-full-message-all .attachment-files a {
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0.1rem 0.5rem 0.1rem 2rem;
  position: relative;
  display: inline-block;
  border: 1px #EEE solid;
  border-radius: 0.25rem;
}
.new-full-message-all .attachment-files a:hover {
  background-color: #EEE;
  border: 1px #DDD solid;
}
.new-full-message-all .attachment-files a:before {
  content: " ";
  position: absolute;
  left: 0.5rem;
  width: 1rem;
  height: 100%;
  background: url(/images/ico-attachment.svg) center/1rem no-repeat;
}

.bold {
  font-weight: bold;
}

.errors-list p {
  padding: 0.1rem;
  display: block;
}
.errors-list .error-sign {
  padding-right: 0.5rem;
}

.error-sign:before {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  content: "";
  display: inline-block;
  background: url(/images/error_line_sign.png) center/1.25rem no-repeat;
}

.correct-sign:before {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  content: "";
  display: inline-block;
  background: url(/images/checkbox.svg) center/1.25rem no-repeat;
}

.warning-sign:before {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  content: "";
  display: inline-block;
  background: url(/images/ico-warning-yellow.svg) center/1.25rem no-repeat;
}

.control.is-error input {
  border-color: #ff3860;
}
.control.is-error ~ .err-desc {
  display: block;
}
.control ~ .err-desc {
  display: none;
  color: red;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}

.notification-standard:not(:empty) {
  background-color: #effaf3;
  color: #247941;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

.other-report-summary {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr max-content;
}
.other-report-summary .caption {
  text-align: center;
  display: inline-block;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  .other-report-summary {
    grid-template-columns: 1fr min-content;
  }
}
.other-report-summary .exports-list {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
}
.other-report-summary .exports-list > a {
  vertical-align: middle;
}
.other-report-summary .exports-list .caption {
  padding-right: 0.75rem;
}
.other-report-summary .exports-list.paid-export .export-icon {
  position: relative;
}
.other-report-summary .exports-list.paid-export .export-icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(/images/export_paid.png) center/2rem no-repeat;
}
.other-report-summary .exports-list.paid-export a:hover .export-icon:after {
  zoom: 1.5;
}

span.export-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  opacity: 0.6;
  transition: opacity 0.3s;
}
span.export-icon:hover {
  opacity: 1;
}
span.export-icon.export-to-xls {
  background: url(/images/export_xls.png) center/2rem no-repeat;
}
span.export-icon.export-to-doc {
  background: url(/images/export_doc.png) center/2rem no-repeat;
}
span.export-icon.export-to-txt {
  background: url(/images/export_txt.png) center/2rem no-repeat;
}
span.export-icon.export-to-csv {
  background: url(/images/export_csv.png) center/2rem no-repeat;
}
span.export-icon.export-to-csv2 {
  background: url(/images/export_csv_plain.png) center/2rem no-repeat;
}

.marketing-plan-text p {
  margin-bottom: 8px;
  text-align: justify;
  text-indent: 2rem;
}
.marketing-plan-text span.bold {
  margin-top: 1rem;
}
.marketing-plan-text .section-caption:not(:first-child) {
  margin-top: 1.5rem;
}
.marketing-plan-text table {
  margin: 4px 2px 10px 2px;
}
.marketing-plan-text table td, .marketing-plan-text table th {
  border: 1px #DDD solid;
  padding: 2px 6px;
  font-size: 1rem;
}
.marketing-plan-text table th {
  font-weight: bold;
  background-color: #F5F5F5;
  padding-bottom: 4px;
}

.dropzone-notice {
  display: none;
}

.upload-limits {
  text-align: center;
  color: #777;
  font-size: 0.85rem;
}

.modal-fixed .dropzone {
  background: transparent;
  border: none;
}
.modal-fixed .dz-message {
  display: none;
}
.modal-fixed .upload-limits {
  font-size: 0.75rem;
  margin-bottom: -0.75rem;
}

.new-report-class {
  position: relative;
}
.new-report-class.narrow .nat-table.wide {
  width: auto;
}
.new-report-class.is-clickable tr {
  cursor: pointer;
}
.new-report-class .f-25 {
  text-align: center;
}
.new-report-class td:has(.warning-item) {
  background-color: #FDD !important;
}
.new-report-class td:has(.success-item) {
  background-color: #DFD !important;
}

.int-id {
  position: absolute;
  font-size: smaller;
  top: -6px;
  left: 0;
  z-index: 1;
  background-color: #FFF;
  padding: 1px 3px;
  border: 1px #AAA solid;
  border-radius: 5px;
  opacity: 0.7;
  font-weight: bold;
}

@media screen and (max-width: 479px) {
  .summary-list:not(:empty) + .exports-list a {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .summary-list:not(:empty) + .exports-list .caption {
    display: none;
  }
}

.button.is-loading-redirect {
  position: relative;
}
.button.is-loading-redirect:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/images/loader-3dots3.gif) center/3rem no-repeat #333 !important;
  cursor: wait;
  animation-name: loadRedirect;
  animation-duration: 2s;
}

@keyframes loadRedirect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq {
  max-width: 1000px;
  margin: 0 auto;
}
.faq .section-caption:not(:first-child) {
  margin-top: 1rem;
}
.faq .reports-other.is-expandable {
  border-bottom: 1px #000 dotted;
  display: inline;
  cursor: pointer;
  position: relative;
  margin: 0.125rem 1rem;
  line-height: 1.75rem;
}
.faq .reports-other.is-expandable:before {
  content: "•";
  color: #555;
  margin-right: 0.5rem;
  position: absolute;
  left: -1rem;
}
.faq .expand-area {
  border-color: #00d1b2;
  color: #021310;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  line-height: 1.75rem;
}

.input-with-icons input {
  padding-right: 3.5rem !important;
}
.input-with-icons .input-icons {
  position: absolute;
  right: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.input-with-icons .input-icons div.input-icon, .input-with-icons .input-icons button.input-icon {
  border: none;
  outline: none;
  margin: 0 0.125rem;
  opacity: 0.5;
  transition: opacity 0.3s;
  cursor: pointer;
}
.input-with-icons .input-icons div.input-icon:hover, .input-with-icons .input-icons button.input-icon:hover {
  opacity: 0.8;
}

.edu-personal {
  background-color: #FFF;
  padding: 0;
}
.edu-personal .breadcrumb {
  margin-inline: 1rem;
}
.edu-personal .title.is-4 {
  font-size: 1.5rem !important;
  padding-left: 2rem;
}
.edu-personal .title.is-5 {
  font-size: 1.1rem !important;
  padding-left: 2rem;
}
.edu-personal .day-info {
  font-size: 1.5rem;
}
.edu-personal .tabs li a {
  border: none !important;
  background-color: #01A58C !important;
  color: white;
}
.edu-personal .tabs li.is-active a {
  background-color: #01806D !important;
  color: white;
}
.edu-personal .edu-tiles .columns .column a {
  text-decoration: none;
}
.edu-personal .edu-tiles .columns .column a div {
  padding: 2rem;
  font-size: 2rem;
  text-align: center;
  height: 100%;
  color: #FFF;
  border-radius: 4px;
  opacity: 0.9;
}
.edu-personal .edu-tiles .columns .column a div:hover {
  background-color: #d8ebfd;
  opacity: 1;
}
.edu-personal .edu-tiles .columns .column a div .tile-description {
  font-size: 1.25rem;
  display: block;
}
.edu-personal .edu-tiles .columns .column:nth-of-type(1n + 1) div {
  background: url(/images/tiles/img-16.jpg) center top/cover no-repeat;
}
.edu-personal .edu-tiles .columns .column:nth-of-type(2n + 1) div {
  background: url(/images/tiles/img-17.jpg) center top/cover no-repeat;
}
.edu-personal .edu-tiles .columns .column:nth-of-type(3n + 1) div {
  background: url(/images/tiles/img-18.jpg) center top/cover no-repeat;
}
.edu-personal .edu-tiles .columns .column:nth-of-type(4n + 1) div {
  background: url(/images/tiles/img-23.jpg) center top/cover no-repeat;
}
.edu-personal .edu-tiles .columns .column:nth-of-type(5n + 1) div {
  background: url(/images/tiles/img-22.jpg) center top/cover no-repeat;
}
.edu-personal .edu-about {
  max-width: 1000px;
}
.edu-personal .icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  margin-right: 1rem;
}
.edu-personal .icon.online {
  background: url("/images/edu/ico-edu-online.svg") center center/3rem no-repeat;
}
.edu-personal .icon.speakers {
  background: url("/images/edu/ico-edu-speakers.svg") center center/3rem no-repeat;
}
.edu-personal .icon.calendar {
  background: url("/images/edu/ico-edu-calendar.svg") center center/3rem no-repeat;
}
.edu-personal .icon.listeners {
  background: url("/images/edu/ico-edu-students.svg") center center/3rem no-repeat;
}
.edu-personal .edu-program {
  padding-top: 1rem;
}
.edu-personal .edu-program .day-info {
  margin-bottom: 1rem;
}
.edu-personal .edu-program .one-day {
  display: none;
}
.edu-personal .edu-program .one-day.is-active {
  display: block;
}
.edu-personal .edu-program .item {
  margin-top: 1rem;
}
.edu-personal .edu-program .item .item-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.edu-personal .edu-program .columns {
  display: flex !important;
}
.edu-personal .edu-program .columns .column.ava {
  width: 100px;
  max-width: 100px;
  text-align: center;
}
.edu-personal .edu-program .columns .column.ava .edu-ava-list {
  width: 75px;
  height: 75px;
  min-width: 75px;
  min-height: 75px;
  object-fit: cover;
  border-radius: 75px;
}
@media screen and (max-width: 768px) {
  .edu-personal .edu-program .columns .column.ava .edu-ava-list {
    width: 60px;
    height: 60px;
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 768px) {
  .edu-personal .edu-program .columns .column.ava {
    width: 75px;
    max-width: 75px;
  }
}
.edu-personal .edu-program .columns .column .time-speaker {
  margin: 0.25rem;
  font-size: 1.1rem;
}
.edu-personal .edu-program .columns .column .time-speaker .full-description {
  padding-bottom: 0.75rem;
}
.edu-personal .edu-program .columns .column .time-speaker .text {
  vertical-align: middle;
  padding-left: 1rem;
  padding-right: 2rem;
}
.edu-personal .edu-program .columns .column .time-speaker .icon {
  vertical-align: middle;
}
.edu-personal .edu-program .columns .column .time-speaker .icon.icon-clock {
  background: url(/images/edu/icon-clock.png) center center/1.5rem no-repeat;
}
.edu-personal .edu-program .columns .column .time-speaker .icon.icon-speaker {
  background: url(/images/edu/icon-speaker.png) center center/1.5rem no-repeat;
}
.edu-personal .edu-faq .faq-item {
  width: 100%;
  font-size: 1.125rem;
}
.edu-personal .edu-faq .faq-item.opened .arrow-sign {
  transform: rotate(225deg) !important;
}
.edu-personal .edu-faq .faq-item .question {
  display: table;
  width: 100%;
  cursor: pointer;
}
.edu-personal .edu-faq .faq-item .question:hover {
  background-color: #F5F5F5;
}
.edu-personal .edu-faq .faq-item .question .question-arrow {
  display: table-cell;
  width: 5rem;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  vertical-align: middle;
}
.edu-personal .edu-faq .faq-item .question .question-arrow .arrow-sign {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-left: 3px #000 solid;
  border-top: 3px #000 solid;
  transform: rotate(45deg);
  top: 40%;
  right: 1rem;
  transition: transform 0.3s;
}
.edu-personal .edu-faq .faq-item .question .question-text {
  display: table-cell;
  padding: 1rem;
}
.edu-personal .edu-faq .faq-item .answer {
  display: none;
  padding: 0.5rem 1rem 1rem 1rem;
  color: #628CBA;
}
.edu-personal .edu-pricing .columns {
  justify-content: center;
}
.edu-personal .edu-pricing .column {
  padding: 1rem;
  padding-bottom: 5rem;
  position: relative;
  text-align: center;
  box-shadow: 0 0 3px 1px #CCC;
  margin: 0.5rem;
  max-width: 300px;
}
.edu-personal .edu-pricing .column .pricing-caption {
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.edu-personal .edu-pricing .column .price {
  font-size: 2rem;
  font-weight: bold;
}
.edu-personal .edu-pricing .column .features {
  line-height: 1.5rem;
  text-align: left;
}
.edu-personal .edu-pricing .column .registration {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.edu-personal .edu-pricing .column .registration .registration-button {
  color: #FFF;
  width: 100%;
  padding: 1.5rem 2rem;
  background-color: #EEE;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  background: url(/images/edu/button-bg-green-01.jpg) center top/cover no-repeat;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.edu-personal .edu-pricing .column .registration .registration-button:hover {
  opacity: 0.8;
  background-color: #7b6991;
}
.edu-personal .edu-files-block .block > .block {
  padding-left: 1rem;
}
.edu-personal .edu-files-block .block > .block .folder {
  padding-left: 0.5rem;
  position: relative;
}
.edu-personal .edu-files-block .block > .block .folder:before {
  position: absolute;
  content: "";
  left: -0.5rem;
  height: 100%;
  border-left: 0.5rem #DDD solid;
}
.edu-personal .edu-files-block td {
  padding: 0.25rem !important;
  border: none !important;
}
.edu-personal .edu-files-block .files {
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  border-left: 0.5rem #DDD solid;
}
.edu-personal .edu-files-block .folder .folder-name {
  vertical-align: middle;
  font-weight: bold;
}
.edu-personal .edu-lectors {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  width: auto;
  max-width: unset;
}
.edu-personal .edu-lectors .lectors {
  margin: 0 auto;
}
.edu-personal .edu-lectors .column {
  text-align: center;
}
.edu-personal .edu-lectors .column .lector {
  position: relative;
  display: inline-block;
}
.edu-personal .edu-lectors .column .lector .lector-photo {
  background-color: #FFF;
  width: 200px;
  min-width: 200px;
  height: 300px;
  min-height: 300px;
  text-align: center;
  object-fit: cover;
}
.edu-personal .edu-lectors .column .lector .lector-photo .hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 127, 110, 0.4);
  transition: opacity 0.5s;
  padding: 1rem;
  color: white;
}
.edu-personal .edu-lectors .column .lector .lector-photo .hint:hover {
  opacity: 1;
}
.edu-personal .edu-lectors .column .lector .lector-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  padding: 0.25rem;
  text-align: center;
  min-height: 4rem;
}

.edu-form-signup .cls-inputs label > span:first-child {
  display: block;
  padding-left: 0.25rem;
  padding-bottom: 0.25rem;
}
.edu-form-signup .cls-inputs .select, .edu-form-signup .cls-inputs select {
  width: 100%;
}

.edu-footer {
  margin-top: 2rem;
}
.edu-footer p {
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
}
.b-dropzone {
  position: relative;
}
.b-dropzone.dropzone:not(.has-border) {
  border: 2px solid transparent;
  margin: 0;
  padding: 0;
}
.b-dropzone.dropzone {
  border-radius: 5px;
  margin: 0;
  padding: 0 1rem;
}
.b-dropzone.dropzone.dz-drag-hover {
  border: 2px dashed #0087F7;
}
.b-dropzone .dz-shader {
  border: 2px dashed #0087F7;
  display: none;
  position: absolute;
  content: " ";
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  border-radius: 5px;
  background: rgba(233, 238, 255, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #555;
  z-index: 100;
}
.b-dropzone.is-dragover .dz-shader {
  display: flex;
}

.upload-block .attachment-button {
  font-size: 0.8rem;
  margin-bottom: 0 !important;
  opacity: 0.8;
  cursor: pointer;
}
.upload-block .attachment-button:hover {
  opacity: 1;
}
.upload-block .attachment-button .attachment-icon {
  display: inline-block;
  border: 1px #DDD solid;
  border-radius: 0.5rem;
  background: url(/images/ico-attachment.svg) center/2.5rem no-repeat #EEE;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
}
.upload-block .attachment-button > .columns {
  align-items: center;
}
.upload-block .files-place-here .no-files {
  text-align: center;
}
.upload-block .files-place-here .file-item {
  max-width: 400px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0.25rem;
  color: #4f8dcd;
}
.upload-block .files-place-here .file-item:hover {
  color: #235c96;
}
.upload-block .files-place-here .file-item:last-child {
  margin-bottom: 0.5rem;
}
.upload-block .files-place-here .file-item .delete-button {
  padding-right: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  color: #DDD;
}
.upload-block .files-place-here .file-item .delete-button:hover {
  color: #F00;
}
.upload-block.with-previews {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}
.upload-block.with-previews .files-place-here {
  margin: 0.5rem 0;
}
.upload-block.with-previews .files-place-here .no-files {
  padding: 3rem;
  cursor: pointer;
}
.upload-block.with-previews .files-place-here .no-files:hover {
  background-color: #F5F5F5;
}
.upload-block.with-previews .files-place-here .dz-preview .dz-image {
  border-radius: 2px;
}
.upload-block.with-previews .dz-default {
  display: none;
}

.dotted-clickable {
  text-decoration: underline dotted #3273dc;
  cursor: pointer;
}

.is-new-expandable {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  border: 1px #c5ddff solid;
  border-radius: 4px;
}
.is-new-expandable .expandable-caption {
  cursor: pointer;
  align-items: center;
  background-color: #eaf6ff;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative;
  padding-left: 2.5rem;
}
.is-new-expandable .expandable-caption:before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #c5ddff;
  border-radius: 10rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  left: 0.5rem;
  font-weight: bold;
}
.is-new-expandable .expandable-caption:hover {
  background-color: #dbefff;
}
.is-new-expandable .expandable-area {
  padding: 0.5rem 1rem;
  background-color: #f4fcff;
}
.is-new-expandable:not(.is-open) .expandable-caption {
  border-radius: 4px;
}
.is-new-expandable:not(.is-open) .expandable-area {
  display: none;
}
.is-new-expandable.is-open .expandable-caption:before {
  content: "-";
}

@media print {
  .no-print {
    display: none;
  }
}
.new-footnote {
  margin-top: 1rem;
  font-size: 0.85rem;
}

.ws-status {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 10px;
  z-index: 1000;
  width: 5px;
  height: 5px;
  overflow: hidden;
  padding: 0;
  opacity: 1;
}
.ws-status div {
  color: white;
}
.ws-status.connected {
  background-color: #00d1b2;
}
.ws-status.connected .connected {
  display: block;
}
.ws-status.connected .disconnected {
  display: none;
}
.ws-status.disconnected {
  background-color: #CC6666;
}
.ws-status.disconnected .connected {
  display: none;
}
.ws-status.disconnected .disconnected {
  display: block;
}
.ws-status.is-active {
  display: block !important;
}

.hidden-label {
  display: none;
}

.is-fullheight {
  height: 100vh;
}

.api-description-block .expandable-report {
  border: 1px #DDD solid;
}
.api-description-block .expandable-report .expand-area {
  padding: 0.5rem 1rem;
}
.api-description-block p.is-expandable {
  background-color: #EEE;
  opacity: 1;
}
.api-description-block p.is-expandable .request-type {
  margin-left: -12px;
  background: #3caab5;
  padding: 0.5rem 1rem;
  top: 0;
  font-weight: bold;
  color: white;
  position: absolute;
}
.api-description-block p.is-expandable .request-type + b {
  padding-left: 4rem;
}

.grafik {
  max-width: 1000px;
}
.grafik .days-inputs .columns .is-flex {
  display: flex !important;
}
.grafik .days-inputs .columns:not(:last-child) {
  margin-bottom: 0.25rem !important;
}
.grafik .days-inputs input.input-date {
  width: 5rem;
}
.grafik .days-inputs input.input-time {
  width: 8rem;
}
@media print {
  .grafik .days-inputs {
    margin-bottom: 0 !important;
  }
  .grafik .days-inputs .expandable-area > .columns {
    margin: 0 !important;
    width: auto;
  }
  .grafik .days-inputs #datepicker {
    display: inline-block;
  }
}
.grafik #datepicker .ui-datepicker-calendar tbody {
  -webkit-print-color-adjust: exact;
}
.grafik #datepicker .ui-datepicker-calendar .ui-state-active {
  border: 1px solid #ccc;
  background: #f6f6f6;
  font-weight: normal;
  color: #2b2b2b;
}
.grafik #datepicker .ui-datepicker th {
  padding: 2px;
}
.grafik #datepicker .day a {
  text-align: center;
}
.grafik #datepicker .ui-datepicker-week-end a {
  background: #d6d6d6;
}
.grafik #datepicker .day.active a {
  background: #c5ddff;
  border-color: #9ac0f6;
  font-weight: bold;
  border-radius: 3px;
}
@media print {
  .grafik #datepicker .day.active a {
    background-color: #555 !important;
    color: #FFF;
  }
}
.grafik .calc-item {
  font-weight: bold;
}
.grafik p {
  text-indent: 3rem;
  text-align: justify;
  line-height: 1.6rem;
}
.grafik div.as-p {
  margin-left: 3rem;
  text-align: justify;
  line-height: 1.6rem;
}
.grafik .schedule {
  padding-left: 3rem;
}
.grafik .schedule p {
  text-indent: 0;
}
.grafik .schedule > br {
  content: "";
  display: block;
  height: 0.75rem;
}
@media print {
  .grafik textarea:empty {
    display: none;
  }
  .grafik button {
    display: none;
  }
  .grafik .debug {
    display: none;
  }
}

@media print {
  .header-tr {
    display: none;
  }

  #mr-caption {
    display: none;
  }

  .footer-line {
    display: none;
  }

  .base-trigger {
    display: none;
  }

  .is-new-expandable.is-open {
    border: none;
  }
  .is-new-expandable.is-open .expandable-area {
    padding: 0 !important;
  }
  .is-new-expandable.is-open .expandable-caption {
    display: none;
  }

  .is-new-expandable:not(.is-open) {
    display: none;
  }

  .grafik {
    max-width: unset;
  }

  .main-container > table {
    box-shadow: none !important;
  }

  .ws-status {
    display: none !important;
  }

  .section-caption {
    padding-top: 0;
  }
}
.base-trigger-new {
  position: absolute;
  right: 5px;
  top: 0.1rem;
  z-index: 10;
  opacity: 0.5;
}
.base-trigger-new:hover {
  opacity: 1;
}
.base-trigger-new:has(.select.is-red) {
  opacity: 1;
}
.base-trigger-new .select.is-red select {
  background-color: #ff5858;
  border: 1px #F00 solid;
}
.base-trigger-new .select.is-red select option {
  background-color: #FFF;
}

.code {
  display: block;
  width: max-content;
  border: 1px #DDD solid;
  background-color: #F5F5F5;
  padding: 1rem 2rem;
  margin: 0.5rem 1rem;
  font-family: monospace;
}

.use-wrap {
  word-wrap: break-word;
}

.header-user-info {
  z-index: 1;
  position: absolute;
  right: 0.5rem;
  bottom: 0.25rem;
}

.message-simply {
  padding: 0.8rem 1rem;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  margin: 0.5rem 0.2rem;
}
.message-simply.message-info {
  background-color: #f5fffd;
  border-color: #00d1b2;
  color: #021310;
}
.message-simply.message-danger {
  background-color: #fff5f7;
  border-color: #ff3860;
  color: #cd0930;
}
.message-simply a {
  color: unset;
}

.map-canvas {
  border: 1px #000 solid;
  height: 500px;
  margin: 0;
  padding: 0;
}

.dealer-in-stock-wrapper .report-date:empty:before {
  content: "loading..";
}
.dealer-in-stock-wrapper .report-date:not(:empty) {
  font-weight: bold;
}

.tippy-popper .dealers-info {
  text-align: initial;
}

.export-notice {
  font-weight: bold;
}
.export-notice:not(:empty) {
  margin-bottom: 0.5rem;
}

.distr-notify-table tbody td {
  vertical-align: middle;
}
.distr-notify-table .f-11 div {
  text-align: center;
}

.distr-notify-edit input, .distr-notify-edit select, .distr-notify-edit td.f-7 {
  min-width: 6rem !important;
}
.distr-notify-edit input.narrow {
  min-width: 5rem !important;
}
.distr-notify-edit tbody td {
  vertical-align: middle;
}

.block.is-centered {
  text-align: center;
}
.block.is-centered .field:has(button) {
  display: inline-block;
}
.block .field.input-type-100 .control {
  text-align: center;
}

.list-sub-list {
  margin-left: 1rem;
}
.list-sub-list ul > li {
  margin-left: 2rem;
  margin-bottom: 0.5rem;
  text-indent: -2rem;
}

.toast-custom-button {
  display: inline-block;
  margin: 6px 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}
.toast-custom-button:hover {
  background: rgba(0, 0, 0, 0.2);
}

.__copy-available:hover {
  text-decoration: underline;
  cursor: pointer;
}

.--is-highlighted {
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.1s ease-in, outline 0.1s ease-in;
  outline: #000 solid 1px;
}

.cookies-notice-wrapper {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1rem;
  max-width: 550px;
  gap: 1rem;
  background-color: #FFF;
  padding: 0.5rem 2rem;
  color: #6f6f6f;
  border-radius: 4px;
  margin-inline: auto;
  width: fit-content;
  box-shadow: 0 8px 32px #00000020, 0 2px 7px #00000030;
}
.cookies-notice-wrapper .notice-button {
  align-content: center;
}

.centered-form-1 {
  display: flex;
  width: max-content;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
}
.centered-form-1 .field {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.centered-form-1 .field label .hidden-label {
  display: inline;
}
.centered-form-1 .field.input-type-25 .label {
  display: none;
}
.centered-form-1 .field.input-type-30 .select, .centered-form-1 .field.input-type-30 select {
  width: 100%;
}
.centered-form-1 .field.input-type-100 .control {
  width: 100%;
  text-align: center;
}
.centered-form-1 .field .label {
  display: block;
  margin-bottom: 0;
  margin-right: 0.5rem;
  width: 40%;
  font-weight: initial;
}
.centered-form-1 .field .control {
  display: block;
  width: 60%;
}

/*# sourceMappingURL=ru_common.css.map */
