.zakaz_container {
	box-sizing: border-box; 
	height: 80vh;
    width: 100%; 
	text-align:center;
	vertical-align: top;
	display: flex;
	flex-direction: column;
}

.login {
	width: 25em;
	margin: auto;
}
.regform {
	width: 40em;
	margin: auto;
}

.field {
	width: 100%;
}

button,input {
	border-radius: 2px;
	border: 1px solid;
}

button {
	margin: 3px;
	width: 9em;
	height: 2em;
	border-color:#b2b2b2;
}

.activeButton {
	background-color: #ffe421;
	border-color:#aa9600;
	font-weight: bold;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.6);
}

.inactiveButton {
	background-color: white;
}

button:hover {
	border-color:#7c7c7c;
}

input {
	box-sizing: border-box; 
	border-color:#b3b3b3;
}

fieldset {
	width: inherit;
	border-width: 1px;
	border-color: black;
	background: white;
	padding: 5px;
	border-radius: 3px;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.6);
}

body {
	font-family: Arial;
	font-size: 80%;
}

.row {
  padding: 5px;
  width: inherit;
}

.col-1-2 {
  box-sizing: border-box; 
  padding: 3px;
  width: 50%;
  float: left;
}
.col-1-2-R {
	padding: 3px;
	box-sizing: border-box; 
  text-align:right;
  width: 50%;
  float: left;
}

.col-1-3-R {
	box-sizing: border-box; 
	padding: 3px;
  text-align:right;
  width: 25%;
  float: left;
}
.col-2-3 {
	padding: 3px;
	box-sizing: border-box; 
  text-align:right;
  width: 75%;
  float: left;
}

.okBtn {
	padding: 3px;
	text-align: center;
	width: inherit;
}

.t_row {
	display: flex;
	align-items: center;
	width: 100%;
	float: left;
	padding: 0px;
	border-bottom: solid 1px #e6e6e6;
	background-color: white;
}

.cursor {
	cursor: pointer;
}

.border-top {
	border-top: solid 1px #a0a0a0;
}

.h_row {
	text-align: center;
	border-bottom: solid 1px #a0a0a0;
}

.h_scr {
	width: 0px;
	display:none;
	box-sizing: border-box; 
}

.h_cell {
	border-left: solid 1px #a0a0a0;
}

.t_cell {
	padding: 5px;
	float: left;
}

.flex_cell {
	flex: 1;
}

.data {
	text-align: left;
	overflow: hidden;
	border: solid 1px #a0a0a0;
	flex:1;
	display: flex;
	flex-direction: column;
	height: inherit;
}

.scrolled {
	flex: 1;
	width: 100%;
	overflow: auto;
	height: inherit;
}

.t_row:after, .row:after, .nav:after {
  content: "";
  clear: both;
}

._visible {
	display:block;
}
._invisible {
	display:none;
}

@media screen and (min-aspect-ratio: 1) {
	._visible {
		display:block;
	}
	._invisible {
		display:none;
	}
}

.main_Sel {
	background-color: #fef2c7;
}

.zoom {
	padding-left: 5px;
	color:#333;
	font-size: 14px;
	height: inherit;
	float: left;
}

.space {
	width:32px;
	height: inherit;
	float: left;
}

.folder {
	height: inherit;
	background-image:url("folder.png");
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width:16px;
}

.product {
	height: inherit;
	background-image:url("product.png");
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width:16px;
}

.act_product {
	background-image:url("asterix.png");
}

.act_product_row {
	font-weight: bold;
}

.exp_product {
	background-image:url("attention.png");
}

.exp_product_row {
	color: #808080;
}

.nav {
  display: flex;
  align-items: flex-end;
  padding: 0px;
  margin: 0px;
  width: inherit;
  text-align: left;
}

.nav2 {
	display: none;
	align-items: flex-end;
	padding: 0px;
	margin: 0px;
	width: inherit;
	text-align: left;
	border: solid;
	border-width: 1px 1px 0px 1px;
	border-color:#b2b2b2;
}

.tab {
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 9em;
	border-color:#b2b2b2;
	border-radius: 5px 5px 0px 0px;
	border-width: 1px 1px 0px 0px;
}
.tabs {
	float: left;
}
.lefttab {
	border-width: 1px 1px 0px 1px;
}

.activeTab {
	height: 2.2em;
	background-color: #ffe421;
	border-color:#aa9600;
	font-weight: bold;
}

.inactiveTab {
	background-color: white;
	height: 2em;
	margin-top: 0.2em;
}

.tab:hover, .srch:hover {
	border-color:#7c7c7c;
}

.srch {
	color: #d2c8db;
	margin: 3px;
}
.z_cnt {
	width:3em;
	margin:0px;
}
.art {
	width: 7em;
	text-align: center;
}

.up {
	width: 1em;
	text-align: center;
}

.ost {
	width: 4em;
	text-align: center;
}

.price {
	width: 4em;
	text-align: right;
}

.zakaz_h {
	width: 3em;
	text-align: center;
}

.zakaz {
	width: 3em;
	text-align: right;
	margin: 0px;
	padding: 0px 5px 0px 5px; 
}

.sum {
	width: 6em;
	text-align: right;
}

.ctr {
	text-align: center;
}
._R {
	text-align: right;
}
.topSumm {
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
	color: red;
	font-size: 2em;
	font-style: italic;
	padding: 0px 5px 0px 5px; 
}
.srch_panel {
	flex:1;
	text-align: center;
	box-sizing: border-box; 
	float: left;
	overflow: hidden;
	height: inherit;
}
.b-popup{
	box-sizing: border-box; 
	height: 100vh;
    width: 100%; 
	text-align:center;
	vertical-align: top;
	display: none;
	flex-direction: column;
	background-color: rgba(92,92,92,0.2);
    overflow:hidden;
    position:fixed;
    top:0px;
}
.makeOrder {
	width: 50em;
	margin: auto;
}
.srch_icon_del {
	/*font-size: 1em;*/
	cursor: pointer;
}
.srch_icon_del:hover {
	color: #aaaaaa;
}