/* 
    Séparation du code css et du fichier imageReader.xhtml 
    pour permettre un chargement rapide de la page

    Created on : Dec 4, 2013, 9:45:45 AM
    Author     : cligan
*/

html, body{
    height:100% !important;
    width:100%;
    background-color:#000000;
    font-size:13px;
}

.container{
    display:none;
}

.highlight, .highlightNavigator, .highlightOCR, .ocrOverlay{
    z-index:    2;
    opacity:    0.4;
    filter:     alpha(opacity=40);
}
.annotationDragElement, .ocrDragElement{
    cursor: move;
}
.articleFrameHandle.annotationDragElement, .ocrFrameHandle.ocrDragElement{
    cursor:nw-resize;
}
.ocrHandleOverlay{
    z-index:    2;
    opacity:    1;
    filter:     alpha(opacity=100);
    background-color : white;
    width:5%;
    height:10%;
    bottom: 0px;
    right:0px;
    position:absolute;
}
.ocrDragElement, .annotationDragElement{
    z-index:    20000;
}
#articleOverlayHolder{
    z-index:    10000;
}
.articleFrameBG {
    width:100%;
    height:100%;
}
.articleSelection, .articleFrameBG {
    opacity:    0.4;
    background-color: grey;
}

.articleFrameToolbar{
    opacity:    1;
    background-color: grey;
}

.articleSelection:hover {
    opacity:    0.4;
    background-color: red;
}

.articleHighlight {
    opacity:    0.2;
    filter:     alpha(opacity=20);
    border:     2px solid #b92402;
    outline:    10px auto #be1b04;
    background-color: grey;
}

/*.highlight:hover, .highlight:focus{
    filter:     alpha(opacity=70);
    opacity:    0.7;
    border:     2px solid #1571b9;
    outline:    10px auto #15a0be;

    background-color: transparent;
} */
.totalPages
{
    float:left;
}
.totalPages,
.IR-zoomLevel
{
    margin-top:3px;
    float:left;
    margin-left:4px;
    color: #E0E0E0;
}
#myToolbarFirst {
    height:100%;
    vertical-align: middle;
}
#IR-fullCloseToolbar{
    margin-right: 5px;
}
#myToolbarFirst button, #IR-fullCloseToolbar button{
    line-height:35px;
    vertical-align:middle;
}
.IR-selectContainer{
    float:left;
    background: transparent url("/js/ContentViewers/ImageReader-Modules/images/downarrow.png") no-repeat 97% 50%;
    margin: 1px 0 0 0;
}
.pageInput{
    max-width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 140px;
    font-size: 12px;
    color: #E0E0E0;
    border:solid #404040 1px;
    margin: 0;
    padding-left:5px;
    background: transparent;
}
.pageInput option{
    background: #363637;
    color: #E0E0E0;
}

.barre_verticale{
    float:left;
    height: 21px;
    border-right:1px solid white;
    margin: 0 5px;
}

#deepZoneContainerPrincipal{
    width: 100%;
}
#deepZoneContainer{
    height: 100%;
}

#imageReaderBody {
    height:100%;
    width:100%;
}
#fakeSidebarContainer{
    width: 300px;
    float:left;
    height:100%;
}
#IR-sidebar {
    max-height:100%;
    width: 300px;
    float:left;
    /*position:absolute;*/
    z-index:10001;
    background-color: #363637;
    border-right: 1px solid #2D2D2D;
    overflow: hidden;
}
#IR-bookTitle, #IR-bookSubTitle, .zoneTitre {
    text-align: center;
}
#IR-sidebar .reliure img:not(.img_apercu) {
    border: none;
}
#IR-sidebar img:not(.img_apercu), #IR-sidebar .divBlankThumb {
    border: 1px solid #ccc;
    padding: 5px 5px 5px 5px;
    max-height: 100%;
    width: auto;
    max-width: 90%;
}
#IR-rightContent {
    width:100%;
    height:100%;
}
.tab_thumb {
    width: 100%;
}
.IR-buttonGroup .IR-ButtonContainer:first-child,
#fullscreen_in{
    border-left:solid #404040 1px;
}
.IR-ButtonContainer {
    background:none;
    cursor: pointer;
    width:29px;
    height:21px;
    text-align: center;
    float:left;
    border-top:solid #404040 1px;
    border-bottom:solid #404040 1px;
    border-right:solid #404040 1px;
}
button.IR-ButtonContainer {
    padding:0px 0px;
}
.IR-ButtonContainer.selected{
    background-color: #373737!important;
}

