
#repair-status h3,
#order-num h3,
#order-list h3{
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
}

#repair-status .loader_base .loader,
#order-num  .loader_base .loader,
#order-list .loader_base .loader{
  border-top: 1.1em solid rgba(0, 0, 0, 0.6) !important;
  border-right: 1.1em solid rgba(0, 0, 0, 0.2) !important;
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.6) !important;
  border-left: 1.1em solid rgba(0, 0, 0, 0.2) !important;
}

#repair-status .loader_base,
#order-num  .loader_base,
#order-list .loader_base{
	position: relative;
	height: 200px;
}

.repair_no_icon{
	background: none;
}

#repair-status h4,
#order-list h4{
	font-size: 1.8em;
	font-weight: bold;
	margin: 20px 1px;
	text-align: center;
}

#order-num,
#repair-status,
#order-list{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-top: 10px;
}


#order-list .order_item{
	border: 1px solid #aaa;
	margin: 8px 0px;
	padding: 10px 10px 10px 60px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);	
	background: url('/images/box.svg') no-repeat 10px 50%;
	background-size: 32px;
	display: flex;
	flex-direction: row;
	position: relative;
	transition: all 0.3s ease;
}

#order-list .order_item:hover{
	border: 1px solid #444;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);	
}

#order-list .order_item .base_item{
	flex-grow: 10;
}

#order-list .order_item strong {
    font-weight: bold;
}

#order-list .order_item .total strong{
	white-space: nowrap;
}

#order-list .order_item .num{
	font-size: 1.2em;
}

#order-list .transit:before{
	display: block;
	content: '';
	background: url('/images/transit-in.svg') no-repeat 50% 50%;
	width: 16px;
	height: 100%;
	position: absolute;
	left: 35px;
	top: 15px;	
}

#order-list .finish:before{
	display: block;
	content: '';
	background: url('/images/checked-ok.svg') no-repeat 50% 50%;
	width: 16px;
	height: 100%;
	position: absolute;
	left: 35px;
	top: 15px;
}

#order-list .finish .status strong{
	color: green;
}
#order-list .canceled .status strong{
	color: #999;
}

#order-list .canceled:before{
	display: block;
	content: '';
	background: url('/images/delete2.svg') no-repeat 50% 50%;
	width: 16px;
	height: 100%;
	position: absolute;
	left: 35px;
	top: 15px;
}
#order-list .canceled{
	filter: url('/images/gray.svg#grayscale');
}

#order-list .order_item .total{
	margin: 16px 0px 0px 0px;
}

#order-list .order_item .total strong span{
	font-family: "PFCentroSansProMedium";	
}


#order-list .order_item .delivery table td img{
	max-width: 100px;
}

#order-list .order_item .delivery table td{
	vertical-align: top;
	padding-right: 10px;
} 

#order-list .order_item .delivery,
#order-list .order_item .status{
	padding-top: 10px;
}


#order-list .btn_base{
	align-self: center;
}

#order-num .order-head .action > div,
#order-list .btn_base > div{
	float: right;
	margin: 10px 10px;
	position: relative;
}

#order-num .order-head .action div span,
#order-list .btn_base div span{
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

#order-num .order-head .action .del span,
#order-list .btn_base .del span{
	background: url('/images/trash.svg') no-repeat;	
	background-size: 32px;
}

#order-num .order-head .action .comment span,
#order-list .btn_base .comment span{
	background: url('/images/comment.svg') no-repeat;	
	background-size: 32px;
}

#order-num .order-head .action .getfile span,
#order-list .btn_base .getfile span{
	background: url('/images/pdf-file.svg') no-repeat;	
	background-size: 32px;
}

#order-num .order-head .action .getinv span,
#order-list .btn_base .getinv span{
	background: url('/images/invoice.png') no-repeat;	
	background-size: 32px;
}

#order-num .order-head .action .payorder span,
#order-list .btn_base .payorder span{
	background: url('/images/payorder.svg') no-repeat;	
	background-size: 32px;
}


#order-num .order-head .action .help-tip p,
#order-list .btn_base .help-tip p{
	right: -18px !important;
	margin-top: 10px !important;
}






#order-num .order-head{
	min-height: 200px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

#order-num .order-head .body{
	flex-grow: 3;
	padding: 0 16px;
}

#order-num .order-head .body table img{
	max-width: 100px;
	max-height: 50px;
	vertical-align: middle;
	margin-right: 6px;
}

#order-num .order-head .body table td{
	vertical-align: middle;
}

#order-num .order-head .body table td ruby{
	line-height: 3;
}
.body_query_repair h6,
#order-num .order-head .body h5{
	font-size: 1.36em;
	font-weight: bold;
	display: inline;
	border-bottom: 2px solid #ccc;
	padding: 0 16px;
}

.body_query_repair .repair-info .price{
	font-weight: bold;
	font-family: "PFCentroSansProMedium";	
}

