@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}

@font-face {
    font-family: 'Manrope';
    src: url('/ui/webfonts/Manrope-Regular.eot');
    src: local('Manrope Regular'), local('Manrope-Regular'),
        url('/ui/webfonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('/ui/webfonts/Manrope-Regular.woff2') format('woff2'),
        url('/ui/webfonts/Manrope-Regular.woff') format('woff'),
        url('/ui/webfonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ManropeSemibold';
    src: url('/ui/webfonts/Manrope-Semibold.eot');
    src: local('Manrope Semibold'), local('Manrope-Semibold'),
        url('/ui/webfonts/Manrope-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/ui/webfonts/Manrope-Semibold.woff2') format('woff2'),
        url('/ui/webfonts/Manrope-Semibold.woff') format('woff'),
        url('/ui/webfonts/Manrope-Semibold.ttf') format('truetype');
    font-weight: normal;
 }

html, body {
	width: 100%;
	height: 100%;
	color: #000;
	font-family: Manrope, Arial;
	color: #302c4f;
	font-size: 14px;
	line-height: 1.3em;
}

h1, h2, h3 {
	line-height: 1.7em;
}

pre {
	white-space: pre-wrap;
    word-break: break-all;
}

#header {
	height: 42px;
}

#logo {
	display: none;
}