/*Begin : Scroll bar*/
#imageCarouselTabContent {
    background-color:#373737;
    overflow-y: scroll;
    width:300px;
    /*
//IE
scrollbar-face-color: #2D2D2D;
    scrollbar-shadow-color: rgb(101, 100, 102);
    scrollbar-highlight-color: rgb(101, 100, 102);
    scrollbar-3dlight-color: rgb(101, 100, 102);
    scrollbar-darkshadow-color: rgb(101, 100, 102);
    scrollbar-track-color: rgb(101, 100, 102);
    scrollbar-arrow-color: rgb(101, 100, 102);*/
}
/* Let's get this party started */
div#imageCarouselTabContent::-webkit-scrollbar {
    width: 12px;
}

/* Track */
div#imageCarouselTabContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
div#imageCarouselTabContent::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*background: rgba(255,0,0,0.8);*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/*End : Scroll bar*/
a.prev, a.next {
    width: 30px;
    height: 33px;
    display: block;
    /*position: absolute;*/
    top: 40px;
}
.prev, .next {
    padding: 0px 0px !important;
    line-height: 30px !important;
}
.prev {
    margin-left: 5px !important;
}

/*a.prev {left: -22px;    background-position: 0 0; }*/
/*a.prev:hover {		background-position: 0 -50px; }*/
/*a.prev.disabled {	background-position: 0 -100px !important;  }*/
/*a.next {right: -22px;   background-position: -50px 0; }*/
/*a.next:hover {		background-position: -50px -50px; }*/
/*a.next.disabled {	background-position: -50px -100px !important;  }*/
/*a.prev.disabled, a.next.disabled {
    cursor: default;
}*/

/*a.prev span, a.next span {
    display: none;
}*/
.pagination {
    text-align: center;
}
.pagination a {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.pagination a.selected {
    background-position: -25px -300px;
    cursor: default;
}
.pagination a span {
    display: none;
}
.clearfix {
    float: none;
    clear: both;
}
#searchTool label {
    font-size:13px;
    color: #E0E0E0;
}
#searchTool {
    background-color:#454545;
    font-size: medium;
    padding: 5px 5px;
    border-bottom:solid 1px #2D2D2D;
}
/*div#searchTool label{
    float:left;
    margin-right:10px;
    padding:5px 0;
}

div#searchTool span{
    display: block;
    overflow: hidden;
}*/

.tooltip .tooltip-inner {
    max-width:600px!important;
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    /*color: white;*/
}

#hires {
    display: inline-block;
}


#ie8Spacer {
    height:0px;
}

#previous_button,
#next_button{
    top:50%;
    padding:0;
}

#next_button{
    right:5px;
}
#next_button, #previous_button,
#last_button, #first_button{
    z-index:100005;
    position:fixed;
    outline: #656466;
}
#next_button .fa, #previous_button .fa,
#last_button .fa, #first_button .fa{
    font-size:40px;
    cursor: pointer;
}

#first_button,
#last_button{
    padding:0;
}
#first_button{
    z-index:100;
}

#last_button{
    z-index:101;
    right:22px;
}

