h1 {
  color: #00a59e;
  font-family: "Roboto", "Calibri", sans-serif;
  font-weight: bold;
  font-size: 24px;
}

h2 {
  color: #00a59e;
  font-family: "Roboto", "Calibri", sans-serif;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #00a59e;
}

h5, #registeredHotels {
  color: #000000
}

h2#govtIdNotice {
  border-bottom: none;
}

form {
  padding: 0px;
  margin: 0px;
}

#content a.landingLinks {
  background: #00a59e;
  border-radius: 3px;
  border: none;
  box-shadow: 5px 5px 3px #919d9d;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-decoration: none;
  font-size: 24px;
  margin: 20px 0px;
  max-height: 140px;
}
#content a.landingLinks:hover {
  background: #00afa8;
  box-shadow: 5px 5px 3px #919d9d;
  transform: translateY(-3px);
  transition: all 0.1s ease-out;
}
#content a.landingLinks:active {
  background: #00afa8;
  box-shadow: 3px 3px 3px #919d9d;
  transform: translateY(1px);
  transition: all 0.1s ease-in;
}
#content a.landingLinks span.smaller {
  font-size: 0.6em;
}

#content div.govt{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

button,
input[type=submit] {
  background: #00a59e;
  border-radius: 3px;
  border: none;
  box-shadow: 5px 5px 3px #919d9d;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 10px 20px;
  margin: 10px 0px;
}
button:hover,
input[type=submit]:hover {
  background: #00afa8;
  box-shadow: 5px 5px 3px #919d9d;
  transform: translateY(-3px);
  transition: all 0.1s ease-out;
}
button:active,
input[type=submit]:active {
  background: #00afa8;
  box-shadow: 3px 3px 3px #919d9d;
  transform: translateY(1px);
  transition: all 0.1s ease-in;
}

#logoutForm {
  display: flex;
  justify-content: flex-end;
}

.nav-item a {
  background-color: #00a59e;
  color: #ffffff;
  text-decoration: none;
}
.nav-item a:hover {
  background-color: #00bfb6;
  color: #ffffff;
}

a {
  color: #00a59e;
  text-decoration: underline;
}
a:hover {
  color: #00bfb6;
}

#errorMsg {
  display: none;
  color: #cc0000;
  font-style: italic;
  padding-bottom: 20px;
}

.form-error {
  color: #cc0000;
  font-style: italic;
  padding-bottom: 20px;
}

/* admin pagination */
.pager span.current {
  border: red;
  border-radius: 5px;
  font-weight: bold;
  color: red;
}

.dataError {
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}

.searchBox {
  width: 300px;
  margin: 0 auto;
}

.searchBox .search {
  width: 100%;
  height: 30px;
}

.showing {
  width: 100%;
  text-align: center;
  padding-top: 5px;
  font-size: 12px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.pager span {
  /*border-radius: 5px;
  border: #a6a6a8 1px solid;
  padding: 5px 14px;
  margin: 0 3px;*/
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  color: #4158c1;
  text-decoration: underline;
}

.pager span:hover {
  /*background-color: #ddd; */
  color: rgba(65, 88, 193, 0.85);
  text-decoration: underline;
}

.pager span.current:hover {
  background-color: #fff;
  cursor: default;
}

.pager {
  padding-left: 0;
  margin: 15px 0;
  text-align: center;
  list-style: none;
}

#pageContent div.row:nth-child(odd) {
  background: #f5f5f5;
}

#pageContent div.row {
  padding: 9px 10px;
  border: 1px solid #dddddd;
  line-height: 1.25em;
}

#memberInfoDump {
  display: none;
}

#cventSubmit {
  display: none;
}

#loaderWrap {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40001;
}
#loaderWrap .loaderOverlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40001;
}
#loaderWrap .vertical-offset {
  z-index: 40002;
}
#loaderWrap .vertical-offset .loaderBox {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
#loaderWrap .vertical-offset .loaderBox .loader {
  margin: auto;
  border: 20px solid #00a59e;
  border-radius: 50%;
  border-top: 20px solid #eaf0f6;
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#modalWrap {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40001;
}
#modalWrap .modalOverlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40001;
}
#modalWrap .vertical-offset {
  z-index: 40002;
}
#modalWrap .vertical-offset .modal {
  max-width: 550px;
  position: relative;
  margin: 0 auto;
  background-color: white;
  padding: 20px 20px 0 20px;
  border: 1px solid black;
}
#modalWrap .vertical-offset .modal ul {
  list-style-position: inside;
}
#modalWrap #closeModal {
  position: absolute;
  top: -12px; /* Half the icon's height */
  right: -12px; /* half the icon's width */
  z-index: 50;
}