body {
  /*position: absolute;*/
  overflow: hidden;
  background: transparent url('../img/wavegrid.png');
}

.app {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
}

header nav {
  text-align: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 15px;
}

header nav a {
  font-weight: bold;
  font-size: 16px;
  padding: 5px 20px;
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #bbb;
  background-color: rgba(200, 200, 200, 0.3);
  padding: 6px 0;
}

footer a {
  padding: 0 20px;
}

#record-header {
  position: absolute;
  top: 40px;
  /*height: 60px;*/
  left: 0;
  right: 0;
  margin: 0;
  padding: 7px 0;
}

#record-header h1 {
  font-size: 18px;
  line-height: 28px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  position: absolute;
  border-top: 2px solid #ccc;
  top: 54px;
  bottom: 0;
  left: 0;
  right: 0;
}

#main h1 {

}

.map-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 400px;
}

.hidden-sidebar .map-box {
  right: 6px;
}

.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 400px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #fff;
  /*background: white url('../img/lined_paper_big.png');*/
}

.naki-attribution {
  position: absolute;
  height: 100px;
  left: 8px;
  right: 2px;
  bottom: 0;
  padding: 6px 6px 6px 12px;
  border-top: 1px solid #ccc;
}

.sidebar-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  background: #aaa url('../img/arrow-right.png') no-repeat 1px center;
  cursor: pointer;
  z-index: 200;
}

.sidebar-col{
  position: absolute;
  left: 8px;
  right: 0;
  bottom: 0;
  top: 0;
}

.hidden-sidebar .sidebar {
  width: 8px;
  overflow-y: hidden;
}

.hidden-sidebar .sidebar table {
  display: none;
}

.hidden-sidebar .sidebar-handle {
  background: #aaa url('../img/arrow-left.png') no-repeat left center;
}


.navbar-fixed-top .brand {
  float: right;
}

.slider {
  display: inline-block;
  width: 60%;
  margin-left: 10px;
}

.sidebar hr {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #bbb;
}

.sidebar h3 {
  font-size: 115%;
}

.globe-list {
  position: absolute;
  margin: 0;
  top: 58px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}

.globe-list li {
  list-style-type: none;
  border-bottom: 1px solid #9ab;
  padding-bottom: 7px;
  padding-left: 8px;
  margin-bottom: 10px;
}

.globe-list label, #ge-layer-control label, #vector-layer-control label {
  display: inline-block;
}

.globe-name, .layer-name {
  font-size: 110%;
  font-weight: bold;
  padding-left: 5px;
}

#ge-layer-control, #vector-layer-control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 46px;
  border-bottom: 1px solid #9AB;
  box-shadow: 0 2px 6px rgba(0,0,0,0.33);
  padding-left: 8px;
  padding-bottom: 6px;
}

#vector-layer-control input, #ge-layer-control input {
  display: inline-block;
}

.sidebar-row {
  padding-left: 25px;
}


#webgl-test {
  display: None;
}