body {
    font: 100% "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 13.33px;

}
/* VIEWER ******************/
.viewer{
    background-image: url("/assets/images/viewer/bg.png");
    width:100%; 
    height:100%;
    overflow: hidden;
}

/* TOP ******************/
.top_menu{    
    background-image: url("/assets/images/viewer/bg.png");
    border-bottom: 1px solid #777777;
    color: #CCCCCC;
    width: 100%;
    position:absolute;
    z-index: 1000;

    -moz-box-shadow: 0px 2px 5px 0px #222222;
    -webkit-box-shadow: 0px 2px 5px 0px #222222;
    -o-box-shadow: 0px 2px 5px 0px #222222;
    box-shadow: 0px 2px 5px 0px #222222;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#222222, Direction=180, Strength=5);
}
.title
{
    font-size: 16px; 
    padding: 14px;
    overflow: hidden;
    white-space : nowrap;
    float: left;
}

.close_viewer {
    background: url("/assets/images/viewer/viewer-close.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-left: 1px solid #444444;
    cursor: pointer;
    float: right;
    height: 50px;
    width: 44px;
    margin-left: 10px;
}
.open_viewer {
    background: url("/assets/images/viewer/viewer-open.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-left: 1px solid #444444;
    cursor: pointer;
    float: right;
    height: 50px;
    width: 44px;
    margin-left: 10px;
}

.prev_record {
    background: url("/assets/images/viewer/prev_record.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-left: 1px solid #444444;
    cursor: pointer;
    float: right;
    height: 50px;
    width: 44px;
    margin-left: 10px;
    display: none;
}
.next_record {
    background: url("/assets/images/viewer/next_record.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-left: 1px solid #444444;
    cursor: pointer;
    float: right;
    height: 50px;
    width: 44px;
    margin-left: 10px;
    display: none;
}


.BtCollaborate {
    background: url("/assets/images/viewer/collaborate.png") 12px -2px no-repeat;
    background-color:#3d94f6;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #337fed;
    display:inline-block;
    color:#ffffff;
    font-weight:normal;
    padding:6px 24px 6px 48px;
    text-decoration:none;
    float: right; 
    cursor: pointer;
    margin-top:10px;
}
.BtCollaborate:hover {
    background: url("/assets/images/viewer/collaborate.png") 12px -2px no-repeat;
    background-color:#1e62d0;
}
.BtCollaborate:active {
    position:relative;
    top:1px;
}
.BtCollaborate_exit {
    background: url("/assets/images/viewer/collaborate.png") 12px -2px no-repeat;
    background-color:#aa0000;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #bb0000;
    display:inline-block;
    color:#ffffff;
    font-weight:normal;
    padding:6px 24px 6px 48px;
    text-decoration:none;
    float: right; 
    cursor: pointer;
    margin-top:10px;
}
.BtCollaborate_exit:hover {
    background: url("/assets/images/viewer/collaborate.png") 12px -2px no-repeat;
    background-color:#cc0000;
}
.BtCollaborate_exit:active {
    position:relative;
    top:1px;
}

/* THUMB ***************************/

.content_thumb, .content_thumbbig{
    overflow-y: scroll; 
    background-image: url("/assets/images/viewer/bg.png");
    position: absolute;
}

.thumbimg
{
    border: 1px solid #777777;
    background-color: #111111;
    text-align: center;
    width: 140px;
    height: 160px;
    padding: 10px;
    margin-bottom:10px;

    -moz-box-shadow: 0px 0px 10px 0px #000;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    -o-box-shadow: 0px 0px 10px 0px #000;
    box-shadow: 0px 0px 10px 0px #000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=NaN, Strength=10);
}

.thumb
{
    float: left;
    margin:20px;
    text-align: center;
    color: #CCCCCC;
    font-size: 12px;
}
.thumb_mobile
{
    margin:5px;
}
.thumb_mobile .thumbimg
{
    width:90px;
    height: 110px;

    padding: 5px;
    margin-bottom:5px;
}

.thumbbig
{
    /*position: absolute;*/
    text-align: center;
    color: #CCCCCC;
    font-size: 12px;
    float: left;
    margin: 20px;
}
.thumbbigimg
{
    border: 1px solid #777777;
    background-color: #111111;
    text-align: center;

    padding: 10px;
    margin-bottom:10px;


    -moz-box-shadow: 0px 0px 10px 0px #000;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    -o-box-shadow: 0px 0px 10px 0px #000;
    box-shadow: 0px 0px 10px 0px #000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=NaN, Strength=10);
}

.current_thumb
{
    background-color: #2B2117;
    border: 1px solid #8F7449
}
/* FLIP ***************************/
.mybook_shadow
{
    -moz-box-shadow: 0px 0px 20px 0px #000;
    -webkit-box-shadow: 0px 0px 20px 0px #000;
    -o-box-shadow: 0px 0px 20px 0px #000;
    box-shadow: 0px 0px 20px 0px #000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=NaN, Strength=20);
}

/* PICTURE  ***********************/
.picture
{
    overflow: hidden; 
    background-image: url("/assets/images/viewer/bg.png");
    width:100%;
}
.grid
{
    border:0px solid #ff0000;
    cursor:move;
    -moz-box-shadow: 0px 0px 20px 0px #000;
    -webkit-box-shadow: 0px 0px 20px 0px #000;
    -o-box-shadow: 0px 0px 20px 0px #000;
    box-shadow: 0px 0px 20px 0px #000;
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=NaN, Strength=20);*/
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;   
}

.layer{
    position: absolute;
}
.page_next, .page_next_flip{
    border-radius: 10px 0px 0px 10px; 
    -moz-border-radius: 10px 0px 0px 10px; 
    -webkit-border-radius: 10px 0px 0px 10px; 
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    border-left: 1px solid #777777;
    background-color: #000000;
    opacity: 0.3;
    filter : alpha(opacity=30);
    width:50;
    height:100;
    position: absolute;
    z-index: 10000;
}
.page_prev, .page_prev_flip{
    border-radius: 0px 10px 10px 0px; 
    -moz-border-radius: 0px 10px 10px 0px; 
    -webkit-border-radius: 0px 10px 10px 0px; 
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
    background-color: #000000;
    opacity: 0.3;
    filter : alpha(opacity=30);
    width:50;
    height:100;
    position: absolute;
    z-index: 10000;
    left:0px;
}
.page_prev img, .page_next img , .pae_prev_flip img, .page_next_flip img
{
    margin-top: 26px;
    margin-bottom: 18px;
}
.page_prev:hover, .page_next:hover, .page_prev_flip:hover, .page_next_flip:hover
{
    opacity: 0.6;
    filter : alpha(opacity=60);
    cursor: pointer;
}
.content_picture, .content_flip{
    overflow: hidden; 
    background-image: url("/assets/images/viewer/bg.png");
    position: absolute;
    z-index: 2;
    text-align: center;
}

.navbox
{
    float: left;
    z-index: 1000;
    position: absolute;
    background-color: #000;
    padding: 1px;
    z-index: 1200;
}
.navcontainer{
    margin-top: 3px;
}
.navcontainer img
{
    border: 0px solid #000;
}
.navtoolbar
{
    background-image: url("/assets/images/viewer/bg-dark.png");
    cursor: move;
    height:22px;
}
.navtoolbar:hover
{
    background-image: url("/assets/images/viewer/bg-title.png");
}
.navzone {
    background: none repeat scroll 0 0 #444;
    cursor: move;
    /*opacity: 0.4;
    filter : alpha(opacity=40);*/
    position: absolute;
    width: 100%;
    height: 100%;
}
.navzone_border{
    border: 1px solid yellow;
    width:100%;
    height:100%;
}
.navclose, .navopen{
    color: #CCCCCC;
    font-size: 12px;
    float:right;
    text-align: right;
    cursor:pointer;
    opacity: 0.7;
    filter : alpha(opacity=70);
}
.navclose:hover, .navopen:hover
{
    opacity: 1;
    filter : alpha(opacity=100);
}
.navaction
{
    display: block;
    color: #CCCCCC;
    font-size: 13.3px; 
    background-image: url("/assets/images/viewer/bg-dark.png");
    height:22px;
}
.zoomOut
{
    width: 16px;
    float: left;
    padding:2px 0px 0px 2px;
    cursor:pointer;
    opacity: 0.4;
    filter : alpha(opacity=40);
}
.zoomOut:hover
{
    opacity: 1;
    filter : alpha(opacity=100);
}
.prc
{
    float: left;
    text-align: center;
}
.prc_mobile
{
    padding:7px 0px 0px 0px; 
}
.viewer_control_page
{
    padding-top: 14px;
}
.zoomIn
{
    width: 16px;
    float: right;
    padding:2px 2px 0px 0px;
    cursor:pointer;
    opacity: 0.4;
    filter : alpha(opacity=40);
}
.zoomIn:hover
{
    opacity: 1;
    filter : alpha(opacity=100);
}


/* BOTTOM *********************/

.bottom_menu{
    background-image: url("/assets/images/viewer/bg.png");
    border-top: 1px solid #777777;
    color: #CCCCCC;
    width: 100%;
    position:absolute;
    z-index: 1000;

    -moz-box-shadow: 0px -2px 5px 0px #222222;
    -webkit-box-shadow: 0px -2px 5px 0px #222222;
    -o-box-shadow: 0px -2px 5px 0px #222222;
    box-shadow: 0px -2px 5px 0px #222222;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#222222, Direction=90, Strength=5); 
}
.bottom_bt{
    float:left;
    padding: 12px 0px 0px 5px;
    position: relative;
}
.bottom_bt_left{
    float:left;
    padding: 12px 0px 0px 5px;
    position: relative;
    height: 38px;
}
.type_view
{
    padding-right: 6px ;
    background-image: url("/assets/images/viewer/bg-middle.png");
    border-right: 1px solid #444;
}
.type_view img{
    padding-right: 5px;  
}

.type_share
{
    margin-left: 10px ;
    border-left: 1px solid #444;
}
.type_share img
{
    padding-right: 5px;  
}
.type_zoom
{
    margin-left: 10px ;
    border-left: 1px solid #444;
}

.bottom_bt_right{
    float:right;
    padding: 12px 10px 0px 0px;
}


.button
{
    cursor: pointer;  
    opacity: 0.6;
    filter : alpha(opacity=60);
}
.button_type_view
{
    cursor: pointer;  
    opacity: 0.3;
    filter : alpha(opacity=30);
}
.selected
{
    opacity: 0.8;
    filter : alpha(opacity=80);   
}
.button:hover, .button_type_view:hover
{    
    opacity: 1;
    filter : alpha(opacity=100);
}


.content_left_button
{
    cursor: pointer;  
    color:#aaa; 
    background-image: url("/assets/images/viewer/bg-title.png");
    border: 1px solid #444;
    cursor: pointer;
    padding: 5px;
    margin-bottom: -1px;
}
.content_left_button:hover
{    
    cursor: pointer;  
    color:#fff; 
    background-image:none;
    background-color: #000;
    border: 1px solid #444;
    cursor: pointer;
    padding: 5px;
}

.content_left_block
{
    background-color: rgba(0,0,0,0.15);
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.15);
}
.left_content h4{
    margin-bottom: 5px;
    margin-top: 0px;
}


.content_left_title_print
{
    background-image: url("/assets/images/viewer/print.png");
    background-position: 0 -5px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.content_left_title_image
{
    background-image: url("/assets/images/viewer/image.png");
    background-position: 0 -5px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.content_left_title_attach
{
    background-image: url("/assets/images/viewer/attach.png");
    background-position: 0 -7px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.content_left_title_volume
{
    background-image: url("/assets/images/viewer/volumes.png");
    background-position: 0 -5px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.viewer_control_page
{
    padding-top: 14px;
}
#viewer_volumes .content_left_button{
    color: #fff;
    text-decoration: none;
    opacity:0.6;
}
#viewer_volumes .content_left_button:hover{
    opacity:1;
}


.page {
    background-image: url("/assets/images/viewer/bg-dark.png");
    border: 1px solid #444;
    color: #999999;
    text-align: right;
    width: 28px;
    padding: 1px;
}
.page_control
{
    float: left;
    padding: 0px 5px;
}

.page_control, .page_next_mini, .page_prev_mini
{
    float: left;
}

.page_next_mini, .page_prev_mini
{
    margin-top: 3px;
}



.BtContrast img
{
    float:left;
    position: relative; 
    z-index: 1; 
}
.contrast-value {
    background-image: url("/assets/images/viewer/bg-title.png");
    border: 0px solid #444;
    color: #999999;
    text-align: center;
    width: 100%;
    position: absolute;
    top:230px;
}
.contrast_action
{
    float:left;
    background-image: url("/assets/images/viewer/bg-title.png");
    border-top:1px solid #777;
    border-left:1px solid #777;
    border-right:1px solid #777;

    height: 300px;
    width:32px;
    position: absolute;
    top:-250px;
}
.contrast_action_ie
{
    float:left;
    width:60px;
    height: 32px;
}
.slider-contrast{
    left: 10px;
    position: relative;
    top: 10px;
    z-index: 1;
}

.BtRotate img
{
    float:left;
    position: relative; 
    z-index: 1; 
}
.rotate_bt
{
    padding:10px 2px 10px 2px;
    cursor:pointer;
    float:left;
    width:28px;
    text-align:center;
    color: #777;
}
.rotate_bt:hover
{
    color: #fff;
}

.rotate_action {
    float:left;
    background-image: url("/assets/images/viewer/bg-title.png");
    border-top:1px solid #777;
    border-left:1px solid #777;
    border-right:1px solid #777;

    height: 200px;
    width:32px;
    position: absolute;
    top:-150px;

}
.rotate_load{
    background-color: #000;
    opacity: 0.8;
    filter : alpha(opacity=80);
    height: 100%;
    width: 100%;
    position: absolute;
    top:0px;
    z-index: 10000;
}

.rotate_load_txt{
    border: 1px solid #777777;
    background-color: #111111;
    filter : alpha(opacity=100);
    text-align: center;
    padding: 70px 10px 10px 10px;
    margin:auto;
    color: #fff;
    width: 250px;
    height: 100px;
    vertical-align:middle; 
}



/* CONTENT LEFT ****************/
.content_left{
    position: absolute;
    background-image: url("/assets/images/viewer/bg-dark.png");
    border-right: 1px solid #777777;
    height: 100%;
    z-index: 10;
    left: 0;
    -moz-box-shadow: 2px 0px 5px 0px #222222;
    -webkit-box-shadow: 2px 0px 5px 0px #222222;
    -o-box-shadow: 2px 0px 5px 0px #222222;
    box-shadow: 2px 0px 5px 0px #222222;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#222222, Direction=90, Strength=5);   
}
.content_left_bar
{
    background-image: url("/assets/images/viewer/bg-title.png");
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #777777;
}
.content_left_title
{
    color: #e0e0e0;
    text-transform:uppercase;
    float: left;
}
.content_left_close
{
    cursor: pointer;
    float: right;
}
.content_left_drag
{
    font-size: 12px; 
    background-color:#000;
    color: #CCCCCC;
    float: right;
    cursor: move;
}

.left_content{overflow-y:auto; height: 100%;}
.bookmark_content ul {color:#CCC; padding-left:15px; padding-right:2px; font-size:11px;}
.bookmark_content ul li {cursor:pointer;}
.bookmark_content ul li:hover{color:#46c7ec;}
.bookmark_content ul li:focus{color:#46c7ec;}

.info_content,.ocr_content {    color: #AAAAAA;
                                padding: 10px;}
/******/

.ui-widget-content {
    background-image: url("/assets/images/viewer/bg.png");
    background-color:  #000;
    border: 0px solid #AAAAAA;
}
.ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image: url("/assets/images/viewer/bg-dark.png");
    border: 1px solid #555;
    font-weight: normal;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image: url("/assets/images/viewer/bg-dark.png");
    border: 1px solid #555;
    font-weight: normal;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-bottom: -0.6em;
    margin-left: 0;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-tooltip
{
    position: absolute;
    background-image: none;
    background-color: #181818!important;
    color: #fff;
    z-index: 10000000;
    padding: 7px;
    -moz-box-shadow: 2px 0px 5px 0px #222222;
    -webkit-box-shadow: 2px 0px 5px 0px #222222;
    -o-box-shadow: 2px 0px 5px 0px #222222;
    box-shadow: 2px 0px 5px 0px #222222;
}
.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
}
.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}
.ui-icon-gripsmall-diagonal-se {
}
.ui-icon {
    background-image: url("/assets/images/viewer/annotate/resize.png");
}


.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;

}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 0%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
    background-color: #181818!important;
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}



.logo {
    /*  background-image: url("http://cdn.divvalib.net/tools/yoolib-viewer/logo-mini.png") ;
      bottom: 60px;
      height: 10px;
      position: absolute;
      right: 10px;
      width: 60px;
      z-index: 10000;*/
}



/**/


.search_form
{
    color:#CCC; 
    padding:15px 15px 5px 15px;  
    font-size:13.3px;
}
.search_txt
{
    color:#666; 
    background-color: #fff;
    padding-left:5px;  
    font-size:13.3px;
    border:1px solid #000;
    width: 80%;
    height: 28px;
}
.search_bt
{
    color:#666; 
    background-color: #fff;
    padding:6px;  
    font-size:13.3px;
    border:1px solid #000;
}
.search_result
{
    color:#CCC; 
    padding-top:0px;  
    font-size:13.3px;
}
#search_left{
    overflow-y: auto;
}
.search_result_total
{
    padding: 5px 15px 35px 15px;
    color:#aaa; 
    border-bottom:1px solid #555;
}
.search_result_title,.info_title
{
    padding: 10px 10px 10px 5px;
    background-image: url("/assets/images/viewer/bg-title.png");
    border-bottom:1px solid #555;
    cursor: pointer;
}
.search_result_title_span, .info_title_span
{
    padding-left: 20px;
    background-image: url("/assets/images/viewer/mini-circle.png");
    background-repeat:no-repeat;
    background-position: 0 3px;
}
.search_result_content
{
    padding: 10px 10px 10px 25px;
    background-image: url("/assets/images/viewer/bg.png");
    border-bottom:1px solid #444;
    cursor: pointer;  
}
.search_result_content:hover
{
    padding: 10px 10px 10px 25px;
    background-image: url("/assets/images/viewer/bg-middle.png");
    border-bottom:1px solid #444;
    cursor: pointer;  
}
.search_result_content_span
{
    padding-left: 20px;
    background-image: url("/assets/images/viewer/mini-dot.png");
    background-repeat:no-repeat;  
}
.search_result_content em {
    background-color: #0066AA;
    color: #FFFFFF;
}

.picture_highlight_div{
    z-index: 1000;
    cursor: pointer;
}
.picture_highlight{
    background-color: #ff0000;
    z-index: 1000;
    opacity: 0.2;
    position: absolute;
}
.picture_boxes{
    background-color: #ff0000;
    z-index: 1000;
    opacity: 0.2;
    position: absolute;
}

.picture_boxes:hover{
    background-color: #ff9900;
}

.picture_boxes_selected{
    background-color: #00aaff;
}

.search_prev_next{
    padding: 20px 10px;
}
.search_prev_next_td{
    width: 33%;
    float: left;
}

.prev_next_bt{
    background-image: url("/assets/images/viewer/bg-title.png");
    border: 1px solid #555555;
    cursor: pointer;
    padding: 5px;
}
.prev_next_bt.prev{
    float: left; 
    margin-right: 10px;
}
.prev_next_bt.next{
    float: right; 
    margin-left: 10px;
}
.search_prev_next_page{
    padding: 5px;
    float: left; 
    width: 100%;
    text-align: center;
}
.search_prev_next_bt{
    float: left; 
    width: 100%;
}


/* RTL */


html.RTL .close_viewer {
    border-left: 0px;
    margin-left: 0px;
    border-right: 1px solid #444444;
    float: left;
    margin-right: 10px;
}

html.RTL .title {
    float: right;
}

html.RTL .content_left_title {
    float: right;
}
html.RTL .content_left_close {
    float: left;
}
html.RTL .search_result_title_span {
    padding-left: 0px;
    padding-right: 20px;
    float: right!important;
}
html.RTL .arrow_alto{    
    float: left!important;
}
html.RTL .search_prev_next_td {
    float: right;
}
html.RTL .prev_next_bt.prev {
    float: right;
}
html.RTL .prev_next_bt.next {
    float: left;
}

html.RTL .thumb
{
    float: right;
}


/**/


.page_prev_rtl, .page_prev_rtl_flip{
    border-radius: 10px 0px 0px 10px; 
    -moz-border-radius: 10px 0px 0px 10px; 
    -webkit-border-radius: 10px 0px 0px 10px; 
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    border-left: 1px solid #777777;
    border-right: 0px solid #777777;
    background-color: #000000;
    opacity: 0.3;
    filter : alpha(opacity=30);
    width:50;
    height:100;
    position: absolute;
    z-index: 10000;
}
.page_next_rtl, .page_next_rtl_flip{
    border-radius: 0px 10px 10px 0px; 
    -moz-border-radius: 0px 10px 10px 0px; 
    -webkit-border-radius: 0px 10px 10px 0px; 
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
    border-left: 0px solid #777777;
    background-color: #000000;
    opacity: 0.3;
    filter : alpha(opacity=30);
    width:50;
    height:100;
    position: absolute;
    z-index: 10000;
    left:0px;
}

.thumbbig .openseadragon-canvas{
    z-index:1!important;
    cursor: pointer;
}
.thumbbig .keyboard-command-area{
    cursor: pointer;
    opacity: 0;
}

.pageflip_page{
    height: 100%;
    width: 100%;
}

.navscale_bigcontainer{
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 1000;
    cursor:move; 
    display: none;
}

.navscale{
    background-color: rgba(20,20,20,.9);
    color: #ccc;
    font-size: 9px; 
}

.navscale_container_h{
    height: 10px;  
    float:right;
}

.navscale_h{
    width: 100px;
    height: 11px;  
    margin-top: 3px;
    line-height: 9px;
}


.navscale_container_v{
    width: 20px;

}

.navscale_v{
    height: 100px;
    width: 12px!important;  
    line-height: 9px;
    float: right;
}
.navscale_rotate_h{
    float:left;
}
.navscale_rotate img{
    height: 20px;
}


.navscale10h{
    float: left;
    width: 10%;
    height: 8px;  
}
.navscale_grid_h{
    background-image: url("/assets/images/viewer/scale-grid-h.png");
    background-position: 50%;
}
.navscale_grid_h2{
    background-image: url("/assets/images/viewer/scale-grid-h2.png");
    background-position: 50%;
}

.navscale10v{
    width: 8px;
    height: 10%; 
    display: none;
}
.navscale_grid_v{
    background-image: url("/assets/images/viewer/scale-grid-v.png");
    background-position: 50%;
}
.navscale_grid_v2{
    background-image: url("/assets/images/viewer/scale-grid-v2.png");
    background-position: 50%;
}






.div_scale_points{
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.div_scale_point{
    padding: 5px;
    border: 1px solid #ff0000;
    width: 10px;
    height: 10px;
    background-color: #ff0000;
    z-index: 10;
}

.svgscale{
    position: absolute;
    top: 0px;
    left: 0px;   
    width: 100%;
    height:100%;
}
.svgscale svg{
    width: 100%;
    height:100%;
}
.svgscale path{
    z-index: 100;
}


.annotate_highlight
{
    background-color: #FF0000;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    font-size: 0px;
}
.search_annotate_full {
    border-right: 3px solid #991919;
    padding-right: 3px;
}

.zones_content_father{
    position: absolute;   
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.zones_content{
    position: absolute;

}
.zone_highlight_view0{
    display: block;
}

.zones_content .annotation_highlight_hover, .zones_content .annotation_highlight:hover {
    background-color: #ff0000!important;
    border: 1px solid #ffffff;
    display: block!important;
}
.zones_content .annotation_selected {
    background-color: #ed9c00;
}
.zone_highlight_search{
    display: none;
}
.zone_highlight
{
    background-color: #0077ff;
    border: 1px solid #ffffff;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    font-size: 0px;
    z-index: 1000;
}

.zone_highlight_selected
{
    background-color: #ff0000;
    border: 1px solid #ffffff;
}
.zone_selected{
    display: block!important   
}

#annotation_content{
    width: calc(100% - 10px);
    margin: 15px 5px 0px 5px;
}
.annotate_table {
    background-color: #444;
    color: #bcbcbc;
    padding: 5px;
}

.annotate_table tr{
    background-color: #393939;
}
.annotate_table tr:nth-child(2n+0){
    background-color: #323232;
}

.annotation_td {
    padding: 5px 10px;
}

.annotation_td_title {
    background-color: #0f0f0f;
    color: #bcbcbc;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.annotate_td_border {
    border-left: 1px solid #666;
}
#list_annotation .annotation_highlight_hover {
    background-color: #470000!important;
}
#list_annotation .annotation_selected {
    background-color: #6f5927;
}

.view_annotation{
    display: none;
}

.view_annotation_table{
    background-color: #444;
    color: #bcbcbc;
    padding: 5px;
    margin: 5px 0;
    width: 100%;
}
.view_annotation_table tr{
    background-color: #323232;
}
.view_annotation_table tr:nth-child(2n+0){
    background-color: #393939;
}

.bt_blue_annotation {
    background-color: #0047d6;
    border: 1px solid #0083ff;
    color: #fff;
    cursor: pointer;
    float: left;
    padding: 5px;
    text-decoration: none;
    margin: 20px 0;
}

.bt_green_annotation{
    background-color: #056813;
    border: 1px solid #179a29;
    color: #fff;
    cursor: pointer;
    float: right;
    padding: 5px;
    text-decoration: none;
    margin: 20px 0;
}

.bt_grey_annotation {
    background-color: #ddd;
    border: 1px solid #f0f0f0;
    color: #fff;
    cursor: pointer;
    float: left;
    padding: 5px;
    text-decoration: none;
    margin: 20px 0;
}

#bt_back_annotation {
    float: left;
    margin-top: 20px;
}
#bt_add_annotation {
    float: right;
    margin-top: 20px;
}
.view_annotation_td_title{
    text-transform: uppercase;
}

