body{
  font-family: 'Montserrat', sans-serif;
  text-rendering: geometricPrecision;
  background-color: gray;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a{
  color: white;
}
a:visited{
  color:white;
}
a:hover{
  color:white;
}
#cesiumContainer{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  font-family: sans-serif;
}
#parChart{
width: 95%;
height: 400;
margin: auto;
}
#linesEtc{
  width:100%;
  padding-top: 4px;
  padding-bottom: 7px;
  background: rgba(0,0,0,.8);
  border-style: solid;
  border-width: 1.5px;
  border-color-top: rgba(100,100,100,.6);
  border-top-left-radius:7px;
  border-top-right-radius: 10px;
  color: #333;
  z-index: 0;
  touch-action: none;
}
#slidingPanel {
  position: fixed;
  top: 100%;
  width: 100%;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;

}

#slidingPanel.on {

}

#pulltab{
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 3px;
  padding-bottom: 2px;
  position: relative;
  top:2px;
  left: 10px;
  width: 30px;
  height: 20px;
  background: rgba(100,100,100,.6);
  display: table;
  border-style: none;
  border-width: 1.5px ;
  border-color: rgba(100,100,100,.6);
  border-bottom-color: rgb(0,0,0);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  color: white;
  transition: all .3s;
  z-index:1;
  overflow: hidden;
}

#pulltab .fa{
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  transition: transform .3s;
}
#pulltab .icon{
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  height: 40px;
  cursor: pointer;
}
#pulltab .icon:hover{
  color: #73c5f3;
}
#pulltab.on{
  background: rgba(0,0,0,.6);
  width: 670px;
  border-style: solid;
}
#pulltab.on .fa{
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
#entityStats{
  width: 250px;
  //height: 10px;
  display: none;
  margin: 7px;
  font-size: 11px;
}
.on #entityStats{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#entityStats > div{
  height: 14px;
  overflow: hidden;
}
#topStrip {
  display: inline;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0px;
  height: 0px;
}

#dimensionSelectPanel {
  display: inline-block;
  position: relative;
  background-color: rgba(0,0,0,.8);
  //margin: auto;
  z-index: 2;
  font-size: 14px;
  color: white;
  border-style: solid;
  border-color: rgb(130,130,150);
  border-width: 1px;
  border-radius: 5px;
  padding: 4px;
  width: 190px;
  cursor: pointer;
}
#dimensionUpdateButton{
  width: 170px;
  margin: 0px 5px;
  text-align: center;
  //display: inline;
  //float:none;
}
#dimensionSelectPanel.hide{
  display: none;
}
#dimensionList{
  max-height: 250px;
  overflow: auto;
}
.dimensionItem {
  margin: auto;
  background-color: black;
  display: table;
  font-size: 13px;
}
.dimensionItem:hover{
  background-color: rgba(69,69,69,.8);
} 

.dimensionItem > div{
  vertical-align: middle;
  padding: 2px;
  display: table-cell;
}
.dimensionLabel {
  text-align: left;
  width: 150px;
}
.dimensionIcon {

}

.dimensionItem i{
  opacity: 0;
}
.dimensionItem.selected i {
  opacity: 1;
}


.buttonset{
  display: none;
}
.on .buttonset{
  display: table-cell;
  float:left;
  margin: 0px 14px;
}

.fancy-button {
  font-size: 12px;
  background-color: rgba(54,54,54,.6);
  float: left;
  height: 15px;
  margin: 3px;
  padding: 5px;
  border-style: solid;
  border-width: 0px 1px;
  border-color: rgb(75,75,75);
  border-radius: 5px;
  cursor: pointer;
}

.fancy-button.auto{
  color: rgb(156, 156, 156);
  border-color: rgb(87,193,87);
}
.fancy-button:hover {
  background-color: rgba(0,102,155,.9);
  color:white;
}

#filterbutton.on{
  background-color: rgba(0,102,155,.9);
}

#tab-details: {
  display: none;
  width: 790px;
  overflow: hidden;
}

.on #tab-details {
  display:table;
  width: 830px;
  overflow: hidden;
}

.button-label{
  //display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 12px;
  float: left;
}
.button-roof{
  border-width: 0px;
  border-top-width:1px;
  border-radius: 5px;
  border-color: rgb(76,76,76);
  border-style: solid;
  padding:2px;
}
.table-cell{
  display: table-cell;
}


.pretty-scroll::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: rgb(0,0,0);
}

.pretty-scroll::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.pretty-scroll::-webkit-scrollbar-thumb
{
  background-color: rgba(55,55,55,.9);
}

#popupbg{
  position:absolute;
  width:100%;
  height:100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(0,0,0,.8);
  display: none;
}

#popupbg.show{
  display: inline;
}

#popupbox{
  position: absolute;
  width: 700px;
  height: 660px;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -350px;
  background-color: rgba(42,42,42,.9);
  background: -webkit-linear-gradient(rgba(64,64,64,.9),rgba(42,42,42,.9)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(64,64,64,.9),rgba(42,42,42,.9)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(64,64,64,.9),rgba(42,42,42,.9)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(64,64,64,.9),rgba(42,42,42,.9)); /* Standard syntax */
  border-radius: 10px;
  border-style: solid;
  border-color: rgba(90,90,90,.8);
  border-width: 3px 0px;
  color:white;
}

