.body{
  background-color: whitesmoke;
}
html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.top-title{
  z-index:2;
  background-color:#14213d;
}
.menu{
  background-color: rgb(20,33,61);
}
.navybtn{
  background-color: rgb(20,33,61);
}
.eventSearch{
  display: none;
}
#editPopup {
  border-radius: 20px;
  border-color: black;
  border-style: inset;
  position:fixed;
    top:20%;
    left:20%;
    right:20%;
    bottom:20%;
  text-align:center;
  display:none;
  visibility: hidden;
  background-color: white;

}
#editPopup:target {
    visibility: visible;
    display: block;
}
#viewPopup {
  border-radius: 20px;
  border-color: black;
  border-style: inset;
  position:fixed;
    top:20%;
    left:20%;
    right:20%;
    bottom:20%;
  text-align:center;
  display:none;
  visibility: hidden;
  background-color: white;

}
#viewPopup:target {
    visibility: visible;
    display: block;
}
#deletePopup {
  border-radius: 20px;
  border-color: black;
  border-style: inset;
  position:fixed;
    top:45%;
    left:30%;
    right:30%;
    bottom:43%;
  text-align:center;
  display:none;
  visibility: hidden;
  background-color: white;

}
#deletePopup:target {
    visibility: visible;
    display: block;
}
.reveal-modal {
    position: relative;
    margin: 0 auto;
    top: 25%;
}
.align-feature{
  border-radius: 20px;
  border-color: black;
  border-style: inset;
  position: absolute;
    top:20%;
    left:20%;
    right:20%;
    bottom: auto;
  text-align:center;
  display: block;
  overflow-y: auto;
  background-color: white;
  margin-bottom: 10em;
}
.admin-main-align{
  position: absolute;
    top:10%;
    left:20%;
    right:20%;
    bottom: auto;
  text-align:center;
  display: block;
  overflow-y: auto;
  overflow: inherit;
  margin-bottom: 10em;
}
.inputsp{
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;

}

.msg {
    margin: 30px auto;
    padding: 10px;
    border-radius: 5px;
    color: #3c763d;
    background: #dff0d8;
    border: 1px solid #3c763d;
    width: 50%;
    text-align: center;
}
.ermsg {
    margin: 30px auto;
    padding: 10px;
    border-radius: 5px;
    color: red;
    background: #ffe0e0;
    border: 1px solid red;
    width: 50%;
    text-align: center;
}
.dropdown-container {
  display: none;
  background-color: #14213d;
  padding-left: 8px;
}
.active {
  background-color: green;
  color: white;
}
/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgb(20,33,61); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.5s;
}
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #f2f2f2;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f2f2f2;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: grey;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

.wrapper{
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  grid-gap:10px;
}

.input-field{
  margin-top: 30px;
  width:70%;
  text-align: left;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .9s; /* If you want a transition effect */
  padding: 5px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