#order-num .order-head .img{
	background: url('/images/structure.svg') no-repeat;
	background-size: 100%;
	max-width: 120px;
	min-width: 30px;
	margin: 10px;
	flex-grow: 1;
}

#order-num .order-head table{
	margin: 12px 0;
}

#order-num .finish table tr:first-child td:last-child{
	color: green;
}

#order-num .order-head table td:last-child{
	font-weight: bold;
	padding: 8px 20px;
}

#order-num table.list{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 7px;
}

#order-num table.list tbody td{
	padding: 6px 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-radius: 1px;
}

#order-num table.list tbody tr{
	transition: all 0.3s ease;
}

#order-num table.list tbody td:first-child{
	background: url('/images/mark1.svg') no-repeat 10px 10px;
	background-size: 16px;
	padding-left: 36px;
}

#order-num table.list tbody td div.code{
	margin: 12px 0 0 0;
	font-size: 0.75em;
	color: #555;
	position: absolute;
	bottom: 10px;
}
#order-num table.list tbody td div.code span{
	font-weight: bold;
}

#order-num table.list tbody td div.inform_line{
	font-size: 0.8em;
	font-weight: bold;
	font-family: Tahoma;
	padding-left: 38px;
	min-height: 28px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

#order-num table.list tbody td div.noupload{
	background: url("/images/ic_progress.png") no-repeat;
	background-size: 32px;
	color: #c36c36;
}

#order-num table.list tbody td div.complectation{
	background: url("/images/doc_compl.png") no-repeat;
	background-size: 32px;
	color: #c36c36;
}

#order-num table.list tbody td div.document_sell{
	color: #0d85c8;
	background: url("/images/sell_dc.png") no-repeat;
	background-size: 32px;
}

#order-num table.list tbody td div.caption{
	font-size: 1.2em;
	padding-bottom: 30px;
}

#order-num table.list tbody td:nth-child(3){
	position: relative;
}
#order-num table.list tbody td:nth-child(5) > span,
#order-num table.list tbody td:nth-child(6) > span{
	font-family: "PFCentroSansProMedium";
}

#order-num table.list tbody td:nth-child(4),
#order-num table.list tbody td:nth-child(5),
#order-num table.list tbody td:nth-child(6){
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

#order-num table.list tbody tr:nth-child(1n) {background: #fbfbfb;}
#order-num table.list tbody tr:nth-child(2n) {background: #f5f5f5;}

#order-num table.list tbody tr:hover{
	background-color: rgba(39, 220, 112, 0.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

#order-num table.list tbody td div.img{
	border: 1px solid #ccc;
	background-color: white;
	padding: 2px;
	width: 150px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#order-num table.list tbody td div.img img{
	max-width: 100%;
	height: auto;
}

#order-num table.list thead{
	font-size: 1.2em;
	background: #f6f6f6;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

#order-num table.list thead td{
	padding: 8px 10px;
}

#order-num table.list thead tr{
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
}

#order-num table.list td.discont{
	color: #971122;
}


#order-num .total {
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	margin: 10px 10px;
}
#order-num .total span{
	font-family: "PFCentroSansProMedium";	
}

.orders_filter_base{
	margin: 20px 10px;
}

.orders_filter_base > div{
	float: left;
}

.orders_filter_base a{
	float: left;
	margin: 4px 5px;
	padding: 1px 4px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 0.95em;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	transition: all 0.3s ease;
	cursor: pointer;
}

.orders_filter_base a.select{
	background: #506CAB;
	color: #fff;
}

.orders_filter_base h5{
	float: left;
	margin: 6px 5px;
	font-size: 0.95em;
}


#comment-dialog{
	position: fixed;
	background: #fefefe;
	left: 50%;
	top: 50%;
	max-width: 600px;
	z-index: 3500;
	transform: translateX(-50%) translateY(-50%);
	width: 60%;
	padding: 10px 18px;
	border: 1px solid #999;
	border-radius: 6px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	min-width: 200px;
}

#comment-dialog h5{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#comment-dialog textarea{
	width: 100%;
	height: 125px;
	border: 1px solid #ccc;
	padding: 2px 10px;
	box-sizing: border-box;
}

#comment-dialog .inf{
	margin: 12px 0 5px 0;
}

#comment-dialog input[type='button'] {
	margin: 3px 10px;
    border-radius: 3px;
    box-shadow: 0px 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0px -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgb(153, 153, 153);
    background: linear-gradient(to bottom, #f8d71a 0%,#d8c036 100%);
    border: solid 1px #787878;
    cursor: pointer;
    width: 120px;
    height: 38px;
    position: relative;
    bottom: 2px;
    transition: all 0.3s ease;
    opacity: 0.8;
    padding: 10px;
    font-weight: bold;
}
#comment-dialog input[type='button']:hover{
    opacity: 1;
}