td.annotation_edit, td.annotation_delete,td.annotation_add_zone  {
    text-align: center;
    width: 20px;
    cursor: pointer;
}
td.annotation_edit:hover, td.annotation_delete:hover, td.annotation_add_zone:hover  {
    color: #fff;
}

.view_annotation_div{
    background-color: #111;
    border: 1px solid #666;
    color: #ccc;
    display: inline-table;
    margin: 5px 5px 20px;
    padding: 10px;
    width: calc(100% - 30px);
}
.view_annotation_div textarea{
    background-color: #ddd;
    border: 1px solid #000;
    color: #333;
    padding: 5px;
    width: calc(100% - 10px);
}
.view_annotation_div select{
    width: 100%;
    background-color: #ddd;
    border: 1px solid #000;
    padding: 5px;
    color: #333;
}

.view_annotation_div select .level1{
    margin-left: 30px;
}
.view_annotation_div select .level2{
    margin-left: 60px;
}
.view_annotation_div select .level3{
    margin-left: 90px;
}
.view_annotation_div select .level4{
    margin-left: 120px;
}

.view_annotation_div a{
    color: #999;
    text-decoration: none;
    font-size: 10px;
    cursor: pointer;
}

.status_active {
    color: #95bf2d;
    font-size: 8px;
    text-align: center;
}
.status_noactive {
    color: #c33421;
    font-size: 8px;
    text-align: center;
}
.annotation_element{
    position: relative;
    margin-bottom: 5px;
}
.annotation_element .remove_element{
    color: #39aadc;
    position: absolute;
    right: -7px;
    top: -5px;
    color: #cc0000;
    cursor: pointer;
}
.annotation_element .remove_zone{
    float: right;
    background-color: #990000;
    border: 1px solid #ff0000;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    text-decoration: none;
    margin: 20px 0;
    opacity: 0.7;
}
.annotation_element .add_zone{
    float: left;
    background-color: #0047d6;
    border: 1px solid #0083ff;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    text-decoration: none;
    margin: 20px 0;
    opacity: 0.7;
}

