html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e6e6e6;
  margin: 0px;
  background-color: #333333;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
}

a {
  color: #e6e6e6;
}


.appinfo {
  padding: 9px 20px 9px 12px;
  height: 100vh;
  overflow: scroll;/* max-width: 768px; */24px;
}

.appinfo a {

}

.appinfo p {
}

.appinfo h1 {

}

.appinfo h2 {font-size: 1.5em;margin-block-start: 2em;}

.appinfo h3 {margin-top: 20px;border-bottom: 1px solid #606060;font-size: 1.5em;

}

.appinfo h4 {/* margin-bottom: 0px; *//* font-size: 1.3em; */font-size: 1.17em;margin-block-end: 1em;border-bottom: 1px solid #606060;/* width: 50%; */}

.appinfo h5 {

}

.appinfo ul {

}

.appinfo li {

}

.appinfo img {
    border-radius: 7px;
    border: 1px solid #141414;
}

.appinfo .indented {
margin-left: 30px;
}

.redcolor {
  color:red;
  background-color: green;
}

#mapdiv {
  position: relative;
  height: 100%;
  background-color: black;
  /* margin-right: 9px; */
}


#threeddiv {
  position: relative;
  height: 100%;
  background-color: black;
  /* margin-right: 9px; */
}

#interactiondiv {
  /* position: absolute; */
  height: 100%;
  /* background-color: black; */
  /* margin-right: 9px; *//* top: 0px; */
}


#interactiongraph {
width:1024px;
}

#exportbutton  {/* position: absolute; */

}


#skydiv {
  position: relative;
  height: 100%;
  background-color: transparent;
  /* margin-right: 9px; */
  display: flex;
  justify-content: center;align-items: center;
}

.resize {
  top: 0;
  left: 0;
}

#display {
  height:100%;
}

#sky_front {
  width: 1600px;
  height: 1600px;
}

#sky_back {
  width: 1600px;
  height: 1600px;
}

#timegraphdiv {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #000000;
}

canvas {
  /* width: 100%; */
  /* height: 800px; */
  /* max-height: 70vh; */
  position: absolute;
  /* top: 0; */
  /* left: 0; */display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -webkit-touch-callout: none; /* iOS Safari * */
}

#timeslidercanvas {
  position: relative;
  width: 100%;
  height: 75px;
  margin: 0;
  padding: 0;
}

#timeslice {
  display: flex;
  justify-content: space-between;

}

#anispeed {
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

#anipulldown {
  width: 90px;
  margin-left: 5px;
}

#seconds {
  display: flex;
  align-items: center;
}

#durationinput {
  width: 85px;
}

#secondslabel {
  margin-left: 3px;
  margin-right: 20px;
}

.secsbutton {
  width: 35px;
  margin-left: 5px;
}

#skyback {
}

#skyfront {
}

#tablebutton {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #797979;
}

#infopopup {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 240px;
  height: 80px;
  background-color: rgb(51, 51, 51);
  padding: 9px;
}

#infopopup2 {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 240px;
  height: 80px;
  background-color: rgb(100, 100, 100);
  padding: 9px;
}
#tables {
  /* width: 100%; */display: flex;justify-content: flex-end;height: 40px;
}

#datatable {
  width: calc(100vw - 477px);
  overflow-x: scroll;
  overflow-y: scroll;
  background-color: rgb(214, 214, 214);
  color: black;
  padding:9px;
  padding-top: 0px;
  font-size: 12px;
}

#tablehead {
  /* width: 100%; */
  padding: 9px;
  padding-bottom: 0px;
  background-color: rgb(214, 214, 214);display: flex;justify-content: flex-end;/* margin-right: 90px; */
}

#tablebody {

}

#exporttable {
  margin-top: 9px;
  table-layout : fixed;
  font-size: 11px;
}

#exporttable th {
  border-top: 0.5px solid #333333;
  border-bottom: 0.5px solid #333333;
  white-space: nowrap;
}

.exportrow1 td,th {
  border-left: 0.5px solid #333333;
  border-collapse: collapse;
  white-space: nowrap;
}

.exportrow2 td,th {
  border-left: 0.5px solid #333333;
  border-collapse: collapse;
  white-space: nowrap;
}

.exportrow3 td,th {
  border-bottom: 0.5px solid #333333;
  border-left: 0.5px solid #333333;
  border-collapse: collapse;
  white-space: nowrap;
}

#exporttable tr td:first-child,
#exporttable tr th:first-child {
  border-left: 0.5px solid #333333;
}
#exporttable tr td:last-child,
#exporttable tr th:last-child {
  border-right: 0.5px solid #333333;
}

#headerdivision {
  display: flex;
  padding: 10px 14px 10px 10px;
  align-items: center;
  border-bottom: 1px solid #6e6d6d;height: 45px;
}

.infobutton {
  display:block;
  right: 40px;
  width: 26px;
  height: 26px;
  background: url(../images/info.png) no-repeat;
  background-size: cover;
  margin-left: auto;
}

.lastright {
 margin-left: auto;
}

#switchview {
  display: none;
}

.switchview {
    width: 130px;
    background-color: #bf8313;
}



#appinfobutton {
  width: 70px;
}

#appinfobuttoniOS {
  width: 50px;
}


#logindiv {
  display:none;
  left: 0;
  right: 0;
}

#contentdivision {
  /* padding-top: 10px; */
}

#locationField {
  /* margin-bottom: -10px; */
}


