.tall_shipment_document {
	width: 100%;
	position: relative;
}

.tall_shipment_document:after {
	content: "";
	display: block;
	padding-top: 150%;
	/*padding-top: 125%;*/
	/*padding-top: 660px;*/
}

.tall_shipment_document_inner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgb(0, 162, 232);
	/*padding-top: 7.5%;*/
	word-wrap: break-word;
	border-style: solid;
	border-width: medium;
}

.shipment_document_image {
	border-width: 1px;
	border-style: solid;
	margin-bottom: 3%;
	width: 85%;
	/*max-width: 85%;*/
	max-height: 80%
}

.shipment_document_legend_table {
	width: 100%;
}

.shipment_document_legend_table td {
	width: 10%;
	font-weight: bold;
}

#shipment_doc_new {
	background: #ffffff;
}
#shipment_doc_bill_of_lading {
	background: #d8efff;
}
#shipment_doc_invoice {
	background: #ffd8da;
}
#shipment_doc_corrected_invoice {
	background: #ffe2d8;
}
#shipment_doc_invoice_summary {
	background: #fff3d8;
}
#shipment_doc_proof_of_delivery {
	background: #f3d8ff;
}
#shipment_doc_claims {
	background: #d8ffef;
}
#shipment_doc_dispute_form {
	background: #d8ffef;
}
#shipment_doc_other {
	background: #e5e5e5;
}

.shipment_doc_little_button {
	padding-right: 0px;
}

#new {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

.shipment_doc_checkbox {
	float:      right;
	margin-top: 1px;
}

.shipment_doc_checkbox_large {
	float:             right;
	transform:         scale(1.5) !important;
	-webkit-transform: scale(1.5) !important;
	margin-top:        5px !important;
	margin-right:      4px !important;
}