.modal {
	text-align: center;
	z-index: 1200;
}

.modal-backdrop {
	z-index: 9998;
}

.modal-dialog {
	z-index: 99999;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-body {
	max-height: 350px;
	overflow-y: auto;
}
.modal-body p {
	font-size: 16px;
	padding-bottom: 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
}

.modal-footer .btn {
	color: #373578;
	border-color: #373578;
	margin-left: 5px;
	padding: 5px 5px;
	float: right;
}

.modal-footer .btn.disabled {
	color: #d4d4ec;
	border-color: #d4d4ec;
	
}

.modal-footer .btn:hover {
	background-color: #FFF;
}
.modal-footer label {
	font-size: 16px;
	color: #666;
}

@media (min-width:320px) { 
	/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
	.modal-dialog {
		width: 95%;
	}
}

@media (min-width:600px) { 
	/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
	.modal-dialog {
		width: 90%;
	}


@media (min-width:1401px) { 
	/* hi-res laptops and desktops */ 
	.modal-dialog {
		width: 65%;
	}

}