.agorta_logo {
	width: 35px;
	height: 35px;
	position: relative;
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

.agorta_logo .big_square {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.agorta_logo .big_square:after {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-size: 25px 25px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: linear-gradient(45deg, #ec0578, #4951a2);
}

.agorta_logo .big_square:before {
	content: '';
	width: 50%;
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	background-size: 25px 25px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: linear-gradient(45deg, #ec0578, #4951a2);
}

.agorta_logo .small_square {
	width: 50%;
	height: 50%;
	position: absolute;
	left: -5px;
	top: -5px;
	transform: rotate(45deg);
	background-size: 25px 25px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: linear-gradient(45deg, #ec0578, #4951a2);
}

.agorta_logo:hover .small_square {
	animation: agorta_logo_animation 2s linear infinite;
}

@keyframes agorta_logo_animation{
	0%{
		left: -5px;
		top: -5px;
		transform: rotate(45deg);
	}
	25% {
		left: -10px;
		top: -10px;
		transform: rotate(90deg);
	}
	75%{
		left: 0px;
		top: 0px;
		transform: rotate(180deg);
	}
	100%{
		left: -5px;
		top: -5px;
		transform: rotate(225deg);
	}
}

.mobile_scroll {
	overflow: auto;
}

.tabs .tab {
	display: inline-block;
	padding: 5px;
	border: 1px solid #777;
	color: #777;
	cursor: pointer;
}

.tabs .tab:hover, .tabs .select_tab {
	border: 1px solid #000;
	border-bottom: 1px solid #777;
	color: #000;
}

.tabs .search_tab {
	display: none;
}

.tabs .select_tab {
	display: inline-block;
	border-bottom: 1px solid transparent !important;
}

.tabs .show_tab {
	display: inline-block;
}

.highlight {
	background: #ccc;
}

.tooltip {
	border-collapse: collapse;
}

.tooltip td, .tooltip th {
	text-align: left;
	padding: 5px !important;
	border: none;
	vertical-align: middle;
}

.tooltip tr {
	border-bottom: 1px solid #ccc;
}

.tooltip p {
	text-align: center;
	margin: 10px 0;
}

.body_12 {
	font-size: 12px;
}

.body_16 {
	font-size: 16px;
}

h1 {
	text-align: center;
	font-size: 18px;
	margin: 10px 0px;
}

.body_12 h1 {
	font-size: 16px;
}

.body_16 h1 {
	font-size: 20px;
}

hr {
	width: 100%;
	height: 1pt;
	background: #000;
	border:none;
}

table {
	border: none;
}

td, th {
	padding: 1px;
}

a, .a {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

#menu {
	display: inline-block;
	margin-top: 9px;
}

.set_font {
	margin-top: 9px;
}

.mobile_menu {
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 14px;
	position: relative;
	cursor: pointer;
	display: none;
}

.mobile_menu:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	left: 0;
	top: 7px;
}

a:hover, .a:hover, #menu .show_window span:hover {
	text-decoration: none;
}

#users_profile .submenu a {
	min-width: 250px;
}

.product_tr a .fas {
	visibility: hidden;
}

.product_tr button .fas,
.product_tr:hover a .fas {
	visibility: visible;
}

.filtr div {
	float: left;
	margin: 0px 1px;
	position: relative;
}

.filtr div p {
	text-align: center;
}

.filtr div p input[type="checkbox"] {
	height: unset;
	vertical-align: bottom;
}

.filtr div p small {
	vertical-align: bottom;
}

.filtr div p span {
	text-align: left;
}

#close_filtr {
	display: none;
}

.punctir {
	text-decoration: none;
	border-bottom: 1px dashed #000;
	cursor: pointer;
}

.punctir:hover {
	text-decoration: none;
	border-bottom: 1px dashed transparent;
}

input[type='checkbox'] {
	vertical-align: middle;
}

input[type='text'], input[type='password'], input[type='number'], input[type='date'], input[type='datetime-local'], input[type='month'], select, textarea, .dropdown ul {
	height: 28px;
	width: 250px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	vertical-align: top;
	font-size: 14px;
	font-family: inherit;
	color: #000;
	-webkit-appearance: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #fff;
}

.body_12 input:not([type="checkbox"]), .body_12 select, .body_12 textarea, .body_12 button {
	font-size: 12px;
}

.body_16 input, .body_16 select, .body_16 textarea, .body_16 button {
	font-size: 16px;
}

input[type='number'] {
	width:100px;
}

input[type='date'] {
	width:170px;
}

textarea, .body_12 textarea, .body_16 textarea {
	height: 50px;
}

input[type='button'], input[type='submit'], input[type='reset'], button {
	height: 28px;
	padding: 0px 15px;
	min-width: 100px;
	border-radius: 2px;
	border: 1px solid #aaa;
	color: #000;
	-webkit-appearance: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #f0f0f0;
}

button {
	height: auto;
	min-height: 28px;
}

input[type="button"]:disabled, input[type="submit"]:disabled, input[type="number"]:disabled, button:disabled {
	background: none;
	opacity: 0.5;
}

.action_printbarcodes_form .work_table select {
	width: 100px;
}

.icon_button {
	vertical-align: top;
	padding:0px 5px !important;
	min-width: 10px !important;
}

.marking_icon {
	display: inline-block;
    padding: 4px 6px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    outline: 2px solid #000;
    outline-offset: -4px;
    position: relative;
    z-index: 1;
}

.marking_icon:before {
	content: '';
	display: block;
	width: 100%;
	height: 40%;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 30%;
	z-index: 1;
}

.marking_icon:after {
	content: '';
	display: block;
	width: 40%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 30%;
	z-index: 1;
}

.marking_icon .fas {
	position: relative;
	z-index: 10;
}

.product_tr .marking_icon {
	float: left;
	margin-right: 4px;
}

.work_table tr:hover .marking_icon:before, .work_table tr:hover .marking_icon:after {
	background: #eee;
}

button[btype='ean13'], button[btype='ean13-weight'] {
	width: 20px;
	position: relative;
	font-size: 5px;
	line-height: 28px;
	padding: 0px !important;
}

.body_12 button[btype='ean13'], .body_12 button[btype='ean13-weight'] {
	line-height: 26px;
}

.body_16 button[btype='ean13'], .body_16 button[btype='ean13-weight'] {
	line-height: 32px;
}

button[btype='ean13']:before, button[btype='ean13']:after, button[btype='ean13-weight']:before, button[btype='ean13-weight']:after {
	content: '';
    height: 14px;
    width: 3px;
	background-image: linear-gradient(to right, transparent 0, transparent 1px, #000 1px, #000 2px, transparent 2px);
    border-left: 1px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 3px;
    left: 1px;
}

.body_12 button[btype='ean13']:before, .body_12 button[btype='ean13']:after, .body_12 button[btype='ean13-weight']:before, .body_12 button[btype='ean13-weight']:after {
	height: 12px;
}

.body_16 button[btype='ean13']:before, .body_16 button[btype='ean13']:after, .body_16 button[btype='ean13-weight']:before, .body_16 button[btype='ean13-weight']:after {
	height: 16px;
}

button[btype='ean13']:after, button[btype='ean13-weight']:after {
	left: 9px;
}

button[btype='ean13-weight']:before, button[btype='ean13-weight']:after {
	height: 9px;
}

.body_12 button[btype='ean13-weight']:before, .body_12 button[btype='ean13-weight']:after {
	height: 7px;
}

.body_16 button[btype='ean13-weight']:before, .body_16 button[btype='ean13-weight']:after {
	height: 11px;
}

#autorization {
	display: table;
	width: 100%;
	height: 100%;
}

#autorization div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#autorization form {
	width: 300px;
	padding: 20px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#autorization form label {
	display: inline-block;
	margin: 5px 0px;
	margin-right: 10px;
	min-width: 80px; 
	font-weight: bold;
	font-size: 14px;
}

