@font-face {
  font-family: Antenna-Light;
  src: url(../font/AntennaLight.woff); }
::-webkit-scrollbar {
  display: none; }

body, html {
  font: 100% Antenna-Light;
  color: black;
  padding: 0;
  margin: 0;
  background-color: white;
  overflow: hidden; }

.centerHorizontally, .menuBar .middleIcons {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.loading {
  background-image: url(../img/loading.gif);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#mountNode {
  background-color: white; }

.defaultSeparator, .defaultListItem, .meetingList .item {
  border-bottom: 1px solid white; }

.defaultListItem, .meetingList .item {
  padding: 8px 12px 0px 12px;
  font-size: 18px; }

.menuBar {
  padding: 12px;
  border-bottom: 2px solid black;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #47AA42; }
  .menuBar img {
    margin-right: 0.7em; }
  .menuBar .icons, .menuBar .leftIcons, .menuBar .middleIcons, .menuBar .rightIcons {
    display: inline; }
  .menuBar .leftIcons {
    float: left; }
  .menuBar .middleIcons {
    position: fixed; }
    .menuBar .middleIcons .ic_list_black_24pxIconOn {
      filter: invert(100%);
      -webkit-filter: invert(100%);
      transform: scaleY(2.4);
      -webkit-transform: scaleY(2.4); }
    .menuBar .middleIcons img:last-of-type {
      margin-right: 0; }
  .menuBar .rightIcons {
    float: right; }
    .menuBar .rightIcons img:first-of-type {
      margin-right: 0; }
    .menuBar .rightIcons img:last-of-type {
      margin-left: 10px;
      margin-right: 20px; }

.searchBar {
  position: absolute;
  top: 56px;
  width: 100%;
  z-index: 50;
  color: black; }
  .searchBar input {
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: lightgray;
    color: black;
    border: 0;
    font-size: 12pt; }
  .searchBar .clearSearchButton {
    position: absolute;
    top: 1px;
    right: 0;
    height: 37px;
    width: 37px;
    font-size: 18px;
    color: black;
    background-color: transparent;
    border: 0;
    vertical-align: middle;
    border-radius: 0; }

.meetingListWrapper .headerElement {
  position: absolute;
  top: 56px;
  width: 100%;
  z-index: 100;
  color: black;
  background-color: lightgray;
  padding: 10px;
  font-size: 12pt; }

.weekView {
  overflow: auto;
  height: 100%; }
  .weekView .weekDayHeader:first-of-type {
    margin-top: 54px; }
  .weekView .weekDayHeader {
    margin-top: 10px;
    background-color: lightgray;
    padding: 12px;
    font-size: 18px;
    margin-bottom: 10px; }
  .weekView .item {
    padding: 4px 12px;
    border-bottom: 0;
    font-size: 14pt; }
    .weekView .item .time {
      display: inline-block;
      float: left; }
    .weekView .item .name {
      display: block;
      margin-left: 66px; }
      .weekView .item .name img {
        float: right;
        position: relative;
        top: 2px; }
    .weekView .item .address {
      margin-left: 66px;
      font-size: 10pt;
      color: gray; }
  .weekView .item:last-of-type {
    margin-bottom: 10px; }

.meetingList {
  overflow: auto;
  height: 100%; }
  .meetingList .item:first-of-type {
    padding-top: 108px; }
  .meetingList .item:last-of-type {
    margin-bottom: 10px; }
  .meetingList .today {
    color: #47AA42; }
  .meetingList .meetingData {
    font-size: 10pt;
    color: dimgray;
    margin-top: 2px; }
@-moz-document url-prefix() {
  .meetingList .item {
    padding-top: 6px; } }
.noResults {
  padding: 12px;
  text-align: center;
  font-size: larger;
  margin-top: 122px; }

.favoritedIcon, .favoritedIconOn, .favoritedIconOff {
  display: inline;
  float: right;
  width: 30px;
  height: 30px;
  position: relative;
  top: -16px; }

.favoritedIconOn {
  background-image: url(../img/icon/favorited_on.png); }

.favoritedIconOff {
  background-image: url(../img/icon/favorited_off.png); }

.meetingViewWrapper .navigationBar {
  font: 16px Arial;
  padding: 10px 10px;
  position: absolute;
  top: 56px;
  background-color: lightgray;
  color: black;
  width: 100%; }
.meetingViewWrapper .meetingView {
  padding: 12px;
  font-size: 12pt;
  position: absolute;
  top: 96px;
  left: 0;
  right: 0; }
  .meetingViewWrapper .meetingView .topBar img {
    position: fixed;
    top: 108px;
    right: 12px; }
  .meetingViewWrapper .meetingView .name {
    font-size: 18px;
    max-width: 90%;
    display: inline; }
  .meetingViewWrapper .meetingView .info {
    position: relative;
    top: 20px; }
    .meetingViewWrapper .meetingView .info .address {
      margin-bottom: 20px;
      min-height: 2.5em; }
    .meetingViewWrapper .meetingView .info .mapButton {
      font-size: 18px;
      display: inline;
      position: absolute;
      top: 0;
      right: 0;
      float: right;
      padding: 10px;
      border-radius: 5px; }
  .meetingViewWrapper .meetingView .dates {
    position: relative;
    top: 20px;
    clear: both; }
    .meetingViewWrapper .meetingView .dates .date {
      background-color: lightgray;
      padding: 5px;
      border-bottom: 1px solid #b3b3b3; }
    .meetingViewWrapper .meetingView .dates .date:first-of-type {
      margin-top: 10px; }
    .meetingViewWrapper .meetingView .dates .date:last-of-type {
      margin-bottom: 10px; }
@-moz-document url-prefix() {
  .meetingViewWrapper .meetingView .dates .date:last-of-type {
    height: 2.0em; } }
    .meetingViewWrapper .meetingView .dates .date:last-of-type {
      border-bottom: 0; }

.defaultButton, .closeButton {
  background-color: #47AA42;
  color: white;
  border: 0;
  padding: 12px;
  font-size: small; }

.defaultWindow, .pageWindow {
  font: 100% Antenna-Light;
  color: black; }

.pageWindow {
  width: 100%;
  height: 100%;
  overflow: auto; }
  .pageWindow p {
    font-size: 12pt; }
  .pageWindow .content {
    padding: 12px; }
  .pageWindow h1:first-of-type {
    padding-top: 56px; }
  .pageWindow h1 {
    margin: 0; }

.closeButton {
  position: fixed;
  top: 72px;
  right: 15px; }

.todayDate {
  background-color: #47AA42 !important;
  color: white; }

.darken {
  color: gray; }

.fullWidthHeight, #map {
  height: 100%;
  width: 100%; }

.markerPopup {
  color: black; }

.leaflet-popup-content {
  color: black; }

/*
.leaflet-marker-pane {
  width: 100%;
  height: 100%;
  border: 10px solid red;
}
*/
/*
.leaflet-google-layer{
  z-index: 0 !important;
}

.leaflet-map-pane{
  z-index: 100;
}

.leaflet-marker-icon {
  z-index: 1000 !important;

}
*/
.beforeArrowRight::before {
  content: "< "; }

.nextMeetingsList {
  overflow: auto;
  height: 100%;
  font-size: 14pt; }
  .nextMeetingsList .nextMeetingInfo:first-of-type {
    padding-top: 108px; }
  .nextMeetingsList .nextMeetingInfo {
    margin-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px; }
    .nextMeetingsList .nextMeetingInfo .time {
      display: inline-block;
      float: left;
      width: 66px; }
    .nextMeetingsList .nextMeetingInfo .name {
      margin-left: 66px; }
    .nextMeetingsList .nextMeetingInfo .address {
      margin-left: 66px;
      font-size: 10pt;
      color: gray; }
    .nextMeetingsList .nextMeetingInfo img {
      float: right;
      position: relative;
      top: 2px; }
  .nextMeetingsList .nextMeetingInfo:last-of-type {
    padding-bottom: 12px; }

/*# sourceMappingURL=index.css.map */