.remove_zone{
    display: none;
}
.date_ymd{
    width: 40px;
    background-color: #ddd;
    border: 1px solid #000;
    color: #333;
    padding: 0px 5px;
}
.annotation_date{
    border: 1px dotted #666;
    padding: 5px;
}

.annotation_reorder
{
    width: 20px;
    background-color: #222;
    border: 1px solid #333;
    color: #777;
    padding: 0px 5px;
}
#annotation_waiting{
    display: none;
    padding: 10px;
    text-align: center;
    color:#ccc;
}

#childs_to_parent_annotation{
    width: 100%;
    display: table;
    border-top: 1px dotted #ccc;
}



@media only screen and (max-width: 1024px) {
    .bottom_bt_right { 
        float: left;
        margin-left: 20px;
    }
    .ui-tooltip{
        display: none!important;
    }
    .bottom_menu{
        overflow-x: scroll;
        overflow-y: hidden;
        display: block!important;
        min-height: 50px;
    }
    .bottom_menu_content{
        min-width: 800px;
        display: inline-block;
    }
}


#download_crop{
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    font-size: 0px;
    z-index: 1000;
    border: 0px;
}


#download_crop_content_father{
    position: absolute;   
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
#download_crop_content{
    position: absolute;

}
.cl_download_bt{
width: 100%;
margin: 10px 0 0px 0;
background-color: rgba(0,0,0,0.5);
padding: 10px;
border: 1px solid rgba(255,255,255,0.2);
color: #ccc;
cursor:pointer;
}
.cl_download_bt:hover{
    background-color: rgba(0,0,0,0.9);
}

