
body {
  margin-top: 5rem;
  background: url('https://turistaterkepek.hu/back_public.jpg') center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

/* NAVBAR */
#title {
  margin-left: 20px;
  color: #FBFBFB;
}

@media screen and (max-width: 500px) {
  #title {
    font-size: 15px;
  }
}

.navbar-nav {
  margin-left: 10%;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0 0.5em;
}

.navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
  border-right: 2px solid #9FA6B2;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin-top: 8px;
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

#utjelzovezeto {
  font-size: 12px;
}
/* CARDS */
.card {
  align-content: center;
  position: absolute;
  margin-top: 350px;
  margin-bottom: 350px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.2) !important;
}

@media screen and (max-width: 1000px) {
  .card {
    width: 70%;
  }
}

@media screen and (max-width: 500px) {
  .card {
    width: 95%;
  }
}

.card-map {
  align-content: center;
  position: absolute;
  margin-top: 470px;
  left: 50%;
  width: 95%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.2) !important;
}

/* DIVS */
#viewDiv {
  background-color: rgba(255,255,255,0.13);
  border-radius: 10px;
  backdrop-filter: blur(3px);
  border: 2px solid rgba(255,255,255,0.1);
  box-shadow: 0 0 40px rgba(8,7,16,0.6);
  width: 100%;
  height: 600px;
  padding: 20px 20px;
}

#tableDiv {
  width: 100%;
  height: 300px;
  padding: 20px 20px;
}

#admintable {
  width: 100%;
  padding: 20px 20px;
}

.container {
  height: 400px;
  width: 100%;
}

/* FORMS */

label {
  margin-top: 10px;
}

form {
  background-color: rgba(255,255,255,0.13);
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.1);
  box-shadow: 0 0 40px rgba(8,7,16,0.6);
  padding: 30px 30px;
}

form * {
  font-family: 'Poppins',sans-serif;
  letter-spacing: 0px;
}

form h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}

form h5 {
  margin-bottom: 50px;
}

.form-control {
  font-size: 15px;
}

.label {
  font-size: 15px;
}

input {
  display: block;
  height: 50px;
  width: 100%;
  background-color: rgba(255,255,255,0.07);
  border-radius: 3px;
  font-size: 15px;
  font-weight: 300;
}

#query-form {
  padding: 10px 10px;
}

#admin {
  width: 20%;
}

@media screen and (max-width: 1000px) {
  #admin {
    width: 40%;
    }
}

@media screen and (max-width: 500px) {
  #admin {
    width: 100%;
    }
}

#admin_type {
  height: 50px;
}

#name {
  height: 30px;
}

#section_id {
  height: 50px;
}

.long-text-input {
  height: 200px;
  width: 100%;
}

/* BUTTONS */
.btns {
  margin-top: 50px;
  margin-bottom: 5px;
  display: inherit;
  background-color: rgba(191,108,15,0.3);
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

#closeButton {
  background-color: #FA370E;
  color: white;
  font-weight: bold;
  font-family: 'Poppins',sans-serif;
}

#closeButton:hover {
  background-color: #C6C6C6;
  color: black;
}

#gpx {
  background-color: #343a40;
  color: white;
  font-weight: bold;
  font-family: 'Poppins',sans-serif;
}

#gpx:hover {
  background-color: #C6C6C6;
 color: black;
}

#attach {
  background-color: #343a40;
  color: white;
  font-weight: bold;
  font-family: 'Poppins',sans-serif;
}

#attach:hover {
 background-color: #C6C6C6;
 color: black;
}

#commentButton {
  background-color: #343a40;
  color: white;
  font-weight: bold;
  font-family: 'Poppins',sans-serif;
}

#commentButton:hover {
  background-color: #C6C6C6;
  color: black;
}

#CheckedButton {
  background-color: #fe6f69;
  color: white;
  font-weight: bold;
  font-family: 'Poppins',sans-serif;
}

#CheckedButton:hover {
  background-color: #C6C6C6;
  color: black;
}

a {
  font-family: 'Poppins',sans-serif;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.alert {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
}

table {
  align-content: center;
  position: absolute;
  margin-top: 650px;
}

.sign_choose {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #2C2B2B;
  margin-top: 10px;
  padding: 10px 10px;
  font-family: 'Poppins',sans-serif;
}

#OpinionButton {
  background-color: #FA370E;
  color: white;
  font-weight: bold;
  font-family: 'Poppins',sans-serif;
}

#OpinionButton:hover {
  background-color: #C6C6C6;
  color: black;
}