#autorization form p {
	margin: 5px 0px;
}

#autorization input[name="symbol"] {
	width: 50px;
	text-transform: uppercase;
}

.false {
	color: #f00 !important;
}

.true {
	color: #00f;
}

#menu li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}

#menu li .a,
#menu li a {
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	line-height: 1.7em;
}

#menu li .a:hover,
#menu li a:hover {
	color: #000;
	border: 1px solid #000;
}

#menu .submenu {
	position: absolute;
	display: none;
	background: #fff;
	border: 1px solid #000;
	min-width: 150px;
	z-index: 10;
}

#menu .submenu li {
	display: block;
}

#menu .submenu .a,
#menu .submenu a {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid transparent;
	line-height: 1.3em;
}

#menu .menu:hover .submenu {
	display: block;;
}

#menu .a,
#menu a {
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
}

.work_table {
	width: 100%;
	border-collapse: collapse;
}

.auto_width {
	width: auto;
}

.active,
.work_table tr:hover, .tr_active {
	background: #eee;
}

th {
	text-align: center;
}

.writeoff_header td, .writeoff_header th,
.work_table td, .work_table th {
	padding: 3px;
	border: 1px solid #ccc;
}

.popup {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	text-align: center;
	overflow-y: auto;
	z-index: 20;
}

.popup_area {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 20px auto;
	min-width: 200px;
	max-width: 99%;
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
	position: relative;
}

.popup .close_button {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #999;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

.popup .close_button:hover {
	background: #777;
}

.price_without_vat, .price_with_vat, .price_with_vat_info {
	display: none;
}

select[name="vat_type"] {
	width: 135px;
}

.work_table .workers_area {
	max-height: 150px;
	overflow-y: auto;
}

.ie {
	display: none;
}

.page_print {
	box-sizing: border-box;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	line-height: normal;
	color: #000;
}

.page_print p {
	margin: 0px;
	padding: 0px;
}

#receipt_tmp .portrait, #receipt_tmp .landscape {
	width: 180mm;
	margin-top: 20px;
	background: #fff;
}

#receipt_tmp .landscape {
	width: 260mm;
}

#receipt_tmp h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}

#receipt_tmp .work_table {
	margin: 5px 0px;
}

#receipt_tmp .work_table td, #receipt_tmp .work_table th {
	border: 0.5pt solid #000;
	padding: 1px;
	vertical-align: top;
}

#receipt_tmp .work_table th {
	text-align: center;
	vertical-align: middle;
}

#print_frame {
	display: none;
}

.ready {
	padding: 3px 4px;
	border: 1px dashed #000;
	color: #000;
	text-align: center;
}

.ready small {
	font-size: 9px;
}

.small {
	font-size: 8px;
	line-height: 8px;
}

form fieldset {
	margin-bottom: 20px;
	padding: 10px 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

form fieldset legend {
	margin-left: 20px;
    font-weight: bold;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
}

form fieldset legend:hover {
	text-decoration: underline;
}

.close_group fieldset,
.close_group table {
	display: none;
}

form fieldset legend:after {
	content: '(свернуть)';
	font-size: 8px;
	margin-left: 10px;
}

form .close_group legend:after {
	content: '(развернуть)';
}

.pagination {
	text-align: center;
	margin: auto;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	display: block;
	text-align: center;
	padding: 5px;
	border: 1px solid #888;
	color: #888;
	min-width: 15px;
	text-decoration: none;
}

.pagination li a:hover, .pagination li .selected_page {
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
}

.pagination li .no_hover, .pagination li .no_hover:hover {
	color: #888;
	border: none;
	text-decoration: none;
	cursor: default;
}

.ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete-loading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Ctext x='10' y='15' fill='%23ccc' transform-origin='15 9'%3E%0A&%238987;%0A%3CanimateTransform attributeName='transform' type='rotate' from='0' to='360' dur='1s' repeatCount='indefinite' /%3E%3C/text%3E%3C/svg%3E");
    background-position: right 1px;
    background-repeat: no-repeat;
}