#location {

  /* height: 20px; */padding-bottom: 12px;
}
#locationField {
  /* width: 381px; */
  margin-right: 4px;
}

#deletesearch {
  margin-left: auto;
}



/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;padding-bottom: 25px;margin-right: 27px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #000000;border-radius: 5px;
}


.container input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #E6E6E6;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formline {
  /* margin-bottom: 10px; */
  display: flex;
  align-items: center;
  /* width: 100%; *//* flex-wrap: wrap; */
}
.formline select {
  /* margin-left: auto; */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #606060;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #606060;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #606060;
}

#locimage {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  /* margin-top: -4px; */
  padding: 5px;
}

.inputlat {
  width: 65px;
}

.inputlng {
  width: 65px;
  /* margin-left: 5px; */
}

#inputele {
  width: 32px;margin-left: 3px;
}


.backbutton {
height:30px;
width:30px;
    cursor: pointer;
}


#homescreen {
  background-color: #333333;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10000000;
}

#homescreencontent {
    position: absolute;
    padding: 50px 9px 9px 43px;
    width: calc(100vw - 500px);

}
#homescreencontent h1 {
  color: rgb(144, 144, 144);
}

#homescreencontent h1 {
  color: rgb(144, 144, 144);
}


#homescreencontent p {
  color: rgb(144, 144, 144);
}

#control {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 9px;
  height: 37px;
}
#tableclose {
  /* position: absolute; */
  /* top: 5px; */
  /* right:9px */margin-right: 12px;
}

#tableexport {

}

.leftvaldate {
  display: inline-block;
  margin-right: 3px;
}
.rightvaldate {
  display: inline-block;
  margin-right: 3px;margin-left: 3px;
}
.rightvaldate input {
  width: 132px;
}

.leftvaldate input {
  width: 125px;
  margin-right: 9px;
}

.formlabel {
  display: inline-block;
  min-width: 30px;
  text-align: right;
  cursor: default;
}

.group  {
  background-color: #1b1b1b;
  padding-top: 7px;
  padding-bottom: 3px;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 5px;border-radius: 5px;
}

.grouptitle {

}

.latdiv {/* margin-right: 9px; */

}


.londiv {/* margin-left: 9px; */

}


.degree {
  display: inline;
}

.first {
  display: flex;
  align-items: center;
  margin-bottom: 5px;

}

.second {
  display: flex;
  margin-left: 3px;
  margin-right: 5px;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 5px;
}


.third {
  margin-left: auto;
  margin-bottom: 5px;
}

#upperbuttons {
  padding-bottom: 9px;
  padding-left: 9px;
  border-bottom: 1px solid #6e6d6d;
  display: flex;
  align-items: center;
  height: 35px;
}
#upperbuttonsiOS {
  padding-bottom: 9px;
  padding-left: 9px;
  border-bottom: 1px solid #6e6d6d;
  display: flex;
  align-items: center;
  /* height: 35px; */
  /* background-color: green; */
}

#expertOn {
background-color: black;
color: #669578;
position: absolute;
left: 374px;
width: 70px;
}

#expertOff {
position: absolute;
left: 374px;
width: 70px;
}


#guidanceOn {
background-color: black;
color: #669578;
display: inline-block;
}

#guidanceOff {
  display: inline-block;
}


#usecasetitle
{
  font-weight: 700;
  padding-left: 9px;
  padding-right: 19px;
  color: #adadad;
  width: 230px;
}

#usecases {
  /* padding-top: 14px; */
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 9px;
  overflow-x: scroll;
  height: calc(100vh - 160px);
  width: calc(100vw - 28px);
  -ms-overflow-style: none;
  scrollbar-width: none;  /* Firefox */
}

#usecases::-webkit-scrollbar {
  display: none;

}

.usecase {

}

.groupusecase {
  border-bottom: 1px solid #6e6d6d;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  font-weight: 700;
  color: rgb(144, 144, 144);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.groupucaseonhe {
  border-bottom: none;
  padding-top: 12px;
  padding-bottom: 5px;
  font-weight: 700;
  color: rgb(144, 144, 144);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.subusecase {
  border-bottom: 1px solid #6e6d6d;
  margin-left: 54px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.singleusecase {
  border-bottom: 1px solid #6e6d6d;
  margin-left: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  cursor: pointer;
}

.description {
  padding: 1px 0px 0px 12px;
  cursor: default;
  /* color: rgb(172, 172, 172); */font-weight: normal;
}

.description-top  {
  /* padding: 5px 5px 9px 5px; */
  cursor: default;
  color: rgb(144, 144, 144);
}

.gobutton {
  display: flex;
  justify-content: flex-end;
  padding-top: 9px;
    padding-bottom: 9px;
}

.gobutton button {/* color: rgb(29, 128, 29); */font-weight: 500;

}

#filter {
  padding-left: 35px;
  padding-top: 9px;
  overflow: scroll;
  -ms-overflow-style: none;
  max-height: 135px;
  box-shadow: 0 8px 12px -7px #080808 inset;
}

.checkboxrow {
  flex-wrap: wrap;
  height: 90px;
}

.chosenfilters {
  /* background-color: purple; */
  /* height: 900px; */flex-grow: 2;flex-wrap: wrap;flex-direction: row;
  display: flex;width: 200px;
}

.more {
  /* padding-bottom: 5px; */
  padding-top: 5px;
  display: flex;
  padding-bottom: 5px;
  align-items: center;
  height: 33px;
  /* border-bottom: 1px solid #2f2f2f; */
}
#morefavs {
  /* padding-bottom: 5px; */
  /* padding-top: 5px; */
  display: flex;
  padding-bottom: 5px;
  align-items: center;
  /* height: 33px; */
  /* border-bottom: 1px solid #2f2f2f; */
}
#morefilters {
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  height: 33px;
  /* border-bottom: 1px solid #2f2f2f; */
  padding-top: 5px;margin-top: 1px;
}


