
:root {
  --sidebar-width: 240px;
  --header-height: 54px;
  --button-toggle-height: 70px;
  --footer-height: 70px;
  --sidebar-min-width: 70px;
  --toggle-nav-svg-arrow-width: 14px;
  --body-color: #eff2f7;
  --body-color-hover: #e4e7ec;
  --sidebar-color: #fff;
  --menu-text-color: #2795b6;
  --input-border-color: #d9d9d9;
  --text-color: #4d4d4d;
  --table-header-bg: #e4e7ec;
  --menu-text-color: #0275b8;
  --close-icon-color: #aaa;
  --button-success-color: #77cc98;
  --button-success-hover-color: #6bb487;
  --conf-wrapper-color: #fff;
  --error-color: #ff6464;
  --table-border-color: #ddd;
  --menu-text-hover-color: #2795b6;
  --text-label-color: #4d4d4d;
  --add-button-image: url('../img/modal/light-ellipses.png');
  --input-background-color: #fff;
  --odd-row-background-color: #fdfdfd;
  --even-row-background-color: #f3f3f3;
  --select-row-background-color: #C9DDE1;
}

/* NORMALIZE */

a {
  background: transparent;
  color: var(--menu-text-color);
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-color);
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; 
}

table {
  background: var(--sidebar-color);
  margin-bottom: 1.25em;
  border: solid 1px var(--table-border-color);
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  color: var(--text-color);
}

table tr:nth-of-type(2n) {
  background-color: var(--even-row-background-color);
}

table tr:nth-of-type(2n+1) {
  background-color: var(--odd-row-background-color);
}

table tr th {
  background-color: var(--table-header-bg);
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 2px solid var(--input-border-color);
  border-radius: 8px;
  padding: 20px 20px 20px 0;
}

fieldset legend {
  background-color: var(--input-border-color);
  color: var(--text-color);
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-left: 10px;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: var(--body-color);
  color: var(--text-color);
  margin: 0;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: 500;
}

img {
  padding:0;
  margin:0;
}

textarea {
  resize: vertical;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

/* END NORMALIZE */
.width100 {
  table-layout:fixed;
  width: 100%;
}

.width100px {
  width:100px;
}


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--table-border-color);
  margin: 1em 0;
  padding: 0;  
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

form label {
  margin-bottom: 10px;
}

a, a:hover, a:focus {
  outline: none;
}

span.home-ico {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: var(--body-color) url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cg id='Outlined' transform='matrix(0.67338112,0,0,0.67338112,-0.03761063,1.0988091)'%3E%3Cpath style='fill:none;stroke:%23818c99;stroke-width:2;stroke-miterlimit:10' d='m 19,11 v 9 h -5 v -6 h -4 v 6 H 5 V 11 H 3.606 L 12,3.445 20.394,11 Z' id='path2' /%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  margin-right: 3px;
}

span.small_spinner {
  display: none;
  width: 16px;
  min-height: 16px;
  background: transparent url(../img/loader.gif) no-repeat center center;
  position: absolute;
  margin-left: 1em;
}

div.wrapper form label,
div.wrapper form input {
  display: inline-block;
}


form input[type="text"],
form input[type="password"] {
  margin: 0;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled], textarea[disabled] {
  background-color: var(--body-color-hover);
}

input.password {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: bold;
}

.breads, .breads a img {
  vertical-align: baseline;
}

.marginTop, form input[type="submit"].marginTop {
  margin-top:15px;
}

.marginTop10 {
  margin-top:10px;
  overflow: hidden;
}

.marginTop25, div.marginTop25, .row div.marginTop25 {
  margin-top:25px;
  overflow: hidden;
}

.marginTop55 {
  margin-top:55px;
  overflow: hidden;
}

.show_all_events {
  width: 100%;
  min-height: 64px;
  background: var(--body-color) url(../img/big_spinner.gif) no-repeat center center;
}

.vertical-top {
  vertical-align: baseline;
}

div.settings-wrapper input.checkbox {
  margin-right: 15px;
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  padding: 10px;
  position: relative;
  top: 3px;
}

.form_error_text {
  display: none;
  color: var(--error-color);
  font-size: 0.875em;
}

.form_error_wrapper {
  color: var(--error-color);
  font-size: 0.875em;
}

.check_use_cartridge{
  display: none;
}

.info_ico {
  width: 16px;
  height: 16px;
  display: inline-block;
  background:url('../img/stor_info.png') no-repeat;
  margin-left: 5px;
}

.info_ico:hover {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  background:url('../img/stor_info.png') no-repeat left bottom;
}

.info_ico:before {
  content: "\00a0 ";
}

.error_msg,
.small_error_msg,
.error_msg_send,
.error_msg_send_email,
.modal_error_msg {
  display: none;
  color: var(--error-color);
  border: 2px solid var(--error-color);
}

.error_msg a {
  color: var(--error-color);
  border-bottom: 1px solid var(--error-color);
}

.error_msg a:hover {
  color: var(--error-color);
  border-bottom: 1px solid var(--error-color);
}

.error_msg_send_email,
.success_msg_send_email {
  width:400px;
  margin:auto;
  padding: 10px;
}

.success_msg,
.small_success_msg,
.modal_success_msg,
.success_msg_set,
.success_msg_send,
.success_msg_send_email {
  display: none;
  color: #7BCC9A;
  border: 2px solid #7BCC9A;
}

.success_msg_set,
.success_msg_send {
  padding: 10px;
}

.msg_wrapper{
  min-height: 60px;
}

.error_msg,
.success_msg,
.modal_error_msg,
.modal_success_msg,
.error_msg_send,
.small_success_msg,
.small_error_msg {
  padding: 10px;
  margin: 10px 0 10px;
}


p.errornote {
  color: #fff;
  text-align: center;
}
/* Global tables */
table th{
  text-align: left;
}

.spinner,
.export_spinner,
.filter_spinner,
.spinner_pdf,
.spinner_sett,
.spinner_send,
.spinner_ou,
.spinner_cn,
.session_spinner,
.spinner_name,
.spinner_perm,
.spinner_force_move_to_transfer {
  margin-left: 10px;
  display: none;
}

.export_spinner_csv, .export_spinner_xlsx {
  display: none;
  position: absolute;
  top: 5px;
  right: 0;
}

.download_pdf {
  display: none;
}

input[type='email'],
input[type='number'],
input[type='text'],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  margin: 0;
}

table tr th, table tr td {
  color: var(--text-color);
}

/*  end global tables */

.virtual-table {
  display: table;
  position: absolute;
  height: 100%;
  width: 1250px;
  padding: 0;
  margin: 0;
}

body input.loc[readonly="readonly"],
body input.loc[readonly="readonly"]:active,
body input.loc[readonly="readonly"]:focus,
body input.loc[readonly="readonly"]:hover {
  background: var(--body-color) url('../img/lock.svg') no-repeat right 6px center;
}

input.barcode,
input.barcode:active,
input.barcode:focus,
input.barcode:hover {
  background: var(--body-color) url('../img/barcode.svg') no-repeat right 6px center;
}

/* Vertical menu */
#app.compress ul.menu {
  display: none;
}

#app:not(.compress) ul.menu {
  display: block;
}

