.teledetection-technical-only-hidden
{
  display: none;
}
.js-Panel-sentinel-layer
{
  background-clip: padding-box;
  background-color: #00000000;
  border: 2px solid #00000033;
  border-radius: .25rem;
  box-shadow: 0 1px 5px #00000066;
}

.js-Panel-sentinel-layer .jsPanel-content
{
  background-color: #FFFFFFD2;
  font-size: 80%;
}

.js-Panel-sentinel-layer .jsPanel-headerbar
{
  background-color: #A9A9A9D2;
  font-size: 50%;
}
.js-Panel-sentinel-indexes
{
  background-clip: padding-box;
  background-color: #00000000;
  border: 2px solid #584e4e33;
  border-radius: .25rem;
  box-shadow: 0 1px 5px #00000066;
}

.js-Panel-sentinel-indexes .jsPanel-content
{
  background-color: #FFFFFFD2;
  font-size: 80%;
}

.js-Panel-sentinel-indexes .jsPanel-headerbar
{
  background-color: #A9A9A9D2;
  font-size: 50%;
}
.modal-index-point-date-selector
{
  z-index: 20001;
}
.index-point-date-selector-modal-body
{
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.sentinel-layer-container
{
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  padding: 8px;
  width: 100%;
}
.sentinel-layer-container-line
{
  align-items: center;
  display: flex;
  grid-column-end: span end;
  grid-column-start: 1;
  justify-content: space-evenly;
  padding-bottom: 3px;
}
.grid-from-2-to-end
{
  grid-column-end: span end;
  grid-column-start: 2;
  width: 100%;
}
.flex-right-align
{
  justify-content: flex-end;
}
.flex-left-align
{
  justify-content: flex-start;
}
.flex-center-align
{
  justify-content: center;
}
.service-layer-addition-containter
{
  align-items: center;
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.btn
{
  cursor: pointer;
}
.clickable-black
{
  cursor: pointer;
  font-weight: bolder;
}
.clickable-black:hover {
    color: #616b77;
    text-decoration: underline;
}
/* This will not be necesarry, L.popUp has a parameter for this, but wrongly used since
* the beginning */
.teledetection-popup > .leaflet-popup-close-button
{
  visibility: visible;
}

@media only screen and (max-height: 750px)
{
  .js-Panel-sentinel-layer
  {
    max-height: 75%;
  }
  .js-Panel-sentinel-indexes
  {
    max-height: 100%;
  }
}
@media only screen and (max-width: 280px)
{
  .js-Panel-sentinel-layer
  {
    left: 0!important;
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px)
{
  .js-Panel-sentinel-indexes
  {
    max-width: 100%;
  }
}
