#app {
  height: 100%;
}

.sidebar-expander {
  background-color: rgb(174, 202, 91) !important;
}

.ReactTable .rt-thead .rt-tr {
  text-align: left;
}

.ReactTable .table-subcontainer {
  padding: 10px;
}

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(https://www.greensightag.com/wp-content/uploads/2018/04/06880may28.jpg)
    no-repeat;
  background-size: cover;
}

#swagger-ui pre code {
  display: block;
}

.control-reset {
  top: 65px;
  left: 0.5em;
}

.text-column {
  text-align: left;
}

.number-column,
.date-column {
  text-align: right;
}

.color-picker {
  display: inline-block;
}

.color-picker .swatch {
  padding: 5px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  cursor: pointer;
}

.color-picker.with-icon .swatch {
  box-shadow: 0 0 0 0;
}

.color-picker .swatch .color {
  width: 36px;
  height: 14px;
  border-radius: 2px;
}

.color-picker.with-icon .swatch .color {
  width: auto;
  height: auto;
}

.deleted-row {
  background-color: rgb(224, 224, 224);
}

.warning-row {
  background-color: rgb(192, 37, 37);
}

.hidden-link {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.staticmap .ol-viewport {
  touch-action: auto !important;
}

.coursemap {
  height: 79vh;
}

.manage-metar-links {
  position: relative;
  width: '100%';
}

.manage-metar-links input {
  padding-right: 70px;
}

.manage-metar-links .ui.button {
  position: absolute;
  font-size: 20px;
  width: 70px;
  padding: 0;
  right: -5px;
  height: 38px;
}

.help-page-content {
  padding: 50px;
}

.help-page-content .ui.header:first-child {
  margin-bottom: 30px;
}

.help-page-content .help-page-section {
  margin-bottom: 30px;
}

.help-page-content .help-page-section p {
  margin-bottom: 20px;
}

.help-page-content .help-page-section img {
  margin-bottom: 20px;
}

.help-page-content .help-page-section span {
  display: block;
  margin-bottom: 5px;
}

.help-page-content .help-page-section .help-page-img-container {
  width: 100%;
  text-align: center;
}

.help-page-content .help-page-icon-warp {
  display: flex;
  flex-direction: row;
}

.help-page-content .help-page-icon-warp .help-page-icon {
  height: 50px;
  width: 50px;
}

.help-page-content .help-page-icon-warp .help-page-icon-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  height: 50px;
}

.blending-option-wrap {
  display: flex;
  flex-direction: row;
  height: 70px;
  align-items: center;
  color: white;
}

.blending-option-wrap div:first-child {
  margin-right: 15px;
}

.blending-option-wrap > div {
  display: flex;
  align-items: center;
  height: 70px;
}
/* Desktop screen */
@media screen and (max-width: 1900px) {
  .markermap {
    height: 250px;
  }
}

@media screen and (min-width: 1901px) {
  .markermap {
    height: 500px;
  }
}

/* Tablet screen */
@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 4em !important;
  }
}

@media screen and (min-width: 768px) {
  .main {
    padding-left: 4em !important;
  }
}

@media print {
  .no-print {
    display: none !important;
  }

  .marker-group .card {
    width: 46% !important;
  }

  .coursemap canvas.ol-unselectable {
    object-fit: cover;
  }

  .marker-group .card,
  .coursemap,
  .markermap,
  canvas.ol-unselectable {
    page-break-inside: avoid;
  }
}
.ui.dropdown .menu>.item span {

  display: inline-block;

}

.soil-scout-dropdown span:before {
  content: url("../img/soil_scout.svg");
  float: left;
  margin: 0 12px 0 0;
}

.soil-scout-icon {
  content: url("../img/soil_scout.svg");
}

.dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
}

.dark-calendar {
  background: #ffffff00 !important;
  border: 0px solid !important;
}

.dark-calendar * {
  color: white;
}
