

/* Start:/local/templates/bujet/template_styles.css?17542185229182*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size:1em;
}
html{
	position:relative;
}

.hide-items {
	display: none;
}

#piechart_div {
	width: 100%;
	height: 500px;
	margin-bottom: 30px;
}

.hasDatepicker {
	width: 110px;
}

.count,
.weight,
.price,
.goods,
select  {
	font-size:1em;
}

.content,
.controls ,
#goods-row {
	width:740px;
}

.content {
	margin:0 auto;
}

.weight,
.price,
.type_weight {
	width: 55px;
	font-size: 0.8em;
}

.count  {
	width: 38px;
	font-size: 0.8em
}
	
input,
select {
	margin: 4px;
	padding: 9px;
	border: 1px solid #00539f;
	border-radius: 2px;
}

input[type="checkbox"]{
	width:17px;
	height:17px;
}

.goods-row li>div>input[type="checkbox"]{
	zoom: 1.5;
}

input[name="save"] {
	background-color: #00539f;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
    min-width: 240px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 20px;
    border-radius: 2px;
    border: 1px solid #00539f;
    cursor: pointer;
    text-decoration: none;
	margin:10px auto;
	padding: 0;
}

#goods-row {
	padding-bottom: 20px;
}

.controls {
	text-align:center;
	height: 90px;
}

input::-webkit-input-placeholder ,
input:-moz-placeholder,
input.price::-webkit-input-placeholder,
input.price:-moz-placeholder  {
	font-size: .7em;
}

.future_plus {
	text-align:center;
	padding: 5px 10px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
    cursor:pointer;
    width:180px;
}

.plus, .minus {
    margin: 4px;
    padding: 3px 15px 8px;
    border: 1px solid #00539f;
    border-radius: 2px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
    cursor:pointer;
}

input.hasDatepicker {
	margin: 5px;
	padding: 10px;
}

.future_plus {
	color: #00539f;
	margin: 5px 0 0 5px ;
	border: 1px solid #00539f;
}

.minus{
	border: 1px solid red;
	color: #fff; 
	background-color: red;
	margin: 5px 0 0 10px;
}

.button {
	display: inline-block;
    min-width: 240px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 20px;
    border-radius: 2px;
    border: 1px solid #00539f;
    cursor: pointer;
    text-decoration: none;
	margin:10px;
}
.button:hover {
	background-color: #00539f;
    color: #fff;
}

a.button:hover {
	color: #fff;
}

a.button {
	text-decoration: none;
	color: #00539f;
}

td.category {
	cursor:pointer;
	font-size: 120%;
}

td.category b:after{
	padding-left:5px;
	content: "↓";
}

.row-goods{ 	
	width:380px;
}

.row-goods td:first-child {
	width:45px;
	font-size:0.8em;
	color:grey;
	text-align:center;
}

.reports_table {
	width:100%;
}
.row-goods td{
	border-bottom: 1px solid grey;
}	

.list-auto p {
	font-size: 0.8em;
	color:blue;
	cursor:pointer;
	padding: 3px 10px;
	border-bottom: 1px solid grey;
	max-width: 300px;
	
}
.last-sales {
	display:none;
	margin:20px 0 10px;
	}

.last-sales td {
	padding:3px 15px;
	font-size:1em;
	border-bottom: 1px solid #00539f;
}
.last-sales p {
	font-size: 1.3em;
	margin-bottom:10px;
}

select.category {
    display:none;
}

select.category.active {
    display:inline-block;
}
.type_weight,
.weight {
    display:none;
}

.group_buy_category {
	width:100%;
	float:left;
	margin:0 0 20px;
}

.group_category {
	min-width:240px;
	border-bottom:1px solid grey;
	float:left;	
}

.category_name {
	cursor:pointer;
	margin:5px 0;
}

.category_name span{
	cursor:pointer;
	color:grey;
	border-bottom: 1px dotted;
	font-size:.8em;
}

.category_itog {
	width:70px;
	float:left;	
	border-bottom:1px solid grey;
	text-align:right;
	padding: 5px 0;
}

.category_product {
	min-width:250px;
	clear: both;
}

.category_title {
	min-width:250px;
	border-top:1px solid grey;
	border-bottom:1px solid black; 
	clear: both;
	height:20px;
	margin: 0 0 10px;
}

.category_number,
.product_number {
	float:left;
	font-size:0.8em;
	color:grey;
	width: 25px;
	padding: 3px 0 0;
}

.product_name {
	float:left;
}
.product_name span {
	font-size:0.8em;
	color:grey;
}

.category_price {
	float:right;
}

.product{
	min-width:250px;
	clear: both;
}
.product.border {
	border-top:1px solid grey;
}

.product_price {
	float:right;	
	padding-left:20px;
}

.all_itog {
	margin: 20px 0 0;
	padding:0 120px;
}

.rigth {
	float:right;	
}
	
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.unnecessary_product {
	margin:20px 30px 0 0;
}

.unnecessary_product,
.economy_product {
	width:100%;
	clear:both;
}

.economy_product{
	margin:5px 0 0;

}

.unnecessary_product .product {
	max-width:360px;
	margin:0 0 0 15px;
}

.container-table table td:nth-child(2) {
	width: 100px;
}

.container-table table td:nth-child(2) input{
	width: 200px;
}	

.container-table table td:nth-child(3) input{
	width: 50px;
}

.container-table table td:nth-child(4) input,
.container-table table td:nth-child(5) input{
	width: 30px;
	font-size: .7em;
}

.container-table table td:nth-child(1) input{
	width: 10px;
	font-size: .7em;
}	
	
.container-table table td:nth-child(8) input{
	width: 60px;
	font-size: .7em;
}

.container-table table td input{
	width: 30px;
}

.container-table {
	border: 1px solid;
}

.container-table input,
.container-table select {
	min-width: 15px;
	margin: 0;
    padding: 0;
}

.send-form, .save-form {
	display: inline-block;
    min-width: 240px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 20px;
    border-radius: 2px;
    border: 1px solid #00539f;
    cursor: pointer;
    text-decoration: none;
    margin: 10px;
}

.clr {
	clear: both;
}

#goods-row ul li {
	list-style-type:none;
	font-size: 1em; width:300px;
	height:35px;
}

#goods-row ul li div {
	margin: 4px;
    padding: 9px;
    border: 1px solid #00539f;
	border-radius: 2px; 
	width:280px;
}

#goods-row ul li input {
	float:right;
}

.footer {
  bottom: 0;
  margin: 0 auto;
  width: 800px;
}
.footer  a{
    background-color: #00539f;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    min-width: 120px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #00539f;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 15px 0;
    padding: 0 15px;
}

@media screen and (max-width: 320px) {
	#goods-row {
	padding-bottom: 10px;
	width:320px;
	}
		
	.content form p {
	font-size: 1em;
	text-indent: 5px;
	}
	.goods {
		width: 120px;
	}
	.category  {
		width: 100px;
	}
	.weight,
	.price {
		width: 40px;
	}
	.content {
	padding-left: 5px; 
	margin:0 auto;
	width: 320px;
	}
	.last-sales,
	.controls {
		width:300px;
	}
	
	.footer {
		
		position: absolute;
		bottom: 0;
		margin: -50px auto;
		width:320px;
	}
	
	.footer  a {
		min-width: 60px;
		margin: 2px 2px 0;
		/* padding: 0 5px; */
		font-size: .7em
	}
	.product_name {
	overflow-x: hidden;
    max-width: 210px;
	}
	
}

