html {
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #000;
  backgrond-color: #fff;
  height: 100%;
  margin: 0;
  padding: 10px;
  line-height: 1.35;
}
body, body * {
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}

header {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
header h1 {
  margin: 0;
  font-size: 1.8rem;
}
header img {
  height: 50px;
  width: auto;
  margin-right: 20px;
}

h2, .fc .fc-toolbar-title {
  font-size: 1.8rem;
}
@media only screen and (max-width: 599px) {
  h2, .fc .fc-toolbar-title {
    font-size: 1.4rem;
  }
}

.fc-timegrid-event-short .fc-event-time::after {
  display: none;
}

.fc-timegrid-event .fc-event-time {
  font-size: 1em;
}

.fc-timegrid-event {
  cursor: pointer;
}
.fc-timegrid-event.event-holiday {
  cursor: default;
}
.fc-timegrid-event.event-holiday .fc-event-time {
  display: none;
}

.fc .fc-toolbar-title {
  text-align: center;
}

.fc .fc-toolbar-chunk:nth-child(2) {
  flex-grow: 2;
  width: 100%;
  padding: 10px;
}

.fc .fc-toolbar-chunk:last-child {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .fc .fc-toolbar-chunk:last-child {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 599px) {
  .fc .fc-toolbar-chunk:last-child .fc-today-button {
    margin-top: 5px;
  }
}

dialog {
  max-width: 90%;
  width: 400px;
  padding: 15px;
}
dialog h2 {
  margin-top: 0;
}
dialog input {
  display: block;
  margin-bottom: 10px;
  margin-top: 3px;
  width: 100%;
  font-size: 1rem;
  padding: 5px;
}
dialog select {
  display: block;
  margin-bottom: 10px;
  margin-top: 3px;
}
dialog input[name=garbage-name] {
  position: absolute;
  left: -500%;
}
dialog label {
  display: block;
  font-weight: bold;
}
dialog button {
  font-size: 1rem;
  padding: 0 15px;
  height: 2rem;
}
dialog button.close-button {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 2rem;
}
dialog .alert {
  background-color: rgba(255, 0, 0, 0.3);
  border: 1px solid darkred;
  padding: 10px;
  border-radius: 2px;
  margin: 20px 0;
}
dialog .message {
  background-color: rgba(0, 100, 255, 0.2);
  border: 1px solid darkblue;
  padding: 10px;
  border-radius: 2px;
  margin: 20px 0;
}

/*# sourceMappingURL=main.css.map */
