.modal-content .modal-header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-content .modal-footer {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.modal-content .modal-muted {
	background-color: #EFEFEF;
	background: linear-gradient(to bottom, #ededed 0%,#f5f5f5 16%);
	color: #333;
	border-top: 1px solid #dedede;
}

.modal-content .modal-primary {
	background-color: #1976D2;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.modal-content .modal-success {
	background-color: #4CAF50;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.modal-content .modal-info {
	background-color: #29B6F6;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.modal-content .modal-warning {
	background-color: #FFB300;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.modal-content .modal-danger {
	background-color: #D32F2F;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.modal-content .modal-footer-inbody {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -15px;
	margin-top: 15px;
}