.labeling {/* background: orange; */margin-right: 9px;

}

.garzplus {
  align-items: center;
  display: flex;
  cursor: pointer;
}

#satnum {margin-left: auto;

}
#mandatoryfilter {
  border-bottom: 1px solid #606060;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  align-items: center;
}

.upperfilterlabel {
  margin-right: 9px;
  width: 75px;
  cursor: default;
}

.limitbuttonlabel  {
  margin-right: 2px;
  /* width: 100px; */
  cursor: default;padding-right: 92px;
}

.upperfilterlabel2 {
  margin-right: 9px;
  cursor: default;
}

.filterrow {
  border-bottom: 1px solid #606060;
  padding-bottom: 7px;
  padding-top: 5px;
  display: flex;
  align-items: center;
  min-height: 32px;
}

.filterrow img:last-child {
  margin-left: auto;
}

.filterrowcap {
  border-bottom: 1px solid #606060;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  align-items: center;
}

.filterlabel {
  margin-right: 9px;
  width: 170px;
}

.favlabel {
  margin-right: 9px;
  /* width: 100px; */
}



.filterselect {
  min-width: 85px;

}

.filterchosen {
  min-width: 95px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 25px;
}


.row {
  display: flex;
  align-items: center;
}

.tleage30 { color: #DE4444; }
.tleage20 { color: orange; }
.tleage10 { color: #E7D769; }


#favhead {
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  align-items: center;
  height: 33px;
}

#favhead img:last-child {
  margin-left: auto;
}

#favs {
  padding-left: 35px;
  padding-top: 9px;
  box-shadow: 0 8px 12px -7px #080808 inset;
  overflow: scroll;height: 135px;
}

.favrow {
  border-bottom: 1px solid #606060;
  padding-bottom: 9px;
  padding-top: 9px;
  display: flex;
  align-items: center;
  /* height: 27px; */
  /* max-width: 200px; */
}

.favrow1 {
  border-bottom: 1px solid #606060;
  display: flex;
  align-items: center;    cursor: pointer;
  /* height: 27px; */
  /* max-width: 200px; */
}

.favclicklabel {
  width: 355px;
  display: flex;
  align-items: center;height: 41px;
}

.newfavrow {

  /* padding-bottom: 9px; */
  padding-top: 12px;
  display: flex;
  align-items: center;
  /* height: 27px; */
  /* max-width: 200px; */
}

.favrow img:last-child {
  /* margin-left: auto; */
}

.favlabel{
  margin-right: 12px;/* width: 300px; *//* background-color: purple; */
  /* width: ; */
}
.fav {
  display:
  flex;
  align-items: center;
}

#rightbuttons {
  display: flex;
  justify-content: flex-end;
  padding-top: 9px;
}

.date {
  /* position: absolute; */
  /* top: 40%; */
  /* left: 40%; */
  /* margin-left: 10px; */
  /* height:10em; */
}

#rightbuttonarea {
  /* position: absolute; */
  /* top: 20px; */
  /* left: 740px; */
}

#mapcontainer {
  /* height: 100%; */
}

#limitbutton {
  margin-left: auto;
}

#trashbutton {
  width: 29px;
  height: 29px;
  background: url(../images/trash.png) no-repeat;
  background-color: black;
  background-size: 21px;
  background-position: center;
  margin-left:9px;
}

#addbutton {
  width: 29px;
  height: 29px;
  background: url(../images/smallplus.png) no-repeat;
  background-color: black;
  background-size: 21px;
  background-position: center;
  margin-left:9px;
}

