@import url(../Build/Cesium/Widgets/widgets.css);


html, body{
  padding: 0; 
  margin: 0; 
  font-family: sans-serif;
  background-color: black;
  color:white;
}

#wrapper {
    width: 1024px;
    height: 768px;
}

#cesiumContainer.fullsize {
    height: 692px;
    width: 654px;
    float: right;
    margin-right: 8px;
    margin-top: 10px;
    border: 1px #888 solid;
    padding: 0px; 
}

#infoContent {
    height: 80%;
    margin: 10px;
    width:95%;

    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#toolbar {
    position: fixed;
    top: 18px;
    left: 372px;
    height: 40px;
}

#piecePicker {
    position: fixed;
    top: 590px;
    left: 360px;
    height: 154px;
    max-width: 638px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden; /* Disable vertical scroll */
    white-space: nowrap;
    background-color: black;
    border: 1px #888 solid;
    border-radius: 10px;
    padding: 8px; 
}

#pieceInfo {
    position: fixed;
    width: 600px;
    top: 18px;
    left: 372px;
    background-color: rgba(0,0,0,.5);
    margin: 10px;
    padding:10px;
    border-radius: 10px;
    z-index: 200;
    display: none;
}

#pieceStory {

}

#pieceTitle {
    color: white;
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    color: white;
    text-shadow: 2px 2px #333;
}

.thumbnail {
    max-height: 150px;
    margin: 0px 10px 0px 10px;
    padding:0;
    border-radius: 10px;
    border: 1px #888 solid;
}

#previewText {
    margin: 20px;
    background: transparent;
}

#scrollPrompt {
    text-align: center;
    width: 24%;
    background-color: rgba(128,128,128,.9);
    margin: 10px;
    padding:10px;
    border-radius: 10px;
    position: fixed;
    z-index: 100;
    display: none;
    left: 20px;
}


/* The side navigation menu */
#bigPiece {
    width: 360px;
    position:fixed;
    overflow: auto;
    margin-right: 10px;
    /*border-radius: 0px 30px 30px 0px;*/
}

#bigImageMask {
    position: absolute;
    left: 0;
    top: 0;
    opacity: .0;
    transition: 2s;
    transition-delay: 3s;
}

#bigImage {
    position:relative;
    left: 0;
    top: 0;
}

#bigImageWrap {
    position: relative;
}

/* The side navigation menu */
.sidenav {
    height: 854px;
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 200; /* Stay on top */
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 48px;
    margin-left: 50px;
    color:white;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}


/* Main Navigation elements for toolbar*/
.mainNav {
    margin-left:0;
    margin-top:8px;
}

.mainNav img {
    max-height: 50%;
}