@import url('garamond.css');

:root {
    --work-width: 200px;
    --exhibition-width: 200px;
}

* {
	margin: 0;
	padding: 0;
}

body {
    font-family: 'EB Garamond', sans-serif;
    font-size: 10pt;
}

#home {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 4;
}

#header {
    width: 100%;
    height: 50px;
    text-align: center;
}

#content {
    margin-left: 220px;
    margin-top: 20px;
}

footer {
    position: fixed;
    bottom: 0;
    right: 0;
}
footer .date_info {
    font-size: tiny;
    color: #999999;
}
#margin {
    position: fixed;
    height: 95%;
    top: 30px;
    left: 0px;
    margin-right: 20px;
    padding: 2px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 200px;
    z-index: 2;
    opacity: .9;
    background-color: #fefefe;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    -moz-box-shadow: 0 0 2px 2px #D7D9DA;
    -webkit-box-shadow: 0 0 2px 2px #D7D9DA;
    box-shadow: 0 0 2px 2px #D7D9DA;
}

#filler {
    height: 50px;
}

/* navbar */

ul.navbar {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    list-style-type: none;
    z-index: 4000;
}

ul.navbar li {
    position: relative;
    display: inline-block;
    width: 50px;
    border: 1px solid #ddd;
}

ul.navbar li:hover {
    background-color: #ddd;
    color: #444;
}

ul.navbar li a {
    text-decoration: none;
    float: left;
    margin: auto;
    cursor: pointer;
    opacity: 0.6;
    color: #444;
}

ul.navbar li a:hover{
    opacity: 1.0;
}

.helptext {
    display: none;
}

.submenu {
    display: none;
    position: absolute;
    z-index: 90;
    top: 1.2em;
    left: 0;
    background-color: #fff;
}

ul.navbar li:hover .submenu {
    display: inline-block;
}

.submenu:hover {
    display: inline-block;
}

ul.navbar .submenu li {
    width: 8em;
}

.iteminfo a {
    text-decoration: none;
    color: #228;
}

.iteminfo a:hover {
    background-color: #ddd;
}

ul.iteminfo, .iteminfo ul, .iteminfo ul ul {
    list-style: none;
    text-align: left;
}

#workinfo {
    height: 90%;
    overflow-y: auto;
}

#elementTagform {
    background-color: #fff;
    position: absolute;
    bottom: 2px;
}

.action-glyph {
    display: none;
    font-size: 1.2em;
}

li:hover > .action-glyph {
    display: inline;
}

span.worktitle {
    font-size: 12px;
    font-weight: bold;
}

.private_note {
    font-style: italic;
    background-color: #eee;
}

.private_note dt {
    font-weight: bold;
}

a.action {
    cursor: pointer;
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

a.action:hover {
    opacity: 1.0;
}

a.edit {
    background:#fff url(../../icons/edit.png) no-repeat center center;
}

a.details {
    background:#fff url(../../icons/details.png) no-repeat center center;
}

.dataTables_info {
    position: absolute;
    top: 10px;
}

.imagebox {
    position: relative;
    min-height: 120px;
}

.image_reference img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 120px;
    max-height: 120px;
}

#lightbox {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 0px;
    left: 0px;
    height: 100%;
    /* width will be overriden at display time to 100%-240px */
    width: 80%;
    background-color: #fff;
    text-align: center;
    z-index: 4;
}

.even {
    background-color: #ccc;
}
