

/* For location include file */

input.textbox2 {
		width: 600px;
}

/* end location include file */
.floating-text {
	word-wrap: break-word;
	width: 320px;
	margin-bottom: 0px;
}

.floating-text2 {
	background-color: purple;
	word-wrap: break-word;
	width: 400px;
	height: 80px;
	margin-bottom: 0px;
	margin-top: 0px;
}


#icon {
	margin-top: -24px;
	float: right;
	margin-right: 10px;
	height: 87px;
	margin-left: -9px;
}
.closepop {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	margin-bottom: -100px;
}

.closepop:hover, 
.closepop:focus {
    color: #ea5d5d;
    text-decoration: none;
    cursor: pointer;
}

.fa-info-circle {
	font-size: 14pt;
	color: #2a3b56;
} 

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    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 {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 65%;
	color: #000;
	font-weight: 700px;
	font-family:  "Verdana", sans-serif;
	
}

/* Portrait */ 
 @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1200px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .modal-content {
		 height: 40%
	  }
  }

.modal-content p {
	float: right; 
	
}