+.panel-overlay {
+ position: absolute;
+ top: 0px; bottom: 0px; left: 0px; right: 0px;
+ z-index: 100;
+ background: gray;
+ opacity: 0.8;
+ text-align: center;
+ overflow: hidden;
+ display: none;
+ cursor: col-resize;
+}
+
+.panel-content-overlay {
+}
+
+.panel-wrap.last-panel .panel-content {
+ right: 0px;
+}
+
+.panel-wrap.last-panel .panel-slider {
+ display: none;
+}
+
+/* Toolbars with select box to change panel contents*/
+.panel-wrap .panel-toolbar {
+ position: absolute;
+ top: 0px; left:0px; right: 0px; height: 26px;
+ padding: 0px;
+
+ /* border-top: 1px solid #AAA; */
+ border-bottom: 1px solid #AAA;
+ z-index: 80;
+}
+
+.panel-toolbar label {
+ display: inline;
+}
+
+.panel-toolbar p {
+ /* position: relative; */
+ font-size: 12px;
+ line-height: 26px;
+ background-color: #DDD;
+ white-space: nowrap;
+ overflow: hidden;
+
+ margin: 0px;
+ padding: 0px 1em;
+
+ width: auto;
+ height: 26px;
+}
+
+.panel-toolbar .toolbar-button-groups-container .panel-toolbar-extra button {
+ /* this is uber specific */
+ font-size: 12px;
+ font-family: Sans-Serif;
+ padding: 2px 5px;
+ margin: 0px;
+ border: 0px solid black;
+ vertical-align: bottom;
+}
+
+/* Slider between panels */
+.panel-wrap .panel-slider {
+ position: absolute;
+ background-color: #DDD;
+
+ top: 0px; bottom: 0px; right: 0px; width: 4px;
+
+ border-left: 1px solid #999;
+ border-right: 1px solid #999;
+ border-top: none;
+ border-bottom: none;
+
+ z-index: 90;
+ cursor: col-resize;
+}
+
+.panel-wrap .panel-slider:hover {
+ background-color: #999;
+}
+
+.panel-content-overlay.panel-wrap .panel-slider {
+ background-color: #DDD;
+}
+
+/* ================= */
+/* = Gallery panel = */
+/* ================= */
+.image-gallery-view-template {
+ position: absolute;
+ top: 0px; left: 0px; right: 0px; bottom: 0px;
+ overflow: hidden;
+}
+
+.image-gallery-header {
+ position: absolute;
+ bottom: 0px;
+ left: 0px;
+ right: 0px;
+ height: 30px;
+
+ background: blue;
+ border: 1px solid green;
+}
+
+.image-gallery-header p {
+ margin: 0px;
+ padding: 3px 1em;
+ height: 30px;
+ line-height: 24px;
+ text-align: center;
+}
+
+.image-gallery-page-list {
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ right: 0px;
+ bottom: 30px;
+ border: 1px solid red;
+ background: black;
+ z-index: 0;
+
+ overflow: hidden;
+}
+.image-gallery-page-container {
+ display: none;
+ border: none;
+
+ position: absolute;
+ top: 0px; left: 0px;
+
+ text-align: center;
+ padding: 0px;
+}
+
+.image-gallery-page-container img {
+ /* border: 2px solid green; */
+ margin: 0px;
+}
+
+
+/* =========================== */
+/* = DublinCore Editor panel = */
+/* =========================== */
+.panel-dceditor {
+ padding: 10px;
+}
+
+.panel-dceditor label {
+ display: block;
+ font-size: 12px;
+ margin-top: 10px;
+ color: #666;
+ font-weight: bold;
+}
+
+.panel-dceditor input, .panel-dceditor textarea {
+ width: 400px;
+ display: block;
+}
+
+div.isection {
+ margin: 1em auto;
+ border: 1px solid black;
+ padding: 0.5em 2em;
+ background: #9f9ffa;
+
+ width: 60%;
+}
+
+div.isection p {
+ margin: 0.5em 1em;
+}
+
+.change-notification {