#app:not(.compress) ul.thin-menu {
  display: none;
}

#app ul.thin-menu {
  display: block;
}

ul.thin-menu li {
  height: 30px;
}

ul.menu,
ul.thin-menu,
ul.menu ul,
ul.menu li,
ul.menu a,
ul.menu span {
  position: relative;
}

ul.menu, ul.thin-menu {
  font-size: 0.875em;
  display: block;
  margin: 0 0 0 24px;
  padding: 0;
  max-height: calc(100vh - 100px);
}

ul.menu > li, ul.thin-menu > li {
  display: block;
  list-style: none;
  line-height: 30px;
  padding: 0 0 0 12px;
}

ul.menu li span {
  height: 30px;
  display: inline-block;
  cursor: pointer;
  width: 200px;
}

ul.menu li a, ul.menu ul li a {
  background:none;
  text-decoration:none;
  display:inline-block;
  padding: 0 12px;
  outline: 0;
  color: var(--menu-text-color);
}

ul.menu li a:hover, ul.menu ul li a:hover {
  color: var(--menu-text-hover-color);
}

ul.menu li span, ul.menu ul li span {
  padding: 0  0 0 12px;
}

ul.menu  ul {
  display: none;
  margin: 0;
  list-style:none;
}

ul.menu li ul li {
  line-height:30px;
  min-height: 30px;
}

ul.menu  li.has-sub > span:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid var(--menu-text-color);
}
ul.menu  li.has-sub.active > span:after {
  right: 14px;
  top: 12px;
  border: 5px solid transparent;
  border-top: 5px solid var(--menu-text-color);
}

ul.menu li.has-sub span {
  color: var(--menu-text-color);
  display: block;
}

ul.menu li.has-sub span:hover {
  color: var(--menu-text-hover-color);
}

.home_ico {
  background: url('../img/main_menu/home.svg') left top no-repeat;
}

.printer_ico {
  background: url('../img/main_menu/printer.svg') left top no-repeat;
}

.cartridge_ico {
  background: url('../img/main_menu/cartridge.svg') left top no-repeat;
}

.fix_ico {
  background: url('../img/main_menu/fix.svg') left top no-repeat;
}

.dict_ico {
  background: url('../img/main_menu/dict.svg') left top no-repeat;
}

.reports_ico {
  background: url('../img/main_menu/reports.svg') left top no-repeat;
}

.computer_ico {
  background: url('../img/main_menu/computer.svg') left top no-repeat;
}

.monitor_ico {
  background: url('../img/main_menu/monitor.svg') left top no-repeat;
}

.ce_item_ico {
  background: url('../img/main_menu/ce_item.svg') left top no-repeat;
}

.mouse_ico {
  background: url('../img/main_menu/mouse.svg') left top no-repeat;
}

.keyboard_ico {
  background: url('../img/main_menu/keyboard.svg') left top no-repeat;
}

.equipment_ico {
  background: url('../img/main_menu/equipment.svg') left top no-repeat;
}

/*   --------end style menu-----------   */

/* Forms */

body input[type="text"],
body input[type="password"],
body input[type="date"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="month"],
body input[type="week"],
body input[type="email"],
body input[type="number"],
body input[type="search"],
body input[type="tel"],
body input[type="time"],
body input[type="url"],
body textarea {
  border-radius: 4px;
  border: 1px solid var(--input-border-color);
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: var(--input-background-color);
  color: var(--text-color);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background-color: var(--input-background-color);
  border: 1px solid var(--input-border-color);
}

div.wrapper label.required, label.required {
  text-align: left;
  background: url('../img/aster.png') left center no-repeat;
  display: block;
}

div.input_row {
  display: flex;
  justify-content: flex-end;
}

.input_row input[type="text"], .input_row select {
  width: 220px;
  height: 33px;
  display: inline-block;
  vertical-align: top;
}

.input_row.modal_window input[type="text"], .input_row.modal_window select {
  width: 100%;
}

div.counter-input {
  display: flex;
  justify-content: flex-start;
}

.input_row select {
  margin-right: 0;
}

label {
  padding-left: 15px;
  color: var(--text-label-color);
}

#id_filter_ca {
  width: 220px;
}

div.input_row select {
  width: 180px;
  display: inline-block;
  margin: 0;
}

#id_firm1 {
  width:220px;
}

.filter_spinner {
  padding: 0;
  margin: 0;
}

.tooltips {
  position: absolute;
  display: none;
  white-space: nowrap;
}

/* ---Error messages style---  */

ul.errorlist {
  list-style: none;
  font-size: 0.875em;
  color: red;
}

/* ---- Forms decorating ----- */

form select {
  height: 33px;
}

/*  -----buttons style---- */

#app .button {
  box-shadow: none;
  transition: none;
}

.dj_button.add, .add {
  display: inline-block;
  box-sizing: border-box;
  width: 33px;
  height: 33px;
  background: var(--input-background-color) var(--add-button-image) no-repeat center center;
  border: 1px solid var(--input-border-color);
  border-radius: 4px;
  margin-left: 5px;
}

.dj_button.add:active, .add:active {
  background-color: var(--body-color-hover);
  transition: transform .1s ease-out,color .15s linear;
}

.dj_button.add:hover, .add:hover {
  background-color: var(--body-color-hover);
}

