body {
  margin: 0;
  padding: 0; }

#kampanyterkep-app {
  font-family: Helvetica Neue,Arial,Helvetica,sans-serif;
  font-size: 12pt;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0; }

#kampanyterkep-container {
  width: 100%;
  height: 100%; }

#kampanyterkep-container.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  z-index: 1000; }
  #kampanyterkep-container.fullscreen #kampanyterkep-map {
    max-height: 100vh !important; }

#kampanyterkep-fs-toggle {
  display: block;
  float: right;
  background: white;
  padding: 5px 10px;
  text-decoration: none; }
  #kampanyterkep-fs-toggle span {
    color: #aa1e00; }
    #kampanyterkep-fs-toggle span img {
      margin-bottom: 4px; }
  #kampanyterkep-fs-toggle .kampanyterkep-fs-on {
    display: none; }
  #kampanyterkep-fs-toggle .kampanyterkep-fs-off {
    display: block; }

#kampanyterkep-fs-toggle.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  border-bottom-left-radius: 5px; }
  #kampanyterkep-fs-toggle.fullscreen .kampanyterkep-fs-on {
    display: block; }
  #kampanyterkep-fs-toggle.fullscreen .kampanyterkep-fs-off {
    display: none; }

#user-box {
  position: fixed;
  top: 0;
  right: 0;
  width: fit-content;
  padding: 5px 20px;
  display: none;
  z-index: 9999;
  background: white; }

#kampanyterkep-map {
  width: 100%;
  height: 100vh;
  max-height: 700px; }

.leaflet-popup-content {
  font-size: 11pt; }

.map-popup-title {
  font-size: 14pt; }

.map-popup-table, .map-popup-message {
  margin-top: 10px;
  margin-bottom: 0 !important; }

.map-popup-date {
  min-width: 170px;
  vertical-align: middle !important; }

.map-popup-time {
  min-width: 100px; }

.map-popup-time-item {
  display: block;
  width: 100%;
  text-align: right; }

.map-popup-passivist-btn {
  width: 100%; }

#passivist-datetime {
  margin: 10px 0;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da; }

.time-row-header {
  padding: 10px;
  border-top: 1px solid #ced4da;
  cursor: pointer; }

.time-row-header-date {
  color: #017bff;
  font-weight: bold; }

.time-row-header-times {
  display: block;
  float: right; }

.time-row-content {
  padding: 10px;
  border-top: 1px solid #ced4da; }
