
.breadcrumb {
    margin-bottom: 0px;
    white-space: normal;
    height: 51px;
}

#pdfview-pdfcontents > span:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

#pdfview-pdfcontents > span {
  padding-left: 5px;
}

#pdfview-pdfcontents .content-link {
    cursor: pointer;
}

#pdfview-pdfcontents .content-link:hover {
    text-decoration: underline;
}

.pdfview div:focus {
    outline: none !important;
}

.pdfview .info-loading{
    color: white;
    font-weight: bold;
}

.pdfview .pdfview-pagenav-container{
    display: inline-block;
    width: 180px;
    vertical-align: middle;
}

.pdfview .goog-splitpane{
    position: absolute;
    top: 40px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.pdfview .goog-splitpane .goog-splitpane-first-container{
    /*background: #E8E8E8;*/
    overflow-x: hidden;
}

.pdfview .goog-splitpane .goog-splitpane-second-container{
    background-color: #4f6272;
}

.pdfview .goog-splitpane .goog-splitpane-handle{
    background-color: #999999;
    cursor: col-resize;
}

.pdfview .pages-content-tabbar {
    outline: none;
    white-space: nowrap;
}

.pdfview .pages-content-tabbar  .goog-tab{
    cursor: pointer;
    text-decoration: none;
    float: left;
    text-align: center;
    color: #698296;
    overflow: hidden;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    border-bottom: 1px solid #ddd;

    padding: 5px;
    
    width: 49%;
}

.pdfview .pages-content-tabbar  .goog-tab:hover{
     background-color: #eee;
     color: #4f6272;
}

.pdfview .pages-content-tabbar  .goog-tab-selected{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0;
    color: #000000;
}

.pdfview .pages-content-tabbar  .goog-tab-selected:hover{
     background-color: inherit;
     color: #000000;
     cursor: default;
}

.pdfview .pages-content-tabpane-container{
    position: absolute;
    overflow: auto;
    top: 35px;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    margin: 0;
    padding: 0;
}


/* 
Thumbs
*/

.pdfview .pdfview-thumbstore {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.pdfview .pdfview-thumbstore li {
    position: relative;
    height: 105px;
    overflow: hidden;
    border: 1px solid transparent;
    width: 80px;
    padding: 1px;
    text-align: center;
    float: left;
    text-decoration: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.pdfview .pdfview-thumbstore li:hover {
    background-color: #ffe4b8;
    cursor: pointer;
}

.pdfview .pdfview-thumbstore .thumb-hit {
    background: #fff4d8;
}

.pdfview .pdfview-thumbstore .thumb-selected {
    background-color: #ffe4b8;
    border: 1px solid #3891FF;
}

.pdfview .pdfview-thumbstore .pdfview-thumb {
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    max-height: 80px;
    max-width: 75px;
    border: 1px solid #eee;
}

.pdfview .pdfview-thumbstore .pdfview-imgtext {
    display: block;
    margin-left: auto;
    margin-right: auto;
    bottom: 7px;
    max-height: 10px;
    max-width: 50px;
    font-size: 12px;
}


.pdfview .pdfview-nav-search-results {
    position:absolute;
    z-index: 2;
    left: 0px;
    top: 35px;
    bottom: 0px;
    width: 20px;
    border-left: 1px solid gray;
}

.pdfview .pdfview-nav-search-results .placemark {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 8px;
    background: #FFE490;
    cursor: pointer;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    opacity: 0.7;
}

.pdfview  .pdfview-nav-search-results .placemark.active {
    background: #1184F8;
}

.pdfview-snippets {
    position: absolute;
    z-index: 100;
    font-size: 0.8em;
    min-width: 200px;
    max-width: 500px;
    text-align: justify;
}

.pdfview-snippets > .panel-body {
    padding: 8px;
}

.pdfview .pdfview-secondary-toolbar{
    position: absolute;
    right: 25px;
    top: 45px;
    z-index: 100;
}

.pdfview .pdfview-nav-misc-scale {
    width: 58px;
    background-color: white;
    opacity: 1.0;
    filter: alpha(opacity=100);
    background-image: none;
    
}
.pdfview .pdfview-nav-misc-rotateleft {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.loading-gif {
    background-image: url("../img/loading.a5b72be23f6f.gif");
    width: 32px;
    height: 32px;
    display: inline-block;
}

@media (min-width: 992px) {
  ul.breadcrumb { 
    white-space: normal !important;
    overflow: hidden !important;
  }
}

