ul.legend {
  margin: 0px;
  padding: 0px;
}
ul.legend > li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
ul.legend > li input[type="checkbox"] {
  margin: 0 4px 0px 0px;;
}
ul.legend > li >* {
  margin-right: 4px;
}
ul.legend > li > .swatch {
  width: 15px;
  height: 15px;
  display: inline-block;
}

[v-cloak] {
  display: none;
}

#loadingscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #000000;
  opacity: 0.3;
}

#loadingicon {
  position: fixed;
  top: 50%;
  left: 50%;
  color: #84e0ff;
  opacity: 1;
  font-size:60px
}

#gagelabel {
  font-size:14px;
  font-weight: normal;
}

#buttons {
  padding: 10px;
}

#dates {
  padding-top: 10px;
  padding-bottom: 10px;
}

#lakelink {
  font-weight: bold;
}

/*tooltip*/

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(black, .1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}
.modal-content {
  width: 1200px !important;
  height: 100%;
  position: absolute;
  right: 66.66%;
  
}
.modal-header {
  justify-content: space-between;
}
#app .modal-header button.close {
  top: 8px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
#app .modal-header button.close:hover {
  background: none;
}

@media(min-width: 768px) {
  #app .alert {
    position: absolute;
    top: 29px;
  }
}
@media(max-width: 767px) {
  #app .alert {
    margin-top: 10px;
  }
}

