@font-face {
  font-family: Nobel-Book;
  src: url('../fonts/Nobel Book.otf');
}

select
 {
  color: #555;
}
a:link
{
    color:#FFFFFF;
}

a:visited
{
    color:#FFFFFF;
}

a:hover 
{
    color:#FFFFFF;
}
body {
  margin: 0;
  background-color: #87ceeb;
  font-family: Nobel-Book,Arial, Helvetica, sans-serif;
  color: white;
  background-image: url('../img/logo.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-size: 100% 100%;
}

#form {
    left      : 50%;
    top       : 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background-color: rgba(255, 255, 255, 0.2);
	padding: 10px 15px;
	margin: 0 auto 10px auto;
	text-align: center;
    position  : absolute;
	border-radius: 3px;
    transform : translate(-50%, -50%);
}

div.right {
  text-align: right;
} 

h00 {
  font-size: 20px;
  font-family: Nobel-Book;
  text-align: center;
}
h005 {
  font-size: 10px;
  padding: 15px 15px 35px 15px;
  text-align: center;
}
h005nopad {
  font-size: 10px;
  text-align: center;
}
h005nopadright {
  font-size: 10px;
  text-align: right;
}
h0 {
  font-size: 20px;
  padding: 15px 15px 35px 15px;
  text-align: center;
}

h1 {
  font-size: 30px;
  padding: 15px 15px 35px 15px;
  text-align: center;
}

h2 {
  font-size: 35px;
  padding: 15px 15px 35px 15px;
  text-align: center;
}

h1X { font-family: Nobel-Book;font-size: 1.5em; margin: .6em 0; }

div.form-text {
	display: inline-block;
	padding: auto;
	font-size: 18px;
	border-radius: 1px;
	font-family: Nobel-Book,'Roboto', sans-serif;
	text-align: left;
}
div.form-text2 {
	display: block;
	font-size: 18px;
	border-radius: 1px;
	font-family: Nobel-Book,'Roboto', sans-serif;
	text-align: left;
}
.validateTips { border: 1px solid transparent; padding: 0.3em; }

.form-text {
	display: inline-block;
	padding: auto;
	font-size: 18px;
	border-radius: 1px;
	font-family: Nobel-Book,'Roboto', sans-serif;
	text-align: left;
}
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: 'Roboto', sans-serif;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
  font-size: 0.5em;
}
.form-control:-ms-input-placeholder {
  color: #999999;
  font-size: 0.5em;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.5em;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

select
 {
	padding: 10px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 18px;
	box-sizing: border-box;	
	color: #222;
	font-family: 'Roboto', sans-serif;
}
textarea {
	display: inline-block;
	margin: 8px 0;
	padding: 10px 10px;
	border-radius: 3px;
	font-size: 18px;
	box-sizing: border-box;
}

textarea::placeholder {font-family: Arial; color: #333;font-size: 13px;}

input[type=text], input[type=password], input[type=number], input[type=tel], input[type=date] {
  padding: 10px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 18px;
  box-sizing: border-box;
}

input[type="text"][disabled]{
	color: black;
	background: white;
	
}
input[type="date"][disabled]{
	color: black;
	background: white;
	
}
input[type=button] {
	display: inline-block;
  background-color: #04AA6D;
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: auto;
}
input[type=button]:hover {
	color: black;
	background-color: #f5f7f9;
}
input[type=button]:disabled {
	color: black;
	background-color: #dddddd;
}  
textarea[disabled]{
	color: white;
}

button {
	display: inline-block;
  background-color: #04AA6D;
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: auto;
}

button:disabled {
	color: black;
	background-color: #dddddd;
}

form button:hover {
	color: black;
	background-color: #f5f7f9;
}

form button:disabled {
	color: black;
	background-color: #dddddd;
}

.rightAlignText
{
   text-align:right;
   cursor: text;
}
.popup {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
	visibility: hidden;
    left      : 50%;
    top       : 50%;	
	width: 160px;
	background-color: red;
	color: white;
	text-align: center;
	padding: 10px 45px;
	margin: 0 auto 10px auto;
	border-radius: 6px;
	position: absolute;
	transform : translate(-50%, -50%);
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
	
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
  text-align: center;
}

.modal-body {padding: 2px 16px; color: black;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