.order:after {
	content: ' \2191';
}

.order_desc:after {
	content: ' \2193';
}

.right {
	float: right;
}

.left {
	float: left;
}

.print_template_writeoff {
	margin-left: 20px;
}

.new_barcode_pattern {
	display: none;
}

.additional {
	display: none;
}

#fish_runner {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 10000;
	cursor: pointer;
}

.receipttypes_head {
	text-align: center;
}

.receipttypes_head h1 {
	display: inline-block;
	vertical-align: middle;
}

.help_head {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #ccc;
	border-radius: 50%;
	border: 1px dashed #ccc;
	margin-left: 7px;
	cursor: pointer;
	text-decoration: none;
	line-height: 1.7em;
}

.help_txt {
	position: absolute;
	display: none;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	z-index: 20;
	color: #000;
	width: 276px;
	text-align: left;
	right: 10px;
	margin-top: -18px;
}

.help_head:hover .help_txt {
	display: block;
}

.help_txt li {
	margin-left: 15px;
}

.receipt_description {
	max-width: 400px;
}

.error {
	display: inline-block;
	padding: 5px;
	border: 1px dashed #f00;
	color: #f00;
}

.set_font span {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	margin: 5px;
}

.autocomplete_img {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.autocomplete_txt {
	display: inline-block;
	vertical-align: middle;
}

.no_img {
	width: 40px;
	height: 30px;
	background: #ccc;
	border-radius: 5px;
	position: relative;
	text-align: center;
}

.no_img:after {
	content: '';
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: -16px -8px 1px -5px #fff;
}

.no_img:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -4px;
	width: 16px;
	height: 3px;
	background: #ccc;
	border-radius: 5px 5px 0px 0px
}

.img_form_small {
	display: inline-block;
	width: 50px;
	max-height: 50px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	margin: 1px;
}

.img_form_small img {
	margin: auto;
}

.product_img {
	display: flex;
	flex-wrap: wrap;
}

.img_preview_empty,
.img_preview {
	width: 210px;
	height: 240px;
	margin: 1px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.img_preview_empty {
	background: #eee;
	border: 1px dashed #ccc;
}

.img_preview .img_buttons {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.img_change_div {
	margin: 10px;
}

.img_change_div img,
.img_full_size {
	max-width: 100%;
}

.hide {
	display: none;
}

.shop_logo {
	max-width: 50px;
	max-height: 50px;
}

#status_history {
	padding-left: 151px;
}


.filtr select[name="value_type"] {
	width: 123px;
}

.filtr input[name="value"] {
	width: 123px;
}

select[name="vat"] {
	width: 100px;
}

.inline {
	display: inline-block;
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

#mass_action_menu {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#mass_action_menu li {
	list-style: none;
	padding: 0px 5px;
	display: inline-block;
	border-right: 1px solid #ccc;
}

#mass_action_menu li:last-child {
	border-right: none;
}

.marker {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	margin: 0 5px;
}

.dropdown {
	position: relative;
	width: 250px;
	height: 28px;
	z-index: 1;
}

.dropdown:after {
	content: '';
	position: absolute;
	right: 3px;
	top: 10px;
	border-top: 8px solid #000;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	z-index: 10;
}

.dropdown ul {
	position: absolute;
	z-index: 9;
	height: auto;
	min-height: 28px;
	max-height: 300px;
	overflow-y: auto;
	text-align: left;
	background: #fff;
}


.dropdown .disabled {
	color: #777;
}

.dropdown .first {
	padding: 4px;
	cursor: default;
}

.dropdown .item {
	display: none;
	background: #fff;
	padding: 4px;
}

.dropdown .search_dropdown {
	display: none;
}

.dropdown_show {
	z-index: 100;
}

.dropdown_show:after {
	display: none;
}

.dropdown_show .search_dropdown {
	display: block;
}

.dropdown_show .item {
	display: block;
}

.dropdown .item label {
	display: block;
	width: 100%;
	cursor: pointer;
}

.dropdown div {
	float: none;
	margin: ;
}