.IR-toggleSidebarButton.selected, .IR-toggleSidebarButton{
    background-color:#4B4B4B!important;
}
#imageCarouselTab{
    position: absolute;
    left: 300px;
    padding-top:20px;
    z-index: 10001;
}
.thumbs_thumb_container{
    width: 250px;
    margin:0 10px;
    display: inline-block;
}
#isThumb {
    margin:0px 4px;
}
.notExplorable, .explorable {
    margin:5px 0px;
    line-height:14px;
}
.NormalField div.explorable {
    font-weight:normal;
}
.IR-toggleSidebarButton span {
    color:white!important;
}
#imageCarouselTab .IR-ButtonContainer{
    float:none;
    padding: 1px 0px;
    background-color:#4B4B4B;
}
#imageCarouselTab .IR-ButtonContainer:hover{
    background-color:#424242!important;
}
#imageCarouselTab span{
    cursor:pointer;
    margin-top: 1px;
    display:block;
}
#previous_button, #next_button{
    width: 30px;
    height: 25px;
    border:none;
}
.nav-tabs-sidebar > li{
    /*height: 100%;*/
    overflow: hidden;
    /*height: 42px;*/
    margin-bottom: 0px;
    display: table-cell;
    list-style-type: none;
    vertical-align: middle;
}
.nav-tabs-sidebar > li > a{
    margin-right: 0px;
    border-radius: 0px 0px 0 0;
    display: block;
    text-align: center;
    padding: 0;
}
.nav-sidebar > li > a{
    padding: 0px 6px;
}
.nav-tabs-sidebar>li.active>a, .nav-tabs-sidebar>li.active>a:hover, .nav-tabs-sidebar>li.active>a:focus{
    background-color: transparent;
    color: white;
    font-weight: bold;
}
.nav-tabs-sidebar > li.active > a, .nav-tabs-sidebar > li.active > a:hover, .nav-tabs-sidebar > li.active > a:focus{
    border: none;
}
a:link, a:visited{
    color: white;
}
.clipboardMessage{
    margin-right:5px;
}
.col-sm-9{
    width: 93%!important;
}
.ui-dialog label{
    font-weight: normal;
}
.ui-dialog input{
    margin-left:10px;
}
.ui-dialog .ui-dialog-titlebar{
    padding: 0px 5px;
}
.ui-dialog .ui-dialog-title{
    padding-top: 2px;
}
.ui-dialog-content, .ui-dialog .ui-dialog-buttonpane{
    margin-top:0px;
}
.ui-dialog{
    padding:0px;
    min-width:600px;
    max-width:90%;
}
.ui-dialog .IR-ButtonContainer {
    margin-top:4px;
}
.ui-dialog, .ui-widget-content {
    background: #4B4B4B!important;
}
.ui-widget-content{
    border: 1px solid black;
}
.ui-dialog textarea{
    width:95%;
}
.ui-dialog input, .ui-dialog textarea, .ui-dialog button{
    background-color: #545454!important;
    background-image: none!important;
    border:solid 1px #2D2D2D!important;
    text-shadow:none!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    color:white!important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right:5px;
}
.viewPropertiesDLG {
    display:none!important;
}
.ui-dialog button:hover{
    background-color: #4B4B4B!important;
}
.ui-dialog .ui-dialog-content,
.ui-dialog .ui-widget-content{
    background-color: #545454!important;
    color:white!important;
    border-left:0px!important;
    border-right:0px!important;
    border-top:0px!important;
    border-bottom:solid 1px #2D2D2D!important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: normal!important;
    font-size: 13px!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl,
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.thumb_container_reliure img.selected_img,
.IR-pagesContainer img.selected_img{
    opacity: 1!important;
}
.thumb_container_reliure img,
.IR-pagesContainer div img{
    opacity: 0.4;
}
#thumbsViewer {
    overflow-y: auto;
    padding:25px;
    height:100%;
    text-align: center;
}

.thumbsModeImage {
    max-height:200px;
    max-width:200px;
    cursor:pointer;
}

.thumbsModeImage.lazyload {
    height:150px;
    width:100px;
}

.ui-dialog a {
    text-decoration: underline;
}
.ui-widget-header {
    background-color:#373737!important;
    border-bottom:solid 1px #2D2D2D!important;
    color:white!important;
    font-weight: bold!important;
    font-size: 14px!important;
}
#IR-toolbar{
    padding: 0px 0px 0px 5px;
    min-height:32px;
}
#IR-toolbar .floatL,
#IR-toolbar .floatR{
    margin-bottom:1px;
}
#mediaTitle, #IR-toolbar{
    background-color: #4B4B4B;
    width:100%;
    border-bottom: solid 1px #2D2D2D;
}
#mediaTitle{
    padding-left:5px;
    padding-right:5px;
    text-align: left;
}
#mediaTitle .tooltip, #mediaTitle #IR-bookTitle{
    font-size: 14px;
    font-weight: bold;
    color:white;
    z-index: 10002;
}
#mediaTitle > .floatR{
    right: 0;
    z-index: 1;
    text-align: right;
}