a.button.small-edit {
  background: url('../img/button/small-edit.png') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-edit:active, a.button.small-edit:focus  {
  background: var(--body-color-hover) url('../img/button/small-edit.png') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-del {
  background: url('../img/button/small-del.svg') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-del:active, a.button.small-del:focus  {
  background: var(--body-color-hover) url('../img/button/small-del.svg') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-add2 {
  background: url('../img/button/small-add2.svg') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-add2:active, a.button.small-add2:focus  {
  background: var(--body-color-hover) url('../img/button/small-add2.svg') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-cancel {
  background: url('../img/button/small-cancel.svg') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-cancel:active, a.button.small-cancel:focus  {
  background: var(--body-color-hover) url('../img/button/small-cancel.svg') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-connect {
  background: url('../img/button/small-connect.svg') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-connect:active, a.button.small-connect:focus  {
  background: var(--body-color-hover) url('../img/button/small-connect.svg') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-save {
  background: url('../img/button/small-save.svg') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-save:active, a.button.small-save:focus  {
  background: var(--body-color-hover) url('../img/button/small-save.svg') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-add-close {
  background: url('../img/button/small-add-close.png') no-repeat 3px 50%;
  padding-left: 38px;
}

a.button.small-add-close:active, a.button.small-add-close:focus  {
  background: var(--body-color-hover) url('../img/button/small-add-close.png') no-repeat 3px 50%;
  padding-left: 38px;
}

a.button.small-back {
  background: url('../img/button/small-back.svg') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-back:active, a.button.small-back:focus  {
  background: var(--body-color-hover) url('../img/button/small-back.svg') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-add-edit {
  background: url('../img/button/small-add-edit.png') no-repeat 3px 50%;
  padding-left: 38px;
}

a.button.small-add-edit:active, a.button.small-add-edit:focus  {
  background: var(--body-color-hover) url('../img/button/small-add-edit.png') no-repeat 3px 50%;
  padding-left: 38px;
}

a.button.small-settings {
  background: url('../img/button/small-settings.png') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-settings:active, a.button.small-settings:focus  {
  background: var(--body-color-hover) url('../img/button/small-settings.png') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-xml-file {
  background: url('../img/button/xml-file.png') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-xml-file:active, a.button.small-xml-file:focus  {
  background: var(--body-color-hover) url('../img/button/xml-file.png') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-import-csv {
  background: url('../img/button/small-import-csv.svg') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-import-csv:active, a.button.small-import-csv:focus  {
  background: var(--body-color-hover) url('../img/button/small-import-csv.svg') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-focus {
  background: url('../img/button/small-focus.png') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-focus:active, a.button.small-focus:focus  {
  background: var(--body-color-hover) url('../img/button/small-focus.png') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-move {
  background: url('../img/button/small-move.png') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-move:active, a.button.small-move:focus  {
  background: var(--body-color-hover) url('../img/button/small-move.png') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-delete-row {
  background: url('../img/button/small-delete-row.svg') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-delete-row:active, a.button.small-delete-row:focus  {
  background: var(--body-color-hover) url('../img/button/small-delete-row.svg') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-clear {
  background: url('../img/button/small-clear.png') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-clear:active, a.button.small-clear:focus  {
  background: var(--body-color-hover) url('../img/button/small-clear.png') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-excel {
  background: url('../img/button/small-excel.svg') no-repeat 3px 50%;
  padding-left:22px;
  margin: 0;
}

a.button.small-excel:active, a.button.small-excel:focus  {
  background: var(--body-color-hover) url('../img/button/small-excel.svg') no-repeat 3px 50%;
  padding-left: 22px;
  margin: 0;
}

a.button.small-mouse {
  background: url('../img/button/small-mouse.png') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-mouse:active, a.button.small-mouse:focus  {
  background: var(--body-color-hover) url('../img/button/small-mouse.png') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-bc {
  background: url('../img/button/small-bc.png') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-bc:active, a.button.small-bc:focus  {
  background: var(--body-color-hover) url('../img/button/small-bc.png') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-send {
  background: url('../img/button/small-send.png') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-send:active, a.button.small-send:focus  {
  background: var(--body-color-hover) url('../img/button/small-send.png') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-factory {
  background: url('../img/button/small-factory.png') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-factory:active, a.button.small-factory:focus  {
  background: var(--body-color-hover) url('../img/button/small-factory.png') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-import-ldap {
  background: url('../img/button/small-import-ldap.svg') no-repeat 3px 50%;
  padding-left:22px;
}

a.button.small-import-ldap:active, a.button.small-import-ldap:focus  {
  background: var(--body-color-hover) url('../img/button/small-import-ldap.svg') no-repeat 3px 50%;
  padding-left: 22px;
}

a.button.small-see-more {
  background: url('../img/button/small-see-more.svg') no-repeat 3px 50%;
  padding-left:22px;
  margin: 0;
}

a.button.small-see-more:active, a.button.small-see-more:focus  {
  background: var(--body-color-hover) url('../img/button/small-see-more.svg') no-repeat 3px 50%;
  padding-left: 22px;
  margin: 0;
}

a.button.small-search {
  background: url('../img/button/small-search.svg') no-repeat 3px 50%;
  padding-left:22px;
  margin: 0;
}

a.button.small-search:active, a.button.small-search:focus  {
  background: var(--body-color-hover) url('../img/button/small-search.svg') no-repeat 3px 50%;
  padding-left: 22px;
  margin: 0;
}

a.button,
input[type="submit"].button,
button.button,
label.button,
label.button:focus,
a.button:focus,
input[type="submit"].button:focus,
button.button:focus,
button.ui-button.ui-corner-all.ui-widget,
button.ui-button.ui-corner-all.ui-widget:focus {
  outline: 0;
  padding: 0 10px;
  color: var(--text-color);
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--input-border-color);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  min-height: 26px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  font-weight: normal;
  font-size: 12px;
}

a.button.gray {
  background-color: var(--input-border-color);
}

a.button.success,
input[type="submit"].button.success {
  background-color: var(--button-success-color);
}

a.button.big {
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 26px;
}

a.button.medium {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  margin-bottom: 30px;
}

a.button.block, input[type="submit"].button.block, button.button.block {
  outline: 0;
  padding: 0 10px;
  color: #282828;
  border-radius: 6px;
  background-color: #ececec;
  border: 1px solid var(--input-border-color);
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  height: 26px;
  line-height: 25px;
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 15px 0 0;
  font-weight: normal;
  font-size: 12px;
}

a.button:hover,
input[type="submit"].button:hover,
label.button:hover,
button.ui-button.ui-corner-all.ui-widget:hover {
  background-color: var(--body-color-hover);
  text-decoration: none;
  color: var(--text-color);
}

a.button.block:hover, input[type="submit"].button.block:hover {
  background-color: #ececec;
  text-decoration: none;
}

a.button:active, input[type="submit"].button:active {
  border: 1px solid var(--input-border-color);
  transition: transform .1s ease-out,color .15s linear;
}

a.button.block:active, input[type="submit"].button.block:active {
  border: 1px solid var(--input-border-color);
  transition: transform .1s ease-out,color .15s linear;
}

a.button.disabled,
input[type="submit"].button.disabled,
a.button.disabled:hover {
  background-color: var(--body-color-hover);
  border: 1px solid var(--input-border-color);
}

button.success:link,
.button.success:link,
input[type="submit"].button.success:link,
button.success:visited,
.button.success,
button.success,
.button.success:visited,
input[type="submit"].button.success:visited {
 background-color:#7BCC9A;
 border-color:#2D7347;
 color:#282828;
}

button.success:hover,
input[type="submit"].button.success:hover,
.button.success:hover,
button.success:focus,
input[type="submit"].button.success:focus,
.button.success:focus {
 background-color: var(--button-success-hover-color);
 color:#282828;
}

a.button.alert, input[type="submit"].button.alert {
  color: #282828;
  background-color: var(--error-color);
  border: 1px solid var(--error-color);
}

input[type="submit"].button.alert.disabled, a.button.alert.disabled {
  cursor: not-allowed;
  background-color: #ffb5b5;
  color: #979797;
}

a.button.alert:hover, input[type="submit"].button.alert:hover {
  background-color: #ff8787;
  text-decoration: none;
}

a.button.alert:active, input[type="submit"].button.alert:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #A7230C;
  border: 1px solid #821B09;
}

a.button.info, input[type="submit"].button.info {
  color: #282828;
  background-color: #61b6d9;
  border: 1px solid #1C5771;
}

a.button.info:hover, input[type="submit"].button.info:hover {
  background-color: #8FCBE4;
  text-decoration: none;
}

a.button.info:active, input[type="submit"].button.info:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #277DA3;
  border: 1px solid #1C5771;
}

a.button.warning, input[type="submit"].button.warning {
  color: #282828;
  background-color: #ffdb3a;
  border: 1px solid #d9bb31;
}

a.button.warning:hover, input[type="submit"].button.warning:hover {
  background-color: #ffd100;
  text-decoration: none;
}

a.button.warning:active, input[type="submit"].button.warning:active {
  background: #e1c133;
  border: 1px solid #d9bb31;
}

a.nav-burger {
  display:none;
  cursor:pointer;
  height:32px;
  margin-right:16px;
  overflow:hidden;
  position:relative;
  text-indent:-9999px;
  transition:margin-right .3s;
  width:37px;
  z-index:10;
}

a.nav-burger:after,
a.nav-burger:before {
 content:"";
}
a.nav-burger i,
a.nav-burger:after,
a.nav-burger:before {
  background-color: var(--text-color);
  border-radius:4px;
  height:2px;
  left:5px;
  position:absolute;
  transform-origin:center center;
  width:27px;
}

a.nav-burger:before {
  top:7px
}

a.nav-burger i {
  margin-top:-1px;
  top:50%;
  transition:opacity .3s;
}

a.nav-burger:after {
  bottom:7px
}

/* end button */
div.export_select_wrapper .select2-container span.select2-selection span {
  font-size: 12px;
}

.export_select {
  width: 275px;
  display: inline-block;
}

.download_doc {
  display: none;
}

/* ---- login form ------ */

input[type="submit"].button.login {
  width: 200px !important;
  color: #282828;
  font-size: 16px;
  background-color: #14de0f !important;
  border: 1px solid #10b80c;
}

input[type="submit"].button.login:hover {
  background-color: #0e9d0a !important;
  text-decoration: none;
}

input[type="submit"].button.login:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #0d950a !important;
  border: 1px solid #10b80c;
}


/* --- end button style ---*/

/* ---messages--- */
div.ajax_messages {
  display: none;
}

ul.messages {
  list-style: none;
  /*    padding:10px; */
}

ul.messages .success {
  color: #00B700;
  border: 2px solid #00B700;
  padding:10px;
}

ul.messages .info {
  color: #888;
  border: 2px solid #888;
  padding:10px;
}

ul.messages .error {
  color: #ff0000;
  border: 2px solid #ff0000;
  padding:10px;
}

.change_name_ok, .change_name_error {
  display: none;
  padding:10px;
  margin-bottom: 10px;
}

.add_group_ok, .add_group_error, .remove_group_ok, .remove_group_error, .edit_group_error, .edit_group_ok  {
  display: none;
  padding:10px;
  margin-bottom: 10px;
}

.change_name_ok, .add_group_ok, .remove_group_ok, .edit_group_ok {
  color: #00B700;
  border: 2px solid #00B700;
}

.change_name_error, .add_group_error, .remove_group_error, .edit_group_error {
  color: #ff0000;
  border: 2px solid #ff0000;
}

/* ---endmessages--- */

/* --- bad browser --- */
.header {
  padding:0 24px 0 24px;
  height: 50px;
  line-height: 50px;
  position: relative;
}

div.logo {
  position: absolute;
  left: 24px;
  top: 15px;
  width: 25px;
  height: 25px;
}

div.logo img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.center_panel {
  width: 410px;
  height: 400px;
  margin: 45px auto 0;
  border: 2px solid var(--table-border-color);
  padding: 10px;
}

.login-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.center_div {
  text-align: center;
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
  padding: 55px 55px 37px 55px;
  background: #FF9900;
}

.change_pass_with_key label {
  width: 200px;
  margin: 5px auto 5px;
}
.brow_list {
  display:block;
  margin:50px auto 0;
  width:375px;
  overflow:hidden;
}

a img{
  outline:0;
  vertical-align:top;
}

.bl {
  display:inline-block;
  width:75px;
  height:140px;
  margin:0;
  padding:0;
  vertical-align:top;
  overflow:hidden;
}

.bl p {
  text-align:center;
}

/* ---end bad browser ---*/


/* --- Start style main table  --- */

table.checkboxes th.print_name {
  width:170px;
}

table.checkboxes th.cart_name_sensor {
  width:110px;
}

div.table-outer {
  overflow: scroll;
  overflow-y: hidden;
}

div.table-outer table.checkboxes {
  width:2450px;
}

div.table-outer .grid {
  width:2450px;
}

div.ui-grid-contents-wrapper .ui-grid-cell.ng-scope {
  padding: 0.625em;
}

div.ui-grid-pager-panel .ui-grid-pager-count-container {
  float: left;
  line-height: 32px;
}

div.ui-grid-pager-panel .ui-grid-pager-count-container .ui-grid-pager-count {
  float: left;
}

div.table-outer .ui-grid-pager-panel {
  display: block;
}

table.checkboxes th.first_checkbox {
  width:30px;
}

table.checkboxes th.cart_date.small {
  width:110px;
}

table.checkboxes th.cart_date.big {
  width:140px;
}

table.checkboxes th.firm_filled {
  width:100px;
}

table.checkboxes th.on_main {
  width:100px;
}

table.checkboxes th.amount {
  width:30px;
}

.comment_in_cell {
  display: block;
  width:150px;
  white-space: nowrap;
}

input.search_number, input.search_name {
  display: inline !important;
  padding: 0;
  width: 70px;
  font-style: normal;
  margin: 6px 0 0 0;
}

/* --- end main table style --- */

/* start pagination */
ul.page_size li{
  display: inline;
  list-style:none;
  padding-left: 10px;
}

/* end pagination */

/* start all events table */
table.all_events_view,
table.view_cart_events {
  width:100%;
}

table.all_events_view th.date_and_time,
table.view_cart_events th.date_and_time {
  width:165px;
}

table.all_events_view tr {
  border-top: 1px solid var(--table-border-color);
  border-bottom: 1px solid var(--table-border-color);
}
/* end all events table */

/* Search service */
li.search {
  padding-left: 12px;
}

li.search form {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.search-submenu-wrapper {
  display: flex;
  align-items: center;
  margin-right: 1em;
}

div.search-submenu-wrapper form.search {
  margin: 0;
}

div.search-submenu-wrapper input.search_query {
  border: 0;
  box-sizing: border-box;
  line-height: 28px;
  width: 230px;
  transition: background-color .05s,color .05s;
  border-radius: 8px;
  height: 32px;
  margin: 0;
  padding: 0 0 0 34px;
  background: url('../img/search.svg') no-repeat 10px var(--sidebar-color);
}
/* End search service */

div.transfe_to_firm_scanner {
  display: none;
}


/* Graphic widget Tumbler  */
/* http://callmenick.com/post/css-toggle-switch-examples */
.myswitch {
  margin-left: 15px;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: var(--table-border-color);
  border-radius: 30px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 30px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 30px;
}

/* Tumbler widget completion */

.wrapper-manual-number {
  display: none;
}

.wrapper-manual-datetime {
  display: none;
}

.wrapper-counter-items {
  padding: 0;
  margin: 0;
}

.spinner_star {
  width:100%;
  height: 150px;
  background-color: var(--body-color);
  background: url(../img/big_spinner.gif) center center no-repeat;
}

.money_wrapper {
  position: relative;
  left:-10px;
  padding: 0;
}

table.actions_firm tr, table.actions_firm tr td  {
  height: 10px;
}

table.actions_firm tr td {
  padding: 5px;
}

table.actions_firm input.money {
  padding: 4px;
  width:110px;
  margin-left:14px;
  margin-top: 2px;
}

table.actions_firm input.work {
  padding: 4px;
}

.money_validate {
  height: 34px;
  width: 110px;
  position: absolute;
  top: 0px;
  right: -40px;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 100;
}

.dotted_border {
  border-bottom: 1px dashed var(--menu-text-color);
  outline: none;
}

.dotted_border:focus {
  outline: none;
}

div.wrapper {
  margin: 0 auto;
  min-height: 100%;
}

.container {
  width: 100%;
  float: left;
  overflow: hidden;
}

.content {
  padding: 0 0 0 250px;
}

div.led, div.user_led, div.printer_led {
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -3px;
  left:-4px;
}


div.led.switch_off, div.user_led.switch_off, div.printer_led.switch_off {
  background: url(../img/led.png) 0 -21px no-repeat;
}

div.led.switch_on, div.user_led.switch_on, div.printer_led.switch_on {
  background: url(../img/led.png) 0 0 no-repeat;
}

.download_result {
  display: none;
}

table.checkboxes td.details_list_cartrgs {
  font-size: 10px;
}

h4 a {
  font-size: 14px;
  font-weight: normal;
}


div.cont form.send-email label {
  display: inline-block;
}

.header_comment {
  font-size: 14px;
}

span.comment_entry {
  font-size: 14px;
  text-align: center;
}

table.actions_firm span.aster, span.aster {
  font-size: 18px;
  font-weight: bold;
}

table tr td.date-time-font {
  font-size: 12px;
}

label.iface-label-text {
  width:80%;
}

input.cmn-toggle-round + label.normal-text {
  margin: 0;
}

.del_comment_entry {
  color: gray;
  font-weight: bold;
}

.del_comment_entry:hover,
.del_comment_entry:active {
  color: red;
  font-weight: bold;
}

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

div.ui-tabs, .ui-widget input, .ui-widget select.permissions_list, .ui-widget textarea, .ui-widget button, div.tabs select.user_in_group_list {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
}


div.add-users-to-group-wrapper .user_filter {
  display: inline-block;
  width: 375px;
  margin-right: 10px;
}

div.add-users-to-group-wrapper a.button {
  margin: 0;
}


table.checkboxes tbody th.ou_check {
  width: 31px;
}

table.checkboxes tbody th.ou_pk {
  width: 60px;
}

table.checkboxes tbody th.ou_name {
  width: 500px;
}

table.actions_firm th {
  vertical-align: top;
  text-align: left;
}

table.checkboxes td.number_refills_wrapper{
  vertical-align: middle;
  display: table-cell;
  text-align: center;

}

table.checkboxes span.active_refills {
  display: none;
}

table.checkboxes tr.selected {
  background-color: var(--select-row-background-color);
}

input[type=file] {
  border: 1px solid var(--input-border-color);
  display: block;
  padding: 3px;
}

#id_num_type, #id_increment {
  width: 220px;
}

div.demo_access {
  width:100%;
  margin: auto;
  position: absolute;
  top: -115px;
}

div.demo_access p {
  text-align: center;
}

.stopCollapse {
  overflow: hidden;
}


/* start ui-grid */

#grid1 .ui-grid-render-container-body .ui-grid-viewport {
  height: auto;
}

div.ui-grid-pager-panel {
  bottom: -5px;
}

.ui-grid-contents-wrapper .ui-grid-cell {
  font-size: 14px;
  padding: 0.625em;
}


.ui-grid-contents-wrapper .ui-grid-cell-contents {
  padding: 0;
  display: inline; /* corrects the bottom indentation content box mozilla*/
}


.ui-grid-contents-wrapper span.ui-grid-header-cell-label {
  padding: 0.625em;
  font-size: 14px;
}

.ui-grid-contents-wrapper input[type="text"].ui-grid-filter-input  {
  width: 120px;
  height: 20px;
  font-style: normal;
  display: inline-block;
}

span.ui-grid-pager-row-count-label {
  display: none;
}

.ui-grid-header-cell-wrapper .ui-grid-header-cell {
  vertical-align: middle;
}

form input.autocomplete {
  margin-bottom: 15px;
}

div.ui-grid-cell div.ng-scope .checkbox {
  margin:0;
}

div.table-outer div.grid .ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell {
  background-color: var(--table-border-color);
}

.ui-grid-selectable .ui-grid-disable-selection {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor:auto;
}

div.ui-grid-header-cell-row {
  height: 55px;
}


div.ui-grid-pager-panel {
  height: 20px;
}

div.ui-grid-pager-container, div.ui-grid-pager-count-container {
  margin-top: -15px;
}

div.ui-grid-cell, div.ui-grid-cell .ng-scope {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


div.ui-grid-header-cell {
  border-color: var(--input-border-color);
}

#app .ui-grid {
  border-color: var(--input-border-color);
  border-radius: 8px;
}

#app .ui-grid-cell {
  border-color: var(--input-border-color);
}

#app .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border: 0;
}

#app .ui-grid-header {
  border-color: var(--input-border-color);
}

.ui-grid-header select.form-control,
.ui-grid-header input[type="text"].ui-grid-filter-input {
  border: 1px solid var(--input-border-color);
  border-radius: 6px;
}

.ui-grid-header input[type="text"].ui-grid-filter-input {
  background: url(../img/search.svg) no-repeat scroll right center var(--input-background-color);
}

.ui-grid-header input[type="text"].ui-grid-filter-input.ng-not-empty {
  background-image:none;
}

div.ui-grid-top-panel {
  background-color: transparent;
}

div.ui-grid-row:nth-child(2n+1) .ui-grid-cell {
  background-color: var(--odd-row-background-color);
}

div.ui-grid-row:nth-child(2n) .ui-grid-cell {
  background-color: var(--even-row-background-color);
}

div.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: var(--select-row-background-color);
}

div.ui-grid-row:nth-child(2n+1):hover .ui-grid-cell {
  background-color: var(--select-row-background-color);
}

div.ui-grid-row:nth-child(2n):hover .ui-grid-cell {
  background-color: var(--select-row-background-color);
}

div.ui-grid-header select.form-control {
  background-color: var(--input-background-color);
}

div.ui-grid-pager-row-count-picker select {
  color: var(--text-color);
  background-color: var(--input-background-color);
  border-radius: 6px;
  border: 1px solid var(--input-border-color);
}

/* stop ui-grid */

span.color {
  display: block;
  width: 25px;
  height: 25px;
  padding:0;
  margin: 0;
  position: relative;
  top:-5px;
  left:8px;
}

span.color.black{
  background-color: #000;
}

span.color.cyan{
  background-color: #00FFFF;
}

span.color.magenta{
  background-color: #FF00FF;
}

span.color.yellow{
  background-color: #FFFF00;
}

span.color.none{
  background: url(../img/none.png) center center no-repeat;
}

span.color.multicolor{
  background: url(../img/multicolor.png) center center no-repeat;
}

span.color.matte_black{
  background-color: #141414;
}

span.color.light_black{
  background-color: #1A1110;
}

span.color.light_cyan{
  background-color: #E0FFFF;
}

span.color.light_magenta{
  background-color: #FF77FF;
}

span.color.blue{
  background-color: #0000FF;
}

span.color.red{
  background-color: #FF0000;
}

span.color.gloss{
  background: url(../img/none.png) center center no-repeat;
}

span.color.light_light_black{
  background-color: #808080;
}

span.color.fluorescent{
  background: url(../img/none.png) center center no-repeat;
}

span.color.green{
  background-color: #00FF00;
}

span.color.orange{
  background-color: #FFA500;
}

span.color.orange{
  background-color: #FFA500;
}

span.color.chromatic_red{
  background-color: #FF0000;
}

select.pre-space option, select.pre-space {
  white-space: pre;
}

span.action_ico, img.action_ico {
  margin-left:5px;
}

span.action_ico {
  display: inline-block;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

span.action_letter {
  display: inline-block;
  width: 21px;
  height: 21px;
  cursor: pointer;
  position: relative;
  top: -5px;
  left: 8px;
}

span.action_ico.action_ico_edit {
  background: transparent url(../img/actions/edit.svg) center center no-repeat;
}

span.action_ico.action_ico_events {
  background: transparent url(../img/actions/events.png) center center no-repeat;
}

span.action_ico.action_ico_ce {
  background: transparent url(../img/actions/ce.png) center center no-repeat;
}

span.action_ico.action_ico_picture {
  background: transparent url(../img/actions/picture.svg) center center no-repeat;
}

span.action_ico.action_ico_delete {
  background: transparent url(../img/actions/delete.svg) center center no-repeat;
}

span.action_ico.action_ico_info {
  background: transparent url(../img/actions/info.svg) center center no-repeat;
}

span.action_ico.action_ico_process {
  background: transparent url(../img/actions/process.svg) center center no-repeat;
}

span.action_ico.action_ico_key {
  background: transparent url(../img/actions/key.svg) center center no-repeat;
}

span.action_ico.action_ico_connect {
  background: transparent url(../img/actions/connect.svg) center center no-repeat;
}

span.action_ico.action_ico_mapping {
  background: transparent url(../img/actions/mapping.svg) center center no-repeat;
}

span.action_ico.action_ico_comments {
  background: transparent url(../img/actions/comments.svg) center center no-repeat;
}

span.action_ico.action_ico_image_file {
  background: transparent url(../img/actions/image_file.svg) center center no-repeat;
}

img.action_svg {
  display: inline-block;
  width: 22px;
  height: 22px;
}

div.ui-grid-cell div.ui-grid-contents-wrapper.font-small {
  font-size: 9px;
}

div.comment_item {
  width: 100%;
  padding: 15px 15px 40px 15px;
  background-color: var(--input-background-color);
  border-radius: 5px;
  margin-bottom: 10px;
}

div.comment_text {
  padding: 5px;
}

div.comment_date_author {
  color:grey;
  padding: 5px;
  text-align: right;
  float: right;
}

div.comment_delete {
  text-align: left;
  padding: 5px;
  float: left;
}

div form input[type='text'].filename {
  width: calc(100% - 70px);
  display: inline-block;
  background: var(--input-background-color);
}

.fixed_headers {
  overflow-x: auto;
  width: 100%;
}

a.button.foto {
  width:65px;
  margin:0;
}

div.width470 {
  width: 470px;
}

a.button.ver, a.button.hor, a.button.pal, a.button.kla, a.button.success.fastaction, a.button.back.fastaction {
  padding: 0;
  display: inline-block;
  min-width:142px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin-right: 7px;
  margin-bottom: 7px;
  color: #000;
  text-shadow:
          -1px -1px 0 #FFF,
          1px -1px 0 #FFF,
          -1px  1px 0 #FFF,
          1px  1px 0 #FFF;
}

a.button.ver {
  background: #fff url(../img/trb/ver.png) center center repeat-y;
}

a.button.hor {
  background: #fff url(../img/trb/hor.png) center center repeat-x;
}

a.button.pal {
  background: #fff url(../img/trb/ble.png) center center no-repeat;
}

a.button.kla {
  background: #fff url(../img/trb/kla.png) center center no-repeat;
}

a.button.ver:hover, a.button.hor:hover, a.button.pal:hover, a.button.kla:hover {
  background-color: #a3a3a3;
  background-image: none;
  color: #000;
}

ol {
  margin-left: 7px;
}

p.ribbon {
  padding-left: 30px;
  background: url(../img/ribbon.png) left center no-repeat;
}

p.doc {
  padding-left: 30px;
  background: url(../img/doc.png) left center no-repeat;
}

p.lable {
  padding-left: 30px;
  background: url(../img/lable.png) left center no-repeat;
}

p.sitem {
  margin:0 0 5px 0;
}

hr.is {
  margin-bottom: 15px;
}

.rooms {
  width: 220px;
  height: 26px;
}

input.printer_count {
  width: 70px;
  height: 20px;
}

div.members_grours ul, div.rights ul {
  padding-left: 15px;
}


.select2-container span.select2-selection--single {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

span.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: var(--body-color-hover);
}

span.select2 .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}

.select2-container--default span.select2-selection--single,
.select2-container--default span.select2-selection--multiple {
  background-color: var(--input-background-color);
  border: 1px solid var(--input-border-color);
  border-radius: 4px;
  color: var(--text-color);
}

.select2-container--default span.select2-selection--single .select2-selection__rendered {
  color: var(--text-color);
}

span.select2-dropdown {
  background-color: var(--body-color);
  border: 1px solid var(--input-border-color);
}

span.select2-search .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--input-border-color);
}

span.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--body-color-hover);
  color: var(--text-color);
}

span.select2-container--default .select2-results__option--selected {
  background: none;
}

span.select2-container--default .select2-selection--multiple li.select2-selection__choice {
  background-color: var(--input-background-color);
  color: var(--text-color);
}

input[type="file"] {
  border-radius: 4px;
}

div.dotted span.ui-grid-header-cell-label {
  border-bottom: 1px dashed var(--menu-text-color);
  display: inline-block;
  outline: none;
  padding:0;
  margin: 0 0 0 2px;
}

div.dotted span.ui-grid-header-cell-label:focus {
  outline: none;
}

div.info_from_server {
  line-height: 20px;
}

span.trimming_cart_number {
  font-size: 12px;
}

select.change_org {
  display: inline-block;
  width: 180px;
}

header.header span.select2-container span.select2-selection span  {
  font-size: 16px;
}

.information_ico {
  background: url(../img/info_32x32.png) left top no-repeat;
  padding:0 0 0 42px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

/* running line on overflow */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  animation: move 5s linear infinite;
  animation-direction: alternate;

}

@keyframes move {
  from { text-indent: 100%; }
  to   { text-indent: -100%; }
}

/* bugfix for select2 dropdown menus. Correct width of item in list */
span.select2-container span.select2-dropdown {
  white-space: nowrap;
}

a.search-zoom.button {
  background-image: url(../img/search-zoom.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  padding:0 5px 0 24px;
  display: inline-block;
}

a.button.find-by-room-name {
  display: inline-block;
  height: 33px;
  line-height: 33px;
}

img.common-pic {
  height: 28px;
  width: 28px;
  display: inline-block;
  margin-right: 15px;
}

.add-dictionary-modal, .prompt-modal-action-ce-component, .jq-dialog {
  display: none;
}

iframe.add-iframe-modal {
  border: 0;
  width: 100%;
  min-height: 100px;
  display: block;
}

div.add-dictionary-modal a.close_dictionary-modal {
  display: block;
  font-size: 20px;
}

div.add-dictionary-modal div.wrapper-close-dictionary-modal {
  padding-left: 15px;
  padding-right: 0;
}

div.add-dictionary-modal div.wrapper-close-dictionary-modal a {
  color: var(--text-color);
}

/* Modal window */
.reveal-modal {
  border-radius: 25px;
  background-color: var(--body-color);
}

/* Form */
body input[type="text"].field-error,
body input[type="password"].field-error,
body input[type="date"].field-error,
body input[type="datetime"].field-error,
body input[type="datetime-local"].field-error,
body input[type="month"].field-error,
body input[type="week"].field-error,
body input[type="email"].field-error,
body input[type="number"].field-error,
body input[type="search"].field-error,
body input[type="tel"].field-error,
body input[type="time"].field-error,
body input[type="url"].field-error,
.field-error,
span.selection span.field-error {
  border: 2px solid var(--error-color);
  border-radius: 5px;
}

div.text_information_wrapper ul li {
  padding-left: 15px;
  margin-left: 10px;
}

h3.modal-header {
  text-align: center;
}

h3 span.modal-add-component {
  background: url('../img/button/add_new_component.png') no-repeat left -2px;
  padding-left: 40px;
  display: inline-block;
}

h3 span.modal-edit-component {
  background: url('../img/button/edit_component.png') no-repeat left -2px;
  padding-left: 40px;
  display: inline-block;
}

div.table-decorate td, div.table-decorate th {
  border-right: 1px solid var(--input-border-color);
}

div.table-decorate thead {
  background-color: var(--table-header-bg);
}

div.table-decorate table {
  border: solid 1px var(--input-border-color);
  border-radius: 5px;
  border-collapse: inherit;
}

div.table-decorate table td.last,
div.table-decorate table th.last {
  border-right: none;
}

/* mobile menu */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .6;
  z-index: 9999;
  display: block;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}

a.wrapper-mobile-menu-across {
  position: relative;
  z-index: 12;
  padding: 8px 16px;
  vertical-align: middle;
  text-decoration: none;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 36px;
  font-weight: bold;
}

div.wrapper-mobile-menu-close {
  text-align: right;
  margin-top: 30px;
}

/* stop mobile menu */
div.user-submenu-wrapper-button {
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid var(--input-border-color);
  height: 34px;
  line-height: 34px;
  padding: 0 7px 0 34px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cpath d='M 8.0683847,1.0755164 C 4.3187326,1.0857017 1.2591687,4.161932 1.2693541,7.9115842 1.2795394,11.661236 4.3557701,14.7208 8.1054223,14.710615 11.855075,14.70043 14.914638,11.624198 14.904453,7.8745466 14.894268,4.1248945 11.818037,1.065331 8.0683847,1.0755164 Z m 0.00926,3.4087746 C 9.2366275,4.4811428 10.125317,5.3650171 10.128465,6.5239998 10.131613,7.6829835 9.2477388,8.5716727 8.0887554,8.5748209 6.929772,8.5779691 6.0410831,7.6940948 6.0379349,6.5351111 6.0347867,5.3761283 6.9186607,4.4874392 8.0776441,4.484291 Z m 0.024074,8.862814 C 6.6018577,13.351179 5.1685055,12.741488 4.1429101,11.653458 5.636845,9.4677694 8.5669098,8.9144023 10.7526,10.408336 c 0.478154,0.339582 0.888318,0.747523 1.230492,1.223825 -0.951493,1.093401 -2.3815126,1.71087 -3.8813735,1.714944 z' fill='%23818c99' id='path2' style='stroke-width:0.681757' /%3E%3C/svg%3E");
  background-position: 10px;
  background-repeat: no-repeat;
  margin-right: 1em;
}

div.user-submenu-wrapper-button:hover {
  background-color: var(--body-color-hover);
}

div.user-submenu-wrapper-button:active {
  background-color: var(--body-color-hover);
  transition: transform .1s ease-out,color .15s linear;
}

div.user-submenu-wrapper-menu {
  border: 1px solid var(--input-border-color);
  background-color: var(--body-color);
  width: 200px;
  box-sizing: border-box;
  padding: 20px 0 20px 0;
}

div.user-submenu-wrapper-menu.open-menu {
  display: block !important;
  position: absolute;
  z-index: 1000;
  right: 1em;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  border-radius: 15px;
}

div.user-submenu-wrapper-menu-item {  
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  color: var(--text-color);
}

div.user-submenu-wrapper-menu-item a.org,
div.user-submenu-wrapper-menu-item a.logout_user {
 color: var(--text-color);
 width: 100%;
 height: 100%;
 display: inline-block;
 line-height: 50px;
 text-align: left;
 padding-left: 20px;
}

div.user-submenu-wrapper-menu-item a:hover {
  background-color: var(--body-color-hover);
}

div.user-submenu-wrapper-menu-item div.theme-selector-label {
  width: 100%;
  padding: 0 20px 0 20px;
  margin: 10px 0 10px 0;
}

div.user-submenu-wrapper-button img.avatar {
  display: inline-block;
  padding-right: 5px;
  width: 30px;
  height: 30px;
}

div.user-submenu-wrapper-menu-item select.theme-selector {
  color: var(--text-color);
  background-color: var(--input-background-color);
  border-radius: 6px;
  border: 1px solid var(--input-border-color);
}

div.submenu-wrapper {
  display: flex;
  align-items: center;
  justify-content: right;
}

div.search-submenu-wrapper  form.search {
  display: flex;
}

a.button.up, a.button.down {
    color: #0e9d0a;
    font-size: 20px;
    font-weight: bold;
}

/* jquery ui */
div.ui-dialog div.ui-widget-content {
  color: var(--text-color);
}

div.tabs .ui-state-active a,
div.tabs .ui-state-active a:link,
div.tabs .ui-state-active a:visited {
  color: var(--text-color);
  text-decoration: none;
}

div.tabs .ui-state-active,
div.tabs .ui-widget-content .ui-state-active,
div.tabs .ui-widget-header .ui-state-active,
div.tabs a.ui-button:active,
div.tabs .ui-button:active,
div.tabs .ui-button.ui-state-active:hover {
  border: 1px solid var(--input-border-color);
}

div.tabs .ui-state-default,
div.tabs .ui-widget-content .ui-state-default,
div.tabs .ui-widget-header .ui-state-default,
div.tabs .ui-button, html .ui-button.ui-state-disabled:hover,
div.tabs .ui-button.ui-state-disabled:active {
  border: 1px solid var(--input-border-color);
  background: var(--body-color-hover);
  font-weight: normal;
  color: var(--text-color);
}

div.tabs .ui-state-active,
div.tabs .ui-widget-content .ui-state-active,
div.tabs .ui-widget-header .ui-state-active {
  background-color: var(--sidebar-color);
}

div.tabs .ui-state-default a,
div.tabs .ui-state-default a:link {
  color: var(--text-color);
}

div.tabs .ui-widget-content,
div.tabs .ui-widget-content a {
  color: var(--text-color);
}

.ui-tabs select,
.ui-tabs select option {
  background-color: var(--sidebar-color);
  color: var(--text-color);
}

div.ui-dialog .ui-state-active,
div.ui-dialog .ui-widget-content .ui-state-active,
div.ui-dialog .ui-widget-header .ui-state-active,
div.ui-dialog a.ui-button:active,
div.ui-dialog .ui-button:active,
div.ui-dialog .ui-button.ui-state-active:hover {
    border: 1px solid var(--input-border-color);
    background-color: #848484;
    font-weight: normal;
    color: #fff;
}

div.ui-widget.ui-widget-content {
  border: 1px solid var(--input-border-color);
  background-color: var(--body-color);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid var(--input-border-color);
  background-color: #f6f6f6;
  font-weight: normal;
  color: var(--text-color);
}

ul.ui-widget-header {
  border: 1px solid var(--input-border-color);
  background: var(--table-header-bg);
  color: #333;
  font-weight: bold;
}

.ui-widget-overlay.ui-front {
  background: rgba(0,0,0,0.45);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: inherit;
}

.ui-widget-content.ui-front {
  background: var(--body-color);
  border: none;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header {
  background: transparent;
  border: none;
  color: var(--text-color);
}

.ui-dialog.ui-widget {
  border-radius: 25px;
  padding-bottom: 1em;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.ui-dialog-buttonpane.ui-widget-content {
  background: inherit;
}

.ui-button.ui-widget {
  border: none;
  background: inherit;
  color: transparent;
  user-select: none;
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 20px 0 20px 0;
}

div.ui-dialog button.ui-dialog-titlebar-close.ui-widget,
div.ui-dialog button.ui-dialog-titlebar-close.ui-widget:hover,
div.ui-dialog button.ui-dialog-titlebar-close.ui-widget:active,
div.ui-dialog button.ui-dialog-titlebar-close.ui-widget:focus {
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 0.1em;
  right: 0.3em;
  line-height: 1;
  font-size: 1.2em;
  color: var(--close-icon-color);
  font-weight: bold;
  cursor: pointer;
  margin: 0;
}

.ui-button .ui-button-icon.ui-icon {
  background: none;
}

.ui-widget.ui-button-icon-only {
  text-indent: 0;
}

.ui-dialog-titlebar .ui-icon,
.ui-dialog-titlebar .ui-widget-content .ui-icon {
  background-image: none;
}

.ui-dialog-titlebar .ui-widget-header .ui-icon {
  background-image: none;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-dialog-titlebar .ui-button .ui-icon,
.ui-dialog-titlebar .ui-button:hover .ui-icon,
.ui-dialog-titlebar .ui-button:focus .ui-icon {
  background-image: none;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: none;
}

.ui-state-highlight .ui-icon,
.ui-dialog-titlebar .ui-button .ui-state-highlight.ui-icon {
  background-image: none;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: none;
}

.ui-dialog-titlebar .ui-button .ui-icon {
  background-image: none;
}

.ui-dialog span.ui-dialog-title {
  margin: 0;
  font-size: 1.2em;
  text-align: center;
  float: none;
  display: block;
  width: 100%;
  overflow: visible;
}

.ui-dialog-buttonpane.ui-widget-content {
  border: none;
}

div.ui-dialog div.ui-dialog-buttonpane div.ui-dialog-buttonset {
  float: none;
  display: flex;
  justify-content: center;
}

/* end jquery ui */
table.small_printer_info {
  padding:0;
  margin:0;
  font-size:12px;
  border:0;
  position: relative;
  top:-7px;
  left:-12px;
}

table.small_printer_info th div.name {
  width:100px;
}

table.small_printer_info th div.inv {
  width:80px;
}

table.small_printer_info th div.bar {
  width:80px;
}

table.small_printer_info tbody tr {
  margin:0;
  padding:0;
  line-height:0;
  background:inherit;
}

table.small_printer_info {
  background:inherit;
}

table.small_printer_info th {
  text-align:center;
  font-weight: bold;
}

table.small_printer_info td {
  margin:0;
  padding:0;
  text-align:center;
}

/* STRUCTURE */
.preload * { 
  transition: none !important;
  animation-duration: 0.001s !important; 
}

#app {
  padding-left: var(--sidebar-width);
  padding-top: var(--header-height);
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 55;
  display: flex;
  justify-content: right;
  background-color: var(--body-color);
}

#sidebar {
  position: fixed;
  left: 0;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  width: var(--sidebar-width);
  height: calc(100vh - var(--header-height));
  z-index: 10;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: width 0.3s ease-in-out;
  background-color: var(--sidebar-color);
  border-radius: 18px;
}

#sidebar .sidebar__nav {
  flex: 1;
  height: 100%;
  overflow-y: visible;
  overflow-x: hidden;
  padding: 24px 0 24px 0;
}

#app.compress #sidebar {
  width: var(--sidebar-min-width);
  transition: width 0.3s ease-in-out;
}

#app.compress {
  padding-left: var(--sidebar-min-width);
}

#sidebar .toggle-nav-sidebar {
  height: var(--button-toggle-height);
  width: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: var(--sidebar-color);
}

main {
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

#content {
  flex: 1;
  box-sizing: border-box;
}

#footer {
  height: var(--footer-height);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sidebar .toggle-nav-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

#sidebar .toggle-nav-arrow {
  width: var(--button-toggle-height);
  height: var(--button-toggle-height);
}

#sidebar .toggle-nav-text {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
}

#sidebar .toggle-nav-arrow, #sidebar .toggle-nav-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--menu-text-color);
}

#app.compress .toggle-nav-text {
  display: none;
  color: var(--menu-text-color);
}

#app.compress .arrow-collapse {
  display: none;
}

#app .arrow-expand {
  display: none;
}

#app.compress .arrow-expand {
  display: inline-block;
}

#sidebar .arrow-collapse, #sidebar .arrow-expand {
  width: var(--toggle-nav-svg-arrow-width);
  fill: var(--menu-text-color);
}

#sidebar .toggle-nav-text-open {
  display: none;
}

/* END STRUCTURE */
/* CONF */
.conf-wrapper {
  background: inherit;
  border-radius: 6px;
  border: 1px solid var(--input-border-color);
  margin-bottom: 16px;
  position: relative;
  background-color: var(--conf-wrapper-color);
  padding-bottom: 6px;
}

.conf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-color);
  font-size: 16px;
  background: var(--body-color-hover);
  line-height: 1;
  position: relative;
  font-weight: 600;
  border-bottom: 1px solid var(--input-border-color);
  border-radius: 6px 6px 0px 0px;
  padding: 16px;
}

.conf-wrapper .conf-item {
  padding: 16px;
  border-bottom: 1px solid var(--input-border-color);
}

.conf-item input[type=text] {
  display: block;
  width: 100%;
}

.conf-item.last-item {
  border-bottom: none;
}

.conf-item .vertical-align-center {
  display: flex;
  align-items: center;
}

.conf-item .checkbox-wrapper {
  align-items: center;
  display: flex;
}

.conf-item label.clabel {
  width: 100%;
  flex-shrink: 0;
  padding: 0;
}

.conf-item div.input {
  margin-left: -16px;
}

/* END CONF */

input.big-checkbox {
  margin: 0;
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  padding: 10px;
}