.comparator_exist{
    margin: 10px 0 0px 0px;
    background-color: rgba(0,0,0,0);
    padding: 20px 10px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ccc;
    border-radius : 10px;
    display: block;
    width: calc(100% - 22px);
    text-align: center;
}

.comparator_bt{
    margin: 10px 0 0px 0px;
    background-color: rgba(0,0,0,0.5);
    padding: 20px 10px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ccc;
    cursor:pointer;
    border-radius : 10px;
    display: block;
    width: 100%;
}
.comparator_bt:hover{
    background-color: rgba(0,0,0,0.9);
}

.comparator_add_bt{
    margin: 10px 0 0px 0px;
    background-color: rgba(0,0,0,0);
    padding: 20px 10px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ccc;
    cursor:pointer;
    border-radius : 10px;
    display: block;
    width: 100%;
}
.comparator_add_bt:hover{
    background-color: rgba(0,0,0,0.9);
}


.content_left_block_options{
    padding: 0px 20px 20px 10px;
}
.content_left_block_options:last-child{
    padding: 0px 20px 0px 10px;
}
#download_content hr,#share_content hr{
    margin: 30px 0;
    border-top: 0px ;
    border-bottom: 1px dotted #666;
}
.cl_download_attached_file{
    padding: 5px;
    cursor:pointer;
}
.cl_download_attached_file:hover{
    padding: 5px;
    color: #fff;
}
.cl_download_attached_file .content_left_title_attach {
    padding-left: 25px;
}

.cl_share_permalink_txt{
    background-color: #333;
    border: 1px solid #666;
    padding: 5px;
    color: #ccc;
    width:calc(100% - 180px);
}
.cl_share_permalink_bt{
    background-color: #222;
    border: 1px solid #666;
    padding: 5px 15px;
    border-left: 0px;
    color: #ccc;
    cursor: pointer;
    width:168px;
}
.cl_share_permalink_bt:hover{
    color: #fff;
    background-color: #000;
}

#cl_share_crop_img_content{
    height: 160px;
    text-align: center;
}
#cl_share_crop_img_content img{
    max-height: 150px;
    max-width: 100%;
}
#cl_share_embeded_iframe{
    width: 100%;
    height: 160px;
    border: 1px solid #000;
}
#cl_share_crop_img{
    border: 0;
}

#viewer_volumes .selected_volume{
    color: #46c7ec!important;
    opacity: 1!important;
    font-weight: normal!important;
}