/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
  font-size: 20px;
  background-color: #7ebf41;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  /* line-height: 60px; Vertically center the text there */
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
input {
  margin: 10px;
}

select {
  margin: 10px;
}

input:focus {
  border: 2px solid #337ab7;
  box-shadow: none;
}

.navbar {
  padding-bottom: 15px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 5px;

}

button, .btn{
  margin: 10px;
}

th {
  text-align: center;
}

.flashMessage {
  display: none;
}

#aircraft, #pilots, #outbound, #stops, #inbound, #out_pay, #in_pay,
 #start {
  width: 200px;
  height: 55px;
  font-size: 20px;
  background-color: white;
  color: black;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.2s ease-in-out;
}

#username, #password, #email {
  width: 300px;
  height: 55px;
  font-size: 20px;
  background-color: white;
  color: black;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.2s ease-in-out;
}

#fecha, #custom {
  width: 200px;
  height: 55px;
  font-size: 20px;
  background-color: white;
  color: black;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.2s ease-in-out;
}

#tailSelect, #weightInput, #modelInput {
  width: 100%;
  height: 55px;
  font-size: 20px;
  background-color: white;
  color: black;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.2s ease-in-out;
}

#tail, #weight, #model, #new_weight, #new_model {
  width: 200px;
  height: 55px;
  font-size: 20px;
  background-color: white;
  color: black;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.2s ease-in-out;
}

#contact_name, #contact_email {
  width: 100%;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
}

#contact_text {
  width: 100%;
  height: 110px;
  margin: 10px;
  margin-right: auto;
  margin-left: auto;
}

#contact_text:focus {
  border: 2px solid #337ab7;
  box-shadow: none;
}

.closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 17px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: red;
}

.rememberMe {
font-family: sans-serif;
font-size: 15px;
}

.modal-content {
  background-color: #337ab7
}

.footer {
  font-size: 15px;
  color: black;
  background-color: #007589;
}

.footer a:visited{
    color: white;
}
.footer a:link{
    color: white;
}

