﻿body {
    line-height:1.0;
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.body-content {
    overflow: auto;
    height: 95%;
}
.header_banner {
    background-color: lightskyblue !important;
    width:100%;
    height:100px;
    z-index:105;
    position:relative;
    top:0px;
    border-bottom: 2px solid darkblue;
}
#county_name{
    font-size:2.5vw;
}
.vi-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    page-break-after: always;
    padding-left:1%;
}
.navbar-inverse {
    background-color: lightskyblue !important;
}
footer {
    background-image: url("") !important;
    background-color: lightskyblue !important;
}
footer div a {
    color: yellow !important;
}
footer div a:hover {
    color: white !important;
}
#si_navigation img {
    width: 20px;
    cursor: help;
}
#navigation_inputs fieldset {
    background-image: linear-gradient(to bottom left, white, white, gray);
    border-radius:10px;
    margin-top:10px;
}
#left_panel{
    float:left;
    width:20%;
    position:fixed;
    overflow:auto;
    height:80%;
    display:none;
}
#right_panel{
    float:right;
    width:79%;
}
#page_navigation {
    right: 60px;
    top:100px;
    width: 380px;
    height: 52px;
    position: fixed;
    z-index: 100;
    border-radius: 5px;
    background-color: white;
}
#image_viewer_ul {
    list-style-type: none;
    margin: 0; /* To remove default bottom margin */
    padding: 0; /* To remove default left padding */
    display: none;
}
#image_viewer_div {
    width: 100% !important;
    height: 1500px !important;
    float: right !important;
    padding-bottom:50px;
}
#image_viewer_ul img {
    display: none;
}
.viewer-footer{
    top: 100px !important;
    bottom: initial !important;
    position:fixed;
    width:77%;
    left:22%;
}
.viewer-navbar {
    background-color: transparent !important;
    background-image: linear-gradient(to right, white, gray, white);
}
#instructions {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    height: 300px;
    font-size:1.2em;
    float:none !important;
    padding:20px;
}
#gotodocument_button{
    margin-left:10%;
    margin-bottom:5px;
    padding:3px;
}
.viewer-container {
    width: 100% !important;
    background-color: white !important;
}
.navbar-nav li {
    margin-left: 50px;
}
.navbar-nav li div {
    vertical-align: bottom;
    height: 64px;
    line-height: 90px;
    text-align: center;
}
.viewer-list {
    margin-left: 40% !important;
}
#si_index {
    float: left;
    min-width: 50%;
}
#si_index_navigation {
    float: right;
    margin:10px;
}
#si_purchase_options{
    float:left;
    z-index:106;
    position:fixed;
}
#si_index_navigation span:hover {
    cursor: pointer;
}
#si_ul_index {
    float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
#si_ul_index div {
    cursor: pointer;
    border-radius: 5px;
    padding: 2px;
    margin: 1px;
}
#si_ul_index div:hover {
    font-weight: bold;
}
#page_index_div {
    float: right;
    width: 50%;    
}
#page_index {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
}
.file_item {
    margin: 1px;
    border-radius: 5px;
    padding: 2px;
    text-indent: 6px;
}
.file_item:hover {
    cursor: pointer;
    text-decoration: underline;
}
.go_label {
    float: left;
    width: 60px;
    margin-top:15px;
}
.purchase {
    width: 64px;
    cursor: pointer;
    float: right;
}
.purchase:hover {
    margin-top: -3px;
    margin-bottom: 3px;
}
#cart_div {
    float: right;
}
.vi_navigation {
    color: yellow;
    float: right;
    padding-top:20px;
}
.vi_navigation a {
    color: yellow;
    text-shadow: 2px 2px 2px black;
}
.vi_navigation a:visited {
    color: white;
}