.dropdown .hide_item,
.dropdown .hide_item label {
	height: 0;
	padding: 0;
	opacity: 0;
	margin: 0;
	position: absolute;
	top: -100px;
	z-index: -1;
}

.dropdown_buttons {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
}

.dropdown_buttons ul {
	list-style: none;
	width: 150px;
	text-align: center;
}

.dropdown_buttons .first {
	color: #000;
}

.group_title {
	position: relative;
}

.select2-results__option {
	color: #000 !important;
}

.select2-results__option:hover,
.select2-results__option:active,
.select2-results__option:focus {
	background-color: #5897fb !important;
}

.group_title:after {
	content: '';
	width: 0px;
	height: 0px;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	border-top: 6px solid #000;
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -1px;
}

.group_title_show:after {
	border-top: none;
	border-bottom: 6px solid #ccc;
}

.line_description {
	position: relative;
}

.hint {
	position: absolute;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	left: 0%;
	top: 0;
	margin-left: -50%;
	text-align: left;
	width: max-content;
}

.loyalty_item select {
	width: 153px;	
}

.short_input {
	width: 50px !important;
}

.medium_input {
	width: 80px !important;
}

.boom_boom_boomer {
	width: 100% !important;
}

.loyalty_toggle {
	cursor: pointer;
}

.round {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.red {
	background: #f00;
}

.gray {
	background: #eee;
}

.div_select_period {
	position: absolute !important;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	float: none !important;
	width: 100%;
	max-width: 300px;
	z-index: 2;
}

.div_select_period p {
	text-align: left !important;
}

.div_select_period p small {
	color: #777;
}

.edo_receipt .fas {
	opacity: 0;
	float: right;
}

.edo_receipt:hover .fas {
	opacity: 1;
}

.edo_preview {
	height: 75%;
	width: 99%;
}

.pointer,
.select_category_icon,
.category_icon_save {
	cursor: pointer;
}

.category_icon {
	display: inline-block;
	width: 40px;
	height: 40px;
}

.show_subcats {
	cursor: pointer;
}

.show_subcats .fa-chevron-down {
	transition: all 0.5s;
	margin-right: 10px;
}

.hide_subcats .fa-chevron-down {
	transform: rotate(180deg);
}

.category_tr,
.category_tr td {
	transition: all 0.5s;
}

#edo_preview_window .popup_area {
	width: 100%;
	height: auto;
	min-height: 95%;
}

#edo_preview_window .popup_content {
	height: 100%;
}

#camera {
	border: 1px solid #777;
	width: 480px;
	height: 360px;
	position: relative;
}

#not_video {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
}

#camera_video {
	width: 100%;
	height: 100%;
}

#camera_canvas {
	display: none;
}

#captcha {
	height: 35px;
	vertical-align: middle;
}

#captcha_reload {
	cursor: pointer;
	font-size: 24px;
}

.error_html {
	height: 90px;
	overflow: hidden;
}

.complectation_list ol li,
.receiptlines_list ol li {
	list-style-position: inside;
}

form[name="form_import_settings"] .work_table img {
	max-width: 100px;
	max-height: 100px;
}

.stamp_resize {
	width: 180px;
	height: 180px;
}

.signature_resize {
	width: 160px;
	height: 160px;
}

.image_load_preview {
	text-align: left;
}

.image_load_txt {
	display: none;
}

.cropper-view-box {
	outline: 2px solid #39f;
}

.error_info,
.info {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	border:  1px #ccc dotted;
	width: 288px;
	min-height: 180px;
	margin: 5px;
	font-size: 14px;
	vertical-align: top;
	position: relative;
}

.error_info {
	border: 1px solid #f00;
}

.news_img {
	width: 288px;
	max-height: 200px;
	margin-bottom: 5px;
}

.news_img img {
	max-width: 288px;
	max-height: 200px;
}

.input_delete_base,
.input_add_base {
	font-size: 14px;
	margin-top: 6px;
	color: #ccc;
	cursor: pointer;
}

.input_delete_base {
	color: #ffeb3b;
}

#products_stat_table th {
	word-break: break-all;
}

.wide_input {
	width: 100%;
}

input[type="text"]:read-only,
input[type="number"]:read-only,
textarea:read-only {
	opacity: 0.7;
}

textarea.wide_input {
	height: 200px;
}

form[name="egais_send_declaration_form"] input[type="number"] {
	width: 65px;
}

.egais_select_unit {
	width: 65px;
}