#locatebutton {
  width: 35px;
  height: 26px;
  background: url(../images/locate.png) no-repeat;
  background-color: #749380;
  background-size: cover;
  background-position-x: 8px;background-position-y: 3px;background-size: 20px;margin-left: auto;
}

  .precbutton {
    top: 4px;
    right: 2px;
    width: 35px;
    height: 26px;
    background: url(../images/prec.png) no-repeat;
    background-size: cover;
    border: 1px solid #797979;
  }

  .noprecbutton {
    top: 4px;
    right: 2px;
    width: 35px;
    height: 26px;
    background: url(../images/noprec.png) no-repeat;
    background-size: cover;
    border: 1px solid #797979;
  }

  .cloudbutton {
    top: 4px;
    right: 40px;
    width: 35px;
    height: 26px;
    background: url(../images/cloud.png) no-repeat;
    background-size: cover;
    border: 1px solid #797979;
  }

  .nocloudbutton {
    top: 4px;
    right: 40px;
    width: 35px;
    height: 26px;
    background: url(../images/nocloud.png) no-repeat;
    background-size: cover;
    border: 1px solid #797979;
  }

  .weather {
    top:5px;
    left:5px;
    position: absolute;
    z-index: 2000000;
    display: flex;
  }

  .noweatherwarning {
    background-color: black;
    color: orange;
    padding: 5px;
    margin-left:7px;
    border-radius: 5px;
  }

  #groundtrack {
    position: absolute;
    z-index: 500;
    top: 9px;
    left: 9px;

  }

  .groundtrackOn {
    background-color: black;
    color: #669578;
    width: 100px;
    border: 1px solid #4e6556;
  }

  .groundtrackOff {
    width: 100px;
  }



  #showupto {
    display: flex;
    align-items: center;
    margin-left: 23px;
    /* position: absolute; */
    left: 380px;
  }

  #showuptoios {
    display: flex;
    align-items: center;
    margin-left: 23px;
    /* position: absolute; */
    left: 380px;
  }

  .showlabel {
  }

  .longword{
  }

  .shortword{
    display: none;
  }

  #numsats{
    display: none;
  }

  .maxsats {
    width: 65px;
    margin: 5px;
  }



  .usecasedesc {
    padding: 9px;
    /* font-size: 11px; */
    color: #adadad;
  }

  .desctitle {
    padding: 15px 0px 0px 15px;
    /* font-size: 11px; */
    color: #adadad;
    font-weight:700;
  }

  .descbody {
    padding: 9px 9px 15px 15px;
    /* font-size: 11px; */
    color: #adadad;
  }

  .overcastbutton {
    width: 35px;
    height: 26px;
    background: url(../images/prec.png) no-repeat;
    background-color:black;
    position: absolute;
    /* top: 10px; */
    /* left: 10px; */
    display: inline-block;
    float: right;
    /* margin: 9px; */
    border: 1px solid #797979;
  }

  .overcastbutton1 {
    /* position: absolute; */
    /* top: 10px; */
    /* left: 10px; */
    display: inline-block;
    float: right;
    color: white;
    /* margin: 9px; */
    /* font-size: 14pt; */
    border: 1px solid #797979;
  }

  #mapid {
    height: 300px;

  }

  #heatmap {
    height: 100%;
    width: 100%;
  }

  #cesiumContainer {
    height: 100%;

  }

  #searchplace {
    width: 100%;
  }

  #satelitelist {
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  #filter {
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  #favs {
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }


  /* Hide scrollbar for Chrome, Safari and Opera */
  #satelitelist::-webkit-scrollbar {
    display: none;
  }

  #filter::-webkit-scrollbar {
    display: none;
  }

  #favs::-webkit-scrollbar {
    display: none;
  }

  .satline {
  }

  .satheader {
    border-bottom: 1px solid #606060;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 25px;display: flex;
  }

  .satdetails {
    padding-top: 5px;
    /* box-shadow: 0 8px 12px -7px #080808 inset; */
    /* padding-bottom: 5px; */
    /* border-bottom: 1px solid #8c8989; */
  }

  .klappdet .satdet {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #3e3e3e;
  }

  .klappdet .smallicon {
    height: 15px;
    width: 15px;
    margin-right:7px;
    margin-left: 6px;
  }

  .klappdet .satdetailheader {
    margin-left: 7px;

  }

  .satdet {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #3e3e3e;
  }

  .satdetIndented {
    padding-bottom: 2px;
    padding-top: 2px;
  }

  .eyeclass {
    display: inline-block;
    margin-left: auto;
  }

  .satdetailheader {
    display: inline-block;
    /* font-weight: 200; */
    margin-left: 32px;
    width: 150px;
  }

  .satdetailheaderIndented {
    display: inline-block;
    margin-left: 55px;
    width: 130px;
  }

  .satdetaildataIndented {
    display: inline-block;
    /* margin-left: 20px; */
  }

  .satdetaildata {
  }

  .noradname {
    display: inline-block;
    width: 220px;
    /* position: absolute; */
    left: 60px;padding-top: 4px;cursor: default;


  }
  .noradid {
    display: inline-block;
    width: 60px;
    /* position: absolute; */
    /* left: 260px; */padding-top: 4px;cursor: default;
  }

  .othernames {
    font-weight: 200;
  }

  .smallicon {
    height: 25px;
    vertical-align: middle;
    margin-right: 7px;
    cursor: pointer;
  }

  .mediumicon {
    height: 40px;
    padding-left: 9px;
    padding-right: 9px;

  }

  .bigicon {
    height: 50px;
    vertical-align: middle;
    margin-right: 7px;
    cursor: pointer;
  }


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

  .interactioncount {
     float: left;
     padding: 12px;
  }

  #leftcontent {
    flex: 0 0 445px;
    padding-top: 9px;
    /* margin-left: 9px; */
    /* margin-right: 9px; */
    /* overflow-y: scroll; */
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 5px;
  }

  #biglogo {
    display: inline-block;
    margin-left: 12px;

  }

  #smallogo {
    display: none;
  }

  #tinylogo {
    display: none;
  }

  #hamburger {
    display: none;
  }

  .hamburgerimage {
    height: 28px;
    border: 1px solid #4e6556;
    border-radius: 14px;
    width:28px;
  }

  #rightcontent {
    flex: 1;
    /* margin-bottom: 50px; */
    padding: 7px;
      width: 1200px;
  }

  #timesliderdiv {
    margin-top: 10px;
    margin-bottom: 9px;
    margin-right: 9px;
    position: relative;
    height: 125px;
  }

  #timeslider {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .labelTimeMax {
    margin-right: 9px;
  }
  #textsearch {
    padding: 3px;
  }

  .formunit{
    cursor: default;margin-left: 3px;
  }
  .segmented {
    display: flex;
  }

  .segbuttonOn {
    display: flex;
    background-color: black;
    border-radius: 7px;
    height: 30px;
    width: 71px;
    justify-content: center;
    align-items: center;
    color: #669578;
    margin-right:1px;
    font-weight: 500;
    cursor: pointer;
  }

  .segbuttonOff {
    display: flex;
    background-color: black;
    border-radius: 7px;
    height: 30px;
    width: 71px;
    justify-content: center;
    align-items: center;
    color: #a8a8a8;
    margin-right: 1px;
    font-weight: 500;
    cursor: pointer;
  }

  .logo {
    height: 45px;
  }

  input {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: none;
    padding: 5px;
    padding-left: 9px;
    padding-right: 9px;
    background-color: black;
    color:#e6e6e6;
    font-size: 11px;
    -webkit-appearance: none;/* font-size: 12px; */ border: 1px solid #4e6556;
  }

  button {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    padding: 5px;
    padding-left: 9px;
    padding-right: 9px;
    background-color: #749380;
    font-size:12px;
    color:#e6e6e6;
    height: 27px;
    font-weight: 500;
    cursor: pointer;

  }

  select {
    background: black;
    color:#e6e6e6;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    /* border-radius: 50px; */
    padding: 0px;
    padding-left: 9px;
    padding-right: 7px;
    height: 27px;/* margin-bottom: 9px; *//* margin-top: 9px; */
    /* font-size: 12px; */
    font-weight:400;
    border: 1px solid #4e6556;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) calc(1em - 2px),
    calc(100% - 10px) calc(1em - 2px),
    calc(100% + 2.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;cursor: pointer;
  }

  select:focus{
    outline: none;
  }

  input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

  /* Hide scrollbar for Chrome, Safari and Opera */
  -webkit-scrollbar {
    display: none;
  }


  scrollbar {
    display: none;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .warning {
    color: rgb(222, 68, 68);
    /* position: absolute; */
    top: 10px;
    /* right: 50px; */
    padding-left: 12px;
  }

  .blink_me {
    animation: blinker 1s linear infinite;
  }

  @keyframes blinker {
    50% {
      opacity: 0.3;
    }
  }

  /*** loader instead of animated GIF */

  #spinner {
    /*** visibility:hidden;*/
  }

  .loader,
  .loader:after {
    border-radius: 50%;
    width: 4em;
    height: 4em;
  }
  .loader {
    margin-right: 2px;
    font-size: 12px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    border-left: 4px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 0.8s infinite linear;
    animation: load8 0.8s infinite linear;
  }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  /** end of loader */


  /*** Google SearchBox */

  .pac-container {
    background-color: black;
  }

  .pac-logo:after {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-non-white3_hdpi.png);
  }
  .hdpi.pac-logo:after {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-non-white3_hdpi.png)
  }

  .pac-item, .pac-item-query  {
    color: #e6e6e6;
  }

  .pac-matched {
    color: white;
  }

  .pac-item:hover {
    background-color: #3F3F3F;
    color: #e6e6e6;
  }

  /** Leaflet Radio Buttons */

  .leaflet-control-layers-base input {
    height: 16px;
    width: 16px;
  }

  .leaflet-control-layers-base input[type="radio"] {
    -moz-appearance: None;
    -webkit-appearance: none;
    border-style: solid;
    border-width: 5px;
    background: #C7C7C7;
    margin-right: 5px;
    padding: 0px !important;
  }

  .leaflet-control-layers-base input[type="radio"]:checked {
    background: black;
    border-width: 5px;
    background: black;
    margin-right: 5px;
  }

  .leaflet-control-layers-group input {
    height: 16px;
    width: 16px;
  }

  .leaflet-control-layers-group input[type="radio"] {
    -moz-appearance: None;
    -webkit-appearance: none;
    border-style: solid;
    border-width: 5px;
    background: #C7C7C7;
    margin-right: 5px;
    padding: 0px !important;
  }

  .leaflet-control-layers-group input[type="radio"]:checked {
    background: black;
    border-width: 5px;
    background: black;
    margin-right: 5px;
  }




  .leaflet-control-layers-base label div {
    display: flex;
    margin: 8px;
    align-items: center;
  }


  .leaflet-control-layers-group-name {
    font-weight: bold;
    margin-bottom: .2em;
    margin-left: 3px;
  }

  .leaflet-control-layers-group {
    margin-bottom: .5em;
  }

  .leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    padding-right: 10px;
  }

  .leaflet-control-layers label {
    display: flex;
    align-items: center;
  }

  #appversion {
    margin-left: auto;
    margin-right: 2px;
    text-align: right;
    color: #939393;
  }

  #realtimetext {
  }

  #deletebox {
    display: none;
    background-color: #333333;
    position: absolute;
    width: 300px;
    height: 56px;left: 42px;flex-direction: column;justify-content: center;align-items: center;border: 1px solid #606060;
  }

  #deletetext {
    padding: 3px;

  }

  #noweatherdata {
    right: 80px;
    position: absolute;
    padding-bottom: 5px;
  }


  .redfamily {
    color: red;
  }
  .search-box,.close-icon,.search-wrapper {
    position: relative;
    /* padding: 10px; */
  }
  .search-wrapper {
    width: 500px;
    margin: auto;
    margin-top: 50px;
  }
  .search-box {
    /* width: 80%; */
    /* border: 1px solid #ccc; */
    /* outline: 0; */
    /* border-radius: 15px; */
  }
  .search-box:focus {

  }
  .close-icon {
    border:1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
  }
  .close-icon:after {
    content: "X";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #1c1c1c;
    z-index: 1;
    right: 35px;
    top: 0;
    bottom: 0;
    margin-top: 2px;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    /* color: white; */
    font-weight: 100;
    font-size: 11px;
    cursor: pointer;
    line-height: 0.4cm;
    color: #749380;
  }
  .search-box:not(:valid) ~ .close-icon {
    display: none;
  }


  #satnameinput {
    width: 240px;
    height: 28px;
    margin: 4px;
  }

  #autocomplete {
    width: 337px;
    margin-right: 4px;
    height: 28px;
  }

  td .smallicon {
    margin-left: 5px;
    margin-right: 2px;
  }

  td span {
    white-space: nowrap;
  }

  .adminpanel {
    position: absolute;
    top: 78px;
    left: 0px;
    width: 430px;
    height: 600px;
    background-color: #2D2C2C;
    padding: 9px;
    z-index: 8000;
    border: 1px solid rgb(130, 130, 130);
    overflow-y: scroll;
  }

  .adminpanel div span {
    width: 120px;
    float: left;
    padding-left: 9px;
  }
