universalviewer
Version:
The Universal Viewer is an open source project to enable cultural heritage institutions to present their digital artifacts in an IIIF-compliant and highly customisable user interface.
4,033 lines • 109 kB
CSS
#app .overlay {
color: #000;
}
#app .overlay.share {
width: 280px;
padding: 0 0 30px 8px;
}
#app .overlay.share .middle .content .tabs {
padding: 5px 0 0 0;
line-height: normal;
font-size: 0px;
}
#app .overlay.share .middle .content .tabs .tab {
line-height: normal;
color: #565656;
font-size: 12px;
display: inline-block;
text-align: center;
line-height: 22px;
height: 22px;
overflow: hidden;
width: 75px;
margin: 0;
cursor: pointer;
text-decoration: none;
}
#app .overlay.share .middle .content .tabs .tab:hover {
border-bottom: 1px solid #14a4c3;
color: #000;
margin-bottom: -1px;
font-weight: bold;
height: 23px;
line-height: 23px;
text-decoration: none;
}
#app .overlay.share .middle .content .tabs .tab.first {
margin: 0 0 0 10px;
}
#app .overlay.share .middle .content .tabs .tab.on {
border-bottom: 1px solid #14a4c3;
color: #000;
margin-bottom: -1px;
font-weight: bold;
height: 23px;
line-height: 23px;
}
#app .overlay.share .middle .content .tabsContent {
padding: 10px 0 5px 0;
border-top: 1px solid #efefef;
}
#app .overlay.share .middle .content .tabsContent .header {
margin-bottom: 5px;
font-size: 11px;
}
#app .overlay.share .middle .content .tabsContent .shareView .shareInput {
width: 100%;
background: #efefef;
border: 1px solid #9a9a9a;
font-size: 11px;
}
#app .overlay.share .middle .content .tabsContent .shareView .shareLink {
display: block;
overflow: hidden;
height: 18px;
text-overflow: ellipsis;
}
#app .overlay.share .middle .content .tabsContent .shareView .shareFrame {
width: 240px;
border: none;
height: 30px;
margin-top: 5px;
}
#app .overlay.share .middle .content .tabsContent .embedView .code {
width: 100%;
background: #efefef;
border: 1px solid #9a9a9a;
font-size: 11px;
}
#app .overlay.share .middle .content .tabsContent .embedView .customSize {
overflow: hidden;
padding-top: 10px;
}
#app .overlay.share .middle .content .tabsContent .embedView .customSize .size {
padding: 0 5px 0 0;
}
#app .overlay.share .middle .content .tabsContent .embedView .customSize .x {
padding: 0 5px 0 5px;
}
#app .overlay.share .middle .content .tabsContent .embedView .customSize select {
margin-right: 5px;
height: 21px;
font-size: 11px;
}
#app .overlay.share .middle .content .tabsContent .embedView .customSize input {
display: inline-block;
width: 50px;
height: 21px;
font-size: 11px;
}
#app .overlay.share .middle .content .footer {
overflow: hidden;
}
#app .overlay.share .middle .content .footer a {
font-size: 11px;
display: block;
float: left;
line-height: 30px;
}
#app .overlay.share .middle .content .footer a.imageBtn {
width: 30px;
height: 30px;
}
#app .overlay.share .middle .content .footer a.iiif {
background-image: url('../../img/uv-shared-module/iiif.png');
background-repeat: no-repeat;
margin-right: 5px;
}
#app .overlay.moreInfo {
width: 260px;
padding: 0 0 30px 8px;
}
#app .overlay.moreInfo .content .iiif-metadata-component {
height: 200px;
overflow: auto;
}
#app .overlay.moreInfo .content .iiif-metadata-component .items {
padding-left: 0px;
}
#app .overlay.moreInfo .content .iiif-metadata-component .items .item .value {
color: #000;
}
#app .overlay.download {
width: 260px;
padding: 0 0 30px 8px;
}
#app .overlay.download .middle .noneAvailable {
padding: 10px 0 10px 0;
}
#app .overlay.download .middle .pagingNote {
padding: 10px 0 0 0;
}
#app .overlay.download .middle ol.options {
padding: 0;
}
#app .overlay.download .middle ol.options li.group {
border-bottom: 1px solid #efefef;
}
#app .overlay.download .middle ol.options li.group.lastVisible {
border-bottom: none;
}
#app .overlay.download .middle ol.options li.group ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#app .overlay.download .middle ol.options li.group ul li {
overflow: hidden;
}
#app .overlay.download .middle ol.options li.group ul li input {
float: left;
display: block;
}
#app .overlay.download .middle ol.options li.group ul li label {
float: left;
width: 190px;
line-height: 1.2em;
}
#app .overlay.download .middle ol.options li.group ul li label span.explanatory {
display: block;
font-size: 11px;
margin: 4px 0 4px 0;
color: #949494;
}
#app .overlay.download .middle .footer a {
margin-top: 5px;
font-size: 11px;
display: block;
}
#app .overlay.help {
width: 470px;
height: 250px;
}
#app .overlay.help .scroll {
height: 180px;
}
#app .overlay.help .bottom {
background: none;
}
#app .overlay.settings {
width: 470px;
height: 250px;
}
#app .overlay.settings .scroll {
height: 180px;
}
#app .overlay.settings .scroll .setting {
margin-bottom: 10px;
}
#app .overlay.settings .scroll .setting input {
margin: 0 5px 0 0;
}
#app .overlay.settings .scroll .setting label {
margin: 0 5px 0 0;
}
#app .overlay.settings .version {
float: left;
}
#app .overlay.settings .website {
float: right;
}
#app .overlay.settings .bottom {
background: none;
}
#app .overlay.externalContent {
width: 470px;
height: 300px;
}
#app .overlay.externalContent .middle .content {
width: 470px;
height: 300px;
overflow: hidden;
}
#app .overlay.externalContent .middle .content iframe {
overflow: auto;
border: none;
}
#app .overlay.externalContent .bottom {
background: none;
}
#app .overlay.clickthrough {
width: 470px;
height: 250px;
}
#app .overlay.clickthrough .message {
height: 180px;
}
#app .overlay.clickthrough .message.loading {
background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQACgABACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkEAAoAAgAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkEAAoAAwAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkEAAoABAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQACgAFACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQACgAGACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAAKAAcALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
background-repeat: no-repeat;
background-position: 50% 50%;
}
#app .overlay.clickthrough .message h1 {
border-bottom: none;
font-size: 12px;
}
#app .overlay.clickthrough .bottom {
background: none;
}
#app .overlay.login {
width: 470px;
height: 250px;
}
#app .overlay.login .message {
height: 180px;
}
#app .overlay.login .message h1 {
border-bottom: none !important;
font-size: 12px !important;
}
#app .overlay.login .message .warning {
display: block;
background-color: #FFB81D;
font-weight: bold;
padding: 10px 10px 10px 10px;
margin-bottom: 10px;
}
#app .overlay.login .bottom {
background: none;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
#app .overlay.share {
padding: 0 0 45px 8px;
}
#app .overlay.download {
padding: 0 0 45px 8px;
}
#app .overlay.moreInfo {
padding: 0 0 45px 8px;
}
}
#app .leftPanel .views .thumbsView {
overflow: auto;
}
#app .leftPanel .views .thumbsView .thumbs {
overflow: hidden;
width: 210px;
position: relative;
}
#app .leftPanel .views .thumbsView .thumbs .thumb {
cursor: pointer;
}
#app .leftPanel .views .thumbsView .thumbs .thumb .wrap {
border: 2px solid #373737;
padding: 2px;
overflow: hidden;
text-align: center;
background: none;
}
#app .leftPanel .views .thumbsView .thumbs .thumb .wrap.loading {
background-image: url('data:image/gif;base64,R0lGODlhFAAUAMQSAGxsbFpaWnh4eEZGRhwcHD8/PzU1NVJSUisrKwgICH5+fkxMTGNjYyUlJXJycnt7exISEoCAgAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OTFjMzhjNS0xZmQyLTg5NGUtYjMyZi1kYTNkZWQ5NmQ5YjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0OEE1NDA5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0OEE1M0Y5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTkxYzM4YzUtMWZkMi04OTRlLWIzMmYtZGEzZGVkOTZkOWIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5MWMzOGM1LTFmZDItODk0ZS1iMzJmLWRhM2RlZDk2ZDliMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAkAABIALAAAAAAUABQAAAVAoCSOZGmeaKqmSeu+LRpEdG0Hsq1H+DnvtZ7pB+TlikYfMjlcCktE4JMU3U1HVd1VlL2hCIiweExYmc/otHoUAgAh+QQJAAASACwAAAAAFAAUAAAFWqAkjmRpnmgqEgyhnkykHNA7GlEePUXyJg6dzoFQDYTI1gnyQCIVC1PA6YySGlSkwEcCZIWGEu6bA5gSCwW5gWJlAy+EV6io/QrN3MA2ShwUW3wkBGyChocSIQAh+QQFAAASACwAAAAAFAAUAAAFXKAkjmRpnmhaJsuimoYQKcQrNkCkR8wLBbsgApUYKIJBR8LUcCCfBRPh+Aw+IKZDFXkwQR7bHc1UCO96q1yYUTMhtg6DioFUDJaq6S6AtUkWEQANfiMJcoSIiSUhADs=');
background-repeat: no-repeat;
background-position: 50% 50%;
}
#app .leftPanel .views .thumbsView .thumbs .thumb .wrap.loadingFailed {
background: url('../../img/uv-shared-module/error.png') no-repeat 50% 50%;
}
#app .leftPanel .views .thumbsView .thumbs .thumb .wrap.hidden {
background: url('../../img/uv-shared-module/hidden_thumb.png') no-repeat 50% 50%;
}
#app .leftPanel .views .thumbsView .thumbs .thumb .wrap img {
display: block;
max-width: 100%;
max-height: 100%;
}
#app .leftPanel .views .thumbsView .thumbs .thumb.selected .wrap {
border: 2px solid #fff;
}
#app .leftPanel .views .thumbsView .thumbs .thumb.searchpreview .wrap {
border: 2px solid #26b5cc;
}
#app .leftPanel .views .thumbsView .thumbs .thumb .info {
overflow: hidden;
}
#app .leftPanel .views .thumbsView .thumbs .thumb .info span {
font-size: 11px;
color: #fff;
display: block;
padding: 2px 0 0 0;
}
#app .leftPanel .views .thumbsView .thumbs .thumb .info .index {
float: left;
}
#app .leftPanel .views .thumbsView .thumbs .thumb .info .label {
float: left;
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#app .leftPanel .views .thumbsView .thumbs .thumb .info .searchResults {
float: right;
width: 35px;
overflow-x: hidden;
text-overflow: ellipsis;
color: #14a4c3;
padding-left: 14px;
background: url('../../img/uv-shared-module/search_result.png') no-repeat 0px 3px;
}
#app .leftPanel .views .thumbsView .thumbs .thumb.placeholder .wrap {
background: url('../../img/uv-shared-module/unavailable.png') no-repeat 50% 50%;
}
#app .leftPanel .views .thumbsView .thumbs .thumb.oneCol {
margin: 0 0 7px 0;
}
#app .leftPanel .views .thumbsView .thumbs .thumb.oneCol .label {
width: 178px;
}
#app .leftPanel .views .thumbsView .thumbs .thumb.oneCol .wrap {
width: 208px;
max-height: 373px;
}
#app .leftPanel .views .thumbsView .thumbs .thumb.twoCol {
margin: 0 7px 7px 0;
}
#app .leftPanel .views .thumbsView .thumbs .thumb.twoCol .label {
width: 63px;
}
#app .leftPanel .views .thumbsView .thumbs .thumb.twoCol .wrap {
width: 98px;
max-height: 182px;
}
#app .leftPanel .views .thumbsView .thumbs .separator {
height: 1px;
clear: both;
border: none;
}
#app .leftPanel .views .thumbsView .thumbs.left-to-right.paged .thumb.first {
float: right;
}
#app .leftPanel .views .thumbsView .thumbs.left-to-right .thumb {
float: left;
}
#app .leftPanel .views .thumbsView .thumbs.right-to-left .thumb {
float: right;
}
#app .leftPanel .views .thumbsView .thumbs.right-to-left .thumb.first {
float: left;
}
#app .leftPanel .top .title {
text-transform: uppercase;
}
#app .leftPanel ul {
margin: 10px 10px 10px 10px;
padding: 0;
list-style-type: none;
}
#app .rightPanel .top .title {
text-transform: uppercase;
}
#app .rightPanel .content {
padding: 10px 10px 10px 10px;
}
#app .rightPanel .main {
overflow: auto;
color: #fff;
}
#app .rightPanel .main.loading {
background-image: url('data:image/gif;base64,R0lGODlhFAAUAMQSAGxsbFpaWnh4eEZGRhwcHD8/PzU1NVJSUisrKwgICH5+fkxMTGNjYyUlJXJycnt7exISEoCAgAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OTFjMzhjNS0xZmQyLTg5NGUtYjMyZi1kYTNkZWQ5NmQ5YjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0OEE1NDA5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0OEE1M0Y5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTkxYzM4YzUtMWZkMi04OTRlLWIzMmYtZGEzZGVkOTZkOWIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5MWMzOGM1LTFmZDItODk0ZS1iMzJmLWRhM2RlZDk2ZDliMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAkAABIALAAAAAAUABQAAAVAoCSOZGmeaKqmSeu+LRpEdG0Hsq1H+DnvtZ7pB+TlikYfMjlcCktE4JMU3U1HVd1VlL2hCIiweExYmc/otHoUAgAh+QQJAAASACwAAAAAFAAUAAAFWqAkjmRpnmgqEgyhnkykHNA7GlEePUXyJg6dzoFQDYTI1gnyQCIVC1PA6YySGlSkwEcCZIWGEu6bA5gSCwW5gWJlAy+EV6io/QrN3MA2ShwUW3wkBGyChocSIQAh+QQFAAASACwAAAAAFAAUAAAFXKAkjmRpnmhaJsuimoYQKcQrNkCkR8wLBbsgApUYKIJBR8LUcCCfBRPh+Aw+IKZDFXkwQR7bHc1UCO96q1yYUTMhtg6DioFUDJaq6S6AtUkWEQANfiMJcoSIiSUhADs=');
background-repeat: no-repeat;
background-position: 50% 50%;
}
#app .rightPanel .main .noData {
padding: 0 10px 20px 10px;
}
#app .rightPanel .main .groups {
padding: 10px 10px 20px 10px;
}
#app .rightPanel .main .groups .items .header {
font-size: 11px;
text-transform: uppercase;
}
#app .rightPanel .main .groups .items .item .header {
font-size: 11px;
text-transform: uppercase;
}
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
* {
padding: 0;
margin: 0;
}
/* Font size is needed to make the activity bar the correct size. */
body {
font-size: 10px;
height: 100%;
background-color: #404040;
background-image: url('../../img/uv-pdfcenterpanel-module/texture.png');
}
body,
input,
button,
select {
font: message-box;
outline: none;
}
.hidden {
display: none !important;
}
[hidden] {
display: none !important;
}
#viewerContainer:-webkit-full-screen {
top: 0px;
border-top: 2px solid transparent;
background-color: #000;
width: 100%;
height: 100%;
overflow: hidden;
cursor: none;
}
#viewerContainer:-moz-full-screen {
top: 0px;
border-top: 2px solid transparent;
background-color: #000;
width: 100%;
height: 100%;
overflow: hidden;
cursor: none;
}
#viewerContainer:-ms-fullscreen {
top: 0px !important;
border-top: 2px solid transparent;
width: 100%;
height: 100%;
overflow: hidden !important;
cursor: none;
}
#viewerContainer:-ms-fullscreen::-ms-backdrop {
background-color: #000;
}
#viewerContainer:fullscreen {
top: 0px;
border-top: 2px solid transparent;
background-color: #000;
width: 100%;
height: 100%;
overflow: hidden;
cursor: none;
}
:-webkit-full-screen .page {
margin-bottom: 100%;
border: 0;
}
:-moz-full-screen .page {
margin-bottom: 100%;
border: 0;
}
:-ms-fullscreen .page {
margin-bottom: 100% !important;
border: 0;
}
:fullscreen .page {
margin-bottom: 100%;
border: 0;
}
:-webkit-full-screen a:not(.internalLink) {
display: none;
}
:-moz-full-screen a:not(.internalLink) {
display: none;
}
:-ms-fullscreen a:not(.internalLink) {
display: none !important;
}
:fullscreen a:not(.internalLink) {
display: none;
}
:-webkit-full-screen .textLayer > div {
cursor: none;
}
:-moz-full-screen .textLayer > div {
cursor: none;
}
:fullscreen .textLayer > div {
cursor: none;
}
#viewerContainer.presentationControls,
#viewerContainer.presentationControls .textLayer > div {
cursor: default;
}
/* outer/inner center provides horizontal center */
.outerCenter {
pointer-events: none;
position: relative;
}
#outerContainer[dir='ltr'] .outerCenter {
float: right;
right: 50%;
}
#outerContainer[dir='rtl'] .outerCenter {
float: left;
left: 50%;
}
.innerCenter {
pointer-events: auto;
position: relative;
}
#outerContainer[dir='ltr'] .innerCenter {
float: right;
right: -50%;
}
#outerContainer[dir='rtl'] .innerCenter {
float: left;
left: -50%;
}
#outerContainer {
width: 100%;
height: 100%;
position: relative;
}
#sidebarContainer {
position: absolute;
top: 0;
bottom: 0;
width: 200px;
visibility: hidden;
-webkit-transition-duration: 200ms;
-webkit-transition-timing-function: ease;
transition-duration: 200ms;
transition-timing-function: ease;
}
#outerContainer[dir='ltr'] #sidebarContainer {
-webkit-transition-property: left;
transition-property: left;
left: -200px;
}
#outerContainer[dir='rtl'] #sidebarContainer {
-webkit-transition-property: right;
transition-property: right;
right: -200px;
}
#outerContainer.sidebarMoving > #sidebarContainer,
#outerContainer.sidebarOpen > #sidebarContainer {
visibility: visible;
}
#outerContainer[dir='ltr'].sidebarOpen > #sidebarContainer {
left: 0px;
}
#outerContainer[dir='rtl'].sidebarOpen > #sidebarContainer {
right: 0px;
}
#mainContainer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
min-width: 320px;
-webkit-transition-duration: 200ms;
-webkit-transition-timing-function: ease;
transition-duration: 200ms;
transition-timing-function: ease;
}
#outerContainer[dir='ltr'].sidebarOpen > #mainContainer {
-webkit-transition-property: left;
transition-property: left;
left: 200px;
}
#outerContainer[dir='rtl'].sidebarOpen > #mainContainer {
-webkit-transition-property: right;
transition-property: right;
right: 200px;
}
#sidebarContent {
top: 32px;
bottom: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
width: 200px;
background-color: rgba(0, 0, 0, 0.1);
}
#outerContainer[dir='ltr'] #sidebarContent {
left: 0;
box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}
#outerContainer[dir='rtl'] #sidebarContent {
right: 0;
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25);
}
#viewerContainer {
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
top: 32px;
right: 0;
bottom: 0;
left: 0;
outline: none;
}
#outerContainer[dir='ltr'] #viewerContainer {
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
}
#outerContainer[dir='rtl'] #viewerContainer {
box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.05);
}
.toolbar {
position: relative;
left: 0;
right: 0;
z-index: 9999;
cursor: default;
}
#toolbarContainer {
width: 100%;
}
#toolbarSidebar {
width: 200px;
height: 32px;
background-color: #424242;
/* fallback */
background-image: url('../../img/uv-pdfcenterpanel-module/texture.png'), linear-gradient(rgba(77, 77, 77, 0.99), rgba(64, 64, 64, 0.95));
}
#outerContainer[dir='ltr'] #toolbarSidebar {
box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
}
#outerContainer[dir='rtl'] #toolbarSidebar {
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
}
#toolbarContainer,
.findbar,
.secondaryToolbar {
position: relative;
height: 32px;
background-color: #474747;
/* fallback */
background-image: url('../../img/uv-pdfcenterpanel-module/texture.png'), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
}
#outerContainer[dir='ltr'] #toolbarContainer,
.findbar,
.secondaryToolbar {
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}
#outerContainer[dir='rtl'] #toolbarContainer,
.findbar,
.secondaryToolbar {
box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}
#toolbarViewer {
height: 32px;
}
#loadingBar {
position: relative;
width: 100%;
height: 6px;
background-color: #333;
border-bottom: 1px solid #333;
}
#loadingBar .progress {
position: absolute;
top: 0;
left: 0;
width: 0%;
height: 100%;
background-color: #ddd;
overflow: hidden;
-webkit-transition: width 200ms;
transition: width 200ms;
}
@-webkit-keyframes progressIndeterminate {
0% {
left: 0%;
}
50% {
left: 100%;
}
100% {
left: 100%;
}
}
@keyframes progressIndeterminate {
0% {
left: 0%;
}
50% {
left: 100%;
}
100% {
left: 100%;
}
}
#loadingBar .progress.indeterminate {
background-color: #999;
-webkit-transition: none;
transition: none;
}
#loadingBar .indeterminate .glimmer {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 50px;
background-image: linear-gradient(to right, #999 0%, #fff 50%, #999 100%);
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-animation: progressIndeterminate 2s linear infinite;
animation: progressIndeterminate 2s linear infinite;
}
.findbar,
.secondaryToolbar {
top: 32px;
position: absolute;
z-index: 10000;
height: 32px;
min-width: 16px;
padding: 0px 6px 0px 6px;
margin: 4px 2px 4px 2px;
color: #d9d9d9;
font-size: 12px;
line-height: 14px;
text-align: left;
cursor: default;
}
#outerContainer[dir='ltr'] .findbar {
left: 68px;
}
#outerContainer[dir='rtl'] .findbar {
right: 68px;
}
.findbar label {
-webkit-user-select: none;
-moz-user-select: none;
}
#findInput[data-status="pending"] {
background-image: url('../../img/uv-pdfcenterpanel-module/loading-small.png');
background-repeat: no-repeat;
background-position: right;
}
.secondaryToolbar {
padding: 6px;
height: auto;
z-index: 30000;
}
#outerContainer[dir='ltr'] .secondaryToolbar {
right: 4px;
}
#outerContainer[dir='rtl'] .secondaryToolbar {
left: 4px;
}
#secondaryToolbarButtonContainer {
max-width: 200px;
max-height: 400px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
margin-bottom: -4px;
}
.doorHanger,
.doorHangerRight {
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.doorHanger:after,
.doorHanger:before,
.doorHangerRight:after,
.doorHangerRight:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.doorHanger:after,
.doorHangerRight:after {
border-bottom-color: rgba(82, 82, 82, 0.99);
border-width: 8px;
}
.doorHanger:before,
.doorHangerRight:before {
border-bottom-color: rgba(0, 0, 0, 0.5);
border-width: 9px;
}
#outerContainer[dir='ltr'] .doorHanger:after,
#outerContainer[dir='rtl'] .doorHangerRight:after {
left: 13px;
margin-left: -8px;
}
#outerContainer[dir='ltr'] .doorHanger:before,
#outerContainer[dir='rtl'] .doorHangerRight:before {
left: 13px;
margin-left: -9px;
}
#outerContainer[dir='rtl'] .doorHanger:after,
#outerContainer[dir='ltr'] .doorHangerRight:after {
right: 13px;
margin-right: -8px;
}
#outerContainer[dir='rtl'] .doorHanger:before,
#outerContainer[dir='ltr'] .doorHangerRight:before {
right: 13px;
margin-right: -9px;
}
#findMsg {
font-style: italic;
color: #A6B7D0;
}
.notFound {
background-color: #ff8999;
}
#outerContainer[dir='ltr'] #toolbarViewerLeft {
margin-left: -1px;
}
#outerContainer[dir='rtl'] #toolbarViewerRight {
margin-right: -1px;
}
#outerContainer[dir='ltr'] #toolbarViewerLeft,
#outerContainer[dir='rtl'] #toolbarViewerRight {
position: absolute;
top: 0;
left: 0;
}
#outerContainer[dir='ltr'] #toolbarViewerRight,
#outerContainer[dir='rtl'] #toolbarViewerLeft {
position: absolute;
top: 0;
right: 0;
}
#outerContainer[dir='ltr'] #toolbarViewerLeft > *,
#outerContainer[dir='ltr'] #toolbarViewerMiddle > *,
#outerContainer[dir='ltr'] #toolbarViewerRight > *,
#outerContainer[dir='ltr'] .findbar > * {
position: relative;
float: left;
}
#outerContainer[dir='rtl'] #toolbarViewerLeft > *,
#outerContainer[dir='rtl'] #toolbarViewerMiddle > *,
#outerContainer[dir='rtl'] #toolbarViewerRight > *,
#outerContainer[dir='rtl'] .findbar > * {
position: relative;
float: right;
}
#outerContainer[dir='ltr'] .splitToolbarButton {
margin: 3px 2px 4px 0;
display: inline-block;
}
#outerContainer[dir='rtl'] .splitToolbarButton {
margin: 3px 0 4px 2px;
display: inline-block;
}
#outerContainer[dir='ltr'] .splitToolbarButton > .toolbarButton {
border-radius: 0;
float: left;
}
#outerContainer[dir='rtl'] .splitToolbarButton > .toolbarButton {
border-radius: 0;
float: right;
}
.toolbarButton,
.secondaryToolbarButton {
border: 0 none;
background-color: rgba(0, 0, 0, 0);
width: 32px;
height: 25px;
}
.toolbarButton > span {
display: inline-block;
width: 0;
height: 0;
overflow: hidden;
}
.toolbarButton[disabled],
.secondaryToolbarButton[disabled] {
opacity: .5;
}
.toolbarButton.group {
margin-right: 0;
}
.splitToolbarButton.toggled .toolbarButton {
margin: 0;
}
.splitToolbarButton:hover > .toolbarButton,
.splitToolbarButton:focus > .toolbarButton,
.splitToolbarButton.toggled > .toolbarButton,
.toolbarButton.textButton {
background-color: rgba(0, 0, 0, 0.12);
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.35);
border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
-webkit-transition-property: background-color, border-color, box-shadow;
-webkit-transition-duration: 150ms;
-webkit-transition-timing-function: ease;
transition-property: background-color, border-color, box-shadow;
transition-duration: 150ms;
transition-timing-function: ease;
}
.splitToolbarButton > .toolbarButton:hover,
.splitToolbarButton > .toolbarButton:focus,
.dropdownToolbarButton:hover,
.overlayButton:hover,
.toolbarButton.textButton:hover,
.toolbarButton.textButton:focus {
background-color: rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.05);
z-index: 199;
}
.splitToolbarButton > .toolbarButton {
position: relative;
}
#outerContainer[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child,
#outerContainer[dir='rtl'] .splitToolbarButton > .toolbarButton:last-child {
position: relative;
margin: 0;
margin-right: -1px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-right-color: transparent;
}
#outerContainer[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child,
#outerContainer[dir='rtl'] .splitToolbarButton > .toolbarButton:first-child {
position: relative;
margin: 0;
margin-left: -1px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-left-color: transparent;
}
.splitToolbarButtonSeparator {
padding: 8px 0;
width: 1px;
background-color: rgba(0, 0, 0, 0.5);
z-index: 99;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
display: inline-block;
margin: 5px 0;
}
#outerContainer[dir='ltr'] .splitToolbarButtonSeparator {
float: left;
}
#outerContainer[dir='rtl'] .splitToolbarButtonSeparator {
float: right;
}
.splitToolbarButton:hover > .splitToolbarButtonSeparator,
.splitToolbarButton.toggled > .splitToolbarButtonSeparator {
padding: 12px 0;
margin: 1px 0;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
-webkit-transition-property: padding;
-webkit-transition-duration: 10ms;
-webkit-transition-timing-function: ease;
transition-property: padding;
transition-duration: 10ms;
transition-timing-function: ease;
}
.toolbarButton,
.dropdownToolbarButton,
.overlayButton,
.secondaryToolbarButton {
min-width: 16px;
padding: 2px 6px 0;
border: 1px solid transparent;
border-radius: 2px;
color: rgba(255, 255, 255, 0.8);
font-size: 12px;
line-height: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
/* Opera does not support user-select, use <... unselectable="on"> instead */
cursor: default;
-webkit-transition-property: background-color, border-color, box-shadow;
-webkit-transition-duration: 150ms;
-webkit-transition-timing-function: ease;
transition-property: background-color, border-color, box-shadow;
transition-duration: 150ms;
transition-timing-function: ease;
}
#outerContainer[dir='ltr'] .toolbarButton,
#outerContainer[dir='ltr'] .overlayButton,
#outerContainer[dir='ltr'] .dropdownToolbarButton {
margin: 3px 2px 4px 0;
}
#outerContainer[dir='rtl'] .toolbarButton,
#outerContainer[dir='rtl'] .overlayButton,
#outerContainer[dir='rtl'] .dropdownToolbarButton {
margin: 3px 0 4px 2px;
}
.toolbarButton:hover,
.toolbarButton:focus,
.dropdownToolbarButton,
.overlayButton,
.secondaryToolbarButton:hover,
.secondaryToolbarButton:focus {
background-color: rgba(0, 0, 0, 0.12);
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.35);
border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}
.toolbarButton:hover:active,
.overlayButton:hover:active,
.dropdownToolbarButton:hover:active,
.secondaryToolbarButton:hover:active {
background-color: rgba(0, 0, 0, 0.2);
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
border-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
-webkit-transition-property: background-color, border-color, box-shadow;
-webkit-transition-duration: 10ms;
-webkit-transition-timing-function: linear;
transition-property: background-color, border-color, box-shadow;
transition-duration: 10ms;
transition-timing-function: linear;
}
.toolbarButton.toggled,
.splitToolbarButton.toggled > .toolbarButton.toggled,
.secondaryToolbarButton.toggled {
background-color: rgba(0, 0, 0, 0.3);
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45) rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
-webkit-transition-property: background-color, border-color, box-shadow;
-webkit-transition-duration: 10ms;
-webkit-transition-timing-function: linear;
transition-property: background-color, border-color, box-shadow;
transition-duration: 10ms;
transition-timing-function: linear;
}
.toolbarButton.toggled:hover:active,
.splitToolbarButton.toggled > .toolbarButton.toggled:hover:active,
.secondaryToolbarButton.toggled:hover:active {
background-color: rgba(0, 0, 0, 0.4);
border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.55);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}
.dropdownToolbarButton {
width: 120px;
max-width: 120px;
padding: 3px 2px 2px;
overflow: hidden;
background: url('../../img/uv-pdfcenterpanel-module/toolbarButton-menuArrows.png') no-repeat;
}
#outerContainer[dir='ltr'] .dropdownToolbarButton {
background-position: 95%;
}
#outerContainer[dir='rtl'] .dropdownToolbarButton {
background-position: 5%;
}
.dropdownToolbarButton > select {
-webkit-appearance: none;
-moz-appearance: none;
/* in the future this might matter, see bugzilla bug #649849 */
min-width: 140px;
font-size: 12px;
color: #f2f2f2;
margin: 0;
padding: 0;
border: none;
background: rgba(0, 0, 0, 0);
/* Opera does not support 'transparent' <select> background */
}
.dropdownToolbarButton > select > option {
background: #3d3d3d;
}
.overlayButton {
margin: 3px 2px 4px 5px !important;
line-height: 16px;
padding: 2px 6px 3px 6px;
}
#customScaleOption {
display: none;
}
#pageWidthOption {
border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}
#outerContainer[dir='ltr'] .splitToolbarButton:first-child,
#outerContainer[dir='ltr'] .toolbarButton:first-child,
#outerContainer[dir='rtl'] .splitToolbarButton:last-child,
#outerContainer[dir='rtl'] .toolbarButton:last-child {
margin-left: 4px;
}
#outerContainer[dir='ltr'] .splitToolbarButton:last-child,
#outerContainer[dir='ltr'] .toolbarButton:last-child,
#outerContainer[dir='rtl'] .splitToolbarButton:first-child,
#outerContainer[dir='rtl'] .toolbarButton:first-child {
margin-right: 4px;
}
.toolbarButtonSpacer {
width: 30px;
display: inline-block;
height: 1px;
}
.toolbarButtonFlexibleSpacer {
-webkit-box-flex: 1;
-moz-box-flex: 1;
min-width: 30px;
}
#outerContainer[dir='ltr'] #findPrevious {
margin-left: 3px;
}
#outerContainer[dir='ltr'] #findNext {
margin-right: 3px;
}
#outerContainer[dir='rtl'] #findPrevious {
margin-right: 3px;
}
#outerContainer[dir='rtl'] #findNext {
margin-left: 3px;
}
.toolbarButton::before,
.secondaryToolbarButton::before {
/* All matching images have a size of 16x16
* All relevant containers have a size of 32x25 */
position: absolute;
display: inline-block;
top: 4px;
left: 7px;
}
#outerContainer[dir="ltr"] .secondaryToolbarButton::before {
left: 4px;
}
#outerContainer[dir="rtl"] .secondaryToolbarButton::before {
right: 4px;
}
#outerContainer[dir='ltr'] .toolbarButton#sidebarToggle::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle.png');
}
#outerContainer[dir='rtl'] .toolbarButton#sidebarToggle::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle-rtl.png');
}
#outerContainer[dir='ltr'] .toolbarButton#secondaryToolbarToggle::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle.png');
}
#outerContainer[dir='rtl'] .toolbarButton#secondaryToolbarToggle::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle-rtl.png');
}
#outerContainer[dir='ltr'] .toolbarButton.findPrevious::before {
content: url('../../img/uv-pdfcenterpanel-module/findbarButton-previous.png');
}
#outerContainer[dir='rtl'] .toolbarButton.findPrevious::before {
content: url('../../img/uv-pdfcenterpanel-module/findbarButton-previous-rtl.png');
}
#outerContainer[dir='ltr'] .toolbarButton.findNext::before {
content: url('../../img/uv-pdfcenterpanel-module/findbarButton-next.png');
}
#outerContainer[dir='rtl'] .toolbarButton.findNext::before {
content: url('../../img/uv-pdfcenterpanel-module/findbarButton-next-rtl.png');
}
#outerContainer[dir='ltr'] .toolbarButton.pageUp::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageUp.png');
}
#outerContainer[dir='rtl'] .toolbarButton.pageUp::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageUp-rtl.png');
}
#outerContainer[dir='ltr'] .toolbarButton.pageDown::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageDown.png');
}
#outerContainer[dir='rtl'] .toolbarButton.pageDown::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageDown-rtl.png');
}
.toolbarButton.zoomOut::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-zoomOut.png');
}
.toolbarButton.zoomIn::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-zoomIn.png');
}
.toolbarButton.presentationMode::before,
.secondaryToolbarButton.presentationMode::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-presentationMode.png');
}
.toolbarButton.print::before,
.secondaryToolbarButton.print::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-print.png');
}
.toolbarButton.openFile::before,
.secondaryToolbarButton.openFile::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-openFile.png');
}
.toolbarButton.download::before,
.secondaryToolbarButton.download::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-download.png');
}
.toolbarButton.bookmark,
.secondaryToolbarButton.bookmark {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none;
padding-top: 4px;
text-decoration: none;
}
.secondaryToolbarButton.bookmark {
padding-top: 5px;
}
.bookmark[href='#'] {
opacity: .5;
pointer-events: none;
}
.toolbarButton.bookmark::before,
.secondaryToolbarButton.bookmark::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-bookmark.png');
}
#viewThumbnail.toolbarButton::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewThumbnail.png');
}
#outerContainer[dir="ltr"] #viewOutline.toolbarButton::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewOutline.png');
}
#outerContainer[dir="rtl"] #viewOutline.toolbarButton::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewOutline-rtl.png');
}
#viewAttachments.toolbarButton::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewAttachments.png');
}
#viewFind.toolbarButton::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-search.png');
}
.secondaryToolbarButton {
position: relative;
margin: 0 0 4px 0;
padding: 3px 0 1px 0;
height: auto;
min-height: 25px;
width: auto;
min-width: 100%;
white-space: normal;
}
#outerContainer[dir="ltr"] .secondaryToolbarButton {
padding-left: 24px;
text-align: left;
}
#outerContainer[dir="rtl"] .secondaryToolbarButton {
padding-right: 24px;
text-align: right;
}
#outerContainer[dir="ltr"] .secondaryToolbarButton.bookmark {
padding-left: 27px;
}
#outerContainer[dir="rtl"] .secondaryToolbarButton.bookmark {
padding-right: 27px;
}
#outerContainer[dir="ltr"] .secondaryToolbarButton > span {
padding-right: 4px;
}
#outerContainer[dir="rtl"] .secondaryToolbarButton > span {
padding-left: 4px;
}
.secondaryToolbarButton.firstPage::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-firstPage.png');
}
.secondaryToolbarButton.lastPage::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-lastPage.png');
}
.secondaryToolbarButton.rotateCcw::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCcw.png');
}
.secondaryToolbarButton.rotateCw::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCw.png');
}
.secondaryToolbarButton.handTool::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-handTool.png');
}
.secondaryToolbarButton.documentProperties::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-documentProperties.png');
}
.verticalToolbarSeparator {
display: block;
padding: 8px 0;
margin: 8px 4px;
width: 1px;
background-color: rgba(0, 0, 0, 0.5);
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
#outerContainer[dir='ltr'] .verticalToolbarSeparator {
margin-left: 2px;
}
#outerContainer[dir='rtl'] .verticalToolbarSeparator {
margin-right: 2px;
}
.horizontalToolbarSeparator {
display: block;
margin: 0 0 4px 0;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.toolbarField {
padding: 3px 6px !important;
margin: 4px 0 4px 0 !important;
border: 1px solid transparent !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 0.09);
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.35);
border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
color: #f2f2f2;
font-size: 12px !important;
line-height: 14px !important;
outline-style: none;
transition-property: background-color, border-color, box-shadow;
transition-duration: 150ms;
transition-timing-function: ease;
}
.toolbarField[type=checkbox] {
display: inline-block;
margin: 8px 0px !important;
}
.toolbarField.pageNumber {
-moz-appearance: textfield;
/* hides the spinner in moz */
min-width: 16px;
text-align: right;
width: 40px;
}
.toolbarField.pageNumber::-webkit-inner-spin-button,
.toolbarField.pageNumber::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.toolbarField:hover {
background-color: rgba(255, 255, 255, 0.11);
border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.43) rgba(0, 0, 0, 0.45);
}
.toolbarField:focus {
background-color: rgba(255, 255, 255, 0.15);
border-color: rgba(77, 184, 255, 0.8) rgba(77, 184, 255, 0.85) rgba(77, 184, 255, 0.9);
}
.toolbarLabel {
min-width: 16px;
padding: 3px 6px 3px 2px;
margin: 4px 2px 4px 0;
border: 1px solid transparent;
border-radius: 2px;
color: #d9d9d9;
font-size: 12px;
line-height: 14px;
text-align: left;
-webkit-user-select: none;
-moz-user-select: none;
cursor: default;
}
#thumbnailView {
position: absolute;
width: 120px;
top: 0;
bottom: 0;
padding: 10px 40px 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.thumbnail {
float: left;
margin-bottom: 5px;
}
#thumbnailView > a:last-of-type > .thumbnail {
margin-bottom: 10px;
}
.thumbnail:not([data-loaded]) {
border: 1px dashed rgba(255, 255, 255, 0.5);
margin-bottom: 10px;
}
.thumbnailImage {
transition-duration: 150ms;
border: 1px solid transparent;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
opacity: 0.8;
z-index: 99;
}
.thumbnailSelectionRing {
border-radius: 2px;
padding: 7px;
transition-duration: 150ms;
}
a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
.thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
opacity: .9;
}
a:focus > .thumbnail > .thumbnailSelectionRing,
.thumbnail:hover > .thumbnailSelectionRing {
background-color: rgba(255, 255, 255, 0.15);
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
background-clip: padding-box;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
color: rgba(255, 255, 255, 0.9);
}
.thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
opacity: 1;
}
.thumbnail.selected > .thumbnailSelectionRing {
background-color: rgba(255, 255, 255, 0.3);
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
background-clip: padding-box;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
color: #ffffff;
}
#outlineView,
#attachmentsView {
position: absolute;
width: 192px;
top: 0;
bottom: 0;
padding: 4px 4px 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
-webkit-user-select: none;
-moz-user-select: none;
}
#outerContainer[dir='ltr'] .outlineItem > .outlineItems {
margin-left: 20px;
}
#outerContainer[dir='rtl'] .outlineItem > .outlineItems {
margin-right: 20px;
}
.outlineItem > a,
.attachmentsItem > a {
text-decoration: none;
display: inline-block;
min-width: 95%;
height: auto;
margin-bottom: 1px;
border-radius: 2px;
color: rgba(255, 255, 255, 0.8);
font-size: 13px;
line-height: 15px;
-moz-user-select: none;
white-space: normal;
}
#outerContainer[dir='ltr'] .outlineItem > a,
#outerContainer[dir='ltr'] .attachmentsItem > a {
padding: 2px 0 5px 10px;
}
#outerContainer[dir='rtl'] .outlineItem > a,
#outerContainer[dir='rtl'] .attachmentsItem > a {
padding: 2px 10px 5px 0;
}
.outlineItem > a:hover,
.attachmentsItem > a:hover {
background-color: rgba(255, 255, 255, 0.02);
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
background-clip: padding-box;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
color: rgba(255, 255, 255, 0.9);
}
.outlineItem.selected {
background-color: rgba(255, 255, 255, 0.08);
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
background-clip: padding-box;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
color: #ffffff;
}
.noResults {
font-size: 12px;
color: rgba(255, 255, 255, 0.8);
font-style: italic;
cursor: default;
}
.canvasWrapper {
overflow: hidden;
}
canvas {
margin: 0;
display: block;
}
.page {
direction: ltr;
width: 816px;
height: 1056px;
margin: 1px auto -8px auto;
position: relative;
overflow: visible;
border: 9px solid transparent;
background-clip: content-box;
border-image: url('../../img/uv-pdfcenterpanel-module/shadow.png') 9 9 repeat;
background-color: white;
}
.annotLink > a:hover {
opacity: 0.2;
background: #ff0;
box-shadow: 0px 2px 10px #ff0;
}
.loadingIcon {
position: absolute;
display: block;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: url('../../img/uv-pdfcenterpanel-module/loading-icon.gif') center no-repeat;
}
.textLayer {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
color: #000;
font-family: sans-serif;
overflow: hidden;
}
.textLayer > div {
color: transparent;
position: absolute;
white-space: pre;
cursor: text;
}
.textLayer .highlight {
margin: -1px;
padding: 1px;
background-color: rgba(180, 0, 170, 0.2);
border-radius: 4px;
}
.textLayer .highlight.begin {
border-radius: 4px 0px 0px 4px;
}
.textLayer .highlight.end {
border-radius: 0px 4px 4px 0px;
}
.textLayer .highlight.middle {
border-radius: 0px;
}
.textLayer .highlight.selected {
background-color: rgba(0, 100, 0, 0.2);
}
/* TODO: file FF bug to support ::-moz-selection:window-inactive
so we can override the opaque grey background when the window is inactive;
see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */
::selection {
background: rgba(0, 0, 255, 0.3);
}
::-moz-selection {
background: rgba(0, 0, 255, 0.3);
}
.annotationHighlight {
position: absolute;
border: 2px #FFFF99 solid;
}
.annotText > img {
position: absolute;
cursor: pointer;
}
.annotTextContentWrapper {
position: absolute;
width: 20em;
}
.annotTextContent {
z-index: 200;
float: left;
max-width: 20em;
background-color: #FFFF99;
box-shadow: 0px 2px 5px #333;
border-radius: 2px;
padding: 0.6em;
cursor: pointer;
}
.annotTextContent > h1 {
font-size: 1em;
border-bottom: 1px solid #000000;
padding-bottom: 0.2em;
}
.annotTextContent > p {
padding-top: 0.2em;
}
.annotLink > a {
position: absolute;
font-size: 1em;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#errorWrapper {
background: none repeat scroll 0 0 #FF5555;
color: white;
left: 0;
position: absolute;
right: 0;
z-index: 1000;
padding: 3px;
font-size: 0.8em;
}
.loadingInProgress #errorWrapper {
top: 39px;
}
#errorMessageLeft {
float: left;
}
#errorMessageRight {
float: right;
}
#errorMoreInfo {
background-color: #FFFFFF;
color: black;
padding: 3px;
margin: 3px;
width: 98%;
}
#overlayContainer {
display: table;
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
z-index: 10000;
}
#overlayContainer > * {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#promptContainer {
display: table-cell;
vertical-align: middle;
text-align: center;
}
#promptContainer > * {
display: inline-block;
}
.prompt {
display: table;
padding: 15px;
border-spacing: 4px;
color: #d9d9d9;
line-height: 14px;
text-align: center;
background-color: #474747;
/* fallback */
background-image: url('../../img/uv-pdfcenterpanel-module/texture.png'), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.prompt > .row {
display: table-row;
}
.prompt > .row > * {
display: table-cell;
}
.prompt .toolbarField {
margin: 5px 0;
width: 200px;
}
.prompt .toolbarField:hover,
.prompt .toolbarField:focus {
border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
}
#documentPropertiesContainer {
display: table-cell;
vertical-align: middle;
text-align: center;
}
#documentPropertiesContainer > * {
display: inline-block;
padding: 15px;
border-spacing: 4px;
max-width: 350px;
max-height: 350px;
color: #d9d9d9;
font-size: 12px;
line-height: 14px;
text-align: left;
cursor: default;
background-color: #474747;
/* fallback */
background-image: url('../../img/uv-pdfcenterpanel-module/texture.png'), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}
#documentPropertiesContainer .separator {
display: block;
margin: 4px 0 4px 0;
height: 1px;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
#documentPropertiesContainer .row {
display: table-row;
}
#outerContainer[dir='ltr'] #documentPropertiesContainer .row > * {
display: table-cell;
min-width: 100px;
}
#outerContainer[dir='rtl'] #documentPropertiesContainer .row > * {
display: table-cell;
min-width: 100px;
text-align: right;
}
#documentPropertiesContainer .row span {
width: 125px;
word-wrap: break-word;
}
#documentPropertiesContainer .row p {
max-width: 225px;
word-wrap: break-word;
}
#documentPropertiesContainer .buttonRow {
margin-top: 10px;
text-align: center;
vertical-align: middle;
}
.clearBoth {
clear: both;
}
.fileInput {
background: white;
color: black;
margin-top: 5px;
visibility: hidden;
position: fixed;
right: 0;
top: 0;
}
#PDFBug {
background: none repeat scroll 0 0 white;
border: 1px solid #666666;
position: fixed;
top: 32px;
right: 0;
bottom: 0;
font-size: 10px;
padding: 0;
width: 300px;
}
#PDFBug .controls {
background: #EEEEEE;
border-bottom: 1px solid #666666;
padding: 3px;
}
#PDFBug .panels {
bottom: 0;
left: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
right: 0;
top: 27px;
}
#PDFBug button.active {
font-weight: bold;
}
.debuggerShowText {
background: none repeat scroll 0 0 yellow;
color: blue;
opacity: 0.3;
}
.debuggerHideText:hover {
background: none repeat scroll 0 0 yellow;
opacity: 0.3;
}
#PDFBug .stats {
font-family: courier;
font-size: 10px;
white-space: pre;
}
#PDFBug .stats .title {
font-weight: bold;
}
#PDFBug table {
font-size: 10px;
}
#viewer.textLayer-visible .textLayer > div,
#viewer.textLayer-hover .textLayer > div:hover {
background-color: white;
color: black;
}
#viewer.textLayer-shadow .textLayer > div {
background-color: rgba(255, 255, 255, 0.6);
color: black;
}
.grab-to-pan-grab {
cursor: url('../../img/uv-pdfcenterpanel-module/grab.cur'), move !important;
cursor: -webkit-grab !important;
cursor: -moz-grab !important;
cursor: grab !important;
}
.grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
cursor: inherit !important;
}
.grab-to-pan-grab:active,
.grab-to-pan-grabbing {
cursor: url('../../img/uv-pdfcenterpanel-module/grabbing.cur'), move !important;
cursor: -webkit-grabbing !important;
cursor: -moz-grabbing !important;
cursor: grabbing !important;
position: fixed;
background: transparent;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 50000;
/* should be higher than anything else in PDF.js! */
}
@page {
margin: 0;
}
#printContainer {
display: none;
}
@media screen and (min-resolution: 2dppx) {
/* Rules for Retina screens */
.toolbarButton::before {
-webkit-transform: scale(0.5);
transform: scale(0.5);
top: -5px;
}
.secondaryToolbarButton::before {
-webkit-transform: scale(0.5);
transform: scale(0.5);
top: -4px;
}
#outerContainer[dir='ltr'] .toolbarButton::before,
#outerContainer[dir='rtl'] .toolbarButton::before {
left: -1px;
}
#outerContainer[dir='ltr'] .secondaryToolbarButton::before {
left: -2px;
}
#outerContainer[dir='rtl'] .secondaryToolbarButton::before {
left: 186px;
}
.dropdownToolbarButton {
background: url('../../img/uv-pdfcenterpanel-module/toolbarButton-menuArrows@2x.png') no-repeat;
background-size: 7px 16px;
}
#outerContainer[dir='ltr'] .toolbarButton#sidebarToggle::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle@2x.png');
}
#outerContainer[dir='rtl'] .toolbarButton#sidebarToggle::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-sidebarToggle-rtl@2x.png');
}
#outerContainer[dir='ltr'] .toolbarButton#secondaryToolbarToggle::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle@2x.png');
}
#outerContainer[dir='rtl'] .toolbarButton#secondaryToolbarToggle::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-secondaryToolbarToggle-rtl@2x.png');
}
#outerContainer[dir='ltr'] .toolbarButton.findPrevious::before {
content: url('../../img/uv-pdfcenterpanel-module/findbarButton-previous@2x.png');
}
#outerContainer[dir='rtl'] .toolbarButton.findPrevious::before {
content: url('../../img/uv-pdfcenterpanel-module/findbarButton-previous-rtl@2x.png');
}
#outerContainer[dir='ltr'] .toolbarButton.findNext::before {
content: url('../../img/uv-pdfcenterpanel-module/findbarButton-next@2x.png');
}
#outerContainer[dir='rtl'] .toolbarButton.findNext::before {
content: url('../../img/uv-pdfcenterpanel-module/findbarButton-next-rtl@2x.png');
}
#outerContainer[dir='ltr'] .toolbarButton.pageUp::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageUp@2x.png');
}
#outerContainer[dir='rtl'] .toolbarButton.pageUp::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageUp-rtl@2x.png');
}
#outerContainer[dir='ltr'] .toolbarButton.pageDown::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageDown@2x.png');
}
#outerContainer[dir='rtl'] .toolbarButton.pageDown::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-pageDown-rtl@2x.png');
}
.toolbarButton.zoomIn::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-zoomIn@2x.png');
}
.toolbarButton.zoomOut::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-zoomOut@2x.png');
}
.toolbarButton.presentationMode::before,
.secondaryToolbarButton.presentationMode::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-presentationMode@2x.png');
}
.toolbarButton.print::before,
.secondaryToolbarButton.print::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-print@2x.png');
}
.toolbarButton.openFile::before,
.secondaryToolbarButton.openFile::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-openFile@2x.png');
}
.toolbarButton.download::before,
.secondaryToolbarButton.download::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-download@2x.png');
}
.toolbarButton.bookmark::before,
.secondaryToolbarButton.bookmark::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-bookmark@2x.png');
}
#viewThumbnail.toolbarButton::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewThumbnail@2x.png');
}
#outerContainer[dir="ltr"] #viewOutline.toolbarButton::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewOutline@2x.png');
}
#outerContainer[dir="rtl"] #viewOutline.toolbarButton::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewOutline-rtl@2x.png');
}
#viewAttachments.toolbarButton::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-viewAttachments@2x.png');
}
#viewFind.toolbarButton::before {
content: url('../../img/uv-pdfcenterpanel-module/toolbarButton-search@2x.png');
}
.secondaryToolbarButton.firstPage::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-firstPage@2x.png');
}
.secondaryToolbarButton.lastPage::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-lastPage@2x.png');
}
.secondaryToolbarButton.rotateCcw::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCcw@2x.png');
}
.secondaryToolbarButton.rotateCw::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-rotateCw@2x.png');
}
.secondaryToolbarButton.handTool::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-handTool@2x.png');
}
.secondaryToolbarButton.documentProperties::before {
content: url('../../img/uv-pdfcenterpanel-module/secondaryToolbarButton-documentProperties@2x.png');
}
}
@media print {
/* General rules for printing. */
body {
background: transparent none;
}
/* Rules for browsers that don't support mozPrintCallback. */
#sidebarContainer,
#secondaryToolbar,
.toolbar,
#loadingBox,
#errorWrapper,
.textLayer {
display: none;
}
#viewerContainer {
overflow: visible;
}
#mainContainer,
#viewerContainer,
.page,
.page canvas {
position: static;
padding: 0;
margin: 0;
}
.page {
float: left;
display: none;
border: none;
box-shadow: none;
}
.page[data-loaded] {
display: block;
}
.fileInput {
display: none;
}
/* Rules for browsers that support mozPrintCallback */
#outerContainer[data-mozPrintCallback] #outerContainer {
display: none;
}
#outerContainer[data-mozPrintCallback] #printContainer {
display: block;
}
#printContainer canvas {
position: relative;
top: 0;
left: 0;
}
}
.visibleLargeView,
.visibleMediumView,
.visibleSmallView {
display: none;
}
@media all and (max-width: 960px) {
#outerContainer[dir='ltr'] #outerContainer.sidebarMoving .outerCenter,
#outerContainer[dir='ltr'] #outerContainer.sidebarOpen .outerCenter {
float: left;
left: 205px;
}
#outerContainer[dir='rtl'] #outerContainer.sidebarMoving .outerCenter,
#outerContainer[dir='rtl'] #outerContainer.sidebarOpen .outerCenter {
float: right;
right: 205px;
}
}
@media all and (max-width: 900px) {
.sidebarOpen .hiddenLargeView {
display: none;
}
.sidebarOpen .visibleLargeView {
display: inherit;
}
}
@media all and (max-width: 860px) {
.sidebarOpen .hiddenMediumView {
display: none;
}
.sidebarOpen .visibleMediumView {
display: inherit;
}
}
@media all and (max-width: 770px) {
#sidebarContainer {
top: 32px;
z-index: 100;
}
.loadingInProgress #sidebarContainer {
top: 39px;
}
#sidebarContent {
top: 32px;
background-color: rgba(0, 0, 0, 0.7);
}
#outerContainer[dir='ltr'] #outerContainer.sidebarOpen > #mainContainer {
left: 0px;
}
#outerContainer[dir='rtl'] #outerContainer.sidebarOpen > #mainContainer {
right: 0px;
}
#outerContainer[dir='ltr'] .outerCenter {
float: left;
left: 205px;
}
#outerContainer[dir='rtl'] .outerCenter {
float: right;
right: 205px;
}
#outerContainer .hiddenLargeView,
#outerContainer .hiddenMediumView {
display: inherit;
}
#outerContainer .visibleLargeView,
#outerContainer .visibleMediumView {
display: none;
}
}
@media all and (max-width: 700px) {
#outerContainer .hiddenLargeView {
display: none;
}
#outerContainer .visibleLargeView {
display: inherit;
}
}
@media all and (max-width: 660px) {
#outerContainer .hiddenMediumView {
display: none;
}
#outerContainer .visibleMediumView {
display: inherit;
}
}
@media all and (max-width: 600px) {
.hiddenSmallView {
display: none;
}
.visibleSmallView {
display: inherit;
}
#outerContainer[dir='ltr'] #outerContainer.sidebarMoving .outerCenter,
#outerContainer[dir='ltr'] #outerContainer.sidebarOpen .outerCenter,
#outerContainer[dir='ltr'] .outerCenter {
left: 156px;
}
#outerContainer[dir='rtl'] #outerContainer.sidebarMoving .outerCenter,
#outerContainer[dir='rtl'] #outerContainer.sidebarOpen .outerCenter,
#outerContainer[dir='rtl'] .outerCenter {
right: 156px;
}
.toolbarButtonSpacer {
width: 0;
}
}
@media all and (max-width: 510px) {
#scaleSelectContainer,
#pageNumberLabel {
display: none;
}
}
#app .centerPanel .content .container {
margin: 0 20px 0 20px;
}
#app .centerPanel .content #pdfContainer {
overflow: auto;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-track {
background: none;
}
::-webkit-scrollbar-thumb {
background: #565656;
}
html,
body {
margin: 0;
padding: 0;
height: 100%;
}
html {
font-size: 12px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: sans-serif;
font-size: 12px;
line-height: 1.42857143;
color: #fff;
background-color: #000;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input,
select[multiple],
textarea {
background-image: none;
}
a {
color: #26b5cc;
text-decoration: none;
}
a:hover,
a:focus {
color: #48c8dd;
text-decoration: underline;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 5px 5px 5px 5px;
line-height: 1.42857143;
background-color: #000;
border: 1px solid #565656;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 17px;
margin-bottom: 17px;
border: 0;
border-top: 1px solid #efefef;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0 0 0 0);
border: 0;
}
.btn {
display: inline-block;
padding: 5px 5px;
margin-bottom: 0;
font-size: 12px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus {
color: #fff;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #fff;
background-color: #565656;
border-color: #565656;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #fff;
background-color: #424242;
border-color: #383838;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #565656;
border-color: #565656;
}
.btn-primary {
color: #fff;
background-color: #14a4c3;
border-color: #14a4c3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #fff;
background-color: #10859e;
border-color: #0e758b;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #14a4c3;
border-color: #14a4c3;
}
.btn-secondary {
color: #fff;
background-color: #14a4c3;
border-color: #14a4c3;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
color: #fff;
background-color: #10859e;
border-color: #0e758b;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
background-color: #14a4c3;
border-color: #14a4c3;
}
.btn-warning {
color: #fff;
background-color: #FFB81D;
border-color: #FFB81D;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #fff;
background-color: #f3a700;
border-color: #df9900;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #FFB81D;
border-color: #FFB81D;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #fff;
background-color: #d2322d;
border-color: #c12e2a;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d9534f;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #fff;
background-color: #47a447;
border-color: #419641;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #5cb85c;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #fff;
background-color: #39b3d7;
border-color: #2aabd2;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #5bc0de;
}
.btn-link {
color: #26b5cc;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #48c8dd;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #9a9a9a;
text-decoration: none;
}
.btn-lg {
padding: 15px 15px;
font-size: 14px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-xs {
padding: 5px 5px;
font-size: 11px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
}
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
/* WebKit */
input[type=range] {
-webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 300px;
height: 5px;
background: #9a9a9a;
border: none;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
border: none;
height: 16px;
width: 16px;
border-radius: 50%;
background: #565656;
margin-top: -5px;
}
input[type=range]:focus {
outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #9a9a9a;
}
/* Firefox */
input[type=range] {
/* fix for FF unable to apply focus style bug */
/*required for proper track sizing in FF*/
width: 300px;
}
input[type=range]::-moz-range-track {
width: 300px;
height: 5px;
background: #ddd;
border: none;
}
input[type=range]::-moz-range-thumb {
border: none;
height: 16px;
width: 16px;
border-radius: 50%;
background: #565656;
}
/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
outline: 1px solid white;
outline-offset: -1px;
}
input[type=range]:focus::-moz-range-track {
background: #ccc;
}
/* IE */
input[type=range]::-ms-track {
width: 300px;
height: 5px;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
background: transparent;
/*leave room for the larger thumb to overflow with a transparent border */
border-color: transparent;
border-width: 6px 0;
/*remove default tick marks*/
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #9a9a9a;
}
input[type=range]::-ms-fill-upper {
background: #9a9a9a;
}
input[type=range]::-ms-thumb {
border: none;
height: 16px;
width: 16px;
border-radius: 50%;
background: #565656;
}
input[type=range]:focus::-ms-fill-lower {
background: #9a9a9a;
}
input[type=range]:focus::-ms-fill-upper {
background: #efefef;
}
.btn-default .caret {
border-top-color: #fff;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
border-top-color: #fff;
}
.dropup .btn-default .caret {
border-bottom-color: #fff;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn-group {
float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group-xs > .btn {
padding: 5px 5px;
font-size: 11px;
line-height: 1.5;
border-radius: 3px;
padding: 1px 5px;
}
.btn-group-sm > .btn {
padding: 5px 5px;
font-size: 11px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-lg > .btn {
padding: 15px 15px;
font-size: 14px;
line-height: 1.33;
border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified .btn {
float: none;
display: table-cell;
width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
#app .headerPanel {
color: #000;
}
#app .headerPanel a.imageBtn {
height: 30px;
width: 30px;
float: left;
}
#app .headerPanel.showInformation {
height: 80px;
}
#app .headerPanel .options {
height: 40px;
background-color: #211f1f;
}
#app .headerPanel .options .centerOptions {
margin: 5px 0 0 0;
position: absolute;
}
#app .headerPanel .options .rightOptions {
float: right;
margin: 5px 0 0 0;
}
#app .headerPanel .options .rightOptions .settings {
background: url('../../img/uv-shared-module/settings.png');
height: 30px;
width: 30px;
margin-right: 8px;
}
#app .headerPanel .informationBox {
background: #FFB81D;
color: #343434;
width: 100%;
position: absolute;
height: 40px;
}
#app .headerPanel .informationBox .message {
float: left;
overflow: hidden;
margin: 13px;
}
#app .headerPanel .informationBox .actions {
float: left;
margin: 6px 0 0 0;
}
#app .headerPanel .informationBox .actions .btn {
margin: 0 6px 0 0;
}
#app .headerPanel .informationBox .close {
float: right;
background-image: url('../../img/uv-shared-module/close_information_box.png');
background-repeat: no-repeat;
width: 17px;
height: 17px;
background-position: 4px 4px;
cursor: pointer;
margin: 12px;
}
#app .leftPanel a {
color: #fff;
text-decoration: none;
}
#app .leftPanel .top {
height: 35px;
position: relative;
}
#app .leftPanel .top .title {
height: 20px;
margin: 9px 0 0 10px;
float: left;
cursor: pointer;
}
#app .leftPanel .top .collapseButton {
float: right;
background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
width: 20px;
height: 20px;
cursor: pointer;
margin: 7px 5px 0 0;
display: block;
}
#app .leftPanel .top .expandFullButton {
float: right;
background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
width: 20px;
height: 20px;
cursor: pointer;
margin: 7px 5px 0 0;
display: none;
}
#app .leftPanel .closed {
width: 25px;
float: right;
}
#app .leftPanel .closed .title {
color: #fff;
text-decoration: none;
white-space: nowrap;
display: block;
margin: 8px 8px 0 0px;
cursor: pointer;
text-transform: uppercase;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
#app .leftPanel .closed .title:link,
#app .leftPanel .closed .title:visited,
#app .leftPanel .closed .title:hover,
#app .leftPanel .closed .title:active {
color: #fff;
text-decoration: none;
}
#app .leftPanel .closed .expandButton {
background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
width: 20px;
height: 20px;
cursor: pointer;
margin: 7px 5px 0 0;
display: block;
}
#app.browser-Explorer.browser-version-8 .leftPanel .closed .title {
writing-mode: tb-lr;
}
#app .rightPanel .top {
height: 35px;
position: relative;
}
#app .rightPanel .top .title {
position: absolute;
height: 20px;
margin-top: 9px;
cursor: pointer;
left: 35px;
}
#app .rightPanel .top .collapseButton {
position: absolute;
background: url('../../img/uv-shared-module/arrows_right.png') no-repeat;
width: 20px;
height: 20px;
cursor: pointer;
margin-top: 7px;
display: block;
left: 5px;
}
#app .rightPanel .top .expandFullButton {
position: absolute;
background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
width: 20px;
height: 20px;
cursor: pointer;
margin-top: 7px;
display: none;
left: 5px;
}
#app .rightPanel .closed {
width: 25px;
}
#app .rightPanel .closed .title {
color: #fff;
text-decoration: none;
white-space: nowrap;
display: block;
margin: 8px 3px 0 5px;
cursor: pointer;
text-transform: uppercase;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
#app .rightPanel .closed .title:link,
#app .rightPanel .closed .title:visited,
#app .rightPanel .closed .title:hover,
#app .rightPanel .closed .title:active {
color: #fff;
text-decoration: none;
}
#app .rightPanel .closed .expandButton {
background: url('../../img/uv-shared-module/arrows_left.png') no-repeat;
width: 20px;
height: 20px;
cursor: pointer;
margin: 7px 0 0 5px;
display: block;
}
#app .rightPanel .main {
margin-right: 10px;
margin-bottom: 10px;
}
#app.browser-Explorer.browser-version-8 .rightPanel .closed .title {
writing-mode: tb-lr;
}
#app .centerPanel .title {
height: 38px;
font-size: 20px;
color: #fff;
padding: 0 20px 0 20px;
}
#app .centerPanel .title span {
line-height: 30px;
}
#app .centerPanel .content .attribution {
background: #343434;
background: rgba(52, 52, 52, 0.7);
position: absolute;
width: 190px;
padding: 10px 10px 10px 10px;
margin: 10px 0 5px 15px;
font-size: 11px;
}
#app .centerPanel .content .attribution .header {
overflow: hidden;
}
#app .centerPanel .content .attribution .header .title {
font-size: 11px;
font-weight: bold;
height: 20px;
width: 150px;
line-height: 18px;
float: left;
padding: 0;
text-transform: uppercase;
}
#app .centerPanel .content .attribution .header .close {
width: 16px;
height: 16px;
margin: 2px;
float: right;
background-image: url('../../img/uv-shared-module/close_attribution.png');
cursor: pointer;
}
#app .centerPanel .content .attribution .main {
margin-top: 5px;
}
#app .centerPanel .content .attribution .main img {
margin-top: 5px;
margin-bottom: 5px;
max-width: 100px;
}
#app .centerPanel .content .attribution .main a:not(.toggle) {
color: #26b5cc;
}
#app .centerPanel .content .attribution .main a:not(.toggle):link {
color: #26b5cc;
}
#app .centerPanel .content .attribution .main a:not(.toggle):hover {
color: #26b5cc;
}
#app .centerPanel .content .attribution .main a:not(.toggle):visited {
color: #26b5cc;
}
#app .centerPanel .content .attribution .main a:not(.toggle):active {
color: #26b5cc;
}
#app .centerPanel .content .attribution .main .attribution-text {
overflow: hidden;
}
#app .footerPanel .searchOptions {
width: 425px;
}
#app .footerPanel .options {
height: 41px;
}
#app .footerPanel .options a {
float: left;
margin-top: 10px;
margin-right: 15px;
}
#app .footerPanel .options a.moreInfo {
background-image: url('../../img/uv-shared-module/moreinfo.png');
background-repeat: no-repeat;
height: 21px;
line-height: 21px;
cursor: pointer;
color: #fff;
text-decoration: none;
background-position: left center;
padding-left: 35px;
padding-right: 10px;
line-height: 22px;
}
#app .footerPanel .options a.moreInfo:link,
#app .footerPanel .options a.moreInfo:visited,
#app .footerPanel .options a.moreInfo:hover,
#app .footerPanel .options a.moreInfo:active {
color: #fff;
text-decoration: none;
}
#app .footerPanel .options a.open {
background-image: url('../../img/uv-shared-module/open.png');
background-repeat: no-repeat;
height: 21px;
line-height: 21px;
cursor: pointer;
color: #fff;
text-decoration: none;
background-position: left center;
padding-left: 35px;
padding-right: 10px;
line-height: 22px;
}
#app .footerPanel .options a.open:link,
#app .footerPanel .options a.open:visited,
#app .footerPanel .options a.open:hover,
#app .footerPanel .options a.open:active {
color: #fff;
text-decoration: none;
}
#app .footerPanel .options a.share {
background-image: url('../../img/uv-shared-module/share.png');
background-repeat: no-repeat;
height: 21px;
line-height: 21px;
cursor: pointer;
color: #fff;
text-decoration: none;
background-position: left center;
padding-left: 35px;
padding-right: 10px;
line-height: 22px;
}
#app .footerPanel .options a.share:link,
#app .footerPanel .options a.share:visited,
#app .footerPanel .options a.share:hover,
#app .footerPanel .options a.share:active {
color: #fff;
text-decoration: none;
}
#app .footerPanel .options a.embed {
background-image: url('../../img/uv-shared-module/embed.png');
background-repeat: no-repeat;
height: 21px;
line-height: 21px;
cursor: pointer;
color: #fff;
text-decoration: none;
background-position: left center;
padding-left: 35px;
padding-right: 10px;
line-height: 22px;
}
#app .footerPanel .options a.embed:link,
#app .footerPanel .options a.embed:visited,
#app .footerPanel .options a.embed:hover,
#app .footerPanel .options a.embed:active {
color: #fff;
text-decoration: none;
}
#app .footerPanel .options a.download {
background-image: url('../../img/uv-shared-module/download.png');
background-repeat: no-repeat;
height: 21px;
line-height: 21px;
cursor: pointer;
color: #fff;
text-decoration: none;
background-position: left center;
padding-left: 30px;
padding-right: 10px;
line-height: 22px;
}
#app .footerPanel .options a.download:link,
#app .footerPanel .options a.download:visited,
#app .footerPanel .options a.download:hover,
#app .footerPanel .options a.download:active {
color: #fff;
text-decoration: none;
}
#app .footerPanel .options a.bookmark {
background-image: url('../../img/uv-shared-module/bookmark.png');
background-repeat: no-repeat;
height: 21px;
line-height: 21px;
cursor: pointer;
color: #fff;
text-decoration: none;
background-position: left center;
padding-left: 30px;
padding-right: 10px;
line-height: 22px;
}
#app .footerPanel .options a.bookmark:link,
#app .footerPanel .options a.bookmark:visited,
#app .footerPanel .options a.bookmark:hover,
#app .footerPanel .options a.bookmark:active {
color: #fff;
text-decoration: none;
}
#app .footerPanel .options a.feedback {
background-image: url('../../img/uv-shared-module/feedback.png');
background-repeat: no-repeat;
height: 21px;
line-height: 21px;
cursor: pointer;
color: #fff;
text-decoration: none;
background-position: left center;
padding-left: 30px;
padding-right: 10px;
line-height: 22px;
}
#app .footerPanel .options a.feedback:link,
#app .footerPanel .options a.feedback:visited,
#app .footerPanel .options a.feedback:hover,
#app .footerPanel .options a.feedback:active {
color: #fff;
text-decoration: none;
}
#app .footerPanel .options a.print {
background-image: url('../../img/uv-shared-module/print.png');
background-repeat: no-repeat;
height: 21px;
line-height: 21px;
cursor: pointer;
color: #fff;
text-decoration: none;
background-position: left center;
padding-left: 30px;
padding-right: 10px;
line-height: 22px;
}
#app .footerPanel .options a.print:link,
#app .footerPanel .options a.print:visited,
#app .footerPanel .options a.print:hover,
#app .footerPanel .options a.print:active {
color: #fff;
text-decoration: none;
}
#app .footerPanel .options a.fullScreen {
background-image: url('../../img/uv-shared-module/fullscreen.png');
background-repeat: no-repeat;
height: 21px;
line-height: 21px;
cursor: pointer;
color: #fff;
text-decoration: none;
background-position: right center;
padding-right: 30px;
padding-left: 10px;
line-height: 22px;
min-width: 25px;
float: right;
margin-right: 0;
}
#app .footerPanel .options a.fullScreen:link,
#app .footerPanel .options a.fullScreen:visited,
#app .footerPanel .options a.fullScreen:hover,
#app .footerPanel .options a.fullScreen:active {
color: #fff;
text-decoration: none;
}
#app .footerPanel .options a.exitFullscreen {
background-image: url('../../img/uv-shared-module/exit_fullscreen.png');
background-repeat: no-repeat;
height: 21px;
line-height: 21px;
cursor: pointer;
color: #fff;
text-decoration: none;
background-position: right center;
padding-right: 30px;
padding-left: 10px;
line-height: 22px;
min-width: 25px;
float: right;
margin-right: 0;
}
#app .footerPanel .options a.exitFullscreen:link,
#app .footerPanel .options a.exitFullscreen:visited,
#app .footerPanel .options a.exitFullscreen:hover,
#app .footerPanel .options a.exitFullscreen:active {
color: #fff;
text-decoration: none;
}
#app .footerPanel .options.minimiseButtons a:first-child {
margin-left: 10px;
}
#app .footerPanel .options.minimiseButtons a.moreInfo {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
width: 27px;
padding: 0;
}
#app .footerPanel .options.minimiseButtons a.open {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
width: 27px;
padding: 0;
}
#app .footerPanel .options.minimiseButtons a.download {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
width: 27px;
padding: 0;
}
#app .footerPanel .options.minimiseButtons a.bookmark {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
width: 27px;
padding: 0;
}
#app .footerPanel .options.minimiseButtons a.feedback {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
width: 27px;
padding: 0;
}
#app .footerPanel .options.minimiseButtons a.print {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
width: 27px;
padding: 0;
}
#app .footerPanel .options.minimiseButtons a.share {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
width: 27px;
padding: 0;
}
#app .footerPanel .options.minimiseButtons a.embed {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
width: 27px;
padding: 0;
}
#app .footerPanel .options.minimiseButtons a.fullScreen {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
width: 21px;
padding: 0;
}
#app .footerPanel .options.minimiseButtons a.exitFullscreen {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
width: 21px;
padding: 0;
}
#app .footerPanel .options.minimiseButtons a.normal {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
width: 21px;
padding: 0;
}
#app.lightbox .footerPanel .options a.imageBtn.normal {
background: url('../../img/uv-shared-module/close_lightbox.png') no-repeat;
}
#app .overlays {
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
background-image: url('../../img/uv-shared-module/modal_bg.gif');
display: none;
}
#app .overlay {
position: absolute;
}
#app .overlay .top {
width: 100%;
overflow: auto;
}
#app .overlay .top .close {
font: 0/0 a;
text-shadow: none;
background-color: transparent;
border: 0;
line-height: 0;
font-size: 0;
color: transparent;
background-image: url('../../img/uv-shared-module/close.png');
width: 24px;
height: 24px;
float: right;
background-color: #14a4c3;
}
#app .overlay .middle {
width: 100%;
background: #fff;
}
#app .overlay .middle .content {
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
overflow: auto;
}
#app .overlay .middle .content .buttons {
padding: 10px 0 0 0;
float: right;
}
#app .overlay .middle .content .buttons .btn {
margin: 0 0 0 10px;
}
#app .overlay .middle .content h1 {
color: #000;
font-size: 18px;
font-weight: bold;
margin: 15px 0px 0px 0px;
padding: 0 0 10px 0;
}
#app .overlay .middle .content h2 {
color: #000;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 15px 0 10px 0;
}
#app .overlay .middle .content p {
margin: 0;
padding: 10px 0 10px 0;
}
#app .overlay .middle .content p p {
padding-top: 0;
}
#app .overlay .middle .content ol.options {
list-style-image: none;
list-style-position: inside;
list-style-type: none;
margin: 0;
}
#app .overlay .middle .content ol.options li {
margin: 2px 0 0 0;
padding: 4px;
}
#app .overlay .middle .content ol.options li input {
margin: 0;
padding: 0;
width: auto;
height: auto;
display: inline;
}
#app .overlay .middle .content ol.options li label {
display: inline;
margin: 0 0 0 5px;
padding: 0;
float: none;
clear: none;
line-height: 0.9em;
text-align: left;
width: 200px;
}
#app .overlay .bottom {
height: 11px;
background: url('../../img/uv-shared-module/dialogue_arrow.png') no-repeat;
}
#app .overlay.genericDialogue {
width: 250px;
}
#app .overlay.genericDialogue .bottom {
background: none;
}
#app .overlay.genericDialogue .message {
color: #000;
padding: 10px 0 10px 0;
}
#app .overlay.genericDialogue .accept {
float: right;
}
#app .overlay .scroll {
margin: 10px 0 0 0;
padding: 0 10px 0 0;
overflow: auto;
}
.iiif-gallery-component *,
.iiif-gallery-component *:before,
.iiif-gallery-component *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.iiif-gallery-component .header {
overflow: hidden;
height: 45px;
}
.iiif-gallery-component .header .left {
float: left;
overflow: hidden;
}
.iiif-gallery-component .header .right {
float: right;
overflow: hidden;
}
.iiif-gallery-component .header .right .multiSelectOptions .multiSelectAll {
float: left;
}
.iiif-gallery-component .header .right .multiSelectOptions .select {
margin-left: 10px;
}
.iiif-gallery-component .header .btn {
float: left;
width: 30px;
height: 30px;
}
.iiif-gallery-component .header .btn.size-up {
margin-left: 5px;
}
.iiif-gallery-component .header .btn.size-down {
margin-right: 5px;
}
.iiif-gallery-component .header input[type="range"] {
float: left;
margin-top: 12px;
width: 100px;
}
.iiif-gallery-component .main {
overflow: auto;
overflow-x: hidden;
height: 1000px;
}
.iiif-gallery-component .main .thumbs {
margin-right: 10px;
overflow: hidden;
position: relative;
}
.iiif-gallery-component .main .thumbs.multiSelect .thumb input {
display: none;
}
.iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected {
background: none;
border: 2px solid transparent;
}
.iiif-gallery-component .main .thumbs.multiSelect .thumb.insideScrollArea input {
display: block;
}
.iiif-gallery-component .main .thumbs.multiSelect .thumb.insideScrollArea .wrap.multiSelected {
border: 2px solid #14a4c3;
}
.iiif-gallery-component .main .thumbs .thumb {
margin: 0 7px 7px 0;
}
.iiif-gallery-component .main .thumbs .thumb .wrap {
border: 2px solid transparent;
padding: 2px;
}
.iiif-gallery-component .main .thumbs .thumb .wrap img {
display: none;
}
.iiif-gallery-component .main .thumbs .thumb .info span {
color: transparent;
padding: 2px 0 0 0;
}
.iiif-gallery-component .main .thumbs .thumb .info .searchResults {
background: none;
}
.iiif-gallery-component .main .thumbs .thumb.selected .wrap {
border: 2px solid transparent;
}
.iiif-gallery-component .main .thumbs .thumb.insideScrollArea .wrap {
border: 2px solid #373737;
}
.iiif-gallery-component .main .thumbs .thumb.insideScrollArea .wrap img {
display: block;
}
.iiif-gallery-component .main .thumbs .thumb.insideScrollArea .info span {
color: #fff;
}
.iiif-gallery-component .main .thumbs .thumb.insideScrollArea .info .searchResults {
color: #14a4c3;
background: url('../../img/uv-shared-module/search_result.png') no-repeat 0px 3px;
}
.iiif-gallery-component .main .thumbs .thumb.insideScrollArea.selected .wrap {
border: 2px solid #fff;
}
.iiif-gallery-component .main .thumbs .thumb.insideScrollArea.searchpreview .wrap {
border: 2px solid #26b5cc;
}
.iiif-gallery-component .main .thumbs .thumb {
float: left;
cursor: pointer;
}
.iiif-gallery-component .main .thumbs .thumb .wrap {
overflow: hidden;
text-align: center;
background: none;
position: relative;
}
.iiif-gallery-component .main .thumbs .thumb .wrap.loading {
background-image: url('data:image/gif;base64,R0lGODlhFAAUAMQSAGxsbFpaWnh4eEZGRhwcHD8/PzU1NVJSUisrKwgICH5+fkxMTGNjYyUlJXJycnt7exISEoCAgAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OTFjMzhjNS0xZmQyLTg5NGUtYjMyZi1kYTNkZWQ5NmQ5YjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0OEE1NDA5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0OEE1M0Y5OTMzMTFFNUFBRjI5MkI3NTFFODJFRTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTkxYzM4YzUtMWZkMi04OTRlLWIzMmYtZGEzZGVkOTZkOWIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5MWMzOGM1LTFmZDItODk0ZS1iMzJmLWRhM2RlZDk2ZDliMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAkAABIALAAAAAAUABQAAAVAoCSOZGmeaKqmSeu+LRpEdG0Hsq1H+DnvtZ7pB+TlikYfMjlcCktE4JMU3U1HVd1VlL2hCIiweExYmc/otHoUAgAh+QQJAAASACwAAAAAFAAUAAAFWqAkjmRpnmgqEgyhnkykHNA7GlEePUXyJg6dzoFQDYTI1gnyQCIVC1PA6YySGlSkwEcCZIWGEu6bA5gSCwW5gWJlAy+EV6io/QrN3MA2ShwUW3wkBGyChocSIQAh+QQFAAASACwAAAAAFAAUAAAFXKAkjmRpnmhaJsuimoYQKcQrNkCkR8wLBbsgApUYKIJBR8LUcCCfBRPh+Aw+IKZDFXkwQR7bHc1UCO96q1yYUTMhtg6DioFUDJaq6S6AtUkWEQANfiMJcoSIiSUhADs=');
background-repeat: no-repeat;
background-position: 50% 50%;
}
.iiif-gallery-component .main .thumbs .thumb .wrap.hidden {
background: url('../../img/uv-shared-module/hidden_thumb.png') no-repeat 50% 50%;
}
.iiif-gallery-component .main .thumbs .thumb .wrap img {
max-width: 100%;
max-height: 100%;
}
.iiif-gallery-component .main .thumbs .thumb .wrap input {
position: absolute;
cursor: pointer;
top: 0px;
left: 0px;
}
.iiif-gallery-component .main .thumbs .thumb .info {
overflow: hidden;
}
.iiif-gallery-component .main .thumbs .thumb .info span {
font-size: 11px;
display: block;
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.iiif-gallery-component .main .thumbs .thumb .info .index,
.iiif-gallery-component .main .thumbs .thumb .info .label {
float: left;
}
.iiif-gallery-component .main .thumbs .thumb .info .searchResults {
display: none;
float: right;
width: 32px;
padding-left: 14px;
}
.iiif-gallery-component .main .thumbs .thumb.placeholder .wrap {
background: url('../../img/uv-shared-module/unavailable.png') no-repeat 50% 50%;
}
.iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected {
background: #14a4c3;
}
.iiif-gallery-component .main .thumbs.multiSelect .thumb .wrap.multiSelected .thumbImage {
opacity: 0.35;
filter: alpha(opacity=35);
}
.iiif-gallery-component .main .thumbs.left-to-right .thumb {
float: left;
}
.iiif-gallery-component .main .thumbs.right-to-left .thumb {
float: right;
}
.iiif-tree-component {
overflow: auto;
color: #fff;
}
.iiif-tree-component .toggle {
cursor: pointer;
margin-top: 3px;
margin-right: 5px;
display: block;
float: left;
height: 10px;
width: 10px;
background-image: url('../../img/uv-shared-module/plus.png');
}
.iiif-tree-component .toggle.expanded {
background-image: url('../../img/uv-shared-module/minus.png');
}
.iiif-tree-component .toggle.multiSelect {
margin-left: 5px;
}
.iiif-tree-component .spacer {
margin-top: 3px;
margin-right: 5px;
display: block;
float: left;
height: 10px;
width: 10px;
}
.iiif-tree-component input.multiSelect {
margin-top: 0px;
margin-right: 5px;
display: block;
float: left;
height: 13px;
width: 13px;
}
.iiif-tree-component ul.tree,
.iiif-tree-component ul.tree ul {
list-style: none;
margin: 0;
padding: 0;
}
.iiif-tree-component ul.tree ul {
margin-left: 15px;
}
.iiif-tree-component ul.tree li {
margin: 0;
padding: 2px 0 2px 0;
overflow: hidden;
}
.iiif-tree-component ul.tree li a {
display: block;
overflow: hidden;
}
.iiif-tree-component ul li a.selected {
color: #14a4c3 !important;
}
.iiif-metadata-component .groups .group .header {
font-weight: bold;
}
.iiif-metadata-component .groups .group .items .header {
color: #14a4c3;
border-bottom: 1px solid #14a4c3;
margin: 15px 10px 0 0;
}
.iiif-metadata-component .groups .group .items .item {
padding: 0;
margin: 0 0 20px 0;
}
.iiif-metadata-component .groups .group .items .item .label {
color: #9a9a9a;
border-bottom: 1px solid #343434;
margin: 15px 10px 0 0;
}
.iiif-metadata-component .groups .group .items .item .label .copyText {
position: relative;
float: right;
display: none;
width: 15px;
height: 15px;
cursor: pointer;
background-image: url('../../img/uv-shared-module/copy.png');
}
.iiif-metadata-component .groups .group .items .item .label .copiedText {
display: none;
position: absolute;
top: 18px;
right: -10px;
white-space: nowrap;
padding: 4px;
text-transform: none;
background-color: #343434;
z-index: 1;
border: 1px solid #9a9a9a;
border-radius: 2px;
color: #fff;
}
.iiif-metadata-component .groups .group .items .item .value {
color: #fff;
margin: 5px 10px 0 0;
overflow: hidden;
word-wrap: break-word;
line-height: 1.6em;
}
.iiif-metadata-component .groups .group .items .item .value a.toggle {
color: #14a4c3;
font-weight: normal;
}
.iiif-metadata-component .groups .group .items .item .value a.toggle:hover {
color: #22c5e8;
}
.iiif-metadata-component .groups .group .items .item .value a.toggle.more,
.iiif-metadata-component .groups .group .items .item .value a.toggle.less {
font-variant: small-caps;
}
.iiif-metadata-component .groups .group .items .item .value img {
max-width: 100px;
}
.iiif-metadata-component .groups .group .items .item a.value {
display: block;
color: #26b5cc;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
#app .headerPanel {
display: none;
}
#app .leftPanel {
display: none;
}
#app .rightPanel {
display: none;
}
#app .footerPanel {
display: none;
}
}
#app {
background-color: #000;
position: relative;
}
#app .btn-default,
#app .btn-primary,
#app .btn-success,
#app .btn-info,
#app .btn-warning,
#app .btn-danger {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#app .imageBtn {
cursor: pointer;
}
#app .action,
#app a.action.black,
#app input.action {
display: inline-block;
background: url('../../img/uv-shared-module/sprite.png') 0 -1000px no-repeat;
text-transform: none;
padding: 0 0 0 16px;
font-weight: bold;
}
#app #commsFrame {
width: 1px;
height: 1px;
border: none;
}
#app .headerPanel {
position: relative;
color: #fff;
height: 40px;
}
#app .mainPanel {
position: relative;
margin-top: 8px;
margin-right: 8px;
margin-bottom: 0px;
margin-left: 8px;
}
#app .leftPanel {
position: absolute;
background: #211f1f;
border: none;
}
#app .centerPanel {
position: absolute;
}
#app .rightPanel {
position: absolute;
background: #211f1f;
border: none;
}
#app .footerPanel {
position: relative;
margin-top: 0;
margin-right: 8px;
margin-bottom: 0px;
margin-left: 8px;
}
#app .footerPanel.mobile {
display: none;
}
@media print {
#app .headerPanel {
display: none;
}
#app .leftPanel {
display: none;
}
#app .rightPanel {
display: none;
}
#app .footerPanel {
display: none;
}
#app .mobileFooter {
display: none;
}
}
#app .leftPanel .thumbsView .thumb .wrap {
border: none;
}
#app .leftPanel .thumbsView .thumb .wrap img {
display: block;
width: 90px;
}
#app .leftPanel .thumbsView .thumb.selected .wrap {
border: none;
}
#app .headerPanel .options .centerOptions {
width: 390px;
}
#app .footerPanel .searchPager .controls .searchResultsInfo {
width: 337px;
}