#documentListBody .document-container,
#documentBody.document-container,
#documentBodySecond.document-container {
	margin: 60px auto;
	padding: 30px 40px;
	max-width: 1200px;
	width: 100%;
	color: #000;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#documentListBody .document-container .title,
#documentBody.document-container .title,
#documentBodySecond.document-container .title{
	color: #083859;
	font-size: 34px;
	margin-bottom: 50px;
}
.logo-right{
	margin-bottom: 20px;
}
.header-brd .row{
	border-top: 1px dotted #333;
	padding: 10px 0;
	margin: 0;
}
.header-brd > .row > div{
	padding: 0 5px;
}
.doc-info{
	padding: 0 5px;
	margin-top: 10px;
}
.doc-info .info h3{
	padding: 0 0 5px 0;
	color: #002060;
	font-size: 18px;
}
#documentListBody .document-container .message-text,
#documentBody.document-container .message-text,
#documentBodySecond.document-container .message-text {
	line-height: 1.6;
}
.shippingsReturn label.text-right,
.shippingsDeparture label.text-right{
	display: block;
}
.shippingsDeparture .mb-line,
.shippingsReturn .mb-line{
	margin-bottom: 10px;
}
.min-title center{
	display: block;
  margin-top: 15px;
	font-size: 16px;
}
.bt-text-center center{
	font-size: 15px;
}
.bt-text-center{
	margin-top: 30px;
}
.mb-title{margin-bottom: 8px;}

.author_signature {
  max-width: 300px;
  max-height: 100px;
}

#custom-cb-list .label-h5 {
  color: #222;
  font-size: 19px;
  width: 100%;
  line-height: 38px;
}

#custom-cb-list input[type=checkbox] {
  margin: 11px 0 0 -20px;
}

#custom-cb-list .checkbox {
  margin: 0;
}

#documentListBody .documents-container {
  display: none;
}

.save-doc-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
}
@media print{
	.save-doc-btn {
		display: none;
	}
}

.show-doc-btn {
	position: absolute;
	top: 50px;
	right: 10px;
	width: 150px;
}
@media print{
	.show-doc-btn {
		display: none;
	}
}

@media print {
	body {
		transform: scale(1);
		transform-origin: top left;
		width: 100%; /* Установите ширину страницы */
		height: auto; /* Установите высоту страницы */
	}
}