.userhead {
  display: flex;
  align-items: center;
  font-size: 21px;
  padding-left: 9px;
  padding-bottom: 16px;
}

.userhead .smallicon {
/* background-color: red; */
margin-left: auto;height: 30px;
}

  .usertitle {

  }

  .useradd {padding-left: 7px;padding-bottom: 12px;

  }
  .userrow {
    border-bottom: 1px solid #606060;
    padding-bottom: 7px;
    padding-top: 5px;
    display: flex;
    align-items: center;height: 32px;
  }


  .tooltip {
    position: relative;
    display: inline-block;
  }

  .tooltip .tooltiptext {
    position: absolute;
    z-index: 9000000000;
    visibility: hidden;
    width: 200px;
    background-color: #555555;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    border-radius: 5px;
    padding: 9px;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
  }

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

/*  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .buttontooltip {
    position: relative;
    display: inline-block;
  }
  .buttontooltip::before {
    position: absolute;
    width: 120px;
    background-color: #555555;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border-radius: 5px;
    content: attr(data-title);
    display: none;
    padding: 9px 9px;
    top: 20px;
    left: 5px;
    z-index: 300000000;
  }
  .buttontooltip:hover::before {
    display: block;
  } */


  #interactiveHelp {
      position: absolute;
      width: 300px;min-height: 50px;
      padding: 12px 12px 12px 17px;
      border-radius: 5px;
      background-color: #555555;
      z-index: 3000000;
  }

  .bubblenot {
    box-shadow: 12px 12px 12px -4px #121111;
  }

  .bubbleleft {
     box-shadow: 12px 12px 12px -4px #121111;
   }

  .bubbleleft:after {
    content: '';
  	position: absolute;
  	left: 0;
  	top: 50%;
  	width: 0;
  	height: 0;
  	border: 20px solid transparent;
  	border-right-color: #555555;
  	border-left: 0;
  	margin-top: -20px;
  	margin-left: -20px;
  }


  .bubbleright {
      box-shadow: -12px -12px 12px -4px #121111;
  }

  .bubbleright:after {
    content: '';
  	position: absolute;
  	right: 0;
  	top: 50%;
  	width: 0;
  	height: 0;
  	border: 20px solid transparent;
  	border-left-color: #555555;
  	border-right: 0;
  	margin-top: -20px;
  	margin-right: -20px;
  }


  .bubbletop {
     box-shadow: -12px 12px 12px -4px #121111;
  }

  .bubbletop:after {
    content: '';
  	position: absolute;
  	top: 0;
  	left: 50%;
  	width: 0;
  	height: 0;
  	border: 20px solid transparent;
  	border-bottom-color: #555555;
  	border-top: 0;
  	margin-left: -20px;
  	margin-top: -20px;
  }

  .bubblebottom {
     box-shadow: 12px 12px 12px -4px #121111;
  }

  .bubblebottom:after {
    content: '';
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	width: 0;
  	height: 0;
  	border: 20px solid transparent;
  	border-top-color: #555555;
  	border-bottom: 0;
  	margin-left: -20px;
  	margin-bottom: -20px;
  }

  .helptitle {
      font-weight: 700;
      padding-bottom: 9px;

  }

  .helpdesc {
      line-height: 1.4;
  }

  .helpbuttons {
    padding-top: 9px;
    text-align: end;
  }

  .space {
    height: 40px;
  }


  #expertiOSOn {
  background-color: black;
  color: #669578;
  position: absolute;
  right: 195px;
  top: 19px;
  width: 70px;
  border: 1px solid #4e6556;
  }

  #expertiOSOff {
  position: absolute;
  right: 195px;
    top: 19px;
  width: 70px;
  }



    /* *****************   lo resolution   ************************************************** */

    @media screen and (max-width: 1400px) {


      #biglogo {
        height: 30px;
      }

  }

  /* *****************  tablet   ************************************************** */

  @media screen and (max-width: 1000px) {

    #switchview {
      display: block;
    }

    #leftcontent {
      flex: 0 0 355px;
      padding-top: 9px;
      padding-right: 5px;
    }

    .formline {

      flex-wrap: wrap;
  }

  #autocomplete {
    width: 257px;
  }

  .filterrow {
    height: auto;/* min-height: 32px; */
  }
  .third {
margin-left: 0px;/* padding-top: 9px; */
}

    #biglogo {
      height: 30px;
    }

    #headerdivision {
      display: flex;
      padding: 10px;
      align-items: center;
      border-bottom: 1px solid #E6E6E6;
      background-color: #000000;
      height: 20px;
    }

    #headerdivision .logo {
      height: 23px;
    }

    #usecasetitle
    {

      width: 140px;
    }

        #control {
          display: flex;
          position: relative;
          align-items: center;
        }

        #seconds {
          display: flex;
          align-items: center;
        }

        .secsbutton {
          width: 33px;
          margin-left: 2px;
        }

        #showupto {
          margin-left: 30px;
          display: inline;
          align-items: center;
          position: absolute;
          top: -46px;
          left: unset;
          right: 160px;
          width: 250px;
          display: flex;
        }

        #satnameinput {
          width: 207px;
        }


        #appversion {
          margin-left: auto;
          margin-right: 2px;
          text-align: right;
          color: #939393;
        }

        .longword {
          display: none;
        }

        .shortword{
          display: inline;
        }

        #secondslabel {
          margin-left: 3px;
          margin-right: 10px;
        }

        #expertOn {
        background-color: black;
        color: #669578;
        position: absolute;
        left: 286px;
        width: 70px;
        }

        #expertOff {
        position: absolute;
        left: 286px;
        width: 70px;
        }

        #expertiOSOn {
        background-color: black;
        color: #669578;
        position: absolute;
        right: 195px;
        top: 6px;
        width: 70px;
        border: 1px solid #4e6556;
        }

        #expertiOSOff {
        position: absolute;
        right: 195px;
          top: 6px;
        width: 70px;
        border: 1px solid #000000;
        }


        .description-top {

width: 250px;
}

