
		#promise_modal_map .modal-content{
			height: 100%;
		}
		#promise_modal_map .modal-header{
			position: relative;
			z-index: 2;
			background: none;
			color:white;
		}
		#promise_modal_map .btn-head{
			background: inherit;
			color:white;
		}
		#promise_modal_map .dropdown-menu{
			background: none;
			color:white;
		}
		#promise_modal_map .modal-body{
			padding: 0px;
			position: absolute;
			z-index: 1;
			top: 0;
			width: 100%;
			height: 100%;
		}
		#promise_modal_map .modal-footer{
			z-index: 2;
			background: none;
			color:white;
		}
		#promise_modal_map #default_map_div{
			width: 100%;
			height: 100%;
		}
		.leaflet-popup-tip-container{
			display: none;
		}
		#default_map_div_popup{
			position: absolute;
			z-index: 99999;
			top: 0;
			width: 35%;
			height: 100%;
			display: none;
			
			background: #E5E8E9;
			color: #003865;
			
			padding: 25px;
			padding-bottom: 100px;
			overflow: auto;
		}
		#default_map_div_popup img{
      max-height: 100px;
    }
		
		@media (max-width: 768px) {
			#default_map_div_popup{
				height: auto;
				max-height: 50%;
				width: 100%;
				padding: 10px;
				font-size: 12px;
			}
			#default_map_div_popup h3{
				font-size: 14px;
				margin: 0px;
			}
			#default_map_div_popup img{
				width: 50%;
				float: left;
				margin-right: 5px;
				margin-bottom: 5px;
			}
		}