@import "https://fonts.googleapis.com/css?family=Fira+Sans:300,400";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
/* * {
  box-sizing: border-box;
}*/
body::after {
  content: "";
  position: absolute;
  z-index: 9900000;
  background-color: rgba(24, 137, 118, 0.8);
  height: 100vh;
  width: 100vw;
  transition: 0.1s;
  opacity: 0;
  visibility: hidden;
}
a {
  text-decoration: none;
}
.nav-top {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10100000;
  padding: 10px 20px;
  width: 100%;
  height: 3em;
  background-color: #419dcd;
  color: #fff;
  top:0;
}
.nav-top a {
  font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	margin-right: 0.8em;
	margin-left: 0.8em;
} 
.nav-top .hamburger {
  font-size: 1.8em;
  color: #fff;
  cursor: pointer;
}
.nav-drill {
  margin-top: 3.7em;
  transform: translateX(-100%);
}
.nav-is-toggled .nav-drill {
  transform: translateX(0);
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}
.nav-drill {
  display: flex;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 20em;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.1s;
  background-color: #419dcd;
}
.nav-items {
	text-align: left;
  flex: 0 0 100%;
  display: block;
}
.nav-item {
  font-size: 1em;
  border-bottom: solid 0px #daf9f4;
  display: block;
  background-color: #419dcd;
  color: #fff;
  margin-bottom: 0.3em;
  font-family: 'Open Sans', sans-serif;
}
.nav-item a{
	font-weight:  bold;
	vertical-align: middle;
	color: #fff;
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
}
.nav-item img{
	max-width:  1.5em;
	max-height:  1.5em;
	vertical-align: middle;
	margin-bottom: 0.2em;
	margin-right: 0.2em;
  width: 1.2em;
}
.nav-link {
  display: block;
  /*padding: 0.875em 1em;*/
  background-color: #419dcd;
  color: #20b49c;
  font-size: 1rem;
  /*line-height: 1.5em;*/
  /*font-weight: 300;*/
}
.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #daf9f4;
  transition: 0.1s;
  visibility: hidden;
}
.nav-expand-content .nav-item {
  border-bottom: solid 0px #daf9f4;
}
.nav-expand-content .nav-link {
  background-color: #daf9f4;
}
.nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background-color: #419dcd !important;
  color: #fff;
  padding: 0.8em;
}
.nav-expand-content .nav-back-link::before {
  content: "chevron_left";
  margin-right: 0.5em;
  font-family: "Material Icons";
}
.nav-expand-link {
  /*display: flex;
  justify-content: space-between;*/
}
.nav-expand-link::after {
  content: "chevron_right";
  flex: 0 1 auto;
  font-family: "Material Icons";
  vertical-align: middle;
}
.nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}
.nav-expand .nav-expand-content {
  background-color: #419dcd;
}
.nav-expand .nav-expand-content .nav-link {
  background-color: #daf9f4;
}
.nav-expand .nav-expand-content .nav-expand-content {
  background-color: #aff1e6;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-link {
  background-color: #aff1e6;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #84e9d9;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #84e9d9;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #59e1cb;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #59e1cb;
}


.menu_entry_event::before {
  content: "date_range";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;;
  padding-bottom: 0.1em;
}

.menu_entry_club::before {
  content: "list";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;;
  padding-bottom: 0.1em;
}

#id_menu_entry_documentation::before {
  content: "assignment";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;;
  padding-bottom: 0.1em;
}

.menu_entry_login::before {
  content: "login";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;;
  padding-bottom: 0.1em;
}

.menu_entry_profile::before {
  content: "account_circle";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;;
  padding-bottom: 0.1em;
}

.menu_entry_logout::before {
  content: "logout";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;;
  padding-bottom: 0.1em;
}

.menu_entry_stats::before {
  content: "query_stats";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;;
  padding-bottom: 0.1em;
}

.menu_entry_switch::before {
  content: "switch_left";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;;
  padding-bottom: 0.1em;
}

.menu_entry_myregistrations::before {
  content: "assignment";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;;
  padding-bottom: 0.1em;
}

.menu_entry_cart::before {
  content: "shopping_cart";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;;
  padding-bottom: 0.1em;
}

.menu_entry_profile::before, #id_menu_entry_profile::before {
  content: "account_circle";
  font-family: "Material Icons";
  margin-right: 0.em;
  vertical-align: middle;;
  padding-bottom: 0.1em;
}


.menu_entry_register::before {
  content: "vpn_key";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;
  padding-bottom: 0.1em;
}


.menu_entry_pets::before {
  content: "pets";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;
  padding-bottom: 0.1em;
}




.menu_entry_groups::before {
  content: "groups";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;
  padding-bottom: 0.1em;
}


.menu_entry_licenses::before {
  content: "event";
  font-family: "Material Icons";
  margin-right: 0.4em;
  vertical-align: middle;
  padding-bottom: 0.1em;
}