#theViewers{
    overflow: hidden;
}
#deepZoneContainer, #theViewers, #viewerNavigator{
    height: 100%;
}
#metadonnees{
    text-align: center;
    position: absolute;
    border-top: solid 1px #2D2D2D;
    color: white;
    bottom: 0px;
    width: 100%;
}
.lazyload, .lazyloading{
    height:128px;
    background-color:gray;
}
#embedOptions {
    border-bottom: solid 1px #2D2D2D;
    margin-bottom:10px;
}
.div_thumb_index {
    text-overflow: ellipsis;
    height: 38px;
    overflow:hidden;
    color: white!important;
}
#embedOptions div {
    margin:5px 0px;
}
#lock_rotate_button {
}
#metadonnees .zoneSubTitre,
#metadonnees .tooltip{
    font-size: 12px;
}
#tocViewer{
    font-size: 12px;
    margin-top:10px;
}
.ocr_highlight_div{
    color: white;
    padding: 5px 5px 5px 5px;
}
.ocr_highlight_div, .ocr_highlight_texte, .ocr_highlight_div_index{
    width: 100%;
}
.ocr_highlight_texte{
    text-align: justify;
}
.ocr_highlight_texte a{
    color: white;
}
.ocr_highlight_texte em{
    font-weight:bold;
}
.ocr_highlight_div_index{
    font-weight: bold;
}
.IR-buttonGroup{
    float:left;
    padding-top:5px;
}
ul.share-buttons{
    list-style: none;
    padding: 5px 10px 3px 10px;
    margin: 0px;
}
ul.share-buttons .fa{
    font-size:20px;
}

ul.share-buttons li{
    display: inline;
    margin-left:10px;
}
ul.share-buttons li:first-child{
    margin-left:0px;
}
.notices{
    padding-left: 10px;
    width: 100%;
    color: white;
    font-size: 12pt;
}
.notices .notice-element {
    font-weight: bold;
    padding-left: 20px;
}
#shareMenu {
    position: absolute;
    background-color: white;
    z-index: 100005;
    border: black 1px solid;
    margin-left: -31px;
    top: 25px;
}
.toastNotification {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10%;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
#div_imageAdjust {
    padding:10px;
    color:white;
}
#div_imageAdjust .IR-ButtonContainer {
    border:none;
}
#div_imageAdjust #IR-applyAll {
    border-bottom:1px solid #ccc;
}
#div_imageAdjust .filterReset {
    float:right;
}
#div_imageAdjust .filterReset,
#div_imageAdjust .filterLogo,
#div_imageAdjust .toggleButton {
    background:none;
}
#div_imageAdjust .filterLogo {
    cursor:default;
}
#div_imageAdjust .filterReset span {
    color:red;
}
.transformDivHeader {
    line-height:21px;
    margin-bottom:10px;
}
.tab_imageAdjust .ui-slider {
    float:left;
    width:200px;
    margin-top: 5px;
    margin-left: 5px;
}
.tab_imageAdjust .plusButton {
    float:right;
}
.tab_imageAdjust .ui-slider-handle {
    background-color:#c5dbec!important;
    width:10px;
}
.matieres {
    color: white;
    font-size: 12pt;
    font-weight: bold;
}
.matieres a{
    color: white;
    cursor: default;
}
.matieres > .floatL{
    text-align: left;
}
.matieres > .floatR{
    text-align: right;
}

div.openseadragon-canvas div{
    -webkit-box-reflect: none !important;
}
.scroll-cover {
    position: absolute;
    display: none;
    overflow: auto;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}

.detail .col-sm-12,
.detail .col-sm-9 {
    display: block;
    float: none;
    color: #fff;
}
.detail .col-sm-12 {
    margin: 5px 0 0 5px;
    font-weight: bold;
    text-align: left !important;
}
.detail .col-sm-9 {
    margin-left: 15px;
    word-wrap:break-word;
}
.detail .col-sm-9 a {
    color: #fff;
    text-decoration: underline;
}
/*remove margin and scroll of notice's libelle*/
#div_thumb_notice .row.NormalField{
    margin-left: 0px;
    margin-right: 0px;
}
#div_thumb_notice .row.NormalField .col-sm-12{
    margin-left: -8px;
    margin-right: -13px;
}
.emptyFieldTitle {
    display: none !important;
}

