/**
 *  Modal Styling
 */

.modal-header {
	position: relative;
	padding: 24px 24px 0;
	border-bottom: none;
}
.modal-header .modal-close {
	line-height: 16px;
}
.modal-header .modal-close:hover {
	text-decoration: none;
}
.modal-body {
	padding: 20px 24px 20px;
}
.modal-footer {
	padding: 8px;
}
.modal-footer.divider {
	border-top: 1px solid #eee;
}

/* CAG Modal Styling */
.error-msg {
	margin-bottom: 10px;
	font-weight: 600;
}

.form-group.no-spacer {
	margin-bottom: 0;
}

.attached-docs {
	margin-top: -6px;
}

@media (max-width: 991px) {
    .modal-xl {
        top: 0px;
    }
}

@media (max-width: 1199px) {
    .modal-xl {
        position: relative;
        width: auto;
        margin: 10px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1200px;
    }
}
