@import url(../js/lib/Cesium/Widgets/widgets.css);
@import url(../js/lib/Cesium/Widgets/lighter.css);

html {
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background: #000;
}

button{
  cursor: pointer;
}

.fullWindow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  font-family: sans-serif;
}

.dataImport{
  /* position: absolute; */
  /* z-index: 10; */
  /* top: 5px; */
  /* left: 10px; */
  /* padding-top: 20px; */
}

.dataImport .diPair{
  display: grid;
  /* grid-template-columns: auto 20%; */
  column-gap: 5px;
  padding-bottom: 5px;
}

.menu{
  /* display: flex; */
}

.scenarioTitle{
  font-weight: bold;
}

.shadowTabBtnsDiv{
  display: flex;
  justify-content: space-around;
  margin-top: 7px;
}

.shadowTabBtnsDiv > input{
  width: 33%;
  cursor: pointer;
  height: 30px;
}

.shadowScenario{
  display: none;
}

.shadowScenario.selected{
  display: block;
}

.placeSelectionDivContainer{
  background-color: lightgrey;
  color: black;
  margin-top: 5px;
  padding: 5px;
  border-radius: 5px;
  /* height: 320px; */
}

.shadowScenariosZone{
  background-color: lightgrey;
  color: black;
  margin-top: 5px;
  padding: 5px;
  border-radius: 5px;
  height: 290px;
}

.menuTabs{
  border-radius: 5px;
}

.menuTabs.selected{
  background-color: aquamarine;
}

.backdrop{
  display: inline-block;
  position:absolute;
  z-index: 50;
  background: rgba(42,42,42,0.7);
  border-radius: 5px;
  border: 1px solid #444;
  left:10px;
  top:10px;
  padding: 5px 10px;
  color: #fff;
  width: 250px;
  border-top-right-radius: 0px;
  /* min-height: 580px; */
  height: 620px;
}

.showHideMenuBtn{
  position: absolute;
  left: 100%;
  width: 35px;
  height: 35px;
  top: -1px;
  background: rgba(42,42,42,0.7);
  color: white;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

#loadedDataDiv{
  display: flex;
  flex-direction: column;
  background: #b3b3b39c;
  border-radius: 10px;
  position: relative;
  /* max-height: 100px; */
  height: 120px;
  overflow: auto;
  margin-top: 5px;
  padding: 5px;
}

.loadedDataSubDiv{
  display: flex;
}

.updateAttribDiv{
  text-align: center;
}

.updateAttribDiv2{
  display: none;
  justify-content: center;
  column-gap: 10px;
}

.uiOptions{
  margin-left: 15px;
}

.rangeBtnDiv{
  display: flex;
  margin-top: 5px;
}

.rangeBtnSubDiv{
  display: flex;
  flex-wrap: wrap;
}

.selectionModal{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: none;
  /* cursor: crosshair; */
  user-select: none;
}

.selectionModal.visible{
  display: block;
}

#selectionModalBox{
  display: none;
  border: 1px dotted black;  
  position: absolute;
  border-width: thick;
  background-color: #00ffff5c;
  z-index: 7;
}

#selectionModalBox.visible{
  display: block;
}

#selectShadowLoc,
#cancelSelectionbtn,
#validateSelectionbtn{
  cursor: pointer;
}

#selectionModalWindow{
  width: 100%;
  height: 100%;
  cursor: crosshair;
  position: absolute;
}

.selectionModalheader{
  text-align: center;
  width: 300px;
  height: 100px;
  margin: auto;
  background-color: rgba(42,42,42,0.7);
  position: relative;
  color: white;
  border-radius: 10px;
  z-index: 10;
}

.selectionModalBtn{
  display: flex;
  column-gap: 5px;
  justify-content: center;
  height: 27px;
  cursor: pointer;
}

#camViewModal {
  display: none;
  position: absolute;
  top: 50px;
  width: 500px;
  left: calc(50% - 250px);
  border-radius: 10px;
  height: 260px;
  background-color: #00000080;
  color: white;
  font-size: larger;
  text-align: center;
  z-index: 10;
}


#camViewModalCloseBtn {
  position: absolute;
  right: 1%;
  top: 5%;
  border-radius: 10px;
  cursor: pointer;
}

#camViewModalTxt{
  padding: 20px;
}

#camViewFeed{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.camImg{
  width: 200px;
  height: 146px;
}

.queryRange{
  width: 80px;
  margin-left: 7px;
}

.childDataNode,
.parentChildDataNode{
  margin-left: 20px;
  display: none;
}

.childDataNode.active,
.parentChildDataNode.active{
  display: block;
}

.childDataNode.selected,
.parentDataNode.selected,
.parentChildDataNode.selected{
  background-color: cadetblue;
}

.dataTreeBtn{
  width: 12px;
  height: 15px;
  background-color: rgba(95, 158, 160, 0.493);
  border: none;
  padding: 0;
  text-align: center;
}


.feedSliderDiv{
  display: flex;
}

.feedRangeSlider {
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  background: #b7aeae;
  border-radius: 3px;
}

.feedRangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: rgba(0, 128, 0, 0.507);
  border-radius: 3px;
  cursor: pointer;
}

.feedRangeSlider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.alertModal,
.loginModal{
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.loginForm{
  display: flex;
  position: relative;
  width: 300px;
  height: 200px;
  background: #778899eb;
  margin: auto;
  flex-direction: column;
  align-items: center;
  top: 200px;
  justify-content: center;
  border-radius: 10px;
}

.loginFailed{
  display: none;
  color: red;
}

.alertMsg{
  color: #0a0100;
  font-size: larger;
}

.alertModalDiv{
  width: 350px;
  height: 100px;
  background-color: lightgrey;
  margin: auto;
  padding: 20px;
  text-align: center;
  top: calc(30% - 40px);
  position: relative;
  border-radius: 5px;
}

.alertModalBtnDiv{
  display: flex;
  column-gap: 10px;
  justify-content: center;
  margin-top: 35px;
  height: 25px;
}

.alertResBtn{
  width: 70px;
  cursor: pointer;
}

.ftFilter{
  display: none;
  column-gap: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.ftFilter.active{
  display: flex;
}

/* #filterDiv, */
.filterOpts,
#filterDivContainer{
  display: none;
}

/* #filterDiv.active, */
.filterOpts.active,
#filterDivContainer.active{
  display: block;
}

#heightFilter{
  width: 30px;
}

#loadBtn,
#refreshFeed,
#restoreCamView,
#getShadowSelection{
  width: 100%;
  background-color: aliceblue;
  border-radius: 5px;
  cursor: pointer;
}

#feedToPlotList, 
#camViewChoice, 
#selectFeature{
  width: 100%;
}

#loadBtn, 
#restoreCamView{
  margin-top: 6px;
}

.loadedDataBtnDiv{
  display: flex;
  justify-content: space-around;
  margin-top: 5px;
}

.loadedDataBtn{
  height: 20px;
  font-size: small;
  border-radius: 5px;
  border-width: thin;
  cursor: pointer;
}

.loadedDataBtn.del{
  background-color: rgb(243 143 143 / 64%);
}

.loadedDataBtn.disabled{
  cursor: initial;
}

.feedCheckBoxes{
  display: flex;
  column-gap: 20px;
  margin-top: 7px;
}