@media screen and (min-width: 321px) and (max-width: 360px){
	#goods-row {
	padding-bottom: 10px;
	}
	
	#goods-row,
	.last-sales,
	.content,
	.controls {
		width:340px;
	}
			
	.content form p {
	font-size: 1em;
	text-indent: 5px;
	}
	
	.goods {
		width: 130px;
	}
	.category  {
		width: 100px;
		font-size: .8em;
	}
	
	.price {
		width: 55px;
	}
	.content {
	margin:0 auto;
	}
	.last-sales td:nth-child(2) {
		width:35px;
		font-size: .6em;
	} 
}	

@media screen and (min-width: 361px) and (max-width: 400px){
	#goods-row {
	padding-bottom: 10px;
	}
	
	#goods-row,
	.last-sales,
	.content,
	.controls {
		width:380px;
	}
			
	.content form p {
	font-size: 1em;
	text-indent: 5px;
	}
	
	.goods {
		width: 138px;
	}
	.category  {
		width: 100px;
		font-size: .8em;
	}
	
	.price {
		width: 55px;
	}
	.content {
	margin:0 auto;
	}
	.last-sales td:nth-child(2) {
		width:35px;
		font-size: 0.6em;
	}
	
}
	
@media screen and (min-width: 421px) and (max-width: 480px){
	#goods-row {
	padding-bottom: 10px;
	width:460px;
	}
		
	.content form p {
	font-size: 1em;
	text-indent: 5px;
	}
	.goods {
		width: 100px;
	}
	.category  {
		width: 80px;
		font-size: .8em;
	}
	.weight,
	.price {
		width: 40px;
	}
	.content {
	margin:0 auto;
	width: 460px;
	}
	.last-sales,
		.controls {
		width:460px;
	}
	.last-sales td:nth-child(2) {
		width:35px;
		font-size: .6em;
	} 
	
}	

@media screen and (min-width: 481px) and (max-width: 600px){
	#goods-row {
	padding-bottom: 10px;
	width:460px;
	}
		
	.content form p {
	font-size: 1em;
	text-indent: 5px;
	}
	.goods {
		width: 100px;
	}
	.category  {
		width: 80px;
		font-size: .8em;
	}
	.weight,
	.price {
		width: 40px;
	}
	.content {
	margin:0 auto;
	width: 460px;
	}

	.last-sales,
	.controls {
		width:460px;
	}

	.last-sales td:nth-child(2) {
		width:35px;
		font-size: .6em;
	} 

}	
	
@media screen and (min-width: 601px) and (max-width: 800px){
	#goods-row {
	padding-bottom: 10px;
	width:460px;
	}
		
	.content form p {
	font-size: 1em;
	text-indent: 5px;
	}
	.goods {
		width: 100px;
	}
	.category  {
		width: 80px;
		font-size: .8em;
	}
	.weight,
	.price {
		width: 40px;
	}
	.content {
	margin:0 auto;
	width: 460px;
	}
	
	.last-sales,
	.controls {
		width:460px;
	}

	.last-sales td:nth-child(2) {
		width:35px;
		font-size: .6em;
	} 
}	

/* End */
/* /local/templates/bujet/template_styles.css?17542185229182 */