.formlabel {
display: inline;

}



  /*** loader instead of animated GIF */

  #spinner {
    /*** visibility:hidden;*/
  }

  .loader,
  .loader:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
  }
  .loader {
    margin-right: 2px;
    font-size: 12px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    border-left: 4px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 0.8s infinite linear;
    animation: load8 0.8s infinite linear;
  }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  /** end of loader */

  #biglogo {
    display: none;
  }

  #smallogo {
    display: inline-block;
    margin-left:5px;
  }


  #tinylogo {
  display: none;
  }

  }




  /* *****************  smaller devices ************************************************** */


  @media screen and (max-width: 835px) {

    body,html {
      /* overflow: scroll; */
    }

    #showupto {
      margin-left: 4px;
      display: flex;
      align-items: center;
      position: relative;
      right: unset;
      left: auto;
      top:auto;
      width:auto;
    }

    #showuptoios {
      margin-left: 4px;
      display: flex;
      align-items: center;
      position: relative;
      left: auto;
      top:auto;
      width:auto;
    }

    .showlabel {
     text-align: center;
    }

    .segmented {
      font-size: 10px;
    }


    #numsats{
      display: inline;
    }
    #seconds {
      display: flex;
      align-items: center;
    }

    #timesliderdiv {
      margin-top: 10px;
      margin-bottom: 9px;
      position: static;
      bottom: 0px;
    }

    .warning {
      width: 65px;
    }
    #anilabel {
    display: inline-block;
    }

    input {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
/*      border: none;*/
      padding: 5px;
      padding-left: 9px;
      padding-right: 9px;
      background-color: #000000;
      color:#e6e6e6;
      font-size:12px;
      font-weight:400;
      -webkit-appearance: none;
    }

    button {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      /* border-radius: 50px; */
/*      border: none;*/
      /* padding: 5px; */
      /* padding-left: 9px; */
      /* font-size: 11px; */
      /* height: 27px; */
    }

    .segbuttonOn {
      width: auto;
      min-width: 40px;

    }

    .segbuttonOff {
        width: auto;
      min-width: 40px;
    }
    #upperbuttons {
      padding: 9px 5px 9px 20px;
}


    select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: #000000;
      color:#e6e6e6;