#comment-dialog .bt-container{
	text-align: center;
	margin: 20px 0px 6px;
}

#comment-dialog .loader_base{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 100;
	opacity: 0.6;	
}

#comment-dialog .loader_base h5{
	color: white;
	font-size: 2em;
	margin: 20px;
	text-shadow: 0 0 1px rgb(0,0,0);	
	text-align: center;
}

.loader_blank_base{
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.loader_blank_base h5{
	font-size: 2em;
	font-weight: bold;
	color: white;
	margin-bottom: 100px;
	text-shadow: 0 0 1px rgb(0,0,0);	
	text-align: center;
}

.loader_blank_base .corner{
	position: relative;
}

.prof_cont{
	margin: 10px 30px;
	font-size: 1.2em;
}

.prof_cont h3{
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 10px;	
}

.prof_cont .line{
	margin-bottom: 12px;	
}

.prof_cont .line p:first-child{
	color: #797979;
	font-size: 0.90em;	
}

.prof_cont .line p:last-child{
	margin-left: 8px;
	font-weight: bold;
	padding-top: 2px;
}


.content .cards_container{
	margin: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.content .card_base{
	width: 410px;
	height: 270px;
	position: relative;
}

.content .bank_sb{
	background: url('/images/sb_card.png') no-repeat;
	background-size: 100%;
}

.content .bank_vtb{
	background: url('/images/vtb_card.png') no-repeat;
	background-size: 100%;
}
.content .bank_tin{
	background: url('/images/tinkooffcard.png') no-repeat;
	background-size: 100%;
}


.content .card_base .card_number{
	font-size: 26px;
	margin-top: 41.5%;
	height: 12%;
	white-space: nowrap;
	margin-left: 5%;
}

.content .card_base .fio{
	font-size: 21px;
	margin-top: 2%;
	height: 12%;
	white-space: nowrap;
	margin-left: 5%;
}

.content .card_base .card_number span{
	display: inline-block;
	width: 6pt;
}

.content .my_order_is_pay{
	display: block;
	width: auto !important;
	margin: 22px 20px;
	padding: 16px !important;
	height: auto !important;
}

.content .total_pay_inf{
	font-size: 1.26em;
	border: 1px solid #00000045;
	line-height: 2em;
	padding: 6px 18px;
	border-radius: 3px;
	background: #ededed;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);	
}

.pay_body_data{
	margin: 26px 0;
	text-align: center;	
}

.pay_body_data a.button{
	color: #000;
	padding: 16px !important;
}


@media screen and (max-width: 1420px) {
	#order-num table.list tr td:nth-child(1){
		display: none;
	}
	#order-num table.list{
		font-size: 0.85em;
	}
}

@media screen and (max-width: 1070px) {
	#order-num table.list tr td:nth-child(2){
		display: none;
	}

}

@media screen and (max-width: 890px) {
	#order-num .order-head .img{
		display: none;
	}
	#order-num .order-head .body h5{
		font-size: 1.2em;
	}
	#order-num .order-head table{
		font-size: 0.85em;
	}
	#order-num .order-head .body table img{
		display: none;
	}
	#order-num table.list tbody td {
	    padding: 6px 6px;
	}
	#order-num table.list thead{
		font-size: 0.9em;
	}
	#order-num table.list{
		font-size: 0.75em;
	}
	#order-num table.list tr td:nth-child(2),
	#order-num table.list tr td:nth-child(5),
	#order-num table.list tr td:nth-child(1){
		display: none;
	}
	#order-num, #order-list {
		padding: 10px 2px;
	}
}
/*
@media screen and (max-width: 840px) {
	.content .card_base .card_number{
		font-size: 
	}
} */

@media screen and (min-width: 680px) and (max-width: 870px){
	#order-list .order_item{
		background: none;
		padding: 10px 6px 10px 6px;
	}
	#order-list .finish::before{
		display: none;
	}
	#order-list .order_item .base_item{
		font-size: 0.85em;
	}
	#order-list .order_item .delivery table td:nth-child(2){
		display: none;
	}
	#order-list .order_item .delivery table td:nth-child(3){
		padding-top: 3px;
	}
	#order-list .order_item .delivery table tr{
		display: flex;
		flex-direction: column;		
	}
	.content .card_base .card_number{
		font-size: 20px;
	}
	.content .card_base .fio{
		font-size: 16px;
	}
}

@media screen and (max-width: 550px) {
	#order-list .order_item{
		background: none;
		padding: 10px 6px 10px 6px;
	}
	#order-list .finish::before{
		display: none;
	}
	#order-list .order_item .base_item{
		font-size: 0.85em;
	}
	#order-list .order_item .delivery table td:nth-child(2){
		display: none;
	}
	#order-list .order_item .delivery table td:nth-child(3){
		padding-top: 3px;
	}
	#order-list .order_item .delivery table tr{
		display: flex;
		flex-direction: column;		
	}
}