.jstree-default .jstree-wholerow-clicked {
    background: none !important;
}
.jstree-default>.jstree-wholerow-ul .jstree-clicked {
    color: yellow !important;
}
.jstree-default>.jstree-wholerow-ul .jstree-hovered {
    color: white !important;
}
.jstree-anchor {
    height: auto !important;
}
.jstree-default .jstree-wholerow-hovered {
    background: transparent !important;
    color: white !important;
}
.jstree-default {
    overflow: hidden !important;
}
.jstree-default a {
    white-space:normal !important; height: auto;
    /*color: white !important;*/
    /*display: inline-flex;*/
}
#tocTreeViewer .jstree-node span{
    line-height: 12px;
}

.desactiverBouton {
    cursor: default;
    opacity: 0.20;
    filter: alpha(opacity=20);
}
.jstree-default .jstree-clicked{
    background: transparent;
    color: yellow;
    border-radius: 0px;
    box-shadow: none;
}
.jstree-default .jstree-hovered{
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
}
.jstree-default .jstree-node {
    margin-left:13px;
    line-height: 12px;
}
.jstree-default .jstree-anchor {
    line-height: 12px;
    margin-top: 6px;
    width:calc(100% - 24px);
}
.oneLineTruncate{
    padding-bottom: 5px;
    width: 100%;
}
.oneLineTruncate, .oneLineTruncateLegend{
    /*max-height: 2em;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    /* Set our transitions up. */
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}

.oneLineTruncate, .oneLineTruncateLegend, #noticeParent{
    color: #fff;
}
.noticeParent, #legendeVue .legendeVue span {
    font-size: 12px;
}

.oneLineTruncateLegend {
    width: 100%;
}
.oneLineTruncateLegend a{
    text-decoration: none;
}

#ocrSearch{
    width: calc(100% - 55px);
    background-color:#686868;
    color:white;
    font-size:13px;
    border: 1px solid #44A5E6;
    border-radius: 2px;
}
#closeSearch{
    display: none;
}
div.ui-dialog{
    max-width:850px;
    z-index: 1000000000000000000000;
    position: absolute;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background:none;
    color:white;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover{
    background:none;
    color:white;
}
.NormalField div.explorable a.explore, .NormalField div.notExplorable a{
    font-weight:normal;
}
.ui-dialog .ui-dialog-content, .ui-dialog .ui-widget-content{
    padding-right:4px;
}
.fa {
    line-height: 14px;
    font-size: 14px;
    color:#E0E0E0;
    margin-top: 3px;
}
.fa-times{
    color:red;
}
.IR-ButtonContainer:hover {
    background-color:#424242;
}
.IR-tocTitle{
    min-width:50%;
    float:left;
    text-align: left;
}
.IR-tocPagination{
    color: #9b9b9b;
    float:right;
    text-align: right;
}
#validSearch{
    margin-left:5px;
    margin-right:5px;
}
#closeSearch, #validSearch{
    border:none;
    cursor:pointer;
    vertical-align: middle;
    font-size:20px;
}
#IR-mediaTitleInformation{
    height: 65px;
    background-color: #404041;
    border-bottom: solid 1px #2D2D2D;
    border-left: solid 1px #2D2D2D;
}

.IR-otherdocsContainer, .IR-annotationsContainer{
    color:white;
    text-align:center;
    margin:7px;
}
.IR-otherdocsTitle, .IR-annotationsTitle{
    margin-top:5px;
    font-weight:bold;
}
.IR-otherdocsContent, .IR-annotationsContent{
    border: 1px solid #999;
    padding:5px;
}
.textLineContent span:focus {
    background-color:white;
    color:black;
}
.tab-content .tab-pane {
    height:100%;
}

.exhibitionZoomButtonContainer {
    position:absolute;
    right:10px;
    bottom:10px;
}