/**
 * This Software is property of nexum AG is protected by
 * copyright law - it is NOT Freeware.
 * Any unauthorized use of this software without a valid license agreement
 * will be prosecuted by civil and criminal law.
 *
 * @link        https://www.nexum.de
 * @projectlink	https://www.nexum.de
 * @authors     Mario Krell <mario.krell@nexum.de>
 * @copyright   (C) nexum AG
 * @module      nexum's pdfoffer module
 * @version     09.10.2019 1.0.0
 */

#pdfOfferModal .close {
	position: absolute;
	right: 0;
	top: 0px;
	padding: 9px;
}

#pdfOfferModal .hint {
	color: red;
}

#pdfOfferModal .btn.btn-danger {
	margin-bottom: 15px;
}

@media (min-width: 991px) {
	#pdfOfferModal .modal-dialog {
		margin-top: 100px;
	}
}