.td_h1 {
	background: #ccc;
	font-weight: bold;
}

.td_h2 {
	background: #eee;
	font-weight: bold;
}

.select_button {
	display: block;
    padding: 3px 5px;
    border: 1px solid #555;
    text-decoration: none;
    color: #555;
    line-height: 1.7em;
    cursor: pointer;
}

.select_button:hover {
	border: 1px solid #000;
    color: #000;
}

#writeoff_form_div {
	width: 0px;
	max-height: 0px;
	overflow: auto;
	position: relative;
}

#writeoff_form_div .work_table {
	border-collapse: separate;
	position: relative;
}

#writeoff_form_div .work_table td, #writeoff_form_div .work_table th {
	border: 1px solid #ccc;
}

#writeoff_form_div .work_table tr {
	z-index: 1;
}

.writeoff_header {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 10;
}

.mark_success,
.mark_success:hover {
	background: #23d932;
	transition: 1s;
}

.unknown_marks,
.unknown_marks:hover {
	background: #f00;
	animation: unknown_marks 1s linear 1;
}


@keyframes unknown_marks {
	0%{
		background: #fff;
	}
	100%{
		background: #f00;
	}
}

.sort_table th[data-type] {
	text-decoration: underline;
	cursor: pointer;
}

.sort_table th[data-type]:hover {
	text-decoration: none;
}

.sort_table .active_sort[data-desc=""]:after {
	content: ' \2191';
}

.sort_table .active_sort[data-desc="desc"]:after {
	content: ' \2193';
}

input[type='number'].stock1 {
	opacity: 1;
}

input:invalid {
	border: 1px solid #f00;
}

.through {
	text-decoration: line-through
}

.icon_stop, .icon_alarm {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ccc;
	border: 3px solid #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.icon_alarm {
	background: #f00;
}

.icon_stop:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 9px;
	height: 5px;
	background: #fff;
	left: 3px;
	top: 5px;
}

.icon_alarm:after {
	content: '!';
	font-size: 11px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 6px;
    top: -1px;
    font-style: normal;
    text-align: center;
    display: inline-block;
}

@media (max-width: 850px) {
	#header {
		text-align: center;
	}

	#menu {
		display: none;
		background: #fff;
	}

	#menu li, #menu li a {
		display: block;
		width: 100%;
		box-sizing: border-box;
		background: #fff;
		z-index: 20;
	}

	#menu .menu:hover .submenu {
		display: none;
	}

	#menu .submenu {
		position: static;
	}

	#menu .show_submenu .submenu {
		display: block !important;
	}

	.mobile_menu {
		display: inline-block;
	}

	.show_menu {
		display: block !important;
	}

	.inline_mobile {
		display: block;
	}

	.filtr {
		position: relative;
		min-height: 35px;
		pointer-events: none;
		margin-top: 10px;
		text-align: center;
	}

	.filtr:after {
		content: 'фильтры для поиска';
		position: absolute;
		left: 0;
		top: 0px;
		cursor: pointer;
		pointer-events: all;
		height: 28px;
    	padding: 0px 15px;
    	border-radius: 4px;
    	color: buttontext;
    	background-color: buttonface;
		border-width: 1px;
		border-style: outset;
		border-color: buttonborder;
		line-height: 28px;
	}

	.show_filtr:after {
		content: '';
		display: none;
	}

	.filtr div {
		float: none;
		display: none;
	}

	.filtr div input[type="text"], .filtr div input[type="number"], .filtr div select, .filtr .select2-container {
		width: 100% !important;
	}

	.filtr div input[type="date"] {
		width: 47%;
	}

	.filtr div input[type="date"]:nth-child(1) {
		float: left;
	}

	.filtr div input[type="date"]:nth-child(2) {
		float: right;
	}

	.show_filtr {
		pointer-events: all;
	}

	.show_filtr div {
		display: block;
	}

	#close_filtr {
		margin-top: 10px;
		margin-bottom: 10px;
		display: inline-block;
		cursor: pointer;
		pointer-events: all;
	    height: 28px;
	    padding: 0px 15px;
	    border-radius: 4px;
	    color: buttontext;
	    background-color: buttonface;
	    border-width: 1px;
	    border-style: outset;
	    border-color: buttonborder;
	    line-height: 28px;
	}

	.div_select_period {
		max-width: 100%;
	}
}
