/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	top: 15%;
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 450px;
	max-width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*animation-name: animatetop;
	animation-duration: 0.4s*/
}

/* The Close Button */
.modal-header #musilda-modal-close {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #aaa;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
}

.modal-header #musilda-modal-close:hover,
.modal-header #musilda-modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* Modal Header */
.modal-header {
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 15px;
	color: inherit;
}

.modal-header h3 {
	font-size: 22px!important;
	margin: 0!important;
}

/* Modal Body */
.modal-body {
	padding: 15px;
}

.modal-body > form {
	margin: 15px!important;
}

.modal-body p {
	margin: 0;
}

/* Modal Footer */
.modal-footer {
	padding: 2px 16px;
	color: inherit;
}

/* Add Animation */
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}
