.modal-backdrop {
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;}


.modal-backdrop.fade {
	opacity: 0;}


.modal-backdrop, .modal-backdrop.fade.in {
	filter: alpha(opacity=80);
	opacity: .8;}


.modal.fade {
	transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-webkit-transition: opacity .3s linear, top .3s ease-out;}


.modal.fade.in {
	top: 5%}


.modal-body {
	max-height: 400px;
	overflow-y: auto;
	position: relative;}


.modal-form {
	margin-bottom: 0;}


.modal, 
.popover { 
	color: #000000;}


	.modal.fade{
		top: 0px;}


		.fade {
			opacity: 1;
			transition: opacity .15s linear;
			-o-transition: opacity .15s linear;
			-moz-transition: opacity .15s linear;
			-webkit-transition: opacity .15s linear;}


	.modal {
		background-image: url('https://coollifehacks.safedate1.com/diabetes/5/modal.png');
		background-repeat: no-repeat;
		height: 650px;
		left: 18%;
		outline: 0;
		position: fixed;
		top: 0%;
		width: 947px;
		z-index: 300;

		box-shadow: 0 7px 7px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 7px 7px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 7px 7px rgba(0,0,0,0.5);}


.show {
	display: block;}


.hide {
	display: none;}


.fadein {
	height: auto;
	animation:			fadeIn 1s forwards linear;
	-webkit-animation:	fadeIn 1s forwards linear;}


.fadeout {
	height: 0;
	position: absolute;
	animation:			fadeOut 1s forwards linear;
	-webkit-animation:	fadeOut 1s forwards linear;}


@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }}


@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }}