.text-email {
	font-size: 120%;
	  font-weight: 600;
	  line-height: 1.0;
	  margin-top: 5px;
	  text-align: center;
	  color: #0f2e45;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  padding: 7px 7px;
  background-color:  #0b6e8c;
  color: white;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  font-size: 130%;
  letter-spacing: 1px;
}

input[type=submit]:hover {
  background-color: #4995c5;
}


 progress[value] {
  --color: #04AA6D; /* Green */
  --background: grey; /* the background color */
  max-width: 100%;
  margin: 0 0 0 0;
}
 progress[value]::-webkit-progress-bar {
  background: var(--background);
}
 progress[value]::-webkit-progress-value {
  background: var(--color);
}
 progress[value]::-moz-progress-bar {
  border-radius: 3px;
  background: var(--color);
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 300; /* Sit on top */
  padding: 10px 0 5px 0; /* Location of the box */
  right: 0;
  top: 0;
  width: 100%;
  height:600px;
  overflow-y: scroll;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.13);
}
.modal_2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 300; /* Sit on top */
  padding: 10px 0 5px 0; /* Location of the box */
  right: 0;
  top: 0;
  width: 100%;
  height:600px;
  overflow-y: scroll;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.13);
}
/* Modal Content */
.modal-content {
  margin: auto;
  border: 1px solid #888;
   
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
   
  max-width: 600px;
}

/* The Close Button */
.modal-banner {
  background-image: url('../image/box-bar-1.png'); 
  color: #eee;
  width: 100%;
  padding: 5px 0px 12px 10px;
}
.banner-top-modal {
 position: relative;
 height: 40px;
 background-image: linear-gradient(#114675, #8499A8); 	
 width: 100%; 
}
.topleft-nav-modal {
  position: absolute;
  top: 10px;
  left:16px;  
  color:red;  
}
 
.center-nav-modal {
  position: absolute;
  top: 9px;
  width: 100%;
  text-align: center;	   	   
}
.topright-nav-modal {
  position: absolute;
  top: 5px;
  right: 16px; 
}

.close {
  float: right;
  margin-top: -47px;
  margin-right: 10px;
}


.close:hover, .close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
.close-button {
  color: #fafbfd;
  font-weight: 600;
  font-size: 40px;
  height: 24px;
  width: 24px;
}

.btn-up {
 background-image: url('../images/up.png'); 
 width: 34px;
 height: 34px;
}
.btn-down {
 background-image: url('../images/down.png'); 
 width: 34px;
 height: 34px; 
}
.btn-left {
 background-image: url('../images/left.png'); 
 width: 34px;
 height: 34px; 
}
.btn-right {
 background-image: url('../images/right.png'); 
 width: 34px;
 height: 34px; 
}
 