﻿#aMainLogoLinkToDashboard:hover {
  border-bottom: unset;
}

#divHamburgerLogout {
  border-top: #efefef solid 2px;
}

#divHelpMenuItem0 {
  border-bottom: #efefef solid 2px;
  margin-bottom: 5px;
}

header[role=banner] {
  background-color: #ffffff;
  border-bottom: 2px solid #efefef;
  display: grid;
  grid-template-columns: 200px auto auto auto auto auto 100px 100px;
  height: 90px;
  position: relative;
  width: 100%;
}
header[role=banner] img {
  margin-left: 10px;
  margin-top: 10px;
  width: 170px;
}
header[role=banner] .header-item,
header[role=banner] a.header-item {
  color: #606060;
  font-size: 18px;
  font-weight: unset;
  text-align: center;
  text-transform: uppercase;
  padding-top: 35px;
}
header[role=banner] .header-item.selected,
header[role=banner] a.header-item.selected {
  color: #8B4402;
  font-weight: bold;
}
header[role=banner] .header-item:hover,
header[role=banner] a.header-item:hover {
  cursor: pointer;
}
header[role=banner] .header-item.left-border {
  border-left: 2px solid #efefef;
}
header[role=banner] .header-item.not-centered {
  padding-top: unset;
  text-align: unset;
}
header[role=banner] .help-menu-icon {
  border: solid 2px;
  border-radius: 50%;
  font-size: 20px;
  height: 33px;
  transform: translate(95%, -23%);
  width: 33px;
}
header[role=banner] .help-menu-icon.selected {
  color: #8B4402;
}
header[role=banner] .hamburger-menu-bar {
  background-color: #606060;
  border-radius: 3px;
  height: 3px;
  margin-bottom: 4px;
  margin-left: 38%;
  width: 24px;
}
header[role=banner] .hamburger-menu-bar.selected {
  background-color: #8B4402;
}

.header-menu {
  background: url("../images/banners/BannerLeftVegetables.png") left center/contain no-repeat;
  background-color: #ffffff;
  border: #efefef solid 2px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: none;
  height: 350px;
  padding: 20px;
  padding-left: 120px;
  padding-right: 30px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.header-menu.hamburger {
  background: unset;
  background-color: #ffffff;
  padding-left: 20px;
  right: 0px;
  width: 375px;
}
.header-menu.hamburger a {
  font-size: 14px;
  /*text-transform: uppercase;*/
}
.header-menu.hamburger .sections {
  display: grid;
  height: 100%;
  grid-template-rows: auto 50px;
}

.header-menu-close-link {
  height: 25px;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.header-menu-close-link img {
  height: 16px;
  vertical-align: unset;
  width: 16px;
}

.header-menu-close-link:hover {
  background-color: #dedddd;
}

.header-menu-section {
  border-right: #efefef solid 2px;
  float: left;
  height: 250px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  width: 310px;
}

.header-menu-section.grid {
  display: grid;
  grid-template-rows: 60px auto;
}

.months-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 85%;
}