/*      border: none;*/
      border-radius: 50px;
      /* padding: 5px; */
      padding-left: 9px;
      padding-right: 9px;
      height: 27px;
      font-size:12px;
      font-weight:400;
      background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
      background-position: calc(100% - 15px) calc(1em - 2px),
      calc(100% - 10px) calc(1em - 2px),
      calc(100% + 2.5em) 0.5em;
      background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
      background-repeat: no-repeat;
    }

    select:focus{
      background-color: black;
      outline: none;
    }

    select option {
      color: white;
      background-color: black;
    }


    .dropbtn {
      cursor: pointer;
      background-image: linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
      background-position: calc(100% - 15px) calc(1em - 2px),
      calc(100% - 10px) calc(1em - 2px),
      calc(100% + 2.5em) 0.5em;
      background-size: 5px 5px,
      5px 5px,
      1px 1.5em;
      background-repeat: no-repeat;
      width: 130px;
      text-align: left;/* padding-right: 3px; */
    }

    .dropdown {
  /* position: relative; */
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropdown {
  /* background-color: #3e8e41; */
}

#expertiOSOn {
background-color: black;
color: #669578;
position: absolute;
left: auto;
right: 70px;
top: 6px;
width: 60px;
border: 1px solid #4e6556;
}

#expertiOSOff {
position: absolute;
left: auto;
right: 70px;
  top: 6px;
