* {
  box-sizing: border-box;
}
body {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px;
  background-color: #001a33;
}
h2 {
  color: white;
}
#reshead {
  color: white;
  font-size: 25px;
}
#srchagain {
  color: white;
  padding: 10px;
  margin: 20px;
  font-size: 18px;
  display: block;
  text-align: right;
  cursor: pointer;
}
.alert-danger {
  cursor: pointer;
}
input[type="text"],
input[type="number"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type="submit"] {
  padding: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  max-width: 200px;
  margin: 10px;
}
.conty {
  background-color: #d9e6f2;
  margin-bottom: 10px;
}
.alls {
  max-width: 1000px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 600px) {
  input[type="submit"] {
    width: 100%;
  }
}

.res {
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  background-color: #fffdb5;
  border-radius: 10px;
}

.slider {
  overflow-y: hidden;
  max-height: 1200px; /* approximate max height */

  transition-property: all;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slider.closed {
  max-height: 0px;
  opacity: 0;
}
.hide {
  display: none;
}
.nextbutt {
  float: right;
  margin-bottom: 20px;
}
.backbutt {
  float: left;
  margin-bottom: 20px;
}

/* spinner css from https://projects.lukehaas.me/css-loaders/ */

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  z-index: 2;
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
#loadmsg {
  color: white;
  text-align: center;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

p {
  text-align: justify;
}

.bott {
  height: 50px;
  text-align: center;
  color: white;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 10px;
}
.toppy {
  background-color: #32475b;
}
.toppy span {
  cursor: pointer;
  color: white;
}
.toppy .navbar-brand {
  cursor: pointer;
  color: white;
}
#about {
  color: white;
  cursor: pointer;
}
#about_info {
  color: white;
}
#logo {
  color: white;
  cursor: pointer;
}

.navbar a:link {
  text-decoration: none;
}

.navbar a:visited {
  text-decoration: none;
}

.navbar a:hover {
  text-decoration: none;
}

.navbar a:active {
  text-decoration: none;
}
