




.middle_order, .last_order {
    border-top: none;
}

.my_order_box{
	font-size:14px;
	font-weight:bold;
	color:#000;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
}
.my_order_box a{
	text-decoration:underline;
}

.order_item_record{
	font-size:12px;
}

.order_item_record > div{
	vertical-align:middle;
	border-top:1px solid;
	border-left:1px solid;
	height: 100%;
	color:#000;
}

@media screen and (max-width: 600px){
	.otkaz_btn{
		margin-top:20px;
		margin-bottom:20px;
		float:none;
	}
}

#items_blok_all{
    overflow-x: auto;
	width:100%;
	
}

#items_blok_all_2{
	min-width: 600px;
    
}




	
	.order_item_headline > div, .order_item_record > div{
		top:unset;
		font-weight:bold;
	}





	
	
	
	
	
	
	
	
	
	
	
	
	.filter_block_item {
		display: block;
		margin: 0px;
		margin-bottom: 40px;
	}
	
	.order_item_headline > div{
		font-size:12px;
		line-height:60px;
		padding:0;
		color:#000;
		
	}
	
	.order_item_headline .order_item_checkbox{
		padding-left:2px;
	}
	.order_item_headline .order_item_name{
		padding-left:5px;
	}
	
	
	.my_order_box {
		height: 40px;
	}
	
	.my_order_id {
		left: 10px;
		width: auto;
		text-align: left;
		line-height: 40px;
	}
	
	.my_order_price_sum {
		left: auto;
		line-height: 40px;
		width: 80px;
		right: 140px;
		text-align: center;
	}
	
	.my_order_item_checkbox {
		right: 0;
		left:auto;
		width: 20px;
		text-align: center;
		line-height: 40px;
		padding-left:2px;
	}
	
	
	
	
	
	
	
	.order_item_headline > div{
		border-top:1px solid;
		border-bottom:1px solid;
		border-left:1px solid;
	}
	
	.order_item_id {
		width: 50px;
		left: 0px;
		text-align: center;
		padding: 0 !important;
		line-height: 60px;
		white-space:nowrap;
	}
	
	.order_item_name {
		left: 50px;
		right: 420px;
		width: auto;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding:5px 5px;
	}
	
	
	
	
	.order_item_time_to_exe {
		width: 60px;
		right: 360px;
		left: unset;
		line-height: 60px;
		text-align: center;
	}
	.order_item_count_need {
		width: 60px;
		right: 300px;
		left: unset;
		line-height: 60px;
		text-align: center;
	}
	.order_item_price {
		width: 80px;
		left: unset;
		right: 220px;
		line-height: 60px;
		text-align: center;
	}
	.order_item_price_sum {
		width: 80px;
		right: 140px;
		left: unset;
		line-height: 60px;
		text-align: center;
		font-weight:bold;
	}
	
	.order_item_status {
		width: 120px;
		right: 20px;
		left: unset;
		text-align: center;
	}
	
	.order_item_status span{
		vertical-align: middle;
		width: 120px;
		height: 60px;
		display: table-cell;
		overflow: hidden;
		font-weight:bold;
	}
	
	.order_item_checkbox {
		width: 20px;
		left: auto;
		right: 0;
		left: unset;
		text-align: center;
		line-height: 60px;
		text-align: center;
		border-right:1px solid;
		padding-left: 2px;
	}
	
	
	