width: 60px;
border: 1px solid #000000;
}




    #headerdivision {
      display: flex;
      padding: 10px;
      align-items: center;
      border-bottom: 1px solid #E6E6E6;
    }
    #headerdivision .logo {
      height: 23px;
    }




    #headerdivision button:last-child {
      /* margin-right: auto; *//* width: 65px; */
    }

    #hamburger {
      display: inline-block;
    }
    #guidanceOn {
      display: none;
    }

    #guidanceOff {
      display: none;
    }

    #chlogo {
      display: none;
    }

    #leftcontent {
      flex: 0 1 100vw;
      /* padding: 9px; */
      overflow-y: scroll;
    }

    #rightcontent {
      flex: 1;
      padding: 1px;
    }

    .inputlat {
      width: 62px;
    }

    .inputlng {
      width: 62px;

    }

    #inputele {
      width: 30px;
      margin-left: 5px;
    }


    #control {
      display: flex;
      position: relative;
      margin-right: 0px;
      height: 39px;
    }

    #mapdiv {

      margin-right: 0px;
    }


    #threeddiv {
      margin-right: 0px;
    }

    .upperfilterlabel {
      width: auto;
    }



    .latdiv {
      display: flex;
      flex-wrap: nowrap;

    }


    .londiv {
      display: flex;
      margin-left: 0px;
    }



    .formlabel {
      display:none;
    }

    .formunit {
      display:inline-block;
    }

    #upperinputs {

    }

    .degree {

    }

    .first {
      /* flex: 2 1; */
    }



    .filterlabel {
      width: 90px;
    }
    .third {
      /* margin-left: 9px; */
      /* flex-basis: 100%; */
      /* display: flex; */
      /* margin-top: 5px; */
    }

    .mode {

    }

    .noradname {

      width: auto;

    }

    .satdetailheader {
      display: inline-block;
      /* font-weight: 200; */
      margin-left: 9px;
      width: 99px;
    }

    .satdetailheaderIndented {
      display: inline-block;
      margin-left: 18px;
      width: 130px;
    }

    #location {

    }

    #locationField  input.textinput {
      width: 260px;
    }


    #coordinates {
      /* flex-wrap: wrap; *//* align-items: flex-end; */
    }

    #duration {
      /* flex-wrap: wrap; *//* flex: 1 0 30%; */align-items: center;   }

      #date {
        /* position: absolute; */
        /* top: 40%; */
        /* left: 40%; */
        /* margin-left: 10px; */
        /* height:10em; */
        /* bottom: 40px; */
        /* font-size:11px; *//* order: 3; */
      }

      .labelTimeMin {
        font-size:11px;
      }

      #labelTimeMax {
        font-size:11px;
        margin-right: 0px;
      }

      .noradname {
        width: 180px;
      }

      /*** loader instead of animated GIF */

      #spinner {
        margin-left:9px;
      }

      .loader,
      .loader:after {
        width: 2em;
        height: 2em;
      }
      .loader {
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        border-right: 2px solid rgba(255, 255, 255, 0.2);
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        border-left: 2px solid #ffffff;
      }


      #appversion {
        margin-left: auto;
        margin-right: 2px;
        text-align: center;
      }
      #anispeed {
        margin-right: 2px;
      }

      #anipulldown {
        width: 85px;margin-left: 2px;
      }

      .secsbutton {
        width: 33px;
        margin-left: 2px;
      }



      #deletebox {
        display: none;
        background-color: #333333;
        position: absolute;
        width: 98%;
        height: 56px;
        left: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #606060;/* margin-right: 300px; */
      }

      #filter {
        overflow: hidden;
        max-height: none;
      }

      .close-icon:after {
        margin-top: 2px;
      }

      .cesium-viewer-toolbar {
        font-size: 16px !important;
        overflow: auto !important;
      }
    }


    @media screen and (max-width: 500px) {

      #biglogo {
        display: none;
      }

      #smallogo {
        display: none;
      }

      #tinylogo {
        display: inline-block;
        margin-left:5px;
      }
    }

    /* *****************  small devices  ************************************************** */

    @media screen and (max-width: 322px) {

      .cesium-viewer {
        font-size: 16px !important;
        overflow: hidden !important;
      }

      #biglogo {
        display: none;
      }

      #smallogo {
        display: none;
      }

      #tinylogo {
        display: inline-block;
        margin-left:5px;
      }


      #appversion {
        margin-left: auto;
        margin-right: 2px;
      }

      .description-top {
        width: 150px;
      }

      #headerdivision .logo {
      }

      #usecasetitle {
        width: 100px;
      }

      #expertOn {
        background-color: black;
        color: #669578;
        position: static;
        width: 70px;
        margin-left: auto;
      }

      #expertOff {
        position: static;
        width: 70px;
        margin-left: auto;
      }

      /*** loader instead of animated GIF */

      #spinner {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
      }

      .loader,
      .loader:after {
        border-radius: 50%;
        width: 4em;
        height: 4em;
      }

      .loader {
        border-top: 4px solid rgba(255, 255, 255, 0.2);
        border-right: 4px solid rgba(255, 255, 255, 0.2);
        border-bottom: 4px solid rgba(255, 255, 255, 0.2);
        border-left: 4px solid #ffffff;
      }

      /** end of loader */

    }