#popupcontents{
  width:680px;
  position:relative;
  padding: 0px 10px;
}
#logobanner{
  width: 372px;
  //display: block;
  //position: relative;
  z-index:3;
  margin: 10px auto 5px;
}
#openingblurb{
  margin:0px auto;
  font-size: 18px;
  padding: 0px 15px 10px;
  line-height: 1.5em;
  text-align: center;
}
#explainblurb{
  position:relative;
  width:660;
  margin: 0px auto;
  display: table;
}
.explainpanel{
  display: table-cell;
  width: 210px;
  height: 170px;
  text-align: center;
  font-size: 14px;
}
.explainimg{
  width:190px;
  height:220px;
  border-radius: 15px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
.explainimg img{
  z-index: -1;

}
#teaserblurb{
  width: 660px;
  margin: 10px auto 3px;
  font-size: 18px;
  line-height: 1em;
  border: 0px;
  border-bottom: 0px;
  border-style: solid;
  padding-bottom: 7px;
  text-align: center;
}
.teaseritem{
  text-align: left;
  padding: 10px 15px 0px;
  line-height: 1.15em;
  font-size: 15px;
  width: 530px;
  margin: 0px auto;

}
#closingblurb{
  width: 610px;
  margin:0px auto;
  font-size: 18px;
  text-align: center;
}
#footerbutton{
  font-size: 22px;
  background-color: rgba(80,80,80,.4);
  height: 30px;
  width: 300px;
  text-align: center;
  margin: 10px auto;
  padding: 5px;
  border-style: solid;
  border-width: 0px 8px;
  border-color: rgba(0,102,155,.9);;
  border-radius: 10px;
  cursor: pointer;
}
#footerbutton:hover {
  background-color: rgba(0,102,155,.9);
  color:white;
}
#lillogo{
  cursor: pointer;
}

#sharebtn {
  width:30px;
  height:30px;
  border-width:1px;
  border-style: solid;
  border-radius:4px;
  background-color: rgb(48,51,54);
  position: absolute;
  right: 84px;
  top: 7px;
  border-color: #444444;
  cursor: pointer;
  padding-top: 0px;
  overflow: hidden;
}
#sharebtn:hover{
  box-shadow: 0px 0px 10px white;
  background-color: rgb(68,138,187);
  border-color: rgb(170,238,255);
}

#sharepanel{
  color: white;
  width: 300px;
  z-index: 2;
  position: absolute;
  top:48px;
  right: 83px;
  background-color: rgba(20,20,20,.9);
  padding: 5px;
  border-radius: 5px;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
#sharepanel .title{
  width: 100%;
  text-align: center;
  font-size: 20px;
}
#sharepanel .subtitle{
  text-align: center;
  padding: 10px 20px 5px;
  margin: 0px auto;
}
.sharechoice{
  width:136px;
  text-align: center;
  border: 1px rgb(30,30,30);
  border-style: solid;
  float: left;
  margin: 5px 4px;
  font-size: 18px;
  cursor: pointer;
  border-width:0px 2px;
  border-radius: 5px;
}
.sharechoice.selected{
  color: rgb(87,193,87);
  border-color: rgb(87,193,87);
}
.sharechoice:hover{
  background-color: rgba(0,102,155,.7);
}
#upload1{
  height: 20px;
  width: 60px;
  text-align: center;
  font-size: 16px;
}
#upload2{
  height: 20px;
  width: 60px;
  text-align: center;
  font-size: 16px;
}
.hide{
  display:none;
}
#sharepanel input[type=text]{
  display: block;
  background-color:rgb(20,20,20);
  color: white;
  font-size: 22px;
  text-align: center;
  border-style: solid;
  border-width:0px;
  border-bottom-width:1px;
  border-color: rgb(100,100,100);
  width: 280px;
  margin: 5px auto;
}
#sharepanel textarea{
  display: block;
  background-color:rgb(20,20,20);
  color: white;
  font-size: 16px;
  text-align: left;
  border-style: solid;
  border-width:1px;
  border-bottom-width:1px;
  border-color: rgb(100,100,100);
  width: 280px;
  height:180px;
  margin: 5px auto;
}
#share_waiting{
  width:100%;
  height: 180px;
  display: table;
  text-align: center;
  vertical-align: middle;
}
.hide #share_waiting{
  display: none;
}
.wait_msg {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.hide .wait_msg{
  display: none;
}
.wait_msg > div{
  padding-bottom: 15px;
}
#share3 {
  height: 150px;
}
#newuploads{
  width:90%;
  margin:10px auto;
  text-align: center;
  //display: block;
}
#showPrevLinks{
  color: rgb(200,200,200);
  font-size:14px;
  margin-top:14px;
  margin-left: 10px;
  text-decoration:none;
}
#showPrevLinks:hover{
  color: #73c5f3;
}
#prevLinkList{
  width:90%;
  font-size: 14px;
  margin: 5px auto;
  text-align: center;
  max-height: 100px;
  overflow: auto;
}
