@import css "style.css";
@import "fonts/fonts.css";
.hover_effect {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.grad_effect {
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
}
.ds_effect {
  filter: drop-shadow(0.5px 3px 10px rgba(119,119,119,0.1));
}
.hover_bri {
  filter: brightness(120%);
}
.va-c {
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
}
.va-c img {
  margin-right: 1px;
}
.va-t {
  display: inline-block;
  vertical-align: top;
}
.column-stretch {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.column-stretch>* {
  flex-grow: 1;
}
.f-icon {
  text-decoration: none;
  width: auto !important;
}
.f-icon:after,
.f-icon:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
html {
  height: 100%;
  font-size: 14px;
}
* {
  box-sizing: border-box;
  scrollbar-color: #666b7a transparent;
  scrollbar-width: thin;
}
*:active,
*:focus {
  outline: none;
}
div {
  vertical-align: top;
}
form {
  margin: 0;
  position: relative;
  max-width: 100%;
}
form div.save {
  margin-bottom: 20px;
}
form div.save.sticky {
  position: sticky;
}
form.disabled div:not(.no-dis) span.input,
form.disabled div:not(.no-dis) .dd {
  background-color: rgba(0,0,0,0.05);
}
form.disabled .col-menu {
  display: none;
}
form .dd.disabled {
  background-color: rgba(0,0,0,0.05);
  min-width: 40px;
}
form .dd.disabled .ddArrow {
  display: none;
}
form .dd.disabled .ddTitleText {
  padding-right: 5px;
}
a.disabled {
  opacity: 0.7;
}
input[readonly]:not([type=password]),
select.disabled {
  background-color: rgba(0,0,0,0.05);
}
input[size='5'] {
  min-width: 50px;
}
select {
  border-radius: 4px;
  border: #333333 solid 1px;
  appearance: none;
  padding-left: 5px;
  padding-right: 5px;
  background-position: top right;
  background-repeat: no-repeat;
}
select:not(.disabled) {
  background-image: url(/pics/select_arrow.svg);
  padding-right: 35px;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #666b7a;
  border-radius: 3px;
  box-shadow: none;
}
@media (hover: hover) {
  ::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    background-color: transparent;
  }
}
body {
  font-family: Cambria, serif;
  font-size: 14px;
  margin: 0px;
  min-width: 360px;
  min-height: 400px;
  height: auto;
  line-height: 28px;
  padding-bottom: 40px;
}
table {
  line-height: 30px;
  color: inherit !important;
}
body.menu-horizontal {
  padding-top: 125px;
  padding-left: 0px;
}
body.menu-horizontal .kassa .kassa-head,
body.menu-horizontal .kassa .fb-head,
body.menu-horizontal .fin-balance .kassa-head,
body.menu-horizontal .fin-balance .fb-head {
  width: 100%;
  top: 105px;
  left: 0px;
}
body.menu-vertical {
  padding-top: 65px;
  padding-left: 60px;
}
body.menu-vertical .kassa .kassa-head,
body.menu-vertical .kassa .fb-head,
body.menu-vertical .fin-balance .kassa-head,
body.menu-vertical .fin-balance .fb-head {
  width: calc(100% - 60px);
  top: 45px;
  left: 60px;
}
body.iframe {
  padding: 0px;
  min-height: 230px !important;
  min-width: min(340px,100%) !important;
}
body.iframe .table-container {
  max-width: 100%;
}
body.iframe .iframe-padding {
  padding: 0px 10px;
}
body.iframe .inner-body {
  padding: 0px;
}
table {
  font-size: inherit !important;
}
a,
span.lnk {
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
span.lnk:hover {
  text-decoration: none;
}
span {
  display: inline-block;
  vertical-align: top;
}
span.bs {
  position: relative;
  top: -2px;
}
img {
  display: inline-block;
}
br {
  line-height: 10px;
}
.bold {
  font-weight: bold !important;
}
iframe {
  min-width: 300px;
  max-width: 100%;
  min-height: 230px;
  border: none;
  width: 100%;
}
iframe .inner_body,
iframe body {
  padding: 0px;
}
#modalWndObj iframe {
  max-width: calc(80vw - 20px);
}
#modalWndObj.w-600 {
  min-width: min(100vw,600px);
}
nobr img {
  vertical-align: text-bottom;
}
a img {
  margin-left: 0px;
  margin-right: 4px;
  vertical-align: text-bottom;
}
table {
  border-collapse: collapse;
}
@keyframes f {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
.transparent {
  background-color: transparent !important;
  border: #c9c9c9 solid 1px !important;
}
.va-m * {
  vertical-align: middle;
}
.ta-c {
  text-align: center !important;
}
.tbl td.ta-c {
  text-align: center !important;
}
.padding {
  padding: 20px;
}
.margin {
  margin: 10px;
}
.clear {
  float: none;
  clear: both;
}
.fullwidth {
  width: 100%;
}
.w_100 {
  width: 100px !important;
}
.space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100vw;
}
.space-between.no-wrap {
  flex-wrap: nowrap !important;
}
.sp-bw {
  display: flex;
  justify-content: space-between;
  max-width: 100vw;
  gap: 10px;
}
.sp-bw>span {
  flex-grow: 1;
}
.dfm {
  display: inline-flex;
  align-items: center;
}
form.fullwidth .table-container {
  width: 100%;
}
form.fullwidth .table-container table {
  width: 100%;
}
.fullwidther {
  width: 100%;
}
.fullwidther>* {
  width: 100%;
}
.fullwidther>* div,
.fullwidther>* span,
.fullwidther>* input,
.fullwidther>* select,
.fullwidther>* a {
  width: 100%;
  text-align: center;
}
.fullwidther table {
  width: 100%;
}
input[type=file] {
  height: auto !important;
}
.input-extra {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background: #f3f3f3;
  border: #555555 solid 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.inner_body {
  min-height: 300px;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.inner_body .inner_body {
  padding: 0px;
  margin: 0px;
}
.inner_body.iframe {
  padding: 0px;
  margin: 0px;
}
.head {
  position: fixed;
  height: 45px;
  width: 100%;
  min-width: 360px;
  left: 0px;
  top: 0px;
  z-index: 40;
  background: white;
  color: black;
}
.head .logo {
  width: auto;
  min-width: 50px;
  height: 100%;
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin-right: 20px;
}
.head .logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.head .logo img {
  height: 100%;
  min-height: 16px;
  margin: 0;
}
.head .logo>div {
  border-radius: 0px;
  top: 45px;
  left: 100%;
}
.head .no-logo {
  max-width: 80px;
  overflow-x: hidden;
  white-space: nowrap;
}
.head .filial-list a {
  justify-content: left;
  align-items: center;
}
.head .filial-list a img {
  height: 16px;
  margin-right: 6px;
}
.head>span {
  height: 100%;
  display: inline-block;
}
.head .ddcommon {
  background: none !important;
  border: none !important;
  height: 100%;
  border-radius: 0px;
}
.head .ddcommon .ddTitle {
  border: none !important;
  height: 100%;
  border-radius: 0px;
}
.head .ddcommon .ddTitle .ddTitleText {
  padding-right: 20px !important;
}
.head .ddcommon .ddTitle .ddArrow {
  background: transparent !important;
  border: none !important;
  right: 6px;
  width: auto !important;
  line-height: 45px;
}
.head .ddcommon .ddChild {
  top: 100% !important;
}
.head .action-list>div {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top: none;
}
.head .menu-opener {
  display: none;
  width: 60px;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.head .menu-opener span {
  padding: 7px;
  display: inline-block;
  transition: transform 0.2s;
}
.head .menu-opener svg {
  width: 23px;
}
.head .agent-balance a {
  text-decoration: none;
}
.head .agent-balance:empty:before {
  margin-right: 0px !important;
}
.head .currencies {
  display: flex;
  gap: 20px;
  padding-top: 3px;
  margin-left: 50px;
}
.head .currencies>div {
  display: flex;
  flex-direction: column;
  position: relative;
}
.head .currencies>div>div {
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
}
.head .currencies>div>div img {
  height: 12px;
}
.head .currencies>div>span {
  text-align: center;
  font-size: 24px;
}
.head .currencies>div:not(:last-child):after {
  content: "";
  position: absolute;
  top: 10%;
  right: -9px;
  height: 80%;
  width: 0.6px;
  background-color: #ccc;
}
.head .head-price-img {
  margin: 0px 50px;
}
.head .head-cbh .cbh-item {
  white-space: nowrap;
  padding: 0px 20px;
  border-bottom: #999999 solid 1px;
}
.head .head-cbh .cbh-item>div {
  margin: 10px 5px;
  width: 70px;
  overflow: hidden;
}
.full-w {
  width: 100%;
}
.top-right {
  position: absolute !important;
  top: 10px;
  right: 10px;
}
.inner_body h1 {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin: 0px;
  margin-bottom: 15px;
  padding: 0px;
}
.inner_body h1.ib {
  display: inline-flex !important;
}
.inner_body h1 a {
  text-decoration: none;
}
.inner_body h2 {
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1;
}
.inner_body h2 a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.inner_body h2 a img {
  vertical-align: baseline;
}
.inner_body h2 img {
  vertical-align: baseline;
}
.inner_body h3 {
  font-size: 18px;
}
.inner_body h4 {
  font-size: 14px;
}
.inner_body h5 {
  font-size: 12px;
}
.inner_body h6 {
  font-size: 11px;
}
hr {
  background: gray;
  border: 0;
  height: 1px;
}
hr.red {
  background: #c1161e;
  height: 3px;
}
.sklad_info {
  padding: 0px;
  overflow-x: auto;
  margin-bottom: 10px;
  height: 90px;
}
.sklad_info table {
  width: 100% !important;
  display: inline-block;
}
.sklad_info table tbody {
  display: block;
  width: 100% !important;
}
.sklad_info table tr {
  display: block;
  white-space: nowrap;
  width: 100% !important;
  padding-bottom: 30px;
}
.sklad_info table td {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow-y: visible;
}
.sklad_info table td:last-child {
  margin-right: 0px;
}
.sklad_info table td>span {
  display: block;
  border-bottom: gray solid 3px;
  border-radius: 0px;
  margin-right: 30px;
}
.sklad_info table td>span>a {
  padding: 5px 25px;
  font-size: 18px;
}
.sklad_info table td>span>a img {
  height: 26px;
  margin-right: 6px;
}
.sklad_info table td.sel .open-close-sends,
.sklad_info table td.sel .places-weight {
  position: static;
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 10px;
  border-left: white solid 1px;
}
.sklad_info table td.sel>span {
  border-radius: 4px;
}
.sklad_info table td:not(.sel) .open-close-sends a:first-child,
.sklad_info table td:not(.sel) .open-close-sends span:first-child,
.sklad_info table td:not(.sel) .places-weight a:first-child,
.sklad_info table td:not(.sel) .places-weight span:first-child {
  margin-left: 0px !important;
}
.sklad_info table a {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
}
.sklad_info table a img {
  margin-right: 1px;
}
.sklad_info table a:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.sklad_info table .open-close-sends,
.sklad_info table .places-weight {
  position: absolute;
  display: block;
  top: 110%;
  left: 0%;
  width: 100%;
  text-align: center;
  padding-right: 20px;
}
.sklad_info table .open-close-sends a,
.sklad_info table .open-close-sends span,
.sklad_info table .places-weight a,
.sklad_info table .places-weight span {
  margin-left: 10px;
}
.sklad_info table .open-close-sends a:before,
.sklad_info table .open-close-sends span:before,
.sklad_info table .places-weight a:before,
.sklad_info table .places-weight span:before {
  margin-right: 5px;
}
div.top_menu {
  height: calc(100% - 45px);
  min-height: 100vh;
  width: 60px;
  position: fixed;
  left: 0px;
  top: 45px;
  z-index: 35;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
div.top_menu .menu-close {
  display: none;
}
div.top_menu a {
  padding-left: 0px;
  padding-right: 10px;
  text-decoration: none;
  font-weight: bold;
  height: 100%;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
div.top_menu>span.tm_drop_menu:hover,
span.tm_sub_menu:hover,
div.tm_sub_submenu a:hover,
.tm_submenu>a:hover,
a.sel {
  z-index: 1;
}
body.menu-vertical div.top_menu>span.tm_drop_menu:hover,
body.menu-vertical .tm_drop_menu a.sel {
  background-image: linear-gradient(90deg,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}
body.menu-horizontal div.top_menu>span.tm_drop_menu:hover,
body.menu-horizontal .tm_drop_menu a.sel {
  background-image: linear-gradient(0deg,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}
.tm_drop_menu {
  position: relative;
  width: 100%;
  height: 60px;
}
.tm_drop_menu:not(:last-child):after {
  content: '';
  display: block;
  height: calc(100% - 20px);
  width: 1px;
  position: absolute;
  right: -1px;
  top: 10px;
}
.tm_drop_menu span {
  white-space: nowrap;
}
span.tm_drop_menu div.tm_submenu {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  padding: 0px;
  z-index: 99999;
  width: 260px;
}
span.tm_drop_menu div.tm_submenu.up {
  top: auto;
  bottom: 0px;
}
span.tm_drop_menu div.tm_submenu.upper {
  top: -300px;
}
span.tm_drop_menu div.tm_submenu a {
  border-bottom: #CBCFD3 solid 1px;
}
span.tm_drop_menu div.tm_submenu .submenu-img {
  width: 32px;
  display: inline-block;
  text-align: center;
}
span.tm_drop_menu div.tm_submenu .submenu-img img,
span.tm_drop_menu div.tm_submenu .submenu-img svg {
  max-width: 80%;
  max-height: 80%;
}
div.tm_sub_menu {
  position: relative;
  display: block;
}
span.tm_sub_menu {
  width: 100%;
}
span.tm_drop_menu div.tm_submenu a {
  display: block;
  left: 0px;
  width: 100%;
  height: 40px;
  line-height: 32px;
  margin: 0px;
  padding: 0px 5px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  background: white;
  color: #464A53 !important;
}
span.tm_drop_menu div.tm_submenu a .event_num {
  top: -10px;
  left: 5px;
}
span.tm_drop_menu div.tm_submenu a span,
span.tm_drop_menu div.tm_submenu a img {
  vertical-align: sub;
}
span.tm_drop_menu div.tm_sub_submenu {
  display: none;
  position: absolute;
  top: 0px;
  left: -220px;
  width: 220px;
  padding: 0px;
  border: #ABAFB3 solid 1px;
  z-index: 99999;
}
span.tm_drop_menu:hover div.tm_submenu,
div.tm_submenu:hover,
span.tm_sub_menu:hover div.tm_sub_submenu,
div.tm_sub_submenu:hover {
  display: block;
}
.menu-orientation {
  position: relative;
  cursor: pointer;
  flex-grow: 0 !important;
  display: block;
}
.menu-orientation .menu-orientation-vertical {
  display: block;
}
.menu-orientation .menu-orientation-vertical svg {
  width: 60px !important;
}
.menu-orientation .menu-orientation-horizontal {
  display: none;
  height: 100%;
}
.menu-orientation .menu-orientation-horizontal svg {
  width: 60px !important;
}
body.menu-vertical div.top_menu {
  overflow-x: hidden;
}
body.menu-vertical div.top_menu:not(.unhover):hover {
  width: 220px;
  transition: width 0.1s ease-in-out;
  overflow-x: visible;
}
body.menu-vertical div.top_menu .tm_drop_menu {
  width: 220px;
  height: 60px;
}
body.menu-vertical div.top_menu .tm_drop_menu span.menu-img {
  width: 60px;
  display: inline-block !important;
}
body.menu-vertical div.top_menu .tm_drop_menu svg {
  width: 60px;
  margin-right: 20px;
}
body.menu-vertical div.top_menu .tm_drop_menu:not(:first-child):after {
  content: '';
  width: 40px;
  height: 1px;
  left: 10px;
  top: -1px;
  display: block;
  position: absolute;
}
body.menu-vertical div.top_menu:hover .tm_drop_menu:after {
  width: calc(100% - 20px);
}
body.menu-horizontal div.top_menu {
  width: 100%;
  height: 60px !important;
  flex-direction: row;
  justify-content: stretch;
  min-height: 60px;
  align-items: center;
}
body.menu-horizontal div.top_menu>span {
  width: auto;
  flex-grow: 1;
}
body.menu-horizontal div.top_menu>span div.tm_submenu {
  top: 100%;
  left: 0px;
  min-width: 100%;
}
body.menu-horizontal div.top_menu>span div.tm_submenu.up {
  right: 0px;
  left: auto;
  bottom: auto;
  top: 100%;
}
body.menu-horizontal div.top_menu>span>a {
  justify-content: center;
  padding-right: 0px;
  padding-left: 0px;
  white-space: normal;
}
body.menu-horizontal div.top_menu>span>a img,
body.menu-horizontal div.top_menu>span>a svg {
  margin-right: 0px;
  position: relative;
  height: 60px !important;
  top: -1px;
}
body.menu-horizontal div.top_menu a {
  width: 100%;
}
body.menu-horizontal .menu-orientation {
  height: 100%;
}
body.menu-horizontal .menu-orientation .menu-orientation-vertical {
  display: none;
}
body.menu-horizontal .menu-orientation .menu-orientation-horizontal {
  display: block;
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
}
body.menu-horizontal .menu-orientation .menu-orientation-horizontal img {
  margin-right: 1px;
}
body.menu-horizontal .ui-settings {
  padding-bottom: 0px;
}
body.menu-horizontal .ui-settings b::before {
  height: 60%;
  margin-left: 15px;
  margin-right: 15px;
}
body.menu-horizontal table.b-cashflow-table:not(.fullscreen) tr:first-child,
body.menu-horizontal table.b-cashflow-table:not(.fullscreen) tr.extra-th {
  top: calc(105px -1) !important;
}
body.menu-horizontal table.b-cashflow-table:not(.fullscreen) tr.extra-th {
  top: calc 133px !important;
}
.inner_body {
  background: transparent;
}
th,
td {
  position: relative;
  line-height: 18px;
}
tr.itog td {
  border: black solid 1px;
  font-weight: bold;
}
tr.SV td,
.tbl th {
  background: transparent;
  color: black;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px !important;
}
.tbl {
  border: #555555 solid 1px;
  border-spacing: 0;
  border-collapse: collapse;
  border-width: 0 1px 1px 0;
}
.tbl td,
.tbl th {
  border-width: 1px 0 0 1px;
  background-clip: padding-box;
}
.tbl,
.b-cashflow-table {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tbl tr:first-child th:first-child,
.tbl tr:first-child td:first-child,
.b-cashflow-table tr:first-child th:first-child,
.b-cashflow-table tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
.tbl tr:first-child td:last-child,
.tbl tr:first-child th:last-child,
.b-cashflow-table tr:first-child td:last-child,
.b-cashflow-table tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tbl tr:last-child th:first-child,
.tbl tr:last-child td:first-child,
.b-cashflow-table tr:last-child th:first-child,
.b-cashflow-table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.tbl tr:last-child td:last-child,
.tbl tr:last-child th:last-child,
.b-cashflow-table tr:last-child td:last-child,
.b-cashflow-table tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tbl tr:first-child td,
.tbl tr:first-child th,
.b-cashflow-table tr:first-child td,
.b-cashflow-table tr:first-child th {
  border-top: none;
}
.tbl tr:first-child td:first-child,
.tbl tr:first-child th:first-child,
.b-cashflow-table tr:first-child td:first-child,
.b-cashflow-table tr:first-child th:first-child {
  border-left: none;
}
.tbl tr:first-child td:last-child,
.tbl tr:first-child th:last-child,
.b-cashflow-table tr:first-child td:last-child,
.b-cashflow-table tr:first-child th:last-child {
  border-right: none;
}
.tbl tr:last-child td,
.tbl tr:last-child th,
.b-cashflow-table tr:last-child td,
.b-cashflow-table tr:last-child th {
  border-bottom: none;
}
.tbl tr:last-child td:first-child,
.tbl tr:last-child th:first-child,
.b-cashflow-table tr:last-child td:first-child,
.b-cashflow-table tr:last-child th:first-child {
  border-left: none;
}
.tbl tr:last-child td:last-child,
.tbl tr:last-child th:last-child,
.b-cashflow-table tr:last-child td:last-child,
.b-cashflow-table tr:last-child th:last-child {
  border-right: none;
}
.tbl td:last-child,
.tbl th:last-child,
.b-cashflow-table td:last-child,
.b-cashflow-table th:last-child {
  border-right: none !important;
}
.tbl td:not(.hide):first-child,
.tbl th:not(.hide):first-child,
.b-cashflow-table td:not(.hide):first-child,
.b-cashflow-table th:not(.hide):first-child {
  border-left: none !important;
}
.tbl td,
.tbl th,
.b-cashflow-table td,
.b-cashflow-table th {
  border: black solid thin;
  border-bottom: none !important;
  padding: 3px;
  text-align: left !important;
  min-height: 30px;
}
.tbl td:has(.slide-toggle),
.tbl th:has(.slide-toggle),
.b-cashflow-table td:has(.slide-toggle),
.b-cashflow-table th:has(.slide-toggle) {
  white-space: normal;
}
.tbl td.right,
.tbl th.right,
.b-cashflow-table td.right,
.b-cashflow-table th.right {
  text-align: right !important;
}
.tbl th.table-name,
.b-cashflow-table th.table-name {
  background: #EFDF05;
  color: black;
  font-size: 18px;
  font-weight: bold;
}
.tbl.slide-toggle tr td,
.tbl.slide-toggle tr th:not(.table-name),
.b-cashflow-table.slide-toggle tr td,
.b-cashflow-table.slide-toggle tr th:not(.table-name) {
  display: none;
}
.tbl.slide-toggle .table-name,
.b-cashflow-table.slide-toggle .table-name {
  cursor: pointer;
}
td .input_container {
  width: 100%;
}
td.no-pad,
th.no-pad,
tr.no-pad td,
tr.no-pad th {
  padding: 0px;
}
td.no-pad:has(input),
td.no-pad:has(select),
th.no-pad:has(input),
th.no-pad:has(select),
tr.no-pad td:has(input),
tr.no-pad td:has(select),
tr.no-pad th:has(input),
tr.no-pad th:has(select) {
  vertical-align: top;
}
td.no-pad input,
td.no-pad .btn,
th.no-pad input,
th.no-pad .btn,
tr.no-pad td input,
tr.no-pad td .btn,
tr.no-pad th input,
tr.no-pad th .btn {
  border-radius: 0px !important;
  padding-right: 0px;
  width: 100%;
  background-position: center center;
  display: flex;
  border: none !important;
}
td.no-pad .input_container,
td.no-pad .edit-shfc,
th.no-pad .input_container,
th.no-pad .edit-shfc,
tr.no-pad td .input_container,
tr.no-pad td .edit-shfc,
tr.no-pad th .input_container,
tr.no-pad th .edit-shfc {
  width: 100%;
  min-width: 50px;
  max-width: none !important;
  box-shadow: 1px 1px 0px 0px #555;
}
td.no-pad .input_container .ddTitle,
td.no-pad .input_container select,
td.no-pad .edit-shfc .ddTitle,
td.no-pad .edit-shfc select,
th.no-pad .input_container .ddTitle,
th.no-pad .input_container select,
th.no-pad .edit-shfc .ddTitle,
th.no-pad .edit-shfc select,
tr.no-pad td .input_container .ddTitle,
tr.no-pad td .input_container select,
tr.no-pad td .edit-shfc .ddTitle,
tr.no-pad td .edit-shfc select,
tr.no-pad th .input_container .ddTitle,
tr.no-pad th .input_container select,
tr.no-pad th .edit-shfc .ddTitle,
tr.no-pad th .edit-shfc select {
  width: 100%;
}
td.no-pad .dd,
th.no-pad .dd,
tr.no-pad td .dd,
tr.no-pad th .dd {
  border-radius: 0px !important;
}
td.no-pad .dd .ddTitle,
th.no-pad .dd .ddTitle,
tr.no-pad td .dd .ddTitle,
tr.no-pad th .dd .ddTitle {
  border: none !important;
}
td.no-pad select,
th.no-pad select,
tr.no-pad td select,
tr.no-pad th select {
  border-radius: 0px !important;
  border: none !important;
}
td.no-pad a img,
th.no-pad a img,
tr.no-pad td a img,
tr.no-pad th a img {
  margin: 0px !important;
}
td.no-pad .slide-toggle,
th.no-pad .slide-toggle,
tr.no-pad td .slide-toggle,
tr.no-pad th .slide-toggle {
  padding: 3px;
}
td.no-pad .show-shfc,
th.no-pad .show-shfc,
tr.no-pad td .show-shfc,
tr.no-pad th .show-shfc {
  padding: 0px 5px;
  height: 100%;
}
td.no-pad .cubs,
th.no-pad .cubs,
tr.no-pad td .cubs,
tr.no-pad th .cubs {
  border-radius: 0px !important;
  border-bottom: none;
  border-top: none;
}
td.no-pad .pad,
th.no-pad .pad,
tr.no-pad td .pad,
tr.no-pad th .pad {
  padding: 0px 5px !important;
}
td.no-pad .col-menu,
th.no-pad .col-menu,
tr.no-pad td .col-menu,
tr.no-pad th .col-menu {
  border-right: none !important;
}
td.no-pad .add,
th.no-pad .add,
tr.no-pad td .add,
tr.no-pad th .add {
  background-image: url(/pics/add.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}
table.dott tbody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
table.dott tbody tr {
  width: 48%;
  margin-bottom: 20px;
}
table.dott tbody tr td {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
table.dott tbody tr td input:not([type=checkbox]),
table.dott tbody tr td select,
table.dott tbody tr td .ddcommon {
  width: 100% !important;
}
table.dott tbody tr td span {
  width: 100%;
}
@keyframes alert_border {
  0% {
    border-color: #bbbbbb;
  }
  50% {
    border-color: red;
  }
}
.alert {
  border: red solid 2px;
  border-width: 2px !important;
  animation: 0.3s linear 0s infinite alternate alert_border;
}
.org_table {
  border: #555555 solid 1px;
  border-radius: 4px;
  khtml-border-radius: 4px;
  moz-border-radius: 4px;
  webkit-border-radius: 4px;
  width: 500px;
}
td.filter-td,
td:has(.filter-trigger-icon),
th:has(.filter-trigger-icon) {
  padding-right: 17px !important;
  position: relative;
}
td.filter-td.no-pad,
td:has(.filter-trigger-icon).no-pad,
th:has(.filter-trigger-icon).no-pad {
  padding-right: 15px !important;
}
.b-data-filter-trigger:empty {
  display: none;
}
.filter-trigger-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 14px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: 1px 1px 0px 0px #555;
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
}
.filter-trigger-icon::after {
  content: "\F0B0";
  font-family: Icons;
  width: 100%;
}
.filter-trigger-icon.glass {
  right: 14px;
}
.filter-trigger-icon.glass:after {
  content: "\E805";
  font-family: Icons;
  width: 100%;
}
.filter-trigger-icon:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.filter-trigger-icon img {
  margin-right: 1px;
}
.filter-trigger {
  position: absolute !important;
  top: 3px;
  right: 3px;
}
.b-cashflow-table td:hover .filter-trigger-icon,
.tbl td:hover .filter-trigger-icon,
.tbl th:hover .filter-trigger-icon,
.b-cashflow-table th:hover .filter-trigger-icon {
  visibility: visible;
}
.mobile {
  position: relative;
}
input.reg_mobile {
  font-family: tahoma;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  vertical-align: top;
}
#reg_mob_code,
.reg_mob_code {
  display: inline-block;
  font-weight: bold;
  left: 5px;
  position: absolute;
  text-align: right;
  top: 10px;
  white-space: nowrap;
  width: auto;
}
#reg_mob_code img,
.reg_mob_code img {
  vertical-align: sub;
}
span.phone-input div.ddcommon.dd {
  position: absolute;
  width: 30px !important;
  height: 95%;
  left: 0px;
}
span.phone-input div.ddcommon.dd .ddArrow {
  background: none;
  right: auto;
  left: 0px;
  padding-left: 5px;
  text-align: left;
}
span.phone-input div.ddcommon.dd .ddTitle {
  padding-right: 0px;
  padding-left: 10px;
  border: none !important;
}
span.phone-input div.ddcommon.dd .ddTitle .ddlabel {
  display: none;
}
span.phone-input div.ddcommon.dd .ddChild {
  top: 33px !important;
}
span.phone-input.use_mask_sel {
  position: relative;
}
span.phone-input.use_mask_sel input {
  padding-left: 50px;
}
span.phone-input select {
  display: none;
}
.iti {
  width: 100%;
}
a.black_lnk {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
input,
span.input,
.inputs-set {
  border: 1px solid #555555;
  text-align: left;
  border-radius: 4px;
}
input:not(input[type=file]),
span.input:not(input[type=file]),
.inputs-set:not(input[type=file]) {
  padding: 0px 10px;
}
span.input {
  height: 30px;
  line-height: 30px;
  width: 100%;
}
span.input:empty {
  display: none;
}
span.input input {
  border: none !important;
  height: calc(100% - 2px) !important;
  position: relative;
  top: 1px;
  left: 1px;
}
span.input .input_container {
  padding-right: 2px;
  height: 100% !important;
}
span.input .input-extra {
  padding: 0px 3px;
  width: auto;
}
span.input img {
  vertical-align: sub;
}
input:not([type=checkbox],
[type=radio]),
button,
select,
input[type='reset'],
a.btn,
textarea,
a.white_btn,
.psw_input {
  font-family: Cambria, serif !important;
  font-size: 15px;
  height: 30px;
}
input:not([type=checkbox]:focus,
[type=radio]):focus,
button:focus,
select:focus,
input[type='reset']:focus,
a.btn:focus,
textarea:focus,
a.white_btn:focus,
.psw_input:focus {
  outline: none;
}
input.num {
  width: 50px;
}
input[type='checkbox'] {
  box-shadow: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.btn {
  font-size: 14px;
  text-align: center;
  border-radius: 3px !important;
  padding: 0px 8px;
  border: #555555 solid 1px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  background-repeat: no-repeat !important;
  background-size: 18px;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.btn:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.btn.red {
  background-color: #ed3636;
}
input[type='button'],
input[type='submit'],
button,
input[type='reset'],
a.btn {
  font-size: 14px;
  text-align: center;
  border-radius: 3px !important;
  padding: 0px 8px;
  border: #555555 solid 1px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  background-repeat: no-repeat !important;
  background-size: 18px;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
input[type='button']:hover,
input[type='submit']:hover,
button:hover,
input[type='reset']:hover,
a.btn:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
input[type='button'].red,
input[type='submit'].red,
button.red,
input[type='reset'].red,
a.btn.red {
  background-color: #ed3636;
}
input[type='button'][value=''],
input[type='submit'][value=''],
button[value=''],
input[type='reset'][value=''],
a.btn[value=''] {
  padding-right: 0px;
}
input[type=image] {
  border: none;
  background: 0;
  width: 16px;
  height: 16px;
  box-shadow: none;
  moz-box-shadow: none;
  webkit-box-shadow: none;
}
.small_sel select:not(.disabled) {
  width: 60px !important;
}
.small_sel .ddcommon:not(.disabled) {
  width: 65px !important;
}
div span.valuta-selector-container {
  width: 80px !important;
}
input[type='text'],
input[type='password'],
input[type='number'],
.psw_input,
.inputs-set {
  border-radius: 3px;
  font-size: 15px;
  padding-left: 10px;
  width: 100%;
  max-width: 410px;
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
.psw_input::-webkit-input-placeholder,
.inputs-set::-webkit-input-placeholder {
  color: #C6C6C6;
}
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='number']::-moz-placeholder,
.psw_input::-moz-placeholder,
.inputs-set::-moz-placeholder {
  color: #C6C6C6;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
.psw_input:-ms-input-placeholder,
.inputs-set:-ms-input-placeholder {
  color: #C6C6C6;
}
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='number']:-moz-placeholder,
.psw_input:-moz-placeholder,
.inputs-set:-moz-placeholder {
  color: #C6C6C6;
}
input[type='number'] {
  text-align: left;
}
.invalid {
  border: red solid 1px;
}
.adv-btn {
  position: relative;
  display: inline-block;
  border: #555555 solid 1px;
  border-radius: 4px;
  height: 30px;
  font-size: 0;
}
.adv-btn>.btn,
.adv-btn>input {
  border-right: 0px !important;
  max-width: none !important;
  border: none !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  vertical-align: top;
  height: 100% !important;
}
.adv-btn>span {
  display: inline-block;
  min-width: 30px;
  background: transparent;
  text-align: center;
  height: 100% !important;
  font-size: 1rem;
  border-left: #555555 solid 1px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.adv-btn>span * {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.adv-btn>span a {
  text-decoration: none;
  font-size: 18px;
}
.psw_input {
  width: 170px;
  height: 16px;
}
.input-group {
  display: inline-block;
  margin-bottom: 20px;
}
.input-group>label {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  color: #AAAAAA;
  cursor: pointer;
}
.input-group input:not(input[type=checkbox]),
.input-group select {
  width: 100%;
}
.input-group input[type=checkbox]~label,
.input-group .check_tumbler~label {
  display: inline-block !important;
  margin-bottom: 0px;
}
.input-group * {
  vertical-align: middle;
}
.input-group .period {
  display: flex;
  justify-content: space-between;
}
.input-group .period .input_container {
  width: 46% !important;
  min-width: 120px;
}
.input-group .period .input_container input {
  width: 100%;
}
#filter-container {
  position: absolute;
  z-index: 45;
  display: none;
  left: auto;
  min-width: 320px;
}
.filter_select {
  display: none;
  clear: both;
  width: auto;
  height: auto;
  margin: 0;
  padding: 9px;
  margin: 0 0 20px 0;
  border: 1px #4A72aE solid;
  background-color: #EEEEEE;
}
.settings_fields {
  display: block;
  clear: both;
  width: auto;
  height: auto;
  margin: 0;
  padding: 9px;
  margin: 0 0 20px 0;
  border: 1px #4A72aE solid;
  background-color: #EEEEEE;
}
.filter_button-container {
  float: right;
}
.filter_button {
  font-size: 14px;
  text-align: center;
  border-radius: 3px !important;
  padding: 0px 8px;
  border: #555555 solid 1px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  background-repeat: no-repeat !important;
  background-size: 18px;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  margin-bottom: 10px;
}
.filter_button:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.filter_button.red {
  background-color: #ed3636;
}
.filter_button::after {
  content: "\F0B0";
  font-family: Icons;
}
.settings_button {
  display: inline-block;
  width: 140px;
  height: 20px;
  margin: 0;
  padding: 2px 7px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
.settings_button#close_settings:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 154px;
  height: 1px;
  background-color: #EEEEEE;
}
input[name="filter_search"] {
  background-image: url(/pics/filters/search.svg);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
input[name="filter_search"]:after {
  left: 10px;
  position: absolute;
}
input[name="as_html"] {
  background-image: url(/pics/filters/report.png);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
input[name="as_html"]:after {
  left: 10px;
  position: absolute;
}
input[name="as_excel"] {
  background-image: url(/pics/filters/report-excel.png);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
input[name="as_excel"]:after {
  left: 10px;
  position: absolute;
}
input[name="as_email"] {
  background-image: url(/pics/filters/report-mail.png);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
input[name="as_email"]:after {
  left: 10px;
  position: absolute;
}
#tooltip {
  left: -400px;
  position: absolute;
  top: 0px;
  z-index: 39;
  border-radius: 4px;
  background: #555555;
  color: white;
  opacity: 0.9;
  padding: 10px;
  max-width: 360px;
  max-height: 500px;
  overflow-y: auto;
  line-height: 20px;
}
legend {
  font-weight: bold;
  font-size: 15px;
}
#mc_div {
  background: #ffffff;
  font-weight: bold;
  border: black solid 2px;
  position: absolute;
  display: none;
  z-index: 34;
  padding: 5px;
}
#mc_div a {
  display: block;
}
span.ipf_error,
span.ipf_warning {
  position: relative;
}
.ipf_opis {
  color: white;
  font-size: 10px;
  padding: 2px;
  position: absolute;
  top: 0;
  right: -300px;
  text-align: left;
  width: 300px;
  width: auto;
  z-index: 5;
}
span.ipf_error {
  border: #e32636 solid 0px;
}
span.ipf_error .ipf_opis {
  background: #e32636;
}
span.ipf_warning {
  border: orange solid 0px;
}
span.ipf_warning .ipf_opis {
  background: orange;
}
.body-autorize {
  background: #E5E5E5 url(/pics/auth_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}
.body-autorize .lang-select {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  z-index: 22;
}
.body-autorize .logo {
  margin-bottom: 30px;
}
.body-autorize .logo img {
  max-height: 100px;
  max-width: 100%;
}
.autorize {
  position: relative;
  z-index: 20;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.autorize form {
  background: #FFFFFF;
  border-radius: 20px;
  color: black;
  padding: 30px 50px;
  width: 90%;
  max-width: 400px;
  margin: auto;
}
.autorize form h1 {
  font-weight: bold;
  font-size: 32px;
}
.autorize form input[type=text],
.autorize form input[type=password] {
  width: 100%;
  margin-bottom: 15px;
  height: 35px;
}
.autorize form div {
  text-align: center;
}
.autorize .auth-error {
  color: red;
  text-align: left;
  font-size: 14px;
  color: #FF2D2D;
  margin-bottom: 15px;
}
.autorize .input_container {
  width: 100%;
}
.userbox {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 20px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  background-color: inherit;
}
.userbox>div {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  display: flex !important;
  align-items: center;
  padding: 0px 10px;
}
.userbox>span {
  height: 100%;
  display: inline-block;
}
.action-list.my:before {
  content: "\E885";
  font: 20px Icons;
  display: inline-block;
  border-radius: 28px;
  text-align: center;
  margin-right: 5px;
}
.action-list.my:before img {
  width: 50%;
  display: inline-block;
  margin-top: 20%;
}
.action-list.my:after {
  content: "\F107";
  color: #B6B6B6;
  font: 16px Icons;
  margin-left: 2px;
}
.action-list.my>div {
  text-align: center;
  line-height: 30px;
  padding: 10px 0px;
}
.action-list.my>div a {
  border: none;
  padding: 3px 20px;
}
.action-list.my .my-email {
  font-weight: bold;
  font-size: 14px;
}
.action-list.my .my-name {
  font-weight: normal;
}
.action-list.my .my-group,
.action-list.my .my-stock,
.action-list.my .my-old {
  margin: 20px;
  border: 1px solid #DDDDDD;
}
div.profile {
  margin-bottom: 15px;
  padding: 20px;
  width: 100%;
  min-width: 300px;
  max-width: 600px;
}
div.profile>table {
  width: 100%;
}
.profile-hidden table.dott {
  display: none;
}
.profile-hidden h3 {
  cursor: pointer;
}
.profile-hidden.open table.dott {
  display: block;
}
.content-box {
  margin-bottom: 15px;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
}
.content-box:empty {
  padding: 0px;
}
.sel_boxes {
  margin-left: -15px;
  margin-bottom: 10px;
}
div.sel_boxes span.s_box {
  border: #082567 solid 1px;
  display: inline-block;
  padding: 3px;
  text-align: center;
  opacity: 0.5;
  margin-left: 15px;
}
div.sel_boxes span.sel {
  opacity: 1;
}
span.event_num {
  color: white;
  position: relative;
  top: -3px;
  left: 3px;
  background: #FFA209;
  padding: 1px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
  line-height: 14px;
  text-align: center;
  min-width: 16px;
  height: 16px;
  width: auto !important;
}
input.btn_img {
  padding-left: 30px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 5px;
  background-size: 16px;
}
.send_rash {
  background: #ffe9d9;
  padding: 5px;
  border-radius: 4px;
  khtml-border-radius: 4px;
  moz-border-radius: 4px;
  webkit-border-radius: 4px;
}
.send-doc.visired {
  position: relative;
}
.send-doc.visired:after {
  display: block;
  content: "";
  background: url(/pics/tick.png) top left no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: contain;
  opacity: 0.5;
}
.send_schet_alert {
  animation: attention 1s infinite;
}
a.place_img img {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
}
.history tr.slide-down td {
  border: none;
  padding: 0px;
}
.history tr.slide-down a {
  width: 100%;
  display: block;
  text-align: center;
}
.history td {
  padding: 5px;
}
span.filter {
  position: relative;
  float: lef;
  display: inline-block;
  border: red solid 0px;
  left: 0px;
  top: -5px;
  width: 6px;
}
span.filter a {
  position: absolute;
  left: 1px;
  top: -10px;
}
span.filter a img {
  width: 8px;
  height: 8px;
}
table.tbl td.filter_td {
  padding-left: 10px;
}
span.filter_clone_span {
  white-space: nowrap !important;
  padding: 5px;
  display: inline-block;
  width: 100%;
}
span.filter_clone_span input,
span.filter_clone_span select {
  min-width: 100px;
  padding-right: 30px;
  width: 100%;
}
span.filter_clone_span label {
  display: none;
}
span.filter_clone_span .dd {
  width: 100% !important;
}
span.filter_clone_span span {
  width: 100%;
}
span.filter_clone_span .input-group {
  margin-bottom: 0px;
}
span.input_container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 410px;
}
span.input_container .dd {
  width: 100%;
}
span.input_container select {
  width: 100%;
}
span.input_container input:not([type=radio],
span.input_container [type=checkbox]) {
  width: 100%;
  max-width: none !important;
}
span.input_container input:not([type=radio][size='7'],
span.input_container [type=checkbox])[size='7'] {
  width: 70px;
}
span.input_container.invisible:not(:hover) input:not(:focus) {
  background: transparent !important;
}
span.input_container.invisible:not(:hover) .input-actions {
  display: none !important;
}
span.input_container.invisible input {
  border: none !important;
}
span.input_container.invisible input:focus {
  text-align: left;
}
span.input_container[data-actions_count='1'] input {
  padding-right: 35px;
}
span.input_container[data-actions_count='2'] input {
  padding-right: 65px;
}
span.input_container[data-actions_count='3'] input {
  padding-right: 95px;
}
.input-kurs {
  position: relative;
}
.input-kurs input {
  padding-right: 55px !important;
  width: 120px !important;
}
.input-kurs .kurs-vals {
  width: 50px;
  color: #999999;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  right: 3px;
}
.inputs-set {
  display: inline-flex;
  padding: 0px !important;
  overflow: hidden;
  border-radius: 4px;
  width: auto;
}
.inputs-set>span:not(:first-child) {
  border-left: #666666 solid 1px !important;
}
.inputs-set input {
  border: none !important;
  border-radius: 0px;
}
.inputs-set select {
  border: none !important;
  background-image: none !important;
  appearance: auto !important;
  padding-right: 0px !important;
  width: 55px !important;
}
.inputs-set .valuta-selector-container {
  width: 55px !important;
}
.btn:empty {
  padding: 0px !important;
  background-position: center center !important;
  text-align: center;
  vertical-align: top;
}
.btn_w_image {
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
.btn_w_image:after {
  left: 10px;
  position: absolute;
}
input[name="save"],
input.save,
input[name="zapisat"],
a.save,
button.save {
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
  background-image: url(/pics/save.svg);
  background-color: #04a400 !important;
}
input[name="save"]:after,
input.save:after,
input[name="zapisat"]:after,
a.save:after,
button.save:after {
  left: 10px;
  position: absolute;
}
input[name="visir"],
a.visir,
input.visir {
  background-image: url(/pics/tick.svg);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
  background-color: #04b400 !important;
  color: white;
}
input[name="visir"]:after,
a.visir:after,
input.visir:after {
  left: 10px;
  position: absolute;
}
input[name="open"] {
  background-image: url(/pics/send_status_5.png);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
input[name="open"]:after {
  left: 10px;
  position: absolute;
}
input[name="close"] {
  background-image: url(/pics/send_status_10.png);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
input[name="close"]:after {
  left: 10px;
  position: absolute;
}
input[name="del"],
a.del,
button[type=reset],
button[name=filter_clear],
input.del {
  background-image: url(/pics/del.svg);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
  background-color: #ed3636 !important;
  color: white;
}
input[name="del"]:after,
a.del:after,
button[type=reset]:after,
button[name=filter_clear]:after,
input.del:after {
  left: 10px;
  position: absolute;
}
a.del:empty {
  background-image: url(/pics/del_red.svg);
  background-color: transparent !important;
}
input[name="email"] {
  background-image: url(/pics/email.png);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
input[name="email"]:after {
  left: 10px;
  position: absolute;
}
input[name="xls"],
a.btn[name="xls"],
a.xls,
li.xls a {
  text-decoration: none;
  width: auto !important;
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
input[name="xls"]:after,
input[name="xls"]:before,
a.btn[name="xls"]:after,
a.btn[name="xls"]:before,
a.xls:after,
a.xls:before,
li.xls a:after,
li.xls a:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
input[name="xls"]:after,
a.btn[name="xls"]:after,
a.xls:after,
li.xls a:after {
  left: 10px;
  position: absolute;
}
input[name="xls"]:after,
a.btn[name="xls"]:after,
a.xls:after,
li.xls a:after {
  font-size: 16px;
  content: "\F0F6";
}
input.load {
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
  background-image: url(/pics/button_loading.gif);
}
input.load:after {
  left: 10px;
  position: absolute;
}
.btn.add {
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
  background-image: url(/pics/add_white.svg);
}
.btn.add:after {
  left: 10px;
  position: absolute;
}
.btn-img {
  width: 30px;
  padding: 0px !important;
  padding-left: 0px !important;
  text-align: center !important;
  padding-top: 4px !important;
  vertical-align: bottom;
  background-position: center center;
  background-size: 20px;
}
.btn-img img {
  height: 20px;
  margin: 0px !important;
}
.btn-img:before {
  margin: 0px !important;
}
input.btn-img,
a.btn-img {
  width: 30px;
  padding: 0px !important;
  padding-left: 0px !important;
  text-align: center !important;
  padding-top: 4px !important;
  vertical-align: bottom;
  background-position: center center;
  background-size: 20px;
}
input.btn-img img,
a.btn-img img {
  height: 20px;
  margin: 0px !important;
}
input.btn-img:before,
a.btn-img:before {
  margin: 0px !important;
}
.btn-image {
  border: none !important;
  display: inline-block !important;
  width: 30px !important;
  padding: 0px !important;
  text-align: center;
}
.btn-image:before {
  display: none;
}
.btn-image.tick {
  background-image: url(/pics/tick.png);
}
.add-agent {
  width: 30px;
  padding: 0px !important;
  padding-left: 0px !important;
  text-align: center !important;
  padding-top: 4px !important;
  vertical-align: bottom;
  background-position: center center;
  background-size: 20px;
  background-image: url(/pics/add_white.svg);
}
.add-agent img {
  height: 20px;
  margin: 0px !important;
}
.add-agent:before {
  margin: 0px !important;
}
input[name="invoys"] {
  background-image: url(/pics/invoys.png);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
input[name="invoys"]:after {
  left: 10px;
  position: absolute;
}
input[name="prihod"] {
  background-image: url(/pics/send_status_15.png);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
input[name="prihod"]:after {
  left: 10px;
  position: absolute;
}
input[name="transfer"] {
  background-image: url(/pics/deliv_4.png);
  padding-left: 34px !important;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  text-align: left;
}
input[name="transfer"]:after {
  left: 10px;
  position: absolute;
}
.itog_line {
  margin: 5px 0px 0px 0px;
  display: flex !important;
  justify-content: space-betwwen !important;
  overflow-x: auto;
  padding: 5px !important;
  width: 100% !important;
  border-radius: 4px;
  grid-column-start: 1;
  grid-column-end: -1;
}
.itog_line span {
  display: inline-flex;
  justify-content: space-betwwen;
  margin: 0px;
  margin-right: 15px;
  font-weight: bold;
  white-space: nowrap;
}
table.invis td {
  border: 0px;
  padding: 0px;
}
span.par_val {
  margin-right: 5px;
}
span.through {
  text-decoration: line-through !important;
  color: red;
}
span.through a {
  text-decoration: line-through !important;
}
span.through a {
  color: red;
}
.line_list {
  margin-bottom: 8px;
}
.line_list>a,
.line_list>span {
  margin-left: 10px;
}
.dt {
  font-weight: bold;
  color: #112233;
}
.check_tumbler {
  display: inline-block;
  height: 20px;
  left: 0px;
  position: relative;
  width: 36px !important;
  vertical-align: middle;
  top: -2px;
}
.check_tumbler label {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.check_tumbler input {
  bottom: 0;
  cursor: pointer;
  height: 12px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  z-index: 1;
}
.check_tumbler label {
  border: 1px solid #C6C6C6;
  box-sizing: border-box;
  border-radius: 10px;
}
.check_tumbler label i {
  display: block;
  height: 14px;
  position: absolute;
  top: 2px;
  width: 14px;
  z-index: 1;
  border-radius: 20px;
  left: 2px;
}
.check_tumbler input:checked ~ label i {
  right: 2px;
  left: auto;
}
.check_tumbler input:checked ~ label i:before {
  color: #82a06a;
  right: 116%;
  text-shadow: 0 1px 0 #afcb9b, 0 -1px 0 #6b8659;
  top: 48%;
}
.ch_yes {
  color: green;
}
.ch_not {
  color: red;
}
.price_ref {
  display: none;
}
.tab_name {
  padding: 3px;
  border: #111111 solid 1px;
  background: #9999ff;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  khtml-opacity: 0.5;
  moz-opacity: 0.5;
  opacity: 0.5;
  position: relative;
  top: -2px;
}
.tab_name a {
  color: black;
  text-decoration: none;
}
.tab_text {
  display: none;
  border: #111111 solid 1px;
  padding: 10px;
}
.tab_sel {
  border-bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  khtml-opacity: 1;
  moz-opacity: 1;
  opacity: 1;
}
.tab-content:not(:first-child) {
  display: none;
}
.small {
  font-size: 9px;
}
span.show-shfc {
  display: inline-flex;
  align-items: center;
}
span.show-shfc .edit {
  margin-left: 3px;
  position: relative;
  top: -2px;
}
span.show-shfc img {
  margin-right: 3px;
}
span.show-shfc span.input {
  width: 100%;
}
.edit-shfc {
  display: inline-block;
  width: 100%;
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
}
.edit-shfc img {
  margin-right: 1px;
}
span.obj_prim {
  background: #ccccff url(/pics/info.png) no-repeat top right;
  border: #4c799f solid 1px;
  margin: 5px;
  padding: 1px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 8px;
  display: inline;
  khtml-border-radius: 8px;
  moz-border-radius: 8px;
  webkit-border-radius: 8px;
  display: inline-block;
  max-width: 400px;
  white-space: normal;
  float: left;
}
.obj-prim {
  text-align: left;
  background: white;
  display: inline-block;
  position: relative;
  max-width: 100%;
  border-radius: 4px;
  min-width: 200px;
}
.obj-prim input {
  padding-right: 75px;
  width: 320px;
}
.obj-prim .cancel,
.obj-prim .accept {
  display: none;
}
.obj-prim .prim-info {
  font-size: 10px;
  font-style: italic;
  text-align: right;
}
.obj-prim .prim-info:before {
  text-decoration: none;
  width: auto !important;
  font-family: 'IconsIo';
  content: "\e901";
  font-size: 14px;
  font-style: normal;
}
.obj-prim .prim-info:before:after,
.obj-prim .prim-info:before:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.obj-prim .show-shfc {
  padding: 0px 5px 1px 0px;
  padding-right: 40px;
  max-width: 500px;
  display: inline-block;
  line-height: 20px;
  font-size: 13px;
  white-space: normal;
}
.obj-prim .show-shfc .edit {
  position: absolute;
  right: 5px;
}
.obj-prim span.input {
  position: relative;
  width: 100%;
  white-space: nowrap;
  min-height: 30px;
  height: auto;
}
.obj-prim span.input .edit-shfc {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  width: auto !important;
}
td>.obj-prim {
  min-width: 0px;
  background: transparent !important;
  display: block;
}
td>.obj-prim span.input {
  border: none !important;
  background: transparent !important;
}
td>.obj-prim span.input .input_container {
  width: auto !important;
}
td>.obj-prim span.input input {
  width: 200px !important;
}
td>.obj-prim .edit-shfc {
  position: relative !important;
  height: 30px !important;
}
div.nom_cat_name {
  margin: 2px;
}
.nom_cat_name img {
  margin-right: 3px;
}
.filter_field table td {
  padding-right: 20px;
}
.poluproz td {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  khtml-opacity: 0.3;
  moz-opacity: 0.3;
  opacity: 0.3;
}
tr.thin td {
  padding-top: 0;
  padding-bottom: 0;
}
div.outerbox {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  khtml-opacity: 0.3;
  moz-opacity: 0.3;
  opacity: 0.3;
}
div.outerbox:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  khtml-opacity: 1;
  moz-opacity: 1;
  opacity: 1;
}
.rate_price_type_string {
  margin-right: 20px;
}
.usl_val,
.stocks_table {
  display: none;
}
.sotr_name {
  color: #666600;
}
.doc-name {
  white-space: nowrap;
}
.doc-name .f-icon {
  margin-right: 4px;
}
.doc_sys_prim {
  font-weight: bold;
  color: blue;
  margin: 10px;
}
div.place_price_control {
  position: absolute;
  top: 15px;
  left: 300px;
}
.ref_price {
  display: none;
}
.show_img {
  position: relative;
  width: 20px;
  height: 16px;
  display: inline-block;
  text-align: left;
}
.show_img img {
  position: absolute;
  width: 18px;
  height: 16px;
}
.sup {
  height: 6px;
  width: 6px;
  position: relative;
  top: -7px;
}
div.buttons {
  padding: 10px;
}
span.quick_edit {
  min-width: 50px;
  height: 20px;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 30px;
}
span.quick_edit:not([data-disabled='1'],
span.quick_edit .disabled ) {
  border: #555555 dotted 1px;
}
span.quick_edit.disabled {
  border: none !important;
}
span.quick_edit .accept {
  position: absolute;
  top: center;
  right: 5px;
  color: #aaaaaa;
  cursor: pointer;
}
span.quick_edit input[type=text] {
  border: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0;
  padding: 0px;
}
span.quick_edit input.num {
  width: 100%;
  height: 100%;
}
span.quick_edit .adv-edit {
  display: none;
}
span.quick_edit input {
  border: 0;
  border-radius: 0;
  box-shadow: 0;
}
.input-actions {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 0px;
  color: #aaaaaa;
  line-height: 26px;
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
}
.input-actions img {
  margin-right: 1px;
}
.input-actions span {
  text-decoration: none;
  width: auto !important;
  margin-right: 1px;
  cursor: pointer;
  width: 28px !important;
  height: 100%;
  line-height: 28px;
  text-align: center;
}
.input-actions span:after,
.input-actions span:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.input-actions span:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
div.sip_list {
  position: absolute;
  background: #aaaadd;
  display: inline-block;
  padding: 5px;
}
div.sip_list tr:hover {
  background: #9999bb;
}
#sms_confirmation {
  position: fixed;
  top: 0px;
  left: 200px;
  z-index: 35;
}
#sms_confirmation span {
  -webkit-animation: 0.1s tremor ease-out infinite;
  animation: 0.1s tremor ease-out infinite;
}
#sms_confirmation img {
  width: 64px;
  -webkit-animation: 0.1s tremor ease-out infinite;
  animation: 0.1s tremor ease-out infinite;
}
.action-list {
  position: relative;
  cursor: pointer;
}
.action-list:empty:not(.modal) {
  display: none;
}
.action-list>div {
  cursor: auto;
}
div.action-list {
  display: inline-block;
}
.action-list.gear {
  text-align: center !important;
}
.action-list.gear>div a,
.action-list.gear>div input {
  margin: 0px;
  border-radius: 0px;
}
.action-list.gear::before {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  height: 26px;
  line-height: 26px;
  width: 26px;
}
td.gear {
  padding: 0px !important;
}
.action-list.cubs {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border-radius: 3px !important;
  padding: 0px 8px;
  border: #555555 solid 1px;
  font-weight: normal;
  cursor: pointer;
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  background-repeat: no-repeat !important;
  background-size: 18px;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  background-color: white;
}
.action-list.cubs:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.action-list.cubs.red {
  background-color: #ed3636;
}
.action-list.cubs:after {
  display: inline-block;
  content: '\e900';
  font-family: IconsIo;
  font-size: 20px;
}
.action-list.cubs>div li {
  margin-right: 0px;
}
.action-list.cubs>div input[type=submit],
.action-list.cubs>div input[type=button],
.action-list.cubs>div button,
.action-list.cubs>div li,
.action-list.cubs>div a.btn {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding: 0px 10px;
  text-align: left !important;
}
.action-list.cubs>div input[type=submit]:not(:last-child),
.action-list.cubs>div input[type=button]:not(:last-child),
.action-list.cubs>div button:not(:last-child),
.action-list.cubs>div li:not(:last-child),
.action-list.cubs>div a.btn:not(:last-child) {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.action-list.cubs>div input[type=submit]:not(:first-child),
.action-list.cubs>div input[type=button]:not(:first-child),
.action-list.cubs>div button:not(:first-child),
.action-list.cubs>div li:not(:first-child),
.action-list.cubs>div a.btn:not(:first-child) {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.action-list.cubs>div .action-list {
  width: 100% !important;
}
.action-list.drop-down:after {
  display: inline-block;
  content: '\E888';
  font-family: Icons;
  font-size: 10px;
  background: #f3f7ff;
  height: 100%;
  margin-left: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: #555 solid 1px;
  width: 20px;
  text-align: center;
  vertical-align: top;
}
.action-list.drop-down>div {
  left: -1px !important;
  top: calc(100% - 2px) !important;
  border: #555 solid 1px !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  min-width: calc(100% + 2px) !important;
}
.action-list>div,
.dd_menu,
.filter_field {
  display: none;
  position: absolute;
  z-index: 35;
  min-width: 200px;
  max-width: min(100vw,1000px) !important;
  max-height: 600px;
  width: auto;
  background: #FFFFFF;
  border: 3px solid #AAAAAA;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0px;
  top: max(35px,100%);
  color: black;
  white-space: normal;
  text-align: left;
  left: -50px;
  line-height: 28px;
}
.action-list>div>a,
.dd_menu>a,
.filter_field>a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  padding: 0px 10px;
}
.action-list>div>a img,
.action-list>div>a .f-icon,
.dd_menu>a img,
.dd_menu>a .f-icon,
.filter_field>a img,
.filter_field>a .f-icon {
  display: inline-table;
  margin-right: 10px;
  height: 16px;
}
.action-list>div>a:hover,
.dd_menu>a:hover,
.filter_field>a:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.action-list>div>a:before,
.dd_menu>a:before,
.filter_field>a:before {
  font-size: 14px !important;
  margin-right: 10px;
}
.action-list>div>a:not(:last-child,
.action-list>div>a .btn),
.dd_menu>a:not(:last-child,
.dd_menu>a .btn),
.filter_field>a:not(:last-child,
.filter_field>a .btn) {
  border-bottom: 1px solid #C6C6C6;
}
.action-list>div>.action-list,
.dd_menu>.action-list,
.filter_field>.action-list {
  width: 100%;
}
.action-list>div li:not(:last-child),
.dd_menu li:not(:last-child),
.filter_field li:not(:last-child) {
  border-bottom: 1px solid #C6C6C6;
}
.action-list>div .filter_field input[type=submit],
.action-list>div .filter_field input[type=button],
.action-list>div .filter_field button,
.action-list>div .filter_field li,
.dd_menu .filter_field input[type=submit],
.dd_menu .filter_field input[type=button],
.dd_menu .filter_field button,
.dd_menu .filter_field li,
.filter_field .filter_field input[type=submit],
.filter_field .filter_field input[type=button],
.filter_field .filter_field button,
.filter_field .filter_field li {
  margin-bottom: 0px;
}
.action-list>div.old,
.dd_menu.old,
.filter_field.old {
  display: none !important;
}
.action-list>div hr,
.dd_menu hr,
.filter_field hr {
  padding: 0px;
  margin: 0px;
  height: 4px;
}
.action-list.up>div {
  top: auto !important;
  bottom: max(40px,100%);
}
.action-list.fullwidth>div>*,
.dd_menu.fullwidth>div>* {
  width: 100%;
}
.action-list.fullwidth>div>* div,
.action-list.fullwidth>div>* select,
.action-list.fullwidth>div>* span,
.dd_menu.fullwidth>div>* div,
.dd_menu.fullwidth>div>* select,
.dd_menu.fullwidth>div>* span {
  width: 100%;
}
.action-list.fullwidth>div a.btn,
.dd_menu.fullwidth>div a.btn {
  justify-content: center;
}
.action-list.to-right>div,
.action-list.to-right .dd_menu {
  right: auto;
  left: 0px;
}
.action-list.to-left>div,
.action-list.to-left .dd_menu {
  right: 0px !important;
  left: auto !important;
}
.action-load:not(.no-pad)>div {
  padding: 10px 8px;
}
.dd_menu {
  right: auto;
}
.action-list.content-none {
  border: none !important;
}
.action-list.content-none:after {
  content: "" !important;
  display: none !important;
}
.action-list.content-none:before {
  content: "" !important;
  display: none !important;
}
.fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}
.fields .field {
  width: 45%;
  max-width: 100%;
  margin-bottom: 0px;
}
.fields .field.fullwidth {
  width: 100%;
}
.fields .field>label {
  display: block;
  margin-bottom: 0px;
  letter-spacing: 0.3px;
  color: #AAAAAA;
  cursor: pointer;
}
.fields .field>label nobr {
  overflow-x: hidden;
  max-width: 100%;
  display: block;
}
.fields .field input:not(input[type=checkbox]),
.fields .field select {
  width: 100%;
}
.fields .field input[type=checkbox]~label,
.fields .field .check_tumbler~label {
  display: inline-block !important;
  margin-bottom: 0px;
}
.fields .field .input_container {
  width: 100%;
}
.fields .field .dd {
  width: 100% !important;
}
.filter-fileds::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
  background-color: transparent;
}
.filter_field {
  display: none;
  right: 0px;
  top: 0px;
  padding: 0px !important;
  max-height: none !important;
  max-width: none !important;
  z-index: 400;
  position: static !important;
}
.filter_field .filter-buttons {
  background: #f1f1f1;
  white-space: nowrap;
  padding: 10px;
  border-top: 1px solid #464a53;
  text-align: right;
  width: 100%;
}
.filter_field .filter-buttons * {
  margin-right: 10px;
}
.filter_field .filter_block {
  display: inline-block;
  white-space: nowrap;
}
.filter_field .filter-fileds {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  max-height: 70vh;
  max-width: 420px !important;
  overflow-y: auto;
}
.filter_field .filter-fileds span.filter_block {
  width: 45%;
  max-width: 100%;
  margin-bottom: 0px;
}
.filter_field .filter-fileds span.filter_block.fullwidth {
  width: 100%;
}
.filter_field .filter-fileds span.filter_block.fullwidth .period {
  display: flex;
  justify-content: space-between;
}
.filter_field .filter-fileds span.filter_block.fullwidth .period .input_container {
  width: 46% !important;
}
.filter_field .filter-fileds span.filter_block.fullwidth .period .input_container input {
  width: 100%;
}
.filter_field .filter-fileds span.filter_block .input_container {
  width: 100%;
}
.filter_field .filter-fileds span.filter_block .dd {
  width: 100% !important;
}
.filter_field .filter-fileds img.line {
  display: none;
}
.filter_field .filter-fileds label>img {
  display: none;
}
.filter_field .input-group {
  width: 100%;
}
.filter_field .input-group>label {
  display: block;
  margin-bottom: 0px;
  letter-spacing: 0.3px;
  color: #AAAAAA;
  cursor: pointer;
}
.filter_field .input-group input:not(input[type=checkbox]),
.filter_field .input-group select {
  width: 100%;
}
.filter_field .input-group input[type=checkbox]~label,
.filter_field .input-group .check_tumbler~label {
  display: inline-block !important;
  margin-bottom: 0px;
}
.filter_field .input-group * {
  vertical-align: middle;
}
.filter_field:before {
  content: "Поиск";
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: bold;
  border-top-right-radius: 4px;
  border-top-left-radius: 3px;
}
.filter_field .close {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 50px;
  display: block;
  width: 30px;
  border-top-right-radius: 3px;
}
.inputs-container {
  display: block;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,auto));
  column-gap: 10px;
}
.inputs-container .input-group {
  width: 100%;
}
.inputs-container .input-group .input_container {
  width: 100%;
}
.inputs-container .input-group>label {
  display: block;
  margin-bottom: 0px;
  letter-spacing: 0.3px;
  color: #AAAAAA;
  cursor: pointer;
}
.inputs-container .input-group input:not(input[type=checkbox]),
.inputs-container .input-group select {
  width: 100%;
}
.inputs-container .input-group input[type=checkbox]~label,
.inputs-container .input-group .check_tumbler~label {
  display: inline-block !important;
  margin-bottom: 0px;
}
.inputs-container .input-group * {
  vertical-align: middle;
}
td .slide-toggle {
  height: 30px;
}
.slide-toggle {
  position: relative;
  overflow-y: hidden;
  align-items: center;
  flex-wrap: wrap;
}
.slide-toggle:not(.hide-toggler) {
  padding-right: calc(40px) !important;
}
.slide-toggle.main {
  display: flex;
}
.slide-toggle.hide-toggler a.slide-toggler {
  opacity: 0 !important;
  transition: opacity 0.5s;
}
.slide-toggle.hide-toggler:hover a.slide-toggler {
  opacity: 1 !important;
}
.slide-toggle a.slide-toggler {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 30px !important;
  text-align: center;
  z-index: 5;
  text-decoration: none;
  top: 0px;
  right: 0px;
}
.slide-toggle a.slide-toggler:before {
  text-align: center;
  font-family: Icons;
  content: "\E888";
  font-size: 12px;
}
.slide-toggle.open:not(.main) {
  height: auto !important;
}
.slide-toggle.open a.slide-toggler:before {
  transform: rotate(180deg);
}
.transparent_sel .ddTitleText,
.transparent_sel select {
  background-color: transparent;
  border: none;
}
.action-list.by-over>div {
  top: auto;
}
.action-list.by-over:hover div {
  display: block;
}
.action-list.notifys::before {
  content: '\E883' !important;
  font: 20px Icons;
  display: block;
  cursor: pointer;
}
.action-buttons {
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  justify-content: flex-end;
  text-align: right;
  overflow-x: hidden;
  overflow-y: hidden;
}
.action-buttons>input,
.action-buttons>a,
.action-buttons>button,
.action-buttons>span,
.action-buttons>div {
  font-size: 14px;
  text-align: center;
  border-radius: 3px !important;
  padding: 0px 8px;
  border: #555555 solid 1px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  background-repeat: no-repeat !important;
  background-size: 18px;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
}
.action-buttons>input:hover,
.action-buttons>a:hover,
.action-buttons>button:hover,
.action-buttons>span:hover,
.action-buttons>div:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.action-buttons>input.red,
.action-buttons>a.red,
.action-buttons>button.red,
.action-buttons>span.red,
.action-buttons>div.red {
  background-color: #ed3636;
}
.action-buttons>input:not(:first-child),
.action-buttons>a:not(:first-child),
.action-buttons>button:not(:first-child),
.action-buttons>span:not(:first-child),
.action-buttons>div:not(:first-child) {
  margin-left: 10px;
}
.action-buttons>input.action-list:not(.cubs),
.action-buttons>a.action-list:not(.cubs),
.action-buttons>button.action-list:not(.cubs),
.action-buttons>span.action-list:not(.cubs),
.action-buttons>div.action-list:not(.cubs) {
  padding: 0px;
  border: none;
}
.action-buttons>input.adv-btn,
.action-buttons>a.adv-btn,
.action-buttons>button.adv-btn,
.action-buttons>span.adv-btn,
.action-buttons>div.adv-btn {
  padding: 0px !important;
}
.action-buttons li input,
.action-buttons li a,
.action-buttons li button {
  margin-right: 0px;
}
.action-buttons .dd_menu .action-list {
  width: 100% !important;
}
.action-buttons .action-list>div {
  top: max(40px,110%);
  padding: 0px;
  padding-bottom: 0px;
}
.action-buttons .action-list>div>input,
.action-buttons .action-list>div a,
.action-buttons .action-list>div span {
  margin: 0px !important;
  border-radius: 0px !important;
  border: none;
  text-align: left !important;
}
.action-buttons .action-list>div>input:not(:last-child),
.action-buttons .action-list>div a:not(:last-child),
.action-buttons .action-list>div span:not(:last-child) {
  border-bottom: #555555 solid 1px;
}
.action-buttons .action-list>div li {
  margin: 0px;
  padding: 0px;
}
.action-buttons .action-list>div li a {
  width: 100% !important;
}
ul.action-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notifys>div {
  padding: 0px 20px;
}
.notifys>div a img {
  position: relative;
  top: 3px;
  margin-right: 6px;
}
.notifys a {
  width: 500px;
}
button.icon,
input.icon {
  background-repeat: no-repeat;
  background-size: auto 65% !important;
}
input.icon {
  padding-right: 30px !important;
  background-position: 98% center !important;
}
button.icon {
  padding-left: 20px !important;
}
.img-lnk {
  cursor: pointer;
}
#languages_form {
  text-transform: uppercase;
}
#quick_alert {
  z-index: 55;
  color: black;
  background: white;
  display: block;
  max-width: 360px;
  min-width: 200px;
  width: auto;
  border-radius: 4px;
  padding: 20px;
  padding-left: 60px;
  padding-top: 15px;
  font-size: 16px;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
}
#quick_alert:before {
  content: " ";
  display: block;
  width: 50px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: #cdffcb url(/pics/quck_alert_success.svg) no-repeat center center;
  background-size: 30px !important;
}
#quick_alert.error:before {
  background: #FF2D2D url(/pics/quck_alert_error.svg) no-repeat center center !important;
  background-size: 30px !important;
}
#quick_alert .close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #FF2D2D;
  border-radius: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  width: auto !important;
  width: 20px !important;
  cursor: pointer;
  opacity: 0.3;
}
#quick_alert .close:after,
#quick_alert .close:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
#quick_alert .close:before {
  content: "\E872";
  color: white;
}
#quick_alert .close:hover {
  opacity: 1;
}
#quick_alert .error_msg_sess {
  margin-bottom: 0px !important;
}
.page_nums {
  display: inline-flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: flex-end;
  width: calc(100% - 115px);
  margin-bottom: 10px;
}
.page_nums a.page_num:not(.nav) {
  background-color: white;
  color: black !important;
}
.page_nums a.page_num:not(.nav):hover {
  background-color: #eeeeee;
}
.page_nums span.page_num:not(.dots) {
  border: none;
}
.page_nums span.page_num:not(.dots).nav {
  display: none;
}
.page_nums .dots {
  background-color: white;
  color: black !important;
}
.page_nums .pages {
  display: inline-block;
}
.page_nums .pages-input {
  display: none;
  margin-right: 10px;
}
.page_nums .pages-input input {
  width: 70px;
  padding-right: 20px;
  text-align: left;
}
.page_num {
  border: 1px solid #CCCCCC;
  text-decoration: none;
  margin-right: 10px;
  background: white;
  font-size: 14px;
  text-align: center;
  border-radius: 3px !important;
  padding: 0px 8px;
  border: #555555 solid 1px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  background-repeat: no-repeat !important;
  background-size: 18px;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
}
.page_num:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.page_num.red {
  background-color: #ed3636;
}
div.parval {
  display: inline-flex !important;
  justify-content: space-between;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  line-height: 28px;
  border: black solid 1px;
  padding-left: 10px;
}
div.parval>span {
  height: 30px;
  padding: 0px 10px;
  display: inline-block;
  line-height: 28px;
  border-left: black solid 1px;
  margin-left: 10px;
}
.table-container {
  display: inline-block;
  max-width: 100%;
}
.table-container .tbl {
  border: none;
}
.transp-grad-right {
  position: relative;
}
.transp-grad-right:after {
  display: block;
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  height: 100%;
  bottom: 0px;
  background-image: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
  width: 100px;
}
.table-container.overflowed {
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
}
.table-container:not(.overflowed) table.b-cashflow-table>tbody>tr:first-child,
.table-container:not(.overflowed) table.b-cashflow-table tr.extra-th {
  position: sticky;
  z-index: 10;
}
.table-container:not(.overflowed) table.b-cashflow-table tr:first-child {
  top: 44px;
}
.table-container:not(.overflowed) table.b-cashflow-table tr.extra-th {
  top: 73px;
}
table.b-cashflow-table {
  border-radius: 3px;
  position: relative;
}
table.b-cashflow-table tr:first-child th:last-child .extra-actions {
  display: none;
}
table.b-cashflow-table .table-actions {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 29;
}
table.b-cashflow-table .table-actions::after {
  content: "\e800";
  font-family: 'Icons';
  font-size: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
table.b-cashflow-table.fullscreen {
  position: absolute;
  z-index: 55;
  width: 100vw;
}
table.b-cashflow-table.fullscreen tr:first-child,
table.b-cashflow-table.fullscreen tr.extra-th {
  top: 0px !important;
}
.table-fullscreen-container {
  position: fixed;
  background: white;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
}
.ajax-load-cover {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  background: black;
  opacity: 0.5;
}
.ajax-load-cover img {
  position: absolute;
  left: 48%;
  top: 48%;
}
a.icons {
  text-decoration: none;
}
.b-submenu-tabs {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  list-style-type: none;
  line-height: 20px;
}
.b-submenu-tabs li {
  display: inline-block;
  margin: 0px 15px 10px 0px;
}
.b-submenu-tabs a {
  font-size: 14px;
  text-align: center;
  border-radius: 3px !important;
  padding: 0px 8px;
  border: #555555 solid 1px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  background-repeat: no-repeat !important;
  background-size: 18px;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  text-align: left;
}
.b-submenu-tabs a:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.b-submenu-tabs a.red {
  background-color: #ed3636;
}
.b-submenu-tabs .b-submenu-tabs__tab-link-icon {
  padding-left: 40px !important;
  background-position: 10px center !important;
  background-size: 20px;
}
.b-submenu-tabs .b-submenu-tabs__tab-link-icon.icon-center {
  background-position: center center !important;
}
.b-submenu-tabs * {
  vertical-align: top;
}
.debug-info {
  display: none;
}
.cache-time {
  font-size: 10px;
  color: #aaaaaa;
  text-align: right;
}
.quick-links .quick-links-add {
  color: #aaaaaa !important;
  font-size: 0.7em;
}
.quick-links .fav-extra {
  position: relative;
}
.quick-links .fav-extra a.del-quick-link {
  position: absolute;
  left: -10px;
  top: 30%;
  margin: 0;
  padding: 0px;
  border-bottom: none;
  width: 24px;
}
.quick-links .fav-extra a.del-quick-link img {
  width: 14px;
  height: 14px;
}
.quick-links .fav-extra .copy-quick-link {
  position: absolute;
  right: -10px;
  top: 30%;
  margin: 0;
  padding: 0;
  border-bottom: none;
  width: 16px;
}
.quick-links .fav-extra>a {
  padding: 6px;
  display: block;
}
.resize {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  z-index: 3;
}
.input_container.date:before {
  background-image: url(/pics/calendar.svg);
  content: '';
  width: 30px;
  height: 28px;
  display: inline-block;
  position: absolute;
  right: 1px;
  top: 1px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-left: #555555 solid 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
input.date {
  padding-right: 25px;
}
#go_up,
#go_down {
  position: fixed;
  right: 10px;
  bottom: 50px;
  border-radius: 6px;
  padding: 7px 13px;
  opacity: 0.5;
  font-size: 24px;
  cursor: pointer;
  display: none;
}
#go_up:hover,
#go_down:hover {
  opacity: 1;
}
#go_down {
  bottom: 110px;
}
#agent_subids_list {
  margin-bottom: 20px;
}
.fin_debit-filter form>span {
  white-space: nowrap;
  margin-right: 20px;
}
.not-found {
  font-style: italic;
  display: none;
}
.doc-status {
  color: black;
}
.doc-head-container {
  width: 100%;
}
.doc-head-container .doc-head-top {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 0px;
  padding: 10px 0px;
  width: 100%;
  position: relative;
  top: -20px;
  z-index: 10;
}
.doc-head-container .doc-head-top:before {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: 0px;
  top: 0px;
  display: block;
  background: inherit !important;
  z-index: 1 !important;
}
.doc-head-container .doc-head-top>* {
  position: relative;
  z-index: 2;
}
.doc-head-container .doc-head-top h1,
.doc-head-container .doc-head-top h2 {
  display: inline-block;
  margin: 0px;
  font-size: 16px;
  vertical-align: middle;
  line-height: 30px;
}
.doc-head-container .doc-head-top .status {
  font-size: 14px;
  text-align: center;
  border-radius: 3px !important;
  padding: 0px 8px;
  border: #555555 solid 1px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  background-repeat: no-repeat !important;
  background-size: 18px;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  margin-left: 30px;
}
.doc-head-container .doc-head-top .status:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.doc-head-container .doc-head-top .status.red {
  background-color: #ed3636;
}
.doc-head-container .doc-head-top .doc-num-info {
  display: inline-block;
  width: auto;
  white-space: nowrap;
}
.doc-head-container .doc-head-top .doc-num-info>div {
  display: inline-block;
}
.doc-head-container .doc-head-top .doc-num-info div {
  vertical-align: top !important;
}
.doc-head-container .doc-head-top .doc-num-info .doc-num {
  height: 30px;
}
.doc-head-container .doc-head-top .doc-buttons-container {
  display: inline-block;
  margin-left: 30px;
  max-width: 100%;
  width: auto;
  text-align: right;
  overflow-x: hidden;
}
.doc-head-container .doc-head-top h2>span.doc-num {
  height: 100%;
  width: 100%;
  border: none;
}
.doc-head-container .doc-head-save {
  display: inline-block;
}
.doc-head-container .doc-buttons {
  display: inline-block;
  max-width: min(320px,100%);
  vertical-align: top;
  text-align: right;
}
.doc-head-container .action-buttons.bottom {
  width: 100% !important;
  margin: 10px 0px;
  margin-top: 0px;
  display: none;
}
.doc-head-container .dd {
  width: 100%;
}
.doc-head-container .doc-status {
  height: 30px;
  margin-left: 10px;
  border-radius: 4px;
  border: #555 solid 1px;
  padding: 0px 10px;
  display: inline-block;
  color: black;
}
.doc-head-container>.action-buttons {
  margin-bottom: 10px;
}
.doc-head {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 10px 0px 0px;
  border-radius: 4px;
}
.doc-head.slide-toggle {
  height: 80px;
}
.doc-head>div {
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 10px;
  min-width: min-content;
}
.doc-head>div:not(.hide) {
  display: inline-block;
}
.doc-head>div:not(.group)>div:first-child {
  font-weight: 500;
  white-space: nowrap;
  overflow-x: auto;
  line-height: 20px;
  margin-bottom: 5px;
}
.doc-head>div>div:last-child {
  position: relative;
}
.doc-head>div>div:last-child>.error {
  color: red;
  position: absolute;
  top: 20px;
  left: 0px;
}
.doc-head>div.itog_line,
.doc-head>div.fullwidth {
  width: calc(100% - 10px ) !important;
}
.doc-head>div .obj-prim {
  width: 100%;
}
.doc-head>div .small_sel {
  width: 100% !important;
}
.doc-head>div .small_sel select {
  width: 100% !important;
}
@keyframes attention {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.unvisired-exist {
  animation: attention 1s infinite;
}
.kassa,
.fin-balance {
  padding-top: 60px;
}
.kassa .doc-head-container,
.fin-balance .doc-head-container {
  border-radius: 4px;
}
.kassa .doc-head-container .doc-head-top,
.fin-balance .doc-head-container .doc-head-top {
  padding: 10px;
  margin: 0px !important;
  border-bottom: #555555 solid 1px;
  display: flex;
  position: static !important;
}
.kassa .doc-head-container .doc-head-top:before,
.fin-balance .doc-head-container .doc-head-top:before {
  display: none;
}
.kassa .doc-head-container .doc-head-top h2,
.fin-balance .doc-head-container .doc-head-top h2 {
  background-color: #555555;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: white;
  border-radius: 4px;
  padding: 0px 10px;
}
.kassa .doc-head-container .doc-head-top .for-check,
.fin-balance .doc-head-container .doc-head-top .for-check {
  vertical-align: bottom;
  margin-left: 10px;
}
.kassa .doc-head-container .doc-head,
.fin-balance .doc-head-container .doc-head {
  padding: 0px;
  padding-top: 10px;
  margin: 0px 10px 10px 10px;
  width: calc(100% - (10px * 2) );
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kassa .doc-head-container .doc-head>div,
.fin-balance .doc-head-container .doc-head>div {
  margin-left: 0px;
}
.kassa .doc-head-container .doc-head .group,
.fin-balance .doc-head-container .doc-head .group {
  margin: 0px 0px 10px 0px;
  display: inline-flex;
  justify-content: space-between;
  gap: 10px;
  min-width: min-content;
}
.kassa .doc-head-container .doc-head .group>div,
.fin-balance .doc-head-container .doc-head .group>div {
  width: 48%;
  min-width: min-content !important;
  flex: 1;
}
.kassa .doc-head-container .doc-head .group>div>div,
.fin-balance .doc-head-container .doc-head .group>div>div {
  white-space: nowrap;
  overflow: hidden;
}
.kassa .doc-head-container .doc-head .group>div>div:first-child,
.fin-balance .doc-head-container .doc-head .group>div>div:first-child {
  line-height: 25px;
}
.kassa .doc-head-container .doc-head .group>div,
.kassa .doc-head-container .doc-head .group>span,
.fin-balance .doc-head-container .doc-head .group>div,
.fin-balance .doc-head-container .doc-head .group>span {
  vertical-align: top;
  margin-bottom: 0px !important;
}
.kassa .doc-head-container .doc-head .group.sum-val,
.fin-balance .doc-head-container .doc-head .group.sum-val {
  justify-content: start;
  gap: 10px;
}
.kassa .doc-head-container .doc-head .group.sum-val>span:last-child,
.fin-balance .doc-head-container .doc-head .group.sum-val>span:last-child {
  width: 100px !important;
}
.kassa .doc-head-container .doc-head .input_container,
.fin-balance .doc-head-container .doc-head .input_container {
  width: 100%;
}
.kassa.select-kassa,
.fin-balance.select-kassa {
  padding-top: 0px;
}
.kassa .kassa-head,
.kassa .fb-head,
.fin-balance .kassa-head,
.fin-balance .fb-head {
  position: fixed;
  top: 45px;
  left: 60px;
  z-index: 30;
  line-height: 60px;
  height: 60px;
  padding-left: 10px;
}
.kassa .kassa-head .kassa-docs,
.kassa .fb-head .kassa-docs,
.fin-balance .kassa-head .kassa-docs,
.fin-balance .fb-head .kassa-docs {
  margin-left: 0px;
  border-left: #343434 solid 1px;
  line-height: 42px;
  height: 100%;
  display: inline-block;
  float: right;
}
.kassa .kassa-head .kassa-docs a img,
.kassa .fb-head .kassa-docs a img,
.fin-balance .kassa-head .kassa-docs a img,
.fin-balance .fb-head .kassa-docs a img {
  height: 20px;
}
.kassa .kassa-head .kassa-docs>div,
.kassa .fb-head .kassa-docs>div,
.fin-balance .kassa-head .kassa-docs>div,
.fin-balance .fb-head .kassa-docs>div {
  right: 0px !important;
  left: auto !important;
}
.kassa .kassa-head a.kassa-docs-link,
.kassa .fb-head a.kassa-docs-link,
.fin-balance .kassa-head a.kassa-docs-link,
.fin-balance .fb-head a.kassa-docs-link {
  height: 60px;
  width: 60px !important;
}
.kassa .kassa-head .kassa-name,
.kassa .fb-head .kassa-name,
.fin-balance .kassa-head .kassa-name,
.fin-balance .fb-head .kassa-name {
  font-size: 22px;
  text-decoration: none !important;
  margin-right: 10px;
  white-space: nowrap;
  font-weight: bold;
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
}
.kassa .kassa-head .kassa-name img,
.kassa .fb-head .kassa-name img,
.fin-balance .kassa-head .kassa-name img,
.fin-balance .fb-head .kassa-name img {
  margin-right: 1px;
}
.kassa .kassa-head .kassa-name img,
.kassa .fb-head .kassa-name img,
.fin-balance .kassa-head .kassa-name img,
.fin-balance .fb-head .kassa-name img {
  height: 22px;
  margin-right: 5px;
}
.kassa a.kassa-docs-link,
.fin-balance a.kassa-docs-link {
  display: inline-block;
  width: 36px !important;
  height: 36px;
  text-align: center;
  padding-bottom: 1px;
  line-height: 28px;
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
  justify-content: center;
}
.kassa a.kassa-docs-link img,
.fin-balance a.kassa-docs-link img {
  margin-right: 1px;
}
.kassa a.kassa-docs-link span,
.fin-balance a.kassa-docs-link span {
  padding: 7px;
  display: inline-block;
}
.kassa a.kassa-docs-link svg,
.fin-balance a.kassa-docs-link svg {
  width: 20px;
}
.kassa .kassa-head-btn,
.fin-balance .kassa-head-btn {
  height: 30px !important;
  width: 30px !important;
  text-align: center;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
  line-height: 18px;
  position: relative;
}
.kassa .kassa-head-btn .event_num,
.fin-balance .kassa-head-btn .event_num {
  position: absolute;
  top: -6px;
  background-color: #ffaabb;
}
.kassa .kassa-saldo,
.fin-balance .kassa-saldo {
  font-size: 18px;
  font-weight: bold !important;
}
.kassa .kassa-saldo form,
.fin-balance .kassa-saldo form {
  display: inline-block;
}
.kassa .kassa-saldo .ui-datepicker-trigger,
.fin-balance .kassa-saldo .ui-datepicker-trigger {
  height: 30px !important;
  width: 30px !important;
  text-align: center;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
  line-height: 18px;
  position: relative;
}
.kassa .kassa-saldo .ui-datepicker-trigger .event_num,
.fin-balance .kassa-saldo .ui-datepicker-trigger .event_num {
  position: absolute;
  top: -6px;
  background-color: #ffaabb;
}
.kassa .kassa-saldo .kassa-ostatok>div,
.fin-balance .kassa-saldo .kassa-ostatok>div {
  border-top: none !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.kassa .kassa-saldo .kassa-ostatok>div .kassa-ostatok-dvig-type:not(:last-child),
.fin-balance .kassa-saldo .kassa-ostatok>div .kassa-ostatok-dvig-type:not(:last-child) {
  border-bottom: #aaaaaa solid 1px;
}
.kassa .kassa-saldo .kassa-ostatok>div .ostatok_type,
.fin-balance .kassa-saldo .kassa-ostatok>div .ostatok_type {
  width: 120px;
}
.kassa .kassa-save,
.fin-balance .kassa-save {
  font-size: 16px;
  float: right;
  margin-right: 10px;
}
.kassa .b-submenu-tabs,
.fin-balance .b-submenu-tabs {
  height: 36px;
  margin-bottom: 10px;
}
.kassa .b-submenu-tabs li,
.fin-balance .b-submenu-tabs li {
  height: 100%;
  white-space: nowrap;
  max-width: 200px;
}
.kassa .b-submenu-tabs li:last-child,
.fin-balance .b-submenu-tabs li:last-child {
  margin-right: 0px;
}
.kassa .b-submenu-tabs li a:not(.kassa-docs-link),
.fin-balance .b-submenu-tabs li a:not(.kassa-docs-link) {
  width: calc(100% - (36px + 3px) ) !important;
  border-radius: 4px;
  height: 100%;
  background-size: 20px;
  background-position: 5px center !important;
  padding-left: 30px !important;
  line-height: 20px;
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
}
.kassa .b-submenu-tabs li a:not(.kassa-docs-link) img,
.fin-balance .b-submenu-tabs li a:not(.kassa-docs-link) img {
  margin-right: 1px;
}
.kassa .b-submenu-tabs li a:last-child:nth-child(1),
.fin-balance .b-submenu-tabs li a:last-child:nth-child(1) {
  width: 100% !important;
}
.kassa .b-submenu-tabs li a.kassa-docs-link,
.fin-balance .b-submenu-tabs li a.kassa-docs-link {
  width: 36px !important;
}
.kassa .b-submenu-tabs .action-list.cubs,
.fin-balance .b-submenu-tabs .action-list.cubs {
  height: 36px !important;
  width: 36px !important;
  line-height: 33px;
  margin-left: 0px !important;
  padding: 0px !important;
  flex-grow: 0;
}
.kassa .b-submenu-tabs .action-list.cubs>div,
.fin-balance .b-submenu-tabs .action-list.cubs>div {
  padding: 5px;
}
.kassa .b-submenu-tabs .action-list.cubs>div li:not(:last-child),
.fin-balance .b-submenu-tabs .action-list.cubs>div li:not(:last-child) {
  margin-bottom: 5px;
}
.kassa .b-submenu-tabs .action-list.cubs>div a,
.kassa .b-submenu-tabs .action-list.cubs>div li,
.fin-balance .b-submenu-tabs .action-list.cubs>div a,
.fin-balance .b-submenu-tabs .action-list.cubs>div li {
  margin: 0px;
  padding: 0px;
  height: 36px;
  border-radius: 4px;
}
.kassa .b-submenu-tabs .action-list.cubs:after,
.fin-balance .b-submenu-tabs .action-list.cubs:after {
  content: "\E888";
  font-family: Icons;
  color: white;
  font-size: 14px;
}
.kassa .kassa-switch,
.fin-balance .kassa-switch {
  display: grid;
  grid-template-columns: 1fr max-content;
}
.kassa .kassa-switch span:not(:first-child),
.kassa .kassa-switch a:not(:first-child),
.fin-balance .kassa-switch span:not(:first-child),
.fin-balance .kassa-switch a:not(:first-child) {
  margin-left: 10px;
}
.kassa #agent_balance,
.fin-balance #agent_balance {
  width: auto !important;
  background: transparent !important;
}
.kassa .action-buttons.bottom,
.fin-balance .action-buttons.bottom {
  width: calc(100% - (10px * 2) ) !important;
  margin-left: 10px;
}
.fin-balance .fb-head .fb-agent-info {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.fin-balance .fb-head .fb-agent-info a {
  text-decoration: none !important;
}
.fin-balance .fb-head .fb-saldo {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  height: 100%;
}
.fin-balance .fb-head .fb-saldo-info {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}
.fin-balance .fb-head .fb-saldo-info .fb-agent_saldo {
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
  margin-right: 20px;
  text-decoration: none;
  width: auto !important;
}
.fin-balance .fb-head .fb-saldo-info .fb-agent_saldo img {
  margin-right: 1px;
}
.fin-balance .fb-head .fb-saldo-info .fb-agent_saldo:after,
.fin-balance .fb-head .fb-saldo-info .fb-agent_saldo:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.fin-balance .fb-head .fb-saldo-info .fb-agent_saldo:before {
  content: "\E892";
  font-size: 20px;
  margin-right: 6px;
}
.fin-balance .fb-head .fb-saldo-info .fb-agent_credit {
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
  text-decoration: none;
  width: auto !important;
  color: #ff2222;
}
.fin-balance .fb-head .fb-saldo-info .fb-agent_credit img {
  margin-right: 1px;
}
.fin-balance .fb-head .fb-saldo-info .fb-agent_credit:after,
.fin-balance .fb-head .fb-saldo-info .fb-agent_credit:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.fin-balance .fb-head .fb-saldo-info .fb-agent_credit:before {
  content: "";
  background: url(/pics/credit.svg) no-repeat center center;
  background-size: 13px;
  margin-right: 6px;
  width: 20px;
  height: 24px;
  display: inline-block;
  text-align: center;
}
.fin-balance .fb-add * {
  fill: black !important;
}
.fin-balance .input-group {
  margin-bottom: 10px;
}
.fin-balance .input-group>label {
  margin-bottom: 0px;
}
.fin-balance .fb-tables>div {
  min-width: 300px;
}
.fin-balance .fb-tables .fb-table-show {
  border: #444444 solid 1px;
  border-radius: 4px;
  height: 30px;
}
.fin-balance .fb-tables .fb-table-show:not(:last-child) {
  margin-bottom: 10px;
}
.fin-balance .fb-tables .fb-table-show .fb-table-enable {
  width: 50px;
  height: 100%;
  border-right: #444444 solid 1px;
  line-height: 30px;
  padding: 0px 5px;
}
.fin-balance .fb-tables .fb-table-show .check_tumbler {
  top: 4px;
}
.fin-balance .fb-tables .fb-table-show .fb-table-name {
  margin-left: 5px;
  border-right: #444444 solid 1px;
  width: 150px;
  overflow: hidden;
}
.fb-single .fb-single-opis span.input {
  height: auto !important;
}
body.iframe .doc-head-container {
  border: none !important;
  border-radius: 0px !important;
}
.kassa-name img {
  height: 16px;
}
.send-info .doc-head>div {
  min-width: auto;
}
.send-info .doc-buttons {
  width: 100% !important;
  max-width: 100% !important;
}
.send-info .doc-status {
  padding: 0px;
}
.send-info .doc-status .action-list {
  padding-left: 10px;
}
.send-info .doc-status .status-name {
  min-width: 70px;
}
.history-row {
  white-space: nowrap;
  padding: 0px 10px;
}
.history-row:not(:last-child) {
  border-bottom: #555 solid 1px;
}
.history-row i {
  width: 16px;
  margin-right: 10px;
  text-align: center;
}
.usl-list {
  overflow-x: auto;
  margin-bottom: 10px;
}
.usl-list .add-usl-link {
  text-decoration: none;
  font-size: 1.2rem;
  margin-top: -33px;
  max-width: 180px;
}
.usl-list .add-usl-link:first-letter {
  font-size: 1.6rem;
}
.doc-num {
  white-space: nowrap;
  text-decoration: none;
  height: 24px;
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
  vertical-align: baseline;
  padding: 0px 3px !important;
  border: black solid 1px;
  border-radius: 4px;
}
.doc-num img {
  margin-right: 1px;
}
.doc-num a,
a.doc-num {
  text-decoration: none !important;
  min-width: auto !important;
  gap: 5px;
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
  padding: 0px 3px !important;
  font-size: 14px;
  text-align: center;
  border-radius: 3px !important;
  padding: 0px 8px;
  border: #555555 solid 1px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  background-repeat: no-repeat !important;
  background-size: 18px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  height: 24px;
}
.doc-num a img,
a.doc-num img {
  margin-right: 1px;
}
.doc-num a:hover,
a.doc-num:hover {
  box-shadow: inset 0 0 100px 100px rgba(188,188,188,0.2);
}
.doc-num a.red,
a.doc-num.red {
  background-color: #ed3636;
}
.doc-num a img,
a.doc-num img {
  margin-right: 3px;
}
.doc-num a img:last-child,
a.doc-num img:last-child {
  margin-right: 0px !important;
}
.doc-num a {
  border: none !important;
}
.doc-num img {
  margin-right: 2px;
  height: 14px !important;
}
span.input .doc-num {
  border: none !important;
  height: 100%;
}
.doc-num .action-list.gear:before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.doc-num .i-info {
  position: relative;
  top: -4px;
  left: 2px;
}
.prihod_form form {
  width: 100%;
}
.prihod_form .prihod-head {
  padding-bottom: 1px;
}
.prihod_form .prihod-head>div {
  display: inline-flex;
  margin-right: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.prihod_form .prihod-head>div>div {
  margin-right: 20px;
}
.prihod_form .prihod-head>div>div.stocks>span {
  margin-right: 5px;
  display: inline-block;
}
.prihod_form .prihod-head .peredacha-sel {
  position: relative;
  display: inline-block;
}
.prihod_form .prihod-head .peredacha-sel .edit-shfc img {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 10;
}
.prihod_form .prihod-head .peredacha-sel .ddTitle {
  padding-left: 20px;
}
.prihod_form .place_contents_td {
  padding-right: 20px;
  white-space: nowrap;
  text-align: left;
}
.prihod_form .place_contents_td span {
  display: inline-block;
}
.prihod_form .place_contents_td span.hc {
  display: none;
}
.prihod_form .place_contents_td .brands,
.prihod_form .place_contents_td .articul,
.prihod_form .place_contents_td .opis {
  width: 100px;
  text-align: center;
  margin-right: 1px;
}
.prihod_form .place_contents_td .opis {
  width: 160px;
}
.prihod_form .place_contents_td .count,
.prihod_form .place_contents_td .price {
  width: 60px;
  text-align: center;
  margin-right: 1px;
}
.prihod_form .place_contents_td .input_container,
.prihod_form .place_contents_td input {
  width: 100%;
  text-align: center;
}
.prihod_form .place_contents_td>div {
  display: inline-block;
  vertical-align: top;
}
.prihod_form .place_contents_td .place_content-row {
  border-right: #555555 solid 1px;
}
.prihod_form .place_contents_td .place_content-row:not(:last-child) {
  border-bottom: #555555 solid 1px;
}
.prihod_form .place_contents_td .add {
  box-shadow: 0px 1px 0px 0px #555;
}
.hidden-columns {
  min-width: 30px;
}
.hidden-columns>div {
  padding: 10px !important;
  padding-top: 0px;
}
.hidden-columns>div .hc_checkbox {
  margin-top: 10px;
}
.hidden-columns>div .hc_checkbox .check_tumbler {
  margin-right: 5px;
}
.hidden-columns .save_hc {
  width: 100%;
}
.hidden-columns.inline {
  float: right;
  margin-left: 20px;
}
table .hc {
  display: none;
}
.agent-search {
  display: grid;
  grid-template-columns: 30px 70px calc(100% - 30px - 70px);
  width: 100%;
  max-width: 410px;
  min-width: 240px;
  border-collapse: collapse;
  line-height: 28px;
}
.agent-search .agent-search-extra {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  flex-shrink: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.agent-search .agent-search-extra>a {
  height: 100%;
  width: 100%;
  display: block;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.agent-search .agent-search-extra .agent-name {
  width: 100%;
}
.agent-search .agent-search-extra .agent-name>a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}
.agent-search .agent-search-extra .agent-name>a:before {
  text-decoration: none;
  width: auto !important;
  font-family: 'IconsIo';
  content: "\e901";
  font-size: 16px;
}
.agent-search .agent-search-extra .agent-name>a:before:after,
.agent-search .agent-search-extra .agent-name>a:before:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.agent-search input[type=text] {
  border-radius: 0;
  width: 70px;
}
.agent-search .ddTitle,
.agent-search select {
  position: relative;
  left: -1px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.agent-search .input_container {
  min-width: 70px;
}
.agent-search .input_container:last-child {
  flex: 0 0 100%;
  flex-basis: 0;
}
.device-toggle {
  position: relative;
  overflow-y: visible;
  overflow-x: visible !important;
  line-height: 30px;
}
.device-toggle .resize {
  display: none;
}
.device-toggle.show {
  overflow-y: visible;
  height: auto;
}
.row .col {
  display: inline-block;
  margin-right: 20px;
}
#zalog {
  padding-top: 40px;
}
.agent-name {
  white-space: nowrap;
}
.agent-name.warn {
  color: red;
}
.agent-name .agent-balance {
  min-width: 100px !important;
  max-width: 250px !important;
  color: #555555 !important;
  overflow-x: auto;
  border-right: #aaaaaa solid 1px;
}
.agent-name .agent-balance:before {
  font-size: 16px !important;
  margin-right: 4px !important;
}
.agent-name .agent-balance .ab-item:not(:last-child):after {
  content: " / ";
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.ui-widget {
  z-index: 50 !important;
}
.send-anal {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.send-anal td {
  border: black solid 1px;
  padding: 6px;
}
.tam-fields-variants input {
  padding-right: 50px;
}
.tam-fields-variants .input_container {
  margin-bottom: 10px;
}
.list-boxes>span {
  width: auto;
  white-space: nowrap;
  background: white;
  color: black;
  border-radius: 4px;
  padding: 3px;
  display: inline-block;
  border: gray solid 1px;
  margin: 5px;
}
.pc-tam-fields>div {
  margin-right: 10px;
}
.pc-tam-fields>div select,
.pc-tam-fields>div input {
  width: 150px;
}
#pelena .loading {
  position: absolute;
  top: 49%;
  left: 49%;
}
.payment-synonims li {
  white-space: nowrap;
}
.deliv-name img {
  margin-right: 5px;
}
.doc-parent-ct {
  float: right;
}
.doc-parent,
.doc-provel {
  margin-left: 10px;
  border-radius: 4px;
}
.doc-parent .doc-parent,
.doc-provel .doc-parent {
  margin-left: 0px;
  white-space: nowrap;
}
.doc-parent .doc-num,
.doc-provel .doc-num {
  margin-left: 3px;
  border: none !important;
  height: 100%;
  vertical-align: top;
}
.obj-effects .obj-effect:not(:last-child) {
  margin-right: 5px;
}
.obj-images-small {
  text-align: center;
}
.obj-images-small>div i {
  width: 25px !important;
}
.obj-images-small>div a {
  max-width: 200px;
  overflow-x: hidden;
  display: inline-block !important;
  white-space: nowrap !important;
  text-decoration: none;
}
.obj-images-small div.file-row {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
.obj-images-small div.file-row .sf-check {
  width: 25px;
}
span.input .obj-images-small {
  text-align: left;
}
span.input .obj-images-small .obj-img {
  margin-right: 5px;
}
.ps-info {
  min-width: min(100vw,500px);
}
.lastjurn {
  margin-right: 3px;
}
.no-pad {
  padding: 0px !important;
}
.pad {
  padding: 10px !important;
}
.h-pad {
  padding: 0px 10px;
}
.no-wrap {
  white-space: nowrap;
}
.no-wrap .space-between {
  flex-wrap: nowrap;
}
.place-count a {
  vertical-align: top;
}
.hide {
  display: none;
}
.input-select {
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer !important;
}
.input-select .variants {
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 100%;
  max-height: min(50vh,400px);
  overflow-y: auto;
  z-index: 20;
  border: #555555 solid 1px;
  background: white;
}
.input-select .variants:empty {
  display: none;
}
.input-select .variants .variant {
  min-height: 30px;
  padding: 5px;
}
.input-select .variants .variant:not(:last-child) {
  border-bottom: #555555 solid 1px;
}
.input-select .variants .variant div:last-child:not(:first-child) {
  color: #aaaaaa;
}
.input-select .variants .variant:hover {
  background-color: #eeeeee;
}
.input-select input {
  background-image: url(/pics/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: top right !important;
}
.input-select:has(.input-actions) input {
  padding-right: 70px !important;
}
.input-select .input-actions {
  top: 0px;
  bottom: 0px;
  right: 30px;
}
@keyframes fadeouter-fadeout {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeouter-fadein {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeouter {
  position: relative;
}
.fadeouter>div:first-child {
  animation: fadeouter-fadein 8s linear 0s infinite;
  animation-play-state: running;
}
.fadeouter>div:last-child {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  animation: fadeouter-fadeout 8s linear 0s infinite;
  animation-play-state: running;
}
table.currencies .date {
  color: #888888;
  font-size: 12px;
  margin-top: 5px;
}
.fav-changer {
  text-decoration: none;
  width: auto !important;
}
.fav-changer:after,
.fav-changer:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.fav-changer:before {
  content: "\E884";
  font-size: 14px;
}
.fav-changer.fav-1:before {
  color: #a1d590;
  font-size: 16px;
  font-weight: bold !important;
}
.object-images a {
  text-decoration: none;
}
.object-images .is_e_sf {
  position: absolute;
  top: 0px;
  right: 0px;
}
.is_e_sf input:not(:checked) {
  opacity: 0.1;
}
.is_e_sf input:not(:checked):hover {
  opacity: 1;
}
.is_e_sf input:checked+label {
  background-image: url(/pics/e_facture.svg) !important;
}
.op_70 {
  opacity: 0.7;
}
.op_80 {
  opacity: 0.73;
}
.sel-tab {
  display: none;
}
.place-rate-img-html {
  max-width: 360px;
  padding: 5px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.place-rate-img-html .price-rate-logo {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.place-rate-img-html .table-container {
  flex-grow: 1;
}
.place-rate-img-html .table-container table {
  height: 100%;
}
.place-rate-img-html .deliv-rate {
  display: flex;
  justify-content: stretch;
  align-items: center;
  padding: 0px 5px;
  font-weight: bold;
}
.place-rate-img-html .deliv-rate .deliv-srok,
.place-rate-img-html .deliv-rate .deliv-name {
  display: flex;
  justify-content: stretch;
  align-items: center;
  width: 33.33%;
  flex-grow: 1;
}
.place-rate-img-html .deliv-rate .deliv-price {
  width: 80px;
  text-align: center;
}
.place-rate-img-html .deliv-rate hr {
  display: block;
  flex-grow: 1;
  margin: 0px 5px;
}
.status-tabs a {
  opacity: 0.7;
}
.status-tabs a.sel {
  opacity: 1;
}
.status-tabs a:not(:last-child) {
  margin-right: 20px;
}
.status-tabs:not(.white) a {
  color: black !important;
}
.status-tabs.filter_block {
  padding: 3px;
}
.status-tabs.filter_block>div:not(:last-child) {
  margin-bottom: 10px;
}
.ddlabel i {
  font-size: 12px;
}
.bottom-panel {
  height: 40px;
  background: white;
  border-top: #cacaca solid 1px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  position: fixed;
  width: 100%;
  bottom: 0px;
  padding: 0px 20px;
  left: 0px;
  z-index: 25;
}
.bottom-panel:hover {
  opacity: 1;
}
.bottom-panel .agent-actions {
  display: flex;
  justify-content: stretch;
  align-items: center;
  height: 100%;
}
.bottom-panel .agent-actions .bp-agent {
  margin-right: 20px;
  max-width: 275px;
  white-space: nowrap;
  padding: 0px 5px;
}
.bottom-panel .agent-actions .bp-agent .action-list a {
  max-width: 190px;
  display: inline-block;
  overflow-x: hidden;
}
.bottom-panel .agent-actions .bp-agent .action-list>div {
  right: -75px !important;
  left: auto !important;
}
.bottom-panel .agent-actions .bp-agent .cancel {
  border-left: #cecece solid 1px;
  padding-left: 5px;
  padding-right: 3px;
}
.bottom-panel .agent-actions .bp-agent-actions {
  flex-grow: 1;
  padding-top: 3px;
}
.bottom-panel .agent-actions .bp-agent-actions a {
  height: 24px !important;
  line-height: 24px !important;
}
.bottom-panel .agent-search-icon {
  display: inline-block;
  margin-right: 20px;
  width: 30px !important;
  min-width: 30px !important;
  height: 30px;
  border-radius: 4px;
}
.bottom-panel .agent-search-icon .agent-search {
  width: 250px;
}
.bottom-panel .action-list>div {
  bottom: 38px !important;
  top: auto !important;
}
.bottom-panel .action-list>div>a {
  max-width: none !important;
}
.error_msg-list {
  position: fixed;
  top: 100px;
  right: 20px;
  max-width: min(100%,400px);
  z-index: 100;
}
.error_msg-list .error_msg_sess,
.error_msg-list .suc_msg_sess {
  width: 100%;
  color: white;
  border-radius: 4px;
}
.error_msg-list .error_msg_sess:not(:last-child),
.error_msg-list .suc_msg_sess:not(:last-child) {
  margin-bottom: 15px;
}
.error_msg-list .error_msg_sess {
  background-color: #ed3636;
}
.error_msg-list .suc_msg_sess {
  background-color: #55ddaa;
}
.error_msg_sess {
  background: #ed3636;
  border: white solid 2px;
  color: white;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 20px;
}
.suc_msg_sess {
  background: #55ddaa;
  border: white solid 2px;
  color: white;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
span>.suffix_sum,
span>.doc_sum {
  min-width: 150px;
  width: 150px;
}
.par-val-vert {
  display: inline-block;
  line-height: 16px;
}
.par-val-vert .par {
  color: #999999;
  font-size: 12px;
}
.edit-place-contents {
  float: right;
}
.edit-place-contents:after {
  content: "\e84d";
}
.copy-row {
  text-decoration: none;
  width: auto !important;
}
.copy-row:after,
.copy-row:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.copy-row:after {
  content: "\F0C5";
  font-size: 20px;
}
.table-action-fullscreen {
  text-decoration: none;
  width: auto !important;
}
.table-action-fullscreen:after,
.table-action-fullscreen:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.table-action-fullscreen:before {
  content: "\E868";
  margin-right: 20px;
}
.table-action-fullscreen-off {
  text-decoration: none;
  width: auto !important;
}
.table-action-fullscreen-off:after,
.table-action-fullscreen-off:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.table-action-fullscreen-off:before {
  content: "\E869";
  margin-right: 20px;
}
.quick-links>a {
  text-decoration: none;
  width: auto !important;
}
.quick-links>a:after,
.quick-links>a:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.quick-links>a:before {
  content: "\E884";
  font-size: 22px;
}
.copy-quick-link {
  text-decoration: none;
  width: auto !important;
}
.copy-quick-link:after,
.copy-quick-link:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.copy-quick-link:before {
  content: "\F0C5";
  font-size: 13px;
}
.accept {
  text-decoration: none;
  width: auto !important;
}
.accept:after,
.accept:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.accept:before {
  content: "\E873";
  font-size: 18px !important;
  color: #55ddaa;
}
.edit {
  text-decoration: none;
  width: auto !important;
}
.edit:after,
.edit:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.edit:before {
  content: "\E877";
  font-size: 12px !important;
}
.cancel {
  text-decoration: none;
  width: auto !important;
}
.cancel:after,
.cancel:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.cancel:before {
  content: "\E878";
  font-size: 12px !important;
  vertical-align: top;
  color: red;
}
.btn.cancel:before {
  font-size: 10px !important;
}
.resize {
  text-decoration: none;
  width: auto !important;
}
.resize:after,
.resize:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.resize:before {
  font-size: 16px;
  content: "\E875";
}
.resize.hide {
  display: none;
}
.resize.hide:before {
  font-size: 16px;
  content: "\E876";
}
.dd .ddArrow::before {
  content: "\F107";
  font-family: 'Icons';
  font-size: 16px;
}
.dd.borderRadiusTp .ddArrow::before {
  content: "\F106";
}
.profile-hidden h3:after {
  content: "\F107";
  font-family: 'Icons';
  font-size: 14px;
}
.profile-hidden.open h3:after {
  content: "\F106";
}
a.lastjurn i {
  text-decoration: none;
  width: auto !important;
}
a.lastjurn i:after,
a.lastjurn i:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
a.lastjurn i:before {
  content: "\F104";
  font-size: 14px;
}
.menu-close {
  text-decoration: none;
  width: auto !important;
}
.menu-close:after,
.menu-close:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.menu-close:before {
  content: "\E872";
  font-size: 20px;
  font-weight: 400;
}
.f-icon.profile:before {
  content: "\E871";
  font-size: 16px;
  font-weight: 400;
}
.compact-true:before {
  content: "\E876";
  font-size: 16px;
}
.compact-false:before {
  content: "\E875";
  font-size: 16px;
}
.hidden-columns {
  text-decoration: none;
  width: auto !important;
}
.hidden-columns:after,
.hidden-columns:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.hidden-columns:before {
  content: "\E88E";
  font-size: 16px;
}
.load {
  text-decoration: none;
  width: auto !important;
}
.load:after,
.load:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.load:before {
  content: "\E87D";
  font-size: 16px;
  animation: spin 1s infinite linear;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: top;
  line-height: 26px;
  margin: 0px 3px;
}
.action-list {
  text-decoration: none;
  width: auto !important;
}
.action-list.gear:before {
  content: "\e900";
  font-family: 'IconsIo';
  font-size: 18px;
}
.action-list:after,
.action-list:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.action-list.tip:before {
  content: "\E85C";
  font-size: 15px;
}
.arrow-down {
  text-decoration: none;
  width: auto !important;
}
.arrow-down:after,
.arrow-down:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.arrow-down:after {
  content: "\F160";
  font-size: 16px;
}
.open-close-sends .open {
  text-decoration: none;
  width: auto !important;
}
.open-close-sends .open:after,
.open-close-sends .open:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.open-close-sends .open:before {
  content: "\E882";
  font-size: 16px;
}
.open-close-sends .close {
  text-decoration: none;
  width: auto !important;
}
.open-close-sends .close:after,
.open-close-sends .close:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.open-close-sends .close:before {
  content: "\E881";
  font-size: 16px;
}
.places-weight .places {
  text-decoration: none;
  width: auto !important;
}
.places-weight .places:after,
.places-weight .places:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.places-weight .places:before {
  content: "\E881";
  font-size: 16px;
}
.places-weight .weight {
  text-decoration: none;
  width: auto !important;
}
.places-weight .weight:after,
.places-weight .weight:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.places-weight .weight:before {
  content: "\E882";
  font-size: 16px;
}
.sklad-pc-groups:before {
  content: "\2757";
  font-size: 16px;
}
.autosize:before {
  content: "\E847";
  font-size: 16px;
}
.agent-balance {
  text-decoration: none;
  width: auto !important;
}
.agent-balance:after,
.agent-balance:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.agent-balance:before {
  content: "\E886";
  font-size: 20px;
  margin-right: 10px;
}
.zalog:before {
  content: "\261E";
  font-size: 16px;
}
.trans-order:before {
  content: "\2193";
  font-size: 16px;
}
.main-kassa:before {
  content: "\F19C";
  font-size: 14px;
}
.tds-plus:before {
  content: "\E83C";
  font-size: 14px;
  transform: scaleX(-1);
  color: #ed3636;
  display: inline-block;
}
.tds-minus:before {
  content: "\E83C";
  font-size: 14px;
  color: #04a400;
}
.login-as:before {
  content: "\E760";
  font-size: 16px;
}
.i-kassa-switch {
  text-decoration: none;
  width: auto !important;
}
.i-kassa-switch:after,
.i-kassa-switch:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.i-kassa-switch:before {
  content: "\E889";
  font-size: 16px;
}
.paste {
  text-decoration: none;
  width: auto !important;
}
.paste:after,
.paste:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.paste:before {
  content: "\E88F";
  font-size: 15px;
  margin-right: 7px;
}
.photo {
  text-decoration: none;
  width: auto !important;
}
.photo:after,
.photo:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.photo:before {
  content: "\E88A";
}
.file {
  text-decoration: none;
  width: auto !important;
}
.file:after,
.file:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.file:before {
  content: "\F115";
}
.file-word {
  text-decoration: none;
  width: auto !important;
}
.file-word:after,
.file-word:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.file-word:before {
  content: "\F1C2";
}
.file-xls {
  text-decoration: none;
  width: auto !important;
}
.file-xls:after,
.file-xls:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.file-xls:before {
  content: "\F1C3";
}
.file-pdf {
  text-decoration: none;
  width: auto !important;
}
.file-pdf:after,
.file-pdf:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.file-pdf:before {
  content: "\F1C1";
}
.view {
  text-decoration: none;
  width: auto !important;
}
.view:after,
.view:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.view:before {
  content: "\25B4";
  font-size: 16px;
}
.qrcode {
  text-decoration: none;
  width: auto !important;
}
.qrcode:after,
.qrcode:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.qrcode:before {
  content: "\E88B";
  font-size: 15px;
}
.ref {
  text-decoration: none;
  width: auto !important;
}
.ref:after,
.ref:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.ref:before {
  content: "\E88C";
  font-size: 16px;
}
.generate {
  text-decoration: none;
  width: auto !important;
}
.generate:after,
.generate:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.generate:before {
  content: "\25BE";
  font-size: 16px;
}
.email {
  text-decoration: none;
  width: auto !important;
}
.email:after,
.email:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.email:before {
  content: "\E806";
  font-size: 16px;
}
.email:not(:empty):before {
  margin-right: 5px;
}
.print {
  text-decoration: none;
  width: auto !important;
}
.print:after,
.print:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.print:before {
  content: "\2191";
  font-size: 16px;
}
.print:not(:empty):before {
  margin-right: 5px;
}
.options {
  text-decoration: none;
  width: auto !important;
}
.options:after,
.options:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.options:before {
  content: "\E802";
  font-size: 16px;
}
.kassa-saldo {
  text-decoration: none;
  width: auto !important;
}
.kassa-saldo:after,
.kassa-saldo:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.kassa-saldo:before {
  content: "\E892";
  font-size: 16px;
}
.agent-search-icon {
  background: url(/pics/bp_agent_search.svg) no-repeat center center;
  background-size: 22px;
}
.agent-search-icon:hover {
  background-size: 26px;
}
.expand {
  text-decoration: none;
  width: auto !important;
}
.expand:after,
.expand:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.expand:before {
  content: "\E868";
  font-size: 16px;
}
.narrow {
  text-decoration: none;
  width: auto !important;
}
.narrow:after,
.narrow:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.narrow:before {
  content: "\E86A";
  font-size: 16px;
}
.i-info {
  text-decoration: none;
  width: auto !important;
}
.i-info:after,
.i-info:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.i-info:before {
  content: "\F27B";
  font-size: 14px;
}
.i-credit-saldo {
  background-image: url(/pics/credit_white.svg);
  background-size: 16px !important;
}
.i-clock {
  text-decoration: none;
  width: auto !important;
}
.i-clock:after,
.i-clock:before {
  font-family: Icons;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
.i-clock:before {
  content: "\1F554";
  font-size: 16px;
}
.radio-img input {
  height: 20px;
  cursor: pointer;
}
.radio-img input:checked {
  display: none;
}
.radio-img input:checked+label {
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url(/pics/tick_black.svg) no-repeat;
  background-size: 20px;
}
