/* annotation */

.mview .pagectrl {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 99;
}

.mview .finder_path {
    position: absolute;
    top:0;
    left:0;
    right:0;
    text-align: center;
    height: 20px;
    white-space: nowrap;
}

.mview {
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.uppercontrols {
    z-index: 50000001;
    position: absolute;
    top: 5px;
    left: 5px;
}

.leftcontrols {
    white-space: nowrap;
    z-index: 50000000;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 20%;
    text-align: left;
}

.middlecontrols {
    white-space: nowrap;
    z-index: 50000000;
    position: absolute;
    right: 20%;
    left: 20%;
    width: 60%;
    top: 0px;
    bottom:0px;
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.middlecontrols .glyphicon,
.middlecontrols .glyphicons {
    font-size: 20px !important;
}

.middlecontrols .inline {
    white-space: nowrap;
    display: inline-block;
    margin-top: 5px;
}

.rightcontrols {
    white-space: nowrap;
    z-index: 50000000;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20%;
    text-align: right;
}

.bottomcontrols {
    z-index: 50000000;
    position: absolute;
    right: 5px;
    bottom: 5px;
    opacity: 1;
}

.bottomcontrols .btn {
    opacity: 1;
}

.messages {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0px;
    z-index: 50000000;
}

.slider {
    margin-right: 30px;
}

.slider * {
    opacity: 1;
}

.slider-track {
    border: 1px solid #999;
}

.slider-handle {
    border: 1px solid #333;
}

.canvasWrapper {
    overflow: visible;
    position: absolute;
}

.canvasWrapperCaption {
    position: absolute;
    bottom: -36px;
    width: 100%;
}

.canvasWrapperButton {
    position: absolute;
    right: 2px;
    top: -26px;
    padding: 4px;
}

.canvasframe {
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
    left: 0;
    overflow: hidden;

    -webkit-transition: left 0.3s ease, margin 0.1s ease;
    -moz-transition: left 0.3s ease, margin 0.1s ease;
    -o-transition: left 0.3s ease, margin 0.1s ease;
    transition: left 0.3s ease, margin 0.1s ease;
}

#annotationCanvas {
    left: 10px;
    right: 10px;
}

#annotationCanvasImage {
    width: 100%;
}

div.XinetCanvas {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    border: 1px solid black;
    overflow: hidden;
    cursor: crosshair;
}

div.XinetCanvas * {
    max-width: none;
}

div.XinetCanvasObject {
    border: 2px;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    position: absolute;
    width: 10px;
    height: 10px;
    overflow: visible;
}

div.XinetCanvasObject_hidden {
    width: 0px;
    height: 0px;
    display: none;
}

div.XinetCanvasObject_stamp {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    position: absolute;
    width: 10px;
    height: 10px;
    overflow: hidden;
}

div.XinetCanvasObject_corner {
    position: absolute;
    width: 10px;
    height: 10px;
    display: none;
    z-index: 99999;
}

div.XinetCanvasObject_indexLabel {
    position: absolute;
    top: -10px;
    right: -12px;
    z-index: 999999;
}

.vistoggle {
    /* 
        display: inline-block;
        border: 1px solid #444;
        width: 16px;
        height: 16px;
        padding: 1px;
        text-align: center;
        line-height: 10px;
    */
    font-size: 1.2em;
    margin-right: 4px;

}

.topleft {
    background-image: url(../images/highlight_tl.gif)
}

.topright {
    background-image: url(../images/highlight_tr.gif)
}

.bottomleft {
    background-image: url(../images/highlight_bl.gif)
}

.bottomright {
    background-image: url(../images/highlight_br.gif)
}

div.XinetCanvasText {
    zIndex: 1;
}

div.XinetCanvasText_background {
    filter: alpha(opacity:80);
    KHTMLOpacity: .8;
    MozOpacity: .8;
    opacity: .8;

    background-color: #ffff99;

    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -10;
}


form.XinetCanvasText_inputForm {
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    z-index: 10;
    display: block;
    text-align: center;
}

.XinetCanvasText_textBoxBuffer {
    position: absolute;
    bottom: 30px;
    right: 2px;
    top: 2px;
    left: 2px;
}

.XinetCanvasText_textBoxBuffer textarea {
    width: 99%;
    height: 100%;
}

.XinetCanvasText_text {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    padding: 3px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}

.XinetCanvasText_buttons {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    padding: 3px;
}

.listnotes {
    margin: 3px 0px;
}

div.XinetCanvasPreview {
    text-align: center;
    position: relative;
    z-index: 0;
}

img.XinetCanvasPreview_preview {
    z-index: 1;
}

div.XinetCanvasPreview_frame {
    z-index: 2;
    position: absolute;
    border: 1px solid #c09853;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 10px;
}

div.XinetCanvasPreview_background {
    z-index: -10;
    position: absolute;
    background-color: white;
}

.textrunsSummaryLong {
    padding: 10px;
}