html {
    background-color: rgba(213, 229, 237, 0.2);
}

.dnc-content {
    margin-top: -30px;
    padding-top: 0;
}

.dnc-content a {
    color: #16a085;
}

.dnc-content .dnc-container {
    min-height: 500px;
}

.dnc-header {
    /* background-color: transparent; */
    background-color: #16a085;
    box-shadow: none;
}

.dnc-header a.nav-link, .dnc-header .input-group, .dnc-mainmenubutton {
    opacity: .75;
}

.dnc-header a.nav-link:hover, .dnc-header .input-group:has(.form-control:focus), .dnc-header .input-group:has(.btn:focus), .dnc-mainmenubutton:hover, .dnc-mainmenubutton:active  {
    opacity: 1;
}

.imgviewerplaceholder {
    height: 1100px;
    width: 100%;
    background: #333;
}

dt {
    margin-top: 20px;
    margin-bottom: 5px;
}

.ddentry {
    margin-bottom: 10px;
    text-indent: -20px;
    margin-left: 20px;
}

.dnc-breadcrumbcontainer {
    margin-top: -10px;
}

.breadcrumbentry {
    white-space: nowrap;
}

#digitalncLogoSVG {
    width: 150px;
    margin-top: -2px;
}

.fill-white {
    fill: #fff;
}

.flagicon {
    transition: transform 250ms;
}

.dnc-flagcontentbutton:hover .flagicon {
    transform: rotate(-0.05turn) scale(1.05);
}

.dnc-flagcontentbutton:hover, .dnc-flagcontentbutton.dropdown-toggle.show {
    color: #fff;
}

.dnc-flagcontentmenu {
    max-width: 500px;
    z-index: 9999999 !important;
}

.dnc-mainmenubutton {
    color: #fff;
}

.dnc-mainmenubutton:hover {
    color: #16a085;
}

/* viewer styles */

#viewer_container_container {
    display: inline-block;
    position: relative;
    width: 100%;
}

#viewer_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px;
    padding: 0px;
    background-color: #222;
    border: 1px solid #222;
    color: white;   /* for error messages, etc. */
}
.overlay
{
    border: 1px solid red;
    opacity: 0.4;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    background: red;
}
.pagetools a.disabled,
.pagetools a.disabled:hover {
    color: #999999;
}

.toolbar
{
    float: left;
    /*height: 33px;*/
    width: 140px;
    border: none;
    color: #333;
    padding: 0px;
    background-color: transparent;
    z-index: 999999;

}

.toolbar.fullpage
{
    height: 0px;
}


#imageViewer_nav {
    /* background-color:#222;
    font-size: 14px;
    border-bottom: 1px solid #333; */
    position: absolute;
}

#imageViewer_nav #item-ctrl {
    height: 2em;
    margin: 0.25em;
}

#item-ctrl {
    position: relative;
    top: 1px;
    left: 3px;
}

.other_controls {
    border-left: solid 1px #333;
    display: inline-block;
    margin-left: 0.5em;
}

.imageViewer_pagejump {
    width:3em;
    font-size: 1.2em;
}

#imageViewer_nav .control {
    border-right: solid 1px #333;
    display: inline-block;
    padding: 12px 10px 10px 10px;
    color: #afaeae;
}

#imageViewer_nav .control:last-child {
    border-right: none;
}

#imageViewer_nav .control #pageNum {
    border-radius: 4px;
    color: #333;
    background-color: #dadada;
    border-color: #222;
}

#imageViewer_nav .control .glyphicon {
    margin: 0 2px;
}

#imageViewer_nav .control a {
    font-weight: normal;
}

#imageViewer_nav .control_pages {

}

#imageViewer_nav select {
    display: inline;
}


#imageViewer_nav select {
    display: inline;
}

.highlite img, a.thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.highlite, a.thumbnail {
    text-align: center;
    border: none;
    padding: 0;
}

.highlight_words div {
    margin: 0px;
    padding: 3px 1px;
    background:transparent; /* fallback for browsers not supporting rgba */
    background: rgba(255, 0, 0, 0.4);
}


.search_results, .results_list {
    /* margin-top: 25px; */
}

.gallery {
    background-color: #222;
    padding: 25px;
}

.gallery p {
    line-height: 1.3em;
}

h3 {
    line-height: 1.3em;
}

.missingimage_placeholder {

}

ul.pagination {
    margin-bottom: 0;
}

.table {
    width: 100% !important;
}

.disabled {
    cursor: not-allowed;
}