body:-webkit-full-screen {
    width: 100%;
    height: 100%;
}
body::-ms-backdrop {
    background:url('assets/bg.png') repeat scroll 0 0 transparent;
}
body {
    margin:0;
}
#mainNav img, #leftNav img {
    border: 1px solid white;
    border-radius: 5px;
}
#mainNav img:hover, #leftNav img:hover {
    box-shadow: 0 0 4px white;
    -webkit-box-shadow: 0 0 8px white;
    cursor: pointer;
}
#mainNav img:active, #leftNav img:active {
    opacity: 0.6;
}
.inactive {
    opacity: 0.6;
    box-shadow: 0 0 0px white !important;
    -webkit-box-shadow: 0 0 0px white !important;
    cursor: default !important;
}
#goBtn {
    width: 55px;
    height: 23px;
    vertical-align: middle;
    background-color: #B0B0B0;
    color: white;
}
#mainNav * {
    vertical-align: middle;
}
#zoomBtn {
    width: 60px;
    height: 25px;
    background-color: #B0B0B0;
    color: white;
}
.thumbnail {
    padding: 5px 0;
    margin: 0 auto;
    width:164px;
    text-align:center;
}
.thumbnail img{
    border-radius:3px;
    border: 2px solid #B0B0B0;
    max-width:160px;
}
.thumbnail img:hover{
    border: 2px solid #0026FF;
    cursor: default !important;
}
.currentPageThumbnail img{
    border: 2px solid #FFD900;
}
#outlinePanel ul {
    list-style-type: none;
    padding: 0 5px;
}
#outlinePanel ul ul {
    padding-left: 15px;
    padding-right: 0;
}
#outlinePanel li {
    color: white;
    padding: 2px;
    font-family: Arial;
    font-size: 15px;
}
#outlinePanel li:hover {
    background-color: rgba(0,0,0,0.3);
    cursor: pointer;
}
.customNavLink {
    margin-right: 15px;
}
.customNavLink img {
    height: 27px;
    width: auto;
    border: 0 !important;
    border-radius:0 !important;
    margin-top: -3px;
}

.customNavPDFLink {
    width: 24px;
    height: 24px;
    background-color: #B0B0B0;
    color: white;
    margin-right: 46px;
    display: inline-block;
    position: fixed;
    right: 0;
}
